diff --git a/.github/workflows/test-process-pr.yaml b/.github/workflows/test-process-pr.yaml index fb6aee90dea..a28d2762dd2 100644 --- a/.github/workflows/test-process-pr.yaml +++ b/.github/workflows/test-process-pr.yaml @@ -26,7 +26,9 @@ jobs: sparse-checkout: tests/Framework.py sparse-checkout-cone-mode: false - run: mv tmp/tests/Framework.py tests/ - - run: sed -i -e 's/pool_size=self.pool_size/per_page=100/g' tests/Framework.py + - run: | + cd tests + patch -p0 < Framework.patch - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 with: diff --git a/.gitignore b/.gitignore index 9a7e1c937c7..133c9756a53 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,10 @@ .idea *.properties tests/Framework.py -venv +venv* GithubCredentials.py +.coverage +htmlcov +/tests/ReplayData/TestProcessPr.test_mark_rejected.txt +/tests/ReplayData/TestProcessPr.test_mark_passed.txt +/tests/*.log diff --git a/build-release b/build-release index 24dd7134d24..6c3084d4ea5 100755 --- a/build-release +++ b/build-release @@ -103,16 +103,16 @@ pushd $BUILD_DIR TOOL_CONF_PACKAGES=`grep '^%define \(build\|\)directpkgreqs' SPECS/cms/cmssw$PATCH/*/spec | grep -v '%{nil}' | sed 's|.*directpkgreqs[ \t]*||' | tr ' ' '\n' | cut -f2 -d/ | sort | uniq | tr '\n' ' '` [ -e CMSDIST/gcc-fixincludes.spec ] && TOOL_CONF_PACKAGES="gcc-fixincludes ${TOOL_CONF_PACKAGES}" EXT_FAILED=false - PYTHONPATH= $CMSBUILD_CMD --builders 4 build $TOOL_CONF_PACKAGES || EXT_FAILED=true + PYTHONPATH= $CMSBUILD_CMD --builders 2 build $TOOL_CONF_PACKAGES || EXT_FAILED=true echo DATE=`date` if $EXT_FAILED ; then BLD_PKGS=$(ls RPMS/${ARCHITECTURE}/ | grep '.rpm$' | cut -d+ -f2 | grep -v 'coral-debug') - if [ "X$BLD_PKGS" != "X" ] ; then PYTHONPATH= $CMSBUILD_CMD --builders 4 --sync-back upload ${BLD_PKGS} ; fi + if [ "X$BLD_PKGS" != "X" ] ; then PYTHONPATH= $CMSBUILD_CMD --builders 2 --sync-back upload ${BLD_PKGS} ; fi rm -rf tmp exit 1 fi if [ `ls RPMS/${ARCHITECTURE} | wc -l` -gt 0 ] ; then - PYTHONPATH= $CMSBUILD_CMD --builders 4 --sync-back upload $TOOL_CONF_PACKAGES + PYTHONPATH= $CMSBUILD_CMD --builders 2 --sync-back upload $TOOL_CONF_PACKAGES echo DATE=`date` PYTHONPATH= $CMSBUILD_CMD deprecate-local $TOOL_CONF_PACKAGES echo DATE=`date` diff --git a/categories.py b/categories.py index f881e9d1bb6..f92a5a9570c 100644 --- a/categories.py +++ b/categories.py @@ -86,6 +86,7 @@ "quinnanm": ["l1"], "antoniovagnerini": ["dqm"], "rseidita": ["dqm"], + "ctarricone": ["dqm"], "smorovic": ["daq"], "smuzaffar": ["core"], "srimanob": ["upgrade"], diff --git a/categories_map.py b/categories_map.py index d9ba6ed95d2..cf598db0410 100644 --- a/categories_map.py +++ b/categories_map.py @@ -941,6 +941,7 @@ "HLTrigger/JSONMonitoring", "HLTrigger/JetMET", "HLTrigger/Muon", + "HLTrigger/NGTScouting", "HLTrigger/Timer", "HLTrigger/Tools", "HLTrigger/btau", diff --git a/cmssw_l2/commit.txt b/cmssw_l2/commit.txt index 4e52b5871ef..6cc4b3cd37a 100644 --- a/cmssw_l2/commit.txt +++ b/cmssw_l2/commit.txt @@ -13,3 +13,4 @@ a6fdf78d2452d18181489212f74bea9225686189 88940a2ff159dc40ec3796956f125959b3f3235d a9acc5a23090c16b328ea3e182dcbcaf3bf2ca73 90cc4db0b44dddb54f82fe77d7cd833219aadbe3 +9f08b9a0bd8e6dd44ab4e6412f6a44bfcb8e9db8 diff --git a/cmssw_l2/l2.json b/cmssw_l2/l2.json index 378382c0a41..c919905b84b 100644 --- a/cmssw_l2/l2.json +++ b/cmssw_l2/l2.json @@ -644,6 +644,14 @@ "start_date": 1618272000 } ], + "ctarricone": [ + { + "category": [ + "dqm" + ], + "start_date": 1747180800 + } + ], "cvuosalo": [ { "category": [ diff --git a/config.map b/config.map index 1462fe447bc..07e96ba9d1e 100644 --- a/config.map +++ b/config.map @@ -4,7 +4,8 @@ SCRAM_ARCH=el8_amd64_gcc12;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/ma SCRAM_ARCH=el8_amd64_gcc12;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/fp;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_FP_X;DOCKER_IMG=cmssw/el8;BUILD_HOUR=23;BUILD_DAY=0,2,4;BUILD_OPTS=frame_pointer; SCRAM_ARCH=el8_amd64_gcc12;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/master;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_NOOFAST_X;DOCKER_IMG=cmssw/el8;BUILD_HOUR=24;DISABLED=1; SCRAM_ARCH=el8_amd64_gcc12;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/master;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_NONLTO_X;DOCKER_IMG=cmssw/el8;PR_TESTS=1;BUILD_OPTS=no-lto,microarchs:x86-64-v2; -SCRAM_ARCH=el8_amd64_gcc14;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/g14;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_NONLTO_X;DOCKER_IMG=cmssw/el8;PR_TESTS=1;BUILD_OPTS=no-lto,microarchs:x86-64-v2; +SCRAM_ARCH=el8_amd64_gcc13;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/g13;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_NONLTO_X;DOCKER_IMG=cmssw/el8;PR_TESTS=1;BUILD_OPTS=no-lto,microarchs:x86-64-v2;BUILD_HOUR=24; +SCRAM_ARCH=el8_amd64_gcc14;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/g14;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_NONLTO_X;DOCKER_IMG=cmssw/el8;PR_TESTS=1;BUILD_OPTS=no-lto,microarchs:x86-64-v2;BUILD_HOUR=24; SCRAM_ARCH=el8_amd64_gcc12;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/py312;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_PY312_X;DOCKER_IMG=cmssw/el8;BUILD_DAY=3;BUILD_HOUR=23; SCRAM_ARCH=el8_amd64_gcc12;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/tf;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_TF_X;DOCKER_IMG=cmssw/el8;BUILD_DAY=2;BUILD_HOUR=11; SCRAM_ARCH=el8_amd64_gcc12;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/master;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_MKLDNN0_X;DOCKER_IMG=cmssw/el8;BUILD_DAY=1;BUILD_HOUR=23;BUILD_OPTS=no-tf_mkldnn; @@ -13,15 +14,17 @@ SCRAM_ARCH=el8_amd64_gcc12;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/cu SCRAM_ARCH=el8_amd64_gcc12;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/master;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_MULTIARCHS_X;DOCKER_IMG=cmssw/el8;PR_TESTS=1;MULTIARCH_OPTS=x86-64-v2; SCRAM_ARCH=el9_amd64_gcc12;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/cs9;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_MULTIARCHSV4_X;DOCKER_IMG=cmssw/el9;BUILD_HOUR=23;BUILD_DAY=1,4;MULTIARCH_OPTS=x86-64-v4; SCRAM_ARCH=el8_amd64_gcc12;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/master;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_GPU_X;DOCKER_IMG=cmssw/el8;BUILD_HOUR=23;IB_TEST_TYPE=cuda; -SCRAM_ARCH=el8_amd64_gcc14;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/g14;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_GPU_X;DOCKER_IMG=cmssw/el8;BUILD_HOUR=23;IB_TEST_TYPE=cuda; +SCRAM_ARCH=el8_amd64_gcc13;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/g13;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_GPU_X;DOCKER_IMG=cmssw/el8;BUILD_HOUR=24;IB_TEST_TYPE=cuda; +SCRAM_ARCH=el8_amd64_gcc14;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/g14;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_GPU_X;DOCKER_IMG=cmssw/el8;BUILD_HOUR=24;IB_TEST_TYPE=cuda; SCRAM_ARCH=el8_amd64_gcc12;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/master;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_ROCM_X;DOCKER_IMG=cmssw/el8;BUILD_HOUR=23;BUILD_DAY=0,3;IB_TEST_TYPE=rocm; SCRAM_ARCH=fc39_riscv64_gcc13;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/g13r6;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_X;BUILD_HOUR=23;DOCKER_IMG=cmssw/fc39;IB_ONLY=1;BUILD_DAY=1,3,5;DISABLED=1;BUILD_OPTS=without:cuda:rocm:tensorflow:openloops:valgrind,system:gcc:autotools; SCRAM_ARCH=el8_amd64_gcc12;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/clang;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_CLANG_X;DOCKER_IMG=cmssw/el8;BUILD_HOUR=23;BUILD_OPTS=no-lto; SCRAM_ARCH=el8_amd64_gcc12;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/master;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_ASAN_X;BUILD_HOUR=0,23;DOCKER_IMG=cmssw/el8;BUILD_DAY=1,3,5;PR_TESTS=1;BUILD_OPTS=no-lto; -SCRAM_ARCH=el8_amd64_gcc13;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/g13;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_ASAN_X;BUILD_HOUR=24;DOCKER_IMG=cmssw/el8;BUILD_DAY=1,3,5;BUILD_OPTS=no-lto; -SCRAM_ARCH=el8_amd64_gcc14;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/g14;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_ASAN_X;BUILD_HOUR=24;DOCKER_IMG=cmssw/el8;BUILD_DAY=1,3,5;BUILD_OPTS=no-lto; +SCRAM_ARCH=el8_amd64_gcc13;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/g13;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_ASAN_X;BUILD_HOUR=24;DOCKER_IMG=cmssw/el8;BUILD_OPTS=no-lto; +SCRAM_ARCH=el8_amd64_gcc14;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/g14;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_ASAN_X;BUILD_HOUR=24;DOCKER_IMG=cmssw/el8;BUILD_OPTS=no-lto; SCRAM_ARCH=el8_amd64_gcc12;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/master;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_UBSAN_X;BUILD_HOUR=0,23;DOCKER_IMG=cmssw/el8;BUILD_DAY=1,3,5;BUILD_OPTS=no-lto; -SCRAM_ARCH=el8_amd64_gcc14;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/g14;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_UBSAN_X;BUILD_HOUR=0,23;DOCKER_IMG=cmssw/el8;BUILD_DAY=1,3,5;BUILD_OPTS=no-lto; +SCRAM_ARCH=el8_amd64_gcc13;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/g13;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_UBSAN_X;BUILD_HOUR=24;DOCKER_IMG=cmssw/el8;BUILD_DAY=1,3,5;BUILD_OPTS=no-lto; +SCRAM_ARCH=el8_amd64_gcc14;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/g14;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_UBSAN_X;BUILD_HOUR=24;DOCKER_IMG=cmssw/el8;BUILD_DAY=1,3,5;BUILD_OPTS=no-lto; SCRAM_ARCH=el8_amd64_gcc12;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/g4;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_GEANT4_X;DOCKER_IMG=cmssw/el8;BUILD_HOUR=23;BUILD_DAY=0,3;BUILD_OPTS=no-vecgeom; SCRAM_ARCH=el8_amd64_gcc12;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/g4;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_G4VECGEOM_X;DOCKER_IMG=cmssw/el8;BUILD_HOUR=23;BUILD_DAY=0,3; SCRAM_ARCH=el10_amd64_gcc14;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/el10;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_X;DOCKER_IMG=cmssw/el10;BUILD_HOUR=24;IB_ONLY=1;BUILD_OPTS=without:rocm,microarchs:x86-64-v4; @@ -34,7 +37,9 @@ SCRAM_ARCH=el8_aarch64_gcc12;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/ SCRAM_ARCH=el8_amd64_gcc12;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/root636;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_ROOT636_X;DOCKER_IMG=cmssw/el8;BUILD_HOUR=23;PR_TESTS=1;BUILD_DAY=1,3,5; SCRAM_ARCH=el8_amd64_gcc12;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/rntuple;RELEASE_BRANCH=CMSSW_15_1_RNTUPLE_X;RELEASE_QUEUE=CMSSW_15_1_RNTUPLE_X;DOCKER_IMG=cmssw/el8;BUILD_HOUR=23;PR_TESTS=1;DEBUG_EXTERNALS=root; SCRAM_ARCH=el8_amd64_gcc12;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/rootmodule;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_CXXMODULE_X;DOCKER_IMG=cmssw/el8;BUILD_DAY=1,5;BUILD_HOUR=23;DEBUG_EXTERNALS=root; -SCRAM_ARCH=el8_amd64_gcc14;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/g14;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_X;DOCKER_IMG=cmssw/el8;BUILD_HOUR=23;BUILD_DAY=1,3,5;MULTIARCH_OPTS=x86-64-v2;IB_ONLY=1; +SCRAM_ARCH=el8_amd64_gcc14;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/g14;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_X;DOCKER_IMG=cmssw/el8;BUILD_HOUR=11;BUILD_DAY=2,4;MULTIARCH_OPTS=x86-64-v2;IB_ONLY=1; +SCRAM_ARCH=el9_amd64_gcc14;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/g14;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_X;DOCKER_IMG=cmssw/el9;BUILD_HOUR=11;BUILD_DAY=2,4;MULTIARCH_OPTS=x86-64-v2;IB_ONLY=1; +SCRAM_ARCH=el8_aarch64_gcc14;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/g14;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_X;DOCKER_IMG=cmssw/el8;BUILD_HOUR=11;BUILD_DAY=2,4;IB_ONLY=1;DISABLED=1; SCRAM_ARCH=el9_amd64_gcc13;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/g13;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_X;DOCKER_IMG=cmssw/el9;BUILD_HOUR=23;BUILD_DAY=5;MULTIARCH_OPTS=x86-64-v2;IB_ONLY=1; SCRAM_ARCH=el8_amd64_gcc13;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/g13;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_X;DOCKER_IMG=cmssw/el8;BUILD_HOUR=23;MULTIARCH_OPTS=x86-64-v2; SCRAM_ARCH=el8_aarch64_gcc13;PKGTOOLS_TAG=V00-34-XX;CMSDIST_TAG=IB/CMSSW_15_1_X/g13;RELEASE_BRANCH=master;RELEASE_QUEUE=CMSSW_15_1_X;DOCKER_IMG=cmssw/el8;BUILD_HOUR=23;BUILD_DAY=1,5; diff --git a/cuda/install-cuda.py b/cuda/install-cuda.py index 2f602de4319..6ae4f2f0661 100755 --- a/cuda/install-cuda.py +++ b/cuda/install-cuda.py @@ -548,7 +548,7 @@ def main(): "-o", "--os", metavar="OS", - choices=["rhel7", "rhel8", "rhel9"], + choices=["rhel7", "rhel8", "rhel9", "rhel10"], default="rhel9", help="the operating system to download the components for; currently this is ignored, because a single set of components supports all recent Linux versions", ) diff --git a/cvmfsInstall.sh b/cvmfsInstall.sh index b78527b5e40..a9f941b6702 100755 --- a/cvmfsInstall.sh +++ b/cvmfsInstall.sh @@ -1,4 +1,29 @@ #!/bin/sh -ex + +function install_package() { + rm -f ${WORKSPACE}/inst.log + ${CMSPKG} install -y $@ 2>&1 | tee -a ${WORKSPACE}/inst.log 2>&1 || true + if [ $(grep 'cannot open Packages index using db6' ${WORKSPACE}/inst.log | wc -l) -gt 0 ] ; then + echo "ERROR: RPM DB error found" + if [ "${USE_LOCAL_RPMDB}" = "true" ] ; then + echo " Trying local DB" + mv $WORKDIR/${SCRAM_ARCH}/var/lib/rpm/Packages ${WORKSPACE}/Packages + ln -s ${WORKSPACE}/Packages $WORKDIR/${SCRAM_ARCH}/var/lib/rpm/Packages + rm -f ${WORKSPACE}/inst.log + ${CMSPKG} install -y $@ 2>&1 | tee -a ${WORKSPACE}/inst.log 2>&1 || true + rm -f $WORKDIR/${SCRAM_ARCH}/var/lib/rpm/Packages + mv ${WORKSPACE}/Packages $WORKDIR/${SCRAM_ARCH}/var/lib/rpm/Packages + echo "Copr RPM DB back" + if [ $(grep 'cannot open Packages index using db6' ${WORKSPACE}/inst.log | wc -l) -gt 0 ] ; then + echo "Still has RPM DB error" + touch ${WORKSPACE}/err.txt + fi + else + touch ${WORKSPACE}/err.txt + fi + fi +} + source $(dirname $0)/cmsrep.sh CMS_BOT_DIR=$(dirname $(realpath $0)) source ${CMS_BOT_DIR}/cvmfs_deployment/utils.sh @@ -24,6 +49,7 @@ TEST_INSTALL=$7 NUM_WEEKS=$8 REINSTALL_ARGS=$9 INSTALL_PACKAGES="${10}" +USE_LOCAL_RPMDB="${11}" CVMFS_PUBLISH_PATH="" USE_DEV="" @@ -144,9 +170,9 @@ for REPOSITORY in $REPOSITORIES; do if [ "X$RELEASE_NAME" != "X" ] ; then x="cms+cmssw-ib+$RELEASE_NAME" ${CMSPKG} clean - ${CMSPKG} install -y $x || true - time ${CMSPKG} install ${REINSTALL_ARGS} --ignore-size -y `echo $x | sed -e 's/cmssw-ib/cmssw/'` || true - time ${CMSPKG} install ${REINSTALL_ARGS} --ignore-size -y `echo $x | sed -e 's/cmssw-ib/cmssw-patch/'` || true + install_package $x + time install_package ${REINSTALL_ARGS} --ignore-size `echo $x | sed -e 's/cmssw-ib/cmssw/'` + time install_package ${REINSTALL_ARGS} --ignore-size `echo $x | sed -e 's/cmssw-ib/cmssw-patch/'` relname=`echo $x | awk -F + '{print $NF}'` timestamp=`echo $relname | awk -F _ '{print $NF}' | grep '^20[0-9][0-9]-[0-9][0-9]-[0-9][0-9]-[0-9][0-9][0-9][0-9]$' | sed 's|-||g'` if [ "X$timestamp" != "X" ] ; then @@ -158,6 +184,11 @@ for REPOSITORY in $REPOSITORIES; do fi fi ) || true + +if [ -e ${WORKSPACE}/err.txt ] ; then + cvmfs_server abort -f + exit 1 +fi rm -rf $WORKDIR/*/var/cmspkg/rpms || true done #End week repository diff --git a/cvmfs_deployment/utils.sh b/cvmfs_deployment/utils.sh index 4c9f9096d60..eee7ca2ae4f 100755 --- a/cvmfs_deployment/utils.sh +++ b/cvmfs_deployment/utils.sh @@ -24,6 +24,6 @@ function cvmfs_transaction() sleep 10 done else - cvmfs_server transaction || ((cvmfs_server abort -f ${CVMFS_REPOSITORY} || rm -fR /var/spool/${CVMFS_BASEDIR}/is_publishing.lock) && cvmfs_server transaction) + cvmfs_server transaction ${CVMFS_REPOSITORY} || ((cvmfs_server abort -f ${CVMFS_REPOSITORY} || rm -fR /var/spool/${CVMFS_BASEDIR}/is_publishing.lock) && cvmfs_server transaction ${CVMFS_REPOSITORY}) fi } diff --git a/ib-weeks b/ib-weeks index 26473832cb9..0ca9ea50489 100644 --- a/ib-weeks +++ b/ib-weeks @@ -57,3 +57,6 @@ nweek-02885 nweek-02886 nweek-02887 nweek-02888 +nweek-02889 +nweek-02890 +nweek-02891 diff --git a/modify_comment.py b/modify_comment.py index 02ab630e988..d6c98c90286 100755 --- a/modify_comment.py +++ b/modify_comment.py @@ -7,10 +7,39 @@ from optparse import OptionParser import sys from socket import setdefaulttimeout +import re setdefaulttimeout(120) SCRIPT_DIR = dirname(abspath(sys.argv[0])) + +def find_last_comment(issue, user, match): + last_comment = None + for comment in issue.get_comments(): + if (user != comment.user.login) or (not comment.body): + continue + if not re.match( + match, comment.body.encode("ascii", "ignore").decode().strip("\n\t\r "), re.MULTILINE + ): + continue + last_comment = comment + print("Matched comment from %s with comment id %s" % (comment.user.login, comment.id)) + return last_comment + + +def modify_comment(comment, match, replace, dryRun): + comment_msg = comment.body.encode("ascii", "ignore").decode() if comment.body else "" + if match: + new_comment_msg = re.sub(match, replace, comment_msg) + else: + new_comment_msg = comment_msg + "\n" + replace + if new_comment_msg != comment_msg: + if not dryRun: + comment.edit(new_comment_msg) + print("Message updated") + return 0 + + valid_types = {} valid_types["JENKINS_TEST_URL"] = ["", None] valid_types["JENKINS_STYLE_URL"] = ["", None] @@ -68,7 +97,6 @@ if exists(join(repo_dir, "repo_config.py")): sys.path.insert(0, repo_dir) import repo_config - from process_pr import modify_comment, find_last_comment from process_pr import TRIGERING_TESTS_MSG, TRIGERING_STYLE_TEST_MSG valid_types["JENKINS_TEST_URL"] = ["^\\s*" + TRIGERING_TESTS_MSG + ".*$", None] diff --git a/pr-schedule-tests b/pr-schedule-tests index 45d081f9a8c..fa6d81b4647 100755 --- a/pr-schedule-tests +++ b/pr-schedule-tests @@ -118,6 +118,7 @@ if [ $(echo $CONFIG_LINE | tr ';' '\n' | grep SCRAM_ARCH= | wc -l) -eq 1 ] ; the echo "CONTEXT_PREFIX=${CONTEXT_PREFIX}" >> $OUTPUT_FILE echo "PROFILING_WORKFLOWS=${PROFILING_WORKFLOWS}" >> $OUTPUT_FILE echo "BUILD_VERBOSE=${BUILD_VERBOSE}" >> $OUTPUT_FILE + echo "BUILD_ONLY=${BUILD_ONLY}" >> $OUTPUT_FILE CMSSW_QUEUE="${RELEASE_QUEUE}" mark_commit_status_all_prs "${PR_COMMIT_STATUS}" 'pending' -d "Tests scheduled ${RELEASE_FORMAT}/${SCRAM_ARCH}" -u 'https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/' || true COMMIT_STATUS_CONTEXT="unknown/release" diff --git a/pr_testing/run-pr-relvals.sh b/pr_testing/run-pr-relvals.sh index 25ab06e603b..d3b6ca86ab7 100755 --- a/pr_testing/run-pr-relvals.sh +++ b/pr_testing/run-pr-relvals.sh @@ -22,7 +22,7 @@ echo "${MATRIX_ARGS}" | tr ';' '\n' | while IFS= read -r args; do high_stats ) ;; nano ) OPTS="-w nano" ;; * ) if is_in_array "${TEST_FLAVOR}" "${ALL_GPU_TYPES[@]}" ; then - OPTS=$(get_gpu_matrix_args) + OPTS=$(get_gpu_matrix_args | sed -r 's|--gpu *[a-z_-]+||') fi ;; esac @@ -30,7 +30,7 @@ echo "${MATRIX_ARGS}" | tr ';' '\n' | while IFS= read -r args; do args=$(echo "${args}" | sed "s|all|${ALL_WFS}|") fi dateBefore=$(date +"%s") - (LOCALRT=${WORKSPACE}/${CMSSW_VERSION} EXTRA_MATRIX_COMMAND_ARGS=${RUN_THE_MATRIX_CMD_OPTS} CHECK_WORKFLOWS=false UPLOAD_ARTIFACTS=false MATRIX_ARGS="$args" timeout $MATRIX_TIMEOUT ${CMS_BOT_DIR}/run-ib-pr-matrix.sh "${TEST_FLAVOR}" && echo ALL_OK) 2>&1 | tee ${LOG}.tmp + (LOCALRT=${WORKSPACE}/${CMSSW_VERSION} EXTRA_MATRIX_COMMAND_ARGS="${RUN_THE_MATRIX_CMD_OPTS}" CHECK_WORKFLOWS=false UPLOAD_ARTIFACTS=false MATRIX_ARGS="$args" timeout $MATRIX_TIMEOUT ${CMS_BOT_DIR}/run-ib-pr-matrix.sh "${TEST_FLAVOR}" && echo ALL_OK) 2>&1 | tee ${LOG}.tmp if [ $(grep -a "ALL_OK" ${LOG}.tmp | wc -l) -eq 0 ] ; then echo "ERROR Running runTheMatrix for '$args'" >> ${LOG}.tmp ; fi cat ${LOG}.tmp >> ${LOG} rm -rf ${LOG}.tmp diff --git a/pr_testing/test_multiple_prs.sh b/pr_testing/test_multiple_prs.sh index a8f0d87afca..66403455beb 100755 --- a/pr_testing/test_multiple_prs.sh +++ b/pr_testing/test_multiple_prs.sh @@ -6,7 +6,7 @@ # --- #common function function order_workflow_list(){ - echo ${1} | tr ' ' '\n' | tr ',' '\n' | grep '^[0-9]\|^all$' | sort -n | uniq | tr '\n' ',' | sed 's|,*$||' + echo ${1} | tr ' ' '\n' | tr ',' '\n' | grep '^[a-z0-9]\|^all$' | sort -n | uniq | tr '\n' ',' | sed 's|,*$||' } function get_pr_baseline_worklflow() { @@ -138,6 +138,7 @@ ENABLE_MEMORY_PROFILE=false [ "${UPLOAD_TO_PACKAGE_STORE}" != "" ] || UPLOAD_TO_PACKAGE_STORE=true [ $(echo ${ARCHITECTURE} | grep "_amd64_" | wc -l) -gt 0 ] && DO_COMPARISON=true [ $(echo ${RELEASE_FORMAT} | grep 'SAN_X' | wc -l) -gt 0 ] && DO_COMPARISON=false +[ ${BUILD_ONLY} = "true" ] && DO_COMPARISON=false BUILD_VERBOSE=true if [ "${BUILD_VERBOSE}" = "true" ] ; then BUILD_VERBOSE="-v" @@ -344,7 +345,6 @@ if $DO_COMPARISON ; then PR_LABELS=$(curl -s https://api.github.com/repos/${PR_REPO}/issues/${PR_NUMBER}/labels | grep '"name":' | sed 's|.*: *||;s|"||g;s|-pending||;s|-approved||;s|-rejected||' | tr ',\n' ' ' | tr '[a-z-]' '[A-Z_]') EX_WFS="" - set +x for l in ${PR_LABELS} ; do EX_WFS="${EX_WFS},$(get_pr_baseline_worklflow _LAB_${l})" done @@ -376,7 +376,6 @@ if $DO_COMPARISON ; then echo "WORKFLOWS=-l ${WORKFLOWS_PR_LABELS}" >> run-baseline-${BUILD_ID}-03.default fi fi - set -x if [ "${MATRIX_EXTRAS}" != "" ] ; then WF_LIST=$(order_workflow_list ${MATRIX_EXTRAS}) grep -v '^\(WORKFLOWS\|MATRIX_ARGS\)=' run-baseline-${BUILD_ID}-01.default > run-baseline-${BUILD_ID}-02.default @@ -1318,6 +1317,11 @@ fi mark_commit_status_all_prs '' 'pending' -u "${BUILD_URL}" -d "Running tests" || true +if [ "$BUILD_ONLY" = "true" ]; then + DO_SHORT_MATRIX=false + DISABLE_GPU_TESTS=true +fi + DO_PROFILING=false DO_GPU_TESTS=false if [ "X$BUILD_OK" = Xtrue -a "$RUN_TESTS" = "true" ]; then @@ -1396,6 +1400,11 @@ else fi mark_commit_status_all_prs '' 'error' -u "${PR_RESULT_URL}" -d "Failed: ${TESTS_FAILED}" fi +if [ -e ${RESULTS_DIR}/static.txt ]; then + if [ $(grep ${RESULTS_DIR}/static.txt -e 'EDM_ML_DEBUG_CHECKS;OK' | wc -l) -eq 0 ]; then + echo "* Static analyzer reported errors, please check" >> ${RESULTS_DIR}/10-report.res + fi +fi $CMS_BOT_DIR/das-utils/use-ibeos-sort || true pushd $WORKSPACE diff --git a/process_pr.py b/process_pr.py index 738be5639df..d36e4ac0724 100644 --- a/process_pr.py +++ b/process_pr.py @@ -35,7 +35,6 @@ from os.path import join, exists, dirname from os import environ from github_utils import ( - edit_pr, api_rate_limits, get_pr_commits_reversed, get_commit, @@ -50,19 +49,19 @@ try: from yaml import CLoader as Loader, CDumper as Dumper -except ImportError: +except ImportError: # pragma: no cover from yaml import Loader, Dumper try: from categories import CATS_TO_APPROVE_ON_TEST -except: +except: # pragma: no cover CATS_TO_APPROVE_ON_TEST = [] try: from categories import CMSSW_LABELS -except: +except: # pragma: no cover CMSSW_LABELS = {} try: from categories import get_dpg_pog -except: +except: # pragma: no cover def get_dpg_pog(*args): return {} @@ -70,7 +69,7 @@ def get_dpg_pog(*args): try: from categories import external_to_package -except: +except: # pragma: no cover def external_to_package(*args): return "" @@ -78,7 +77,7 @@ def external_to_package(*args): try: from releases import get_release_managers, is_closed_branch -except: +except: # pragma: no cover def get_release_managers(*args): return [] @@ -110,7 +109,7 @@ def format(s, **kwds): CODE_CHECKS_REGEXP = re.compile( r"code-checks(\s+with\s+cms.week[0-9].PR_[0-9a-f]{8}/[^\s]+|)(\s+and\s+apply\s+patch|)$" ) -WF_PATTERN = r"[1-9][0-9]*(\.[0-9]+|)" +WF_PATTERN = r"(?:[a-z][a-z0-9_]+|[1-9][0-9]*(\.[0-9]+|))" CMSSW_QUEUE_PATTERN = "CMSSW_[0-9]+_[0-9]+_(X|[A-Z][A-Z0-9]+_X|[0-9]+(_[a-zA-Z0-9_]+|))" CMSSW_PACKAGE_PATTERN = "[A-Z][a-zA-Z0-9]+(/[a-zA-Z0-9]+|)" ARCH_PATTERN = "[a-z0-9]+_[a-z0-9]+_[a-z0-9]+" @@ -125,7 +124,7 @@ def format(s, **kwds): cmsorgs="|".join(EXTERNAL_REPOS), ) TEST_REGEXP = format( - r"^\s*((@|)cmsbuild\s*[,]*\s+|)(please\s*[,]*\s+|)test(\s+workflow(s|)\s+(%(workflow)s(\s*,\s*%(workflow)s|)*)|)(\s+with\s+(%(cms_pr)s(\s*,\s*%(cms_pr)s)*)|)(\s+for\s+%(release_queue)s|)(\s+using\s+full\s+cmssw|\s+using\s+(cms-|)addpkg\s+(%(pkg)s(,%(pkg)s)*)|)\s*$", + r"^\s*((@|)cmsbuild\s*[,]*\s+|)(please\s*[,]*\s+|)(test|build)(\s+workflow(s|)\s+(%(workflow)s(\s*,\s*%(workflow)s|)*)|)(\s+with\s+(%(cms_pr)s(\s*,\s*%(cms_pr)s)*)|)(\s+for\s+%(release_queue)s|)(\s+using\s+full\s+cmssw|\s+using\s+(cms-|)addpkg\s+(%(pkg)s(,%(pkg)s)*)|)\s*$", workflow=WF_PATTERN, cms_pr=CMS_PR_PATTERN, pkg=CMSSW_PACKAGE_PATTERN, @@ -199,6 +198,7 @@ def format(s, **kwds): "(workflow|relval)(s|)_command_opt(ion|)(s|)(" + EXTRA_RELVALS_TESTS_OPTS + "|_input|)": [RELVAL_OPTS, "EXTRA_MATRIX_COMMAND_ARGS", True], + "build_only": ["true|false", "BUILD_ONLY"], } BOT_CACHE_CHUNK_SIZE = 55000 @@ -212,19 +212,76 @@ def format(s, **kwds): logger: logging.Logger +def addLoggingLevel(levelName, levelNum, methodName=None): + """ + Comprehensively adds a new logging level to the `logging` module and the + currently configured logging class. + + `levelName` becomes an attribute of the `logging` module with the value + `levelNum`. `methodName` becomes a convenience method for both `logging` + itself and the class returned by `logging.getLoggerClass()` (usually just + `logging.Logger`). If `methodName` is not specified, `levelName.lower()` is + used. + + To avoid accidental clobberings of existing attributes, this method will + raise an `AttributeError` if the level name is already an attribute of the + `logging` module or if the method name is already present + + Example + ------- + >>> addLoggingLevel('TRACE', logging.DEBUG - 5) + >>> logging.getLogger(__name__).setLevel("TRACE") + >>> logging.getLogger(__name__).trace('that worked') + >>> logging.trace('so did this') + >>> logging.TRACE + 5 + + """ + if not methodName: + methodName = levelName.lower() + + if hasattr(logging, levelName): + return + if hasattr(logging, methodName): + return + if hasattr(logging.getLoggerClass(), methodName): + return + + # This method was inspired by the answers to Stack Overflow post + # http://stackoverflow.com/q/2183233/2988730, especially + # http://stackoverflow.com/a/13638084/2988730 + def logForLevel(self, message, *args, **kwargs): + if self.isEnabledFor(levelNum): + self._log(levelNum, message, args, **kwargs) + + def logToRoot(message, *args, **kwargs): + logging.log(levelNum, message, *args, **kwargs) + + logging.addLevelName(levelNum, levelName) + setattr(logging, levelName, levelNum) + setattr(logging.getLoggerClass(), methodName, logForLevel) + setattr(logging, methodName, logToRoot) + + def setup_logging(loglevel): - numeric_level = getattr(logging, loglevel.upper(), None) - if not isinstance(numeric_level, int): - raise ValueError(f"Invalid log level: {loglevel}") + addLoggingLevel("TRACE", logging.DEBUG - 5) + + if isinstance(loglevel, int): + numeric_level = loglevel + else: + numeric_level = getattr(logging, loglevel.upper(), None) + if numeric_level is None: + raise ValueError(f"Invalid log level: {loglevel}") global logger logger = logging.getLogger(__name__) - logger.setLevel(numeric_level) - handler = logging.StreamHandler(sys.stdout) - handler.setLevel(numeric_level) - formatter = logging.Formatter("%(filename)s:%(lineno)d [%(levelname)s] %(message)s") - handler.setFormatter(formatter) - logger.addHandler(handler) + if not len(logger.handlers): + logger.setLevel(numeric_level) + handler = logging.StreamHandler(sys.stdout) + handler.setLevel(numeric_level) + formatter = logging.Formatter("%(filename)s:%(lineno)d [%(levelname)s] %(message)s") + handler.setFormatter(formatter) + logger.addHandler(handler) try: @@ -238,7 +295,7 @@ def my_create_status(*args, **kwargs): original__create_status(*args, **kwargs) Commit.Commit.create_status = my_create_status -except ImportError as e: +except ImportError as e: # pragma: no cover print("[WARNING] Failed to import Commit from github", file=sys.stderr) pass @@ -278,6 +335,7 @@ def collect_commit_cache(bot_cache): REGEX_COMMIT_SHA = re.compile("^[a-f0-9]{40}$", re.IGNORECASE) commit_cache = {k: v for k, v in bot_cache.items() if REGEX_COMMIT_SHA.match(k)} if commit_cache: + logger.info("Found old commit cache, upgrading") for k in commit_cache: del bot_cache[k] bot_cache["commits"] = commit_cache @@ -307,7 +365,7 @@ def extract_bot_cache(comment_msgs): if data: res = read_bot_cache(data) - logger.debug("Loaded bot cache:\n%s", dumps(res)) + logger.trace("Loaded bot cache:\n%s", dumps(res)) return res return {} @@ -329,7 +387,7 @@ def prepare_bot_cache(bot_cache): def write_bot_cache(bot_cache, cache_comments, issue, dryRun): - logger.debug("Save bot cache: %s", dumps(bot_cache)) + logger.trace("Save bot cache: %s", dumps(bot_cache)) data = prepare_bot_cache(bot_cache) for i, part in enumerate(data): try: @@ -348,7 +406,7 @@ def write_bot_cache(bot_cache, cache_comments, issue, dryRun): cache_comment.edit(new_body) else: issue.create_comment(new_body) - else: + else: # pragma: no cover if cache_comment: logger.info("DRY RUN: Updating existing comment with text") else: @@ -437,7 +495,7 @@ def create_properties_file_tests( create_property_file(out_file_name, parameters, dryRun) -def create_property_file(out_file_name, parameters, dryRun): +def create_property_file(out_file_name, parameters, dryRun): # pragma: no cover if dryRun: logger.info("Not creating properties file (dry-run): %s", out_file_name) return @@ -461,43 +519,20 @@ def updateMilestone(repo, issue, pr, dryRun): return milestone = repo.get_milestone(milestoneId) logger.info("Setting milestone to %s", milestone.title) - if dryRun: + if dryRun: # pragma: no cover return issue.edit(milestone=milestone) -def find_last_comment(issue, user, match): - last_comment = None - for comment in issue.get_comments(): - if (user != comment.user.login) or (not comment.body): - continue - if not re.match( - match, comment.body.encode("ascii", "ignore").decode().strip("\n\t\r "), re.MULTILINE - ): - continue - last_comment = comment - logger.debug("Matched comment from %s with comment id %s", comment.user.login, comment.id) - return last_comment - - -def modify_comment(comment, match, replace, dryRun): - comment_msg = comment.body.encode("ascii", "ignore").decode() if comment.body else "" - if match: - new_comment_msg = re.sub(match, replace, comment_msg) - else: - new_comment_msg = comment_msg + "\n" + replace - if new_comment_msg != comment_msg: - if not dryRun: - comment.edit(new_comment_msg) - logger.info("Message updated") - return 0 - - # github_utils.set_issue_emoji -> https://github.com/PyGithub/PyGithub/blob/v1.56/github/Issue.py#L569 # github_utils.set_comment_emoji -> https://github.com/PyGithub/PyGithub/blob/v1.56/github/IssueComment.py#L149 # github_utils.delete_issue_emoji -> https://github.com/PyGithub/PyGithub/blob/v1.56/github/Issue.py#L587 # github_utils.delete_comment_emoji -> https://github.com/PyGithub/PyGithub/blob/v1.56/github/IssueComment.py#L168 -def set_emoji(repository, comment, emoji, reset_other): + + +def set_emoji( + repository, comment, emoji, reset_other +): # pragma: no cover (Function replaced with no-op during tests for historical reasons) if reset_other: for e in comment.get_reactions(): login = e.user.login.encode("ascii", "ignore").decode() @@ -508,7 +543,7 @@ def set_emoji(repository, comment, emoji, reset_other): def set_comment_emoji_cache(dryRun, bot_cache, comment, repository, emoji="+1", reset_other=True): - if dryRun: + if dryRun: # pragma: no cover return comment_id = str(comment.id) if ( @@ -711,19 +746,20 @@ def check_test_cmd(first_line, repo, params): prs = [] cmssw_que = "" logger.debug("check_test_cmd: %s", m.groups()) - if m.group(6): + build_only = m.group(4) == "build" + if m.group(7): wfs = ",".join(set(m.group(6).replace(" ", "").split(","))) - if m.group(11): - prs = get_prs_list_from_string(m.group(11), repo) - if m.group(20): - cmssw_que = m.group(20) - if m.group(25): - if "addpkg" in m.group(25): - params["EXTRA_CMSSW_PACKAGES"] = m.group(27).strip() + if m.group(12): + prs = get_prs_list_from_string(m.group(12), repo) + if m.group(21): + cmssw_que = m.group(21) + if m.group(26): + if "addpkg" in m.group(26): + params["EXTRA_CMSSW_PACKAGES"] = m.group(28).strip() else: params["BUILD_FULL_CMSSW"] = "true" - return (True, " ".join(prs), wfs, cmssw_que) - return (False, "", "", "") + return (True, " ".join(prs), wfs, cmssw_que, build_only) + return (False, "", "", "", "") def get_prs_list_from_string(pr_string="", repo_string=""): @@ -814,6 +850,24 @@ def multiline_check_function(first_line, comment_lines, repository): return True, extra_params, "" +# Hooked by test code +def fetch_diff(diff_url): + cmd = ( + "curl -s -L %s | grep '^diff --git ' | sed 's|.* a/||;s| *b/| |' | tr ' ' '\n' | sort | uniq" + % diff_url + ) + e, o = run_cmd(cmd) + if e: + logger.error("Request to %s failed", diff_url) + logger.error(e) + exit(1) + if o: + return o.split("\n") + else: + logger.error("Request to %s did not return any changes, is the PR too big?", diff_url) + exit(1) + + def get_changed_files(repo, pr, use_gh_patch=False): if (not use_gh_patch) and (pr.changed_files <= CHANGED_FILES_FROM_DIFF_THRESHOLD): pr_files = [] @@ -829,20 +883,9 @@ def get_changed_files(repo, pr, use_gh_patch=False): diff_url = "https://patch-diff.githubusercontent.com/raw/{}/pull/{}.diff".format( repo.full_name, pr.number ) - cmd = ( - "curl -s -L %s | grep '^diff --git ' | sed 's|.* a/||;s| *b/| |' | tr ' ' '\n' | sort | uniq" - % diff_url - ) - e, o = run_cmd(cmd) - if e: - logger.error("Request to %s failed", diff_url) - logger.error(e) - exit(1) - if o: - return o.split("\n") - else: - logger.error("Request to %s did not return any changes, is the PR too big?", diff_url) - exit(1) + + o = fetch_diff(diff_url) + return o def get_backported_pr(msg): @@ -909,7 +952,7 @@ def add_nonblocking_labels(chg_files, extra_labels): if not "mtype" in extra_labels: extra_labels["mtype"] = [] extra_labels["mtype"].append(ex_lab) - logger.debug("Non-Blocking label:%s:%s:%s", ex_lab, regex.pattern, pkg_file) + logger.trace("Non-Blocking label:%s:%s:%s", ex_lab, regex.pattern, pkg_file) break if ("mtype" in extra_labels) and (not extra_labels["mtype"]): del extra_labels["mtype"] @@ -918,16 +961,16 @@ def add_nonblocking_labels(chg_files, extra_labels): # TODO: remove once we update pygithub -def get_commit_files(repo_, commit): +def get_commit_files(repo_, commit): # pragma: no cover return (x["filename"] for x in get_commit(repo_.full_name, commit.sha)["files"]) -def on_labels_changed(added_labels, removed_labels): +def on_labels_changed(added_labels, removed_labels): # pragma: no cover # Placeholder function replaced during testing pass -def fetch_pr_result(url): +def fetch_pr_result(url): # pragma: no cover e, o = run_cmd("curl -k -s -L --max-time 60 %s" % url) return e, o @@ -943,12 +986,14 @@ def ensure_ascii(string): return string.encode("ascii", "ignore").decode("ascii", "ignore") -def process_pr(repo_config, gh, repo, issue, dryRun, cmsbuild_user=None, force=False): +def process_pr( + repo_config, gh, repo, issue, dryRun, cmsbuild_user=None, force=False, enableTraceLog=True +): global L2_DATA, create_status if (not force) and ignore_issue(repo_config, repo, issue): return - setup_logging("debug") + setup_logging("trace" if enableTraceLog else "debug") gh_user_char = "@" @@ -1050,7 +1095,7 @@ def process_pr(repo_config, gh, repo, issue, dryRun, cmsbuild_user=None, force=F if pr.state != "closed": logger.error("This pull request must go in to master branch") if not dryRun: - edit_pr(repo.full_name, prId, base="master") + pr.edit(base="master") msg = format( "%(gh_user_char)s%(user)s, %(dev_branch)s branch is closed for direct updates. cms-bot is going to move this PR to master branch.\n" "In future, please use cmssw master branch to submit your changes.\n", @@ -1151,6 +1196,7 @@ def process_pr(repo_config, gh, repo, issue, dryRun, cmsbuild_user=None, force=F ] ) # Handle category watchers + catWatchers = read_repo_file(repo_config, "category-watchers.yaml", {}) non_block_cats = [] if not "mtype" in extra_labels else extra_labels["mtype"] for user, cats in list(catWatchers.items()): @@ -1232,8 +1278,11 @@ def process_pr(repo_config, gh, repo, issue, dryRun, cmsbuild_user=None, force=F except: pass if repository == CMSSW_REPO_NAME and re.match(CREATE_REPO, issue.title): - with open("query-new-data-repo-issues-" + str(issue.number) + ".properties", "w") as f: - f.write("ISSUE_NUMBER=" + str(issue.number) + "\n") + create_property_file( + "query-new-data-repo-issues-" + str(issue.number) + ".properties", + {"ISSUE_NUMBER": str(issue.number)}, + dryRun, + ) # Process the issue comments signatures = dict([(x, "pending") for x in signing_categories]) @@ -1277,6 +1326,7 @@ def process_pr(repo_config, gh, repo, issue, dryRun, cmsbuild_user=None, force=F override_tests_failure = None bot_cache = {} old_labels = set(ensure_ascii(x.name) for x in issue.labels) + build_only = False # start of parsing comments to find the bot_cache # to use information during the actual comment loop @@ -1622,7 +1672,7 @@ def process_pr(repo_config, gh, repo, issue, dryRun, cmsbuild_user=None, force=F # Check if the someone asked to trigger the tests if valid_commenter: - ok, v2, v3, v4 = check_test_cmd(first_line, repository, global_test_params) + ok, v2, v3, v4, v5 = check_test_cmd(first_line, repository, global_test_params) if ok: test_comment = comment abort_test = None @@ -1635,13 +1685,15 @@ def process_pr(repo_config, gh, repo, issue, dryRun, cmsbuild_user=None, force=F elif re.match("^" + ARCH_PATTERN + "$", release_queue): release_arch = release_queue release_queue = "" + build_only = v5 logger.info( - "Tests requested: %s asked to test this PR with cmssw_prs=%s, release_queue=%s, arch=%s and workflows=%s", + "Tests requested: %s asked to test this PR with cmssw_prs=%s, release_queue=%s, arch=%s and workflows=%s; build_only=%s", commenter, cmssw_prs, release_queue, release_arch, extra_wfs, + build_only, ) logger.debug("Comment message: %s", first_line) signatures["tests"] = "pending" @@ -1739,7 +1791,9 @@ def process_pr(repo_config, gh, repo, issue, dryRun, cmsbuild_user=None, force=F "{2}, to re-enable processing of this PR, you can write `+file-count` in a comment. Thanks.".format( pr.changed_files, TOO_MANY_FILES_WARN_THRESHOLD, - ", ".join([gh_user_char + name for name in CMSSW_ISSUES_TRACKERS]), + ", ".join( + sorted([gh_user_char + name for name in CMSSW_ISSUES_TRACKERS]) + ), ) ) else: @@ -1879,7 +1933,7 @@ def process_pr(repo_config, gh, repo, issue, dryRun, cmsbuild_user=None, force=F auto_test_comment = None for event in flattened_eventlist: - logger.debug("Event: %s", event) + logger.trace("Event: %s", event) if event["type"] == "sign": if (not signed_commit_sha) and issue.pull_request: continue @@ -2029,6 +2083,7 @@ def process_pr(repo_config, gh, repo, issue, dryRun, cmsbuild_user=None, force=F # if not extra_labels[ltype]: # del extra_labels[ltype] + create_status = True if bot_status is None and issue.pull_request and issue.state != "open": create_status = False @@ -2064,7 +2119,30 @@ def process_pr(repo_config, gh, repo, issue, dryRun, cmsbuild_user=None, force=F last_commit_obj.create_status( "success", description=desc, target_url=turl, context=bot_status_name ) + build_only_status = get_status( + cms_status_prefix + "/build-only", commit_statuses + ) + if build_only: + if (not build_only_status) or ( + build_only_status.description != "Only build" + ): + last_commit_obj.create_status( + "success", + description="Only build", + target_url=turl, + context=cms_status_prefix + "/build-only", + ) + else: + if build_only_status and build_only_status.description != "Build and test": + last_commit_obj.create_status( + "success", + description="Build and test", + target_url=turl, + context=cms_status_prefix + "/build-only", + ) + set_comment_emoji_cache(dryRun, bot_cache, test_comment, repository) + if bot_status: logger.debug( "bot_status.target_url=%s, turl=%s, signatures['tests']=%s, bot_status.description=%s", @@ -2177,10 +2255,14 @@ def process_pr(repo_config, gh, repo, issue, dryRun, cmsbuild_user=None, force=F lab_state = "required" if lab_state not in lab_stats: lab_state = "optional" - if (lab_state in lab_stats) and ("pending" not in lab_stats[lab_state]): - signatures["tests"] = "approved" - if "error" in lab_stats[lab_state]: - signatures["tests"] = "rejected" + build_only_status = get_status(cms_status_prefix + "/build-only", commit_statuses) + if not (build_only_status and build_only_status.description == "Only build"): + if (lab_state in lab_stats) and ("pending" not in lab_stats[lab_state]): + signatures["tests"] = "approved" + if "error" in lab_stats[lab_state]: + signatures["tests"] = "rejected" + else: + signatures["tests"] = "pending" elif not bot_status: if not dryRun: last_commit_obj.create_status( @@ -2424,6 +2506,7 @@ def process_pr(repo_config, gh, repo, issue, dryRun, cmsbuild_user=None, force=F global_test_params["EXTRA_RELVALS_TESTS"] = " ".join( [t.upper().replace("-", "_") for t in EXTRA_RELVALS_TESTS] ) + global_test_params["BUILD_ONLY"] = build_only logger.debug("All Parameters: %s", global_test_params) # For now, only trigger tests for cms-sw/cmssw and cms-sw/cmsdist diff --git a/push-pkg-info.py b/push-pkg-info.py index f644e808b86..3083717869f 100644 --- a/push-pkg-info.py +++ b/push-pkg-info.py @@ -100,13 +100,14 @@ def extract_and_upload(directory): for package in packages: payload = { - "name": name, + "release": name, "release_cycle": release_cycle, "flavor": flavor, "date": date, "architecture": architecture, "@timestamp": get_current_time(), - package: packages[package], + "package_name": package, + "package_version": packages[package], } unique_id = f"{release_cycle}_{flavor}_{date}_{architecture}_{package}" diff --git a/releases.map b/releases.map index d663f62741c..51a24330049 100644 --- a/releases.map +++ b/releases.map @@ -4620,3 +4620,20 @@ architecture=el8_aarch64_gcc12;label=CMSSW_15_0_5;type=Production;state=Announce architecture=el8_amd64_gcc13;label=CMSSW_15_0_5;type=Production;state=Announced;prodarch=0;default_micro_arch=x86-64-v3; architecture=el8_amd64_gcc12;label=CMSSW_15_0_5;type=Production;state=Announced;prodarch=1;default_micro_arch=x86-64-v3; architecture=el9_amd64_gcc12;label=CMSSW_15_0_5;type=Production;state=Announced;prodarch=0;default_micro_arch=x86-64-v3; +architecture=el8_aarch64_gcc12;label=CMSSW_15_0_6;type=Production;state=Announced;prodarch=0; +architecture=el8_amd64_gcc12;label=CMSSW_15_0_6;type=Production;state=Announced;prodarch=1;default_micro_arch=x86-64-v3; +architecture=el9_aarch64_gcc12;label=CMSSW_15_0_6;type=Production;state=Announced;prodarch=0; +architecture=el8_amd64_gcc13;label=CMSSW_15_0_6;type=Production;state=Announced;prodarch=0;default_micro_arch=x86-64-v3; +architecture=el9_amd64_gcc12;label=CMSSW_15_0_6;type=Production;state=Announced;prodarch=0;default_micro_arch=x86-64-v3; +architecture=el8_aarch64_gcc12;label=CMSSW_15_1_0_pre3;type=Development;state=Announced;prodarch=0; +architecture=el9_aarch64_gcc12;label=CMSSW_15_1_0_pre3;type=Development;state=Announced;prodarch=0; +architecture=el8_amd64_gcc13;label=CMSSW_15_1_0_pre3;type=Development;state=Announced;prodarch=0;default_micro_arch=x86-64-v3; +architecture=el8_amd64_gcc12;label=CMSSW_15_1_0_pre3;type=Development;state=Announced;prodarch=1;default_micro_arch=x86-64-v3; +architecture=el9_amd64_gcc12;label=CMSSW_15_1_0_pre3;type=Development;state=Announced;prodarch=0;default_micro_arch=x86-64-v3; +architecture=el8_amd64_gcc12;label=CMSSW_15_1_0_pre3_FASTPU;type=Development;state=Announced;prodarch=1;default_micro_arch=x86-64-v3; +architecture=el8_aarch64_gcc13;label=CMSSW_15_1_0_pre3;type=Development;state=Announced;prodarch=0; +architecture=el8_aarch64_gcc12;label=CMSSW_15_0_6_patch1;type=Production;state=Announced;prodarch=0; +architecture=el8_amd64_gcc12;label=CMSSW_15_0_6_patch1;type=Production;state=Announced;prodarch=1;default_micro_arch=x86-64-v3; +architecture=el8_amd64_gcc13;label=CMSSW_15_0_6_patch1;type=Production;state=Announced;prodarch=0;default_micro_arch=x86-64-v3; +architecture=el9_aarch64_gcc12;label=CMSSW_15_0_6_patch1;type=Production;state=Announced;prodarch=0; +architecture=el9_amd64_gcc12;label=CMSSW_15_0_6_patch1;type=Production;state=Announced;prodarch=0;default_micro_arch=x86-64-v3; diff --git a/repos/iarspider_cmssw/cmsdist/__init__.py b/repos/iarspider_cmssw/cmsdist/__init__.py new file mode 100644 index 00000000000..e69de29bb2d diff --git a/repos/iarspider_cmssw/cmsdist/categories.py b/repos/iarspider_cmssw/cmsdist/categories.py new file mode 100644 index 00000000000..3e72891992a --- /dev/null +++ b/repos/iarspider_cmssw/cmsdist/categories.py @@ -0,0 +1,205 @@ +# A ridicously long mapping for categories. Good enough for now. +from categories_map import CMSSW_CATEGORIES, CMSSW_LABELS +from cms_static import GH_CMSDIST_REPO as gh_cmsdist +from cms_static import GH_CMSSW_ORGANIZATION as gh_user +from cms_static import GH_CMSSW_REPO as gh_cmssw +from releases import SPECIAL_RELEASE_MANAGERS +from repo_config import CMSBUILD_USER + +authors = {} +# Any Githib user whose comments/requests should be ignored +GITHUB_BLACKLIST_AUTHORS = [] +# CMS Offline Release Planning managers +CMSSW_ORP = ["iarspider"] +# CMS-SDT members who has admin rights to various github organizations and repositories. +# They are also reposionsible to sign for externals +CMS_SDT = ["iarspider"] +# List of gh users who can approve a release build request +APPROVE_BUILD_RELEASE = list(set(["smuzaffar"] + CMSSW_ORP + SPECIAL_RELEASE_MANAGERS)) +# List of gh users who can request to build a release. +REQUEST_BUILD_RELEASE = APPROVE_BUILD_RELEASE +# List og gh users who are allowed to trigger Pull Request testing +TRIGGER_PR_TESTS = list( + set( + [ + "felicepantaleo", + "rovere", + "lgray", + "bsunanda", + "VinInn", + "kpedro88", + "makortel", + "wddgit", + "mtosi", + "gpetruc", + "gartung", + "nsmith-", + "mmusich", + "Sam-Harper", + "sroychow", + "silviodonato", + "slava77", + ] + + REQUEST_BUILD_RELEASE + + [a for a in authors if authors[a] > 10 and a not in GITHUB_BLACKLIST_AUTHORS] + ) +) +# List of on additional release managers +PR_HOLD_MANAGERS = ["kpedro88"] + +COMMON_CATEGORIES = ["orp", "tests", "code-checks"] +EXTERNAL_CATEGORIES = ["externals"] +EXTERNAL_REPOS = ["cms-data", "cms-externals", gh_user, "iarspider-cmssw"] + +CMSSW_REPOS = [gh_user + "/" + gh_cmssw] +CMSDIST_REPOS = [gh_user + "/" + gh_cmsdist] +CMSSW_ISSUES_TRACKERS = list(set(CMSSW_ORP + ["smuzaffar", "Dr15Jones", "makortel"])) +COMPARISON_MISSING_MAP = ["slava77"] + +# CMS L2's and the CMSSW categories they are responsible for. They can also request to start pull requests testing +CMSSW_L2 = { + "Dr15Jones": ["core", "visualization", "geometry"], + "Martin-Grunewald": ["hlt"], + "mmusich": ["hlt"], + "AdrianoDee": ["pdmv"], + "alberto-sanchez": ["generators"], + "alja": ["visualization"], + "bbilin": ["generators"], + "civanch": ["simulation", "geometry", "fastsim"], + "bsunanda": ["geometry"], + "davidlange6": ["operations"], + "emeschi": ["daq"], + "vlimant": ["xpog"], + "hqucms": ["xpog"], + "fwyzard": ["heterogeneous"], + "GurpreetSinghChahal": ["generators"], + "jfernan2": ["reconstruction"], + "kskovpen": ["pdmv"], + "sunilUIET": ["pdmv"], + "miquork": ["pdmv", "jetmet-pog"], + "makortel": ["heterogeneous", "core", "visualization", "geometry"], + "mandrenguyen": ["reconstruction"], + "mdhildreth": ["simulation", "geometry", "fastsim"], + "mkirsano": ["generators"], + "menglu21": ["generators"], + "rappoccio": ["operations"], + "antoniovilela": ["operations"], + "epalencia": ["l1"], + "aloeliger": ["l1"], + "rvenditti": ["dqm"], + "syuvivida": ["dqm"], + "tjavaid": ["dqm"], + "nothingface0": ["dqm"], + "antoniovagnerini": ["dqm"], + "sbein": ["fastsim"], + "SiewYan": ["generators"], + "smorovic": ["daq"], + "smuzaffar": ["core"], + "srimanob": ["upgrade"], + "subirsarkar": ["upgrade"], + "ssekmen": ["fastsim"], + "francescobrivio": ["db"], + "tvami": ["analysis"], + "saumyaphor4252": ["alca", "db"], + "perrotta": ["alca", "db"], + "consuegs": ["alca", "db"], + CMSBUILD_USER: ["tests"], + # dpgs + "connorpa": ["trk-dpg"], + "sroychow": ["trk-dpg"], + "wang0jin": ["ecal-dpg"], + "thomreis": ["ecal-dpg"], + "wang-hui": ["hcal-dpg"], + "jhakala": ["hcal-dpg"], + "abdoulline": ["hcal-dpg"], + "igv4321": ["hcal-dpg"], + "mileva": ["muon-dpg"], + "battibass": ["muon-dpg", "dt-dpg"], + "fcavallo": ["dt-dpg"], + "namapane": ["dt-dpg"], + "ptcox": ["csc-dpg"], + "jhgoh": ["rpc-dpg"], + "andresib": ["rpc-dpg"], + "pavlov": ["rpc-dpg"], + "kamon": ["gem-dpg"], + "jshlee": ["gem-dpg"], + "watson-ij": ["gem-dpg"], + "fabferro": ["ctpps-dpg"], + "jan-kaspar": ["ctpps-dpg"], + "vavati": ["ctpps-dpg"], + "rovere": ["hgcal-dpg"], + "cseez": ["hgcal-dpg"], + "pfs": ["hgcal-dpg"], + "felicepantaleo": ["hgcal-dpg"], + "fabiocos": ["mtd-dpg", "operations"], + "MartinaMalberti": ["mtd-dpg"], + "parbol": ["mtd-dpg"], + # pogs + "bellan": ["pf"], + "kdlong": ["pf"], + "swagata87": ["pf"], + "a-kapoor": ["egamma-pog"], + "RSalvatico": ["egamma-pog"], + "kirschen": ["jetmet-pog"], + "alkaloge": ["jetmet-pog"], + "knollejo": ["lumi-pog"], + "cschwick": ["lumi-pog"], + "bonanomi": ["muon-pog"], + "Fedespring": ["muon-pog"], + "SWuchterl": ["btv-pog"], + "mondalspandan": ["btv-pog"], + "michael-pitt": ["proton-pog"], + "kshcheli": ["proton-pog"], + "cardinia": ["tau-pog"], + "danielwinterbottom": ["tau-pog"], + "slava77": ["tracking-pog"], + "kskovpen": ["tracking-pog"], + # PPD + "malbouis": ["ppd"], + "jordan-martins": ["ppd"], + # ML + "valsdav": ["ml"], + "wpmccormack": ["ml"], +} + +# All CMS_SDT members can sign externals ( e.g Pull Requests in cms-sw/cmsdist , cms-data and cms-externals +for user in CMS_SDT: + if user not in CMSSW_L2: + CMSSW_L2[user] = ["externals"] + elif "externals" not in CMSSW_L2[user]: + CMSSW_L2[user].append("externals") + +# All CMSSW L1 can sign for ORP +for user in CMSSW_ORP: + if user not in CMSSW_L2: + CMSSW_L2[user] = ["orp"] + else: + CMSSW_L2[user].append("orp") + +USERS_TO_TRIGGER_HOOKS = set(TRIGGER_PR_TESTS + CMSSW_ISSUES_TRACKERS + list(CMSSW_L2.keys())) +CMS_REPOS = set(CMSDIST_REPOS + CMSSW_REPOS + EXTERNAL_REPOS) + +for user in CMSSW_L2: + for cat in CMSSW_L2[user]: + if cat not in CMSSW_CATEGORIES: + CMSSW_CATEGORIES[cat] = [] + + +def external_to_package(repo_fullname): + org, repo = repo_fullname.split("/", 1) + if org == "cms-data": + return repo.replace("-", "/") + return "" + + +# extra labels which bot cn add via 'type label' comment +def get_dpg_pog(): + groups = ["pf", "l1t", "castor"] + for user in CMSSW_L2: + for cat in CMSSW_L2[user]: + if "-" not in cat: + continue + grp, ctype = cat.split("-", 1) + if ctype in ["pog", "dpg"]: + groups.append(grp) + return list(set(groups)) diff --git a/repos/iarspider_cmssw/cmsdist/category-watchers.yaml b/repos/iarspider_cmssw/cmsdist/category-watchers.yaml new file mode 100644 index 00000000000..2935d31c42b --- /dev/null +++ b/repos/iarspider_cmssw/cmsdist/category-watchers.yaml @@ -0,0 +1,18 @@ +# Map between github username and the list of cmssw categories to watch e.g. alca, db, core etc. +# valid categories are available here http://cms-sw.github.io/categories.html +tocheng: +- alca +mmusich: +- alca +- db +silviodonato: +- hlt +PonIlya: +- db +yuanchao: +- alca +- db +rsreds: +- alca +- db + diff --git a/repos/iarspider_cmssw/cmsdist/groups.yaml b/repos/iarspider_cmssw/cmsdist/groups.yaml new file mode 100644 index 00000000000..6187affb281 --- /dev/null +++ b/repos/iarspider_cmssw/cmsdist/groups.yaml @@ -0,0 +1,30 @@ +tracking-pog: + - VinInn + - mtosi + - mmusich + - VourMa +btv-pog: + - JyothsnaKomaragiri + - emilbols + - andrzejnovak + - AlexDeMoor + - Ming-Yan + - Senphy +ecal-offline: + - wang0jin + - thomreis + - ReyerBand +pixel-offline: + - dkotlins + - ferencek + - tvami + - mroguljic +trk-dqm: + - arossi83 + - sroychow +tau-pog: + - mbluj + - azotz +muon-reco: + - CeliaFernandez + - andrea21z diff --git a/repos/iarspider_cmssw/cmsdist/l2.json b/repos/iarspider_cmssw/cmsdist/l2.json new file mode 100644 index 00000000000..07fa418dbfd --- /dev/null +++ b/repos/iarspider_cmssw/cmsdist/l2.json @@ -0,0 +1,2536 @@ +{ + "AdrianoDee": [ + { + "category": [ + "upgrade" + ], + "end_date": 1691539200, + "start_date": 1629936000 + }, + { + "category": [ + "upgrade", + "pdmv" + ], + "end_date": 1700524800, + "start_date": 1691539200 + }, + { + "category": [ + "pdmv" + ], + "start_date": 1700524800 + } + ], + "ChrisMisan": [ + { + "category": [ + "alca" + ], + "end_date": 1678147200, + "start_date": 1656892800 + } + ], + "Dr15Jones": [ + { + "category": [ + "core", + "visualization", + "geometry" + ], + "start_date": 1377043200 + } + ], + "ErnestaP": [ + { + "category": [ + "dqm" + ], + "end_date": 1600300800, + "start_date": 1600214400 + } + ], + "GurpreetSinghChahal": [ + { + "category": [ + "pdmv" + ], + "end_date": 1536796800, + "start_date": 1488153600 + }, + { + "category": [ + "generators" + ], + "start_date": 1588377600 + } + ], + "JanFSchulte": [ + { + "category": [ + "muon-pog" + ], + "start_date": 1662422400 + } + ], + "Martin-Grunewald": [ + { + "category": [ + "hlt" + ], + "start_date": 1377043200 + } + ], + "MartinaMalberti": [ + { + "category": [ + "mtd-dpg" + ], + "start_date": 1698278400 + } + ], + "RSalvatico": [ + { + "category": [ + "egamma-pog" + ], + "start_date": 1687478400 + } + ], + "SWuchterl": [ + { + "category": [ + "btv-pog" + ], + "start_date": 1693353600 + } + ], + "Saptaparna": [ + { + "category": [ + "generators" + ], + "end_date": 1694649600, + "start_date": 1626393600 + } + ], + "SiewYan": [ + { + "category": [ + "generators" + ], + "start_date": 1569456000 + } + ], + "StoyanStoynev": [ + { + "category": [ + "reconstruction" + ], + "end_date": 1420588800, + "start_date": 1400630400 + } + ], + "YuanChao": [ + { + "category": [ + "alca" + ], + "end_date": 1601596800, + "start_date": 1600905600 + } + ], + "a-kapoor": [ + { + "category": [ + "egamma-pog" + ], + "start_date": 1670112000 + } + ], + "aandvalenzuela": [ + { + "category": [ + "externals" + ], + "start_date": 1649030400 + } + ], + "abdoulline": [ + { + "category": [ + "hcal-dpg" + ], + "start_date": 1691020800 + } + ], + "adrianodee": [ + { + "category": [ + "upgrade" + ], + "end_date": 1629936000, + "start_date": 1627689600 + } + ], + "agrohsje": [ + { + "category": [ + "generators" + ], + "end_date": 1642550400, + "start_date": 1557187200 + } + ], + "ahmad3213": [ + { + "category": [ + "dqm" + ], + "end_date": 1675555200, + "start_date": 1611532800 + } + ], + "alberto-sanchez": [ + { + "category": [ + "generators" + ], + "start_date": 1524528000 + } + ], + "alebihan": [ + { + "category": [ + "tau-pog" + ], + "end_date": 1701648000, + "start_date": 1632873600 + } + ], + "alja": [ + { + "category": [ + "visualization" + ], + "start_date": 1382572800 + } + ], + "alkaloge": [ + { + "category": [ + "jetmet-pog" + ], + "start_date": 1652403702 + } + ], + "aloeliger": [ + { + "category": [ + "l1" + ], + "start_date": 1676937600 + } + ], + "andresib": [ + { + "category": [ + "rpc-dpg" + ], + "start_date": 1618272000 + } + ], + "andrius-k": [ + { + "category": [ + "dqm" + ], + "end_date": 1631491200, + "start_date": 1531440000 + } + ], + "anton-a": [ + { + "category": [ + "reconstruction" + ], + "end_date": 1400630400, + "start_date": 1386892800 + } + ], + "antoniovagnerini": [ + { + "category": [ + "dqm" + ], + "start_date": 1695772800 + } + ], + "antoniovilela": [ + { + "category": [ + "operations", + "orp", + "orp" + ], + "start_date": 1692144000 + } + ], + "apfeiffer1": [ + { + "category": [ + "db" + ], + "end_date": 1421798400, + "start_date": 1377043200 + } + ], + "arizzi": [ + { + "category": [ + "xpog" + ], + "end_date": 1519776000, + "start_date": 1519603200 + }, + { + "category": [ + "analysis" + ], + "end_date": 1540512000, + "start_date": 1519776000 + } + ], + "arunhep": [ + { + "category": [ + "alca" + ], + "end_date": 1536537600, + "start_date": 1479254400 + } + ], + "battibass": [ + { + "category": [ + "dt-dpg" + ], + "end_date": 1632873600, + "start_date": 1618272000 + }, + { + "category": [ + "muon-dpg", + "dt-dpg" + ], + "start_date": 1632873600 + } + ], + "bbilin": [ + { + "category": [ + "pdmv" + ], + "end_date": 1694649600, + "start_date": 1626134400 + }, + { + "category": [ + "generators" + ], + "start_date": 1694649600 + } + ], + "bellan": [ + { + "category": [ + "pf" + ], + "start_date": 1687478400 + } + ], + "bendavid": [ + { + "category": [ + "generators" + ], + "end_date": 1458691200, + "start_date": 1387584000 + } + ], + "benkrikler": [ + { + "category": [ + "l1" + ], + "end_date": 1603152000, + "start_date": 1559952000 + } + ], + "boudoul": [ + { + "category": [ + "pdmv" + ], + "end_date": 1458691200, + "start_date": 1416355200 + } + ], + "broen": [ + { + "category": [ + "dqm" + ], + "end_date": 1442793600, + "start_date": 1442534400 + } + ], + "bsunanda": [ + { + "category": [ + "geometry" + ], + "start_date": 1656979200 + } + ], + "camclean": [ + { + "category": [ + "jetmet-pog" + ], + "end_date": 1652400000, + "start_date": 1632873600 + } + ], + "cardinia": [ + { + "category": [ + "tau-pog" + ], + "start_date": 1701648000 + } + ], + "cecilecaillol": [ + { + "category": [ + "l1" + ], + "end_date": 1685491200, + "start_date": 1614124800 + } + ], + "cerminar": [ + { + "category": [ + "operations" + ], + "end_date": 1391385600, + "start_date": 1387497600 + }, + { + "category": [ + "alca" + ], + "end_date": 1531872000, + "start_date": 1407801600 + } + ], + "chayanit": [ + { + "category": [ + "pdmv" + ], + "end_date": 1631836800, + "start_date": 1565222400 + } + ], + "christopheralanwest": [ + { + "category": [ + "alca" + ], + "end_date": 1619827200, + "start_date": 1554854400 + } + ], + "civanch": [ + { + "category": [ + "simulation" + ], + "end_date": 1379462400, + "start_date": 1377043200 + }, + { + "category": [ + "simulation", + "geometry" + ], + "end_date": 1406160000, + "start_date": 1379462400 + }, + { + "category": [ + "simulation", + "geometry", + "fastsim" + ], + "start_date": 1406160000 + } + ], + "clacaputo": [ + { + "category": [ + "reconstruction" + ], + "end_date": 1693526400, + "start_date": 1639008000 + } + ], + "cmsbuild": [ + { + "category": [ + "tests" + ], + "end_date": 1503360000, + "start_date": 1383523200 + }, + { + "category": [ + "tests", + "code-checks" + ], + "end_date": 1556928000, + "start_date": 1503360000 + }, + { + "category": [ + "tests" + ], + "start_date": 1556928000 + } + ], + "cmsdoxy": [ + { + "category": [ + "docs" + ], + "end_date": 1594252800, + "start_date": 1377734400 + } + ], + "connorpa": [ + { + "category": [ + "trk-dpg" + ], + "start_date": 1632787200 + } + ], + "consuegs": [ + { + "category": [ + "alca", + "db" + ], + "start_date": 1687996800 + } + ], + "covarell": [ + { + "category": [ + "generators" + ], + "end_date": 1473033600, + "start_date": 1413331200 + } + ], + "cschwick": [ + { + "category": [ + "lumi-pog" + ], + "start_date": 1632873600 + } + ], + "cseez": [ + { + "category": [ + "hgcal-dpg" + ], + "start_date": 1618272000 + } + ], + "cvuosalo": [ + { + "category": [ + "reconstruction" + ], + "end_date": 1488499200, + "start_date": 1420588800 + }, + { + "category": [ + "geometry" + ], + "end_date": 1656979200, + "start_date": 1534377600 + } + ], + "danduggan": [ + { + "category": [ + "dqm" + ], + "end_date": 1442793600, + "start_date": 1378944000 + }, + { + "category": [ + "dqm", + "pdmv" + ], + "end_date": 1448496000, + "start_date": 1442793600 + } + ], + "danielwinterbottom": [ + { + "category": [ + "tau-pog" + ], + "start_date": 1701648000 + } + ], + "davidlange6": [ + { + "category": [ + "orp" + ], + "end_date": 1391385600, + "start_date": 1379635200 + }, + { + "category": [ + "operations", + "orp" + ], + "end_date": 1458691200, + "start_date": 1391385600 + }, + { + "category": [ + "operations", + "analysis", + "orp" + ], + "end_date": 1471478400, + "start_date": 1458691200 + }, + { + "category": [ + "operations", + "orp" + ], + "end_date": 1585094400, + "start_date": 1471478400 + }, + { + "category": [ + "operations" + ], + "start_date": 1585094400 + } + ], + "ddaina": [ + { + "category": [ + "externals" + ], + "end_date": 1641254400, + "start_date": 1633478400 + } + ], + "degano": [ + { + "category": [ + "tests" + ], + "end_date": 1409184000, + "start_date": 1388966400 + }, + { + "category": [ + "externals" + ], + "end_date": 1468368000, + "start_date": 1440028800 + } + ], + "deguio": [ + { + "category": [ + "dqm" + ], + "end_date": 1464652800, + "start_date": 1377043200 + } + ], + "demattia": [ + { + "category": [ + "alca" + ], + "end_date": 1389052800, + "start_date": 1377043200 + } + ], + "diguida": [ + { + "category": [ + "alca" + ], + "end_date": 1458691200, + "start_date": 1387411200 + } + ], + "dmitrijus": [ + { + "category": [ + "dqm" + ], + "end_date": 1532995200, + "start_date": 1461542400 + } + ], + "dpiparo": [ + { + "category": [ + "orp" + ], + "end_date": 1693440000, + "start_date": 1585699200 + } + ], + "efeyazgan": [ + { + "category": [ + "generators" + ], + "end_date": 1589673600, + "start_date": 1498694400 + } + ], + "eliasron": [ + { + "category": [ + "dqm" + ], + "end_date": 1389225600, + "start_date": 1379548800 + } + ], + "emanueleusai": [ + { + "category": [ + "dqm" + ], + "end_date": 1696032000, + "start_date": 1631491200 + } + ], + "emeschi": [ + { + "category": [ + "daq" + ], + "start_date": 1377734400 + } + ], + "epalencia": [ + { + "category": [ + "l1" + ], + "start_date": 1638748800 + } + ], + "fabferro": [ + { + "category": [ + "ctpps-dpg" + ], + "start_date": 1618272000 + } + ], + "fabiocos": [ + { + "category": [ + "operations" + ], + "end_date": 1379462400, + "start_date": 1377216000 + }, + { + "category": [ + "operations", + "orp" + ], + "end_date": 1391385600, + "start_date": 1379462400 + }, + { + "category": [ + "orp" + ], + "end_date": 1411430400, + "start_date": 1391385600 + }, + { + "category": [ + "operations", + "orp" + ], + "end_date": 1585699200, + "start_date": 1515715200 + }, + { + "category": [ + "operations" + ], + "end_date": 1618272000, + "start_date": 1585699200 + }, + { + "category": [ + "mtd-dpg" + ], + "end_date": 1618358400, + "start_date": 1618272000 + }, + { + "category": [ + "operations", + "mtd-dpg" + ], + "start_date": 1618358400 + } + ], + "fabozzi": [ + { + "category": [ + "pdmv" + ], + "end_date": 1536796800, + "start_date": 1442793600 + } + ], + "fcavallo": [ + { + "category": [ + "dt-dpg" + ], + "start_date": 1618272000 + } + ], + "felicepantaleo": [ + { + "category": [ + "hgcal-dpg" + ], + "start_date": 1632873600 + } + ], + "fgolf": [ + { + "category": [ + "analysis" + ], + "end_date": 1544400000, + "start_date": 1540512000 + }, + { + "category": [ + "xpog" + ], + "end_date": 1658880000, + "start_date": 1544400000 + } + ], + "fioriNTU": [ + { + "category": [ + "dqm" + ], + "end_date": 1611532800, + "start_date": 1550793600 + } + ], + "francescobrivio": [ + { + "category": [ + "alca" + ], + "end_date": 1631491200, + "start_date": 1611792000 + }, + { + "category": [ + "alca", + "db" + ], + "end_date": 1632787200, + "start_date": 1631491200 + }, + { + "category": [ + "alca" + ], + "end_date": 1633478400, + "start_date": 1632787200 + }, + { + "category": [ + "alca", + "db" + ], + "end_date": 1693872000, + "start_date": 1633478400 + }, + { + "category": [ + "db" + ], + "start_date": 1693872000 + } + ], + "franzoni": [ + { + "category": [ + "operations" + ], + "end_date": 1416355200, + "start_date": 1377216000 + }, + { + "category": [ + "operations", + "pdmv" + ], + "end_date": 1442793600, + "start_date": 1416355200 + }, + { + "category": [ + "operations", + "pdmv", + "alca" + ], + "end_date": 1458691200, + "start_date": 1442793600 + }, + { + "category": [ + "operations", + "alca" + ], + "end_date": 1585008000, + "start_date": 1458691200 + }, + { + "category": [ + "operations" + ], + "end_date": 1621814400, + "start_date": 1585008000 + } + ], + "fwyzard": [ + { + "category": [ + "hlt" + ], + "end_date": 1543276800, + "start_date": 1377043200 + }, + { + "category": [ + "heterogeneous", + "hlt" + ], + "end_date": 1545091200, + "start_date": 1543276800 + }, + { + "category": [ + "hlt" + ], + "end_date": 1576454400, + "start_date": 1545091200 + }, + { + "category": [ + "heterogeneous", + "hlt" + ], + "end_date": 1625702400, + "start_date": 1576454400 + }, + { + "category": [ + "heterogeneous" + ], + "start_date": 1625702400 + } + ], + "georgia14": [ + { + "category": [ + "hcal-dpg" + ], + "end_date": 1691020800, + "start_date": 1618272000 + } + ], + "ggovi": [ + { + "category": [ + "db" + ], + "end_date": 1678147200, + "start_date": 1377043200 + } + ], + "ghellwig": [ + { + "category": [ + "alca" + ], + "end_date": 1522972800, + "start_date": 1462147200 + } + ], + "giamman": [ + { + "category": [ + "fastsim" + ], + "end_date": 1377475200, + "start_date": 1377043200 + }, + { + "category": [ + "fastsim", + "simulation" + ], + "end_date": 1389225600, + "start_date": 1377475200 + }, + { + "category": [ + "fastsim" + ], + "end_date": 1404086400, + "start_date": 1389225600 + } + ], + "gkaratha": [ + { + "category": [ + "muon-pog" + ], + "start_date": 1632787200 + } + ], + "gouskos": [ + { + "category": [ + "xpog" + ], + "end_date": 1662336000, + "start_date": 1594080000 + } + ], + "govoni": [ + { + "category": [ + "generators" + ], + "end_date": 1512000000, + "start_date": 1441065600 + } + ], + "gpetruc": [ + { + "category": [ + "xpog" + ], + "end_date": 1519776000, + "start_date": 1519603200 + }, + { + "category": [ + "analysis" + ], + "end_date": 1540512000, + "start_date": 1519776000 + } + ], + "gudrutis": [ + { + "category": [ + "externals" + ], + "end_date": 1566777600, + "start_date": 1506297600 + } + ], + "hengne": [ + { + "category": [ + "pdmv" + ], + "end_date": 1454457600, + "start_date": 1448496000 + } + ], + "hqucms": [ + { + "category": [ + "xpog" + ], + "start_date": 1701993600 + } + ], + "iahmad-khan": [ + { + "category": [ + "externals" + ], + "end_date": 1454457600, + "start_date": 1448236800 + } + ], + "ianna": [ + { + "category": [ + "geometry" + ], + "end_date": 1674518400, + "start_date": 1377043200 + } + ], + "iarspider": [ + { + "category": [ + "externals", + "l1", + "upgrade", + "dqm", + "db", + "core" + ], + "start_date": 1620000000 + } + ], + "igv4321": [ + { + "category": [ + "hcal-dpg" + ], + "start_date": 1632873600 + } + ], + "jainshilpi": [ + { + "category": [ + "ecal-dpg" + ], + "end_date": 1680048000, + "start_date": 1632873600 + } + ], + "jan-kaspar": [ + { + "category": [ + "ctpps-dpg" + ], + "start_date": 1618272000 + } + ], + "jfernan2": [ + { + "category": [ + "dqm" + ], + "end_date": 1671494400, + "start_date": 1508889600 + }, + { + "category": [ + "reconstruction" + ], + "start_date": 1693526400 + } + ], + "jhakala": [ + { + "category": [ + "hcal-dpg" + ], + "start_date": 1691020800 + } + ], + "jhgoh": [ + { + "category": [ + "rpc-dpg" + ], + "start_date": 1618272000 + } + ], + "jlee": [ + { + "category": [ + "gem-dpg" + ], + "end_date": 1632873600, + "start_date": 1618358400 + } + ], + "jmduarte": [ + { + "category": [ + "l1" + ], + "end_date": 1614124800, + "start_date": 1603152000 + } + ], + "johnalison": [ + { + "category": [ + "btv-pog" + ], + "end_date": 1693353600, + "start_date": 1632787200 + } + ], + "jordan-martins": [ + { + "category": [ + "pdmv" + ], + "end_date": 1661904000, + "start_date": 1596585600 + }, + { + "category": [ + "ppd" + ], + "start_date": 1686182400 + } + ], + "jpata": [ + { + "category": [ + "reconstruction" + ], + "end_date": 1662076800, + "start_date": 1593993600 + } + ], + "jshlee": [ + { + "category": [ + "gem-dpg" + ], + "start_date": 1632873600 + } + ], + "juska": [ + { + "category": [ + "pf" + ], + "end_date": 1687478400, + "start_date": 1632787200 + } + ], + "kamon": [ + { + "category": [ + "gem-dpg" + ], + "start_date": 1618358400 + } + ], + "kandrosov": [ + { + "category": [ + "tau-pog" + ], + "end_date": 1701648000, + "start_date": 1632787200 + } + ], + "kdlong": [ + { + "category": [ + "pf" + ], + "start_date": 1632787200 + } + ], + "kirschen": [ + { + "category": [ + "jetmet-pog" + ], + "start_date": 1632787200 + } + ], + "kkousour": [ + { + "category": [ + "pdmv" + ], + "end_date": 1506902400, + "start_date": 1493683200 + } + ], + "kmaeshima": [ + { + "category": [ + "dqm" + ], + "end_date": 1631491200, + "start_date": 1497398400 + } + ], + "knollejo": [ + { + "category": [ + "lumi-pog" + ], + "start_date": 1632787200 + } + ], + "kpedro88": [ + { + "category": [ + "upgrade" + ], + "end_date": 1531267200, + "start_date": 1485993600 + }, + { + "category": [ + "upgrade", + "orp" + ], + "end_date": 1566172800, + "start_date": 1531267200 + }, + { + "category": [ + "upgrade", + "operations", + "orp" + ], + "end_date": 1578528000, + "start_date": 1566172800 + }, + { + "category": [ + "upgrade", + "operations" + ], + "end_date": 1581638400, + "start_date": 1578528000 + }, + { + "category": [ + "upgrade" + ], + "end_date": 1630454400, + "start_date": 1581638400 + } + ], + "kshcheli": [ + { + "category": [ + "proton-pog" + ], + "start_date": 1632787200 + } + ], + "kskovpen": [ + { + "category": [ + "pdmv" + ], + "end_date": 1687392000, + "start_date": 1626134400 + }, + { + "category": [ + "tracking-pog" + ], + "start_date": 1687392000 + } + ], + "ktf": [ + { + "category": [ + "core", + "visualization", + "geometry" + ], + "end_date": 1386460800, + "start_date": 1377043200 + }, + { + "category": [ + "core", + "visualization", + "geometry" + ], + "end_date": 1412208000, + "start_date": 1386460800 + }, + { + "category": [ + "core", + "visualization", + "geometry" + ], + "end_date": 1430179200, + "start_date": 1412208000 + } + ], + "lfinco": [ + { + "category": [ + "egamma-pog" + ], + "end_date": 1670112000, + "start_date": 1632787200 + } + ], + "lpernie": [ + { + "category": [ + "alca" + ], + "end_date": 1548115200, + "start_date": 1498608000 + } + ], + "lveldere": [ + { + "category": [ + "fastsim" + ], + "end_date": 1657497600, + "start_date": 1381881600 + } + ], + "makortel": [ + { + "category": [ + "heterogeneous" + ], + "end_date": 1545091200, + "start_date": 1543276800 + }, + { + "category": [ + "heterogeneous", + "core", + "visualization", + "geometry" + ], + "start_date": 1578268800 + } + ], + "malbouis": [ + { + "category": [ + "alca" + ], + "end_date": 1631491200, + "start_date": 1611792000 + }, + { + "category": [ + "alca", + "db" + ], + "end_date": 1632787200, + "start_date": 1631491200 + }, + { + "category": [ + "alca" + ], + "end_date": 1633478400, + "start_date": 1632787200 + }, + { + "category": [ + "alca", + "db" + ], + "end_date": 1678147200, + "start_date": 1633478400 + }, + { + "category": [ + "ppd" + ], + "start_date": 1686182400 + } + ], + "mandrenguyen": [ + { + "category": [ + "reconstruction" + ], + "start_date": 1660262400 + } + ], + "mariadalfonso": [ + { + "category": [ + "xpog" + ], + "end_date": 1662336000, + "start_date": 1594080000 + } + ], + "mdhildred": [ + { + "category": [ + "simulation" + ], + "end_date": 1378944000, + "start_date": 1377043200 + } + ], + "mdhildreth": [ + { + "category": [ + "simulation" + ], + "end_date": 1379462400, + "start_date": 1378944000 + }, + { + "category": [ + "simulation", + "geometry" + ], + "end_date": 1406160000, + "start_date": 1379462400 + }, + { + "category": [ + "simulation", + "geometry", + "fastsim" + ], + "start_date": 1406160000 + } + ], + "menglu21": [ + { + "category": [ + "generators" + ], + "start_date": 1659312000 + } + ], + "michael-pitt": [ + { + "category": [ + "proton-pog" + ], + "start_date": 1632787200 + } + ], + "micsucmed": [ + { + "category": [ + "dqm" + ], + "end_date": 1695772800, + "start_date": 1648425600 + } + ], + "mileva": [ + { + "category": [ + "muon-dpg" + ], + "start_date": 1618272000 + } + ], + "miquork": [ + { + "category": [ + "jetmet-pog" + ], + "end_date": 1691539200, + "start_date": 1652403702 + }, + { + "category": [ + "pdmv", + "jetmet-pog" + ], + "start_date": 1691539200 + } + ], + "missirol": [ + { + "category": [ + "hlt" + ], + "end_date": 1698883200, + "start_date": 1632096000 + } + ], + "mkirsano": [ + { + "category": [ + "generators" + ], + "start_date": 1569456000 + } + ], + "mmusich": [ + { + "category": [ + "alca" + ], + "end_date": 1494806400, + "start_date": 1413417600 + }, + { + "category": [ + "trk-dpg" + ], + "end_date": 1632787200, + "start_date": 1618272000 + }, + { + "category": [ + "trk-dpg", + "tracking-pog" + ], + "end_date": 1662422400, + "start_date": 1632787200 + }, + { + "category": [ + "tracking-pog" + ], + "end_date": 1693267200, + "start_date": 1662422400 + }, + { + "category": [ + "tracking-pog", + "hlt" + ], + "end_date": 1694563200, + "start_date": 1693267200 + }, + { + "category": [ + "hlt" + ], + "start_date": 1694563200 + } + ], + "mommsen": [ + { + "category": [ + "daq" + ], + "end_date": 1598486400, + "start_date": 1377734400 + } + ], + "mondalspandan": [ + { + "category": [ + "btv-pog" + ], + "start_date": 1693353600 + } + ], + "montjj": [ + { + "category": [ + "analysis" + ], + "end_date": 1472688000, + "start_date": 1471478400 + } + ], + "monttj": [ + { + "category": [ + "analysis" + ], + "end_date": 1458691200, + "start_date": 1391385600 + } + ], + "mrodozov": [ + { + "category": [ + "externals" + ], + "end_date": 1633478400, + "start_date": 1494806400 + } + ], + "mseidel42": [ + { + "category": [ + "hcal-dpg" + ], + "end_date": 1649808000, + "start_date": 1618272000 + } + ], + "mtosi": [ + { + "category": [ + "tracking-pog" + ], + "end_date": 1655769600, + "start_date": 1632787200 + } + ], + "mulhearn": [ + { + "category": [ + "l1" + ], + "end_date": 1511913600, + "start_date": 1377734400 + } + ], + "namapane": [ + { + "category": [ + "dt-dpg" + ], + "start_date": 1618272000 + } + ], + "nclopezo": [ + { + "category": [ + "tests" + ], + "end_date": 1432857600, + "start_date": 1379376000 + } + ], + "nothingface0": [ + { + "category": [ + "dqm" + ], + "start_date": 1683676800 + } + ], + "nsmith-": [ + { + "category": [ + "l1" + ], + "end_date": 1550534400, + "start_date": 1511913600 + } + ], + "ojeda": [ + { + "category": [ + "dqm" + ], + "end_date": 1416355200, + "start_date": 1389225600 + } + ], + "parbol": [ + { + "category": [ + "mtd-dpg" + ], + "start_date": 1618272000 + } + ], + "pavlov": [ + { + "category": [ + "rpc-dpg" + ], + "start_date": 1618272000 + } + ], + "pbo0": [ + { + "category": [ + "dqm" + ], + "end_date": 1631491200, + "start_date": 1631491200 + } + ], + "perrotta": [ + { + "category": [ + "hlt" + ], + "end_date": 1488499200, + "start_date": 1377043200 + }, + { + "category": [ + "reconstruction" + ], + "end_date": 1625702400, + "start_date": 1488499200 + }, + { + "category": [ + "reconstruction", + "orp" + ], + "end_date": 1627344000, + "start_date": 1625702400 + }, + { + "category": [ + "operations", + "reconstruction", + "orp" + ], + "end_date": 1629244800, + "start_date": 1627344000 + }, + { + "category": [ + "operations", + "orp" + ], + "end_date": 1687996800, + "start_date": 1629244800 + }, + { + "category": [ + "alca", + "db", + "orp", + "orp" + ], + "end_date": 1688688000, + "start_date": 1687996800 + }, + { + "category": [ + "operations", + "alca", + "db", + "orp", + "orp" + ], + "end_date": 1693440000, + "start_date": 1688688000 + }, + { + "category": [ + "alca", + "db" + ], + "start_date": 1693440000 + } + ], + "perrozzi": [ + { + "category": [ + "generators" + ], + "end_date": 1557187200, + "start_date": 1461628800 + } + ], + "peruzzim": [ + { + "category": [ + "analysis" + ], + "end_date": 1544400000, + "start_date": 1540512000 + }, + { + "category": [ + "xpog" + ], + "end_date": 1602201600, + "start_date": 1544400000 + } + ], + "pfs": [ + { + "category": [ + "hgcal-dpg" + ], + "start_date": 1632873600 + } + ], + "pgunnell": [ + { + "category": [ + "pdmv" + ], + "end_date": 1596585600, + "start_date": 1530748800 + } + ], + "pmandrik": [ + { + "category": [ + "dqm" + ], + "end_date": 1695772800, + "start_date": 1631491200 + } + ], + "pohsun": [ + { + "category": [ + "alca" + ], + "end_date": 1630454400, + "start_date": 1528156800 + } + ], + "prebello": [ + { + "category": [ + "pdmv" + ], + "end_date": 1568073600, + "start_date": 1506902400 + } + ], + "ptcox": [ + { + "category": [ + "csc-dpg" + ], + "start_date": 1618272000 + } + ], + "qliphy": [ + { + "category": [ + "generators" + ], + "end_date": 1595548800, + "start_date": 1534291200 + }, + { + "category": [ + "generators", + "operations", + "orp" + ], + "end_date": 1598572800, + "start_date": 1595548800 + }, + { + "category": [ + "operations", + "orp" + ], + "end_date": 1661644800, + "start_date": 1598572800 + } + ], + "rappoccio": [ + { + "category": [ + "operations", + "orp", + "orp" + ], + "start_date": 1657152000 + } + ], + "rcastello": [ + { + "category": [ + "alca" + ], + "end_date": 1422403200, + "start_date": 1377129600 + } + ], + "rekovic": [ + { + "category": [ + "l1" + ], + "end_date": 1676937600, + "start_date": 1458604800 + } + ], + "rovere": [ + { + "category": [ + "dqm" + ], + "end_date": 1416355200, + "start_date": 1377043200 + }, + { + "category": [ + "hgcal-dpg" + ], + "start_date": 1618272000 + } + ], + "rvenditti": [ + { + "category": [ + "dqm" + ], + "start_date": 1611532800 + } + ], + "santocch": [ + { + "category": [ + "analysis" + ], + "end_date": 1653264000, + "start_date": 1545091200 + } + ], + "saumyaphor4252": [ + { + "category": [ + "alca", + "db" + ], + "start_date": 1659052800 + } + ], + "sbein": [ + { + "category": [ + "fastsim" + ], + "start_date": 1563062400 + } + ], + "schneiml": [ + { + "category": [ + "dqm" + ], + "end_date": 1596153600, + "start_date": 1530835200 + } + ], + "sextonkennedy": [ + { + "category": [ + "orp", + "orp" + ], + "start_date": 1693440000 + } + ], + "silviodonato": [ + { + "category": [ + "hlt" + ], + "end_date": 1472774400, + "start_date": 1472688000 + }, + { + "category": [ + "orp" + ], + "end_date": 1576800000, + "start_date": 1576454400 + }, + { + "category": [ + "operations", + "orp" + ], + "end_date": 1628553600, + "start_date": 1576800000 + }, + { + "category": [ + "operations" + ], + "end_date": 1629244800, + "start_date": 1628553600 + } + ], + "simonepigazzini": [ + { + "category": [ + "ecal-dpg" + ], + "end_date": 1677628800, + "start_date": 1632873600 + }, + { + "category": [ + "xpog" + ], + "end_date": 1701993600, + "start_date": 1677628800 + } + ], + "slava77": [ + { + "category": [ + "reconstruction" + ], + "end_date": 1655769600, + "start_date": 1377043200 + }, + { + "category": [ + "tracking-pog" + ], + "start_date": 1655769600 + } + ], + "smorovic": [ + { + "category": [ + "daq" + ], + "start_date": 1598486400 + } + ], + "smuzaffar": [ + { + "category": [ + "tests" + ], + "end_date": 1383177600, + "start_date": 1379635200 + }, + { + "category": [ + "core" + ], + "end_date": 1448236800, + "start_date": 1435104000 + }, + { + "category": [ + "core", + "externals" + ], + "end_date": 1454457600, + "start_date": 1448236800 + }, + { + "category": [ + "core" + ], + "end_date": 1455667200, + "start_date": 1454457600 + }, + { + "category": [ + "core", + "externals" + ], + "start_date": 1455667200 + } + ], + "soureek": [ + { + "category": [ + "btv-pog" + ], + "end_date": 1693353600, + "start_date": 1632787200 + } + ], + "srimanob": [ + { + "category": [ + "pdmv" + ], + "end_date": 1488153600, + "start_date": 1416355200 + }, + { + "category": [ + "upgrade" + ], + "start_date": 1609632000 + } + ], + "sroychow": [ + { + "category": [ + "trk-dpg" + ], + "start_date": 1662422400 + } + ], + "sscruz": [ + { + "category": [ + "muon-pog" + ], + "end_date": 1662422400, + "start_date": 1632787200 + } + ], + "ssekmen": [ + { + "category": [ + "fastsim" + ], + "start_date": 1423612800 + } + ], + "subansal": [ + { + "category": [ + "pdmv" + ], + "end_date": 1661904000, + "start_date": 1661904000 + } + ], + "subirsarkar": [ + { + "category": [ + "upgrade" + ], + "start_date": 1702339200 + } + ], + "sunilUIET": [ + { + "category": [ + "pdmv" + ], + "start_date": 1661904000 + } + ], + "swagata87": [ + { + "category": [ + "egamma-pog" + ], + "end_date": 1695081600, + "start_date": 1632787200 + }, + { + "category": [ + "pf" + ], + "start_date": 1695081600 + } + ], + "swertz": [ + { + "category": [ + "xpog" + ], + "end_date": 1685404800, + "start_date": 1658880000 + } + ], + "syuvivida": [ + { + "category": [ + "dqm" + ], + "start_date": 1662595200 + } + ], + "thomreis": [ + { + "category": [ + "l1" + ], + "end_date": 1546905600, + "start_date": 1511913600 + }, + { + "category": [ + "ecal-dpg" + ], + "start_date": 1618358400 + } + ], + "thspeer": [ + { + "category": [ + "reconstruction" + ], + "end_date": 1401667200, + "start_date": 1377043200 + } + ], + "thuer": [ + { + "category": [ + "generators" + ], + "end_date": 1512000000, + "start_date": 1394496000 + } + ], + "tjavaid": [ + { + "category": [ + "dqm" + ], + "start_date": 1683676800 + } + ], + "tlampen": [ + { + "category": [ + "alca" + ], + "end_date": 1630454400, + "start_date": 1555286400 + } + ], + "tocheng": [ + { + "category": [ + "alca" + ], + "end_date": 1606780800, + "start_date": 1531699200 + } + ], + "tsusa": [ + { + "category": [ + "trk-dpg" + ], + "end_date": 1662422400, + "start_date": 1618272000 + } + ], + "tulamor": [ + { + "category": [ + "externals" + ], + "end_date": 1568073600, + "start_date": 1567987200 + } + ], + "tvami": [ + { + "category": [ + "alca" + ], + "end_date": 1631491200, + "start_date": 1625097600 + }, + { + "category": [ + "alca", + "db" + ], + "end_date": 1632787200, + "start_date": 1631491200 + }, + { + "category": [ + "alca" + ], + "end_date": 1633478400, + "start_date": 1632787200 + }, + { + "category": [ + "alca", + "db" + ], + "end_date": 1690848000, + "start_date": 1633478400 + }, + { + "category": [ + "alca", + "db", + "analysis" + ], + "end_date": 1693872000, + "start_date": 1690848000 + }, + { + "category": [ + "analysis" + ], + "start_date": 1693872000 + } + ], + "vadler": [ + { + "category": [ + "analysis" + ], + "end_date": 1458691200, + "start_date": 1377043200 + } + ], + "valsdav": [ + { + "category": [ + "ml" + ], + "start_date": 1701993600 + } + ], + "vanbesien": [ + { + "category": [ + "dqm" + ], + "end_date": 1530835200, + "start_date": 1442793600 + } + ], + "vavati": [ + { + "category": [ + "ctpps-dpg" + ], + "start_date": 1618272000 + } + ], + "vazzolini": [ + { + "category": [ + "dqm" + ], + "end_date": 1531440000, + "start_date": 1497398400 + } + ], + "vciulli": [ + { + "category": [ + "generators" + ], + "end_date": 1458691200, + "start_date": 1377043200 + } + ], + "vlimant": [ + { + "category": [ + "operations" + ], + "end_date": 1416355200, + "start_date": 1377475200 + }, + { + "category": [ + "xpog" + ], + "start_date": 1658880000 + } + ], + "vmariani": [ + { + "category": [ + "tracking-pog" + ], + "end_date": 1662422400, + "start_date": 1632787200 + } + ], + "wajidalikhan": [ + { + "category": [ + "pdmv" + ], + "end_date": 1650585600, + "start_date": 1585008000 + } + ], + "wang-hui": [ + { + "category": [ + "hcal-dpg" + ], + "start_date": 1647216000 + } + ], + "wang0jin": [ + { + "category": [ + "ecal-dpg" + ], + "start_date": 1680048000 + } + ], + "watson-ij": [ + { + "category": [ + "gem-dpg" + ], + "start_date": 1632873600 + } + ], + "wpmccormack": [ + { + "category": [ + "ml" + ], + "start_date": 1701993600 + } + ], + "yuanchao": [ + { + "category": [ + "alca" + ], + "end_date": 1678147200, + "start_date": 1601596800 + } + ], + "zhenhu": [ + { + "category": [ + "pdmv" + ], + "end_date": 1585008000, + "start_date": 1530748800 + } + ] +} \ No newline at end of file diff --git a/repos/iarspider_cmssw/cmsdist/milestones.py b/repos/iarspider_cmssw/cmsdist/milestones.py new file mode 100644 index 00000000000..5793367a49c --- /dev/null +++ b/repos/iarspider_cmssw/cmsdist/milestones.py @@ -0,0 +1,69 @@ +# Map of cmssw branch to milestone +RELEASE_BRANCH_MILESTONE = { + "CMSSW_9_2_6_patchX": 70, + "CMSSW_9_2_3_patchX": 68, + "CMSSW_9_2_0_patchX": 67, + "CMSSW_8_0_10_patchX": 63, + "CMSSW_8_0_8_patchX": 62, + "CMSSW_7_5_5_patchX": 58, + "CMSSW_8_0_X": 57, + "CMSSW_7_6_X": 55, + "CMSSW_7_5_X": 51, + "CMSSW_7_4_X": 50, + "CMSSW_7_3_X": 49, + "CMSSW_7_0_X": 38, + "CMSSW_7_1_X": 47, + "CMSSW_7_2_X": 48, + "CMSSW_6_2_X": 21, + "CMSSW_6_2_X_SLHC": 9, + "CMSSW_5_3_X": 20, + "CMSSW_4_4_X": 8, + "CMSSW_4_2_X": 35, + "CMSSW_4_1_X": 7, + "CMSSW_6_2_SLHCDEV_X": 52, + "CMSSW_7_1_4_patchX": 53, + "CMSSW_7_4_1_patchX": 54, + "CMSSW_7_4_12_patchX": 56, +} + +# PR created for these BRANCHES will be closed by cms-bot +RELEASE_BRANCH_CLOSED = [ + "CMSSW_4_1_X", + "CMSSW_4_2_X", + "CMSSW_4_4_X", + "CMSSW_6_1_X", + "CMSSW_6_1_X_SLHC", + "CMSSW_6_2_X", + "CMSSW_7_0_X", + "CMSSW_.+_Patatrack_X", +] + +# All these releases require ORP signicatures +RELEASE_BRANCH_PRODUCTION = [ + "CMSSW_8_0_X", + "CMSSW_7_6_X", + "CMSSW_7_5_X", + "CMSSW_7_4_X", + "CMSSW_7_3_X", + "CMSSW_7_2_X", + "CMSSW_7_1_X", + "CMSSW_7_0_X", + "CMSSW_6_2_X_SLHC", + "CMSSW_5_3_X", +] + +SPECIAL_RELEASE_MANAGERS = [] + +RELEASE_MANAGERS = {} +RELEASE_MANAGERS["CMSSW_.+_Patatrack_X"] = ["fwyzard"] + +###################################################################### +# Automatically added by cms-bot for CMSSW_14_0_X release cycle +###################################################################### +RELEASE_BRANCH_MILESTONE["CMSSW_14_0_X"] = 3 +RELEASE_BRANCH_PRODUCTION.append("CMSSW_14_0_X") +RELEASE_BRANCH_PRODUCTION.append("CMSSW_14_0_DEVEL_X") + +RELEASE_BRANCH_MILESTONE["CMSSW_14_1_X"] = 4 +RELEASE_BRANCH_PRODUCTION.append("CMSSW_14_1_X") +RELEASE_BRANCH_PRODUCTION.append("CMSSW_14_1_DEVEL_X") diff --git a/repos/iarspider_cmssw/cmsdist/releases.py b/repos/iarspider_cmssw/cmsdist/releases.py new file mode 100644 index 00000000000..63022757f70 --- /dev/null +++ b/repos/iarspider_cmssw/cmsdist/releases.py @@ -0,0 +1,32 @@ +from milestones import * +import re + +# Default development branch +# Changes from master branch will be merge in to it +# Any PR open against this will be automatically closed by cms-bot (Pr should be made for master branch) +# For new release cycle just change this and make sure to add its milestone and production branches +CMSSW_DEVEL_BRANCH = "CMSSW_14_1_X" + +RELEASE_BRANCH_MILESTONE["master"] = RELEASE_BRANCH_MILESTONE[CMSSW_DEVEL_BRANCH] +RELEASE_BRANCH_PRODUCTION.append("master") +USERS_TO_TRIGGER_HOOKS = set( + SPECIAL_RELEASE_MANAGERS + [m for rel in RELEASE_MANAGERS for m in rel] +) + + +def get_release_managers(branch): + if branch in RELEASE_MANAGERS: + return RELEASE_MANAGERS[branch] + for exp in RELEASE_MANAGERS: + if re.match(exp, branch): + return RELEASE_MANAGERS[exp] + return [] + + +def is_closed_branch(branch): + if branch in RELEASE_BRANCH_CLOSED: + return True + for exp in RELEASE_BRANCH_CLOSED: + if re.match(exp, branch): + return True + return False diff --git a/repos/iarspider_cmssw/cmsdist/repo_config.py b/repos/iarspider_cmssw/cmsdist/repo_config.py new file mode 100644 index 00000000000..676b1485207 --- /dev/null +++ b/repos/iarspider_cmssw/cmsdist/repo_config.py @@ -0,0 +1,33 @@ +from os.path import abspath, basename, dirname + +from cms_static import CMSBUILD_GH_USER, GH_CMSSW_ORGANIZATION, GH_CMSSW_REPO + +# GH read/write token: Use default ~/.github-token-cmsbot +GH_TOKEN = "~/.github-token" +# GH readonly token: Use default ~/.github-token-readonly +GH_TOKEN_READONLY = "~/.github-token-readonly" +CONFIG_DIR = dirname(abspath(__file__)) +# GH bot user: Use default cmsbot +CMSBUILD_USER = "iarspider" +GH_REPO_ORGANIZATION = "iarspider-cmssw" +GH_REPO_FULLNAME = "iarspider-cmssw/cmsdist" +CREATE_EXTERNAL_ISSUE = False +# Jenkins CI server: User default http://cms-jenkins.cern.ch:8080/cms-jenkins +JENKINS_SERVER = "http://localhost:8080/cms-jenkins" +# GH Web hook pass phrase. This is encrypeted used bot keys. +# GITHUB_WEBHOOK_TOKEN = "" +# Set to True if you want bot to add build/test labels to your repo +ADD_LABELS = True +# Set to True if you want bot to add GH webhooks. cmsbot needs admin rights +ADD_WEB_HOOK = False +# List of issues/pr which bot should ignore +IGNORE_ISSUES = [] +# Set the Jenkins slave label is your tests needs special machines to run. +JENKINS_SLAVE_LABEL = "" +# For cmsdist/cmssw repos , set it to False if you do not want to run standard cms pr tests +CMS_STANDARD_TESTS = False +# Map your branches with cmssw branches for tests +# User Branch => CMSSW/CMSDIST Bracnh +CMS_BRANCH_MAP = {} +# Valid Web hooks e.g. '.+' to match all event +VALID_WEB_HOOKS = [".+"] diff --git a/repos/iarspider_cmssw/cmsdist/watchers.yaml b/repos/iarspider_cmssw/cmsdist/watchers.yaml new file mode 100644 index 00000000000..9c2472ba9fb --- /dev/null +++ b/repos/iarspider_cmssw/cmsdist/watchers.yaml @@ -0,0 +1,1739 @@ +# Map between github username and the list of packages to watch. +# Package is a regular expression which will be automatically delimited by +# ".*". +bsunanda: + - Geometry/ + - SimDataFormats/ + - SimG4Core/ + - SimG4CMS/ + - CondCore/GeometryPlugins + - CondCore/HcalPlugins + - CondFormats/GeometryObjects + - CondFormats/HcalMapping + - CondFormats/HcalObjects + - CondTools/Geometry + - CalibCalorimetry/HcalAlgos + - CalibCalorimetry/HcalPlugins + - CalibCalorimetry/HcalTPGAlgos + - CalibCalorimetry/HcalTPGEventSetup + - CalibCalorimetry/HcalTPGIO + - CalibFormats/HcalObjects + - Calibration/HcalAlCaRecoProducers + - Calibration/HcalCalibAlgos + - Calibration/HcalConnectivity + - Calibration/HcalIsolatedTrackReco + - Calibration/IsolatedParticles + - DQM/HcalCommon + - DQM/HcalMonitorClient + - DQM/HcalMonitorModule + - DQM/HcalMonitorTasks + - DQM/HcalTasks + - DQMOffline/Hcal + - DataFormats/ForwardDetId + - DataFormats/HcalCalibObjects + - DataFormats/HcalDetId + - DataFormats/HcalDigi + - DataFormats/HcalIsolatedTrack + - DataFormats/HcalRecHit + - DataFormats/HGCDigi + - DataFormats/HGCRecHit + - EventFilter/HcalRawToDigi + - IORawData/HcalTBInputService + - OnlineDB/HcalCondDB + - RecoLocalCalo/HcalLaserReco + - RecoLocalCalo/HcalRecAlgos + - RecoLocalCalo/HcalRecProducers + - RecoLocalCalo/HGCalRecAlgos + - RecoLocalCalo/HGCalRecProducers + - RecoTBCalo/HcalPlotter + - RecoTBCalo/HcalTBObjectUnpacker + - RecoTBCalo/HcalTBTools + - SimCalorimetry/HcalSimAlgos + - SimCalorimetry/HcalSimProducers + - SimCalorimetry/HcalTestBeam + - SimCalorimetry/HcalTrigPrimAlgos + - SimCalorimetry/HcalTrigPrimProducers + - SimCalorimetry/HcalZeroSuppressionProducers + - SimCalorimetry/HGCalSimProducers + - TBDataFormats/HcalTBObjects + - Validation/HcalDigis + - Validation/HcalHits + - Validation/HcalRecHits + - Validation/HGCalValidation +tracking-pog: +- Configuration/StandardSequences +- DPGAnalysis/SiStripTools +- DQM/TrackingMonitor +- DQM/TrackingMonitorClient +- DQM/TrackingMonitorSource +- DataFormats/Tra +- DataFormats/VertexReco +- Geometry/CommonTopologies +- Geometry/Track +- RecoLocalTracker +- RecoPixelVertexing +- RecoTracker +- RecoVertex +- SLHCUpgradeSimulations/Configuration +- SimDataFormats/DigiSimLinks +- SimDataFormats/Track +- SimDataFormats/Vertex +- SimGeneral/TrackingAnalysis +- SimTracker +- TrackPropagation +- TrackingTools +- Validation/RecoTrack +- Validation/RecoVertex +- Validation/TrackerRecHits +btv-pog: + - CondFormats/BTauObjects + - CondTools/BTau + - DataFormats/BTauReco + - DQMOffline/RecoB + - SimDataFormats/JetMatching + - HLTriggerOffline/Btag + - HLTrigger/btau + - PhysicsTools/JetExamples + - PhysicsTools/JetMCAlgos + - PhysicsTools/JetMCUtils + - PhysicsTools/MVAComputer + - PhysicsTools/MVATrainer + - PhysicsTools/PatAlgos + - PhysicsTools/PatExamples + - PhysicsTools/PatUtils + - RecoBTag + - RecoBTau + - RecoJets/JetAssociationAlgorithms + - RecoJets/JetAssociationProducers + - RecoVertex/AdaptiveVertexFinder + - RecoVertex/AdaptiveVertexFit + - SimTracker/TrackHistory + - Validation/RecoB +makortel: + - .clang-tidy + - Configuration/Applications + - Configuration/Eras + - Configuration/ProcessModifiers + - Configuration/PyReleaseValidation + - Configuration/StandardSequences + - DataFormats/Common + - DataFormats/FWLite + - DataFormats/Math + - DataFormats/Provenance + - DataFormats/StdDictionaries + - DataFormats/Streamer + - DataFormats/TestObjects + - DataFormats/WrappedStdDictionaries + - FWCore + - HeterogeneousCore + - IgTools + - IOMC/RandomEngine + - IOPool + - PerfTools + - PhysicsTools/TensorFlow + - RecoTracker/MkFit + - SimG4Core + - SimGeneral/DataMixingModule + - SimGeneral/MixingModule + - SimGeneral/PreMixingModule +GiacomoSguazzoni: +- RecoTracker +- RecoLocalTracker +- TrackingTools +- SimTracker +- SimGeneral/TrackingAnalysis +- RecoVertex +- RecoPixelVertexing +- Configuration/StandardSequences +- Validation/RecoTrack +- Validation/RecoVertex +VinInn: +- RecoTracker +- RecoLocalTracker +- TrackingTools +- SimTracker +- SimGeneral/TrackingAnalysis +- RecoVertex +- RecoPixelVertexing +- Configuration/StandardSequences +- Validation/RecoTrack +- Validation/RecoVertex +- DataFormats/Tra +- DataFormats/GsfTrackReco +- DataFormats/VertexReco +- DataFormats/Si +- CondFormats/Si +- CondTools/Si +- CondCore/Si +- SimTracker +- EventFilter/Si +- Validation/TrackerRecHits +- Geometry/Track +- Geometry/CommonTopologies +abbiendi: +- Alignment/MuonAlignment +- Alignment/MuonAlignmentAlgorithms +- CommonTools/RecoAlgos +- DataFormats/CSCRecHit +- DataFormats/GEMRecHit +- DataFormats/DTRecHit +- DataFormats/MuonDetId +- DataFormats/MuonReco +- DataFormats/MuonSeed +- DataFormats/RPCRecHit +- DQMOffline/Muon +- HLTrigger/Muon +- HLTriggerOffline/Muon +- MuonAnalysis/MuonAssociators +- RecoLocalMuon/CSCRecHitD +- RecoLocalMuon/CSCSegment +- RecoLocalMuon/Configuration +- RecoLocalMuon/DTSegment +- RecoMuon/Configuration +- RecoMuon/CosmicMuonProducer +- RecoMuon/DetLayers +- RecoMuon/GlobalMuonProducer +- RecoMuon/GlobalTrackFinder +- RecoMuon/GlobalTrackingTools +- RecoMuon/L2MuonIsolationProducer +- RecoMuon/L2MuonProducer +- RecoMuon/L2MuonSeedGenerator +- RecoMuon/L3MuonIsolationProducer +- RecoMuon/L3MuonProducer +- RecoMuon/L3TrackFinder +- RecoMuon/MeasurementDet +- RecoMuon/MuonIdentification +- RecoMuon/MuonIsolation +- RecoMuon/MuonIsolationProducers +- RecoMuon/MuonSeedGenerator +- RecoMuon/Navigation +- RecoMuon/Records +- RecoMuon/StandAloneMuonProducer +- RecoMuon/StandAloneTrackFinder +- RecoMuon/TrackerSeedGenerator +- RecoMuon/TrackingTools +- RecoMuon/TransientTrackingRecHit +- SimDataFormats/DigiSimLinks +- SimDataFormats/RPCDigiSimLink +- SimDataFormats/TrackerDigiSimLink +- SimDataFormats/TrackingAnalysis +- SimGeneral/TrackingAnalysis +- SimMuon/Configuration +- SimMuon/MCTruth +- SimTracker/TrackAssociation +- TrackingTools/KalmanUpdators +- TrackingTools/PatternTools +- TrackingTools/TrackAssociator +- TrackingTools/TrackFitters +- TrackingTools/TrackRefitter +- TrackingTools/TrajectoryState +- TrackingTools/TransientTrack +- TrackingTools/TransientTrackingRecHit +- Validation/MuonIdentification +- Validation/MuonIsolation +- Validation/RecoMuon +amarini: +- DataFormats/L1THGCal +- L1Trigger/L1THGCal +alja: +- Fireworks +acimmino: +- DQM/RPCMonitorDigi +- DQM/RPCMonitorClient +argiro: +- .*[Ee][Cc][Aa][Ll] +barvic: +- EventFilter/CSCRawToDigi +- DQM/CSCMonitorModule +- DQMOffline/Muon +- DQMServices +batinkov: +- DQM/Integration +battibass: +- CalibMuon/Configuration +- CalibMuon/DTCalibration +- CalibMuon/DTDigiSync +- CondFormats/DTObjects +- CondFormats/RecoMuonObjects +- DataFormats/DTDigi +- DataFormats/DTRecHit +- DataFormats/L1DTTrackFinder +- DataFormats/MuonDetId +- DataFormats/MuonReco +- DPGAnalysis/MuonTools +- DQM/DTMonitorClient +- DQM/DTMonitorModule +- DQMOffline/CalibMuon +- EventFilter/DTRawToDigi +- EventFilter/L1TXRawToDigi +- Geometry/DTGeometry +- Geometry/DTGeometryBuilder +- L1Trigger/DTBti +- L1Trigger/DTSectorCollector +- L1Trigger/DTTraco +- MuonAnalysis/MuonAssociators +- L1Trigger/DTTrigger +- L1Trigger/DTTriggerServerPhi +- L1Trigger/DTTriggerServerTheta +- L1Trigger/DTUtilities +- L1Trigger/L1TTwinMux +- L1TriggerConfig/DTTPGConfig +- L1TriggerConfig/DTTPGConfigProducers +- RecoLocalMuon/Configuration +- RecoLocalMuon/DTRecHit +- RecoLocalMuon/DTSegment +- SimDataFormats/DigiSimLinks +- SimMuon/Configuration +- SimMuon/DTDigitizer +- SimMuon/Neutron +- SimMuon/MCTruth +- Validation/DTRecHits +- Validation/MuonDTDigis +CeliaFernandez: +- Alignment/MuonAlignment +- Alignment/MuonAlignmentAlgorithms +- DataFormats/CSCRecHit +- DataFormats/GEMRecHit +- DataFormats/DTRecHit +- DataFormats/MuonDetId +- DataFormats/MuonReco +- DataFormats/MuonSeed +- DataFormats/RPCRecHit +- HLTrigger/Muon +- HLTriggerOffline/Muon +- MuonAnalysis/MuonAssociators +- RecoMuon/Configuration +- RecoMuon/CosmicMuonProducer +- RecoMuon/DetLayers +- RecoMuon/GlobalMuonProducer +- RecoMuon/GlobalTrackFinder +- RecoMuon/GlobalTrackingTools +- RecoMuon/L2MuonIsolationProducer +- RecoMuon/L2MuonProducer +- RecoMuon/L2MuonSeedGenerator +- RecoMuon/L3MuonIsolationProducer +- RecoMuon/L3MuonProducer +- RecoMuon/L3TrackFinder +- RecoMuon/MeasurementDet +- RecoMuon/MuonIdentification +- RecoMuon/MuonIsolation +- RecoMuon/MuonIsolationProducers +- RecoMuon/MuonSeedGenerator +- RecoMuon/Navigation +- RecoMuon/Records +- RecoMuon/StandAloneMuonProducer +- RecoMuon/StandAloneTrackFinder +- RecoMuon/TrackerSeedGenerator +- RecoMuon/TrackingTools +- RecoMuon/TransientTrackingRecHit +- SimDataFormats/DigiSimLinks +- SimDataFormats/RPCDigiSimLink +- SimDataFormats/TrackerDigiSimLink +- SimDataFormats/TrackingAnalysis +- SimGeneral/TrackingAnalysis +- SimMuon/Configuration +- SimMuon/MCTruth +- TrackingTools/KalmanUpdators +- TrackingTools/PatternTools +- TrackingTools/TrackAssociator +- TrackingTools/TrackFitters +- TrackingTools/TrackRefitter +- TrackingTools/TrajectoryState +- TrackingTools/TransientTrack +- TrackingTools/TransientTrackingRecHit +- Validation/MuonIdentification +- Validation/MuonIsolation +- Validation/RecoMuon +muon-reco: +- Alignment/MuonAlignment +- Alignment/MuonAlignmentAlgorithms +- DataFormats/CSCRecHit +- DataFormats/GEMRecHit +- DataFormats/DTRecHit +- DataFormats/MuonDetId +- DataFormats/MuonReco +- DataFormats/MuonSeed +- DataFormats/RPCRecHit +- HLTrigger/Muon +- HLTriggerOffline/Muon +- MuonAnalysis/MuonAssociators +- RecoMuon/Configuration +- RecoMuon/CosmicMuonProducer +- RecoMuon/DetLayers +- RecoMuon/GlobalMuonProducer +- RecoMuon/GlobalTrackFinder +- RecoMuon/GlobalTrackingTools +- RecoMuon/L2MuonIsolationProducer +- RecoMuon/L2MuonProducer +- RecoMuon/L2MuonSeedGenerator +- RecoMuon/L3MuonIsolationProducer +- RecoMuon/L3MuonProducer +- RecoMuon/L3TrackFinder +- RecoMuon/MeasurementDet +- RecoMuon/MuonIdentification +- RecoMuon/MuonIsolation +- RecoMuon/MuonIsolationProducers +- RecoMuon/MuonSeedGenerator +- RecoMuon/Navigation +- RecoMuon/Records +- RecoMuon/StandAloneMuonProducer +- RecoMuon/StandAloneTrackFinder +- RecoMuon/TrackerSeedGenerator +- RecoMuon/TrackingTools +- RecoMuon/TransientTrackingRecHit +- SimDataFormats/DigiSimLinks +- SimDataFormats/RPCDigiSimLink +- SimDataFormats/TrackerDigiSimLink +- SimDataFormats/TrackingAnalysis +- SimGeneral/TrackingAnalysis +- SimMuon/Configuration +- SimMuon/MCTruth +- TrackingTools/KalmanUpdators +- TrackingTools/PatternTools +- TrackingTools/TrackAssociator +- TrackingTools/TrackFitters +- TrackingTools/TrackRefitter +- TrackingTools/TrajectoryState +- TrackingTools/TransientTrack +- TrackingTools/TransientTrackingRecHit +- Validation/MuonIdentification +- Validation/MuonIsolation +- Validation/RecoMuon +cericeci: +- DataFormats/CSCRecHit +- DataFormats/GEMRecHit +- DataFormats/DTRecHit +- DataFormats/MuonDetId +- DataFormats/MuonReco +- DataFormats/MuonSeed +- DataFormats/RPCRecHit +- DQMOffline/Muon +- DQMOffline/Trigger +- HLTrigger/Muon +- HLTriggerOffline/Muon +- MuonAnalysis/MuonAssociators +- RecoEgamma/EgammaHLTProducers +- RecoMuon/Configuration +- RecoMuon/CosmicMuonProducer +- RecoMuon/DetLayers +- RecoMuon/GlobalMuonProducer +- RecoMuon/GlobalTrackFinder +- RecoMuon/GlobalTrackingTools +- RecoMuon/L2MuonIsolationProducer +- RecoMuon/L2MuonProducer +- RecoMuon/L2MuonSeedGenerator +- RecoMuon/L3MuonIsolationProducer +- RecoMuon/L3MuonProducer +- RecoMuon/L3TrackFinder +- RecoMuon/MeasurementDet +- RecoMuon/MuonIdentification +- RecoMuon/MuonIsolation +- RecoMuon/MuonIsolationProducers +- RecoMuon/MuonSeedGenerator +- RecoMuon/Navigation +- RecoMuon/Records +- RecoMuon/StandAloneMuonProducer +- RecoMuon/StandAloneTrackFinder +- RecoMuon/TrackerSeedGenerator +- RecoMuon/TrackingTools +- RecoMuon/TransientTrackingRecHit +- SimDataFormats/DigiSimLinks +- SimDataFormats/RPCDigiSimLink +- SimDataFormats/TrackerDigiSimLink +- SimDataFormats/TrackingAnalysis +- SimGeneral/TrackingAnalysis +- SimMuon/Configuration +- SimMuon/MCTruth +- TrackingTools/KalmanUpdators +- TrackingTools/PatternTools +- TrackingTools/TrackAssociator +- TrackingTools/TrackFitters +- TrackingTools/TrackRefitter +- TrackingTools/TrajectoryState +- TrackingTools/TransientTrack +- TrackingTools/TransientTrackingRecHit +- Validation/MuonIdentification +- Validation/MuonIsolation +- Validation/RecoMuon +Fedespring: +- DataFormats/CSCRecHit +- DataFormats/GEMRecHit +- DataFormats/DTRecHit +- DataFormats/MuonDetId +- DataFormats/MuonReco +- DataFormats/MuonSeed +- DataFormats/RPCRecHit +- DQMOffline/Muon +- DQMOffline/Trigger +- HLTrigger/Muon +- HLTriggerOffline/Muon +- MuonAnalysis/MuonAssociators +- RecoEgamma/EgammaHLTProducers +- RecoMuon/Configuration +- RecoMuon/CosmicMuonProducer +- RecoMuon/DetLayers +- RecoMuon/GlobalMuonProducer +- RecoMuon/GlobalTrackFinder +- RecoMuon/GlobalTrackingTools +- RecoMuon/L2MuonIsolationProducer +- RecoMuon/L2MuonProducer +- RecoMuon/L2MuonSeedGenerator +- RecoMuon/L3MuonIsolationProducer +- RecoMuon/L3MuonProducer +- RecoMuon/L3TrackFinder +- RecoMuon/MeasurementDet +- RecoMuon/MuonIdentification +- RecoMuon/MuonIsolation +- RecoMuon/MuonIsolationProducers +- RecoMuon/MuonSeedGenerator +- RecoMuon/Navigation +- RecoMuon/Records +- RecoMuon/StandAloneMuonProducer +- RecoMuon/StandAloneTrackFinder +- RecoMuon/TrackerSeedGenerator +- RecoMuon/TrackingTools +- RecoMuon/TransientTrackingRecHit +- SimDataFormats/DigiSimLinks +- SimDataFormats/RPCDigiSimLink +- SimDataFormats/TrackerDigiSimLink +- SimDataFormats/TrackingAnalysis +- SimGeneral/TrackingAnalysis +- SimMuon/Configuration +- SimMuon/MCTruth +- TrackingTools/KalmanUpdators +- TrackingTools/PatternTools +- TrackingTools/TrackAssociator +- TrackingTools/TrackFitters +- TrackingTools/TrackRefitter +- TrackingTools/TrajectoryState +- TrackingTools/TransientTrack +- TrackingTools/TransientTrackingRecHit +- Validation/MuonIdentification +- Validation/MuonIsolation +- Validation/RecoMuon +bellan: +- RecoMuon +- RecoLocalMuon +- MuonAnalysis +- TrackingTools +- DQMOffline/Muon +cbaus: +- GeneratorInterface/ReggeGribovPartonMCInterface +- GeneratorInterface/HiGenCommon +- GeneratorInterface/HydjetInterface +- GeneratorInterface/PyquenInterface +pixel-offline: +- RecoLocalTracker/SiPixelClusterizer +- RecoLocalTracker/SiPixelRecHits +- SimTracker/SiPixelDigitizer +- EventFilter/SiPixelRawToDigi +- DataFormats/SiPixel +- CalibTracker/SiPixel +- CondCore/SiPixelPlugins +- CondFormats/SiPixel +- CondTools/SiPixel +ecal-offline: +- .*[Ee][Cc][Aa][Ll] +- CUDADataFormats/CaloCommon +- CalibCalorimetry/CaloMiscalibTools +- CalibCalorimetry/CaloTPG +- CalibFormats/CaloObjects +- CalibFormats/CaloTPG +- CondFormats/ESObjects +- DataFormats/CaloRecHit +- DQMOffline/CalibCalo +- EventFilter/ESDigiToRaw +- EventFilter/ESRawToDigi +- FastSimulation/CaloGeometryTools +- FastSimulation/CaloHitMakers +- FastSimulation/CaloRecHitsProducer +- FastSimulation/CalorimeterProperties +- FastSimulation/Calorimetry +- Geometry/CaloEventSetup +- Geometry/CaloGeometry +- Geometry/CaloTopology +- IORawData/CaloPatterns +- RecoCaloTools/MetaCollections +- RecoCaloTools/Navigation +- RecoCaloTools/Selectors +- RecoLocalCalo/CaloRecCandCreator +- RecoLocalCalo/Configuration +- SimCalorimetry/CaloSimAlgos +- SimCalorimetry/Configuration +- SimDataFormats/CaloAnalysis +- SimDataFormats/CaloHit +- SimDataFormats/CaloTest +- SimDataFormats/EcalTestBeam +- SimG4CMS/Calo +- SimGeneral/CaloAnalysis +fabferro: +- Alignment/CTPPS +- CalibPPS +- CondCore/CTPPSPlugins +- CondFormats/CTPPSReadoutObjects +- CondTools/CTPPS +- DataFormats/CTPPSAlignment +- DataFormats/CTPPSDetId +- DataFormats/CTPPSDigi +- DataFormats/CTPPSReco +- DQM/CTPPS +- EventFilter/CTPPSRawToDigi +- Geometry/VeryForwardData +- Geometry/VeryForwardGeometry +- Geometry/VeryForwardGeometryBuilder +- Geometry/VeryForwardRPTopology +- RecoCTPPS +forthommel: +- EventFilter/CTPPSRawToDigi +- RecoPPS +- RecoHGCal +- SimPPS/DirectSimProducer +fwyzard: +- FWCore/ServiceRegistry +- FWCore/Services +- HLTrigger/HLTcore +- HLTrigger/JSONMonitoring +- HLTrigger/Timer +- HLTrigger/Tools +gbenelli: +- RecoLocalTracker/ClusterParameterEstimator +- RecoLocalTracker/Configuration +- RecoLocalTracker/Records +- RecoLocalTracker/SiStrip +- RecoLocalTracker/SubCollectionProducers +- CalibTracker/SiStrip +- CalibTracker/Configuration +- CalibTracker/RecordsSimTracker/SiStripDigitizer +- SimTracker/Common +- SimTracker/Configuration +- SimTracker/Records +ghugo83: +- Geometry/TrackerCommonData +gpetruc: +- DataFormats/Candidate +- DataFormats/PatCandidates +- DataFormats/Track +- DataFormats/Trajectory +- DataFormats/NanoAOD +- RecoLocalTracker +- RecoTracker +- TrackingTools +- PhysicsTools/PatUtils +- PhysicsTools/PatAlgos +- PhysicsTools/NanoAOD +hatakeyamak: +- RecoParticleFlow +- RecoHGCal +- Validation/RecoParticleFlow +- Validation/HcalDigis +- Validation/HcalHits +- Validation/HcalRecHits +- Validation/CaloTowers +- DataFormats/ParticleFlowCandidate +- DataFormats/ParticleFlowReco +- DataFormats/PatCandidates +- CommonTools/ParticleFlow +- CommonTools/PileupAlgos +- CommonTools/RecoAlgos +- PhysicsTools/PatAlgos +- PhysicsTools/PatUtils +- PhysicsTools/RecoAlgos +- RecoLocalCalo/HGC +- SimCalorimetry/HGCalSimProducers +- DataFormats/HGCDigi +- DataFormats/HGCRecHit +- Validation/HGCalValidation +- RecoLocalCalo/HGCalRecAlgos +- RecoLocalCalo/HGCalRecProducers +HuguesBrun: +- DataFormats/CSCRecHit +- DataFormats/GEMRecHit +- DataFormats/DTRecHit +- DataFormats/MuonDetId +- DataFormats/MuonReco +- DataFormats/MuonSeed +- DataFormats/RPCRecHit +- DQMOffline/Muon +- DQMOffline/Trigger +- HLTrigger/Muon +- HLTriggerOffline/Muon +- MuonAnalysis/MuonAssociators +- RecoEgamma/EgammaHLTProducers +- RecoMuon/Configuration +- RecoMuon/CosmicMuonProducer +- RecoMuon/DetLayers +- RecoMuon/GlobalMuonProducer +- RecoMuon/GlobalTrackFinder +- RecoMuon/GlobalTrackingTools +- RecoMuon/L2MuonIsolationProducer +- RecoMuon/L2MuonProducer +- RecoMuon/L2MuonSeedGenerator +- RecoMuon/L3MuonIsolationProducer +- RecoMuon/L3MuonProducer +- RecoMuon/L3TrackFinder +- RecoMuon/MeasurementDet +- RecoMuon/MuonIdentification +- RecoMuon/MuonIsolation +- RecoMuon/MuonIsolationProducers +- RecoMuon/MuonSeedGenerator +- RecoMuon/Navigation +- RecoMuon/Records +- RecoMuon/StandAloneMuonProducer +- RecoMuon/StandAloneTrackFinder +- RecoMuon/TrackerSeedGenerator +- RecoMuon/TrackingTools +- RecoMuon/TransientTrackingRecHit +- SimDataFormats/DigiSimLinks +- SimDataFormats/RPCDigiSimLink +- SimDataFormats/TrackerDigiSimLink +- SimDataFormats/TrackingAnalysis +- SimGeneral/TrackingAnalysis +- SimMuon/Configuration +- SimMuon/MCTruth +- TrackingTools/KalmanUpdators +- TrackingTools/PatternTools +- TrackingTools/TrackAssociator +- TrackingTools/TrackFitters +- TrackingTools/TrackRefitter +- TrackingTools/TrajectoryState +- TrackingTools/TransientTrack +- TrackingTools/TransientTrackingRecHit +- Validation/MuonIdentification +- Validation/MuonIsolation +- Validation/RecoMuon +jazzitup: +- RecoHI +jbsauvan: +- DataFormats/L1THGCal +- L1Trigger/L1THGCal +jdamgov: +- CondFormats/JetMETObjects +- DQMOffline/JetMET +- DataFormats/JetReco +- DataFormats/METReco +- JetMETCorrections +- PhysicsTools/PatAlgos +- PhysicsTools/PatUtils +- PhysicsTools/RecoAlgos +- RecoJets +- RecoMET +- Validation/RecoJets +- Validation/RecoMET +jhgoh: +- Alignment/MuonAlignment +- Alignment/MuonAlignmentAlgorithms +- CommonTools/RecoAlgos +- DataFormats/CSCRecHit +- DataFormats/GEMRecHit +- DataFormats/DTRecHit +- DataFormats/MuonDetId +- DataFormats/MuonReco +- DataFormats/MuonSeed +- DataFormats/RPCRecHit +- DQMOffline/Muon +- DQMOffline/Trigger +- HLTrigger/Muon +- HLTriggerOffline/Muon +- MuonAnalysis/MuonAssociators +- RecoLocalMuon +- RecoMuon +- SimDataFormats/DigiSimLinks +- SimDataFormats/RPCDigiSimLink +- SimDataFormats/TrackerDigiSimLink +- SimDataFormats/TrackingAnalysis +- SimGeneral/TrackingAnalysis +- SimMuon +- SimTracker/TrackAssociation +- TrackingTools/KalmanUpdators +- TrackingTools/PatternTools +- TrackingTools/TrackAssociator +- TrackingTools/TrackFitters +- TrackingTools/TrackRefitter +- TrackingTools/TrajectoryState +- TrackingTools/TransientTrack +- TrackingTools/TransientTrackingRecHit +- Validation/MuonIdentification +- Validation/MuonIsolation +- Validation/RecoMuon +- Validation/RPCRecHits +- Validation/MuonRPCDigis +lecriste: +- RecoHGCal +- RecoLocalCalo/HGCalRecProducers +- Validation/HGCalValidation +lgray: +- RecoEcal +- RecoEgamma +- RecoParticleFlow +- DataFormats/ParticleFlowReco +- DataFormats/ParticleFlowCandidate +- DataFormats/EgammaCandidate +- DataFormats/EgammaReco +- SimCalorimetry/HGCalSimProducers +- DataFormats/HGCDigi +- DataFormats/HGCRecHit +- Validation/HGCalValidation +- RecoLocalCalo/HGCalRecAlgos +- RecoLocalCalo/HGCalRecProducers +- DataFormats/L1THGCal +- L1Trigger/L1THGCal +mandrenguyen: +- RecoHI +- HeavyIonsAnalysis +- DataFormats/HeavyIonEvent +mariadalfonso: +- CalibCalorimetry/HcalAlgos +- CondFormats/JetMETObjects +- DataFormats/HcalRecHit +- DataFormats/HcalDigi +- DataFormats/HcalDetId +- DQMOffline/JetMET +- DataFormats/JetReco +- DataFormats/METReco +- JetMETCorrections +- PhysicsTools/PatAlgos +- PhysicsTools/PatUtils +- PhysicsTools/RecoAlgos +- RecoJets +- RecoMET +- RecoLocalCalo/HcalRecProducers +- RecoLocalCalo/HcalRecAlgos +- SimCalorimetry/HcalSimAlgos +- SimCalorimetry/HcalSimProducers +- Validation/RecoJets +- Validation/RecoMET +mmarionncern: +- CondFormats/JetMETObjects +- DQMOffline/JetMET +- DataFormats/METReco +- JetMETCorrections +- PhysicsTools/PatAlgos +- PhysicsTools/PatUtils +- PhysicsTools/RecoAlgos +- RecoMET +- RecoParticleFlow +- Validation/RecoMET +mkirsano: +- GeneratorInterface +mmusich: +- Alignment/CommonAlignment +- Alignment/CommonAlignmentAlgorithm +- Alignment/CommonAlignmentParametrization +- Alignment/CommonAlignmentProducer +- Alignment/MillePedeAlignmentAlgorithm +- Alignment/OfflineValidation +- Alignment/ReferenceTrajectories +- Alignment/SurveyAnalysis +- Alignment/TrackerAlignment +- Alignment/TwoBodyDecay +- CalibTracker/Configuration +- CalibTracker/Records +- CalibTracker/SiStrip +- DataFormats/SiStrip +- DPGAnalysis/SiStripTools +- DQM/Si +- DQM/Track +- MuonAnalysis/MomentumScaleCalibration +- RecoLocalTracker/ClusterParameterEstimator +- RecoLocalTracker/Configuration +- RecoLocalTracker/Records +- RecoLocalTracker/SiStrip +- RecoLocalTracker/SubCollectionProducers +- SimTracker/Common +- SimTracker/Configuration +- SimTracker/Records +- SimTracker/SiStripDigitizer +namapane: +- .*Magnetic +nhanvtran: +- CondFormats/JetMETObjects +- DQMOffline/JetMET +- DataFormats/JetReco +- DataFormats/METReco +- JetMETCorrections +- PhysicsTools/PatAlgos +- PhysicsTools/PatUtils +- PhysicsTools/RecoAlgos +- RecoJets +- RecoMET +- Validation/RecoJets +- Validation/RecoMET +pakhotin: +- Alignment/MuonAlignment +- Alignment/MuonAlignmentAlgorithms +- Alignment/CommonAlignment +- Alignment/CommonAlignmentAlgorithm +- Alignment/CommonAlignmentMonitor +- Alignment/CommonAlignmentProducer +- Alignment/CommonAlignmentParametrization +prolay: +- SimTracker/SiStripDigitizer +- SimTracker/Common +- SimTracker/Configuration +- SimTracker/Records +robervalwalsh: +- EventFilter/SiStripRawToDigi +- CalibTracker/Configuration +- CalibTracker/Records +- CalibTracker/SiStrip +- DataFormats/SiStrip +- DPGAnalysis/SiStripTools +- RecoLocalTracker/ClusterParameterEstimator +- RecoLocalTracker/Configuration +- RecoLocalTracker/Records +- RecoLocalTracker/SiStrip +- RecoLocalTracker/SubCollectionProducers +- SimTracker/Common +- SimTracker/Configuration +- SimTracker/Records +- SimTracker/SiStripDigitizer +rociovilar: +- Validation/RecoMuon +- Validation/MuonIdentification +- Validation/MuonIdentification +- Validation/RecoTracks +- RecoMuon +- DQMOffline +rovere: +- HeterogeneousCore +- CUDADataFormats +- RecoTracker +- RecoLocalTracker +- TrackingTools +- SimTracker +- SimGeneral/TrackingAnalysis +- RecoVertex +- RecoPixelVertexing +- Configuration/StandardSequences +- Validation/RecoTrack +- Validation/RecoVertex +- Validation/Configuration +- Validation/Geometry +- Validation/HGCalValidation +- RecoEgamma/EgammaPhotonProducers +- RecoEgamma/EgammaElectronProducers +- RecoEgamma/Configuration +- RecoEcal/EgammaClusterProducers +- RecoHGCal +- RecoLocalCalo/Configuration +- RecoLocalCalo/HGC +- RecoParticleFlow/PFTracking +- RecoParticleFlow/PFClusterProducer +- DQMOffline/EGamma +- DataFormats +- SimDataFormats +- SimG4CMS +- SimG4Core +- SimCalorimetry +- HLTrigger/Configuration/python/HLT_75e33 +schoef: +- CondFormats/JetMETObjects +- DQMOffline/JetMET +- DataFormats/JetReco +- DataFormats/METReco +- JetMETCorrections +- PhysicsTools/PatAlgos +- PhysicsTools/PatUtils +- PhysicsTools/RecoAlgos +- RecoJets +- RecoMET +- Validation/RecoJets +- Validation/RecoMET +tlampen: +- Alignment/CommonAlignment +- Alignment/CommonAlignmentAlgorithm +- Alignment/CommonAlignmentParametrization +- Alignment/CommonAlignmentProducer +- Alignment/MillePedeAlignmentAlgorithm +- Alignment/OfflineValidation +- Alignment/ReferenceTrajectories +- Alignment/SurveyAnalysis +- Alignment/TrackerAlignment +- Alignment/TwoBodyDecay +thomreis: +- DataFormats/L1TMuon +- DataFormats/L1Trigger +- EventFilter/L1TRawToDigi +- L1Trigger/L1TCommon +- L1Trigger/L1TMuon +- L1Trigger/L1TNtuples +threus: +- DQM/SiPixel +- DQM/SiStrip +- DQM/Tracker +- DQM/Tracking +- DQM/Integration +- DQMOffline/CalibTracker +- DQMOffline/Configuration +- SimTracker +- DPGAnalysis/SiStripTools +- CalibFormats/SiStripObjects +- Calibration/TkAlCaRecoProducers +- CommonTools/TrackerMap +- CondFormats/SiStripObjects +- DataFormats/SiStrip +- RecoLocalTracker/ +- Validation/Tracker +thuer: +- GeneratorInterface/SherpaInterface +trocino: +- Alignment/MuonAlignment +- Alignment/MuonAlignmentAlgorithms +- DataFormats/CSCRecHit +- DataFormats/GEMRecHit +- DataFormats/DTRecHit +- DataFormats/MuonDetId +- DataFormats/MuonReco +- DataFormats/MuonSeed +- DataFormats/RPCRecHit +- DQMOffline/Muon +- DQMOffline/Trigger +- HLTrigger/Muon +- HLTriggerOffline/Muon +- MuonAnalysis/MuonAssociators +- RecoMuon/Configuration +- RecoMuon/CosmicMuonProducer +- RecoMuon/DetLayers +- RecoMuon/GlobalMuonProducer +- RecoMuon/GlobalTrackFinder +- RecoMuon/GlobalTrackingTools +- RecoMuon/L2MuonIsolationProducer +- RecoMuon/L2MuonProducer +- RecoMuon/L2MuonSeedGenerator +- RecoMuon/L3MuonIsolationProducer +- RecoMuon/L3MuonProducer +- RecoMuon/L3TrackFinder +- RecoMuon/MeasurementDet +- RecoMuon/MuonIdentification +- RecoMuon/MuonIsolation +- RecoMuon/MuonIsolationProducers +- RecoMuon/MuonSeedGenerator +- RecoMuon/Navigation +- RecoMuon/Records +- RecoMuon/StandAloneMuonProducer +- RecoMuon/StandAloneTrackFinder +- RecoMuon/TrackerSeedGenerator +- RecoMuon/TrackingTools +- RecoMuon/TransientTrackingRecHit +- SimDataFormats/DigiSimLinks +- SimDataFormats/RPCDigiSimLink +- SimDataFormats/TrackerDigiSimLink +- SimDataFormats/TrackingAnalysis +- SimGeneral/TrackingAnalysis +- SimMuon/Configuration +- SimMuon/MCTruth +- TrackingTools/KalmanUpdators +- TrackingTools/PatternTools +- TrackingTools/TrackAssociator +- TrackingTools/TrackFitters +- TrackingTools/TrackRefitter +- TrackingTools/TrajectoryState +- TrackingTools/TransientTrack +- TrackingTools/TransientTrackingRecHit +- Validation/MuonIdentification +- Validation/MuonIsolation +- Validation/RecoMuon +valuev: +- L1Trigger/CSCTriggerPrimitives +venturia: +- DPGAnalysis/SiStripTools +- Validation/RecoVertex +- DQM/SiStripMonitorSummary +- DQM/SiStripMonitorClient +- CommonTools/TrackerMap +- Geometry/TrackerNumberingBuilder +- Geometry/TrackerGeometryBuilder +- Geometry/TrackerCommonData +wddgit: +- FWCore +- IOPool +- Utilities +- IOMC/RandomEngine +- SimDataFormats/RandomEngine +- DataFormats/Common +- DataFormats/FWLite +- DataFormats/Provenance +- DataFormats/StdDictionaries +- DataFormats/Streamer +- DataFormats/TestObjects +- DataFormats/WrappedStdDictionaries +Prasant1993: +- RecoEgamma +- RecoEcal +- EgammaAnalysis +- DataFormats/EgammaCandidates +- DataFormats/EgammaReco +sameasy: +- RecoEgamma +- RecoEcal +- EgammaAnalysis +- DataFormats/EgammaCandidates +- DataFormats/EgammaReco +- RecoHGCal +- Configuration/StandardSequences +- RecoLocalCalo/Configuration +- RecoLocalCalo/HGC +- RecoParticleFlow/PFClusterProducer +- SimCalorimetry +wmtford: +- SimTracker/TrackerHitAssociation +- Validation/TrackerRecHits +- Validation/RecoTrack +yduhm: +- RecoLocalTracker/ClusterParameterEstimator +- RecoLocalTracker/Configuration +- RecoLocalTracker/Records +- RecoLocalTracker/SiStrip +- RecoLocalTracker/SubCollectionProducers +yenjie: +- RecoHI +amagitte: +- RecoMuon/GlobalTrackingTools +- DataFormats/MuonReco +Sam-Harper: +- RecoEgamma +- RecoEcal +- EgammaAnalysis +- DataFormats/EgammaCandidates +- DataFormats/EgammaReco +ahinzmann: +- CondFormats/JetMETObjects +- DQMOffline/JetMET +- DataFormats/JetReco +- DataFormats/METReco +- JetMETCorrections +- PhysicsTools/PatAlgos +- PhysicsTools/PatUtils +- PhysicsTools/RecoAlgos +- RecoJets +- RecoMET +- Validation/RecoJets +- Validation/RecoMET +- CommonTools/ParticleFlow +- CommonTools/PileupAlgos +- CommonTools/RecoAlgos +- FWCore/GuiBrowsers +rchatter: +- .*[Ee][Cc][Aa][Ll] +clelange: +- JetMETCorrections +- RecoJets +- PhysicsTools/NanoAODTools +gkasieczka: +- CondFormats/JetMETObjects +- DQMOffline/JetMET +- DataFormats/JetReco +- DataFormats/METReco +- JetMETCorrections +- PhysicsTools/PatAlgos +- PhysicsTools/PatUtils +- PhysicsTools/RecoAlgos +- RecoJets +- RecoMET +- Validation/RecoJets +- Validation/RecoMET +- CommonTools/ParticleFlow +- CommonTools/PileupAlgos +- CommonTools/RecoAlgos +- FWCore/GuiBrowsers +rappoccio: +- CondFormats/JetMETObjects +- DQMOffline/JetMET +- DataFormats/JetReco +- DataFormats/METReco +- JetMETCorrections +- PhysicsTools/PatAlgos +- PhysicsTools/PatUtils +- PhysicsTools/RecoAlgos +- RecoJets +- Validation/RecoJets +- DQM/Physics +- HLTriggerOffline/B2G +- CommonTools/ParticleFlow +- CommonTools/PileupAlgos +- CommonTools/RecoAlgos +matt-komm: +- FastSimulation +Martin-Grunewald: +- L1Trig +- HLTrigger/ +- EventFilter +- Configuration +jdolen: +- CondFormats/JetMETObjects +- DQMOffline/JetMET +- DataFormats/JetReco +- DataFormats/METReco +- JetMETCorrections +- PhysicsTools/PatAlgos +- PhysicsTools/PatUtils +- PhysicsTools/RecoAlgos +- RecoJets +- RecoMET +- Validation/RecoJets +- Validation/RecoMET +- TopQuarkAnalysis/TopPairBSM +- HLTriggerOffline/B2G +- CommonTools/ParticleFlow +- CommonTools/PileupAlgos +- CommonTools/RecoAlgos +kreczko: +- DataFormats/L1Trigger +- L1Trigger/L1TNtuples +- L1TriggerOffline +pfs: +- SimCalorimetry/HGCalSimProducers +- DataFormats/HGCDigi +- DataFormats/HGCRecHit +- Validation/HGCalValidation +- RecoLocalCalo/HGCalRecAlgos +- RecoLocalCalo/HGCalRecProducers +vandreev11: +- SimCalorimetry/HGCalSimProducers +- DataFormats/HGCDigi +- DataFormats/HGCRecHit +- Validation/HGCalValidation +- RecoLocalCalo/HGCalRecAlgos +- RecoLocalCalo/HGCalRecProducers +sethzenz: +- SimCalorimetry/HGCalSimProducers +- DataFormats/HGCDigi +- DataFormats/HGCRecHit +- Validation/HGCalValidation +- RecoLocalCalo/HGCalRecAlgos +- RecoLocalCalo/HGCalRecProducers +cseez: +- SimCalorimetry/HGCalSimProducers +- DataFormats/HGCDigi +- DataFormats/HGCRecHit +- Validation/HGCalValidation +- RecoLocalCalo/HGCalRecAlgos +- RecoLocalCalo/HGCalRecProducers +alesaggio: +- RecoLocalTracker/ClusterParameterEstimator +- RecoLocalTracker/Configuration +- RecoLocalTracker/Records +- RecoLocalTracker/SiStrip +- RecoLocalTracker/SubCollectionProducers +- DataFormats/SiStrip +- CalibTracker/SiStripChannelGain +ptcox: +- CalibMuon/CSCCalibration +- CondFormats/CSCObjects +- DataFormats/CSCDigi +- DataFormats/CSCRecHit +- DataFormats/MuonDetId +- DQM/CSCMonitorModule +- DQMOffline/Muon +- EventFilter/CSCRawToDigi +- RecoLocalMuon/CSCRecHitD +- RecoLocalMuon/CSCSegment +- RecoLocalMuon/CSCValidation +- RecoLocalMuon/CSCEfficiency +- Geometry/CSCGeometry +- Geometry/CSCGeometryBuilder +- Geometry/MuonCommonData +- Geometry/MuonSimData +- Geometry/MuonNumbering +- L1Trigger/CSCTriggerPrimitives +- SimMuon/CSCDigitizer +- SimMuon/Neutron +fioriNTU: +- DQM/SiPixel +- DQM/SiStripCommon +- DQM/SiStripHistoricInfoClient +- DQM/SiStripMonitor +- DQM/Tracker +- DQM/TrackingMonitor +idebruyn: +- DQM/SiPixel +- DQM/SiStripCommon +- DQM/SiStripHistoricInfoClient +- DQM/SiStripMonitor +- DQM/Tracker +- DQM/TrackingMonitor +gouskos: +- DataFormats/RecoCandidate +- DataFormats/PatCandidates +- DataFormats/METReco +- RecoMET/ +- JetMETCorrections/ +- PhysicsTools/PatAlgos +- PhysicsTools/PatUtils +calderona: +- DQMOffline/Muon +- Validation/MuonIdentification +- Validation/MuonIsolation +- Validation/RecoMuon +sviret: +- DataFormats/L1TrackTrigger +- L1Trigger/TrackTrigger +- L1Trigger/TrackFindingAM +- SLHCUpgradeSimulations/Configuration +felicepantaleo: +- Configuration/StandardSequences +- DataFormats/Math +- FWCore/Utilities +- IgTools +- PerfTools +- RecoLocalTracker +- RecoPixelVertexing +- RecoTracker +- TrackingTools +- TrackPropagation +- Validation/RecoTrack +- Validation/RecoVertex +- RecoLocalCalo/HGCalRecAlgos +- DataFormats/HGCRecHit +- RecoLocalCalo/HGCalRecProducers +- RecoParticleFlow/PFClusterProducer +- RecoHGCal +- SimG4CMS/Calo +- SimDataFormats/Associations +- SimDataFormats/CaloAnalysis +mtosi: +- DQMOffline/Trigger +- DQM/HLTEvF +- DQM/HLXMonitor +- DQM/TrigXMonitor +- DQM/TrigXMonitorClient +- HLTriggerOffline/ +- DQM/TrackingMonitor +- DQM/TrackingMonitorSource +- DQM/TrackingMonitorClient +- Validation/RecoTrack +- Validation/RecoVertex +- Validation/TrackerRecHits +- Configuration/StandardSequences +- DPGAnalysis/SiStripTools +- Geometry/Track +- Geometry/CommonTopologies +- RecoLocalTracker +- RecoPixelVertexing +- RecoTracker +- RecoVertex +- SimDataFormats/DigiSimLinks +- SimDataFormats/Track +- SimDataFormats/Vertex +- SimGeneral/TrackingAnalysis +- SimTracker +- SLHCUpgradeSimulations/Configuration +- TrackingTools +- TrackPropagation +ebrondol: +- DataFormats/HGCRecHit +- RecoTracker/CkfPattern +- RecoTracker/Configuration +- RecoTracker/GeometryESProducer +- RecoTracker/IterativeTracking +- RecoTracker/MeasurementDet +- RecoTracker/TkNavigation +- RecoTracker/TrackProducer +- RecoHGCal +- RecoLocalCalo/Configuration +- RecoLocalCalo/HGC +- RecoLocalCalo/HGCalRecAlgos +- RecoLocalCalo/HGCalRecProducers +- RecoParticleFlow/PFTracking +- RecoParticleFlow/PFClusterProducer +- TrackingTools +- TrackPropagation +- Validation/Configuration +- Validation/Geometry +- Validation/HGCalValidation +- Validation/RecoTrack +alberto-sanchez: +- GeneratorInterface +seemasharmafnal: +- CondFormats/JetMETObjects +- CondFormats/ +- RecoParticleFlow/ +- DQMOffline/JetMET +- DataFormats/JetReco +- DataFormats/METReco +- JetMETCorrections/ +- PhysicsTools/PatAlgos +- PhysicsTools/PatUtils +- PhysicsTools/RecoAlgos +- RecoJets/ +- RecoMET/ +- Validation/RecoJets +- Validation/RecoMET +erikbutz: +- DQM/SiStripCommissioningAnalysis +- DQM/SiStripCommissioningClients +- DQM/SiStripCommissioningDbClients +- DQM/SiStripCommissioningSources +- DQM/SiStripCommissioningSummary +- DQM/SiStripCommon +- OnlineDB/SiStripConfigDb +- OnlineDB/SiStripESSources +- OnlineDB/SiStripO2O +- DataFormats/SiStripCommon +- CondFormats/SiStripObjects +- L1Trigger/TrackFindingTMTT +- L1Trigger/TrackFindingTracklet +- L1Trigger/TrackTrigger +- L1Trigger/TrackerDTC +DryRun: +- DQM/HcalCommon +- DQM/HcalTasks +jainshilpi: + - RecoEgamma + - RecoEcal + - EgammaAnalysis + - DataFormats/EgammaCandidates + - DataFormats/EgammaReco +edjtscott: +- RecoLocalCalo/HGCalRecAlgos +- RecoLocalCalo/HGCalRecProducers +varuns23: + - RecoEgamma + - RecoEcal + - EgammaAnalysis + - DataFormats/EgammaCandidates + - DataFormats/EgammaReco +giovanni-mocellin: +- L1Trigger/CSCTriggerPrimitives +- L1Trigger/CSCCommonTrigger +- L1Trigger/ME0Trigger +- SimMuon/GEMDigitizer +- SimMuon/CSCDigitizer +- SimMuon/Configuration +- DataFormats/CSCDigi +- DataFormats/GEMDigi +- CondFormats/CSCObjects +- Geometry/GEMGeometryBuilder +- Geometry/GEMGeometry +echabert: +- CalibTracker/Configuration +- CalibTracker/Records +- CalibTracker/SiStrip +- DataFormats/SiStrip +- DPGAnalysis/SiStripTools +- RecoLocalTracker/ClusterParameterEstimator +- RecoLocalTracker/Configuration +- RecoLocalTracker/Records +- RecoLocalTracker/SiStrip +- RecoLocalTracker/SubCollectionProducers +- SimTracker/Common +- SimTracker/Configuration +- SimTracker/Records +- SimTracker/SiStripDigitizer +jandrea: +- DQM/SiPixel +- DQM/SiStripCommon +- DQM/SiStripHistoricInfoClient +- DQM/SiStripMonitor +- DQM/Tracker +- DQM/TrackingMonitor +- DPGAnalysis/SiStripTools +grzanka: +- Alignment/CTPPS +- CalibPPS/ESProducers +- CondFormats/PPSObjects +- DQM/CTPPS +- DataFormats/CTPPSDetId +- DataFormats/CTPPSDigi +- DataFormats/CTPPSReco +- DataFormats/ProtonReco +- EventFilter/CTPPSRawToDigi +- Geometry/VeryForwardData +- Geometry/VeryForwardGeometry +- Geometry/VeryForwardGeometryBuilder +- Geometry/VeryForwardRPTopology +- IOMC/EventVertexGenerators +- IOMC/ParticleGuns +- RecoPPS/* +- Validation/CTPPS +hqucms: +- PhysicsTools/MXNet +- RecoBTag/MXNet +- RecoBTag/FeatureTools +adewit: +- Alignment +vargasa: +- Configuration/Geometry +- Geometry/TrackerCommonData +- Geometry/TrackerNumberingBuilder +- DetectorDescription/DDCMS +- Validation/Geometry +- SimTracker/TrackerMaterialAnalysis +rbartek: +- Validation/Geometry +rishabhCMS: +- Validation/Geometry +jshlee: +- CondCore/GEMPlugins +- CondFormats/GEMObjects +- L1Trigger/ME0Trigger +- SimMuon/GEMDigitizer +- DataFormats/GEMDigi +- DataFormats/GEMRecHit +- EventFilter/GEMRawToDigi +- Geometry/GEMGeometryBuilder +- Geometry/GEMGeometry +- RecoLocalMuon/GEMRecHit +- RecoLocalMuon/GEMSegment +- Validation/MuonGEMDigis +- Validation/MuonGEMHits +- Validation/MuonGEMRecHits +apsallid: +- Validation/Configuration +- Validation/Geometry +- Validation/HGCalValidation +- RecoLocalCalo/Configuration +- RecoLocalCalo +- DataFormats/HGCDigi +- DataFormats/HGCRecHit +- DataFormats/ForwardDetId +- RecoHGCal +- SimTracker/TrackerMaterialAnalysis +- SimCalorimetry/HGCalSimProducers +- SimDataFormats +riga: +- PhysicsTools/TensorFlow +- PhysicsTools/ONNXRuntime +- PhysicsTools/MXNet +- HeterogeneousCore/SonicCore +- HeterogeneousCore/SonicTriton +afiqaize: +- RecoEgamma +- RecoEcal +- EgammaAnalysis +- DataFormats/EgammaCandidates +- DataFormats/EgammaReco +missirol: +- .*DataFormats +- .*L1T +- .*HL +- .*Trig +- CommonTools +- Configuration +- EventFilter +- FWCore +- Heterogeneous +- Reco +- SLHCUpgradeSimulations +- SimTracker +- TrackingTools +- Validation +sobhatta: +- RecoEgamma +- RecoEcal +- EgammaAnalysis +- DataFormats/EgammaCandidates +- DataFormats/EgammaReco +- RecoHGCal +kpedro88: +- HeterogeneousCore/SonicCore +- HeterogeneousCore/SonicTriton +fabiocos: +- CondFormats/GeometryObjects +- Configuration +- DataFormats/DetId +- DataFormats/ForwardDetId +- DataFormats/FTLDigi +- DataFormats/FTLRecHit +- DataFormats/Math +- DetectorDescription +- Geometry +- IOMC +- Mixing +- RecoLocalFastTime +- RecoMTD +- SimDataFormats +- SimFastTiming +- SimG4CMS +- SimG4Core +- SimGeneral +- Utilities/RelMon +- Validation/Geometry +- Validation/MtdValidation +abdoulline: +- CondCore/HcalPlugins +- CondFormats/HcalMapping +- CondFormats/HcalObjects +- CalibCalorimetry/HcalAlgos +- CalibCalorimetry/HcalPlugins +- CalibCalorimetry/HcalTPGAlgos +- CalibCalorimetry/HcalTPGEventSetup +- CalibCalorimetry/HcalTPGIO +- CalibFormats/HcalObjects +- DQM/HcalCommon +- DQM/HcalMonitorClient +- DQM/HcalMonitorModule +- DQM/HcalMonitorTasks +- DQM/HcalTasks +- DQMOffline/Hcal +- DataFormats/HcalCalibObjects +- DataFormats/HcalDetId +- DataFormats/HcalDigi +- DataFormats/HcalRecHit +- EventFilter/HcalRawToDigi +- RecoLocalCalo/HcalLaserReco +- RecoLocalCalo/HcalRecAlgos +- RecoLocalCalo/HcalRecProducers +- SimCalorimetry/HcalSimAlgos +- SimCalorimetry/HcalSimProducers +- SimCalorimetry/HcalTrigPrimAlgos +- SimCalorimetry/HcalTrigPrimProducers +- SimCalorimetry/HcalZeroSuppressionProducers +- Validation/HcalDigis +- Validation/HcalHits +- Validation/HcalRecHits +- Validation/CaloTowers +slomeo: +- Configuration/Geometry +- Configuration/PyReleaseValidation +- Configuration/StandardSequences +- DetectorDescription/DDCMS +- Geometry/CMSCommonData +- Geometry/CSCGeometry +- Geometry/CSCGeometryBuilder +- Geometry/DTGeometry +- Geometry/DTGeometryBuilder +- Geometry/GEMGeometry +- Geometry/GEMGeometryBuilder +- Geometry/MuonCommonData +- Geometry/MuonNumbering +- Geometry/MuonSimData +- Geometry/RPCGeometry +- Geometry/RPCGeometryBuilder +- SimG4CMS/ +- SimG4Core/ +- SimGeneral/ +- SimMuon/ +watson-ij: +- CondCore/GEMPlugins +- CondFormats/GEMObjects +- L1Trigger/ME0Trigger +- SimMuon/GEMDigitizer +- DataFormats/GEMDigi +- DataFormats/GEMRecHit +- EventFilter/GEMRawToDigi +- Geometry/GEMGeometryBuilder +- Geometry/GEMGeometry +- RecoLocalMuon/GEMRecHit +- RecoLocalMuon/GEMSegment +- RecoLocalMuon/GEMCSCSegment +- Validation/MuonGEMDigis +- Validation/MuonGEMHits +- Validation/MuonGEMRecHits +- DQM/GEM +- Geometry/MuonCommonData +trk-dqm: +- DQM/SiOuterTracker +- DQM/SiPixelCommon +- DQM/SiPixelMonitorClient +- DQM/SiPixelMonitorCluster +- DQM/SiPixelMonitorDigi +- DQM/SiPixelMonitorRawData +- DQM/SiPixelMonitorRecHit +- DQM/SiPixelMonitorTrack +- DQM/SiPixelPhase1Common +- DQM/SiPixelPhase1Config +- DQM/SiPixelPhase1Summary +- DQM/SiPixelPhase1Track +- DQM/SiStripCommon +- DQM/SiStripMonitorClient +- DQM/SiStripMonitorCluster +- DQM/SiStripMonitorDigi +- DQM/SiStripMonitorHardware +- DQM/SiStripMonitorPedestals +- DQM/SiStripMonitorSummary +- DQM/SiStripMonitorTrack +- DQM/SiTrackerPhase2 +- DQM/TrackerCommon +- DQM/TrackerMonitorTrack +- DQM/TrackingMonitor +- DQM/TrackingMonitorClient +- DQM/TrackingMonitorSource +- Validation/SiOuterTrackerV +- Validation/SiPixelPhase1ConfigV/python +- Validation/SiPixelPhase1DigisV +- Validation/SiPixelPhase1HitsV +- Validation/SiPixelPhase1RecHitsV +- Validation/SiPixelPhase1TrackClustersV +- Validation/SiPixelPhase1TrackingParticleV +- Validation/SiTrackerPhase2V +- Validation/TrackerConfiguration +- Validation/TrackerDigis +- Validation/TrackerHits +- Validation/TrackerRecHits +skinnari: +- L1Trigger/TrackFindingTMTT +- L1Trigger/TrackFindingTracklet +- L1Trigger/TrackTrigger +- L1Trigger/TrackerDTC +ram1123: + - RecoEgamma + - RecoEcal + - EgammaAnalysis + - DataFormats/EgammaCandidates +dinyar: + - DataFormats/L1TMuon + - DataFormats/L1Trigger + - EventFilter/L1TRawToDigi + - L1Trigger/L1TCommon + - L1Trigger/L1TMuon + - L1Trigger/L1TNtuples +tau-pog: + - RecoTauTag/ + - DataFormats/TauReco + - PhysicsTools/PatAlgos +francescobrivio: +- DQM/BeamMonitor +- DQM/Integration +- RecoVertex/BeamSpotProducer +valsdav: +- RecoEcal +- RecoEgamma +- SimCalorimetry/EcalTrigPrimAlgos +- SimCalorimetry/EcalTrigPrimProducers +- CalibCalorimetry/EcalTPGTools +eyigitba: +- DataFormats/L1TMuon +- DataFormats/L1Trigger +- EventFilter/L1TRawToDigi +- L1Trigger/L1TCommon +- L1Trigger/L1TMuon +- L1Trigger/L1TNtuples +- L1Trigger/L1TMuonEndCap +- L1Trigger/CSCTriggerPrimitives +- L1Trigger/CSCCommonTrigger +- DataFormats/CSCDigi +- DataFormats/GEMDigi +youyingli: +- Validation/Configuration +- Validation/Geometry +- Validation/HGCalValidation +- RecoLocalCalo/Configuration +- RecoLocalCalo +- DataFormats/HGCDigi +- DataFormats/HGCRecHit +- DataFormats/ForwardDetId +- RecoHGCal +- SimTracker/TrackerMaterialAnalysis +- SimCalorimetry/HGCalSimProducers +- SimDataFormats +- Configuration/Skimming +- DPGAnalysis/Skims +a-kapoor: + - RecoEgamma + - RecoEcal + - EgammaAnalysis + - DataFormats/EgammaCandidates + - DataFormats/EgammaReco +SohamBhattacharya: +- HLTrigger/Configuration/python/HLT_75e33 +jlidrych: +- DataFormats/SiStrip +- CUDADataFormats/SiStripCluster +- RecoLocalTracker/ClusterParameterEstimator +- RecoLocalTracker/Configuration +- RecoLocalTracker/Records +- RecoLocalTracker/SiStrip +- RecoLocalTracker/SubCollectionProducers +lenzip: +- PhysicsTools/NanoAODTools diff --git a/repos/iarspider_cmssw/cmssw/l2.json b/repos/iarspider_cmssw/cmssw/l2.json index 07fa418dbfd..ecee87d089d 100644 --- a/repos/iarspider_cmssw/cmssw/l2.json +++ b/repos/iarspider_cmssw/cmssw/l2.json @@ -1128,7 +1128,9 @@ "upgrade", "dqm", "db", - "core" + "core", + "alca", + "orp" ], "start_date": 1620000000 } diff --git a/repos/iarspider_cmssw/cmssw/repo_config.py b/repos/iarspider_cmssw/cmssw/repo_config.py index e5f7c9ecd0b..b22f0dd89ef 100644 --- a/repos/iarspider_cmssw/cmssw/repo_config.py +++ b/repos/iarspider_cmssw/cmssw/repo_config.py @@ -9,7 +9,7 @@ CONFIG_DIR = dirname(abspath(__file__)) # GH bot user: Use default cmsbot CMSBUILD_USER = "iarspider" -GH_REPO_ORGANIZATION = basename(dirname(CONFIG_DIR)) +GH_REPO_ORGANIZATION = "iarspider-cmssw" GH_REPO_FULLNAME = "iarspider-cmssw/cmssw" CREATE_EXTERNAL_ISSUE = False # Jenkins CI server: User default http://cms-jenkins.cern.ch:8080/cms-jenkins @@ -31,3 +31,5 @@ CMS_BRANCH_MAP = {} # Valid Web hooks e.g. '.+' to match all event VALID_WEB_HOOKS = [".+"] +NONBLOCKING_LABELS = True +CHECK_DPG_POG = True diff --git a/tests/Framework.patch b/tests/Framework.patch new file mode 100644 index 00000000000..dd2c69151c7 --- /dev/null +++ b/tests/Framework.patch @@ -0,0 +1,37 @@ +--- Framework.py.orig 2025-04-03 10:01:22.739783757 +0200 ++++ Framework.py 2025-04-03 10:03:32.558079128 +0200 +@@ -241,6 +241,7 @@ + + class BasicTestCase(unittest.TestCase): + recordMode = False ++ recordActionMode = False + tokenAuthMode = False + jwtAuthMode = False + retry = None +@@ -349,15 +350,15 @@ + + if self.tokenAuthMode: + self.g = github.Github( +- self.oauth_token, retry=self.retry, pool_size=self.pool_size ++ self.oauth_token, retry=self.retry, per_page=100 + ) + elif self.jwtAuthMode: + self.g = github.Github( +- jwt=self.jwt, retry=self.retry, pool_size=self.pool_size ++ jwt=self.jwt, retry=self.retry, per_page=100 + ) + else: + self.g = github.Github( +- self.login, self.password, retry=self.retry, pool_size=self.pool_size ++ self.login, self.password, retry=self.retry, per_page=100 + ) + + +@@ -379,3 +380,7 @@ + + def setPoolSize(pool_size): + BasicTestCase.pool_size = pool_size ++ ++ ++def activateRecordActionMode(): # pragma no cover (Function useful only when recording new tests, not used during automated tests) ++ BasicTestCase.recordActionMode = True diff --git a/tests/PRActionData/TestProcessPr.test_abort.json b/tests/PRActionData/TestProcessPr.test_abort.json index da16f4850fb..08b6e163a05 100644 --- a/tests/PRActionData/TestProcessPr.test_abort.json +++ b/tests/PRActionData/TestProcessPr.test_abort.json @@ -41,8 +41,7 @@ "2056796593": "+1", "2056801055": "+1", "2056820593": "+1", - "2056903278": "+1", - "2056930228": "+1" + "2056903278": "+1" }, "last_seen_sha": "dae848e38b8e387d7283a3e35818121487d9d76b", "signatures": { @@ -137,6 +136,57 @@ "type": "edit-comment", "data": "cms-bot internal usage" }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "2a9454e30606b17e52000110972998326ce9e428": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": false, + "time": 1711538467 + }, + "79752f053efecad55dde17732259737e621a1f3f": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": false, + "time": 1712828239 + }, + "dae848e38b8e387d7283a3e35818121487d9d76b": { + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ], + "squashed": false, + "time": 1712829250 + }, + "e4d069b76c464274bf6e7d7cf9bac2153ed9a903": { + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ], + "squashed": false, + "time": 1712819089 + } + }, + "emoji": { + "2049242908": "+1", + "2049536626": "+1", + "2056736344": "+1", + "2056739513": "+1", + "2056740892": "+1", + "2056796593": "+1", + "2056801055": "+1", + "2056820593": "+1", + "2056903278": "+1", + "2056930228": "+1" + }, + "last_seen_sha": "dae848e38b8e387d7283a3e35818121487d9d76b", + "signatures": { + "2049242908": "2a9454e30606b17e52000110972998326ce9e428" + } + } + }, { "type": "status", "data": { diff --git a/tests/PRActionData/TestProcessPr.test_ack_many_files.json b/tests/PRActionData/TestProcessPr.test_ack_many_files.json new file mode 100644 index 00000000000..211d3c4f9d7 --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_ack_many_files.json @@ -0,0 +1,1580 @@ +[ + { + "type": "emoji", + "data": [ + 2842137555, + "+1", + true + ] + }, + { + "type": "add-label", + "data": [ + "alca-pending", + "changes-dataformats", + "code-checks-pending", + "orp-pending", + "pending-signatures", + "tests-pending", + "trk" + ] + }, + { + "type": "remove-label", + "data": [] + }, + { + "type": "create-property-file", + "data": { + "filename": "trigger-code-checks-iarspider-cmssw-cmssw-38.properties", + "data": { + "PULL_REQUEST": "38", + "CONTEXT_PREFIX": "cms/38", + "CMSSW_TOOL_CONF": "", + "APPLY_PATCH": "false" + } + } + }, + { + "type": "status", + "data": { + "commit": "b6db3e643d2bd16deee12590d1312a3addcd2d75", + "state": "pending", + "target_url": null, + "description": "code-checks requested", + "context": "cms/38/code-checks" + } + }, + { + "type": "create-comment", + "data": "cms-bot internal usage" + }, + { + "type": "save-bot-cache", + "data": { + "emoji": { + "2842137555": "+1" + }, + "signatures": {}, + "commits": { + "b6db3e643d2bd16deee12590d1312a3addcd2d75": { + "time": 1746014926, + "squashed": false, + "files": [ + "Alignment/APEEstimation/BuildFile.xml", + "Alignment/APEEstimation/data/lumiperrun2016.txt", + "Alignment/APEEstimation/data/lumiperrun2017.txt", + "Alignment/APEEstimation/data/lumiperrun2018.txt", + "Alignment/APEEstimation/interface/EventVariables.h", + "Alignment/APEEstimation/interface/ReducedTrackerTreeVariables.h", + "Alignment/APEEstimation/interface/TrackerDetectorStruct.h", + "Alignment/APEEstimation/interface/TrackerSectorStruct.h", + "Alignment/APEEstimation/macros/writeAPEsInASCII.C", + "Alignment/APEEstimation/plugins/ApeEstimator.cc", + "Alignment/APEEstimation/plugins/ApeEstimatorSummary.cc", + "Alignment/APEEstimation/plugins/ApeTreeCreateDefault.cc", + "Alignment/APEEstimation/plugins/BuildFile.xml", + "Alignment/APEEstimation/python/AlignmentTrackSelector_cff.py", + "Alignment/APEEstimation/python/ApeEstimatorSummary_cff.py", + "Alignment/APEEstimation/python/ApeEstimatorSummary_cfi.py", + "Alignment/APEEstimation/python/ApeEstimator_cff.py", + "Alignment/APEEstimation/python/ApeEstimator_cfi.py", + "Alignment/APEEstimation/python/PrivateSkim_EventContent_cff.py", + "Alignment/APEEstimation/python/SectorBuilder_Bpix_Phase0_cff.py", + "Alignment/APEEstimation/python/SectorBuilder_Bpix_cff.py", + "Alignment/APEEstimation/python/SectorBuilder_Fpix_Phase0_cff.py", + "Alignment/APEEstimation/python/SectorBuilder_Fpix_cff.py", + "Alignment/APEEstimation/python/SectorBuilder_Tec_cff.py", + "Alignment/APEEstimation/python/SectorBuilder_Tib_cff.py", + "Alignment/APEEstimation/python/SectorBuilder_Tid_cff.py", + "Alignment/APEEstimation/python/SectorBuilder_Tob_cff.py", + "Alignment/APEEstimation/python/SectorBuilder_cff.py", + "Alignment/APEEstimation/python/SectorBuilder_cfi.py", + "Alignment/APEEstimation/python/TrackRefitter_38T_cff.py", + "Alignment/APEEstimation/python/conditions/init.py", + "Alignment/APEEstimation/python/samples/Data_TkAlMinBias_Run2018C_PromptReco_v3_cff.py", + "Alignment/APEEstimation/python/samples/Data_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py", + "Alignment/APEEstimation/python/samples/Data_TkAlZMuMu_Run2015B_DoubleMuon_PromptReco_v1_cff.py", + "Alignment/APEEstimation/python/samples/MC_UL16_ttbar_cff.py", + "Alignment/APEEstimation/python/samples/MC_UnitTest_TkAlMuonIsolated_cff.py", + "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_ApeSkim_cff.py", + "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_cff.py", + "Alignment/APEEstimation/scripts/initialise.bash", + "Alignment/APEEstimation/test/BuildFile.xml", + "Alignment/APEEstimation/test/SkimProducer/skimProducer_cfg.py", + "Alignment/APEEstimation/test/SkimProducer/skimTemplates.py", + "Alignment/APEEstimation/test/SkimProducer/startSkim.py", + "Alignment/APEEstimation/test/apeMeasurement/apeDetermination_cfg.py", + "Alignment/APEEstimation/test/apeMeasurement/apeMeasurement.py", + "Alignment/APEEstimation/test/apeMeasurement/apeWrite_cfg.py", + "Alignment/APEEstimation/test/apeMeasurement/condorTemplates.py", + "Alignment/APEEstimation/test/apeMeasurement/config.yaml", + "Alignment/APEEstimation/test/apeMeasurement/finishIterationScript.tcsh", + "Alignment/APEEstimation/test/apeMeasurement/helpers.py", + "Alignment/APEEstimation/test/apeMeasurement/mc_example.yaml", + "Alignment/APEEstimation/test/apeMeasurement/mergeStep.py", + "Alignment/APEEstimation/test/apeMeasurement/moveSkimOutput.py", + "Alignment/APEEstimation/test/apeMeasurement/prepScript.tcsh", + "Alignment/APEEstimation/test/apeMeasurement/prepareMeasurement.py", + "Alignment/APEEstimation/test/apeMeasurement/pythonTemplates.py", + "Alignment/APEEstimation/test/apeMeasurement/refittingScript.tcsh", + "Alignment/APEEstimation/test/apeMeasurement/refitting_cfg.py", + "Alignment/APEEstimation/test/apeMeasurement/skimScript.tcsh", + "Alignment/APEEstimation/test/apeMeasurement/skim_cfg.py", + "Alignment/APEEstimation/test/apeTreeCreateDefault_cfg.py", + "Alignment/APEEstimation/test/autoSubmitter/autoSubmitter.py", + "Alignment/APEEstimation/test/autoSubmitter/autoSubmitterTemplates.py", + "Alignment/APEEstimation/test/autoSubmitter/config.ini", + "Alignment/APEEstimation/test/autoSubmitter/helpers.py", + "Alignment/APEEstimation/test/autoSubmitter/unitTest.ini", + "Alignment/APEEstimation/test/cfgTemplate/apeEstimatorSummary_cfg.py", + "Alignment/APEEstimation/test/cfgTemplate/apeEstimator_cfg.py", + "Alignment/APEEstimation/test/cfgTemplate/apeLocalSetting_cfg.py", + "Alignment/APEEstimation/test/createTrackerAlignmentErrorExtendedRcd_cfg.py", + "Alignment/APEEstimation/test/plottingTools/drawIterations.py", + "Alignment/APEEstimation/test/plottingTools/drawResults.py", + "Alignment/APEEstimation/test/plottingTools/drawTrend.py", + "Alignment/APEEstimation/test/plottingTools/drawValidation.py", + "Alignment/APEEstimation/test/plottingTools/granularity.py", + "Alignment/APEEstimation/test/plottingTools/iterationsPlotter.py", + "Alignment/APEEstimation/test/plottingTools/resultPlotter.py", + "Alignment/APEEstimation/test/plottingTools/setTDRStyle.py", + "Alignment/APEEstimation/test/plottingTools/systematicErrors.py", + "Alignment/APEEstimation/test/plottingTools/trendPlotter.py", + "Alignment/APEEstimation/test/plottingTools/validationPlotter.py", + "Alignment/APEEstimation/test/trackerTreeGenerator_cfg.py", + "Alignment/APEEstimation/test/unitTest.sh", + "Alignment/CocoaApplication/BuildFile.xml", + "Alignment/CocoaApplication/README.md", + "Alignment/CocoaApplication/bin/BuildFile.xml", + "Alignment/CocoaApplication/bin/CocoaAna.C", + "Alignment/CocoaApplication/bin/cocoa.cpp", + "Alignment/CocoaApplication/bin/printReportDiff.cpp", + "Alignment/CocoaApplication/bin/simple2D.meas", + "Alignment/CocoaApplication/bin/simple2D.txt", + "Alignment/CocoaApplication/bin/simple2DWithMirror.meas", + "Alignment/CocoaApplication/bin/simple2DWithMirror.txt", + "Alignment/CocoaApplication/bin/table2DWithMirror.txt", + "Alignment/CocoaApplication/src/CocoaAnalyzer.cc", + "Alignment/CocoaApplication/test/OpticalAlignments.db", + "Alignment/CocoaApplication/test/authentication.xml", + "Alignment/CocoaApplication/test/cmsCocoaTable2DWithMirror.xml", + "Alignment/CocoaApplication/test/cocoaAnalyzer_cfg.py", + "Alignment/CocoaApplication/test/cocoaDaqTest.root", + "Alignment/CocoaApplication/test/conddbcatalog.xml", + "Alignment/CocoaApplication/test/configuration.xml", + "Alignment/CocoaApplication/test/table2DWithMirror.xml", + "Alignment/CocoaDDLObjects/BuildFile.xml", + "Alignment/CocoaDDLObjects/interface/CocoaMaterialElementary.h", + "Alignment/CocoaDDLObjects/interface/CocoaSolidShape.h", + "Alignment/CocoaDDLObjects/interface/CocoaSolidShapeBox.h", + "Alignment/CocoaDDLObjects/interface/CocoaSolidShapeTubs.h", + "Alignment/CocoaDDLObjects/src/CocoaMaterialElementary.cc", + "Alignment/CocoaDDLObjects/src/CocoaSolidShape.cc", + "Alignment/CocoaDDLObjects/src/CocoaSolidShapeBox.cc", + "Alignment/CocoaDDLObjects/src/CocoaSolidShapeTubs.cc", + "Alignment/CocoaDaq/BuildFile.xml", + "Alignment/CocoaDaq/interface/CocoaDaqReader.h", + "Alignment/CocoaDaq/interface/CocoaDaqRootEvent.h", + "Alignment/CocoaDaq/src/CocoaDaqReader.cc", + "Alignment/CocoaDaq/src/CocoaDaqRootEvent.cc", + "Alignment/CocoaDaq/src/classes.h", + "Alignment/CocoaDaq/src/classes_def.xml", + "Alignment/CocoaFit/BuildFile.xml", + "Alignment/CocoaFit/interface/CocoaDBMgr.h", + "Alignment/CocoaFit/interface/Fit.h", + "Alignment/CocoaFit/interface/FittedEntriesManager.h", + "Alignment/CocoaFit/interface/FittedEntriesSet.h", + "Alignment/CocoaFit/interface/FittedEntry.h", + "Alignment/CocoaFit/interface/HistoDef.h", + "Alignment/CocoaFit/interface/MatrixMeschach.h", + "Alignment/CocoaFit/interface/NtupleManager.h", + "Alignment/CocoaFit/interface/NtupleObjects.h", + "Alignment/CocoaFit/src/CocoaDBMgr.cc", + "Alignment/CocoaFit/src/Fit.cc", + "Alignment/CocoaFit/src/FittedEntriesManager.cc", + "Alignment/CocoaFit/src/FittedEntriesSet.cc", + "Alignment/CocoaFit/src/FittedEntry.cc", + "Alignment/CocoaFit/src/HistoDef.cc", + "Alignment/CocoaFit/src/MatrixMeschach.cc", + "Alignment/CocoaFit/src/NtupleManager.cc", + "Alignment/CocoaFit/src/NtupleObjects.cc", + "Alignment/CocoaFit/src/classes.h", + "Alignment/CocoaFit/src/classes_def.xml", + "Alignment/CocoaModel/BuildFile.xml", + "Alignment/CocoaModel/interface/ALILine.h", + "Alignment/CocoaModel/interface/ALIPlane.h", + "Alignment/CocoaModel/interface/ALIRmDataFromFile.h", + "Alignment/CocoaModel/interface/ALIUnitsTable.h", + "Alignment/CocoaModel/interface/CocoaDaqReaderRoot.h", + "Alignment/CocoaModel/interface/CocoaDaqReaderText.h", + "Alignment/CocoaModel/interface/DeviationSensor2D.h", + "Alignment/CocoaModel/interface/DeviationsFromFileSensor2D.h", + "Alignment/CocoaModel/interface/Entry.h", + "Alignment/CocoaModel/interface/EntryAngle.h", + "Alignment/CocoaModel/interface/EntryAngleAffAngles.h", + "Alignment/CocoaModel/interface/EntryData.h", + "Alignment/CocoaModel/interface/EntryLength.h", + "Alignment/CocoaModel/interface/EntryLengthAffCentre.h", + "Alignment/CocoaModel/interface/EntryMgr.h", + "Alignment/CocoaModel/interface/EntryNoDim.h", + "Alignment/CocoaModel/interface/ErrorCorrelation.h", + "Alignment/CocoaModel/interface/ErrorCorrelationMgr.h", + "Alignment/CocoaModel/interface/FittedEntriesReader.h", + "Alignment/CocoaModel/interface/LightRay.h", + "Alignment/CocoaModel/interface/Measurement.h", + "Alignment/CocoaModel/interface/MeasurementCOPS.h", + "Alignment/CocoaModel/interface/MeasurementDiffEntry.h", + "Alignment/CocoaModel/interface/MeasurementDistancemeter.h", + "Alignment/CocoaModel/interface/MeasurementDistancemeter3dim.h", + "Alignment/CocoaModel/interface/MeasurementSensor2D.h", + "Alignment/CocoaModel/interface/MeasurementTiltmeter.h", + "Alignment/CocoaModel/interface/Model.h", + "Alignment/CocoaModel/interface/OptOCOPS.h", + "Alignment/CocoaModel/interface/OptOCameraDetector.h", + "Alignment/CocoaModel/interface/OptOCubeSplitter.h", + "Alignment/CocoaModel/interface/OptODistancemeter.h", + "Alignment/CocoaModel/interface/OptODistancemeter3dim.h", + "Alignment/CocoaModel/interface/OptOLaser.h", + "Alignment/CocoaModel/interface/OptOLens.h", + "Alignment/CocoaModel/interface/OptOMirror.h", + "Alignment/CocoaModel/interface/OptOModifiedRhomboidPrism.h", + "Alignment/CocoaModel/interface/OptOOpticalSquare.h", + "Alignment/CocoaModel/interface/OptOPinhole.h", + "Alignment/CocoaModel/interface/OptOPlateSplitter.h", + "Alignment/CocoaModel/interface/OptORisleyPrism.h", + "Alignment/CocoaModel/interface/OptOScreen.h", + "Alignment/CocoaModel/interface/OptOSensor2D.h", + "Alignment/CocoaModel/interface/OptOSource.h", + "Alignment/CocoaModel/interface/OptOTiltmeter.h", + "Alignment/CocoaModel/interface/OptOUserDefined.h", + "Alignment/CocoaModel/interface/OptOXLaser.h", + "Alignment/CocoaModel/interface/OpticalObject.h", + "Alignment/CocoaModel/interface/OpticalObjectMgr.h", + "Alignment/CocoaModel/interface/ParameterMgr.h", + "Alignment/CocoaModel/src/ALILine.cc", + "Alignment/CocoaModel/src/ALIPlane.cc", + "Alignment/CocoaModel/src/ALIRmDataFromFile.cc", + "Alignment/CocoaModel/src/ALIUnitsTable.cc", + "Alignment/CocoaModel/src/CocoaDaqReaderRoot.cc", + "Alignment/CocoaModel/src/CocoaDaqReaderText.cc", + "Alignment/CocoaModel/src/DeviationSensor2D.cc", + "Alignment/CocoaModel/src/DeviationsFromFileSensor2D.cc", + "Alignment/CocoaModel/src/Entry.cc", + "Alignment/CocoaModel/src/EntryAngle.cc", + "Alignment/CocoaModel/src/EntryAngleAffAngles.cc", + "Alignment/CocoaModel/src/EntryData.cc", + "Alignment/CocoaModel/src/EntryLength.cc", + "Alignment/CocoaModel/src/EntryLengthAffCentre.cc", + "Alignment/CocoaModel/src/EntryMgr.cc", + "Alignment/CocoaModel/src/ErrorCorrelation.cc", + "Alignment/CocoaModel/src/ErrorCorrelationMgr.cc", + "Alignment/CocoaModel/src/FittedEntriesReader.cc", + "Alignment/CocoaModel/src/LightRay.cc", + "Alignment/CocoaModel/src/Measurement.cc", + "Alignment/CocoaModel/src/MeasurementCOPS.cc", + "Alignment/CocoaModel/src/MeasurementDiffEntry.cc", + "Alignment/CocoaModel/src/MeasurementDistancemeter.cc", + "Alignment/CocoaModel/src/MeasurementDistancemeter3dim.cc", + "Alignment/CocoaModel/src/MeasurementSensor2D.cc", + "Alignment/CocoaModel/src/MeasurementTiltmeter.cc", + "Alignment/CocoaModel/src/Model.cc", + "Alignment/CocoaModel/src/OptOCOPS.cc", + "Alignment/CocoaModel/src/OptOCameraDetector.cc", + "Alignment/CocoaModel/src/OptOCubeSplitter.cc", + "Alignment/CocoaModel/src/OptODistancemeter.cc", + "Alignment/CocoaModel/src/OptODistancemeter3dim.cc", + "Alignment/CocoaModel/src/OptOLaser.cc", + "Alignment/CocoaModel/src/OptOLens.cc", + "Alignment/CocoaModel/src/OptOMirror.cc", + "Alignment/CocoaModel/src/OptOModifiedRhomboidPrism.cc", + "Alignment/CocoaModel/src/OptOOpticalSquare.cc", + "Alignment/CocoaModel/src/OptOPinhole.cc", + "Alignment/CocoaModel/src/OptOPlateSplitter.cc", + "Alignment/CocoaModel/src/OptORisleyPrism.cc", + "Alignment/CocoaModel/src/OptOScreen.cc", + "Alignment/CocoaModel/src/OptOSensor2D.cc", + "Alignment/CocoaModel/src/OptOSource.cc", + "Alignment/CocoaModel/src/OptOTiltmeter.cc", + "Alignment/CocoaModel/src/OptOUserDefined.cc", + "Alignment/CocoaModel/src/OptOXLaser.cc", + "Alignment/CocoaModel/src/OpticalObject.cc", + "Alignment/CocoaModel/src/OpticalObjectMgr.cc", + "Alignment/CocoaModel/src/ParameterMgr.cc", + "Alignment/CocoaToDDL/BuildFile.xml", + "Alignment/CocoaToDDL/doc/CocoaToDDL.doc", + "Alignment/CocoaToDDL/interface/CocoaToDDLMgr.h", + "Alignment/CocoaToDDL/interface/CocoaUnitsTable.h", + "Alignment/CocoaToDDL/interface/UnitConverter.h", + "Alignment/CocoaToDDL/src/CocoaToDDLMgr.cc", + "Alignment/CocoaToDDL/src/CocoaUnitsTable.cc", + "Alignment/CocoaToDDL/src/UnitConverter.cc", + "Alignment/CocoaUtilities/BuildFile.xml", + "Alignment/CocoaUtilities/interface/ALIFileIn.h", + "Alignment/CocoaUtilities/interface/ALIFileOut.h", + "Alignment/CocoaUtilities/interface/ALIUtils.h", + "Alignment/CocoaUtilities/interface/CocoaGlobals.h", + "Alignment/CocoaUtilities/interface/GlobalOptionMgr.h", + "Alignment/CocoaUtilities/src/ALIFileIn.cc", + "Alignment/CocoaUtilities/src/ALIFileOut.cc", + "Alignment/CocoaUtilities/src/ALIUtils.cc", + "Alignment/CocoaUtilities/src/GlobalOptionMgr.cc", + "Alignment/CommonAlignment/BuildFile.xml", + "Alignment/CommonAlignment/doc/CommonAlignment.doc", + "Alignment/CommonAlignment/interface/AlignTools.h", + "Alignment/CommonAlignment/interface/Alignable.h", + "Alignment/CommonAlignment/interface/AlignableBeamSpot.h", + "Alignment/CommonAlignment/interface/AlignableComposite.h", + "Alignment/CommonAlignment/interface/AlignableCompositeBuilder.h", + "Alignment/CommonAlignment/interface/AlignableDet.h", + "Alignment/CommonAlignment/interface/AlignableDetOrUnitPtr.h", + "Alignment/CommonAlignment/interface/AlignableDetUnit.h", + "Alignment/CommonAlignment/interface/AlignableExtras.h", + "Alignment/CommonAlignment/interface/AlignableIndexer.h", + "Alignment/CommonAlignment/interface/AlignableMap.h", + "Alignment/CommonAlignment/interface/AlignableModifier.h", + "Alignment/CommonAlignment/interface/AlignableNavigator.h", + "Alignment/CommonAlignment/interface/AlignableObjectId.h", + "Alignment/CommonAlignment/interface/AlignableSurface.h", + "Alignment/CommonAlignment/interface/AlignmentLevel.h", + "Alignment/CommonAlignment/interface/AlignmentParameters.h", + "Alignment/CommonAlignment/interface/AlignmentParametersData.h", + "Alignment/CommonAlignment/interface/AlignmentUserVariables.h", + "Alignment/CommonAlignment/interface/MisalignmentScenarioBuilder.h", + "Alignment/CommonAlignment/interface/StructureType.h", + "Alignment/CommonAlignment/interface/SurveyDet.h", + "Alignment/CommonAlignment/interface/SurveyResidual.h", + "Alignment/CommonAlignment/interface/Utilities.h", + "Alignment/CommonAlignment/plugins/APVModeFilter.cc", + "Alignment/CommonAlignment/plugins/BuildFile.xml", + "Alignment/CommonAlignment/plugins/FilterOutLowPt.cc", + "Alignment/CommonAlignment/plugins/MagneticFieldFilter.cc", + "Alignment/CommonAlignment/python/tools/dataset.py", + "Alignment/CommonAlignment/python/tools/trackselectionRefitting.py", + "Alignment/CommonAlignment/python/tools/utilities.py", + "Alignment/CommonAlignment/scripts/aligncond_split_iov.sh", + "Alignment/CommonAlignment/scripts/magneticFieldFilterJSON.py", + "Alignment/CommonAlignment/scripts/tkal_create_file_lists.py", + "Alignment/CommonAlignment/scripts/writedatasetfile.py", + "Alignment/CommonAlignment/src/AlignTools.cc", + "Alignment/CommonAlignment/src/Alignable.cc", + "Alignment/CommonAlignment/src/AlignableBeamSpot.cc", + "Alignment/CommonAlignment/src/AlignableComposite.cc", + "Alignment/CommonAlignment/src/AlignableCompositeBuilder.cc", + "Alignment/CommonAlignment/src/AlignableDet.cc", + "Alignment/CommonAlignment/src/AlignableDetOrUnitPtr.cc", + "Alignment/CommonAlignment/src/AlignableDetUnit.cc", + "Alignment/CommonAlignment/src/AlignableExtras.cc", + "Alignment/CommonAlignment/src/AlignableIndexer.cc", + "Alignment/CommonAlignment/src/AlignableMap.cc", + "Alignment/CommonAlignment/src/AlignableModifier.cc", + "Alignment/CommonAlignment/src/AlignableNavigator.cc", + "Alignment/CommonAlignment/src/AlignableObjectId.cc", + "Alignment/CommonAlignment/src/AlignableSurface.cc", + "Alignment/CommonAlignment/src/AlignmentParameters.cc", + "Alignment/CommonAlignment/src/AlignmentParametersData.cc", + "Alignment/CommonAlignment/src/MisalignmentScenarioBuilder.cc", + "Alignment/CommonAlignment/src/SurveyDet.cc", + "Alignment/CommonAlignment/src/SurveyResidual.cc", + "Alignment/CommonAlignment/src/Utilities.cc", + "Alignment/CommonAlignment/test/BuildFile.xml", + "Alignment/CommonAlignment/test/test_AlignableObjectId.cc", + "Alignment/CommonAlignmentAlgorithm/BuildFile.xml", + "Alignment/CommonAlignmentAlgorithm/interface/AlignableData.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignableDataIO.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignableDataIORoot.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentAlgorithmBase.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentAlgorithmPluginFactory.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentCorrelationsIO.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentCorrelationsIORoot.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentCorrelationsStore.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsEntry.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsStore.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentIO.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentIORoot.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentIORootBase.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentParameterBuilder.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentParameterSelector.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentParameterStore.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentParametersIO.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentParametersIORoot.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentUserVariablesIO.h", + "Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationBase.h", + "Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationPluginFactory.h", + "Alignment/CommonAlignmentAlgorithm/interface/SelectionUserVariables.h", + "Alignment/CommonAlignmentAlgorithm/interface/TkModuleGroupSelector.h", + "Alignment/CommonAlignmentAlgorithm/plugins/ApeSettingAlgorithm.cc", + "Alignment/CommonAlignmentAlgorithm/plugins/BuildFile.xml", + "Alignment/CommonAlignmentAlgorithm/plugins/SiPixelLorentzAngleCalibration.cc", + "Alignment/CommonAlignmentAlgorithm/plugins/SiStripBackplaneCalibration.cc", + "Alignment/CommonAlignmentAlgorithm/plugins/SiStripLorentzAngleCalibration.cc", + "Alignment/CommonAlignmentAlgorithm/plugins/SiStripReadoutModeEnums.h", + "Alignment/CommonAlignmentAlgorithm/plugins/TreeStruct.h", + "Alignment/CommonAlignmentAlgorithm/python/AlignmentParameterStore_cfi.py", + "Alignment/CommonAlignmentAlgorithm/python/ApeSettingAlgorithm_cfi.py", + "Alignment/CommonAlignmentAlgorithm/python/SiPixelLorentzAngleCalibration_cff.py", + "Alignment/CommonAlignmentAlgorithm/python/SiStripBackplaneCalibration_cff.py", + "Alignment/CommonAlignmentAlgorithm/python/SiStripLorentzAngleCalibration_cff.py", + "Alignment/CommonAlignmentAlgorithm/src/AlignableDataIO.cc", + "Alignment/CommonAlignmentAlgorithm/src/AlignableDataIORoot.cc", + "Alignment/CommonAlignmentAlgorithm/src/AlignmentAlgorithmPluginFactory.cc", + "Alignment/CommonAlignmentAlgorithm/src/AlignmentCorrelationsIORoot.cc", + "Alignment/CommonAlignmentAlgorithm/src/AlignmentCorrelationsStore.cc", + "Alignment/CommonAlignmentAlgorithm/src/AlignmentExtendedCorrelationsEntry.cc", + "Alignment/CommonAlignmentAlgorithm/src/AlignmentExtendedCorrelationsStore.cc", + "Alignment/CommonAlignmentAlgorithm/src/AlignmentIORoot.cc", + "Alignment/CommonAlignmentAlgorithm/src/AlignmentIORootBase.cc", + "Alignment/CommonAlignmentAlgorithm/src/AlignmentParameterBuilder.cc", + "Alignment/CommonAlignmentAlgorithm/src/AlignmentParameterSelector.cc", + "Alignment/CommonAlignmentAlgorithm/src/AlignmentParameterStore.cc", + "Alignment/CommonAlignmentAlgorithm/src/AlignmentParametersIO.cc", + "Alignment/CommonAlignmentAlgorithm/src/AlignmentParametersIORoot.cc", + "Alignment/CommonAlignmentAlgorithm/src/AlignmentUserVariablesIO.cc", + "Alignment/CommonAlignmentAlgorithm/src/IntegratedCalibrationBase.cc", + "Alignment/CommonAlignmentAlgorithm/src/IntegratedCalibrationPluginFactory.cc", + "Alignment/CommonAlignmentAlgorithm/src/TkModuleGroupSelector.cc", + "Alignment/CommonAlignmentAlgorithm/test/ShortLocalInput.txt", + "Alignment/CommonAlignmentAlgorithm/test/apeLocalSetting_cfg.py", + "Alignment/CommonAlignmentAlgorithm/test/apeSetting_cfg.py", + "Alignment/CommonAlignmentAlgorithm/test/dbextract", + "Alignment/CommonAlignmentMonitor/BuildFile.xml", + "Alignment/CommonAlignmentMonitor/doc/CommonAlignmentMonitor.doc", + "Alignment/CommonAlignmentMonitor/interface/AlignmentMonitorBase.h", + "Alignment/CommonAlignmentMonitor/interface/AlignmentMonitorPluginFactory.h", + "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorAsAnalyzer.cc", + "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorGeneric.cc", + "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorGeneric.h", + "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorMuonResiduals.cc", + "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorMuonSystemMap1D.cc", + "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorMuonVsCurvature.cc", + "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorSegmentDifferences.cc", + "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorSurvey.cc", + "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorSurvey.h", + "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorTemplate.cc", + "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorTracksFromTrajectories.cc", + "Alignment/CommonAlignmentMonitor/plugins/AlignmentStats.cc", + "Alignment/CommonAlignmentMonitor/plugins/BuildFile.xml", + "Alignment/CommonAlignmentMonitor/plugins/TrackerToMuonPropagator.cc", + "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorMuonResidualsDefaults_cff.py", + "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorMuonSystemMap1D_cfi.py", + "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorMuonVsCurvature_cfi.py", + "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorSegmentDifferences_cfi.py", + "Alignment/CommonAlignmentMonitor/python/AlignmentStats_cff.py", + "Alignment/CommonAlignmentMonitor/src/AlignmentMonitorBase.cc", + "Alignment/CommonAlignmentMonitor/src/AlignmentMonitorPluginFactory.cc", + "Alignment/CommonAlignmentMonitor/test/BuildFile.xml", + "Alignment/CommonAlignmentMonitor/test/testAlignmentStats.sh", + "Alignment/CommonAlignmentMonitor/test/testAlignmentStats_cfg.py", + "Alignment/CommonAlignmentParametrization/BuildFile.xml", + "Alignment/CommonAlignmentParametrization/interface/AlignmentParametersFactory.h", + "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentDerivativesExtractor.h", + "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/FrameToFrameDerivative.h", + "Alignment/CommonAlignmentParametrization/interface/KarimakiAlignmentDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/ParametersToParametersDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters4D.h", + "Alignment/CommonAlignmentParametrization/interface/SegmentAlignmentDerivatives4D.h", + "Alignment/CommonAlignmentParametrization/interface/TwoBowedSurfacesAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/src/AlignmentParametersFactory.cc", + "Alignment/CommonAlignmentParametrization/src/BeamSpotAlignmentDerivatives.cc", + "Alignment/CommonAlignmentParametrization/src/BeamSpotAlignmentParameters.cc", + "Alignment/CommonAlignmentParametrization/src/BowedSurfaceAlignmentDerivatives.cc", + "Alignment/CommonAlignmentParametrization/src/BowedSurfaceAlignmentParameters.cc", + "Alignment/CommonAlignmentParametrization/src/CompositeAlignmentDerivativesExtractor.cc", + "Alignment/CommonAlignmentParametrization/src/CompositeAlignmentParameters.cc", + "Alignment/CommonAlignmentParametrization/src/FrameToFrameDerivative.cc", + "Alignment/CommonAlignmentParametrization/src/KarimakiAlignmentDerivatives.cc", + "Alignment/CommonAlignmentParametrization/src/ParametersToParametersDerivatives.cc", + "Alignment/CommonAlignmentParametrization/src/RigidBodyAlignmentParameters.cc", + "Alignment/CommonAlignmentParametrization/src/RigidBodyAlignmentParameters4D.cc", + "Alignment/CommonAlignmentParametrization/src/SegmentAlignmentDerivatives4D.cc", + "Alignment/CommonAlignmentParametrization/src/TwoBowedSurfacesAlignmentParameters.cc", + "Alignment/CommonAlignmentProducer/BuildFile.xml", + "Alignment/CommonAlignmentProducer/data/AlCaHLTBitMon_cfg_template_py", + "Alignment/CommonAlignmentProducer/interface/AlignmentCSCBeamHaloSelector.h", + "Alignment/CommonAlignmentProducer/interface/AlignmentCSCOverlapSelector.h", + "Alignment/CommonAlignmentProducer/interface/AlignmentCSCTrackSelector.h", + "Alignment/CommonAlignmentProducer/interface/AlignmentGlobalTrackSelector.h", + "Alignment/CommonAlignmentProducer/interface/AlignmentMuonSelector.h", + "Alignment/CommonAlignmentProducer/interface/AlignmentProducerBase.h", + "Alignment/CommonAlignmentProducer/interface/AlignmentSeedSelector.h", + "Alignment/CommonAlignmentProducer/interface/AlignmentTrackSelector.h", + "Alignment/CommonAlignmentProducer/interface/AlignmentTracksFromVertexCompositeCandidateSelector.h", + "Alignment/CommonAlignmentProducer/interface/AlignmentTracksFromVertexSelector.h", + "Alignment/CommonAlignmentProducer/interface/AlignmentTwoBodyDecayTrackSelector.h", + "Alignment/CommonAlignmentProducer/plugins/AlignmentCSCBeamHaloSelectorModule.cc", + "Alignment/CommonAlignmentProducer/plugins/AlignmentCSCOverlapSelectorModule.cc", + "Alignment/CommonAlignmentProducer/plugins/AlignmentCSCTrackSelectorModule.cc", + "Alignment/CommonAlignmentProducer/plugins/AlignmentGoodIdMuonSelector.cc", + "Alignment/CommonAlignmentProducer/plugins/AlignmentMuonHIPTrajectorySelector.cc", + "Alignment/CommonAlignmentProducer/plugins/AlignmentMuonSelectorModule.cc", + "Alignment/CommonAlignmentProducer/plugins/AlignmentProducer.cc", + "Alignment/CommonAlignmentProducer/plugins/AlignmentProducer.h", + "Alignment/CommonAlignmentProducer/plugins/AlignmentProducerAsAnalyzer.cc", + "Alignment/CommonAlignmentProducer/plugins/AlignmentProducerAsAnalyzer.h", + "Alignment/CommonAlignmentProducer/plugins/AlignmentRelCombIsoMuonSelector.cc", + "Alignment/CommonAlignmentProducer/plugins/AlignmentSeedSelectorModule.cc", + "Alignment/CommonAlignmentProducer/plugins/AlignmentTrackSelectorModule.cc", + "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexCompositeCandidateSelectorModule.cc", + "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexSelectorModule.cc", + "Alignment/CommonAlignmentProducer/plugins/BuildFile.xml", + "Alignment/CommonAlignmentProducer/plugins/FakeAlignmentProducer.cc", + "Alignment/CommonAlignmentProducer/plugins/FakeAlignmentSource.cc", + "Alignment/CommonAlignmentProducer/plugins/GlobalTrackerMuonAlignment.cc", + "Alignment/CommonAlignmentProducer/plugins/LSNumberFilter.cc", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHaloOverlaps_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHaloOverlaps_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHalo_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHalo_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlCalIsolatedMu_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlCalIsolatedMu_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmics_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmics_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlOverlaps_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlOverlaps_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlStandAloneCosmics_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlStandAloneCosmics_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlZMuMu_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlZMuMu_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli0T_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGCombined_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGDiMuon_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGCombined_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGDiMuon_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHG_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLT_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlBeamHalo_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlBeamHalo_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0THLT_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0THLT_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0T_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0T_Skimmed_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0T_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsHLT_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsHLT_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsInCollisions_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsInCollisions_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlDiMuonAndVertex_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlDiMuonAndVertex_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracksZMuMu_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracksZMuMu_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracks_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracks_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJetHT_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJetHT_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJpsiMuMuHI_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJpsiMuMuHI_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJpsiMuMu_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJpsiMuMu_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlLAS_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlLAS_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMinBiasHI_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMinBiasHI_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMinBias_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMinBias_Skimmed_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMinBias_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedHI_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedHI_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedPA_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedPA_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolated_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolated_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuHI_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuHI_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuPA_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuPA_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMu_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMu_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlV0s_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlV0s_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlWMuNu_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlWMuNu_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMuHI_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMuHI_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMuPA_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMuPA_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMu_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMu_cff.py", + "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvester0T_cff.py", + "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHGCombined_cff.py", + "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHG_cff.py", + "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHLTHGCombined_cff.py", + "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvester_cff.py", + "Alignment/CommonAlignmentProducer/python/AlignmentMuonSelector_cfi.py", + "Alignment/CommonAlignmentProducer/python/AlignmentProducerAsAnalyzer_cff.py", + "Alignment/CommonAlignmentProducer/python/AlignmentProducer_cff.py", + "Alignment/CommonAlignmentProducer/python/AlignmentTrackSelector_cfi.py", + "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexCompositeCandidateSelector_cfi.py", + "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexSelector_cfi.py", + "Alignment/CommonAlignmentProducer/python/DBConfiguration_cff.py", + "Alignment/CommonAlignmentProducer/python/FakeAlignmentSource_cfi.py", + "Alignment/CommonAlignmentProducer/python/GlobalPosition_Fake_cff.py", + "Alignment/CommonAlignmentProducer/python/GlobalPosition_Frontier_DevDB_cff.py", + "Alignment/CommonAlignmentProducer/python/GlobalPosition_Frontier_IntDB_cff.py", + "Alignment/CommonAlignmentProducer/python/GlobalPosition_Frontier_cff.py", + "Alignment/CommonAlignmentProducer/python/HLTModulesIncludes_cff.py", + "Alignment/CommonAlignmentProducer/python/LSNumberFilter_cfi.py", + "Alignment/CommonAlignmentProducer/python/TkAlMuonSelectors_cfi.py", + "Alignment/CommonAlignmentProducer/python/customizeLSNumberFilterForRelVals.py", + "Alignment/CommonAlignmentProducer/python/fakeAlignmentProducer_cfi.py", + "Alignment/CommonAlignmentProducer/python/fakeForIdealAlignmentProducer_cfi.py", + "Alignment/CommonAlignmentProducer/scripts/AlCaHLTBitMon_ParallelJobs.py", + "Alignment/CommonAlignmentProducer/scripts/AlCaHLTBitMon_QueryRunRegistry.py", + "Alignment/CommonAlignmentProducer/src/AlignmentCSCBeamHaloSelector.cc", + "Alignment/CommonAlignmentProducer/src/AlignmentCSCOverlapSelector.cc", + "Alignment/CommonAlignmentProducer/src/AlignmentCSCTrackSelector.cc", + "Alignment/CommonAlignmentProducer/src/AlignmentGlobalTrackSelector.cc", + "Alignment/CommonAlignmentProducer/src/AlignmentMuonSelector.cc", + "Alignment/CommonAlignmentProducer/src/AlignmentProducerBase.cc", + "Alignment/CommonAlignmentProducer/src/AlignmentSeedSelector.cc", + "Alignment/CommonAlignmentProducer/src/AlignmentTrackSelector.cc", + "Alignment/CommonAlignmentProducer/src/AlignmentTracksFromVertexCompositeCandidateSelector.cc", + "Alignment/CommonAlignmentProducer/src/AlignmentTracksFromVertexSelector.cc", + "Alignment/CommonAlignmentProducer/src/AlignmentTwoBoyDecayTrackSelector.cc", + "Alignment/CommonAlignmentProducer/test/AlignmentRcd-scan_cfg.py", + "Alignment/CommonAlignmentProducer/test/AlignmentRcdScan.cpp", + "Alignment/CommonAlignmentProducer/test/BuildFile.xml", + "Alignment/CommonAlignmentProducer/test/GlobalPositionRcd-read_cfg.py", + "Alignment/CommonAlignmentProducer/test/GlobalPositionRcd-scan_cfg.py", + "Alignment/CommonAlignmentProducer/test/GlobalPositionRcd-write_cfg.py", + "Alignment/CommonAlignmentProducer/test/GlobalPositionRcdRead.cpp", + "Alignment/CommonAlignmentProducer/test/GlobalPositionRcdScan.cpp", + "Alignment/CommonAlignmentProducer/test/GlobalPositionRcdWrite.cpp", + "Alignment/CommonAlignmentProducer/test/GlobalTrackerMuonAlignment_test_cfg.py", + "Alignment/CommonAlignmentProducer/test/TestAccessGeom.cc", + "Alignment/CommonAlignmentProducer/test/TrackerAPForPCL/alignment_mille.py", + "Alignment/CommonAlignmentProducer/test/alignment.pl", + "Alignment/CommonAlignmentProducer/test/alignmentCAF.pl", + "Alignment/CommonAlignmentProducer/test/alignment_cfg.py", + "Alignment/CommonAlignmentProducer/test/make_muonalignment_dirs.pl", + "Alignment/CommonAlignmentProducer/test/test-PromptCalibProdSiPixelAliHLTHGC.sh", + "Alignment/CommonAlignmentProducer/test/test-accessGeom_cfg.py", + "Alignment/Geners/BuildFile.xml", + "Alignment/Geners/interface/AbsArchive.hh", + "Alignment/Geners/interface/AbsCatalog.hh", + "Alignment/Geners/interface/AbsReader.hh", + "Alignment/Geners/interface/AbsRecord.hh", + "Alignment/Geners/interface/AbsReference.hh", + "Alignment/Geners/interface/ArrayAdaptor.hh", + "Alignment/Geners/interface/ArrayReference.hh", + "Alignment/Geners/interface/BZ2Handle.hh", + "Alignment/Geners/interface/BinaryArchiveBase.hh", + "Alignment/Geners/interface/BinaryFileArchive.hh", + "Alignment/Geners/interface/CPBufferRecord.hh", + "Alignment/Geners/interface/CPBufferReference.hh", + "Alignment/Geners/interface/CPFooterRecord.hh", + "Alignment/Geners/interface/CPFooterReference.hh", + "Alignment/Geners/interface/CPHeaderRecord.hh", + "Alignment/Geners/interface/CPP11_array.hh", + "Alignment/Geners/interface/CPP11_config.hh", + "Alignment/Geners/interface/CPP11_type_traits.hh", + "Alignment/Geners/interface/CPReference.hh", + "Alignment/Geners/interface/CP_column_iterator.hh", + "Alignment/Geners/interface/CStringBuf.hh", + "Alignment/Geners/interface/CStringStream.hh", + "Alignment/Geners/interface/CatalogEntry.hh", + "Alignment/Geners/interface/CatalogIO.hh", + "Alignment/Geners/interface/CharBuffer.hh", + "Alignment/Geners/interface/ClassId.hh", + "Alignment/Geners/interface/ClearIfPointer.hh", + "Alignment/Geners/interface/ColumnBuffer.hh", + "Alignment/Geners/interface/CompressedIO.hh", + "Alignment/Geners/interface/ContiguousCatalog.hh", + "Alignment/Geners/interface/GeneralCatalog.hh", + "Alignment/Geners/interface/GenericIO.hh", + "Alignment/Geners/interface/IOException.hh", + "Alignment/Geners/interface/IOIsAnyPtr.hh", + "Alignment/Geners/interface/IOIsClassType.hh", + "Alignment/Geners/interface/IOIsContainer.hh", + "Alignment/Geners/interface/IOIsContiguous.hh", + "Alignment/Geners/interface/IOIsExternal.hh", + "Alignment/Geners/interface/IOIsIOPtr.hh", + "Alignment/Geners/interface/IOIsNumber.hh", + "Alignment/Geners/interface/IOIsPOD.hh", + "Alignment/Geners/interface/IOIsPair.hh", + "Alignment/Geners/interface/IOIsReadable.hh", + "Alignment/Geners/interface/IOIsSameType.hh", + "Alignment/Geners/interface/IOIsSharedPtr.hh", + "Alignment/Geners/interface/IOIsString.hh", + "Alignment/Geners/interface/IOIsTuple.hh", + "Alignment/Geners/interface/IOIsUnsigned.hh", + "Alignment/Geners/interface/IOIsWritable.hh", + "Alignment/Geners/interface/IOPointeeType.hh", + "Alignment/Geners/interface/IOPtr.hh", + "Alignment/Geners/interface/IOReferredType.hh", + "Alignment/Geners/interface/IOTraits.hh", + "Alignment/Geners/interface/InsertContainerItem.hh", + "Alignment/Geners/interface/Int2Type.hh", + "Alignment/Geners/interface/ItemDescriptor.hh", + "Alignment/Geners/interface/ItemLocation.hh", + "Alignment/Geners/interface/MultiFileArchive.hh", + "Alignment/Geners/interface/PackerIOCycle.hh", + "Alignment/Geners/interface/ProcessItem.hh", + "Alignment/Geners/interface/RPBufferRecord.hh", + "Alignment/Geners/interface/RPBufferReference.hh", + "Alignment/Geners/interface/RPFooterRecord.hh", + "Alignment/Geners/interface/RPFooterReference.hh", + "Alignment/Geners/interface/RPHeaderRecord.hh", + "Alignment/Geners/interface/RPReference.hh", + "Alignment/Geners/interface/Reference.hh", + "Alignment/Geners/interface/Regex.hh", + "Alignment/Geners/interface/RowPacker.hh", + "Alignment/Geners/interface/SearchSpecifier.hh", + "Alignment/Geners/interface/StringArchive.hh", + "Alignment/Geners/interface/StrippedType.hh", + "Alignment/Geners/interface/VPackIOCycler.hh", + "Alignment/Geners/interface/VarPack.hh", + "Alignment/Geners/interface/WriteOnlyCatalog.hh", + "Alignment/Geners/interface/ZlibHandle.hh", + "Alignment/Geners/interface/allUnique.hh", + "Alignment/Geners/interface/arrayIO.hh", + "Alignment/Geners/interface/binaryIO.hh", + "Alignment/Geners/interface/collectTupleNames.hh", + "Alignment/Geners/interface/complexIO.hh", + "Alignment/Geners/interface/dequeIO.hh", + "Alignment/Geners/interface/findName.hh", + "Alignment/Geners/interface/forward_listIO.hh", + "Alignment/Geners/interface/listIO.hh", + "Alignment/Geners/interface/mapIO.hh", + "Alignment/Geners/interface/setIO.hh", + "Alignment/Geners/interface/specialize_hash_io.hh", + "Alignment/Geners/interface/streamposIO.hh", + "Alignment/Geners/interface/stringArchiveIO.hh", + "Alignment/Geners/interface/tupleIO.hh", + "Alignment/Geners/interface/unordered_mapIO.hh", + "Alignment/Geners/interface/unordered_setIO.hh", + "Alignment/Geners/interface/uriUtils.hh", + "Alignment/Geners/interface/valarrayIO.hh", + "Alignment/Geners/interface/vectorIO.hh", + "Alignment/Geners/src/AbsArchive.cc", + "Alignment/Geners/src/AbsReference.cc", + "Alignment/Geners/src/BZ2Handle.cc", + "Alignment/Geners/src/BinaryArchiveBase.cc", + "Alignment/Geners/src/BinaryFileArchive.cc", + "Alignment/Geners/src/CStringBuf.cc", + "Alignment/Geners/src/CStringStream.cc", + "Alignment/Geners/src/CatalogEntry.cc", + "Alignment/Geners/src/CatalogIO.cc", + "Alignment/Geners/src/CharBuffer.cc", + "Alignment/Geners/src/ClassId.cc", + "Alignment/Geners/src/ColumnBuffer.cc", + "Alignment/Geners/src/ContiguousCatalog.cc", + "Alignment/Geners/src/GeneralCatalog.cc", + "Alignment/Geners/src/ItemDescriptor.cc", + "Alignment/Geners/src/ItemLocation.cc", + "Alignment/Geners/src/MultiFileArchive.cc", + "Alignment/Geners/src/SearchSpecifier.cc", + "Alignment/Geners/src/StringArchive.cc", + "Alignment/Geners/src/WriteOnlyCatalog.cc", + "Alignment/Geners/src/ZlibHandle.cc", + "Alignment/Geners/src/stringArchiveIO.cc", + "Alignment/Geners/src/uriUtils.cc", + "Alignment/Geners/test/BuildFile.xml", + "Alignment/Geners/test/CmdLine.hh", + "Alignment/Geners/test/archive.0.gsbd", + "Alignment/Geners/test/archive.gsbmf", + "Alignment/Geners/test/cdump.cc", + "Alignment/Geners/test/cdump.ref", + "Alignment/Geners/test/cmerge.cc", + "Alignment/Geners/test/crecover.cc", + "Alignment/Geners/test/gssa_dump.cc", + "Alignment/Geners/test/port_geners_to_cmssw.tcl", + "Alignment/Geners/test/print_items.cc", + "Alignment/Geners/test/test_cdump.sh", + "Alignment/HIPAlignmentAlgorithm/BuildFile.xml", + "Alignment/HIPAlignmentAlgorithm/doc/HIPAlignmentAlgorithm.doc", + "Alignment/HIPAlignmentAlgorithm/interface/HIPAlignableSpecificParameters.h", + "Alignment/HIPAlignmentAlgorithm/interface/HIPAlignmentAlgorithm.h", + "Alignment/HIPAlignmentAlgorithm/interface/HIPMonitorConfig.h", + "Alignment/HIPAlignmentAlgorithm/interface/HIPUserVariables.h", + "Alignment/HIPAlignmentAlgorithm/interface/HIPUserVariablesIORoot.h", + "Alignment/HIPAlignmentAlgorithm/plots/BinningHitMaps_TEC.txt", + "Alignment/HIPAlignmentAlgorithm/plots/BinningHitMaps_TIB.txt", + "Alignment/HIPAlignmentAlgorithm/plots/BinningHitMaps_TID.txt", + "Alignment/HIPAlignmentAlgorithm/plots/BinningHitMaps_TOB.txt", + "Alignment/HIPAlignmentAlgorithm/plots/BinningHitMaps_TPB.txt", + "Alignment/HIPAlignmentAlgorithm/plots/BinningHitMaps_TPE.txt", + "Alignment/HIPAlignmentAlgorithm/plots/HIPplots.cc", + "Alignment/HIPAlignmentAlgorithm/plots/HIPplots.h", + "Alignment/HIPAlignmentAlgorithm/plots/List_aligned_dets.txt", + "Alignment/HIPAlignmentAlgorithm/plots/loadLib.C", + "Alignment/HIPAlignmentAlgorithm/plots/plotchi2.C", + "Alignment/HIPAlignmentAlgorithm/plots/plotter.C", + "Alignment/HIPAlignmentAlgorithm/plots/runplot.C", + "Alignment/HIPAlignmentAlgorithm/plots/tdrstyle.C", + "Alignment/HIPAlignmentAlgorithm/plugins/BuildFile.xml", + "Alignment/HIPAlignmentAlgorithm/plugins/HIPTwoBodyDecayAnalyzer.cc", + "Alignment/HIPAlignmentAlgorithm/plugins/LhcTrackAnalyzer.cc", + "Alignment/HIPAlignmentAlgorithm/python/FrontierConditions_GlobalTag_cff.py", + "Alignment/HIPAlignmentAlgorithm/python/HIPAlignmentAlgorithm_cfi.py", + "Alignment/HIPAlignmentAlgorithm/python/OptionParser/HipPyOptionParser.py", + "Alignment/HIPAlignmentAlgorithm/python/align_tpl_py.txt", + "Alignment/HIPAlignmentAlgorithm/python/cdcsTrackSelection_cff_py.txt", + "Alignment/HIPAlignmentAlgorithm/python/collect_tpl_py.txt", + "Alignment/HIPAlignmentAlgorithm/python/common_cff_py.txt", + "Alignment/HIPAlignmentAlgorithm/python/cosmicsTrackSelection_cff_py.txt", + "Alignment/HIPAlignmentAlgorithm/python/initial_tpl_py.txt", + "Alignment/HIPAlignmentAlgorithm/python/jpsimumuTrackSelection_cff_py.txt", + "Alignment/HIPAlignmentAlgorithm/python/mbvertexTrackSelection_cff_py.txt", + "Alignment/HIPAlignmentAlgorithm/python/upload_serial_tpl_py.txt", + "Alignment/HIPAlignmentAlgorithm/python/upload_tpl_py.txt", + "Alignment/HIPAlignmentAlgorithm/python/ymumuTrackSelection_cff_py.txt", + "Alignment/HIPAlignmentAlgorithm/python/zmumuTrackSelection_cff_py.txt", + "Alignment/HIPAlignmentAlgorithm/scripts/README", + "Alignment/HIPAlignmentAlgorithm/scripts/batchHippy.py", + "Alignment/HIPAlignmentAlgorithm/scripts/checkError.sh", + "Alignment/HIPAlignmentAlgorithm/scripts/compareGeomSerial_tpl.C", + "Alignment/HIPAlignmentAlgorithm/scripts/configureHippy.pl", + "Alignment/HIPAlignmentAlgorithm/scripts/createfilelist.py", + "Alignment/HIPAlignmentAlgorithm/scripts/hippyaddtobaddatafiles.py", + "Alignment/HIPAlignmentAlgorithm/scripts/iterator_py", + "Alignment/HIPAlignmentAlgorithm/scripts/makeHippyCampaign.py", + "Alignment/HIPAlignmentAlgorithm/scripts/runControl.csh", + "Alignment/HIPAlignmentAlgorithm/scripts/runScript.csh", + "Alignment/HIPAlignmentAlgorithm/scripts/serialGeomCompare.pl", + "Alignment/HIPAlignmentAlgorithm/scripts/submitAndWatchHippy.sh", + "Alignment/HIPAlignmentAlgorithm/scripts/submitJobs_py", + "Alignment/HIPAlignmentAlgorithm/src/HIPAlignableSpecificParameters.cc", + "Alignment/HIPAlignmentAlgorithm/src/HIPAlignmentAlgorithm.cc", + "Alignment/HIPAlignmentAlgorithm/src/HIPMonitorConfig.cc", + "Alignment/HIPAlignmentAlgorithm/src/HIPUserVariablesIORoot.cc", + "Alignment/HIPAlignmentAlgorithm/src/SealModule.cc", + "Alignment/HIPAlignmentAlgorithm/test/BuildFile.xml", + "Alignment/HIPAlignmentAlgorithm/test/LHCAnalyzer_cfg.py", + "Alignment/HIPAlignmentAlgorithm/test/align.tpl", + "Alignment/HIPAlignmentAlgorithm/test/breakupHippyList.sh", + "Alignment/HIPAlignmentAlgorithm/test/collect.tpl", + "Alignment/HIPAlignmentAlgorithm/test/hippysubmitterscript.sh", + "Alignment/HIPAlignmentAlgorithm/test/hippysubmittertemplate.sh", + "Alignment/HIPAlignmentAlgorithm/test/initial.tpl", + "Alignment/HIPAlignmentAlgorithm/test/rewriteHippyList.sh", + "Alignment/HIPAlignmentAlgorithm/test/runTwoBodyDecayTest.py", + "Alignment/HIPAlignmentAlgorithm/test/serialGeomCompare_tpl.py", + "Alignment/HIPAlignmentAlgorithm/test/serialIntoNtuples_tpl.py", + "Alignment/HIPAlignmentAlgorithm/test/testHIPAnalyzers.cc", + "Alignment/HIPAlignmentAlgorithm/test/upload.tpl", + "Alignment/LaserAlignment/BuildFile.xml", + "Alignment/LaserAlignment/doc/LaserAlignment.doc", + "Alignment/LaserAlignment/interface/LASAlignmentTubeAlgorithm.h", + "Alignment/LaserAlignment/interface/LASBarrelAlgorithm.h", + "Alignment/LaserAlignment/interface/LASBarrelAlignmentParameterSet.h", + "Alignment/LaserAlignment/interface/LASConstants.h", + "Alignment/LaserAlignment/interface/LASCoordinateSet.h", + "Alignment/LaserAlignment/interface/LASEndcapAlgorithm.h", + "Alignment/LaserAlignment/interface/LASEndcapAlignmentParameterSet.h", + "Alignment/LaserAlignment/interface/LASGeometryUpdater.h", + "Alignment/LaserAlignment/interface/LASGlobalData.h", + "Alignment/LaserAlignment/interface/LASGlobalLoop.h", + "Alignment/LaserAlignment/interface/LASModuleProfile.h", + "Alignment/LaserAlignment/interface/LASPeakFinder.h", + "Alignment/LaserAlignment/interface/LASProfileJudge.h", + "Alignment/LaserAlignment/interface/TsosVectorCollection.h", + "Alignment/LaserAlignment/plugins/BuildFile.xml", + "Alignment/LaserAlignment/plugins/LaserAlignment.cc", + "Alignment/LaserAlignment/plugins/LaserAlignment.h", + "Alignment/LaserAlignment/plugins/LaserAlignmentEventFilter.cc", + "Alignment/LaserAlignment/plugins/LaserAlignmentEventFilter.h", + "Alignment/LaserAlignment/plugins/LaserAlignmentFillDetId.cc", + "Alignment/LaserAlignment/plugins/LaserAlignmentT0Producer.cc", + "Alignment/LaserAlignment/plugins/RawDataConverter.cc", + "Alignment/LaserAlignment/plugins/RawDataConverter.h", + "Alignment/LaserAlignment/plugins/TkLasBeamFitter.cc", + "Alignment/LaserAlignment/python/AlCaRECOLaserAlignmentT0Producer_Output_cff.py", + "Alignment/LaserAlignment/python/ExpectedCorrectionsOnlyRotations_cfi.py", + "Alignment/LaserAlignment/python/ExpectedCorrectionsShiftsAndRotationsTEC2TEC_cfi.py", + "Alignment/LaserAlignment/python/ExpectedCorrectionsShiftsAndRotations_cfi.py", + "Alignment/LaserAlignment/python/HLTLaserAlignmentEventFilter_cfi.py", + "Alignment/LaserAlignment/python/LaserAlignmentAlgorithm_cff.py", + "Alignment/LaserAlignment/python/LaserAlignmentConstants_cff.py", + "Alignment/LaserAlignment/python/LaserAlignmentDefs_cff.py", + "Alignment/LaserAlignment/python/LaserAlignmentEventFilter_cfi.py", + "Alignment/LaserAlignment/python/LaserAlignmentT0Producer_cfi.py", + "Alignment/LaserAlignment/python/LaserAlignment_cfi.py", + "Alignment/LaserAlignment/python/LaserClusterizer_cfi.py", + "Alignment/LaserAlignment/python/LaserSeedGenerator_cff.py", + "Alignment/LaserAlignment/python/LaserSeedGenerator_cfi.py", + "Alignment/LaserAlignment/python/LaserTracksInput_cfi.py", + "Alignment/LaserAlignment/python/RawDataConverter_cfi.py", + "Alignment/LaserAlignment/python/RecoAnalyzer_cfi.py", + "Alignment/LaserAlignment/python/TkLasBeamFitter_cfi.py", + "Alignment/LaserAlignment/src/LASAlignmentTubeAlgorithm.cc", + "Alignment/LaserAlignment/src/LASBarrelAlgorithm.cc", + "Alignment/LaserAlignment/src/LASBarrelAlignmentParameterSet.cc", + "Alignment/LaserAlignment/src/LASConstants.cc", + "Alignment/LaserAlignment/src/LASCoordinateSet.cc", + "Alignment/LaserAlignment/src/LASEndcapAlgorithm.cc", + "Alignment/LaserAlignment/src/LASEndcapAlignmentParameterSet.cc", + "Alignment/LaserAlignment/src/LASGeometryUpdater.cc", + "Alignment/LaserAlignment/src/LASGlobalData.cc", + "Alignment/LaserAlignment/src/LASGlobalLoop.cc", + "Alignment/LaserAlignment/src/LASModuleProfile.cc", + "Alignment/LaserAlignment/src/LASPeakFinder.cc", + "Alignment/LaserAlignment/src/LASProfileJudge.cc", + "Alignment/LaserAlignment/src/classes.h", + "Alignment/LaserAlignment/src/classes_def.xml", + "Alignment/LaserAlignment/test/LaserAlignmentEventFilter_test.py", + "Alignment/LaserAlignment/test/RawDataConverter_full_chain.py", + "Alignment/LaserAlignment/test/ReadLaserRecHitAlgorithm.cc", + "Alignment/LaserAlignment/test/RecoAnalyzerRecHits.cc", + "Alignment/LaserAlignment/test/RecoAnalyzerTC.cc", + "Alignment/LaserAlignment/test/createScenario.py", + "Alignment/LaserAlignment/test/laserAlignment.py", + "Alignment/LaserAlignment/test/laserAlignment_sim.py", + "Alignment/LaserAlignment/test/t0ProducerStandalone.py", + "Alignment/LaserAlignment/test/t0ProducerStandalone_LASFilter.py", + "Alignment/LaserAlignment/test/testTkLasBeamFitter_cfg.py", + "Alignment/LaserAlignmentSimulation/BuildFile.xml", + "Alignment/LaserAlignmentSimulation/data/AlignmentTubes.xml", + "Alignment/LaserAlignmentSimulation/doc/LaserAlignmentSimulation.doc", + "Alignment/LaserAlignmentSimulation/interface/LaserBeamsBarrel.h", + "Alignment/LaserAlignmentSimulation/interface/LaserBeamsTEC1.h", + "Alignment/LaserAlignmentSimulation/interface/LaserBeamsTEC2.h", + "Alignment/LaserAlignmentSimulation/interface/LaserOpticalPhysicsList.h", + "Alignment/LaserAlignmentSimulation/interface/LaserPrimaryGeneratorAction.h", + "Alignment/LaserAlignmentSimulation/interface/LaserSteppingAction.h", + "Alignment/LaserAlignmentSimulation/interface/LaserSteppingVerbose.h", + "Alignment/LaserAlignmentSimulation/interface/LaserTrackingAction.h", + "Alignment/LaserAlignmentSimulation/interface/MaterialProperties.h", + "Alignment/LaserAlignmentSimulation/plugins/BuildFile.xml", + "Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentProducer.cc", + "Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentProducer.h", + "Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentSimulation.cc", + "Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentSimulation.h", + "Alignment/LaserAlignmentSimulation/plugins/LaserOpticalPhysics.cc", + "Alignment/LaserAlignmentSimulation/plugins/LaserOpticalPhysics.h", + "Alignment/LaserAlignmentSimulation/src/LaserBeamsBarrel.cc", + "Alignment/LaserAlignmentSimulation/src/LaserBeamsTEC1.cc", + "Alignment/LaserAlignmentSimulation/src/LaserBeamsTEC2.cc", + "Alignment/LaserAlignmentSimulation/src/LaserOpticalPhysicsList.cc", + "Alignment/LaserAlignmentSimulation/src/LaserPrimaryGeneratorAction.cc", + "Alignment/LaserAlignmentSimulation/src/LaserSteppingAction.cc", + "Alignment/LaserAlignmentSimulation/src/LaserSteppingVerbose.cc", + "Alignment/LaserAlignmentSimulation/src/LaserTrackingAction.cc", + "Alignment/LaserAlignmentSimulation/src/MaterialProperties.cc", + "Alignment/LaserAlignmentSimulation/test/BuildFile.xml", + "Alignment/LaserAlignmentSimulation/test/LaserSimulation_cfg.py", + "Alignment/LaserAlignmentSimulation/test/SimAnalyzer.cc", + "Alignment/LaserAlignmentSimulation/test/SimAnalyzer_cfg.py", + "Alignment/LaserDQM/doc/LaserDQM.doc", + "Alignment/LaserDQM/plugins/BuildFile.xml", + "Alignment/LaserDQM/plugins/LaserDQM.cc", + "Alignment/LaserDQM/plugins/LaserDQM.h", + "Alignment/LaserDQM/plugins/LaserDQMInitMonitors.cc", + "Alignment/LaserDQM/plugins/LaserDQMStatistics.cc", + "Alignment/LaserDQM/python/LaserDQM_cfg.py", + "Alignment/LaserDQM/python/LaserDQM_cfi.py", + "Alignment/MillePedeAlignmentAlgorithm/BuildFile.xml", + "Alignment/MillePedeAlignmentAlgorithm/doc/MillePedeAlignmentAlgorithm.doc", + "Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeFileReader.h", + "Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeMonitor.h", + "Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeVariables.h", + "Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeVariablesIORoot.h", + "Alignment/MillePedeAlignmentAlgorithm/interface/PedeLabelerBase.h", + "Alignment/MillePedeAlignmentAlgorithm/interface/PedeLabelerPluginFactory.h", + "Alignment/MillePedeAlignmentAlgorithm/macros/CompareMillePede.C", + "Alignment/MillePedeAlignmentAlgorithm/macros/CompareMillePede.h", + "Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFHistArray.C", + "Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFHistArray.h", + "Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFHistManager.C", + "Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFHistManager.h", + "Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFOverlay.C", + "Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFOverlay.h", + "Alignment/MillePedeAlignmentAlgorithm/macros/MillePedeTrees.C", + "Alignment/MillePedeAlignmentAlgorithm/macros/MillePedeTrees.h", + "Alignment/MillePedeAlignmentAlgorithm/macros/PlotFromMillepedeRes.C", + "Alignment/MillePedeAlignmentAlgorithm/macros/PlotMilleMonitor.C", + "Alignment/MillePedeAlignmentAlgorithm/macros/PlotMilleMonitor.h", + "Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePede.C", + "Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePede.h", + "Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePedeIOV.C", + "Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePedeIOV.h", + "Alignment/MillePedeAlignmentAlgorithm/macros/allMillePede.C", + "Alignment/MillePedeAlignmentAlgorithm/macros/createChi2ndfplot.C", + "Alignment/MillePedeAlignmentAlgorithm/macros/createPedeParamIOVPlots.C", + "Alignment/MillePedeAlignmentAlgorithm/macros/createPedeParamPlots.C", + "Alignment/MillePedeAlignmentAlgorithm/macros/pixelPositionChange.C", + "Alignment/MillePedeAlignmentAlgorithm/macros/readPedeHists.C", + "Alignment/MillePedeAlignmentAlgorithm/macros/runPlotFromMillepedeRes.C", + "Alignment/MillePedeAlignmentAlgorithm/macros/setGStyle.C", + "Alignment/MillePedeAlignmentAlgorithm/plugins/BuildFile.xml", + "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeAlignmentAlgorithm.cc", + "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeAlignmentAlgorithm.h", + "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeDQMModule.cc", + "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeDQMModule.h", + "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeFileConverter.cc", + "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeFileConverter.h", + "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeFileExtractor.cc", + "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeFileExtractor.h", + "Alignment/MillePedeAlignmentAlgorithm/plugins/MomentumDependentPedeLabeler.cc", + "Alignment/MillePedeAlignmentAlgorithm/plugins/MomentumDependentPedeLabeler.h", + "Alignment/MillePedeAlignmentAlgorithm/plugins/PedeLabeler.cc", + "Alignment/MillePedeAlignmentAlgorithm/plugins/PedeLabeler.h", + "Alignment/MillePedeAlignmentAlgorithm/plugins/RunRangeDependentPedeLabeler.cc", + "Alignment/MillePedeAlignmentAlgorithm/plugins/RunRangeDependentPedeLabeler.h", + "Alignment/MillePedeAlignmentAlgorithm/plugins/ZMuMuMassConstraintParameterFinder.cc", + "Alignment/MillePedeAlignmentAlgorithm/python/MillePedeAlignmentAlgorithm_cfi.py", + "Alignment/MillePedeAlignmentAlgorithm/python/MillePedeDQMModule_cff.py", + "Alignment/MillePedeAlignmentAlgorithm/python/MillePedeFileConverter_cfg.py", + "Alignment/MillePedeAlignmentAlgorithm/python/MillePedeFileExtractor_cfg.py", + "Alignment/MillePedeAlignmentAlgorithm/python/MillePedeFileReader_cfi.py", + "Alignment/MillePedeAlignmentAlgorithm/python/PresigmaScenarios_cff.py", + "Alignment/MillePedeAlignmentAlgorithm/python/RefitterAnalytical_cff.py", + "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/ConfigureAlignmentProducer.py", + "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/GeneralSetup.py", + "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/MilleSetup.py", + "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/PedeSetup.py", + "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/SetCondition.py", + "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/helper.py", + "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/myMessageLogger_cff.py", + "Alignment/MillePedeAlignmentAlgorithm/python/mpslib/Mpslibclass.py", + "Alignment/MillePedeAlignmentAlgorithm/python/mpslib/tools.py", + "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/additionalparser.py", + "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/beamerCreator.py", + "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/bigModule.py", + "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/bigStructure.py", + "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/classes.py", + "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/dumpparser.py", + "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/geometry.py", + "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/geometrydata.py", + "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/htmlCreator.py", + "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/iniparser.py", + "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/monitorPlot.py", + "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/pdfCreator.py", + "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/style.py", + "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/subModule.py", + "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/timeStructure.py", + "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/trackerTree.py", + "Alignment/MillePedeAlignmentAlgorithm/scripts/BuildFile.xml", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mpedegui.pl", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_alisetup.py", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_auto.pl", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_check.py", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_disablejob.pl", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_enablejob.pl", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_fetch.py", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_fire.py", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_kill.pl", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_list_evts.py", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_merge.py", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_merge_millepedemonitor.pl", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_monitormerge.py", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_parse_pedechi2hist.py", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_prepare_input_db.py", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_retry.pl", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_save.pl", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_script.pl", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_scriptm.pl", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_setup.py", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_setup_new_align.py", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_setupm.pl", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_splice.py", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_split.pl", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_stat.py", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_update.py", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_validate.py", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_weight.pl", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mpslib/Mpslib.pm", + "Alignment/MillePedeAlignmentAlgorithm/scripts/nextMPS.sh", + "Alignment/MillePedeAlignmentAlgorithm/src/.cvsignore", + "Alignment/MillePedeAlignmentAlgorithm/src/Mille.cc", + "Alignment/MillePedeAlignmentAlgorithm/src/Mille.h", + "Alignment/MillePedeAlignmentAlgorithm/src/MillePedeFileReader.cc", + "Alignment/MillePedeAlignmentAlgorithm/src/MillePedeMonitor.cc", + "Alignment/MillePedeAlignmentAlgorithm/src/MillePedeVariables.cc", + "Alignment/MillePedeAlignmentAlgorithm/src/MillePedeVariablesIORoot.cc", + "Alignment/MillePedeAlignmentAlgorithm/src/PedeLabelerBase.cc", + "Alignment/MillePedeAlignmentAlgorithm/src/PedeLabelerPluginFactory.cc", + "Alignment/MillePedeAlignmentAlgorithm/src/PedeReader.cc", + "Alignment/MillePedeAlignmentAlgorithm/src/PedeReader.h", + "Alignment/MillePedeAlignmentAlgorithm/src/PedeSteerer.cc", + "Alignment/MillePedeAlignmentAlgorithm/src/PedeSteerer.h", + "Alignment/MillePedeAlignmentAlgorithm/src/PedeSteererWeakModeConstraints.cc", + "Alignment/MillePedeAlignmentAlgorithm/src/PedeSteererWeakModeConstraints.h", + "Alignment/MillePedeAlignmentAlgorithm/templates/alignment_config.ini", + "Alignment/MillePedeAlignmentAlgorithm/templates/mps_runMille_template.sh", + "Alignment/MillePedeAlignmentAlgorithm/templates/mps_runPede_rfcp_template.sh", + "Alignment/MillePedeAlignmentAlgorithm/templates/mpsvalidate_beamer_template.tex", + "Alignment/MillePedeAlignmentAlgorithm/templates/mpsvalidate_default.ini", + "Alignment/MillePedeAlignmentAlgorithm/templates/mpsvalidate_html_template.html", + "Alignment/MillePedeAlignmentAlgorithm/templates/mpsvalidate_tex_template.tex", + "Alignment/MillePedeAlignmentAlgorithm/templates/universalConfigTemplate.py", + "Alignment/MillePedeAlignmentAlgorithm/test/AlignmentRcdChecker.cpp", + "Alignment/MillePedeAlignmentAlgorithm/test/AlignmentRcdChecker_cfg.py", + "Alignment/MillePedeAlignmentAlgorithm/test/BuildFile.xml", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/README.md", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/printParameters.C", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/submit_jobs.sh", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/zmumudistribution_cfg.py", + "Alignment/MillePedeAlignmentAlgorithm/test/align_params_cff.py", + "Alignment/MillePedeAlignmentAlgorithm/test/alignment_cfg.py", + "Alignment/MillePedeAlignmentAlgorithm/test/alignment_forGeomComp_cfg.py", + "Alignment/MillePedeAlignmentAlgorithm/test/alignment_las_cfg.py", + "Alignment/MillePedeAlignmentAlgorithm/test/alignment_survey_cfg.py", + "Alignment/MillePedeAlignmentAlgorithm/test/convertMPresToDB_cfg.py", + "Alignment/MillePedeAlignmentAlgorithm/test/testFindMassContraintParameters.cpp", + "Alignment/MillePedeAlignmentAlgorithm/test/test_ZMuMuMassConstraintParameterFinder.sh", + "Alignment/MillePedeAlignmentAlgorithm/test/test_mille.py", + "Alignment/MillePedeAlignmentAlgorithm/test/test_mille.sh", + "Alignment/MillePedeAlignmentAlgorithm/test/test_mps-workflow.sh", + "Alignment/MillePedeAlignmentAlgorithm/test/test_payload_sanity.sh", + "Alignment/MillePedeAlignmentAlgorithm/test/test_pede.py", + "Alignment/MillePedeAlignmentAlgorithm/test/test_pede.sh", + "Alignment/MillePedeAlignmentAlgorithm/test/test_pedeConversion.sh", + "Alignment/MillePedeAlignmentAlgorithm/test/trackerTree_cfg.py", + "Alignment/MuonAlignment/BuildFile.xml", + "Alignment/MuonAlignment/data/disk1_template.svg", + "Alignment/MuonAlignment/data/disk23_template.svg", + "Alignment/MuonAlignment/data/diskm4_template.svg", + "Alignment/MuonAlignment/data/diskp4_template.svg", + "Alignment/MuonAlignment/data/idealTransformation.py", + "Alignment/MuonAlignment/data/station4_template.svg", + "Alignment/MuonAlignment/data/station_template.svg", + "Alignment/MuonAlignment/data/wheel_template.svg", + "Alignment/MuonAlignment/data/wheel_template.svg_BEGINNING", + "Alignment/MuonAlignment/data/wheel_template.svg_END", + "Alignment/MuonAlignment/interface/AlignableCSCChamber.h", + "Alignment/MuonAlignment/interface/AlignableCSCEndcap.h", + "Alignment/MuonAlignment/interface/AlignableCSCRing.h", + "Alignment/MuonAlignment/interface/AlignableCSCStation.h", + "Alignment/MuonAlignment/interface/AlignableDTBarrel.h", + "Alignment/MuonAlignment/interface/AlignableDTChamber.h", + "Alignment/MuonAlignment/interface/AlignableDTStation.h", + "Alignment/MuonAlignment/interface/AlignableDTSuperLayer.h", + "Alignment/MuonAlignment/interface/AlignableDTWheel.h", + "Alignment/MuonAlignment/interface/AlignableGEMChamber.h", + "Alignment/MuonAlignment/interface/AlignableGEMEndcap.h", + "Alignment/MuonAlignment/interface/AlignableGEMRing.h", + "Alignment/MuonAlignment/interface/AlignableGEMStation.h", + "Alignment/MuonAlignment/interface/AlignableGEMSuperChamber.h", + "Alignment/MuonAlignment/interface/AlignableMuon.h", + "Alignment/MuonAlignment/interface/MuonAlignment.h", + "Alignment/MuonAlignment/interface/MuonAlignmentInputDB.h", + "Alignment/MuonAlignment/interface/MuonAlignmentInputMethod.h", + "Alignment/MuonAlignment/interface/MuonAlignmentInputSurveyDB.h", + "Alignment/MuonAlignment/interface/MuonAlignmentInputXML.h", + "Alignment/MuonAlignment/interface/MuonAlignmentOutputXML.h", + "Alignment/MuonAlignment/interface/MuonScenarioBuilder.h", + "Alignment/MuonAlignment/plugins/BuildFile.xml", + "Alignment/MuonAlignment/plugins/MuonGeometryArrange.cc", + "Alignment/MuonAlignment/plugins/MuonGeometryArrange.h", + "Alignment/MuonAlignment/plugins/MuonGeometryDBConverter.cc", + "Alignment/MuonAlignment/plugins/MuonGeometrySVGTemplate.cc", + "Alignment/MuonAlignment/plugins/MuonGeometrySanityCheck.cc", + "Alignment/MuonAlignment/plugins/MuonMisalignedProducer.cc", + "Alignment/MuonAlignment/python/MCScenario_CRAFT1_22X.py", + "Alignment/MuonAlignment/python/MisalignedMuon_cfi.py", + "Alignment/MuonAlignment/python/MuonGeometrySanityCheck_cfi.py", + "Alignment/MuonAlignment/python/Scenarios_cff.py", + "Alignment/MuonAlignment/python/convertSQLitetoXML_cfg.py", + "Alignment/MuonAlignment/python/convertXMLtoSQLite_cfg.py", + "Alignment/MuonAlignment/python/convertXMLtoXML_cfg.py", + "Alignment/MuonAlignment/python/download_sqlite_cfg.py", + "Alignment/MuonAlignment/python/geometryCSVtoXML.py", + "Alignment/MuonAlignment/python/geometryDiff.py", + "Alignment/MuonAlignment/python/geometryDiffVisualization.py", + "Alignment/MuonAlignment/python/geometryXMLparser.py", + "Alignment/MuonAlignment/python/geometryXMLtoCSV.py", + "Alignment/MuonAlignment/python/makeGlobalPositionRcd_cfg.py", + "Alignment/MuonAlignment/python/makeMuonMisalignmentScenario.py", + "Alignment/MuonAlignment/python/svgfig.py", + "Alignment/MuonAlignment/src/AlignableCSCChamber.cc", + "Alignment/MuonAlignment/src/AlignableCSCEndcap.cc", + "Alignment/MuonAlignment/src/AlignableCSCRing.cc", + "Alignment/MuonAlignment/src/AlignableCSCStation.cc", + "Alignment/MuonAlignment/src/AlignableDTBarrel.cc", + "Alignment/MuonAlignment/src/AlignableDTChamber.cc", + "Alignment/MuonAlignment/src/AlignableDTStation.cc", + "Alignment/MuonAlignment/src/AlignableDTSuperLayer.cc", + "Alignment/MuonAlignment/src/AlignableDTWheel.cc", + "Alignment/MuonAlignment/src/AlignableGEMChamber.cc", + "Alignment/MuonAlignment/src/AlignableGEMEndcap.cc", + "Alignment/MuonAlignment/src/AlignableGEMRing.cc", + "Alignment/MuonAlignment/src/AlignableGEMStation.cc", + "Alignment/MuonAlignment/src/AlignableGEMSuperChamber.cc", + "Alignment/MuonAlignment/src/AlignableMuon.cc", + "Alignment/MuonAlignment/src/MuonAlignment.cc", + "Alignment/MuonAlignment/src/MuonAlignmentInputDB.cc", + "Alignment/MuonAlignment/src/MuonAlignmentInputMethod.cc", + "Alignment/MuonAlignment/src/MuonAlignmentInputSurveyDB.cc", + "Alignment/MuonAlignment/src/MuonAlignmentInputXML.cc", + "Alignment/MuonAlignment/src/MuonAlignmentOutputXML.cc", + "Alignment/MuonAlignment/src/MuonScenarioBuilder.cc", + "Alignment/MuonAlignment/test/MuonAlignmentInputXML-testread_cfg.py", + "Alignment/MuonAlignment/test/MuonAlignmentOutputXML-testwrite_cfg.py", + "Alignment/MuonAlignment/test/convertSQLitetoXML_cfg.py", + "Alignment/MuonAlignment/test/geometryDiffVisualization_test.py", + "Alignment/MuonAlignment/test/muonGeometryDBConverter_cfg.py", + "Alignment/MuonAlignment/test/plotDets.C", + "Alignment/MuonAlignment/test/quickconvert.py", + "Alignment/MuonAlignment/test/test-misalign_cfg.py", + "Alignment/MuonAlignment/test/test-read_cfg.py", + "Alignment/MuonAlignment/test/test_MuonGeometryDBConverter.sh", + "Alignment/MuonAlignment/test/theTree.C", + "Alignment/MuonAlignment/test/theTree.h", + "Alignment/MuonAlignment/test/x3d.C", + "Alignment/MuonAlignmentAlgorithms/BuildFile.xml", + "Alignment/MuonAlignmentAlgorithms/data/CollisionsOct2010_ME11holes.phipos", + "Alignment/MuonAlignmentAlgorithms/data/CollisionsOct2010_ME11holes.phiz", + "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007.phipos", + "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007.phiz", + "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOct2010holes.phipos", + "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOct2010holes.phiz", + "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOnePerRing.phipos", + "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOnePerRing.phiz", + "Alignment/MuonAlignmentAlgorithms/data/SLM_test.phipos", + "Alignment/MuonAlignmentAlgorithms/data/SLM_test.phiz", + "Alignment/MuonAlignmentAlgorithms/interface/CSCPairConstraint.h", + "Alignment/MuonAlignmentAlgorithms/interface/DTMuonLocalAlignment.h", + "Alignment/MuonAlignmentAlgorithms/interface/DTMuonMillepede.h", + "Alignment/MuonAlignmentAlgorithms/interface/DTMuonSLToSL.h", + "Alignment/MuonAlignmentAlgorithms/interface/MuonCSCChamberResidual.h", + "Alignment/MuonAlignmentAlgorithms/interface/MuonChamberResidual.h", + "Alignment/MuonAlignmentAlgorithms/interface/MuonDT13ChamberResidual.h", + "Alignment/MuonAlignmentAlgorithms/interface/MuonDT2ChamberResidual.h", + "Alignment/MuonAlignmentAlgorithms/interface/MuonHitsChamberResidual.h", + "Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals1DOFFitter.h", + "Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals5DOFFitter.h", + "Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals6DOFFitter.h", + "Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals6DOFrphiFitter.h", + "Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsAngleFitter.h", + "Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsBfieldAngleFitter.h", + "Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsFitter.h", + "Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsFromTrack.h", + "Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsPositionFitter.h", + "Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsTwoBin.h", + "Alignment/MuonAlignmentAlgorithms/interface/MuonTrackCSCChamberResidual.h", + "Alignment/MuonAlignmentAlgorithms/interface/MuonTrackDT13ChamberResidual.h", + "Alignment/MuonAlignmentAlgorithms/interface/MuonTrackDT2ChamberResidual.h", + "Alignment/MuonAlignmentAlgorithms/interface/ReadPGInfo.h", + "Alignment/MuonAlignmentAlgorithms/interface/SegmentToTrackAssociator.h", + "Alignment/MuonAlignmentAlgorithms/plugins/BuildFile.xml", + "Alignment/MuonAlignmentAlgorithms/plugins/CSCAlignmentCorrections.cc", + "Alignment/MuonAlignmentAlgorithms/plugins/CSCAlignmentCorrections.h", + "Alignment/MuonAlignmentAlgorithms/plugins/CSCChamberFitter.cc", + "Alignment/MuonAlignmentAlgorithms/plugins/CSCChamberFitter.h", + "Alignment/MuonAlignmentAlgorithms/plugins/CSCOverlapsAlignmentAlgorithm.cc", + "Alignment/MuonAlignmentAlgorithms/plugins/CSCOverlapsAlignmentAlgorithm.h", + "Alignment/MuonAlignmentAlgorithms/plugins/CSCOverlapsBeamSplashCut.cc", + "Alignment/MuonAlignmentAlgorithms/plugins/CSCOverlapsTrackPreparation.cc", + "Alignment/MuonAlignmentAlgorithms/plugins/CSCPairResidualsConstraint.cc", + "Alignment/MuonAlignmentAlgorithms/plugins/CSCPairResidualsConstraint.h", + "Alignment/MuonAlignmentAlgorithms/plugins/MuonAlignmentFromReference.cc", + "Alignment/MuonAlignmentAlgorithms/plugins/MuonAlignmentPreFilter.cc", + "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_cff.py", + "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_cfi.py", + "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_diskfitters_cff.py", + "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_ringfitters_cff.py", + "Alignment/MuonAlignmentAlgorithms/python/MuonAlignmentFromReference_cff.py", + "Alignment/MuonAlignmentAlgorithms/python/MuonAlignmentFromReference_cfi.py", + "Alignment/MuonAlignmentAlgorithms/python/MuonChamberSelectors_cff.py", + "Alignment/MuonAlignmentAlgorithms/python/MuonStationSelectors_cff.py", + "Alignment/MuonAlignmentAlgorithms/python/Reference_intrackfit_cff.py", + "Alignment/MuonAlignmentAlgorithms/python/alignBH_cfg.py", + "Alignment/MuonAlignmentAlgorithms/python/align_cfg.py", + "Alignment/MuonAlignmentAlgorithms/python/convertToXML_global_cfg.py", + "Alignment/MuonAlignmentAlgorithms/python/gatherBH_cfg.py", + "Alignment/MuonAlignmentAlgorithms/python/gather_cfg.py", + "Alignment/MuonAlignmentAlgorithms/scripts/alignCSCRings.py", + "Alignment/MuonAlignmentAlgorithms/scripts/alignmentValidation.py", + "Alignment/MuonAlignmentAlgorithms/scripts/applyRadialCorrections.py", + "Alignment/MuonAlignmentAlgorithms/scripts/auto_gallery.php", + "Alignment/MuonAlignmentAlgorithms/scripts/combineBlockFiles.sh", + "Alignment/MuonAlignmentAlgorithms/scripts/convertSQLiteXML.py", + "Alignment/MuonAlignmentAlgorithms/scripts/corrVsCorr.py", + "Alignment/MuonAlignmentAlgorithms/scripts/createBeamHaloJobs.py", + "Alignment/MuonAlignmentAlgorithms/scripts/createCSCRingsJobs.py", + "Alignment/MuonAlignmentAlgorithms/scripts/createJobs.py", + "Alignment/MuonAlignmentAlgorithms/scripts/createTree.py", + "Alignment/MuonAlignmentAlgorithms/scripts/diffTwoXMLs.py", + "Alignment/MuonAlignmentAlgorithms/scripts/findQualityFiles.py", + "Alignment/MuonAlignmentAlgorithms/scripts/geometryDiffVisualizer.py", + "Alignment/MuonAlignmentAlgorithms/scripts/groupFilesInBlocks.py", + "Alignment/MuonAlignmentAlgorithms/scripts/motionPolicyChamber.py", + "Alignment/MuonAlignmentAlgorithms/scripts/mutypes.py", + "Alignment/MuonAlignmentAlgorithms/scripts/phiedges_fitfunctions.C", + "Alignment/MuonAlignmentAlgorithms/scripts/plotscripts.py", + "Alignment/MuonAlignmentAlgorithms/scripts/relativeConstraints.py", + "Alignment/MuonAlignmentAlgorithms/scripts/reportVsReport.py", + "Alignment/MuonAlignmentAlgorithms/scripts/signConventions.py", + "Alignment/MuonAlignmentAlgorithms/scripts/wrapperExtraPlots.sh", + "Alignment/MuonAlignmentAlgorithms/src/DTMuonLocalAlignment.cc", + "Alignment/MuonAlignmentAlgorithms/src/DTMuonMillepede.cc", + "Alignment/MuonAlignmentAlgorithms/src/DTMuonSLToSL.cc", + "Alignment/MuonAlignmentAlgorithms/src/MuonCSCChamberResidual.cc", + "Alignment/MuonAlignmentAlgorithms/src/MuonChamberResidual.cc", + "Alignment/MuonAlignmentAlgorithms/src/MuonDT13ChamberResidual.cc", + "Alignment/MuonAlignmentAlgorithms/src/MuonDT2ChamberResidual.cc", + "Alignment/MuonAlignmentAlgorithms/src/MuonHitsChamberResidual.cc", + "Alignment/MuonAlignmentAlgorithms/src/MuonResiduals1DOFFitter.cc", + "Alignment/MuonAlignmentAlgorithms/src/MuonResiduals5DOFFitter.cc", + "Alignment/MuonAlignmentAlgorithms/src/MuonResiduals6DOFFitter.cc", + "Alignment/MuonAlignmentAlgorithms/src/MuonResiduals6DOFrphiFitter.cc", + "Alignment/MuonAlignmentAlgorithms/src/MuonResidualsAngleFitter.cc", + "Alignment/MuonAlignmentAlgorithms/src/MuonResidualsBfieldAngleFitter.cc", + "Alignment/MuonAlignmentAlgorithms/src/MuonResidualsFitter.cc", + "Alignment/MuonAlignmentAlgorithms/src/MuonResidualsFromTrack.cc", + "Alignment/MuonAlignmentAlgorithms/src/MuonResidualsPositionFitter.cc", + "Alignment/MuonAlignmentAlgorithms/src/MuonTrackCSCChamberResidual.cc", + "Alignment/MuonAlignmentAlgorithms/src/MuonTrackDT13ChamberResidual.cc", + "Alignment/MuonAlignmentAlgorithms/src/MuonTrackDT2ChamberResidual.cc", + "Alignment/MuonAlignmentAlgorithms/src/ReadPGInfo.cc", + "Alignment/MuonAlignmentAlgorithms/src/SegmentToTrackAssociator.cc", + "Alignment/MuonAlignmentAlgorithms/test/APE1000cm.xml", + "Alignment/MuonAlignmentAlgorithms/test/browser/display_mechanics.js", + "Alignment/MuonAlignmentAlgorithms/test/browser/index.html", + "Alignment/MuonAlignmentAlgorithms/test/browser/tree.html", + "Alignment/MuonAlignmentAlgorithms/test/browser/tree.js", + "Alignment/MuonAlignmentAlgorithms/test/browser/tree_index.html", + "Alignment/MuonAlignmentAlgorithms/test/browser/tree_items.js", + "Alignment/MuonAlignmentAlgorithms/test/browser/tree_tpl.js", + "Alignment/MuonAlignmentAlgorithms/test/convert_APE1000cm_cfg.py", + "Alignment/MuonAlignmentAlgorithms/test/test_CSCOverlapsAlignmentAlgorithm_cfg.py", + "Alignment/OfflineValidation/bin/BuildFile.xml", + "Alignment/OfflineValidation/bin/DMRmerge.cc", + "Alignment/OfflineValidation/bin/DMRsingle.cc", + "Alignment/OfflineValidation/bin/DMRtrends.cc", + "Alignment/OfflineValidation/bin/DiMuonVmerge.cc", + "Alignment/OfflineValidation/bin/GCP.cc", + "Alignment/OfflineValidation/bin/GCPtrends.cc", + "Alignment/OfflineValidation/bin/GenericVmerge.cc", + "Alignment/OfflineValidation/bin/JDrawer.h", + "Alignment/OfflineValidation/bin/JetHtPlotConfiguration.cc", + "Alignment/OfflineValidation/bin/JetHtPlotConfiguration.h", + "Alignment/OfflineValidation/bin/MTSmerge.cc", + "Alignment/OfflineValidation/bin/Options.cc", + "Alignment/OfflineValidation/bin/Options.h", + "Alignment/OfflineValidation/bin/PVmerge.cc", + "Alignment/OfflineValidation/bin/PVtrends.cc", + "Alignment/OfflineValidation/bin/README.md", + "Alignment/OfflineValidation/bin/SplitVmerge.cc", + "Alignment/OfflineValidation/bin/Zmumumerge.cc", + "Alignment/OfflineValidation/bin/exceptions.h", + "Alignment/OfflineValidation/bin/haddws.C", + "Alignment/OfflineValidation/bin/jetHtPlotter.cc", + "Alignment/OfflineValidation/bin/toolbox.h", + "Alignment/OfflineValidation/data/GCP_defaultRange.json", + "Alignment/OfflineValidation/doc/OfflineValidation.doc", + "Alignment/OfflineValidation/interface/CompareAlignments.h", + "Alignment/OfflineValidation/interface/DiLeptonVertexHelpers.h", + "Alignment/OfflineValidation/interface/EopElecVariables.h", + "Alignment/OfflineValidation/interface/EopVariables.h", + "Alignment/OfflineValidation/interface/FitWithRooFit.h", + "Alignment/OfflineValidation/interface/GeometryComparisonPlotter.h", + "Alignment/OfflineValidation/interface/OutPVtrends.h", + "Alignment/OfflineValidation/interface/PVValidationHelpers.h", + "Alignment/OfflineValidation/interface/PlotAlignmentValidation.h", + "Alignment/OfflineValidation/interface/PrepareDMRTrends.h", + "Alignment/OfflineValidation/interface/PreparePVTrends.h", + "Alignment/OfflineValidation/interface/SmartSelectionMonitor.h", + "Alignment/OfflineValidation/interface/TkAlStyle.h", + "Alignment/OfflineValidation/interface/TkOffTreeVariables.h", + "Alignment/OfflineValidation/interface/TrackerValidationVariables.h", + "Alignment/OfflineValidation/interface/Trend.h", + "Alignment/OfflineValidation/interface/pvTree.h", + "Alignment/OfflineValidation/macros/CMS_lumi.h", + "Alignment/OfflineValidation/macros/DiMuonMassProfiles.C", + "Alignment/OfflineValidation/macros/FitPVResiduals.C", + "Alignment/OfflineValidation/macros/FitPVResolution.C", + "Alignment/OfflineValidation/macros/MultiRunAndPlotPVValidation.C", + "Alignment/OfflineValidation/macros/PlotPVValidation.C", + "Alignment/OfflineValidation/macros/analyzeDiMuonBiases.C", + "Alignment/OfflineValidation/macros/analyzeDiMuonBiases_fast.C", + "Alignment/OfflineValidation/macros/loopAndPlot.C", + "Alignment/OfflineValidation/macros/makeArrowPlots.C", + "Alignment/OfflineValidation/macros/momentumBiasValidation.C", + "Alignment/OfflineValidation/macros/momentumElectronBiasValidation.C", + "Alignment/OfflineValidation/macros/overlayDiMuonBiases.C", + "Alignment/OfflineValidation/macros/runExtendedOfflineValidationPlots.C", + "Alignment/OfflineValidation/macros/trackSplitPlot.C", + "Alignment/OfflineValidation/macros/trackSplitPlot.h", + "Alignment/OfflineValidation/plugins/BuildFile.xml", + "Alignment/OfflineValidation/plugins/ColorParser.C", + "Alignment/OfflineValidation/plugins/CosmicSplitterValidation.cc", + "Alignment/OfflineValidation/plugins/DMRChecker.cc", + "Alignment/OfflineValidation/plugins/DiElectronVertexValidation.cc", + "Alignment/OfflineValidation/plugins/DiMuonValidation.cc", + "Alignment/OfflineValidation/plugins/DiMuonVertexValidation.cc", + "Alignment/OfflineValidation/plugins/EopElecTreeWriter.cc", + "Alignment/OfflineValidation/plugins/EopTreeWriter.cc", + "Alignment/OfflineValidation/plugins/GeneralPurposeTrackAnalyzer.cc", + "Alignment/OfflineValidation/plugins/GeneralPurposeVertexAnalyzer.cc", + "Alignment/OfflineValidation/plugins/JetHTAnalyzer.cc", + "Alignment/OfflineValidation/plugins/MuonAlignmentAnalyzer.cc", + "Alignment/OfflineValidation/plugins/MuonAlignmentAnalyzer.h", + "Alignment/OfflineValidation/plugins/OverlapValidation.cc", + "Alignment/OfflineValidation/plugins/PixelBaryCentreAnalyzer.cc", + "Alignment/OfflineValidation/plugins/PrimaryVertexValidation.cc", + "Alignment/OfflineValidation/plugins/PrimaryVertexValidation.h", + "Alignment/OfflineValidation/plugins/ResidualRefitting.cc", + "Alignment/OfflineValidation/plugins/ResidualRefitting.h", + "Alignment/OfflineValidation/plugins/ShortenedTrackValidation.cc", + "Alignment/OfflineValidation/plugins/SplitVertexResolution.cc", + "Alignment/OfflineValidation/plugins/StyleParser.C", + "Alignment/OfflineValidation/plugins/TkAlV0sAnalyzer.cc", + "Alignment/OfflineValidation/plugins/TrackerGeometryCompare.cc", + "Alignment/OfflineValidation/plugins/TrackerGeometryCompare.h", + "Alignment/OfflineValidation/plugins/TrackerGeometryIntoNtuples.cc", + "Alignment/OfflineValidation/plugins/TrackerOfflineValidation.cc", + "Alignment/OfflineValidation/plugins/TrackerOfflineValidationSummary.cc", + "Alignment/OfflineValidation/plugins/Tracker_OldtoNewConverter.cc", + "Alignment/OfflineValidation/plugins/ValidationMisalignedTracker.cc", + "Alignment/OfflineValidation/plugins/ValidationMisalignedTracker.h", + "Alignment/OfflineValidation/python/DivergingColor.py", + "Alignment/OfflineValidation/python/GlobalTag_cff.py", + "Alignment/OfflineValidation/python/MuonAlignmentAnalyzer_cfi.py", + "Alignment/OfflineValidation/python/MuonGeometryIntoNtuples_cff.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/DMR.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/DMR_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/DMRplotter.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/DiMuonV.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/DiMuonV_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/GCP.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/GCP_Ntuples_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/GCP_TkAlMap.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/GCP_tree_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/GenericV.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/GenericV_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/JetHT.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/JetHT_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/MTS.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/MTS_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/PV.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/PV_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/PixBary.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/PixelBaryCentreAnalyzer_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/SplitV.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/SplitV_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/TkAlExceptions.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/Zmumu.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/Zmumu_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/betterConfigParser.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/defaultInputFiles_cff.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/findAndChange.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/condorTemplate.submit", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/crabTemplate.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/executableTemplate.sh", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/utils.py", + "Alignment/OfflineValidation/python/TkAlMap.py", + "Alignment/OfflineValidation/python/TkAlMap_cfg/TkAlMapDesign_phase0_cfg.py", + "Alignment/OfflineValidation/python/TkAlMap_cfg/TkAlMapDesign_phase1_cfg.py", + "Alignment/OfflineValidation/python/TkAlStyle.py", + "Alignment/OfflineValidation/python/TrackerGeometryCompare_cfi.py", + "Alignment/OfflineValidation/python/TrackerOfflineValidationSummary_cfi.py", + "Alignment/OfflineValidation/python/TrackerOfflineValidation_Dqm_cff.py", + "Alignment/OfflineValidation/python/TrackerOfflineValidation_Standalone_cff.py", + "Alignment/OfflineValidation/python/TrackerOfflineValidation_cfi.py", + "Alignment/OfflineValidation/python/energyOverMomentumTreeElec_cfi.py", + "Alignment/OfflineValidation/python/energyOverMomentumTree_cfi.py", + "Alignment/OfflineValidation/python/overlapValidationPlot.py", + "Alignment/OfflineValidation/python/runGCPTkAlMap.py", + "Alignment/OfflineValidation/scripts/BiaspT_gaus.C", + "Alignment/OfflineValidation/scripts/Chi2_mu.C", + "Alignment/OfflineValidation/scripts/Eff_Z_yzmu_nota.C", + "Alignment/OfflineValidation/scripts/Effeta_nota.C", + "Alignment/OfflineValidation/scripts/FakeRate_d0.C", + "Alignment/OfflineValidation/scripts/FakeRate_eta.C", + "Alignment/OfflineValidation/scripts/FakeRate_nhit.C", + "Alignment/OfflineValidation/scripts/FakeRate_pt.C", + "Alignment/OfflineValidation/scripts/FakeRate_z0.C", + "Alignment/OfflineValidation/scripts/GCPpyPlots.py", + "Alignment/OfflineValidation/scripts/GeoComparisonGUI.C", + "Alignment/OfflineValidation/scripts/PixelBaryCentrePlotConfig.json", + "Alignment/OfflineValidation/scripts/Rescottheta_gaus.C", + "Alignment/OfflineValidation/scripts/Resd0_gaus.C", + "Alignment/OfflineValidation/scripts/Resd0_pT_higgs.C", + "Alignment/OfflineValidation/scripts/Residual_mu.C", + "Alignment/OfflineValidation/scripts/Residualcottheta_mu.C", + "Alignment/OfflineValidation/scripts/Residuald0_mu.C", + "Alignment/OfflineValidation/scripts/ResidualmZ_mu.C", + "Alignment/OfflineValidation/scripts/Residualphi_mu.C", + "Alignment/OfflineValidation/scripts/Residualz0_mu.C", + "Alignment/OfflineValidation/scripts/ResmZ_y_gaus.C", + "Alignment/OfflineValidation/scripts/RespT_gaus.C", + "Alignment/OfflineValidation/scripts/RespT_nhit.C", + "Alignment/OfflineValidation/scripts/RespT_pT2_higgs.C", + "Alignment/OfflineValidation/scripts/RespT_pT_higgs.C", + "Alignment/OfflineValidation/scripts/Resphi_gaus.C", + "Alignment/OfflineValidation/scripts/Resz0_gaus.C", + "Alignment/OfflineValidation/scripts/Resz0_pT_higgs.C", + "Alignment/OfflineValidation/scripts/addHistograms.sh", + "Alignment/OfflineValidation/scripts/compareFileAges.C", + "Alignment/OfflineValidation/scripts/compareGeoms", + "Alignment/OfflineValidation/scripts/compareTrackerGeometries.C", + "Alignment/OfflineValidation/scripts/createIOVlist.py", + "Alignment/OfflineValidation/scripts/drawCSC.C", + "Alignment/OfflineValidation/scripts/drawCSC2D.C", + "Alignment/OfflineValidation/scripts/drawChamberCSC.C", + "Alignment/OfflineValidation/scripts/drawChamberDT.C", + "Alignment/OfflineValidation/scripts/drawDT.C", + "Alignment/OfflineValidation/scripts/drawDT2D.C", + "Alignment/OfflineValidation/scripts/extractBaryCentre.py", + "Alignment/OfflineValidation/scripts/mZ_mu.C", + "Alignment/OfflineValidation/scripts/mZfit.C", + "Alignment/OfflineValidation/scripts/makeListRunsInFiles.py", + "Alignment/OfflineValidation/scripts/merge_TrackerOfflineValidation.C", + "Alignment/OfflineValidation/scripts/mkLumiAveragedPlots.py", + "Alignment/OfflineValidation/scripts/muonDBComparison.C", + "Alignment/OfflineValidation/scripts/plotBaryCentre_VS_BeamSpot.py", + "Alignment/OfflineValidation/scripts/printsummarytable.py", + "Alignment/OfflineValidation/scripts/produceOfflineValidationTex.py", + "Alignment/OfflineValidation/scripts/pulld0.C", + "Alignment/OfflineValidation/scripts/pullphi.C", + "Alignment/OfflineValidation/scripts/pullz0.C", + "Alignment/OfflineValidation/scripts/submitPVResolutionJobs.py", + "Alignment/OfflineValidation/scripts/submitPVValidationJobs.py", + "Alignment/OfflineValidation/scripts/tdrstyle.C", + "Alignment/OfflineValidation/scripts/validateAlignments.py", + "Alignment/OfflineValidation/scripts/visualizationTracker.C", + "Alignment/OfflineValidation/src/CompareAlignments.cc", + "Alignment/OfflineValidation/src/FitWithRooFit.cc", + "Alignment/OfflineValidation/src/GeometryComparisonPlotter.cc", + "Alignment/OfflineValidation/src/PVValidationHelpers.cc", + "Alignment/OfflineValidation/src/PlotAlignmentValidation.cc", + "Alignment/OfflineValidation/src/PrepareDMRTrends.cc", + "Alignment/OfflineValidation/src/PreparePVTrends.cc", + "Alignment/OfflineValidation/src/SmartSelectionMonitor.cc", + "Alignment/OfflineValidation/src/TkAlStyle.cc", + "Alignment/OfflineValidation/src/TrackerValidationVariables.cc", + "Alignment/OfflineValidation/src/Trend.cc", + "Alignment/OfflineValidation/src/classes.h", + "Alignment/OfflineValidation/src/classes_def.xml", + "Alignment/OfflineValidation/test/examples/DMR_overriding_conditions.yaml", + "Alignment/OfflineValidation/test/examples/DMR_testFeatures.yaml", + "Alignment/OfflineValidation/test/examples/PV_alignments_different_datasets.yaml", + "Alignment/OfflineValidation/test/examples/PV_alignments_multiple_merge_jobs.yaml", + "Alignment/OfflineValidation/test/examples/PixBary.yaml", + "Alignment/OfflineValidation/test/examples/README.md", + "Alignment/OfflineValidation/test/examples/jetHtAnalysis_fullExampleConfiguration.json", + "Alignment/OfflineValidation/test/examples/jetHtFilesForRun2018A_first100files.txt", + "Alignment/OfflineValidation/test/examples/jetHt_multiYearTrendPlot.json", + "Alignment/OfflineValidation/test/examples/jetHt_ptHatWeightForMCPlot.json", + "Alignment/OfflineValidation/test/examples/ptHatFiles_MC2018_PFJet320.txt", + "Alignment/OfflineValidation/test/testingScripts/test_unitMTS.sh", + "Alignment/OfflineValidation/test/testingScripts/test_unitMiscellanea.sh", + "Alignment/OfflineValidation/test/testingScripts/test_unitPV.sh", + "Alignment/OfflineValidation/test/testingScripts/test_unitPixBary.sh", + "Alignment/OfflineValidation/test/testingScripts/test_unitPrimaryVertex.sh", + "Alignment/OfflineValidation/test/testingScripts/test_unitSplitV.sh", + "Alignment/OfflineValidation/test/testingScripts/test_unitSubmitPVrbr.sh", + "Alignment/OfflineValidation/test/testingScripts/test_unitSubmitPVsplit.sh", + "Alignment/OfflineValidation/test/testingScripts/test_unitZmumu.sh" + ] + } + }, + "last_seen_sha": "b6db3e643d2bd16deee12590d1312a3addcd2d75" + } + } +] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_assign.json b/tests/PRActionData/TestProcessPr.test_assign.json index 4ba33c6fed4..e9d3752ace7 100644 --- a/tests/PRActionData/TestProcessPr.test_assign.json +++ b/tests/PRActionData/TestProcessPr.test_assign.json @@ -37,8 +37,7 @@ "2049536626": "+1", "2056736344": "+1", "2056739513": "+1", - "2056740892": "+1", - "2056796593": "+1" + "2056740892": "+1" }, "last_seen_sha": "dae848e38b8e387d7283a3e35818121487d9d76b", "signatures": { @@ -97,6 +96,53 @@ "type": "edit-comment", "data": "cms-bot internal usage" }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "2a9454e30606b17e52000110972998326ce9e428": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": false, + "time": 1711538467 + }, + "79752f053efecad55dde17732259737e621a1f3f": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": false, + "time": 1712828239 + }, + "dae848e38b8e387d7283a3e35818121487d9d76b": { + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ], + "squashed": false, + "time": 1712829250 + }, + "e4d069b76c464274bf6e7d7cf9bac2153ed9a903": { + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ], + "squashed": false, + "time": 1712819089 + } + }, + "emoji": { + "2049242908": "+1", + "2049536626": "+1", + "2056736344": "+1", + "2056739513": "+1", + "2056740892": "+1", + "2056796593": "+1" + }, + "last_seen_sha": "dae848e38b8e387d7283a3e35818121487d9d76b", + "signatures": { + "2049242908": "2a9454e30606b17e52000110972998326ce9e428" + } + } + }, { "type": "status", "data": { diff --git a/tests/PRActionData/TestProcessPr.test_assign_from.json b/tests/PRActionData/TestProcessPr.test_assign_from.json new file mode 100644 index 00000000000..f01b9225ed2 --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_assign_from.json @@ -0,0 +1,49 @@ +[ + { + "type": "load-bot-cache", + "data": { + "commits": {}, + "emoji": {}, + "signatures": {} + } + }, + { + "type": "emoji", + "data": [ + 2769192218, + "+1", + true + ] + }, + { + "type": "create-comment", + "data": "New categories assigned: core\n\nDr15Jones,makortel,smuzaffar you have been requested to review this Pull request/Issue and eventually sign? Thanks" + }, + { + "type": "add-label", + "data": [ + "core-pending", + "pending-signatures" + ] + }, + { + "type": "remove-label", + "data": [ + "pending-assignment" + ] + }, + { + "type": "edit-comment", + "data": "cms-bot internal usage" + }, + { + "type": "save-bot-cache", + "data": { + "commits": {}, + "emoji": { + "2769192218": "+1" + }, + "signatures": {} + } + } +] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_assign_from_invalid.json b/tests/PRActionData/TestProcessPr.test_assign_from_invalid.json new file mode 100644 index 00000000000..b84cb100077 --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_assign_from_invalid.json @@ -0,0 +1,35 @@ +[ + { + "type": "load-bot-cache", + "data": { + "commits": {}, + "emoji": { + "2769192218": "+1" + }, + "signatures": {} + } + }, + { + "type": "add-label", + "data": [ + "pending-assignment" + ] + }, + { + "type": "remove-label", + "data": [ + "core-pending", + "pending-signatures" + ] + }, + { + "type": "save-bot-cache", + "data": { + "commits": {}, + "emoji": { + "2769192218": "+1" + }, + "signatures": {} + } + } +] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_assign_from_with_label.json b/tests/PRActionData/TestProcessPr.test_assign_from_with_label.json new file mode 100644 index 00000000000..fef718dfade --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_assign_from_with_label.json @@ -0,0 +1,53 @@ +[ + { + "type": "load-bot-cache", + "data": { + "commits": {}, + "emoji": { + "2769192218": "+1" + }, + "signatures": {} + } + }, + { + "type": "emoji", + "data": [ + 2769330515, + "+1", + true + ] + }, + { + "type": "create-comment", + "data": "New categories assigned: xpog\n\nhqucms,vlimant you have been requested to review this Pull request/Issue and eventually sign? Thanks" + }, + { + "type": "add-label", + "data": [ + "hcal", + "pending-signatures", + "xpog-pending" + ] + }, + { + "type": "remove-label", + "data": [ + "pending-assignment" + ] + }, + { + "type": "edit-comment", + "data": "cms-bot internal usage" + }, + { + "type": "save-bot-cache", + "data": { + "commits": {}, + "emoji": { + "2769192218": "+1", + "2769330515": "+1" + }, + "signatures": {} + } + } +] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_backport.json b/tests/PRActionData/TestProcessPr.test_backport.json new file mode 100644 index 00000000000..2184af5a6fd --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_backport.json @@ -0,0 +1,89 @@ +[ + { + "type": "update-milestone", + "data": { + "id": 4, + "title": "CMSSW_14_1_X" + } + }, + { + "type": "emoji", + "data": [ + 2761370733, + "+1", + true + ] + }, + { + "type": "status", + "data": { + "commit": "551c95f59caff42369887b5fee86583fe2bff161", + "state": "pending", + "target_url": null, + "description": "Waiting for authorized user to issue the test command.", + "context": "bot/26/jenkins" + } + }, + { + "type": "add-label", + "data": [ + "backport", + "code-checks-approved", + "new-package-pending", + "orp-pending", + "pending-signatures", + "tests-pending" + ] + }, + { + "type": "remove-label", + "data": [] + }, + { + "type": "status", + "data": { + "commit": "551c95f59caff42369887b5fee86583fe2bff161", + "state": "success", + "target_url": "https://github.com/iarspider-cmssw/cmssw/pull/26#issuecomment-2761373098", + "description": "Check details", + "context": "cms/26/code-checks" + } + }, + { + "type": "create-comment", + "data": "A new Pull Request was created by iarspider for master.\n\nIt involves the following packages:\n\n- README (****)\n\n\nThe following packages do not have a category, yet:\n\nREADME\nPlease create a PR for https://github.com/cms-sw/cms-bot/blob/master/categories_map.py to assign category\n\niarspider can you please review it and eventually sign? Thanks.\niarspider you are the release manager for this.\n\ncms-bot commands are listed here\n" + }, + { + "type": "create-comment", + "data": "cms-bot internal usage" + }, + { + "type": "save-bot-cache", + "data": { + "emoji": { + "2761370733": "+1" + }, + "signatures": {}, + "commits": { + "551c95f59caff42369887b5fee86583fe2bff161": { + "time": 1743163702, + "squashed": false, + "files": [ + "README" + ] + } + }, + "last_seen_sha": "551c95f59caff42369887b5fee86583fe2bff161" + } + }, + { + "type": "status", + "data": { + "commit": "551c95f59caff42369887b5fee86583fe2bff161", + "state": "success", + "target_url": "https://github.com/iarspider-cmssw/cmssw/pull/26#issuecomment-2761373098", + "description": "Comment by iarspider at 2025-03-28 13:30:18 UTC processed.", + "context": "bot/26/ack" + } + } +] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_backport_already_seen.json b/tests/PRActionData/TestProcessPr.test_backport_already_seen.json new file mode 100644 index 00000000000..1eeba25a3cc --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_backport_already_seen.json @@ -0,0 +1,70 @@ +[ + { + "type": "load-bot-cache", + "data": { + "commits": { + "551c95f59caff42369887b5fee86583fe2bff161": { + "files": [ + "README" + ], + "squashed": false, + "time": 1743163702 + } + }, + "emoji": { + "2761370733": "+1" + }, + "last_seen_sha": "551c95f59caff42369887b5fee86583fe2bff161", + "signatures": {} + } + }, + { + "type": "emoji", + "data": [ + 2761370733, + "+1", + true + ] + }, + { + "type": "edit-comment", + "data": "A new Pull Request was created by iarspider for master.\n\nIt involves the following packages:\n\n- README (****)\n\n\nThe following packages do not have a category, yet:\n\nREADME\nPlease create a PR for https://github.com/cms-sw/cms-bot/blob/master/categories_map.py to assign category\n\niarspider can you please review it and eventually sign? Thanks.\niarspider you are the release manager for this.\n\ncms-bot commands are listed here\n\n- Backported from #24\n" + }, + { + "type": "add-label", + "data": [] + }, + { + "type": "remove-label", + "data": [] + }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "551c95f59caff42369887b5fee86583fe2bff161": { + "files": [ + "README" + ], + "squashed": false, + "time": 1743163702 + } + }, + "emoji": { + "2761370733": "+1" + }, + "last_seen_sha": "551c95f59caff42369887b5fee86583fe2bff161", + "signatures": {} + } + }, + { + "type": "status", + "data": { + "commit": "551c95f59caff42369887b5fee86583fe2bff161", + "state": "success", + "target_url": "https://github.com/iarspider-cmssw/cmssw/pull/26#issuecomment-2761389356", + "description": "Comment by iarspider at 2025-03-28 13:36:32 UTC processed.", + "context": "bot/26/ack" + } + } +] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_backport_ok.json b/tests/PRActionData/TestProcessPr.test_backport_ok.json new file mode 100644 index 00000000000..c2e34c5b423 --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_backport_ok.json @@ -0,0 +1,139 @@ +[ + { + "type": "load-bot-cache", + "data": { + "commits": { + "17338beb185f1d28fdda4387ac6251c84c927eea": { + "files": [ + "Validation/TrackerHits/test/README" + ], + "time": 1702384310 + }, + "4dfd0c268fa858e98fce9f9f9104e27e6e26fbac": { + "files": [ + "SimTracker/TrackTriggerAssociation/doc/README" + ], + "time": 1702385485 + }, + "5391c56598b2b29a7ab6a5a5f3dbac8ec511574f": { + "files": [ + "SimTracker/TrackTriggerAssociation/doc/README" + ], + "time": 1702384271 + }, + "5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4": { + "files": [ + "Validation/TrackerHits/test/README" + ], + "time": 1702385827 + } + }, + "emoji": { + "1852068434": "+1", + "2857856131": "+1", + "2857857384": "+1" + }, + "last_seen_sha": "5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4", + "signatures": { + "1852068434": "17338beb185f1d28fdda4387ac6251c84c927eea" + } + } + }, + { + "type": "emoji", + "data": [ + 2857856131, + "+1", + true + ] + }, + { + "type": "emoji", + "data": [ + 2857857384, + "+1", + true + ] + }, + { + "type": "emoji", + "data": [ + 2857861730, + "+1", + true + ] + }, + { + "type": "emoji", + "data": [ + 2858344556, + "+1", + true + ] + }, + { + "type": "emoji", + "data": [ + 1852068434, + "+1", + true + ] + }, + { + "type": "add-label", + "data": [ + "backport-ok" + ] + }, + { + "type": "remove-label", + "data": [] + }, + { + "type": "edit-comment", + "data": "cms-bot internal usage" + }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "17338beb185f1d28fdda4387ac6251c84c927eea": { + "files": [ + "Validation/TrackerHits/test/README" + ], + "time": 1702384310 + }, + "4dfd0c268fa858e98fce9f9f9104e27e6e26fbac": { + "files": [ + "SimTracker/TrackTriggerAssociation/doc/README" + ], + "time": 1702385485 + }, + "5391c56598b2b29a7ab6a5a5f3dbac8ec511574f": { + "files": [ + "SimTracker/TrackTriggerAssociation/doc/README" + ], + "time": 1702384271 + }, + "5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4": { + "files": [ + "Validation/TrackerHits/test/README" + ], + "time": 1702385827 + } + }, + "emoji": { + "1852068434": "+1", + "2857856131": "+1", + "2857857384": "+1", + "2857861730": "+1", + "2858344556": "+1" + }, + "last_seen_sha": "5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4", + "signatures": { + "1852068434": "17338beb185f1d28fdda4387ac6251c84c927eea", + "2857867292": "5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4" + } + } + } +] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_cache_add_missing_items.json b/tests/PRActionData/TestProcessPr.test_cache_add_missing_items.json new file mode 100644 index 00000000000..71db257a1bb --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_cache_add_missing_items.json @@ -0,0 +1,58 @@ +[ + { + "type": "load-bot-cache", + "data": { + "commits": { + "ceea69106c5e0e17c03c87c13bdf187f03214fec": { + "files": [ + "README" + ], + "squashed": false, + "time": 1743158481 + } + }, + "last_seen_sha": "ceea69106c5e0e17c03c87c13bdf187f03214fec", + "emoji": {}, + "signatures": {} + } + }, + { + "type": "emoji", + "data": [ + 2761127311, + "+1", + true + ] + }, + { + "type": "add-label", + "data": [] + }, + { + "type": "remove-label", + "data": [] + }, + { + "type": "edit-comment", + "data": "cms-bot internal usage" + }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "ceea69106c5e0e17c03c87c13bdf187f03214fec": { + "files": [ + "README" + ], + "squashed": false, + "time": 1743158481 + } + }, + "last_seen_sha": "ceea69106c5e0e17c03c87c13bdf187f03214fec", + "emoji": { + "2761127311": "+1" + }, + "signatures": {} + } + } +] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_clean_squash.json b/tests/PRActionData/TestProcessPr.test_clean_squash.json index 27d49f1c71f..3495b7e0f2d 100644 --- a/tests/PRActionData/TestProcessPr.test_clean_squash.json +++ b/tests/PRActionData/TestProcessPr.test_clean_squash.json @@ -7,34 +7,29 @@ "files": [ "Utilities/ReleaseScripts/test/BuildFile.xml" ], - "squashed": true, + "squashed": false, "time": 1711538467 }, "79752f053efecad55dde17732259737e621a1f3f": { "files": [ "Utilities/ReleaseScripts/test/BuildFile.xml" ], - "squashed": true, + "squashed": false, "time": 1712828239 }, "dae848e38b8e387d7283a3e35818121487d9d76b": { "files": [ "DQMServices/Components/test/dqmiofilecopy.sh" ], - "squashed": true, + "squashed": false, "time": 1712829250 }, "e4d069b76c464274bf6e7d7cf9bac2153ed9a903": { "files": [ "DQMServices/Components/test/dqmiofilecopy.sh" ], - "squashed": true, - "time": 1712819089 - }, - "35f9a4c06b006029da40ed8858e0dae4abd52cb3": { - "time": 1712829250, "squashed": false, - "files": [] + "time": 1712819089 } }, "emoji": { @@ -53,7 +48,7 @@ "2056946596": "-1", "2056966759": "+1" }, - "last_seen_sha": "35f9a4c06b006029da40ed8858e0dae4abd52cb3", + "last_seen_sha": "dae848e38b8e387d7283a3e35818121487d9d76b", "signatures": { "2049242908": "2a9454e30606b17e52000110972998326ce9e428" } @@ -168,5 +163,65 @@ { "type": "edit-comment", "data": "cms-bot internal usage" + }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "2a9454e30606b17e52000110972998326ce9e428": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": true, + "time": 1711538467 + }, + "79752f053efecad55dde17732259737e621a1f3f": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": true, + "time": 1712828239 + }, + "dae848e38b8e387d7283a3e35818121487d9d76b": { + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ], + "squashed": true, + "time": 1712829250 + }, + "e4d069b76c464274bf6e7d7cf9bac2153ed9a903": { + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ], + "squashed": true, + "time": 1712819089 + }, + "35f9a4c06b006029da40ed8858e0dae4abd52cb3": { + "time": 1712829250, + "squashed": false, + "files": [] + } + }, + "emoji": { + "2049242908": "+1", + "2049536626": "+1", + "2056736344": "+1", + "2056739513": "+1", + "2056740892": "+1", + "2056796593": "+1", + "2056801055": "+1", + "2056820593": "+1", + "2056903278": "+1", + "2056930228": "+1", + "2056934192": "+1", + "2056935714": "+1", + "2056946596": "-1", + "2056966759": "+1" + }, + "last_seen_sha": "35f9a4c06b006029da40ed8858e0dae4abd52cb3", + "signatures": { + "2049242908": "2a9454e30606b17e52000110972998326ce9e428" + } + } } ] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_close.json b/tests/PRActionData/TestProcessPr.test_close.json index 3b99c6ff4a4..a5113058131 100644 --- a/tests/PRActionData/TestProcessPr.test_close.json +++ b/tests/PRActionData/TestProcessPr.test_close.json @@ -42,8 +42,7 @@ "2056801055": "+1", "2056820593": "+1", "2056903278": "+1", - "2056930228": "+1", - "2056934192": "+1" + "2056930228": "+1" }, "last_seen_sha": "dae848e38b8e387d7283a3e35818121487d9d76b", "signatures": { @@ -115,6 +114,58 @@ "type": "edit-comment", "data": "cms-bot internal usage" }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "2a9454e30606b17e52000110972998326ce9e428": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": false, + "time": 1711538467 + }, + "79752f053efecad55dde17732259737e621a1f3f": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": false, + "time": 1712828239 + }, + "dae848e38b8e387d7283a3e35818121487d9d76b": { + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ], + "squashed": false, + "time": 1712829250 + }, + "e4d069b76c464274bf6e7d7cf9bac2153ed9a903": { + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ], + "squashed": false, + "time": 1712819089 + } + }, + "emoji": { + "2049242908": "+1", + "2049536626": "+1", + "2056736344": "+1", + "2056739513": "+1", + "2056740892": "+1", + "2056796593": "+1", + "2056801055": "+1", + "2056820593": "+1", + "2056903278": "+1", + "2056930228": "+1", + "2056934192": "+1" + }, + "last_seen_sha": "dae848e38b8e387d7283a3e35818121487d9d76b", + "signatures": { + "2049242908": "2a9454e30606b17e52000110972998326ce9e428" + } + } + }, { "type": "status", "data": { diff --git a/tests/PRActionData/TestProcessPr.test_cmsdist_start_tests.json b/tests/PRActionData/TestProcessPr.test_cmsdist_start_tests.json new file mode 100644 index 00000000000..68baf3129bd --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_cmsdist_start_tests.json @@ -0,0 +1,111 @@ +[ + { + "type": "load-bot-cache", + "data": { + "commits": { + "3796ce54fef5c2b00990949a4e3f7d49489561c3": { + "files": [ + "root.spec" + ], + "squashed": false, + "time": 1745827456 + }, + "97b8e6b89e86de19afb3a428f54f08313457374e": { + "files": [], + "squashed": false, + "time": 1745910099 + } + }, + "emoji": {}, + "last_seen_sha": "97b8e6b89e86de19afb3a428f54f08313457374e", + "signatures": {} + } + }, + { + "type": "status", + "data": { + "commit": "97b8e6b89e86de19afb3a428f54f08313457374e", + "state": "success", + "target_url": "https://github.com/iarspider-cmssw/cmsdist/pull/1#issuecomment-2838027440", + "description": "Tests requested by iarspider at 2025-04-29 09:07:18 UTC.", + "context": "bot/1/jenkins" + } + }, + { + "type": "emoji", + "data": [ + 2838027440, + "+1", + true + ] + }, + { + "type": "add-label", + "data": [ + "tests-started" + ] + }, + { + "type": "remove-label", + "data": [ + "tests-pending" + ] + }, + { + "type": "create-property-file", + "data": { + "filename": "trigger-tests-iarspider-cmssw-cmsdist-1.properties", + "data": { + "PULL_REQUESTS": "iarspider-cmssw/cmsdist#1", + "EXTRA_RELVALS_TESTS": "THREADING GPU HIGH_STATS NANO CUDA ROCM", + "CONTEXT_PREFIX": "cms/1" + } + } + }, + { + "type": "emoji", + "data": [ + 2838027440, + "+1", + true + ] + }, + { + "type": "edit-comment", + "data": "cms-bot internal usage" + }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "3796ce54fef5c2b00990949a4e3f7d49489561c3": { + "files": [ + "root.spec" + ], + "squashed": false, + "time": 1745827456 + }, + "97b8e6b89e86de19afb3a428f54f08313457374e": { + "files": [], + "squashed": false, + "time": 1745910099 + } + }, + "emoji": { + "2838027440": "+1" + }, + "last_seen_sha": "97b8e6b89e86de19afb3a428f54f08313457374e", + "signatures": {} + } + }, + { + "type": "status", + "data": { + "commit": "97b8e6b89e86de19afb3a428f54f08313457374e", + "state": "success", + "target_url": "https://github.com/iarspider-cmssw/cmsdist/pull/1#issuecomment-2838027440", + "description": "Comment by iarspider at 2025-04-29 09:07:18 UTC processed.", + "context": "bot/1/ack" + } + } +] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_code_check_approved.json b/tests/PRActionData/TestProcessPr.test_code_check_approved.json index edd9cebff42..6d7321a4279 100644 --- a/tests/PRActionData/TestProcessPr.test_code_check_approved.json +++ b/tests/PRActionData/TestProcessPr.test_code_check_approved.json @@ -52,6 +52,23 @@ "type": "create-comment", "data": "A new Pull Request was created by @iarspider for master.\n\nIt involves the following packages:\n\n- Utilities/ReleaseScripts (**core**)\n\n\n@Dr15Jones, @iarspider, @makortel, @smuzaffar can you please review it and eventually sign? Thanks.\n@wddgit this is something you requested to watch as well.\n@iarspider you are the release manager for this.\n\ncms-bot commands are listed here\n" }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "2a9454e30606b17e52000110972998326ce9e428": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": false, + "time": 1711538467 + } + }, + "emoji": {}, + "last_seen_sha": "2a9454e30606b17e52000110972998326ce9e428", + "signatures": {} + } + }, { "type": "status", "data": { diff --git a/tests/PRActionData/TestProcessPr.test_code_checks_with.json b/tests/PRActionData/TestProcessPr.test_code_checks_with.json new file mode 100644 index 00000000000..f15e9a0c8cb --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_code_checks_with.json @@ -0,0 +1,87 @@ +[ + { + "type": "load-bot-cache", + "data": { + "commits": { + "ceea69106c5e0e17c03c87c13bdf187f03214fec": { + "files": [ + "README" + ], + "squashed": false, + "time": 1743158481 + } + }, + "emoji": { + "2801525714": "+1" + }, + "last_seen_sha": "ceea69106c5e0e17c03c87c13bdf187f03214fec", + "signatures": {} + } + }, + { + "type": "emoji", + "data": [ + 2809358867, + "+1", + true + ] + }, + { + "type": "add-label", + "data": [ + "code-checks-pending" + ] + }, + { + "type": "remove-label", + "data": [ + "code-checks-approved" + ] + }, + { + "type": "create-property-file", + "data": { + "filename": "trigger-code-checks-iarspider-cmssw-cmssw-25.properties", + "data": { + "PULL_REQUEST": "25", + "CONTEXT_PREFIX": "cms/25", + "CMSSW_TOOL_CONF": "cms.week0.PR_deadbeef/update", + "APPLY_PATCH": "true" + } + } + }, + { + "type": "status", + "data": { + "commit": "ceea69106c5e0e17c03c87c13bdf187f03214fec", + "state": "pending", + "target_url": null, + "description": "code-checks requested", + "context": "cms/25/code-checks" + } + }, + { + "type": "edit-comment", + "data": "cms-bot internal usage" + }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "ceea69106c5e0e17c03c87c13bdf187f03214fec": { + "files": [ + "README" + ], + "squashed": false, + "time": 1743158481 + } + }, + "emoji": { + "2801525714": "+1", + "2809358867": "+1" + }, + "last_seen_sha": "ceea69106c5e0e17c03c87c13bdf187f03214fec", + "signatures": {} + } + } +] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_convert_cache.json b/tests/PRActionData/TestProcessPr.test_convert_cache.json new file mode 100644 index 00000000000..5100d0a0f5b --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_convert_cache.json @@ -0,0 +1,58 @@ +[ + { + "type": "load-bot-cache", + "data": { + "last_seen_sha": "ceea69106c5e0e17c03c87c13bdf187f03214fec", + "emoji": {}, + "signatures": {}, + "commits": { + "ceea69106c5e0e17c03c87c13bdf187f03214fec": { + "files": [ + "README" + ], + "squashed": false, + "time": 1743158481 + } + } + } + }, + { + "type": "emoji", + "data": [ + 2761127311, + "+1", + true + ] + }, + { + "type": "add-label", + "data": [] + }, + { + "type": "remove-label", + "data": [] + }, + { + "type": "edit-comment", + "data": "cms-bot internal usage" + }, + { + "type": "save-bot-cache", + "data": { + "last_seen_sha": "ceea69106c5e0e17c03c87c13bdf187f03214fec", + "emoji": { + "2761127311": "+1" + }, + "signatures": {}, + "commits": { + "ceea69106c5e0e17c03c87c13bdf187f03214fec": { + "files": [ + "README" + ], + "squashed": false, + "time": 1743158481 + } + } + } + } +] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_create_compressed_cache.json b/tests/PRActionData/TestProcessPr.test_create_compressed_cache.json new file mode 100644 index 00000000000..b30efc790e1 --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_create_compressed_cache.json @@ -0,0 +1,3094 @@ +[ + { + "type": "update-milestone", + "data": { + "id": 4, + "title": "CMSSW_14_1_X" + } + }, + { + "type": "emoji", + "data": [ + 2841961878, + "+1", + true + ] + }, + { + "type": "add-label", + "data": [ + "alca-pending", + "analysis-pending", + "code-checks-pending", + "core-pending", + "daq-pending", + "db-pending", + "dqm-pending", + "fastsim-pending", + "generators-pending", + "geometry-pending", + "heterogeneous-pending", + "hlt-pending", + "l1-pending", + "operations-pending", + "orp-pending", + "pdmv-pending", + "pending-signatures", + "reconstruction-pending", + "simulation-pending", + "tests-pending", + "tracking", + "trk", + "upgrade-pending", + "xpog-pending" + ] + }, + { + "type": "remove-label", + "data": [] + }, + { + "type": "create-property-file", + "data": { + "filename": "trigger-code-checks-iarspider-cmssw-cmssw-37.properties", + "data": { + "PULL_REQUEST": "37", + "CONTEXT_PREFIX": "cms/37", + "CMSSW_TOOL_CONF": "", + "APPLY_PATCH": "false" + } + } + }, + { + "type": "status", + "data": { + "commit": "c23099c7377123b6de7fafa7a486b20b18d54f7e", + "state": "pending", + "target_url": null, + "description": "code-checks requested", + "context": "cms/37/code-checks" + } + }, + { + "type": "create-comment", + "data": "cms-bot internal usage" + }, + { + "type": "save-bot-cache", + "data": { + "emoji": { + "2841961878": "+1" + }, + "signatures": {}, + "commits": { + "c23099c7377123b6de7fafa7a486b20b18d54f7e": { + "time": 1746011094, + "squashed": false, + "files": [ + "Alignment/APEEstimation/python/samples/Data_TkAlMinBias_Run2018C_PromptReco_v3_cff.py", + "Alignment/APEEstimation/python/samples/Data_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py", + "Alignment/APEEstimation/python/samples/Data_TkAlZMuMu_Run2015B_DoubleMuon_PromptReco_v1_cff.py", + "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_ApeSkim_cff.py", + "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_cff.py", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsEntry.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsStore.h", + "Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationPluginFactory.h", + "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorTracksFromTrajectories.cc", + "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorMuonResidualsDefaults_cff.py", + "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorSegmentDifferences_cfi.py", + "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentDerivativesExtractor.h", + "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/KarimakiAlignmentDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/ParametersToParametersDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters4D.h", + "Alignment/CommonAlignmentParametrization/interface/SegmentAlignmentDerivatives4D.h", + "Alignment/CommonAlignmentParametrization/interface/TwoBowedSurfacesAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/src/BowedSurfaceAlignmentDerivatives.cc", + "Alignment/CommonAlignmentParametrization/src/CompositeAlignmentDerivativesExtractor.cc", + "Alignment/CommonAlignmentParametrization/src/ParametersToParametersDerivatives.cc", + "Alignment/CommonAlignmentParametrization/src/TwoBowedSurfacesAlignmentParameters.cc", + "Alignment/CommonAlignmentProducer/interface/AlignmentTracksFromVertexCompositeCandidateSelector.h", + "Alignment/CommonAlignmentProducer/interface/AlignmentTwoBodyDecayTrackSelector.h", + "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexCompositeCandidateSelectorModule.cc", + "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexSelectorModule.cc", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHaloOverlaps_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlCalIsolatedMu_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmics_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlStandAloneCosmics_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli0T_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGCombined_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGDiMuon_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGCombined_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGDiMuon_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHG_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLT_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsInCollisions_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlDiMuonAndVertex_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracksZMuMu_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedHI_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedPA_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuHI_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuPA_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHGCombined_cff.py", + "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHLTHGCombined_cff.py", + "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexCompositeCandidateSelector_cfi.py", + "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexSelector_cfi.py", + "Alignment/CommonAlignmentProducer/src/AlignmentTracksFromVertexCompositeCandidateSelector.cc", + "Alignment/LaserAlignment/python/ExpectedCorrectionsShiftsAndRotationsTEC2TEC_cfi.py", + "Alignment/MillePedeAlignmentAlgorithm/plugins/ZMuMuMassConstraintParameterFinder.cc", + "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/ConfigureAlignmentProducer.py", + "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/myMessageLogger_cff.py", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/README.md", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/printParameters.C", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/submit_jobs.sh", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/zmumudistribution_cfg.py", + "Alignment/MillePedeAlignmentAlgorithm/test/test_ZMuMuMassConstraintParameterFinder.sh", + "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOct2010holes.phipos", + "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_diskfitters_cff.py", + "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_ringfitters_cff.py", + "Alignment/MuonAlignmentAlgorithms/test/test_CSCOverlapsAlignmentAlgorithm_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/PixelBaryCentreAnalyzer_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/condorTemplate.submit", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/executableTemplate.sh", + "Alignment/OfflineValidation/test/examples/PV_alignments_multiple_merge_jobs.yaml", + "Alignment/OfflineValidation/test/examples/jetHtAnalysis_fullExampleConfiguration.json", + "Alignment/OfflineValidation/test/examples/jetHtFilesForRun2018A_first100files.txt", + "Alignment/OfflineValidation/test/testingScripts/test_unitSagittaBiasNtuplizer.sh", + "Alignment/TrackerAlignment/scripts/TkAlCaRecoPrescaling.ALCARECOTkAlCosmics0T.tpl", + "Alignment/TrackerAlignment/test/Misalignments/createRandomlyMisalignedGeometry_Phase2_cfg.py", + "Alignment/TrackerAlignment/test/Misalignments/createRandomlyMisalignedGeometry_cfg.py", + "AnalysisAlgos/SiStripClusterInfoProducer/plugins/SiStripProcessedRawDigiProducer.cc", + "AnalysisAlgos/SiStripClusterInfoProducer/python/SiStripProcessedRawDigiProducer_SimData_cfi.py", + "AnalysisAlgos/SiStripClusterInfoProducer/python/SiStripProcessedRawDigiProducer_cfi.py", + "CalibCalorimetry/EcalCorrectionModules/src/EcalGlobalShowerContainmentCorrectionsVsEtaESProducer.cc", + "CalibCalorimetry/EcalCorrectionModules/src/EcalShowerContainmentCorrectionsESProducer.cc", + "CalibCalorimetry/EcalCorrectionModules/test/stubs/EcalContainmentCorrectionAnalyzer.cc", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/doc/EcalCorrelatedNoiseAnalysisAlgos.doc", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/test/EcnaCalculationsExample.cc", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R175975_1_0_150_Dee0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R175975_1_0_150_SM0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R178231_1_0_150_Dee0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_1.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2_data.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2_simul.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_3.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanLSFJOBReports", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanPythonFiles", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanSubmissionScripts", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160077", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160994", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160998", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161016", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161020", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161311", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R162517", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R162811", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R170298", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R175975", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R178231", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_ideal.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_ideal_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_startup_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_ideal_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_startup_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_ideal_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_startup_prep.py", + "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv4_128_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv6_transparency_spikekill_2016_script.py", + "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv6_transparency_spikekill_2016_script_270062.py", + "CalibCalorimetry/EcalTrivialCondModules/interface/EcalTrivialConditionRetriever.h", + "CalibCalorimetry/EcalTrivialCondModules/python/EcalTrivialCondRetrieverTB_cfi.py", + "CalibMuon/DTCalibration/python/dt_offlineAnalysis_common_cosmics_vDriftSeg_cff.py", + "CalibPPS/AlignmentGlobal/python/ALCARECOPromptCalibProdPPSAlignment_Output_cff.py", + "CalibPPS/ESProducers/interface/CTPPSRPAlignmentCorrectionsDataESSourceXMLCommon.h", + "CalibPPS/TimingCalibration/plugins/PPSDiamondSampicTimingCalibrationPCLHarvester.cc", + "CalibPPS/TimingCalibration/plugins/PPSDiamondSampicTimingCalibrationPCLWorker.cc", + "CalibPPS/TimingCalibration/python/ALCARECOPPSDiamondSampicTimingCalibHarvester_cff.py", + "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_Output_cff.py", + "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_cff.py", + "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSTimingCalib_Output_cff.py", + "CalibTracker/Configuration/python/SiPixelCabling/SiPixelCabling_Frontier_DevDB_cff.py", + "CalibTracker/Configuration/python/SiPixelCabling/SiPixelCabling_Frontier_IntDB_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Fake_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_DevDB_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_IntDB_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_cff.py", + "CalibTracker/Configuration/python/SiStripLorentzAngle/SiStripLorentzAngle_Fake_cff.py", + "CalibTracker/Configuration/python/SiStripLorentzAngle/SiStripLorentzAngle_Frontier_cff.py", + "CalibTracker/Configuration/python/SiStripNoise/SiStripNoise_Fake_APVModeDec_cff.py", + "CalibTracker/Configuration/python/SiStripNoise/SiStripNoise_Fake_APVModePeak_cff.py", + "CalibTracker/Configuration/python/TrackerAlignment/TrackerAlignment_Frontier_cff.py", + "CalibTracker/Configuration/python/Tracker_DependentRecords_forGlobalTag_nofakes_cff.py", + "CalibTracker/SiPhase2TrackerESProducers/interface/SiPhase2OuterTrackerFakeLorentzAngleESSource.h", + "CalibTracker/SiPhase2TrackerESProducers/plugins/SiPhase2BadStripConfigurableFakeESSource.cc", + "CalibTracker/SiPhase2TrackerESProducers/plugins/SiPhase2OuterTrackerFakeLorentzAngleESSource.cc", + "CalibTracker/SiPhase2TrackerESProducers/python/SiPhase2OuterTrackerFakeLorentzAngleESSource_cfi.py", + "CalibTracker/SiPixelConnectivity/plugins/PixelToFEDAssociateFromAsciiESProducer.cc", + "CalibTracker/SiPixelConnectivity/plugins/PixelToFEDAssociateFromAsciiESProducer.h", + "CalibTracker/SiPixelConnectivity/plugins/PixelToLNKAssociateFromAsciiESProducer.cc", + "CalibTracker/SiPixelConnectivity/plugins/PixelToLNKAssociateFromAsciiESProducer.h", + "CalibTracker/SiPixelConnectivity/python/PixelToLNKAssociateFromAsciiESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationForHLTSimService.h", + "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationOfflineService.h", + "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationOfflineSimService.h", + "CalibTracker/SiPixelESProducers/plugins/SiPixelGainCalibrationForHLTGPUESProducer.cc", + "CalibTracker/SiPixelESProducers/plugins/SiPixelROCsStatusAndMappingWrapperESProducer.cc", + "CalibTracker/SiPixelESProducers/plugins/alpaka/SiPixelGainCalibrationForHLTSoAESProducer.cc", + "CalibTracker/SiPixelESProducers/python/SiPixel2DTemplateDBObjectESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/python/SiPixelFakeGenErrorDBObjectESSource_cfi.py", + "CalibTracker/SiPixelESProducers/python/SiPixelFakeTemplateDBObjectESSource_cfi.py", + "CalibTracker/SiPixelESProducers/python/siPixelQualityForDigitizerESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/python/siPixelQualityForRawToDigiESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/test/PixelFEDChannelCollectionMapTestReader_cfg.py", + "CalibTracker/SiPixelGainCalibration/python/SiPixelGainCalibrationAnalysis_cfi.py", + "CalibTracker/SiPixelGainCalibration/test/SimpleTestPrintOutPixelCalibAnalyzer.cc", + "CalibTracker/SiPixelLorentzAngle/interface/SiPixelLorentzAngleCalibrationStruct.h", + "CalibTracker/SiPixelLorentzAngle/python/ALCARECOSiPixelLorentzAngle_Output_cff.py", + "CalibTracker/SiPixelLorentzAngle/python/SiPixelLorentzAnglePCLHarvesterMCS_cfi.py", + "CalibTracker/SiPixelLorentzAngle/test/calculateLorentzAngleFromClusterSizeFpix.C", + "CalibTracker/SiPixelSCurveCalibration/interface/SiPixelSCurveCalibrationAnalysis.h", + "CalibTracker/SiPixelSCurveCalibration/python/SiPixelSCurveCalibrationAnalysis_cfi.py", + "CalibTracker/SiStripChannelGain/test/CodeExample/produceCalibrationTree_cfg_OnBatch.py", + "CalibTracker/SiStripChannelGain/test/Cosmic_B38/SiStrip_ChannelGain_Cosmic_Craft.db", + "CalibTracker/SiStripChannelGain/test/UsefullCode/Comparison/MakeChargeDistribution.C", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/MakeAsciiFileFromTree.C", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/MakeAsciiFileFromTree.sh", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/PredictedVsObserved.C", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/PredictedVsObserved.sh", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/ProducePayloadFromASCII_cfg.py", + "CalibTracker/SiStripChannelGain/test/UsefullCode/TimeHistory/MakeChargeDistribution.C", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/produceCalibrationTree_CosmicsLABP_cfg.py", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/produceCalibrationTree_template_cfg.py", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/submitCalibTree/__init__.py", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/submitCalibTree/launchJobs.py", + "CalibTracker/SiStripDCS/test/DetVOffReaderDebug__FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", + "CalibTracker/SiStripDCS/test/HV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", + "CalibTracker/SiStripDCS/test/LV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", + "CalibTracker/SiStripESProducers/plugins/DBWriter/SiStripFedCablingManipulator.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripBackPlaneCorrectionFakeESSource.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripBadModuleConfigurableFakeESSource.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripNoiseNormalizedWithApvGainBuilder.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripNoiseNormalizedWithApvGainBuilder.h", + "CalibTracker/SiStripESProducers/plugins/real/SiStripApvSimulationParametersESProducer.cc", + "CalibTracker/SiStripESProducers/plugins/real/SiStripBackPlaneCorrectionDepESProducer.cc", + "CalibTracker/SiStripESProducers/plugins/real/SiStripLorentzAngleDepESProducer.cc", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripApvGainDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBackPlaneCorrectionDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadChannelDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadFiberDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadModuleDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadStripDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadStripFromQualityDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBaseDelayDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripConfObjectDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripDetVOffDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripFedCablingDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripFedCablingManipulator_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripLatencyDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripLorentzAngleDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripNoisesDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripPedestalsDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripThresholdDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/SiStripBackPlaneCorrectionDepESProducer_cfi.py", + "CalibTracker/SiStripESProducers/python/SiStripHashedDetIdESProducerFromGeom_cfi.py", + "CalibTracker/SiStripESProducers/python/SiStripQualityConfigurableFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/Phase2TrackerConfigurableCablingESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripBackPlaneCorrectionFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripBadChannelFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripBadModuleConfigurableFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripConfObjectFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripFedCablingFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripLorentzAngleFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripApvGain_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBackPlaneCorrection_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadChannel_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadFiber_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadModule_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBaseDelay_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripClusterThreshold_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripConfObject_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripDetVOff_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripFedCabling_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripLatency_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripLorentzAngle_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_DecMode_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_PeakMode_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripPedestals_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripThreshold_cfg.py", + "CalibTracker/SiStripESProducers/test/python/SiStripBadAPVListBuilder_byHand_cfg.py", + "CalibTracker/SiStripESProducers/test/python/SiStripBadComponentBuilder_byHand_cfg.py", + "CalibTracker/SiStripESProducers/test/python/SiStripNoiseNormalizedWithApvGainBuilder_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripBackPlaneCorrectionDepDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripBackPlaneCorrectionDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripClusterThresholdDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleDepDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleSimDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_firstIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_secondIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_firstIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_secondIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_merge_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/read_DummyCondDBWriter_SiStripQuality_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/run.sh", + "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromBadModuleConfigurableFakeESSource_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromBadStripFakeESSource_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromQualityFakeESSource_cfg.py", + "CalibTracker/SiStripLorentzAngle/interface/SiStripLorentzAngleCalibrationHelpers.h", + "CalibTracker/SiStripLorentzAngle/interface/SiStripLorentzAngleCalibrationStruct.h", + "CalibTracker/SiStripLorentzAngle/test/step_PromptCalibProdSiStripLA_ALCAHARVEST_cfg.py", + "CalibTracker/SiStripQuality/interface/SiStripBadAPVAlgorithmFromClusterOccupancy.h", + "CalibTracker/SiStripQuality/interface/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.h", + "CalibTracker/SiStripQuality/interface/SiStripHotStripAlgorithmFromClusterOccupancy.h", + "CalibTracker/SiStripQuality/src/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.cc", + "CalibTracker/SiStripQuality/test/cfg/StudyExample/SiStripQualityStatistics_Cabling_cfg.py", + "CalibTracker/SiStripQuality/test/cfg/StudyExample/SiStripQualityStatistics_singleTag_cfg.py", + "CalibTracker/SiStripQuality/test/cfg/makeMergeBadComponentPayload_example_cfg.py", + "CalibTracker/StandaloneTrackerTopology/test/testStandaloneTrackerTopology_cfg.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalCalIsolElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalRecalIsolElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalTestPulsesRaw_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalUncalIsolElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOZeeMCEcalCalElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOZeeMC_plus_HLT_EcalCalElectron_Output_cff.py", + "Calibration/EcalCalibAlgos/python/ALCARECOPromptCalibProdEcalPedestals_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalGammaJetFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonProducerFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonProducerFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonProducerFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonProducerFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilterNoHLT_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilterNoHLT_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkNoHLT_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkProducerFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkProducerFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsolatedBunchSelector_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsolatedBunchSelector_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIterativePhiSym_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalLowPUHBHEMuonFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalLowPUHBHEMuonFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/test/HCalCalPedestal_ALCA_run251252_Run2015B_data.py", + "Calibration/HcalCalibAlgos/test/python/gammaJetAnalysis_data2012_noGJetProd_cfg.py", + "Calibration/HcalIsolatedTrackReco/plugins/EcalIsolatedParticleCandidateProducer.cc", + "Calibration/HcalIsolatedTrackReco/plugins/IsolatedEcalPixelTrackCandidateProducer.cc", + "Calibration/HcalIsolatedTrackReco/plugins/IsolatedPixelTrackCandidateL1TProducer.cc", + "Calibration/HcalIsolatedTrackReco/plugins/IsolatedPixelTrackCandidateProducer.cc", + "Calibration/IsolatedParticles/test/python/proto_runIsolatedParticlesGeneratedJets_cfg.py", + "Calibration/IsolatedParticles/test/python/proto_runIsolatedTracksNxNNzsData_cfg.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOAlCaPCCRandomFromRECO_Output_cff.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOAlCaPCCZeroBiasFromRECO_Output_cff.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOLumiPixelsMinBias_Output_cff.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOPromptCalibProdLumiPCC_Output_cff.py", + "Calibration/TkAlCaRecoProducers/plugins/CalibrationTrackSelectorFromDetIdList.cc", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHPLowPU_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHPLowPU_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHP_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngle_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngle_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGainsAAG_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGainsAAG_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGains_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGains_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripHitEfficiency_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripHitEfficiency_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripLorentzAngle_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripLorentzAngle_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStrip_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuonLoose_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuonTight_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuon_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalCosmicsNano_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasAAGHI_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasAAG_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasHI_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalSmallBiasScan_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalZeroBiasHI_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/AlcaSiPixelLorentzAngleHarvesterMCS_cff.py", + "Calibration/TkAlCaRecoProducers/python/AlcaSiPixelLorentzAngleHarvesterMCS_cfi.py", + "Calibration/TkAlCaRecoProducers/python/CalibrationTrackSelectorFromDetIdList_cfi.py", + "CaloOnlineTools/HcalOnlineDb/interface/ConfigurationDatabaseStandardXMLParser.hh", + "CaloOnlineTools/HcalOnlineDb/test/HCAL_TRIG_PRIM_LOOKUP_TABLE.XMLloader.template", + "CaloOnlineTools/HcalOnlineDb/test/HCAL_TRIG_PRIM_LOOKUP_TABLE.checksums.template", + "CommonTools/ParticleFlow/python/Isolation/customiseEarlyDeleteForCandIsoDeposits.py", + "CommonTools/ParticleFlow/python/Isolation/electronPFIsolationDepositsPFBRECO_cff.py", + "CommonTools/ParticleFlow/python/Isolation/electronPFIsolationValuesPFBRECO_cff.py", + "CommonTools/ParticleFlow/python/Isolation/photonPFIsolationDepositsPFBRECO_cff.py", + "CommonTools/ParticleFlow/python/ParticleSelectors/pfAllNeutralHadronsAndPhotons_cfi.py", + "CommonTools/ParticleFlow/python/ParticleSelectors/pfPdgIdPFCandidateSelector_cfi.py", + "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_create_cfg.py", + "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_read_cfg.py", + "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_update_cfg.py", + "CondCore/AlignmentPlugins/plugins/TrackerAlignmentErrorExtended_PayloadInspector.cc", + "CondCore/AlignmentPlugins/plugins/TrackerSurfaceDeformations_PayloadInspector.cc", + "CondCore/CTPPSPlugins/plugins/CTPPSRPAlignmentCorrectionsData_PayloadInspector.cc", + "CondCore/DBOutputService/test/python/testIOVPayloadAnalyzer_example_oracle_cfg.py", + "CondCore/EcalPlugins/plugins/EcalClusterEnergyCorrectionObjectSpecificParameters_PayloadInspector.cc", + "CondCore/EcalPlugins/plugins/EcalClusterEnergyCorrectionParameters_PayloadInspector.cc", + "CondCore/EcalPlugins/plugins/EcalClusterEnergyUncertaintyParameters_PayloadInspector.cc", + "CondCore/EcalPlugins/plugins/EcalClusterLocalContCorrParameters_PayloadInspector.cc", + "CondCore/PCLConfigPlugins/plugins/SiPixelAliPCLThresholdsPayloadInspectorHelper.h", + "CondCore/SiPixelPlugins/plugins/SiPixelGainCalibrationForHLT_PayloadInspector.cc", + "CondCore/SiPixelPlugins/plugins/SiPixelGainCalibrationOffline_PayloadInspector.cc", + "CondFormats/CastorObjects/data/castor_channelquality_HighGain_Run141956-148844.txt", + "CondFormats/DataRecord/interface/EcalClusterEnergyCorrectionObjectSpecificParametersRcd.h", + "CondFormats/DataRecord/interface/EcalGlobalShowerContainmentCorrectionsVsEtaRcd.h", + "CondFormats/DataRecord/interface/HeterogeneousHGCalHEFCellPositionsConditionsRecord.h", + "CondFormats/DataRecord/src/EcalClusterEnergyCorrectionObjectSpecificParametersRcd.cc", + "CondFormats/DataRecord/src/HeterogeneousHGCalHEFCellPositionsConditionsRecord.cc", + "CondFormats/EcalCorrections/interface/EcalGlobalShowerContainmentCorrectionsVsEta.h", + "CondFormats/EcalCorrections/src/T_EventSetup_EcalGlobalShowerContainmentCorrectionsVsEta.cc", + "CondFormats/EcalCorrections/src/T_EventSetup_EcalShowerContainmentCorrections.cc", + "CondFormats/EcalObjects/interface/EcalClusterEnergyCorrectionObjectSpecificParameters.h", + "CondFormats/GeometryObjects/src/T_EventSetup_PTrackerAdditionalParametersPerDet.cc", + "CondFormats/HGCalObjects/interface/HeterogeneousHGCalHEFCellPositionsConditions.h", + "CondFormats/HGCalObjects/src/T_EventSetup_HeterogeneousHGCalHEFCellPositionsConditions.cc", + "CondFormats/HGCalObjects/src/alpaka/T_EventSetup_HGCalCalibrationParameterDevice.cc", + "CondFormats/JetMETObjects/test/run_TestCondFormatsJetMETObjectsJetCorrectorParameters.sh", + "CondFormats/PPSObjects/src/T_EventSetup_LHCInterpolatedOpticalFunctionsSetCollection.cc", + "CondFormats/PhysicsToolsObjects/interface/PerformancePayloadFromBinnedTFormula.h", + "CondFormats/SiPhase2TrackerObjects/src/T_EventSetup_SiPhase2OuterTrackerLorentzAngle.cc", + "CondFormats/SiPhase2TrackerObjects/src/T_EventSetup_TrackerDetToDTCELinkCablingMap.cc", + "CondFormats/SiPhase2TrackerObjects/test/testSerializationSiPhase2TrackerObjects.cpp", + "CondFormats/SiPixelObjects/interface/alpaka/SiPixelGainCalibrationForHLTDevice.h", + "CondFormats/SiPixelObjects/interface/alpaka/SiPixelGainCalibrationForHLTUtilities.h", + "CondFormats/SiPixelObjects/src/alpaka/T_EventSetup_SiPixelGainCalibrationForHLTDevice.cc", + "CondFormats/SiStripObjects/test/UnitTests/MasterTestCondFormatsSiStripObjects.cpp", + "CondTools/Ecal/interface/EcalClusterEnergyCorrectionObjectSpecificXMLTranslator.h", + "CondTools/Ecal/python/produceTPGParameters_beamv6_transparency_spikekill_2016_script.py", + "CondTools/Ecal/test/EcalIntercalibConstantsPopConBTransitionAnalyzer_test_cfg.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2023.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2024.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2025.py", + "Configuration/DataProcessing/python/Impl/trackingOnlyEra_Run2_2018_highBetaStar.py", + "Configuration/EcalTB/python/reco_application_2006rawdata_localTrivialreco_cfg.py", + "Configuration/Generator/python/B0ToJpsiK0s_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", + "Configuration/Generator/python/BuMixing_BMuonFilter_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/BuMixing_BMuonFilter_forSTEAM_14TeV_TuneCP5_cfi.py", + "Configuration/Generator/python/BuToJPsiPrimeKToJPsiPiPiK_14TeV_TuneCP5_pythia8_cfi.py", + "Configuration/Generator/python/BuToKstarPsi2S_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/Chib1PToUpsilon1SGamma_MuFilter_TuneCP5_14TeV-pythia8_evtgen_cfi.py", + "Configuration/Generator/python/ChicToJpsiGamma_MuFilter_TuneCP5_14TeV_pythia8_evtgen_cfi.py", + "Configuration/Generator/python/DStarToD0Pi_D0ToKsPiPi_inclusive_SoftQCD_TuneCP5_13p6TeV-pythia8-evtgen.py", + "Configuration/Generator/python/DYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cff.py", + "Configuration/Generator/python/DYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cff.py", + "Configuration/Generator/python/DYToll01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/DYToll012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/DYToll012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/DarkSUSY_mH_125_mN1_60_mGammaD_10_cT_10_Madgraph_LHE_13TeV_cfi.py", + "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_300_1000mm_TuneCUETP8M1_13TeV_pythia8_cff.py", + "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_13TeV_pythia8_cff.py", + "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_14TeV_pythia8_cff.py", + "Configuration/Generator/python/HSCPmchamp1_M_600_TuneZ2star_13TeV_pythia6_cff.py", + "Configuration/Generator/python/HTo2LongLivedTo4bMH-125_MFF-12_CTau-900mm_TuneCP5_14TeV_pythia8_cfi.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_EvtGen_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8withPhotospp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_powhegEmissionVeto2p_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_EvtGen_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8withPhotospp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max1j_max1p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_generic_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_ggHZZ4L_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto2p_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_2p_HToGG_M125_LHE_py8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToBB_M-125_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToZZ4nu_M-125_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraphamcatnlo_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraphamcatnlo_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_samePDF_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_samePDF_herwigpp_cff.py", + "Configuration/Generator/python/Herwig7Settings/Herwig7LHEMG5aMCatNLOSettings_cfi.py", + "Configuration/Generator/python/Herwig7Settings/Herwig7StableParticlesForDetector_cfi.py", + "Configuration/Generator/python/LambdaBToLambdaMuMuToPPiMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/LbToJpsiLambda_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", + "Configuration/Generator/python/LbToJpsiXiK0sPi_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP1DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP2DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP3DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP4DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5CR1Settings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5CR2Settings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5DownSettings_cfi.py", + "Configuration/Generator/python/QCD_Pt-15To7000_TuneCUETP8M1_Flat_14TeV-pythia8_cff.py", + "Configuration/Generator/python/QCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_13TeV_pythia8_cff.py", + "Configuration/Generator/python/QCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_14TeV_pythia8_cff.py", + "Configuration/Generator/python/QCD_Pt20toInf_MuEnrichedPt15_14TeV_TuneCP5_cff.py", + "Configuration/Generator/python/RS750_quarks_and_leptons_8TeV_TuneCUETP8M1_cff.py", + "Configuration/Generator/python/RSGravitonToGammaGamma_kMpl01_M_3000_TuneCUETP8M1_13TeV_pythia8_cfi.py", + "Configuration/Generator/python/ReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_ExtGen_cfi.py", + "Configuration/Generator/python/ReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_cfi.py", + "Configuration/Generator/python/SMS-Higgsino_mN2-170_mC1-160_mN1-150_HT60_TuneCP5_13TeV_pythia8_cfi.py", + "Configuration/Generator/python/SMS-T1tttt_mGl-1500_mLSP-100_13TeV-pythia8_cfi.py", + "Configuration/Generator/python/SMS-T1tttt_mGl-1500_mLSP-100_TuneCP5_14TeV_pythia8_cfi.py", + "Configuration/Generator/python/TTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/TTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cfi.py", + "Configuration/Generator/python/TTbarToDilepton_mt172p5_TuneCP5_14TeV_pythia8_cfi.py", + "Configuration/Generator/python/Upsilon1SToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/Upsilon4sBaBarExample_BpBm_Dstarpipi_D0Kpi_nonres_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/Upsilon4swithBuToKstarJPsiToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/WTolNu01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/WTolNu012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/WprimeToENu_M-2000_TuneCUETP8M1_13TeV-pythia8_cff.py", + "Configuration/Generator/python/ZTT_Tauola_All_hadronic_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_All_hadronic_14TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_ExtGen_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZmumuJets_Pt_20_300_GEN_13TeV_TuneCUETP8M1_cfg.py", + "Configuration/Generator/python/sherpa_ttbar_2j_MENLOPS_13TeV_MASTER_ExtGen_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2024FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2024FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2025FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2025FlatMinus10PercentReco_cff.py", + "Configuration/ProcessModifiers/python/ecal_component_finely_sampled_waveforms_cff.py", + "Configuration/ProcessModifiers/python/ticl_superclustering_mustache_ticl_cff.py", + "Configuration/ProcessModifiers/python/trackingMkFitDisplacedRegionalStep_cff.py", + "Configuration/ProcessModifiers/python/trackingMkFitInitialStepPreSplitting_cff.py", + "Configuration/ProcessModifiers/python/unifiedparticleTransformerAK4SonicTriton_cff.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p3_cfg.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p4_cfg.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch2_cfg.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch4_cfg.py", + "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p3_cfg.py", + "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p4_cfg.py", + "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess370patch2_cfg.py", + "Configuration/StandardSequences/python/SimulationRandomNumberGeneratorSeeds_cff.py", + "DPGAnalysis/SiStripTools/python/SiStripConfObjectAPVPhaseOffsetsFakeESSource_cfi.py", + "DPGAnalysis/SiStripTools/python/byclustsummsipixelvssistripmulteventfilter_cfi.py", + "DPGAnalysis/SiStripTools/python/configurableapvcyclephaseproducer_CRAFT08_cfi.py", + "DPGAnalysis/SiStripTools/python/configurableapvcyclephaseproducer_GR09_withdefault_cff.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_additionalpeak_AlCaReco_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_firstpeak_AlCaReco_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_firstpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_maxonly_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_secondpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_widerange_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_HugeEvents_AlCaReco_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_firstpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_maxonly_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_secondpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_widerange_cfi.py", + "DPGAnalysis/SiStripTools/python/occupancyplotsselections_pixelphase1_detailed_cff.py", + "DPGAnalysis/SiStripTools/test/CondDBWriter_SiStripConfObjectAPVPhaseOffsets_cfg.py", + "DPGAnalysis/Skims/data/Cert_13TeV_16Dec2015ReReco_Collisions15_25ns_50ns_JSON.txt", + "DPGAnalysis/Skims/data/Cert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON.txt", + "DPGAnalysis/Skims/data/Cert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON_MuonPhys.txt", + "DPGAnalysis/Skims/data/Cert_271036-274240_13TeV_PromptReco_Collisions16_JSON.txt", + "DQM/BeamMonitor/test/2012_PixelTracksVertices_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py", + "DQM/BeamMonitor/test/2012_PixelTracksVertices_Test_beamspotproblem_dqm_sourceclient-live_cfg.py", + "DQM/BeamMonitor/test/2012_ReducedTrackingSteps_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py", + "DQM/EcalPreshowerMonitorModule/python/EcalPreshowerMonitorTasks_withFEDIntegrity_cfi.py", + "DQM/SiPixelPhase1Config/test/pixelphase1_for_timing_scan_dqm_sourceclient-live_cfg.py", + "DQM/SiPixelPhase1Config/test/qTests/mean_num_digis_qualitytest_config_cosmics.xml", + "DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.cc", + "DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.h", + "DQM/SiStripCommissioningSources/python/SiStripCommissioningSource_FromEDM_cfg.py", + "DQM/SiStripCommissioningSources/python/SiStripCommissioningSource_FromRAW_cfg.py", + "DQM/SiStripMonitorApproximateCluster/plugins/SiStripMonitorApproximateCluster.cc", + "DQM/SiStripMonitorApproximateCluster/python/SiStripMonitorApproximateCluster_cfi.py", + "DQM/SiStripMonitorClient/data/sistrip_monitorelement_config_ped_cluster_digi.xml", + "DQM/SiStripMonitorClient/python/SiStripDQMSourceConfigOfflineGlobalRunCAF_cfi.py", + "DQM/SiStripMonitorSummary/scripts/MonitorDB_NewDirStructure_KeepTagLinks_generic.sh", + "DQM/SiStripMonitorSummary/scripts/MonitorDB_NewDirStructure_KeepTagLinks_generic_V2.sh", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_222222_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_2e83ff_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_454545_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_888888_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_cd0a0a_256x240.png", + "DQM/TrackingMonitorClient/python/TrackingEffFromHitPatternClientConfigZeroBias_cff.py", + "DQMOffline/CalibTracker/test/AnalyzeSeveralRuns_ExpressStreamWithDQMHarvesting_afs.sh", + "DQMOffline/CalibTracker/test/CRAFTCalib/SiStripDQMBadStripsValidationReReco.job", + "DQMOffline/CalibTracker/test/CRAFTCalib/SiStripDQMBadStripsValidationReReco_cfg.py", + "DQMOffline/CalibTracker/test/SiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py", + "DQMOffline/CalibTracker/test/template_SiStripQualityBadAPVIdentifierRoot_cfg.py", + "DQMOffline/CalibTracker/test/template_SiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py", + "DQMOffline/CalibTracker/test/template_SiStripQualityHotStripIdentifierRoot_cfg.py", + "DQMOffline/L1Trigger/test/runDQMOffline_step1NoRECO_justRate_L1TriggerOnly_job1_cfg.py", + "DataFormats/EcalRecHit/interface/alpaka/EcalUncalibratedRecHitDeviceCollection.h", + "DataFormats/L1ScoutingRawData/test/create_SDSRawDataCollection_test_file_cfg.py", + "DataFormats/ParticleFlowReco/interface/alpaka/PFRecHitFractionDeviceCollection.h", + "DataFormats/SiStripCluster/test/TestWriteSiStripApproximateClusterCollection.cc", + "DataFormats/SiStripCluster/test/create_SiStripApproximateClusterCollection_test_file_cfg.py", + "DataFormats/SiStripCluster/test/test_readSiStripApproximateClusterCollection_cfg.py", + "DetectorDescription/OfflineDBLoader/python/test/cmsIdealGeometryForWrite_cfi.py", + "DetectorDescription/OfflineDBLoader/python/test/cmsIdealGeometryNoRPCSpecs_cfi.py", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/folder-closed.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-black-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-black.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-default-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-default.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-famfamfam-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-famfamfam.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-gray-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-gray.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-red-line.gif", + "EgammaAnalysis/ElectronTools/test/egammaPatElectronsToCalibratedPatElectrons_cfg.py", + "EventFilter/EcalRawToDigi/plugins/alpaka/EcalElectronicsMappingHostESProducer.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyHFRingUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyPhysCandUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyPhysCandUnpacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/PhysicsToBitConverter.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/PhysicsToBitConverter.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Collections.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Collections.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloSummaryCollections.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloSummaryCollections.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/EtSumUnpacker_0x10010057.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/EtSumUnpacker_0x10010057.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/GlobalAlgBlkUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/GlobalExtBlkUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonPacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonPacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonUnpacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TObjectCollections.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TStage2Layer2Constants.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TStage2Layer2Constants.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x1001000b.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x1001000b.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010010.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010010.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010033.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010033.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTPacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTPacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTUnpacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/UCTCTP7RawData5BX_HCALFB.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/UCTCTP7RawData_HCALFB.h", + "EventFilter/Phase2TrackerRawToDigi/interface/Phase2TrackerFEDRawChannelUnpacker.h", + "EventFilter/Phase2TrackerRawToDigi/interface/Phase2TrackerFEDZSChannelUnpacker.h", + "EventFilter/Phase2TrackerRawToDigi/plugins/Phase2TrackerCommissioningDigiProducer.cc", + "EventFilter/Phase2TrackerRawToDigi/python/Phase2TrackerCommissioningDigiProducer_cfi.py", + "EventFilter/Phase2TrackerRawToDigi/python/test/Phase2TrackerFEDTestAnalyzer_cfi.py", + "EventFilter/Phase2TrackerRawToDigi/test/plugins/Phase2TrackerFEDTestAnalyzer.cc", + "FWCore/Integration/python/test/unscheduled_fail_on_output_IgnoreCompletely_cfg.py", + "FWCore/Integration/python/test/unscheduled_fail_on_output_no_dependency_TryToContinue_cfg.py", + "FWCore/Integration/test/testSwitchProducerConditionalTaskEDAliasConsumeAllCases_cfg.py", + "FWCore/Integration/test/testSwitchProducerConditionalTaskEDAliasWildcard_cfg.py", + "FWCore/Integration/test/unit_test_outputs/testProducerWithPsetDesc_briefdoc.txt", + "FastSimulation/CTPPSFastTrackingProducer/python/CTPPSFastTrackingProducer_cfi.py", + "FastSimulation/SimplifiedGeometryPropagator/doc/SimplifiedGeometryPropagator.doc", + "FastSimulation/SimplifiedGeometryPropagator/interface/BarrelSimplifiedGeometry.h", + "FastSimulation/SimplifiedGeometryPropagator/interface/ForwardSimplifiedGeometry.h", + "FastSimulation/SimplifiedGeometryPropagator/interface/InteractionModelFactory.h", + "FastSimulation/SimplifiedGeometryPropagator/interface/SimplifiedGeometryFactory.h", + "FastSimulation/TrackingRecHitProducer/interface/TrackingRecHitAlgorithmFactory.h", + "FastSimulation/TrackingRecHitProducer/plugins/TrackingRecHitNoSmearingPlugin.cc", + "GeneratorInterface/Core/test/Hadronizer_MgmMatchTune4C_ZJetsNoPSb_13TeV_madgraph_pythia8_Tauola_cfg.py", + "GeneratorInterface/Core/test/Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8_cfg.py", + "GeneratorInterface/EvtGenInterface/plugins/EvtGenUserModels/EvtModelUserReg.cpp", + "GeneratorInterface/EvtGenInterface/plugins/test/Py8_lambadb_evtgen1_Lb2plnuLCSR_cfg.py", + "GeneratorInterface/Herwig7Interface/python/Herwig7_Dummy_Matchbox_90X_ppToee.py", + "GeneratorInterface/Herwig7Interface/python/Herwig7_loadCommonMergingSettings_cff.py", + "GeneratorInterface/Herwig7Interface/python/PPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cff.py", + "GeneratorInterface/Herwig7Interface/test/DYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cfg.py", + "GeneratorInterface/Herwig7Interface/test/DYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cfg.py", + "GeneratorInterface/Herwig7Interface/test/DYToLL_TuneCH3_13TeV_herwig7_hepmc3_cfg.py", + "GeneratorInterface/Herwig7Interface/test/Herwig7_Matchbox_90X_ppToee_GEN_SIM.py", + "GeneratorInterface/Herwig7Interface/test/PPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cfg.py", + "GeneratorInterface/LHEInterface/data/run_generic_tarball_cvmfs_madgraphLO_multithread.sh", + "GeneratorInterface/LHEInterface/data/run_generic_tarball_cvmfs_manual_multithread.sh", + "GeneratorInterface/PyquenInterface/python/Pyquen_Zmumu_2760GeV_dimuonAcc_cfi.py", + "GeneratorInterface/Pythia6Interface/test/Py6GenFilter_ElectronProtonInitialState_cfg.py", + "GeneratorInterface/Pythia8Interface/test/compare_external_generators_streams_cfg.py", + "GeneratorInterface/Pythia8Interface/test/pythia8ex2_ConvertToMain70_cfg_Fragment.py", + "GeneratorInterface/Pythia8Interface/test/pythia8hmc3_photos_ZToTauTau_13TeV_cfg.py", + "GeneratorInterface/Pythia8Interface/test/test_Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8.sh", + "GeneratorInterface/Pythia8Interface/test/test_catch2_External_Pythia8GeneratorFilter.cc", + "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMC.h", + "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMCGeneratorFilter.h", + "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMCHadronizer.h", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_AdvancedParameters_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_PbPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_5TeV_pPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_7TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_8TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_900GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_PbPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_5TeV_pPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_7TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_8TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_900GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/src/ReggeGribovPartonMCGeneratorFilter.cc", + "GeneratorInterface/ReggeGribovPartonMCInterface/src/ReggeGribovPartonMCHadronizer.cc", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_PbPb_2760GeV_cfi_py_GEN.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pPb_5020GeV_cfi_py_GEN.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pp_8TeV_cfi_py_GEN.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/QGSJetII-04_pPb_5020GeV_cfi_py_GEN.py", + "GeneratorInterface/SherpaInterface/data/Run.dat_13TeV_WJets_MEPSatNLO_2jNLO_2jLO", + "GeneratorInterface/SherpaInterface/data/Run.dat_13TeV_ZJets_MEPSatNLO_2jNLO_2jLO", + "GeneratorInterface/TauolaInterface/plugins/TauSpinner/read_particles_from_HepMC.cc", + "GeneratorInterface/TauolaInterface/test/DYToLL_M_50_TuneZ2star_8TeV_Tauola_TauSpinner_Example_cfi.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHESPINCORR_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHE_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/GGToHtautau_13TeV_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/GGToHtautau_13TeV_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/H130GGgluonfusion_8TeV_Tauola_TauSpinner_Example_cfi.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHESPINCORR_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHE_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatPlus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatPlus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatPlus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatPlus10Percent.xml", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorMeasuredXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorSystMinusXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorSystPlusXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1ZeroMaterialXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometryDetailedCavern2017Plan1XML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometryDetailedCavern2017Plan1ZeroMaterialXML_cfi.py", + "Geometry/ForwardSimData/data/ForwardShieldProdCuts/2021/v1/ForwardShieldProdCuts.xml", + "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryBuilder.cc", + "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.cc", + "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.h", + "Geometry/HcalCommonData/data/hcalRecNumbering/2018Plan36/v1/hcalRecNumbering.xml", + "Geometry/HcalCommonData/data/hcalRecNumbering/2018Plan36/v2/hcalRecNumbering.xml", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.0.py", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.911.py", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.0.py", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.911.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.0.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.911.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.0.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.911.py", + "Geometry/TrackerCommonData/data/2016/FlatMinus05Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/2016/FlatMinus10Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/2016/FlatPlus05Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/2016/FlatPlus10Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/PhaseI/PixelForward/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TFPXTEPXReordered/trackerParameters.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker4025/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker4025/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker405/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker613/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker613_MB_2019_04/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixfwd.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_03/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT703_2021_03/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2024_02/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT800_IT615_2022_10/pixbar.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT742_2024_01/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT744_2024_01/pixel.xml", + "Geometry/TrackerCommonData/data/flat10services30percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/flat20services30percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/pixbarmaterial/2017ZeroMaterial/v1/pixbarmaterial.xml", + "Geometry/TrackerCommonData/data/pixfwdMaterials/2017ZeroMaterial/v1/pixfwdMaterials.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_PixelBarrelConn/pixbarmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_PixelBarrelConnToST/pixbarmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBFlange/tibmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBTIDMargherita/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBTIDServiceCylinder/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/specialTestGeometries.txt", + "Geometry/TrackerCommonData/data/tecmaterial/2017ZeroMaterial/v1/tecmaterial.xml", + "Geometry/TrackerCommonData/data/tibmaterial/2017ZeroMaterial/v1/tibmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2016/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017ZeroMaterial/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2021/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tidmaterial/2017ZeroMaterial/v1/tidmaterial.xml", + "Geometry/TrackerCommonData/data/tobmaterial/2017ZeroMaterial/v1/tobmaterial.xml", + "Geometry/TrackerCommonData/data/trackermaterial/2017ZeroMaterial/v1/trackermaterial.xml", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021ZeroMaterialXML_cfi.py", + "Geometry/TrackerGeometryBuilder/plugins/TrackerAdditionalParametersPerDetESModule.cc", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerModuleInfoDBDD4hep_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerModuleInfoFromDDDNoPrintDDD_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerParametersFromDD4hep_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerParametersFromDDD_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/trackerModuleInfoLocalDBDD4hep_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/trackerParametersFromLocalDB_cfg.py", + "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2DoubleDiskBuilder.cc", + "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2DoubleDiskBuilder.h", + "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2SubDiskBuilder.cc", + "Geometry/TrackerRecoData/data/PhaseII/OuterTracker616_2020_04/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker4025/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker613_MB_2019_04/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker613_MB_2019_04/v2_ITonly/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT710_2023_04/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/trackerRecoMaterial.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackersens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelsens.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibConfiguration_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer0_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer1_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer2_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer3_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring0_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring1_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring2_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring3_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/trackerConfiguration_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/trackerStructureTopology_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/trackertib_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/test/trackerSimConfiguration_TwentyFivePercent.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Left_Station/v1/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Left_Station/v2/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Right_Station/v1/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Right_Station/v2/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Left_Station/v1/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Left_Station/v2/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Right_Station/v1/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Right_Station/v2/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Cuts_Per_Region/Reco/v1/RP_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Cuts_Per_Region/Simu/v1/CTPPS_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/RP_Dist_Beam_Cent/Reco/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/RP_Dist_Beam_Cent/Simu/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/RP_Param_Beam_Region/v1/RP_Param_Beam_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Cuts_Per_Region/Reco/v1/RP_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Cuts_Per_Region/Simu/v1/CTPPS_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/RP_Dist_Beam_Cent/Reco/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/RP_Dist_Beam_Cent/Simu/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/RP_Param_Beam_Region/v1/RP_Param_Beam_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Right_Station.xml_bkp", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Detector_Assembly/2021/v1/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Detector_Assembly/v1/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Reco/v1/CTPPS_Timing_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Simu/v1/CTPPS_Detectors_Assembly_022.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Simu/v1/CTPPS_Detectors_Assembly_122.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern1_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern2_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern2_Segment2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment5.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2017/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2017/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_003.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_103.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_003.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_103.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_003.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_103.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v1/PPS_Pixel_Module_2x2_Run3.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v1/ppstrackerMaterials.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v2/PPS_Pixel_Module_2x2_Run3.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v2/ppstrackerMaterials.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v3/PPS_Pixel_Module_2x2_Run3.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v1/CTPPS_Pixel_Module_2x2.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v2/CTPPS_Pixel_Module_2x2.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v3/CTPPS_Pixel_Module_2x2.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Horizontal_Pot/v1/CTPPS_Timing_Horizontal_Pot.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Horizontal_Pot/v2/CTPPS_Timing_Horizontal_Pot.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Negative_Station/v1/CTPPS_Timing_Negative_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Negative_Station/v2/CTPPS_Timing_Negative_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Positive_Station/v1/CTPPS_Timing_Positive_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Positive_Station/v2/CTPPS_Timing_Positive_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_UFSD_Segments/CTPPS_UFSD_Pattern2_SegmentA.xml", + "Geometry/VeryForwardData/data/CTPPS_UFSD_Segments/CTPPS_UFSD_Pattern2_SegmentB.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_000.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_001.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_002.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_003.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_004.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_005.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_020.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_021.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_022.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_023.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_024.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_025.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_100.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_101.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_102.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_103.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_104.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_105.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_120.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_121.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_122.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_123.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_124.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_125.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Reco/v1/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Reco/v2/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Simu/v1/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Simu/v2/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/v1/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Reco/v1/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Reco/v2/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Simu/v1/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Simu/v2/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/v1/RP_Vertical_Device.xml", + "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2016_cfi.py", + "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2017_cfi.py", + "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2018_cfi.py", + "Geometry/VeryForwardProtonTransport/data/parametrization_6500GeV_90_transp.root", + "Geometry/VeryForwardProtonTransport/data/parametrization_6500GeV_90p0_50urad_reco.root", + "GeometryReaders/XMLIdealGeometryESSource/python/cmsMagneticFieldGeometryDB_cff.py", + "GeometryReaders/XMLIdealGeometryESSource/src/XMLIdealMagneticFieldGeometryESProducer.cc", + "GeometryReaders/XMLIdealGeometryESSource/test/runXMLBigFileToDBAndBackValidation.sh", + "GeometryReaders/XMLIdealGeometryESSource/test/testSpecParsMuonSensitiveDetectorMuonCSCHits.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/highPtTripletStepChi2Est_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/highPtTripletStepTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltCandidateJetBProbabilityComputer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltCandidateJetProbabilityComputer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPBwdElectronPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator16_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator2000_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator30_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator9_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator100_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator30_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPDummyDetLayerGeometry_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorAny_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorOpposite_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFwdElectronPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPGlobalDetLayerGeometry_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFFittingSmootherForL2Muon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFFittingSmootherWithOutliersRejectionAndRK_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectoryFitterForL2Muon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForL2Muon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForMuonTrackLoader_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPL3MuKFTrajectoryFitter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPMeasurementTracker_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPMuonTransientTrackingRecHitBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPPixelCPEFastParams_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRKTrajectoryFitter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRKTrajectorySmoother_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRungeKuttaTrackerPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSiPixelCablingSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSiPixelGainCalibrationForHLTSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagatorAnyOpposite_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagatorAny_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorAlong_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorOpposite_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderPixelOnly_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderWithTrackAngle_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderWithoutRefit_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTrackAlgoPriorityOrder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepChi2Est_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonInitialStepChi2Est_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonPixelTrackCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonTrackAlgoPriorityOrder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPixelTracksCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/muonSeededTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt1PFPuppiCentralJet70MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt1PFPuppiCentralJet75MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt2PFPuppiCentralJet40MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt2PFPuppiCentralJet60MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt3PFPuppiCentralJet45MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt4PFPuppiCentralJet40MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p31Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p38Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p865DoubleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p275Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p375Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p935DoubleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBunchSpacingProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepBLifetimeTagInfosPFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepBLifetimeTagInfosPFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsInfosPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsInfosPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsPFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsPFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveMergedVerticesPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveSecondaryVerticesPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveVertexFinderPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepSecondaryVertexTagInfosPFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepSecondaryVertexTagInfosPFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepTrackVertexArbitratorPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG12EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG23EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG23EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiMuon178RelTrkIsoFiltered0p4DzFiltered0p2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiMuon178RelTrkIsoFiltered0p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoublePFPuppiJets128Eta2p4MaxDeta1p6_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoublePFPuppiJets128MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoubleTkMuon157L1TkMuonFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG108EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG108EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG115EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG187EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG187EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG23EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG26EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG26EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG30EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG30EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG32EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG32EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoubleEleIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoubleEleNonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoublePhotonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSingleEleIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSingleEleNonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSinglePhotonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalBarrelClusterFastTimer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalBarrelDigisInRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalDetIdToBeRecovered_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalDetailedTimeRecHit_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalMultiFitUncalibRecHit_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalUncalibRecHitL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaBestGsfTrackVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaBestGsfTrackVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesWrapperL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesWrapperUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCkfTrackCandidatesForGSFL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCkfTrackCandidatesForGSFUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaClusterShapeL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaClusterShapeUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEcalPFClusterIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEcalPFClusterIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleL1TrkIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleL1TrkIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaElectronPixelSeedsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaElectronPixelSeedsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfElectronsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfElectronsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTrackVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTrackVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTracksL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTracksUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCALIDVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCALIDVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCalLayerClusterIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCalLayerClusterIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHcalPFClusterIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHcalPFClusterIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHollowTrackIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHollowTrackIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHoverEL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHoverEUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaPixelMatchVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaPixelMatchVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaSuperClustersToPixelMatchL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaSuperClustersToPixelMatchUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfChi2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfNLayerITUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70EcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70EcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDetaUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfOneOEMinusOneOPUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoFromL1TracksUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfChi2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfNLayerITUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDetaUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5DphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5DphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfChi2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfNLayerITUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDetaUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsForTripletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsForTripletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsClusterRemoverL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsClusterRemoverUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsCombinedL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsCombinedUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsDoubletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsDoubletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsTripletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsTripletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEleSeedsTrackingRegionsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEleSeedsTrackingRegionsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersCLUE3DHighL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersCLUE3DHigh_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersRecoveryL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersRecovery_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFirstStepPrimaryVerticesUnsorted_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFixedGridRhoFastjetAllCaloForEGamma_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFixedGridRhoFastjetAll_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltGoodOfflinePrimaryVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHGCalUncalibRecHitL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersEEL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersEE_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersFromSoAProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSciL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSci_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSiL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalMergeLayerClustersL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalMergeLayerClusters_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoALayerClustersProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoARecHitsLayerClustersProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoARecHitsProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalTrackCollection_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepClusters_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepHitTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeedTracksLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCandidatespLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCutClassifierpLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackSelectionHighPuritypLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackingRegionFromTrimmedVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackspLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsCombinatoricRecoTaus_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsDoublePFTau35MediumDitauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsDoublePFTau40TrackPt1MediumChargedIsolation_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTau27LooseTauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTau30LooseTauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauBasicDiscriminatorsForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauBasicDiscriminatorsdR03ForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauDeepTauProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauDiscriminationByDecayModeFindingNewDMs_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumAbsOrRelChargedIsolationDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumAbsoluteChargedIsolationDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumRelativeChargedIsolationDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauPrimaryVertexProducerForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauProducerSansRefs_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauSecondaryVertexProducerForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauTrackFindingDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauTransverseImpactParametersForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTauLooseTauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausMediumDitauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausTrackFinding_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausTrackPt1MediumChargedIsolation_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectionDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsTauPFJetsRecoTauChargedHadronsWithNeutrals_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHtMhtPFPuppiCentralJetsQuadC30MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepSeedTracksLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifierpLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifierpTTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPuritypLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPuritypTTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTracksT5TCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackspLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackspTTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonClustersRefRemoval_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonMerged_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelClusterCheck_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelHitTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelLayerTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelSeedsFiltered_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedForDoublePuppiTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForDoublePuppiJetBtagFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiHTFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiJetFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiMETFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForQuadPuppiJetTripleBtagFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TEGammaFilteredCollectionProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TEGammaHGCFilteredCollectionProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonFromL1TkMuonCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonSeedsFromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3MuonsPhase2L3Links_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22EcalIso0p41_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22HcalIso0p40_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22HgcalIso4p70_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfecalIsoFiltered0p41_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfhcalIsoFiltered0p40_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfhgcalIsoFiltered4p70_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3trkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22TrkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fFiltered17_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fFiltered37_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fPreFiltered27_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fPreFiltered8_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu18Filtered20_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu22L3Filtered24Q_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu22L3Filtered50Q_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533L31055DZFiltered0p2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533L3Filtered1055_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533PreFiltered555_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltMeasurementTrackerEvent_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltOfflinePrimaryVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFMETTypeOneCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetQuad30MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetsQuad30HT200MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetsQuad30HT330MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiJetForBtagEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiJetForBtagSelectorEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOne140_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOneCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowBadHcalPseudoCluster_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrectedL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrectedUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHBHE_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCalFromTICLL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCalFromTICLUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCal_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHO_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitECALL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitECALUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHBHE_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHGCL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHGC_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHO_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECALL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECALUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCalFromTICLL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCalFromTICLUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCal_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowTimeAssignerECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowTmpBarrel_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHGCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHO_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourJetTagsModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourJetTags_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourTagInfosModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourTagInfos_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelLayerQuadruplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksTrackingRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonTrimmedPixelVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonGeneralTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepClusters_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepHitTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTracksSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTracksSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksAndHighPtTripletTrackingRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksHitQuadruplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsEcalIsodR0p3dRVeto0p000_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsHcalIsodR0p3dRVeto0p000_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsHgcalLCIsodR0p2dRVetoEM0p00dRVetoHad0p02minEEM0p00minEHad0p00_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p07_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3MuonCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3MuonsLinksCombination_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuCtfWithMaterialTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuonTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuonTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OISeedsFromL2Muons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OITrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2OTHitsInputLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2OnlineBeamSpotDevice_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelFitterByHelixProjections_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTrackFilterByKinematics_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2SiPixelClustersSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2SiPixelRecHitsSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2TowerMakerForAll_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2TrimmedPixelVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelClustersMultiplicity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerPairsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerPairsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDiphoton3023IsoCaloIdL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDiphoton3023IsoCaloIdUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle2312IsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle25CaloIdLPMS2L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle25CaloIdLPMS2Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle115NonIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle26WP70L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle26WP70Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle32WPTightL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle32WPTightUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreHLTAnalyzerEndpath_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton108EBTightIDTightIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton108EBTightIDTightIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton187L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton187Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrimaryVertexAssociationModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrimaryVertexAssociation_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPuppiTauTkIsoEle45_22L1TkFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPuppiTauTkMuon4218L1TkFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltRechitInRegionsHGCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltSiPixelClusterShapeCache_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltSingleAK4PFPuppiJet520_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltSingleTkMuon22L1TkMuonFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclLayerTileProducerL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclLayerTileProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTracksterLinksL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersCLUE3DHighL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersCLUE3DHigh_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersRecoveryL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersRecovery_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTrackRefsForJetsBeforeSorting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTrackWithVertexRefSelectorBeforeSorting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltUnsortedOfflinePrimaryVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEleSingle22Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEleSingle28Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmDouble12Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmSingle22Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmSingle36Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle23_12_Iso_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleMediumChargedIsoPFTauHPS40_eta2p1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleMediumDeepTauPFTauHPS35_eta2p1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepCSV_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepFlavour_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele115_NonIso_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele30_WPTight_L1Seeded_LooseDeepTauPFTauHPS30_eta2p1_CrossL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele32_WPTight_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele32_WPTight_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_IsoMu20_eta2p1_LooseDeepTauPFTauHPS27_eta2p1_CrossL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu37_Mu27_FromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepCSV_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepCSV_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFPuppiMETTypeOne140_PFPuppiMHT140_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/CkfBaseTrajectoryFilter_block_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/ClusterShapeTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/GroupedCkfTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HGCAL_chargeCollectionEfficiencies_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonGroupedCkfTrajectoryFilterIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetTrajectoryFilterIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetTrajectoryBuilderForGsfElectrons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetTrajectoryFilterForElectrons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTSiStripClusterChargeCutLoose_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTSiStripClusterChargeCutNone_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutLoose_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutNone_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutTight_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/TrajectoryFilterForConversions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/TrajectoryFilterForElectrons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/ckfBaseTrajectoryFilterP5_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/ckfTrajectoryFilterBeamHaloMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedQuadStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedQuadStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedTripletStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonPSetPvClusterComparerForIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonSeedFromProtoTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2PSetPvClusterComparerForIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2SeedFromProtoTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltTiclTracksterLinksPSet_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterBasePreSplitting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterPreSplitting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterShapePreSplitting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/jetCoreRegionalStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtGsfEleTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtQuadStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtQuadStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepStandardTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/mixedTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryBuilderForInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryBuilderForOutInDisplaced_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForOutInDisplaced_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForOutIn_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pSetPvClusterComparerForIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelLessStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/tobTecStepInOutTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/tobTecStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK4PFJetsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK4PFPuppiJetsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK8PFJetsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepCSVSequencePFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepCSVSequencePFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepFlavourSequencePFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepFlavourSequencePFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCaloMETReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCaloTowersRecSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCalolocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCsclocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDiphoton3023IsoCaloIdL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDiphoton3023IsoCaloIdUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoFullUnpackingEgammaEcalL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoFullUnpackingEgammaEcalSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalHcalSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalPixelSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalStripSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle2312IsoL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle25CaloIdLPMS2L1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle25CaloIdLPMS2UnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDtlocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEGammaDoLocalHcalSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle115NonIsoL1SeededGsfElectronL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle115NonIsoL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle26WP70L1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle26WP70UnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle32WPTightL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle32WPTightUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5OpenL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5OpenUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTElePixelMatchL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTElePixelMatchUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTFastJetForEgammaSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGemLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGsfElectronL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGsfElectronUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHPSDeepTauPFTauSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHPSMediumChargedIsoPFTauSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgamma_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHighPtTripletStepSeedingSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHighPtTripletStepSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTInitialStepPVSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTInitialStepSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTItLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTIter0Phase2L3FromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTIter2Phase2L3FromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTL1UnpackerSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTL2MuonsFromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTMuonlocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTOtLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusterJMEReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusteringForEgammaL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusteringForEgammaUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFHcalClusteringForEgammaSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFJetsCHSReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFMETsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFPuppiJMEReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFPuppiMETReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowClusterECALSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowClusterSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowSuperClusteringSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusterRefsForJetsSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringECALSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringHBHEHFSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringHOSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3FromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3MuonGeneralTracksSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3MuonsSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3OISequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2PixelTracksSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton108EBTightIDTightIsoL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton108EBTightIDTightIsoUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton187L1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton187UnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclCandidateSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclLayerTileSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTracksterLinksSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTracksterMergeSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersCLUE3DHighStepSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersRecoverySequenceL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersRecoverySequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTVertexRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/services/RandomNumberGeneratorService_cfi.py", + "HLTrigger/Configuration/test/testAccessToEDMInputsOfHLTTests_update_filelist.sh", + "HLTriggerOffline/HeavyFlavor/python/heavyFlavorValidationHarvestingSequence_cff.py", + "HLTriggerOffline/SUSYBSM/test/BSMTriggerCheck/html/template/comp_beginning.html", + "HLTriggerOffline/SUSYBSM/test/BSMTriggerCheck/html/template/menu_beginning.html", + "HLTriggerOffline/Scouting/test/runScoutingMonitoringDQM_EGammaOnly_step1_cfg.py", + "HLTriggerOffline/Scouting/test/runScoutingMonitoringDQM_EGammaOnly_step2_cfg.py", + "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToFlyingCascadeBuilderBase.h", + "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToResTrkTrkSameMassBuilder.h", + "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToResTrkTrkSameMassBuilderBase.h", + "HeavyFlavorAnalysis/SpecificDecay/src/BPHDecayToResTrkTrkSameMassBuilderBase.cc", + "HeterogeneousCore/AlpakaInterface/interface/AssertDeviceMatchesHostCollection.h", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerCopyToDeviceCache.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerImplicitCopyToDevice.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerMoveToDeviceCache.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerNoOutput.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaStreamSynchronizingProducer.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaStreamSynchronizingProducerToDevice.cc", + "HeterogeneousTest/AlpakaDevice/plugins/alpaka/AlpakaTestDeviceAdditionAlgo.dev.cc", + "HeterogeneousTest/AlpakaDevice/plugins/alpaka/AlpakaTestDeviceAdditionModule.cc", + "HeterogeneousTest/AlpakaKernel/plugins/alpaka/AlpakaTestKernelAdditionAlgo.dev.cc", + "HeterogeneousTest/AlpakaKernel/plugins/alpaka/AlpakaTestKernelAdditionModule.cc", + "HeterogeneousTest/AlpakaOpaque/plugins/alpaka/AlpakaTestOpaqueAdditionModule.cc", + "HeterogeneousTest/AlpakaWrapper/plugins/alpaka/AlpakaTestWrapperAdditionModule.cc", + "IOMC/EventVertexGenerators/python/VtxSmearedFixed_EmitRealistic5TeVppCollision2017_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic100ns13TeVCollisionBetaStar90mLowBunches_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic100ns13TeVCollisionBetaStar90m_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeV2016Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeVEarly2017Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeVEarly2018Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEOY2022Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEarly2022Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEarly2023Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns900GeV2021Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic2p76TeV2011Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic2p76TeV2013Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic50ns13TeVCollisionZeroTesla_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic5TeVPA2016Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic5TeVppCollision2017_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic7TeVCollisionComm10_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic8TeVPA2016Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealisticHICollisionFixZ2015_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3FlatOpticsGaussSigmaZ4p2cm_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3FlatOpticsGaussSigmaZ5p3cm_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3RoundOptics25ns13TeVHighSigmaZ_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3RoundOptics25ns13TeVLowSigmaZ_cfi.py", + "JetMETCorrections/InterpolationTables/interface/InterpolationFunctorInstances.h", + "JetMETCorrections/InterpolationTables/interface/StorableMultivariateFunctorReader.h", + "JetMETCorrections/TauJet/data/IterativeCone0.4_EtScheme_TowerEt0.5_E0.8_Jets871_2x1033PU_tau.txt", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_BTagSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_hadr_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_hadr_metSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_lepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenuObjects_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_BTagSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_hadr_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_hadr_metSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_lepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_constants.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_ids.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_scalings.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_BTagSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_hadr_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_hadr_metSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_lepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_constants.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_ids.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_scalings.py", + "L1Trigger/DTTriggerPhase2/test/primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py", + "L1Trigger/DTTriggerPhase2/test/primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg_withRPC.py", + "L1Trigger/DTTriggerPhase2/test/test_primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py", + "L1Trigger/GlobalTriggerAnalyzer/python/customise_l1GtPatternGeneratorFromRaw.py", + "L1Trigger/GlobalTriggerAnalyzer/test/L1GtPatternGenerator_overrideL1Menu_cfg.py", + "L1Trigger/L1CaloTrigger/python/l1tPhase2GCTBarrelToCorrelatorLayer1Emulator_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_0_ECALZS_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_1_ECALZS_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_1_ECALZS_noHFJEC_newEGIso_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_0_HI_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_10_mean_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_10_mode_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_2_noHCALSF_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_2_updateHFSF_v6MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_2_updateHFSF_v7MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_updateHFSF_v6MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_mean_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_mean_newHF_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_newHF_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_newHF_v6MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_oldHFSFForJECOnly_cfi.py", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2ClusterAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2EGammaAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2EtSumAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2JetSumAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2TowerCompressAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2TowerDecompressAlgorithmFirmwareImp1.cc", + "L1Trigger/L1THGCal/interface/concentrator/HGCalConcentratorProcessorSelection.h", + "L1Trigger/L1THGCal/interface/concentrator/HGCalConcentratorSuperTriggerCellImpl.h", + "L1Trigger/L1THGCal/plugins/backend/HGCalBackendLayer2Processor3DClustering_SA.cc", + "L1Trigger/L1THGCalUtilities/test/ntuples/HGCalTriggerNtupleHGCConcentratorData.cc", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGenerator.py", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGeneratorClassProb.py", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGenerator_displ.py", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlap_Pats0x0013_generateExtrFactors.py", + "L1Trigger/L1TMuonOverlapPhase2/interface/LutNetworkFixedPointRegression2Outputs.h", + "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGeneratorClassProb_phase2.py", + "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGenerator_displ_phase2.py", + "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGenerator_phase2.py", + "L1Trigger/Phase2L1ParticleFlow/data/hgcal_egID/Photon_Pion_vs_Neutrino_BDTweights_1116.xml.gz", + "L1Trigger/Phase2L1ParticleFlow/data/hgcal_egID/Photon_vs_Pion_BDTweights_1116.xml.gz", + "L1Trigger/Phase2L1ParticleFlow/interface/L1TCorrelatorLayer1PatternFileWriter.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/buffered_folded_multififo_regionizer_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/folded_multififo_regionizer_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/middle_buffer_multififo_regionizer_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/multififo_regionizer_elements_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/multififo_regionizer_elements_ref.icc", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/tdr_regionizer_elements_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/tdr_regionizer_elements_ref.icc", + "L1Trigger/Phase2L1ParticleFlow/src/regionizer/buffered_folded_multififo_regionizer_ref.cpp", + "L1Trigger/Phase2L1ParticleFlow/src/regionizer/folded_multififo_regionizer_ref.cpp", + "L1Trigger/Phase2L1ParticleFlow/src/regionizer/middle_buffer_multififo_regionizer_ref.cpp", + "L1TriggerConfig/CSCTFConfigProducers/python/L1MuCSCTFConfigurationRcdSrc_cfi.py", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/phi12.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/phi42.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta15h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta15l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta25h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta25l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/ETFPatternList.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP1.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP2.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP3.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP4.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP5.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP6.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext12.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext13.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext14.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext15.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext16.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext21.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext23.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext24.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext25.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext26.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext34.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext35.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext56.lut", + "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTChannelMaskConfigOnline_cfi.py", + "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTParametersKeysOnlineProd_cfi.py", + "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTParametersOnlineProducer_cfi.py", + "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesConfig_cff.py", + "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesConfig_cfi.py", + "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesDBConfig_cff.py", + "L1TriggerConfig/L1CSCTPConfigProducers/src/L1CSCTriggerPrimitivesConfigProducer.cc", + "L1TriggerConfig/L1CSCTPConfigProducers/src/L1CSCTriggerPrimitivesConfigProducer.h", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu2008_2E30.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu_2008MC_2E30.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu2008_2E31.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v0_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v1_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090519_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090624_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v4_L1T_Scales_20090624_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1x1032/L1Menu_CRUZET200805.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v0_L1T_Scales_20101224_Imp0_0x1027.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v1_L1T_Scales_20101224_Imp0_0x1028.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v2_L1T_Scales_20101224_Imp0_0x102a.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v3_L1T_Scales_20101224_Imp0_0x102b.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25nsStage1_v3_L1T_Scales_20141121_Imp0_0x1031.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v0_L1T_Scales_20101224_Imp0_0x102f.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v1_L1T_Scales_20101224_Imp0_0x102f.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v2_L1T_Scales_20141121_Imp0_0x1030.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v1_L1T_Scales_20141121_Imp0_0x1030.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v2_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v3_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v4_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50ns_v0_L1T_Scales_20141121_Imp0_0x1031.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v1_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v2_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v3_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v4_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2011_v0_L1T_Scales_20101224_Imp0_0x1026.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2011_v0_nobsc_notau_centrality_q2_singletrack.v1.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2013_v0_L1T_Scales_20101224_Imp0_0x102c.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v1.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v2.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v3.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v4.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v5.xml", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/calosetup", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/defvalpkg", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/header", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/jet_cnts", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/muonsetup", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/calo_setup.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond1_chip.qsf", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond1_chip_pkg.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond2_chip.qsf", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond2_chip_pkg.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/def_val_pkg.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/muon_setup.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/pre_algo_and_or.vhd", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAlgoTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAlgoTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAndMasksTester.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsTechTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsTechTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtStableParametersTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskAlgoTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskAlgoTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskTechTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskTechTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoAlgoTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoTechTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoTechTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMenuConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtPrescaleFactorsAlgoTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtPrescaleFactorsTechTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskAlgoTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskTechTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskVetoAlgoTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskVetoTechTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_PrescaleFactorsAlgoTrigUnprescale_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_TriggerMaskAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu_2008MC_2E30_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_PrescaleFactorsAlgoTrigUnprescale_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_TriggerMaskAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v0_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090519_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090624_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v4_L1T_Scales_20090624_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_PrescaleFactorsAlgoTrigUnprescale_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_TriggerMaskAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_ecal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_hcal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskTechTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_ecal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_hcal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_Test_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v1_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v2_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v3_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v4_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v5_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsAlgoTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsAndMasksTester_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsTechTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskAlgoTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskTechTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskVetoTechTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsAlgoTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsAlgoTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsTechTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsTechTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskAlgoTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskAlgoTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskTechTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskTechTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoAlgoTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoTechTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoTechTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtPrescaleFactorsAlgoTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtPrescaleFactorsTechTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskAlgoTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskTechTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskVetoTechTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1ScalesProducers/python/L1MuTriggerPtScaleOnlineProducer_cfi.py", + "L1TriggerConfig/L1ScalesProducers/python/L1MuTriggerScalesOnlineProducer_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TGlobalPrescalesVetosObjectKeysOnline_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TMuonEndCapForestOnlineProxy_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TMuonOverlapObjectKeysOnline_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TMuonOverlapParamsOnlineProxy_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TUtmTriggerMenuObjectKeysOnline_cfi.py", + "L1TriggerConfig/L1TConfigProducers/src/L1TGlobalPrescalesVetosObjectKeysOnlineProd.cc", + "L1TriggerConfig/L1TConfigProducers/src/L1TUtmTriggerMenuObjectKeysOnlineProd.cc", + "MagneticField/GeomBuilder/plugins/dd4hep/DD4hep_VolumeBasedMagneticFieldESProducer.cc", + "MagneticField/GeomBuilder/plugins/dd4hep/DD4hep_VolumeBasedMagneticFieldESProducerFromDB.cc", + "MagneticField/Interpolation/test/BinaryTablesGeneration/prepareMagneticFieldGrid.cc", + "MagneticField/Interpolation/test/BinaryTablesGeneration/prepareMagneticFieldGrid.h", + "MagneticField/Interpolation/test/BinaryTablesGeneration/validateField_TOSCATables.py", + "MagneticField/ParametrizedEngine/interface/ParabolicParametrizedMagneticField.h", + "MagneticField/ParametrizedEngine/plugins/AutoParametrizedMagneticFieldProducer.cc", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_OAE85l_cfi.py", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_OAE_3_8T_cfi.py", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_PolyFit2D_cfi.py", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_PolyFit3D_cfi.py", + "MagneticField/ParametrizedEngine/test/alpaka/testParabolicParametrizedMagneticField.dev.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/CompareWithSystematicError.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasUpsilonValidation.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasY1SValidation.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasZValidation.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/ComparePhiPlusMinus.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareWithExpected.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareWithExpectedBeforeAfter.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CrystalBallFitOnData_JPsi.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/GaussianFitOnData_Psi2S.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Base.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Y1S.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Z.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlap_Upsilon.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlap_Y1S.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/RunCompareBias_template.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/ShowProbabilityDistribution.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/TreeProduction/MuScleFit_template_cfg.py", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/SplitAndRunBatch.sh", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/StatisticalErrors_instructions.txt", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/TakeParameterFromBatch.sh", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/TreeSplitter_cfg.py", + "MuonAnalysis/MomentumScaleCalibration/test/UnitTests/TestCrossSectionHandler.cc", + "MuonAnalysis/MomentumScaleCalibration/test/tree_production/miniAODVBTFMuonsOnlyTreeMC_CRAB_cfg.py", + "MuonAnalysis/MuonAssociators/test/MuonMCClassifier/debugMuonsClassByHits_cfg.py", + "MuonAnalysis/MuonAssociators/test/MuonMCClassifier/patMuonsWithClassByHits_cfg.py", + "MuonAnalysis/MuonAssociators/test/Trigger/patMuonsWithTrigger_Data_HLTDEBUG_cfg.py", + "MuonAnalysis/MuonAssociators/test/Trigger/patMuonsWithTrigger_mc_HLTDEBUG_cfg.py", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/db/ClassNotSupportedException.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIDGenerator.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIdConverter.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/IDetIdGenerator.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECAnalyzer.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECDetIdConverter.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TOBAnalyzer.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TOBDetIdConverter.java", + "OnlineDB/SiStripO2O/test/O2O_Validation/template_Validate_FEDCabling_O2O_cfg.py", + "OnlineDB/SiStripO2O/test/P5/20X/SiStripO2O_AT_P5_table_multipartition_Commissioning.sh", + "OnlineDB/SiStripO2O/test/P5/21X/SiStripO2O_AT_P5_table_multipartition_Commissioning.sh", + "PhysicsTools/HepMCCandAlgos/python/allStandAloneMuonTracksGenParticlesLeptonMatch_cfi.py", + "PhysicsTools/HepMCCandAlgos/python/allSuperClustersGenParticlesLeptonMatch_cfi.py", + "PhysicsTools/NanoAODTools/python/postprocessing/framework/treeReaderArrayTools.py", + "PhysicsTools/PatAlgos/python/slimming/offlineSlimmedPrimaryVerticesWithBS_cfi.py", + "PhysicsTools/SelectorUtils/interface/SimpleCutBasedElectronIDSelectionFunctor.h", + "RecoBTag/CTagging/python/candidateCombinedSecondaryVertexSoftLeptonCvsLComputer_cfi.py", + "RecoBTag/CTagging/python/pfInclusiveSecondaryVertexFinderNegativeCvsLTagInfos_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeOnlyJetBProbabilityComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeOnlyJetProbabilityComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeTrackCounting3D2ndComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeTrackCounting3D3rdComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidatePositiveOnlyJetBProbabilityComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidatePositiveOnlyJetProbabilityComputer_cfi.py", + "RecoBTag/ONNXRuntime/plugins/UnifiedParticleTransformerAK4ONNXJetTagsProducer.cc", + "RecoBTag/ONNXRuntime/plugins/UnifiedParticleTransformerAK4SonicJetTagsProducer.cc", + "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V01/pfDeepBoostedJetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V02/pfDeepBoostedJetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V02/pfMassDecorrelatedDeepBoostedJetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/Parameters/HiggsInteractionNet/V00/pfHiggsInteractionNetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/pfMassDecorrelatedDeepBoostedDiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfMassDecorrelatedParticleNetDiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfParticleNetFromMiniAODAK4DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfParticleNetFromMiniAODAK8DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfParticleTransformerAK4DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfUnifiedParticleTransformerAK4DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfUnifiedParticleTransformerAK4V1DiscriminatorsJetTags_cfi.py", + "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterFromFile_WPandPayload.cc", + "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterFromFile_WPandPayload_IOV.cc", + "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterTFormula_fromfile_WPandPL.cc", + "RecoBTag/SecondaryVertex/interface/CandidateBoostedDoubleSecondaryVertexComputer.h", + "RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexAK8Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexCA15Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateCombinedSecondaryVertexSoftLeptonComputer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateNegativeCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidatePositiveCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateSimpleSecondaryVertex2TrkComputer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateSimpleSecondaryVertex3TrkComputer_cfi.py", + "RecoBTag/SecondaryVertex/python/combinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderFilteredNegativeTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderFilteredTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfBoostedDoubleSecondaryVertexAK8BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfBoostedDoubleSecondaryVertexCA15BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderAK8TagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderCA15TagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfPositiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfPositiveCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/positiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/positiveCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/positiveCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/simpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/simpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedDynamicHybridSuperClusters_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedEndcapSuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedFixedMatrixSuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedIslandBarrelSuperClusters_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedIslandEndcapSuperClusters_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedMulti5x5ClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedMulti5x5SuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/fixedMatrixPreshowerClusteringSequence_cff.py", + "RecoEcal/EgammaClusterProducers/python/fixedMatrixSuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/interestingDetIdCollectionProducer_cfi.py", + "RecoEcal/EgammaClusterProducers/python/interestingDetIdFromSuperClusterProducer_cfi.py", + "RecoEcal/EgammaClusterProducers/python/multi5x5PreshowerClusteringSequence_cff.py", + "RecoEcal/EgammaClusterProducers/python/multi5x5SuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/particleFlowSuperClusteringSequence_cff.py", + "RecoEcal/EgammaClusterProducers/src/InterestingDetIdFromSuperClusterProducer.cc", + "RecoEcal/EgammaCoreTools/plugins/EcalBasicClusterLocalContCorrectionsESProducer.cc", + "RecoEgamma/EgammaElectronAlgos/interface/ecalClusterEnergyUncertaintyElectronSpecific.h", + "RecoEgamma/EgammaElectronAlgos/src/ecalClusterEnergyUncertaintyElectronSpecific.cc", + "RecoEgamma/EgammaElectronProducers/plugins/GsfElectronCoreEcalDrivenProducer.cc", + "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedHeavyObjectCache.cc", + "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedHeavyObjectCache.h", + "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedValueMapsProducer.cc", + "RecoEgamma/EgammaElectronProducers/plugins/TrackingRegionsFromSuperClustersProducer.cc", + "RecoEgamma/EgammaElectronProducers/python/lowPtGsfElectronsPreRegression_cfi.py", + "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTBcHcalIsolationProducersRegional.cc", + "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTElectronTrackIsolationProducers.cc", + "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTPhotonTrackIsolationProducersRegional.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaEcalPFClusterIsolationProducer.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaHcalPFClusterIsolationProducer.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaIsoHcalDetIdCollectionProducer.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaEcalExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaHcalExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaRecHitExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaTowerExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaTrackExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/ElectronPFIsolationWithConeVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/ElectronPFIsolationWithMapBasedVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/PhotonPFIsolationWithConeVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/PhotonPFIsolationWithMapBasedVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/python/interestingEgammaIsoDetIdsSequence_cff.py", + "RecoEgamma/EgammaIsolationAlgos/python/interestingEgammaIsoESDetIdModule_cff.py", + "RecoEgamma/EgammaIsolationAlgos/test/runInterestingEgammaIsoDetIdsSequence_cfg.py", + "RecoEgamma/EgammaPhotonProducers/python/conversionTrackSequenceForReReco_cff.py", + "RecoEgamma/EgammaPhotonProducers/python/propAlongMomentumWithMaterialForElectrons_cfi.py", + "RecoEgamma/EgammaPhotonProducers/python/propOppoMomentumWithMaterialForElectrons_cfi.py", + "RecoEgamma/EgammaPhotonProducers/python/trajectoryCleanerBySharedHitsForConversions_cfi.py", + "RecoEgamma/ElectronIdentification/data/ElectronMVAEstimatorRun2Fall17V1Variables.txt", + "RecoEgamma/ElectronIdentification/data/Fall17/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_92X.txt", + "RecoEgamma/ElectronIdentification/data/Fall17/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_94X.txt", + "RecoEgamma/ElectronIdentification/data/Run3_Winter22/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_122X.txt", + "RecoEgamma/ElectronIdentification/data/Spring15/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_25ns.txt", + "RecoEgamma/ElectronIdentification/data/Spring15/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_50ns.txt", + "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_HLT_ecalPFClusterIso.txt", + "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_HLT_hcalPFClusterIso.txt", + "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_80X.txt", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5E2x5OverE5x5WithSatCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5SigmaIEtaIEtaCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5SigmaIEtaIEtaWithSatCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleHadronicOverEMEnergyScaledCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleHadronicOverEMLinearCut.cc", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronHLTPreselecition_Summer16_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Fall17_94X_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Fall17_94X_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_25ns_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_50ns_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_50ns_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Summer16_80X_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Summer20_PhaseII_V0_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Winter22_122X_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_tools.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV51_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV60_80XAOD_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV60_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV70_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV71_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_tools.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_RunIIIWinter22_iso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_RunIIIWinter22_noIso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_25ns_Trig_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_25ns_nonTrig_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_50ns_Trig_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_GeneralPurpose_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_HZZ_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer16UL_ID_ISO_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer17UL_ID_ISO_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer18UL_ID_ISO_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Winter22_HZZ_V1_cff.py", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased_TrueVtx.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased_V2.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased_TrueVtx.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased_V2.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased_TrueVtx.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased_V2.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesFall17V1p1.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring15.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring15ValMaps.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring16.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun3VariablesWinter22V1.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_ChgHadronIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_ECalClusterIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_HCalClusterIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_NeuHadronIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_PhotonIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_TrackerIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_coneBasedHoverE_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfChargedHadrons_25ns_NULLcorrection.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfChargedHadrons_50ns.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfNeutralHadrons_25ns_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfNeutralHadrons_50ns.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfPhotons_25ns_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfPhotons_50ns.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfPhotons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfPhotons_90percentBased_3bins.txt", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndExpoScalingCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndExpoScalingEBCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndQuadScalingCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoFull5x5SigmaIEtaIEtaValueMapCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoGenericQuadraticRhoPtScaledCut.cc", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V1_TrueVtx_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_RunIIIWinter22_122X_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring15_25ns_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring15_50ns_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring16_V2p2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_tools.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V1p1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V0_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V2p1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V0_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V2p1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring16_nonTrig_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Summer20_PhaseII_V0_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Winter22_122X_V1_cff.py", + "RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDRVertexAssigned.h", + "RecoJets/JetAssociationProducers/python/ic5PFJetTracksAssociatorAtVertex_cfi.py", + "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalCrystalMatrixProbality.h", + "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalDeadChannelRecoveryAlgos.h", + "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalDeadChannelRecoveryBDTG.h", + "RecoLocalCalo/EcalRecProducers/interface/EcalUncalibRecHitFillDescriptionWorkerFactory.h", + "RecoLocalCalo/EcalRecProducers/interface/EcalUncalibRecHitWorkerRunOneDigiBase.h", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitConvertGPU2CPUFormat.cc", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsAlgoGPU.cu", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsKernels.cu", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsProducer.cc", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsProducerGPU.cc", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerFixedAlphaBetaFit.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/AmplitudeComputationCommonKernels.h", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/AmplitudeComputationKernels.dev.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalMultifitConditionsHostESProducer.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalPhase2DigiToPortableProducer.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalRecHitConditionsESProducer.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitMultiFitAlgoPortable.dev.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitMultiFitAlgoPortable.h", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsAlgoPortable.dev.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsAlgoPortable.h", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsProducerPortable.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsStruct.h", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitProducerPortable.cc", + "RecoLocalCalo/EcalRecProducers/python/ecalFixedAlphaBetaFitUncalibRecHit_cfi.py", + "RecoLocalCalo/EcalRecProducers/src/EcalUncalibRecHitFillDescriptionWorkerFactory.cc", + "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducer.py", + "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducerGPU.py", + "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducerGPU_harvesting.py", + "RecoLocalCalo/HGCalRecAlgos/interface/alpaka/HGCalRecHitCalibrationAlgorithms.h", + "RecoLocalCalo/HGCalRecAlgos/plugins/alpaka/HGCalRecHitCalibrationAlgorithms.dev.cc", + "RecoLocalCalo/HGCalRecAlgos/plugins/alpaka/HGCalRecHitConfigurationESProducer.cc", + "RecoLocalCalo/HGCalRecProducers/interface/alpaka/HGCalSoAClustersExtraDeviceCollection.h", + "RecoLocalCalo/HGCalRecProducers/plugins/HGCalLayerClusterHeterogeneousDumper.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HGCalLayerClusterHeterogeneousSoADumper.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsConditions.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsFiller.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsFiller.h", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersAlgoWrapper.dev.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersSoAAlgoWrapper.dev.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersSoAAlgoWrapper.h", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalSoALayerClustersProducer.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalSoARecHitsLayerClustersProducer.cc", + "RecoLocalCalo/HcalRecAlgos/plugins/alpaka/HcalRecoParamsWithPulseShapesESProducer.cc", + "RecoLocalCalo/HcalRecProducers/plugins/alpaka/HcalSiPMCharacteristicsESProducer.cc", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco2DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco4DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_MTPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_MTPatternReco2D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_MTPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_MTPatternReco4D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/GEMRecHit/test/SingleMuPt100_cfi_GEM-SIM-DIGI_Extended2015MuonGEMDev.py", + "RecoLocalTracker/ClusterParameterEstimator/interface/ClusterParameterEstimator.h", + "RecoLocalTracker/ClusterParameterEstimator/interface/PixelClusterParameterEstimator.h", + "RecoLocalTracker/ClusterParameterEstimator/interface/StripClusterParameterEstimator.h", + "RecoLocalTracker/Configuration/python/RecoLocalTracker_Cosmics_EventContent_cff.py", + "RecoLocalTracker/Phase2TrackerRecHits/python/Phase2StripCPEGeometricESProducer_cfi.py", + "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerAlgorithm.cc", + "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerAlgorithm.h", + "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerSequentialAlgorithm.h", + "RecoLocalTracker/SiPhase2VectorHitBuilder/interface/VectorHitBuilderAlgorithm.h", + "RecoLocalTracker/SiPhase2VectorHitBuilder/interface/VectorHitBuilderAlgorithmBase.h", + "RecoLocalTracker/SiPhase2VectorHitBuilder/plugins/SiPhase2RecHitMatcherESProducer.cc", + "RecoLocalTracker/SiPhase2VectorHitBuilder/plugins/VectorHitBuilderEDProducer.cc", + "RecoLocalTracker/SiPhase2VectorHitBuilder/test/Clusters_productionAndTesting.py", + "RecoLocalTracker/SiPhase2VectorHitBuilder/test/VHs_SeedingOT_productionAndTesting.py", + "RecoLocalTracker/SiPhase2VectorHitBuilder/test/VHs_combinatorialStudies_PU200.py", + "RecoLocalTracker/SiPixelClusterizer/plugins/SiPixelDigisClustersFromSoAAlpaka.cc", + "RecoLocalTracker/SiPixelClusterizer/plugins/alpaka/SiPixelPhase2DigiToCluster.cc", + "RecoLocalTracker/SiPixelClusterizer/plugins/alpaka/SiPixelRawToClusterKernel.dev.cc", + "RecoLocalTracker/SiPixelClusterizer/python/SiPixelClusterizerPreSplitting_cfi.py", + "RecoLocalTracker/SiPixelRecHits/interface/alpaka/PixelCPEFastParamsCollection.h", + "RecoLocalTracker/SiPixelRecHits/plugins/alpaka/PixelCPEFastParamsESProducerAlpaka.cc", + "RecoLocalTracker/SiStripClusterizer/interface/StripClusterizerAlgorithmFactory.h", + "RecoLocalTracker/SiStripClusterizer/plugins/SiStripClusterizerConditionsESProducer.cc", + "RecoLocalTracker/SiStripClusterizer/plugins/SiStripClusterizerConditionsGPUESProducer.cc", + "RecoLocalTracker/SiStripClusterizer/python/SiStripClusters2ApproxClusters_cff.py", + "RecoLocalTracker/SiStripClusterizer/python/test/ClusterRefinerTagMCmerged_cfi.py", + "RecoLocalTracker/SiStripClusterizer/python/test/ClusterizerUnitTestFunctions_cff.py", + "RecoLocalTracker/SiStripClusterizer/test/step2_RAW2DIGI_L1Reco_RECO_ApproxClusters.py", + "RecoLocalTracker/SiStripClusterizer/test/step2_RAW2DIGI_L1Reco_RECO_ApproxClusters_streamerOutput.py", + "RecoLocalTracker/SiStripClusterizer/test/testSiStripQuality/SiStripBadChannel.tpl", + "RecoLocalTracker/SiStripClusterizer/test/testSiStripQuality/SiStripBadModule.tpl", + "RecoLocalTracker/SiStripRecHitConverter/interface/SiStripRecHitConverterAlgorithm.h", + "RecoLocalTracker/SiStripRecHitConverter/plugins/SiStripRecHitMatcherESProducer.cc", + "RecoLocalTracker/SiStripRecHitConverter/plugins/SiStripRecHitMatcherESProducer.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/IteratedMedianCMNSubtractor.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripCommonModeNoiseSubtractor.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripRawProcessingAlgorithms.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripRawProcessingFactory.h", + "RecoLocalTracker/SiStripZeroSuppression/python/SiStripZeroSuppression_SimData_cfi.py", + "RecoLocalTracker/SiStripZeroSuppression/python/siStripMergeZeroSuppression_cfi.py", + "RecoLocalTracker/SiStripZeroSuppression/test/SiStripZS_EmulateHybrid_RealData.py", + "RecoLocalTracker/SubCollectionProducers/interface/PixelClusterSelectorTopBottom.h", + "RecoLocalTracker/SubCollectionProducers/interface/StripClusterSelectorTopBottom.h", + "RecoLocalTracker/SubCollectionProducers/python/ClusterMultiplicityFilter_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/TopBottomClusterInfoProducer_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/TrackCandidateTopBottomHitFilter_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/hltTrackClusterRemoverNew_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/splitter_tracking_RunI_setup_cff.py", + "RecoLocalTracker/SubCollectionProducers/python/test/ClusterMCsplitStrips_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/test/MCsplitStripsCustomize_cff.py", + "RecoLuminosity/LumiProducer/test/analysis/test/crab3_ALCALUMIPIXELS_PIXONLY_DATA.py", + "RecoMTD/TransientTrackingRecHit/plugins/MTDTransientTrackingRecHitBuilderESProducer.cc", + "RecoMTD/TransientTrackingRecHit/python/MTDTransientTrackingRecHitBuilder_cfi.py", + "RecoMuon/L3MuonIsolationProducer/plugins/L3MuonCombinedRelativeIsolationProducer.cc", + "RecoMuon/L3MuonIsolationProducer/plugins/L3MuonCombinedRelativeIsolationProducer.h", + "RecoMuon/MuonIdentification/python/Identification/cutBasedMuonId_MuonPOG_V0_cff.py", + "RecoMuon/MuonIdentification/python/Identification/globalMuonPromptTight_V0_cff.py", + "RecoMuon/MuonIsolationProducers/python/muIsoDepositCalByAssociatorTowers_cfi.py", + "RecoMuon/StandAloneMuonProducer/python/standAloneMuonsDirectTrajectoryBuilder_cfi.py", + "RecoMuon/TrackerSeedGenerator/python/pixelTrackFilterByKinematicsForTSGFromL1_cfi.py", + "RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHitBreaker.h", + "RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHitBuilder.h", + "RecoMuon/TransientTrackingRecHit/plugins/MuonTransientTrackingRecHitBuilderESProducer.cc", + "RecoMuon/TransientTrackingRecHit/python/MuonTransientTrackingRecHitBuilder_cfi.py", + "RecoParticleFlow/Configuration/python/DBS_Samples/RelValQCD_FlatPt_15_3000_Fast_cfi.py", + "RecoParticleFlow/Configuration/python/RecoParticleFlow_conversion_EventContent_cff.py", + "RecoParticleFlow/Configuration/python/RecoParticleFlow_nuclear_EventContent_cff.py", + "RecoParticleFlow/PFClusterProducer/interface/alpaka/PFClusteringEdgeVarsDeviceCollection.h", + "RecoParticleFlow/PFClusterProducer/interface/alpaka/PFClusteringVarsDeviceCollection.h", + "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/GenericSimClusterMapper.cc", + "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/RealisticHitToClusterAssociator.h", + "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/RealisticSimClusterMapper.cc", + "RecoParticleFlow/PFClusterProducer/plugins/alpaka/PFClusterSoAProducerKernel.dev.cc", + "RecoParticleFlow/PFClusterProducer/python/particleFlowBadHcalPseudoCluster_cff.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterECALUncorrected_cfi.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterOOTECALUncorrected_cff.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterTimeAssigner_cfi.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowRealisticSimClusterHGCCalibrations_cfi.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowZeroSuppressionECAL_cff.py", + "RecoParticleFlow/PFProducer/plugins/importers/LooseNuclearInteractionTrackImporter.cc", + "RecoParticleFlow/PFProducer/plugins/importers/NuclearInteractionTrackImporter.cc", + "RecoParticleFlow/PFProducer/plugins/importers/VeryLooseNuclearInteractionTrackImporter.cc", + "RecoParticleFlow/PFProducer/test/particleFlowBlock_NewECalAndHCalLinker_HLT_cfi.py", + "RecoParticleFlow/PFRecHitProducer/interface/alpaka/PFRecHitParamsDeviceCollection.h", + "RecoParticleFlow/PFRecHitProducer/interface/alpaka/PFRecHitTopologyDeviceCollection.h", + "RecoParticleFlow/PFRecHitProducer/plugins/alpaka/PFRecHitECALParamsESProducer.cc", + "RecoParticleFlow/PFRecHitProducer/plugins/alpaka/PFRecHitHCALParamsESProducer.cc", + "RecoParticleFlow/PFRecHitProducer/src/alpaka/PFRecHitTopologyDeviceCollection.cc", + "RecoTBCalo/EcalTBHodoscopeReconstructor/interface/EcalTBHodoscopeRawInfoDumper.h", + "RecoTBCalo/EcalTBHodoscopeReconstructor/interface/EcalTBHodoscopeRecInfoProducer.h", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/EcalTBHodoscopeReconstructor_cfi.py", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecal2004TBHodoscopeReconstructor_cfi.py", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecal2006TBHodoscopeReconstructor_cfi.py", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecalTBSimHodoscopeReconstructor_cfi.py", + "RecoTauTag/RecoTau/python/PFRecoTauDiscriminationAgainstElectronMVA6Phase2_cff.py", + "RecoTauTag/RecoTau/python/tauDiscriminationAgainstElectronMVA6Phase2_mvaDefs_cff.py", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitPairGeneratorForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitPairGeneratorForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitQuadrupletGeneratorForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitQuadrupletGeneratorForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/HitPairGeneratorFromLayerPairForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/HitPairGeneratorFromLayerPairForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/HitQuadrupletGeneratorFromLayerPairForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/HitQuadrupletGeneratorFromLayerPairForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadruplets.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.h", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLeg.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLegAlgo.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLegAlgo.h", + "RecoTracker/ConversionSeedGenerators/plugins/SeedForPhotonConversionFromQuadruplets.cc", + "RecoTracker/ConversionSeedGenerators/plugins/SeedForPhotonConversionFromQuadruplets.h", + "RecoTracker/ConversionSeedGenerators/python/PhotonConversionTrajectorySeedProducerFromQuadruplets_cfi.py", + "RecoTracker/ConversionSeedGenerators/python/PhotonConversionTrajectorySeedProducerFromSingleLeg_cfi.py", + "RecoTracker/DisplacedRegionalTracking/plugins/DisplacedRegionSeedingVertexProducer.cc", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-10mu-fulldet-build-extrectracks.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-10mu-fulldet-build.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-benchmarks-multiiter.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-ttbar-fulldet-build-extrectracks.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-ttbar-fulldet-build.sh", + "RecoTracker/MkFitCore/standalone/xeon_scripts/benchmark-cmssw-ttbar-fulldet-build-remote.sh", + "RecoTracker/MkFitCore/standalone/xeon_scripts/benchmark-cmssw-ttbar-fulldet-build.sh", + "RecoTracker/PixelLowPtUtilities/interface/StripSubClusterShapeTrajectoryFilter.h", + "RecoTracker/PixelLowPtUtilities/python/StripSubClusterShapeTrajectoryFilter_cfi.py", + "RecoTracker/PixelSeeding/interface/HitTripletGeneratorFromPairAndLayersFactory.h", + "RecoTracker/PixelTrackFitting/plugins/PixelFitterByConformalMappingAndLineProducer.cc", + "RecoTracker/PixelTrackFitting/plugins/PixelTrackCleanerBySharedHitsESProducer.cc", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForBeamHalo_cff.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForBeamHalo_cfi.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsP5_cff.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cff.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cfi.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmics_cfi.py", + "RecoTracker/TkMSParametrization/interface/MultipleScatteringParametrisationMaker.h", + "RecoTracker/TkMSParametrization/plugins/MultipleScatteringParametrisationMakerESProducer.cc", + "RecoTracker/TkMSParametrization/src/ES_MultipleScatteringParametrisationMaker.cc", + "RecoTracker/TkSeedGenerator/interface/MultiHitGeneratorFromPairAndLayersFactory.h", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsStraightLineCreator.cc", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsStraightLineCreator.h", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsTripletOnlyCreator.cc", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsTripletOnlyCreator.h", + "RecoTracker/TkSeedGenerator/python/SeedFromConsecutiveHitsStraightLineCreator_cfi.py", + "RecoTracker/TkSeedGenerator/python/SeedFromConsecutiveHitsTripletOnlyCreator_cfi.py", + "RecoTracker/TkSeedGenerator/python/SeedGeneratorFromProtoTracksEDProducer_cff.py", + "RecoTracker/TkSeedGenerator/python/SeedGeneratorFromRegionHitsEDProducer_cfi.py", + "RecoTracker/TkSeedGenerator/python/seedCreatorFromRegionConsecutiveHitsEDProducer_cff.py", + "RecoTracker/TkSeedGenerator/python/seedCreatorFromRegionConsecutiveHitsTripletOnlyEDProducer_cff.py", + "RecoTracker/TkSeedingLayers/python/PixelLessLayerPairs4PixelLessTracking_cfi.py", + "RecoTracker/TkSeedingLayers/python/TTRHBuilderWithoutAngle4MixedTriplets_cfi.py", + "RecoTracker/TkSeedingLayers/python/TTRHBuilderWithoutAngle4PixelTriplets_cfi.py", + "RecoTracker/TkTrackingRegions/interface/GlobalTrackingRegionProducerFromBeamSpot.h", + "RecoTracker/TkTrackingRegions/plugins/CandidatePointSeededTrackingRegionsProducer.h", + "RecoTracker/TkTrackingRegions/plugins/GlobalTrackingRegionWithVerticesProducer.h", + "RecoTracker/TkTrackingRegions/plugins/PixelInactiveAreaTrackingRegionsSeedingLayersProducer.cc", + "RecoTracker/TransientTrackingRecHit/interface/TkTransientTrackingRecHitBuilder.h", + "RecoTracker/TransientTrackingRecHit/plugins/TkTransientTrackingRecHitBuilderESProducer.cc", + "RecoTracker/TransientTrackingRecHit/python/TransientTrackingRecHitBuilderWithoutRefit_cfi.py", + "RecoTracker/TransientTrackingRecHit/python/TransientTrackingRecHitBuilder_cfi.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsEarly10TeVCollision_cff.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsEarly10TeVCollision_cfi.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsNominalCollision_cff.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsNominalCollision_cfi.py", + "RecoVertex/ConfigurableVertexReco/interface/ConfigurableAdaptiveReconstructor.h", + "RecoVertex/GaussianSumVertexFit/interface/GsfVertexTrackCompatibilityEstimator.h", + "RecoVertex/KinematicFitPrimitives/interface/ExtendedPerigeeTrajectoryParameters.h", + "RecoVertex/KinematicFitPrimitives/interface/KinematicParticleFactoryFromTransientTrack.h", + "RecoVertex/KinematicFitPrimitives/interface/ParticleKinematicLinearizedTrackState.h", + "RecoVertex/KinematicFitPrimitives/interface/ParticleKinematicLinearizedTrackStateFactory.h", + "RecoVertex/KinematicFitPrimitives/interface/TransientTrackKinematicStateBuilder.h", + "RecoVertex/KinematicFitPrimitives/src/KinematicParticleFactoryFromTransientTrack.cc", + "RecoVertex/KinematicFitPrimitives/src/ParticleKinematicLinearizedTrackStateFactory.cc", + "RecoVertex/LinearizationPointFinders/interface/CrossingPtBasedLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/interface/DefaultLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/interface/FallbackLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/interface/SubsetHSMLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/src/CrossingPtBasedLinearizationPointFinder.cc", + "RecoVertex/PixelVertexFinding/plugins/alpaka/PixelVertexWorkSpaceSoADeviceAlpaka.h", + "RecoVertex/PrimaryVertexProducer/interface/AdaptiveChisquarePrimaryVertexFitter.h", + "RecoVertex/PrimaryVertexProducer/interface/SequentialPrimaryVertexFitterAdapter.h", + "RecoVertex/PrimaryVertexProducer/python/OfflinePrimaryVerticesFromCosmicTracks_cfi.py", + "RecoVertex/TrimmedKalmanVertexFinder/interface/ConfigurableTrimmedVertexFinder.h", + "SLHCUpgradeSimulations/Geometry/data/PhaseI/EmptyPixelSkimmedGeometry_phase1.txt", + "SLHCUpgradeSimulations/Geometry/data/PhaseII/Tilted/EmptyPixelSkimmedGeometry.txt", + "SimCalorimetry/Configuration/python/SimCalorimetry_EcalSelectiveReadoutProducers_setBeamcom09_cff.py", + "SimCalorimetry/EcalEBTrigPrimAlgos/interface/EcalEBPhase2AmplitudeReconstructor.h", + "SimCalorimetry/EcalEBTrigPrimProducers/plugins/EcalEBTrigPrimPhase2ESProducer.cc", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitiveDigis_cff.py", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitiveDigis_cfi.py", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitivePhase2Digis_cfi.py", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitivePhase2ESProducer_cfi.py", + "SimCalorimetry/EcalElectronicsEmulation/python/EcalElecEmulTccOnlyExample_cfg.py", + "SimCalorimetry/EcalSelectiveReadoutAlgos/interface/EcalSelectiveReadoutSuppressor.h", + "SimCalorimetry/EcalSelectiveReadoutProducers/interface/namespace_ecalsrcondtools.h", + "SimCalorimetry/EcalSelectiveReadoutProducers/plugins/EcalSelectiveReadoutProducer.cc", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTrigPrimESProducer_craft_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_CosmicsConfiguration_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_barrelOnly_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_craft_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_craft_cfi.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_mc_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_mc_cfi.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_readDBOffline_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_readDBOffline_cfi.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_with_suppressed_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_with_suppressed_cfi.py", + "SimCalorimetry/EcalZeroSuppressionProducers/doc/EcalZeroSuppressionProducers.doc", + "SimCalorimetry/EcalZeroSuppressionProducers/interface/ESZeroSuppressionProducer.h", + "SimCalorimetry/EcalZeroSuppressionProducers/interface/EcalZeroSuppressionProducer.h", + "SimCalorimetry/EcalZeroSuppressionProducers/python/ecalGlobalZeroSuppression_cfi.py", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllHitToTracksterAssociatorsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllLayerClusterToTracksterAssociatorsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllTracksterToSimTracksterAssociatorsByHitsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllTracksterToSimTracksterAssociatorsByLCsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToLayerClusterAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToLayerClusterAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToSimClusterCaloParticleAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToSimClusterCaloParticleAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToTracksterAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToTracksterAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorEDProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/SimClusterToCaloParticleAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/SimClusterToCaloParticleAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorEDProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorEDProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/python/HitToTracksterAssociation_cfi.py", + "SimCalorimetry/HGCalAssociatorProducers/python/SimClusterToCaloParticleAssociation_cfi.py", + "SimCalorimetry/HGCalAssociatorProducers/python/TSToSimTSAssociationByHits_cfi.py", + "SimCalorimetry/HGCalSimProducers/data/doseParams_3000fb_fluka_HFNose_3.7.20.12_Eta2.4.txt", + "SimCalorimetry/HcalZeroSuppressionProducers/doc/HcalZeroSuppressionProducers.doc", + "SimCalorimetry/HcalZeroSuppressionProducers/interface/HcalZeroSuppressionAlgo.h", + "SimCalorimetry/HcalZeroSuppressionProducers/python/NoHcalZeroSuppression_cff.py", + "SimCalorimetry/HcalZeroSuppressionProducers/python/hcalDigisNoSuppression_cfi.py", + "SimDataFormats/Associations/interface/LayerClusterToCaloParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/LayerClusterToSimClusterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/LayerClusterToSimTracksterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociationMap.h", + "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociator.h", + "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MtdSimLayerClusterToRecoClusterAssociationMap.h", + "SimDataFormats/Associations/interface/MtdSimLayerClusterToTPAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MultiClusterToCaloParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MuonToTrackingParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TrackToTrackingParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TracksterToSimClusterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TracksterToSimTracksterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TracksterToSimTracksterHitLCAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/VertexToTrackingVertexAssociatorBaseImpl.h", + "SimDataFormats/Associations/src/LayerClusterToCaloParticleAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/LayerClusterToSimTracksterAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/MtdRecoClusterToSimLayerClusterAssociationMap.cc", + "SimDataFormats/Associations/src/MtdRecoClusterToSimLayerClusterAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/MtdSimLayerClusterToRecoClusterAssociationMap.cc", + "SimDataFormats/Associations/src/MultiClusterToCaloParticleAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/TracksterToSimTracksterHitLCAssociatorBaseImpl.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.h", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsProducer.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorEDProducer.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdImpl.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdImpl.h", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdProducer.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorEDProducer.cc", + "SimFastTiming/MtdAssociatorProducers/python/mtdRecoClusterToSimLayerClusterAssociation_cfi.py", + "SimFastTiming/MtdAssociatorProducers/python/mtdSimLayerClusterToTPAssociation_cfi.py", + "SimGeneral/Configuration/python/RunsAndWeights_Run2018_Equal_Lumi_Integer_Weights.py", + "SimGeneral/DataMixingModule/python/supplementary/DigiRecoExampleMC_STARTUP_cfg.py", + "SimGeneral/DataMixingModule/python/supplementary/ReconstructionLocalCosmics_cff.py", + "SimGeneral/DataMixingModule/python/supplementary/recoT0DQM_EvContent_40T_digiOnly_cfg.py", + "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_11h_8h_hybrid2p40_cfi.py", + "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_12p5h_9h_hybrid2p23_cfi.py", + "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_14h_10h_hybrid2p05_cfi.py", + "SimGeneral/MixingModule/python/Run3_2025_LHC_Simulation_fill12p5h_levelling9h_nb2340_xSec80mb_il2p23_cfi.py", + "SimGeneral/MixingModule/python/mix_2012_Summer_50ns_PoissonOOTPU_ExtWind_cfi.py", + "SimGeneral/MixingModule/python/mix_2012_lumiLevel_15_20_50ns_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2015_25nsLowPU_matchData_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2015_25ns_FallMC_matchData_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2016_25ns_SpringMC_PUScenarioV1_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2016_PoissonOOTPU_HighPUTrains_Fill5412_cfi.py", + "SimGeneral/MixingModule/python/mix_2017_25ns_WinterMC_PUScenarioV1_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2018_25ns_JuneProjectionFull18_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2018_25ns_ProjectedPileup_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2022_25ns_RunIII2022Summer24_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2023_25ns_RunIII2023Summer24_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2023_Fills_8807_8901_ProjectedPileup_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2024_25ns_RunIII2024Summer24_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_E7TeV_Fall2011_Reprocess_50ns_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_25ns_PoissonOOT_cfi.py", + "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_50ns_PoissonOOT.py", + "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_inTimeOnly_cfi.py", + "SimGeneral/TrackingAnalysis/python/trackingParticleNumberOfLayersProducer_cff.py", + "SimTracker/TrackAssociation/python/trackingParticleRecoTrackAsssociation_cff.py", + "SimTracker/TrackAssociation/python/trackingParticleRecoTrackAsssociation_cfi.py", + "SimTracker/TrackAssociatorProducers/plugins/QuickTrackAssociatorByHitsProducer.cc", + "SimTracker/TrackAssociatorProducers/plugins/TrackAssociatorByPositionProducer.cc", + "SimTracker/TrackerMaterialAnalysis/data/dd4hep_trackingMaterialGroups_ForPhaseII.xml", + "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseI/v1/trackingMaterialGroups_ForPhaseI.xml", + "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseII/v1/trackingMaterialGroups_ForPhaseII.xml", + "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseII/v2/trackingMaterialGroups_ForPhaseII.xml", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_ListGroupsMaterialDifference.h", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_MaterialAccountingGroup.cc", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_MaterialAccountingGroup.h", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialAnalyser.cc", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialAnalyser.h", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialPlotter.cc", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialPlotter.h", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHFNosePhaseII_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHGCalPhaseII_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHGCalPhaseII_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseII_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseII_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseI_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseI_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialProducerHFNose_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialProducerHFNose_cfi.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialAnalyser_ForHFNosePhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialAnalyser_ForHGCalPhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForHFNosePhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForHGCalPhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForPhaseI.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForPhaseII.py", + "SimTracker/VertexAssociation/plugins/VertexAssociatorByPositionAndTracksProducer.cc", + "SimTransport/TotemRPProtonTransportParametrization/interface/LHCOpticsApproximator.h", + "SimTransport/TotemRPProtonTransportParametrization/src/LHCOpticsApproximator.cc", + "TopQuarkAnalysis/TopEventProducers/python/producers/TtDilepEvtSolProducer_cfi.py", + "TopQuarkAnalysis/TopEventProducers/python/producers/TtSemiEvtSolProducer_cfi.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttFullHadEvtHypotheses_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttFullLepEvtHypotheses_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepEvtHypotheses_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepKinematicFit_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepMVASelection_cff.py", + "TopQuarkAnalysis/TopEventSelection/data/TtFullHadSignalSelMVATrainTreeSaver.xml", + "TopQuarkAnalysis/TopEventSelection/data/TtSemiLepSignalSelMVATrainTreeSaver.xml", + "TopQuarkAnalysis/TopEventSelection/python/TtFullHadSignalSelMVATrainTreeSaver_cff.py", + "TopQuarkAnalysis/TopEventSelection/python/TtSemiLepSignalSelMVATrainTreeSaver_cff.py", + "TopQuarkAnalysis/TopJetCombination/plugins/TtSemiLepJetCombWMassDeltaTopMass.cc", + "TopQuarkAnalysis/TopJetCombination/python/TtSemiLepJetCombMVATrainTreeSaver_cff.py", + "TopQuarkAnalysis/TopJetCombination/python/TtSemiLepJetCombWMassDeltaTopMass_cfi.py", + "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Fall11_cff.py", + "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Spring10_cff.py", + "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Summer11_cff.py", + "TrackPropagation/SteppingHelixPropagator/plugins/SteppingHelixPropagatorESProducer.cc", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorAlong_cfi.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorAny_cfi.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorHLT_cff.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorOpposite_cfi.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorsNoErrorPropagation_cff.py", + "TrackPropagation/SteppingHelixPropagator/test/SteppingHelixPropagatorAnalyzer.cc", + "TrackingTools/GeomPropagators/interface/AnalyticalTrajectoryExtrapolatorToLine.h", + "TrackingTools/KalmanUpdators/python/MRHChi2MeasurementEstimatorESProducer_cfi.py", + "TrackingTools/MaterialEffects/python/RungeKuttaTrackerPropagatorOpposite_cfi.py", + "TrackingTools/PatternTools/interface/trackingParametersAtClosestApproachToBeamSpot.h", + "TrackingTools/PatternTools/src/trackingParametersAtClosestApproachToBeamSpot.cc", + "TrackingTools/TrajectoryFiltering/interface/ChargeSignificanceTrajectoryFilter.h", + "TrackingTools/TrajectoryFiltering/interface/MaxConsecLostHitsTrajectoryFilter.h", + "TrackingTools/TrajectoryParametrization/interface/CurvilinearTrajectoryParameters.h", + "TrackingTools/TrajectoryParametrization/interface/PerigeeTrajectoryParameters.h", + "TrackingTools/TransientTrackingRecHit/interface/GenericTransientTrackingRecHit.h", + "TrackingTools/TransientTrackingRecHit/interface/TransientTrackingRecHitBuilder.h", + "Utilities/ReleaseScripts/ignominy/config/IgnominyCommon/IgGNUPlotTemplate_CMS.gnu", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_baseline.json", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_newClass.json", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_removeClass.json", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_versionUpdate.json", + "Utilities/StorageFactory/test/test_multiple_files_file_statistics_sender_cfg.py", + "Validation/CTPPS/python/ctppsProtonReconstructionEfficiencyEstimatorData_cfi.py", + "Validation/CaloTowers/test/runNoise_valid_simhits_digis_rechits_calotowers_ZS_cfg.py", + "Validation/HGCalValidation/test/python/testValidationHGCalTrigPrim_RelVal_cfg.py", + "Validation/RecoEgamma/python/ElectronMcSignalValidatorPt1000_gedGsfElectrons_cfi.py", + "Validation/RecoEgamma/test/ElectronMcSignalValidationPt1000_gedGsfElectrons_cfg.py", + "Validation/SiPixelPhase1ConfigV/python/SiPixelPhase1OfflineDQM_harvestingV_cff.py", + "Validation/SiPixelPhase1TrackClustersV/python/SiPixelPhase1TrackClustersV_cfi.py", + "Validation/SiPixelPhase1TrackingParticleV/interface/SiPixelPhase1TrackingParticleV.h", + "Validation/SiPixelPhase1TrackingParticleV/python/SiPixelPhase1TrackingParticleV_cfi.py", + "Validation/SiPixelPhase1TrackingParticleV/src/SiPixelPhase1TrackingParticleV.cc" + ] + } + }, + "last_seen_sha": "c23099c7377123b6de7fafa7a486b20b18d54f7e" + } + } +] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_create_repo.json b/tests/PRActionData/TestProcessPr.test_create_repo.json new file mode 100644 index 00000000000..84647c9897b --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_create_repo.json @@ -0,0 +1,37 @@ +[ + { + "type": "create-property-file", + "data": { + "filename": "query-new-data-repo-issues-30.properties", + "data": { + "ISSUE_NUMBER": "30" + } + } + }, + { + "type": "add-label", + "data": [ + "pending-assignment" + ] + }, + { + "type": "remove-label", + "data": [] + }, + { + "type": "create-comment", + "data": "cms-bot internal usage" + }, + { + "type": "save-bot-cache", + "data": { + "emoji": {}, + "signatures": {}, + "commits": {} + } + }, + { + "type": "create-comment", + "data": "A new Issue was created by @iarspider.\n\n@Dr15Jones, @iarspider, @makortel, @smuzaffar can you please review it and eventually sign/assign? Thanks.\n\ncms-bot commands are listed here\n" + } +] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_create_split_cache.json b/tests/PRActionData/TestProcessPr.test_create_split_cache.json new file mode 100644 index 00000000000..82611637f9c --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_create_split_cache.json @@ -0,0 +1,9102 @@ +[ + { + "type": "load-bot-cache", + "data": { + "commits": { + "c23099c7377123b6de7fafa7a486b20b18d54f7e": { + "files": [ + "Alignment/APEEstimation/python/samples/Data_TkAlMinBias_Run2018C_PromptReco_v3_cff.py", + "Alignment/APEEstimation/python/samples/Data_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py", + "Alignment/APEEstimation/python/samples/Data_TkAlZMuMu_Run2015B_DoubleMuon_PromptReco_v1_cff.py", + "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_ApeSkim_cff.py", + "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_cff.py", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsEntry.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsStore.h", + "Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationPluginFactory.h", + "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorTracksFromTrajectories.cc", + "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorMuonResidualsDefaults_cff.py", + "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorSegmentDifferences_cfi.py", + "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentDerivativesExtractor.h", + "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/KarimakiAlignmentDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/ParametersToParametersDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters4D.h", + "Alignment/CommonAlignmentParametrization/interface/SegmentAlignmentDerivatives4D.h", + "Alignment/CommonAlignmentParametrization/interface/TwoBowedSurfacesAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/src/BowedSurfaceAlignmentDerivatives.cc", + "Alignment/CommonAlignmentParametrization/src/CompositeAlignmentDerivativesExtractor.cc", + "Alignment/CommonAlignmentParametrization/src/ParametersToParametersDerivatives.cc", + "Alignment/CommonAlignmentParametrization/src/TwoBowedSurfacesAlignmentParameters.cc", + "Alignment/CommonAlignmentProducer/interface/AlignmentTracksFromVertexCompositeCandidateSelector.h", + "Alignment/CommonAlignmentProducer/interface/AlignmentTwoBodyDecayTrackSelector.h", + "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexCompositeCandidateSelectorModule.cc", + "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexSelectorModule.cc", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHaloOverlaps_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlCalIsolatedMu_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmics_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlStandAloneCosmics_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli0T_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGCombined_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGDiMuon_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGCombined_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGDiMuon_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHG_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLT_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsInCollisions_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlDiMuonAndVertex_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracksZMuMu_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedHI_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedPA_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuHI_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuPA_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHGCombined_cff.py", + "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHLTHGCombined_cff.py", + "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexCompositeCandidateSelector_cfi.py", + "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexSelector_cfi.py", + "Alignment/CommonAlignmentProducer/src/AlignmentTracksFromVertexCompositeCandidateSelector.cc", + "Alignment/LaserAlignment/python/ExpectedCorrectionsShiftsAndRotationsTEC2TEC_cfi.py", + "Alignment/MillePedeAlignmentAlgorithm/plugins/ZMuMuMassConstraintParameterFinder.cc", + "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/ConfigureAlignmentProducer.py", + "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/myMessageLogger_cff.py", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/README.md", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/printParameters.C", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/submit_jobs.sh", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/zmumudistribution_cfg.py", + "Alignment/MillePedeAlignmentAlgorithm/test/test_ZMuMuMassConstraintParameterFinder.sh", + "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOct2010holes.phipos", + "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_diskfitters_cff.py", + "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_ringfitters_cff.py", + "Alignment/MuonAlignmentAlgorithms/test/test_CSCOverlapsAlignmentAlgorithm_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/PixelBaryCentreAnalyzer_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/condorTemplate.submit", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/executableTemplate.sh", + "Alignment/OfflineValidation/test/examples/PV_alignments_multiple_merge_jobs.yaml", + "Alignment/OfflineValidation/test/examples/jetHtAnalysis_fullExampleConfiguration.json", + "Alignment/OfflineValidation/test/examples/jetHtFilesForRun2018A_first100files.txt", + "Alignment/OfflineValidation/test/testingScripts/test_unitSagittaBiasNtuplizer.sh", + "Alignment/TrackerAlignment/scripts/TkAlCaRecoPrescaling.ALCARECOTkAlCosmics0T.tpl", + "Alignment/TrackerAlignment/test/Misalignments/createRandomlyMisalignedGeometry_Phase2_cfg.py", + "Alignment/TrackerAlignment/test/Misalignments/createRandomlyMisalignedGeometry_cfg.py", + "AnalysisAlgos/SiStripClusterInfoProducer/plugins/SiStripProcessedRawDigiProducer.cc", + "AnalysisAlgos/SiStripClusterInfoProducer/python/SiStripProcessedRawDigiProducer_SimData_cfi.py", + "AnalysisAlgos/SiStripClusterInfoProducer/python/SiStripProcessedRawDigiProducer_cfi.py", + "CalibCalorimetry/EcalCorrectionModules/src/EcalGlobalShowerContainmentCorrectionsVsEtaESProducer.cc", + "CalibCalorimetry/EcalCorrectionModules/src/EcalShowerContainmentCorrectionsESProducer.cc", + "CalibCalorimetry/EcalCorrectionModules/test/stubs/EcalContainmentCorrectionAnalyzer.cc", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/doc/EcalCorrelatedNoiseAnalysisAlgos.doc", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/test/EcnaCalculationsExample.cc", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R175975_1_0_150_Dee0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R175975_1_0_150_SM0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R178231_1_0_150_Dee0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_1.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2_data.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2_simul.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_3.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanLSFJOBReports", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanPythonFiles", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanSubmissionScripts", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160077", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160994", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160998", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161016", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161020", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161311", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R162517", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R162811", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R170298", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R175975", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R178231", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_ideal.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_ideal_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_startup_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_ideal_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_startup_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_ideal_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_startup_prep.py", + "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv4_128_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv6_transparency_spikekill_2016_script.py", + "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv6_transparency_spikekill_2016_script_270062.py", + "CalibCalorimetry/EcalTrivialCondModules/interface/EcalTrivialConditionRetriever.h", + "CalibCalorimetry/EcalTrivialCondModules/python/EcalTrivialCondRetrieverTB_cfi.py", + "CalibMuon/DTCalibration/python/dt_offlineAnalysis_common_cosmics_vDriftSeg_cff.py", + "CalibPPS/AlignmentGlobal/python/ALCARECOPromptCalibProdPPSAlignment_Output_cff.py", + "CalibPPS/ESProducers/interface/CTPPSRPAlignmentCorrectionsDataESSourceXMLCommon.h", + "CalibPPS/TimingCalibration/plugins/PPSDiamondSampicTimingCalibrationPCLHarvester.cc", + "CalibPPS/TimingCalibration/plugins/PPSDiamondSampicTimingCalibrationPCLWorker.cc", + "CalibPPS/TimingCalibration/python/ALCARECOPPSDiamondSampicTimingCalibHarvester_cff.py", + "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_Output_cff.py", + "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_cff.py", + "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSTimingCalib_Output_cff.py", + "CalibTracker/Configuration/python/SiPixelCabling/SiPixelCabling_Frontier_DevDB_cff.py", + "CalibTracker/Configuration/python/SiPixelCabling/SiPixelCabling_Frontier_IntDB_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Fake_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_DevDB_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_IntDB_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_cff.py", + "CalibTracker/Configuration/python/SiStripLorentzAngle/SiStripLorentzAngle_Fake_cff.py", + "CalibTracker/Configuration/python/SiStripLorentzAngle/SiStripLorentzAngle_Frontier_cff.py", + "CalibTracker/Configuration/python/SiStripNoise/SiStripNoise_Fake_APVModeDec_cff.py", + "CalibTracker/Configuration/python/SiStripNoise/SiStripNoise_Fake_APVModePeak_cff.py", + "CalibTracker/Configuration/python/TrackerAlignment/TrackerAlignment_Frontier_cff.py", + "CalibTracker/Configuration/python/Tracker_DependentRecords_forGlobalTag_nofakes_cff.py", + "CalibTracker/SiPhase2TrackerESProducers/interface/SiPhase2OuterTrackerFakeLorentzAngleESSource.h", + "CalibTracker/SiPhase2TrackerESProducers/plugins/SiPhase2BadStripConfigurableFakeESSource.cc", + "CalibTracker/SiPhase2TrackerESProducers/plugins/SiPhase2OuterTrackerFakeLorentzAngleESSource.cc", + "CalibTracker/SiPhase2TrackerESProducers/python/SiPhase2OuterTrackerFakeLorentzAngleESSource_cfi.py", + "CalibTracker/SiPixelConnectivity/plugins/PixelToFEDAssociateFromAsciiESProducer.cc", + "CalibTracker/SiPixelConnectivity/plugins/PixelToFEDAssociateFromAsciiESProducer.h", + "CalibTracker/SiPixelConnectivity/plugins/PixelToLNKAssociateFromAsciiESProducer.cc", + "CalibTracker/SiPixelConnectivity/plugins/PixelToLNKAssociateFromAsciiESProducer.h", + "CalibTracker/SiPixelConnectivity/python/PixelToLNKAssociateFromAsciiESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationForHLTSimService.h", + "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationOfflineService.h", + "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationOfflineSimService.h", + "CalibTracker/SiPixelESProducers/plugins/SiPixelGainCalibrationForHLTGPUESProducer.cc", + "CalibTracker/SiPixelESProducers/plugins/SiPixelROCsStatusAndMappingWrapperESProducer.cc", + "CalibTracker/SiPixelESProducers/plugins/alpaka/SiPixelGainCalibrationForHLTSoAESProducer.cc", + "CalibTracker/SiPixelESProducers/python/SiPixel2DTemplateDBObjectESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/python/SiPixelFakeGenErrorDBObjectESSource_cfi.py", + "CalibTracker/SiPixelESProducers/python/SiPixelFakeTemplateDBObjectESSource_cfi.py", + "CalibTracker/SiPixelESProducers/python/siPixelQualityForDigitizerESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/python/siPixelQualityForRawToDigiESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/test/PixelFEDChannelCollectionMapTestReader_cfg.py", + "CalibTracker/SiPixelGainCalibration/python/SiPixelGainCalibrationAnalysis_cfi.py", + "CalibTracker/SiPixelGainCalibration/test/SimpleTestPrintOutPixelCalibAnalyzer.cc", + "CalibTracker/SiPixelLorentzAngle/interface/SiPixelLorentzAngleCalibrationStruct.h", + "CalibTracker/SiPixelLorentzAngle/python/ALCARECOSiPixelLorentzAngle_Output_cff.py", + "CalibTracker/SiPixelLorentzAngle/python/SiPixelLorentzAnglePCLHarvesterMCS_cfi.py", + "CalibTracker/SiPixelLorentzAngle/test/calculateLorentzAngleFromClusterSizeFpix.C", + "CalibTracker/SiPixelSCurveCalibration/interface/SiPixelSCurveCalibrationAnalysis.h", + "CalibTracker/SiPixelSCurveCalibration/python/SiPixelSCurveCalibrationAnalysis_cfi.py", + "CalibTracker/SiStripChannelGain/test/CodeExample/produceCalibrationTree_cfg_OnBatch.py", + "CalibTracker/SiStripChannelGain/test/Cosmic_B38/SiStrip_ChannelGain_Cosmic_Craft.db", + "CalibTracker/SiStripChannelGain/test/UsefullCode/Comparison/MakeChargeDistribution.C", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/MakeAsciiFileFromTree.C", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/MakeAsciiFileFromTree.sh", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/PredictedVsObserved.C", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/PredictedVsObserved.sh", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/ProducePayloadFromASCII_cfg.py", + "CalibTracker/SiStripChannelGain/test/UsefullCode/TimeHistory/MakeChargeDistribution.C", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/produceCalibrationTree_CosmicsLABP_cfg.py", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/produceCalibrationTree_template_cfg.py", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/submitCalibTree/__init__.py", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/submitCalibTree/launchJobs.py", + "CalibTracker/SiStripDCS/test/DetVOffReaderDebug__FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", + "CalibTracker/SiStripDCS/test/HV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", + "CalibTracker/SiStripDCS/test/LV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", + "CalibTracker/SiStripESProducers/plugins/DBWriter/SiStripFedCablingManipulator.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripBackPlaneCorrectionFakeESSource.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripBadModuleConfigurableFakeESSource.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripNoiseNormalizedWithApvGainBuilder.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripNoiseNormalizedWithApvGainBuilder.h", + "CalibTracker/SiStripESProducers/plugins/real/SiStripApvSimulationParametersESProducer.cc", + "CalibTracker/SiStripESProducers/plugins/real/SiStripBackPlaneCorrectionDepESProducer.cc", + "CalibTracker/SiStripESProducers/plugins/real/SiStripLorentzAngleDepESProducer.cc", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripApvGainDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBackPlaneCorrectionDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadChannelDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadFiberDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadModuleDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadStripDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadStripFromQualityDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBaseDelayDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripConfObjectDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripDetVOffDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripFedCablingDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripFedCablingManipulator_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripLatencyDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripLorentzAngleDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripNoisesDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripPedestalsDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripThresholdDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/SiStripBackPlaneCorrectionDepESProducer_cfi.py", + "CalibTracker/SiStripESProducers/python/SiStripHashedDetIdESProducerFromGeom_cfi.py", + "CalibTracker/SiStripESProducers/python/SiStripQualityConfigurableFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/Phase2TrackerConfigurableCablingESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripBackPlaneCorrectionFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripBadChannelFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripBadModuleConfigurableFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripConfObjectFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripFedCablingFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripLorentzAngleFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripApvGain_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBackPlaneCorrection_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadChannel_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadFiber_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadModule_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBaseDelay_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripClusterThreshold_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripConfObject_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripDetVOff_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripFedCabling_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripLatency_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripLorentzAngle_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_DecMode_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_PeakMode_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripPedestals_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripThreshold_cfg.py", + "CalibTracker/SiStripESProducers/test/python/SiStripBadAPVListBuilder_byHand_cfg.py", + "CalibTracker/SiStripESProducers/test/python/SiStripBadComponentBuilder_byHand_cfg.py", + "CalibTracker/SiStripESProducers/test/python/SiStripNoiseNormalizedWithApvGainBuilder_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripBackPlaneCorrectionDepDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripBackPlaneCorrectionDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripClusterThresholdDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleDepDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleSimDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_firstIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_secondIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_firstIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_secondIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_merge_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/read_DummyCondDBWriter_SiStripQuality_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/run.sh", + "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromBadModuleConfigurableFakeESSource_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromBadStripFakeESSource_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromQualityFakeESSource_cfg.py", + "CalibTracker/SiStripLorentzAngle/interface/SiStripLorentzAngleCalibrationHelpers.h", + "CalibTracker/SiStripLorentzAngle/interface/SiStripLorentzAngleCalibrationStruct.h", + "CalibTracker/SiStripLorentzAngle/test/step_PromptCalibProdSiStripLA_ALCAHARVEST_cfg.py", + "CalibTracker/SiStripQuality/interface/SiStripBadAPVAlgorithmFromClusterOccupancy.h", + "CalibTracker/SiStripQuality/interface/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.h", + "CalibTracker/SiStripQuality/interface/SiStripHotStripAlgorithmFromClusterOccupancy.h", + "CalibTracker/SiStripQuality/src/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.cc", + "CalibTracker/SiStripQuality/test/cfg/StudyExample/SiStripQualityStatistics_Cabling_cfg.py", + "CalibTracker/SiStripQuality/test/cfg/StudyExample/SiStripQualityStatistics_singleTag_cfg.py", + "CalibTracker/SiStripQuality/test/cfg/makeMergeBadComponentPayload_example_cfg.py", + "CalibTracker/StandaloneTrackerTopology/test/testStandaloneTrackerTopology_cfg.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalCalIsolElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalRecalIsolElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalTestPulsesRaw_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalUncalIsolElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOZeeMCEcalCalElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOZeeMC_plus_HLT_EcalCalElectron_Output_cff.py", + "Calibration/EcalCalibAlgos/python/ALCARECOPromptCalibProdEcalPedestals_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalGammaJetFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonProducerFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonProducerFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonProducerFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonProducerFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilterNoHLT_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilterNoHLT_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkNoHLT_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkProducerFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkProducerFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsolatedBunchSelector_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsolatedBunchSelector_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIterativePhiSym_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalLowPUHBHEMuonFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalLowPUHBHEMuonFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/test/HCalCalPedestal_ALCA_run251252_Run2015B_data.py", + "Calibration/HcalCalibAlgos/test/python/gammaJetAnalysis_data2012_noGJetProd_cfg.py", + "Calibration/HcalIsolatedTrackReco/plugins/EcalIsolatedParticleCandidateProducer.cc", + "Calibration/HcalIsolatedTrackReco/plugins/IsolatedEcalPixelTrackCandidateProducer.cc", + "Calibration/HcalIsolatedTrackReco/plugins/IsolatedPixelTrackCandidateL1TProducer.cc", + "Calibration/HcalIsolatedTrackReco/plugins/IsolatedPixelTrackCandidateProducer.cc", + "Calibration/IsolatedParticles/test/python/proto_runIsolatedParticlesGeneratedJets_cfg.py", + "Calibration/IsolatedParticles/test/python/proto_runIsolatedTracksNxNNzsData_cfg.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOAlCaPCCRandomFromRECO_Output_cff.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOAlCaPCCZeroBiasFromRECO_Output_cff.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOLumiPixelsMinBias_Output_cff.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOPromptCalibProdLumiPCC_Output_cff.py", + "Calibration/TkAlCaRecoProducers/plugins/CalibrationTrackSelectorFromDetIdList.cc", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHPLowPU_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHPLowPU_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHP_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngle_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngle_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGainsAAG_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGainsAAG_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGains_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGains_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripHitEfficiency_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripHitEfficiency_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripLorentzAngle_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripLorentzAngle_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStrip_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuonLoose_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuonTight_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuon_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalCosmicsNano_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasAAGHI_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasAAG_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasHI_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalSmallBiasScan_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalZeroBiasHI_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/AlcaSiPixelLorentzAngleHarvesterMCS_cff.py", + "Calibration/TkAlCaRecoProducers/python/AlcaSiPixelLorentzAngleHarvesterMCS_cfi.py", + "Calibration/TkAlCaRecoProducers/python/CalibrationTrackSelectorFromDetIdList_cfi.py", + "CaloOnlineTools/HcalOnlineDb/interface/ConfigurationDatabaseStandardXMLParser.hh", + "CaloOnlineTools/HcalOnlineDb/test/HCAL_TRIG_PRIM_LOOKUP_TABLE.XMLloader.template", + "CaloOnlineTools/HcalOnlineDb/test/HCAL_TRIG_PRIM_LOOKUP_TABLE.checksums.template", + "CommonTools/ParticleFlow/python/Isolation/customiseEarlyDeleteForCandIsoDeposits.py", + "CommonTools/ParticleFlow/python/Isolation/electronPFIsolationDepositsPFBRECO_cff.py", + "CommonTools/ParticleFlow/python/Isolation/electronPFIsolationValuesPFBRECO_cff.py", + "CommonTools/ParticleFlow/python/Isolation/photonPFIsolationDepositsPFBRECO_cff.py", + "CommonTools/ParticleFlow/python/ParticleSelectors/pfAllNeutralHadronsAndPhotons_cfi.py", + "CommonTools/ParticleFlow/python/ParticleSelectors/pfPdgIdPFCandidateSelector_cfi.py", + "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_create_cfg.py", + "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_read_cfg.py", + "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_update_cfg.py", + "CondCore/AlignmentPlugins/plugins/TrackerAlignmentErrorExtended_PayloadInspector.cc", + "CondCore/AlignmentPlugins/plugins/TrackerSurfaceDeformations_PayloadInspector.cc", + "CondCore/CTPPSPlugins/plugins/CTPPSRPAlignmentCorrectionsData_PayloadInspector.cc", + "CondCore/DBOutputService/test/python/testIOVPayloadAnalyzer_example_oracle_cfg.py", + "CondCore/EcalPlugins/plugins/EcalClusterEnergyCorrectionObjectSpecificParameters_PayloadInspector.cc", + "CondCore/EcalPlugins/plugins/EcalClusterEnergyCorrectionParameters_PayloadInspector.cc", + "CondCore/EcalPlugins/plugins/EcalClusterEnergyUncertaintyParameters_PayloadInspector.cc", + "CondCore/EcalPlugins/plugins/EcalClusterLocalContCorrParameters_PayloadInspector.cc", + "CondCore/PCLConfigPlugins/plugins/SiPixelAliPCLThresholdsPayloadInspectorHelper.h", + "CondCore/SiPixelPlugins/plugins/SiPixelGainCalibrationForHLT_PayloadInspector.cc", + "CondCore/SiPixelPlugins/plugins/SiPixelGainCalibrationOffline_PayloadInspector.cc", + "CondFormats/CastorObjects/data/castor_channelquality_HighGain_Run141956-148844.txt", + "CondFormats/DataRecord/interface/EcalClusterEnergyCorrectionObjectSpecificParametersRcd.h", + "CondFormats/DataRecord/interface/EcalGlobalShowerContainmentCorrectionsVsEtaRcd.h", + "CondFormats/DataRecord/interface/HeterogeneousHGCalHEFCellPositionsConditionsRecord.h", + "CondFormats/DataRecord/src/EcalClusterEnergyCorrectionObjectSpecificParametersRcd.cc", + "CondFormats/DataRecord/src/HeterogeneousHGCalHEFCellPositionsConditionsRecord.cc", + "CondFormats/EcalCorrections/interface/EcalGlobalShowerContainmentCorrectionsVsEta.h", + "CondFormats/EcalCorrections/src/T_EventSetup_EcalGlobalShowerContainmentCorrectionsVsEta.cc", + "CondFormats/EcalCorrections/src/T_EventSetup_EcalShowerContainmentCorrections.cc", + "CondFormats/EcalObjects/interface/EcalClusterEnergyCorrectionObjectSpecificParameters.h", + "CondFormats/GeometryObjects/src/T_EventSetup_PTrackerAdditionalParametersPerDet.cc", + "CondFormats/HGCalObjects/interface/HeterogeneousHGCalHEFCellPositionsConditions.h", + "CondFormats/HGCalObjects/src/T_EventSetup_HeterogeneousHGCalHEFCellPositionsConditions.cc", + "CondFormats/HGCalObjects/src/alpaka/T_EventSetup_HGCalCalibrationParameterDevice.cc", + "CondFormats/JetMETObjects/test/run_TestCondFormatsJetMETObjectsJetCorrectorParameters.sh", + "CondFormats/PPSObjects/src/T_EventSetup_LHCInterpolatedOpticalFunctionsSetCollection.cc", + "CondFormats/PhysicsToolsObjects/interface/PerformancePayloadFromBinnedTFormula.h", + "CondFormats/SiPhase2TrackerObjects/src/T_EventSetup_SiPhase2OuterTrackerLorentzAngle.cc", + "CondFormats/SiPhase2TrackerObjects/src/T_EventSetup_TrackerDetToDTCELinkCablingMap.cc", + "CondFormats/SiPhase2TrackerObjects/test/testSerializationSiPhase2TrackerObjects.cpp", + "CondFormats/SiPixelObjects/interface/alpaka/SiPixelGainCalibrationForHLTDevice.h", + "CondFormats/SiPixelObjects/interface/alpaka/SiPixelGainCalibrationForHLTUtilities.h", + "CondFormats/SiPixelObjects/src/alpaka/T_EventSetup_SiPixelGainCalibrationForHLTDevice.cc", + "CondFormats/SiStripObjects/test/UnitTests/MasterTestCondFormatsSiStripObjects.cpp", + "CondTools/Ecal/interface/EcalClusterEnergyCorrectionObjectSpecificXMLTranslator.h", + "CondTools/Ecal/python/produceTPGParameters_beamv6_transparency_spikekill_2016_script.py", + "CondTools/Ecal/test/EcalIntercalibConstantsPopConBTransitionAnalyzer_test_cfg.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2023.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2024.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2025.py", + "Configuration/DataProcessing/python/Impl/trackingOnlyEra_Run2_2018_highBetaStar.py", + "Configuration/EcalTB/python/reco_application_2006rawdata_localTrivialreco_cfg.py", + "Configuration/Generator/python/B0ToJpsiK0s_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", + "Configuration/Generator/python/BuMixing_BMuonFilter_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/BuMixing_BMuonFilter_forSTEAM_14TeV_TuneCP5_cfi.py", + "Configuration/Generator/python/BuToJPsiPrimeKToJPsiPiPiK_14TeV_TuneCP5_pythia8_cfi.py", + "Configuration/Generator/python/BuToKstarPsi2S_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/Chib1PToUpsilon1SGamma_MuFilter_TuneCP5_14TeV-pythia8_evtgen_cfi.py", + "Configuration/Generator/python/ChicToJpsiGamma_MuFilter_TuneCP5_14TeV_pythia8_evtgen_cfi.py", + "Configuration/Generator/python/DStarToD0Pi_D0ToKsPiPi_inclusive_SoftQCD_TuneCP5_13p6TeV-pythia8-evtgen.py", + "Configuration/Generator/python/DYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cff.py", + "Configuration/Generator/python/DYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cff.py", + "Configuration/Generator/python/DYToll01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/DYToll012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/DYToll012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/DarkSUSY_mH_125_mN1_60_mGammaD_10_cT_10_Madgraph_LHE_13TeV_cfi.py", + "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_300_1000mm_TuneCUETP8M1_13TeV_pythia8_cff.py", + "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_13TeV_pythia8_cff.py", + "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_14TeV_pythia8_cff.py", + "Configuration/Generator/python/HSCPmchamp1_M_600_TuneZ2star_13TeV_pythia6_cff.py", + "Configuration/Generator/python/HTo2LongLivedTo4bMH-125_MFF-12_CTau-900mm_TuneCP5_14TeV_pythia8_cfi.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_EvtGen_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8withPhotospp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_powhegEmissionVeto2p_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_EvtGen_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8withPhotospp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max1j_max1p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_generic_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_ggHZZ4L_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto2p_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_2p_HToGG_M125_LHE_py8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToBB_M-125_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToZZ4nu_M-125_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraphamcatnlo_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraphamcatnlo_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_samePDF_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_samePDF_herwigpp_cff.py", + "Configuration/Generator/python/Herwig7Settings/Herwig7LHEMG5aMCatNLOSettings_cfi.py", + "Configuration/Generator/python/Herwig7Settings/Herwig7StableParticlesForDetector_cfi.py", + "Configuration/Generator/python/LambdaBToLambdaMuMuToPPiMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/LbToJpsiLambda_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", + "Configuration/Generator/python/LbToJpsiXiK0sPi_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP1DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP2DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP3DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP4DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5CR1Settings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5CR2Settings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5DownSettings_cfi.py", + "Configuration/Generator/python/QCD_Pt-15To7000_TuneCUETP8M1_Flat_14TeV-pythia8_cff.py", + "Configuration/Generator/python/QCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_13TeV_pythia8_cff.py", + "Configuration/Generator/python/QCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_14TeV_pythia8_cff.py", + "Configuration/Generator/python/QCD_Pt20toInf_MuEnrichedPt15_14TeV_TuneCP5_cff.py", + "Configuration/Generator/python/RS750_quarks_and_leptons_8TeV_TuneCUETP8M1_cff.py", + "Configuration/Generator/python/RSGravitonToGammaGamma_kMpl01_M_3000_TuneCUETP8M1_13TeV_pythia8_cfi.py", + "Configuration/Generator/python/ReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_ExtGen_cfi.py", + "Configuration/Generator/python/ReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_cfi.py", + "Configuration/Generator/python/SMS-Higgsino_mN2-170_mC1-160_mN1-150_HT60_TuneCP5_13TeV_pythia8_cfi.py", + "Configuration/Generator/python/SMS-T1tttt_mGl-1500_mLSP-100_13TeV-pythia8_cfi.py", + "Configuration/Generator/python/SMS-T1tttt_mGl-1500_mLSP-100_TuneCP5_14TeV_pythia8_cfi.py", + "Configuration/Generator/python/TTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/TTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cfi.py", + "Configuration/Generator/python/TTbarToDilepton_mt172p5_TuneCP5_14TeV_pythia8_cfi.py", + "Configuration/Generator/python/Upsilon1SToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/Upsilon4sBaBarExample_BpBm_Dstarpipi_D0Kpi_nonres_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/Upsilon4swithBuToKstarJPsiToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/WTolNu01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/WTolNu012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/WprimeToENu_M-2000_TuneCUETP8M1_13TeV-pythia8_cff.py", + "Configuration/Generator/python/ZTT_Tauola_All_hadronic_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_All_hadronic_14TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_ExtGen_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZmumuJets_Pt_20_300_GEN_13TeV_TuneCUETP8M1_cfg.py", + "Configuration/Generator/python/sherpa_ttbar_2j_MENLOPS_13TeV_MASTER_ExtGen_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2024FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2024FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2025FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2025FlatMinus10PercentReco_cff.py", + "Configuration/ProcessModifiers/python/ecal_component_finely_sampled_waveforms_cff.py", + "Configuration/ProcessModifiers/python/ticl_superclustering_mustache_ticl_cff.py", + "Configuration/ProcessModifiers/python/trackingMkFitDisplacedRegionalStep_cff.py", + "Configuration/ProcessModifiers/python/trackingMkFitInitialStepPreSplitting_cff.py", + "Configuration/ProcessModifiers/python/unifiedparticleTransformerAK4SonicTriton_cff.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p3_cfg.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p4_cfg.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch2_cfg.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch4_cfg.py", + "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p3_cfg.py", + "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p4_cfg.py", + "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess370patch2_cfg.py", + "Configuration/StandardSequences/python/SimulationRandomNumberGeneratorSeeds_cff.py", + "DPGAnalysis/SiStripTools/python/SiStripConfObjectAPVPhaseOffsetsFakeESSource_cfi.py", + "DPGAnalysis/SiStripTools/python/byclustsummsipixelvssistripmulteventfilter_cfi.py", + "DPGAnalysis/SiStripTools/python/configurableapvcyclephaseproducer_CRAFT08_cfi.py", + "DPGAnalysis/SiStripTools/python/configurableapvcyclephaseproducer_GR09_withdefault_cff.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_additionalpeak_AlCaReco_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_firstpeak_AlCaReco_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_firstpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_maxonly_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_secondpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_widerange_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_HugeEvents_AlCaReco_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_firstpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_maxonly_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_secondpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_widerange_cfi.py", + "DPGAnalysis/SiStripTools/python/occupancyplotsselections_pixelphase1_detailed_cff.py", + "DPGAnalysis/SiStripTools/test/CondDBWriter_SiStripConfObjectAPVPhaseOffsets_cfg.py", + "DPGAnalysis/Skims/data/Cert_13TeV_16Dec2015ReReco_Collisions15_25ns_50ns_JSON.txt", + "DPGAnalysis/Skims/data/Cert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON.txt", + "DPGAnalysis/Skims/data/Cert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON_MuonPhys.txt", + "DPGAnalysis/Skims/data/Cert_271036-274240_13TeV_PromptReco_Collisions16_JSON.txt", + "DQM/BeamMonitor/test/2012_PixelTracksVertices_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py", + "DQM/BeamMonitor/test/2012_PixelTracksVertices_Test_beamspotproblem_dqm_sourceclient-live_cfg.py", + "DQM/BeamMonitor/test/2012_ReducedTrackingSteps_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py", + "DQM/EcalPreshowerMonitorModule/python/EcalPreshowerMonitorTasks_withFEDIntegrity_cfi.py", + "DQM/SiPixelPhase1Config/test/pixelphase1_for_timing_scan_dqm_sourceclient-live_cfg.py", + "DQM/SiPixelPhase1Config/test/qTests/mean_num_digis_qualitytest_config_cosmics.xml", + "DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.cc", + "DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.h", + "DQM/SiStripCommissioningSources/python/SiStripCommissioningSource_FromEDM_cfg.py", + "DQM/SiStripCommissioningSources/python/SiStripCommissioningSource_FromRAW_cfg.py", + "DQM/SiStripMonitorApproximateCluster/plugins/SiStripMonitorApproximateCluster.cc", + "DQM/SiStripMonitorApproximateCluster/python/SiStripMonitorApproximateCluster_cfi.py", + "DQM/SiStripMonitorClient/data/sistrip_monitorelement_config_ped_cluster_digi.xml", + "DQM/SiStripMonitorClient/python/SiStripDQMSourceConfigOfflineGlobalRunCAF_cfi.py", + "DQM/SiStripMonitorSummary/scripts/MonitorDB_NewDirStructure_KeepTagLinks_generic.sh", + "DQM/SiStripMonitorSummary/scripts/MonitorDB_NewDirStructure_KeepTagLinks_generic_V2.sh", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_222222_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_2e83ff_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_454545_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_888888_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_cd0a0a_256x240.png", + "DQM/TrackingMonitorClient/python/TrackingEffFromHitPatternClientConfigZeroBias_cff.py", + "DQMOffline/CalibTracker/test/AnalyzeSeveralRuns_ExpressStreamWithDQMHarvesting_afs.sh", + "DQMOffline/CalibTracker/test/CRAFTCalib/SiStripDQMBadStripsValidationReReco.job", + "DQMOffline/CalibTracker/test/CRAFTCalib/SiStripDQMBadStripsValidationReReco_cfg.py", + "DQMOffline/CalibTracker/test/SiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py", + "DQMOffline/CalibTracker/test/template_SiStripQualityBadAPVIdentifierRoot_cfg.py", + "DQMOffline/CalibTracker/test/template_SiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py", + "DQMOffline/CalibTracker/test/template_SiStripQualityHotStripIdentifierRoot_cfg.py", + "DQMOffline/L1Trigger/test/runDQMOffline_step1NoRECO_justRate_L1TriggerOnly_job1_cfg.py", + "DataFormats/EcalRecHit/interface/alpaka/EcalUncalibratedRecHitDeviceCollection.h", + "DataFormats/L1ScoutingRawData/test/create_SDSRawDataCollection_test_file_cfg.py", + "DataFormats/ParticleFlowReco/interface/alpaka/PFRecHitFractionDeviceCollection.h", + "DataFormats/SiStripCluster/test/TestWriteSiStripApproximateClusterCollection.cc", + "DataFormats/SiStripCluster/test/create_SiStripApproximateClusterCollection_test_file_cfg.py", + "DataFormats/SiStripCluster/test/test_readSiStripApproximateClusterCollection_cfg.py", + "DetectorDescription/OfflineDBLoader/python/test/cmsIdealGeometryForWrite_cfi.py", + "DetectorDescription/OfflineDBLoader/python/test/cmsIdealGeometryNoRPCSpecs_cfi.py", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/folder-closed.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-black-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-black.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-default-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-default.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-famfamfam-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-famfamfam.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-gray-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-gray.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-red-line.gif", + "EgammaAnalysis/ElectronTools/test/egammaPatElectronsToCalibratedPatElectrons_cfg.py", + "EventFilter/EcalRawToDigi/plugins/alpaka/EcalElectronicsMappingHostESProducer.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyHFRingUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyPhysCandUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyPhysCandUnpacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/PhysicsToBitConverter.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/PhysicsToBitConverter.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Collections.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Collections.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloSummaryCollections.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloSummaryCollections.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/EtSumUnpacker_0x10010057.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/EtSumUnpacker_0x10010057.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/GlobalAlgBlkUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/GlobalExtBlkUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonPacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonPacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonUnpacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TObjectCollections.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TStage2Layer2Constants.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TStage2Layer2Constants.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x1001000b.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x1001000b.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010010.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010010.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010033.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010033.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTPacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTPacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTUnpacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/UCTCTP7RawData5BX_HCALFB.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/UCTCTP7RawData_HCALFB.h", + "EventFilter/Phase2TrackerRawToDigi/interface/Phase2TrackerFEDRawChannelUnpacker.h", + "EventFilter/Phase2TrackerRawToDigi/interface/Phase2TrackerFEDZSChannelUnpacker.h", + "EventFilter/Phase2TrackerRawToDigi/plugins/Phase2TrackerCommissioningDigiProducer.cc", + "EventFilter/Phase2TrackerRawToDigi/python/Phase2TrackerCommissioningDigiProducer_cfi.py", + "EventFilter/Phase2TrackerRawToDigi/python/test/Phase2TrackerFEDTestAnalyzer_cfi.py", + "EventFilter/Phase2TrackerRawToDigi/test/plugins/Phase2TrackerFEDTestAnalyzer.cc", + "FWCore/Integration/python/test/unscheduled_fail_on_output_IgnoreCompletely_cfg.py", + "FWCore/Integration/python/test/unscheduled_fail_on_output_no_dependency_TryToContinue_cfg.py", + "FWCore/Integration/test/testSwitchProducerConditionalTaskEDAliasConsumeAllCases_cfg.py", + "FWCore/Integration/test/testSwitchProducerConditionalTaskEDAliasWildcard_cfg.py", + "FWCore/Integration/test/unit_test_outputs/testProducerWithPsetDesc_briefdoc.txt", + "FastSimulation/CTPPSFastTrackingProducer/python/CTPPSFastTrackingProducer_cfi.py", + "FastSimulation/SimplifiedGeometryPropagator/doc/SimplifiedGeometryPropagator.doc", + "FastSimulation/SimplifiedGeometryPropagator/interface/BarrelSimplifiedGeometry.h", + "FastSimulation/SimplifiedGeometryPropagator/interface/ForwardSimplifiedGeometry.h", + "FastSimulation/SimplifiedGeometryPropagator/interface/InteractionModelFactory.h", + "FastSimulation/SimplifiedGeometryPropagator/interface/SimplifiedGeometryFactory.h", + "FastSimulation/TrackingRecHitProducer/interface/TrackingRecHitAlgorithmFactory.h", + "FastSimulation/TrackingRecHitProducer/plugins/TrackingRecHitNoSmearingPlugin.cc", + "GeneratorInterface/Core/test/Hadronizer_MgmMatchTune4C_ZJetsNoPSb_13TeV_madgraph_pythia8_Tauola_cfg.py", + "GeneratorInterface/Core/test/Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8_cfg.py", + "GeneratorInterface/EvtGenInterface/plugins/EvtGenUserModels/EvtModelUserReg.cpp", + "GeneratorInterface/EvtGenInterface/plugins/test/Py8_lambadb_evtgen1_Lb2plnuLCSR_cfg.py", + "GeneratorInterface/Herwig7Interface/python/Herwig7_Dummy_Matchbox_90X_ppToee.py", + "GeneratorInterface/Herwig7Interface/python/Herwig7_loadCommonMergingSettings_cff.py", + "GeneratorInterface/Herwig7Interface/python/PPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cff.py", + "GeneratorInterface/Herwig7Interface/test/DYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cfg.py", + "GeneratorInterface/Herwig7Interface/test/DYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cfg.py", + "GeneratorInterface/Herwig7Interface/test/DYToLL_TuneCH3_13TeV_herwig7_hepmc3_cfg.py", + "GeneratorInterface/Herwig7Interface/test/Herwig7_Matchbox_90X_ppToee_GEN_SIM.py", + "GeneratorInterface/Herwig7Interface/test/PPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cfg.py", + "GeneratorInterface/LHEInterface/data/run_generic_tarball_cvmfs_madgraphLO_multithread.sh", + "GeneratorInterface/LHEInterface/data/run_generic_tarball_cvmfs_manual_multithread.sh", + "GeneratorInterface/PyquenInterface/python/Pyquen_Zmumu_2760GeV_dimuonAcc_cfi.py", + "GeneratorInterface/Pythia6Interface/test/Py6GenFilter_ElectronProtonInitialState_cfg.py", + "GeneratorInterface/Pythia8Interface/test/compare_external_generators_streams_cfg.py", + "GeneratorInterface/Pythia8Interface/test/pythia8ex2_ConvertToMain70_cfg_Fragment.py", + "GeneratorInterface/Pythia8Interface/test/pythia8hmc3_photos_ZToTauTau_13TeV_cfg.py", + "GeneratorInterface/Pythia8Interface/test/test_Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8.sh", + "GeneratorInterface/Pythia8Interface/test/test_catch2_External_Pythia8GeneratorFilter.cc", + "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMC.h", + "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMCGeneratorFilter.h", + "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMCHadronizer.h", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_AdvancedParameters_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_PbPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_5TeV_pPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_7TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_8TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_900GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_PbPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_5TeV_pPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_7TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_8TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_900GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/src/ReggeGribovPartonMCGeneratorFilter.cc", + "GeneratorInterface/ReggeGribovPartonMCInterface/src/ReggeGribovPartonMCHadronizer.cc", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_PbPb_2760GeV_cfi_py_GEN.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pPb_5020GeV_cfi_py_GEN.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pp_8TeV_cfi_py_GEN.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/QGSJetII-04_pPb_5020GeV_cfi_py_GEN.py", + "GeneratorInterface/SherpaInterface/data/Run.dat_13TeV_WJets_MEPSatNLO_2jNLO_2jLO", + "GeneratorInterface/SherpaInterface/data/Run.dat_13TeV_ZJets_MEPSatNLO_2jNLO_2jLO", + "GeneratorInterface/TauolaInterface/plugins/TauSpinner/read_particles_from_HepMC.cc", + "GeneratorInterface/TauolaInterface/test/DYToLL_M_50_TuneZ2star_8TeV_Tauola_TauSpinner_Example_cfi.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHESPINCORR_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHE_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/GGToHtautau_13TeV_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/GGToHtautau_13TeV_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/H130GGgluonfusion_8TeV_Tauola_TauSpinner_Example_cfi.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHESPINCORR_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHE_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatPlus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatPlus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatPlus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatPlus10Percent.xml", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorMeasuredXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorSystMinusXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorSystPlusXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1ZeroMaterialXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometryDetailedCavern2017Plan1XML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometryDetailedCavern2017Plan1ZeroMaterialXML_cfi.py", + "Geometry/ForwardSimData/data/ForwardShieldProdCuts/2021/v1/ForwardShieldProdCuts.xml", + "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryBuilder.cc", + "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.cc", + "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.h", + "Geometry/HcalCommonData/data/hcalRecNumbering/2018Plan36/v1/hcalRecNumbering.xml", + "Geometry/HcalCommonData/data/hcalRecNumbering/2018Plan36/v2/hcalRecNumbering.xml", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.0.py", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.911.py", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.0.py", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.911.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.0.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.911.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.0.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.911.py", + "Geometry/TrackerCommonData/data/2016/FlatMinus05Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/2016/FlatMinus10Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/2016/FlatPlus05Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/2016/FlatPlus10Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/PhaseI/PixelForward/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TFPXTEPXReordered/trackerParameters.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker4025/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker4025/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker405/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker613/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker613_MB_2019_04/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixfwd.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_03/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT703_2021_03/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2024_02/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT800_IT615_2022_10/pixbar.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT742_2024_01/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT744_2024_01/pixel.xml", + "Geometry/TrackerCommonData/data/flat10services30percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/flat20services30percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/pixbarmaterial/2017ZeroMaterial/v1/pixbarmaterial.xml", + "Geometry/TrackerCommonData/data/pixfwdMaterials/2017ZeroMaterial/v1/pixfwdMaterials.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_PixelBarrelConn/pixbarmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_PixelBarrelConnToST/pixbarmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBFlange/tibmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBTIDMargherita/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBTIDServiceCylinder/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/specialTestGeometries.txt", + "Geometry/TrackerCommonData/data/tecmaterial/2017ZeroMaterial/v1/tecmaterial.xml", + "Geometry/TrackerCommonData/data/tibmaterial/2017ZeroMaterial/v1/tibmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2016/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017ZeroMaterial/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2021/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tidmaterial/2017ZeroMaterial/v1/tidmaterial.xml", + "Geometry/TrackerCommonData/data/tobmaterial/2017ZeroMaterial/v1/tobmaterial.xml", + "Geometry/TrackerCommonData/data/trackermaterial/2017ZeroMaterial/v1/trackermaterial.xml", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021ZeroMaterialXML_cfi.py", + "Geometry/TrackerGeometryBuilder/plugins/TrackerAdditionalParametersPerDetESModule.cc", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerModuleInfoDBDD4hep_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerModuleInfoFromDDDNoPrintDDD_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerParametersFromDD4hep_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerParametersFromDDD_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/trackerModuleInfoLocalDBDD4hep_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/trackerParametersFromLocalDB_cfg.py", + "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2DoubleDiskBuilder.cc", + "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2DoubleDiskBuilder.h", + "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2SubDiskBuilder.cc", + "Geometry/TrackerRecoData/data/PhaseII/OuterTracker616_2020_04/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker4025/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker613_MB_2019_04/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker613_MB_2019_04/v2_ITonly/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT710_2023_04/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/trackerRecoMaterial.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackersens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelsens.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibConfiguration_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer0_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer1_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer2_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer3_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring0_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring1_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring2_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring3_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/trackerConfiguration_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/trackerStructureTopology_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/trackertib_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/test/trackerSimConfiguration_TwentyFivePercent.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Left_Station/v1/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Left_Station/v2/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Right_Station/v1/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Right_Station/v2/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Left_Station/v1/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Left_Station/v2/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Right_Station/v1/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Right_Station/v2/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Cuts_Per_Region/Reco/v1/RP_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Cuts_Per_Region/Simu/v1/CTPPS_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/RP_Dist_Beam_Cent/Reco/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/RP_Dist_Beam_Cent/Simu/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/RP_Param_Beam_Region/v1/RP_Param_Beam_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Cuts_Per_Region/Reco/v1/RP_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Cuts_Per_Region/Simu/v1/CTPPS_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/RP_Dist_Beam_Cent/Reco/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/RP_Dist_Beam_Cent/Simu/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/RP_Param_Beam_Region/v1/RP_Param_Beam_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Right_Station.xml_bkp", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Detector_Assembly/2021/v1/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Detector_Assembly/v1/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Reco/v1/CTPPS_Timing_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Simu/v1/CTPPS_Detectors_Assembly_022.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Simu/v1/CTPPS_Detectors_Assembly_122.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern1_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern2_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern2_Segment2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment5.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2017/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2017/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_003.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_103.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_003.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_103.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_003.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_103.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v1/PPS_Pixel_Module_2x2_Run3.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v1/ppstrackerMaterials.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v2/PPS_Pixel_Module_2x2_Run3.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v2/ppstrackerMaterials.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v3/PPS_Pixel_Module_2x2_Run3.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v1/CTPPS_Pixel_Module_2x2.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v2/CTPPS_Pixel_Module_2x2.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v3/CTPPS_Pixel_Module_2x2.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Horizontal_Pot/v1/CTPPS_Timing_Horizontal_Pot.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Horizontal_Pot/v2/CTPPS_Timing_Horizontal_Pot.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Negative_Station/v1/CTPPS_Timing_Negative_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Negative_Station/v2/CTPPS_Timing_Negative_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Positive_Station/v1/CTPPS_Timing_Positive_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Positive_Station/v2/CTPPS_Timing_Positive_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_UFSD_Segments/CTPPS_UFSD_Pattern2_SegmentA.xml", + "Geometry/VeryForwardData/data/CTPPS_UFSD_Segments/CTPPS_UFSD_Pattern2_SegmentB.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_000.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_001.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_002.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_003.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_004.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_005.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_020.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_021.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_022.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_023.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_024.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_025.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_100.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_101.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_102.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_103.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_104.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_105.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_120.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_121.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_122.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_123.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_124.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_125.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Reco/v1/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Reco/v2/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Simu/v1/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Simu/v2/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/v1/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Reco/v1/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Reco/v2/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Simu/v1/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Simu/v2/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/v1/RP_Vertical_Device.xml", + "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2016_cfi.py", + "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2017_cfi.py", + "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2018_cfi.py", + "Geometry/VeryForwardProtonTransport/data/parametrization_6500GeV_90_transp.root", + "Geometry/VeryForwardProtonTransport/data/parametrization_6500GeV_90p0_50urad_reco.root", + "GeometryReaders/XMLIdealGeometryESSource/python/cmsMagneticFieldGeometryDB_cff.py", + "GeometryReaders/XMLIdealGeometryESSource/src/XMLIdealMagneticFieldGeometryESProducer.cc", + "GeometryReaders/XMLIdealGeometryESSource/test/runXMLBigFileToDBAndBackValidation.sh", + "GeometryReaders/XMLIdealGeometryESSource/test/testSpecParsMuonSensitiveDetectorMuonCSCHits.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/highPtTripletStepChi2Est_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/highPtTripletStepTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltCandidateJetBProbabilityComputer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltCandidateJetProbabilityComputer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPBwdElectronPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator16_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator2000_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator30_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator9_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator100_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator30_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPDummyDetLayerGeometry_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorAny_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorOpposite_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFwdElectronPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPGlobalDetLayerGeometry_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFFittingSmootherForL2Muon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFFittingSmootherWithOutliersRejectionAndRK_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectoryFitterForL2Muon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForL2Muon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForMuonTrackLoader_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPL3MuKFTrajectoryFitter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPMeasurementTracker_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPMuonTransientTrackingRecHitBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPPixelCPEFastParams_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRKTrajectoryFitter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRKTrajectorySmoother_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRungeKuttaTrackerPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSiPixelCablingSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSiPixelGainCalibrationForHLTSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagatorAnyOpposite_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagatorAny_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorAlong_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorOpposite_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderPixelOnly_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderWithTrackAngle_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderWithoutRefit_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTrackAlgoPriorityOrder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepChi2Est_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonInitialStepChi2Est_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonPixelTrackCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonTrackAlgoPriorityOrder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPixelTracksCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/muonSeededTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt1PFPuppiCentralJet70MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt1PFPuppiCentralJet75MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt2PFPuppiCentralJet40MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt2PFPuppiCentralJet60MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt3PFPuppiCentralJet45MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt4PFPuppiCentralJet40MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p31Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p38Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p865DoubleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p275Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p375Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p935DoubleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBunchSpacingProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepBLifetimeTagInfosPFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepBLifetimeTagInfosPFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsInfosPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsInfosPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsPFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsPFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveMergedVerticesPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveSecondaryVerticesPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveVertexFinderPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepSecondaryVertexTagInfosPFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepSecondaryVertexTagInfosPFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepTrackVertexArbitratorPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG12EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG23EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG23EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiMuon178RelTrkIsoFiltered0p4DzFiltered0p2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiMuon178RelTrkIsoFiltered0p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoublePFPuppiJets128Eta2p4MaxDeta1p6_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoublePFPuppiJets128MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoubleTkMuon157L1TkMuonFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG108EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG108EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG115EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG187EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG187EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG23EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG26EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG26EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG30EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG30EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG32EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG32EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoubleEleIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoubleEleNonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoublePhotonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSingleEleIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSingleEleNonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSinglePhotonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalBarrelClusterFastTimer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalBarrelDigisInRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalDetIdToBeRecovered_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalDetailedTimeRecHit_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalMultiFitUncalibRecHit_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalUncalibRecHitL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaBestGsfTrackVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaBestGsfTrackVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesWrapperL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesWrapperUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCkfTrackCandidatesForGSFL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCkfTrackCandidatesForGSFUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaClusterShapeL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaClusterShapeUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEcalPFClusterIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEcalPFClusterIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleL1TrkIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleL1TrkIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaElectronPixelSeedsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaElectronPixelSeedsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfElectronsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfElectronsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTrackVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTrackVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTracksL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTracksUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCALIDVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCALIDVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCalLayerClusterIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCalLayerClusterIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHcalPFClusterIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHcalPFClusterIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHollowTrackIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHollowTrackIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHoverEL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHoverEUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaPixelMatchVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaPixelMatchVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaSuperClustersToPixelMatchL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaSuperClustersToPixelMatchUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfChi2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfNLayerITUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70EcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70EcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDetaUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfOneOEMinusOneOPUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoFromL1TracksUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfChi2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfNLayerITUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDetaUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5DphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5DphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfChi2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfNLayerITUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDetaUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsForTripletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsForTripletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsClusterRemoverL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsClusterRemoverUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsCombinedL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsCombinedUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsDoubletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsDoubletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsTripletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsTripletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEleSeedsTrackingRegionsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEleSeedsTrackingRegionsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersCLUE3DHighL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersCLUE3DHigh_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersRecoveryL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersRecovery_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFirstStepPrimaryVerticesUnsorted_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFixedGridRhoFastjetAllCaloForEGamma_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFixedGridRhoFastjetAll_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltGoodOfflinePrimaryVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHGCalUncalibRecHitL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersEEL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersEE_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersFromSoAProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSciL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSci_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSiL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalMergeLayerClustersL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalMergeLayerClusters_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoALayerClustersProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoARecHitsLayerClustersProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoARecHitsProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalTrackCollection_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepClusters_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepHitTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeedTracksLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCandidatespLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCutClassifierpLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackSelectionHighPuritypLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackingRegionFromTrimmedVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackspLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsCombinatoricRecoTaus_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsDoublePFTau35MediumDitauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsDoublePFTau40TrackPt1MediumChargedIsolation_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTau27LooseTauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTau30LooseTauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauBasicDiscriminatorsForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauBasicDiscriminatorsdR03ForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauDeepTauProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauDiscriminationByDecayModeFindingNewDMs_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumAbsOrRelChargedIsolationDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumAbsoluteChargedIsolationDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumRelativeChargedIsolationDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauPrimaryVertexProducerForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauProducerSansRefs_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauSecondaryVertexProducerForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauTrackFindingDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauTransverseImpactParametersForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTauLooseTauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausMediumDitauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausTrackFinding_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausTrackPt1MediumChargedIsolation_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectionDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsTauPFJetsRecoTauChargedHadronsWithNeutrals_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHtMhtPFPuppiCentralJetsQuadC30MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepSeedTracksLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifierpLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifierpTTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPuritypLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPuritypTTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTracksT5TCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackspLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackspTTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonClustersRefRemoval_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonMerged_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelClusterCheck_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelHitTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelLayerTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelSeedsFiltered_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedForDoublePuppiTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForDoublePuppiJetBtagFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiHTFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiJetFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiMETFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForQuadPuppiJetTripleBtagFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TEGammaFilteredCollectionProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TEGammaHGCFilteredCollectionProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonFromL1TkMuonCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonSeedsFromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3MuonsPhase2L3Links_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22EcalIso0p41_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22HcalIso0p40_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22HgcalIso4p70_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfecalIsoFiltered0p41_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfhcalIsoFiltered0p40_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfhgcalIsoFiltered4p70_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3trkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22TrkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fFiltered17_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fFiltered37_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fPreFiltered27_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fPreFiltered8_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu18Filtered20_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu22L3Filtered24Q_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu22L3Filtered50Q_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533L31055DZFiltered0p2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533L3Filtered1055_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533PreFiltered555_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltMeasurementTrackerEvent_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltOfflinePrimaryVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFMETTypeOneCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetQuad30MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetsQuad30HT200MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetsQuad30HT330MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiJetForBtagEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiJetForBtagSelectorEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOne140_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOneCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowBadHcalPseudoCluster_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrectedL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrectedUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHBHE_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCalFromTICLL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCalFromTICLUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCal_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHO_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitECALL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitECALUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHBHE_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHGCL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHGC_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHO_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECALL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECALUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCalFromTICLL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCalFromTICLUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCal_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowTimeAssignerECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowTmpBarrel_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHGCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHO_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourJetTagsModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourJetTags_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourTagInfosModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourTagInfos_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelLayerQuadruplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksTrackingRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonTrimmedPixelVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonGeneralTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepClusters_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepHitTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTracksSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTracksSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksAndHighPtTripletTrackingRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksHitQuadruplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsEcalIsodR0p3dRVeto0p000_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsHcalIsodR0p3dRVeto0p000_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsHgcalLCIsodR0p2dRVetoEM0p00dRVetoHad0p02minEEM0p00minEHad0p00_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p07_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3MuonCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3MuonsLinksCombination_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuCtfWithMaterialTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuonTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuonTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OISeedsFromL2Muons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OITrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2OTHitsInputLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2OnlineBeamSpotDevice_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelFitterByHelixProjections_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTrackFilterByKinematics_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2SiPixelClustersSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2SiPixelRecHitsSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2TowerMakerForAll_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2TrimmedPixelVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelClustersMultiplicity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerPairsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerPairsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDiphoton3023IsoCaloIdL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDiphoton3023IsoCaloIdUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle2312IsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle25CaloIdLPMS2L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle25CaloIdLPMS2Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle115NonIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle26WP70L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle26WP70Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle32WPTightL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle32WPTightUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreHLTAnalyzerEndpath_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton108EBTightIDTightIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton108EBTightIDTightIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton187L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton187Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrimaryVertexAssociationModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrimaryVertexAssociation_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPuppiTauTkIsoEle45_22L1TkFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPuppiTauTkMuon4218L1TkFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltRechitInRegionsHGCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltSiPixelClusterShapeCache_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltSingleAK4PFPuppiJet520_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltSingleTkMuon22L1TkMuonFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclLayerTileProducerL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclLayerTileProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTracksterLinksL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersCLUE3DHighL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersCLUE3DHigh_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersRecoveryL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersRecovery_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTrackRefsForJetsBeforeSorting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTrackWithVertexRefSelectorBeforeSorting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltUnsortedOfflinePrimaryVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEleSingle22Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEleSingle28Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmDouble12Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmSingle22Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmSingle36Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle23_12_Iso_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleMediumChargedIsoPFTauHPS40_eta2p1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleMediumDeepTauPFTauHPS35_eta2p1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepCSV_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepFlavour_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele115_NonIso_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele30_WPTight_L1Seeded_LooseDeepTauPFTauHPS30_eta2p1_CrossL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele32_WPTight_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele32_WPTight_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_IsoMu20_eta2p1_LooseDeepTauPFTauHPS27_eta2p1_CrossL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu37_Mu27_FromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepCSV_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepCSV_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFPuppiMETTypeOne140_PFPuppiMHT140_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/CkfBaseTrajectoryFilter_block_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/ClusterShapeTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/GroupedCkfTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HGCAL_chargeCollectionEfficiencies_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonGroupedCkfTrajectoryFilterIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetTrajectoryFilterIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetTrajectoryBuilderForGsfElectrons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetTrajectoryFilterForElectrons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTSiStripClusterChargeCutLoose_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTSiStripClusterChargeCutNone_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutLoose_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutNone_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutTight_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/TrajectoryFilterForConversions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/TrajectoryFilterForElectrons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/ckfBaseTrajectoryFilterP5_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/ckfTrajectoryFilterBeamHaloMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedQuadStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedQuadStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedTripletStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonPSetPvClusterComparerForIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonSeedFromProtoTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2PSetPvClusterComparerForIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2SeedFromProtoTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltTiclTracksterLinksPSet_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterBasePreSplitting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterPreSplitting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterShapePreSplitting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/jetCoreRegionalStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtGsfEleTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtQuadStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtQuadStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepStandardTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/mixedTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryBuilderForInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryBuilderForOutInDisplaced_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForOutInDisplaced_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForOutIn_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pSetPvClusterComparerForIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelLessStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/tobTecStepInOutTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/tobTecStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK4PFJetsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK4PFPuppiJetsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK8PFJetsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepCSVSequencePFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepCSVSequencePFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepFlavourSequencePFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepFlavourSequencePFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCaloMETReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCaloTowersRecSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCalolocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCsclocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDiphoton3023IsoCaloIdL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDiphoton3023IsoCaloIdUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoFullUnpackingEgammaEcalL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoFullUnpackingEgammaEcalSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalHcalSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalPixelSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalStripSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle2312IsoL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle25CaloIdLPMS2L1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle25CaloIdLPMS2UnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDtlocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEGammaDoLocalHcalSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle115NonIsoL1SeededGsfElectronL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle115NonIsoL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle26WP70L1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle26WP70UnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle32WPTightL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle32WPTightUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5OpenL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5OpenUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTElePixelMatchL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTElePixelMatchUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTFastJetForEgammaSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGemLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGsfElectronL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGsfElectronUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHPSDeepTauPFTauSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHPSMediumChargedIsoPFTauSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgamma_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHighPtTripletStepSeedingSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHighPtTripletStepSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTInitialStepPVSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTInitialStepSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTItLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTIter0Phase2L3FromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTIter2Phase2L3FromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTL1UnpackerSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTL2MuonsFromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTMuonlocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTOtLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusterJMEReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusteringForEgammaL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusteringForEgammaUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFHcalClusteringForEgammaSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFJetsCHSReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFMETsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFPuppiJMEReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFPuppiMETReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowClusterECALSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowClusterSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowSuperClusteringSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusterRefsForJetsSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringECALSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringHBHEHFSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringHOSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3FromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3MuonGeneralTracksSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3MuonsSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3OISequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2PixelTracksSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton108EBTightIDTightIsoL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton108EBTightIDTightIsoUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton187L1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton187UnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclCandidateSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclLayerTileSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTracksterLinksSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTracksterMergeSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersCLUE3DHighStepSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersRecoverySequenceL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersRecoverySequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTVertexRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/services/RandomNumberGeneratorService_cfi.py", + "HLTrigger/Configuration/test/testAccessToEDMInputsOfHLTTests_update_filelist.sh", + "HLTriggerOffline/HeavyFlavor/python/heavyFlavorValidationHarvestingSequence_cff.py", + "HLTriggerOffline/SUSYBSM/test/BSMTriggerCheck/html/template/comp_beginning.html", + "HLTriggerOffline/SUSYBSM/test/BSMTriggerCheck/html/template/menu_beginning.html", + "HLTriggerOffline/Scouting/test/runScoutingMonitoringDQM_EGammaOnly_step1_cfg.py", + "HLTriggerOffline/Scouting/test/runScoutingMonitoringDQM_EGammaOnly_step2_cfg.py", + "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToFlyingCascadeBuilderBase.h", + "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToResTrkTrkSameMassBuilder.h", + "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToResTrkTrkSameMassBuilderBase.h", + "HeavyFlavorAnalysis/SpecificDecay/src/BPHDecayToResTrkTrkSameMassBuilderBase.cc", + "HeterogeneousCore/AlpakaInterface/interface/AssertDeviceMatchesHostCollection.h", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerCopyToDeviceCache.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerImplicitCopyToDevice.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerMoveToDeviceCache.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerNoOutput.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaStreamSynchronizingProducer.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaStreamSynchronizingProducerToDevice.cc", + "HeterogeneousTest/AlpakaDevice/plugins/alpaka/AlpakaTestDeviceAdditionAlgo.dev.cc", + "HeterogeneousTest/AlpakaDevice/plugins/alpaka/AlpakaTestDeviceAdditionModule.cc", + "HeterogeneousTest/AlpakaKernel/plugins/alpaka/AlpakaTestKernelAdditionAlgo.dev.cc", + "HeterogeneousTest/AlpakaKernel/plugins/alpaka/AlpakaTestKernelAdditionModule.cc", + "HeterogeneousTest/AlpakaOpaque/plugins/alpaka/AlpakaTestOpaqueAdditionModule.cc", + "HeterogeneousTest/AlpakaWrapper/plugins/alpaka/AlpakaTestWrapperAdditionModule.cc", + "IOMC/EventVertexGenerators/python/VtxSmearedFixed_EmitRealistic5TeVppCollision2017_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic100ns13TeVCollisionBetaStar90mLowBunches_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic100ns13TeVCollisionBetaStar90m_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeV2016Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeVEarly2017Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeVEarly2018Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEOY2022Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEarly2022Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEarly2023Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns900GeV2021Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic2p76TeV2011Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic2p76TeV2013Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic50ns13TeVCollisionZeroTesla_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic5TeVPA2016Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic5TeVppCollision2017_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic7TeVCollisionComm10_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic8TeVPA2016Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealisticHICollisionFixZ2015_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3FlatOpticsGaussSigmaZ4p2cm_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3FlatOpticsGaussSigmaZ5p3cm_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3RoundOptics25ns13TeVHighSigmaZ_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3RoundOptics25ns13TeVLowSigmaZ_cfi.py", + "JetMETCorrections/InterpolationTables/interface/InterpolationFunctorInstances.h", + "JetMETCorrections/InterpolationTables/interface/StorableMultivariateFunctorReader.h", + "JetMETCorrections/TauJet/data/IterativeCone0.4_EtScheme_TowerEt0.5_E0.8_Jets871_2x1033PU_tau.txt", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_BTagSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_hadr_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_hadr_metSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_lepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenuObjects_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_BTagSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_hadr_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_hadr_metSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_lepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_constants.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_ids.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_scalings.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_BTagSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_hadr_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_hadr_metSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_lepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_constants.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_ids.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_scalings.py", + "L1Trigger/DTTriggerPhase2/test/primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py", + "L1Trigger/DTTriggerPhase2/test/primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg_withRPC.py", + "L1Trigger/DTTriggerPhase2/test/test_primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py", + "L1Trigger/GlobalTriggerAnalyzer/python/customise_l1GtPatternGeneratorFromRaw.py", + "L1Trigger/GlobalTriggerAnalyzer/test/L1GtPatternGenerator_overrideL1Menu_cfg.py", + "L1Trigger/L1CaloTrigger/python/l1tPhase2GCTBarrelToCorrelatorLayer1Emulator_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_0_ECALZS_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_1_ECALZS_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_1_ECALZS_noHFJEC_newEGIso_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_0_HI_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_10_mean_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_10_mode_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_2_noHCALSF_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_2_updateHFSF_v6MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_2_updateHFSF_v7MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_updateHFSF_v6MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_mean_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_mean_newHF_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_newHF_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_newHF_v6MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_oldHFSFForJECOnly_cfi.py", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2ClusterAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2EGammaAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2EtSumAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2JetSumAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2TowerCompressAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2TowerDecompressAlgorithmFirmwareImp1.cc", + "L1Trigger/L1THGCal/interface/concentrator/HGCalConcentratorProcessorSelection.h", + "L1Trigger/L1THGCal/interface/concentrator/HGCalConcentratorSuperTriggerCellImpl.h", + "L1Trigger/L1THGCal/plugins/backend/HGCalBackendLayer2Processor3DClustering_SA.cc", + "L1Trigger/L1THGCalUtilities/test/ntuples/HGCalTriggerNtupleHGCConcentratorData.cc", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGenerator.py", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGeneratorClassProb.py", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGenerator_displ.py", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlap_Pats0x0013_generateExtrFactors.py", + "L1Trigger/L1TMuonOverlapPhase2/interface/LutNetworkFixedPointRegression2Outputs.h", + "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGeneratorClassProb_phase2.py", + "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGenerator_displ_phase2.py", + "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGenerator_phase2.py", + "L1Trigger/Phase2L1ParticleFlow/data/hgcal_egID/Photon_Pion_vs_Neutrino_BDTweights_1116.xml.gz", + "L1Trigger/Phase2L1ParticleFlow/data/hgcal_egID/Photon_vs_Pion_BDTweights_1116.xml.gz", + "L1Trigger/Phase2L1ParticleFlow/interface/L1TCorrelatorLayer1PatternFileWriter.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/buffered_folded_multififo_regionizer_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/folded_multififo_regionizer_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/middle_buffer_multififo_regionizer_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/multififo_regionizer_elements_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/multififo_regionizer_elements_ref.icc", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/tdr_regionizer_elements_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/tdr_regionizer_elements_ref.icc", + "L1Trigger/Phase2L1ParticleFlow/src/regionizer/buffered_folded_multififo_regionizer_ref.cpp", + "L1Trigger/Phase2L1ParticleFlow/src/regionizer/folded_multififo_regionizer_ref.cpp", + "L1Trigger/Phase2L1ParticleFlow/src/regionizer/middle_buffer_multififo_regionizer_ref.cpp", + "L1TriggerConfig/CSCTFConfigProducers/python/L1MuCSCTFConfigurationRcdSrc_cfi.py", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/phi12.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/phi42.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta15h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta15l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta25h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta25l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/ETFPatternList.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP1.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP2.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP3.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP4.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP5.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP6.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext12.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext13.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext14.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext15.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext16.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext21.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext23.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext24.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext25.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext26.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext34.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext35.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext56.lut", + "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTChannelMaskConfigOnline_cfi.py", + "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTParametersKeysOnlineProd_cfi.py", + "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTParametersOnlineProducer_cfi.py", + "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesConfig_cff.py", + "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesConfig_cfi.py", + "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesDBConfig_cff.py", + "L1TriggerConfig/L1CSCTPConfigProducers/src/L1CSCTriggerPrimitivesConfigProducer.cc", + "L1TriggerConfig/L1CSCTPConfigProducers/src/L1CSCTriggerPrimitivesConfigProducer.h", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu2008_2E30.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu_2008MC_2E30.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu2008_2E31.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v0_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v1_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090519_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090624_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v4_L1T_Scales_20090624_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1x1032/L1Menu_CRUZET200805.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v0_L1T_Scales_20101224_Imp0_0x1027.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v1_L1T_Scales_20101224_Imp0_0x1028.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v2_L1T_Scales_20101224_Imp0_0x102a.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v3_L1T_Scales_20101224_Imp0_0x102b.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25nsStage1_v3_L1T_Scales_20141121_Imp0_0x1031.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v0_L1T_Scales_20101224_Imp0_0x102f.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v1_L1T_Scales_20101224_Imp0_0x102f.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v2_L1T_Scales_20141121_Imp0_0x1030.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v1_L1T_Scales_20141121_Imp0_0x1030.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v2_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v3_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v4_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50ns_v0_L1T_Scales_20141121_Imp0_0x1031.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v1_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v2_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v3_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v4_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2011_v0_L1T_Scales_20101224_Imp0_0x1026.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2011_v0_nobsc_notau_centrality_q2_singletrack.v1.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2013_v0_L1T_Scales_20101224_Imp0_0x102c.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v1.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v2.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v3.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v4.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v5.xml", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/calosetup", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/defvalpkg", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/header", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/jet_cnts", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/muonsetup", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/calo_setup.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond1_chip.qsf", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond1_chip_pkg.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond2_chip.qsf", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond2_chip_pkg.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/def_val_pkg.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/muon_setup.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/pre_algo_and_or.vhd", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAlgoTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAlgoTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAndMasksTester.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsTechTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsTechTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtStableParametersTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskAlgoTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskAlgoTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskTechTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskTechTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoAlgoTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoTechTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoTechTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMenuConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtPrescaleFactorsAlgoTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtPrescaleFactorsTechTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskAlgoTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskTechTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskVetoAlgoTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskVetoTechTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_PrescaleFactorsAlgoTrigUnprescale_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_TriggerMaskAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu_2008MC_2E30_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_PrescaleFactorsAlgoTrigUnprescale_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_TriggerMaskAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v0_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090519_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090624_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v4_L1T_Scales_20090624_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_PrescaleFactorsAlgoTrigUnprescale_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_TriggerMaskAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_ecal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_hcal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskTechTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_ecal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_hcal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_Test_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v1_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v2_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v3_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v4_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v5_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsAlgoTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsAndMasksTester_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsTechTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskAlgoTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskTechTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskVetoTechTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsAlgoTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsAlgoTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsTechTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsTechTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskAlgoTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskAlgoTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskTechTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskTechTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoAlgoTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoTechTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoTechTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtPrescaleFactorsAlgoTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtPrescaleFactorsTechTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskAlgoTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskTechTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskVetoTechTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1ScalesProducers/python/L1MuTriggerPtScaleOnlineProducer_cfi.py", + "L1TriggerConfig/L1ScalesProducers/python/L1MuTriggerScalesOnlineProducer_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TGlobalPrescalesVetosObjectKeysOnline_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TMuonEndCapForestOnlineProxy_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TMuonOverlapObjectKeysOnline_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TMuonOverlapParamsOnlineProxy_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TUtmTriggerMenuObjectKeysOnline_cfi.py", + "L1TriggerConfig/L1TConfigProducers/src/L1TGlobalPrescalesVetosObjectKeysOnlineProd.cc", + "L1TriggerConfig/L1TConfigProducers/src/L1TUtmTriggerMenuObjectKeysOnlineProd.cc", + "MagneticField/GeomBuilder/plugins/dd4hep/DD4hep_VolumeBasedMagneticFieldESProducer.cc", + "MagneticField/GeomBuilder/plugins/dd4hep/DD4hep_VolumeBasedMagneticFieldESProducerFromDB.cc", + "MagneticField/Interpolation/test/BinaryTablesGeneration/prepareMagneticFieldGrid.cc", + "MagneticField/Interpolation/test/BinaryTablesGeneration/prepareMagneticFieldGrid.h", + "MagneticField/Interpolation/test/BinaryTablesGeneration/validateField_TOSCATables.py", + "MagneticField/ParametrizedEngine/interface/ParabolicParametrizedMagneticField.h", + "MagneticField/ParametrizedEngine/plugins/AutoParametrizedMagneticFieldProducer.cc", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_OAE85l_cfi.py", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_OAE_3_8T_cfi.py", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_PolyFit2D_cfi.py", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_PolyFit3D_cfi.py", + "MagneticField/ParametrizedEngine/test/alpaka/testParabolicParametrizedMagneticField.dev.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/CompareWithSystematicError.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasUpsilonValidation.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasY1SValidation.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasZValidation.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/ComparePhiPlusMinus.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareWithExpected.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareWithExpectedBeforeAfter.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CrystalBallFitOnData_JPsi.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/GaussianFitOnData_Psi2S.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Base.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Y1S.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Z.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlap_Upsilon.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlap_Y1S.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/RunCompareBias_template.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/ShowProbabilityDistribution.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/TreeProduction/MuScleFit_template_cfg.py", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/SplitAndRunBatch.sh", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/StatisticalErrors_instructions.txt", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/TakeParameterFromBatch.sh", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/TreeSplitter_cfg.py", + "MuonAnalysis/MomentumScaleCalibration/test/UnitTests/TestCrossSectionHandler.cc", + "MuonAnalysis/MomentumScaleCalibration/test/tree_production/miniAODVBTFMuonsOnlyTreeMC_CRAB_cfg.py", + "MuonAnalysis/MuonAssociators/test/MuonMCClassifier/debugMuonsClassByHits_cfg.py", + "MuonAnalysis/MuonAssociators/test/MuonMCClassifier/patMuonsWithClassByHits_cfg.py", + "MuonAnalysis/MuonAssociators/test/Trigger/patMuonsWithTrigger_Data_HLTDEBUG_cfg.py", + "MuonAnalysis/MuonAssociators/test/Trigger/patMuonsWithTrigger_mc_HLTDEBUG_cfg.py", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/db/ClassNotSupportedException.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIDGenerator.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIdConverter.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/IDetIdGenerator.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECAnalyzer.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECDetIdConverter.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TOBAnalyzer.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TOBDetIdConverter.java", + "OnlineDB/SiStripO2O/test/O2O_Validation/template_Validate_FEDCabling_O2O_cfg.py", + "OnlineDB/SiStripO2O/test/P5/20X/SiStripO2O_AT_P5_table_multipartition_Commissioning.sh", + "OnlineDB/SiStripO2O/test/P5/21X/SiStripO2O_AT_P5_table_multipartition_Commissioning.sh", + "PhysicsTools/HepMCCandAlgos/python/allStandAloneMuonTracksGenParticlesLeptonMatch_cfi.py", + "PhysicsTools/HepMCCandAlgos/python/allSuperClustersGenParticlesLeptonMatch_cfi.py", + "PhysicsTools/NanoAODTools/python/postprocessing/framework/treeReaderArrayTools.py", + "PhysicsTools/PatAlgos/python/slimming/offlineSlimmedPrimaryVerticesWithBS_cfi.py", + "PhysicsTools/SelectorUtils/interface/SimpleCutBasedElectronIDSelectionFunctor.h", + "RecoBTag/CTagging/python/candidateCombinedSecondaryVertexSoftLeptonCvsLComputer_cfi.py", + "RecoBTag/CTagging/python/pfInclusiveSecondaryVertexFinderNegativeCvsLTagInfos_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeOnlyJetBProbabilityComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeOnlyJetProbabilityComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeTrackCounting3D2ndComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeTrackCounting3D3rdComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidatePositiveOnlyJetBProbabilityComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidatePositiveOnlyJetProbabilityComputer_cfi.py", + "RecoBTag/ONNXRuntime/plugins/UnifiedParticleTransformerAK4ONNXJetTagsProducer.cc", + "RecoBTag/ONNXRuntime/plugins/UnifiedParticleTransformerAK4SonicJetTagsProducer.cc", + "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V01/pfDeepBoostedJetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V02/pfDeepBoostedJetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V02/pfMassDecorrelatedDeepBoostedJetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/Parameters/HiggsInteractionNet/V00/pfHiggsInteractionNetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/pfMassDecorrelatedDeepBoostedDiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfMassDecorrelatedParticleNetDiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfParticleNetFromMiniAODAK4DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfParticleNetFromMiniAODAK8DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfParticleTransformerAK4DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfUnifiedParticleTransformerAK4DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfUnifiedParticleTransformerAK4V1DiscriminatorsJetTags_cfi.py", + "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterFromFile_WPandPayload.cc", + "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterFromFile_WPandPayload_IOV.cc", + "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterTFormula_fromfile_WPandPL.cc", + "RecoBTag/SecondaryVertex/interface/CandidateBoostedDoubleSecondaryVertexComputer.h", + "RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexAK8Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexCA15Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateCombinedSecondaryVertexSoftLeptonComputer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateNegativeCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidatePositiveCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateSimpleSecondaryVertex2TrkComputer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateSimpleSecondaryVertex3TrkComputer_cfi.py", + "RecoBTag/SecondaryVertex/python/combinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderFilteredNegativeTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderFilteredTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfBoostedDoubleSecondaryVertexAK8BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfBoostedDoubleSecondaryVertexCA15BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderAK8TagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderCA15TagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfPositiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfPositiveCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/positiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/positiveCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/positiveCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/simpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/simpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedDynamicHybridSuperClusters_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedEndcapSuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedFixedMatrixSuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedIslandBarrelSuperClusters_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedIslandEndcapSuperClusters_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedMulti5x5ClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedMulti5x5SuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/fixedMatrixPreshowerClusteringSequence_cff.py", + "RecoEcal/EgammaClusterProducers/python/fixedMatrixSuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/interestingDetIdCollectionProducer_cfi.py", + "RecoEcal/EgammaClusterProducers/python/interestingDetIdFromSuperClusterProducer_cfi.py", + "RecoEcal/EgammaClusterProducers/python/multi5x5PreshowerClusteringSequence_cff.py", + "RecoEcal/EgammaClusterProducers/python/multi5x5SuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/particleFlowSuperClusteringSequence_cff.py", + "RecoEcal/EgammaClusterProducers/src/InterestingDetIdFromSuperClusterProducer.cc", + "RecoEcal/EgammaCoreTools/plugins/EcalBasicClusterLocalContCorrectionsESProducer.cc", + "RecoEgamma/EgammaElectronAlgos/interface/ecalClusterEnergyUncertaintyElectronSpecific.h", + "RecoEgamma/EgammaElectronAlgos/src/ecalClusterEnergyUncertaintyElectronSpecific.cc", + "RecoEgamma/EgammaElectronProducers/plugins/GsfElectronCoreEcalDrivenProducer.cc", + "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedHeavyObjectCache.cc", + "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedHeavyObjectCache.h", + "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedValueMapsProducer.cc", + "RecoEgamma/EgammaElectronProducers/plugins/TrackingRegionsFromSuperClustersProducer.cc", + "RecoEgamma/EgammaElectronProducers/python/lowPtGsfElectronsPreRegression_cfi.py", + "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTBcHcalIsolationProducersRegional.cc", + "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTElectronTrackIsolationProducers.cc", + "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTPhotonTrackIsolationProducersRegional.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaEcalPFClusterIsolationProducer.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaHcalPFClusterIsolationProducer.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaIsoHcalDetIdCollectionProducer.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaEcalExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaHcalExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaRecHitExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaTowerExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaTrackExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/ElectronPFIsolationWithConeVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/ElectronPFIsolationWithMapBasedVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/PhotonPFIsolationWithConeVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/PhotonPFIsolationWithMapBasedVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/python/interestingEgammaIsoDetIdsSequence_cff.py", + "RecoEgamma/EgammaIsolationAlgos/python/interestingEgammaIsoESDetIdModule_cff.py", + "RecoEgamma/EgammaIsolationAlgos/test/runInterestingEgammaIsoDetIdsSequence_cfg.py", + "RecoEgamma/EgammaPhotonProducers/python/conversionTrackSequenceForReReco_cff.py", + "RecoEgamma/EgammaPhotonProducers/python/propAlongMomentumWithMaterialForElectrons_cfi.py", + "RecoEgamma/EgammaPhotonProducers/python/propOppoMomentumWithMaterialForElectrons_cfi.py", + "RecoEgamma/EgammaPhotonProducers/python/trajectoryCleanerBySharedHitsForConversions_cfi.py", + "RecoEgamma/ElectronIdentification/data/ElectronMVAEstimatorRun2Fall17V1Variables.txt", + "RecoEgamma/ElectronIdentification/data/Fall17/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_92X.txt", + "RecoEgamma/ElectronIdentification/data/Fall17/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_94X.txt", + "RecoEgamma/ElectronIdentification/data/Run3_Winter22/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_122X.txt", + "RecoEgamma/ElectronIdentification/data/Spring15/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_25ns.txt", + "RecoEgamma/ElectronIdentification/data/Spring15/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_50ns.txt", + "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_HLT_ecalPFClusterIso.txt", + "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_HLT_hcalPFClusterIso.txt", + "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_80X.txt", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5E2x5OverE5x5WithSatCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5SigmaIEtaIEtaCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5SigmaIEtaIEtaWithSatCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleHadronicOverEMEnergyScaledCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleHadronicOverEMLinearCut.cc", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronHLTPreselecition_Summer16_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Fall17_94X_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Fall17_94X_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_25ns_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_50ns_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_50ns_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Summer16_80X_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Summer20_PhaseII_V0_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Winter22_122X_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_tools.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV51_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV60_80XAOD_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV60_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV70_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV71_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_tools.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_RunIIIWinter22_iso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_RunIIIWinter22_noIso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_25ns_Trig_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_25ns_nonTrig_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_50ns_Trig_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_GeneralPurpose_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_HZZ_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer16UL_ID_ISO_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer17UL_ID_ISO_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer18UL_ID_ISO_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Winter22_HZZ_V1_cff.py", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased_TrueVtx.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased_V2.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased_TrueVtx.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased_V2.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased_TrueVtx.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased_V2.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesFall17V1p1.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring15.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring15ValMaps.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring16.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun3VariablesWinter22V1.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_ChgHadronIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_ECalClusterIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_HCalClusterIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_NeuHadronIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_PhotonIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_TrackerIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_coneBasedHoverE_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfChargedHadrons_25ns_NULLcorrection.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfChargedHadrons_50ns.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfNeutralHadrons_25ns_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfNeutralHadrons_50ns.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfPhotons_25ns_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfPhotons_50ns.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfPhotons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfPhotons_90percentBased_3bins.txt", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndExpoScalingCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndExpoScalingEBCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndQuadScalingCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoFull5x5SigmaIEtaIEtaValueMapCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoGenericQuadraticRhoPtScaledCut.cc", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V1_TrueVtx_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_RunIIIWinter22_122X_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring15_25ns_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring15_50ns_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring16_V2p2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_tools.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V1p1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V0_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V2p1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V0_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V2p1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring16_nonTrig_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Summer20_PhaseII_V0_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Winter22_122X_V1_cff.py", + "RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDRVertexAssigned.h", + "RecoJets/JetAssociationProducers/python/ic5PFJetTracksAssociatorAtVertex_cfi.py", + "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalCrystalMatrixProbality.h", + "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalDeadChannelRecoveryAlgos.h", + "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalDeadChannelRecoveryBDTG.h", + "RecoLocalCalo/EcalRecProducers/interface/EcalUncalibRecHitFillDescriptionWorkerFactory.h", + "RecoLocalCalo/EcalRecProducers/interface/EcalUncalibRecHitWorkerRunOneDigiBase.h", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitConvertGPU2CPUFormat.cc", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsAlgoGPU.cu", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsKernels.cu", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsProducer.cc", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsProducerGPU.cc", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerFixedAlphaBetaFit.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/AmplitudeComputationCommonKernels.h", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/AmplitudeComputationKernels.dev.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalMultifitConditionsHostESProducer.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalPhase2DigiToPortableProducer.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalRecHitConditionsESProducer.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitMultiFitAlgoPortable.dev.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitMultiFitAlgoPortable.h", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsAlgoPortable.dev.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsAlgoPortable.h", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsProducerPortable.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsStruct.h", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitProducerPortable.cc", + "RecoLocalCalo/EcalRecProducers/python/ecalFixedAlphaBetaFitUncalibRecHit_cfi.py", + "RecoLocalCalo/EcalRecProducers/src/EcalUncalibRecHitFillDescriptionWorkerFactory.cc", + "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducer.py", + "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducerGPU.py", + "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducerGPU_harvesting.py", + "RecoLocalCalo/HGCalRecAlgos/interface/alpaka/HGCalRecHitCalibrationAlgorithms.h", + "RecoLocalCalo/HGCalRecAlgos/plugins/alpaka/HGCalRecHitCalibrationAlgorithms.dev.cc", + "RecoLocalCalo/HGCalRecAlgos/plugins/alpaka/HGCalRecHitConfigurationESProducer.cc", + "RecoLocalCalo/HGCalRecProducers/interface/alpaka/HGCalSoAClustersExtraDeviceCollection.h", + "RecoLocalCalo/HGCalRecProducers/plugins/HGCalLayerClusterHeterogeneousDumper.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HGCalLayerClusterHeterogeneousSoADumper.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsConditions.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsFiller.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsFiller.h", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersAlgoWrapper.dev.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersSoAAlgoWrapper.dev.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersSoAAlgoWrapper.h", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalSoALayerClustersProducer.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalSoARecHitsLayerClustersProducer.cc", + "RecoLocalCalo/HcalRecAlgos/plugins/alpaka/HcalRecoParamsWithPulseShapesESProducer.cc", + "RecoLocalCalo/HcalRecProducers/plugins/alpaka/HcalSiPMCharacteristicsESProducer.cc", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco2DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco4DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_MTPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_MTPatternReco2D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_MTPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_MTPatternReco4D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/GEMRecHit/test/SingleMuPt100_cfi_GEM-SIM-DIGI_Extended2015MuonGEMDev.py", + "RecoLocalTracker/ClusterParameterEstimator/interface/ClusterParameterEstimator.h", + "RecoLocalTracker/ClusterParameterEstimator/interface/PixelClusterParameterEstimator.h", + "RecoLocalTracker/ClusterParameterEstimator/interface/StripClusterParameterEstimator.h", + "RecoLocalTracker/Configuration/python/RecoLocalTracker_Cosmics_EventContent_cff.py", + "RecoLocalTracker/Phase2TrackerRecHits/python/Phase2StripCPEGeometricESProducer_cfi.py", + "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerAlgorithm.cc", + "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerAlgorithm.h", + "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerSequentialAlgorithm.h", + "RecoLocalTracker/SiPhase2VectorHitBuilder/interface/VectorHitBuilderAlgorithm.h", + "RecoLocalTracker/SiPhase2VectorHitBuilder/interface/VectorHitBuilderAlgorithmBase.h", + "RecoLocalTracker/SiPhase2VectorHitBuilder/plugins/SiPhase2RecHitMatcherESProducer.cc", + "RecoLocalTracker/SiPhase2VectorHitBuilder/plugins/VectorHitBuilderEDProducer.cc", + "RecoLocalTracker/SiPhase2VectorHitBuilder/test/Clusters_productionAndTesting.py", + "RecoLocalTracker/SiPhase2VectorHitBuilder/test/VHs_SeedingOT_productionAndTesting.py", + "RecoLocalTracker/SiPhase2VectorHitBuilder/test/VHs_combinatorialStudies_PU200.py", + "RecoLocalTracker/SiPixelClusterizer/plugins/SiPixelDigisClustersFromSoAAlpaka.cc", + "RecoLocalTracker/SiPixelClusterizer/plugins/alpaka/SiPixelPhase2DigiToCluster.cc", + "RecoLocalTracker/SiPixelClusterizer/plugins/alpaka/SiPixelRawToClusterKernel.dev.cc", + "RecoLocalTracker/SiPixelClusterizer/python/SiPixelClusterizerPreSplitting_cfi.py", + "RecoLocalTracker/SiPixelRecHits/interface/alpaka/PixelCPEFastParamsCollection.h", + "RecoLocalTracker/SiPixelRecHits/plugins/alpaka/PixelCPEFastParamsESProducerAlpaka.cc", + "RecoLocalTracker/SiStripClusterizer/interface/StripClusterizerAlgorithmFactory.h", + "RecoLocalTracker/SiStripClusterizer/plugins/SiStripClusterizerConditionsESProducer.cc", + "RecoLocalTracker/SiStripClusterizer/plugins/SiStripClusterizerConditionsGPUESProducer.cc", + "RecoLocalTracker/SiStripClusterizer/python/SiStripClusters2ApproxClusters_cff.py", + "RecoLocalTracker/SiStripClusterizer/python/test/ClusterRefinerTagMCmerged_cfi.py", + "RecoLocalTracker/SiStripClusterizer/python/test/ClusterizerUnitTestFunctions_cff.py", + "RecoLocalTracker/SiStripClusterizer/test/step2_RAW2DIGI_L1Reco_RECO_ApproxClusters.py", + "RecoLocalTracker/SiStripClusterizer/test/step2_RAW2DIGI_L1Reco_RECO_ApproxClusters_streamerOutput.py", + "RecoLocalTracker/SiStripClusterizer/test/testSiStripQuality/SiStripBadChannel.tpl", + "RecoLocalTracker/SiStripClusterizer/test/testSiStripQuality/SiStripBadModule.tpl", + "RecoLocalTracker/SiStripRecHitConverter/interface/SiStripRecHitConverterAlgorithm.h", + "RecoLocalTracker/SiStripRecHitConverter/plugins/SiStripRecHitMatcherESProducer.cc", + "RecoLocalTracker/SiStripRecHitConverter/plugins/SiStripRecHitMatcherESProducer.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/IteratedMedianCMNSubtractor.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripCommonModeNoiseSubtractor.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripRawProcessingAlgorithms.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripRawProcessingFactory.h", + "RecoLocalTracker/SiStripZeroSuppression/python/SiStripZeroSuppression_SimData_cfi.py", + "RecoLocalTracker/SiStripZeroSuppression/python/siStripMergeZeroSuppression_cfi.py", + "RecoLocalTracker/SiStripZeroSuppression/test/SiStripZS_EmulateHybrid_RealData.py", + "RecoLocalTracker/SubCollectionProducers/interface/PixelClusterSelectorTopBottom.h", + "RecoLocalTracker/SubCollectionProducers/interface/StripClusterSelectorTopBottom.h", + "RecoLocalTracker/SubCollectionProducers/python/ClusterMultiplicityFilter_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/TopBottomClusterInfoProducer_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/TrackCandidateTopBottomHitFilter_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/hltTrackClusterRemoverNew_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/splitter_tracking_RunI_setup_cff.py", + "RecoLocalTracker/SubCollectionProducers/python/test/ClusterMCsplitStrips_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/test/MCsplitStripsCustomize_cff.py", + "RecoLuminosity/LumiProducer/test/analysis/test/crab3_ALCALUMIPIXELS_PIXONLY_DATA.py", + "RecoMTD/TransientTrackingRecHit/plugins/MTDTransientTrackingRecHitBuilderESProducer.cc", + "RecoMTD/TransientTrackingRecHit/python/MTDTransientTrackingRecHitBuilder_cfi.py", + "RecoMuon/L3MuonIsolationProducer/plugins/L3MuonCombinedRelativeIsolationProducer.cc", + "RecoMuon/L3MuonIsolationProducer/plugins/L3MuonCombinedRelativeIsolationProducer.h", + "RecoMuon/MuonIdentification/python/Identification/cutBasedMuonId_MuonPOG_V0_cff.py", + "RecoMuon/MuonIdentification/python/Identification/globalMuonPromptTight_V0_cff.py", + "RecoMuon/MuonIsolationProducers/python/muIsoDepositCalByAssociatorTowers_cfi.py", + "RecoMuon/StandAloneMuonProducer/python/standAloneMuonsDirectTrajectoryBuilder_cfi.py", + "RecoMuon/TrackerSeedGenerator/python/pixelTrackFilterByKinematicsForTSGFromL1_cfi.py", + "RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHitBreaker.h", + "RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHitBuilder.h", + "RecoMuon/TransientTrackingRecHit/plugins/MuonTransientTrackingRecHitBuilderESProducer.cc", + "RecoMuon/TransientTrackingRecHit/python/MuonTransientTrackingRecHitBuilder_cfi.py", + "RecoParticleFlow/Configuration/python/DBS_Samples/RelValQCD_FlatPt_15_3000_Fast_cfi.py", + "RecoParticleFlow/Configuration/python/RecoParticleFlow_conversion_EventContent_cff.py", + "RecoParticleFlow/Configuration/python/RecoParticleFlow_nuclear_EventContent_cff.py", + "RecoParticleFlow/PFClusterProducer/interface/alpaka/PFClusteringEdgeVarsDeviceCollection.h", + "RecoParticleFlow/PFClusterProducer/interface/alpaka/PFClusteringVarsDeviceCollection.h", + "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/GenericSimClusterMapper.cc", + "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/RealisticHitToClusterAssociator.h", + "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/RealisticSimClusterMapper.cc", + "RecoParticleFlow/PFClusterProducer/plugins/alpaka/PFClusterSoAProducerKernel.dev.cc", + "RecoParticleFlow/PFClusterProducer/python/particleFlowBadHcalPseudoCluster_cff.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterECALUncorrected_cfi.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterOOTECALUncorrected_cff.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterTimeAssigner_cfi.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowRealisticSimClusterHGCCalibrations_cfi.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowZeroSuppressionECAL_cff.py", + "RecoParticleFlow/PFProducer/plugins/importers/LooseNuclearInteractionTrackImporter.cc", + "RecoParticleFlow/PFProducer/plugins/importers/NuclearInteractionTrackImporter.cc", + "RecoParticleFlow/PFProducer/plugins/importers/VeryLooseNuclearInteractionTrackImporter.cc", + "RecoParticleFlow/PFProducer/test/particleFlowBlock_NewECalAndHCalLinker_HLT_cfi.py", + "RecoParticleFlow/PFRecHitProducer/interface/alpaka/PFRecHitParamsDeviceCollection.h", + "RecoParticleFlow/PFRecHitProducer/interface/alpaka/PFRecHitTopologyDeviceCollection.h", + "RecoParticleFlow/PFRecHitProducer/plugins/alpaka/PFRecHitECALParamsESProducer.cc", + "RecoParticleFlow/PFRecHitProducer/plugins/alpaka/PFRecHitHCALParamsESProducer.cc", + "RecoParticleFlow/PFRecHitProducer/src/alpaka/PFRecHitTopologyDeviceCollection.cc", + "RecoTBCalo/EcalTBHodoscopeReconstructor/interface/EcalTBHodoscopeRawInfoDumper.h", + "RecoTBCalo/EcalTBHodoscopeReconstructor/interface/EcalTBHodoscopeRecInfoProducer.h", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/EcalTBHodoscopeReconstructor_cfi.py", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecal2004TBHodoscopeReconstructor_cfi.py", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecal2006TBHodoscopeReconstructor_cfi.py", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecalTBSimHodoscopeReconstructor_cfi.py", + "RecoTauTag/RecoTau/python/PFRecoTauDiscriminationAgainstElectronMVA6Phase2_cff.py", + "RecoTauTag/RecoTau/python/tauDiscriminationAgainstElectronMVA6Phase2_mvaDefs_cff.py", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitPairGeneratorForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitPairGeneratorForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitQuadrupletGeneratorForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitQuadrupletGeneratorForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/HitPairGeneratorFromLayerPairForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/HitPairGeneratorFromLayerPairForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/HitQuadrupletGeneratorFromLayerPairForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/HitQuadrupletGeneratorFromLayerPairForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadruplets.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.h", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLeg.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLegAlgo.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLegAlgo.h", + "RecoTracker/ConversionSeedGenerators/plugins/SeedForPhotonConversionFromQuadruplets.cc", + "RecoTracker/ConversionSeedGenerators/plugins/SeedForPhotonConversionFromQuadruplets.h", + "RecoTracker/ConversionSeedGenerators/python/PhotonConversionTrajectorySeedProducerFromQuadruplets_cfi.py", + "RecoTracker/ConversionSeedGenerators/python/PhotonConversionTrajectorySeedProducerFromSingleLeg_cfi.py", + "RecoTracker/DisplacedRegionalTracking/plugins/DisplacedRegionSeedingVertexProducer.cc", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-10mu-fulldet-build-extrectracks.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-10mu-fulldet-build.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-benchmarks-multiiter.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-ttbar-fulldet-build-extrectracks.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-ttbar-fulldet-build.sh", + "RecoTracker/MkFitCore/standalone/xeon_scripts/benchmark-cmssw-ttbar-fulldet-build-remote.sh", + "RecoTracker/MkFitCore/standalone/xeon_scripts/benchmark-cmssw-ttbar-fulldet-build.sh", + "RecoTracker/PixelLowPtUtilities/interface/StripSubClusterShapeTrajectoryFilter.h", + "RecoTracker/PixelLowPtUtilities/python/StripSubClusterShapeTrajectoryFilter_cfi.py", + "RecoTracker/PixelSeeding/interface/HitTripletGeneratorFromPairAndLayersFactory.h", + "RecoTracker/PixelTrackFitting/plugins/PixelFitterByConformalMappingAndLineProducer.cc", + "RecoTracker/PixelTrackFitting/plugins/PixelTrackCleanerBySharedHitsESProducer.cc", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForBeamHalo_cff.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForBeamHalo_cfi.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsP5_cff.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cff.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cfi.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmics_cfi.py", + "RecoTracker/TkMSParametrization/interface/MultipleScatteringParametrisationMaker.h", + "RecoTracker/TkMSParametrization/plugins/MultipleScatteringParametrisationMakerESProducer.cc", + "RecoTracker/TkMSParametrization/src/ES_MultipleScatteringParametrisationMaker.cc", + "RecoTracker/TkSeedGenerator/interface/MultiHitGeneratorFromPairAndLayersFactory.h", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsStraightLineCreator.cc", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsStraightLineCreator.h", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsTripletOnlyCreator.cc", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsTripletOnlyCreator.h", + "RecoTracker/TkSeedGenerator/python/SeedFromConsecutiveHitsStraightLineCreator_cfi.py", + "RecoTracker/TkSeedGenerator/python/SeedFromConsecutiveHitsTripletOnlyCreator_cfi.py", + "RecoTracker/TkSeedGenerator/python/SeedGeneratorFromProtoTracksEDProducer_cff.py", + "RecoTracker/TkSeedGenerator/python/SeedGeneratorFromRegionHitsEDProducer_cfi.py", + "RecoTracker/TkSeedGenerator/python/seedCreatorFromRegionConsecutiveHitsEDProducer_cff.py", + "RecoTracker/TkSeedGenerator/python/seedCreatorFromRegionConsecutiveHitsTripletOnlyEDProducer_cff.py", + "RecoTracker/TkSeedingLayers/python/PixelLessLayerPairs4PixelLessTracking_cfi.py", + "RecoTracker/TkSeedingLayers/python/TTRHBuilderWithoutAngle4MixedTriplets_cfi.py", + "RecoTracker/TkSeedingLayers/python/TTRHBuilderWithoutAngle4PixelTriplets_cfi.py", + "RecoTracker/TkTrackingRegions/interface/GlobalTrackingRegionProducerFromBeamSpot.h", + "RecoTracker/TkTrackingRegions/plugins/CandidatePointSeededTrackingRegionsProducer.h", + "RecoTracker/TkTrackingRegions/plugins/GlobalTrackingRegionWithVerticesProducer.h", + "RecoTracker/TkTrackingRegions/plugins/PixelInactiveAreaTrackingRegionsSeedingLayersProducer.cc", + "RecoTracker/TransientTrackingRecHit/interface/TkTransientTrackingRecHitBuilder.h", + "RecoTracker/TransientTrackingRecHit/plugins/TkTransientTrackingRecHitBuilderESProducer.cc", + "RecoTracker/TransientTrackingRecHit/python/TransientTrackingRecHitBuilderWithoutRefit_cfi.py", + "RecoTracker/TransientTrackingRecHit/python/TransientTrackingRecHitBuilder_cfi.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsEarly10TeVCollision_cff.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsEarly10TeVCollision_cfi.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsNominalCollision_cff.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsNominalCollision_cfi.py", + "RecoVertex/ConfigurableVertexReco/interface/ConfigurableAdaptiveReconstructor.h", + "RecoVertex/GaussianSumVertexFit/interface/GsfVertexTrackCompatibilityEstimator.h", + "RecoVertex/KinematicFitPrimitives/interface/ExtendedPerigeeTrajectoryParameters.h", + "RecoVertex/KinematicFitPrimitives/interface/KinematicParticleFactoryFromTransientTrack.h", + "RecoVertex/KinematicFitPrimitives/interface/ParticleKinematicLinearizedTrackState.h", + "RecoVertex/KinematicFitPrimitives/interface/ParticleKinematicLinearizedTrackStateFactory.h", + "RecoVertex/KinematicFitPrimitives/interface/TransientTrackKinematicStateBuilder.h", + "RecoVertex/KinematicFitPrimitives/src/KinematicParticleFactoryFromTransientTrack.cc", + "RecoVertex/KinematicFitPrimitives/src/ParticleKinematicLinearizedTrackStateFactory.cc", + "RecoVertex/LinearizationPointFinders/interface/CrossingPtBasedLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/interface/DefaultLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/interface/FallbackLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/interface/SubsetHSMLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/src/CrossingPtBasedLinearizationPointFinder.cc", + "RecoVertex/PixelVertexFinding/plugins/alpaka/PixelVertexWorkSpaceSoADeviceAlpaka.h", + "RecoVertex/PrimaryVertexProducer/interface/AdaptiveChisquarePrimaryVertexFitter.h", + "RecoVertex/PrimaryVertexProducer/interface/SequentialPrimaryVertexFitterAdapter.h", + "RecoVertex/PrimaryVertexProducer/python/OfflinePrimaryVerticesFromCosmicTracks_cfi.py", + "RecoVertex/TrimmedKalmanVertexFinder/interface/ConfigurableTrimmedVertexFinder.h", + "SLHCUpgradeSimulations/Geometry/data/PhaseI/EmptyPixelSkimmedGeometry_phase1.txt", + "SLHCUpgradeSimulations/Geometry/data/PhaseII/Tilted/EmptyPixelSkimmedGeometry.txt", + "SimCalorimetry/Configuration/python/SimCalorimetry_EcalSelectiveReadoutProducers_setBeamcom09_cff.py", + "SimCalorimetry/EcalEBTrigPrimAlgos/interface/EcalEBPhase2AmplitudeReconstructor.h", + "SimCalorimetry/EcalEBTrigPrimProducers/plugins/EcalEBTrigPrimPhase2ESProducer.cc", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitiveDigis_cff.py", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitiveDigis_cfi.py", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitivePhase2Digis_cfi.py", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitivePhase2ESProducer_cfi.py", + "SimCalorimetry/EcalElectronicsEmulation/python/EcalElecEmulTccOnlyExample_cfg.py", + "SimCalorimetry/EcalSelectiveReadoutAlgos/interface/EcalSelectiveReadoutSuppressor.h", + "SimCalorimetry/EcalSelectiveReadoutProducers/interface/namespace_ecalsrcondtools.h", + "SimCalorimetry/EcalSelectiveReadoutProducers/plugins/EcalSelectiveReadoutProducer.cc", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTrigPrimESProducer_craft_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_CosmicsConfiguration_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_barrelOnly_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_craft_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_craft_cfi.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_mc_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_mc_cfi.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_readDBOffline_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_readDBOffline_cfi.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_with_suppressed_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_with_suppressed_cfi.py", + "SimCalorimetry/EcalZeroSuppressionProducers/doc/EcalZeroSuppressionProducers.doc", + "SimCalorimetry/EcalZeroSuppressionProducers/interface/ESZeroSuppressionProducer.h", + "SimCalorimetry/EcalZeroSuppressionProducers/interface/EcalZeroSuppressionProducer.h", + "SimCalorimetry/EcalZeroSuppressionProducers/python/ecalGlobalZeroSuppression_cfi.py", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllHitToTracksterAssociatorsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllLayerClusterToTracksterAssociatorsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllTracksterToSimTracksterAssociatorsByHitsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllTracksterToSimTracksterAssociatorsByLCsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToLayerClusterAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToLayerClusterAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToSimClusterCaloParticleAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToSimClusterCaloParticleAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToTracksterAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToTracksterAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorEDProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/SimClusterToCaloParticleAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/SimClusterToCaloParticleAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorEDProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorEDProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/python/HitToTracksterAssociation_cfi.py", + "SimCalorimetry/HGCalAssociatorProducers/python/SimClusterToCaloParticleAssociation_cfi.py", + "SimCalorimetry/HGCalAssociatorProducers/python/TSToSimTSAssociationByHits_cfi.py", + "SimCalorimetry/HGCalSimProducers/data/doseParams_3000fb_fluka_HFNose_3.7.20.12_Eta2.4.txt", + "SimCalorimetry/HcalZeroSuppressionProducers/doc/HcalZeroSuppressionProducers.doc", + "SimCalorimetry/HcalZeroSuppressionProducers/interface/HcalZeroSuppressionAlgo.h", + "SimCalorimetry/HcalZeroSuppressionProducers/python/NoHcalZeroSuppression_cff.py", + "SimCalorimetry/HcalZeroSuppressionProducers/python/hcalDigisNoSuppression_cfi.py", + "SimDataFormats/Associations/interface/LayerClusterToCaloParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/LayerClusterToSimClusterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/LayerClusterToSimTracksterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociationMap.h", + "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociator.h", + "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MtdSimLayerClusterToRecoClusterAssociationMap.h", + "SimDataFormats/Associations/interface/MtdSimLayerClusterToTPAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MultiClusterToCaloParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MuonToTrackingParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TrackToTrackingParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TracksterToSimClusterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TracksterToSimTracksterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TracksterToSimTracksterHitLCAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/VertexToTrackingVertexAssociatorBaseImpl.h", + "SimDataFormats/Associations/src/LayerClusterToCaloParticleAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/LayerClusterToSimTracksterAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/MtdRecoClusterToSimLayerClusterAssociationMap.cc", + "SimDataFormats/Associations/src/MtdRecoClusterToSimLayerClusterAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/MtdSimLayerClusterToRecoClusterAssociationMap.cc", + "SimDataFormats/Associations/src/MultiClusterToCaloParticleAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/TracksterToSimTracksterHitLCAssociatorBaseImpl.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.h", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsProducer.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorEDProducer.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdImpl.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdImpl.h", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdProducer.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorEDProducer.cc", + "SimFastTiming/MtdAssociatorProducers/python/mtdRecoClusterToSimLayerClusterAssociation_cfi.py", + "SimFastTiming/MtdAssociatorProducers/python/mtdSimLayerClusterToTPAssociation_cfi.py", + "SimGeneral/Configuration/python/RunsAndWeights_Run2018_Equal_Lumi_Integer_Weights.py", + "SimGeneral/DataMixingModule/python/supplementary/DigiRecoExampleMC_STARTUP_cfg.py", + "SimGeneral/DataMixingModule/python/supplementary/ReconstructionLocalCosmics_cff.py", + "SimGeneral/DataMixingModule/python/supplementary/recoT0DQM_EvContent_40T_digiOnly_cfg.py", + "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_11h_8h_hybrid2p40_cfi.py", + "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_12p5h_9h_hybrid2p23_cfi.py", + "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_14h_10h_hybrid2p05_cfi.py", + "SimGeneral/MixingModule/python/Run3_2025_LHC_Simulation_fill12p5h_levelling9h_nb2340_xSec80mb_il2p23_cfi.py", + "SimGeneral/MixingModule/python/mix_2012_Summer_50ns_PoissonOOTPU_ExtWind_cfi.py", + "SimGeneral/MixingModule/python/mix_2012_lumiLevel_15_20_50ns_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2015_25nsLowPU_matchData_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2015_25ns_FallMC_matchData_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2016_25ns_SpringMC_PUScenarioV1_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2016_PoissonOOTPU_HighPUTrains_Fill5412_cfi.py", + "SimGeneral/MixingModule/python/mix_2017_25ns_WinterMC_PUScenarioV1_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2018_25ns_JuneProjectionFull18_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2018_25ns_ProjectedPileup_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2022_25ns_RunIII2022Summer24_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2023_25ns_RunIII2023Summer24_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2023_Fills_8807_8901_ProjectedPileup_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2024_25ns_RunIII2024Summer24_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_E7TeV_Fall2011_Reprocess_50ns_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_25ns_PoissonOOT_cfi.py", + "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_50ns_PoissonOOT.py", + "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_inTimeOnly_cfi.py", + "SimGeneral/TrackingAnalysis/python/trackingParticleNumberOfLayersProducer_cff.py", + "SimTracker/TrackAssociation/python/trackingParticleRecoTrackAsssociation_cff.py", + "SimTracker/TrackAssociation/python/trackingParticleRecoTrackAsssociation_cfi.py", + "SimTracker/TrackAssociatorProducers/plugins/QuickTrackAssociatorByHitsProducer.cc", + "SimTracker/TrackAssociatorProducers/plugins/TrackAssociatorByPositionProducer.cc", + "SimTracker/TrackerMaterialAnalysis/data/dd4hep_trackingMaterialGroups_ForPhaseII.xml", + "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseI/v1/trackingMaterialGroups_ForPhaseI.xml", + "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseII/v1/trackingMaterialGroups_ForPhaseII.xml", + "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseII/v2/trackingMaterialGroups_ForPhaseII.xml", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_ListGroupsMaterialDifference.h", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_MaterialAccountingGroup.cc", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_MaterialAccountingGroup.h", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialAnalyser.cc", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialAnalyser.h", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialPlotter.cc", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialPlotter.h", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHFNosePhaseII_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHGCalPhaseII_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHGCalPhaseII_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseII_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseII_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseI_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseI_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialProducerHFNose_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialProducerHFNose_cfi.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialAnalyser_ForHFNosePhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialAnalyser_ForHGCalPhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForHFNosePhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForHGCalPhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForPhaseI.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForPhaseII.py", + "SimTracker/VertexAssociation/plugins/VertexAssociatorByPositionAndTracksProducer.cc", + "SimTransport/TotemRPProtonTransportParametrization/interface/LHCOpticsApproximator.h", + "SimTransport/TotemRPProtonTransportParametrization/src/LHCOpticsApproximator.cc", + "TopQuarkAnalysis/TopEventProducers/python/producers/TtDilepEvtSolProducer_cfi.py", + "TopQuarkAnalysis/TopEventProducers/python/producers/TtSemiEvtSolProducer_cfi.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttFullHadEvtHypotheses_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttFullLepEvtHypotheses_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepEvtHypotheses_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepKinematicFit_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepMVASelection_cff.py", + "TopQuarkAnalysis/TopEventSelection/data/TtFullHadSignalSelMVATrainTreeSaver.xml", + "TopQuarkAnalysis/TopEventSelection/data/TtSemiLepSignalSelMVATrainTreeSaver.xml", + "TopQuarkAnalysis/TopEventSelection/python/TtFullHadSignalSelMVATrainTreeSaver_cff.py", + "TopQuarkAnalysis/TopEventSelection/python/TtSemiLepSignalSelMVATrainTreeSaver_cff.py", + "TopQuarkAnalysis/TopJetCombination/plugins/TtSemiLepJetCombWMassDeltaTopMass.cc", + "TopQuarkAnalysis/TopJetCombination/python/TtSemiLepJetCombMVATrainTreeSaver_cff.py", + "TopQuarkAnalysis/TopJetCombination/python/TtSemiLepJetCombWMassDeltaTopMass_cfi.py", + "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Fall11_cff.py", + "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Spring10_cff.py", + "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Summer11_cff.py", + "TrackPropagation/SteppingHelixPropagator/plugins/SteppingHelixPropagatorESProducer.cc", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorAlong_cfi.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorAny_cfi.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorHLT_cff.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorOpposite_cfi.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorsNoErrorPropagation_cff.py", + "TrackPropagation/SteppingHelixPropagator/test/SteppingHelixPropagatorAnalyzer.cc", + "TrackingTools/GeomPropagators/interface/AnalyticalTrajectoryExtrapolatorToLine.h", + "TrackingTools/KalmanUpdators/python/MRHChi2MeasurementEstimatorESProducer_cfi.py", + "TrackingTools/MaterialEffects/python/RungeKuttaTrackerPropagatorOpposite_cfi.py", + "TrackingTools/PatternTools/interface/trackingParametersAtClosestApproachToBeamSpot.h", + "TrackingTools/PatternTools/src/trackingParametersAtClosestApproachToBeamSpot.cc", + "TrackingTools/TrajectoryFiltering/interface/ChargeSignificanceTrajectoryFilter.h", + "TrackingTools/TrajectoryFiltering/interface/MaxConsecLostHitsTrajectoryFilter.h", + "TrackingTools/TrajectoryParametrization/interface/CurvilinearTrajectoryParameters.h", + "TrackingTools/TrajectoryParametrization/interface/PerigeeTrajectoryParameters.h", + "TrackingTools/TransientTrackingRecHit/interface/GenericTransientTrackingRecHit.h", + "TrackingTools/TransientTrackingRecHit/interface/TransientTrackingRecHitBuilder.h", + "Utilities/ReleaseScripts/ignominy/config/IgnominyCommon/IgGNUPlotTemplate_CMS.gnu", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_baseline.json", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_newClass.json", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_removeClass.json", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_versionUpdate.json", + "Utilities/StorageFactory/test/test_multiple_files_file_statistics_sender_cfg.py", + "Validation/CTPPS/python/ctppsProtonReconstructionEfficiencyEstimatorData_cfi.py", + "Validation/CaloTowers/test/runNoise_valid_simhits_digis_rechits_calotowers_ZS_cfg.py", + "Validation/HGCalValidation/test/python/testValidationHGCalTrigPrim_RelVal_cfg.py", + "Validation/RecoEgamma/python/ElectronMcSignalValidatorPt1000_gedGsfElectrons_cfi.py", + "Validation/RecoEgamma/test/ElectronMcSignalValidationPt1000_gedGsfElectrons_cfg.py", + "Validation/SiPixelPhase1ConfigV/python/SiPixelPhase1OfflineDQM_harvestingV_cff.py", + "Validation/SiPixelPhase1TrackClustersV/python/SiPixelPhase1TrackClustersV_cfi.py", + "Validation/SiPixelPhase1TrackingParticleV/interface/SiPixelPhase1TrackingParticleV.h", + "Validation/SiPixelPhase1TrackingParticleV/python/SiPixelPhase1TrackingParticleV_cfi.py", + "Validation/SiPixelPhase1TrackingParticleV/src/SiPixelPhase1TrackingParticleV.cc" + ], + "squashed": false, + "time": 1746011094 + } + }, + "emoji": { + "2841961878": "+1" + }, + "last_seen_sha": "c23099c7377123b6de7fafa7a486b20b18d54f7e", + "signatures": {} + } + }, + { + "type": "emoji", + "data": [ + 2841961878, + "+1", + true + ] + }, + { + "type": "add-label", + "data": [] + }, + { + "type": "remove-label", + "data": [] + }, + { + "type": "create-property-file", + "data": { + "filename": "trigger-code-checks-iarspider-cmssw-cmssw-37.properties", + "data": { + "PULL_REQUEST": "37", + "CONTEXT_PREFIX": "cms/37", + "CMSSW_TOOL_CONF": "", + "APPLY_PATCH": "false" + } + } + }, + { + "type": "status", + "data": { + "commit": "38ec0b5001047967c074e924158218a1e07ed0af", + "state": "pending", + "target_url": null, + "description": "code-checks requested", + "context": "cms/37/code-checks" + } + }, + { + "type": "edit-comment", + "data": "cms-bot internal usage" + }, + { + "type": "create-comment", + "data": "cms-bot internal usage" + }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "c23099c7377123b6de7fafa7a486b20b18d54f7e": { + "files": [ + "Alignment/APEEstimation/python/samples/Data_TkAlMinBias_Run2018C_PromptReco_v3_cff.py", + "Alignment/APEEstimation/python/samples/Data_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py", + "Alignment/APEEstimation/python/samples/Data_TkAlZMuMu_Run2015B_DoubleMuon_PromptReco_v1_cff.py", + "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_ApeSkim_cff.py", + "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_cff.py", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsEntry.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsStore.h", + "Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationPluginFactory.h", + "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorTracksFromTrajectories.cc", + "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorMuonResidualsDefaults_cff.py", + "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorSegmentDifferences_cfi.py", + "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentDerivativesExtractor.h", + "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/KarimakiAlignmentDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/ParametersToParametersDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters4D.h", + "Alignment/CommonAlignmentParametrization/interface/SegmentAlignmentDerivatives4D.h", + "Alignment/CommonAlignmentParametrization/interface/TwoBowedSurfacesAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/src/BowedSurfaceAlignmentDerivatives.cc", + "Alignment/CommonAlignmentParametrization/src/CompositeAlignmentDerivativesExtractor.cc", + "Alignment/CommonAlignmentParametrization/src/ParametersToParametersDerivatives.cc", + "Alignment/CommonAlignmentParametrization/src/TwoBowedSurfacesAlignmentParameters.cc", + "Alignment/CommonAlignmentProducer/interface/AlignmentTracksFromVertexCompositeCandidateSelector.h", + "Alignment/CommonAlignmentProducer/interface/AlignmentTwoBodyDecayTrackSelector.h", + "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexCompositeCandidateSelectorModule.cc", + "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexSelectorModule.cc", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHaloOverlaps_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlCalIsolatedMu_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmics_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlStandAloneCosmics_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli0T_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGCombined_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGDiMuon_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGCombined_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGDiMuon_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHG_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLT_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsInCollisions_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlDiMuonAndVertex_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracksZMuMu_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedHI_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedPA_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuHI_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuPA_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHGCombined_cff.py", + "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHLTHGCombined_cff.py", + "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexCompositeCandidateSelector_cfi.py", + "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexSelector_cfi.py", + "Alignment/CommonAlignmentProducer/src/AlignmentTracksFromVertexCompositeCandidateSelector.cc", + "Alignment/LaserAlignment/python/ExpectedCorrectionsShiftsAndRotationsTEC2TEC_cfi.py", + "Alignment/MillePedeAlignmentAlgorithm/plugins/ZMuMuMassConstraintParameterFinder.cc", + "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/ConfigureAlignmentProducer.py", + "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/myMessageLogger_cff.py", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/README.md", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/printParameters.C", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/submit_jobs.sh", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/zmumudistribution_cfg.py", + "Alignment/MillePedeAlignmentAlgorithm/test/test_ZMuMuMassConstraintParameterFinder.sh", + "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOct2010holes.phipos", + "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_diskfitters_cff.py", + "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_ringfitters_cff.py", + "Alignment/MuonAlignmentAlgorithms/test/test_CSCOverlapsAlignmentAlgorithm_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/PixelBaryCentreAnalyzer_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/condorTemplate.submit", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/executableTemplate.sh", + "Alignment/OfflineValidation/test/examples/PV_alignments_multiple_merge_jobs.yaml", + "Alignment/OfflineValidation/test/examples/jetHtAnalysis_fullExampleConfiguration.json", + "Alignment/OfflineValidation/test/examples/jetHtFilesForRun2018A_first100files.txt", + "Alignment/OfflineValidation/test/testingScripts/test_unitSagittaBiasNtuplizer.sh", + "Alignment/TrackerAlignment/scripts/TkAlCaRecoPrescaling.ALCARECOTkAlCosmics0T.tpl", + "Alignment/TrackerAlignment/test/Misalignments/createRandomlyMisalignedGeometry_Phase2_cfg.py", + "Alignment/TrackerAlignment/test/Misalignments/createRandomlyMisalignedGeometry_cfg.py", + "AnalysisAlgos/SiStripClusterInfoProducer/plugins/SiStripProcessedRawDigiProducer.cc", + "AnalysisAlgos/SiStripClusterInfoProducer/python/SiStripProcessedRawDigiProducer_SimData_cfi.py", + "AnalysisAlgos/SiStripClusterInfoProducer/python/SiStripProcessedRawDigiProducer_cfi.py", + "CalibCalorimetry/EcalCorrectionModules/src/EcalGlobalShowerContainmentCorrectionsVsEtaESProducer.cc", + "CalibCalorimetry/EcalCorrectionModules/src/EcalShowerContainmentCorrectionsESProducer.cc", + "CalibCalorimetry/EcalCorrectionModules/test/stubs/EcalContainmentCorrectionAnalyzer.cc", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/doc/EcalCorrelatedNoiseAnalysisAlgos.doc", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/test/EcnaCalculationsExample.cc", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R175975_1_0_150_Dee0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R175975_1_0_150_SM0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R178231_1_0_150_Dee0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_1.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2_data.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2_simul.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_3.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanLSFJOBReports", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanPythonFiles", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanSubmissionScripts", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160077", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160994", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160998", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161016", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161020", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161311", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R162517", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R162811", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R170298", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R175975", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R178231", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_ideal.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_ideal_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_startup_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_ideal_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_startup_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_ideal_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_startup_prep.py", + "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv4_128_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv6_transparency_spikekill_2016_script.py", + "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv6_transparency_spikekill_2016_script_270062.py", + "CalibCalorimetry/EcalTrivialCondModules/interface/EcalTrivialConditionRetriever.h", + "CalibCalorimetry/EcalTrivialCondModules/python/EcalTrivialCondRetrieverTB_cfi.py", + "CalibMuon/DTCalibration/python/dt_offlineAnalysis_common_cosmics_vDriftSeg_cff.py", + "CalibPPS/AlignmentGlobal/python/ALCARECOPromptCalibProdPPSAlignment_Output_cff.py", + "CalibPPS/ESProducers/interface/CTPPSRPAlignmentCorrectionsDataESSourceXMLCommon.h", + "CalibPPS/TimingCalibration/plugins/PPSDiamondSampicTimingCalibrationPCLHarvester.cc", + "CalibPPS/TimingCalibration/plugins/PPSDiamondSampicTimingCalibrationPCLWorker.cc", + "CalibPPS/TimingCalibration/python/ALCARECOPPSDiamondSampicTimingCalibHarvester_cff.py", + "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_Output_cff.py", + "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_cff.py", + "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSTimingCalib_Output_cff.py", + "CalibTracker/Configuration/python/SiPixelCabling/SiPixelCabling_Frontier_DevDB_cff.py", + "CalibTracker/Configuration/python/SiPixelCabling/SiPixelCabling_Frontier_IntDB_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Fake_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_DevDB_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_IntDB_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_cff.py", + "CalibTracker/Configuration/python/SiStripLorentzAngle/SiStripLorentzAngle_Fake_cff.py", + "CalibTracker/Configuration/python/SiStripLorentzAngle/SiStripLorentzAngle_Frontier_cff.py", + "CalibTracker/Configuration/python/SiStripNoise/SiStripNoise_Fake_APVModeDec_cff.py", + "CalibTracker/Configuration/python/SiStripNoise/SiStripNoise_Fake_APVModePeak_cff.py", + "CalibTracker/Configuration/python/TrackerAlignment/TrackerAlignment_Frontier_cff.py", + "CalibTracker/Configuration/python/Tracker_DependentRecords_forGlobalTag_nofakes_cff.py", + "CalibTracker/SiPhase2TrackerESProducers/interface/SiPhase2OuterTrackerFakeLorentzAngleESSource.h", + "CalibTracker/SiPhase2TrackerESProducers/plugins/SiPhase2BadStripConfigurableFakeESSource.cc", + "CalibTracker/SiPhase2TrackerESProducers/plugins/SiPhase2OuterTrackerFakeLorentzAngleESSource.cc", + "CalibTracker/SiPhase2TrackerESProducers/python/SiPhase2OuterTrackerFakeLorentzAngleESSource_cfi.py", + "CalibTracker/SiPixelConnectivity/plugins/PixelToFEDAssociateFromAsciiESProducer.cc", + "CalibTracker/SiPixelConnectivity/plugins/PixelToFEDAssociateFromAsciiESProducer.h", + "CalibTracker/SiPixelConnectivity/plugins/PixelToLNKAssociateFromAsciiESProducer.cc", + "CalibTracker/SiPixelConnectivity/plugins/PixelToLNKAssociateFromAsciiESProducer.h", + "CalibTracker/SiPixelConnectivity/python/PixelToLNKAssociateFromAsciiESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationForHLTSimService.h", + "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationOfflineService.h", + "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationOfflineSimService.h", + "CalibTracker/SiPixelESProducers/plugins/SiPixelGainCalibrationForHLTGPUESProducer.cc", + "CalibTracker/SiPixelESProducers/plugins/SiPixelROCsStatusAndMappingWrapperESProducer.cc", + "CalibTracker/SiPixelESProducers/plugins/alpaka/SiPixelGainCalibrationForHLTSoAESProducer.cc", + "CalibTracker/SiPixelESProducers/python/SiPixel2DTemplateDBObjectESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/python/SiPixelFakeGenErrorDBObjectESSource_cfi.py", + "CalibTracker/SiPixelESProducers/python/SiPixelFakeTemplateDBObjectESSource_cfi.py", + "CalibTracker/SiPixelESProducers/python/siPixelQualityForDigitizerESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/python/siPixelQualityForRawToDigiESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/test/PixelFEDChannelCollectionMapTestReader_cfg.py", + "CalibTracker/SiPixelGainCalibration/python/SiPixelGainCalibrationAnalysis_cfi.py", + "CalibTracker/SiPixelGainCalibration/test/SimpleTestPrintOutPixelCalibAnalyzer.cc", + "CalibTracker/SiPixelLorentzAngle/interface/SiPixelLorentzAngleCalibrationStruct.h", + "CalibTracker/SiPixelLorentzAngle/python/ALCARECOSiPixelLorentzAngle_Output_cff.py", + "CalibTracker/SiPixelLorentzAngle/python/SiPixelLorentzAnglePCLHarvesterMCS_cfi.py", + "CalibTracker/SiPixelLorentzAngle/test/calculateLorentzAngleFromClusterSizeFpix.C", + "CalibTracker/SiPixelSCurveCalibration/interface/SiPixelSCurveCalibrationAnalysis.h", + "CalibTracker/SiPixelSCurveCalibration/python/SiPixelSCurveCalibrationAnalysis_cfi.py", + "CalibTracker/SiStripChannelGain/test/CodeExample/produceCalibrationTree_cfg_OnBatch.py", + "CalibTracker/SiStripChannelGain/test/Cosmic_B38/SiStrip_ChannelGain_Cosmic_Craft.db", + "CalibTracker/SiStripChannelGain/test/UsefullCode/Comparison/MakeChargeDistribution.C", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/MakeAsciiFileFromTree.C", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/MakeAsciiFileFromTree.sh", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/PredictedVsObserved.C", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/PredictedVsObserved.sh", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/ProducePayloadFromASCII_cfg.py", + "CalibTracker/SiStripChannelGain/test/UsefullCode/TimeHistory/MakeChargeDistribution.C", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/produceCalibrationTree_CosmicsLABP_cfg.py", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/produceCalibrationTree_template_cfg.py", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/submitCalibTree/__init__.py", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/submitCalibTree/launchJobs.py", + "CalibTracker/SiStripDCS/test/DetVOffReaderDebug__FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", + "CalibTracker/SiStripDCS/test/HV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", + "CalibTracker/SiStripDCS/test/LV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", + "CalibTracker/SiStripESProducers/plugins/DBWriter/SiStripFedCablingManipulator.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripBackPlaneCorrectionFakeESSource.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripBadModuleConfigurableFakeESSource.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripNoiseNormalizedWithApvGainBuilder.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripNoiseNormalizedWithApvGainBuilder.h", + "CalibTracker/SiStripESProducers/plugins/real/SiStripApvSimulationParametersESProducer.cc", + "CalibTracker/SiStripESProducers/plugins/real/SiStripBackPlaneCorrectionDepESProducer.cc", + "CalibTracker/SiStripESProducers/plugins/real/SiStripLorentzAngleDepESProducer.cc", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripApvGainDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBackPlaneCorrectionDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadChannelDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadFiberDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadModuleDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadStripDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadStripFromQualityDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBaseDelayDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripConfObjectDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripDetVOffDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripFedCablingDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripFedCablingManipulator_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripLatencyDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripLorentzAngleDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripNoisesDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripPedestalsDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripThresholdDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/SiStripBackPlaneCorrectionDepESProducer_cfi.py", + "CalibTracker/SiStripESProducers/python/SiStripHashedDetIdESProducerFromGeom_cfi.py", + "CalibTracker/SiStripESProducers/python/SiStripQualityConfigurableFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/Phase2TrackerConfigurableCablingESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripBackPlaneCorrectionFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripBadChannelFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripBadModuleConfigurableFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripConfObjectFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripFedCablingFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripLorentzAngleFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripApvGain_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBackPlaneCorrection_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadChannel_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadFiber_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadModule_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBaseDelay_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripClusterThreshold_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripConfObject_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripDetVOff_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripFedCabling_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripLatency_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripLorentzAngle_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_DecMode_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_PeakMode_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripPedestals_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripThreshold_cfg.py", + "CalibTracker/SiStripESProducers/test/python/SiStripBadAPVListBuilder_byHand_cfg.py", + "CalibTracker/SiStripESProducers/test/python/SiStripBadComponentBuilder_byHand_cfg.py", + "CalibTracker/SiStripESProducers/test/python/SiStripNoiseNormalizedWithApvGainBuilder_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripBackPlaneCorrectionDepDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripBackPlaneCorrectionDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripClusterThresholdDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleDepDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleSimDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_firstIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_secondIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_firstIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_secondIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_merge_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/read_DummyCondDBWriter_SiStripQuality_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/run.sh", + "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromBadModuleConfigurableFakeESSource_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromBadStripFakeESSource_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromQualityFakeESSource_cfg.py", + "CalibTracker/SiStripLorentzAngle/interface/SiStripLorentzAngleCalibrationHelpers.h", + "CalibTracker/SiStripLorentzAngle/interface/SiStripLorentzAngleCalibrationStruct.h", + "CalibTracker/SiStripLorentzAngle/test/step_PromptCalibProdSiStripLA_ALCAHARVEST_cfg.py", + "CalibTracker/SiStripQuality/interface/SiStripBadAPVAlgorithmFromClusterOccupancy.h", + "CalibTracker/SiStripQuality/interface/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.h", + "CalibTracker/SiStripQuality/interface/SiStripHotStripAlgorithmFromClusterOccupancy.h", + "CalibTracker/SiStripQuality/src/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.cc", + "CalibTracker/SiStripQuality/test/cfg/StudyExample/SiStripQualityStatistics_Cabling_cfg.py", + "CalibTracker/SiStripQuality/test/cfg/StudyExample/SiStripQualityStatistics_singleTag_cfg.py", + "CalibTracker/SiStripQuality/test/cfg/makeMergeBadComponentPayload_example_cfg.py", + "CalibTracker/StandaloneTrackerTopology/test/testStandaloneTrackerTopology_cfg.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalCalIsolElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalRecalIsolElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalTestPulsesRaw_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalUncalIsolElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOZeeMCEcalCalElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOZeeMC_plus_HLT_EcalCalElectron_Output_cff.py", + "Calibration/EcalCalibAlgos/python/ALCARECOPromptCalibProdEcalPedestals_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalGammaJetFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonProducerFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonProducerFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonProducerFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonProducerFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilterNoHLT_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilterNoHLT_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkNoHLT_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkProducerFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkProducerFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsolatedBunchSelector_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsolatedBunchSelector_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIterativePhiSym_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalLowPUHBHEMuonFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalLowPUHBHEMuonFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/test/HCalCalPedestal_ALCA_run251252_Run2015B_data.py", + "Calibration/HcalCalibAlgos/test/python/gammaJetAnalysis_data2012_noGJetProd_cfg.py", + "Calibration/HcalIsolatedTrackReco/plugins/EcalIsolatedParticleCandidateProducer.cc", + "Calibration/HcalIsolatedTrackReco/plugins/IsolatedEcalPixelTrackCandidateProducer.cc", + "Calibration/HcalIsolatedTrackReco/plugins/IsolatedPixelTrackCandidateL1TProducer.cc", + "Calibration/HcalIsolatedTrackReco/plugins/IsolatedPixelTrackCandidateProducer.cc", + "Calibration/IsolatedParticles/test/python/proto_runIsolatedParticlesGeneratedJets_cfg.py", + "Calibration/IsolatedParticles/test/python/proto_runIsolatedTracksNxNNzsData_cfg.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOAlCaPCCRandomFromRECO_Output_cff.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOAlCaPCCZeroBiasFromRECO_Output_cff.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOLumiPixelsMinBias_Output_cff.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOPromptCalibProdLumiPCC_Output_cff.py", + "Calibration/TkAlCaRecoProducers/plugins/CalibrationTrackSelectorFromDetIdList.cc", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHPLowPU_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHPLowPU_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHP_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngle_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngle_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGainsAAG_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGainsAAG_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGains_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGains_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripHitEfficiency_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripHitEfficiency_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripLorentzAngle_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripLorentzAngle_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStrip_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuonLoose_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuonTight_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuon_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalCosmicsNano_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasAAGHI_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasAAG_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasHI_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalSmallBiasScan_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalZeroBiasHI_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/AlcaSiPixelLorentzAngleHarvesterMCS_cff.py", + "Calibration/TkAlCaRecoProducers/python/AlcaSiPixelLorentzAngleHarvesterMCS_cfi.py", + "Calibration/TkAlCaRecoProducers/python/CalibrationTrackSelectorFromDetIdList_cfi.py", + "CaloOnlineTools/HcalOnlineDb/interface/ConfigurationDatabaseStandardXMLParser.hh", + "CaloOnlineTools/HcalOnlineDb/test/HCAL_TRIG_PRIM_LOOKUP_TABLE.XMLloader.template", + "CaloOnlineTools/HcalOnlineDb/test/HCAL_TRIG_PRIM_LOOKUP_TABLE.checksums.template", + "CommonTools/ParticleFlow/python/Isolation/customiseEarlyDeleteForCandIsoDeposits.py", + "CommonTools/ParticleFlow/python/Isolation/electronPFIsolationDepositsPFBRECO_cff.py", + "CommonTools/ParticleFlow/python/Isolation/electronPFIsolationValuesPFBRECO_cff.py", + "CommonTools/ParticleFlow/python/Isolation/photonPFIsolationDepositsPFBRECO_cff.py", + "CommonTools/ParticleFlow/python/ParticleSelectors/pfAllNeutralHadronsAndPhotons_cfi.py", + "CommonTools/ParticleFlow/python/ParticleSelectors/pfPdgIdPFCandidateSelector_cfi.py", + "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_create_cfg.py", + "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_read_cfg.py", + "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_update_cfg.py", + "CondCore/AlignmentPlugins/plugins/TrackerAlignmentErrorExtended_PayloadInspector.cc", + "CondCore/AlignmentPlugins/plugins/TrackerSurfaceDeformations_PayloadInspector.cc", + "CondCore/CTPPSPlugins/plugins/CTPPSRPAlignmentCorrectionsData_PayloadInspector.cc", + "CondCore/DBOutputService/test/python/testIOVPayloadAnalyzer_example_oracle_cfg.py", + "CondCore/EcalPlugins/plugins/EcalClusterEnergyCorrectionObjectSpecificParameters_PayloadInspector.cc", + "CondCore/EcalPlugins/plugins/EcalClusterEnergyCorrectionParameters_PayloadInspector.cc", + "CondCore/EcalPlugins/plugins/EcalClusterEnergyUncertaintyParameters_PayloadInspector.cc", + "CondCore/EcalPlugins/plugins/EcalClusterLocalContCorrParameters_PayloadInspector.cc", + "CondCore/PCLConfigPlugins/plugins/SiPixelAliPCLThresholdsPayloadInspectorHelper.h", + "CondCore/SiPixelPlugins/plugins/SiPixelGainCalibrationForHLT_PayloadInspector.cc", + "CondCore/SiPixelPlugins/plugins/SiPixelGainCalibrationOffline_PayloadInspector.cc", + "CondFormats/CastorObjects/data/castor_channelquality_HighGain_Run141956-148844.txt", + "CondFormats/DataRecord/interface/EcalClusterEnergyCorrectionObjectSpecificParametersRcd.h", + "CondFormats/DataRecord/interface/EcalGlobalShowerContainmentCorrectionsVsEtaRcd.h", + "CondFormats/DataRecord/interface/HeterogeneousHGCalHEFCellPositionsConditionsRecord.h", + "CondFormats/DataRecord/src/EcalClusterEnergyCorrectionObjectSpecificParametersRcd.cc", + "CondFormats/DataRecord/src/HeterogeneousHGCalHEFCellPositionsConditionsRecord.cc", + "CondFormats/EcalCorrections/interface/EcalGlobalShowerContainmentCorrectionsVsEta.h", + "CondFormats/EcalCorrections/src/T_EventSetup_EcalGlobalShowerContainmentCorrectionsVsEta.cc", + "CondFormats/EcalCorrections/src/T_EventSetup_EcalShowerContainmentCorrections.cc", + "CondFormats/EcalObjects/interface/EcalClusterEnergyCorrectionObjectSpecificParameters.h", + "CondFormats/GeometryObjects/src/T_EventSetup_PTrackerAdditionalParametersPerDet.cc", + "CondFormats/HGCalObjects/interface/HeterogeneousHGCalHEFCellPositionsConditions.h", + "CondFormats/HGCalObjects/src/T_EventSetup_HeterogeneousHGCalHEFCellPositionsConditions.cc", + "CondFormats/HGCalObjects/src/alpaka/T_EventSetup_HGCalCalibrationParameterDevice.cc", + "CondFormats/JetMETObjects/test/run_TestCondFormatsJetMETObjectsJetCorrectorParameters.sh", + "CondFormats/PPSObjects/src/T_EventSetup_LHCInterpolatedOpticalFunctionsSetCollection.cc", + "CondFormats/PhysicsToolsObjects/interface/PerformancePayloadFromBinnedTFormula.h", + "CondFormats/SiPhase2TrackerObjects/src/T_EventSetup_SiPhase2OuterTrackerLorentzAngle.cc", + "CondFormats/SiPhase2TrackerObjects/src/T_EventSetup_TrackerDetToDTCELinkCablingMap.cc", + "CondFormats/SiPhase2TrackerObjects/test/testSerializationSiPhase2TrackerObjects.cpp", + "CondFormats/SiPixelObjects/interface/alpaka/SiPixelGainCalibrationForHLTDevice.h", + "CondFormats/SiPixelObjects/interface/alpaka/SiPixelGainCalibrationForHLTUtilities.h", + "CondFormats/SiPixelObjects/src/alpaka/T_EventSetup_SiPixelGainCalibrationForHLTDevice.cc", + "CondFormats/SiStripObjects/test/UnitTests/MasterTestCondFormatsSiStripObjects.cpp", + "CondTools/Ecal/interface/EcalClusterEnergyCorrectionObjectSpecificXMLTranslator.h", + "CondTools/Ecal/python/produceTPGParameters_beamv6_transparency_spikekill_2016_script.py", + "CondTools/Ecal/test/EcalIntercalibConstantsPopConBTransitionAnalyzer_test_cfg.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2023.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2024.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2025.py", + "Configuration/DataProcessing/python/Impl/trackingOnlyEra_Run2_2018_highBetaStar.py", + "Configuration/EcalTB/python/reco_application_2006rawdata_localTrivialreco_cfg.py", + "Configuration/Generator/python/B0ToJpsiK0s_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", + "Configuration/Generator/python/BuMixing_BMuonFilter_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/BuMixing_BMuonFilter_forSTEAM_14TeV_TuneCP5_cfi.py", + "Configuration/Generator/python/BuToJPsiPrimeKToJPsiPiPiK_14TeV_TuneCP5_pythia8_cfi.py", + "Configuration/Generator/python/BuToKstarPsi2S_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/Chib1PToUpsilon1SGamma_MuFilter_TuneCP5_14TeV-pythia8_evtgen_cfi.py", + "Configuration/Generator/python/ChicToJpsiGamma_MuFilter_TuneCP5_14TeV_pythia8_evtgen_cfi.py", + "Configuration/Generator/python/DStarToD0Pi_D0ToKsPiPi_inclusive_SoftQCD_TuneCP5_13p6TeV-pythia8-evtgen.py", + "Configuration/Generator/python/DYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cff.py", + "Configuration/Generator/python/DYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cff.py", + "Configuration/Generator/python/DYToll01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/DYToll012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/DYToll012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/DarkSUSY_mH_125_mN1_60_mGammaD_10_cT_10_Madgraph_LHE_13TeV_cfi.py", + "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_300_1000mm_TuneCUETP8M1_13TeV_pythia8_cff.py", + "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_13TeV_pythia8_cff.py", + "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_14TeV_pythia8_cff.py", + "Configuration/Generator/python/HSCPmchamp1_M_600_TuneZ2star_13TeV_pythia6_cff.py", + "Configuration/Generator/python/HTo2LongLivedTo4bMH-125_MFF-12_CTau-900mm_TuneCP5_14TeV_pythia8_cfi.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_EvtGen_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8withPhotospp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_powhegEmissionVeto2p_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_EvtGen_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8withPhotospp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max1j_max1p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_generic_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_ggHZZ4L_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto2p_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_2p_HToGG_M125_LHE_py8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToBB_M-125_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToZZ4nu_M-125_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraphamcatnlo_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraphamcatnlo_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_samePDF_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_samePDF_herwigpp_cff.py", + "Configuration/Generator/python/Herwig7Settings/Herwig7LHEMG5aMCatNLOSettings_cfi.py", + "Configuration/Generator/python/Herwig7Settings/Herwig7StableParticlesForDetector_cfi.py", + "Configuration/Generator/python/LambdaBToLambdaMuMuToPPiMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/LbToJpsiLambda_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", + "Configuration/Generator/python/LbToJpsiXiK0sPi_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP1DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP2DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP3DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP4DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5CR1Settings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5CR2Settings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5DownSettings_cfi.py", + "Configuration/Generator/python/QCD_Pt-15To7000_TuneCUETP8M1_Flat_14TeV-pythia8_cff.py", + "Configuration/Generator/python/QCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_13TeV_pythia8_cff.py", + "Configuration/Generator/python/QCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_14TeV_pythia8_cff.py", + "Configuration/Generator/python/QCD_Pt20toInf_MuEnrichedPt15_14TeV_TuneCP5_cff.py", + "Configuration/Generator/python/RS750_quarks_and_leptons_8TeV_TuneCUETP8M1_cff.py", + "Configuration/Generator/python/RSGravitonToGammaGamma_kMpl01_M_3000_TuneCUETP8M1_13TeV_pythia8_cfi.py", + "Configuration/Generator/python/ReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_ExtGen_cfi.py", + "Configuration/Generator/python/ReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_cfi.py", + "Configuration/Generator/python/SMS-Higgsino_mN2-170_mC1-160_mN1-150_HT60_TuneCP5_13TeV_pythia8_cfi.py", + "Configuration/Generator/python/SMS-T1tttt_mGl-1500_mLSP-100_13TeV-pythia8_cfi.py", + "Configuration/Generator/python/SMS-T1tttt_mGl-1500_mLSP-100_TuneCP5_14TeV_pythia8_cfi.py", + "Configuration/Generator/python/TTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/TTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cfi.py", + "Configuration/Generator/python/TTbarToDilepton_mt172p5_TuneCP5_14TeV_pythia8_cfi.py", + "Configuration/Generator/python/Upsilon1SToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/Upsilon4sBaBarExample_BpBm_Dstarpipi_D0Kpi_nonres_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/Upsilon4swithBuToKstarJPsiToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/WTolNu01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/WTolNu012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/WprimeToENu_M-2000_TuneCUETP8M1_13TeV-pythia8_cff.py", + "Configuration/Generator/python/ZTT_Tauola_All_hadronic_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_All_hadronic_14TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_ExtGen_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZmumuJets_Pt_20_300_GEN_13TeV_TuneCUETP8M1_cfg.py", + "Configuration/Generator/python/sherpa_ttbar_2j_MENLOPS_13TeV_MASTER_ExtGen_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2024FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2024FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2025FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2025FlatMinus10PercentReco_cff.py", + "Configuration/ProcessModifiers/python/ecal_component_finely_sampled_waveforms_cff.py", + "Configuration/ProcessModifiers/python/ticl_superclustering_mustache_ticl_cff.py", + "Configuration/ProcessModifiers/python/trackingMkFitDisplacedRegionalStep_cff.py", + "Configuration/ProcessModifiers/python/trackingMkFitInitialStepPreSplitting_cff.py", + "Configuration/ProcessModifiers/python/unifiedparticleTransformerAK4SonicTriton_cff.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p3_cfg.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p4_cfg.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch2_cfg.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch4_cfg.py", + "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p3_cfg.py", + "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p4_cfg.py", + "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess370patch2_cfg.py", + "Configuration/StandardSequences/python/SimulationRandomNumberGeneratorSeeds_cff.py", + "DPGAnalysis/SiStripTools/python/SiStripConfObjectAPVPhaseOffsetsFakeESSource_cfi.py", + "DPGAnalysis/SiStripTools/python/byclustsummsipixelvssistripmulteventfilter_cfi.py", + "DPGAnalysis/SiStripTools/python/configurableapvcyclephaseproducer_CRAFT08_cfi.py", + "DPGAnalysis/SiStripTools/python/configurableapvcyclephaseproducer_GR09_withdefault_cff.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_additionalpeak_AlCaReco_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_firstpeak_AlCaReco_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_firstpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_maxonly_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_secondpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_widerange_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_HugeEvents_AlCaReco_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_firstpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_maxonly_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_secondpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_widerange_cfi.py", + "DPGAnalysis/SiStripTools/python/occupancyplotsselections_pixelphase1_detailed_cff.py", + "DPGAnalysis/SiStripTools/test/CondDBWriter_SiStripConfObjectAPVPhaseOffsets_cfg.py", + "DPGAnalysis/Skims/data/Cert_13TeV_16Dec2015ReReco_Collisions15_25ns_50ns_JSON.txt", + "DPGAnalysis/Skims/data/Cert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON.txt", + "DPGAnalysis/Skims/data/Cert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON_MuonPhys.txt", + "DPGAnalysis/Skims/data/Cert_271036-274240_13TeV_PromptReco_Collisions16_JSON.txt", + "DQM/BeamMonitor/test/2012_PixelTracksVertices_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py", + "DQM/BeamMonitor/test/2012_PixelTracksVertices_Test_beamspotproblem_dqm_sourceclient-live_cfg.py", + "DQM/BeamMonitor/test/2012_ReducedTrackingSteps_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py", + "DQM/EcalPreshowerMonitorModule/python/EcalPreshowerMonitorTasks_withFEDIntegrity_cfi.py", + "DQM/SiPixelPhase1Config/test/pixelphase1_for_timing_scan_dqm_sourceclient-live_cfg.py", + "DQM/SiPixelPhase1Config/test/qTests/mean_num_digis_qualitytest_config_cosmics.xml", + "DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.cc", + "DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.h", + "DQM/SiStripCommissioningSources/python/SiStripCommissioningSource_FromEDM_cfg.py", + "DQM/SiStripCommissioningSources/python/SiStripCommissioningSource_FromRAW_cfg.py", + "DQM/SiStripMonitorApproximateCluster/plugins/SiStripMonitorApproximateCluster.cc", + "DQM/SiStripMonitorApproximateCluster/python/SiStripMonitorApproximateCluster_cfi.py", + "DQM/SiStripMonitorClient/data/sistrip_monitorelement_config_ped_cluster_digi.xml", + "DQM/SiStripMonitorClient/python/SiStripDQMSourceConfigOfflineGlobalRunCAF_cfi.py", + "DQM/SiStripMonitorSummary/scripts/MonitorDB_NewDirStructure_KeepTagLinks_generic.sh", + "DQM/SiStripMonitorSummary/scripts/MonitorDB_NewDirStructure_KeepTagLinks_generic_V2.sh", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_222222_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_2e83ff_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_454545_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_888888_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_cd0a0a_256x240.png", + "DQM/TrackingMonitorClient/python/TrackingEffFromHitPatternClientConfigZeroBias_cff.py", + "DQMOffline/CalibTracker/test/AnalyzeSeveralRuns_ExpressStreamWithDQMHarvesting_afs.sh", + "DQMOffline/CalibTracker/test/CRAFTCalib/SiStripDQMBadStripsValidationReReco.job", + "DQMOffline/CalibTracker/test/CRAFTCalib/SiStripDQMBadStripsValidationReReco_cfg.py", + "DQMOffline/CalibTracker/test/SiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py", + "DQMOffline/CalibTracker/test/template_SiStripQualityBadAPVIdentifierRoot_cfg.py", + "DQMOffline/CalibTracker/test/template_SiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py", + "DQMOffline/CalibTracker/test/template_SiStripQualityHotStripIdentifierRoot_cfg.py", + "DQMOffline/L1Trigger/test/runDQMOffline_step1NoRECO_justRate_L1TriggerOnly_job1_cfg.py", + "DataFormats/EcalRecHit/interface/alpaka/EcalUncalibratedRecHitDeviceCollection.h", + "DataFormats/L1ScoutingRawData/test/create_SDSRawDataCollection_test_file_cfg.py", + "DataFormats/ParticleFlowReco/interface/alpaka/PFRecHitFractionDeviceCollection.h", + "DataFormats/SiStripCluster/test/TestWriteSiStripApproximateClusterCollection.cc", + "DataFormats/SiStripCluster/test/create_SiStripApproximateClusterCollection_test_file_cfg.py", + "DataFormats/SiStripCluster/test/test_readSiStripApproximateClusterCollection_cfg.py", + "DetectorDescription/OfflineDBLoader/python/test/cmsIdealGeometryForWrite_cfi.py", + "DetectorDescription/OfflineDBLoader/python/test/cmsIdealGeometryNoRPCSpecs_cfi.py", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/folder-closed.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-black-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-black.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-default-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-default.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-famfamfam-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-famfamfam.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-gray-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-gray.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-red-line.gif", + "EgammaAnalysis/ElectronTools/test/egammaPatElectronsToCalibratedPatElectrons_cfg.py", + "EventFilter/EcalRawToDigi/plugins/alpaka/EcalElectronicsMappingHostESProducer.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyHFRingUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyPhysCandUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyPhysCandUnpacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/PhysicsToBitConverter.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/PhysicsToBitConverter.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Collections.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Collections.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloSummaryCollections.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloSummaryCollections.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/EtSumUnpacker_0x10010057.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/EtSumUnpacker_0x10010057.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/GlobalAlgBlkUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/GlobalExtBlkUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonPacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonPacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonUnpacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TObjectCollections.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TStage2Layer2Constants.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TStage2Layer2Constants.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x1001000b.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x1001000b.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010010.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010010.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010033.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010033.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTPacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTPacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTUnpacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/UCTCTP7RawData5BX_HCALFB.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/UCTCTP7RawData_HCALFB.h", + "EventFilter/Phase2TrackerRawToDigi/interface/Phase2TrackerFEDRawChannelUnpacker.h", + "EventFilter/Phase2TrackerRawToDigi/interface/Phase2TrackerFEDZSChannelUnpacker.h", + "EventFilter/Phase2TrackerRawToDigi/plugins/Phase2TrackerCommissioningDigiProducer.cc", + "EventFilter/Phase2TrackerRawToDigi/python/Phase2TrackerCommissioningDigiProducer_cfi.py", + "EventFilter/Phase2TrackerRawToDigi/python/test/Phase2TrackerFEDTestAnalyzer_cfi.py", + "EventFilter/Phase2TrackerRawToDigi/test/plugins/Phase2TrackerFEDTestAnalyzer.cc", + "FWCore/Integration/python/test/unscheduled_fail_on_output_IgnoreCompletely_cfg.py", + "FWCore/Integration/python/test/unscheduled_fail_on_output_no_dependency_TryToContinue_cfg.py", + "FWCore/Integration/test/testSwitchProducerConditionalTaskEDAliasConsumeAllCases_cfg.py", + "FWCore/Integration/test/testSwitchProducerConditionalTaskEDAliasWildcard_cfg.py", + "FWCore/Integration/test/unit_test_outputs/testProducerWithPsetDesc_briefdoc.txt", + "FastSimulation/CTPPSFastTrackingProducer/python/CTPPSFastTrackingProducer_cfi.py", + "FastSimulation/SimplifiedGeometryPropagator/doc/SimplifiedGeometryPropagator.doc", + "FastSimulation/SimplifiedGeometryPropagator/interface/BarrelSimplifiedGeometry.h", + "FastSimulation/SimplifiedGeometryPropagator/interface/ForwardSimplifiedGeometry.h", + "FastSimulation/SimplifiedGeometryPropagator/interface/InteractionModelFactory.h", + "FastSimulation/SimplifiedGeometryPropagator/interface/SimplifiedGeometryFactory.h", + "FastSimulation/TrackingRecHitProducer/interface/TrackingRecHitAlgorithmFactory.h", + "FastSimulation/TrackingRecHitProducer/plugins/TrackingRecHitNoSmearingPlugin.cc", + "GeneratorInterface/Core/test/Hadronizer_MgmMatchTune4C_ZJetsNoPSb_13TeV_madgraph_pythia8_Tauola_cfg.py", + "GeneratorInterface/Core/test/Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8_cfg.py", + "GeneratorInterface/EvtGenInterface/plugins/EvtGenUserModels/EvtModelUserReg.cpp", + "GeneratorInterface/EvtGenInterface/plugins/test/Py8_lambadb_evtgen1_Lb2plnuLCSR_cfg.py", + "GeneratorInterface/Herwig7Interface/python/Herwig7_Dummy_Matchbox_90X_ppToee.py", + "GeneratorInterface/Herwig7Interface/python/Herwig7_loadCommonMergingSettings_cff.py", + "GeneratorInterface/Herwig7Interface/python/PPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cff.py", + "GeneratorInterface/Herwig7Interface/test/DYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cfg.py", + "GeneratorInterface/Herwig7Interface/test/DYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cfg.py", + "GeneratorInterface/Herwig7Interface/test/DYToLL_TuneCH3_13TeV_herwig7_hepmc3_cfg.py", + "GeneratorInterface/Herwig7Interface/test/Herwig7_Matchbox_90X_ppToee_GEN_SIM.py", + "GeneratorInterface/Herwig7Interface/test/PPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cfg.py", + "GeneratorInterface/LHEInterface/data/run_generic_tarball_cvmfs_madgraphLO_multithread.sh", + "GeneratorInterface/LHEInterface/data/run_generic_tarball_cvmfs_manual_multithread.sh", + "GeneratorInterface/PyquenInterface/python/Pyquen_Zmumu_2760GeV_dimuonAcc_cfi.py", + "GeneratorInterface/Pythia6Interface/test/Py6GenFilter_ElectronProtonInitialState_cfg.py", + "GeneratorInterface/Pythia8Interface/test/compare_external_generators_streams_cfg.py", + "GeneratorInterface/Pythia8Interface/test/pythia8ex2_ConvertToMain70_cfg_Fragment.py", + "GeneratorInterface/Pythia8Interface/test/pythia8hmc3_photos_ZToTauTau_13TeV_cfg.py", + "GeneratorInterface/Pythia8Interface/test/test_Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8.sh", + "GeneratorInterface/Pythia8Interface/test/test_catch2_External_Pythia8GeneratorFilter.cc", + "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMC.h", + "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMCGeneratorFilter.h", + "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMCHadronizer.h", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_AdvancedParameters_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_PbPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_5TeV_pPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_7TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_8TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_900GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_PbPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_5TeV_pPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_7TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_8TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_900GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/src/ReggeGribovPartonMCGeneratorFilter.cc", + "GeneratorInterface/ReggeGribovPartonMCInterface/src/ReggeGribovPartonMCHadronizer.cc", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_PbPb_2760GeV_cfi_py_GEN.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pPb_5020GeV_cfi_py_GEN.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pp_8TeV_cfi_py_GEN.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/QGSJetII-04_pPb_5020GeV_cfi_py_GEN.py", + "GeneratorInterface/SherpaInterface/data/Run.dat_13TeV_WJets_MEPSatNLO_2jNLO_2jLO", + "GeneratorInterface/SherpaInterface/data/Run.dat_13TeV_ZJets_MEPSatNLO_2jNLO_2jLO", + "GeneratorInterface/TauolaInterface/plugins/TauSpinner/read_particles_from_HepMC.cc", + "GeneratorInterface/TauolaInterface/test/DYToLL_M_50_TuneZ2star_8TeV_Tauola_TauSpinner_Example_cfi.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHESPINCORR_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHE_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/GGToHtautau_13TeV_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/GGToHtautau_13TeV_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/H130GGgluonfusion_8TeV_Tauola_TauSpinner_Example_cfi.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHESPINCORR_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHE_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatPlus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatPlus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatPlus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatPlus10Percent.xml", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorMeasuredXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorSystMinusXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorSystPlusXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1ZeroMaterialXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometryDetailedCavern2017Plan1XML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometryDetailedCavern2017Plan1ZeroMaterialXML_cfi.py", + "Geometry/ForwardSimData/data/ForwardShieldProdCuts/2021/v1/ForwardShieldProdCuts.xml", + "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryBuilder.cc", + "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.cc", + "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.h", + "Geometry/HcalCommonData/data/hcalRecNumbering/2018Plan36/v1/hcalRecNumbering.xml", + "Geometry/HcalCommonData/data/hcalRecNumbering/2018Plan36/v2/hcalRecNumbering.xml", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.0.py", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.911.py", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.0.py", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.911.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.0.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.911.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.0.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.911.py", + "Geometry/TrackerCommonData/data/2016/FlatMinus05Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/2016/FlatMinus10Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/2016/FlatPlus05Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/2016/FlatPlus10Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/PhaseI/PixelForward/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TFPXTEPXReordered/trackerParameters.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker4025/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker4025/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker405/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker613/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker613_MB_2019_04/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixfwd.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_03/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT703_2021_03/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2024_02/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT800_IT615_2022_10/pixbar.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT742_2024_01/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT744_2024_01/pixel.xml", + "Geometry/TrackerCommonData/data/flat10services30percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/flat20services30percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/pixbarmaterial/2017ZeroMaterial/v1/pixbarmaterial.xml", + "Geometry/TrackerCommonData/data/pixfwdMaterials/2017ZeroMaterial/v1/pixfwdMaterials.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_PixelBarrelConn/pixbarmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_PixelBarrelConnToST/pixbarmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBFlange/tibmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBTIDMargherita/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBTIDServiceCylinder/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/specialTestGeometries.txt", + "Geometry/TrackerCommonData/data/tecmaterial/2017ZeroMaterial/v1/tecmaterial.xml", + "Geometry/TrackerCommonData/data/tibmaterial/2017ZeroMaterial/v1/tibmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2016/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017ZeroMaterial/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2021/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tidmaterial/2017ZeroMaterial/v1/tidmaterial.xml", + "Geometry/TrackerCommonData/data/tobmaterial/2017ZeroMaterial/v1/tobmaterial.xml", + "Geometry/TrackerCommonData/data/trackermaterial/2017ZeroMaterial/v1/trackermaterial.xml", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021ZeroMaterialXML_cfi.py", + "Geometry/TrackerGeometryBuilder/plugins/TrackerAdditionalParametersPerDetESModule.cc", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerModuleInfoDBDD4hep_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerModuleInfoFromDDDNoPrintDDD_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerParametersFromDD4hep_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerParametersFromDDD_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/trackerModuleInfoLocalDBDD4hep_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/trackerParametersFromLocalDB_cfg.py", + "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2DoubleDiskBuilder.cc", + "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2DoubleDiskBuilder.h", + "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2SubDiskBuilder.cc", + "Geometry/TrackerRecoData/data/PhaseII/OuterTracker616_2020_04/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker4025/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker613_MB_2019_04/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker613_MB_2019_04/v2_ITonly/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT710_2023_04/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/trackerRecoMaterial.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackersens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelsens.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibConfiguration_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer0_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer1_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer2_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer3_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring0_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring1_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring2_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring3_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/trackerConfiguration_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/trackerStructureTopology_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/trackertib_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/test/trackerSimConfiguration_TwentyFivePercent.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Left_Station/v1/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Left_Station/v2/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Right_Station/v1/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Right_Station/v2/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Left_Station/v1/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Left_Station/v2/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Right_Station/v1/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Right_Station/v2/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Cuts_Per_Region/Reco/v1/RP_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Cuts_Per_Region/Simu/v1/CTPPS_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/RP_Dist_Beam_Cent/Reco/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/RP_Dist_Beam_Cent/Simu/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/RP_Param_Beam_Region/v1/RP_Param_Beam_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Cuts_Per_Region/Reco/v1/RP_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Cuts_Per_Region/Simu/v1/CTPPS_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/RP_Dist_Beam_Cent/Reco/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/RP_Dist_Beam_Cent/Simu/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/RP_Param_Beam_Region/v1/RP_Param_Beam_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Right_Station.xml_bkp", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Detector_Assembly/2021/v1/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Detector_Assembly/v1/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Reco/v1/CTPPS_Timing_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Simu/v1/CTPPS_Detectors_Assembly_022.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Simu/v1/CTPPS_Detectors_Assembly_122.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern1_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern2_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern2_Segment2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment5.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2017/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2017/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_003.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_103.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_003.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_103.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_003.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_103.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v1/PPS_Pixel_Module_2x2_Run3.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v1/ppstrackerMaterials.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v2/PPS_Pixel_Module_2x2_Run3.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v2/ppstrackerMaterials.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v3/PPS_Pixel_Module_2x2_Run3.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v1/CTPPS_Pixel_Module_2x2.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v2/CTPPS_Pixel_Module_2x2.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v3/CTPPS_Pixel_Module_2x2.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Horizontal_Pot/v1/CTPPS_Timing_Horizontal_Pot.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Horizontal_Pot/v2/CTPPS_Timing_Horizontal_Pot.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Negative_Station/v1/CTPPS_Timing_Negative_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Negative_Station/v2/CTPPS_Timing_Negative_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Positive_Station/v1/CTPPS_Timing_Positive_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Positive_Station/v2/CTPPS_Timing_Positive_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_UFSD_Segments/CTPPS_UFSD_Pattern2_SegmentA.xml", + "Geometry/VeryForwardData/data/CTPPS_UFSD_Segments/CTPPS_UFSD_Pattern2_SegmentB.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_000.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_001.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_002.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_003.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_004.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_005.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_020.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_021.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_022.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_023.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_024.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_025.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_100.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_101.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_102.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_103.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_104.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_105.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_120.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_121.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_122.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_123.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_124.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_125.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Reco/v1/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Reco/v2/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Simu/v1/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Simu/v2/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/v1/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Reco/v1/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Reco/v2/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Simu/v1/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Simu/v2/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/v1/RP_Vertical_Device.xml", + "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2016_cfi.py", + "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2017_cfi.py", + "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2018_cfi.py", + "Geometry/VeryForwardProtonTransport/data/parametrization_6500GeV_90_transp.root", + "Geometry/VeryForwardProtonTransport/data/parametrization_6500GeV_90p0_50urad_reco.root", + "GeometryReaders/XMLIdealGeometryESSource/python/cmsMagneticFieldGeometryDB_cff.py", + "GeometryReaders/XMLIdealGeometryESSource/src/XMLIdealMagneticFieldGeometryESProducer.cc", + "GeometryReaders/XMLIdealGeometryESSource/test/runXMLBigFileToDBAndBackValidation.sh", + "GeometryReaders/XMLIdealGeometryESSource/test/testSpecParsMuonSensitiveDetectorMuonCSCHits.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/highPtTripletStepChi2Est_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/highPtTripletStepTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltCandidateJetBProbabilityComputer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltCandidateJetProbabilityComputer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPBwdElectronPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator16_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator2000_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator30_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator9_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator100_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator30_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPDummyDetLayerGeometry_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorAny_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorOpposite_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFwdElectronPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPGlobalDetLayerGeometry_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFFittingSmootherForL2Muon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFFittingSmootherWithOutliersRejectionAndRK_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectoryFitterForL2Muon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForL2Muon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForMuonTrackLoader_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPL3MuKFTrajectoryFitter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPMeasurementTracker_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPMuonTransientTrackingRecHitBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPPixelCPEFastParams_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRKTrajectoryFitter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRKTrajectorySmoother_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRungeKuttaTrackerPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSiPixelCablingSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSiPixelGainCalibrationForHLTSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagatorAnyOpposite_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagatorAny_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorAlong_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorOpposite_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderPixelOnly_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderWithTrackAngle_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderWithoutRefit_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTrackAlgoPriorityOrder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepChi2Est_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonInitialStepChi2Est_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonPixelTrackCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonTrackAlgoPriorityOrder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPixelTracksCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/muonSeededTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt1PFPuppiCentralJet70MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt1PFPuppiCentralJet75MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt2PFPuppiCentralJet40MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt2PFPuppiCentralJet60MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt3PFPuppiCentralJet45MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt4PFPuppiCentralJet40MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p31Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p38Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p865DoubleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p275Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p375Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p935DoubleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBunchSpacingProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepBLifetimeTagInfosPFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepBLifetimeTagInfosPFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsInfosPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsInfosPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsPFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsPFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveMergedVerticesPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveSecondaryVerticesPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveVertexFinderPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepSecondaryVertexTagInfosPFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepSecondaryVertexTagInfosPFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepTrackVertexArbitratorPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG12EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG23EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG23EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiMuon178RelTrkIsoFiltered0p4DzFiltered0p2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiMuon178RelTrkIsoFiltered0p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoublePFPuppiJets128Eta2p4MaxDeta1p6_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoublePFPuppiJets128MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoubleTkMuon157L1TkMuonFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG108EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG108EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG115EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG187EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG187EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG23EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG26EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG26EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG30EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG30EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG32EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG32EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoubleEleIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoubleEleNonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoublePhotonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSingleEleIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSingleEleNonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSinglePhotonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalBarrelClusterFastTimer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalBarrelDigisInRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalDetIdToBeRecovered_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalDetailedTimeRecHit_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalMultiFitUncalibRecHit_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalUncalibRecHitL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaBestGsfTrackVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaBestGsfTrackVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesWrapperL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesWrapperUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCkfTrackCandidatesForGSFL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCkfTrackCandidatesForGSFUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaClusterShapeL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaClusterShapeUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEcalPFClusterIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEcalPFClusterIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleL1TrkIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleL1TrkIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaElectronPixelSeedsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaElectronPixelSeedsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfElectronsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfElectronsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTrackVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTrackVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTracksL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTracksUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCALIDVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCALIDVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCalLayerClusterIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCalLayerClusterIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHcalPFClusterIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHcalPFClusterIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHollowTrackIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHollowTrackIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHoverEL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHoverEUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaPixelMatchVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaPixelMatchVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaSuperClustersToPixelMatchL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaSuperClustersToPixelMatchUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfChi2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfNLayerITUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70EcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70EcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDetaUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfOneOEMinusOneOPUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoFromL1TracksUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfChi2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfNLayerITUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDetaUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5DphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5DphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfChi2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfNLayerITUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDetaUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsForTripletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsForTripletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsClusterRemoverL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsClusterRemoverUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsCombinedL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsCombinedUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsDoubletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsDoubletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsTripletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsTripletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEleSeedsTrackingRegionsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEleSeedsTrackingRegionsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersCLUE3DHighL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersCLUE3DHigh_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersRecoveryL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersRecovery_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFirstStepPrimaryVerticesUnsorted_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFixedGridRhoFastjetAllCaloForEGamma_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFixedGridRhoFastjetAll_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltGoodOfflinePrimaryVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHGCalUncalibRecHitL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersEEL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersEE_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersFromSoAProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSciL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSci_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSiL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalMergeLayerClustersL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalMergeLayerClusters_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoALayerClustersProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoARecHitsLayerClustersProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoARecHitsProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalTrackCollection_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepClusters_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepHitTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeedTracksLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCandidatespLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCutClassifierpLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackSelectionHighPuritypLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackingRegionFromTrimmedVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackspLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsCombinatoricRecoTaus_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsDoublePFTau35MediumDitauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsDoublePFTau40TrackPt1MediumChargedIsolation_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTau27LooseTauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTau30LooseTauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauBasicDiscriminatorsForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauBasicDiscriminatorsdR03ForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauDeepTauProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauDiscriminationByDecayModeFindingNewDMs_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumAbsOrRelChargedIsolationDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumAbsoluteChargedIsolationDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumRelativeChargedIsolationDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauPrimaryVertexProducerForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauProducerSansRefs_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauSecondaryVertexProducerForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauTrackFindingDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauTransverseImpactParametersForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTauLooseTauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausMediumDitauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausTrackFinding_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausTrackPt1MediumChargedIsolation_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectionDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsTauPFJetsRecoTauChargedHadronsWithNeutrals_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHtMhtPFPuppiCentralJetsQuadC30MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepSeedTracksLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifierpLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifierpTTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPuritypLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPuritypTTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTracksT5TCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackspLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackspTTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonClustersRefRemoval_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonMerged_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelClusterCheck_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelHitTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelLayerTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelSeedsFiltered_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedForDoublePuppiTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForDoublePuppiJetBtagFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiHTFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiJetFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiMETFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForQuadPuppiJetTripleBtagFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TEGammaFilteredCollectionProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TEGammaHGCFilteredCollectionProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonFromL1TkMuonCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonSeedsFromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3MuonsPhase2L3Links_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22EcalIso0p41_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22HcalIso0p40_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22HgcalIso4p70_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfecalIsoFiltered0p41_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfhcalIsoFiltered0p40_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfhgcalIsoFiltered4p70_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3trkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22TrkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fFiltered17_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fFiltered37_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fPreFiltered27_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fPreFiltered8_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu18Filtered20_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu22L3Filtered24Q_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu22L3Filtered50Q_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533L31055DZFiltered0p2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533L3Filtered1055_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533PreFiltered555_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltMeasurementTrackerEvent_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltOfflinePrimaryVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFMETTypeOneCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetQuad30MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetsQuad30HT200MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetsQuad30HT330MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiJetForBtagEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiJetForBtagSelectorEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOne140_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOneCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowBadHcalPseudoCluster_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrectedL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrectedUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHBHE_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCalFromTICLL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCalFromTICLUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCal_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHO_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitECALL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitECALUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHBHE_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHGCL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHGC_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHO_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECALL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECALUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCalFromTICLL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCalFromTICLUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCal_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowTimeAssignerECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowTmpBarrel_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHGCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHO_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourJetTagsModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourJetTags_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourTagInfosModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourTagInfos_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelLayerQuadruplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksTrackingRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonTrimmedPixelVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonGeneralTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepClusters_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepHitTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTracksSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTracksSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksAndHighPtTripletTrackingRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksHitQuadruplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsEcalIsodR0p3dRVeto0p000_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsHcalIsodR0p3dRVeto0p000_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsHgcalLCIsodR0p2dRVetoEM0p00dRVetoHad0p02minEEM0p00minEHad0p00_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p07_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3MuonCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3MuonsLinksCombination_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuCtfWithMaterialTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuonTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuonTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OISeedsFromL2Muons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OITrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2OTHitsInputLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2OnlineBeamSpotDevice_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelFitterByHelixProjections_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTrackFilterByKinematics_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2SiPixelClustersSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2SiPixelRecHitsSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2TowerMakerForAll_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2TrimmedPixelVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelClustersMultiplicity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerPairsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerPairsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDiphoton3023IsoCaloIdL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDiphoton3023IsoCaloIdUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle2312IsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle25CaloIdLPMS2L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle25CaloIdLPMS2Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle115NonIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle26WP70L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle26WP70Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle32WPTightL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle32WPTightUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreHLTAnalyzerEndpath_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton108EBTightIDTightIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton108EBTightIDTightIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton187L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton187Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrimaryVertexAssociationModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrimaryVertexAssociation_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPuppiTauTkIsoEle45_22L1TkFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPuppiTauTkMuon4218L1TkFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltRechitInRegionsHGCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltSiPixelClusterShapeCache_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltSingleAK4PFPuppiJet520_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltSingleTkMuon22L1TkMuonFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclLayerTileProducerL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclLayerTileProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTracksterLinksL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersCLUE3DHighL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersCLUE3DHigh_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersRecoveryL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersRecovery_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTrackRefsForJetsBeforeSorting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTrackWithVertexRefSelectorBeforeSorting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltUnsortedOfflinePrimaryVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEleSingle22Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEleSingle28Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmDouble12Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmSingle22Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmSingle36Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle23_12_Iso_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleMediumChargedIsoPFTauHPS40_eta2p1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleMediumDeepTauPFTauHPS35_eta2p1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepCSV_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepFlavour_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele115_NonIso_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele30_WPTight_L1Seeded_LooseDeepTauPFTauHPS30_eta2p1_CrossL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele32_WPTight_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele32_WPTight_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_IsoMu20_eta2p1_LooseDeepTauPFTauHPS27_eta2p1_CrossL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu37_Mu27_FromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepCSV_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepCSV_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFPuppiMETTypeOne140_PFPuppiMHT140_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/CkfBaseTrajectoryFilter_block_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/ClusterShapeTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/GroupedCkfTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HGCAL_chargeCollectionEfficiencies_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonGroupedCkfTrajectoryFilterIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetTrajectoryFilterIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetTrajectoryBuilderForGsfElectrons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetTrajectoryFilterForElectrons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTSiStripClusterChargeCutLoose_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTSiStripClusterChargeCutNone_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutLoose_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutNone_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutTight_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/TrajectoryFilterForConversions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/TrajectoryFilterForElectrons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/ckfBaseTrajectoryFilterP5_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/ckfTrajectoryFilterBeamHaloMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedQuadStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedQuadStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedTripletStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonPSetPvClusterComparerForIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonSeedFromProtoTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2PSetPvClusterComparerForIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2SeedFromProtoTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltTiclTracksterLinksPSet_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterBasePreSplitting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterPreSplitting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterShapePreSplitting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/jetCoreRegionalStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtGsfEleTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtQuadStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtQuadStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepStandardTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/mixedTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryBuilderForInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryBuilderForOutInDisplaced_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForOutInDisplaced_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForOutIn_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pSetPvClusterComparerForIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelLessStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/tobTecStepInOutTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/tobTecStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK4PFJetsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK4PFPuppiJetsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK8PFJetsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepCSVSequencePFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepCSVSequencePFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepFlavourSequencePFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepFlavourSequencePFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCaloMETReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCaloTowersRecSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCalolocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCsclocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDiphoton3023IsoCaloIdL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDiphoton3023IsoCaloIdUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoFullUnpackingEgammaEcalL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoFullUnpackingEgammaEcalSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalHcalSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalPixelSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalStripSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle2312IsoL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle25CaloIdLPMS2L1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle25CaloIdLPMS2UnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDtlocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEGammaDoLocalHcalSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle115NonIsoL1SeededGsfElectronL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle115NonIsoL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle26WP70L1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle26WP70UnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle32WPTightL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle32WPTightUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5OpenL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5OpenUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTElePixelMatchL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTElePixelMatchUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTFastJetForEgammaSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGemLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGsfElectronL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGsfElectronUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHPSDeepTauPFTauSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHPSMediumChargedIsoPFTauSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgamma_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHighPtTripletStepSeedingSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHighPtTripletStepSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTInitialStepPVSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTInitialStepSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTItLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTIter0Phase2L3FromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTIter2Phase2L3FromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTL1UnpackerSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTL2MuonsFromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTMuonlocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTOtLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusterJMEReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusteringForEgammaL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusteringForEgammaUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFHcalClusteringForEgammaSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFJetsCHSReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFMETsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFPuppiJMEReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFPuppiMETReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowClusterECALSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowClusterSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowSuperClusteringSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusterRefsForJetsSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringECALSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringHBHEHFSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringHOSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3FromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3MuonGeneralTracksSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3MuonsSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3OISequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2PixelTracksSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton108EBTightIDTightIsoL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton108EBTightIDTightIsoUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton187L1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton187UnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclCandidateSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclLayerTileSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTracksterLinksSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTracksterMergeSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersCLUE3DHighStepSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersRecoverySequenceL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersRecoverySequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTVertexRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/services/RandomNumberGeneratorService_cfi.py", + "HLTrigger/Configuration/test/testAccessToEDMInputsOfHLTTests_update_filelist.sh", + "HLTriggerOffline/HeavyFlavor/python/heavyFlavorValidationHarvestingSequence_cff.py", + "HLTriggerOffline/SUSYBSM/test/BSMTriggerCheck/html/template/comp_beginning.html", + "HLTriggerOffline/SUSYBSM/test/BSMTriggerCheck/html/template/menu_beginning.html", + "HLTriggerOffline/Scouting/test/runScoutingMonitoringDQM_EGammaOnly_step1_cfg.py", + "HLTriggerOffline/Scouting/test/runScoutingMonitoringDQM_EGammaOnly_step2_cfg.py", + "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToFlyingCascadeBuilderBase.h", + "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToResTrkTrkSameMassBuilder.h", + "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToResTrkTrkSameMassBuilderBase.h", + "HeavyFlavorAnalysis/SpecificDecay/src/BPHDecayToResTrkTrkSameMassBuilderBase.cc", + "HeterogeneousCore/AlpakaInterface/interface/AssertDeviceMatchesHostCollection.h", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerCopyToDeviceCache.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerImplicitCopyToDevice.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerMoveToDeviceCache.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerNoOutput.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaStreamSynchronizingProducer.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaStreamSynchronizingProducerToDevice.cc", + "HeterogeneousTest/AlpakaDevice/plugins/alpaka/AlpakaTestDeviceAdditionAlgo.dev.cc", + "HeterogeneousTest/AlpakaDevice/plugins/alpaka/AlpakaTestDeviceAdditionModule.cc", + "HeterogeneousTest/AlpakaKernel/plugins/alpaka/AlpakaTestKernelAdditionAlgo.dev.cc", + "HeterogeneousTest/AlpakaKernel/plugins/alpaka/AlpakaTestKernelAdditionModule.cc", + "HeterogeneousTest/AlpakaOpaque/plugins/alpaka/AlpakaTestOpaqueAdditionModule.cc", + "HeterogeneousTest/AlpakaWrapper/plugins/alpaka/AlpakaTestWrapperAdditionModule.cc", + "IOMC/EventVertexGenerators/python/VtxSmearedFixed_EmitRealistic5TeVppCollision2017_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic100ns13TeVCollisionBetaStar90mLowBunches_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic100ns13TeVCollisionBetaStar90m_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeV2016Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeVEarly2017Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeVEarly2018Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEOY2022Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEarly2022Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEarly2023Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns900GeV2021Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic2p76TeV2011Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic2p76TeV2013Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic50ns13TeVCollisionZeroTesla_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic5TeVPA2016Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic5TeVppCollision2017_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic7TeVCollisionComm10_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic8TeVPA2016Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealisticHICollisionFixZ2015_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3FlatOpticsGaussSigmaZ4p2cm_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3FlatOpticsGaussSigmaZ5p3cm_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3RoundOptics25ns13TeVHighSigmaZ_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3RoundOptics25ns13TeVLowSigmaZ_cfi.py", + "JetMETCorrections/InterpolationTables/interface/InterpolationFunctorInstances.h", + "JetMETCorrections/InterpolationTables/interface/StorableMultivariateFunctorReader.h", + "JetMETCorrections/TauJet/data/IterativeCone0.4_EtScheme_TowerEt0.5_E0.8_Jets871_2x1033PU_tau.txt", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_BTagSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_hadr_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_hadr_metSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_lepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenuObjects_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_BTagSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_hadr_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_hadr_metSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_lepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_constants.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_ids.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_scalings.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_BTagSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_hadr_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_hadr_metSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_lepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_constants.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_ids.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_scalings.py", + "L1Trigger/DTTriggerPhase2/test/primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py", + "L1Trigger/DTTriggerPhase2/test/primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg_withRPC.py", + "L1Trigger/DTTriggerPhase2/test/test_primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py", + "L1Trigger/GlobalTriggerAnalyzer/python/customise_l1GtPatternGeneratorFromRaw.py", + "L1Trigger/GlobalTriggerAnalyzer/test/L1GtPatternGenerator_overrideL1Menu_cfg.py", + "L1Trigger/L1CaloTrigger/python/l1tPhase2GCTBarrelToCorrelatorLayer1Emulator_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_0_ECALZS_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_1_ECALZS_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_1_ECALZS_noHFJEC_newEGIso_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_0_HI_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_10_mean_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_10_mode_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_2_noHCALSF_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_2_updateHFSF_v6MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_2_updateHFSF_v7MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_updateHFSF_v6MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_mean_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_mean_newHF_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_newHF_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_newHF_v6MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_oldHFSFForJECOnly_cfi.py", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2ClusterAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2EGammaAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2EtSumAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2JetSumAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2TowerCompressAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2TowerDecompressAlgorithmFirmwareImp1.cc", + "L1Trigger/L1THGCal/interface/concentrator/HGCalConcentratorProcessorSelection.h", + "L1Trigger/L1THGCal/interface/concentrator/HGCalConcentratorSuperTriggerCellImpl.h", + "L1Trigger/L1THGCal/plugins/backend/HGCalBackendLayer2Processor3DClustering_SA.cc", + "L1Trigger/L1THGCalUtilities/test/ntuples/HGCalTriggerNtupleHGCConcentratorData.cc", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGenerator.py", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGeneratorClassProb.py", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGenerator_displ.py", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlap_Pats0x0013_generateExtrFactors.py", + "L1Trigger/L1TMuonOverlapPhase2/interface/LutNetworkFixedPointRegression2Outputs.h", + "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGeneratorClassProb_phase2.py", + "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGenerator_displ_phase2.py", + "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGenerator_phase2.py", + "L1Trigger/Phase2L1ParticleFlow/data/hgcal_egID/Photon_Pion_vs_Neutrino_BDTweights_1116.xml.gz", + "L1Trigger/Phase2L1ParticleFlow/data/hgcal_egID/Photon_vs_Pion_BDTweights_1116.xml.gz", + "L1Trigger/Phase2L1ParticleFlow/interface/L1TCorrelatorLayer1PatternFileWriter.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/buffered_folded_multififo_regionizer_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/folded_multififo_regionizer_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/middle_buffer_multififo_regionizer_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/multififo_regionizer_elements_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/multififo_regionizer_elements_ref.icc", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/tdr_regionizer_elements_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/tdr_regionizer_elements_ref.icc", + "L1Trigger/Phase2L1ParticleFlow/src/regionizer/buffered_folded_multififo_regionizer_ref.cpp", + "L1Trigger/Phase2L1ParticleFlow/src/regionizer/folded_multififo_regionizer_ref.cpp", + "L1Trigger/Phase2L1ParticleFlow/src/regionizer/middle_buffer_multififo_regionizer_ref.cpp", + "L1TriggerConfig/CSCTFConfigProducers/python/L1MuCSCTFConfigurationRcdSrc_cfi.py", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/phi12.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/phi42.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta15h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta15l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta25h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta25l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/ETFPatternList.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP1.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP2.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP3.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP4.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP5.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP6.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext12.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext13.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext14.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext15.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext16.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext21.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext23.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext24.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext25.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext26.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext34.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext35.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext56.lut", + "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTChannelMaskConfigOnline_cfi.py", + "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTParametersKeysOnlineProd_cfi.py", + "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTParametersOnlineProducer_cfi.py", + "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesConfig_cff.py", + "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesConfig_cfi.py", + "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesDBConfig_cff.py", + "L1TriggerConfig/L1CSCTPConfigProducers/src/L1CSCTriggerPrimitivesConfigProducer.cc", + "L1TriggerConfig/L1CSCTPConfigProducers/src/L1CSCTriggerPrimitivesConfigProducer.h", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu2008_2E30.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu_2008MC_2E30.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu2008_2E31.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v0_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v1_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090519_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090624_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v4_L1T_Scales_20090624_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1x1032/L1Menu_CRUZET200805.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v0_L1T_Scales_20101224_Imp0_0x1027.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v1_L1T_Scales_20101224_Imp0_0x1028.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v2_L1T_Scales_20101224_Imp0_0x102a.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v3_L1T_Scales_20101224_Imp0_0x102b.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25nsStage1_v3_L1T_Scales_20141121_Imp0_0x1031.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v0_L1T_Scales_20101224_Imp0_0x102f.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v1_L1T_Scales_20101224_Imp0_0x102f.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v2_L1T_Scales_20141121_Imp0_0x1030.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v1_L1T_Scales_20141121_Imp0_0x1030.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v2_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v3_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v4_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50ns_v0_L1T_Scales_20141121_Imp0_0x1031.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v1_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v2_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v3_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v4_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2011_v0_L1T_Scales_20101224_Imp0_0x1026.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2011_v0_nobsc_notau_centrality_q2_singletrack.v1.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2013_v0_L1T_Scales_20101224_Imp0_0x102c.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v1.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v2.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v3.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v4.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v5.xml", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/calosetup", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/defvalpkg", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/header", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/jet_cnts", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/muonsetup", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/calo_setup.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond1_chip.qsf", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond1_chip_pkg.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond2_chip.qsf", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond2_chip_pkg.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/def_val_pkg.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/muon_setup.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/pre_algo_and_or.vhd", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAlgoTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAlgoTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAndMasksTester.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsTechTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsTechTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtStableParametersTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskAlgoTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskAlgoTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskTechTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskTechTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoAlgoTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoTechTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoTechTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMenuConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtPrescaleFactorsAlgoTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtPrescaleFactorsTechTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskAlgoTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskTechTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskVetoAlgoTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskVetoTechTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_PrescaleFactorsAlgoTrigUnprescale_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_TriggerMaskAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu_2008MC_2E30_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_PrescaleFactorsAlgoTrigUnprescale_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_TriggerMaskAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v0_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090519_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090624_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v4_L1T_Scales_20090624_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_PrescaleFactorsAlgoTrigUnprescale_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_TriggerMaskAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_ecal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_hcal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskTechTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_ecal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_hcal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_Test_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v1_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v2_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v3_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v4_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v5_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsAlgoTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsAndMasksTester_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsTechTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskAlgoTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskTechTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskVetoTechTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsAlgoTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsAlgoTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsTechTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsTechTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskAlgoTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskAlgoTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskTechTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskTechTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoAlgoTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoTechTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoTechTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtPrescaleFactorsAlgoTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtPrescaleFactorsTechTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskAlgoTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskTechTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskVetoTechTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1ScalesProducers/python/L1MuTriggerPtScaleOnlineProducer_cfi.py", + "L1TriggerConfig/L1ScalesProducers/python/L1MuTriggerScalesOnlineProducer_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TGlobalPrescalesVetosObjectKeysOnline_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TMuonEndCapForestOnlineProxy_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TMuonOverlapObjectKeysOnline_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TMuonOverlapParamsOnlineProxy_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TUtmTriggerMenuObjectKeysOnline_cfi.py", + "L1TriggerConfig/L1TConfigProducers/src/L1TGlobalPrescalesVetosObjectKeysOnlineProd.cc", + "L1TriggerConfig/L1TConfigProducers/src/L1TUtmTriggerMenuObjectKeysOnlineProd.cc", + "MagneticField/GeomBuilder/plugins/dd4hep/DD4hep_VolumeBasedMagneticFieldESProducer.cc", + "MagneticField/GeomBuilder/plugins/dd4hep/DD4hep_VolumeBasedMagneticFieldESProducerFromDB.cc", + "MagneticField/Interpolation/test/BinaryTablesGeneration/prepareMagneticFieldGrid.cc", + "MagneticField/Interpolation/test/BinaryTablesGeneration/prepareMagneticFieldGrid.h", + "MagneticField/Interpolation/test/BinaryTablesGeneration/validateField_TOSCATables.py", + "MagneticField/ParametrizedEngine/interface/ParabolicParametrizedMagneticField.h", + "MagneticField/ParametrizedEngine/plugins/AutoParametrizedMagneticFieldProducer.cc", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_OAE85l_cfi.py", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_OAE_3_8T_cfi.py", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_PolyFit2D_cfi.py", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_PolyFit3D_cfi.py", + "MagneticField/ParametrizedEngine/test/alpaka/testParabolicParametrizedMagneticField.dev.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/CompareWithSystematicError.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasUpsilonValidation.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasY1SValidation.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasZValidation.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/ComparePhiPlusMinus.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareWithExpected.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareWithExpectedBeforeAfter.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CrystalBallFitOnData_JPsi.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/GaussianFitOnData_Psi2S.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Base.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Y1S.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Z.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlap_Upsilon.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlap_Y1S.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/RunCompareBias_template.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/ShowProbabilityDistribution.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/TreeProduction/MuScleFit_template_cfg.py", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/SplitAndRunBatch.sh", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/StatisticalErrors_instructions.txt", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/TakeParameterFromBatch.sh", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/TreeSplitter_cfg.py", + "MuonAnalysis/MomentumScaleCalibration/test/UnitTests/TestCrossSectionHandler.cc", + "MuonAnalysis/MomentumScaleCalibration/test/tree_production/miniAODVBTFMuonsOnlyTreeMC_CRAB_cfg.py", + "MuonAnalysis/MuonAssociators/test/MuonMCClassifier/debugMuonsClassByHits_cfg.py", + "MuonAnalysis/MuonAssociators/test/MuonMCClassifier/patMuonsWithClassByHits_cfg.py", + "MuonAnalysis/MuonAssociators/test/Trigger/patMuonsWithTrigger_Data_HLTDEBUG_cfg.py", + "MuonAnalysis/MuonAssociators/test/Trigger/patMuonsWithTrigger_mc_HLTDEBUG_cfg.py", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/db/ClassNotSupportedException.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIDGenerator.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIdConverter.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/IDetIdGenerator.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECAnalyzer.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECDetIdConverter.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TOBAnalyzer.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TOBDetIdConverter.java", + "OnlineDB/SiStripO2O/test/O2O_Validation/template_Validate_FEDCabling_O2O_cfg.py", + "OnlineDB/SiStripO2O/test/P5/20X/SiStripO2O_AT_P5_table_multipartition_Commissioning.sh", + "OnlineDB/SiStripO2O/test/P5/21X/SiStripO2O_AT_P5_table_multipartition_Commissioning.sh", + "PhysicsTools/HepMCCandAlgos/python/allStandAloneMuonTracksGenParticlesLeptonMatch_cfi.py", + "PhysicsTools/HepMCCandAlgos/python/allSuperClustersGenParticlesLeptonMatch_cfi.py", + "PhysicsTools/NanoAODTools/python/postprocessing/framework/treeReaderArrayTools.py", + "PhysicsTools/PatAlgos/python/slimming/offlineSlimmedPrimaryVerticesWithBS_cfi.py", + "PhysicsTools/SelectorUtils/interface/SimpleCutBasedElectronIDSelectionFunctor.h", + "RecoBTag/CTagging/python/candidateCombinedSecondaryVertexSoftLeptonCvsLComputer_cfi.py", + "RecoBTag/CTagging/python/pfInclusiveSecondaryVertexFinderNegativeCvsLTagInfos_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeOnlyJetBProbabilityComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeOnlyJetProbabilityComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeTrackCounting3D2ndComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeTrackCounting3D3rdComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidatePositiveOnlyJetBProbabilityComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidatePositiveOnlyJetProbabilityComputer_cfi.py", + "RecoBTag/ONNXRuntime/plugins/UnifiedParticleTransformerAK4ONNXJetTagsProducer.cc", + "RecoBTag/ONNXRuntime/plugins/UnifiedParticleTransformerAK4SonicJetTagsProducer.cc", + "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V01/pfDeepBoostedJetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V02/pfDeepBoostedJetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V02/pfMassDecorrelatedDeepBoostedJetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/Parameters/HiggsInteractionNet/V00/pfHiggsInteractionNetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/pfMassDecorrelatedDeepBoostedDiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfMassDecorrelatedParticleNetDiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfParticleNetFromMiniAODAK4DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfParticleNetFromMiniAODAK8DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfParticleTransformerAK4DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfUnifiedParticleTransformerAK4DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfUnifiedParticleTransformerAK4V1DiscriminatorsJetTags_cfi.py", + "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterFromFile_WPandPayload.cc", + "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterFromFile_WPandPayload_IOV.cc", + "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterTFormula_fromfile_WPandPL.cc", + "RecoBTag/SecondaryVertex/interface/CandidateBoostedDoubleSecondaryVertexComputer.h", + "RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexAK8Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexCA15Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateCombinedSecondaryVertexSoftLeptonComputer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateNegativeCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidatePositiveCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateSimpleSecondaryVertex2TrkComputer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateSimpleSecondaryVertex3TrkComputer_cfi.py", + "RecoBTag/SecondaryVertex/python/combinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderFilteredNegativeTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderFilteredTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfBoostedDoubleSecondaryVertexAK8BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfBoostedDoubleSecondaryVertexCA15BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderAK8TagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderCA15TagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfPositiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfPositiveCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/positiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/positiveCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/positiveCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/simpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/simpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedDynamicHybridSuperClusters_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedEndcapSuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedFixedMatrixSuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedIslandBarrelSuperClusters_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedIslandEndcapSuperClusters_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedMulti5x5ClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedMulti5x5SuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/fixedMatrixPreshowerClusteringSequence_cff.py", + "RecoEcal/EgammaClusterProducers/python/fixedMatrixSuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/interestingDetIdCollectionProducer_cfi.py", + "RecoEcal/EgammaClusterProducers/python/interestingDetIdFromSuperClusterProducer_cfi.py", + "RecoEcal/EgammaClusterProducers/python/multi5x5PreshowerClusteringSequence_cff.py", + "RecoEcal/EgammaClusterProducers/python/multi5x5SuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/particleFlowSuperClusteringSequence_cff.py", + "RecoEcal/EgammaClusterProducers/src/InterestingDetIdFromSuperClusterProducer.cc", + "RecoEcal/EgammaCoreTools/plugins/EcalBasicClusterLocalContCorrectionsESProducer.cc", + "RecoEgamma/EgammaElectronAlgos/interface/ecalClusterEnergyUncertaintyElectronSpecific.h", + "RecoEgamma/EgammaElectronAlgos/src/ecalClusterEnergyUncertaintyElectronSpecific.cc", + "RecoEgamma/EgammaElectronProducers/plugins/GsfElectronCoreEcalDrivenProducer.cc", + "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedHeavyObjectCache.cc", + "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedHeavyObjectCache.h", + "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedValueMapsProducer.cc", + "RecoEgamma/EgammaElectronProducers/plugins/TrackingRegionsFromSuperClustersProducer.cc", + "RecoEgamma/EgammaElectronProducers/python/lowPtGsfElectronsPreRegression_cfi.py", + "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTBcHcalIsolationProducersRegional.cc", + "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTElectronTrackIsolationProducers.cc", + "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTPhotonTrackIsolationProducersRegional.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaEcalPFClusterIsolationProducer.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaHcalPFClusterIsolationProducer.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaIsoHcalDetIdCollectionProducer.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaEcalExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaHcalExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaRecHitExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaTowerExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaTrackExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/ElectronPFIsolationWithConeVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/ElectronPFIsolationWithMapBasedVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/PhotonPFIsolationWithConeVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/PhotonPFIsolationWithMapBasedVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/python/interestingEgammaIsoDetIdsSequence_cff.py", + "RecoEgamma/EgammaIsolationAlgos/python/interestingEgammaIsoESDetIdModule_cff.py", + "RecoEgamma/EgammaIsolationAlgos/test/runInterestingEgammaIsoDetIdsSequence_cfg.py", + "RecoEgamma/EgammaPhotonProducers/python/conversionTrackSequenceForReReco_cff.py", + "RecoEgamma/EgammaPhotonProducers/python/propAlongMomentumWithMaterialForElectrons_cfi.py", + "RecoEgamma/EgammaPhotonProducers/python/propOppoMomentumWithMaterialForElectrons_cfi.py", + "RecoEgamma/EgammaPhotonProducers/python/trajectoryCleanerBySharedHitsForConversions_cfi.py", + "RecoEgamma/ElectronIdentification/data/ElectronMVAEstimatorRun2Fall17V1Variables.txt", + "RecoEgamma/ElectronIdentification/data/Fall17/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_92X.txt", + "RecoEgamma/ElectronIdentification/data/Fall17/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_94X.txt", + "RecoEgamma/ElectronIdentification/data/Run3_Winter22/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_122X.txt", + "RecoEgamma/ElectronIdentification/data/Spring15/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_25ns.txt", + "RecoEgamma/ElectronIdentification/data/Spring15/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_50ns.txt", + "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_HLT_ecalPFClusterIso.txt", + "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_HLT_hcalPFClusterIso.txt", + "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_80X.txt", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5E2x5OverE5x5WithSatCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5SigmaIEtaIEtaCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5SigmaIEtaIEtaWithSatCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleHadronicOverEMEnergyScaledCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleHadronicOverEMLinearCut.cc", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronHLTPreselecition_Summer16_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Fall17_94X_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Fall17_94X_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_25ns_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_50ns_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_50ns_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Summer16_80X_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Summer20_PhaseII_V0_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Winter22_122X_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_tools.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV51_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV60_80XAOD_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV60_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV70_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV71_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_tools.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_RunIIIWinter22_iso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_RunIIIWinter22_noIso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_25ns_Trig_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_25ns_nonTrig_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_50ns_Trig_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_GeneralPurpose_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_HZZ_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer16UL_ID_ISO_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer17UL_ID_ISO_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer18UL_ID_ISO_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Winter22_HZZ_V1_cff.py", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased_TrueVtx.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased_V2.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased_TrueVtx.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased_V2.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased_TrueVtx.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased_V2.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesFall17V1p1.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring15.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring15ValMaps.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring16.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun3VariablesWinter22V1.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_ChgHadronIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_ECalClusterIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_HCalClusterIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_NeuHadronIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_PhotonIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_TrackerIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_coneBasedHoverE_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfChargedHadrons_25ns_NULLcorrection.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfChargedHadrons_50ns.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfNeutralHadrons_25ns_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfNeutralHadrons_50ns.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfPhotons_25ns_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfPhotons_50ns.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfPhotons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfPhotons_90percentBased_3bins.txt", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndExpoScalingCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndExpoScalingEBCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndQuadScalingCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoFull5x5SigmaIEtaIEtaValueMapCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoGenericQuadraticRhoPtScaledCut.cc", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V1_TrueVtx_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_RunIIIWinter22_122X_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring15_25ns_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring15_50ns_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring16_V2p2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_tools.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V1p1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V0_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V2p1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V0_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V2p1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring16_nonTrig_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Summer20_PhaseII_V0_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Winter22_122X_V1_cff.py", + "RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDRVertexAssigned.h", + "RecoJets/JetAssociationProducers/python/ic5PFJetTracksAssociatorAtVertex_cfi.py", + "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalCrystalMatrixProbality.h", + "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalDeadChannelRecoveryAlgos.h", + "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalDeadChannelRecoveryBDTG.h", + "RecoLocalCalo/EcalRecProducers/interface/EcalUncalibRecHitFillDescriptionWorkerFactory.h", + "RecoLocalCalo/EcalRecProducers/interface/EcalUncalibRecHitWorkerRunOneDigiBase.h", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitConvertGPU2CPUFormat.cc", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsAlgoGPU.cu", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsKernels.cu", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsProducer.cc", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsProducerGPU.cc", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerFixedAlphaBetaFit.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/AmplitudeComputationCommonKernels.h", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/AmplitudeComputationKernels.dev.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalMultifitConditionsHostESProducer.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalPhase2DigiToPortableProducer.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalRecHitConditionsESProducer.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitMultiFitAlgoPortable.dev.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitMultiFitAlgoPortable.h", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsAlgoPortable.dev.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsAlgoPortable.h", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsProducerPortable.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsStruct.h", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitProducerPortable.cc", + "RecoLocalCalo/EcalRecProducers/python/ecalFixedAlphaBetaFitUncalibRecHit_cfi.py", + "RecoLocalCalo/EcalRecProducers/src/EcalUncalibRecHitFillDescriptionWorkerFactory.cc", + "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducer.py", + "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducerGPU.py", + "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducerGPU_harvesting.py", + "RecoLocalCalo/HGCalRecAlgos/interface/alpaka/HGCalRecHitCalibrationAlgorithms.h", + "RecoLocalCalo/HGCalRecAlgos/plugins/alpaka/HGCalRecHitCalibrationAlgorithms.dev.cc", + "RecoLocalCalo/HGCalRecAlgos/plugins/alpaka/HGCalRecHitConfigurationESProducer.cc", + "RecoLocalCalo/HGCalRecProducers/interface/alpaka/HGCalSoAClustersExtraDeviceCollection.h", + "RecoLocalCalo/HGCalRecProducers/plugins/HGCalLayerClusterHeterogeneousDumper.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HGCalLayerClusterHeterogeneousSoADumper.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsConditions.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsFiller.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsFiller.h", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersAlgoWrapper.dev.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersSoAAlgoWrapper.dev.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersSoAAlgoWrapper.h", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalSoALayerClustersProducer.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalSoARecHitsLayerClustersProducer.cc", + "RecoLocalCalo/HcalRecAlgos/plugins/alpaka/HcalRecoParamsWithPulseShapesESProducer.cc", + "RecoLocalCalo/HcalRecProducers/plugins/alpaka/HcalSiPMCharacteristicsESProducer.cc", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco2DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco4DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_MTPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_MTPatternReco2D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_MTPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_MTPatternReco4D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/GEMRecHit/test/SingleMuPt100_cfi_GEM-SIM-DIGI_Extended2015MuonGEMDev.py", + "RecoLocalTracker/ClusterParameterEstimator/interface/ClusterParameterEstimator.h", + "RecoLocalTracker/ClusterParameterEstimator/interface/PixelClusterParameterEstimator.h", + "RecoLocalTracker/ClusterParameterEstimator/interface/StripClusterParameterEstimator.h", + "RecoLocalTracker/Configuration/python/RecoLocalTracker_Cosmics_EventContent_cff.py", + "RecoLocalTracker/Phase2TrackerRecHits/python/Phase2StripCPEGeometricESProducer_cfi.py", + "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerAlgorithm.cc", + "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerAlgorithm.h", + "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerSequentialAlgorithm.h", + "RecoLocalTracker/SiPhase2VectorHitBuilder/interface/VectorHitBuilderAlgorithm.h", + "RecoLocalTracker/SiPhase2VectorHitBuilder/interface/VectorHitBuilderAlgorithmBase.h", + "RecoLocalTracker/SiPhase2VectorHitBuilder/plugins/SiPhase2RecHitMatcherESProducer.cc", + "RecoLocalTracker/SiPhase2VectorHitBuilder/plugins/VectorHitBuilderEDProducer.cc", + "RecoLocalTracker/SiPhase2VectorHitBuilder/test/Clusters_productionAndTesting.py", + "RecoLocalTracker/SiPhase2VectorHitBuilder/test/VHs_SeedingOT_productionAndTesting.py", + "RecoLocalTracker/SiPhase2VectorHitBuilder/test/VHs_combinatorialStudies_PU200.py", + "RecoLocalTracker/SiPixelClusterizer/plugins/SiPixelDigisClustersFromSoAAlpaka.cc", + "RecoLocalTracker/SiPixelClusterizer/plugins/alpaka/SiPixelPhase2DigiToCluster.cc", + "RecoLocalTracker/SiPixelClusterizer/plugins/alpaka/SiPixelRawToClusterKernel.dev.cc", + "RecoLocalTracker/SiPixelClusterizer/python/SiPixelClusterizerPreSplitting_cfi.py", + "RecoLocalTracker/SiPixelRecHits/interface/alpaka/PixelCPEFastParamsCollection.h", + "RecoLocalTracker/SiPixelRecHits/plugins/alpaka/PixelCPEFastParamsESProducerAlpaka.cc", + "RecoLocalTracker/SiStripClusterizer/interface/StripClusterizerAlgorithmFactory.h", + "RecoLocalTracker/SiStripClusterizer/plugins/SiStripClusterizerConditionsESProducer.cc", + "RecoLocalTracker/SiStripClusterizer/plugins/SiStripClusterizerConditionsGPUESProducer.cc", + "RecoLocalTracker/SiStripClusterizer/python/SiStripClusters2ApproxClusters_cff.py", + "RecoLocalTracker/SiStripClusterizer/python/test/ClusterRefinerTagMCmerged_cfi.py", + "RecoLocalTracker/SiStripClusterizer/python/test/ClusterizerUnitTestFunctions_cff.py", + "RecoLocalTracker/SiStripClusterizer/test/step2_RAW2DIGI_L1Reco_RECO_ApproxClusters.py", + "RecoLocalTracker/SiStripClusterizer/test/step2_RAW2DIGI_L1Reco_RECO_ApproxClusters_streamerOutput.py", + "RecoLocalTracker/SiStripClusterizer/test/testSiStripQuality/SiStripBadChannel.tpl", + "RecoLocalTracker/SiStripClusterizer/test/testSiStripQuality/SiStripBadModule.tpl", + "RecoLocalTracker/SiStripRecHitConverter/interface/SiStripRecHitConverterAlgorithm.h", + "RecoLocalTracker/SiStripRecHitConverter/plugins/SiStripRecHitMatcherESProducer.cc", + "RecoLocalTracker/SiStripRecHitConverter/plugins/SiStripRecHitMatcherESProducer.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/IteratedMedianCMNSubtractor.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripCommonModeNoiseSubtractor.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripRawProcessingAlgorithms.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripRawProcessingFactory.h", + "RecoLocalTracker/SiStripZeroSuppression/python/SiStripZeroSuppression_SimData_cfi.py", + "RecoLocalTracker/SiStripZeroSuppression/python/siStripMergeZeroSuppression_cfi.py", + "RecoLocalTracker/SiStripZeroSuppression/test/SiStripZS_EmulateHybrid_RealData.py", + "RecoLocalTracker/SubCollectionProducers/interface/PixelClusterSelectorTopBottom.h", + "RecoLocalTracker/SubCollectionProducers/interface/StripClusterSelectorTopBottom.h", + "RecoLocalTracker/SubCollectionProducers/python/ClusterMultiplicityFilter_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/TopBottomClusterInfoProducer_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/TrackCandidateTopBottomHitFilter_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/hltTrackClusterRemoverNew_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/splitter_tracking_RunI_setup_cff.py", + "RecoLocalTracker/SubCollectionProducers/python/test/ClusterMCsplitStrips_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/test/MCsplitStripsCustomize_cff.py", + "RecoLuminosity/LumiProducer/test/analysis/test/crab3_ALCALUMIPIXELS_PIXONLY_DATA.py", + "RecoMTD/TransientTrackingRecHit/plugins/MTDTransientTrackingRecHitBuilderESProducer.cc", + "RecoMTD/TransientTrackingRecHit/python/MTDTransientTrackingRecHitBuilder_cfi.py", + "RecoMuon/L3MuonIsolationProducer/plugins/L3MuonCombinedRelativeIsolationProducer.cc", + "RecoMuon/L3MuonIsolationProducer/plugins/L3MuonCombinedRelativeIsolationProducer.h", + "RecoMuon/MuonIdentification/python/Identification/cutBasedMuonId_MuonPOG_V0_cff.py", + "RecoMuon/MuonIdentification/python/Identification/globalMuonPromptTight_V0_cff.py", + "RecoMuon/MuonIsolationProducers/python/muIsoDepositCalByAssociatorTowers_cfi.py", + "RecoMuon/StandAloneMuonProducer/python/standAloneMuonsDirectTrajectoryBuilder_cfi.py", + "RecoMuon/TrackerSeedGenerator/python/pixelTrackFilterByKinematicsForTSGFromL1_cfi.py", + "RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHitBreaker.h", + "RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHitBuilder.h", + "RecoMuon/TransientTrackingRecHit/plugins/MuonTransientTrackingRecHitBuilderESProducer.cc", + "RecoMuon/TransientTrackingRecHit/python/MuonTransientTrackingRecHitBuilder_cfi.py", + "RecoParticleFlow/Configuration/python/DBS_Samples/RelValQCD_FlatPt_15_3000_Fast_cfi.py", + "RecoParticleFlow/Configuration/python/RecoParticleFlow_conversion_EventContent_cff.py", + "RecoParticleFlow/Configuration/python/RecoParticleFlow_nuclear_EventContent_cff.py", + "RecoParticleFlow/PFClusterProducer/interface/alpaka/PFClusteringEdgeVarsDeviceCollection.h", + "RecoParticleFlow/PFClusterProducer/interface/alpaka/PFClusteringVarsDeviceCollection.h", + "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/GenericSimClusterMapper.cc", + "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/RealisticHitToClusterAssociator.h", + "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/RealisticSimClusterMapper.cc", + "RecoParticleFlow/PFClusterProducer/plugins/alpaka/PFClusterSoAProducerKernel.dev.cc", + "RecoParticleFlow/PFClusterProducer/python/particleFlowBadHcalPseudoCluster_cff.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterECALUncorrected_cfi.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterOOTECALUncorrected_cff.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterTimeAssigner_cfi.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowRealisticSimClusterHGCCalibrations_cfi.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowZeroSuppressionECAL_cff.py", + "RecoParticleFlow/PFProducer/plugins/importers/LooseNuclearInteractionTrackImporter.cc", + "RecoParticleFlow/PFProducer/plugins/importers/NuclearInteractionTrackImporter.cc", + "RecoParticleFlow/PFProducer/plugins/importers/VeryLooseNuclearInteractionTrackImporter.cc", + "RecoParticleFlow/PFProducer/test/particleFlowBlock_NewECalAndHCalLinker_HLT_cfi.py", + "RecoParticleFlow/PFRecHitProducer/interface/alpaka/PFRecHitParamsDeviceCollection.h", + "RecoParticleFlow/PFRecHitProducer/interface/alpaka/PFRecHitTopologyDeviceCollection.h", + "RecoParticleFlow/PFRecHitProducer/plugins/alpaka/PFRecHitECALParamsESProducer.cc", + "RecoParticleFlow/PFRecHitProducer/plugins/alpaka/PFRecHitHCALParamsESProducer.cc", + "RecoParticleFlow/PFRecHitProducer/src/alpaka/PFRecHitTopologyDeviceCollection.cc", + "RecoTBCalo/EcalTBHodoscopeReconstructor/interface/EcalTBHodoscopeRawInfoDumper.h", + "RecoTBCalo/EcalTBHodoscopeReconstructor/interface/EcalTBHodoscopeRecInfoProducer.h", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/EcalTBHodoscopeReconstructor_cfi.py", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecal2004TBHodoscopeReconstructor_cfi.py", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecal2006TBHodoscopeReconstructor_cfi.py", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecalTBSimHodoscopeReconstructor_cfi.py", + "RecoTauTag/RecoTau/python/PFRecoTauDiscriminationAgainstElectronMVA6Phase2_cff.py", + "RecoTauTag/RecoTau/python/tauDiscriminationAgainstElectronMVA6Phase2_mvaDefs_cff.py", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitPairGeneratorForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitPairGeneratorForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitQuadrupletGeneratorForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitQuadrupletGeneratorForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/HitPairGeneratorFromLayerPairForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/HitPairGeneratorFromLayerPairForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/HitQuadrupletGeneratorFromLayerPairForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/HitQuadrupletGeneratorFromLayerPairForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadruplets.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.h", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLeg.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLegAlgo.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLegAlgo.h", + "RecoTracker/ConversionSeedGenerators/plugins/SeedForPhotonConversionFromQuadruplets.cc", + "RecoTracker/ConversionSeedGenerators/plugins/SeedForPhotonConversionFromQuadruplets.h", + "RecoTracker/ConversionSeedGenerators/python/PhotonConversionTrajectorySeedProducerFromQuadruplets_cfi.py", + "RecoTracker/ConversionSeedGenerators/python/PhotonConversionTrajectorySeedProducerFromSingleLeg_cfi.py", + "RecoTracker/DisplacedRegionalTracking/plugins/DisplacedRegionSeedingVertexProducer.cc", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-10mu-fulldet-build-extrectracks.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-10mu-fulldet-build.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-benchmarks-multiiter.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-ttbar-fulldet-build-extrectracks.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-ttbar-fulldet-build.sh", + "RecoTracker/MkFitCore/standalone/xeon_scripts/benchmark-cmssw-ttbar-fulldet-build-remote.sh", + "RecoTracker/MkFitCore/standalone/xeon_scripts/benchmark-cmssw-ttbar-fulldet-build.sh", + "RecoTracker/PixelLowPtUtilities/interface/StripSubClusterShapeTrajectoryFilter.h", + "RecoTracker/PixelLowPtUtilities/python/StripSubClusterShapeTrajectoryFilter_cfi.py", + "RecoTracker/PixelSeeding/interface/HitTripletGeneratorFromPairAndLayersFactory.h", + "RecoTracker/PixelTrackFitting/plugins/PixelFitterByConformalMappingAndLineProducer.cc", + "RecoTracker/PixelTrackFitting/plugins/PixelTrackCleanerBySharedHitsESProducer.cc", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForBeamHalo_cff.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForBeamHalo_cfi.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsP5_cff.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cff.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cfi.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmics_cfi.py", + "RecoTracker/TkMSParametrization/interface/MultipleScatteringParametrisationMaker.h", + "RecoTracker/TkMSParametrization/plugins/MultipleScatteringParametrisationMakerESProducer.cc", + "RecoTracker/TkMSParametrization/src/ES_MultipleScatteringParametrisationMaker.cc", + "RecoTracker/TkSeedGenerator/interface/MultiHitGeneratorFromPairAndLayersFactory.h", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsStraightLineCreator.cc", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsStraightLineCreator.h", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsTripletOnlyCreator.cc", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsTripletOnlyCreator.h", + "RecoTracker/TkSeedGenerator/python/SeedFromConsecutiveHitsStraightLineCreator_cfi.py", + "RecoTracker/TkSeedGenerator/python/SeedFromConsecutiveHitsTripletOnlyCreator_cfi.py", + "RecoTracker/TkSeedGenerator/python/SeedGeneratorFromProtoTracksEDProducer_cff.py", + "RecoTracker/TkSeedGenerator/python/SeedGeneratorFromRegionHitsEDProducer_cfi.py", + "RecoTracker/TkSeedGenerator/python/seedCreatorFromRegionConsecutiveHitsEDProducer_cff.py", + "RecoTracker/TkSeedGenerator/python/seedCreatorFromRegionConsecutiveHitsTripletOnlyEDProducer_cff.py", + "RecoTracker/TkSeedingLayers/python/PixelLessLayerPairs4PixelLessTracking_cfi.py", + "RecoTracker/TkSeedingLayers/python/TTRHBuilderWithoutAngle4MixedTriplets_cfi.py", + "RecoTracker/TkSeedingLayers/python/TTRHBuilderWithoutAngle4PixelTriplets_cfi.py", + "RecoTracker/TkTrackingRegions/interface/GlobalTrackingRegionProducerFromBeamSpot.h", + "RecoTracker/TkTrackingRegions/plugins/CandidatePointSeededTrackingRegionsProducer.h", + "RecoTracker/TkTrackingRegions/plugins/GlobalTrackingRegionWithVerticesProducer.h", + "RecoTracker/TkTrackingRegions/plugins/PixelInactiveAreaTrackingRegionsSeedingLayersProducer.cc", + "RecoTracker/TransientTrackingRecHit/interface/TkTransientTrackingRecHitBuilder.h", + "RecoTracker/TransientTrackingRecHit/plugins/TkTransientTrackingRecHitBuilderESProducer.cc", + "RecoTracker/TransientTrackingRecHit/python/TransientTrackingRecHitBuilderWithoutRefit_cfi.py", + "RecoTracker/TransientTrackingRecHit/python/TransientTrackingRecHitBuilder_cfi.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsEarly10TeVCollision_cff.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsEarly10TeVCollision_cfi.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsNominalCollision_cff.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsNominalCollision_cfi.py", + "RecoVertex/ConfigurableVertexReco/interface/ConfigurableAdaptiveReconstructor.h", + "RecoVertex/GaussianSumVertexFit/interface/GsfVertexTrackCompatibilityEstimator.h", + "RecoVertex/KinematicFitPrimitives/interface/ExtendedPerigeeTrajectoryParameters.h", + "RecoVertex/KinematicFitPrimitives/interface/KinematicParticleFactoryFromTransientTrack.h", + "RecoVertex/KinematicFitPrimitives/interface/ParticleKinematicLinearizedTrackState.h", + "RecoVertex/KinematicFitPrimitives/interface/ParticleKinematicLinearizedTrackStateFactory.h", + "RecoVertex/KinematicFitPrimitives/interface/TransientTrackKinematicStateBuilder.h", + "RecoVertex/KinematicFitPrimitives/src/KinematicParticleFactoryFromTransientTrack.cc", + "RecoVertex/KinematicFitPrimitives/src/ParticleKinematicLinearizedTrackStateFactory.cc", + "RecoVertex/LinearizationPointFinders/interface/CrossingPtBasedLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/interface/DefaultLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/interface/FallbackLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/interface/SubsetHSMLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/src/CrossingPtBasedLinearizationPointFinder.cc", + "RecoVertex/PixelVertexFinding/plugins/alpaka/PixelVertexWorkSpaceSoADeviceAlpaka.h", + "RecoVertex/PrimaryVertexProducer/interface/AdaptiveChisquarePrimaryVertexFitter.h", + "RecoVertex/PrimaryVertexProducer/interface/SequentialPrimaryVertexFitterAdapter.h", + "RecoVertex/PrimaryVertexProducer/python/OfflinePrimaryVerticesFromCosmicTracks_cfi.py", + "RecoVertex/TrimmedKalmanVertexFinder/interface/ConfigurableTrimmedVertexFinder.h", + "SLHCUpgradeSimulations/Geometry/data/PhaseI/EmptyPixelSkimmedGeometry_phase1.txt", + "SLHCUpgradeSimulations/Geometry/data/PhaseII/Tilted/EmptyPixelSkimmedGeometry.txt", + "SimCalorimetry/Configuration/python/SimCalorimetry_EcalSelectiveReadoutProducers_setBeamcom09_cff.py", + "SimCalorimetry/EcalEBTrigPrimAlgos/interface/EcalEBPhase2AmplitudeReconstructor.h", + "SimCalorimetry/EcalEBTrigPrimProducers/plugins/EcalEBTrigPrimPhase2ESProducer.cc", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitiveDigis_cff.py", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitiveDigis_cfi.py", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitivePhase2Digis_cfi.py", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitivePhase2ESProducer_cfi.py", + "SimCalorimetry/EcalElectronicsEmulation/python/EcalElecEmulTccOnlyExample_cfg.py", + "SimCalorimetry/EcalSelectiveReadoutAlgos/interface/EcalSelectiveReadoutSuppressor.h", + "SimCalorimetry/EcalSelectiveReadoutProducers/interface/namespace_ecalsrcondtools.h", + "SimCalorimetry/EcalSelectiveReadoutProducers/plugins/EcalSelectiveReadoutProducer.cc", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTrigPrimESProducer_craft_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_CosmicsConfiguration_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_barrelOnly_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_craft_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_craft_cfi.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_mc_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_mc_cfi.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_readDBOffline_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_readDBOffline_cfi.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_with_suppressed_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_with_suppressed_cfi.py", + "SimCalorimetry/EcalZeroSuppressionProducers/doc/EcalZeroSuppressionProducers.doc", + "SimCalorimetry/EcalZeroSuppressionProducers/interface/ESZeroSuppressionProducer.h", + "SimCalorimetry/EcalZeroSuppressionProducers/interface/EcalZeroSuppressionProducer.h", + "SimCalorimetry/EcalZeroSuppressionProducers/python/ecalGlobalZeroSuppression_cfi.py", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllHitToTracksterAssociatorsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllLayerClusterToTracksterAssociatorsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllTracksterToSimTracksterAssociatorsByHitsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllTracksterToSimTracksterAssociatorsByLCsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToLayerClusterAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToLayerClusterAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToSimClusterCaloParticleAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToSimClusterCaloParticleAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToTracksterAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToTracksterAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorEDProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/SimClusterToCaloParticleAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/SimClusterToCaloParticleAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorEDProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorEDProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/python/HitToTracksterAssociation_cfi.py", + "SimCalorimetry/HGCalAssociatorProducers/python/SimClusterToCaloParticleAssociation_cfi.py", + "SimCalorimetry/HGCalAssociatorProducers/python/TSToSimTSAssociationByHits_cfi.py", + "SimCalorimetry/HGCalSimProducers/data/doseParams_3000fb_fluka_HFNose_3.7.20.12_Eta2.4.txt", + "SimCalorimetry/HcalZeroSuppressionProducers/doc/HcalZeroSuppressionProducers.doc", + "SimCalorimetry/HcalZeroSuppressionProducers/interface/HcalZeroSuppressionAlgo.h", + "SimCalorimetry/HcalZeroSuppressionProducers/python/NoHcalZeroSuppression_cff.py", + "SimCalorimetry/HcalZeroSuppressionProducers/python/hcalDigisNoSuppression_cfi.py", + "SimDataFormats/Associations/interface/LayerClusterToCaloParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/LayerClusterToSimClusterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/LayerClusterToSimTracksterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociationMap.h", + "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociator.h", + "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MtdSimLayerClusterToRecoClusterAssociationMap.h", + "SimDataFormats/Associations/interface/MtdSimLayerClusterToTPAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MultiClusterToCaloParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MuonToTrackingParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TrackToTrackingParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TracksterToSimClusterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TracksterToSimTracksterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TracksterToSimTracksterHitLCAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/VertexToTrackingVertexAssociatorBaseImpl.h", + "SimDataFormats/Associations/src/LayerClusterToCaloParticleAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/LayerClusterToSimTracksterAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/MtdRecoClusterToSimLayerClusterAssociationMap.cc", + "SimDataFormats/Associations/src/MtdRecoClusterToSimLayerClusterAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/MtdSimLayerClusterToRecoClusterAssociationMap.cc", + "SimDataFormats/Associations/src/MultiClusterToCaloParticleAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/TracksterToSimTracksterHitLCAssociatorBaseImpl.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.h", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsProducer.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorEDProducer.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdImpl.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdImpl.h", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdProducer.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorEDProducer.cc", + "SimFastTiming/MtdAssociatorProducers/python/mtdRecoClusterToSimLayerClusterAssociation_cfi.py", + "SimFastTiming/MtdAssociatorProducers/python/mtdSimLayerClusterToTPAssociation_cfi.py", + "SimGeneral/Configuration/python/RunsAndWeights_Run2018_Equal_Lumi_Integer_Weights.py", + "SimGeneral/DataMixingModule/python/supplementary/DigiRecoExampleMC_STARTUP_cfg.py", + "SimGeneral/DataMixingModule/python/supplementary/ReconstructionLocalCosmics_cff.py", + "SimGeneral/DataMixingModule/python/supplementary/recoT0DQM_EvContent_40T_digiOnly_cfg.py", + "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_11h_8h_hybrid2p40_cfi.py", + "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_12p5h_9h_hybrid2p23_cfi.py", + "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_14h_10h_hybrid2p05_cfi.py", + "SimGeneral/MixingModule/python/Run3_2025_LHC_Simulation_fill12p5h_levelling9h_nb2340_xSec80mb_il2p23_cfi.py", + "SimGeneral/MixingModule/python/mix_2012_Summer_50ns_PoissonOOTPU_ExtWind_cfi.py", + "SimGeneral/MixingModule/python/mix_2012_lumiLevel_15_20_50ns_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2015_25nsLowPU_matchData_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2015_25ns_FallMC_matchData_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2016_25ns_SpringMC_PUScenarioV1_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2016_PoissonOOTPU_HighPUTrains_Fill5412_cfi.py", + "SimGeneral/MixingModule/python/mix_2017_25ns_WinterMC_PUScenarioV1_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2018_25ns_JuneProjectionFull18_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2018_25ns_ProjectedPileup_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2022_25ns_RunIII2022Summer24_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2023_25ns_RunIII2023Summer24_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2023_Fills_8807_8901_ProjectedPileup_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2024_25ns_RunIII2024Summer24_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_E7TeV_Fall2011_Reprocess_50ns_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_25ns_PoissonOOT_cfi.py", + "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_50ns_PoissonOOT.py", + "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_inTimeOnly_cfi.py", + "SimGeneral/TrackingAnalysis/python/trackingParticleNumberOfLayersProducer_cff.py", + "SimTracker/TrackAssociation/python/trackingParticleRecoTrackAsssociation_cff.py", + "SimTracker/TrackAssociation/python/trackingParticleRecoTrackAsssociation_cfi.py", + "SimTracker/TrackAssociatorProducers/plugins/QuickTrackAssociatorByHitsProducer.cc", + "SimTracker/TrackAssociatorProducers/plugins/TrackAssociatorByPositionProducer.cc", + "SimTracker/TrackerMaterialAnalysis/data/dd4hep_trackingMaterialGroups_ForPhaseII.xml", + "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseI/v1/trackingMaterialGroups_ForPhaseI.xml", + "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseII/v1/trackingMaterialGroups_ForPhaseII.xml", + "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseII/v2/trackingMaterialGroups_ForPhaseII.xml", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_ListGroupsMaterialDifference.h", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_MaterialAccountingGroup.cc", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_MaterialAccountingGroup.h", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialAnalyser.cc", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialAnalyser.h", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialPlotter.cc", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialPlotter.h", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHFNosePhaseII_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHGCalPhaseII_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHGCalPhaseII_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseII_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseII_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseI_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseI_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialProducerHFNose_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialProducerHFNose_cfi.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialAnalyser_ForHFNosePhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialAnalyser_ForHGCalPhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForHFNosePhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForHGCalPhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForPhaseI.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForPhaseII.py", + "SimTracker/VertexAssociation/plugins/VertexAssociatorByPositionAndTracksProducer.cc", + "SimTransport/TotemRPProtonTransportParametrization/interface/LHCOpticsApproximator.h", + "SimTransport/TotemRPProtonTransportParametrization/src/LHCOpticsApproximator.cc", + "TopQuarkAnalysis/TopEventProducers/python/producers/TtDilepEvtSolProducer_cfi.py", + "TopQuarkAnalysis/TopEventProducers/python/producers/TtSemiEvtSolProducer_cfi.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttFullHadEvtHypotheses_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttFullLepEvtHypotheses_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepEvtHypotheses_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepKinematicFit_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepMVASelection_cff.py", + "TopQuarkAnalysis/TopEventSelection/data/TtFullHadSignalSelMVATrainTreeSaver.xml", + "TopQuarkAnalysis/TopEventSelection/data/TtSemiLepSignalSelMVATrainTreeSaver.xml", + "TopQuarkAnalysis/TopEventSelection/python/TtFullHadSignalSelMVATrainTreeSaver_cff.py", + "TopQuarkAnalysis/TopEventSelection/python/TtSemiLepSignalSelMVATrainTreeSaver_cff.py", + "TopQuarkAnalysis/TopJetCombination/plugins/TtSemiLepJetCombWMassDeltaTopMass.cc", + "TopQuarkAnalysis/TopJetCombination/python/TtSemiLepJetCombMVATrainTreeSaver_cff.py", + "TopQuarkAnalysis/TopJetCombination/python/TtSemiLepJetCombWMassDeltaTopMass_cfi.py", + "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Fall11_cff.py", + "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Spring10_cff.py", + "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Summer11_cff.py", + "TrackPropagation/SteppingHelixPropagator/plugins/SteppingHelixPropagatorESProducer.cc", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorAlong_cfi.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorAny_cfi.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorHLT_cff.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorOpposite_cfi.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorsNoErrorPropagation_cff.py", + "TrackPropagation/SteppingHelixPropagator/test/SteppingHelixPropagatorAnalyzer.cc", + "TrackingTools/GeomPropagators/interface/AnalyticalTrajectoryExtrapolatorToLine.h", + "TrackingTools/KalmanUpdators/python/MRHChi2MeasurementEstimatorESProducer_cfi.py", + "TrackingTools/MaterialEffects/python/RungeKuttaTrackerPropagatorOpposite_cfi.py", + "TrackingTools/PatternTools/interface/trackingParametersAtClosestApproachToBeamSpot.h", + "TrackingTools/PatternTools/src/trackingParametersAtClosestApproachToBeamSpot.cc", + "TrackingTools/TrajectoryFiltering/interface/ChargeSignificanceTrajectoryFilter.h", + "TrackingTools/TrajectoryFiltering/interface/MaxConsecLostHitsTrajectoryFilter.h", + "TrackingTools/TrajectoryParametrization/interface/CurvilinearTrajectoryParameters.h", + "TrackingTools/TrajectoryParametrization/interface/PerigeeTrajectoryParameters.h", + "TrackingTools/TransientTrackingRecHit/interface/GenericTransientTrackingRecHit.h", + "TrackingTools/TransientTrackingRecHit/interface/TransientTrackingRecHitBuilder.h", + "Utilities/ReleaseScripts/ignominy/config/IgnominyCommon/IgGNUPlotTemplate_CMS.gnu", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_baseline.json", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_newClass.json", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_removeClass.json", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_versionUpdate.json", + "Utilities/StorageFactory/test/test_multiple_files_file_statistics_sender_cfg.py", + "Validation/CTPPS/python/ctppsProtonReconstructionEfficiencyEstimatorData_cfi.py", + "Validation/CaloTowers/test/runNoise_valid_simhits_digis_rechits_calotowers_ZS_cfg.py", + "Validation/HGCalValidation/test/python/testValidationHGCalTrigPrim_RelVal_cfg.py", + "Validation/RecoEgamma/python/ElectronMcSignalValidatorPt1000_gedGsfElectrons_cfi.py", + "Validation/RecoEgamma/test/ElectronMcSignalValidationPt1000_gedGsfElectrons_cfg.py", + "Validation/SiPixelPhase1ConfigV/python/SiPixelPhase1OfflineDQM_harvestingV_cff.py", + "Validation/SiPixelPhase1TrackClustersV/python/SiPixelPhase1TrackClustersV_cfi.py", + "Validation/SiPixelPhase1TrackingParticleV/interface/SiPixelPhase1TrackingParticleV.h", + "Validation/SiPixelPhase1TrackingParticleV/python/SiPixelPhase1TrackingParticleV_cfi.py", + "Validation/SiPixelPhase1TrackingParticleV/src/SiPixelPhase1TrackingParticleV.cc" + ], + "squashed": false, + "time": 1746011094 + }, + "38ec0b5001047967c074e924158218a1e07ed0af": { + "time": 1746013958, + "squashed": false, + "files": [ + "Alignment/APEEstimation/python/samples/Data_TkAlMinBias_Run2018C_PromptReco_v3_cff.py", + "Alignment/APEEstimation/python/samples/Data_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py", + "Alignment/APEEstimation/python/samples/Data_TkAlZMuMu_Run2015B_DoubleMuon_PromptReco_v1_cff.py", + "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_ApeSkim_cff.py", + "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_cff.py", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsEntry.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsStore.h", + "Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationPluginFactory.h", + "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorTracksFromTrajectories.cc", + "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorMuonResidualsDefaults_cff.py", + "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorSegmentDifferences_cfi.py", + "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentDerivativesExtractor.h", + "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/KarimakiAlignmentDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/ParametersToParametersDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters4D.h", + "Alignment/CommonAlignmentParametrization/interface/SegmentAlignmentDerivatives4D.h", + "Alignment/CommonAlignmentParametrization/interface/TwoBowedSurfacesAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/src/BowedSurfaceAlignmentDerivatives.cc", + "Alignment/CommonAlignmentParametrization/src/CompositeAlignmentDerivativesExtractor.cc", + "Alignment/CommonAlignmentParametrization/src/ParametersToParametersDerivatives.cc", + "Alignment/CommonAlignmentParametrization/src/TwoBowedSurfacesAlignmentParameters.cc", + "Alignment/CommonAlignmentProducer/interface/AlignmentTracksFromVertexCompositeCandidateSelector.h", + "Alignment/CommonAlignmentProducer/interface/AlignmentTwoBodyDecayTrackSelector.h", + "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexCompositeCandidateSelectorModule.cc", + "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexSelectorModule.cc", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHaloOverlaps_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlCalIsolatedMu_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmics_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlStandAloneCosmics_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli0T_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGCombined_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGDiMuon_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGCombined_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGDiMuon_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHG_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLT_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsInCollisions_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlDiMuonAndVertex_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracksZMuMu_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedHI_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedPA_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuHI_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuPA_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHGCombined_cff.py", + "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHLTHGCombined_cff.py", + "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexCompositeCandidateSelector_cfi.py", + "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexSelector_cfi.py", + "Alignment/CommonAlignmentProducer/src/AlignmentTracksFromVertexCompositeCandidateSelector.cc", + "Alignment/LaserAlignment/python/ExpectedCorrectionsShiftsAndRotationsTEC2TEC_cfi.py", + "Alignment/MillePedeAlignmentAlgorithm/plugins/ZMuMuMassConstraintParameterFinder.cc", + "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/ConfigureAlignmentProducer.py", + "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/myMessageLogger_cff.py", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/README.md", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/printParameters.C", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/submit_jobs.sh", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/zmumudistribution_cfg.py", + "Alignment/MillePedeAlignmentAlgorithm/test/test_ZMuMuMassConstraintParameterFinder.sh", + "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOct2010holes.phipos", + "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_diskfitters_cff.py", + "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_ringfitters_cff.py", + "Alignment/MuonAlignmentAlgorithms/test/test_CSCOverlapsAlignmentAlgorithm_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/PixelBaryCentreAnalyzer_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/condorTemplate.submit", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/executableTemplate.sh", + "Alignment/OfflineValidation/test/examples/PV_alignments_multiple_merge_jobs.yaml", + "Alignment/OfflineValidation/test/examples/jetHtAnalysis_fullExampleConfiguration.json", + "Alignment/OfflineValidation/test/examples/jetHtFilesForRun2018A_first100files.txt", + "Alignment/OfflineValidation/test/testingScripts/test_unitSagittaBiasNtuplizer.sh", + "Alignment/TrackerAlignment/scripts/TkAlCaRecoPrescaling.ALCARECOTkAlCosmics0T.tpl", + "Alignment/TrackerAlignment/test/Misalignments/createRandomlyMisalignedGeometry_Phase2_cfg.py", + "Alignment/TrackerAlignment/test/Misalignments/createRandomlyMisalignedGeometry_cfg.py", + "AnalysisAlgos/SiStripClusterInfoProducer/plugins/SiStripProcessedRawDigiProducer.cc", + "AnalysisAlgos/SiStripClusterInfoProducer/python/SiStripProcessedRawDigiProducer_SimData_cfi.py", + "AnalysisAlgos/SiStripClusterInfoProducer/python/SiStripProcessedRawDigiProducer_cfi.py", + "CalibCalorimetry/EcalCorrectionModules/src/EcalGlobalShowerContainmentCorrectionsVsEtaESProducer.cc", + "CalibCalorimetry/EcalCorrectionModules/src/EcalShowerContainmentCorrectionsESProducer.cc", + "CalibCalorimetry/EcalCorrectionModules/test/stubs/EcalContainmentCorrectionAnalyzer.cc", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/doc/EcalCorrelatedNoiseAnalysisAlgos.doc", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/test/EcnaCalculationsExample.cc", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R175975_1_0_150_Dee0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R175975_1_0_150_SM0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R178231_1_0_150_Dee0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_1.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2_data.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2_simul.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_3.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanLSFJOBReports", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanPythonFiles", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanSubmissionScripts", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160077", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160994", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160998", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161016", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161020", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161311", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R162517", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R162811", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R170298", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R175975", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R178231", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_ideal.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_ideal_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_startup_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_ideal_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_startup_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_ideal_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_startup_prep.py", + "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv4_128_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv6_transparency_spikekill_2016_script.py", + "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv6_transparency_spikekill_2016_script_270062.py", + "CalibCalorimetry/EcalTrivialCondModules/interface/EcalTrivialConditionRetriever.h", + "CalibCalorimetry/EcalTrivialCondModules/python/EcalTrivialCondRetrieverTB_cfi.py", + "CalibMuon/DTCalibration/python/dt_offlineAnalysis_common_cosmics_vDriftSeg_cff.py", + "CalibPPS/AlignmentGlobal/python/ALCARECOPromptCalibProdPPSAlignment_Output_cff.py", + "CalibPPS/ESProducers/interface/CTPPSRPAlignmentCorrectionsDataESSourceXMLCommon.h", + "CalibPPS/TimingCalibration/plugins/PPSDiamondSampicTimingCalibrationPCLHarvester.cc", + "CalibPPS/TimingCalibration/plugins/PPSDiamondSampicTimingCalibrationPCLWorker.cc", + "CalibPPS/TimingCalibration/python/ALCARECOPPSDiamondSampicTimingCalibHarvester_cff.py", + "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_Output_cff.py", + "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_cff.py", + "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSTimingCalib_Output_cff.py", + "CalibTracker/Configuration/python/SiPixelCabling/SiPixelCabling_Frontier_DevDB_cff.py", + "CalibTracker/Configuration/python/SiPixelCabling/SiPixelCabling_Frontier_IntDB_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Fake_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_DevDB_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_IntDB_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_cff.py", + "CalibTracker/Configuration/python/SiStripLorentzAngle/SiStripLorentzAngle_Fake_cff.py", + "CalibTracker/Configuration/python/SiStripLorentzAngle/SiStripLorentzAngle_Frontier_cff.py", + "CalibTracker/Configuration/python/SiStripNoise/SiStripNoise_Fake_APVModeDec_cff.py", + "CalibTracker/Configuration/python/SiStripNoise/SiStripNoise_Fake_APVModePeak_cff.py", + "CalibTracker/Configuration/python/TrackerAlignment/TrackerAlignment_Frontier_cff.py", + "CalibTracker/Configuration/python/Tracker_DependentRecords_forGlobalTag_nofakes_cff.py", + "CalibTracker/SiPhase2TrackerESProducers/interface/SiPhase2OuterTrackerFakeLorentzAngleESSource.h", + "CalibTracker/SiPhase2TrackerESProducers/plugins/SiPhase2BadStripConfigurableFakeESSource.cc", + "CalibTracker/SiPhase2TrackerESProducers/plugins/SiPhase2OuterTrackerFakeLorentzAngleESSource.cc", + "CalibTracker/SiPhase2TrackerESProducers/python/SiPhase2OuterTrackerFakeLorentzAngleESSource_cfi.py", + "CalibTracker/SiPixelConnectivity/plugins/PixelToFEDAssociateFromAsciiESProducer.cc", + "CalibTracker/SiPixelConnectivity/plugins/PixelToFEDAssociateFromAsciiESProducer.h", + "CalibTracker/SiPixelConnectivity/plugins/PixelToLNKAssociateFromAsciiESProducer.cc", + "CalibTracker/SiPixelConnectivity/plugins/PixelToLNKAssociateFromAsciiESProducer.h", + "CalibTracker/SiPixelConnectivity/python/PixelToLNKAssociateFromAsciiESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationForHLTSimService.h", + "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationOfflineService.h", + "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationOfflineSimService.h", + "CalibTracker/SiPixelESProducers/plugins/SiPixelGainCalibrationForHLTGPUESProducer.cc", + "CalibTracker/SiPixelESProducers/plugins/SiPixelROCsStatusAndMappingWrapperESProducer.cc", + "CalibTracker/SiPixelESProducers/plugins/alpaka/SiPixelGainCalibrationForHLTSoAESProducer.cc", + "CalibTracker/SiPixelESProducers/python/SiPixel2DTemplateDBObjectESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/python/SiPixelFakeGenErrorDBObjectESSource_cfi.py", + "CalibTracker/SiPixelESProducers/python/SiPixelFakeTemplateDBObjectESSource_cfi.py", + "CalibTracker/SiPixelESProducers/python/siPixelQualityForDigitizerESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/python/siPixelQualityForRawToDigiESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/test/PixelFEDChannelCollectionMapTestReader_cfg.py", + "CalibTracker/SiPixelGainCalibration/python/SiPixelGainCalibrationAnalysis_cfi.py", + "CalibTracker/SiPixelGainCalibration/test/SimpleTestPrintOutPixelCalibAnalyzer.cc", + "CalibTracker/SiPixelLorentzAngle/interface/SiPixelLorentzAngleCalibrationStruct.h", + "CalibTracker/SiPixelLorentzAngle/python/ALCARECOSiPixelLorentzAngle_Output_cff.py", + "CalibTracker/SiPixelLorentzAngle/python/SiPixelLorentzAnglePCLHarvesterMCS_cfi.py", + "CalibTracker/SiPixelLorentzAngle/test/calculateLorentzAngleFromClusterSizeFpix.C", + "CalibTracker/SiPixelSCurveCalibration/interface/SiPixelSCurveCalibrationAnalysis.h", + "CalibTracker/SiPixelSCurveCalibration/python/SiPixelSCurveCalibrationAnalysis_cfi.py", + "CalibTracker/SiStripChannelGain/test/CodeExample/produceCalibrationTree_cfg_OnBatch.py", + "CalibTracker/SiStripChannelGain/test/Cosmic_B38/SiStrip_ChannelGain_Cosmic_Craft.db", + "CalibTracker/SiStripChannelGain/test/UsefullCode/Comparison/MakeChargeDistribution.C", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/MakeAsciiFileFromTree.C", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/MakeAsciiFileFromTree.sh", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/PredictedVsObserved.C", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/PredictedVsObserved.sh", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/ProducePayloadFromASCII_cfg.py", + "CalibTracker/SiStripChannelGain/test/UsefullCode/TimeHistory/MakeChargeDistribution.C", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/produceCalibrationTree_CosmicsLABP_cfg.py", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/produceCalibrationTree_template_cfg.py", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/submitCalibTree/__init__.py", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/submitCalibTree/launchJobs.py", + "CalibTracker/SiStripDCS/test/DetVOffReaderDebug__FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", + "CalibTracker/SiStripDCS/test/HV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", + "CalibTracker/SiStripDCS/test/LV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", + "CalibTracker/SiStripESProducers/plugins/DBWriter/SiStripFedCablingManipulator.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripBackPlaneCorrectionFakeESSource.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripBadModuleConfigurableFakeESSource.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripNoiseNormalizedWithApvGainBuilder.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripNoiseNormalizedWithApvGainBuilder.h", + "CalibTracker/SiStripESProducers/plugins/real/SiStripApvSimulationParametersESProducer.cc", + "CalibTracker/SiStripESProducers/plugins/real/SiStripBackPlaneCorrectionDepESProducer.cc", + "CalibTracker/SiStripESProducers/plugins/real/SiStripLorentzAngleDepESProducer.cc", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripApvGainDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBackPlaneCorrectionDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadChannelDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadFiberDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadModuleDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadStripDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadStripFromQualityDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBaseDelayDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripConfObjectDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripDetVOffDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripFedCablingDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripFedCablingManipulator_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripLatencyDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripLorentzAngleDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripNoisesDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripPedestalsDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripThresholdDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/SiStripBackPlaneCorrectionDepESProducer_cfi.py", + "CalibTracker/SiStripESProducers/python/SiStripHashedDetIdESProducerFromGeom_cfi.py", + "CalibTracker/SiStripESProducers/python/SiStripQualityConfigurableFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/Phase2TrackerConfigurableCablingESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripBackPlaneCorrectionFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripBadChannelFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripBadModuleConfigurableFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripConfObjectFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripFedCablingFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripLorentzAngleFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripApvGain_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBackPlaneCorrection_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadChannel_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadFiber_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadModule_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBaseDelay_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripClusterThreshold_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripConfObject_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripDetVOff_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripFedCabling_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripLatency_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripLorentzAngle_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_DecMode_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_PeakMode_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripPedestals_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripThreshold_cfg.py", + "CalibTracker/SiStripESProducers/test/python/SiStripBadAPVListBuilder_byHand_cfg.py", + "CalibTracker/SiStripESProducers/test/python/SiStripBadComponentBuilder_byHand_cfg.py", + "CalibTracker/SiStripESProducers/test/python/SiStripNoiseNormalizedWithApvGainBuilder_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripBackPlaneCorrectionDepDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripBackPlaneCorrectionDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripClusterThresholdDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleDepDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleSimDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_firstIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_secondIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_firstIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_secondIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_merge_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/read_DummyCondDBWriter_SiStripQuality_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/run.sh", + "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromBadModuleConfigurableFakeESSource_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromBadStripFakeESSource_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromQualityFakeESSource_cfg.py", + "CalibTracker/SiStripLorentzAngle/interface/SiStripLorentzAngleCalibrationHelpers.h", + "CalibTracker/SiStripLorentzAngle/interface/SiStripLorentzAngleCalibrationStruct.h", + "CalibTracker/SiStripLorentzAngle/test/step_PromptCalibProdSiStripLA_ALCAHARVEST_cfg.py", + "CalibTracker/SiStripQuality/interface/SiStripBadAPVAlgorithmFromClusterOccupancy.h", + "CalibTracker/SiStripQuality/interface/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.h", + "CalibTracker/SiStripQuality/interface/SiStripHotStripAlgorithmFromClusterOccupancy.h", + "CalibTracker/SiStripQuality/src/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.cc", + "CalibTracker/SiStripQuality/test/cfg/StudyExample/SiStripQualityStatistics_Cabling_cfg.py", + "CalibTracker/SiStripQuality/test/cfg/StudyExample/SiStripQualityStatistics_singleTag_cfg.py", + "CalibTracker/SiStripQuality/test/cfg/makeMergeBadComponentPayload_example_cfg.py", + "CalibTracker/StandaloneTrackerTopology/test/testStandaloneTrackerTopology_cfg.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalCalIsolElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalRecalIsolElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalTestPulsesRaw_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalUncalIsolElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOZeeMCEcalCalElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOZeeMC_plus_HLT_EcalCalElectron_Output_cff.py", + "Calibration/EcalCalibAlgos/python/ALCARECOPromptCalibProdEcalPedestals_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalGammaJetFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonProducerFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonProducerFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonProducerFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonProducerFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilterNoHLT_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilterNoHLT_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkNoHLT_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkProducerFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkProducerFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsolatedBunchSelector_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsolatedBunchSelector_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIterativePhiSym_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalLowPUHBHEMuonFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalLowPUHBHEMuonFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/test/HCalCalPedestal_ALCA_run251252_Run2015B_data.py", + "Calibration/HcalCalibAlgos/test/python/gammaJetAnalysis_data2012_noGJetProd_cfg.py", + "Calibration/HcalIsolatedTrackReco/plugins/EcalIsolatedParticleCandidateProducer.cc", + "Calibration/HcalIsolatedTrackReco/plugins/IsolatedEcalPixelTrackCandidateProducer.cc", + "Calibration/HcalIsolatedTrackReco/plugins/IsolatedPixelTrackCandidateL1TProducer.cc", + "Calibration/HcalIsolatedTrackReco/plugins/IsolatedPixelTrackCandidateProducer.cc", + "Calibration/IsolatedParticles/test/python/proto_runIsolatedParticlesGeneratedJets_cfg.py", + "Calibration/IsolatedParticles/test/python/proto_runIsolatedTracksNxNNzsData_cfg.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOAlCaPCCRandomFromRECO_Output_cff.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOAlCaPCCZeroBiasFromRECO_Output_cff.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOLumiPixelsMinBias_Output_cff.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOPromptCalibProdLumiPCC_Output_cff.py", + "Calibration/TkAlCaRecoProducers/plugins/CalibrationTrackSelectorFromDetIdList.cc", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHPLowPU_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHPLowPU_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHP_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngle_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngle_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGainsAAG_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGainsAAG_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGains_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGains_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripHitEfficiency_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripHitEfficiency_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripLorentzAngle_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripLorentzAngle_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStrip_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuonLoose_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuonTight_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuon_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalCosmicsNano_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasAAGHI_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasAAG_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasHI_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalSmallBiasScan_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalZeroBiasHI_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/AlcaSiPixelLorentzAngleHarvesterMCS_cff.py", + "Calibration/TkAlCaRecoProducers/python/AlcaSiPixelLorentzAngleHarvesterMCS_cfi.py", + "Calibration/TkAlCaRecoProducers/python/CalibrationTrackSelectorFromDetIdList_cfi.py", + "CaloOnlineTools/HcalOnlineDb/interface/ConfigurationDatabaseStandardXMLParser.hh", + "CaloOnlineTools/HcalOnlineDb/test/HCAL_TRIG_PRIM_LOOKUP_TABLE.XMLloader.template", + "CaloOnlineTools/HcalOnlineDb/test/HCAL_TRIG_PRIM_LOOKUP_TABLE.checksums.template", + "CommonTools/ParticleFlow/python/Isolation/customiseEarlyDeleteForCandIsoDeposits.py", + "CommonTools/ParticleFlow/python/Isolation/electronPFIsolationDepositsPFBRECO_cff.py", + "CommonTools/ParticleFlow/python/Isolation/electronPFIsolationValuesPFBRECO_cff.py", + "CommonTools/ParticleFlow/python/Isolation/photonPFIsolationDepositsPFBRECO_cff.py", + "CommonTools/ParticleFlow/python/ParticleSelectors/pfAllNeutralHadronsAndPhotons_cfi.py", + "CommonTools/ParticleFlow/python/ParticleSelectors/pfPdgIdPFCandidateSelector_cfi.py", + "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_create_cfg.py", + "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_read_cfg.py", + "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_update_cfg.py", + "CondCore/AlignmentPlugins/plugins/TrackerAlignmentErrorExtended_PayloadInspector.cc", + "CondCore/AlignmentPlugins/plugins/TrackerSurfaceDeformations_PayloadInspector.cc", + "CondCore/CTPPSPlugins/plugins/CTPPSRPAlignmentCorrectionsData_PayloadInspector.cc", + "CondCore/DBOutputService/test/python/testIOVPayloadAnalyzer_example_oracle_cfg.py", + "CondCore/EcalPlugins/plugins/EcalClusterEnergyCorrectionObjectSpecificParameters_PayloadInspector.cc", + "CondCore/EcalPlugins/plugins/EcalClusterEnergyCorrectionParameters_PayloadInspector.cc", + "CondCore/EcalPlugins/plugins/EcalClusterEnergyUncertaintyParameters_PayloadInspector.cc", + "CondCore/EcalPlugins/plugins/EcalClusterLocalContCorrParameters_PayloadInspector.cc", + "CondCore/PCLConfigPlugins/plugins/SiPixelAliPCLThresholdsPayloadInspectorHelper.h", + "CondCore/SiPixelPlugins/plugins/SiPixelGainCalibrationForHLT_PayloadInspector.cc", + "CondCore/SiPixelPlugins/plugins/SiPixelGainCalibrationOffline_PayloadInspector.cc", + "CondFormats/CastorObjects/data/castor_channelquality_HighGain_Run141956-148844.txt", + "CondFormats/DataRecord/interface/EcalClusterEnergyCorrectionObjectSpecificParametersRcd.h", + "CondFormats/DataRecord/interface/EcalGlobalShowerContainmentCorrectionsVsEtaRcd.h", + "CondFormats/DataRecord/interface/HeterogeneousHGCalHEFCellPositionsConditionsRecord.h", + "CondFormats/DataRecord/src/EcalClusterEnergyCorrectionObjectSpecificParametersRcd.cc", + "CondFormats/DataRecord/src/HeterogeneousHGCalHEFCellPositionsConditionsRecord.cc", + "CondFormats/EcalCorrections/interface/EcalGlobalShowerContainmentCorrectionsVsEta.h", + "CondFormats/EcalCorrections/src/T_EventSetup_EcalGlobalShowerContainmentCorrectionsVsEta.cc", + "CondFormats/EcalCorrections/src/T_EventSetup_EcalShowerContainmentCorrections.cc", + "CondFormats/EcalObjects/interface/EcalClusterEnergyCorrectionObjectSpecificParameters.h", + "CondFormats/GeometryObjects/src/T_EventSetup_PTrackerAdditionalParametersPerDet.cc", + "CondFormats/HGCalObjects/interface/HeterogeneousHGCalHEFCellPositionsConditions.h", + "CondFormats/HGCalObjects/src/T_EventSetup_HeterogeneousHGCalHEFCellPositionsConditions.cc", + "CondFormats/HGCalObjects/src/alpaka/T_EventSetup_HGCalCalibrationParameterDevice.cc", + "CondFormats/JetMETObjects/test/run_TestCondFormatsJetMETObjectsJetCorrectorParameters.sh", + "CondFormats/PPSObjects/src/T_EventSetup_LHCInterpolatedOpticalFunctionsSetCollection.cc", + "CondFormats/PhysicsToolsObjects/interface/PerformancePayloadFromBinnedTFormula.h", + "CondFormats/SiPhase2TrackerObjects/src/T_EventSetup_SiPhase2OuterTrackerLorentzAngle.cc", + "CondFormats/SiPhase2TrackerObjects/src/T_EventSetup_TrackerDetToDTCELinkCablingMap.cc", + "CondFormats/SiPhase2TrackerObjects/test/testSerializationSiPhase2TrackerObjects.cpp", + "CondFormats/SiPixelObjects/interface/alpaka/SiPixelGainCalibrationForHLTDevice.h", + "CondFormats/SiPixelObjects/interface/alpaka/SiPixelGainCalibrationForHLTUtilities.h", + "CondFormats/SiPixelObjects/src/alpaka/T_EventSetup_SiPixelGainCalibrationForHLTDevice.cc", + "CondFormats/SiStripObjects/test/UnitTests/MasterTestCondFormatsSiStripObjects.cpp", + "CondTools/Ecal/interface/EcalClusterEnergyCorrectionObjectSpecificXMLTranslator.h", + "CondTools/Ecal/python/produceTPGParameters_beamv6_transparency_spikekill_2016_script.py", + "CondTools/Ecal/test/EcalIntercalibConstantsPopConBTransitionAnalyzer_test_cfg.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2023.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2024.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2025.py", + "Configuration/DataProcessing/python/Impl/trackingOnlyEra_Run2_2018_highBetaStar.py", + "Configuration/EcalTB/python/reco_application_2006rawdata_localTrivialreco_cfg.py", + "Configuration/Generator/python/B0ToJpsiK0s_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", + "Configuration/Generator/python/BuMixing_BMuonFilter_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/BuMixing_BMuonFilter_forSTEAM_14TeV_TuneCP5_cfi.py", + "Configuration/Generator/python/BuToJPsiPrimeKToJPsiPiPiK_14TeV_TuneCP5_pythia8_cfi.py", + "Configuration/Generator/python/BuToKstarPsi2S_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/Chib1PToUpsilon1SGamma_MuFilter_TuneCP5_14TeV-pythia8_evtgen_cfi.py", + "Configuration/Generator/python/ChicToJpsiGamma_MuFilter_TuneCP5_14TeV_pythia8_evtgen_cfi.py", + "Configuration/Generator/python/DStarToD0Pi_D0ToKsPiPi_inclusive_SoftQCD_TuneCP5_13p6TeV-pythia8-evtgen.py", + "Configuration/Generator/python/DYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cff.py", + "Configuration/Generator/python/DYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cff.py", + "Configuration/Generator/python/DYToll01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/DYToll012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/DYToll012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/DarkSUSY_mH_125_mN1_60_mGammaD_10_cT_10_Madgraph_LHE_13TeV_cfi.py", + "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_300_1000mm_TuneCUETP8M1_13TeV_pythia8_cff.py", + "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_13TeV_pythia8_cff.py", + "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_14TeV_pythia8_cff.py", + "Configuration/Generator/python/HSCPmchamp1_M_600_TuneZ2star_13TeV_pythia6_cff.py", + "Configuration/Generator/python/HTo2LongLivedTo4bMH-125_MFF-12_CTau-900mm_TuneCP5_14TeV_pythia8_cfi.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_EvtGen_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8withPhotospp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_powhegEmissionVeto2p_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_EvtGen_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8withPhotospp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max1j_max1p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_generic_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_ggHZZ4L_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto2p_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_2p_HToGG_M125_LHE_py8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToBB_M-125_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToZZ4nu_M-125_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraphamcatnlo_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraphamcatnlo_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_samePDF_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_samePDF_herwigpp_cff.py", + "Configuration/Generator/python/Herwig7Settings/Herwig7LHEMG5aMCatNLOSettings_cfi.py", + "Configuration/Generator/python/Herwig7Settings/Herwig7StableParticlesForDetector_cfi.py", + "Configuration/Generator/python/LambdaBToLambdaMuMuToPPiMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/LbToJpsiLambda_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", + "Configuration/Generator/python/LbToJpsiXiK0sPi_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP1DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP2DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP3DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP4DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5CR1Settings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5CR2Settings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5DownSettings_cfi.py", + "Configuration/Generator/python/QCD_Pt-15To7000_TuneCUETP8M1_Flat_14TeV-pythia8_cff.py", + "Configuration/Generator/python/QCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_13TeV_pythia8_cff.py", + "Configuration/Generator/python/QCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_14TeV_pythia8_cff.py", + "Configuration/Generator/python/QCD_Pt20toInf_MuEnrichedPt15_14TeV_TuneCP5_cff.py", + "Configuration/Generator/python/RS750_quarks_and_leptons_8TeV_TuneCUETP8M1_cff.py", + "Configuration/Generator/python/RSGravitonToGammaGamma_kMpl01_M_3000_TuneCUETP8M1_13TeV_pythia8_cfi.py", + "Configuration/Generator/python/ReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_ExtGen_cfi.py", + "Configuration/Generator/python/ReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_cfi.py", + "Configuration/Generator/python/SMS-Higgsino_mN2-170_mC1-160_mN1-150_HT60_TuneCP5_13TeV_pythia8_cfi.py", + "Configuration/Generator/python/SMS-T1tttt_mGl-1500_mLSP-100_13TeV-pythia8_cfi.py", + "Configuration/Generator/python/SMS-T1tttt_mGl-1500_mLSP-100_TuneCP5_14TeV_pythia8_cfi.py", + "Configuration/Generator/python/TTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/TTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cfi.py", + "Configuration/Generator/python/TTbarToDilepton_mt172p5_TuneCP5_14TeV_pythia8_cfi.py", + "Configuration/Generator/python/Upsilon1SToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/Upsilon4sBaBarExample_BpBm_Dstarpipi_D0Kpi_nonres_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/Upsilon4swithBuToKstarJPsiToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/WTolNu01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/WTolNu012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/WprimeToENu_M-2000_TuneCUETP8M1_13TeV-pythia8_cff.py", + "Configuration/Generator/python/ZTT_Tauola_All_hadronic_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_All_hadronic_14TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_ExtGen_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZmumuJets_Pt_20_300_GEN_13TeV_TuneCUETP8M1_cfg.py", + "Configuration/Generator/python/sherpa_ttbar_2j_MENLOPS_13TeV_MASTER_ExtGen_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2024FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2024FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2025FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2025FlatMinus10PercentReco_cff.py", + "Configuration/ProcessModifiers/python/ecal_component_finely_sampled_waveforms_cff.py", + "Configuration/ProcessModifiers/python/ticl_superclustering_mustache_ticl_cff.py", + "Configuration/ProcessModifiers/python/trackingMkFitDisplacedRegionalStep_cff.py", + "Configuration/ProcessModifiers/python/trackingMkFitInitialStepPreSplitting_cff.py", + "Configuration/ProcessModifiers/python/unifiedparticleTransformerAK4SonicTriton_cff.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p3_cfg.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p4_cfg.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch2_cfg.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch4_cfg.py", + "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p3_cfg.py", + "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p4_cfg.py", + "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess370patch2_cfg.py", + "Configuration/StandardSequences/python/SimulationRandomNumberGeneratorSeeds_cff.py", + "DPGAnalysis/SiStripTools/python/SiStripConfObjectAPVPhaseOffsetsFakeESSource_cfi.py", + "DPGAnalysis/SiStripTools/python/byclustsummsipixelvssistripmulteventfilter_cfi.py", + "DPGAnalysis/SiStripTools/python/configurableapvcyclephaseproducer_CRAFT08_cfi.py", + "DPGAnalysis/SiStripTools/python/configurableapvcyclephaseproducer_GR09_withdefault_cff.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_additionalpeak_AlCaReco_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_firstpeak_AlCaReco_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_firstpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_maxonly_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_secondpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_widerange_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_HugeEvents_AlCaReco_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_firstpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_maxonly_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_secondpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_widerange_cfi.py", + "DPGAnalysis/SiStripTools/python/occupancyplotsselections_pixelphase1_detailed_cff.py", + "DPGAnalysis/SiStripTools/test/CondDBWriter_SiStripConfObjectAPVPhaseOffsets_cfg.py", + "DPGAnalysis/Skims/data/Cert_13TeV_16Dec2015ReReco_Collisions15_25ns_50ns_JSON.txt", + "DPGAnalysis/Skims/data/Cert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON.txt", + "DPGAnalysis/Skims/data/Cert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON_MuonPhys.txt", + "DPGAnalysis/Skims/data/Cert_271036-274240_13TeV_PromptReco_Collisions16_JSON.txt", + "DQM/BeamMonitor/test/2012_PixelTracksVertices_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py", + "DQM/BeamMonitor/test/2012_PixelTracksVertices_Test_beamspotproblem_dqm_sourceclient-live_cfg.py", + "DQM/BeamMonitor/test/2012_ReducedTrackingSteps_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py", + "DQM/EcalPreshowerMonitorModule/python/EcalPreshowerMonitorTasks_withFEDIntegrity_cfi.py", + "DQM/SiPixelPhase1Config/test/pixelphase1_for_timing_scan_dqm_sourceclient-live_cfg.py", + "DQM/SiPixelPhase1Config/test/qTests/mean_num_digis_qualitytest_config_cosmics.xml", + "DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.cc", + "DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.h", + "DQM/SiStripCommissioningSources/python/SiStripCommissioningSource_FromEDM_cfg.py", + "DQM/SiStripCommissioningSources/python/SiStripCommissioningSource_FromRAW_cfg.py", + "DQM/SiStripMonitorApproximateCluster/plugins/SiStripMonitorApproximateCluster.cc", + "DQM/SiStripMonitorApproximateCluster/python/SiStripMonitorApproximateCluster_cfi.py", + "DQM/SiStripMonitorClient/data/sistrip_monitorelement_config_ped_cluster_digi.xml", + "DQM/SiStripMonitorClient/python/SiStripDQMSourceConfigOfflineGlobalRunCAF_cfi.py", + "DQM/SiStripMonitorSummary/scripts/MonitorDB_NewDirStructure_KeepTagLinks_generic.sh", + "DQM/SiStripMonitorSummary/scripts/MonitorDB_NewDirStructure_KeepTagLinks_generic_V2.sh", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_222222_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_2e83ff_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_454545_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_888888_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_cd0a0a_256x240.png", + "DQM/TrackingMonitorClient/python/TrackingEffFromHitPatternClientConfigZeroBias_cff.py", + "DQMOffline/CalibTracker/test/AnalyzeSeveralRuns_ExpressStreamWithDQMHarvesting_afs.sh", + "DQMOffline/CalibTracker/test/CRAFTCalib/SiStripDQMBadStripsValidationReReco.job", + "DQMOffline/CalibTracker/test/CRAFTCalib/SiStripDQMBadStripsValidationReReco_cfg.py", + "DQMOffline/CalibTracker/test/SiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py", + "DQMOffline/CalibTracker/test/template_SiStripQualityBadAPVIdentifierRoot_cfg.py", + "DQMOffline/CalibTracker/test/template_SiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py", + "DQMOffline/CalibTracker/test/template_SiStripQualityHotStripIdentifierRoot_cfg.py", + "DQMOffline/L1Trigger/test/runDQMOffline_step1NoRECO_justRate_L1TriggerOnly_job1_cfg.py", + "DataFormats/EcalRecHit/interface/alpaka/EcalUncalibratedRecHitDeviceCollection.h", + "DataFormats/L1ScoutingRawData/test/create_SDSRawDataCollection_test_file_cfg.py", + "DataFormats/ParticleFlowReco/interface/alpaka/PFRecHitFractionDeviceCollection.h", + "DataFormats/SiStripCluster/test/TestWriteSiStripApproximateClusterCollection.cc", + "DataFormats/SiStripCluster/test/create_SiStripApproximateClusterCollection_test_file_cfg.py", + "DataFormats/SiStripCluster/test/test_readSiStripApproximateClusterCollection_cfg.py", + "DetectorDescription/OfflineDBLoader/python/test/cmsIdealGeometryForWrite_cfi.py", + "DetectorDescription/OfflineDBLoader/python/test/cmsIdealGeometryNoRPCSpecs_cfi.py", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/folder-closed.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-black-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-black.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-default-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-default.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-famfamfam-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-famfamfam.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-gray-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-gray.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-red-line.gif", + "EgammaAnalysis/ElectronTools/test/egammaPatElectronsToCalibratedPatElectrons_cfg.py", + "EventFilter/EcalRawToDigi/plugins/alpaka/EcalElectronicsMappingHostESProducer.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyHFRingUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyPhysCandUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyPhysCandUnpacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/PhysicsToBitConverter.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/PhysicsToBitConverter.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Collections.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Collections.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloSummaryCollections.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloSummaryCollections.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/EtSumUnpacker_0x10010057.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/EtSumUnpacker_0x10010057.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/GlobalAlgBlkUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/GlobalExtBlkUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonPacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonPacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonUnpacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TObjectCollections.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TStage2Layer2Constants.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TStage2Layer2Constants.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x1001000b.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x1001000b.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010010.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010010.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010033.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010033.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTPacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTPacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTUnpacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/UCTCTP7RawData5BX_HCALFB.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/UCTCTP7RawData_HCALFB.h", + "EventFilter/Phase2TrackerRawToDigi/interface/Phase2TrackerFEDRawChannelUnpacker.h", + "EventFilter/Phase2TrackerRawToDigi/interface/Phase2TrackerFEDZSChannelUnpacker.h", + "EventFilter/Phase2TrackerRawToDigi/plugins/Phase2TrackerCommissioningDigiProducer.cc", + "EventFilter/Phase2TrackerRawToDigi/python/Phase2TrackerCommissioningDigiProducer_cfi.py", + "EventFilter/Phase2TrackerRawToDigi/python/test/Phase2TrackerFEDTestAnalyzer_cfi.py", + "EventFilter/Phase2TrackerRawToDigi/test/plugins/Phase2TrackerFEDTestAnalyzer.cc", + "FWCore/Integration/python/test/unscheduled_fail_on_output_IgnoreCompletely_cfg.py", + "FWCore/Integration/python/test/unscheduled_fail_on_output_no_dependency_TryToContinue_cfg.py", + "FWCore/Integration/test/testSwitchProducerConditionalTaskEDAliasConsumeAllCases_cfg.py", + "FWCore/Integration/test/testSwitchProducerConditionalTaskEDAliasWildcard_cfg.py", + "FWCore/Integration/test/unit_test_outputs/testProducerWithPsetDesc_briefdoc.txt", + "FastSimulation/CTPPSFastTrackingProducer/python/CTPPSFastTrackingProducer_cfi.py", + "FastSimulation/SimplifiedGeometryPropagator/doc/SimplifiedGeometryPropagator.doc", + "FastSimulation/SimplifiedGeometryPropagator/interface/BarrelSimplifiedGeometry.h", + "FastSimulation/SimplifiedGeometryPropagator/interface/ForwardSimplifiedGeometry.h", + "FastSimulation/SimplifiedGeometryPropagator/interface/InteractionModelFactory.h", + "FastSimulation/SimplifiedGeometryPropagator/interface/SimplifiedGeometryFactory.h", + "FastSimulation/TrackingRecHitProducer/interface/TrackingRecHitAlgorithmFactory.h", + "FastSimulation/TrackingRecHitProducer/plugins/TrackingRecHitNoSmearingPlugin.cc", + "GeneratorInterface/Core/test/Hadronizer_MgmMatchTune4C_ZJetsNoPSb_13TeV_madgraph_pythia8_Tauola_cfg.py", + "GeneratorInterface/Core/test/Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8_cfg.py", + "GeneratorInterface/EvtGenInterface/plugins/EvtGenUserModels/EvtModelUserReg.cpp", + "GeneratorInterface/EvtGenInterface/plugins/test/Py8_lambadb_evtgen1_Lb2plnuLCSR_cfg.py", + "GeneratorInterface/Herwig7Interface/python/Herwig7_Dummy_Matchbox_90X_ppToee.py", + "GeneratorInterface/Herwig7Interface/python/Herwig7_loadCommonMergingSettings_cff.py", + "GeneratorInterface/Herwig7Interface/python/PPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cff.py", + "GeneratorInterface/Herwig7Interface/test/DYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cfg.py", + "GeneratorInterface/Herwig7Interface/test/DYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cfg.py", + "GeneratorInterface/Herwig7Interface/test/DYToLL_TuneCH3_13TeV_herwig7_hepmc3_cfg.py", + "GeneratorInterface/Herwig7Interface/test/Herwig7_Matchbox_90X_ppToee_GEN_SIM.py", + "GeneratorInterface/Herwig7Interface/test/PPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cfg.py", + "GeneratorInterface/LHEInterface/data/run_generic_tarball_cvmfs_madgraphLO_multithread.sh", + "GeneratorInterface/LHEInterface/data/run_generic_tarball_cvmfs_manual_multithread.sh", + "GeneratorInterface/PyquenInterface/python/Pyquen_Zmumu_2760GeV_dimuonAcc_cfi.py", + "GeneratorInterface/Pythia6Interface/test/Py6GenFilter_ElectronProtonInitialState_cfg.py", + "GeneratorInterface/Pythia8Interface/test/compare_external_generators_streams_cfg.py", + "GeneratorInterface/Pythia8Interface/test/pythia8ex2_ConvertToMain70_cfg_Fragment.py", + "GeneratorInterface/Pythia8Interface/test/pythia8hmc3_photos_ZToTauTau_13TeV_cfg.py", + "GeneratorInterface/Pythia8Interface/test/test_Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8.sh", + "GeneratorInterface/Pythia8Interface/test/test_catch2_External_Pythia8GeneratorFilter.cc", + "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMC.h", + "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMCGeneratorFilter.h", + "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMCHadronizer.h", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_AdvancedParameters_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_PbPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_5TeV_pPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_7TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_8TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_900GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_PbPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_5TeV_pPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_7TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_8TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_900GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/src/ReggeGribovPartonMCGeneratorFilter.cc", + "GeneratorInterface/ReggeGribovPartonMCInterface/src/ReggeGribovPartonMCHadronizer.cc", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_PbPb_2760GeV_cfi_py_GEN.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pPb_5020GeV_cfi_py_GEN.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pp_8TeV_cfi_py_GEN.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/QGSJetII-04_pPb_5020GeV_cfi_py_GEN.py", + "GeneratorInterface/SherpaInterface/data/Run.dat_13TeV_WJets_MEPSatNLO_2jNLO_2jLO", + "GeneratorInterface/SherpaInterface/data/Run.dat_13TeV_ZJets_MEPSatNLO_2jNLO_2jLO", + "GeneratorInterface/TauolaInterface/plugins/TauSpinner/read_particles_from_HepMC.cc", + "GeneratorInterface/TauolaInterface/test/DYToLL_M_50_TuneZ2star_8TeV_Tauola_TauSpinner_Example_cfi.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHESPINCORR_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHE_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/GGToHtautau_13TeV_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/GGToHtautau_13TeV_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/H130GGgluonfusion_8TeV_Tauola_TauSpinner_Example_cfi.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHESPINCORR_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHE_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatPlus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatPlus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatPlus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatPlus10Percent.xml", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorMeasuredXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorSystMinusXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorSystPlusXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1ZeroMaterialXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometryDetailedCavern2017Plan1XML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometryDetailedCavern2017Plan1ZeroMaterialXML_cfi.py", + "Geometry/ForwardSimData/data/ForwardShieldProdCuts/2021/v1/ForwardShieldProdCuts.xml", + "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryBuilder.cc", + "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.cc", + "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.h", + "Geometry/HcalCommonData/data/hcalRecNumbering/2018Plan36/v1/hcalRecNumbering.xml", + "Geometry/HcalCommonData/data/hcalRecNumbering/2018Plan36/v2/hcalRecNumbering.xml", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.0.py", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.911.py", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.0.py", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.911.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.0.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.911.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.0.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.911.py", + "Geometry/TrackerCommonData/data/2016/FlatMinus05Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/2016/FlatMinus10Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/2016/FlatPlus05Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/2016/FlatPlus10Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/PhaseI/PixelForward/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TFPXTEPXReordered/trackerParameters.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker4025/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker4025/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker405/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker613/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker613_MB_2019_04/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixfwd.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_03/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT703_2021_03/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2024_02/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT800_IT615_2022_10/pixbar.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT742_2024_01/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT744_2024_01/pixel.xml", + "Geometry/TrackerCommonData/data/flat10services30percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/flat20services30percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/pixbarmaterial/2017ZeroMaterial/v1/pixbarmaterial.xml", + "Geometry/TrackerCommonData/data/pixfwdMaterials/2017ZeroMaterial/v1/pixfwdMaterials.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_PixelBarrelConn/pixbarmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_PixelBarrelConnToST/pixbarmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBFlange/tibmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBTIDMargherita/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBTIDServiceCylinder/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/specialTestGeometries.txt", + "Geometry/TrackerCommonData/data/tecmaterial/2017ZeroMaterial/v1/tecmaterial.xml", + "Geometry/TrackerCommonData/data/tibmaterial/2017ZeroMaterial/v1/tibmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2016/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017ZeroMaterial/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2021/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tidmaterial/2017ZeroMaterial/v1/tidmaterial.xml", + "Geometry/TrackerCommonData/data/tobmaterial/2017ZeroMaterial/v1/tobmaterial.xml", + "Geometry/TrackerCommonData/data/trackermaterial/2017ZeroMaterial/v1/trackermaterial.xml", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021ZeroMaterialXML_cfi.py", + "Geometry/TrackerGeometryBuilder/plugins/TrackerAdditionalParametersPerDetESModule.cc", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerModuleInfoDBDD4hep_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerModuleInfoFromDDDNoPrintDDD_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerParametersFromDD4hep_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerParametersFromDDD_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/trackerModuleInfoLocalDBDD4hep_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/trackerParametersFromLocalDB_cfg.py", + "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2DoubleDiskBuilder.cc", + "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2DoubleDiskBuilder.h", + "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2SubDiskBuilder.cc", + "Geometry/TrackerRecoData/data/PhaseII/OuterTracker616_2020_04/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker4025/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker613_MB_2019_04/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker613_MB_2019_04/v2_ITonly/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT710_2023_04/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/trackerRecoMaterial.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackersens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelsens.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibConfiguration_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer0_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer1_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer2_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer3_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring0_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring1_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring2_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring3_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/trackerConfiguration_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/trackerStructureTopology_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/trackertib_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/test/trackerSimConfiguration_TwentyFivePercent.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Left_Station/v1/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Left_Station/v2/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Right_Station/v1/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Right_Station/v2/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Left_Station/v1/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Left_Station/v2/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Right_Station/v1/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Right_Station/v2/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Cuts_Per_Region/Reco/v1/RP_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Cuts_Per_Region/Simu/v1/CTPPS_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/RP_Dist_Beam_Cent/Reco/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/RP_Dist_Beam_Cent/Simu/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/RP_Param_Beam_Region/v1/RP_Param_Beam_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Cuts_Per_Region/Reco/v1/RP_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Cuts_Per_Region/Simu/v1/CTPPS_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/RP_Dist_Beam_Cent/Reco/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/RP_Dist_Beam_Cent/Simu/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/RP_Param_Beam_Region/v1/RP_Param_Beam_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Right_Station.xml_bkp", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Detector_Assembly/2021/v1/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Detector_Assembly/v1/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Reco/v1/CTPPS_Timing_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Simu/v1/CTPPS_Detectors_Assembly_022.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Simu/v1/CTPPS_Detectors_Assembly_122.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern1_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern2_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern2_Segment2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment5.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2017/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2017/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_003.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_103.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_003.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_103.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_003.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_103.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v1/PPS_Pixel_Module_2x2_Run3.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v1/ppstrackerMaterials.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v2/PPS_Pixel_Module_2x2_Run3.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v2/ppstrackerMaterials.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v3/PPS_Pixel_Module_2x2_Run3.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v1/CTPPS_Pixel_Module_2x2.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v2/CTPPS_Pixel_Module_2x2.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v3/CTPPS_Pixel_Module_2x2.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Horizontal_Pot/v1/CTPPS_Timing_Horizontal_Pot.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Horizontal_Pot/v2/CTPPS_Timing_Horizontal_Pot.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Negative_Station/v1/CTPPS_Timing_Negative_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Negative_Station/v2/CTPPS_Timing_Negative_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Positive_Station/v1/CTPPS_Timing_Positive_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Positive_Station/v2/CTPPS_Timing_Positive_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_UFSD_Segments/CTPPS_UFSD_Pattern2_SegmentA.xml", + "Geometry/VeryForwardData/data/CTPPS_UFSD_Segments/CTPPS_UFSD_Pattern2_SegmentB.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_000.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_001.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_002.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_003.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_004.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_005.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_020.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_021.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_022.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_023.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_024.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_025.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_100.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_101.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_102.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_103.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_104.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_105.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_120.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_121.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_122.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_123.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_124.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_125.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Reco/v1/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Reco/v2/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Simu/v1/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Simu/v2/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/v1/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Reco/v1/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Reco/v2/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Simu/v1/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Simu/v2/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/v1/RP_Vertical_Device.xml", + "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2016_cfi.py", + "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2017_cfi.py", + "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2018_cfi.py", + "Geometry/VeryForwardProtonTransport/data/parametrization_6500GeV_90_transp.root", + "Geometry/VeryForwardProtonTransport/data/parametrization_6500GeV_90p0_50urad_reco.root", + "GeometryReaders/XMLIdealGeometryESSource/python/cmsMagneticFieldGeometryDB_cff.py", + "GeometryReaders/XMLIdealGeometryESSource/src/XMLIdealMagneticFieldGeometryESProducer.cc", + "GeometryReaders/XMLIdealGeometryESSource/test/runXMLBigFileToDBAndBackValidation.sh", + "GeometryReaders/XMLIdealGeometryESSource/test/testSpecParsMuonSensitiveDetectorMuonCSCHits.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/highPtTripletStepChi2Est_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/highPtTripletStepTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltCandidateJetBProbabilityComputer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltCandidateJetProbabilityComputer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPBwdElectronPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator16_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator2000_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator30_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator9_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator100_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator30_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPDummyDetLayerGeometry_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorAny_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorOpposite_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFwdElectronPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPGlobalDetLayerGeometry_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFFittingSmootherForL2Muon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFFittingSmootherWithOutliersRejectionAndRK_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectoryFitterForL2Muon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForL2Muon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForMuonTrackLoader_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPL3MuKFTrajectoryFitter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPMeasurementTracker_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPMuonTransientTrackingRecHitBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPPixelCPEFastParams_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRKTrajectoryFitter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRKTrajectorySmoother_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRungeKuttaTrackerPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSiPixelCablingSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSiPixelGainCalibrationForHLTSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagatorAnyOpposite_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagatorAny_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorAlong_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorOpposite_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderPixelOnly_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderWithTrackAngle_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderWithoutRefit_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTrackAlgoPriorityOrder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepChi2Est_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonInitialStepChi2Est_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonPixelTrackCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonTrackAlgoPriorityOrder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPixelTracksCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/muonSeededTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt1PFPuppiCentralJet70MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt1PFPuppiCentralJet75MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt2PFPuppiCentralJet40MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt2PFPuppiCentralJet60MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt3PFPuppiCentralJet45MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt4PFPuppiCentralJet40MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p31Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p38Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p865DoubleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p275Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p375Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p935DoubleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBunchSpacingProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepBLifetimeTagInfosPFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepBLifetimeTagInfosPFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsInfosPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsInfosPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsPFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsPFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveMergedVerticesPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveSecondaryVerticesPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveVertexFinderPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepSecondaryVertexTagInfosPFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepSecondaryVertexTagInfosPFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepTrackVertexArbitratorPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG12EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG23EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG23EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiMuon178RelTrkIsoFiltered0p4DzFiltered0p2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiMuon178RelTrkIsoFiltered0p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoublePFPuppiJets128Eta2p4MaxDeta1p6_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoublePFPuppiJets128MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoubleTkMuon157L1TkMuonFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG108EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG108EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG115EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG187EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG187EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG23EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG26EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG26EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG30EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG30EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG32EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG32EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoubleEleIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoubleEleNonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoublePhotonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSingleEleIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSingleEleNonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSinglePhotonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalBarrelClusterFastTimer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalBarrelDigisInRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalDetIdToBeRecovered_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalDetailedTimeRecHit_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalMultiFitUncalibRecHit_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalUncalibRecHitL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaBestGsfTrackVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaBestGsfTrackVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesWrapperL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesWrapperUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCkfTrackCandidatesForGSFL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCkfTrackCandidatesForGSFUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaClusterShapeL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaClusterShapeUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEcalPFClusterIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEcalPFClusterIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleL1TrkIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleL1TrkIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaElectronPixelSeedsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaElectronPixelSeedsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfElectronsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfElectronsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTrackVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTrackVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTracksL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTracksUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCALIDVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCALIDVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCalLayerClusterIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCalLayerClusterIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHcalPFClusterIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHcalPFClusterIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHollowTrackIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHollowTrackIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHoverEL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHoverEUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaPixelMatchVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaPixelMatchVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaSuperClustersToPixelMatchL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaSuperClustersToPixelMatchUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfChi2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfNLayerITUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70EcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70EcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDetaUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfOneOEMinusOneOPUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoFromL1TracksUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfChi2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfNLayerITUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDetaUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5DphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5DphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfChi2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfNLayerITUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDetaUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsForTripletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsForTripletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsClusterRemoverL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsClusterRemoverUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsCombinedL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsCombinedUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsDoubletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsDoubletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsTripletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsTripletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEleSeedsTrackingRegionsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEleSeedsTrackingRegionsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersCLUE3DHighL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersCLUE3DHigh_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersRecoveryL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersRecovery_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFirstStepPrimaryVerticesUnsorted_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFixedGridRhoFastjetAllCaloForEGamma_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFixedGridRhoFastjetAll_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltGoodOfflinePrimaryVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHGCalUncalibRecHitL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersEEL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersEE_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersFromSoAProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSciL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSci_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSiL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalMergeLayerClustersL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalMergeLayerClusters_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoALayerClustersProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoARecHitsLayerClustersProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoARecHitsProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalTrackCollection_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepClusters_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepHitTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeedTracksLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCandidatespLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCutClassifierpLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackSelectionHighPuritypLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackingRegionFromTrimmedVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackspLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsCombinatoricRecoTaus_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsDoublePFTau35MediumDitauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsDoublePFTau40TrackPt1MediumChargedIsolation_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTau27LooseTauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTau30LooseTauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauBasicDiscriminatorsForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauBasicDiscriminatorsdR03ForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauDeepTauProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauDiscriminationByDecayModeFindingNewDMs_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumAbsOrRelChargedIsolationDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumAbsoluteChargedIsolationDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumRelativeChargedIsolationDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauPrimaryVertexProducerForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauProducerSansRefs_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauSecondaryVertexProducerForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauTrackFindingDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauTransverseImpactParametersForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTauLooseTauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausMediumDitauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausTrackFinding_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausTrackPt1MediumChargedIsolation_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectionDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsTauPFJetsRecoTauChargedHadronsWithNeutrals_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHtMhtPFPuppiCentralJetsQuadC30MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepSeedTracksLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifierpLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifierpTTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPuritypLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPuritypTTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTracksT5TCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackspLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackspTTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonClustersRefRemoval_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonMerged_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelClusterCheck_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelHitTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelLayerTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelSeedsFiltered_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedForDoublePuppiTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForDoublePuppiJetBtagFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiHTFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiJetFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiMETFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForQuadPuppiJetTripleBtagFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TEGammaFilteredCollectionProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TEGammaHGCFilteredCollectionProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonFromL1TkMuonCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonSeedsFromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3MuonsPhase2L3Links_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22EcalIso0p41_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22HcalIso0p40_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22HgcalIso4p70_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfecalIsoFiltered0p41_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfhcalIsoFiltered0p40_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfhgcalIsoFiltered4p70_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3trkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22TrkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fFiltered17_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fFiltered37_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fPreFiltered27_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fPreFiltered8_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu18Filtered20_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu22L3Filtered24Q_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu22L3Filtered50Q_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533L31055DZFiltered0p2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533L3Filtered1055_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533PreFiltered555_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltMeasurementTrackerEvent_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltOfflinePrimaryVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFMETTypeOneCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetQuad30MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetsQuad30HT200MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetsQuad30HT330MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiJetForBtagEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiJetForBtagSelectorEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOne140_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOneCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowBadHcalPseudoCluster_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrectedL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrectedUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHBHE_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCalFromTICLL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCalFromTICLUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCal_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHO_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitECALL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitECALUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHBHE_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHGCL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHGC_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHO_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECALL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECALUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCalFromTICLL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCalFromTICLUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCal_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowTimeAssignerECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowTmpBarrel_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHGCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHO_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourJetTagsModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourJetTags_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourTagInfosModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourTagInfos_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelLayerQuadruplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksTrackingRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonTrimmedPixelVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonGeneralTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepClusters_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepHitTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTracksSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTracksSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksAndHighPtTripletTrackingRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksHitQuadruplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsEcalIsodR0p3dRVeto0p000_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsHcalIsodR0p3dRVeto0p000_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsHgcalLCIsodR0p2dRVetoEM0p00dRVetoHad0p02minEEM0p00minEHad0p00_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p07_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3MuonCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3MuonsLinksCombination_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuCtfWithMaterialTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuonTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuonTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OISeedsFromL2Muons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OITrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2OTHitsInputLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2OnlineBeamSpotDevice_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelFitterByHelixProjections_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTrackFilterByKinematics_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2SiPixelClustersSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2SiPixelRecHitsSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2TowerMakerForAll_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2TrimmedPixelVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelClustersMultiplicity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerPairsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerPairsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDiphoton3023IsoCaloIdL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDiphoton3023IsoCaloIdUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle2312IsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle25CaloIdLPMS2L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle25CaloIdLPMS2Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle115NonIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle26WP70L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle26WP70Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle32WPTightL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle32WPTightUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreHLTAnalyzerEndpath_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton108EBTightIDTightIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton108EBTightIDTightIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton187L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton187Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrimaryVertexAssociationModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrimaryVertexAssociation_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPuppiTauTkIsoEle45_22L1TkFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPuppiTauTkMuon4218L1TkFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltRechitInRegionsHGCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltSiPixelClusterShapeCache_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltSingleAK4PFPuppiJet520_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltSingleTkMuon22L1TkMuonFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclLayerTileProducerL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclLayerTileProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTracksterLinksL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersCLUE3DHighL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersCLUE3DHigh_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersRecoveryL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersRecovery_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTrackRefsForJetsBeforeSorting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTrackWithVertexRefSelectorBeforeSorting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltUnsortedOfflinePrimaryVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEleSingle22Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEleSingle28Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmDouble12Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmSingle22Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmSingle36Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle23_12_Iso_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleMediumChargedIsoPFTauHPS40_eta2p1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleMediumDeepTauPFTauHPS35_eta2p1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepCSV_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepFlavour_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele115_NonIso_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele30_WPTight_L1Seeded_LooseDeepTauPFTauHPS30_eta2p1_CrossL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele32_WPTight_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele32_WPTight_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_IsoMu20_eta2p1_LooseDeepTauPFTauHPS27_eta2p1_CrossL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu37_Mu27_FromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepCSV_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepCSV_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFPuppiMETTypeOne140_PFPuppiMHT140_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/CkfBaseTrajectoryFilter_block_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/ClusterShapeTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/GroupedCkfTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HGCAL_chargeCollectionEfficiencies_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonGroupedCkfTrajectoryFilterIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetTrajectoryFilterIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetTrajectoryBuilderForGsfElectrons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetTrajectoryFilterForElectrons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTSiStripClusterChargeCutLoose_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTSiStripClusterChargeCutNone_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutLoose_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutNone_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutTight_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/TrajectoryFilterForConversions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/TrajectoryFilterForElectrons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/ckfBaseTrajectoryFilterP5_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/ckfTrajectoryFilterBeamHaloMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedQuadStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedQuadStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedTripletStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonPSetPvClusterComparerForIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonSeedFromProtoTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2PSetPvClusterComparerForIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2SeedFromProtoTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltTiclTracksterLinksPSet_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterBasePreSplitting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterPreSplitting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterShapePreSplitting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/jetCoreRegionalStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtGsfEleTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtQuadStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtQuadStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepStandardTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/mixedTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryBuilderForInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryBuilderForOutInDisplaced_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForOutInDisplaced_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForOutIn_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pSetPvClusterComparerForIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelLessStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/tobTecStepInOutTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/tobTecStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK4PFJetsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK4PFPuppiJetsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK8PFJetsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepCSVSequencePFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepCSVSequencePFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepFlavourSequencePFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepFlavourSequencePFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCaloMETReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCaloTowersRecSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCalolocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCsclocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDiphoton3023IsoCaloIdL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDiphoton3023IsoCaloIdUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoFullUnpackingEgammaEcalL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoFullUnpackingEgammaEcalSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalHcalSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalPixelSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalStripSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle2312IsoL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle25CaloIdLPMS2L1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle25CaloIdLPMS2UnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDtlocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEGammaDoLocalHcalSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle115NonIsoL1SeededGsfElectronL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle115NonIsoL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle26WP70L1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle26WP70UnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle32WPTightL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle32WPTightUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5OpenL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5OpenUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTElePixelMatchL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTElePixelMatchUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTFastJetForEgammaSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGemLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGsfElectronL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGsfElectronUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHPSDeepTauPFTauSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHPSMediumChargedIsoPFTauSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgamma_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHighPtTripletStepSeedingSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHighPtTripletStepSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTInitialStepPVSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTInitialStepSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTItLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTIter0Phase2L3FromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTIter2Phase2L3FromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTL1UnpackerSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTL2MuonsFromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTMuonlocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTOtLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusterJMEReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusteringForEgammaL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusteringForEgammaUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFHcalClusteringForEgammaSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFJetsCHSReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFMETsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFPuppiJMEReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFPuppiMETReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowClusterECALSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowClusterSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowSuperClusteringSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusterRefsForJetsSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringECALSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringHBHEHFSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringHOSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3FromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3MuonGeneralTracksSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3MuonsSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3OISequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2PixelTracksSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton108EBTightIDTightIsoL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton108EBTightIDTightIsoUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton187L1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton187UnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclCandidateSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclLayerTileSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTracksterLinksSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTracksterMergeSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersCLUE3DHighStepSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersRecoverySequenceL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersRecoverySequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTVertexRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/services/RandomNumberGeneratorService_cfi.py", + "HLTrigger/Configuration/test/testAccessToEDMInputsOfHLTTests_update_filelist.sh", + "HLTriggerOffline/HeavyFlavor/python/heavyFlavorValidationHarvestingSequence_cff.py", + "HLTriggerOffline/SUSYBSM/test/BSMTriggerCheck/html/template/comp_beginning.html", + "HLTriggerOffline/SUSYBSM/test/BSMTriggerCheck/html/template/menu_beginning.html", + "HLTriggerOffline/Scouting/test/runScoutingMonitoringDQM_EGammaOnly_step1_cfg.py", + "HLTriggerOffline/Scouting/test/runScoutingMonitoringDQM_EGammaOnly_step2_cfg.py", + "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToFlyingCascadeBuilderBase.h", + "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToResTrkTrkSameMassBuilder.h", + "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToResTrkTrkSameMassBuilderBase.h", + "HeavyFlavorAnalysis/SpecificDecay/src/BPHDecayToResTrkTrkSameMassBuilderBase.cc", + "HeterogeneousCore/AlpakaInterface/interface/AssertDeviceMatchesHostCollection.h", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerCopyToDeviceCache.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerImplicitCopyToDevice.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerMoveToDeviceCache.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerNoOutput.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaStreamSynchronizingProducer.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaStreamSynchronizingProducerToDevice.cc", + "HeterogeneousTest/AlpakaDevice/plugins/alpaka/AlpakaTestDeviceAdditionAlgo.dev.cc", + "HeterogeneousTest/AlpakaDevice/plugins/alpaka/AlpakaTestDeviceAdditionModule.cc", + "HeterogeneousTest/AlpakaKernel/plugins/alpaka/AlpakaTestKernelAdditionAlgo.dev.cc", + "HeterogeneousTest/AlpakaKernel/plugins/alpaka/AlpakaTestKernelAdditionModule.cc", + "HeterogeneousTest/AlpakaOpaque/plugins/alpaka/AlpakaTestOpaqueAdditionModule.cc", + "HeterogeneousTest/AlpakaWrapper/plugins/alpaka/AlpakaTestWrapperAdditionModule.cc", + "IOMC/EventVertexGenerators/python/VtxSmearedFixed_EmitRealistic5TeVppCollision2017_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic100ns13TeVCollisionBetaStar90mLowBunches_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic100ns13TeVCollisionBetaStar90m_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeV2016Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeVEarly2017Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeVEarly2018Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEOY2022Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEarly2022Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEarly2023Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns900GeV2021Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic2p76TeV2011Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic2p76TeV2013Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic50ns13TeVCollisionZeroTesla_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic5TeVPA2016Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic5TeVppCollision2017_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic7TeVCollisionComm10_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic8TeVPA2016Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealisticHICollisionFixZ2015_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3FlatOpticsGaussSigmaZ4p2cm_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3FlatOpticsGaussSigmaZ5p3cm_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3RoundOptics25ns13TeVHighSigmaZ_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3RoundOptics25ns13TeVLowSigmaZ_cfi.py", + "JetMETCorrections/InterpolationTables/interface/InterpolationFunctorInstances.h", + "JetMETCorrections/InterpolationTables/interface/StorableMultivariateFunctorReader.h", + "JetMETCorrections/TauJet/data/IterativeCone0.4_EtScheme_TowerEt0.5_E0.8_Jets871_2x1033PU_tau.txt", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_BTagSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_hadr_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_hadr_metSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_lepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenuObjects_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_BTagSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_hadr_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_hadr_metSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_lepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_constants.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_ids.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_scalings.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_BTagSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_hadr_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_hadr_metSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_lepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_constants.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_ids.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_scalings.py", + "L1Trigger/DTTriggerPhase2/test/primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py", + "L1Trigger/DTTriggerPhase2/test/primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg_withRPC.py", + "L1Trigger/DTTriggerPhase2/test/test_primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py", + "L1Trigger/GlobalTriggerAnalyzer/python/customise_l1GtPatternGeneratorFromRaw.py", + "L1Trigger/GlobalTriggerAnalyzer/test/L1GtPatternGenerator_overrideL1Menu_cfg.py", + "L1Trigger/L1CaloTrigger/python/l1tPhase2GCTBarrelToCorrelatorLayer1Emulator_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_0_ECALZS_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_1_ECALZS_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_1_ECALZS_noHFJEC_newEGIso_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_0_HI_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_10_mean_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_10_mode_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_2_noHCALSF_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_2_updateHFSF_v6MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_2_updateHFSF_v7MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_updateHFSF_v6MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_mean_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_mean_newHF_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_newHF_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_newHF_v6MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_oldHFSFForJECOnly_cfi.py", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2ClusterAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2EGammaAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2EtSumAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2JetSumAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2TowerCompressAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2TowerDecompressAlgorithmFirmwareImp1.cc", + "L1Trigger/L1THGCal/interface/concentrator/HGCalConcentratorProcessorSelection.h", + "L1Trigger/L1THGCal/interface/concentrator/HGCalConcentratorSuperTriggerCellImpl.h", + "L1Trigger/L1THGCal/plugins/backend/HGCalBackendLayer2Processor3DClustering_SA.cc", + "L1Trigger/L1THGCalUtilities/test/ntuples/HGCalTriggerNtupleHGCConcentratorData.cc", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGenerator.py", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGeneratorClassProb.py", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGenerator_displ.py", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlap_Pats0x0013_generateExtrFactors.py", + "L1Trigger/L1TMuonOverlapPhase2/interface/LutNetworkFixedPointRegression2Outputs.h", + "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGeneratorClassProb_phase2.py", + "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGenerator_displ_phase2.py", + "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGenerator_phase2.py", + "L1Trigger/Phase2L1ParticleFlow/data/hgcal_egID/Photon_Pion_vs_Neutrino_BDTweights_1116.xml.gz", + "L1Trigger/Phase2L1ParticleFlow/data/hgcal_egID/Photon_vs_Pion_BDTweights_1116.xml.gz", + "L1Trigger/Phase2L1ParticleFlow/interface/L1TCorrelatorLayer1PatternFileWriter.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/buffered_folded_multififo_regionizer_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/folded_multififo_regionizer_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/middle_buffer_multififo_regionizer_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/multififo_regionizer_elements_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/multififo_regionizer_elements_ref.icc", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/tdr_regionizer_elements_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/tdr_regionizer_elements_ref.icc", + "L1Trigger/Phase2L1ParticleFlow/src/regionizer/buffered_folded_multififo_regionizer_ref.cpp", + "L1Trigger/Phase2L1ParticleFlow/src/regionizer/folded_multififo_regionizer_ref.cpp", + "L1Trigger/Phase2L1ParticleFlow/src/regionizer/middle_buffer_multififo_regionizer_ref.cpp", + "L1TriggerConfig/CSCTFConfigProducers/python/L1MuCSCTFConfigurationRcdSrc_cfi.py", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/phi12.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/phi42.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta15h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta15l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta25h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta25l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/ETFPatternList.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP1.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP2.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP3.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP4.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP5.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP6.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext12.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext13.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext14.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext15.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext16.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext21.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext23.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext24.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext25.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext26.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext34.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext35.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext56.lut", + "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTChannelMaskConfigOnline_cfi.py", + "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTParametersKeysOnlineProd_cfi.py", + "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTParametersOnlineProducer_cfi.py", + "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesConfig_cff.py", + "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesConfig_cfi.py", + "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesDBConfig_cff.py", + "L1TriggerConfig/L1CSCTPConfigProducers/src/L1CSCTriggerPrimitivesConfigProducer.cc", + "L1TriggerConfig/L1CSCTPConfigProducers/src/L1CSCTriggerPrimitivesConfigProducer.h", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu2008_2E30.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu_2008MC_2E30.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu2008_2E31.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v0_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v1_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090519_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090624_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v4_L1T_Scales_20090624_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1x1032/L1Menu_CRUZET200805.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v0_L1T_Scales_20101224_Imp0_0x1027.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v1_L1T_Scales_20101224_Imp0_0x1028.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v2_L1T_Scales_20101224_Imp0_0x102a.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v3_L1T_Scales_20101224_Imp0_0x102b.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25nsStage1_v3_L1T_Scales_20141121_Imp0_0x1031.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v0_L1T_Scales_20101224_Imp0_0x102f.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v1_L1T_Scales_20101224_Imp0_0x102f.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v2_L1T_Scales_20141121_Imp0_0x1030.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v1_L1T_Scales_20141121_Imp0_0x1030.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v2_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v3_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v4_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50ns_v0_L1T_Scales_20141121_Imp0_0x1031.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v1_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v2_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v3_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v4_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2011_v0_L1T_Scales_20101224_Imp0_0x1026.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2011_v0_nobsc_notau_centrality_q2_singletrack.v1.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2013_v0_L1T_Scales_20101224_Imp0_0x102c.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v1.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v2.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v3.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v4.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v5.xml", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/calosetup", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/defvalpkg", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/header", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/jet_cnts", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/muonsetup", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/calo_setup.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond1_chip.qsf", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond1_chip_pkg.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond2_chip.qsf", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond2_chip_pkg.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/def_val_pkg.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/muon_setup.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/pre_algo_and_or.vhd", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAlgoTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAlgoTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAndMasksTester.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsTechTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsTechTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtStableParametersTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskAlgoTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskAlgoTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskTechTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskTechTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoAlgoTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoTechTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoTechTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMenuConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtPrescaleFactorsAlgoTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtPrescaleFactorsTechTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskAlgoTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskTechTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskVetoAlgoTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskVetoTechTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_PrescaleFactorsAlgoTrigUnprescale_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_TriggerMaskAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu_2008MC_2E30_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_PrescaleFactorsAlgoTrigUnprescale_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_TriggerMaskAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v0_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090519_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090624_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v4_L1T_Scales_20090624_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_PrescaleFactorsAlgoTrigUnprescale_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_TriggerMaskAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_ecal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_hcal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskTechTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_ecal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_hcal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_Test_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v1_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v2_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v3_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v4_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v5_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsAlgoTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsAndMasksTester_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsTechTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskAlgoTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskTechTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskVetoTechTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsAlgoTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsAlgoTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsTechTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsTechTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskAlgoTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskAlgoTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskTechTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskTechTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoAlgoTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoTechTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoTechTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtPrescaleFactorsAlgoTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtPrescaleFactorsTechTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskAlgoTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskTechTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskVetoTechTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1ScalesProducers/python/L1MuTriggerPtScaleOnlineProducer_cfi.py", + "L1TriggerConfig/L1ScalesProducers/python/L1MuTriggerScalesOnlineProducer_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TGlobalPrescalesVetosObjectKeysOnline_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TMuonEndCapForestOnlineProxy_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TMuonOverlapObjectKeysOnline_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TMuonOverlapParamsOnlineProxy_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TUtmTriggerMenuObjectKeysOnline_cfi.py", + "L1TriggerConfig/L1TConfigProducers/src/L1TGlobalPrescalesVetosObjectKeysOnlineProd.cc", + "L1TriggerConfig/L1TConfigProducers/src/L1TUtmTriggerMenuObjectKeysOnlineProd.cc", + "MagneticField/GeomBuilder/plugins/dd4hep/DD4hep_VolumeBasedMagneticFieldESProducer.cc", + "MagneticField/GeomBuilder/plugins/dd4hep/DD4hep_VolumeBasedMagneticFieldESProducerFromDB.cc", + "MagneticField/Interpolation/test/BinaryTablesGeneration/prepareMagneticFieldGrid.cc", + "MagneticField/Interpolation/test/BinaryTablesGeneration/prepareMagneticFieldGrid.h", + "MagneticField/Interpolation/test/BinaryTablesGeneration/validateField_TOSCATables.py", + "MagneticField/ParametrizedEngine/interface/ParabolicParametrizedMagneticField.h", + "MagneticField/ParametrizedEngine/plugins/AutoParametrizedMagneticFieldProducer.cc", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_OAE85l_cfi.py", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_OAE_3_8T_cfi.py", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_PolyFit2D_cfi.py", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_PolyFit3D_cfi.py", + "MagneticField/ParametrizedEngine/test/alpaka/testParabolicParametrizedMagneticField.dev.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/CompareWithSystematicError.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasUpsilonValidation.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasY1SValidation.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasZValidation.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/ComparePhiPlusMinus.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareWithExpected.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareWithExpectedBeforeAfter.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CrystalBallFitOnData_JPsi.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/GaussianFitOnData_Psi2S.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Base.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Y1S.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Z.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlap_Upsilon.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlap_Y1S.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/RunCompareBias_template.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/ShowProbabilityDistribution.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/TreeProduction/MuScleFit_template_cfg.py", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/SplitAndRunBatch.sh", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/StatisticalErrors_instructions.txt", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/TakeParameterFromBatch.sh", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/TreeSplitter_cfg.py", + "MuonAnalysis/MomentumScaleCalibration/test/UnitTests/TestCrossSectionHandler.cc", + "MuonAnalysis/MomentumScaleCalibration/test/tree_production/miniAODVBTFMuonsOnlyTreeMC_CRAB_cfg.py", + "MuonAnalysis/MuonAssociators/test/MuonMCClassifier/debugMuonsClassByHits_cfg.py", + "MuonAnalysis/MuonAssociators/test/MuonMCClassifier/patMuonsWithClassByHits_cfg.py", + "MuonAnalysis/MuonAssociators/test/Trigger/patMuonsWithTrigger_Data_HLTDEBUG_cfg.py", + "MuonAnalysis/MuonAssociators/test/Trigger/patMuonsWithTrigger_mc_HLTDEBUG_cfg.py", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/db/ClassNotSupportedException.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIDGenerator.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIdConverter.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/IDetIdGenerator.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECAnalyzer.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECDetIdConverter.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TOBAnalyzer.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TOBDetIdConverter.java", + "OnlineDB/SiStripO2O/test/O2O_Validation/template_Validate_FEDCabling_O2O_cfg.py", + "OnlineDB/SiStripO2O/test/P5/20X/SiStripO2O_AT_P5_table_multipartition_Commissioning.sh", + "OnlineDB/SiStripO2O/test/P5/21X/SiStripO2O_AT_P5_table_multipartition_Commissioning.sh", + "PhysicsTools/HepMCCandAlgos/python/allStandAloneMuonTracksGenParticlesLeptonMatch_cfi.py", + "PhysicsTools/HepMCCandAlgos/python/allSuperClustersGenParticlesLeptonMatch_cfi.py", + "PhysicsTools/NanoAODTools/python/postprocessing/framework/treeReaderArrayTools.py", + "PhysicsTools/PatAlgos/python/slimming/offlineSlimmedPrimaryVerticesWithBS_cfi.py", + "PhysicsTools/SelectorUtils/interface/SimpleCutBasedElectronIDSelectionFunctor.h", + "RecoBTag/CTagging/python/candidateCombinedSecondaryVertexSoftLeptonCvsLComputer_cfi.py", + "RecoBTag/CTagging/python/pfInclusiveSecondaryVertexFinderNegativeCvsLTagInfos_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeOnlyJetBProbabilityComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeOnlyJetProbabilityComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeTrackCounting3D2ndComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeTrackCounting3D3rdComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidatePositiveOnlyJetBProbabilityComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidatePositiveOnlyJetProbabilityComputer_cfi.py", + "RecoBTag/ONNXRuntime/plugins/UnifiedParticleTransformerAK4ONNXJetTagsProducer.cc", + "RecoBTag/ONNXRuntime/plugins/UnifiedParticleTransformerAK4SonicJetTagsProducer.cc", + "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V01/pfDeepBoostedJetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V02/pfDeepBoostedJetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V02/pfMassDecorrelatedDeepBoostedJetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/Parameters/HiggsInteractionNet/V00/pfHiggsInteractionNetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/pfMassDecorrelatedDeepBoostedDiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfMassDecorrelatedParticleNetDiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfParticleNetFromMiniAODAK4DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfParticleNetFromMiniAODAK8DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfParticleTransformerAK4DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfUnifiedParticleTransformerAK4DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfUnifiedParticleTransformerAK4V1DiscriminatorsJetTags_cfi.py", + "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterFromFile_WPandPayload.cc", + "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterFromFile_WPandPayload_IOV.cc", + "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterTFormula_fromfile_WPandPL.cc", + "RecoBTag/SecondaryVertex/interface/CandidateBoostedDoubleSecondaryVertexComputer.h", + "RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexAK8Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexCA15Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateCombinedSecondaryVertexSoftLeptonComputer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateNegativeCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidatePositiveCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateSimpleSecondaryVertex2TrkComputer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateSimpleSecondaryVertex3TrkComputer_cfi.py", + "RecoBTag/SecondaryVertex/python/combinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderFilteredNegativeTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderFilteredTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfBoostedDoubleSecondaryVertexAK8BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfBoostedDoubleSecondaryVertexCA15BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderAK8TagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderCA15TagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfPositiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfPositiveCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/positiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/positiveCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/positiveCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/simpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/simpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedDynamicHybridSuperClusters_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedEndcapSuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedFixedMatrixSuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedIslandBarrelSuperClusters_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedIslandEndcapSuperClusters_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedMulti5x5ClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedMulti5x5SuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/fixedMatrixPreshowerClusteringSequence_cff.py", + "RecoEcal/EgammaClusterProducers/python/fixedMatrixSuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/interestingDetIdCollectionProducer_cfi.py", + "RecoEcal/EgammaClusterProducers/python/interestingDetIdFromSuperClusterProducer_cfi.py", + "RecoEcal/EgammaClusterProducers/python/multi5x5PreshowerClusteringSequence_cff.py", + "RecoEcal/EgammaClusterProducers/python/multi5x5SuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/particleFlowSuperClusteringSequence_cff.py", + "RecoEcal/EgammaClusterProducers/src/InterestingDetIdFromSuperClusterProducer.cc", + "RecoEcal/EgammaCoreTools/plugins/EcalBasicClusterLocalContCorrectionsESProducer.cc", + "RecoEgamma/EgammaElectronAlgos/interface/ecalClusterEnergyUncertaintyElectronSpecific.h", + "RecoEgamma/EgammaElectronAlgos/src/ecalClusterEnergyUncertaintyElectronSpecific.cc", + "RecoEgamma/EgammaElectronProducers/plugins/GsfElectronCoreEcalDrivenProducer.cc", + "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedHeavyObjectCache.cc", + "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedHeavyObjectCache.h", + "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedValueMapsProducer.cc", + "RecoEgamma/EgammaElectronProducers/plugins/TrackingRegionsFromSuperClustersProducer.cc", + "RecoEgamma/EgammaElectronProducers/python/lowPtGsfElectronsPreRegression_cfi.py", + "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTBcHcalIsolationProducersRegional.cc", + "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTElectronTrackIsolationProducers.cc", + "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTPhotonTrackIsolationProducersRegional.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaEcalPFClusterIsolationProducer.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaHcalPFClusterIsolationProducer.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaIsoHcalDetIdCollectionProducer.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaEcalExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaHcalExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaRecHitExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaTowerExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaTrackExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/ElectronPFIsolationWithConeVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/ElectronPFIsolationWithMapBasedVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/PhotonPFIsolationWithConeVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/PhotonPFIsolationWithMapBasedVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/python/interestingEgammaIsoDetIdsSequence_cff.py", + "RecoEgamma/EgammaIsolationAlgos/python/interestingEgammaIsoESDetIdModule_cff.py", + "RecoEgamma/EgammaIsolationAlgos/test/runInterestingEgammaIsoDetIdsSequence_cfg.py", + "RecoEgamma/EgammaPhotonProducers/python/conversionTrackSequenceForReReco_cff.py", + "RecoEgamma/EgammaPhotonProducers/python/propAlongMomentumWithMaterialForElectrons_cfi.py", + "RecoEgamma/EgammaPhotonProducers/python/propOppoMomentumWithMaterialForElectrons_cfi.py", + "RecoEgamma/EgammaPhotonProducers/python/trajectoryCleanerBySharedHitsForConversions_cfi.py", + "RecoEgamma/ElectronIdentification/data/ElectronMVAEstimatorRun2Fall17V1Variables.txt", + "RecoEgamma/ElectronIdentification/data/Fall17/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_92X.txt", + "RecoEgamma/ElectronIdentification/data/Fall17/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_94X.txt", + "RecoEgamma/ElectronIdentification/data/Run3_Winter22/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_122X.txt", + "RecoEgamma/ElectronIdentification/data/Spring15/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_25ns.txt", + "RecoEgamma/ElectronIdentification/data/Spring15/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_50ns.txt", + "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_HLT_ecalPFClusterIso.txt", + "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_HLT_hcalPFClusterIso.txt", + "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_80X.txt", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5E2x5OverE5x5WithSatCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5SigmaIEtaIEtaCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5SigmaIEtaIEtaWithSatCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleHadronicOverEMEnergyScaledCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleHadronicOverEMLinearCut.cc", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronHLTPreselecition_Summer16_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Fall17_94X_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Fall17_94X_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_25ns_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_50ns_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_50ns_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Summer16_80X_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Summer20_PhaseII_V0_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Winter22_122X_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_tools.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV51_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV60_80XAOD_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV60_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV70_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV71_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_tools.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_RunIIIWinter22_iso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_RunIIIWinter22_noIso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_25ns_Trig_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_25ns_nonTrig_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_50ns_Trig_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_GeneralPurpose_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_HZZ_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer16UL_ID_ISO_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer17UL_ID_ISO_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer18UL_ID_ISO_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Winter22_HZZ_V1_cff.py", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased_TrueVtx.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased_V2.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased_TrueVtx.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased_V2.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased_TrueVtx.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased_V2.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesFall17V1p1.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring15.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring15ValMaps.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring16.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun3VariablesWinter22V1.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_ChgHadronIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_ECalClusterIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_HCalClusterIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_NeuHadronIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_PhotonIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_TrackerIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_coneBasedHoverE_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfChargedHadrons_25ns_NULLcorrection.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfChargedHadrons_50ns.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfNeutralHadrons_25ns_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfNeutralHadrons_50ns.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfPhotons_25ns_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfPhotons_50ns.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfPhotons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfPhotons_90percentBased_3bins.txt", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndExpoScalingCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndExpoScalingEBCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndQuadScalingCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoFull5x5SigmaIEtaIEtaValueMapCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoGenericQuadraticRhoPtScaledCut.cc", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V1_TrueVtx_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_RunIIIWinter22_122X_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring15_25ns_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring15_50ns_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring16_V2p2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_tools.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V1p1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V0_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V2p1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V0_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V2p1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring16_nonTrig_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Summer20_PhaseII_V0_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Winter22_122X_V1_cff.py", + "RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDRVertexAssigned.h", + "RecoJets/JetAssociationProducers/python/ic5PFJetTracksAssociatorAtVertex_cfi.py", + "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalCrystalMatrixProbality.h", + "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalDeadChannelRecoveryAlgos.h", + "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalDeadChannelRecoveryBDTG.h", + "RecoLocalCalo/EcalRecProducers/interface/EcalUncalibRecHitFillDescriptionWorkerFactory.h", + "RecoLocalCalo/EcalRecProducers/interface/EcalUncalibRecHitWorkerRunOneDigiBase.h", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitConvertGPU2CPUFormat.cc", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsAlgoGPU.cu", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsKernels.cu", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsProducer.cc", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsProducerGPU.cc", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerFixedAlphaBetaFit.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/AmplitudeComputationCommonKernels.h", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/AmplitudeComputationKernels.dev.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalMultifitConditionsHostESProducer.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalPhase2DigiToPortableProducer.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalRecHitConditionsESProducer.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitMultiFitAlgoPortable.dev.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitMultiFitAlgoPortable.h", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsAlgoPortable.dev.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsAlgoPortable.h", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsProducerPortable.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsStruct.h", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitProducerPortable.cc", + "RecoLocalCalo/EcalRecProducers/python/ecalFixedAlphaBetaFitUncalibRecHit_cfi.py", + "RecoLocalCalo/EcalRecProducers/src/EcalUncalibRecHitFillDescriptionWorkerFactory.cc", + "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducer.py", + "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducerGPU.py", + "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducerGPU_harvesting.py", + "RecoLocalCalo/HGCalRecAlgos/interface/alpaka/HGCalRecHitCalibrationAlgorithms.h", + "RecoLocalCalo/HGCalRecAlgos/plugins/alpaka/HGCalRecHitCalibrationAlgorithms.dev.cc", + "RecoLocalCalo/HGCalRecAlgos/plugins/alpaka/HGCalRecHitConfigurationESProducer.cc", + "RecoLocalCalo/HGCalRecProducers/interface/alpaka/HGCalSoAClustersExtraDeviceCollection.h", + "RecoLocalCalo/HGCalRecProducers/plugins/HGCalLayerClusterHeterogeneousDumper.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HGCalLayerClusterHeterogeneousSoADumper.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsConditions.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsFiller.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsFiller.h", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersAlgoWrapper.dev.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersSoAAlgoWrapper.dev.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersSoAAlgoWrapper.h", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalSoALayerClustersProducer.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalSoARecHitsLayerClustersProducer.cc", + "RecoLocalCalo/HcalRecAlgos/plugins/alpaka/HcalRecoParamsWithPulseShapesESProducer.cc", + "RecoLocalCalo/HcalRecProducers/plugins/alpaka/HcalSiPMCharacteristicsESProducer.cc", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco2DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco4DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_MTPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_MTPatternReco2D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_MTPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_MTPatternReco4D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/GEMRecHit/test/SingleMuPt100_cfi_GEM-SIM-DIGI_Extended2015MuonGEMDev.py", + "RecoLocalTracker/ClusterParameterEstimator/interface/ClusterParameterEstimator.h", + "RecoLocalTracker/ClusterParameterEstimator/interface/PixelClusterParameterEstimator.h", + "RecoLocalTracker/ClusterParameterEstimator/interface/StripClusterParameterEstimator.h", + "RecoLocalTracker/Configuration/python/RecoLocalTracker_Cosmics_EventContent_cff.py", + "RecoLocalTracker/Phase2TrackerRecHits/python/Phase2StripCPEGeometricESProducer_cfi.py", + "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerAlgorithm.cc", + "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerAlgorithm.h", + "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerSequentialAlgorithm.h", + "RecoLocalTracker/SiPhase2VectorHitBuilder/interface/VectorHitBuilderAlgorithm.h", + "RecoLocalTracker/SiPhase2VectorHitBuilder/interface/VectorHitBuilderAlgorithmBase.h", + "RecoLocalTracker/SiPhase2VectorHitBuilder/plugins/SiPhase2RecHitMatcherESProducer.cc", + "RecoLocalTracker/SiPhase2VectorHitBuilder/plugins/VectorHitBuilderEDProducer.cc", + "RecoLocalTracker/SiPhase2VectorHitBuilder/test/Clusters_productionAndTesting.py", + "RecoLocalTracker/SiPhase2VectorHitBuilder/test/VHs_SeedingOT_productionAndTesting.py", + "RecoLocalTracker/SiPhase2VectorHitBuilder/test/VHs_combinatorialStudies_PU200.py", + "RecoLocalTracker/SiPixelClusterizer/plugins/SiPixelDigisClustersFromSoAAlpaka.cc", + "RecoLocalTracker/SiPixelClusterizer/plugins/alpaka/SiPixelPhase2DigiToCluster.cc", + "RecoLocalTracker/SiPixelClusterizer/plugins/alpaka/SiPixelRawToClusterKernel.dev.cc", + "RecoLocalTracker/SiPixelClusterizer/python/SiPixelClusterizerPreSplitting_cfi.py", + "RecoLocalTracker/SiPixelRecHits/interface/alpaka/PixelCPEFastParamsCollection.h", + "RecoLocalTracker/SiPixelRecHits/plugins/alpaka/PixelCPEFastParamsESProducerAlpaka.cc", + "RecoLocalTracker/SiStripClusterizer/interface/StripClusterizerAlgorithmFactory.h", + "RecoLocalTracker/SiStripClusterizer/plugins/SiStripClusterizerConditionsESProducer.cc", + "RecoLocalTracker/SiStripClusterizer/plugins/SiStripClusterizerConditionsGPUESProducer.cc", + "RecoLocalTracker/SiStripClusterizer/python/SiStripClusters2ApproxClusters_cff.py", + "RecoLocalTracker/SiStripClusterizer/python/test/ClusterRefinerTagMCmerged_cfi.py", + "RecoLocalTracker/SiStripClusterizer/python/test/ClusterizerUnitTestFunctions_cff.py", + "RecoLocalTracker/SiStripClusterizer/test/step2_RAW2DIGI_L1Reco_RECO_ApproxClusters.py", + "RecoLocalTracker/SiStripClusterizer/test/step2_RAW2DIGI_L1Reco_RECO_ApproxClusters_streamerOutput.py", + "RecoLocalTracker/SiStripClusterizer/test/testSiStripQuality/SiStripBadChannel.tpl", + "RecoLocalTracker/SiStripClusterizer/test/testSiStripQuality/SiStripBadModule.tpl", + "RecoLocalTracker/SiStripRecHitConverter/interface/SiStripRecHitConverterAlgorithm.h", + "RecoLocalTracker/SiStripRecHitConverter/plugins/SiStripRecHitMatcherESProducer.cc", + "RecoLocalTracker/SiStripRecHitConverter/plugins/SiStripRecHitMatcherESProducer.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/IteratedMedianCMNSubtractor.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripCommonModeNoiseSubtractor.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripRawProcessingAlgorithms.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripRawProcessingFactory.h", + "RecoLocalTracker/SiStripZeroSuppression/python/SiStripZeroSuppression_SimData_cfi.py", + "RecoLocalTracker/SiStripZeroSuppression/python/siStripMergeZeroSuppression_cfi.py", + "RecoLocalTracker/SiStripZeroSuppression/test/SiStripZS_EmulateHybrid_RealData.py", + "RecoLocalTracker/SubCollectionProducers/interface/PixelClusterSelectorTopBottom.h", + "RecoLocalTracker/SubCollectionProducers/interface/StripClusterSelectorTopBottom.h", + "RecoLocalTracker/SubCollectionProducers/python/ClusterMultiplicityFilter_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/TopBottomClusterInfoProducer_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/TrackCandidateTopBottomHitFilter_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/hltTrackClusterRemoverNew_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/splitter_tracking_RunI_setup_cff.py", + "RecoLocalTracker/SubCollectionProducers/python/test/ClusterMCsplitStrips_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/test/MCsplitStripsCustomize_cff.py", + "RecoLuminosity/LumiProducer/test/analysis/test/crab3_ALCALUMIPIXELS_PIXONLY_DATA.py", + "RecoMTD/TransientTrackingRecHit/plugins/MTDTransientTrackingRecHitBuilderESProducer.cc", + "RecoMTD/TransientTrackingRecHit/python/MTDTransientTrackingRecHitBuilder_cfi.py", + "RecoMuon/L3MuonIsolationProducer/plugins/L3MuonCombinedRelativeIsolationProducer.cc", + "RecoMuon/L3MuonIsolationProducer/plugins/L3MuonCombinedRelativeIsolationProducer.h", + "RecoMuon/MuonIdentification/python/Identification/cutBasedMuonId_MuonPOG_V0_cff.py", + "RecoMuon/MuonIdentification/python/Identification/globalMuonPromptTight_V0_cff.py", + "RecoMuon/MuonIsolationProducers/python/muIsoDepositCalByAssociatorTowers_cfi.py", + "RecoMuon/StandAloneMuonProducer/python/standAloneMuonsDirectTrajectoryBuilder_cfi.py", + "RecoMuon/TrackerSeedGenerator/python/pixelTrackFilterByKinematicsForTSGFromL1_cfi.py", + "RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHitBreaker.h", + "RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHitBuilder.h", + "RecoMuon/TransientTrackingRecHit/plugins/MuonTransientTrackingRecHitBuilderESProducer.cc", + "RecoMuon/TransientTrackingRecHit/python/MuonTransientTrackingRecHitBuilder_cfi.py", + "RecoParticleFlow/Configuration/python/DBS_Samples/RelValQCD_FlatPt_15_3000_Fast_cfi.py", + "RecoParticleFlow/Configuration/python/RecoParticleFlow_conversion_EventContent_cff.py", + "RecoParticleFlow/Configuration/python/RecoParticleFlow_nuclear_EventContent_cff.py", + "RecoParticleFlow/PFClusterProducer/interface/alpaka/PFClusteringEdgeVarsDeviceCollection.h", + "RecoParticleFlow/PFClusterProducer/interface/alpaka/PFClusteringVarsDeviceCollection.h", + "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/GenericSimClusterMapper.cc", + "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/RealisticHitToClusterAssociator.h", + "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/RealisticSimClusterMapper.cc", + "RecoParticleFlow/PFClusterProducer/plugins/alpaka/PFClusterSoAProducerKernel.dev.cc", + "RecoParticleFlow/PFClusterProducer/python/particleFlowBadHcalPseudoCluster_cff.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterECALUncorrected_cfi.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterOOTECALUncorrected_cff.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterTimeAssigner_cfi.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowRealisticSimClusterHGCCalibrations_cfi.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowZeroSuppressionECAL_cff.py", + "RecoParticleFlow/PFProducer/plugins/importers/LooseNuclearInteractionTrackImporter.cc", + "RecoParticleFlow/PFProducer/plugins/importers/NuclearInteractionTrackImporter.cc", + "RecoParticleFlow/PFProducer/plugins/importers/VeryLooseNuclearInteractionTrackImporter.cc", + "RecoParticleFlow/PFProducer/test/particleFlowBlock_NewECalAndHCalLinker_HLT_cfi.py", + "RecoParticleFlow/PFRecHitProducer/interface/alpaka/PFRecHitParamsDeviceCollection.h", + "RecoParticleFlow/PFRecHitProducer/interface/alpaka/PFRecHitTopologyDeviceCollection.h", + "RecoParticleFlow/PFRecHitProducer/plugins/alpaka/PFRecHitECALParamsESProducer.cc", + "RecoParticleFlow/PFRecHitProducer/plugins/alpaka/PFRecHitHCALParamsESProducer.cc", + "RecoParticleFlow/PFRecHitProducer/src/alpaka/PFRecHitTopologyDeviceCollection.cc", + "RecoTBCalo/EcalTBHodoscopeReconstructor/interface/EcalTBHodoscopeRawInfoDumper.h", + "RecoTBCalo/EcalTBHodoscopeReconstructor/interface/EcalTBHodoscopeRecInfoProducer.h", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/EcalTBHodoscopeReconstructor_cfi.py", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecal2004TBHodoscopeReconstructor_cfi.py", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecal2006TBHodoscopeReconstructor_cfi.py", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecalTBSimHodoscopeReconstructor_cfi.py", + "RecoTauTag/RecoTau/python/PFRecoTauDiscriminationAgainstElectronMVA6Phase2_cff.py", + "RecoTauTag/RecoTau/python/tauDiscriminationAgainstElectronMVA6Phase2_mvaDefs_cff.py", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitPairGeneratorForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitPairGeneratorForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitQuadrupletGeneratorForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitQuadrupletGeneratorForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/HitPairGeneratorFromLayerPairForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/HitPairGeneratorFromLayerPairForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/HitQuadrupletGeneratorFromLayerPairForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/HitQuadrupletGeneratorFromLayerPairForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadruplets.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.h", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLeg.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLegAlgo.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLegAlgo.h", + "RecoTracker/ConversionSeedGenerators/plugins/SeedForPhotonConversionFromQuadruplets.cc", + "RecoTracker/ConversionSeedGenerators/plugins/SeedForPhotonConversionFromQuadruplets.h", + "RecoTracker/ConversionSeedGenerators/python/PhotonConversionTrajectorySeedProducerFromQuadruplets_cfi.py", + "RecoTracker/ConversionSeedGenerators/python/PhotonConversionTrajectorySeedProducerFromSingleLeg_cfi.py", + "RecoTracker/DisplacedRegionalTracking/plugins/DisplacedRegionSeedingVertexProducer.cc", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-10mu-fulldet-build-extrectracks.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-10mu-fulldet-build.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-benchmarks-multiiter.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-ttbar-fulldet-build-extrectracks.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-ttbar-fulldet-build.sh", + "RecoTracker/MkFitCore/standalone/xeon_scripts/benchmark-cmssw-ttbar-fulldet-build-remote.sh", + "RecoTracker/MkFitCore/standalone/xeon_scripts/benchmark-cmssw-ttbar-fulldet-build.sh", + "RecoTracker/PixelLowPtUtilities/interface/StripSubClusterShapeTrajectoryFilter.h", + "RecoTracker/PixelLowPtUtilities/python/StripSubClusterShapeTrajectoryFilter_cfi.py", + "RecoTracker/PixelSeeding/interface/HitTripletGeneratorFromPairAndLayersFactory.h", + "RecoTracker/PixelTrackFitting/plugins/PixelFitterByConformalMappingAndLineProducer.cc", + "RecoTracker/PixelTrackFitting/plugins/PixelTrackCleanerBySharedHitsESProducer.cc", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForBeamHalo_cff.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForBeamHalo_cfi.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsP5_cff.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cff.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cfi.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmics_cfi.py", + "RecoTracker/TkMSParametrization/interface/MultipleScatteringParametrisationMaker.h", + "RecoTracker/TkMSParametrization/plugins/MultipleScatteringParametrisationMakerESProducer.cc", + "RecoTracker/TkMSParametrization/src/ES_MultipleScatteringParametrisationMaker.cc", + "RecoTracker/TkSeedGenerator/interface/MultiHitGeneratorFromPairAndLayersFactory.h", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsStraightLineCreator.cc", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsStraightLineCreator.h", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsTripletOnlyCreator.cc", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsTripletOnlyCreator.h", + "RecoTracker/TkSeedGenerator/python/SeedFromConsecutiveHitsStraightLineCreator_cfi.py", + "RecoTracker/TkSeedGenerator/python/SeedFromConsecutiveHitsTripletOnlyCreator_cfi.py", + "RecoTracker/TkSeedGenerator/python/SeedGeneratorFromProtoTracksEDProducer_cff.py", + "RecoTracker/TkSeedGenerator/python/SeedGeneratorFromRegionHitsEDProducer_cfi.py", + "RecoTracker/TkSeedGenerator/python/seedCreatorFromRegionConsecutiveHitsEDProducer_cff.py", + "RecoTracker/TkSeedGenerator/python/seedCreatorFromRegionConsecutiveHitsTripletOnlyEDProducer_cff.py", + "RecoTracker/TkSeedingLayers/python/PixelLessLayerPairs4PixelLessTracking_cfi.py", + "RecoTracker/TkSeedingLayers/python/TTRHBuilderWithoutAngle4MixedTriplets_cfi.py", + "RecoTracker/TkSeedingLayers/python/TTRHBuilderWithoutAngle4PixelTriplets_cfi.py", + "RecoTracker/TkTrackingRegions/interface/GlobalTrackingRegionProducerFromBeamSpot.h", + "RecoTracker/TkTrackingRegions/plugins/CandidatePointSeededTrackingRegionsProducer.h", + "RecoTracker/TkTrackingRegions/plugins/GlobalTrackingRegionWithVerticesProducer.h", + "RecoTracker/TkTrackingRegions/plugins/PixelInactiveAreaTrackingRegionsSeedingLayersProducer.cc", + "RecoTracker/TransientTrackingRecHit/interface/TkTransientTrackingRecHitBuilder.h", + "RecoTracker/TransientTrackingRecHit/plugins/TkTransientTrackingRecHitBuilderESProducer.cc", + "RecoTracker/TransientTrackingRecHit/python/TransientTrackingRecHitBuilderWithoutRefit_cfi.py", + "RecoTracker/TransientTrackingRecHit/python/TransientTrackingRecHitBuilder_cfi.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsEarly10TeVCollision_cff.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsEarly10TeVCollision_cfi.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsNominalCollision_cff.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsNominalCollision_cfi.py", + "RecoVertex/ConfigurableVertexReco/interface/ConfigurableAdaptiveReconstructor.h", + "RecoVertex/GaussianSumVertexFit/interface/GsfVertexTrackCompatibilityEstimator.h", + "RecoVertex/KinematicFitPrimitives/interface/ExtendedPerigeeTrajectoryParameters.h", + "RecoVertex/KinematicFitPrimitives/interface/KinematicParticleFactoryFromTransientTrack.h", + "RecoVertex/KinematicFitPrimitives/interface/ParticleKinematicLinearizedTrackState.h", + "RecoVertex/KinematicFitPrimitives/interface/ParticleKinematicLinearizedTrackStateFactory.h", + "RecoVertex/KinematicFitPrimitives/interface/TransientTrackKinematicStateBuilder.h", + "RecoVertex/KinematicFitPrimitives/src/KinematicParticleFactoryFromTransientTrack.cc", + "RecoVertex/KinematicFitPrimitives/src/ParticleKinematicLinearizedTrackStateFactory.cc", + "RecoVertex/LinearizationPointFinders/interface/CrossingPtBasedLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/interface/DefaultLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/interface/FallbackLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/interface/SubsetHSMLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/src/CrossingPtBasedLinearizationPointFinder.cc", + "RecoVertex/PixelVertexFinding/plugins/alpaka/PixelVertexWorkSpaceSoADeviceAlpaka.h", + "RecoVertex/PrimaryVertexProducer/interface/AdaptiveChisquarePrimaryVertexFitter.h", + "RecoVertex/PrimaryVertexProducer/interface/SequentialPrimaryVertexFitterAdapter.h", + "RecoVertex/PrimaryVertexProducer/python/OfflinePrimaryVerticesFromCosmicTracks_cfi.py", + "RecoVertex/TrimmedKalmanVertexFinder/interface/ConfigurableTrimmedVertexFinder.h", + "SLHCUpgradeSimulations/Geometry/data/PhaseI/EmptyPixelSkimmedGeometry_phase1.txt", + "SLHCUpgradeSimulations/Geometry/data/PhaseII/Tilted/EmptyPixelSkimmedGeometry.txt", + "SimCalorimetry/Configuration/python/SimCalorimetry_EcalSelectiveReadoutProducers_setBeamcom09_cff.py", + "SimCalorimetry/EcalEBTrigPrimAlgos/interface/EcalEBPhase2AmplitudeReconstructor.h", + "SimCalorimetry/EcalEBTrigPrimProducers/plugins/EcalEBTrigPrimPhase2ESProducer.cc", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitiveDigis_cff.py", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitiveDigis_cfi.py", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitivePhase2Digis_cfi.py", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitivePhase2ESProducer_cfi.py", + "SimCalorimetry/EcalElectronicsEmulation/python/EcalElecEmulTccOnlyExample_cfg.py", + "SimCalorimetry/EcalSelectiveReadoutAlgos/interface/EcalSelectiveReadoutSuppressor.h", + "SimCalorimetry/EcalSelectiveReadoutProducers/interface/namespace_ecalsrcondtools.h", + "SimCalorimetry/EcalSelectiveReadoutProducers/plugins/EcalSelectiveReadoutProducer.cc", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTrigPrimESProducer_craft_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_CosmicsConfiguration_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_barrelOnly_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_craft_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_craft_cfi.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_mc_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_mc_cfi.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_readDBOffline_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_readDBOffline_cfi.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_with_suppressed_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_with_suppressed_cfi.py", + "SimCalorimetry/EcalZeroSuppressionProducers/doc/EcalZeroSuppressionProducers.doc", + "SimCalorimetry/EcalZeroSuppressionProducers/interface/ESZeroSuppressionProducer.h", + "SimCalorimetry/EcalZeroSuppressionProducers/interface/EcalZeroSuppressionProducer.h", + "SimCalorimetry/EcalZeroSuppressionProducers/python/ecalGlobalZeroSuppression_cfi.py", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllHitToTracksterAssociatorsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllLayerClusterToTracksterAssociatorsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllTracksterToSimTracksterAssociatorsByHitsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllTracksterToSimTracksterAssociatorsByLCsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToLayerClusterAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToLayerClusterAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToSimClusterCaloParticleAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToSimClusterCaloParticleAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToTracksterAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToTracksterAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorEDProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/SimClusterToCaloParticleAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/SimClusterToCaloParticleAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorEDProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorEDProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/python/HitToTracksterAssociation_cfi.py", + "SimCalorimetry/HGCalAssociatorProducers/python/SimClusterToCaloParticleAssociation_cfi.py", + "SimCalorimetry/HGCalAssociatorProducers/python/TSToSimTSAssociationByHits_cfi.py", + "SimCalorimetry/HGCalSimProducers/data/doseParams_3000fb_fluka_HFNose_3.7.20.12_Eta2.4.txt", + "SimCalorimetry/HcalZeroSuppressionProducers/doc/HcalZeroSuppressionProducers.doc", + "SimCalorimetry/HcalZeroSuppressionProducers/interface/HcalZeroSuppressionAlgo.h", + "SimCalorimetry/HcalZeroSuppressionProducers/python/NoHcalZeroSuppression_cff.py", + "SimCalorimetry/HcalZeroSuppressionProducers/python/hcalDigisNoSuppression_cfi.py", + "SimDataFormats/Associations/interface/LayerClusterToCaloParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/LayerClusterToSimClusterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/LayerClusterToSimTracksterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociationMap.h", + "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociator.h", + "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MtdSimLayerClusterToRecoClusterAssociationMap.h", + "SimDataFormats/Associations/interface/MtdSimLayerClusterToTPAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MultiClusterToCaloParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MuonToTrackingParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TrackToTrackingParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TracksterToSimClusterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TracksterToSimTracksterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TracksterToSimTracksterHitLCAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/VertexToTrackingVertexAssociatorBaseImpl.h", + "SimDataFormats/Associations/src/LayerClusterToCaloParticleAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/LayerClusterToSimTracksterAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/MtdRecoClusterToSimLayerClusterAssociationMap.cc", + "SimDataFormats/Associations/src/MtdRecoClusterToSimLayerClusterAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/MtdSimLayerClusterToRecoClusterAssociationMap.cc", + "SimDataFormats/Associations/src/MultiClusterToCaloParticleAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/TracksterToSimTracksterHitLCAssociatorBaseImpl.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.h", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsProducer.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorEDProducer.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdImpl.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdImpl.h", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdProducer.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorEDProducer.cc", + "SimFastTiming/MtdAssociatorProducers/python/mtdRecoClusterToSimLayerClusterAssociation_cfi.py", + "SimFastTiming/MtdAssociatorProducers/python/mtdSimLayerClusterToTPAssociation_cfi.py", + "SimGeneral/Configuration/python/RunsAndWeights_Run2018_Equal_Lumi_Integer_Weights.py", + "SimGeneral/DataMixingModule/python/supplementary/DigiRecoExampleMC_STARTUP_cfg.py", + "SimGeneral/DataMixingModule/python/supplementary/ReconstructionLocalCosmics_cff.py", + "SimGeneral/DataMixingModule/python/supplementary/recoT0DQM_EvContent_40T_digiOnly_cfg.py", + "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_11h_8h_hybrid2p40_cfi.py", + "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_12p5h_9h_hybrid2p23_cfi.py", + "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_14h_10h_hybrid2p05_cfi.py", + "SimGeneral/MixingModule/python/Run3_2025_LHC_Simulation_fill12p5h_levelling9h_nb2340_xSec80mb_il2p23_cfi.py", + "SimGeneral/MixingModule/python/mix_2012_Summer_50ns_PoissonOOTPU_ExtWind_cfi.py", + "SimGeneral/MixingModule/python/mix_2012_lumiLevel_15_20_50ns_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2015_25nsLowPU_matchData_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2015_25ns_FallMC_matchData_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2016_25ns_SpringMC_PUScenarioV1_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2016_PoissonOOTPU_HighPUTrains_Fill5412_cfi.py", + "SimGeneral/MixingModule/python/mix_2017_25ns_WinterMC_PUScenarioV1_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2018_25ns_JuneProjectionFull18_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2018_25ns_ProjectedPileup_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2022_25ns_RunIII2022Summer24_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2023_25ns_RunIII2023Summer24_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2023_Fills_8807_8901_ProjectedPileup_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2024_25ns_RunIII2024Summer24_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_E7TeV_Fall2011_Reprocess_50ns_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_25ns_PoissonOOT_cfi.py", + "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_50ns_PoissonOOT.py", + "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_inTimeOnly_cfi.py", + "SimGeneral/TrackingAnalysis/python/trackingParticleNumberOfLayersProducer_cff.py", + "SimTracker/TrackAssociation/python/trackingParticleRecoTrackAsssociation_cff.py", + "SimTracker/TrackAssociation/python/trackingParticleRecoTrackAsssociation_cfi.py", + "SimTracker/TrackAssociatorProducers/plugins/QuickTrackAssociatorByHitsProducer.cc", + "SimTracker/TrackAssociatorProducers/plugins/TrackAssociatorByPositionProducer.cc", + "SimTracker/TrackerMaterialAnalysis/data/dd4hep_trackingMaterialGroups_ForPhaseII.xml", + "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseI/v1/trackingMaterialGroups_ForPhaseI.xml", + "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseII/v1/trackingMaterialGroups_ForPhaseII.xml", + "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseII/v2/trackingMaterialGroups_ForPhaseII.xml", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_ListGroupsMaterialDifference.h", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_MaterialAccountingGroup.cc", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_MaterialAccountingGroup.h", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialAnalyser.cc", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialAnalyser.h", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialPlotter.cc", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialPlotter.h", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHFNosePhaseII_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHGCalPhaseII_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHGCalPhaseII_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseII_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseII_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseI_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseI_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialProducerHFNose_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialProducerHFNose_cfi.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialAnalyser_ForHFNosePhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialAnalyser_ForHGCalPhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForHFNosePhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForHGCalPhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForPhaseI.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForPhaseII.py", + "SimTracker/VertexAssociation/plugins/VertexAssociatorByPositionAndTracksProducer.cc", + "SimTransport/TotemRPProtonTransportParametrization/interface/LHCOpticsApproximator.h", + "SimTransport/TotemRPProtonTransportParametrization/src/LHCOpticsApproximator.cc", + "TopQuarkAnalysis/TopEventProducers/python/producers/TtDilepEvtSolProducer_cfi.py", + "TopQuarkAnalysis/TopEventProducers/python/producers/TtSemiEvtSolProducer_cfi.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttFullHadEvtHypotheses_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttFullLepEvtHypotheses_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepEvtHypotheses_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepKinematicFit_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepMVASelection_cff.py", + "TopQuarkAnalysis/TopEventSelection/data/TtFullHadSignalSelMVATrainTreeSaver.xml", + "TopQuarkAnalysis/TopEventSelection/data/TtSemiLepSignalSelMVATrainTreeSaver.xml", + "TopQuarkAnalysis/TopEventSelection/python/TtFullHadSignalSelMVATrainTreeSaver_cff.py", + "TopQuarkAnalysis/TopEventSelection/python/TtSemiLepSignalSelMVATrainTreeSaver_cff.py", + "TopQuarkAnalysis/TopJetCombination/plugins/TtSemiLepJetCombWMassDeltaTopMass.cc", + "TopQuarkAnalysis/TopJetCombination/python/TtSemiLepJetCombMVATrainTreeSaver_cff.py", + "TopQuarkAnalysis/TopJetCombination/python/TtSemiLepJetCombWMassDeltaTopMass_cfi.py", + "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Fall11_cff.py", + "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Spring10_cff.py", + "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Summer11_cff.py", + "TrackPropagation/SteppingHelixPropagator/plugins/SteppingHelixPropagatorESProducer.cc", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorAlong_cfi.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorAny_cfi.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorHLT_cff.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorOpposite_cfi.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorsNoErrorPropagation_cff.py", + "TrackPropagation/SteppingHelixPropagator/test/SteppingHelixPropagatorAnalyzer.cc", + "TrackingTools/GeomPropagators/interface/AnalyticalTrajectoryExtrapolatorToLine.h", + "TrackingTools/KalmanUpdators/python/MRHChi2MeasurementEstimatorESProducer_cfi.py", + "TrackingTools/MaterialEffects/python/RungeKuttaTrackerPropagatorOpposite_cfi.py", + "TrackingTools/PatternTools/interface/trackingParametersAtClosestApproachToBeamSpot.h", + "TrackingTools/PatternTools/src/trackingParametersAtClosestApproachToBeamSpot.cc", + "TrackingTools/TrajectoryFiltering/interface/ChargeSignificanceTrajectoryFilter.h", + "TrackingTools/TrajectoryFiltering/interface/MaxConsecLostHitsTrajectoryFilter.h", + "TrackingTools/TrajectoryParametrization/interface/CurvilinearTrajectoryParameters.h", + "TrackingTools/TrajectoryParametrization/interface/PerigeeTrajectoryParameters.h", + "TrackingTools/TransientTrackingRecHit/interface/GenericTransientTrackingRecHit.h", + "TrackingTools/TransientTrackingRecHit/interface/TransientTrackingRecHitBuilder.h", + "Utilities/ReleaseScripts/ignominy/config/IgnominyCommon/IgGNUPlotTemplate_CMS.gnu", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_baseline.json", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_newClass.json", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_removeClass.json", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_versionUpdate.json", + "Utilities/StorageFactory/test/test_multiple_files_file_statistics_sender_cfg.py", + "Validation/CTPPS/python/ctppsProtonReconstructionEfficiencyEstimatorData_cfi.py", + "Validation/CaloTowers/test/runNoise_valid_simhits_digis_rechits_calotowers_ZS_cfg.py", + "Validation/HGCalValidation/test/python/testValidationHGCalTrigPrim_RelVal_cfg.py", + "Validation/RecoEgamma/python/ElectronMcSignalValidatorPt1000_gedGsfElectrons_cfi.py", + "Validation/RecoEgamma/test/ElectronMcSignalValidationPt1000_gedGsfElectrons_cfg.py", + "Validation/SiPixelPhase1ConfigV/python/SiPixelPhase1OfflineDQM_harvestingV_cff.py", + "Validation/SiPixelPhase1TrackClustersV/python/SiPixelPhase1TrackClustersV_cfi.py", + "Validation/SiPixelPhase1TrackingParticleV/interface/SiPixelPhase1TrackingParticleV.h", + "Validation/SiPixelPhase1TrackingParticleV/python/SiPixelPhase1TrackingParticleV_cfi.py", + "Validation/SiPixelPhase1TrackingParticleV/src/SiPixelPhase1TrackingParticleV.cc" + ] + }, + "05991ff49c6779cd862cf5bb81763ba394b60684": { + "time": 1745920379, + "squashed": false, + "files": [] + }, + "ef1fdd4522128ab6176ca2fa6a0d2e1934e2ed60": { + "time": 1745918284, + "squashed": false, + "files": [ + "Alignment/OfflineValidation/BuildFile.xml" + ] + } + }, + "emoji": { + "2841961878": "+1" + }, + "last_seen_sha": "38ec0b5001047967c074e924158218a1e07ed0af", + "signatures": {} + } + } +] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_dirty_squash.json b/tests/PRActionData/TestProcessPr.test_dirty_squash.json index 388dcb68a6d..67986567ad4 100644 --- a/tests/PRActionData/TestProcessPr.test_dirty_squash.json +++ b/tests/PRActionData/TestProcessPr.test_dirty_squash.json @@ -12,7 +12,7 @@ }, "35f9a4c06b006029da40ed8858e0dae4abd52cb3": { "files": [], - "squashed": true, + "squashed": false, "time": 1712829250 }, "79752f053efecad55dde17732259737e621a1f3f": { @@ -35,13 +35,6 @@ ], "squashed": true, "time": 1712819089 - }, - "1d7419a436293c0337ca346fe868cb50cfdedc18": { - "time": 1713255947, - "squashed": false, - "files": [ - "Utilities/ReleaseScripts/test/BuildFile.xml" - ] } }, "emoji": { @@ -60,7 +53,7 @@ "2056946596": "-1", "2056966759": "+1" }, - "last_seen_sha": "1d7419a436293c0337ca346fe868cb50cfdedc18", + "last_seen_sha": "35f9a4c06b006029da40ed8858e0dae4abd52cb3", "signatures": { "2049242908": "2a9454e30606b17e52000110972998326ce9e428" } @@ -171,5 +164,72 @@ { "type": "edit-comment", "data": "cms-bot internal usage" + }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "2a9454e30606b17e52000110972998326ce9e428": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": true, + "time": 1711538467 + }, + "35f9a4c06b006029da40ed8858e0dae4abd52cb3": { + "files": [], + "squashed": true, + "time": 1712829250 + }, + "79752f053efecad55dde17732259737e621a1f3f": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": true, + "time": 1712828239 + }, + "dae848e38b8e387d7283a3e35818121487d9d76b": { + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ], + "squashed": true, + "time": 1712829250 + }, + "e4d069b76c464274bf6e7d7cf9bac2153ed9a903": { + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ], + "squashed": true, + "time": 1712819089 + }, + "1d7419a436293c0337ca346fe868cb50cfdedc18": { + "time": 1713255947, + "squashed": false, + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ] + } + }, + "emoji": { + "2049242908": "+1", + "2049536626": "+1", + "2056736344": "+1", + "2056739513": "+1", + "2056740892": "+1", + "2056796593": "+1", + "2056801055": "+1", + "2056820593": "+1", + "2056903278": "+1", + "2056930228": "+1", + "2056934192": "+1", + "2056935714": "+1", + "2056946596": "-1", + "2056966759": "+1" + }, + "last_seen_sha": "1d7419a436293c0337ca346fe868cb50cfdedc18", + "signatures": { + "2049242908": "2a9454e30606b17e52000110972998326ce9e428" + } + } } ] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_draft_pr_ask_ready.json b/tests/PRActionData/TestProcessPr.test_draft_pr_ask_ready.json index 357e51fe43e..d73b1466a10 100644 --- a/tests/PRActionData/TestProcessPr.test_draft_pr_ask_ready.json +++ b/tests/PRActionData/TestProcessPr.test_draft_pr_ask_ready.json @@ -21,13 +21,11 @@ "emoji": { "2523442237": "+1", "2532358732": "+1", - "2545714988": "+1", - "2545738731": "+1" + "2545714988": "+1" }, "last_seen_sha": "28ce3f5888b5433dcae409ee336b2ad422595246", "signatures": { - "2545714988": "28ce3f5888b5433dcae409ee336b2ad422595246", - "2545738731": "28ce3f5888b5433dcae409ee336b2ad422595246" + "2545714988": "28ce3f5888b5433dcae409ee336b2ad422595246" } } }, @@ -77,6 +75,38 @@ "type": "edit-comment", "data": "cms-bot internal usage" }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "28ce3f5888b5433dcae409ee336b2ad422595246": { + "files": [ + "FWCore/Utilities/BuildFile.xml" + ], + "squashed": false, + "time": 1733495641 + }, + "9138474754099798ff50cb07287e7caa4786f247": { + "files": [ + "FWCore/Utilities/BuildFile.xml" + ], + "squashed": false, + "time": 1733482192 + } + }, + "emoji": { + "2523442237": "+1", + "2532358732": "+1", + "2545714988": "+1", + "2545738731": "+1" + }, + "last_seen_sha": "28ce3f5888b5433dcae409ee336b2ad422595246", + "signatures": { + "2545714988": "28ce3f5888b5433dcae409ee336b2ad422595246", + "2545738731": "28ce3f5888b5433dcae409ee336b2ad422595246" + } + } + }, { "type": "status", "data": { diff --git a/tests/PRActionData/TestProcessPr.test_draft_pr_assign.json b/tests/PRActionData/TestProcessPr.test_draft_pr_assign.json index 0193599fae4..8abada2dc2b 100644 --- a/tests/PRActionData/TestProcessPr.test_draft_pr_assign.json +++ b/tests/PRActionData/TestProcessPr.test_draft_pr_assign.json @@ -11,9 +11,7 @@ "time": 1733482192 } }, - "emoji": { - "2523442237": "+1" - }, + "emoji": {}, "last_seen_sha": "9138474754099798ff50cb07287e7caa4786f247", "signatures": {} } @@ -44,6 +42,25 @@ "type": "edit-comment", "data": "cms-bot internal usage" }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "9138474754099798ff50cb07287e7caa4786f247": { + "files": [ + "FWCore/Utilities/BuildFile.xml" + ], + "squashed": false, + "time": 1733482192 + } + }, + "emoji": { + "2523442237": "+1" + }, + "last_seen_sha": "9138474754099798ff50cb07287e7caa4786f247", + "signatures": {} + } + }, { "type": "status", "data": { diff --git a/tests/PRActionData/TestProcessPr.test_draft_pr_fully_signed.json b/tests/PRActionData/TestProcessPr.test_draft_pr_fully_signed.json index 3e1a067720f..1c461306131 100644 --- a/tests/PRActionData/TestProcessPr.test_draft_pr_fully_signed.json +++ b/tests/PRActionData/TestProcessPr.test_draft_pr_fully_signed.json @@ -75,6 +75,38 @@ "type": "create-comment", "data": "A new Pull Request was created by iarspider for master.\n\nIt involves the following packages:\n\n- FWCore/Utilities (**core**)\n\n\n can you please review it and eventually sign? Thanks.\nfelicepantaleo, makortel, missirol, wddgit this is something you requested to watch as well.\niarspider you are the release manager for this.\n\ncms-bot commands are listed here\n" }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "28ce3f5888b5433dcae409ee336b2ad422595246": { + "files": [ + "FWCore/Utilities/BuildFile.xml" + ], + "squashed": false, + "time": 1733495641 + }, + "9138474754099798ff50cb07287e7caa4786f247": { + "files": [ + "FWCore/Utilities/BuildFile.xml" + ], + "squashed": false, + "time": 1733482192 + } + }, + "emoji": { + "2523442237": "+1", + "2532358732": "+1", + "2545714988": "+1", + "2545738731": "+1" + }, + "last_seen_sha": "28ce3f5888b5433dcae409ee336b2ad422595246", + "signatures": { + "2545714988": "28ce3f5888b5433dcae409ee336b2ad422595246", + "2545738731": "28ce3f5888b5433dcae409ee336b2ad422595246" + } + } + }, { "type": "status", "data": { diff --git a/tests/PRActionData/TestProcessPr.test_draft_pr_opened.json b/tests/PRActionData/TestProcessPr.test_draft_pr_opened.json index 3d2069a4ede..901f93d6565 100644 --- a/tests/PRActionData/TestProcessPr.test_draft_pr_opened.json +++ b/tests/PRActionData/TestProcessPr.test_draft_pr_opened.json @@ -48,6 +48,23 @@ "context": "cms/21/code-checks" } }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "9138474754099798ff50cb07287e7caa4786f247": { + "files": [ + "FWCore/Utilities/BuildFile.xml" + ], + "squashed": false, + "time": 1733482192 + } + }, + "emoji": {}, + "last_seen_sha": "9138474754099798ff50cb07287e7caa4786f247", + "signatures": {} + } + }, { "type": "status", "data": { diff --git a/tests/PRActionData/TestProcessPr.test_draft_pr_ready.json b/tests/PRActionData/TestProcessPr.test_draft_pr_ready.json index 03ff35b0666..b5bb8232ce5 100644 --- a/tests/PRActionData/TestProcessPr.test_draft_pr_ready.json +++ b/tests/PRActionData/TestProcessPr.test_draft_pr_ready.json @@ -19,8 +19,7 @@ } }, "emoji": { - "2523442237": "+1", - "2532358732": "+1" + "2523442237": "+1" }, "last_seen_sha": "28ce3f5888b5433dcae409ee336b2ad422595246", "signatures": {} @@ -91,6 +90,33 @@ "type": "edit-comment", "data": "cms-bot internal usage" }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "28ce3f5888b5433dcae409ee336b2ad422595246": { + "files": [ + "FWCore/Utilities/BuildFile.xml" + ], + "squashed": false, + "time": 1733495641 + }, + "9138474754099798ff50cb07287e7caa4786f247": { + "files": [ + "FWCore/Utilities/BuildFile.xml" + ], + "squashed": false, + "time": 1733482192 + } + }, + "emoji": { + "2523442237": "+1", + "2532358732": "+1" + }, + "last_seen_sha": "28ce3f5888b5433dcae409ee336b2ad422595246", + "signatures": {} + } + }, { "type": "status", "data": { diff --git a/tests/PRActionData/TestProcessPr.test_draft_pr_start_test.json b/tests/PRActionData/TestProcessPr.test_draft_pr_start_test.json index 3821f343465..88221f2fe21 100644 --- a/tests/PRActionData/TestProcessPr.test_draft_pr_start_test.json +++ b/tests/PRActionData/TestProcessPr.test_draft_pr_start_test.json @@ -19,8 +19,7 @@ } }, "emoji": { - "2523442237": "+1", - "2532358732": "+1" + "2523442237": "+1" }, "last_seen_sha": "28ce3f5888b5433dcae409ee336b2ad422595246", "signatures": {} @@ -87,6 +86,33 @@ "type": "edit-comment", "data": "cms-bot internal usage" }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "28ce3f5888b5433dcae409ee336b2ad422595246": { + "files": [ + "FWCore/Utilities/BuildFile.xml" + ], + "squashed": false, + "time": 1733495641 + }, + "9138474754099798ff50cb07287e7caa4786f247": { + "files": [ + "FWCore/Utilities/BuildFile.xml" + ], + "squashed": false, + "time": 1733482192 + } + }, + "emoji": { + "2523442237": "+1", + "2532358732": "+1" + }, + "last_seen_sha": "28ce3f5888b5433dcae409ee336b2ad422595246", + "signatures": {} + } + }, { "type": "status", "data": { diff --git a/tests/PRActionData/TestProcessPr.test_draft_pr_updated.json b/tests/PRActionData/TestProcessPr.test_draft_pr_updated.json index 95d3dd883a5..edd08ac585c 100644 --- a/tests/PRActionData/TestProcessPr.test_draft_pr_updated.json +++ b/tests/PRActionData/TestProcessPr.test_draft_pr_updated.json @@ -9,19 +9,12 @@ ], "squashed": false, "time": 1733482192 - }, - "28ce3f5888b5433dcae409ee336b2ad422595246": { - "time": 1733495641, - "squashed": false, - "files": [ - "FWCore/Utilities/BuildFile.xml" - ] } }, "emoji": { "2523442237": "+1" }, - "last_seen_sha": "28ce3f5888b5433dcae409ee336b2ad422595246", + "last_seen_sha": "9138474754099798ff50cb07287e7caa4786f247", "signatures": {} } }, @@ -69,6 +62,32 @@ "type": "edit-comment", "data": "cms-bot internal usage" }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "9138474754099798ff50cb07287e7caa4786f247": { + "files": [ + "FWCore/Utilities/BuildFile.xml" + ], + "squashed": false, + "time": 1733482192 + }, + "28ce3f5888b5433dcae409ee336b2ad422595246": { + "time": 1733495641, + "squashed": false, + "files": [ + "FWCore/Utilities/BuildFile.xml" + ] + } + }, + "emoji": { + "2523442237": "+1" + }, + "last_seen_sha": "28ce3f5888b5433dcae409ee336b2ad422595246", + "signatures": {} + } + }, { "type": "status", "data": { diff --git a/tests/PRActionData/TestProcessPr.test_empty_pr.json b/tests/PRActionData/TestProcessPr.test_empty_pr.json new file mode 100644 index 00000000000..0637a088a01 --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_empty_pr.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_enable_none.json b/tests/PRActionData/TestProcessPr.test_enable_none.json new file mode 100644 index 00000000000..6684feba6ec --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_enable_none.json @@ -0,0 +1,127 @@ +[ + { + "type": "load-bot-cache", + "data": { + "commits": { + "17338beb185f1d28fdda4387ac6251c84c927eea": { + "files": [ + "Validation/TrackerHits/test/README" + ], + "time": 1702384310 + }, + "4dfd0c268fa858e98fce9f9f9104e27e6e26fbac": { + "files": [ + "SimTracker/TrackTriggerAssociation/doc/README" + ], + "time": 1702385485 + }, + "5391c56598b2b29a7ab6a5a5f3dbac8ec511574f": { + "files": [ + "SimTracker/TrackTriggerAssociation/doc/README" + ], + "time": 1702384271 + }, + "5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4": { + "files": [ + "Validation/TrackerHits/test/README" + ], + "time": 1702385827 + } + }, + "emoji": { + "1852068434": "+1", + "2857856131": "+1", + "2857857384": "+1" + }, + "last_seen_sha": "5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4", + "signatures": { + "1852068434": "17338beb185f1d28fdda4387ac6251c84c927eea" + } + } + }, + { + "type": "emoji", + "data": [ + 2857856131, + "+1", + true + ] + }, + { + "type": "emoji", + "data": [ + 2857857384, + "+1", + true + ] + }, + { + "type": "emoji", + "data": [ + 2857861730, + "+1", + true + ] + }, + { + "type": "emoji", + "data": [ + 1852068434, + "+1", + true + ] + }, + { + "type": "add-label", + "data": [] + }, + { + "type": "remove-label", + "data": [] + }, + { + "type": "edit-comment", + "data": "cms-bot internal usage" + }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "17338beb185f1d28fdda4387ac6251c84c927eea": { + "files": [ + "Validation/TrackerHits/test/README" + ], + "time": 1702384310 + }, + "4dfd0c268fa858e98fce9f9f9104e27e6e26fbac": { + "files": [ + "SimTracker/TrackTriggerAssociation/doc/README" + ], + "time": 1702385485 + }, + "5391c56598b2b29a7ab6a5a5f3dbac8ec511574f": { + "files": [ + "SimTracker/TrackTriggerAssociation/doc/README" + ], + "time": 1702384271 + }, + "5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4": { + "files": [ + "Validation/TrackerHits/test/README" + ], + "time": 1702385827 + } + }, + "emoji": { + "1852068434": "+1", + "2857856131": "+1", + "2857857384": "+1", + "2857861730": "+1" + }, + "last_seen_sha": "5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4", + "signatures": { + "1852068434": "17338beb185f1d28fdda4387ac6251c84c927eea" + } + } + } +] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_future_commit.json b/tests/PRActionData/TestProcessPr.test_future_commit.json new file mode 100644 index 00000000000..d9e127d3ba7 --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_future_commit.json @@ -0,0 +1,9 @@ +[ + { + "type": "update-milestone", + "data": { + "id": 4, + "title": "CMSSW_14_1_X" + } + } +] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_get_backported_pr.json b/tests/PRActionData/TestProcessPr.test_get_backported_pr.json new file mode 100644 index 00000000000..1b5744a44bf --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_get_backported_pr.json @@ -0,0 +1,80 @@ +[ + { + "type": "load-bot-cache", + "data": { + "commits": { + "c592a62359c0f0b69dd35bacd8231714cdbab3a0": { + "files": [ + "README" + ], + "squashed": false, + "time": 1745496835 + }, + "ceea69106c5e0e17c03c87c13bdf187f03214fec": { + "files": [ + "README" + ], + "squashed": false, + "time": 1743158481 + } + }, + "emoji": { + "2827886592": "-1", + "2834496990": "+1" + }, + "last_seen_sha": "c592a62359c0f0b69dd35bacd8231714cdbab3a0", + "signatures": {} + } + }, + { + "type": "emoji", + "data": [ + 2827886592, + "+1", + true + ] + }, + { + "type": "emoji", + "data": [ + 2834496990, + "+1", + true + ] + }, + { + "type": "add-label", + "data": [] + }, + { + "type": "remove-label", + "data": [] + }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "c592a62359c0f0b69dd35bacd8231714cdbab3a0": { + "files": [ + "README" + ], + "squashed": false, + "time": 1745496835 + }, + "ceea69106c5e0e17c03c87c13bdf187f03214fec": { + "files": [ + "README" + ], + "squashed": false, + "time": 1743158481 + } + }, + "emoji": { + "2827886592": "-1", + "2834496990": "+1" + }, + "last_seen_sha": "c592a62359c0f0b69dd35bacd8231714cdbab3a0", + "signatures": {} + } + } +] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_grant.json b/tests/PRActionData/TestProcessPr.test_grant.json new file mode 100644 index 00000000000..b331ccef779 --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_grant.json @@ -0,0 +1,73 @@ +[ + { + "type": "load-bot-cache", + "data": { + "commits": { + "ceea69106c5e0e17c03c87c13bdf187f03214fec": { + "files": [ + "README" + ], + "squashed": false, + "time": 1743158481 + } + }, + "emoji": { + "2801525714": "+1" + }, + "last_seen_sha": "ceea69106c5e0e17c03c87c13bdf187f03214fec", + "signatures": {} + } + }, + { + "type": "emoji", + "data": [ + 2809066370, + "+1", + true + ] + }, + { + "type": "add-label", + "data": [ + "allow-cmsbot" + ] + }, + { + "type": "remove-label", + "data": [] + }, + { + "type": "edit-comment", + "data": "cms-bot internal usage" + }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "ceea69106c5e0e17c03c87c13bdf187f03214fec": { + "files": [ + "README" + ], + "squashed": false, + "time": 1743158481 + } + }, + "emoji": { + "2801525714": "+1", + "2809066370": "+1" + }, + "last_seen_sha": "ceea69106c5e0e17c03c87c13bdf187f03214fec", + "signatures": {} + } + }, + { + "type": "status", + "data": { + "commit": "ceea69106c5e0e17c03c87c13bdf187f03214fec", + "state": "success", + "target_url": "https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2809066370", + "description": "Comment by iarspider at 2025-04-16 10:03:58 UTC processed.", + "context": "bot/25/ack" + } + } +] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_hold.json b/tests/PRActionData/TestProcessPr.test_hold.json index 75967d51a50..972e55e3a82 100644 --- a/tests/PRActionData/TestProcessPr.test_hold.json +++ b/tests/PRActionData/TestProcessPr.test_hold.json @@ -35,8 +35,7 @@ "emoji": { "2049242908": "+1", "2049536626": "+1", - "2056736344": "+1", - "2056739513": "+1" + "2056736344": "+1" }, "last_seen_sha": "dae848e38b8e387d7283a3e35818121487d9d76b", "signatures": { @@ -78,6 +77,51 @@ "type": "edit-comment", "data": "cms-bot internal usage" }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "2a9454e30606b17e52000110972998326ce9e428": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": false, + "time": 1711538467 + }, + "79752f053efecad55dde17732259737e621a1f3f": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": false, + "time": 1712828239 + }, + "dae848e38b8e387d7283a3e35818121487d9d76b": { + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ], + "squashed": false, + "time": 1712829250 + }, + "e4d069b76c464274bf6e7d7cf9bac2153ed9a903": { + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ], + "squashed": false, + "time": 1712819089 + } + }, + "emoji": { + "2049242908": "+1", + "2049536626": "+1", + "2056736344": "+1", + "2056739513": "+1" + }, + "last_seen_sha": "dae848e38b8e387d7283a3e35818121487d9d76b", + "signatures": { + "2049242908": "2a9454e30606b17e52000110972998326ce9e428" + } + } + }, { "type": "status", "data": { diff --git a/tests/PRActionData/TestProcessPr.test_ignore_rejected_invalid.json b/tests/PRActionData/TestProcessPr.test_ignore_rejected_invalid.json new file mode 100644 index 00000000000..ef071442aae --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_ignore_rejected_invalid.json @@ -0,0 +1,82 @@ +[ + { + "type": "load-bot-cache", + "data": { + "commits": { + "c592a62359c0f0b69dd35bacd8231714cdbab3a0": { + "files": [ + "README" + ], + "squashed": false, + "time": 1745496835 + }, + "ceea69106c5e0e17c03c87c13bdf187f03214fec": { + "files": [ + "README" + ], + "squashed": false, + "time": 1743158481 + } + }, + "emoji": {}, + "last_seen_sha": "c592a62359c0f0b69dd35bacd8231714cdbab3a0", + "signatures": {} + } + }, + { + "type": "emoji", + "data": [ + 2827886592, + "+1", + true + ] + }, + { + "type": "add-label", + "data": [] + }, + { + "type": "remove-label", + "data": [] + }, + { + "type": "edit-comment", + "data": "cms-bot internal usage" + }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "c592a62359c0f0b69dd35bacd8231714cdbab3a0": { + "files": [ + "README" + ], + "squashed": false, + "time": 1745496835 + }, + "ceea69106c5e0e17c03c87c13bdf187f03214fec": { + "files": [ + "README" + ], + "squashed": false, + "time": 1743158481 + } + }, + "emoji": { + "2827886592": "-1" + }, + "last_seen_sha": "c592a62359c0f0b69dd35bacd8231714cdbab3a0", + "signatures": {} + } + }, + { + "type": "status", + "data": { + "commit": "c592a62359c0f0b69dd35bacd8231714cdbab3a0", + "state": "success", + "target_url": "https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2827886592", + "description": "Comment by iarspider at 2025-04-24 14:37:49 UTC processed.", + "context": "bot/25/ack" + } + } +] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_ignore_rejected_valid.json b/tests/PRActionData/TestProcessPr.test_ignore_rejected_valid.json new file mode 100644 index 00000000000..737fcb2d36a --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_ignore_rejected_valid.json @@ -0,0 +1,87 @@ +[ + { + "type": "load-bot-cache", + "data": { + "commits": { + "c592a62359c0f0b69dd35bacd8231714cdbab3a0": { + "files": [ + "README" + ], + "squashed": false, + "time": 1745496835 + }, + "ceea69106c5e0e17c03c87c13bdf187f03214fec": { + "files": [ + "README" + ], + "squashed": false, + "time": 1743158481 + } + }, + "emoji": {}, + "last_seen_sha": "c592a62359c0f0b69dd35bacd8231714cdbab3a0", + "signatures": {} + } + }, + { + "type": "emoji", + "data": [ + 2827886592, + "+1", + true + ] + }, + { + "type": "add-label", + "data": [ + "tests-approved", + "tests-manual-override" + ] + }, + { + "type": "remove-label", + "data": [ + "tests-rejected" + ] + }, + { + "type": "edit-comment", + "data": "cms-bot internal usage" + }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "c592a62359c0f0b69dd35bacd8231714cdbab3a0": { + "files": [ + "README" + ], + "squashed": false, + "time": 1745496835 + }, + "ceea69106c5e0e17c03c87c13bdf187f03214fec": { + "files": [ + "README" + ], + "squashed": false, + "time": 1743158481 + } + }, + "emoji": { + "2827886592": "+1" + }, + "last_seen_sha": "c592a62359c0f0b69dd35bacd8231714cdbab3a0", + "signatures": {} + } + }, + { + "type": "status", + "data": { + "commit": "c592a62359c0f0b69dd35bacd8231714cdbab3a0", + "state": "success", + "target_url": "https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2827886592", + "description": "Comment by iarspider at 2025-04-24 14:37:49 UTC processed.", + "context": "bot/25/ack" + } + } +] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_ignore_sign.json b/tests/PRActionData/TestProcessPr.test_ignore_sign.json new file mode 100644 index 00000000000..287caa392a1 --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_ignore_sign.json @@ -0,0 +1,128 @@ +[ + { + "type": "load-bot-cache", + "data": { + "commits": { + "17338beb185f1d28fdda4387ac6251c84c927eea": { + "files": [ + "Validation/TrackerHits/test/README" + ], + "time": 1702384310 + }, + "4dfd0c268fa858e98fce9f9f9104e27e6e26fbac": { + "files": [ + "SimTracker/TrackTriggerAssociation/doc/README" + ], + "time": 1702385485 + }, + "5391c56598b2b29a7ab6a5a5f3dbac8ec511574f": { + "files": [ + "SimTracker/TrackTriggerAssociation/doc/README" + ], + "time": 1702384271 + }, + "5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4": { + "files": [ + "Validation/TrackerHits/test/README" + ], + "time": 1702385827 + } + }, + "emoji": { + "1852068434": "+1", + "2857856131": "+1", + "2857857384": "+1" + }, + "last_seen_sha": "5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4", + "signatures": { + "1852068434": "17338beb185f1d28fdda4387ac6251c84c927eea" + } + } + }, + { + "type": "emoji", + "data": [ + 2857856131, + "+1", + true + ] + }, + { + "type": "emoji", + "data": [ + 2857857384, + "+1", + true + ] + }, + { + "type": "emoji", + "data": [ + 2857861730, + "+1", + true + ] + }, + { + "type": "emoji", + "data": [ + 1852068434, + "+1", + true + ] + }, + { + "type": "add-label", + "data": [] + }, + { + "type": "remove-label", + "data": [] + }, + { + "type": "edit-comment", + "data": "cms-bot internal usage" + }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "17338beb185f1d28fdda4387ac6251c84c927eea": { + "files": [ + "Validation/TrackerHits/test/README" + ], + "time": 1702384310 + }, + "4dfd0c268fa858e98fce9f9f9104e27e6e26fbac": { + "files": [ + "SimTracker/TrackTriggerAssociation/doc/README" + ], + "time": 1702385485 + }, + "5391c56598b2b29a7ab6a5a5f3dbac8ec511574f": { + "files": [ + "SimTracker/TrackTriggerAssociation/doc/README" + ], + "time": 1702384271 + }, + "5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4": { + "files": [ + "Validation/TrackerHits/test/README" + ], + "time": 1702385827 + } + }, + "emoji": { + "1852068434": "+1", + "2857856131": "+1", + "2857857384": "+1", + "2857861730": "+1" + }, + "last_seen_sha": "5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4", + "signatures": { + "1852068434": "17338beb185f1d28fdda4387ac6251c84c927eea", + "2857867292": "5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4" + } + } + } +] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_ignore_smth.json b/tests/PRActionData/TestProcessPr.test_ignore_smth.json new file mode 100644 index 00000000000..b694ef02cff --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_ignore_smth.json @@ -0,0 +1,117 @@ +[ + { + "type": "load-bot-cache", + "data": { + "commits": { + "ceea69106c5e0e17c03c87c13bdf187f03214fec": { + "files": [ + "README" + ], + "squashed": false, + "time": 1743158481 + } + }, + "emoji": { + "2801525714": "+1" + }, + "last_seen_sha": "ceea69106c5e0e17c03c87c13bdf187f03214fec", + "signatures": {} + } + }, + { + "type": "emoji", + "data": [ + 2809041970, + "+1", + true + ] + }, + { + "type": "status", + "data": { + "commit": "ceea69106c5e0e17c03c87c13bdf187f03214fec", + "state": "success", + "target_url": "https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2809060887", + "description": "Tests requested by iarspider at 2025-04-16 10:01:48 UTC.", + "context": "bot/25/jenkins" + } + }, + { + "type": "emoji", + "data": [ + 2809060887, + "+1", + true + ] + }, + { + "type": "add-label", + "data": [ + "tests-started" + ] + }, + { + "type": "remove-label", + "data": [ + "tests-pending" + ] + }, + { + "type": "create-property-file", + "data": { + "filename": "trigger-tests-iarspider-cmssw-cmssw-25.properties", + "data": { + "PULL_REQUESTS": "iarspider-cmssw/cmssw#25", + "IGNORE_BOT_TESTS": [ + "BUILD-WARNINGS", + null + ], + "EXTRA_RELVALS_TESTS": "THREADING GPU HIGH_STATS NANO CUDA ROCM", + "CONTEXT_PREFIX": "cms/25" + } + } + }, + { + "type": "emoji", + "data": [ + 2809060887, + "+1", + true + ] + }, + { + "type": "edit-comment", + "data": "cms-bot internal usage" + }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "ceea69106c5e0e17c03c87c13bdf187f03214fec": { + "files": [ + "README" + ], + "squashed": false, + "time": 1743158481 + } + }, + "emoji": { + "2801525714": "+1", + "2809041970": "+1", + "2809060887": "+1" + }, + "last_seen_sha": "ceea69106c5e0e17c03c87c13bdf187f03214fec", + "signatures": {} + } + }, + { + "type": "status", + "data": { + "commit": "ceea69106c5e0e17c03c87c13bdf187f03214fec", + "state": "success", + "target_url": "https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2809060887", + "description": "Comment by iarspider at 2025-04-16 10:01:48 UTC processed.", + "context": "bot/25/ack" + } + } +] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_invalid_test_params.json b/tests/PRActionData/TestProcessPr.test_invalid_test_params.json new file mode 100644 index 00000000000..841371cf0d6 --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_invalid_test_params.json @@ -0,0 +1,89 @@ +[ + { + "type": "load-bot-cache", + "data": { + "commits": { + "ceea69106c5e0e17c03c87c13bdf187f03214fec": { + "files": [ + "README" + ], + "squashed": false, + "time": 1743158481 + } + }, + "emoji": { + "2801525714": "+1" + }, + "last_seen_sha": "ceea69106c5e0e17c03c87c13bdf187f03214fec", + "signatures": {} + } + }, + { + "type": "emoji", + "data": [ + 2801525714, + "+1", + true + ] + }, + { + "type": "add-label", + "data": [] + }, + { + "type": "remove-label", + "data": [] + }, + { + "type": "status", + "data": { + "commit": "ceea69106c5e0e17c03c87c13bdf187f03214fec", + "state": "error", + "target_url": "https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2801609055", + "description": "2801609055:ERRORS: format:'foo'; key:bar", + "context": "bot/25/test_parameters" + } + }, + { + "type": "emoji", + "data": [ + 2801609055, + "-1", + true + ] + }, + { + "type": "edit-comment", + "data": "cms-bot internal usage" + }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "ceea69106c5e0e17c03c87c13bdf187f03214fec": { + "files": [ + "README" + ], + "squashed": false, + "time": 1743158481 + } + }, + "emoji": { + "2801525714": "+1", + "2801609055": "-1" + }, + "last_seen_sha": "ceea69106c5e0e17c03c87c13bdf187f03214fec", + "signatures": {} + } + }, + { + "type": "status", + "data": { + "commit": "ceea69106c5e0e17c03c87c13bdf187f03214fec", + "state": "success", + "target_url": "https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2801609055", + "description": "Comment by iarspider at 2025-04-14 12:50:19 UTC processed.", + "context": "bot/25/ack" + } + } +] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_invalid_type.json b/tests/PRActionData/TestProcessPr.test_invalid_type.json index a3de1e8b069..5b0e9dec053 100644 --- a/tests/PRActionData/TestProcessPr.test_invalid_type.json +++ b/tests/PRActionData/TestProcessPr.test_invalid_type.json @@ -44,8 +44,7 @@ "2056903278": "+1", "2056930228": "+1", "2056934192": "+1", - "2056935714": "+1", - "2056946596": "-1" + "2056935714": "+1" }, "last_seen_sha": "dae848e38b8e387d7283a3e35818121487d9d76b", "signatures": { @@ -129,6 +128,60 @@ "type": "edit-comment", "data": "cms-bot internal usage" }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "2a9454e30606b17e52000110972998326ce9e428": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": false, + "time": 1711538467 + }, + "79752f053efecad55dde17732259737e621a1f3f": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": false, + "time": 1712828239 + }, + "dae848e38b8e387d7283a3e35818121487d9d76b": { + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ], + "squashed": false, + "time": 1712829250 + }, + "e4d069b76c464274bf6e7d7cf9bac2153ed9a903": { + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ], + "squashed": false, + "time": 1712819089 + } + }, + "emoji": { + "2049242908": "+1", + "2049536626": "+1", + "2056736344": "+1", + "2056739513": "+1", + "2056740892": "+1", + "2056796593": "+1", + "2056801055": "+1", + "2056820593": "+1", + "2056903278": "+1", + "2056930228": "+1", + "2056934192": "+1", + "2056935714": "+1", + "2056946596": "-1" + }, + "last_seen_sha": "dae848e38b8e387d7283a3e35818121487d9d76b", + "signatures": { + "2049242908": "2a9454e30606b17e52000110972998326ce9e428" + } + } + }, { "type": "status", "data": { diff --git a/tests/PRActionData/TestProcessPr.test_many_commits_ok.json b/tests/PRActionData/TestProcessPr.test_many_commits_ok.json index 419832b48a8..949a739d8af 100644 --- a/tests/PRActionData/TestProcessPr.test_many_commits_ok.json +++ b/tests/PRActionData/TestProcessPr.test_many_commits_ok.json @@ -47,5 +47,1074 @@ { "type": "create-comment", "data": "cms-bot internal usage" + }, + { + "type": "save-bot-cache", + "data": { + "emoji": { + "2058816831": "+1" + }, + "signatures": {}, + "commits": { + "fd99bd146e87a00eb90eccef12f487ecc8f4c496": { + "time": 1713257113, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/FakeAlignmentSource_cfi.py" + ] + }, + "695ad7b437304bb6b0c81d7a2c7234a855f0c693": { + "time": 1713257112, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/fakeAlignmentProducer_cfi.py" + ] + }, + "3d0781365fb37582e3aad27b77ba897069211812": { + "time": 1713257112, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/DBConfiguration_cff.py" + ] + }, + "c4d3429387987cbe0740b97c3bd9e3c3053776d2": { + "time": 1713257112, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/customizeLSNumberFilterForRelVals.py" + ] + }, + "4f1c4bcbe523e52af825a241984c35a846aba5f2": { + "time": 1713257112, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexSelector_cfi.py" + ] + }, + "4918fb6875bad67ed11a790b5c1bfe92a832fe2a": { + "time": 1713257112, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexCompositeCandidateSelector_cfi.py" + ] + }, + "72c450fe9fad9b732c752fda13eae5358150ac6c": { + "time": 1713257112, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/AlignmentTrackSelector_cfi.py" + ] + }, + "2e7e3e8910b334dc7ed092ac57f5eb98c8d2da30": { + "time": 1713257112, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/AlignmentProducer_cff.py" + ] + }, + "cf8a20fe025a120a38033327b45213f75a30ebaf": { + "time": 1713257111, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/AlignmentProducerAsAnalyzer_cff.py" + ] + }, + "02440e727939b320077b2552cd1e2819122762e6": { + "time": 1713257111, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/AlignmentMuonSelector_cfi.py" + ] + }, + "37d7bdc1af3512d1d8752e4319c103392a133d03": { + "time": 1713257111, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHGCombined_cff.py" + ] + }, + "b37681e6cd269af256fbc9834ad8258389ae0a3b": { + "time": 1713257111, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHG_cff.py" + ] + }, + "7694958540750fe64b9271a4beb0c7d929bf7dff": { + "time": 1713257111, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvester_cff.py" + ] + }, + "273452e7560cb359d5f856bf0020c2527af8d40f": { + "time": 1713257111, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvester0T_cff.py" + ] + }, + "0e617968795f452376ad263cbe1a5e4af8780302": { + "time": 1713257111, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMuPA_Output_cff.py" + ] + }, + "ea6acb1a1188b01dd1ebbbd6169a5b845d5ecdd0": { + "time": 1713257111, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMuPA_cff.py" + ] + }, + "b10758b37d2f7b8054f84e716323ef01113bdc5a": { + "time": 1713257110, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMu_Output_cff.py" + ] + }, + "1559fe71295ca36dcc6fa3e7ab7bbfd88a81d86c": { + "time": 1713257110, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMuHI_Output_cff.py" + ] + }, + "e21f41004058e91d8dbb3caff061a097ea008911": { + "time": 1713257110, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMuHI_cff.py" + ] + }, + "4d570c74cab565cd7e2b6139e5a57f92b7b886be": { + "time": 1713257110, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMu_cff.py" + ] + }, + "3b5195aa80a73ff17ebf0a4b53550cefb7056ba9": { + "time": 1713257110, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlWMuNu_Output_cff.py" + ] + }, + "b1e8c8c7fa228d3b3ba1f0b49d5abf6351ac813a": { + "time": 1713257110, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlWMuNu_cff.py" + ] + }, + "66ead66f52fd286f124c32aa3884ae1ad36f3963": { + "time": 1713257110, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlV0s_Output_cff.py" + ] + }, + "5392e68630f8c1f3e4b295ea80831c6a9caa4dc2": { + "time": 1713257110, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlV0s_cff.py" + ] + }, + "70d4a3979fca7c6983d73f89249f1a072b6939f3": { + "time": 1713257109, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuPA_Output_cff.py" + ] + }, + "5de437bf09655fb67fa7f0ddecf969f2635db32e": { + "time": 1713257109, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuPA_cff.py" + ] + }, + "c41d69c0800f7c5aa1c7c5f0fa600f94f3e3ba41": { + "time": 1713257109, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMu_Output_cff.py" + ] + }, + "fda1d3579f11ce0f851c037b0ac50fb641d79f11": { + "time": 1713257109, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuHI_Output_cff.py" + ] + }, + "c3338ae6aa615c78f5507d315c046d9e82bbce0d": { + "time": 1713257109, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuHI_cff.py" + ] + }, + "2e92add26d5813078727a617884b9a3ae30e3de9": { + "time": 1713257109, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMu_cff.py" + ] + }, + "a42445818e0e4087aeca09673ee6977864fe01ef": { + "time": 1713257109, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedPA_Output_cff.py" + ] + }, + "6b3eaceed1efbb6412cd414cf42c11b523d43b46": { + "time": 1713257108, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedPA_cff.py" + ] + }, + "7dde5a4c24bfee4440e1eb74d380b3ed7f988714": { + "time": 1713257108, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolated_Output_cff.py" + ] + }, + "93dd83317c6f5c690ddab5f833e121a7aa7e9958": { + "time": 1713257108, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedHI_Output_cff.py" + ] + }, + "93e8596aa02ca43bb0a2f4679cb998b842585b99": { + "time": 1713257108, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedHI_cff.py" + ] + }, + "343e5e3248cb1f3a929ad5efeffbe0137d5f4fad": { + "time": 1713257108, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolated_cff.py" + ] + }, + "c55f434953618d3ee909a82555a2c2e8fe31b8e4": { + "time": 1713257108, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMinBias_Skimmed_cff.py" + ] + }, + "26d5494b0ed51567d0f58fa3362caf3de1387fb4": { + "time": 1713257108, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMinBias_Output_cff.py" + ] + }, + "0d5119e4905a0a36a535f2578ce96b41d687f63a": { + "time": 1713257107, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMinBiasHI_Output_cff.py" + ] + }, + "e3a451b752fd843e69a9f2cd1cbb0dcc060ba4d0": { + "time": 1713257107, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMinBiasHI_cff.py" + ] + }, + "a3a61e5788ec64eff9d219dd89a0e9168a21941f": { + "time": 1713257107, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMinBias_cff.py" + ] + }, + "4342dab36ead5f115ab89eb5d20d33b00afa67dc": { + "time": 1713257107, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlLAS_Output_cff.py" + ] + }, + "8138ac02f7370f2b3e0ba18eb326231f3dc25767": { + "time": 1713257107, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlLAS_cff.py" + ] + }, + "7c09dd71a5f9eea6065d1bca2563fd0ba26cb31f": { + "time": 1713257107, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJpsiMuMu_Output_cff.py" + ] + }, + "b9a4a95a7669bb688eaf9c99d741615bdeb9a3be": { + "time": 1713257107, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJpsiMuMuHI_Output_cff.py" + ] + }, + "b1da2ff5d37ce752da86c15bd721b990f72d2204": { + "time": 1713257107, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJpsiMuMuHI_cff.py" + ] + }, + "94c509c1d2433ff6733e6d5e555fd0f9af47667a": { + "time": 1713257106, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJpsiMuMu_cff.py" + ] + }, + "f4a39ca6442e7d783d7d57d8cddf98ebf90cc148": { + "time": 1713257106, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJetHT_Output_cff.py" + ] + }, + "e11e6666b3cafc148568d7e58d46bcaf9e0f2143": { + "time": 1713257106, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJetHT_cff.py" + ] + }, + "989900e5eb2a5260f308b0b1818139704e5888ae": { + "time": 1713257106, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlDiMuonAndVertex_Output_cff.py" + ] + }, + "d53b9bd64685138bda5b058402f47aa23b2f4e1e": { + "time": 1713257106, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlDiMuonAndVertex_cff.py" + ] + }, + "33bab99045167f9b921bd150ec6b92a07cabbb68": { + "time": 1713257106, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics_Output_cff.py" + ] + }, + "965c832e10ac29e3c0f1b91fbb5f06891189f011": { + "time": 1713257106, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsInCollisions_Output_cff.py" + ] + }, + "140c33ec8249a4a1efe2ffc8bcc3e4b5f84cbc5f": { + "time": 1713257106, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsInCollisions_cff.py" + ] + }, + "9494846e873fba740874ec7ecadce4a6d00f2321": { + "time": 1713257105, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsHLT_Output_cff.py" + ] + }, + "f414411be9156696683ecf374478379ae1e65799": { + "time": 1713257105, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsHLT_cff.py" + ] + }, + "5850a11ff295071daa92b2e0ae3e9351e555e22a": { + "time": 1713257105, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics_cff.py" + ] + }, + "5fd537309af26ec463652904bb9b4af194f053f9": { + "time": 1713257105, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0T_Skimmed_cff.py" + ] + }, + "1a0c294006f0727c08a8c535d4c35ca9d3a11560": { + "time": 1713257105, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0T_Output_cff.py" + ] + }, + "2d4fe5cac27d329c45335fff21a76cc6f2887a42": { + "time": 1713257105, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0THLT_Output_cff.py" + ] + }, + "54a311b32085fd8a201f47993987cd3898519913": { + "time": 1713257105, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0THLT_cff.py" + ] + }, + "771cd52d642b567fd401abeeeb73f6a03b7c25d1": { + "time": 1713257105, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0T_cff.py" + ] + }, + "2db73d9e8b6b95b05890f46a7ee7b5b80d025ca9": { + "time": 1713257104, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlBeamHalo_Output_cff.py" + ] + }, + "a67fc27c06fcb20088043e80e5c70f9a7c7f557f": { + "time": 1713257104, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlBeamHalo_cff.py" + ] + }, + "8cb55938020bf324697a713ef8341cf74c676473": { + "time": 1713257104, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_Output_cff.py" + ] + }, + "b65976a868ea2226600ac191d4a63767b514bef0": { + "time": 1713257104, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_Output_cff.py" + ] + }, + "54d57f1f7cd199df49c988724d9b630389964ce8": { + "time": 1713257104, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGDiMuon_cff.py" + ] + }, + "bf4f3003d8ca2adca1fa6521e79de2e38fa00085": { + "time": 1713257104, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGCombined_Output_cff.py" + ] + }, + "9ead59ffdbd00680efdcd278c945d0190f5431a2": { + "time": 1713257104, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_cff.py" + ] + }, + "e7830eae688dec0bcd6ba16c7eb31d069f4c79d9": { + "time": 1713257104, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_cff.py" + ] + }, + "6bc380dd03a72ed6b936206410d5d306635baffb": { + "time": 1713257103, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli0T_cff.py" + ] + }, + "b01cfede232680315b8e776989863016c434c1c4": { + "time": 1713257103, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlZMuMu_Output_cff.py" + ] + }, + "dd79321d938d68ff7634c0594d63609a81d08f6e": { + "time": 1713257103, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlZMuMu_cff.py" + ] + }, + "28da794cf3573f21e2d2b7ab67f4b70faa424ef7": { + "time": 1713257103, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlStandAloneCosmics_Output_cff.py" + ] + }, + "fa22f9dce4aaf89fe9bd6a3b629d8653a99f6961": { + "time": 1713257103, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlStandAloneCosmics_cff.py" + ] + }, + "9d9fa3ef63254933653481c5d3b5d17bd827c7a8": { + "time": 1713257103, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlOverlaps_Output_cff.py" + ] + }, + "67402bf06994fb808632d5194c505b3cef667749": { + "time": 1713257102, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlOverlaps_cff.py" + ] + }, + "9dbe15adb5f414c1d422b65e4b0fb434ac2b8a0c": { + "time": 1713257102, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmics_Output_cff.py" + ] + }, + "d81c5623eff68a8c0c5f25827b85655dc611d186": { + "time": 1713257102, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_Output_cff.py" + ] + }, + "f82f884e422cc0a3f20d38016b7b1ba9b8fd4de2": { + "time": 1713257102, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_cff.py" + ] + }, + "ac81fc9eeaa7ebe9071efe91205570db06a728cb": { + "time": 1713257102, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmics_cff.py" + ] + }, + "3f9ffe70bb1d3efcb3b6dbda251f3035b5d9ee56": { + "time": 1713257102, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlCalIsolatedMu_Output_cff.py" + ] + }, + "746cefc3b695998fca753f27b7937f7b8b0fd73a": { + "time": 1713257102, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlCalIsolatedMu_cff.py" + ] + }, + "141848de6118a8ec0031d42a239b532e28ba7b20": { + "time": 1713257101, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHaloOverlaps_Output_cff.py" + ] + }, + "b6c2bff101779e4b82efc928ce50db4cd3464c4d": { + "time": 1713257101, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHaloOverlaps_cff.py" + ] + }, + "9313683ebe3a199a999ddd4435f1f8f577ecbb2b": { + "time": 1713257101, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHalo_Output_cff.py" + ] + }, + "0b169bf8c51721082d8b4b175557a4fd7a41859e": { + "time": 1713257101, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHalo_cff.py" + ] + }, + "fa830292720ccabc7c199249551291da825e1a90": { + "time": 1713257101, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentMonitor/test/testAlignmentStats_cfg.py" + ] + }, + "c655c0f2d0042e9e45aa5edfee9a307690c0cd9e": { + "time": 1713257101, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentMonitor/python/AlignmentStats_cff.py" + ] + }, + "3d41e57f44b9aedeb0ce88c175b9937de6ad3c13": { + "time": 1713257101, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorSegmentDifferences_cfi.py" + ] + }, + "86e30fdf02dea2dd5fc3cdd44dd47bba178273a9": { + "time": 1713257101, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorMuonVsCurvature_cfi.py" + ] + }, + "7dfb8db88bca87267617e2d9f231cdf217241fe7": { + "time": 1713257100, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorMuonSystemMap1D_cfi.py" + ] + }, + "f16d666bbaa62e716c0d66caac74d0eabed9dca2": { + "time": 1713257100, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorMuonResidualsDefaults_cff.py" + ] + }, + "27e957c10865d54f442abb9a4db2b2f67548d928": { + "time": 1713257100, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentAlgorithm/test/apeSetting_cfg.py" + ] + }, + "991dfec2212e29c247349c0a111b9daaacba4e54": { + "time": 1713257100, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentAlgorithm/test/apeLocalSetting_cfg.py" + ] + }, + "713ba2443a4447a1d41355760c895ecc703ec57c": { + "time": 1713257100, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentAlgorithm/python/SiStripLorentzAngleCalibration_cff.py" + ] + }, + "56d2b863eaf5570a0c65ea9b6326a97ab2e39c9e": { + "time": 1713257100, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentAlgorithm/python/SiStripBackplaneCalibration_cff.py" + ] + }, + "38a549d26370b1e7b5f3425f977194e08dc5fde7": { + "time": 1713257100, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentAlgorithm/python/SiPixelLorentzAngleCalibration_cff.py" + ] + }, + "35bb64a0679da9b688f184f5b90fbccca98b8cf0": { + "time": 1713257100, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentAlgorithm/python/ApeSettingAlgorithm_cfi.py" + ] + }, + "952aa3635f84f2b32d16ac4775fbda37fa5e1dd4": { + "time": 1713257099, + "squashed": false, + "files": [ + "Alignment/CommonAlignmentAlgorithm/python/AlignmentParameterStore_cfi.py" + ] + }, + "841284bbd93b36212d3a7dc0efe66029db4ed642": { + "time": 1713257099, + "squashed": false, + "files": [ + "Alignment/CocoaApplication/test/cocoaAnalyzer_cfg.py" + ] + }, + "a795b32e0086bf1e95b73851de4fb2d2fa863c1f": { + "time": 1713257099, + "squashed": false, + "files": [ + "Alignment/APEEstimation/test/trackerTreeGenerator_cfg.py" + ] + }, + "c0b2b32fe21f87917b8134e435a9d944a1593eee": { + "time": 1713257099, + "squashed": false, + "files": [ + "Alignment/APEEstimation/test/SkimProducer/startSkim.py" + ] + }, + "a8d51426d8398cdfd67e05d0e522f00cf18d962d": { + "time": 1713257099, + "squashed": false, + "files": [ + "Alignment/APEEstimation/test/SkimProducer/skimTemplates.py" + ] + }, + "ec5c91c29611a67043bd36b4c409fd938dde2e0b": { + "time": 1713257099, + "squashed": false, + "files": [ + "Alignment/APEEstimation/test/SkimProducer/skimProducer_cfg.py" + ] + }, + "348546d623ee31bace9df6a1aa71604b990527ff": { + "time": 1713257099, + "squashed": false, + "files": [ + "Alignment/APEEstimation/test/plottingTools/validationPlotter.py" + ] + }, + "456336e23277759bd12515136da78f7fef5dcae6": { + "time": 1713257099, + "squashed": false, + "files": [ + "Alignment/APEEstimation/test/plottingTools/trendPlotter.py" + ] + }, + "4c8cc3cfe87c45e330c41b0728be267288fe5c02": { + "time": 1713257098, + "squashed": false, + "files": [ + "Alignment/APEEstimation/test/plottingTools/systematicErrors.py" + ] + }, + "7bd61e63325659a35291cb1bf1a0cfdb6eb57eea": { + "time": 1713257098, + "squashed": false, + "files": [ + "Alignment/APEEstimation/test/plottingTools/setTDRStyle.py" + ] + }, + "7bb612cdc6079b0ada45c2eda67de3c756436cb3": { + "time": 1713257098, + "squashed": false, + "files": [ + "Alignment/APEEstimation/test/plottingTools/resultPlotter.py" + ] + }, + "32389ecf320569de6f3eb0a721574ba90bc8c751": { + "time": 1713257098, + "squashed": false, + "files": [ + "Alignment/APEEstimation/test/plottingTools/iterationsPlotter.py" + ] + }, + "c5b694fb9ddd2908939b0bdf644c997587af5322": { + "time": 1713257098, + "squashed": false, + "files": [ + "Alignment/APEEstimation/test/plottingTools/granularity.py" + ] + }, + "7768fa4600824dd0b65dd81554cf06f57ce2e636": { + "time": 1713257098, + "squashed": false, + "files": [ + "Alignment/APEEstimation/test/plottingTools/drawValidation.py" + ] + }, + "54643679f52ced591752a2f2e0d2f19d61818ce4": { + "time": 1713257098, + "squashed": false, + "files": [ + "Alignment/APEEstimation/test/plottingTools/drawTrend.py" + ] + }, + "6ce2f1ca3368168db2046b418e246a4cd9482340": { + "time": 1713257098, + "squashed": false, + "files": [ + "Alignment/APEEstimation/test/plottingTools/drawResults.py" + ] + }, + "de5759756a4b88a6da27e6f1d1697373db4da96c": { + "time": 1713257097, + "squashed": false, + "files": [ + "Alignment/APEEstimation/test/plottingTools/drawIterations.py" + ] + }, + "79f3589b1a2b00e7ad39d538a9e44473864a697d": { + "time": 1713257097, + "squashed": false, + "files": [ + "Alignment/APEEstimation/test/createTrackerAlignmentErrorExtendedRcd_cfg.py" + ] + }, + "add7d8dadbca5bc85cc272df8cf61276baf04cd4": { + "time": 1713257097, + "squashed": false, + "files": [ + "Alignment/APEEstimation/test/cfgTemplate/apeLocalSetting_cfg.py" + ] + }, + "b97f6a05ba120a65d58d103938db8df9baf4f806": { + "time": 1713257097, + "squashed": false, + "files": [ + "Alignment/APEEstimation/test/cfgTemplate/apeEstimatorSummary_cfg.py" + ] + }, + "48e890c532fdfe2150006de853719fab3cffdc34": { + "time": 1713257097, + "squashed": false, + "files": [ + "Alignment/APEEstimation/test/cfgTemplate/apeEstimator_cfg.py" + ] + }, + "ac021e5cda8755d345731bee5df062757bdc8d0b": { + "time": 1713257097, + "squashed": false, + "files": [ + "Alignment/APEEstimation/test/autoSubmitter/helpers.py" + ] + }, + "577cfd8011ce680166019acad3b78d4d1aec5704": { + "time": 1713257096, + "squashed": false, + "files": [ + "Alignment/APEEstimation/test/autoSubmitter/autoSubmitterTemplates.py" + ] + }, + "d3ed78a1bb6abf12aa30b3134c4e506f2a5f8d58": { + "time": 1713257096, + "squashed": false, + "files": [ + "Alignment/APEEstimation/test/autoSubmitter/autoSubmitter.py" + ] + }, + "a1585e75d345a0aa57d3d82947b0fe54acb14eb6": { + "time": 1713257096, + "squashed": false, + "files": [ + "Alignment/APEEstimation/test/apeTreeCreateDefault_cfg.py" + ] + }, + "9687f4e8953e009205e255f49ace95dda6413888": { + "time": 1713257096, + "squashed": false, + "files": [ + "Alignment/APEEstimation/python/TriggerSelection_cff.py" + ] + }, + "62b4517e606f00a5155e904306a2cdffbdb686e4": { + "time": 1713257096, + "squashed": false, + "files": [ + "Alignment/APEEstimation/python/TrackRefitter_38T_cff.py" + ] + }, + "acd63acec5999824c69d122ee9bfe4e486175edf": { + "time": 1713257096, + "squashed": false, + "files": [ + "Alignment/APEEstimation/python/SectorBuilder_Tob_cff.py" + ] + }, + "8c926930d03076afbc7f8385f6bd00ce8b1a1c01": { + "time": 1713257095, + "squashed": false, + "files": [ + "Alignment/APEEstimation/python/SectorBuilder_Tid_cff.py" + ] + }, + "5b7b56ff888627d0dbc1340ed2f5f7a1d29618f7": { + "time": 1713257095, + "squashed": false, + "files": [ + "Alignment/APEEstimation/python/SectorBuilder_Tib_cff.py" + ] + }, + "fa29a9f267a1c45ffa701242e9250f2ba50991df": { + "time": 1713257095, + "squashed": false, + "files": [ + "Alignment/APEEstimation/python/SectorBuilder_Tec_cff.py" + ] + }, + "c84a9d9f368018e0672e7d2e931f8ae24a90ad83": { + "time": 1713257095, + "squashed": false, + "files": [ + "Alignment/APEEstimation/python/SectorBuilder_Fpix_Phase0_cff.py" + ] + }, + "561d6cfcd9df7f9567c66bd0f638d602081c02c5": { + "time": 1713257095, + "squashed": false, + "files": [ + "Alignment/APEEstimation/python/SectorBuilder_Fpix_cff.py" + ] + }, + "9cbfcbb09eae7cac65425211c039a8f252d49143": { + "time": 1713257095, + "squashed": false, + "files": [ + "Alignment/APEEstimation/python/SectorBuilder_cfi.py" + ] + }, + "a3b0dbaa543986ca943e1dd7a1ded581b75ed42a": { + "time": 1713257095, + "squashed": false, + "files": [ + "Alignment/APEEstimation/python/SectorBuilder_cff.py" + ] + }, + "639802afc54c74ac0dc8b396099bf5c8f233dd91": { + "time": 1713257095, + "squashed": false, + "files": [ + "Alignment/APEEstimation/python/SectorBuilder_Bpix_Phase0_cff.py" + ] + }, + "fb070e47cb5a7af124bb2cc78c00b39d8d9567ec": { + "time": 1713257094, + "squashed": false, + "files": [ + "Alignment/APEEstimation/python/SectorBuilder_Bpix_cff.py" + ] + }, + "2aaed36eb31d0b944c227a24799b77e101cc22f2": { + "time": 1713257094, + "squashed": false, + "files": [ + "Alignment/APEEstimation/python/samples/MC_UnitTest_TkAlMuonIsolated_cff.py" + ] + }, + "8965abe7d624415d97cadc713b7e149d71ff65f1": { + "time": 1713257094, + "squashed": false, + "files": [ + "Alignment/APEEstimation/python/samples/MC_UL16_ttbar_cff.py" + ] + }, + "e5b7e1b62f6cec2fa47b6b25ef6fcf7225badc27": { + "time": 1713257094, + "squashed": false, + "files": [ + "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_cff.py" + ] + }, + "89f220f19348e3c2f0c4c6dc7945d469f1331786": { + "time": 1713257094, + "squashed": false, + "files": [ + "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_ApeSkim_cff.py" + ] + }, + "2382eabec2dab6ab48fc7186266ccb6c7b964dc3": { + "time": 1713257094, + "squashed": false, + "files": [ + "Alignment/APEEstimation/python/samples/Data_TkAlZMuMu_Run2015B_DoubleMuon_PromptReco_v1_cff.py" + ] + }, + "b16a737b809df919dd2e8e3ab615b1cfbe112bd4": { + "time": 1713257094, + "squashed": false, + "files": [ + "Alignment/APEEstimation/python/samples/Data_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py" + ] + }, + "f3b440e9ca574ac4971cc1478dae15a25e4357c4": { + "time": 1713257094, + "squashed": false, + "files": [ + "Alignment/APEEstimation/python/samples/Data_TkAlMinBias_Run2018C_PromptReco_v3_cff.py" + ] + }, + "f5bff85f1393afe455fe42a4873ff3fcfcfc02b5": { + "time": 1713257093, + "squashed": false, + "files": [ + "Alignment/APEEstimation/python/PrivateSkim_EventContent_cff.py" + ] + }, + "d18965eed76efeb820839413951e7b490756ded2": { + "time": 1713257093, + "squashed": false, + "files": [ + "Alignment/APEEstimation/python/conditions/init.py" + ] + }, + "d9a57159b2c24366f0d1b880aab463aaaf5da412": { + "time": 1713257093, + "squashed": false, + "files": [ + "Alignment/APEEstimation/python/ApeEstimatorSummary_cfi.py" + ] + }, + "5710511d889195da564138babf2d14dc82f0b27f": { + "time": 1713257093, + "squashed": false, + "files": [ + "Alignment/APEEstimation/python/ApeEstimatorSummary_cff.py" + ] + }, + "8afccd866520ab62c501af476ad5b3b9af8f77eb": { + "time": 1713257093, + "squashed": false, + "files": [ + "Alignment/APEEstimation/python/ApeEstimator_cfi.py" + ] + }, + "e51cf1bf814047845cf0e6a09112abb57a0b6299": { + "time": 1713257093, + "squashed": false, + "files": [ + "Alignment/APEEstimation/python/ApeEstimator_cff.py" + ] + }, + "247c0caac63c4155f2a10acc26b59d7547ff6f21": { + "time": 1713257093, + "squashed": false, + "files": [ + "Alignment/APEEstimation/python/AlignmentTrackSelector_cff.py" + ] + }, + "6955d8ed3dc748e23c565b2978083036918468f6": { + "time": 1713257093, + "squashed": false, + "files": [ + "Alignment/APEEstimation/python/AlcaRecoSelection_cff.py" + ] + } + }, + "last_seen_sha": "fd99bd146e87a00eb90eccef12f487ecc8f4c496" + } } ] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_merge_pr.json b/tests/PRActionData/TestProcessPr.test_merge_pr.json new file mode 100644 index 00000000000..83535e963c8 --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_merge_pr.json @@ -0,0 +1,93 @@ +[ + { + "type": "load-bot-cache", + "data": { + "commits": { + "eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48": { + "files": [ + "Alignment/OfflineValidation/BuildFile.xml" + ], + "squashed": false, + "time": 1745920389 + } + }, + "emoji": { + "2838527453": "+1", + "2838556276": "+1" + }, + "last_seen_sha": "eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48", + "signatures": { + "2838556276": "eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48" + } + } + }, + { + "type": "emoji", + "data": [ + 2838557035, + "+1", + true + ] + }, + { + "type": "emoji", + "data": [ + 2838556276, + "+1", + true + ] + }, + { + "type": "add-label", + "data": [ + "orp-approved" + ] + }, + { + "type": "remove-label", + "data": [ + "orp-pending" + ] + }, + { + "type": "merge-pr", + "data": null + }, + { + "type": "edit-comment", + "data": "cms-bot internal usage" + }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48": { + "files": [ + "Alignment/OfflineValidation/BuildFile.xml" + ], + "squashed": false, + "time": 1745920389 + } + }, + "emoji": { + "2838527453": "+1", + "2838556276": "+1", + "2838557035": "+1" + }, + "last_seen_sha": "eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48", + "signatures": { + "2838556276": "eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48" + } + } + }, + { + "type": "status", + "data": { + "commit": "eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48", + "state": "success", + "target_url": "https://github.com/iarspider-cmssw/cmssw/pull/36#issuecomment-2838557035", + "description": "Comment by iarspider at 2025-04-29 12:03:51 UTC processed.", + "context": "bot/36/ack" + } + } +] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_new_cmsdist_pr.json b/tests/PRActionData/TestProcessPr.test_new_cmsdist_pr.json new file mode 100644 index 00000000000..63fd5e792b2 --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_new_cmsdist_pr.json @@ -0,0 +1,65 @@ +[ + { + "type": "status", + "data": { + "commit": "97b8e6b89e86de19afb3a428f54f08313457374e", + "state": "pending", + "target_url": null, + "description": "Waiting for authorized user to issue the test command.", + "context": "bot/1/jenkins" + } + }, + { + "type": "add-label", + "data": [ + "externals-pending", + "orp-pending", + "pending-signatures", + "tests-pending" + ] + }, + { + "type": "remove-label", + "data": [] + }, + { + "type": "create-comment", + "data": "A new Pull Request was created by @iarspider for branch IB/CMSSW_15_1_X/rootmaster.\n\n@iarspider can you please review it and eventually sign? Thanks.\n@iarspider you are the release manager for this.\ncms-bot commands are listed here\n" + }, + { + "type": "create-comment", + "data": "cms-bot internal usage" + }, + { + "type": "save-bot-cache", + "data": { + "emoji": {}, + "signatures": {}, + "commits": { + "97b8e6b89e86de19afb3a428f54f08313457374e": { + "time": 1745910099, + "squashed": false, + "files": [] + }, + "3796ce54fef5c2b00990949a4e3f7d49489561c3": { + "time": 1745827456, + "squashed": false, + "files": [ + "root.spec" + ] + } + }, + "last_seen_sha": "97b8e6b89e86de19afb3a428f54f08313457374e" + } + }, + { + "type": "status", + "data": { + "commit": "97b8e6b89e86de19afb3a428f54f08313457374e", + "state": "success", + "target_url": "https://github.com/iarspider-cmssw/cmsdist/pull/1", + "description": "Comment by iarspider at 2025-04-28 10:04:41 UTC processed.", + "context": "bot/1/ack" + } + } +] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_new_issue.json b/tests/PRActionData/TestProcessPr.test_new_issue.json new file mode 100644 index 00000000000..8db2ae30961 --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_new_issue.json @@ -0,0 +1,28 @@ +[ + { + "type": "add-label", + "data": [ + "pending-assignment" + ] + }, + { + "type": "remove-label", + "data": [] + }, + { + "type": "create-comment", + "data": "cms-bot internal usage" + }, + { + "type": "save-bot-cache", + "data": { + "emoji": {}, + "signatures": {}, + "commits": {} + } + }, + { + "type": "create-comment", + "data": "A new Issue was created by iarspider.\n\nDr15Jones, iarspider, makortel, smuzaffar can you please review it and eventually sign/assign? Thanks.\n\ncms-bot commands are listed here\n" + } +] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_new_pr.json b/tests/PRActionData/TestProcessPr.test_new_pr.json index f29ad4eb6a9..c2618f15c5f 100644 --- a/tests/PRActionData/TestProcessPr.test_new_pr.json +++ b/tests/PRActionData/TestProcessPr.test_new_pr.json @@ -45,5 +45,22 @@ { "type": "create-comment", "data": "cms-bot internal usage" + }, + { + "type": "save-bot-cache", + "data": { + "emoji": {}, + "signatures": {}, + "commits": { + "2a9454e30606b17e52000110972998326ce9e428": { + "time": 1711538467, + "squashed": false, + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ] + } + }, + "last_seen_sha": "2a9454e30606b17e52000110972998326ce9e428" + } } ] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_orp_issue.json b/tests/PRActionData/TestProcessPr.test_orp_issue.json new file mode 100644 index 00000000000..a91b724a82d --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_orp_issue.json @@ -0,0 +1,43 @@ +[ + { + "type": "emoji", + "data": [ + 2858276137, + "+1", + true + ] + }, + { + "type": "create-comment", + "data": "New categories assigned: orp\n\n@iarspider you have been requested to review this Pull request/Issue and eventually sign? Thanks" + }, + { + "type": "add-label", + "data": [ + "orp-pending", + "pending-signatures" + ] + }, + { + "type": "remove-label", + "data": [] + }, + { + "type": "create-comment", + "data": "cms-bot internal usage" + }, + { + "type": "save-bot-cache", + "data": { + "emoji": { + "2858276137": "+1" + }, + "signatures": {}, + "commits": {} + } + }, + { + "type": "create-comment", + "data": "A new Issue was created by @iarspider.\n\n@Dr15Jones, @iarspider, @makortel, @smuzaffar can you please review it and eventually sign/assign? Thanks.\n\ncms-bot commands are listed here\n" + } +] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_partial_reset.json b/tests/PRActionData/TestProcessPr.test_partial_reset.json index 250fb6aabc5..b0c1465a062 100644 --- a/tests/PRActionData/TestProcessPr.test_partial_reset.json +++ b/tests/PRActionData/TestProcessPr.test_partial_reset.json @@ -9,19 +9,12 @@ ], "squashed": false, "time": 1711538467 - }, - "e4d069b76c464274bf6e7d7cf9bac2153ed9a903": { - "time": 1712819089, - "squashed": false, - "files": [ - "DQMServices/Components/test/dqmiofilecopy.sh" - ] } }, "emoji": { "2049242908": "+1" }, - "last_seen_sha": "e4d069b76c464274bf6e7d7cf9bac2153ed9a903", + "last_seen_sha": "2a9454e30606b17e52000110972998326ce9e428", "signatures": { "2049242908": "2a9454e30606b17e52000110972998326ce9e428" } @@ -75,5 +68,33 @@ { "type": "edit-comment", "data": "cms-bot internal usage" + }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "2a9454e30606b17e52000110972998326ce9e428": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": false, + "time": 1711538467 + }, + "e4d069b76c464274bf6e7d7cf9bac2153ed9a903": { + "time": 1712819089, + "squashed": false, + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ] + } + }, + "emoji": { + "2049242908": "+1" + }, + "last_seen_sha": "e4d069b76c464274bf6e7d7cf9bac2153ed9a903", + "signatures": { + "2049242908": "2a9454e30606b17e52000110972998326ce9e428" + } + } } ] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_partial_reset_dirty_squash.json b/tests/PRActionData/TestProcessPr.test_partial_reset_dirty_squash.json index c052c4c9a91..fc53aab0986 100644 --- a/tests/PRActionData/TestProcessPr.test_partial_reset_dirty_squash.json +++ b/tests/PRActionData/TestProcessPr.test_partial_reset_dirty_squash.json @@ -7,29 +7,22 @@ "files": [ "L1Trigger/CSCTrackFinder/BuildFile.xml" ], - "squashed": true, + "squashed": false, "time": 1734005540 }, "4ae404d88e0c25c511b3cbaa031e116669676fec": { "files": [ "FWCore/Integration/BuildFile.xml" ], - "squashed": true, - "time": 1734005038 - }, - "c6cd57066c758445d041e3a3708c71f166593b9a": { - "time": 1734005679, "squashed": false, - "files": [ - "L1Trigger/CSCTrackFinder/BuildFile.xml" - ] + "time": 1734005038 } }, "emoji": { "2538875283": "+1", "2538876197": "+1" }, - "last_seen_sha": "c6cd57066c758445d041e3a3708c71f166593b9a", + "last_seen_sha": "1495b64c35fc2c4ef98688d2958fc39490b8d2e1", "signatures": { "2538875283": "1495b64c35fc2c4ef98688d2958fc39490b8d2e1", "2538876197": "1495b64c35fc2c4ef98688d2958fc39490b8d2e1" @@ -93,5 +86,42 @@ { "type": "edit-comment", "data": "cms-bot internal usage" + }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "1495b64c35fc2c4ef98688d2958fc39490b8d2e1": { + "files": [ + "L1Trigger/CSCTrackFinder/BuildFile.xml" + ], + "squashed": true, + "time": 1734005540 + }, + "4ae404d88e0c25c511b3cbaa031e116669676fec": { + "files": [ + "FWCore/Integration/BuildFile.xml" + ], + "squashed": true, + "time": 1734005038 + }, + "c6cd57066c758445d041e3a3708c71f166593b9a": { + "time": 1734005679, + "squashed": false, + "files": [ + "L1Trigger/CSCTrackFinder/BuildFile.xml" + ] + } + }, + "emoji": { + "2538875283": "+1", + "2538876197": "+1" + }, + "last_seen_sha": "c6cd57066c758445d041e3a3708c71f166593b9a", + "signatures": { + "2538875283": "1495b64c35fc2c4ef98688d2958fc39490b8d2e1", + "2538876197": "1495b64c35fc2c4ef98688d2958fc39490b8d2e1" + } + } } ] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_pr_develop_branch.json b/tests/PRActionData/TestProcessPr.test_pr_develop_branch.json new file mode 100644 index 00000000000..73c5c143606 --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_pr_develop_branch.json @@ -0,0 +1,13 @@ +[ + { + "type": "edit-pr", + "data": { + "base": "master", + "res": null + } + }, + { + "type": "create-comment", + "data": "@iarspider, CMSSW_14_1_X branch is closed for direct updates. cms-bot is going to move this PR to master branch.\nIn future, please use cmssw master branch to submit your changes.\n" + } +] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_read_compressed_cache.json b/tests/PRActionData/TestProcessPr.test_read_compressed_cache.json new file mode 100644 index 00000000000..791a82b6022 --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_read_compressed_cache.json @@ -0,0 +1,6054 @@ +[ + { + "type": "load-bot-cache", + "data": { + "commits": { + "c23099c7377123b6de7fafa7a486b20b18d54f7e": { + "files": [ + "Alignment/APEEstimation/python/samples/Data_TkAlMinBias_Run2018C_PromptReco_v3_cff.py", + "Alignment/APEEstimation/python/samples/Data_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py", + "Alignment/APEEstimation/python/samples/Data_TkAlZMuMu_Run2015B_DoubleMuon_PromptReco_v1_cff.py", + "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_ApeSkim_cff.py", + "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_cff.py", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsEntry.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsStore.h", + "Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationPluginFactory.h", + "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorTracksFromTrajectories.cc", + "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorMuonResidualsDefaults_cff.py", + "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorSegmentDifferences_cfi.py", + "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentDerivativesExtractor.h", + "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/KarimakiAlignmentDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/ParametersToParametersDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters4D.h", + "Alignment/CommonAlignmentParametrization/interface/SegmentAlignmentDerivatives4D.h", + "Alignment/CommonAlignmentParametrization/interface/TwoBowedSurfacesAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/src/BowedSurfaceAlignmentDerivatives.cc", + "Alignment/CommonAlignmentParametrization/src/CompositeAlignmentDerivativesExtractor.cc", + "Alignment/CommonAlignmentParametrization/src/ParametersToParametersDerivatives.cc", + "Alignment/CommonAlignmentParametrization/src/TwoBowedSurfacesAlignmentParameters.cc", + "Alignment/CommonAlignmentProducer/interface/AlignmentTracksFromVertexCompositeCandidateSelector.h", + "Alignment/CommonAlignmentProducer/interface/AlignmentTwoBodyDecayTrackSelector.h", + "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexCompositeCandidateSelectorModule.cc", + "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexSelectorModule.cc", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHaloOverlaps_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlCalIsolatedMu_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmics_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlStandAloneCosmics_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli0T_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGCombined_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGDiMuon_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGCombined_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGDiMuon_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHG_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLT_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsInCollisions_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlDiMuonAndVertex_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracksZMuMu_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedHI_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedPA_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuHI_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuPA_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHGCombined_cff.py", + "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHLTHGCombined_cff.py", + "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexCompositeCandidateSelector_cfi.py", + "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexSelector_cfi.py", + "Alignment/CommonAlignmentProducer/src/AlignmentTracksFromVertexCompositeCandidateSelector.cc", + "Alignment/LaserAlignment/python/ExpectedCorrectionsShiftsAndRotationsTEC2TEC_cfi.py", + "Alignment/MillePedeAlignmentAlgorithm/plugins/ZMuMuMassConstraintParameterFinder.cc", + "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/ConfigureAlignmentProducer.py", + "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/myMessageLogger_cff.py", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/README.md", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/printParameters.C", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/submit_jobs.sh", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/zmumudistribution_cfg.py", + "Alignment/MillePedeAlignmentAlgorithm/test/test_ZMuMuMassConstraintParameterFinder.sh", + "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOct2010holes.phipos", + "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_diskfitters_cff.py", + "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_ringfitters_cff.py", + "Alignment/MuonAlignmentAlgorithms/test/test_CSCOverlapsAlignmentAlgorithm_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/PixelBaryCentreAnalyzer_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/condorTemplate.submit", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/executableTemplate.sh", + "Alignment/OfflineValidation/test/examples/PV_alignments_multiple_merge_jobs.yaml", + "Alignment/OfflineValidation/test/examples/jetHtAnalysis_fullExampleConfiguration.json", + "Alignment/OfflineValidation/test/examples/jetHtFilesForRun2018A_first100files.txt", + "Alignment/OfflineValidation/test/testingScripts/test_unitSagittaBiasNtuplizer.sh", + "Alignment/TrackerAlignment/scripts/TkAlCaRecoPrescaling.ALCARECOTkAlCosmics0T.tpl", + "Alignment/TrackerAlignment/test/Misalignments/createRandomlyMisalignedGeometry_Phase2_cfg.py", + "Alignment/TrackerAlignment/test/Misalignments/createRandomlyMisalignedGeometry_cfg.py", + "AnalysisAlgos/SiStripClusterInfoProducer/plugins/SiStripProcessedRawDigiProducer.cc", + "AnalysisAlgos/SiStripClusterInfoProducer/python/SiStripProcessedRawDigiProducer_SimData_cfi.py", + "AnalysisAlgos/SiStripClusterInfoProducer/python/SiStripProcessedRawDigiProducer_cfi.py", + "CalibCalorimetry/EcalCorrectionModules/src/EcalGlobalShowerContainmentCorrectionsVsEtaESProducer.cc", + "CalibCalorimetry/EcalCorrectionModules/src/EcalShowerContainmentCorrectionsESProducer.cc", + "CalibCalorimetry/EcalCorrectionModules/test/stubs/EcalContainmentCorrectionAnalyzer.cc", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/doc/EcalCorrelatedNoiseAnalysisAlgos.doc", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/test/EcnaCalculationsExample.cc", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R175975_1_0_150_Dee0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R175975_1_0_150_SM0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R178231_1_0_150_Dee0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_1.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2_data.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2_simul.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_3.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanLSFJOBReports", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanPythonFiles", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanSubmissionScripts", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160077", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160994", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160998", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161016", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161020", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161311", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R162517", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R162811", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R170298", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R175975", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R178231", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_ideal.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_ideal_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_startup_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_ideal_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_startup_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_ideal_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_startup_prep.py", + "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv4_128_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv6_transparency_spikekill_2016_script.py", + "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv6_transparency_spikekill_2016_script_270062.py", + "CalibCalorimetry/EcalTrivialCondModules/interface/EcalTrivialConditionRetriever.h", + "CalibCalorimetry/EcalTrivialCondModules/python/EcalTrivialCondRetrieverTB_cfi.py", + "CalibMuon/DTCalibration/python/dt_offlineAnalysis_common_cosmics_vDriftSeg_cff.py", + "CalibPPS/AlignmentGlobal/python/ALCARECOPromptCalibProdPPSAlignment_Output_cff.py", + "CalibPPS/ESProducers/interface/CTPPSRPAlignmentCorrectionsDataESSourceXMLCommon.h", + "CalibPPS/TimingCalibration/plugins/PPSDiamondSampicTimingCalibrationPCLHarvester.cc", + "CalibPPS/TimingCalibration/plugins/PPSDiamondSampicTimingCalibrationPCLWorker.cc", + "CalibPPS/TimingCalibration/python/ALCARECOPPSDiamondSampicTimingCalibHarvester_cff.py", + "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_Output_cff.py", + "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_cff.py", + "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSTimingCalib_Output_cff.py", + "CalibTracker/Configuration/python/SiPixelCabling/SiPixelCabling_Frontier_DevDB_cff.py", + "CalibTracker/Configuration/python/SiPixelCabling/SiPixelCabling_Frontier_IntDB_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Fake_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_DevDB_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_IntDB_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_cff.py", + "CalibTracker/Configuration/python/SiStripLorentzAngle/SiStripLorentzAngle_Fake_cff.py", + "CalibTracker/Configuration/python/SiStripLorentzAngle/SiStripLorentzAngle_Frontier_cff.py", + "CalibTracker/Configuration/python/SiStripNoise/SiStripNoise_Fake_APVModeDec_cff.py", + "CalibTracker/Configuration/python/SiStripNoise/SiStripNoise_Fake_APVModePeak_cff.py", + "CalibTracker/Configuration/python/TrackerAlignment/TrackerAlignment_Frontier_cff.py", + "CalibTracker/Configuration/python/Tracker_DependentRecords_forGlobalTag_nofakes_cff.py", + "CalibTracker/SiPhase2TrackerESProducers/interface/SiPhase2OuterTrackerFakeLorentzAngleESSource.h", + "CalibTracker/SiPhase2TrackerESProducers/plugins/SiPhase2BadStripConfigurableFakeESSource.cc", + "CalibTracker/SiPhase2TrackerESProducers/plugins/SiPhase2OuterTrackerFakeLorentzAngleESSource.cc", + "CalibTracker/SiPhase2TrackerESProducers/python/SiPhase2OuterTrackerFakeLorentzAngleESSource_cfi.py", + "CalibTracker/SiPixelConnectivity/plugins/PixelToFEDAssociateFromAsciiESProducer.cc", + "CalibTracker/SiPixelConnectivity/plugins/PixelToFEDAssociateFromAsciiESProducer.h", + "CalibTracker/SiPixelConnectivity/plugins/PixelToLNKAssociateFromAsciiESProducer.cc", + "CalibTracker/SiPixelConnectivity/plugins/PixelToLNKAssociateFromAsciiESProducer.h", + "CalibTracker/SiPixelConnectivity/python/PixelToLNKAssociateFromAsciiESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationForHLTSimService.h", + "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationOfflineService.h", + "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationOfflineSimService.h", + "CalibTracker/SiPixelESProducers/plugins/SiPixelGainCalibrationForHLTGPUESProducer.cc", + "CalibTracker/SiPixelESProducers/plugins/SiPixelROCsStatusAndMappingWrapperESProducer.cc", + "CalibTracker/SiPixelESProducers/plugins/alpaka/SiPixelGainCalibrationForHLTSoAESProducer.cc", + "CalibTracker/SiPixelESProducers/python/SiPixel2DTemplateDBObjectESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/python/SiPixelFakeGenErrorDBObjectESSource_cfi.py", + "CalibTracker/SiPixelESProducers/python/SiPixelFakeTemplateDBObjectESSource_cfi.py", + "CalibTracker/SiPixelESProducers/python/siPixelQualityForDigitizerESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/python/siPixelQualityForRawToDigiESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/test/PixelFEDChannelCollectionMapTestReader_cfg.py", + "CalibTracker/SiPixelGainCalibration/python/SiPixelGainCalibrationAnalysis_cfi.py", + "CalibTracker/SiPixelGainCalibration/test/SimpleTestPrintOutPixelCalibAnalyzer.cc", + "CalibTracker/SiPixelLorentzAngle/interface/SiPixelLorentzAngleCalibrationStruct.h", + "CalibTracker/SiPixelLorentzAngle/python/ALCARECOSiPixelLorentzAngle_Output_cff.py", + "CalibTracker/SiPixelLorentzAngle/python/SiPixelLorentzAnglePCLHarvesterMCS_cfi.py", + "CalibTracker/SiPixelLorentzAngle/test/calculateLorentzAngleFromClusterSizeFpix.C", + "CalibTracker/SiPixelSCurveCalibration/interface/SiPixelSCurveCalibrationAnalysis.h", + "CalibTracker/SiPixelSCurveCalibration/python/SiPixelSCurveCalibrationAnalysis_cfi.py", + "CalibTracker/SiStripChannelGain/test/CodeExample/produceCalibrationTree_cfg_OnBatch.py", + "CalibTracker/SiStripChannelGain/test/Cosmic_B38/SiStrip_ChannelGain_Cosmic_Craft.db", + "CalibTracker/SiStripChannelGain/test/UsefullCode/Comparison/MakeChargeDistribution.C", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/MakeAsciiFileFromTree.C", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/MakeAsciiFileFromTree.sh", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/PredictedVsObserved.C", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/PredictedVsObserved.sh", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/ProducePayloadFromASCII_cfg.py", + "CalibTracker/SiStripChannelGain/test/UsefullCode/TimeHistory/MakeChargeDistribution.C", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/produceCalibrationTree_CosmicsLABP_cfg.py", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/produceCalibrationTree_template_cfg.py", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/submitCalibTree/__init__.py", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/submitCalibTree/launchJobs.py", + "CalibTracker/SiStripDCS/test/DetVOffReaderDebug__FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", + "CalibTracker/SiStripDCS/test/HV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", + "CalibTracker/SiStripDCS/test/LV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", + "CalibTracker/SiStripESProducers/plugins/DBWriter/SiStripFedCablingManipulator.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripBackPlaneCorrectionFakeESSource.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripBadModuleConfigurableFakeESSource.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripNoiseNormalizedWithApvGainBuilder.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripNoiseNormalizedWithApvGainBuilder.h", + "CalibTracker/SiStripESProducers/plugins/real/SiStripApvSimulationParametersESProducer.cc", + "CalibTracker/SiStripESProducers/plugins/real/SiStripBackPlaneCorrectionDepESProducer.cc", + "CalibTracker/SiStripESProducers/plugins/real/SiStripLorentzAngleDepESProducer.cc", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripApvGainDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBackPlaneCorrectionDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadChannelDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadFiberDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadModuleDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadStripDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadStripFromQualityDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBaseDelayDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripConfObjectDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripDetVOffDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripFedCablingDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripFedCablingManipulator_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripLatencyDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripLorentzAngleDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripNoisesDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripPedestalsDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripThresholdDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/SiStripBackPlaneCorrectionDepESProducer_cfi.py", + "CalibTracker/SiStripESProducers/python/SiStripHashedDetIdESProducerFromGeom_cfi.py", + "CalibTracker/SiStripESProducers/python/SiStripQualityConfigurableFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/Phase2TrackerConfigurableCablingESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripBackPlaneCorrectionFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripBadChannelFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripBadModuleConfigurableFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripConfObjectFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripFedCablingFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripLorentzAngleFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripApvGain_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBackPlaneCorrection_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadChannel_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadFiber_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadModule_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBaseDelay_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripClusterThreshold_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripConfObject_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripDetVOff_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripFedCabling_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripLatency_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripLorentzAngle_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_DecMode_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_PeakMode_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripPedestals_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripThreshold_cfg.py", + "CalibTracker/SiStripESProducers/test/python/SiStripBadAPVListBuilder_byHand_cfg.py", + "CalibTracker/SiStripESProducers/test/python/SiStripBadComponentBuilder_byHand_cfg.py", + "CalibTracker/SiStripESProducers/test/python/SiStripNoiseNormalizedWithApvGainBuilder_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripBackPlaneCorrectionDepDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripBackPlaneCorrectionDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripClusterThresholdDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleDepDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleSimDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_firstIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_secondIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_firstIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_secondIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_merge_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/read_DummyCondDBWriter_SiStripQuality_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/run.sh", + "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromBadModuleConfigurableFakeESSource_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromBadStripFakeESSource_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromQualityFakeESSource_cfg.py", + "CalibTracker/SiStripLorentzAngle/interface/SiStripLorentzAngleCalibrationHelpers.h", + "CalibTracker/SiStripLorentzAngle/interface/SiStripLorentzAngleCalibrationStruct.h", + "CalibTracker/SiStripLorentzAngle/test/step_PromptCalibProdSiStripLA_ALCAHARVEST_cfg.py", + "CalibTracker/SiStripQuality/interface/SiStripBadAPVAlgorithmFromClusterOccupancy.h", + "CalibTracker/SiStripQuality/interface/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.h", + "CalibTracker/SiStripQuality/interface/SiStripHotStripAlgorithmFromClusterOccupancy.h", + "CalibTracker/SiStripQuality/src/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.cc", + "CalibTracker/SiStripQuality/test/cfg/StudyExample/SiStripQualityStatistics_Cabling_cfg.py", + "CalibTracker/SiStripQuality/test/cfg/StudyExample/SiStripQualityStatistics_singleTag_cfg.py", + "CalibTracker/SiStripQuality/test/cfg/makeMergeBadComponentPayload_example_cfg.py", + "CalibTracker/StandaloneTrackerTopology/test/testStandaloneTrackerTopology_cfg.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalCalIsolElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalRecalIsolElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalTestPulsesRaw_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalUncalIsolElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOZeeMCEcalCalElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOZeeMC_plus_HLT_EcalCalElectron_Output_cff.py", + "Calibration/EcalCalibAlgos/python/ALCARECOPromptCalibProdEcalPedestals_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalGammaJetFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonProducerFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonProducerFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonProducerFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonProducerFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilterNoHLT_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilterNoHLT_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkNoHLT_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkProducerFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkProducerFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsolatedBunchSelector_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsolatedBunchSelector_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIterativePhiSym_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalLowPUHBHEMuonFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalLowPUHBHEMuonFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/test/HCalCalPedestal_ALCA_run251252_Run2015B_data.py", + "Calibration/HcalCalibAlgos/test/python/gammaJetAnalysis_data2012_noGJetProd_cfg.py", + "Calibration/HcalIsolatedTrackReco/plugins/EcalIsolatedParticleCandidateProducer.cc", + "Calibration/HcalIsolatedTrackReco/plugins/IsolatedEcalPixelTrackCandidateProducer.cc", + "Calibration/HcalIsolatedTrackReco/plugins/IsolatedPixelTrackCandidateL1TProducer.cc", + "Calibration/HcalIsolatedTrackReco/plugins/IsolatedPixelTrackCandidateProducer.cc", + "Calibration/IsolatedParticles/test/python/proto_runIsolatedParticlesGeneratedJets_cfg.py", + "Calibration/IsolatedParticles/test/python/proto_runIsolatedTracksNxNNzsData_cfg.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOAlCaPCCRandomFromRECO_Output_cff.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOAlCaPCCZeroBiasFromRECO_Output_cff.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOLumiPixelsMinBias_Output_cff.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOPromptCalibProdLumiPCC_Output_cff.py", + "Calibration/TkAlCaRecoProducers/plugins/CalibrationTrackSelectorFromDetIdList.cc", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHPLowPU_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHPLowPU_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHP_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngle_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngle_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGainsAAG_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGainsAAG_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGains_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGains_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripHitEfficiency_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripHitEfficiency_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripLorentzAngle_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripLorentzAngle_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStrip_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuonLoose_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuonTight_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuon_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalCosmicsNano_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasAAGHI_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasAAG_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasHI_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalSmallBiasScan_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalZeroBiasHI_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/AlcaSiPixelLorentzAngleHarvesterMCS_cff.py", + "Calibration/TkAlCaRecoProducers/python/AlcaSiPixelLorentzAngleHarvesterMCS_cfi.py", + "Calibration/TkAlCaRecoProducers/python/CalibrationTrackSelectorFromDetIdList_cfi.py", + "CaloOnlineTools/HcalOnlineDb/interface/ConfigurationDatabaseStandardXMLParser.hh", + "CaloOnlineTools/HcalOnlineDb/test/HCAL_TRIG_PRIM_LOOKUP_TABLE.XMLloader.template", + "CaloOnlineTools/HcalOnlineDb/test/HCAL_TRIG_PRIM_LOOKUP_TABLE.checksums.template", + "CommonTools/ParticleFlow/python/Isolation/customiseEarlyDeleteForCandIsoDeposits.py", + "CommonTools/ParticleFlow/python/Isolation/electronPFIsolationDepositsPFBRECO_cff.py", + "CommonTools/ParticleFlow/python/Isolation/electronPFIsolationValuesPFBRECO_cff.py", + "CommonTools/ParticleFlow/python/Isolation/photonPFIsolationDepositsPFBRECO_cff.py", + "CommonTools/ParticleFlow/python/ParticleSelectors/pfAllNeutralHadronsAndPhotons_cfi.py", + "CommonTools/ParticleFlow/python/ParticleSelectors/pfPdgIdPFCandidateSelector_cfi.py", + "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_create_cfg.py", + "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_read_cfg.py", + "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_update_cfg.py", + "CondCore/AlignmentPlugins/plugins/TrackerAlignmentErrorExtended_PayloadInspector.cc", + "CondCore/AlignmentPlugins/plugins/TrackerSurfaceDeformations_PayloadInspector.cc", + "CondCore/CTPPSPlugins/plugins/CTPPSRPAlignmentCorrectionsData_PayloadInspector.cc", + "CondCore/DBOutputService/test/python/testIOVPayloadAnalyzer_example_oracle_cfg.py", + "CondCore/EcalPlugins/plugins/EcalClusterEnergyCorrectionObjectSpecificParameters_PayloadInspector.cc", + "CondCore/EcalPlugins/plugins/EcalClusterEnergyCorrectionParameters_PayloadInspector.cc", + "CondCore/EcalPlugins/plugins/EcalClusterEnergyUncertaintyParameters_PayloadInspector.cc", + "CondCore/EcalPlugins/plugins/EcalClusterLocalContCorrParameters_PayloadInspector.cc", + "CondCore/PCLConfigPlugins/plugins/SiPixelAliPCLThresholdsPayloadInspectorHelper.h", + "CondCore/SiPixelPlugins/plugins/SiPixelGainCalibrationForHLT_PayloadInspector.cc", + "CondCore/SiPixelPlugins/plugins/SiPixelGainCalibrationOffline_PayloadInspector.cc", + "CondFormats/CastorObjects/data/castor_channelquality_HighGain_Run141956-148844.txt", + "CondFormats/DataRecord/interface/EcalClusterEnergyCorrectionObjectSpecificParametersRcd.h", + "CondFormats/DataRecord/interface/EcalGlobalShowerContainmentCorrectionsVsEtaRcd.h", + "CondFormats/DataRecord/interface/HeterogeneousHGCalHEFCellPositionsConditionsRecord.h", + "CondFormats/DataRecord/src/EcalClusterEnergyCorrectionObjectSpecificParametersRcd.cc", + "CondFormats/DataRecord/src/HeterogeneousHGCalHEFCellPositionsConditionsRecord.cc", + "CondFormats/EcalCorrections/interface/EcalGlobalShowerContainmentCorrectionsVsEta.h", + "CondFormats/EcalCorrections/src/T_EventSetup_EcalGlobalShowerContainmentCorrectionsVsEta.cc", + "CondFormats/EcalCorrections/src/T_EventSetup_EcalShowerContainmentCorrections.cc", + "CondFormats/EcalObjects/interface/EcalClusterEnergyCorrectionObjectSpecificParameters.h", + "CondFormats/GeometryObjects/src/T_EventSetup_PTrackerAdditionalParametersPerDet.cc", + "CondFormats/HGCalObjects/interface/HeterogeneousHGCalHEFCellPositionsConditions.h", + "CondFormats/HGCalObjects/src/T_EventSetup_HeterogeneousHGCalHEFCellPositionsConditions.cc", + "CondFormats/HGCalObjects/src/alpaka/T_EventSetup_HGCalCalibrationParameterDevice.cc", + "CondFormats/JetMETObjects/test/run_TestCondFormatsJetMETObjectsJetCorrectorParameters.sh", + "CondFormats/PPSObjects/src/T_EventSetup_LHCInterpolatedOpticalFunctionsSetCollection.cc", + "CondFormats/PhysicsToolsObjects/interface/PerformancePayloadFromBinnedTFormula.h", + "CondFormats/SiPhase2TrackerObjects/src/T_EventSetup_SiPhase2OuterTrackerLorentzAngle.cc", + "CondFormats/SiPhase2TrackerObjects/src/T_EventSetup_TrackerDetToDTCELinkCablingMap.cc", + "CondFormats/SiPhase2TrackerObjects/test/testSerializationSiPhase2TrackerObjects.cpp", + "CondFormats/SiPixelObjects/interface/alpaka/SiPixelGainCalibrationForHLTDevice.h", + "CondFormats/SiPixelObjects/interface/alpaka/SiPixelGainCalibrationForHLTUtilities.h", + "CondFormats/SiPixelObjects/src/alpaka/T_EventSetup_SiPixelGainCalibrationForHLTDevice.cc", + "CondFormats/SiStripObjects/test/UnitTests/MasterTestCondFormatsSiStripObjects.cpp", + "CondTools/Ecal/interface/EcalClusterEnergyCorrectionObjectSpecificXMLTranslator.h", + "CondTools/Ecal/python/produceTPGParameters_beamv6_transparency_spikekill_2016_script.py", + "CondTools/Ecal/test/EcalIntercalibConstantsPopConBTransitionAnalyzer_test_cfg.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2023.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2024.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2025.py", + "Configuration/DataProcessing/python/Impl/trackingOnlyEra_Run2_2018_highBetaStar.py", + "Configuration/EcalTB/python/reco_application_2006rawdata_localTrivialreco_cfg.py", + "Configuration/Generator/python/B0ToJpsiK0s_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", + "Configuration/Generator/python/BuMixing_BMuonFilter_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/BuMixing_BMuonFilter_forSTEAM_14TeV_TuneCP5_cfi.py", + "Configuration/Generator/python/BuToJPsiPrimeKToJPsiPiPiK_14TeV_TuneCP5_pythia8_cfi.py", + "Configuration/Generator/python/BuToKstarPsi2S_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/Chib1PToUpsilon1SGamma_MuFilter_TuneCP5_14TeV-pythia8_evtgen_cfi.py", + "Configuration/Generator/python/ChicToJpsiGamma_MuFilter_TuneCP5_14TeV_pythia8_evtgen_cfi.py", + "Configuration/Generator/python/DStarToD0Pi_D0ToKsPiPi_inclusive_SoftQCD_TuneCP5_13p6TeV-pythia8-evtgen.py", + "Configuration/Generator/python/DYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cff.py", + "Configuration/Generator/python/DYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cff.py", + "Configuration/Generator/python/DYToll01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/DYToll012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/DYToll012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/DarkSUSY_mH_125_mN1_60_mGammaD_10_cT_10_Madgraph_LHE_13TeV_cfi.py", + "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_300_1000mm_TuneCUETP8M1_13TeV_pythia8_cff.py", + "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_13TeV_pythia8_cff.py", + "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_14TeV_pythia8_cff.py", + "Configuration/Generator/python/HSCPmchamp1_M_600_TuneZ2star_13TeV_pythia6_cff.py", + "Configuration/Generator/python/HTo2LongLivedTo4bMH-125_MFF-12_CTau-900mm_TuneCP5_14TeV_pythia8_cfi.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_EvtGen_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8withPhotospp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_powhegEmissionVeto2p_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_EvtGen_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8withPhotospp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max1j_max1p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_generic_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_ggHZZ4L_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto2p_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_2p_HToGG_M125_LHE_py8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToBB_M-125_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToZZ4nu_M-125_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraphamcatnlo_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraphamcatnlo_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_samePDF_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_samePDF_herwigpp_cff.py", + "Configuration/Generator/python/Herwig7Settings/Herwig7LHEMG5aMCatNLOSettings_cfi.py", + "Configuration/Generator/python/Herwig7Settings/Herwig7StableParticlesForDetector_cfi.py", + "Configuration/Generator/python/LambdaBToLambdaMuMuToPPiMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/LbToJpsiLambda_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", + "Configuration/Generator/python/LbToJpsiXiK0sPi_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP1DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP2DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP3DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP4DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5CR1Settings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5CR2Settings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5DownSettings_cfi.py", + "Configuration/Generator/python/QCD_Pt-15To7000_TuneCUETP8M1_Flat_14TeV-pythia8_cff.py", + "Configuration/Generator/python/QCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_13TeV_pythia8_cff.py", + "Configuration/Generator/python/QCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_14TeV_pythia8_cff.py", + "Configuration/Generator/python/QCD_Pt20toInf_MuEnrichedPt15_14TeV_TuneCP5_cff.py", + "Configuration/Generator/python/RS750_quarks_and_leptons_8TeV_TuneCUETP8M1_cff.py", + "Configuration/Generator/python/RSGravitonToGammaGamma_kMpl01_M_3000_TuneCUETP8M1_13TeV_pythia8_cfi.py", + "Configuration/Generator/python/ReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_ExtGen_cfi.py", + "Configuration/Generator/python/ReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_cfi.py", + "Configuration/Generator/python/SMS-Higgsino_mN2-170_mC1-160_mN1-150_HT60_TuneCP5_13TeV_pythia8_cfi.py", + "Configuration/Generator/python/SMS-T1tttt_mGl-1500_mLSP-100_13TeV-pythia8_cfi.py", + "Configuration/Generator/python/SMS-T1tttt_mGl-1500_mLSP-100_TuneCP5_14TeV_pythia8_cfi.py", + "Configuration/Generator/python/TTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/TTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cfi.py", + "Configuration/Generator/python/TTbarToDilepton_mt172p5_TuneCP5_14TeV_pythia8_cfi.py", + "Configuration/Generator/python/Upsilon1SToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/Upsilon4sBaBarExample_BpBm_Dstarpipi_D0Kpi_nonres_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/Upsilon4swithBuToKstarJPsiToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/WTolNu01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/WTolNu012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/WprimeToENu_M-2000_TuneCUETP8M1_13TeV-pythia8_cff.py", + "Configuration/Generator/python/ZTT_Tauola_All_hadronic_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_All_hadronic_14TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_ExtGen_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZmumuJets_Pt_20_300_GEN_13TeV_TuneCUETP8M1_cfg.py", + "Configuration/Generator/python/sherpa_ttbar_2j_MENLOPS_13TeV_MASTER_ExtGen_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2024FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2024FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2025FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2025FlatMinus10PercentReco_cff.py", + "Configuration/ProcessModifiers/python/ecal_component_finely_sampled_waveforms_cff.py", + "Configuration/ProcessModifiers/python/ticl_superclustering_mustache_ticl_cff.py", + "Configuration/ProcessModifiers/python/trackingMkFitDisplacedRegionalStep_cff.py", + "Configuration/ProcessModifiers/python/trackingMkFitInitialStepPreSplitting_cff.py", + "Configuration/ProcessModifiers/python/unifiedparticleTransformerAK4SonicTriton_cff.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p3_cfg.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p4_cfg.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch2_cfg.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch4_cfg.py", + "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p3_cfg.py", + "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p4_cfg.py", + "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess370patch2_cfg.py", + "Configuration/StandardSequences/python/SimulationRandomNumberGeneratorSeeds_cff.py", + "DPGAnalysis/SiStripTools/python/SiStripConfObjectAPVPhaseOffsetsFakeESSource_cfi.py", + "DPGAnalysis/SiStripTools/python/byclustsummsipixelvssistripmulteventfilter_cfi.py", + "DPGAnalysis/SiStripTools/python/configurableapvcyclephaseproducer_CRAFT08_cfi.py", + "DPGAnalysis/SiStripTools/python/configurableapvcyclephaseproducer_GR09_withdefault_cff.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_additionalpeak_AlCaReco_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_firstpeak_AlCaReco_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_firstpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_maxonly_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_secondpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_widerange_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_HugeEvents_AlCaReco_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_firstpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_maxonly_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_secondpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_widerange_cfi.py", + "DPGAnalysis/SiStripTools/python/occupancyplotsselections_pixelphase1_detailed_cff.py", + "DPGAnalysis/SiStripTools/test/CondDBWriter_SiStripConfObjectAPVPhaseOffsets_cfg.py", + "DPGAnalysis/Skims/data/Cert_13TeV_16Dec2015ReReco_Collisions15_25ns_50ns_JSON.txt", + "DPGAnalysis/Skims/data/Cert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON.txt", + "DPGAnalysis/Skims/data/Cert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON_MuonPhys.txt", + "DPGAnalysis/Skims/data/Cert_271036-274240_13TeV_PromptReco_Collisions16_JSON.txt", + "DQM/BeamMonitor/test/2012_PixelTracksVertices_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py", + "DQM/BeamMonitor/test/2012_PixelTracksVertices_Test_beamspotproblem_dqm_sourceclient-live_cfg.py", + "DQM/BeamMonitor/test/2012_ReducedTrackingSteps_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py", + "DQM/EcalPreshowerMonitorModule/python/EcalPreshowerMonitorTasks_withFEDIntegrity_cfi.py", + "DQM/SiPixelPhase1Config/test/pixelphase1_for_timing_scan_dqm_sourceclient-live_cfg.py", + "DQM/SiPixelPhase1Config/test/qTests/mean_num_digis_qualitytest_config_cosmics.xml", + "DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.cc", + "DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.h", + "DQM/SiStripCommissioningSources/python/SiStripCommissioningSource_FromEDM_cfg.py", + "DQM/SiStripCommissioningSources/python/SiStripCommissioningSource_FromRAW_cfg.py", + "DQM/SiStripMonitorApproximateCluster/plugins/SiStripMonitorApproximateCluster.cc", + "DQM/SiStripMonitorApproximateCluster/python/SiStripMonitorApproximateCluster_cfi.py", + "DQM/SiStripMonitorClient/data/sistrip_monitorelement_config_ped_cluster_digi.xml", + "DQM/SiStripMonitorClient/python/SiStripDQMSourceConfigOfflineGlobalRunCAF_cfi.py", + "DQM/SiStripMonitorSummary/scripts/MonitorDB_NewDirStructure_KeepTagLinks_generic.sh", + "DQM/SiStripMonitorSummary/scripts/MonitorDB_NewDirStructure_KeepTagLinks_generic_V2.sh", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_222222_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_2e83ff_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_454545_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_888888_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_cd0a0a_256x240.png", + "DQM/TrackingMonitorClient/python/TrackingEffFromHitPatternClientConfigZeroBias_cff.py", + "DQMOffline/CalibTracker/test/AnalyzeSeveralRuns_ExpressStreamWithDQMHarvesting_afs.sh", + "DQMOffline/CalibTracker/test/CRAFTCalib/SiStripDQMBadStripsValidationReReco.job", + "DQMOffline/CalibTracker/test/CRAFTCalib/SiStripDQMBadStripsValidationReReco_cfg.py", + "DQMOffline/CalibTracker/test/SiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py", + "DQMOffline/CalibTracker/test/template_SiStripQualityBadAPVIdentifierRoot_cfg.py", + "DQMOffline/CalibTracker/test/template_SiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py", + "DQMOffline/CalibTracker/test/template_SiStripQualityHotStripIdentifierRoot_cfg.py", + "DQMOffline/L1Trigger/test/runDQMOffline_step1NoRECO_justRate_L1TriggerOnly_job1_cfg.py", + "DataFormats/EcalRecHit/interface/alpaka/EcalUncalibratedRecHitDeviceCollection.h", + "DataFormats/L1ScoutingRawData/test/create_SDSRawDataCollection_test_file_cfg.py", + "DataFormats/ParticleFlowReco/interface/alpaka/PFRecHitFractionDeviceCollection.h", + "DataFormats/SiStripCluster/test/TestWriteSiStripApproximateClusterCollection.cc", + "DataFormats/SiStripCluster/test/create_SiStripApproximateClusterCollection_test_file_cfg.py", + "DataFormats/SiStripCluster/test/test_readSiStripApproximateClusterCollection_cfg.py", + "DetectorDescription/OfflineDBLoader/python/test/cmsIdealGeometryForWrite_cfi.py", + "DetectorDescription/OfflineDBLoader/python/test/cmsIdealGeometryNoRPCSpecs_cfi.py", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/folder-closed.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-black-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-black.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-default-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-default.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-famfamfam-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-famfamfam.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-gray-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-gray.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-red-line.gif", + "EgammaAnalysis/ElectronTools/test/egammaPatElectronsToCalibratedPatElectrons_cfg.py", + "EventFilter/EcalRawToDigi/plugins/alpaka/EcalElectronicsMappingHostESProducer.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyHFRingUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyPhysCandUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyPhysCandUnpacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/PhysicsToBitConverter.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/PhysicsToBitConverter.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Collections.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Collections.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloSummaryCollections.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloSummaryCollections.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/EtSumUnpacker_0x10010057.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/EtSumUnpacker_0x10010057.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/GlobalAlgBlkUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/GlobalExtBlkUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonPacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonPacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonUnpacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TObjectCollections.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TStage2Layer2Constants.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TStage2Layer2Constants.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x1001000b.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x1001000b.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010010.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010010.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010033.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010033.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTPacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTPacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTUnpacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/UCTCTP7RawData5BX_HCALFB.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/UCTCTP7RawData_HCALFB.h", + "EventFilter/Phase2TrackerRawToDigi/interface/Phase2TrackerFEDRawChannelUnpacker.h", + "EventFilter/Phase2TrackerRawToDigi/interface/Phase2TrackerFEDZSChannelUnpacker.h", + "EventFilter/Phase2TrackerRawToDigi/plugins/Phase2TrackerCommissioningDigiProducer.cc", + "EventFilter/Phase2TrackerRawToDigi/python/Phase2TrackerCommissioningDigiProducer_cfi.py", + "EventFilter/Phase2TrackerRawToDigi/python/test/Phase2TrackerFEDTestAnalyzer_cfi.py", + "EventFilter/Phase2TrackerRawToDigi/test/plugins/Phase2TrackerFEDTestAnalyzer.cc", + "FWCore/Integration/python/test/unscheduled_fail_on_output_IgnoreCompletely_cfg.py", + "FWCore/Integration/python/test/unscheduled_fail_on_output_no_dependency_TryToContinue_cfg.py", + "FWCore/Integration/test/testSwitchProducerConditionalTaskEDAliasConsumeAllCases_cfg.py", + "FWCore/Integration/test/testSwitchProducerConditionalTaskEDAliasWildcard_cfg.py", + "FWCore/Integration/test/unit_test_outputs/testProducerWithPsetDesc_briefdoc.txt", + "FastSimulation/CTPPSFastTrackingProducer/python/CTPPSFastTrackingProducer_cfi.py", + "FastSimulation/SimplifiedGeometryPropagator/doc/SimplifiedGeometryPropagator.doc", + "FastSimulation/SimplifiedGeometryPropagator/interface/BarrelSimplifiedGeometry.h", + "FastSimulation/SimplifiedGeometryPropagator/interface/ForwardSimplifiedGeometry.h", + "FastSimulation/SimplifiedGeometryPropagator/interface/InteractionModelFactory.h", + "FastSimulation/SimplifiedGeometryPropagator/interface/SimplifiedGeometryFactory.h", + "FastSimulation/TrackingRecHitProducer/interface/TrackingRecHitAlgorithmFactory.h", + "FastSimulation/TrackingRecHitProducer/plugins/TrackingRecHitNoSmearingPlugin.cc", + "GeneratorInterface/Core/test/Hadronizer_MgmMatchTune4C_ZJetsNoPSb_13TeV_madgraph_pythia8_Tauola_cfg.py", + "GeneratorInterface/Core/test/Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8_cfg.py", + "GeneratorInterface/EvtGenInterface/plugins/EvtGenUserModels/EvtModelUserReg.cpp", + "GeneratorInterface/EvtGenInterface/plugins/test/Py8_lambadb_evtgen1_Lb2plnuLCSR_cfg.py", + "GeneratorInterface/Herwig7Interface/python/Herwig7_Dummy_Matchbox_90X_ppToee.py", + "GeneratorInterface/Herwig7Interface/python/Herwig7_loadCommonMergingSettings_cff.py", + "GeneratorInterface/Herwig7Interface/python/PPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cff.py", + "GeneratorInterface/Herwig7Interface/test/DYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cfg.py", + "GeneratorInterface/Herwig7Interface/test/DYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cfg.py", + "GeneratorInterface/Herwig7Interface/test/DYToLL_TuneCH3_13TeV_herwig7_hepmc3_cfg.py", + "GeneratorInterface/Herwig7Interface/test/Herwig7_Matchbox_90X_ppToee_GEN_SIM.py", + "GeneratorInterface/Herwig7Interface/test/PPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cfg.py", + "GeneratorInterface/LHEInterface/data/run_generic_tarball_cvmfs_madgraphLO_multithread.sh", + "GeneratorInterface/LHEInterface/data/run_generic_tarball_cvmfs_manual_multithread.sh", + "GeneratorInterface/PyquenInterface/python/Pyquen_Zmumu_2760GeV_dimuonAcc_cfi.py", + "GeneratorInterface/Pythia6Interface/test/Py6GenFilter_ElectronProtonInitialState_cfg.py", + "GeneratorInterface/Pythia8Interface/test/compare_external_generators_streams_cfg.py", + "GeneratorInterface/Pythia8Interface/test/pythia8ex2_ConvertToMain70_cfg_Fragment.py", + "GeneratorInterface/Pythia8Interface/test/pythia8hmc3_photos_ZToTauTau_13TeV_cfg.py", + "GeneratorInterface/Pythia8Interface/test/test_Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8.sh", + "GeneratorInterface/Pythia8Interface/test/test_catch2_External_Pythia8GeneratorFilter.cc", + "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMC.h", + "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMCGeneratorFilter.h", + "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMCHadronizer.h", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_AdvancedParameters_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_PbPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_5TeV_pPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_7TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_8TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_900GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_PbPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_5TeV_pPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_7TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_8TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_900GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/src/ReggeGribovPartonMCGeneratorFilter.cc", + "GeneratorInterface/ReggeGribovPartonMCInterface/src/ReggeGribovPartonMCHadronizer.cc", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_PbPb_2760GeV_cfi_py_GEN.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pPb_5020GeV_cfi_py_GEN.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pp_8TeV_cfi_py_GEN.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/QGSJetII-04_pPb_5020GeV_cfi_py_GEN.py", + "GeneratorInterface/SherpaInterface/data/Run.dat_13TeV_WJets_MEPSatNLO_2jNLO_2jLO", + "GeneratorInterface/SherpaInterface/data/Run.dat_13TeV_ZJets_MEPSatNLO_2jNLO_2jLO", + "GeneratorInterface/TauolaInterface/plugins/TauSpinner/read_particles_from_HepMC.cc", + "GeneratorInterface/TauolaInterface/test/DYToLL_M_50_TuneZ2star_8TeV_Tauola_TauSpinner_Example_cfi.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHESPINCORR_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHE_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/GGToHtautau_13TeV_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/GGToHtautau_13TeV_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/H130GGgluonfusion_8TeV_Tauola_TauSpinner_Example_cfi.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHESPINCORR_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHE_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatPlus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatPlus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatPlus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatPlus10Percent.xml", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorMeasuredXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorSystMinusXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorSystPlusXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1ZeroMaterialXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometryDetailedCavern2017Plan1XML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometryDetailedCavern2017Plan1ZeroMaterialXML_cfi.py", + "Geometry/ForwardSimData/data/ForwardShieldProdCuts/2021/v1/ForwardShieldProdCuts.xml", + "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryBuilder.cc", + "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.cc", + "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.h", + "Geometry/HcalCommonData/data/hcalRecNumbering/2018Plan36/v1/hcalRecNumbering.xml", + "Geometry/HcalCommonData/data/hcalRecNumbering/2018Plan36/v2/hcalRecNumbering.xml", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.0.py", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.911.py", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.0.py", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.911.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.0.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.911.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.0.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.911.py", + "Geometry/TrackerCommonData/data/2016/FlatMinus05Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/2016/FlatMinus10Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/2016/FlatPlus05Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/2016/FlatPlus10Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/PhaseI/PixelForward/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TFPXTEPXReordered/trackerParameters.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker4025/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker4025/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker405/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker613/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker613_MB_2019_04/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixfwd.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_03/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT703_2021_03/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2024_02/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT800_IT615_2022_10/pixbar.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT742_2024_01/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT744_2024_01/pixel.xml", + "Geometry/TrackerCommonData/data/flat10services30percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/flat20services30percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/pixbarmaterial/2017ZeroMaterial/v1/pixbarmaterial.xml", + "Geometry/TrackerCommonData/data/pixfwdMaterials/2017ZeroMaterial/v1/pixfwdMaterials.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_PixelBarrelConn/pixbarmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_PixelBarrelConnToST/pixbarmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBFlange/tibmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBTIDMargherita/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBTIDServiceCylinder/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/specialTestGeometries.txt", + "Geometry/TrackerCommonData/data/tecmaterial/2017ZeroMaterial/v1/tecmaterial.xml", + "Geometry/TrackerCommonData/data/tibmaterial/2017ZeroMaterial/v1/tibmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2016/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017ZeroMaterial/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2021/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tidmaterial/2017ZeroMaterial/v1/tidmaterial.xml", + "Geometry/TrackerCommonData/data/tobmaterial/2017ZeroMaterial/v1/tobmaterial.xml", + "Geometry/TrackerCommonData/data/trackermaterial/2017ZeroMaterial/v1/trackermaterial.xml", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021ZeroMaterialXML_cfi.py", + "Geometry/TrackerGeometryBuilder/plugins/TrackerAdditionalParametersPerDetESModule.cc", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerModuleInfoDBDD4hep_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerModuleInfoFromDDDNoPrintDDD_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerParametersFromDD4hep_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerParametersFromDDD_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/trackerModuleInfoLocalDBDD4hep_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/trackerParametersFromLocalDB_cfg.py", + "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2DoubleDiskBuilder.cc", + "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2DoubleDiskBuilder.h", + "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2SubDiskBuilder.cc", + "Geometry/TrackerRecoData/data/PhaseII/OuterTracker616_2020_04/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker4025/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker613_MB_2019_04/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker613_MB_2019_04/v2_ITonly/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT710_2023_04/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/trackerRecoMaterial.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackersens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelsens.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibConfiguration_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer0_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer1_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer2_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer3_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring0_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring1_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring2_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring3_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/trackerConfiguration_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/trackerStructureTopology_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/trackertib_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/test/trackerSimConfiguration_TwentyFivePercent.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Left_Station/v1/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Left_Station/v2/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Right_Station/v1/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Right_Station/v2/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Left_Station/v1/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Left_Station/v2/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Right_Station/v1/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Right_Station/v2/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Cuts_Per_Region/Reco/v1/RP_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Cuts_Per_Region/Simu/v1/CTPPS_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/RP_Dist_Beam_Cent/Reco/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/RP_Dist_Beam_Cent/Simu/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/RP_Param_Beam_Region/v1/RP_Param_Beam_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Cuts_Per_Region/Reco/v1/RP_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Cuts_Per_Region/Simu/v1/CTPPS_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/RP_Dist_Beam_Cent/Reco/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/RP_Dist_Beam_Cent/Simu/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/RP_Param_Beam_Region/v1/RP_Param_Beam_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Right_Station.xml_bkp", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Detector_Assembly/2021/v1/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Detector_Assembly/v1/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Reco/v1/CTPPS_Timing_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Simu/v1/CTPPS_Detectors_Assembly_022.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Simu/v1/CTPPS_Detectors_Assembly_122.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern1_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern2_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern2_Segment2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment5.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2017/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2017/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_003.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_103.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_003.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_103.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_003.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_103.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v1/PPS_Pixel_Module_2x2_Run3.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v1/ppstrackerMaterials.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v2/PPS_Pixel_Module_2x2_Run3.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v2/ppstrackerMaterials.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v3/PPS_Pixel_Module_2x2_Run3.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v1/CTPPS_Pixel_Module_2x2.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v2/CTPPS_Pixel_Module_2x2.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v3/CTPPS_Pixel_Module_2x2.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Horizontal_Pot/v1/CTPPS_Timing_Horizontal_Pot.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Horizontal_Pot/v2/CTPPS_Timing_Horizontal_Pot.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Negative_Station/v1/CTPPS_Timing_Negative_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Negative_Station/v2/CTPPS_Timing_Negative_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Positive_Station/v1/CTPPS_Timing_Positive_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Positive_Station/v2/CTPPS_Timing_Positive_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_UFSD_Segments/CTPPS_UFSD_Pattern2_SegmentA.xml", + "Geometry/VeryForwardData/data/CTPPS_UFSD_Segments/CTPPS_UFSD_Pattern2_SegmentB.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_000.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_001.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_002.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_003.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_004.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_005.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_020.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_021.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_022.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_023.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_024.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_025.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_100.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_101.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_102.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_103.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_104.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_105.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_120.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_121.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_122.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_123.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_124.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_125.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Reco/v1/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Reco/v2/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Simu/v1/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Simu/v2/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/v1/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Reco/v1/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Reco/v2/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Simu/v1/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Simu/v2/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/v1/RP_Vertical_Device.xml", + "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2016_cfi.py", + "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2017_cfi.py", + "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2018_cfi.py", + "Geometry/VeryForwardProtonTransport/data/parametrization_6500GeV_90_transp.root", + "Geometry/VeryForwardProtonTransport/data/parametrization_6500GeV_90p0_50urad_reco.root", + "GeometryReaders/XMLIdealGeometryESSource/python/cmsMagneticFieldGeometryDB_cff.py", + "GeometryReaders/XMLIdealGeometryESSource/src/XMLIdealMagneticFieldGeometryESProducer.cc", + "GeometryReaders/XMLIdealGeometryESSource/test/runXMLBigFileToDBAndBackValidation.sh", + "GeometryReaders/XMLIdealGeometryESSource/test/testSpecParsMuonSensitiveDetectorMuonCSCHits.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/highPtTripletStepChi2Est_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/highPtTripletStepTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltCandidateJetBProbabilityComputer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltCandidateJetProbabilityComputer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPBwdElectronPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator16_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator2000_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator30_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator9_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator100_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator30_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPDummyDetLayerGeometry_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorAny_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorOpposite_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFwdElectronPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPGlobalDetLayerGeometry_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFFittingSmootherForL2Muon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFFittingSmootherWithOutliersRejectionAndRK_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectoryFitterForL2Muon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForL2Muon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForMuonTrackLoader_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPL3MuKFTrajectoryFitter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPMeasurementTracker_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPMuonTransientTrackingRecHitBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPPixelCPEFastParams_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRKTrajectoryFitter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRKTrajectorySmoother_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRungeKuttaTrackerPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSiPixelCablingSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSiPixelGainCalibrationForHLTSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagatorAnyOpposite_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagatorAny_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorAlong_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorOpposite_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderPixelOnly_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderWithTrackAngle_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderWithoutRefit_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTrackAlgoPriorityOrder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepChi2Est_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonInitialStepChi2Est_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonPixelTrackCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonTrackAlgoPriorityOrder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPixelTracksCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/muonSeededTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt1PFPuppiCentralJet70MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt1PFPuppiCentralJet75MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt2PFPuppiCentralJet40MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt2PFPuppiCentralJet60MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt3PFPuppiCentralJet45MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt4PFPuppiCentralJet40MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p31Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p38Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p865DoubleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p275Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p375Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p935DoubleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBunchSpacingProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepBLifetimeTagInfosPFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepBLifetimeTagInfosPFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsInfosPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsInfosPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsPFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsPFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveMergedVerticesPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveSecondaryVerticesPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveVertexFinderPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepSecondaryVertexTagInfosPFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepSecondaryVertexTagInfosPFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepTrackVertexArbitratorPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG12EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG23EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG23EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiMuon178RelTrkIsoFiltered0p4DzFiltered0p2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiMuon178RelTrkIsoFiltered0p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoublePFPuppiJets128Eta2p4MaxDeta1p6_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoublePFPuppiJets128MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoubleTkMuon157L1TkMuonFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG108EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG108EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG115EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG187EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG187EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG23EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG26EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG26EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG30EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG30EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG32EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG32EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoubleEleIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoubleEleNonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoublePhotonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSingleEleIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSingleEleNonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSinglePhotonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalBarrelClusterFastTimer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalBarrelDigisInRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalDetIdToBeRecovered_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalDetailedTimeRecHit_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalMultiFitUncalibRecHit_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalUncalibRecHitL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaBestGsfTrackVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaBestGsfTrackVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesWrapperL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesWrapperUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCkfTrackCandidatesForGSFL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCkfTrackCandidatesForGSFUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaClusterShapeL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaClusterShapeUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEcalPFClusterIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEcalPFClusterIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleL1TrkIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleL1TrkIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaElectronPixelSeedsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaElectronPixelSeedsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfElectronsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfElectronsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTrackVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTrackVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTracksL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTracksUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCALIDVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCALIDVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCalLayerClusterIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCalLayerClusterIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHcalPFClusterIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHcalPFClusterIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHollowTrackIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHollowTrackIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHoverEL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHoverEUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaPixelMatchVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaPixelMatchVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaSuperClustersToPixelMatchL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaSuperClustersToPixelMatchUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfChi2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfNLayerITUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70EcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70EcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDetaUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfOneOEMinusOneOPUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoFromL1TracksUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfChi2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfNLayerITUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDetaUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5DphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5DphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfChi2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfNLayerITUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDetaUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsForTripletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsForTripletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsClusterRemoverL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsClusterRemoverUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsCombinedL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsCombinedUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsDoubletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsDoubletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsTripletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsTripletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEleSeedsTrackingRegionsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEleSeedsTrackingRegionsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersCLUE3DHighL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersCLUE3DHigh_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersRecoveryL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersRecovery_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFirstStepPrimaryVerticesUnsorted_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFixedGridRhoFastjetAllCaloForEGamma_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFixedGridRhoFastjetAll_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltGoodOfflinePrimaryVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHGCalUncalibRecHitL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersEEL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersEE_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersFromSoAProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSciL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSci_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSiL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalMergeLayerClustersL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalMergeLayerClusters_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoALayerClustersProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoARecHitsLayerClustersProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoARecHitsProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalTrackCollection_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepClusters_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepHitTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeedTracksLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCandidatespLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCutClassifierpLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackSelectionHighPuritypLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackingRegionFromTrimmedVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackspLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsCombinatoricRecoTaus_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsDoublePFTau35MediumDitauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsDoublePFTau40TrackPt1MediumChargedIsolation_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTau27LooseTauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTau30LooseTauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauBasicDiscriminatorsForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauBasicDiscriminatorsdR03ForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauDeepTauProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauDiscriminationByDecayModeFindingNewDMs_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumAbsOrRelChargedIsolationDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumAbsoluteChargedIsolationDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumRelativeChargedIsolationDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauPrimaryVertexProducerForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauProducerSansRefs_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauSecondaryVertexProducerForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauTrackFindingDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauTransverseImpactParametersForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTauLooseTauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausMediumDitauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausTrackFinding_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausTrackPt1MediumChargedIsolation_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectionDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsTauPFJetsRecoTauChargedHadronsWithNeutrals_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHtMhtPFPuppiCentralJetsQuadC30MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepSeedTracksLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifierpLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifierpTTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPuritypLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPuritypTTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTracksT5TCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackspLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackspTTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonClustersRefRemoval_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonMerged_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelClusterCheck_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelHitTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelLayerTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelSeedsFiltered_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedForDoublePuppiTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForDoublePuppiJetBtagFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiHTFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiJetFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiMETFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForQuadPuppiJetTripleBtagFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TEGammaFilteredCollectionProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TEGammaHGCFilteredCollectionProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonFromL1TkMuonCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonSeedsFromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3MuonsPhase2L3Links_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22EcalIso0p41_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22HcalIso0p40_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22HgcalIso4p70_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfecalIsoFiltered0p41_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfhcalIsoFiltered0p40_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfhgcalIsoFiltered4p70_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3trkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22TrkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fFiltered17_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fFiltered37_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fPreFiltered27_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fPreFiltered8_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu18Filtered20_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu22L3Filtered24Q_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu22L3Filtered50Q_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533L31055DZFiltered0p2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533L3Filtered1055_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533PreFiltered555_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltMeasurementTrackerEvent_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltOfflinePrimaryVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFMETTypeOneCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetQuad30MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetsQuad30HT200MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetsQuad30HT330MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiJetForBtagEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiJetForBtagSelectorEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOne140_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOneCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowBadHcalPseudoCluster_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrectedL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrectedUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHBHE_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCalFromTICLL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCalFromTICLUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCal_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHO_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitECALL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitECALUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHBHE_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHGCL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHGC_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHO_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECALL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECALUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCalFromTICLL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCalFromTICLUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCal_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowTimeAssignerECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowTmpBarrel_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHGCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHO_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourJetTagsModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourJetTags_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourTagInfosModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourTagInfos_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelLayerQuadruplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksTrackingRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonTrimmedPixelVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonGeneralTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepClusters_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepHitTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTracksSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTracksSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksAndHighPtTripletTrackingRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksHitQuadruplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsEcalIsodR0p3dRVeto0p000_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsHcalIsodR0p3dRVeto0p000_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsHgcalLCIsodR0p2dRVetoEM0p00dRVetoHad0p02minEEM0p00minEHad0p00_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p07_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3MuonCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3MuonsLinksCombination_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuCtfWithMaterialTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuonTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuonTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OISeedsFromL2Muons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OITrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2OTHitsInputLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2OnlineBeamSpotDevice_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelFitterByHelixProjections_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTrackFilterByKinematics_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2SiPixelClustersSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2SiPixelRecHitsSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2TowerMakerForAll_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2TrimmedPixelVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelClustersMultiplicity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerPairsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerPairsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDiphoton3023IsoCaloIdL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDiphoton3023IsoCaloIdUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle2312IsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle25CaloIdLPMS2L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle25CaloIdLPMS2Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle115NonIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle26WP70L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle26WP70Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle32WPTightL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle32WPTightUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreHLTAnalyzerEndpath_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton108EBTightIDTightIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton108EBTightIDTightIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton187L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton187Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrimaryVertexAssociationModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrimaryVertexAssociation_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPuppiTauTkIsoEle45_22L1TkFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPuppiTauTkMuon4218L1TkFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltRechitInRegionsHGCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltSiPixelClusterShapeCache_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltSingleAK4PFPuppiJet520_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltSingleTkMuon22L1TkMuonFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclLayerTileProducerL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclLayerTileProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTracksterLinksL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersCLUE3DHighL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersCLUE3DHigh_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersRecoveryL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersRecovery_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTrackRefsForJetsBeforeSorting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTrackWithVertexRefSelectorBeforeSorting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltUnsortedOfflinePrimaryVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEleSingle22Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEleSingle28Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmDouble12Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmSingle22Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmSingle36Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle23_12_Iso_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleMediumChargedIsoPFTauHPS40_eta2p1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleMediumDeepTauPFTauHPS35_eta2p1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepCSV_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepFlavour_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele115_NonIso_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele30_WPTight_L1Seeded_LooseDeepTauPFTauHPS30_eta2p1_CrossL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele32_WPTight_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele32_WPTight_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_IsoMu20_eta2p1_LooseDeepTauPFTauHPS27_eta2p1_CrossL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu37_Mu27_FromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepCSV_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepCSV_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFPuppiMETTypeOne140_PFPuppiMHT140_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/CkfBaseTrajectoryFilter_block_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/ClusterShapeTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/GroupedCkfTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HGCAL_chargeCollectionEfficiencies_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonGroupedCkfTrajectoryFilterIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetTrajectoryFilterIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetTrajectoryBuilderForGsfElectrons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetTrajectoryFilterForElectrons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTSiStripClusterChargeCutLoose_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTSiStripClusterChargeCutNone_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutLoose_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutNone_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutTight_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/TrajectoryFilterForConversions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/TrajectoryFilterForElectrons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/ckfBaseTrajectoryFilterP5_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/ckfTrajectoryFilterBeamHaloMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedQuadStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedQuadStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedTripletStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonPSetPvClusterComparerForIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonSeedFromProtoTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2PSetPvClusterComparerForIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2SeedFromProtoTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltTiclTracksterLinksPSet_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterBasePreSplitting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterPreSplitting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterShapePreSplitting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/jetCoreRegionalStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtGsfEleTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtQuadStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtQuadStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepStandardTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/mixedTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryBuilderForInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryBuilderForOutInDisplaced_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForOutInDisplaced_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForOutIn_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pSetPvClusterComparerForIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelLessStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/tobTecStepInOutTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/tobTecStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK4PFJetsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK4PFPuppiJetsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK8PFJetsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepCSVSequencePFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepCSVSequencePFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepFlavourSequencePFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepFlavourSequencePFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCaloMETReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCaloTowersRecSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCalolocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCsclocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDiphoton3023IsoCaloIdL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDiphoton3023IsoCaloIdUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoFullUnpackingEgammaEcalL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoFullUnpackingEgammaEcalSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalHcalSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalPixelSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalStripSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle2312IsoL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle25CaloIdLPMS2L1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle25CaloIdLPMS2UnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDtlocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEGammaDoLocalHcalSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle115NonIsoL1SeededGsfElectronL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle115NonIsoL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle26WP70L1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle26WP70UnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle32WPTightL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle32WPTightUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5OpenL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5OpenUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTElePixelMatchL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTElePixelMatchUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTFastJetForEgammaSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGemLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGsfElectronL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGsfElectronUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHPSDeepTauPFTauSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHPSMediumChargedIsoPFTauSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgamma_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHighPtTripletStepSeedingSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHighPtTripletStepSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTInitialStepPVSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTInitialStepSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTItLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTIter0Phase2L3FromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTIter2Phase2L3FromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTL1UnpackerSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTL2MuonsFromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTMuonlocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTOtLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusterJMEReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusteringForEgammaL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusteringForEgammaUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFHcalClusteringForEgammaSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFJetsCHSReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFMETsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFPuppiJMEReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFPuppiMETReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowClusterECALSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowClusterSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowSuperClusteringSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusterRefsForJetsSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringECALSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringHBHEHFSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringHOSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3FromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3MuonGeneralTracksSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3MuonsSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3OISequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2PixelTracksSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton108EBTightIDTightIsoL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton108EBTightIDTightIsoUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton187L1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton187UnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclCandidateSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclLayerTileSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTracksterLinksSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTracksterMergeSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersCLUE3DHighStepSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersRecoverySequenceL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersRecoverySequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTVertexRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/services/RandomNumberGeneratorService_cfi.py", + "HLTrigger/Configuration/test/testAccessToEDMInputsOfHLTTests_update_filelist.sh", + "HLTriggerOffline/HeavyFlavor/python/heavyFlavorValidationHarvestingSequence_cff.py", + "HLTriggerOffline/SUSYBSM/test/BSMTriggerCheck/html/template/comp_beginning.html", + "HLTriggerOffline/SUSYBSM/test/BSMTriggerCheck/html/template/menu_beginning.html", + "HLTriggerOffline/Scouting/test/runScoutingMonitoringDQM_EGammaOnly_step1_cfg.py", + "HLTriggerOffline/Scouting/test/runScoutingMonitoringDQM_EGammaOnly_step2_cfg.py", + "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToFlyingCascadeBuilderBase.h", + "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToResTrkTrkSameMassBuilder.h", + "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToResTrkTrkSameMassBuilderBase.h", + "HeavyFlavorAnalysis/SpecificDecay/src/BPHDecayToResTrkTrkSameMassBuilderBase.cc", + "HeterogeneousCore/AlpakaInterface/interface/AssertDeviceMatchesHostCollection.h", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerCopyToDeviceCache.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerImplicitCopyToDevice.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerMoveToDeviceCache.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerNoOutput.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaStreamSynchronizingProducer.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaStreamSynchronizingProducerToDevice.cc", + "HeterogeneousTest/AlpakaDevice/plugins/alpaka/AlpakaTestDeviceAdditionAlgo.dev.cc", + "HeterogeneousTest/AlpakaDevice/plugins/alpaka/AlpakaTestDeviceAdditionModule.cc", + "HeterogeneousTest/AlpakaKernel/plugins/alpaka/AlpakaTestKernelAdditionAlgo.dev.cc", + "HeterogeneousTest/AlpakaKernel/plugins/alpaka/AlpakaTestKernelAdditionModule.cc", + "HeterogeneousTest/AlpakaOpaque/plugins/alpaka/AlpakaTestOpaqueAdditionModule.cc", + "HeterogeneousTest/AlpakaWrapper/plugins/alpaka/AlpakaTestWrapperAdditionModule.cc", + "IOMC/EventVertexGenerators/python/VtxSmearedFixed_EmitRealistic5TeVppCollision2017_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic100ns13TeVCollisionBetaStar90mLowBunches_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic100ns13TeVCollisionBetaStar90m_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeV2016Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeVEarly2017Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeVEarly2018Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEOY2022Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEarly2022Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEarly2023Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns900GeV2021Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic2p76TeV2011Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic2p76TeV2013Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic50ns13TeVCollisionZeroTesla_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic5TeVPA2016Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic5TeVppCollision2017_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic7TeVCollisionComm10_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic8TeVPA2016Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealisticHICollisionFixZ2015_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3FlatOpticsGaussSigmaZ4p2cm_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3FlatOpticsGaussSigmaZ5p3cm_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3RoundOptics25ns13TeVHighSigmaZ_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3RoundOptics25ns13TeVLowSigmaZ_cfi.py", + "JetMETCorrections/InterpolationTables/interface/InterpolationFunctorInstances.h", + "JetMETCorrections/InterpolationTables/interface/StorableMultivariateFunctorReader.h", + "JetMETCorrections/TauJet/data/IterativeCone0.4_EtScheme_TowerEt0.5_E0.8_Jets871_2x1033PU_tau.txt", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_BTagSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_hadr_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_hadr_metSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_lepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenuObjects_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_BTagSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_hadr_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_hadr_metSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_lepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_constants.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_ids.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_scalings.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_BTagSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_hadr_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_hadr_metSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_lepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_constants.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_ids.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_scalings.py", + "L1Trigger/DTTriggerPhase2/test/primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py", + "L1Trigger/DTTriggerPhase2/test/primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg_withRPC.py", + "L1Trigger/DTTriggerPhase2/test/test_primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py", + "L1Trigger/GlobalTriggerAnalyzer/python/customise_l1GtPatternGeneratorFromRaw.py", + "L1Trigger/GlobalTriggerAnalyzer/test/L1GtPatternGenerator_overrideL1Menu_cfg.py", + "L1Trigger/L1CaloTrigger/python/l1tPhase2GCTBarrelToCorrelatorLayer1Emulator_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_0_ECALZS_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_1_ECALZS_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_1_ECALZS_noHFJEC_newEGIso_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_0_HI_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_10_mean_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_10_mode_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_2_noHCALSF_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_2_updateHFSF_v6MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_2_updateHFSF_v7MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_updateHFSF_v6MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_mean_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_mean_newHF_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_newHF_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_newHF_v6MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_oldHFSFForJECOnly_cfi.py", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2ClusterAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2EGammaAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2EtSumAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2JetSumAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2TowerCompressAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2TowerDecompressAlgorithmFirmwareImp1.cc", + "L1Trigger/L1THGCal/interface/concentrator/HGCalConcentratorProcessorSelection.h", + "L1Trigger/L1THGCal/interface/concentrator/HGCalConcentratorSuperTriggerCellImpl.h", + "L1Trigger/L1THGCal/plugins/backend/HGCalBackendLayer2Processor3DClustering_SA.cc", + "L1Trigger/L1THGCalUtilities/test/ntuples/HGCalTriggerNtupleHGCConcentratorData.cc", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGenerator.py", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGeneratorClassProb.py", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGenerator_displ.py", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlap_Pats0x0013_generateExtrFactors.py", + "L1Trigger/L1TMuonOverlapPhase2/interface/LutNetworkFixedPointRegression2Outputs.h", + "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGeneratorClassProb_phase2.py", + "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGenerator_displ_phase2.py", + "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGenerator_phase2.py", + "L1Trigger/Phase2L1ParticleFlow/data/hgcal_egID/Photon_Pion_vs_Neutrino_BDTweights_1116.xml.gz", + "L1Trigger/Phase2L1ParticleFlow/data/hgcal_egID/Photon_vs_Pion_BDTweights_1116.xml.gz", + "L1Trigger/Phase2L1ParticleFlow/interface/L1TCorrelatorLayer1PatternFileWriter.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/buffered_folded_multififo_regionizer_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/folded_multififo_regionizer_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/middle_buffer_multififo_regionizer_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/multififo_regionizer_elements_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/multififo_regionizer_elements_ref.icc", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/tdr_regionizer_elements_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/tdr_regionizer_elements_ref.icc", + "L1Trigger/Phase2L1ParticleFlow/src/regionizer/buffered_folded_multififo_regionizer_ref.cpp", + "L1Trigger/Phase2L1ParticleFlow/src/regionizer/folded_multififo_regionizer_ref.cpp", + "L1Trigger/Phase2L1ParticleFlow/src/regionizer/middle_buffer_multififo_regionizer_ref.cpp", + "L1TriggerConfig/CSCTFConfigProducers/python/L1MuCSCTFConfigurationRcdSrc_cfi.py", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/phi12.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/phi42.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta15h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta15l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta25h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta25l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/ETFPatternList.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP1.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP2.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP3.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP4.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP5.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP6.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext12.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext13.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext14.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext15.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext16.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext21.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext23.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext24.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext25.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext26.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext34.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext35.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext56.lut", + "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTChannelMaskConfigOnline_cfi.py", + "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTParametersKeysOnlineProd_cfi.py", + "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTParametersOnlineProducer_cfi.py", + "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesConfig_cff.py", + "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesConfig_cfi.py", + "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesDBConfig_cff.py", + "L1TriggerConfig/L1CSCTPConfigProducers/src/L1CSCTriggerPrimitivesConfigProducer.cc", + "L1TriggerConfig/L1CSCTPConfigProducers/src/L1CSCTriggerPrimitivesConfigProducer.h", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu2008_2E30.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu_2008MC_2E30.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu2008_2E31.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v0_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v1_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090519_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090624_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v4_L1T_Scales_20090624_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1x1032/L1Menu_CRUZET200805.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v0_L1T_Scales_20101224_Imp0_0x1027.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v1_L1T_Scales_20101224_Imp0_0x1028.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v2_L1T_Scales_20101224_Imp0_0x102a.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v3_L1T_Scales_20101224_Imp0_0x102b.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25nsStage1_v3_L1T_Scales_20141121_Imp0_0x1031.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v0_L1T_Scales_20101224_Imp0_0x102f.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v1_L1T_Scales_20101224_Imp0_0x102f.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v2_L1T_Scales_20141121_Imp0_0x1030.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v1_L1T_Scales_20141121_Imp0_0x1030.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v2_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v3_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v4_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50ns_v0_L1T_Scales_20141121_Imp0_0x1031.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v1_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v2_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v3_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v4_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2011_v0_L1T_Scales_20101224_Imp0_0x1026.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2011_v0_nobsc_notau_centrality_q2_singletrack.v1.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2013_v0_L1T_Scales_20101224_Imp0_0x102c.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v1.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v2.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v3.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v4.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v5.xml", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/calosetup", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/defvalpkg", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/header", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/jet_cnts", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/muonsetup", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/calo_setup.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond1_chip.qsf", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond1_chip_pkg.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond2_chip.qsf", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond2_chip_pkg.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/def_val_pkg.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/muon_setup.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/pre_algo_and_or.vhd", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAlgoTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAlgoTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAndMasksTester.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsTechTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsTechTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtStableParametersTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskAlgoTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskAlgoTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskTechTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskTechTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoAlgoTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoTechTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoTechTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMenuConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtPrescaleFactorsAlgoTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtPrescaleFactorsTechTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskAlgoTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskTechTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskVetoAlgoTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskVetoTechTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_PrescaleFactorsAlgoTrigUnprescale_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_TriggerMaskAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu_2008MC_2E30_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_PrescaleFactorsAlgoTrigUnprescale_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_TriggerMaskAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v0_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090519_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090624_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v4_L1T_Scales_20090624_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_PrescaleFactorsAlgoTrigUnprescale_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_TriggerMaskAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_ecal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_hcal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskTechTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_ecal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_hcal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_Test_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v1_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v2_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v3_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v4_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v5_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsAlgoTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsAndMasksTester_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsTechTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskAlgoTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskTechTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskVetoTechTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsAlgoTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsAlgoTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsTechTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsTechTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskAlgoTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskAlgoTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskTechTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskTechTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoAlgoTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoTechTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoTechTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtPrescaleFactorsAlgoTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtPrescaleFactorsTechTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskAlgoTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskTechTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskVetoTechTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1ScalesProducers/python/L1MuTriggerPtScaleOnlineProducer_cfi.py", + "L1TriggerConfig/L1ScalesProducers/python/L1MuTriggerScalesOnlineProducer_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TGlobalPrescalesVetosObjectKeysOnline_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TMuonEndCapForestOnlineProxy_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TMuonOverlapObjectKeysOnline_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TMuonOverlapParamsOnlineProxy_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TUtmTriggerMenuObjectKeysOnline_cfi.py", + "L1TriggerConfig/L1TConfigProducers/src/L1TGlobalPrescalesVetosObjectKeysOnlineProd.cc", + "L1TriggerConfig/L1TConfigProducers/src/L1TUtmTriggerMenuObjectKeysOnlineProd.cc", + "MagneticField/GeomBuilder/plugins/dd4hep/DD4hep_VolumeBasedMagneticFieldESProducer.cc", + "MagneticField/GeomBuilder/plugins/dd4hep/DD4hep_VolumeBasedMagneticFieldESProducerFromDB.cc", + "MagneticField/Interpolation/test/BinaryTablesGeneration/prepareMagneticFieldGrid.cc", + "MagneticField/Interpolation/test/BinaryTablesGeneration/prepareMagneticFieldGrid.h", + "MagneticField/Interpolation/test/BinaryTablesGeneration/validateField_TOSCATables.py", + "MagneticField/ParametrizedEngine/interface/ParabolicParametrizedMagneticField.h", + "MagneticField/ParametrizedEngine/plugins/AutoParametrizedMagneticFieldProducer.cc", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_OAE85l_cfi.py", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_OAE_3_8T_cfi.py", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_PolyFit2D_cfi.py", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_PolyFit3D_cfi.py", + "MagneticField/ParametrizedEngine/test/alpaka/testParabolicParametrizedMagneticField.dev.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/CompareWithSystematicError.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasUpsilonValidation.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasY1SValidation.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasZValidation.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/ComparePhiPlusMinus.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareWithExpected.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareWithExpectedBeforeAfter.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CrystalBallFitOnData_JPsi.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/GaussianFitOnData_Psi2S.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Base.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Y1S.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Z.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlap_Upsilon.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlap_Y1S.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/RunCompareBias_template.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/ShowProbabilityDistribution.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/TreeProduction/MuScleFit_template_cfg.py", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/SplitAndRunBatch.sh", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/StatisticalErrors_instructions.txt", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/TakeParameterFromBatch.sh", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/TreeSplitter_cfg.py", + "MuonAnalysis/MomentumScaleCalibration/test/UnitTests/TestCrossSectionHandler.cc", + "MuonAnalysis/MomentumScaleCalibration/test/tree_production/miniAODVBTFMuonsOnlyTreeMC_CRAB_cfg.py", + "MuonAnalysis/MuonAssociators/test/MuonMCClassifier/debugMuonsClassByHits_cfg.py", + "MuonAnalysis/MuonAssociators/test/MuonMCClassifier/patMuonsWithClassByHits_cfg.py", + "MuonAnalysis/MuonAssociators/test/Trigger/patMuonsWithTrigger_Data_HLTDEBUG_cfg.py", + "MuonAnalysis/MuonAssociators/test/Trigger/patMuonsWithTrigger_mc_HLTDEBUG_cfg.py", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/db/ClassNotSupportedException.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIDGenerator.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIdConverter.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/IDetIdGenerator.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECAnalyzer.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECDetIdConverter.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TOBAnalyzer.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TOBDetIdConverter.java", + "OnlineDB/SiStripO2O/test/O2O_Validation/template_Validate_FEDCabling_O2O_cfg.py", + "OnlineDB/SiStripO2O/test/P5/20X/SiStripO2O_AT_P5_table_multipartition_Commissioning.sh", + "OnlineDB/SiStripO2O/test/P5/21X/SiStripO2O_AT_P5_table_multipartition_Commissioning.sh", + "PhysicsTools/HepMCCandAlgos/python/allStandAloneMuonTracksGenParticlesLeptonMatch_cfi.py", + "PhysicsTools/HepMCCandAlgos/python/allSuperClustersGenParticlesLeptonMatch_cfi.py", + "PhysicsTools/NanoAODTools/python/postprocessing/framework/treeReaderArrayTools.py", + "PhysicsTools/PatAlgos/python/slimming/offlineSlimmedPrimaryVerticesWithBS_cfi.py", + "PhysicsTools/SelectorUtils/interface/SimpleCutBasedElectronIDSelectionFunctor.h", + "RecoBTag/CTagging/python/candidateCombinedSecondaryVertexSoftLeptonCvsLComputer_cfi.py", + "RecoBTag/CTagging/python/pfInclusiveSecondaryVertexFinderNegativeCvsLTagInfos_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeOnlyJetBProbabilityComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeOnlyJetProbabilityComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeTrackCounting3D2ndComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeTrackCounting3D3rdComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidatePositiveOnlyJetBProbabilityComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidatePositiveOnlyJetProbabilityComputer_cfi.py", + "RecoBTag/ONNXRuntime/plugins/UnifiedParticleTransformerAK4ONNXJetTagsProducer.cc", + "RecoBTag/ONNXRuntime/plugins/UnifiedParticleTransformerAK4SonicJetTagsProducer.cc", + "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V01/pfDeepBoostedJetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V02/pfDeepBoostedJetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V02/pfMassDecorrelatedDeepBoostedJetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/Parameters/HiggsInteractionNet/V00/pfHiggsInteractionNetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/pfMassDecorrelatedDeepBoostedDiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfMassDecorrelatedParticleNetDiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfParticleNetFromMiniAODAK4DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfParticleNetFromMiniAODAK8DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfParticleTransformerAK4DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfUnifiedParticleTransformerAK4DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfUnifiedParticleTransformerAK4V1DiscriminatorsJetTags_cfi.py", + "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterFromFile_WPandPayload.cc", + "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterFromFile_WPandPayload_IOV.cc", + "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterTFormula_fromfile_WPandPL.cc", + "RecoBTag/SecondaryVertex/interface/CandidateBoostedDoubleSecondaryVertexComputer.h", + "RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexAK8Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexCA15Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateCombinedSecondaryVertexSoftLeptonComputer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateNegativeCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidatePositiveCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateSimpleSecondaryVertex2TrkComputer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateSimpleSecondaryVertex3TrkComputer_cfi.py", + "RecoBTag/SecondaryVertex/python/combinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderFilteredNegativeTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderFilteredTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfBoostedDoubleSecondaryVertexAK8BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfBoostedDoubleSecondaryVertexCA15BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderAK8TagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderCA15TagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfPositiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfPositiveCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/positiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/positiveCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/positiveCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/simpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/simpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedDynamicHybridSuperClusters_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedEndcapSuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedFixedMatrixSuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedIslandBarrelSuperClusters_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedIslandEndcapSuperClusters_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedMulti5x5ClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedMulti5x5SuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/fixedMatrixPreshowerClusteringSequence_cff.py", + "RecoEcal/EgammaClusterProducers/python/fixedMatrixSuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/interestingDetIdCollectionProducer_cfi.py", + "RecoEcal/EgammaClusterProducers/python/interestingDetIdFromSuperClusterProducer_cfi.py", + "RecoEcal/EgammaClusterProducers/python/multi5x5PreshowerClusteringSequence_cff.py", + "RecoEcal/EgammaClusterProducers/python/multi5x5SuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/particleFlowSuperClusteringSequence_cff.py", + "RecoEcal/EgammaClusterProducers/src/InterestingDetIdFromSuperClusterProducer.cc", + "RecoEcal/EgammaCoreTools/plugins/EcalBasicClusterLocalContCorrectionsESProducer.cc", + "RecoEgamma/EgammaElectronAlgos/interface/ecalClusterEnergyUncertaintyElectronSpecific.h", + "RecoEgamma/EgammaElectronAlgos/src/ecalClusterEnergyUncertaintyElectronSpecific.cc", + "RecoEgamma/EgammaElectronProducers/plugins/GsfElectronCoreEcalDrivenProducer.cc", + "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedHeavyObjectCache.cc", + "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedHeavyObjectCache.h", + "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedValueMapsProducer.cc", + "RecoEgamma/EgammaElectronProducers/plugins/TrackingRegionsFromSuperClustersProducer.cc", + "RecoEgamma/EgammaElectronProducers/python/lowPtGsfElectronsPreRegression_cfi.py", + "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTBcHcalIsolationProducersRegional.cc", + "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTElectronTrackIsolationProducers.cc", + "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTPhotonTrackIsolationProducersRegional.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaEcalPFClusterIsolationProducer.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaHcalPFClusterIsolationProducer.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaIsoHcalDetIdCollectionProducer.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaEcalExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaHcalExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaRecHitExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaTowerExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaTrackExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/ElectronPFIsolationWithConeVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/ElectronPFIsolationWithMapBasedVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/PhotonPFIsolationWithConeVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/PhotonPFIsolationWithMapBasedVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/python/interestingEgammaIsoDetIdsSequence_cff.py", + "RecoEgamma/EgammaIsolationAlgos/python/interestingEgammaIsoESDetIdModule_cff.py", + "RecoEgamma/EgammaIsolationAlgos/test/runInterestingEgammaIsoDetIdsSequence_cfg.py", + "RecoEgamma/EgammaPhotonProducers/python/conversionTrackSequenceForReReco_cff.py", + "RecoEgamma/EgammaPhotonProducers/python/propAlongMomentumWithMaterialForElectrons_cfi.py", + "RecoEgamma/EgammaPhotonProducers/python/propOppoMomentumWithMaterialForElectrons_cfi.py", + "RecoEgamma/EgammaPhotonProducers/python/trajectoryCleanerBySharedHitsForConversions_cfi.py", + "RecoEgamma/ElectronIdentification/data/ElectronMVAEstimatorRun2Fall17V1Variables.txt", + "RecoEgamma/ElectronIdentification/data/Fall17/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_92X.txt", + "RecoEgamma/ElectronIdentification/data/Fall17/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_94X.txt", + "RecoEgamma/ElectronIdentification/data/Run3_Winter22/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_122X.txt", + "RecoEgamma/ElectronIdentification/data/Spring15/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_25ns.txt", + "RecoEgamma/ElectronIdentification/data/Spring15/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_50ns.txt", + "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_HLT_ecalPFClusterIso.txt", + "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_HLT_hcalPFClusterIso.txt", + "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_80X.txt", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5E2x5OverE5x5WithSatCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5SigmaIEtaIEtaCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5SigmaIEtaIEtaWithSatCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleHadronicOverEMEnergyScaledCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleHadronicOverEMLinearCut.cc", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronHLTPreselecition_Summer16_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Fall17_94X_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Fall17_94X_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_25ns_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_50ns_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_50ns_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Summer16_80X_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Summer20_PhaseII_V0_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Winter22_122X_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_tools.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV51_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV60_80XAOD_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV60_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV70_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV71_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_tools.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_RunIIIWinter22_iso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_RunIIIWinter22_noIso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_25ns_Trig_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_25ns_nonTrig_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_50ns_Trig_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_GeneralPurpose_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_HZZ_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer16UL_ID_ISO_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer17UL_ID_ISO_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer18UL_ID_ISO_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Winter22_HZZ_V1_cff.py", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased_TrueVtx.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased_V2.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased_TrueVtx.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased_V2.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased_TrueVtx.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased_V2.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesFall17V1p1.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring15.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring15ValMaps.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring16.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun3VariablesWinter22V1.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_ChgHadronIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_ECalClusterIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_HCalClusterIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_NeuHadronIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_PhotonIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_TrackerIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_coneBasedHoverE_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfChargedHadrons_25ns_NULLcorrection.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfChargedHadrons_50ns.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfNeutralHadrons_25ns_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfNeutralHadrons_50ns.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfPhotons_25ns_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfPhotons_50ns.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfPhotons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfPhotons_90percentBased_3bins.txt", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndExpoScalingCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndExpoScalingEBCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndQuadScalingCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoFull5x5SigmaIEtaIEtaValueMapCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoGenericQuadraticRhoPtScaledCut.cc", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V1_TrueVtx_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_RunIIIWinter22_122X_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring15_25ns_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring15_50ns_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring16_V2p2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_tools.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V1p1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V0_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V2p1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V0_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V2p1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring16_nonTrig_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Summer20_PhaseII_V0_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Winter22_122X_V1_cff.py", + "RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDRVertexAssigned.h", + "RecoJets/JetAssociationProducers/python/ic5PFJetTracksAssociatorAtVertex_cfi.py", + "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalCrystalMatrixProbality.h", + "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalDeadChannelRecoveryAlgos.h", + "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalDeadChannelRecoveryBDTG.h", + "RecoLocalCalo/EcalRecProducers/interface/EcalUncalibRecHitFillDescriptionWorkerFactory.h", + "RecoLocalCalo/EcalRecProducers/interface/EcalUncalibRecHitWorkerRunOneDigiBase.h", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitConvertGPU2CPUFormat.cc", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsAlgoGPU.cu", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsKernels.cu", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsProducer.cc", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsProducerGPU.cc", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerFixedAlphaBetaFit.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/AmplitudeComputationCommonKernels.h", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/AmplitudeComputationKernels.dev.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalMultifitConditionsHostESProducer.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalPhase2DigiToPortableProducer.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalRecHitConditionsESProducer.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitMultiFitAlgoPortable.dev.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitMultiFitAlgoPortable.h", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsAlgoPortable.dev.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsAlgoPortable.h", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsProducerPortable.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsStruct.h", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitProducerPortable.cc", + "RecoLocalCalo/EcalRecProducers/python/ecalFixedAlphaBetaFitUncalibRecHit_cfi.py", + "RecoLocalCalo/EcalRecProducers/src/EcalUncalibRecHitFillDescriptionWorkerFactory.cc", + "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducer.py", + "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducerGPU.py", + "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducerGPU_harvesting.py", + "RecoLocalCalo/HGCalRecAlgos/interface/alpaka/HGCalRecHitCalibrationAlgorithms.h", + "RecoLocalCalo/HGCalRecAlgos/plugins/alpaka/HGCalRecHitCalibrationAlgorithms.dev.cc", + "RecoLocalCalo/HGCalRecAlgos/plugins/alpaka/HGCalRecHitConfigurationESProducer.cc", + "RecoLocalCalo/HGCalRecProducers/interface/alpaka/HGCalSoAClustersExtraDeviceCollection.h", + "RecoLocalCalo/HGCalRecProducers/plugins/HGCalLayerClusterHeterogeneousDumper.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HGCalLayerClusterHeterogeneousSoADumper.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsConditions.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsFiller.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsFiller.h", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersAlgoWrapper.dev.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersSoAAlgoWrapper.dev.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersSoAAlgoWrapper.h", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalSoALayerClustersProducer.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalSoARecHitsLayerClustersProducer.cc", + "RecoLocalCalo/HcalRecAlgos/plugins/alpaka/HcalRecoParamsWithPulseShapesESProducer.cc", + "RecoLocalCalo/HcalRecProducers/plugins/alpaka/HcalSiPMCharacteristicsESProducer.cc", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco2DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco4DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_MTPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_MTPatternReco2D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_MTPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_MTPatternReco4D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/GEMRecHit/test/SingleMuPt100_cfi_GEM-SIM-DIGI_Extended2015MuonGEMDev.py", + "RecoLocalTracker/ClusterParameterEstimator/interface/ClusterParameterEstimator.h", + "RecoLocalTracker/ClusterParameterEstimator/interface/PixelClusterParameterEstimator.h", + "RecoLocalTracker/ClusterParameterEstimator/interface/StripClusterParameterEstimator.h", + "RecoLocalTracker/Configuration/python/RecoLocalTracker_Cosmics_EventContent_cff.py", + "RecoLocalTracker/Phase2TrackerRecHits/python/Phase2StripCPEGeometricESProducer_cfi.py", + "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerAlgorithm.cc", + "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerAlgorithm.h", + "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerSequentialAlgorithm.h", + "RecoLocalTracker/SiPhase2VectorHitBuilder/interface/VectorHitBuilderAlgorithm.h", + "RecoLocalTracker/SiPhase2VectorHitBuilder/interface/VectorHitBuilderAlgorithmBase.h", + "RecoLocalTracker/SiPhase2VectorHitBuilder/plugins/SiPhase2RecHitMatcherESProducer.cc", + "RecoLocalTracker/SiPhase2VectorHitBuilder/plugins/VectorHitBuilderEDProducer.cc", + "RecoLocalTracker/SiPhase2VectorHitBuilder/test/Clusters_productionAndTesting.py", + "RecoLocalTracker/SiPhase2VectorHitBuilder/test/VHs_SeedingOT_productionAndTesting.py", + "RecoLocalTracker/SiPhase2VectorHitBuilder/test/VHs_combinatorialStudies_PU200.py", + "RecoLocalTracker/SiPixelClusterizer/plugins/SiPixelDigisClustersFromSoAAlpaka.cc", + "RecoLocalTracker/SiPixelClusterizer/plugins/alpaka/SiPixelPhase2DigiToCluster.cc", + "RecoLocalTracker/SiPixelClusterizer/plugins/alpaka/SiPixelRawToClusterKernel.dev.cc", + "RecoLocalTracker/SiPixelClusterizer/python/SiPixelClusterizerPreSplitting_cfi.py", + "RecoLocalTracker/SiPixelRecHits/interface/alpaka/PixelCPEFastParamsCollection.h", + "RecoLocalTracker/SiPixelRecHits/plugins/alpaka/PixelCPEFastParamsESProducerAlpaka.cc", + "RecoLocalTracker/SiStripClusterizer/interface/StripClusterizerAlgorithmFactory.h", + "RecoLocalTracker/SiStripClusterizer/plugins/SiStripClusterizerConditionsESProducer.cc", + "RecoLocalTracker/SiStripClusterizer/plugins/SiStripClusterizerConditionsGPUESProducer.cc", + "RecoLocalTracker/SiStripClusterizer/python/SiStripClusters2ApproxClusters_cff.py", + "RecoLocalTracker/SiStripClusterizer/python/test/ClusterRefinerTagMCmerged_cfi.py", + "RecoLocalTracker/SiStripClusterizer/python/test/ClusterizerUnitTestFunctions_cff.py", + "RecoLocalTracker/SiStripClusterizer/test/step2_RAW2DIGI_L1Reco_RECO_ApproxClusters.py", + "RecoLocalTracker/SiStripClusterizer/test/step2_RAW2DIGI_L1Reco_RECO_ApproxClusters_streamerOutput.py", + "RecoLocalTracker/SiStripClusterizer/test/testSiStripQuality/SiStripBadChannel.tpl", + "RecoLocalTracker/SiStripClusterizer/test/testSiStripQuality/SiStripBadModule.tpl", + "RecoLocalTracker/SiStripRecHitConverter/interface/SiStripRecHitConverterAlgorithm.h", + "RecoLocalTracker/SiStripRecHitConverter/plugins/SiStripRecHitMatcherESProducer.cc", + "RecoLocalTracker/SiStripRecHitConverter/plugins/SiStripRecHitMatcherESProducer.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/IteratedMedianCMNSubtractor.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripCommonModeNoiseSubtractor.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripRawProcessingAlgorithms.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripRawProcessingFactory.h", + "RecoLocalTracker/SiStripZeroSuppression/python/SiStripZeroSuppression_SimData_cfi.py", + "RecoLocalTracker/SiStripZeroSuppression/python/siStripMergeZeroSuppression_cfi.py", + "RecoLocalTracker/SiStripZeroSuppression/test/SiStripZS_EmulateHybrid_RealData.py", + "RecoLocalTracker/SubCollectionProducers/interface/PixelClusterSelectorTopBottom.h", + "RecoLocalTracker/SubCollectionProducers/interface/StripClusterSelectorTopBottom.h", + "RecoLocalTracker/SubCollectionProducers/python/ClusterMultiplicityFilter_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/TopBottomClusterInfoProducer_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/TrackCandidateTopBottomHitFilter_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/hltTrackClusterRemoverNew_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/splitter_tracking_RunI_setup_cff.py", + "RecoLocalTracker/SubCollectionProducers/python/test/ClusterMCsplitStrips_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/test/MCsplitStripsCustomize_cff.py", + "RecoLuminosity/LumiProducer/test/analysis/test/crab3_ALCALUMIPIXELS_PIXONLY_DATA.py", + "RecoMTD/TransientTrackingRecHit/plugins/MTDTransientTrackingRecHitBuilderESProducer.cc", + "RecoMTD/TransientTrackingRecHit/python/MTDTransientTrackingRecHitBuilder_cfi.py", + "RecoMuon/L3MuonIsolationProducer/plugins/L3MuonCombinedRelativeIsolationProducer.cc", + "RecoMuon/L3MuonIsolationProducer/plugins/L3MuonCombinedRelativeIsolationProducer.h", + "RecoMuon/MuonIdentification/python/Identification/cutBasedMuonId_MuonPOG_V0_cff.py", + "RecoMuon/MuonIdentification/python/Identification/globalMuonPromptTight_V0_cff.py", + "RecoMuon/MuonIsolationProducers/python/muIsoDepositCalByAssociatorTowers_cfi.py", + "RecoMuon/StandAloneMuonProducer/python/standAloneMuonsDirectTrajectoryBuilder_cfi.py", + "RecoMuon/TrackerSeedGenerator/python/pixelTrackFilterByKinematicsForTSGFromL1_cfi.py", + "RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHitBreaker.h", + "RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHitBuilder.h", + "RecoMuon/TransientTrackingRecHit/plugins/MuonTransientTrackingRecHitBuilderESProducer.cc", + "RecoMuon/TransientTrackingRecHit/python/MuonTransientTrackingRecHitBuilder_cfi.py", + "RecoParticleFlow/Configuration/python/DBS_Samples/RelValQCD_FlatPt_15_3000_Fast_cfi.py", + "RecoParticleFlow/Configuration/python/RecoParticleFlow_conversion_EventContent_cff.py", + "RecoParticleFlow/Configuration/python/RecoParticleFlow_nuclear_EventContent_cff.py", + "RecoParticleFlow/PFClusterProducer/interface/alpaka/PFClusteringEdgeVarsDeviceCollection.h", + "RecoParticleFlow/PFClusterProducer/interface/alpaka/PFClusteringVarsDeviceCollection.h", + "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/GenericSimClusterMapper.cc", + "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/RealisticHitToClusterAssociator.h", + "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/RealisticSimClusterMapper.cc", + "RecoParticleFlow/PFClusterProducer/plugins/alpaka/PFClusterSoAProducerKernel.dev.cc", + "RecoParticleFlow/PFClusterProducer/python/particleFlowBadHcalPseudoCluster_cff.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterECALUncorrected_cfi.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterOOTECALUncorrected_cff.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterTimeAssigner_cfi.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowRealisticSimClusterHGCCalibrations_cfi.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowZeroSuppressionECAL_cff.py", + "RecoParticleFlow/PFProducer/plugins/importers/LooseNuclearInteractionTrackImporter.cc", + "RecoParticleFlow/PFProducer/plugins/importers/NuclearInteractionTrackImporter.cc", + "RecoParticleFlow/PFProducer/plugins/importers/VeryLooseNuclearInteractionTrackImporter.cc", + "RecoParticleFlow/PFProducer/test/particleFlowBlock_NewECalAndHCalLinker_HLT_cfi.py", + "RecoParticleFlow/PFRecHitProducer/interface/alpaka/PFRecHitParamsDeviceCollection.h", + "RecoParticleFlow/PFRecHitProducer/interface/alpaka/PFRecHitTopologyDeviceCollection.h", + "RecoParticleFlow/PFRecHitProducer/plugins/alpaka/PFRecHitECALParamsESProducer.cc", + "RecoParticleFlow/PFRecHitProducer/plugins/alpaka/PFRecHitHCALParamsESProducer.cc", + "RecoParticleFlow/PFRecHitProducer/src/alpaka/PFRecHitTopologyDeviceCollection.cc", + "RecoTBCalo/EcalTBHodoscopeReconstructor/interface/EcalTBHodoscopeRawInfoDumper.h", + "RecoTBCalo/EcalTBHodoscopeReconstructor/interface/EcalTBHodoscopeRecInfoProducer.h", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/EcalTBHodoscopeReconstructor_cfi.py", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecal2004TBHodoscopeReconstructor_cfi.py", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecal2006TBHodoscopeReconstructor_cfi.py", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecalTBSimHodoscopeReconstructor_cfi.py", + "RecoTauTag/RecoTau/python/PFRecoTauDiscriminationAgainstElectronMVA6Phase2_cff.py", + "RecoTauTag/RecoTau/python/tauDiscriminationAgainstElectronMVA6Phase2_mvaDefs_cff.py", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitPairGeneratorForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitPairGeneratorForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitQuadrupletGeneratorForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitQuadrupletGeneratorForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/HitPairGeneratorFromLayerPairForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/HitPairGeneratorFromLayerPairForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/HitQuadrupletGeneratorFromLayerPairForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/HitQuadrupletGeneratorFromLayerPairForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadruplets.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.h", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLeg.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLegAlgo.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLegAlgo.h", + "RecoTracker/ConversionSeedGenerators/plugins/SeedForPhotonConversionFromQuadruplets.cc", + "RecoTracker/ConversionSeedGenerators/plugins/SeedForPhotonConversionFromQuadruplets.h", + "RecoTracker/ConversionSeedGenerators/python/PhotonConversionTrajectorySeedProducerFromQuadruplets_cfi.py", + "RecoTracker/ConversionSeedGenerators/python/PhotonConversionTrajectorySeedProducerFromSingleLeg_cfi.py", + "RecoTracker/DisplacedRegionalTracking/plugins/DisplacedRegionSeedingVertexProducer.cc", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-10mu-fulldet-build-extrectracks.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-10mu-fulldet-build.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-benchmarks-multiiter.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-ttbar-fulldet-build-extrectracks.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-ttbar-fulldet-build.sh", + "RecoTracker/MkFitCore/standalone/xeon_scripts/benchmark-cmssw-ttbar-fulldet-build-remote.sh", + "RecoTracker/MkFitCore/standalone/xeon_scripts/benchmark-cmssw-ttbar-fulldet-build.sh", + "RecoTracker/PixelLowPtUtilities/interface/StripSubClusterShapeTrajectoryFilter.h", + "RecoTracker/PixelLowPtUtilities/python/StripSubClusterShapeTrajectoryFilter_cfi.py", + "RecoTracker/PixelSeeding/interface/HitTripletGeneratorFromPairAndLayersFactory.h", + "RecoTracker/PixelTrackFitting/plugins/PixelFitterByConformalMappingAndLineProducer.cc", + "RecoTracker/PixelTrackFitting/plugins/PixelTrackCleanerBySharedHitsESProducer.cc", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForBeamHalo_cff.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForBeamHalo_cfi.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsP5_cff.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cff.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cfi.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmics_cfi.py", + "RecoTracker/TkMSParametrization/interface/MultipleScatteringParametrisationMaker.h", + "RecoTracker/TkMSParametrization/plugins/MultipleScatteringParametrisationMakerESProducer.cc", + "RecoTracker/TkMSParametrization/src/ES_MultipleScatteringParametrisationMaker.cc", + "RecoTracker/TkSeedGenerator/interface/MultiHitGeneratorFromPairAndLayersFactory.h", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsStraightLineCreator.cc", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsStraightLineCreator.h", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsTripletOnlyCreator.cc", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsTripletOnlyCreator.h", + "RecoTracker/TkSeedGenerator/python/SeedFromConsecutiveHitsStraightLineCreator_cfi.py", + "RecoTracker/TkSeedGenerator/python/SeedFromConsecutiveHitsTripletOnlyCreator_cfi.py", + "RecoTracker/TkSeedGenerator/python/SeedGeneratorFromProtoTracksEDProducer_cff.py", + "RecoTracker/TkSeedGenerator/python/SeedGeneratorFromRegionHitsEDProducer_cfi.py", + "RecoTracker/TkSeedGenerator/python/seedCreatorFromRegionConsecutiveHitsEDProducer_cff.py", + "RecoTracker/TkSeedGenerator/python/seedCreatorFromRegionConsecutiveHitsTripletOnlyEDProducer_cff.py", + "RecoTracker/TkSeedingLayers/python/PixelLessLayerPairs4PixelLessTracking_cfi.py", + "RecoTracker/TkSeedingLayers/python/TTRHBuilderWithoutAngle4MixedTriplets_cfi.py", + "RecoTracker/TkSeedingLayers/python/TTRHBuilderWithoutAngle4PixelTriplets_cfi.py", + "RecoTracker/TkTrackingRegions/interface/GlobalTrackingRegionProducerFromBeamSpot.h", + "RecoTracker/TkTrackingRegions/plugins/CandidatePointSeededTrackingRegionsProducer.h", + "RecoTracker/TkTrackingRegions/plugins/GlobalTrackingRegionWithVerticesProducer.h", + "RecoTracker/TkTrackingRegions/plugins/PixelInactiveAreaTrackingRegionsSeedingLayersProducer.cc", + "RecoTracker/TransientTrackingRecHit/interface/TkTransientTrackingRecHitBuilder.h", + "RecoTracker/TransientTrackingRecHit/plugins/TkTransientTrackingRecHitBuilderESProducer.cc", + "RecoTracker/TransientTrackingRecHit/python/TransientTrackingRecHitBuilderWithoutRefit_cfi.py", + "RecoTracker/TransientTrackingRecHit/python/TransientTrackingRecHitBuilder_cfi.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsEarly10TeVCollision_cff.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsEarly10TeVCollision_cfi.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsNominalCollision_cff.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsNominalCollision_cfi.py", + "RecoVertex/ConfigurableVertexReco/interface/ConfigurableAdaptiveReconstructor.h", + "RecoVertex/GaussianSumVertexFit/interface/GsfVertexTrackCompatibilityEstimator.h", + "RecoVertex/KinematicFitPrimitives/interface/ExtendedPerigeeTrajectoryParameters.h", + "RecoVertex/KinematicFitPrimitives/interface/KinematicParticleFactoryFromTransientTrack.h", + "RecoVertex/KinematicFitPrimitives/interface/ParticleKinematicLinearizedTrackState.h", + "RecoVertex/KinematicFitPrimitives/interface/ParticleKinematicLinearizedTrackStateFactory.h", + "RecoVertex/KinematicFitPrimitives/interface/TransientTrackKinematicStateBuilder.h", + "RecoVertex/KinematicFitPrimitives/src/KinematicParticleFactoryFromTransientTrack.cc", + "RecoVertex/KinematicFitPrimitives/src/ParticleKinematicLinearizedTrackStateFactory.cc", + "RecoVertex/LinearizationPointFinders/interface/CrossingPtBasedLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/interface/DefaultLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/interface/FallbackLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/interface/SubsetHSMLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/src/CrossingPtBasedLinearizationPointFinder.cc", + "RecoVertex/PixelVertexFinding/plugins/alpaka/PixelVertexWorkSpaceSoADeviceAlpaka.h", + "RecoVertex/PrimaryVertexProducer/interface/AdaptiveChisquarePrimaryVertexFitter.h", + "RecoVertex/PrimaryVertexProducer/interface/SequentialPrimaryVertexFitterAdapter.h", + "RecoVertex/PrimaryVertexProducer/python/OfflinePrimaryVerticesFromCosmicTracks_cfi.py", + "RecoVertex/TrimmedKalmanVertexFinder/interface/ConfigurableTrimmedVertexFinder.h", + "SLHCUpgradeSimulations/Geometry/data/PhaseI/EmptyPixelSkimmedGeometry_phase1.txt", + "SLHCUpgradeSimulations/Geometry/data/PhaseII/Tilted/EmptyPixelSkimmedGeometry.txt", + "SimCalorimetry/Configuration/python/SimCalorimetry_EcalSelectiveReadoutProducers_setBeamcom09_cff.py", + "SimCalorimetry/EcalEBTrigPrimAlgos/interface/EcalEBPhase2AmplitudeReconstructor.h", + "SimCalorimetry/EcalEBTrigPrimProducers/plugins/EcalEBTrigPrimPhase2ESProducer.cc", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitiveDigis_cff.py", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitiveDigis_cfi.py", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitivePhase2Digis_cfi.py", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitivePhase2ESProducer_cfi.py", + "SimCalorimetry/EcalElectronicsEmulation/python/EcalElecEmulTccOnlyExample_cfg.py", + "SimCalorimetry/EcalSelectiveReadoutAlgos/interface/EcalSelectiveReadoutSuppressor.h", + "SimCalorimetry/EcalSelectiveReadoutProducers/interface/namespace_ecalsrcondtools.h", + "SimCalorimetry/EcalSelectiveReadoutProducers/plugins/EcalSelectiveReadoutProducer.cc", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTrigPrimESProducer_craft_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_CosmicsConfiguration_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_barrelOnly_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_craft_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_craft_cfi.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_mc_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_mc_cfi.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_readDBOffline_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_readDBOffline_cfi.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_with_suppressed_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_with_suppressed_cfi.py", + "SimCalorimetry/EcalZeroSuppressionProducers/doc/EcalZeroSuppressionProducers.doc", + "SimCalorimetry/EcalZeroSuppressionProducers/interface/ESZeroSuppressionProducer.h", + "SimCalorimetry/EcalZeroSuppressionProducers/interface/EcalZeroSuppressionProducer.h", + "SimCalorimetry/EcalZeroSuppressionProducers/python/ecalGlobalZeroSuppression_cfi.py", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllHitToTracksterAssociatorsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllLayerClusterToTracksterAssociatorsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllTracksterToSimTracksterAssociatorsByHitsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllTracksterToSimTracksterAssociatorsByLCsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToLayerClusterAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToLayerClusterAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToSimClusterCaloParticleAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToSimClusterCaloParticleAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToTracksterAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToTracksterAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorEDProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/SimClusterToCaloParticleAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/SimClusterToCaloParticleAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorEDProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorEDProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/python/HitToTracksterAssociation_cfi.py", + "SimCalorimetry/HGCalAssociatorProducers/python/SimClusterToCaloParticleAssociation_cfi.py", + "SimCalorimetry/HGCalAssociatorProducers/python/TSToSimTSAssociationByHits_cfi.py", + "SimCalorimetry/HGCalSimProducers/data/doseParams_3000fb_fluka_HFNose_3.7.20.12_Eta2.4.txt", + "SimCalorimetry/HcalZeroSuppressionProducers/doc/HcalZeroSuppressionProducers.doc", + "SimCalorimetry/HcalZeroSuppressionProducers/interface/HcalZeroSuppressionAlgo.h", + "SimCalorimetry/HcalZeroSuppressionProducers/python/NoHcalZeroSuppression_cff.py", + "SimCalorimetry/HcalZeroSuppressionProducers/python/hcalDigisNoSuppression_cfi.py", + "SimDataFormats/Associations/interface/LayerClusterToCaloParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/LayerClusterToSimClusterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/LayerClusterToSimTracksterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociationMap.h", + "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociator.h", + "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MtdSimLayerClusterToRecoClusterAssociationMap.h", + "SimDataFormats/Associations/interface/MtdSimLayerClusterToTPAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MultiClusterToCaloParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MuonToTrackingParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TrackToTrackingParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TracksterToSimClusterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TracksterToSimTracksterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TracksterToSimTracksterHitLCAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/VertexToTrackingVertexAssociatorBaseImpl.h", + "SimDataFormats/Associations/src/LayerClusterToCaloParticleAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/LayerClusterToSimTracksterAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/MtdRecoClusterToSimLayerClusterAssociationMap.cc", + "SimDataFormats/Associations/src/MtdRecoClusterToSimLayerClusterAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/MtdSimLayerClusterToRecoClusterAssociationMap.cc", + "SimDataFormats/Associations/src/MultiClusterToCaloParticleAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/TracksterToSimTracksterHitLCAssociatorBaseImpl.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.h", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsProducer.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorEDProducer.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdImpl.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdImpl.h", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdProducer.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorEDProducer.cc", + "SimFastTiming/MtdAssociatorProducers/python/mtdRecoClusterToSimLayerClusterAssociation_cfi.py", + "SimFastTiming/MtdAssociatorProducers/python/mtdSimLayerClusterToTPAssociation_cfi.py", + "SimGeneral/Configuration/python/RunsAndWeights_Run2018_Equal_Lumi_Integer_Weights.py", + "SimGeneral/DataMixingModule/python/supplementary/DigiRecoExampleMC_STARTUP_cfg.py", + "SimGeneral/DataMixingModule/python/supplementary/ReconstructionLocalCosmics_cff.py", + "SimGeneral/DataMixingModule/python/supplementary/recoT0DQM_EvContent_40T_digiOnly_cfg.py", + "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_11h_8h_hybrid2p40_cfi.py", + "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_12p5h_9h_hybrid2p23_cfi.py", + "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_14h_10h_hybrid2p05_cfi.py", + "SimGeneral/MixingModule/python/Run3_2025_LHC_Simulation_fill12p5h_levelling9h_nb2340_xSec80mb_il2p23_cfi.py", + "SimGeneral/MixingModule/python/mix_2012_Summer_50ns_PoissonOOTPU_ExtWind_cfi.py", + "SimGeneral/MixingModule/python/mix_2012_lumiLevel_15_20_50ns_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2015_25nsLowPU_matchData_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2015_25ns_FallMC_matchData_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2016_25ns_SpringMC_PUScenarioV1_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2016_PoissonOOTPU_HighPUTrains_Fill5412_cfi.py", + "SimGeneral/MixingModule/python/mix_2017_25ns_WinterMC_PUScenarioV1_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2018_25ns_JuneProjectionFull18_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2018_25ns_ProjectedPileup_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2022_25ns_RunIII2022Summer24_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2023_25ns_RunIII2023Summer24_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2023_Fills_8807_8901_ProjectedPileup_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2024_25ns_RunIII2024Summer24_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_E7TeV_Fall2011_Reprocess_50ns_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_25ns_PoissonOOT_cfi.py", + "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_50ns_PoissonOOT.py", + "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_inTimeOnly_cfi.py", + "SimGeneral/TrackingAnalysis/python/trackingParticleNumberOfLayersProducer_cff.py", + "SimTracker/TrackAssociation/python/trackingParticleRecoTrackAsssociation_cff.py", + "SimTracker/TrackAssociation/python/trackingParticleRecoTrackAsssociation_cfi.py", + "SimTracker/TrackAssociatorProducers/plugins/QuickTrackAssociatorByHitsProducer.cc", + "SimTracker/TrackAssociatorProducers/plugins/TrackAssociatorByPositionProducer.cc", + "SimTracker/TrackerMaterialAnalysis/data/dd4hep_trackingMaterialGroups_ForPhaseII.xml", + "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseI/v1/trackingMaterialGroups_ForPhaseI.xml", + "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseII/v1/trackingMaterialGroups_ForPhaseII.xml", + "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseII/v2/trackingMaterialGroups_ForPhaseII.xml", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_ListGroupsMaterialDifference.h", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_MaterialAccountingGroup.cc", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_MaterialAccountingGroup.h", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialAnalyser.cc", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialAnalyser.h", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialPlotter.cc", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialPlotter.h", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHFNosePhaseII_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHGCalPhaseII_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHGCalPhaseII_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseII_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseII_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseI_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseI_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialProducerHFNose_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialProducerHFNose_cfi.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialAnalyser_ForHFNosePhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialAnalyser_ForHGCalPhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForHFNosePhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForHGCalPhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForPhaseI.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForPhaseII.py", + "SimTracker/VertexAssociation/plugins/VertexAssociatorByPositionAndTracksProducer.cc", + "SimTransport/TotemRPProtonTransportParametrization/interface/LHCOpticsApproximator.h", + "SimTransport/TotemRPProtonTransportParametrization/src/LHCOpticsApproximator.cc", + "TopQuarkAnalysis/TopEventProducers/python/producers/TtDilepEvtSolProducer_cfi.py", + "TopQuarkAnalysis/TopEventProducers/python/producers/TtSemiEvtSolProducer_cfi.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttFullHadEvtHypotheses_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttFullLepEvtHypotheses_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepEvtHypotheses_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepKinematicFit_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepMVASelection_cff.py", + "TopQuarkAnalysis/TopEventSelection/data/TtFullHadSignalSelMVATrainTreeSaver.xml", + "TopQuarkAnalysis/TopEventSelection/data/TtSemiLepSignalSelMVATrainTreeSaver.xml", + "TopQuarkAnalysis/TopEventSelection/python/TtFullHadSignalSelMVATrainTreeSaver_cff.py", + "TopQuarkAnalysis/TopEventSelection/python/TtSemiLepSignalSelMVATrainTreeSaver_cff.py", + "TopQuarkAnalysis/TopJetCombination/plugins/TtSemiLepJetCombWMassDeltaTopMass.cc", + "TopQuarkAnalysis/TopJetCombination/python/TtSemiLepJetCombMVATrainTreeSaver_cff.py", + "TopQuarkAnalysis/TopJetCombination/python/TtSemiLepJetCombWMassDeltaTopMass_cfi.py", + "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Fall11_cff.py", + "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Spring10_cff.py", + "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Summer11_cff.py", + "TrackPropagation/SteppingHelixPropagator/plugins/SteppingHelixPropagatorESProducer.cc", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorAlong_cfi.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorAny_cfi.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorHLT_cff.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorOpposite_cfi.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorsNoErrorPropagation_cff.py", + "TrackPropagation/SteppingHelixPropagator/test/SteppingHelixPropagatorAnalyzer.cc", + "TrackingTools/GeomPropagators/interface/AnalyticalTrajectoryExtrapolatorToLine.h", + "TrackingTools/KalmanUpdators/python/MRHChi2MeasurementEstimatorESProducer_cfi.py", + "TrackingTools/MaterialEffects/python/RungeKuttaTrackerPropagatorOpposite_cfi.py", + "TrackingTools/PatternTools/interface/trackingParametersAtClosestApproachToBeamSpot.h", + "TrackingTools/PatternTools/src/trackingParametersAtClosestApproachToBeamSpot.cc", + "TrackingTools/TrajectoryFiltering/interface/ChargeSignificanceTrajectoryFilter.h", + "TrackingTools/TrajectoryFiltering/interface/MaxConsecLostHitsTrajectoryFilter.h", + "TrackingTools/TrajectoryParametrization/interface/CurvilinearTrajectoryParameters.h", + "TrackingTools/TrajectoryParametrization/interface/PerigeeTrajectoryParameters.h", + "TrackingTools/TransientTrackingRecHit/interface/GenericTransientTrackingRecHit.h", + "TrackingTools/TransientTrackingRecHit/interface/TransientTrackingRecHitBuilder.h", + "Utilities/ReleaseScripts/ignominy/config/IgnominyCommon/IgGNUPlotTemplate_CMS.gnu", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_baseline.json", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_newClass.json", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_removeClass.json", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_versionUpdate.json", + "Utilities/StorageFactory/test/test_multiple_files_file_statistics_sender_cfg.py", + "Validation/CTPPS/python/ctppsProtonReconstructionEfficiencyEstimatorData_cfi.py", + "Validation/CaloTowers/test/runNoise_valid_simhits_digis_rechits_calotowers_ZS_cfg.py", + "Validation/HGCalValidation/test/python/testValidationHGCalTrigPrim_RelVal_cfg.py", + "Validation/RecoEgamma/python/ElectronMcSignalValidatorPt1000_gedGsfElectrons_cfi.py", + "Validation/RecoEgamma/test/ElectronMcSignalValidationPt1000_gedGsfElectrons_cfg.py", + "Validation/SiPixelPhase1ConfigV/python/SiPixelPhase1OfflineDQM_harvestingV_cff.py", + "Validation/SiPixelPhase1TrackClustersV/python/SiPixelPhase1TrackClustersV_cfi.py", + "Validation/SiPixelPhase1TrackingParticleV/interface/SiPixelPhase1TrackingParticleV.h", + "Validation/SiPixelPhase1TrackingParticleV/python/SiPixelPhase1TrackingParticleV_cfi.py", + "Validation/SiPixelPhase1TrackingParticleV/src/SiPixelPhase1TrackingParticleV.cc" + ], + "squashed": false, + "time": 1746011094 + } + }, + "emoji": { + "2841961878": "+1" + }, + "last_seen_sha": "c23099c7377123b6de7fafa7a486b20b18d54f7e", + "signatures": {} + } + }, + { + "type": "emoji", + "data": [ + 2841961878, + "+1", + true + ] + }, + { + "type": "add-label", + "data": [] + }, + { + "type": "remove-label", + "data": [] + }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "c23099c7377123b6de7fafa7a486b20b18d54f7e": { + "files": [ + "Alignment/APEEstimation/python/samples/Data_TkAlMinBias_Run2018C_PromptReco_v3_cff.py", + "Alignment/APEEstimation/python/samples/Data_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py", + "Alignment/APEEstimation/python/samples/Data_TkAlZMuMu_Run2015B_DoubleMuon_PromptReco_v1_cff.py", + "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_ApeSkim_cff.py", + "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_cff.py", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsEntry.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsStore.h", + "Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationPluginFactory.h", + "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorTracksFromTrajectories.cc", + "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorMuonResidualsDefaults_cff.py", + "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorSegmentDifferences_cfi.py", + "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentDerivativesExtractor.h", + "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/KarimakiAlignmentDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/ParametersToParametersDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters4D.h", + "Alignment/CommonAlignmentParametrization/interface/SegmentAlignmentDerivatives4D.h", + "Alignment/CommonAlignmentParametrization/interface/TwoBowedSurfacesAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/src/BowedSurfaceAlignmentDerivatives.cc", + "Alignment/CommonAlignmentParametrization/src/CompositeAlignmentDerivativesExtractor.cc", + "Alignment/CommonAlignmentParametrization/src/ParametersToParametersDerivatives.cc", + "Alignment/CommonAlignmentParametrization/src/TwoBowedSurfacesAlignmentParameters.cc", + "Alignment/CommonAlignmentProducer/interface/AlignmentTracksFromVertexCompositeCandidateSelector.h", + "Alignment/CommonAlignmentProducer/interface/AlignmentTwoBodyDecayTrackSelector.h", + "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexCompositeCandidateSelectorModule.cc", + "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexSelectorModule.cc", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHaloOverlaps_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlCalIsolatedMu_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmics_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlStandAloneCosmics_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli0T_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGCombined_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGDiMuon_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGCombined_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGDiMuon_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHG_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLT_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsInCollisions_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlDiMuonAndVertex_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracksZMuMu_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedHI_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedPA_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuHI_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuPA_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHGCombined_cff.py", + "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHLTHGCombined_cff.py", + "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexCompositeCandidateSelector_cfi.py", + "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexSelector_cfi.py", + "Alignment/CommonAlignmentProducer/src/AlignmentTracksFromVertexCompositeCandidateSelector.cc", + "Alignment/LaserAlignment/python/ExpectedCorrectionsShiftsAndRotationsTEC2TEC_cfi.py", + "Alignment/MillePedeAlignmentAlgorithm/plugins/ZMuMuMassConstraintParameterFinder.cc", + "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/ConfigureAlignmentProducer.py", + "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/myMessageLogger_cff.py", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/README.md", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/printParameters.C", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/submit_jobs.sh", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/zmumudistribution_cfg.py", + "Alignment/MillePedeAlignmentAlgorithm/test/test_ZMuMuMassConstraintParameterFinder.sh", + "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOct2010holes.phipos", + "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_diskfitters_cff.py", + "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_ringfitters_cff.py", + "Alignment/MuonAlignmentAlgorithms/test/test_CSCOverlapsAlignmentAlgorithm_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/PixelBaryCentreAnalyzer_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/condorTemplate.submit", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/executableTemplate.sh", + "Alignment/OfflineValidation/test/examples/PV_alignments_multiple_merge_jobs.yaml", + "Alignment/OfflineValidation/test/examples/jetHtAnalysis_fullExampleConfiguration.json", + "Alignment/OfflineValidation/test/examples/jetHtFilesForRun2018A_first100files.txt", + "Alignment/OfflineValidation/test/testingScripts/test_unitSagittaBiasNtuplizer.sh", + "Alignment/TrackerAlignment/scripts/TkAlCaRecoPrescaling.ALCARECOTkAlCosmics0T.tpl", + "Alignment/TrackerAlignment/test/Misalignments/createRandomlyMisalignedGeometry_Phase2_cfg.py", + "Alignment/TrackerAlignment/test/Misalignments/createRandomlyMisalignedGeometry_cfg.py", + "AnalysisAlgos/SiStripClusterInfoProducer/plugins/SiStripProcessedRawDigiProducer.cc", + "AnalysisAlgos/SiStripClusterInfoProducer/python/SiStripProcessedRawDigiProducer_SimData_cfi.py", + "AnalysisAlgos/SiStripClusterInfoProducer/python/SiStripProcessedRawDigiProducer_cfi.py", + "CalibCalorimetry/EcalCorrectionModules/src/EcalGlobalShowerContainmentCorrectionsVsEtaESProducer.cc", + "CalibCalorimetry/EcalCorrectionModules/src/EcalShowerContainmentCorrectionsESProducer.cc", + "CalibCalorimetry/EcalCorrectionModules/test/stubs/EcalContainmentCorrectionAnalyzer.cc", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/doc/EcalCorrelatedNoiseAnalysisAlgos.doc", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/test/EcnaCalculationsExample.cc", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R175975_1_0_150_Dee0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R175975_1_0_150_SM0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R178231_1_0_150_Dee0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_1.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2_data.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2_simul.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_3.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanLSFJOBReports", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanPythonFiles", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanSubmissionScripts", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160077", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160994", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160998", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161016", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161020", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161311", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R162517", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R162811", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R170298", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R175975", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R178231", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_ideal.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_ideal_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_startup_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_ideal_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_startup_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_ideal_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_startup_prep.py", + "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv4_128_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv6_transparency_spikekill_2016_script.py", + "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv6_transparency_spikekill_2016_script_270062.py", + "CalibCalorimetry/EcalTrivialCondModules/interface/EcalTrivialConditionRetriever.h", + "CalibCalorimetry/EcalTrivialCondModules/python/EcalTrivialCondRetrieverTB_cfi.py", + "CalibMuon/DTCalibration/python/dt_offlineAnalysis_common_cosmics_vDriftSeg_cff.py", + "CalibPPS/AlignmentGlobal/python/ALCARECOPromptCalibProdPPSAlignment_Output_cff.py", + "CalibPPS/ESProducers/interface/CTPPSRPAlignmentCorrectionsDataESSourceXMLCommon.h", + "CalibPPS/TimingCalibration/plugins/PPSDiamondSampicTimingCalibrationPCLHarvester.cc", + "CalibPPS/TimingCalibration/plugins/PPSDiamondSampicTimingCalibrationPCLWorker.cc", + "CalibPPS/TimingCalibration/python/ALCARECOPPSDiamondSampicTimingCalibHarvester_cff.py", + "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_Output_cff.py", + "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_cff.py", + "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSTimingCalib_Output_cff.py", + "CalibTracker/Configuration/python/SiPixelCabling/SiPixelCabling_Frontier_DevDB_cff.py", + "CalibTracker/Configuration/python/SiPixelCabling/SiPixelCabling_Frontier_IntDB_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Fake_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_DevDB_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_IntDB_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_cff.py", + "CalibTracker/Configuration/python/SiStripLorentzAngle/SiStripLorentzAngle_Fake_cff.py", + "CalibTracker/Configuration/python/SiStripLorentzAngle/SiStripLorentzAngle_Frontier_cff.py", + "CalibTracker/Configuration/python/SiStripNoise/SiStripNoise_Fake_APVModeDec_cff.py", + "CalibTracker/Configuration/python/SiStripNoise/SiStripNoise_Fake_APVModePeak_cff.py", + "CalibTracker/Configuration/python/TrackerAlignment/TrackerAlignment_Frontier_cff.py", + "CalibTracker/Configuration/python/Tracker_DependentRecords_forGlobalTag_nofakes_cff.py", + "CalibTracker/SiPhase2TrackerESProducers/interface/SiPhase2OuterTrackerFakeLorentzAngleESSource.h", + "CalibTracker/SiPhase2TrackerESProducers/plugins/SiPhase2BadStripConfigurableFakeESSource.cc", + "CalibTracker/SiPhase2TrackerESProducers/plugins/SiPhase2OuterTrackerFakeLorentzAngleESSource.cc", + "CalibTracker/SiPhase2TrackerESProducers/python/SiPhase2OuterTrackerFakeLorentzAngleESSource_cfi.py", + "CalibTracker/SiPixelConnectivity/plugins/PixelToFEDAssociateFromAsciiESProducer.cc", + "CalibTracker/SiPixelConnectivity/plugins/PixelToFEDAssociateFromAsciiESProducer.h", + "CalibTracker/SiPixelConnectivity/plugins/PixelToLNKAssociateFromAsciiESProducer.cc", + "CalibTracker/SiPixelConnectivity/plugins/PixelToLNKAssociateFromAsciiESProducer.h", + "CalibTracker/SiPixelConnectivity/python/PixelToLNKAssociateFromAsciiESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationForHLTSimService.h", + "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationOfflineService.h", + "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationOfflineSimService.h", + "CalibTracker/SiPixelESProducers/plugins/SiPixelGainCalibrationForHLTGPUESProducer.cc", + "CalibTracker/SiPixelESProducers/plugins/SiPixelROCsStatusAndMappingWrapperESProducer.cc", + "CalibTracker/SiPixelESProducers/plugins/alpaka/SiPixelGainCalibrationForHLTSoAESProducer.cc", + "CalibTracker/SiPixelESProducers/python/SiPixel2DTemplateDBObjectESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/python/SiPixelFakeGenErrorDBObjectESSource_cfi.py", + "CalibTracker/SiPixelESProducers/python/SiPixelFakeTemplateDBObjectESSource_cfi.py", + "CalibTracker/SiPixelESProducers/python/siPixelQualityForDigitizerESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/python/siPixelQualityForRawToDigiESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/test/PixelFEDChannelCollectionMapTestReader_cfg.py", + "CalibTracker/SiPixelGainCalibration/python/SiPixelGainCalibrationAnalysis_cfi.py", + "CalibTracker/SiPixelGainCalibration/test/SimpleTestPrintOutPixelCalibAnalyzer.cc", + "CalibTracker/SiPixelLorentzAngle/interface/SiPixelLorentzAngleCalibrationStruct.h", + "CalibTracker/SiPixelLorentzAngle/python/ALCARECOSiPixelLorentzAngle_Output_cff.py", + "CalibTracker/SiPixelLorentzAngle/python/SiPixelLorentzAnglePCLHarvesterMCS_cfi.py", + "CalibTracker/SiPixelLorentzAngle/test/calculateLorentzAngleFromClusterSizeFpix.C", + "CalibTracker/SiPixelSCurveCalibration/interface/SiPixelSCurveCalibrationAnalysis.h", + "CalibTracker/SiPixelSCurveCalibration/python/SiPixelSCurveCalibrationAnalysis_cfi.py", + "CalibTracker/SiStripChannelGain/test/CodeExample/produceCalibrationTree_cfg_OnBatch.py", + "CalibTracker/SiStripChannelGain/test/Cosmic_B38/SiStrip_ChannelGain_Cosmic_Craft.db", + "CalibTracker/SiStripChannelGain/test/UsefullCode/Comparison/MakeChargeDistribution.C", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/MakeAsciiFileFromTree.C", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/MakeAsciiFileFromTree.sh", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/PredictedVsObserved.C", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/PredictedVsObserved.sh", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/ProducePayloadFromASCII_cfg.py", + "CalibTracker/SiStripChannelGain/test/UsefullCode/TimeHistory/MakeChargeDistribution.C", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/produceCalibrationTree_CosmicsLABP_cfg.py", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/produceCalibrationTree_template_cfg.py", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/submitCalibTree/__init__.py", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/submitCalibTree/launchJobs.py", + "CalibTracker/SiStripDCS/test/DetVOffReaderDebug__FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", + "CalibTracker/SiStripDCS/test/HV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", + "CalibTracker/SiStripDCS/test/LV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", + "CalibTracker/SiStripESProducers/plugins/DBWriter/SiStripFedCablingManipulator.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripBackPlaneCorrectionFakeESSource.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripBadModuleConfigurableFakeESSource.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripNoiseNormalizedWithApvGainBuilder.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripNoiseNormalizedWithApvGainBuilder.h", + "CalibTracker/SiStripESProducers/plugins/real/SiStripApvSimulationParametersESProducer.cc", + "CalibTracker/SiStripESProducers/plugins/real/SiStripBackPlaneCorrectionDepESProducer.cc", + "CalibTracker/SiStripESProducers/plugins/real/SiStripLorentzAngleDepESProducer.cc", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripApvGainDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBackPlaneCorrectionDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadChannelDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadFiberDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadModuleDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadStripDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadStripFromQualityDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBaseDelayDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripConfObjectDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripDetVOffDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripFedCablingDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripFedCablingManipulator_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripLatencyDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripLorentzAngleDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripNoisesDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripPedestalsDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripThresholdDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/SiStripBackPlaneCorrectionDepESProducer_cfi.py", + "CalibTracker/SiStripESProducers/python/SiStripHashedDetIdESProducerFromGeom_cfi.py", + "CalibTracker/SiStripESProducers/python/SiStripQualityConfigurableFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/Phase2TrackerConfigurableCablingESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripBackPlaneCorrectionFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripBadChannelFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripBadModuleConfigurableFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripConfObjectFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripFedCablingFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripLorentzAngleFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripApvGain_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBackPlaneCorrection_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadChannel_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadFiber_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadModule_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBaseDelay_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripClusterThreshold_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripConfObject_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripDetVOff_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripFedCabling_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripLatency_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripLorentzAngle_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_DecMode_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_PeakMode_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripPedestals_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripThreshold_cfg.py", + "CalibTracker/SiStripESProducers/test/python/SiStripBadAPVListBuilder_byHand_cfg.py", + "CalibTracker/SiStripESProducers/test/python/SiStripBadComponentBuilder_byHand_cfg.py", + "CalibTracker/SiStripESProducers/test/python/SiStripNoiseNormalizedWithApvGainBuilder_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripBackPlaneCorrectionDepDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripBackPlaneCorrectionDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripClusterThresholdDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleDepDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleSimDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_firstIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_secondIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_firstIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_secondIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_merge_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/read_DummyCondDBWriter_SiStripQuality_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/run.sh", + "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromBadModuleConfigurableFakeESSource_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromBadStripFakeESSource_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromQualityFakeESSource_cfg.py", + "CalibTracker/SiStripLorentzAngle/interface/SiStripLorentzAngleCalibrationHelpers.h", + "CalibTracker/SiStripLorentzAngle/interface/SiStripLorentzAngleCalibrationStruct.h", + "CalibTracker/SiStripLorentzAngle/test/step_PromptCalibProdSiStripLA_ALCAHARVEST_cfg.py", + "CalibTracker/SiStripQuality/interface/SiStripBadAPVAlgorithmFromClusterOccupancy.h", + "CalibTracker/SiStripQuality/interface/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.h", + "CalibTracker/SiStripQuality/interface/SiStripHotStripAlgorithmFromClusterOccupancy.h", + "CalibTracker/SiStripQuality/src/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.cc", + "CalibTracker/SiStripQuality/test/cfg/StudyExample/SiStripQualityStatistics_Cabling_cfg.py", + "CalibTracker/SiStripQuality/test/cfg/StudyExample/SiStripQualityStatistics_singleTag_cfg.py", + "CalibTracker/SiStripQuality/test/cfg/makeMergeBadComponentPayload_example_cfg.py", + "CalibTracker/StandaloneTrackerTopology/test/testStandaloneTrackerTopology_cfg.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalCalIsolElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalRecalIsolElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalTestPulsesRaw_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalUncalIsolElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOZeeMCEcalCalElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOZeeMC_plus_HLT_EcalCalElectron_Output_cff.py", + "Calibration/EcalCalibAlgos/python/ALCARECOPromptCalibProdEcalPedestals_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalGammaJetFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonProducerFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonProducerFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonProducerFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonProducerFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilterNoHLT_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilterNoHLT_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkNoHLT_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkProducerFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkProducerFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsolatedBunchSelector_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsolatedBunchSelector_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIterativePhiSym_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalLowPUHBHEMuonFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalLowPUHBHEMuonFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/test/HCalCalPedestal_ALCA_run251252_Run2015B_data.py", + "Calibration/HcalCalibAlgos/test/python/gammaJetAnalysis_data2012_noGJetProd_cfg.py", + "Calibration/HcalIsolatedTrackReco/plugins/EcalIsolatedParticleCandidateProducer.cc", + "Calibration/HcalIsolatedTrackReco/plugins/IsolatedEcalPixelTrackCandidateProducer.cc", + "Calibration/HcalIsolatedTrackReco/plugins/IsolatedPixelTrackCandidateL1TProducer.cc", + "Calibration/HcalIsolatedTrackReco/plugins/IsolatedPixelTrackCandidateProducer.cc", + "Calibration/IsolatedParticles/test/python/proto_runIsolatedParticlesGeneratedJets_cfg.py", + "Calibration/IsolatedParticles/test/python/proto_runIsolatedTracksNxNNzsData_cfg.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOAlCaPCCRandomFromRECO_Output_cff.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOAlCaPCCZeroBiasFromRECO_Output_cff.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOLumiPixelsMinBias_Output_cff.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOPromptCalibProdLumiPCC_Output_cff.py", + "Calibration/TkAlCaRecoProducers/plugins/CalibrationTrackSelectorFromDetIdList.cc", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHPLowPU_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHPLowPU_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHP_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngle_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngle_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGainsAAG_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGainsAAG_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGains_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGains_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripHitEfficiency_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripHitEfficiency_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripLorentzAngle_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripLorentzAngle_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStrip_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuonLoose_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuonTight_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuon_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalCosmicsNano_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasAAGHI_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasAAG_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasHI_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalSmallBiasScan_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalZeroBiasHI_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/AlcaSiPixelLorentzAngleHarvesterMCS_cff.py", + "Calibration/TkAlCaRecoProducers/python/AlcaSiPixelLorentzAngleHarvesterMCS_cfi.py", + "Calibration/TkAlCaRecoProducers/python/CalibrationTrackSelectorFromDetIdList_cfi.py", + "CaloOnlineTools/HcalOnlineDb/interface/ConfigurationDatabaseStandardXMLParser.hh", + "CaloOnlineTools/HcalOnlineDb/test/HCAL_TRIG_PRIM_LOOKUP_TABLE.XMLloader.template", + "CaloOnlineTools/HcalOnlineDb/test/HCAL_TRIG_PRIM_LOOKUP_TABLE.checksums.template", + "CommonTools/ParticleFlow/python/Isolation/customiseEarlyDeleteForCandIsoDeposits.py", + "CommonTools/ParticleFlow/python/Isolation/electronPFIsolationDepositsPFBRECO_cff.py", + "CommonTools/ParticleFlow/python/Isolation/electronPFIsolationValuesPFBRECO_cff.py", + "CommonTools/ParticleFlow/python/Isolation/photonPFIsolationDepositsPFBRECO_cff.py", + "CommonTools/ParticleFlow/python/ParticleSelectors/pfAllNeutralHadronsAndPhotons_cfi.py", + "CommonTools/ParticleFlow/python/ParticleSelectors/pfPdgIdPFCandidateSelector_cfi.py", + "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_create_cfg.py", + "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_read_cfg.py", + "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_update_cfg.py", + "CondCore/AlignmentPlugins/plugins/TrackerAlignmentErrorExtended_PayloadInspector.cc", + "CondCore/AlignmentPlugins/plugins/TrackerSurfaceDeformations_PayloadInspector.cc", + "CondCore/CTPPSPlugins/plugins/CTPPSRPAlignmentCorrectionsData_PayloadInspector.cc", + "CondCore/DBOutputService/test/python/testIOVPayloadAnalyzer_example_oracle_cfg.py", + "CondCore/EcalPlugins/plugins/EcalClusterEnergyCorrectionObjectSpecificParameters_PayloadInspector.cc", + "CondCore/EcalPlugins/plugins/EcalClusterEnergyCorrectionParameters_PayloadInspector.cc", + "CondCore/EcalPlugins/plugins/EcalClusterEnergyUncertaintyParameters_PayloadInspector.cc", + "CondCore/EcalPlugins/plugins/EcalClusterLocalContCorrParameters_PayloadInspector.cc", + "CondCore/PCLConfigPlugins/plugins/SiPixelAliPCLThresholdsPayloadInspectorHelper.h", + "CondCore/SiPixelPlugins/plugins/SiPixelGainCalibrationForHLT_PayloadInspector.cc", + "CondCore/SiPixelPlugins/plugins/SiPixelGainCalibrationOffline_PayloadInspector.cc", + "CondFormats/CastorObjects/data/castor_channelquality_HighGain_Run141956-148844.txt", + "CondFormats/DataRecord/interface/EcalClusterEnergyCorrectionObjectSpecificParametersRcd.h", + "CondFormats/DataRecord/interface/EcalGlobalShowerContainmentCorrectionsVsEtaRcd.h", + "CondFormats/DataRecord/interface/HeterogeneousHGCalHEFCellPositionsConditionsRecord.h", + "CondFormats/DataRecord/src/EcalClusterEnergyCorrectionObjectSpecificParametersRcd.cc", + "CondFormats/DataRecord/src/HeterogeneousHGCalHEFCellPositionsConditionsRecord.cc", + "CondFormats/EcalCorrections/interface/EcalGlobalShowerContainmentCorrectionsVsEta.h", + "CondFormats/EcalCorrections/src/T_EventSetup_EcalGlobalShowerContainmentCorrectionsVsEta.cc", + "CondFormats/EcalCorrections/src/T_EventSetup_EcalShowerContainmentCorrections.cc", + "CondFormats/EcalObjects/interface/EcalClusterEnergyCorrectionObjectSpecificParameters.h", + "CondFormats/GeometryObjects/src/T_EventSetup_PTrackerAdditionalParametersPerDet.cc", + "CondFormats/HGCalObjects/interface/HeterogeneousHGCalHEFCellPositionsConditions.h", + "CondFormats/HGCalObjects/src/T_EventSetup_HeterogeneousHGCalHEFCellPositionsConditions.cc", + "CondFormats/HGCalObjects/src/alpaka/T_EventSetup_HGCalCalibrationParameterDevice.cc", + "CondFormats/JetMETObjects/test/run_TestCondFormatsJetMETObjectsJetCorrectorParameters.sh", + "CondFormats/PPSObjects/src/T_EventSetup_LHCInterpolatedOpticalFunctionsSetCollection.cc", + "CondFormats/PhysicsToolsObjects/interface/PerformancePayloadFromBinnedTFormula.h", + "CondFormats/SiPhase2TrackerObjects/src/T_EventSetup_SiPhase2OuterTrackerLorentzAngle.cc", + "CondFormats/SiPhase2TrackerObjects/src/T_EventSetup_TrackerDetToDTCELinkCablingMap.cc", + "CondFormats/SiPhase2TrackerObjects/test/testSerializationSiPhase2TrackerObjects.cpp", + "CondFormats/SiPixelObjects/interface/alpaka/SiPixelGainCalibrationForHLTDevice.h", + "CondFormats/SiPixelObjects/interface/alpaka/SiPixelGainCalibrationForHLTUtilities.h", + "CondFormats/SiPixelObjects/src/alpaka/T_EventSetup_SiPixelGainCalibrationForHLTDevice.cc", + "CondFormats/SiStripObjects/test/UnitTests/MasterTestCondFormatsSiStripObjects.cpp", + "CondTools/Ecal/interface/EcalClusterEnergyCorrectionObjectSpecificXMLTranslator.h", + "CondTools/Ecal/python/produceTPGParameters_beamv6_transparency_spikekill_2016_script.py", + "CondTools/Ecal/test/EcalIntercalibConstantsPopConBTransitionAnalyzer_test_cfg.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2023.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2024.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2025.py", + "Configuration/DataProcessing/python/Impl/trackingOnlyEra_Run2_2018_highBetaStar.py", + "Configuration/EcalTB/python/reco_application_2006rawdata_localTrivialreco_cfg.py", + "Configuration/Generator/python/B0ToJpsiK0s_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", + "Configuration/Generator/python/BuMixing_BMuonFilter_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/BuMixing_BMuonFilter_forSTEAM_14TeV_TuneCP5_cfi.py", + "Configuration/Generator/python/BuToJPsiPrimeKToJPsiPiPiK_14TeV_TuneCP5_pythia8_cfi.py", + "Configuration/Generator/python/BuToKstarPsi2S_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/Chib1PToUpsilon1SGamma_MuFilter_TuneCP5_14TeV-pythia8_evtgen_cfi.py", + "Configuration/Generator/python/ChicToJpsiGamma_MuFilter_TuneCP5_14TeV_pythia8_evtgen_cfi.py", + "Configuration/Generator/python/DStarToD0Pi_D0ToKsPiPi_inclusive_SoftQCD_TuneCP5_13p6TeV-pythia8-evtgen.py", + "Configuration/Generator/python/DYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cff.py", + "Configuration/Generator/python/DYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cff.py", + "Configuration/Generator/python/DYToll01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/DYToll012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/DYToll012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/DarkSUSY_mH_125_mN1_60_mGammaD_10_cT_10_Madgraph_LHE_13TeV_cfi.py", + "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_300_1000mm_TuneCUETP8M1_13TeV_pythia8_cff.py", + "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_13TeV_pythia8_cff.py", + "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_14TeV_pythia8_cff.py", + "Configuration/Generator/python/HSCPmchamp1_M_600_TuneZ2star_13TeV_pythia6_cff.py", + "Configuration/Generator/python/HTo2LongLivedTo4bMH-125_MFF-12_CTau-900mm_TuneCP5_14TeV_pythia8_cfi.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_EvtGen_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8withPhotospp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_powhegEmissionVeto2p_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_EvtGen_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8withPhotospp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max1j_max1p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_generic_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_ggHZZ4L_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto2p_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_2p_HToGG_M125_LHE_py8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToBB_M-125_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToZZ4nu_M-125_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraphamcatnlo_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraphamcatnlo_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_samePDF_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_samePDF_herwigpp_cff.py", + "Configuration/Generator/python/Herwig7Settings/Herwig7LHEMG5aMCatNLOSettings_cfi.py", + "Configuration/Generator/python/Herwig7Settings/Herwig7StableParticlesForDetector_cfi.py", + "Configuration/Generator/python/LambdaBToLambdaMuMuToPPiMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/LbToJpsiLambda_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", + "Configuration/Generator/python/LbToJpsiXiK0sPi_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP1DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP2DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP3DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP4DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5CR1Settings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5CR2Settings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5DownSettings_cfi.py", + "Configuration/Generator/python/QCD_Pt-15To7000_TuneCUETP8M1_Flat_14TeV-pythia8_cff.py", + "Configuration/Generator/python/QCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_13TeV_pythia8_cff.py", + "Configuration/Generator/python/QCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_14TeV_pythia8_cff.py", + "Configuration/Generator/python/QCD_Pt20toInf_MuEnrichedPt15_14TeV_TuneCP5_cff.py", + "Configuration/Generator/python/RS750_quarks_and_leptons_8TeV_TuneCUETP8M1_cff.py", + "Configuration/Generator/python/RSGravitonToGammaGamma_kMpl01_M_3000_TuneCUETP8M1_13TeV_pythia8_cfi.py", + "Configuration/Generator/python/ReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_ExtGen_cfi.py", + "Configuration/Generator/python/ReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_cfi.py", + "Configuration/Generator/python/SMS-Higgsino_mN2-170_mC1-160_mN1-150_HT60_TuneCP5_13TeV_pythia8_cfi.py", + "Configuration/Generator/python/SMS-T1tttt_mGl-1500_mLSP-100_13TeV-pythia8_cfi.py", + "Configuration/Generator/python/SMS-T1tttt_mGl-1500_mLSP-100_TuneCP5_14TeV_pythia8_cfi.py", + "Configuration/Generator/python/TTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/TTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cfi.py", + "Configuration/Generator/python/TTbarToDilepton_mt172p5_TuneCP5_14TeV_pythia8_cfi.py", + "Configuration/Generator/python/Upsilon1SToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/Upsilon4sBaBarExample_BpBm_Dstarpipi_D0Kpi_nonres_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/Upsilon4swithBuToKstarJPsiToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/WTolNu01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/WTolNu012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/WprimeToENu_M-2000_TuneCUETP8M1_13TeV-pythia8_cff.py", + "Configuration/Generator/python/ZTT_Tauola_All_hadronic_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_All_hadronic_14TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_ExtGen_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZmumuJets_Pt_20_300_GEN_13TeV_TuneCUETP8M1_cfg.py", + "Configuration/Generator/python/sherpa_ttbar_2j_MENLOPS_13TeV_MASTER_ExtGen_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2024FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2024FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2025FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2025FlatMinus10PercentReco_cff.py", + "Configuration/ProcessModifiers/python/ecal_component_finely_sampled_waveforms_cff.py", + "Configuration/ProcessModifiers/python/ticl_superclustering_mustache_ticl_cff.py", + "Configuration/ProcessModifiers/python/trackingMkFitDisplacedRegionalStep_cff.py", + "Configuration/ProcessModifiers/python/trackingMkFitInitialStepPreSplitting_cff.py", + "Configuration/ProcessModifiers/python/unifiedparticleTransformerAK4SonicTriton_cff.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p3_cfg.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p4_cfg.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch2_cfg.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch4_cfg.py", + "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p3_cfg.py", + "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p4_cfg.py", + "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess370patch2_cfg.py", + "Configuration/StandardSequences/python/SimulationRandomNumberGeneratorSeeds_cff.py", + "DPGAnalysis/SiStripTools/python/SiStripConfObjectAPVPhaseOffsetsFakeESSource_cfi.py", + "DPGAnalysis/SiStripTools/python/byclustsummsipixelvssistripmulteventfilter_cfi.py", + "DPGAnalysis/SiStripTools/python/configurableapvcyclephaseproducer_CRAFT08_cfi.py", + "DPGAnalysis/SiStripTools/python/configurableapvcyclephaseproducer_GR09_withdefault_cff.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_additionalpeak_AlCaReco_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_firstpeak_AlCaReco_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_firstpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_maxonly_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_secondpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_widerange_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_HugeEvents_AlCaReco_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_firstpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_maxonly_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_secondpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_widerange_cfi.py", + "DPGAnalysis/SiStripTools/python/occupancyplotsselections_pixelphase1_detailed_cff.py", + "DPGAnalysis/SiStripTools/test/CondDBWriter_SiStripConfObjectAPVPhaseOffsets_cfg.py", + "DPGAnalysis/Skims/data/Cert_13TeV_16Dec2015ReReco_Collisions15_25ns_50ns_JSON.txt", + "DPGAnalysis/Skims/data/Cert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON.txt", + "DPGAnalysis/Skims/data/Cert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON_MuonPhys.txt", + "DPGAnalysis/Skims/data/Cert_271036-274240_13TeV_PromptReco_Collisions16_JSON.txt", + "DQM/BeamMonitor/test/2012_PixelTracksVertices_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py", + "DQM/BeamMonitor/test/2012_PixelTracksVertices_Test_beamspotproblem_dqm_sourceclient-live_cfg.py", + "DQM/BeamMonitor/test/2012_ReducedTrackingSteps_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py", + "DQM/EcalPreshowerMonitorModule/python/EcalPreshowerMonitorTasks_withFEDIntegrity_cfi.py", + "DQM/SiPixelPhase1Config/test/pixelphase1_for_timing_scan_dqm_sourceclient-live_cfg.py", + "DQM/SiPixelPhase1Config/test/qTests/mean_num_digis_qualitytest_config_cosmics.xml", + "DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.cc", + "DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.h", + "DQM/SiStripCommissioningSources/python/SiStripCommissioningSource_FromEDM_cfg.py", + "DQM/SiStripCommissioningSources/python/SiStripCommissioningSource_FromRAW_cfg.py", + "DQM/SiStripMonitorApproximateCluster/plugins/SiStripMonitorApproximateCluster.cc", + "DQM/SiStripMonitorApproximateCluster/python/SiStripMonitorApproximateCluster_cfi.py", + "DQM/SiStripMonitorClient/data/sistrip_monitorelement_config_ped_cluster_digi.xml", + "DQM/SiStripMonitorClient/python/SiStripDQMSourceConfigOfflineGlobalRunCAF_cfi.py", + "DQM/SiStripMonitorSummary/scripts/MonitorDB_NewDirStructure_KeepTagLinks_generic.sh", + "DQM/SiStripMonitorSummary/scripts/MonitorDB_NewDirStructure_KeepTagLinks_generic_V2.sh", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_222222_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_2e83ff_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_454545_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_888888_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_cd0a0a_256x240.png", + "DQM/TrackingMonitorClient/python/TrackingEffFromHitPatternClientConfigZeroBias_cff.py", + "DQMOffline/CalibTracker/test/AnalyzeSeveralRuns_ExpressStreamWithDQMHarvesting_afs.sh", + "DQMOffline/CalibTracker/test/CRAFTCalib/SiStripDQMBadStripsValidationReReco.job", + "DQMOffline/CalibTracker/test/CRAFTCalib/SiStripDQMBadStripsValidationReReco_cfg.py", + "DQMOffline/CalibTracker/test/SiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py", + "DQMOffline/CalibTracker/test/template_SiStripQualityBadAPVIdentifierRoot_cfg.py", + "DQMOffline/CalibTracker/test/template_SiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py", + "DQMOffline/CalibTracker/test/template_SiStripQualityHotStripIdentifierRoot_cfg.py", + "DQMOffline/L1Trigger/test/runDQMOffline_step1NoRECO_justRate_L1TriggerOnly_job1_cfg.py", + "DataFormats/EcalRecHit/interface/alpaka/EcalUncalibratedRecHitDeviceCollection.h", + "DataFormats/L1ScoutingRawData/test/create_SDSRawDataCollection_test_file_cfg.py", + "DataFormats/ParticleFlowReco/interface/alpaka/PFRecHitFractionDeviceCollection.h", + "DataFormats/SiStripCluster/test/TestWriteSiStripApproximateClusterCollection.cc", + "DataFormats/SiStripCluster/test/create_SiStripApproximateClusterCollection_test_file_cfg.py", + "DataFormats/SiStripCluster/test/test_readSiStripApproximateClusterCollection_cfg.py", + "DetectorDescription/OfflineDBLoader/python/test/cmsIdealGeometryForWrite_cfi.py", + "DetectorDescription/OfflineDBLoader/python/test/cmsIdealGeometryNoRPCSpecs_cfi.py", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/folder-closed.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-black-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-black.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-default-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-default.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-famfamfam-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-famfamfam.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-gray-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-gray.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-red-line.gif", + "EgammaAnalysis/ElectronTools/test/egammaPatElectronsToCalibratedPatElectrons_cfg.py", + "EventFilter/EcalRawToDigi/plugins/alpaka/EcalElectronicsMappingHostESProducer.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyHFRingUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyPhysCandUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyPhysCandUnpacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/PhysicsToBitConverter.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/PhysicsToBitConverter.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Collections.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Collections.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloSummaryCollections.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloSummaryCollections.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/EtSumUnpacker_0x10010057.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/EtSumUnpacker_0x10010057.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/GlobalAlgBlkUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/GlobalExtBlkUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonPacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonPacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonUnpacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TObjectCollections.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TStage2Layer2Constants.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TStage2Layer2Constants.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x1001000b.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x1001000b.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010010.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010010.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010033.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010033.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTPacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTPacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTUnpacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/UCTCTP7RawData5BX_HCALFB.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/UCTCTP7RawData_HCALFB.h", + "EventFilter/Phase2TrackerRawToDigi/interface/Phase2TrackerFEDRawChannelUnpacker.h", + "EventFilter/Phase2TrackerRawToDigi/interface/Phase2TrackerFEDZSChannelUnpacker.h", + "EventFilter/Phase2TrackerRawToDigi/plugins/Phase2TrackerCommissioningDigiProducer.cc", + "EventFilter/Phase2TrackerRawToDigi/python/Phase2TrackerCommissioningDigiProducer_cfi.py", + "EventFilter/Phase2TrackerRawToDigi/python/test/Phase2TrackerFEDTestAnalyzer_cfi.py", + "EventFilter/Phase2TrackerRawToDigi/test/plugins/Phase2TrackerFEDTestAnalyzer.cc", + "FWCore/Integration/python/test/unscheduled_fail_on_output_IgnoreCompletely_cfg.py", + "FWCore/Integration/python/test/unscheduled_fail_on_output_no_dependency_TryToContinue_cfg.py", + "FWCore/Integration/test/testSwitchProducerConditionalTaskEDAliasConsumeAllCases_cfg.py", + "FWCore/Integration/test/testSwitchProducerConditionalTaskEDAliasWildcard_cfg.py", + "FWCore/Integration/test/unit_test_outputs/testProducerWithPsetDesc_briefdoc.txt", + "FastSimulation/CTPPSFastTrackingProducer/python/CTPPSFastTrackingProducer_cfi.py", + "FastSimulation/SimplifiedGeometryPropagator/doc/SimplifiedGeometryPropagator.doc", + "FastSimulation/SimplifiedGeometryPropagator/interface/BarrelSimplifiedGeometry.h", + "FastSimulation/SimplifiedGeometryPropagator/interface/ForwardSimplifiedGeometry.h", + "FastSimulation/SimplifiedGeometryPropagator/interface/InteractionModelFactory.h", + "FastSimulation/SimplifiedGeometryPropagator/interface/SimplifiedGeometryFactory.h", + "FastSimulation/TrackingRecHitProducer/interface/TrackingRecHitAlgorithmFactory.h", + "FastSimulation/TrackingRecHitProducer/plugins/TrackingRecHitNoSmearingPlugin.cc", + "GeneratorInterface/Core/test/Hadronizer_MgmMatchTune4C_ZJetsNoPSb_13TeV_madgraph_pythia8_Tauola_cfg.py", + "GeneratorInterface/Core/test/Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8_cfg.py", + "GeneratorInterface/EvtGenInterface/plugins/EvtGenUserModels/EvtModelUserReg.cpp", + "GeneratorInterface/EvtGenInterface/plugins/test/Py8_lambadb_evtgen1_Lb2plnuLCSR_cfg.py", + "GeneratorInterface/Herwig7Interface/python/Herwig7_Dummy_Matchbox_90X_ppToee.py", + "GeneratorInterface/Herwig7Interface/python/Herwig7_loadCommonMergingSettings_cff.py", + "GeneratorInterface/Herwig7Interface/python/PPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cff.py", + "GeneratorInterface/Herwig7Interface/test/DYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cfg.py", + "GeneratorInterface/Herwig7Interface/test/DYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cfg.py", + "GeneratorInterface/Herwig7Interface/test/DYToLL_TuneCH3_13TeV_herwig7_hepmc3_cfg.py", + "GeneratorInterface/Herwig7Interface/test/Herwig7_Matchbox_90X_ppToee_GEN_SIM.py", + "GeneratorInterface/Herwig7Interface/test/PPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cfg.py", + "GeneratorInterface/LHEInterface/data/run_generic_tarball_cvmfs_madgraphLO_multithread.sh", + "GeneratorInterface/LHEInterface/data/run_generic_tarball_cvmfs_manual_multithread.sh", + "GeneratorInterface/PyquenInterface/python/Pyquen_Zmumu_2760GeV_dimuonAcc_cfi.py", + "GeneratorInterface/Pythia6Interface/test/Py6GenFilter_ElectronProtonInitialState_cfg.py", + "GeneratorInterface/Pythia8Interface/test/compare_external_generators_streams_cfg.py", + "GeneratorInterface/Pythia8Interface/test/pythia8ex2_ConvertToMain70_cfg_Fragment.py", + "GeneratorInterface/Pythia8Interface/test/pythia8hmc3_photos_ZToTauTau_13TeV_cfg.py", + "GeneratorInterface/Pythia8Interface/test/test_Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8.sh", + "GeneratorInterface/Pythia8Interface/test/test_catch2_External_Pythia8GeneratorFilter.cc", + "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMC.h", + "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMCGeneratorFilter.h", + "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMCHadronizer.h", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_AdvancedParameters_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_PbPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_5TeV_pPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_7TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_8TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_900GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_PbPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_5TeV_pPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_7TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_8TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_900GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/src/ReggeGribovPartonMCGeneratorFilter.cc", + "GeneratorInterface/ReggeGribovPartonMCInterface/src/ReggeGribovPartonMCHadronizer.cc", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_PbPb_2760GeV_cfi_py_GEN.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pPb_5020GeV_cfi_py_GEN.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pp_8TeV_cfi_py_GEN.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/QGSJetII-04_pPb_5020GeV_cfi_py_GEN.py", + "GeneratorInterface/SherpaInterface/data/Run.dat_13TeV_WJets_MEPSatNLO_2jNLO_2jLO", + "GeneratorInterface/SherpaInterface/data/Run.dat_13TeV_ZJets_MEPSatNLO_2jNLO_2jLO", + "GeneratorInterface/TauolaInterface/plugins/TauSpinner/read_particles_from_HepMC.cc", + "GeneratorInterface/TauolaInterface/test/DYToLL_M_50_TuneZ2star_8TeV_Tauola_TauSpinner_Example_cfi.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHESPINCORR_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHE_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/GGToHtautau_13TeV_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/GGToHtautau_13TeV_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/H130GGgluonfusion_8TeV_Tauola_TauSpinner_Example_cfi.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHESPINCORR_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHE_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatPlus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatPlus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatPlus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatPlus10Percent.xml", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorMeasuredXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorSystMinusXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorSystPlusXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1ZeroMaterialXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometryDetailedCavern2017Plan1XML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometryDetailedCavern2017Plan1ZeroMaterialXML_cfi.py", + "Geometry/ForwardSimData/data/ForwardShieldProdCuts/2021/v1/ForwardShieldProdCuts.xml", + "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryBuilder.cc", + "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.cc", + "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.h", + "Geometry/HcalCommonData/data/hcalRecNumbering/2018Plan36/v1/hcalRecNumbering.xml", + "Geometry/HcalCommonData/data/hcalRecNumbering/2018Plan36/v2/hcalRecNumbering.xml", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.0.py", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.911.py", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.0.py", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.911.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.0.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.911.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.0.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.911.py", + "Geometry/TrackerCommonData/data/2016/FlatMinus05Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/2016/FlatMinus10Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/2016/FlatPlus05Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/2016/FlatPlus10Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/PhaseI/PixelForward/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TFPXTEPXReordered/trackerParameters.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker4025/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker4025/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker405/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker613/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker613_MB_2019_04/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixfwd.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_03/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT703_2021_03/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2024_02/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT800_IT615_2022_10/pixbar.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT742_2024_01/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT744_2024_01/pixel.xml", + "Geometry/TrackerCommonData/data/flat10services30percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/flat20services30percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/pixbarmaterial/2017ZeroMaterial/v1/pixbarmaterial.xml", + "Geometry/TrackerCommonData/data/pixfwdMaterials/2017ZeroMaterial/v1/pixfwdMaterials.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_PixelBarrelConn/pixbarmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_PixelBarrelConnToST/pixbarmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBFlange/tibmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBTIDMargherita/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBTIDServiceCylinder/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/specialTestGeometries.txt", + "Geometry/TrackerCommonData/data/tecmaterial/2017ZeroMaterial/v1/tecmaterial.xml", + "Geometry/TrackerCommonData/data/tibmaterial/2017ZeroMaterial/v1/tibmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2016/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017ZeroMaterial/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2021/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tidmaterial/2017ZeroMaterial/v1/tidmaterial.xml", + "Geometry/TrackerCommonData/data/tobmaterial/2017ZeroMaterial/v1/tobmaterial.xml", + "Geometry/TrackerCommonData/data/trackermaterial/2017ZeroMaterial/v1/trackermaterial.xml", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021ZeroMaterialXML_cfi.py", + "Geometry/TrackerGeometryBuilder/plugins/TrackerAdditionalParametersPerDetESModule.cc", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerModuleInfoDBDD4hep_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerModuleInfoFromDDDNoPrintDDD_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerParametersFromDD4hep_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerParametersFromDDD_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/trackerModuleInfoLocalDBDD4hep_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/trackerParametersFromLocalDB_cfg.py", + "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2DoubleDiskBuilder.cc", + "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2DoubleDiskBuilder.h", + "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2SubDiskBuilder.cc", + "Geometry/TrackerRecoData/data/PhaseII/OuterTracker616_2020_04/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker4025/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker613_MB_2019_04/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker613_MB_2019_04/v2_ITonly/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT710_2023_04/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/trackerRecoMaterial.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackersens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelsens.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibConfiguration_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer0_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer1_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer2_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer3_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring0_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring1_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring2_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring3_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/trackerConfiguration_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/trackerStructureTopology_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/trackertib_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/test/trackerSimConfiguration_TwentyFivePercent.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Left_Station/v1/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Left_Station/v2/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Right_Station/v1/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Right_Station/v2/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Left_Station/v1/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Left_Station/v2/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Right_Station/v1/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Right_Station/v2/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Cuts_Per_Region/Reco/v1/RP_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Cuts_Per_Region/Simu/v1/CTPPS_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/RP_Dist_Beam_Cent/Reco/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/RP_Dist_Beam_Cent/Simu/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/RP_Param_Beam_Region/v1/RP_Param_Beam_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Cuts_Per_Region/Reco/v1/RP_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Cuts_Per_Region/Simu/v1/CTPPS_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/RP_Dist_Beam_Cent/Reco/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/RP_Dist_Beam_Cent/Simu/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/RP_Param_Beam_Region/v1/RP_Param_Beam_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Right_Station.xml_bkp", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Detector_Assembly/2021/v1/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Detector_Assembly/v1/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Reco/v1/CTPPS_Timing_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Simu/v1/CTPPS_Detectors_Assembly_022.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Simu/v1/CTPPS_Detectors_Assembly_122.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern1_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern2_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern2_Segment2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment5.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2017/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2017/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_003.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_103.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_003.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_103.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_003.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_103.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v1/PPS_Pixel_Module_2x2_Run3.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v1/ppstrackerMaterials.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v2/PPS_Pixel_Module_2x2_Run3.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v2/ppstrackerMaterials.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v3/PPS_Pixel_Module_2x2_Run3.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v1/CTPPS_Pixel_Module_2x2.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v2/CTPPS_Pixel_Module_2x2.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v3/CTPPS_Pixel_Module_2x2.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Horizontal_Pot/v1/CTPPS_Timing_Horizontal_Pot.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Horizontal_Pot/v2/CTPPS_Timing_Horizontal_Pot.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Negative_Station/v1/CTPPS_Timing_Negative_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Negative_Station/v2/CTPPS_Timing_Negative_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Positive_Station/v1/CTPPS_Timing_Positive_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Positive_Station/v2/CTPPS_Timing_Positive_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_UFSD_Segments/CTPPS_UFSD_Pattern2_SegmentA.xml", + "Geometry/VeryForwardData/data/CTPPS_UFSD_Segments/CTPPS_UFSD_Pattern2_SegmentB.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_000.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_001.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_002.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_003.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_004.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_005.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_020.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_021.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_022.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_023.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_024.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_025.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_100.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_101.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_102.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_103.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_104.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_105.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_120.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_121.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_122.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_123.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_124.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_125.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Reco/v1/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Reco/v2/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Simu/v1/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Simu/v2/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/v1/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Reco/v1/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Reco/v2/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Simu/v1/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Simu/v2/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/v1/RP_Vertical_Device.xml", + "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2016_cfi.py", + "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2017_cfi.py", + "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2018_cfi.py", + "Geometry/VeryForwardProtonTransport/data/parametrization_6500GeV_90_transp.root", + "Geometry/VeryForwardProtonTransport/data/parametrization_6500GeV_90p0_50urad_reco.root", + "GeometryReaders/XMLIdealGeometryESSource/python/cmsMagneticFieldGeometryDB_cff.py", + "GeometryReaders/XMLIdealGeometryESSource/src/XMLIdealMagneticFieldGeometryESProducer.cc", + "GeometryReaders/XMLIdealGeometryESSource/test/runXMLBigFileToDBAndBackValidation.sh", + "GeometryReaders/XMLIdealGeometryESSource/test/testSpecParsMuonSensitiveDetectorMuonCSCHits.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/highPtTripletStepChi2Est_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/highPtTripletStepTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltCandidateJetBProbabilityComputer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltCandidateJetProbabilityComputer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPBwdElectronPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator16_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator2000_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator30_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator9_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator100_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator30_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPDummyDetLayerGeometry_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorAny_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorOpposite_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFwdElectronPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPGlobalDetLayerGeometry_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFFittingSmootherForL2Muon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFFittingSmootherWithOutliersRejectionAndRK_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectoryFitterForL2Muon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForL2Muon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForMuonTrackLoader_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPL3MuKFTrajectoryFitter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPMeasurementTracker_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPMuonTransientTrackingRecHitBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPPixelCPEFastParams_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRKTrajectoryFitter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRKTrajectorySmoother_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRungeKuttaTrackerPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSiPixelCablingSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSiPixelGainCalibrationForHLTSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagatorAnyOpposite_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagatorAny_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorAlong_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorOpposite_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderPixelOnly_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderWithTrackAngle_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderWithoutRefit_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTrackAlgoPriorityOrder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepChi2Est_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonInitialStepChi2Est_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonPixelTrackCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonTrackAlgoPriorityOrder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPixelTracksCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/muonSeededTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt1PFPuppiCentralJet70MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt1PFPuppiCentralJet75MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt2PFPuppiCentralJet40MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt2PFPuppiCentralJet60MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt3PFPuppiCentralJet45MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt4PFPuppiCentralJet40MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p31Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p38Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p865DoubleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p275Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p375Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p935DoubleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBunchSpacingProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepBLifetimeTagInfosPFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepBLifetimeTagInfosPFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsInfosPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsInfosPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsPFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsPFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveMergedVerticesPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveSecondaryVerticesPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveVertexFinderPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepSecondaryVertexTagInfosPFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepSecondaryVertexTagInfosPFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepTrackVertexArbitratorPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG12EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG23EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG23EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiMuon178RelTrkIsoFiltered0p4DzFiltered0p2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiMuon178RelTrkIsoFiltered0p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoublePFPuppiJets128Eta2p4MaxDeta1p6_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoublePFPuppiJets128MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoubleTkMuon157L1TkMuonFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG108EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG108EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG115EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG187EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG187EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG23EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG26EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG26EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG30EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG30EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG32EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG32EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoubleEleIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoubleEleNonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoublePhotonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSingleEleIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSingleEleNonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSinglePhotonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalBarrelClusterFastTimer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalBarrelDigisInRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalDetIdToBeRecovered_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalDetailedTimeRecHit_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalMultiFitUncalibRecHit_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalUncalibRecHitL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaBestGsfTrackVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaBestGsfTrackVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesWrapperL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesWrapperUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCkfTrackCandidatesForGSFL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCkfTrackCandidatesForGSFUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaClusterShapeL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaClusterShapeUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEcalPFClusterIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEcalPFClusterIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleL1TrkIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleL1TrkIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaElectronPixelSeedsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaElectronPixelSeedsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfElectronsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfElectronsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTrackVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTrackVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTracksL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTracksUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCALIDVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCALIDVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCalLayerClusterIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCalLayerClusterIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHcalPFClusterIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHcalPFClusterIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHollowTrackIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHollowTrackIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHoverEL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHoverEUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaPixelMatchVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaPixelMatchVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaSuperClustersToPixelMatchL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaSuperClustersToPixelMatchUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfChi2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfNLayerITUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70EcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70EcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDetaUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfOneOEMinusOneOPUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoFromL1TracksUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfChi2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfNLayerITUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDetaUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5DphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5DphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfChi2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfNLayerITUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDetaUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsForTripletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsForTripletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsClusterRemoverL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsClusterRemoverUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsCombinedL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsCombinedUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsDoubletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsDoubletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsTripletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsTripletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEleSeedsTrackingRegionsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEleSeedsTrackingRegionsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersCLUE3DHighL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersCLUE3DHigh_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersRecoveryL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersRecovery_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFirstStepPrimaryVerticesUnsorted_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFixedGridRhoFastjetAllCaloForEGamma_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFixedGridRhoFastjetAll_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltGoodOfflinePrimaryVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHGCalUncalibRecHitL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersEEL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersEE_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersFromSoAProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSciL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSci_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSiL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalMergeLayerClustersL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalMergeLayerClusters_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoALayerClustersProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoARecHitsLayerClustersProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoARecHitsProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalTrackCollection_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepClusters_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepHitTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeedTracksLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCandidatespLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCutClassifierpLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackSelectionHighPuritypLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackingRegionFromTrimmedVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackspLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsCombinatoricRecoTaus_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsDoublePFTau35MediumDitauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsDoublePFTau40TrackPt1MediumChargedIsolation_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTau27LooseTauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTau30LooseTauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauBasicDiscriminatorsForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauBasicDiscriminatorsdR03ForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauDeepTauProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauDiscriminationByDecayModeFindingNewDMs_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumAbsOrRelChargedIsolationDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumAbsoluteChargedIsolationDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumRelativeChargedIsolationDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauPrimaryVertexProducerForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauProducerSansRefs_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauSecondaryVertexProducerForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauTrackFindingDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauTransverseImpactParametersForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTauLooseTauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausMediumDitauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausTrackFinding_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausTrackPt1MediumChargedIsolation_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectionDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsTauPFJetsRecoTauChargedHadronsWithNeutrals_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHtMhtPFPuppiCentralJetsQuadC30MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepSeedTracksLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifierpLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifierpTTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPuritypLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPuritypTTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTracksT5TCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackspLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackspTTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonClustersRefRemoval_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonMerged_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelClusterCheck_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelHitTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelLayerTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelSeedsFiltered_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedForDoublePuppiTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForDoublePuppiJetBtagFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiHTFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiJetFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiMETFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForQuadPuppiJetTripleBtagFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TEGammaFilteredCollectionProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TEGammaHGCFilteredCollectionProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonFromL1TkMuonCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonSeedsFromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3MuonsPhase2L3Links_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22EcalIso0p41_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22HcalIso0p40_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22HgcalIso4p70_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfecalIsoFiltered0p41_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfhcalIsoFiltered0p40_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfhgcalIsoFiltered4p70_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3trkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22TrkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fFiltered17_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fFiltered37_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fPreFiltered27_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fPreFiltered8_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu18Filtered20_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu22L3Filtered24Q_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu22L3Filtered50Q_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533L31055DZFiltered0p2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533L3Filtered1055_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533PreFiltered555_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltMeasurementTrackerEvent_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltOfflinePrimaryVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFMETTypeOneCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetQuad30MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetsQuad30HT200MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetsQuad30HT330MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiJetForBtagEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiJetForBtagSelectorEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOne140_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOneCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowBadHcalPseudoCluster_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrectedL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrectedUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHBHE_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCalFromTICLL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCalFromTICLUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCal_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHO_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitECALL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitECALUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHBHE_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHGCL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHGC_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHO_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECALL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECALUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCalFromTICLL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCalFromTICLUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCal_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowTimeAssignerECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowTmpBarrel_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHGCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHO_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourJetTagsModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourJetTags_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourTagInfosModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourTagInfos_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelLayerQuadruplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksTrackingRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonTrimmedPixelVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonGeneralTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepClusters_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepHitTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTracksSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTracksSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksAndHighPtTripletTrackingRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksHitQuadruplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsEcalIsodR0p3dRVeto0p000_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsHcalIsodR0p3dRVeto0p000_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsHgcalLCIsodR0p2dRVetoEM0p00dRVetoHad0p02minEEM0p00minEHad0p00_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p07_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3MuonCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3MuonsLinksCombination_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuCtfWithMaterialTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuonTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuonTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OISeedsFromL2Muons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OITrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2OTHitsInputLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2OnlineBeamSpotDevice_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelFitterByHelixProjections_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTrackFilterByKinematics_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2SiPixelClustersSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2SiPixelRecHitsSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2TowerMakerForAll_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2TrimmedPixelVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelClustersMultiplicity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerPairsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerPairsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDiphoton3023IsoCaloIdL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDiphoton3023IsoCaloIdUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle2312IsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle25CaloIdLPMS2L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle25CaloIdLPMS2Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle115NonIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle26WP70L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle26WP70Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle32WPTightL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle32WPTightUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreHLTAnalyzerEndpath_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton108EBTightIDTightIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton108EBTightIDTightIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton187L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton187Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrimaryVertexAssociationModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrimaryVertexAssociation_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPuppiTauTkIsoEle45_22L1TkFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPuppiTauTkMuon4218L1TkFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltRechitInRegionsHGCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltSiPixelClusterShapeCache_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltSingleAK4PFPuppiJet520_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltSingleTkMuon22L1TkMuonFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclLayerTileProducerL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclLayerTileProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTracksterLinksL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersCLUE3DHighL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersCLUE3DHigh_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersRecoveryL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersRecovery_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTrackRefsForJetsBeforeSorting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTrackWithVertexRefSelectorBeforeSorting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltUnsortedOfflinePrimaryVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEleSingle22Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEleSingle28Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmDouble12Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmSingle22Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmSingle36Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle23_12_Iso_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleMediumChargedIsoPFTauHPS40_eta2p1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleMediumDeepTauPFTauHPS35_eta2p1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepCSV_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepFlavour_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele115_NonIso_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele30_WPTight_L1Seeded_LooseDeepTauPFTauHPS30_eta2p1_CrossL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele32_WPTight_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele32_WPTight_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_IsoMu20_eta2p1_LooseDeepTauPFTauHPS27_eta2p1_CrossL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu37_Mu27_FromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepCSV_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepCSV_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFPuppiMETTypeOne140_PFPuppiMHT140_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/CkfBaseTrajectoryFilter_block_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/ClusterShapeTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/GroupedCkfTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HGCAL_chargeCollectionEfficiencies_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonGroupedCkfTrajectoryFilterIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetTrajectoryFilterIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetTrajectoryBuilderForGsfElectrons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetTrajectoryFilterForElectrons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTSiStripClusterChargeCutLoose_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTSiStripClusterChargeCutNone_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutLoose_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutNone_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutTight_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/TrajectoryFilterForConversions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/TrajectoryFilterForElectrons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/ckfBaseTrajectoryFilterP5_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/ckfTrajectoryFilterBeamHaloMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedQuadStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedQuadStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedTripletStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonPSetPvClusterComparerForIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonSeedFromProtoTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2PSetPvClusterComparerForIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2SeedFromProtoTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltTiclTracksterLinksPSet_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterBasePreSplitting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterPreSplitting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterShapePreSplitting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/jetCoreRegionalStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtGsfEleTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtQuadStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtQuadStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepStandardTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/mixedTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryBuilderForInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryBuilderForOutInDisplaced_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForOutInDisplaced_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForOutIn_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pSetPvClusterComparerForIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelLessStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/tobTecStepInOutTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/tobTecStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK4PFJetsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK4PFPuppiJetsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK8PFJetsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepCSVSequencePFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepCSVSequencePFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepFlavourSequencePFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepFlavourSequencePFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCaloMETReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCaloTowersRecSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCalolocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCsclocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDiphoton3023IsoCaloIdL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDiphoton3023IsoCaloIdUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoFullUnpackingEgammaEcalL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoFullUnpackingEgammaEcalSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalHcalSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalPixelSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalStripSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle2312IsoL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle25CaloIdLPMS2L1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle25CaloIdLPMS2UnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDtlocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEGammaDoLocalHcalSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle115NonIsoL1SeededGsfElectronL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle115NonIsoL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle26WP70L1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle26WP70UnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle32WPTightL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle32WPTightUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5OpenL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5OpenUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTElePixelMatchL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTElePixelMatchUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTFastJetForEgammaSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGemLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGsfElectronL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGsfElectronUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHPSDeepTauPFTauSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHPSMediumChargedIsoPFTauSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgamma_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHighPtTripletStepSeedingSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHighPtTripletStepSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTInitialStepPVSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTInitialStepSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTItLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTIter0Phase2L3FromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTIter2Phase2L3FromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTL1UnpackerSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTL2MuonsFromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTMuonlocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTOtLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusterJMEReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusteringForEgammaL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusteringForEgammaUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFHcalClusteringForEgammaSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFJetsCHSReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFMETsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFPuppiJMEReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFPuppiMETReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowClusterECALSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowClusterSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowSuperClusteringSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusterRefsForJetsSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringECALSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringHBHEHFSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringHOSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3FromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3MuonGeneralTracksSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3MuonsSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3OISequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2PixelTracksSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton108EBTightIDTightIsoL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton108EBTightIDTightIsoUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton187L1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton187UnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclCandidateSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclLayerTileSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTracksterLinksSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTracksterMergeSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersCLUE3DHighStepSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersRecoverySequenceL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersRecoverySequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTVertexRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/services/RandomNumberGeneratorService_cfi.py", + "HLTrigger/Configuration/test/testAccessToEDMInputsOfHLTTests_update_filelist.sh", + "HLTriggerOffline/HeavyFlavor/python/heavyFlavorValidationHarvestingSequence_cff.py", + "HLTriggerOffline/SUSYBSM/test/BSMTriggerCheck/html/template/comp_beginning.html", + "HLTriggerOffline/SUSYBSM/test/BSMTriggerCheck/html/template/menu_beginning.html", + "HLTriggerOffline/Scouting/test/runScoutingMonitoringDQM_EGammaOnly_step1_cfg.py", + "HLTriggerOffline/Scouting/test/runScoutingMonitoringDQM_EGammaOnly_step2_cfg.py", + "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToFlyingCascadeBuilderBase.h", + "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToResTrkTrkSameMassBuilder.h", + "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToResTrkTrkSameMassBuilderBase.h", + "HeavyFlavorAnalysis/SpecificDecay/src/BPHDecayToResTrkTrkSameMassBuilderBase.cc", + "HeterogeneousCore/AlpakaInterface/interface/AssertDeviceMatchesHostCollection.h", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerCopyToDeviceCache.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerImplicitCopyToDevice.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerMoveToDeviceCache.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerNoOutput.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaStreamSynchronizingProducer.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaStreamSynchronizingProducerToDevice.cc", + "HeterogeneousTest/AlpakaDevice/plugins/alpaka/AlpakaTestDeviceAdditionAlgo.dev.cc", + "HeterogeneousTest/AlpakaDevice/plugins/alpaka/AlpakaTestDeviceAdditionModule.cc", + "HeterogeneousTest/AlpakaKernel/plugins/alpaka/AlpakaTestKernelAdditionAlgo.dev.cc", + "HeterogeneousTest/AlpakaKernel/plugins/alpaka/AlpakaTestKernelAdditionModule.cc", + "HeterogeneousTest/AlpakaOpaque/plugins/alpaka/AlpakaTestOpaqueAdditionModule.cc", + "HeterogeneousTest/AlpakaWrapper/plugins/alpaka/AlpakaTestWrapperAdditionModule.cc", + "IOMC/EventVertexGenerators/python/VtxSmearedFixed_EmitRealistic5TeVppCollision2017_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic100ns13TeVCollisionBetaStar90mLowBunches_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic100ns13TeVCollisionBetaStar90m_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeV2016Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeVEarly2017Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeVEarly2018Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEOY2022Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEarly2022Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEarly2023Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns900GeV2021Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic2p76TeV2011Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic2p76TeV2013Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic50ns13TeVCollisionZeroTesla_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic5TeVPA2016Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic5TeVppCollision2017_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic7TeVCollisionComm10_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic8TeVPA2016Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealisticHICollisionFixZ2015_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3FlatOpticsGaussSigmaZ4p2cm_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3FlatOpticsGaussSigmaZ5p3cm_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3RoundOptics25ns13TeVHighSigmaZ_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3RoundOptics25ns13TeVLowSigmaZ_cfi.py", + "JetMETCorrections/InterpolationTables/interface/InterpolationFunctorInstances.h", + "JetMETCorrections/InterpolationTables/interface/StorableMultivariateFunctorReader.h", + "JetMETCorrections/TauJet/data/IterativeCone0.4_EtScheme_TowerEt0.5_E0.8_Jets871_2x1033PU_tau.txt", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_BTagSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_hadr_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_hadr_metSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_lepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenuObjects_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_BTagSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_hadr_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_hadr_metSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_lepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_constants.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_ids.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_scalings.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_BTagSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_hadr_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_hadr_metSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_lepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_constants.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_ids.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_scalings.py", + "L1Trigger/DTTriggerPhase2/test/primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py", + "L1Trigger/DTTriggerPhase2/test/primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg_withRPC.py", + "L1Trigger/DTTriggerPhase2/test/test_primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py", + "L1Trigger/GlobalTriggerAnalyzer/python/customise_l1GtPatternGeneratorFromRaw.py", + "L1Trigger/GlobalTriggerAnalyzer/test/L1GtPatternGenerator_overrideL1Menu_cfg.py", + "L1Trigger/L1CaloTrigger/python/l1tPhase2GCTBarrelToCorrelatorLayer1Emulator_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_0_ECALZS_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_1_ECALZS_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_1_ECALZS_noHFJEC_newEGIso_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_0_HI_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_10_mean_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_10_mode_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_2_noHCALSF_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_2_updateHFSF_v6MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_2_updateHFSF_v7MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_updateHFSF_v6MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_mean_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_mean_newHF_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_newHF_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_newHF_v6MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_oldHFSFForJECOnly_cfi.py", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2ClusterAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2EGammaAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2EtSumAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2JetSumAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2TowerCompressAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2TowerDecompressAlgorithmFirmwareImp1.cc", + "L1Trigger/L1THGCal/interface/concentrator/HGCalConcentratorProcessorSelection.h", + "L1Trigger/L1THGCal/interface/concentrator/HGCalConcentratorSuperTriggerCellImpl.h", + "L1Trigger/L1THGCal/plugins/backend/HGCalBackendLayer2Processor3DClustering_SA.cc", + "L1Trigger/L1THGCalUtilities/test/ntuples/HGCalTriggerNtupleHGCConcentratorData.cc", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGenerator.py", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGeneratorClassProb.py", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGenerator_displ.py", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlap_Pats0x0013_generateExtrFactors.py", + "L1Trigger/L1TMuonOverlapPhase2/interface/LutNetworkFixedPointRegression2Outputs.h", + "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGeneratorClassProb_phase2.py", + "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGenerator_displ_phase2.py", + "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGenerator_phase2.py", + "L1Trigger/Phase2L1ParticleFlow/data/hgcal_egID/Photon_Pion_vs_Neutrino_BDTweights_1116.xml.gz", + "L1Trigger/Phase2L1ParticleFlow/data/hgcal_egID/Photon_vs_Pion_BDTweights_1116.xml.gz", + "L1Trigger/Phase2L1ParticleFlow/interface/L1TCorrelatorLayer1PatternFileWriter.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/buffered_folded_multififo_regionizer_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/folded_multififo_regionizer_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/middle_buffer_multififo_regionizer_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/multififo_regionizer_elements_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/multififo_regionizer_elements_ref.icc", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/tdr_regionizer_elements_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/tdr_regionizer_elements_ref.icc", + "L1Trigger/Phase2L1ParticleFlow/src/regionizer/buffered_folded_multififo_regionizer_ref.cpp", + "L1Trigger/Phase2L1ParticleFlow/src/regionizer/folded_multififo_regionizer_ref.cpp", + "L1Trigger/Phase2L1ParticleFlow/src/regionizer/middle_buffer_multififo_regionizer_ref.cpp", + "L1TriggerConfig/CSCTFConfigProducers/python/L1MuCSCTFConfigurationRcdSrc_cfi.py", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/phi12.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/phi42.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta15h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta15l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta25h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta25l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/ETFPatternList.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP1.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP2.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP3.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP4.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP5.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP6.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext12.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext13.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext14.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext15.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext16.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext21.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext23.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext24.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext25.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext26.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext34.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext35.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext56.lut", + "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTChannelMaskConfigOnline_cfi.py", + "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTParametersKeysOnlineProd_cfi.py", + "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTParametersOnlineProducer_cfi.py", + "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesConfig_cff.py", + "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesConfig_cfi.py", + "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesDBConfig_cff.py", + "L1TriggerConfig/L1CSCTPConfigProducers/src/L1CSCTriggerPrimitivesConfigProducer.cc", + "L1TriggerConfig/L1CSCTPConfigProducers/src/L1CSCTriggerPrimitivesConfigProducer.h", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu2008_2E30.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu_2008MC_2E30.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu2008_2E31.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v0_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v1_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090519_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090624_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v4_L1T_Scales_20090624_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1x1032/L1Menu_CRUZET200805.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v0_L1T_Scales_20101224_Imp0_0x1027.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v1_L1T_Scales_20101224_Imp0_0x1028.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v2_L1T_Scales_20101224_Imp0_0x102a.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v3_L1T_Scales_20101224_Imp0_0x102b.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25nsStage1_v3_L1T_Scales_20141121_Imp0_0x1031.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v0_L1T_Scales_20101224_Imp0_0x102f.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v1_L1T_Scales_20101224_Imp0_0x102f.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v2_L1T_Scales_20141121_Imp0_0x1030.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v1_L1T_Scales_20141121_Imp0_0x1030.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v2_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v3_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v4_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50ns_v0_L1T_Scales_20141121_Imp0_0x1031.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v1_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v2_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v3_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v4_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2011_v0_L1T_Scales_20101224_Imp0_0x1026.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2011_v0_nobsc_notau_centrality_q2_singletrack.v1.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2013_v0_L1T_Scales_20101224_Imp0_0x102c.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v1.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v2.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v3.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v4.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v5.xml", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/calosetup", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/defvalpkg", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/header", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/jet_cnts", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/muonsetup", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/calo_setup.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond1_chip.qsf", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond1_chip_pkg.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond2_chip.qsf", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond2_chip_pkg.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/def_val_pkg.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/muon_setup.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/pre_algo_and_or.vhd", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAlgoTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAlgoTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAndMasksTester.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsTechTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsTechTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtStableParametersTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskAlgoTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskAlgoTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskTechTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskTechTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoAlgoTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoTechTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoTechTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMenuConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtPrescaleFactorsAlgoTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtPrescaleFactorsTechTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskAlgoTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskTechTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskVetoAlgoTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskVetoTechTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_PrescaleFactorsAlgoTrigUnprescale_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_TriggerMaskAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu_2008MC_2E30_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_PrescaleFactorsAlgoTrigUnprescale_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_TriggerMaskAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v0_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090519_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090624_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v4_L1T_Scales_20090624_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_PrescaleFactorsAlgoTrigUnprescale_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_TriggerMaskAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_ecal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_hcal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskTechTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_ecal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_hcal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_Test_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v1_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v2_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v3_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v4_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v5_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsAlgoTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsAndMasksTester_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsTechTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskAlgoTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskTechTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskVetoTechTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsAlgoTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsAlgoTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsTechTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsTechTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskAlgoTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskAlgoTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskTechTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskTechTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoAlgoTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoTechTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoTechTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtPrescaleFactorsAlgoTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtPrescaleFactorsTechTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskAlgoTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskTechTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskVetoTechTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1ScalesProducers/python/L1MuTriggerPtScaleOnlineProducer_cfi.py", + "L1TriggerConfig/L1ScalesProducers/python/L1MuTriggerScalesOnlineProducer_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TGlobalPrescalesVetosObjectKeysOnline_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TMuonEndCapForestOnlineProxy_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TMuonOverlapObjectKeysOnline_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TMuonOverlapParamsOnlineProxy_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TUtmTriggerMenuObjectKeysOnline_cfi.py", + "L1TriggerConfig/L1TConfigProducers/src/L1TGlobalPrescalesVetosObjectKeysOnlineProd.cc", + "L1TriggerConfig/L1TConfigProducers/src/L1TUtmTriggerMenuObjectKeysOnlineProd.cc", + "MagneticField/GeomBuilder/plugins/dd4hep/DD4hep_VolumeBasedMagneticFieldESProducer.cc", + "MagneticField/GeomBuilder/plugins/dd4hep/DD4hep_VolumeBasedMagneticFieldESProducerFromDB.cc", + "MagneticField/Interpolation/test/BinaryTablesGeneration/prepareMagneticFieldGrid.cc", + "MagneticField/Interpolation/test/BinaryTablesGeneration/prepareMagneticFieldGrid.h", + "MagneticField/Interpolation/test/BinaryTablesGeneration/validateField_TOSCATables.py", + "MagneticField/ParametrizedEngine/interface/ParabolicParametrizedMagneticField.h", + "MagneticField/ParametrizedEngine/plugins/AutoParametrizedMagneticFieldProducer.cc", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_OAE85l_cfi.py", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_OAE_3_8T_cfi.py", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_PolyFit2D_cfi.py", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_PolyFit3D_cfi.py", + "MagneticField/ParametrizedEngine/test/alpaka/testParabolicParametrizedMagneticField.dev.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/CompareWithSystematicError.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasUpsilonValidation.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasY1SValidation.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasZValidation.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/ComparePhiPlusMinus.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareWithExpected.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareWithExpectedBeforeAfter.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CrystalBallFitOnData_JPsi.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/GaussianFitOnData_Psi2S.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Base.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Y1S.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Z.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlap_Upsilon.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlap_Y1S.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/RunCompareBias_template.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/ShowProbabilityDistribution.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/TreeProduction/MuScleFit_template_cfg.py", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/SplitAndRunBatch.sh", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/StatisticalErrors_instructions.txt", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/TakeParameterFromBatch.sh", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/TreeSplitter_cfg.py", + "MuonAnalysis/MomentumScaleCalibration/test/UnitTests/TestCrossSectionHandler.cc", + "MuonAnalysis/MomentumScaleCalibration/test/tree_production/miniAODVBTFMuonsOnlyTreeMC_CRAB_cfg.py", + "MuonAnalysis/MuonAssociators/test/MuonMCClassifier/debugMuonsClassByHits_cfg.py", + "MuonAnalysis/MuonAssociators/test/MuonMCClassifier/patMuonsWithClassByHits_cfg.py", + "MuonAnalysis/MuonAssociators/test/Trigger/patMuonsWithTrigger_Data_HLTDEBUG_cfg.py", + "MuonAnalysis/MuonAssociators/test/Trigger/patMuonsWithTrigger_mc_HLTDEBUG_cfg.py", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/db/ClassNotSupportedException.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIDGenerator.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIdConverter.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/IDetIdGenerator.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECAnalyzer.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECDetIdConverter.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TOBAnalyzer.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TOBDetIdConverter.java", + "OnlineDB/SiStripO2O/test/O2O_Validation/template_Validate_FEDCabling_O2O_cfg.py", + "OnlineDB/SiStripO2O/test/P5/20X/SiStripO2O_AT_P5_table_multipartition_Commissioning.sh", + "OnlineDB/SiStripO2O/test/P5/21X/SiStripO2O_AT_P5_table_multipartition_Commissioning.sh", + "PhysicsTools/HepMCCandAlgos/python/allStandAloneMuonTracksGenParticlesLeptonMatch_cfi.py", + "PhysicsTools/HepMCCandAlgos/python/allSuperClustersGenParticlesLeptonMatch_cfi.py", + "PhysicsTools/NanoAODTools/python/postprocessing/framework/treeReaderArrayTools.py", + "PhysicsTools/PatAlgos/python/slimming/offlineSlimmedPrimaryVerticesWithBS_cfi.py", + "PhysicsTools/SelectorUtils/interface/SimpleCutBasedElectronIDSelectionFunctor.h", + "RecoBTag/CTagging/python/candidateCombinedSecondaryVertexSoftLeptonCvsLComputer_cfi.py", + "RecoBTag/CTagging/python/pfInclusiveSecondaryVertexFinderNegativeCvsLTagInfos_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeOnlyJetBProbabilityComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeOnlyJetProbabilityComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeTrackCounting3D2ndComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeTrackCounting3D3rdComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidatePositiveOnlyJetBProbabilityComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidatePositiveOnlyJetProbabilityComputer_cfi.py", + "RecoBTag/ONNXRuntime/plugins/UnifiedParticleTransformerAK4ONNXJetTagsProducer.cc", + "RecoBTag/ONNXRuntime/plugins/UnifiedParticleTransformerAK4SonicJetTagsProducer.cc", + "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V01/pfDeepBoostedJetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V02/pfDeepBoostedJetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V02/pfMassDecorrelatedDeepBoostedJetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/Parameters/HiggsInteractionNet/V00/pfHiggsInteractionNetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/pfMassDecorrelatedDeepBoostedDiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfMassDecorrelatedParticleNetDiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfParticleNetFromMiniAODAK4DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfParticleNetFromMiniAODAK8DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfParticleTransformerAK4DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfUnifiedParticleTransformerAK4DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfUnifiedParticleTransformerAK4V1DiscriminatorsJetTags_cfi.py", + "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterFromFile_WPandPayload.cc", + "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterFromFile_WPandPayload_IOV.cc", + "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterTFormula_fromfile_WPandPL.cc", + "RecoBTag/SecondaryVertex/interface/CandidateBoostedDoubleSecondaryVertexComputer.h", + "RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexAK8Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexCA15Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateCombinedSecondaryVertexSoftLeptonComputer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateNegativeCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidatePositiveCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateSimpleSecondaryVertex2TrkComputer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateSimpleSecondaryVertex3TrkComputer_cfi.py", + "RecoBTag/SecondaryVertex/python/combinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderFilteredNegativeTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderFilteredTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfBoostedDoubleSecondaryVertexAK8BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfBoostedDoubleSecondaryVertexCA15BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderAK8TagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderCA15TagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfPositiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfPositiveCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/positiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/positiveCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/positiveCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/simpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/simpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedDynamicHybridSuperClusters_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedEndcapSuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedFixedMatrixSuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedIslandBarrelSuperClusters_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedIslandEndcapSuperClusters_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedMulti5x5ClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedMulti5x5SuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/fixedMatrixPreshowerClusteringSequence_cff.py", + "RecoEcal/EgammaClusterProducers/python/fixedMatrixSuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/interestingDetIdCollectionProducer_cfi.py", + "RecoEcal/EgammaClusterProducers/python/interestingDetIdFromSuperClusterProducer_cfi.py", + "RecoEcal/EgammaClusterProducers/python/multi5x5PreshowerClusteringSequence_cff.py", + "RecoEcal/EgammaClusterProducers/python/multi5x5SuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/particleFlowSuperClusteringSequence_cff.py", + "RecoEcal/EgammaClusterProducers/src/InterestingDetIdFromSuperClusterProducer.cc", + "RecoEcal/EgammaCoreTools/plugins/EcalBasicClusterLocalContCorrectionsESProducer.cc", + "RecoEgamma/EgammaElectronAlgos/interface/ecalClusterEnergyUncertaintyElectronSpecific.h", + "RecoEgamma/EgammaElectronAlgos/src/ecalClusterEnergyUncertaintyElectronSpecific.cc", + "RecoEgamma/EgammaElectronProducers/plugins/GsfElectronCoreEcalDrivenProducer.cc", + "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedHeavyObjectCache.cc", + "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedHeavyObjectCache.h", + "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedValueMapsProducer.cc", + "RecoEgamma/EgammaElectronProducers/plugins/TrackingRegionsFromSuperClustersProducer.cc", + "RecoEgamma/EgammaElectronProducers/python/lowPtGsfElectronsPreRegression_cfi.py", + "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTBcHcalIsolationProducersRegional.cc", + "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTElectronTrackIsolationProducers.cc", + "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTPhotonTrackIsolationProducersRegional.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaEcalPFClusterIsolationProducer.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaHcalPFClusterIsolationProducer.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaIsoHcalDetIdCollectionProducer.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaEcalExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaHcalExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaRecHitExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaTowerExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaTrackExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/ElectronPFIsolationWithConeVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/ElectronPFIsolationWithMapBasedVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/PhotonPFIsolationWithConeVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/PhotonPFIsolationWithMapBasedVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/python/interestingEgammaIsoDetIdsSequence_cff.py", + "RecoEgamma/EgammaIsolationAlgos/python/interestingEgammaIsoESDetIdModule_cff.py", + "RecoEgamma/EgammaIsolationAlgos/test/runInterestingEgammaIsoDetIdsSequence_cfg.py", + "RecoEgamma/EgammaPhotonProducers/python/conversionTrackSequenceForReReco_cff.py", + "RecoEgamma/EgammaPhotonProducers/python/propAlongMomentumWithMaterialForElectrons_cfi.py", + "RecoEgamma/EgammaPhotonProducers/python/propOppoMomentumWithMaterialForElectrons_cfi.py", + "RecoEgamma/EgammaPhotonProducers/python/trajectoryCleanerBySharedHitsForConversions_cfi.py", + "RecoEgamma/ElectronIdentification/data/ElectronMVAEstimatorRun2Fall17V1Variables.txt", + "RecoEgamma/ElectronIdentification/data/Fall17/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_92X.txt", + "RecoEgamma/ElectronIdentification/data/Fall17/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_94X.txt", + "RecoEgamma/ElectronIdentification/data/Run3_Winter22/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_122X.txt", + "RecoEgamma/ElectronIdentification/data/Spring15/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_25ns.txt", + "RecoEgamma/ElectronIdentification/data/Spring15/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_50ns.txt", + "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_HLT_ecalPFClusterIso.txt", + "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_HLT_hcalPFClusterIso.txt", + "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_80X.txt", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5E2x5OverE5x5WithSatCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5SigmaIEtaIEtaCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5SigmaIEtaIEtaWithSatCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleHadronicOverEMEnergyScaledCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleHadronicOverEMLinearCut.cc", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronHLTPreselecition_Summer16_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Fall17_94X_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Fall17_94X_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_25ns_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_50ns_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_50ns_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Summer16_80X_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Summer20_PhaseII_V0_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Winter22_122X_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_tools.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV51_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV60_80XAOD_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV60_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV70_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV71_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_tools.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_RunIIIWinter22_iso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_RunIIIWinter22_noIso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_25ns_Trig_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_25ns_nonTrig_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_50ns_Trig_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_GeneralPurpose_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_HZZ_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer16UL_ID_ISO_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer17UL_ID_ISO_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer18UL_ID_ISO_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Winter22_HZZ_V1_cff.py", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased_TrueVtx.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased_V2.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased_TrueVtx.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased_V2.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased_TrueVtx.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased_V2.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesFall17V1p1.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring15.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring15ValMaps.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring16.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun3VariablesWinter22V1.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_ChgHadronIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_ECalClusterIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_HCalClusterIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_NeuHadronIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_PhotonIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_TrackerIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_coneBasedHoverE_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfChargedHadrons_25ns_NULLcorrection.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfChargedHadrons_50ns.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfNeutralHadrons_25ns_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfNeutralHadrons_50ns.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfPhotons_25ns_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfPhotons_50ns.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfPhotons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfPhotons_90percentBased_3bins.txt", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndExpoScalingCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndExpoScalingEBCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndQuadScalingCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoFull5x5SigmaIEtaIEtaValueMapCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoGenericQuadraticRhoPtScaledCut.cc", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V1_TrueVtx_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_RunIIIWinter22_122X_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring15_25ns_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring15_50ns_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring16_V2p2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_tools.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V1p1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V0_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V2p1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V0_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V2p1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring16_nonTrig_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Summer20_PhaseII_V0_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Winter22_122X_V1_cff.py", + "RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDRVertexAssigned.h", + "RecoJets/JetAssociationProducers/python/ic5PFJetTracksAssociatorAtVertex_cfi.py", + "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalCrystalMatrixProbality.h", + "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalDeadChannelRecoveryAlgos.h", + "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalDeadChannelRecoveryBDTG.h", + "RecoLocalCalo/EcalRecProducers/interface/EcalUncalibRecHitFillDescriptionWorkerFactory.h", + "RecoLocalCalo/EcalRecProducers/interface/EcalUncalibRecHitWorkerRunOneDigiBase.h", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitConvertGPU2CPUFormat.cc", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsAlgoGPU.cu", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsKernels.cu", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsProducer.cc", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsProducerGPU.cc", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerFixedAlphaBetaFit.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/AmplitudeComputationCommonKernels.h", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/AmplitudeComputationKernels.dev.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalMultifitConditionsHostESProducer.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalPhase2DigiToPortableProducer.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalRecHitConditionsESProducer.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitMultiFitAlgoPortable.dev.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitMultiFitAlgoPortable.h", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsAlgoPortable.dev.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsAlgoPortable.h", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsProducerPortable.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsStruct.h", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitProducerPortable.cc", + "RecoLocalCalo/EcalRecProducers/python/ecalFixedAlphaBetaFitUncalibRecHit_cfi.py", + "RecoLocalCalo/EcalRecProducers/src/EcalUncalibRecHitFillDescriptionWorkerFactory.cc", + "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducer.py", + "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducerGPU.py", + "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducerGPU_harvesting.py", + "RecoLocalCalo/HGCalRecAlgos/interface/alpaka/HGCalRecHitCalibrationAlgorithms.h", + "RecoLocalCalo/HGCalRecAlgos/plugins/alpaka/HGCalRecHitCalibrationAlgorithms.dev.cc", + "RecoLocalCalo/HGCalRecAlgos/plugins/alpaka/HGCalRecHitConfigurationESProducer.cc", + "RecoLocalCalo/HGCalRecProducers/interface/alpaka/HGCalSoAClustersExtraDeviceCollection.h", + "RecoLocalCalo/HGCalRecProducers/plugins/HGCalLayerClusterHeterogeneousDumper.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HGCalLayerClusterHeterogeneousSoADumper.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsConditions.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsFiller.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsFiller.h", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersAlgoWrapper.dev.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersSoAAlgoWrapper.dev.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersSoAAlgoWrapper.h", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalSoALayerClustersProducer.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalSoARecHitsLayerClustersProducer.cc", + "RecoLocalCalo/HcalRecAlgos/plugins/alpaka/HcalRecoParamsWithPulseShapesESProducer.cc", + "RecoLocalCalo/HcalRecProducers/plugins/alpaka/HcalSiPMCharacteristicsESProducer.cc", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco2DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco4DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_MTPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_MTPatternReco2D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_MTPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_MTPatternReco4D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/GEMRecHit/test/SingleMuPt100_cfi_GEM-SIM-DIGI_Extended2015MuonGEMDev.py", + "RecoLocalTracker/ClusterParameterEstimator/interface/ClusterParameterEstimator.h", + "RecoLocalTracker/ClusterParameterEstimator/interface/PixelClusterParameterEstimator.h", + "RecoLocalTracker/ClusterParameterEstimator/interface/StripClusterParameterEstimator.h", + "RecoLocalTracker/Configuration/python/RecoLocalTracker_Cosmics_EventContent_cff.py", + "RecoLocalTracker/Phase2TrackerRecHits/python/Phase2StripCPEGeometricESProducer_cfi.py", + "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerAlgorithm.cc", + "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerAlgorithm.h", + "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerSequentialAlgorithm.h", + "RecoLocalTracker/SiPhase2VectorHitBuilder/interface/VectorHitBuilderAlgorithm.h", + "RecoLocalTracker/SiPhase2VectorHitBuilder/interface/VectorHitBuilderAlgorithmBase.h", + "RecoLocalTracker/SiPhase2VectorHitBuilder/plugins/SiPhase2RecHitMatcherESProducer.cc", + "RecoLocalTracker/SiPhase2VectorHitBuilder/plugins/VectorHitBuilderEDProducer.cc", + "RecoLocalTracker/SiPhase2VectorHitBuilder/test/Clusters_productionAndTesting.py", + "RecoLocalTracker/SiPhase2VectorHitBuilder/test/VHs_SeedingOT_productionAndTesting.py", + "RecoLocalTracker/SiPhase2VectorHitBuilder/test/VHs_combinatorialStudies_PU200.py", + "RecoLocalTracker/SiPixelClusterizer/plugins/SiPixelDigisClustersFromSoAAlpaka.cc", + "RecoLocalTracker/SiPixelClusterizer/plugins/alpaka/SiPixelPhase2DigiToCluster.cc", + "RecoLocalTracker/SiPixelClusterizer/plugins/alpaka/SiPixelRawToClusterKernel.dev.cc", + "RecoLocalTracker/SiPixelClusterizer/python/SiPixelClusterizerPreSplitting_cfi.py", + "RecoLocalTracker/SiPixelRecHits/interface/alpaka/PixelCPEFastParamsCollection.h", + "RecoLocalTracker/SiPixelRecHits/plugins/alpaka/PixelCPEFastParamsESProducerAlpaka.cc", + "RecoLocalTracker/SiStripClusterizer/interface/StripClusterizerAlgorithmFactory.h", + "RecoLocalTracker/SiStripClusterizer/plugins/SiStripClusterizerConditionsESProducer.cc", + "RecoLocalTracker/SiStripClusterizer/plugins/SiStripClusterizerConditionsGPUESProducer.cc", + "RecoLocalTracker/SiStripClusterizer/python/SiStripClusters2ApproxClusters_cff.py", + "RecoLocalTracker/SiStripClusterizer/python/test/ClusterRefinerTagMCmerged_cfi.py", + "RecoLocalTracker/SiStripClusterizer/python/test/ClusterizerUnitTestFunctions_cff.py", + "RecoLocalTracker/SiStripClusterizer/test/step2_RAW2DIGI_L1Reco_RECO_ApproxClusters.py", + "RecoLocalTracker/SiStripClusterizer/test/step2_RAW2DIGI_L1Reco_RECO_ApproxClusters_streamerOutput.py", + "RecoLocalTracker/SiStripClusterizer/test/testSiStripQuality/SiStripBadChannel.tpl", + "RecoLocalTracker/SiStripClusterizer/test/testSiStripQuality/SiStripBadModule.tpl", + "RecoLocalTracker/SiStripRecHitConverter/interface/SiStripRecHitConverterAlgorithm.h", + "RecoLocalTracker/SiStripRecHitConverter/plugins/SiStripRecHitMatcherESProducer.cc", + "RecoLocalTracker/SiStripRecHitConverter/plugins/SiStripRecHitMatcherESProducer.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/IteratedMedianCMNSubtractor.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripCommonModeNoiseSubtractor.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripRawProcessingAlgorithms.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripRawProcessingFactory.h", + "RecoLocalTracker/SiStripZeroSuppression/python/SiStripZeroSuppression_SimData_cfi.py", + "RecoLocalTracker/SiStripZeroSuppression/python/siStripMergeZeroSuppression_cfi.py", + "RecoLocalTracker/SiStripZeroSuppression/test/SiStripZS_EmulateHybrid_RealData.py", + "RecoLocalTracker/SubCollectionProducers/interface/PixelClusterSelectorTopBottom.h", + "RecoLocalTracker/SubCollectionProducers/interface/StripClusterSelectorTopBottom.h", + "RecoLocalTracker/SubCollectionProducers/python/ClusterMultiplicityFilter_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/TopBottomClusterInfoProducer_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/TrackCandidateTopBottomHitFilter_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/hltTrackClusterRemoverNew_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/splitter_tracking_RunI_setup_cff.py", + "RecoLocalTracker/SubCollectionProducers/python/test/ClusterMCsplitStrips_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/test/MCsplitStripsCustomize_cff.py", + "RecoLuminosity/LumiProducer/test/analysis/test/crab3_ALCALUMIPIXELS_PIXONLY_DATA.py", + "RecoMTD/TransientTrackingRecHit/plugins/MTDTransientTrackingRecHitBuilderESProducer.cc", + "RecoMTD/TransientTrackingRecHit/python/MTDTransientTrackingRecHitBuilder_cfi.py", + "RecoMuon/L3MuonIsolationProducer/plugins/L3MuonCombinedRelativeIsolationProducer.cc", + "RecoMuon/L3MuonIsolationProducer/plugins/L3MuonCombinedRelativeIsolationProducer.h", + "RecoMuon/MuonIdentification/python/Identification/cutBasedMuonId_MuonPOG_V0_cff.py", + "RecoMuon/MuonIdentification/python/Identification/globalMuonPromptTight_V0_cff.py", + "RecoMuon/MuonIsolationProducers/python/muIsoDepositCalByAssociatorTowers_cfi.py", + "RecoMuon/StandAloneMuonProducer/python/standAloneMuonsDirectTrajectoryBuilder_cfi.py", + "RecoMuon/TrackerSeedGenerator/python/pixelTrackFilterByKinematicsForTSGFromL1_cfi.py", + "RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHitBreaker.h", + "RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHitBuilder.h", + "RecoMuon/TransientTrackingRecHit/plugins/MuonTransientTrackingRecHitBuilderESProducer.cc", + "RecoMuon/TransientTrackingRecHit/python/MuonTransientTrackingRecHitBuilder_cfi.py", + "RecoParticleFlow/Configuration/python/DBS_Samples/RelValQCD_FlatPt_15_3000_Fast_cfi.py", + "RecoParticleFlow/Configuration/python/RecoParticleFlow_conversion_EventContent_cff.py", + "RecoParticleFlow/Configuration/python/RecoParticleFlow_nuclear_EventContent_cff.py", + "RecoParticleFlow/PFClusterProducer/interface/alpaka/PFClusteringEdgeVarsDeviceCollection.h", + "RecoParticleFlow/PFClusterProducer/interface/alpaka/PFClusteringVarsDeviceCollection.h", + "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/GenericSimClusterMapper.cc", + "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/RealisticHitToClusterAssociator.h", + "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/RealisticSimClusterMapper.cc", + "RecoParticleFlow/PFClusterProducer/plugins/alpaka/PFClusterSoAProducerKernel.dev.cc", + "RecoParticleFlow/PFClusterProducer/python/particleFlowBadHcalPseudoCluster_cff.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterECALUncorrected_cfi.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterOOTECALUncorrected_cff.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterTimeAssigner_cfi.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowRealisticSimClusterHGCCalibrations_cfi.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowZeroSuppressionECAL_cff.py", + "RecoParticleFlow/PFProducer/plugins/importers/LooseNuclearInteractionTrackImporter.cc", + "RecoParticleFlow/PFProducer/plugins/importers/NuclearInteractionTrackImporter.cc", + "RecoParticleFlow/PFProducer/plugins/importers/VeryLooseNuclearInteractionTrackImporter.cc", + "RecoParticleFlow/PFProducer/test/particleFlowBlock_NewECalAndHCalLinker_HLT_cfi.py", + "RecoParticleFlow/PFRecHitProducer/interface/alpaka/PFRecHitParamsDeviceCollection.h", + "RecoParticleFlow/PFRecHitProducer/interface/alpaka/PFRecHitTopologyDeviceCollection.h", + "RecoParticleFlow/PFRecHitProducer/plugins/alpaka/PFRecHitECALParamsESProducer.cc", + "RecoParticleFlow/PFRecHitProducer/plugins/alpaka/PFRecHitHCALParamsESProducer.cc", + "RecoParticleFlow/PFRecHitProducer/src/alpaka/PFRecHitTopologyDeviceCollection.cc", + "RecoTBCalo/EcalTBHodoscopeReconstructor/interface/EcalTBHodoscopeRawInfoDumper.h", + "RecoTBCalo/EcalTBHodoscopeReconstructor/interface/EcalTBHodoscopeRecInfoProducer.h", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/EcalTBHodoscopeReconstructor_cfi.py", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecal2004TBHodoscopeReconstructor_cfi.py", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecal2006TBHodoscopeReconstructor_cfi.py", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecalTBSimHodoscopeReconstructor_cfi.py", + "RecoTauTag/RecoTau/python/PFRecoTauDiscriminationAgainstElectronMVA6Phase2_cff.py", + "RecoTauTag/RecoTau/python/tauDiscriminationAgainstElectronMVA6Phase2_mvaDefs_cff.py", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitPairGeneratorForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitPairGeneratorForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitQuadrupletGeneratorForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitQuadrupletGeneratorForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/HitPairGeneratorFromLayerPairForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/HitPairGeneratorFromLayerPairForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/HitQuadrupletGeneratorFromLayerPairForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/HitQuadrupletGeneratorFromLayerPairForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadruplets.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.h", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLeg.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLegAlgo.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLegAlgo.h", + "RecoTracker/ConversionSeedGenerators/plugins/SeedForPhotonConversionFromQuadruplets.cc", + "RecoTracker/ConversionSeedGenerators/plugins/SeedForPhotonConversionFromQuadruplets.h", + "RecoTracker/ConversionSeedGenerators/python/PhotonConversionTrajectorySeedProducerFromQuadruplets_cfi.py", + "RecoTracker/ConversionSeedGenerators/python/PhotonConversionTrajectorySeedProducerFromSingleLeg_cfi.py", + "RecoTracker/DisplacedRegionalTracking/plugins/DisplacedRegionSeedingVertexProducer.cc", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-10mu-fulldet-build-extrectracks.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-10mu-fulldet-build.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-benchmarks-multiiter.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-ttbar-fulldet-build-extrectracks.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-ttbar-fulldet-build.sh", + "RecoTracker/MkFitCore/standalone/xeon_scripts/benchmark-cmssw-ttbar-fulldet-build-remote.sh", + "RecoTracker/MkFitCore/standalone/xeon_scripts/benchmark-cmssw-ttbar-fulldet-build.sh", + "RecoTracker/PixelLowPtUtilities/interface/StripSubClusterShapeTrajectoryFilter.h", + "RecoTracker/PixelLowPtUtilities/python/StripSubClusterShapeTrajectoryFilter_cfi.py", + "RecoTracker/PixelSeeding/interface/HitTripletGeneratorFromPairAndLayersFactory.h", + "RecoTracker/PixelTrackFitting/plugins/PixelFitterByConformalMappingAndLineProducer.cc", + "RecoTracker/PixelTrackFitting/plugins/PixelTrackCleanerBySharedHitsESProducer.cc", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForBeamHalo_cff.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForBeamHalo_cfi.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsP5_cff.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cff.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cfi.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmics_cfi.py", + "RecoTracker/TkMSParametrization/interface/MultipleScatteringParametrisationMaker.h", + "RecoTracker/TkMSParametrization/plugins/MultipleScatteringParametrisationMakerESProducer.cc", + "RecoTracker/TkMSParametrization/src/ES_MultipleScatteringParametrisationMaker.cc", + "RecoTracker/TkSeedGenerator/interface/MultiHitGeneratorFromPairAndLayersFactory.h", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsStraightLineCreator.cc", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsStraightLineCreator.h", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsTripletOnlyCreator.cc", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsTripletOnlyCreator.h", + "RecoTracker/TkSeedGenerator/python/SeedFromConsecutiveHitsStraightLineCreator_cfi.py", + "RecoTracker/TkSeedGenerator/python/SeedFromConsecutiveHitsTripletOnlyCreator_cfi.py", + "RecoTracker/TkSeedGenerator/python/SeedGeneratorFromProtoTracksEDProducer_cff.py", + "RecoTracker/TkSeedGenerator/python/SeedGeneratorFromRegionHitsEDProducer_cfi.py", + "RecoTracker/TkSeedGenerator/python/seedCreatorFromRegionConsecutiveHitsEDProducer_cff.py", + "RecoTracker/TkSeedGenerator/python/seedCreatorFromRegionConsecutiveHitsTripletOnlyEDProducer_cff.py", + "RecoTracker/TkSeedingLayers/python/PixelLessLayerPairs4PixelLessTracking_cfi.py", + "RecoTracker/TkSeedingLayers/python/TTRHBuilderWithoutAngle4MixedTriplets_cfi.py", + "RecoTracker/TkSeedingLayers/python/TTRHBuilderWithoutAngle4PixelTriplets_cfi.py", + "RecoTracker/TkTrackingRegions/interface/GlobalTrackingRegionProducerFromBeamSpot.h", + "RecoTracker/TkTrackingRegions/plugins/CandidatePointSeededTrackingRegionsProducer.h", + "RecoTracker/TkTrackingRegions/plugins/GlobalTrackingRegionWithVerticesProducer.h", + "RecoTracker/TkTrackingRegions/plugins/PixelInactiveAreaTrackingRegionsSeedingLayersProducer.cc", + "RecoTracker/TransientTrackingRecHit/interface/TkTransientTrackingRecHitBuilder.h", + "RecoTracker/TransientTrackingRecHit/plugins/TkTransientTrackingRecHitBuilderESProducer.cc", + "RecoTracker/TransientTrackingRecHit/python/TransientTrackingRecHitBuilderWithoutRefit_cfi.py", + "RecoTracker/TransientTrackingRecHit/python/TransientTrackingRecHitBuilder_cfi.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsEarly10TeVCollision_cff.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsEarly10TeVCollision_cfi.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsNominalCollision_cff.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsNominalCollision_cfi.py", + "RecoVertex/ConfigurableVertexReco/interface/ConfigurableAdaptiveReconstructor.h", + "RecoVertex/GaussianSumVertexFit/interface/GsfVertexTrackCompatibilityEstimator.h", + "RecoVertex/KinematicFitPrimitives/interface/ExtendedPerigeeTrajectoryParameters.h", + "RecoVertex/KinematicFitPrimitives/interface/KinematicParticleFactoryFromTransientTrack.h", + "RecoVertex/KinematicFitPrimitives/interface/ParticleKinematicLinearizedTrackState.h", + "RecoVertex/KinematicFitPrimitives/interface/ParticleKinematicLinearizedTrackStateFactory.h", + "RecoVertex/KinematicFitPrimitives/interface/TransientTrackKinematicStateBuilder.h", + "RecoVertex/KinematicFitPrimitives/src/KinematicParticleFactoryFromTransientTrack.cc", + "RecoVertex/KinematicFitPrimitives/src/ParticleKinematicLinearizedTrackStateFactory.cc", + "RecoVertex/LinearizationPointFinders/interface/CrossingPtBasedLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/interface/DefaultLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/interface/FallbackLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/interface/SubsetHSMLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/src/CrossingPtBasedLinearizationPointFinder.cc", + "RecoVertex/PixelVertexFinding/plugins/alpaka/PixelVertexWorkSpaceSoADeviceAlpaka.h", + "RecoVertex/PrimaryVertexProducer/interface/AdaptiveChisquarePrimaryVertexFitter.h", + "RecoVertex/PrimaryVertexProducer/interface/SequentialPrimaryVertexFitterAdapter.h", + "RecoVertex/PrimaryVertexProducer/python/OfflinePrimaryVerticesFromCosmicTracks_cfi.py", + "RecoVertex/TrimmedKalmanVertexFinder/interface/ConfigurableTrimmedVertexFinder.h", + "SLHCUpgradeSimulations/Geometry/data/PhaseI/EmptyPixelSkimmedGeometry_phase1.txt", + "SLHCUpgradeSimulations/Geometry/data/PhaseII/Tilted/EmptyPixelSkimmedGeometry.txt", + "SimCalorimetry/Configuration/python/SimCalorimetry_EcalSelectiveReadoutProducers_setBeamcom09_cff.py", + "SimCalorimetry/EcalEBTrigPrimAlgos/interface/EcalEBPhase2AmplitudeReconstructor.h", + "SimCalorimetry/EcalEBTrigPrimProducers/plugins/EcalEBTrigPrimPhase2ESProducer.cc", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitiveDigis_cff.py", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitiveDigis_cfi.py", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitivePhase2Digis_cfi.py", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitivePhase2ESProducer_cfi.py", + "SimCalorimetry/EcalElectronicsEmulation/python/EcalElecEmulTccOnlyExample_cfg.py", + "SimCalorimetry/EcalSelectiveReadoutAlgos/interface/EcalSelectiveReadoutSuppressor.h", + "SimCalorimetry/EcalSelectiveReadoutProducers/interface/namespace_ecalsrcondtools.h", + "SimCalorimetry/EcalSelectiveReadoutProducers/plugins/EcalSelectiveReadoutProducer.cc", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTrigPrimESProducer_craft_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_CosmicsConfiguration_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_barrelOnly_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_craft_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_craft_cfi.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_mc_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_mc_cfi.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_readDBOffline_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_readDBOffline_cfi.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_with_suppressed_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_with_suppressed_cfi.py", + "SimCalorimetry/EcalZeroSuppressionProducers/doc/EcalZeroSuppressionProducers.doc", + "SimCalorimetry/EcalZeroSuppressionProducers/interface/ESZeroSuppressionProducer.h", + "SimCalorimetry/EcalZeroSuppressionProducers/interface/EcalZeroSuppressionProducer.h", + "SimCalorimetry/EcalZeroSuppressionProducers/python/ecalGlobalZeroSuppression_cfi.py", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllHitToTracksterAssociatorsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllLayerClusterToTracksterAssociatorsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllTracksterToSimTracksterAssociatorsByHitsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllTracksterToSimTracksterAssociatorsByLCsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToLayerClusterAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToLayerClusterAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToSimClusterCaloParticleAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToSimClusterCaloParticleAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToTracksterAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToTracksterAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorEDProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/SimClusterToCaloParticleAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/SimClusterToCaloParticleAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorEDProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorEDProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/python/HitToTracksterAssociation_cfi.py", + "SimCalorimetry/HGCalAssociatorProducers/python/SimClusterToCaloParticleAssociation_cfi.py", + "SimCalorimetry/HGCalAssociatorProducers/python/TSToSimTSAssociationByHits_cfi.py", + "SimCalorimetry/HGCalSimProducers/data/doseParams_3000fb_fluka_HFNose_3.7.20.12_Eta2.4.txt", + "SimCalorimetry/HcalZeroSuppressionProducers/doc/HcalZeroSuppressionProducers.doc", + "SimCalorimetry/HcalZeroSuppressionProducers/interface/HcalZeroSuppressionAlgo.h", + "SimCalorimetry/HcalZeroSuppressionProducers/python/NoHcalZeroSuppression_cff.py", + "SimCalorimetry/HcalZeroSuppressionProducers/python/hcalDigisNoSuppression_cfi.py", + "SimDataFormats/Associations/interface/LayerClusterToCaloParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/LayerClusterToSimClusterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/LayerClusterToSimTracksterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociationMap.h", + "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociator.h", + "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MtdSimLayerClusterToRecoClusterAssociationMap.h", + "SimDataFormats/Associations/interface/MtdSimLayerClusterToTPAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MultiClusterToCaloParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MuonToTrackingParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TrackToTrackingParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TracksterToSimClusterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TracksterToSimTracksterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TracksterToSimTracksterHitLCAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/VertexToTrackingVertexAssociatorBaseImpl.h", + "SimDataFormats/Associations/src/LayerClusterToCaloParticleAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/LayerClusterToSimTracksterAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/MtdRecoClusterToSimLayerClusterAssociationMap.cc", + "SimDataFormats/Associations/src/MtdRecoClusterToSimLayerClusterAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/MtdSimLayerClusterToRecoClusterAssociationMap.cc", + "SimDataFormats/Associations/src/MultiClusterToCaloParticleAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/TracksterToSimTracksterHitLCAssociatorBaseImpl.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.h", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsProducer.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorEDProducer.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdImpl.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdImpl.h", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdProducer.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorEDProducer.cc", + "SimFastTiming/MtdAssociatorProducers/python/mtdRecoClusterToSimLayerClusterAssociation_cfi.py", + "SimFastTiming/MtdAssociatorProducers/python/mtdSimLayerClusterToTPAssociation_cfi.py", + "SimGeneral/Configuration/python/RunsAndWeights_Run2018_Equal_Lumi_Integer_Weights.py", + "SimGeneral/DataMixingModule/python/supplementary/DigiRecoExampleMC_STARTUP_cfg.py", + "SimGeneral/DataMixingModule/python/supplementary/ReconstructionLocalCosmics_cff.py", + "SimGeneral/DataMixingModule/python/supplementary/recoT0DQM_EvContent_40T_digiOnly_cfg.py", + "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_11h_8h_hybrid2p40_cfi.py", + "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_12p5h_9h_hybrid2p23_cfi.py", + "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_14h_10h_hybrid2p05_cfi.py", + "SimGeneral/MixingModule/python/Run3_2025_LHC_Simulation_fill12p5h_levelling9h_nb2340_xSec80mb_il2p23_cfi.py", + "SimGeneral/MixingModule/python/mix_2012_Summer_50ns_PoissonOOTPU_ExtWind_cfi.py", + "SimGeneral/MixingModule/python/mix_2012_lumiLevel_15_20_50ns_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2015_25nsLowPU_matchData_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2015_25ns_FallMC_matchData_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2016_25ns_SpringMC_PUScenarioV1_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2016_PoissonOOTPU_HighPUTrains_Fill5412_cfi.py", + "SimGeneral/MixingModule/python/mix_2017_25ns_WinterMC_PUScenarioV1_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2018_25ns_JuneProjectionFull18_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2018_25ns_ProjectedPileup_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2022_25ns_RunIII2022Summer24_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2023_25ns_RunIII2023Summer24_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2023_Fills_8807_8901_ProjectedPileup_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2024_25ns_RunIII2024Summer24_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_E7TeV_Fall2011_Reprocess_50ns_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_25ns_PoissonOOT_cfi.py", + "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_50ns_PoissonOOT.py", + "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_inTimeOnly_cfi.py", + "SimGeneral/TrackingAnalysis/python/trackingParticleNumberOfLayersProducer_cff.py", + "SimTracker/TrackAssociation/python/trackingParticleRecoTrackAsssociation_cff.py", + "SimTracker/TrackAssociation/python/trackingParticleRecoTrackAsssociation_cfi.py", + "SimTracker/TrackAssociatorProducers/plugins/QuickTrackAssociatorByHitsProducer.cc", + "SimTracker/TrackAssociatorProducers/plugins/TrackAssociatorByPositionProducer.cc", + "SimTracker/TrackerMaterialAnalysis/data/dd4hep_trackingMaterialGroups_ForPhaseII.xml", + "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseI/v1/trackingMaterialGroups_ForPhaseI.xml", + "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseII/v1/trackingMaterialGroups_ForPhaseII.xml", + "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseII/v2/trackingMaterialGroups_ForPhaseII.xml", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_ListGroupsMaterialDifference.h", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_MaterialAccountingGroup.cc", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_MaterialAccountingGroup.h", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialAnalyser.cc", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialAnalyser.h", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialPlotter.cc", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialPlotter.h", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHFNosePhaseII_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHGCalPhaseII_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHGCalPhaseII_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseII_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseII_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseI_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseI_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialProducerHFNose_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialProducerHFNose_cfi.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialAnalyser_ForHFNosePhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialAnalyser_ForHGCalPhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForHFNosePhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForHGCalPhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForPhaseI.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForPhaseII.py", + "SimTracker/VertexAssociation/plugins/VertexAssociatorByPositionAndTracksProducer.cc", + "SimTransport/TotemRPProtonTransportParametrization/interface/LHCOpticsApproximator.h", + "SimTransport/TotemRPProtonTransportParametrization/src/LHCOpticsApproximator.cc", + "TopQuarkAnalysis/TopEventProducers/python/producers/TtDilepEvtSolProducer_cfi.py", + "TopQuarkAnalysis/TopEventProducers/python/producers/TtSemiEvtSolProducer_cfi.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttFullHadEvtHypotheses_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttFullLepEvtHypotheses_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepEvtHypotheses_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepKinematicFit_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepMVASelection_cff.py", + "TopQuarkAnalysis/TopEventSelection/data/TtFullHadSignalSelMVATrainTreeSaver.xml", + "TopQuarkAnalysis/TopEventSelection/data/TtSemiLepSignalSelMVATrainTreeSaver.xml", + "TopQuarkAnalysis/TopEventSelection/python/TtFullHadSignalSelMVATrainTreeSaver_cff.py", + "TopQuarkAnalysis/TopEventSelection/python/TtSemiLepSignalSelMVATrainTreeSaver_cff.py", + "TopQuarkAnalysis/TopJetCombination/plugins/TtSemiLepJetCombWMassDeltaTopMass.cc", + "TopQuarkAnalysis/TopJetCombination/python/TtSemiLepJetCombMVATrainTreeSaver_cff.py", + "TopQuarkAnalysis/TopJetCombination/python/TtSemiLepJetCombWMassDeltaTopMass_cfi.py", + "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Fall11_cff.py", + "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Spring10_cff.py", + "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Summer11_cff.py", + "TrackPropagation/SteppingHelixPropagator/plugins/SteppingHelixPropagatorESProducer.cc", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorAlong_cfi.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorAny_cfi.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorHLT_cff.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorOpposite_cfi.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorsNoErrorPropagation_cff.py", + "TrackPropagation/SteppingHelixPropagator/test/SteppingHelixPropagatorAnalyzer.cc", + "TrackingTools/GeomPropagators/interface/AnalyticalTrajectoryExtrapolatorToLine.h", + "TrackingTools/KalmanUpdators/python/MRHChi2MeasurementEstimatorESProducer_cfi.py", + "TrackingTools/MaterialEffects/python/RungeKuttaTrackerPropagatorOpposite_cfi.py", + "TrackingTools/PatternTools/interface/trackingParametersAtClosestApproachToBeamSpot.h", + "TrackingTools/PatternTools/src/trackingParametersAtClosestApproachToBeamSpot.cc", + "TrackingTools/TrajectoryFiltering/interface/ChargeSignificanceTrajectoryFilter.h", + "TrackingTools/TrajectoryFiltering/interface/MaxConsecLostHitsTrajectoryFilter.h", + "TrackingTools/TrajectoryParametrization/interface/CurvilinearTrajectoryParameters.h", + "TrackingTools/TrajectoryParametrization/interface/PerigeeTrajectoryParameters.h", + "TrackingTools/TransientTrackingRecHit/interface/GenericTransientTrackingRecHit.h", + "TrackingTools/TransientTrackingRecHit/interface/TransientTrackingRecHitBuilder.h", + "Utilities/ReleaseScripts/ignominy/config/IgnominyCommon/IgGNUPlotTemplate_CMS.gnu", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_baseline.json", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_newClass.json", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_removeClass.json", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_versionUpdate.json", + "Utilities/StorageFactory/test/test_multiple_files_file_statistics_sender_cfg.py", + "Validation/CTPPS/python/ctppsProtonReconstructionEfficiencyEstimatorData_cfi.py", + "Validation/CaloTowers/test/runNoise_valid_simhits_digis_rechits_calotowers_ZS_cfg.py", + "Validation/HGCalValidation/test/python/testValidationHGCalTrigPrim_RelVal_cfg.py", + "Validation/RecoEgamma/python/ElectronMcSignalValidatorPt1000_gedGsfElectrons_cfi.py", + "Validation/RecoEgamma/test/ElectronMcSignalValidationPt1000_gedGsfElectrons_cfg.py", + "Validation/SiPixelPhase1ConfigV/python/SiPixelPhase1OfflineDQM_harvestingV_cff.py", + "Validation/SiPixelPhase1TrackClustersV/python/SiPixelPhase1TrackClustersV_cfi.py", + "Validation/SiPixelPhase1TrackingParticleV/interface/SiPixelPhase1TrackingParticleV.h", + "Validation/SiPixelPhase1TrackingParticleV/python/SiPixelPhase1TrackingParticleV_cfi.py", + "Validation/SiPixelPhase1TrackingParticleV/src/SiPixelPhase1TrackingParticleV.cc" + ], + "squashed": false, + "time": 1746011094 + } + }, + "emoji": { + "2841961878": "+1" + }, + "last_seen_sha": "c23099c7377123b6de7fafa7a486b20b18d54f7e", + "signatures": {} + } + } +] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_read_split_cache.json b/tests/PRActionData/TestProcessPr.test_read_split_cache.json new file mode 100644 index 00000000000..cff2285bfb2 --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_read_split_cache.json @@ -0,0 +1,12421 @@ +[ + { + "type": "load-bot-cache", + "data": { + "commits": { + "83b3c3b197c3652a506a6146ba1bf63847d1b516": { + "files": [ + "Alignment/APEEstimation/python/samples/Data_TkAlMinBias_Run2018C_PromptReco_v3_cff.py", + "Alignment/APEEstimation/python/samples/Data_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py", + "Alignment/APEEstimation/python/samples/Data_TkAlZMuMu_Run2015B_DoubleMuon_PromptReco_v1_cff.py", + "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_ApeSkim_cff.py", + "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_cff.py", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsEntry.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsStore.h", + "Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationPluginFactory.h", + "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorTracksFromTrajectories.cc", + "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorMuonResidualsDefaults_cff.py", + "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorSegmentDifferences_cfi.py", + "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentDerivativesExtractor.h", + "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/KarimakiAlignmentDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/ParametersToParametersDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters4D.h", + "Alignment/CommonAlignmentParametrization/interface/SegmentAlignmentDerivatives4D.h", + "Alignment/CommonAlignmentParametrization/interface/TwoBowedSurfacesAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/src/BowedSurfaceAlignmentDerivatives.cc", + "Alignment/CommonAlignmentParametrization/src/CompositeAlignmentDerivativesExtractor.cc", + "Alignment/CommonAlignmentParametrization/src/ParametersToParametersDerivatives.cc", + "Alignment/CommonAlignmentParametrization/src/TwoBowedSurfacesAlignmentParameters.cc", + "Alignment/CommonAlignmentProducer/interface/AlignmentTracksFromVertexCompositeCandidateSelector.h", + "Alignment/CommonAlignmentProducer/interface/AlignmentTwoBodyDecayTrackSelector.h", + "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexCompositeCandidateSelectorModule.cc", + "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexSelectorModule.cc", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHaloOverlaps_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlCalIsolatedMu_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmics_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlStandAloneCosmics_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli0T_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGCombined_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGDiMuon_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGCombined_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGDiMuon_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHG_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLT_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsInCollisions_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlDiMuonAndVertex_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracksZMuMu_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedHI_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedPA_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuHI_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuPA_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHGCombined_cff.py", + "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHLTHGCombined_cff.py", + "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexCompositeCandidateSelector_cfi.py", + "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexSelector_cfi.py", + "Alignment/CommonAlignmentProducer/src/AlignmentTracksFromVertexCompositeCandidateSelector.cc", + "Alignment/LaserAlignment/python/ExpectedCorrectionsShiftsAndRotationsTEC2TEC_cfi.py", + "Alignment/MillePedeAlignmentAlgorithm/plugins/ZMuMuMassConstraintParameterFinder.cc", + "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/ConfigureAlignmentProducer.py", + "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/myMessageLogger_cff.py", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/README.md", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/printParameters.C", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/submit_jobs.sh", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/zmumudistribution_cfg.py", + "Alignment/MillePedeAlignmentAlgorithm/test/test_ZMuMuMassConstraintParameterFinder.sh", + "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOct2010holes.phipos", + "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_diskfitters_cff.py", + "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_ringfitters_cff.py", + "Alignment/MuonAlignmentAlgorithms/test/test_CSCOverlapsAlignmentAlgorithm_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/PixelBaryCentreAnalyzer_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/condorTemplate.submit", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/executableTemplate.sh", + "Alignment/OfflineValidation/test/examples/PV_alignments_multiple_merge_jobs.yaml", + "Alignment/OfflineValidation/test/examples/jetHtAnalysis_fullExampleConfiguration.json", + "Alignment/OfflineValidation/test/examples/jetHtFilesForRun2018A_first100files.txt", + "Alignment/OfflineValidation/test/testingScripts/test_unitSagittaBiasNtuplizer.sh", + "Alignment/TrackerAlignment/scripts/TkAlCaRecoPrescaling.ALCARECOTkAlCosmics0T.tpl", + "Alignment/TrackerAlignment/test/Misalignments/createRandomlyMisalignedGeometry_Phase2_cfg.py", + "Alignment/TrackerAlignment/test/Misalignments/createRandomlyMisalignedGeometry_cfg.py", + "AnalysisAlgos/SiStripClusterInfoProducer/plugins/SiStripProcessedRawDigiProducer.cc", + "AnalysisAlgos/SiStripClusterInfoProducer/python/SiStripProcessedRawDigiProducer_SimData_cfi.py", + "AnalysisAlgos/SiStripClusterInfoProducer/python/SiStripProcessedRawDigiProducer_cfi.py", + "CalibCalorimetry/EcalCorrectionModules/src/EcalGlobalShowerContainmentCorrectionsVsEtaESProducer.cc", + "CalibCalorimetry/EcalCorrectionModules/src/EcalShowerContainmentCorrectionsESProducer.cc", + "CalibCalorimetry/EcalCorrectionModules/test/stubs/EcalContainmentCorrectionAnalyzer.cc", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/doc/EcalCorrelatedNoiseAnalysisAlgos.doc", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/test/EcnaCalculationsExample.cc", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R175975_1_0_150_Dee0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R175975_1_0_150_SM0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R178231_1_0_150_Dee0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_1.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2_data.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2_simul.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_3.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanLSFJOBReports", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanPythonFiles", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanSubmissionScripts", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160077", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160994", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160998", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161016", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161020", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161311", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R162517", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R162811", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R170298", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R175975", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R178231", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_ideal.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_ideal_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_startup_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_ideal_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_startup_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_ideal_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_startup_prep.py", + "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv4_128_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv6_transparency_spikekill_2016_script.py", + "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv6_transparency_spikekill_2016_script_270062.py", + "CalibCalorimetry/EcalTrivialCondModules/interface/EcalTrivialConditionRetriever.h", + "CalibCalorimetry/EcalTrivialCondModules/python/EcalTrivialCondRetrieverTB_cfi.py", + "CalibMuon/DTCalibration/python/dt_offlineAnalysis_common_cosmics_vDriftSeg_cff.py", + "CalibPPS/AlignmentGlobal/python/ALCARECOPromptCalibProdPPSAlignment_Output_cff.py", + "CalibPPS/ESProducers/interface/CTPPSRPAlignmentCorrectionsDataESSourceXMLCommon.h", + "CalibPPS/TimingCalibration/plugins/PPSDiamondSampicTimingCalibrationPCLHarvester.cc", + "CalibPPS/TimingCalibration/plugins/PPSDiamondSampicTimingCalibrationPCLWorker.cc", + "CalibPPS/TimingCalibration/python/ALCARECOPPSDiamondSampicTimingCalibHarvester_cff.py", + "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_Output_cff.py", + "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_cff.py", + "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSTimingCalib_Output_cff.py", + "CalibTracker/Configuration/python/SiPixelCabling/SiPixelCabling_Frontier_DevDB_cff.py", + "CalibTracker/Configuration/python/SiPixelCabling/SiPixelCabling_Frontier_IntDB_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Fake_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_DevDB_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_IntDB_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_cff.py", + "CalibTracker/Configuration/python/SiStripLorentzAngle/SiStripLorentzAngle_Fake_cff.py", + "CalibTracker/Configuration/python/SiStripLorentzAngle/SiStripLorentzAngle_Frontier_cff.py", + "CalibTracker/Configuration/python/SiStripNoise/SiStripNoise_Fake_APVModeDec_cff.py", + "CalibTracker/Configuration/python/SiStripNoise/SiStripNoise_Fake_APVModePeak_cff.py", + "CalibTracker/Configuration/python/TrackerAlignment/TrackerAlignment_Frontier_cff.py", + "CalibTracker/Configuration/python/Tracker_DependentRecords_forGlobalTag_nofakes_cff.py", + "CalibTracker/SiPhase2TrackerESProducers/interface/SiPhase2OuterTrackerFakeLorentzAngleESSource.h", + "CalibTracker/SiPhase2TrackerESProducers/plugins/SiPhase2BadStripConfigurableFakeESSource.cc", + "CalibTracker/SiPhase2TrackerESProducers/plugins/SiPhase2OuterTrackerFakeLorentzAngleESSource.cc", + "CalibTracker/SiPhase2TrackerESProducers/python/SiPhase2OuterTrackerFakeLorentzAngleESSource_cfi.py", + "CalibTracker/SiPixelConnectivity/plugins/PixelToFEDAssociateFromAsciiESProducer.cc", + "CalibTracker/SiPixelConnectivity/plugins/PixelToFEDAssociateFromAsciiESProducer.h", + "CalibTracker/SiPixelConnectivity/plugins/PixelToLNKAssociateFromAsciiESProducer.cc", + "CalibTracker/SiPixelConnectivity/plugins/PixelToLNKAssociateFromAsciiESProducer.h", + "CalibTracker/SiPixelConnectivity/python/PixelToLNKAssociateFromAsciiESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationForHLTSimService.h", + "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationOfflineService.h", + "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationOfflineSimService.h", + "CalibTracker/SiPixelESProducers/plugins/SiPixelGainCalibrationForHLTGPUESProducer.cc", + "CalibTracker/SiPixelESProducers/plugins/SiPixelROCsStatusAndMappingWrapperESProducer.cc", + "CalibTracker/SiPixelESProducers/plugins/alpaka/SiPixelGainCalibrationForHLTSoAESProducer.cc", + "CalibTracker/SiPixelESProducers/python/SiPixel2DTemplateDBObjectESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/python/SiPixelFakeGenErrorDBObjectESSource_cfi.py", + "CalibTracker/SiPixelESProducers/python/SiPixelFakeTemplateDBObjectESSource_cfi.py", + "CalibTracker/SiPixelESProducers/python/siPixelQualityForDigitizerESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/python/siPixelQualityForRawToDigiESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/test/PixelFEDChannelCollectionMapTestReader_cfg.py", + "CalibTracker/SiPixelGainCalibration/python/SiPixelGainCalibrationAnalysis_cfi.py", + "CalibTracker/SiPixelGainCalibration/test/SimpleTestPrintOutPixelCalibAnalyzer.cc", + "CalibTracker/SiPixelLorentzAngle/interface/SiPixelLorentzAngleCalibrationStruct.h", + "CalibTracker/SiPixelLorentzAngle/python/ALCARECOSiPixelLorentzAngle_Output_cff.py", + "CalibTracker/SiPixelLorentzAngle/python/SiPixelLorentzAnglePCLHarvesterMCS_cfi.py", + "CalibTracker/SiPixelLorentzAngle/test/calculateLorentzAngleFromClusterSizeFpix.C", + "CalibTracker/SiPixelSCurveCalibration/interface/SiPixelSCurveCalibrationAnalysis.h", + "CalibTracker/SiPixelSCurveCalibration/python/SiPixelSCurveCalibrationAnalysis_cfi.py", + "CalibTracker/SiStripChannelGain/test/CodeExample/produceCalibrationTree_cfg_OnBatch.py", + "CalibTracker/SiStripChannelGain/test/Cosmic_B38/SiStrip_ChannelGain_Cosmic_Craft.db", + "CalibTracker/SiStripChannelGain/test/UsefullCode/Comparison/MakeChargeDistribution.C", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/MakeAsciiFileFromTree.C", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/MakeAsciiFileFromTree.sh", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/PredictedVsObserved.C", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/PredictedVsObserved.sh", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/ProducePayloadFromASCII_cfg.py", + "CalibTracker/SiStripChannelGain/test/UsefullCode/TimeHistory/MakeChargeDistribution.C", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/produceCalibrationTree_CosmicsLABP_cfg.py", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/produceCalibrationTree_template_cfg.py", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/submitCalibTree/__init__.py", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/submitCalibTree/launchJobs.py", + "CalibTracker/SiStripDCS/test/DetVOffReaderDebug__FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", + "CalibTracker/SiStripDCS/test/HV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", + "CalibTracker/SiStripDCS/test/LV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", + "CalibTracker/SiStripESProducers/plugins/DBWriter/SiStripFedCablingManipulator.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripBackPlaneCorrectionFakeESSource.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripBadModuleConfigurableFakeESSource.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripNoiseNormalizedWithApvGainBuilder.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripNoiseNormalizedWithApvGainBuilder.h", + "CalibTracker/SiStripESProducers/plugins/real/SiStripApvSimulationParametersESProducer.cc", + "CalibTracker/SiStripESProducers/plugins/real/SiStripBackPlaneCorrectionDepESProducer.cc", + "CalibTracker/SiStripESProducers/plugins/real/SiStripLorentzAngleDepESProducer.cc", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripApvGainDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBackPlaneCorrectionDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadChannelDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadFiberDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadModuleDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadStripDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadStripFromQualityDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBaseDelayDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripConfObjectDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripDetVOffDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripFedCablingDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripFedCablingManipulator_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripLatencyDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripLorentzAngleDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripNoisesDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripPedestalsDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripThresholdDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/SiStripBackPlaneCorrectionDepESProducer_cfi.py", + "CalibTracker/SiStripESProducers/python/SiStripHashedDetIdESProducerFromGeom_cfi.py", + "CalibTracker/SiStripESProducers/python/SiStripQualityConfigurableFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/Phase2TrackerConfigurableCablingESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripBackPlaneCorrectionFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripBadChannelFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripBadModuleConfigurableFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripConfObjectFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripFedCablingFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripLorentzAngleFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripApvGain_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBackPlaneCorrection_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadChannel_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadFiber_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadModule_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBaseDelay_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripClusterThreshold_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripConfObject_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripDetVOff_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripFedCabling_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripLatency_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripLorentzAngle_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_DecMode_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_PeakMode_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripPedestals_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripThreshold_cfg.py", + "CalibTracker/SiStripESProducers/test/python/SiStripBadAPVListBuilder_byHand_cfg.py", + "CalibTracker/SiStripESProducers/test/python/SiStripBadComponentBuilder_byHand_cfg.py", + "CalibTracker/SiStripESProducers/test/python/SiStripNoiseNormalizedWithApvGainBuilder_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripBackPlaneCorrectionDepDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripBackPlaneCorrectionDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripClusterThresholdDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleDepDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleSimDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_firstIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_secondIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_firstIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_secondIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_merge_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/read_DummyCondDBWriter_SiStripQuality_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/run.sh", + "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromBadModuleConfigurableFakeESSource_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromBadStripFakeESSource_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromQualityFakeESSource_cfg.py", + "CalibTracker/SiStripLorentzAngle/interface/SiStripLorentzAngleCalibrationHelpers.h", + "CalibTracker/SiStripLorentzAngle/interface/SiStripLorentzAngleCalibrationStruct.h", + "CalibTracker/SiStripLorentzAngle/test/step_PromptCalibProdSiStripLA_ALCAHARVEST_cfg.py", + "CalibTracker/SiStripQuality/interface/SiStripBadAPVAlgorithmFromClusterOccupancy.h", + "CalibTracker/SiStripQuality/interface/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.h", + "CalibTracker/SiStripQuality/interface/SiStripHotStripAlgorithmFromClusterOccupancy.h", + "CalibTracker/SiStripQuality/src/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.cc", + "CalibTracker/SiStripQuality/test/cfg/StudyExample/SiStripQualityStatistics_Cabling_cfg.py", + "CalibTracker/SiStripQuality/test/cfg/StudyExample/SiStripQualityStatistics_singleTag_cfg.py", + "CalibTracker/SiStripQuality/test/cfg/makeMergeBadComponentPayload_example_cfg.py", + "CalibTracker/StandaloneTrackerTopology/test/testStandaloneTrackerTopology_cfg.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalCalIsolElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalRecalIsolElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalTestPulsesRaw_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalUncalIsolElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOZeeMCEcalCalElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOZeeMC_plus_HLT_EcalCalElectron_Output_cff.py", + "Calibration/EcalCalibAlgos/python/ALCARECOPromptCalibProdEcalPedestals_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalGammaJetFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonProducerFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonProducerFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonProducerFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonProducerFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilterNoHLT_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilterNoHLT_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkNoHLT_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkProducerFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkProducerFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsolatedBunchSelector_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsolatedBunchSelector_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIterativePhiSym_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalLowPUHBHEMuonFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalLowPUHBHEMuonFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/test/HCalCalPedestal_ALCA_run251252_Run2015B_data.py", + "Calibration/HcalCalibAlgos/test/python/gammaJetAnalysis_data2012_noGJetProd_cfg.py", + "Calibration/HcalIsolatedTrackReco/plugins/EcalIsolatedParticleCandidateProducer.cc", + "Calibration/HcalIsolatedTrackReco/plugins/IsolatedEcalPixelTrackCandidateProducer.cc", + "Calibration/HcalIsolatedTrackReco/plugins/IsolatedPixelTrackCandidateL1TProducer.cc", + "Calibration/HcalIsolatedTrackReco/plugins/IsolatedPixelTrackCandidateProducer.cc", + "Calibration/IsolatedParticles/test/python/proto_runIsolatedParticlesGeneratedJets_cfg.py", + "Calibration/IsolatedParticles/test/python/proto_runIsolatedTracksNxNNzsData_cfg.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOAlCaPCCRandomFromRECO_Output_cff.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOAlCaPCCZeroBiasFromRECO_Output_cff.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOLumiPixelsMinBias_Output_cff.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOPromptCalibProdLumiPCC_Output_cff.py", + "Calibration/TkAlCaRecoProducers/plugins/CalibrationTrackSelectorFromDetIdList.cc", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHPLowPU_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHPLowPU_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHP_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngle_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngle_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGainsAAG_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGainsAAG_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGains_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGains_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripHitEfficiency_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripHitEfficiency_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripLorentzAngle_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripLorentzAngle_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStrip_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuonLoose_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuonTight_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuon_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalCosmicsNano_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasAAGHI_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasAAG_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasHI_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalSmallBiasScan_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalZeroBiasHI_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/AlcaSiPixelLorentzAngleHarvesterMCS_cff.py", + "Calibration/TkAlCaRecoProducers/python/AlcaSiPixelLorentzAngleHarvesterMCS_cfi.py", + "Calibration/TkAlCaRecoProducers/python/CalibrationTrackSelectorFromDetIdList_cfi.py", + "CaloOnlineTools/HcalOnlineDb/interface/ConfigurationDatabaseStandardXMLParser.hh", + "CaloOnlineTools/HcalOnlineDb/test/HCAL_TRIG_PRIM_LOOKUP_TABLE.XMLloader.template", + "CaloOnlineTools/HcalOnlineDb/test/HCAL_TRIG_PRIM_LOOKUP_TABLE.checksums.template", + "CommonTools/ParticleFlow/python/Isolation/customiseEarlyDeleteForCandIsoDeposits.py", + "CommonTools/ParticleFlow/python/Isolation/electronPFIsolationDepositsPFBRECO_cff.py", + "CommonTools/ParticleFlow/python/Isolation/electronPFIsolationValuesPFBRECO_cff.py", + "CommonTools/ParticleFlow/python/Isolation/photonPFIsolationDepositsPFBRECO_cff.py", + "CommonTools/ParticleFlow/python/ParticleSelectors/pfAllNeutralHadronsAndPhotons_cfi.py", + "CommonTools/ParticleFlow/python/ParticleSelectors/pfPdgIdPFCandidateSelector_cfi.py", + "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_create_cfg.py", + "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_read_cfg.py", + "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_update_cfg.py", + "CondCore/AlignmentPlugins/plugins/TrackerAlignmentErrorExtended_PayloadInspector.cc", + "CondCore/AlignmentPlugins/plugins/TrackerSurfaceDeformations_PayloadInspector.cc", + "CondCore/CTPPSPlugins/plugins/CTPPSRPAlignmentCorrectionsData_PayloadInspector.cc", + "CondCore/DBOutputService/test/python/testIOVPayloadAnalyzer_example_oracle_cfg.py", + "CondCore/EcalPlugins/plugins/EcalClusterEnergyCorrectionObjectSpecificParameters_PayloadInspector.cc", + "CondCore/EcalPlugins/plugins/EcalClusterEnergyCorrectionParameters_PayloadInspector.cc", + "CondCore/EcalPlugins/plugins/EcalClusterEnergyUncertaintyParameters_PayloadInspector.cc", + "CondCore/EcalPlugins/plugins/EcalClusterLocalContCorrParameters_PayloadInspector.cc", + "CondCore/PCLConfigPlugins/plugins/SiPixelAliPCLThresholdsPayloadInspectorHelper.h", + "CondCore/SiPixelPlugins/plugins/SiPixelGainCalibrationForHLT_PayloadInspector.cc", + "CondCore/SiPixelPlugins/plugins/SiPixelGainCalibrationOffline_PayloadInspector.cc", + "CondFormats/CastorObjects/data/castor_channelquality_HighGain_Run141956-148844.txt", + "CondFormats/DataRecord/interface/EcalClusterEnergyCorrectionObjectSpecificParametersRcd.h", + "CondFormats/DataRecord/interface/EcalGlobalShowerContainmentCorrectionsVsEtaRcd.h", + "CondFormats/DataRecord/interface/HeterogeneousHGCalHEFCellPositionsConditionsRecord.h", + "CondFormats/DataRecord/src/EcalClusterEnergyCorrectionObjectSpecificParametersRcd.cc", + "CondFormats/DataRecord/src/HeterogeneousHGCalHEFCellPositionsConditionsRecord.cc", + "CondFormats/EcalCorrections/interface/EcalGlobalShowerContainmentCorrectionsVsEta.h", + "CondFormats/EcalCorrections/src/T_EventSetup_EcalGlobalShowerContainmentCorrectionsVsEta.cc", + "CondFormats/EcalCorrections/src/T_EventSetup_EcalShowerContainmentCorrections.cc", + "CondFormats/EcalObjects/interface/EcalClusterEnergyCorrectionObjectSpecificParameters.h", + "CondFormats/GeometryObjects/src/T_EventSetup_PTrackerAdditionalParametersPerDet.cc", + "CondFormats/HGCalObjects/interface/HeterogeneousHGCalHEFCellPositionsConditions.h", + "CondFormats/HGCalObjects/src/T_EventSetup_HeterogeneousHGCalHEFCellPositionsConditions.cc", + "CondFormats/HGCalObjects/src/alpaka/T_EventSetup_HGCalCalibrationParameterDevice.cc", + "CondFormats/JetMETObjects/test/run_TestCondFormatsJetMETObjectsJetCorrectorParameters.sh", + "CondFormats/PPSObjects/src/T_EventSetup_LHCInterpolatedOpticalFunctionsSetCollection.cc", + "CondFormats/PhysicsToolsObjects/interface/PerformancePayloadFromBinnedTFormula.h", + "CondFormats/SiPhase2TrackerObjects/src/T_EventSetup_SiPhase2OuterTrackerLorentzAngle.cc", + "CondFormats/SiPhase2TrackerObjects/src/T_EventSetup_TrackerDetToDTCELinkCablingMap.cc", + "CondFormats/SiPhase2TrackerObjects/test/testSerializationSiPhase2TrackerObjects.cpp", + "CondFormats/SiPixelObjects/interface/alpaka/SiPixelGainCalibrationForHLTDevice.h", + "CondFormats/SiPixelObjects/interface/alpaka/SiPixelGainCalibrationForHLTUtilities.h", + "CondFormats/SiPixelObjects/src/alpaka/T_EventSetup_SiPixelGainCalibrationForHLTDevice.cc", + "CondFormats/SiStripObjects/test/UnitTests/MasterTestCondFormatsSiStripObjects.cpp", + "CondTools/Ecal/interface/EcalClusterEnergyCorrectionObjectSpecificXMLTranslator.h", + "CondTools/Ecal/python/produceTPGParameters_beamv6_transparency_spikekill_2016_script.py", + "CondTools/Ecal/test/EcalIntercalibConstantsPopConBTransitionAnalyzer_test_cfg.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2023.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2024.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2025.py", + "Configuration/DataProcessing/python/Impl/trackingOnlyEra_Run2_2018_highBetaStar.py", + "Configuration/EcalTB/python/reco_application_2006rawdata_localTrivialreco_cfg.py", + "Configuration/Generator/python/B0ToJpsiK0s_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", + "Configuration/Generator/python/BuMixing_BMuonFilter_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/BuMixing_BMuonFilter_forSTEAM_14TeV_TuneCP5_cfi.py", + "Configuration/Generator/python/BuToJPsiPrimeKToJPsiPiPiK_14TeV_TuneCP5_pythia8_cfi.py", + "Configuration/Generator/python/BuToKstarPsi2S_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/Chib1PToUpsilon1SGamma_MuFilter_TuneCP5_14TeV-pythia8_evtgen_cfi.py", + "Configuration/Generator/python/ChicToJpsiGamma_MuFilter_TuneCP5_14TeV_pythia8_evtgen_cfi.py", + "Configuration/Generator/python/DStarToD0Pi_D0ToKsPiPi_inclusive_SoftQCD_TuneCP5_13p6TeV-pythia8-evtgen.py", + "Configuration/Generator/python/DYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cff.py", + "Configuration/Generator/python/DYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cff.py", + "Configuration/Generator/python/DYToll01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/DYToll012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/DYToll012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/DarkSUSY_mH_125_mN1_60_mGammaD_10_cT_10_Madgraph_LHE_13TeV_cfi.py", + "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_300_1000mm_TuneCUETP8M1_13TeV_pythia8_cff.py", + "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_13TeV_pythia8_cff.py", + "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_14TeV_pythia8_cff.py", + "Configuration/Generator/python/HSCPmchamp1_M_600_TuneZ2star_13TeV_pythia6_cff.py", + "Configuration/Generator/python/HTo2LongLivedTo4bMH-125_MFF-12_CTau-900mm_TuneCP5_14TeV_pythia8_cfi.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_EvtGen_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8withPhotospp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_powhegEmissionVeto2p_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_EvtGen_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8withPhotospp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max1j_max1p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_generic_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_ggHZZ4L_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto2p_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_2p_HToGG_M125_LHE_py8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToBB_M-125_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToZZ4nu_M-125_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraphamcatnlo_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraphamcatnlo_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_samePDF_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_samePDF_herwigpp_cff.py", + "Configuration/Generator/python/Herwig7Settings/Herwig7LHEMG5aMCatNLOSettings_cfi.py", + "Configuration/Generator/python/Herwig7Settings/Herwig7StableParticlesForDetector_cfi.py", + "Configuration/Generator/python/LambdaBToLambdaMuMuToPPiMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/LbToJpsiLambda_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", + "Configuration/Generator/python/LbToJpsiXiK0sPi_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP1DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP2DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP3DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP4DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5CR1Settings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5CR2Settings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5DownSettings_cfi.py", + "Configuration/Generator/python/QCD_Pt-15To7000_TuneCUETP8M1_Flat_14TeV-pythia8_cff.py", + "Configuration/Generator/python/QCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_13TeV_pythia8_cff.py", + "Configuration/Generator/python/QCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_14TeV_pythia8_cff.py", + "Configuration/Generator/python/QCD_Pt20toInf_MuEnrichedPt15_14TeV_TuneCP5_cff.py", + "Configuration/Generator/python/RS750_quarks_and_leptons_8TeV_TuneCUETP8M1_cff.py", + "Configuration/Generator/python/RSGravitonToGammaGamma_kMpl01_M_3000_TuneCUETP8M1_13TeV_pythia8_cfi.py", + "Configuration/Generator/python/ReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_ExtGen_cfi.py", + "Configuration/Generator/python/ReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_cfi.py", + "Configuration/Generator/python/SMS-Higgsino_mN2-170_mC1-160_mN1-150_HT60_TuneCP5_13TeV_pythia8_cfi.py", + "Configuration/Generator/python/SMS-T1tttt_mGl-1500_mLSP-100_13TeV-pythia8_cfi.py", + "Configuration/Generator/python/SMS-T1tttt_mGl-1500_mLSP-100_TuneCP5_14TeV_pythia8_cfi.py", + "Configuration/Generator/python/TTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/TTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cfi.py", + "Configuration/Generator/python/TTbarToDilepton_mt172p5_TuneCP5_14TeV_pythia8_cfi.py", + "Configuration/Generator/python/Upsilon1SToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/Upsilon4sBaBarExample_BpBm_Dstarpipi_D0Kpi_nonres_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/Upsilon4swithBuToKstarJPsiToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/WTolNu01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/WTolNu012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/WprimeToENu_M-2000_TuneCUETP8M1_13TeV-pythia8_cff.py", + "Configuration/Generator/python/ZTT_Tauola_All_hadronic_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_All_hadronic_14TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_ExtGen_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZmumuJets_Pt_20_300_GEN_13TeV_TuneCUETP8M1_cfg.py", + "Configuration/Generator/python/sherpa_ttbar_2j_MENLOPS_13TeV_MASTER_ExtGen_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryExtended2018FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2018FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2021FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2021FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2023FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2023FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2024FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2024FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2025FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2025FlatMinus10PercentReco_cff.py", + "Configuration/ProcessModifiers/python/ecal_component_finely_sampled_waveforms_cff.py", + "Configuration/ProcessModifiers/python/ticl_superclustering_mustache_ticl_cff.py", + "Configuration/ProcessModifiers/python/trackingMkFitDisplacedRegionalStep_cff.py", + "Configuration/ProcessModifiers/python/trackingMkFitInitialStepPreSplitting_cff.py", + "Configuration/ProcessModifiers/python/unifiedparticleTransformerAK4SonicTriton_cff.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p3_cfg.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p4_cfg.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch2_cfg.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch4_cfg.py", + "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p3_cfg.py", + "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p4_cfg.py", + "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess370patch2_cfg.py", + "Configuration/StandardSequences/python/SimulationRandomNumberGeneratorSeeds_cff.py", + "DPGAnalysis/SiStripTools/python/SiStripConfObjectAPVPhaseOffsetsFakeESSource_cfi.py", + "DPGAnalysis/SiStripTools/python/byclustsummsipixelvssistripmulteventfilter_cfi.py", + "DPGAnalysis/SiStripTools/python/configurableapvcyclephaseproducer_CRAFT08_cfi.py", + "DPGAnalysis/SiStripTools/python/configurableapvcyclephaseproducer_GR09_withdefault_cff.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_additionalpeak_AlCaReco_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_firstpeak_AlCaReco_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_firstpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_maxonly_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_secondpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_widerange_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_HugeEvents_AlCaReco_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_firstpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_maxonly_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_secondpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_widerange_cfi.py", + "DPGAnalysis/SiStripTools/python/occupancyplotsselections_pixelphase1_detailed_cff.py", + "DPGAnalysis/SiStripTools/test/CondDBWriter_SiStripConfObjectAPVPhaseOffsets_cfg.py", + "DPGAnalysis/Skims/data/Cert_13TeV_16Dec2015ReReco_Collisions15_25ns_50ns_JSON.txt", + "DPGAnalysis/Skims/data/Cert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON.txt", + "DPGAnalysis/Skims/data/Cert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON_MuonPhys.txt", + "DPGAnalysis/Skims/data/Cert_271036-274240_13TeV_PromptReco_Collisions16_JSON.txt", + "DQM/BeamMonitor/test/2012_PixelTracksVertices_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py", + "DQM/BeamMonitor/test/2012_PixelTracksVertices_Test_beamspotproblem_dqm_sourceclient-live_cfg.py", + "DQM/BeamMonitor/test/2012_ReducedTrackingSteps_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py", + "DQM/EcalPreshowerMonitorModule/python/EcalPreshowerMonitorTasks_withFEDIntegrity_cfi.py", + "DQM/SiPixelPhase1Config/test/pixelphase1_for_timing_scan_dqm_sourceclient-live_cfg.py", + "DQM/SiPixelPhase1Config/test/qTests/mean_num_digis_qualitytest_config_cosmics.xml", + "DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.cc", + "DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.h", + "DQM/SiStripCommissioningSources/python/SiStripCommissioningSource_FromEDM_cfg.py", + "DQM/SiStripCommissioningSources/python/SiStripCommissioningSource_FromRAW_cfg.py", + "DQM/SiStripMonitorApproximateCluster/plugins/SiStripMonitorApproximateCluster.cc", + "DQM/SiStripMonitorApproximateCluster/python/SiStripMonitorApproximateCluster_cfi.py", + "DQM/SiStripMonitorClient/data/sistrip_monitorelement_config_ped_cluster_digi.xml", + "DQM/SiStripMonitorClient/python/SiStripDQMSourceConfigOfflineGlobalRunCAF_cfi.py", + "DQM/SiStripMonitorSummary/scripts/MonitorDB_NewDirStructure_KeepTagLinks_generic.sh", + "DQM/SiStripMonitorSummary/scripts/MonitorDB_NewDirStructure_KeepTagLinks_generic_V2.sh", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_222222_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_2e83ff_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_454545_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_888888_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_cd0a0a_256x240.png", + "DQM/TrackingMonitorClient/python/TrackingEffFromHitPatternClientConfigZeroBias_cff.py", + "DQMOffline/CalibTracker/test/AnalyzeSeveralRuns_ExpressStreamWithDQMHarvesting_afs.sh", + "DQMOffline/CalibTracker/test/CRAFTCalib/SiStripDQMBadStripsValidationReReco.job", + "DQMOffline/CalibTracker/test/CRAFTCalib/SiStripDQMBadStripsValidationReReco_cfg.py", + "DQMOffline/CalibTracker/test/SiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py", + "DQMOffline/CalibTracker/test/template_SiStripQualityBadAPVIdentifierRoot_cfg.py", + "DQMOffline/CalibTracker/test/template_SiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py", + "DQMOffline/CalibTracker/test/template_SiStripQualityHotStripIdentifierRoot_cfg.py", + "DQMOffline/L1Trigger/test/runDQMOffline_step1NoRECO_justRate_L1TriggerOnly_job1_cfg.py", + "DataFormats/EcalRecHit/interface/alpaka/EcalUncalibratedRecHitDeviceCollection.h", + "DataFormats/L1ScoutingRawData/test/create_SDSRawDataCollection_test_file_cfg.py", + "DataFormats/ParticleFlowReco/interface/alpaka/PFRecHitFractionDeviceCollection.h", + "DataFormats/SiStripCluster/test/TestWriteSiStripApproximateClusterCollection.cc", + "DataFormats/SiStripCluster/test/create_SiStripApproximateClusterCollection_test_file_cfg.py", + "DataFormats/SiStripCluster/test/test_readSiStripApproximateClusterCollection_cfg.py", + "DetectorDescription/OfflineDBLoader/python/test/cmsIdealGeometryForWrite_cfi.py", + "DetectorDescription/OfflineDBLoader/python/test/cmsIdealGeometryNoRPCSpecs_cfi.py", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/folder-closed.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-black-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-black.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-default-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-default.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-famfamfam-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-famfamfam.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-gray-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-gray.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-red-line.gif", + "EgammaAnalysis/ElectronTools/test/egammaPatElectronsToCalibratedPatElectrons_cfg.py", + "EventFilter/EcalRawToDigi/plugins/alpaka/EcalElectronicsMappingHostESProducer.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyHFRingUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyPhysCandUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyPhysCandUnpacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/PhysicsToBitConverter.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/PhysicsToBitConverter.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Collections.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Collections.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloSummaryCollections.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloSummaryCollections.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/EtSumUnpacker_0x10010057.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/EtSumUnpacker_0x10010057.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/GlobalAlgBlkUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/GlobalExtBlkUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonPacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonPacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonUnpacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TObjectCollections.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TStage2Layer2Constants.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TStage2Layer2Constants.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x1001000b.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x1001000b.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010010.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010010.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010033.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010033.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTPacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTPacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTUnpacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/UCTCTP7RawData5BX_HCALFB.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/UCTCTP7RawData_HCALFB.h", + "EventFilter/Phase2TrackerRawToDigi/interface/Phase2TrackerFEDRawChannelUnpacker.h", + "EventFilter/Phase2TrackerRawToDigi/interface/Phase2TrackerFEDZSChannelUnpacker.h", + "EventFilter/Phase2TrackerRawToDigi/plugins/Phase2TrackerCommissioningDigiProducer.cc", + "EventFilter/Phase2TrackerRawToDigi/python/Phase2TrackerCommissioningDigiProducer_cfi.py", + "EventFilter/Phase2TrackerRawToDigi/python/test/Phase2TrackerFEDTestAnalyzer_cfi.py", + "EventFilter/Phase2TrackerRawToDigi/test/plugins/Phase2TrackerFEDTestAnalyzer.cc", + "FWCore/Integration/python/test/unscheduled_fail_on_output_IgnoreCompletely_cfg.py", + "FWCore/Integration/python/test/unscheduled_fail_on_output_no_dependency_TryToContinue_cfg.py", + "FWCore/Integration/test/testSwitchProducerConditionalTaskEDAliasConsumeAllCases_cfg.py", + "FWCore/Integration/test/testSwitchProducerConditionalTaskEDAliasWildcard_cfg.py", + "FWCore/Integration/test/unit_test_outputs/testProducerWithPsetDesc_briefdoc.txt", + "FastSimulation/CTPPSFastTrackingProducer/python/CTPPSFastTrackingProducer_cfi.py", + "FastSimulation/SimplifiedGeometryPropagator/doc/SimplifiedGeometryPropagator.doc", + "FastSimulation/SimplifiedGeometryPropagator/interface/BarrelSimplifiedGeometry.h", + "FastSimulation/SimplifiedGeometryPropagator/interface/ForwardSimplifiedGeometry.h", + "FastSimulation/SimplifiedGeometryPropagator/interface/InteractionModelFactory.h", + "FastSimulation/SimplifiedGeometryPropagator/interface/SimplifiedGeometryFactory.h", + "FastSimulation/TrackingRecHitProducer/interface/TrackingRecHitAlgorithmFactory.h", + "FastSimulation/TrackingRecHitProducer/plugins/TrackingRecHitNoSmearingPlugin.cc", + "GeneratorInterface/Core/test/Hadronizer_MgmMatchTune4C_ZJetsNoPSb_13TeV_madgraph_pythia8_Tauola_cfg.py", + "GeneratorInterface/Core/test/Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8_cfg.py", + "GeneratorInterface/EvtGenInterface/plugins/EvtGenUserModels/EvtModelUserReg.cpp", + "GeneratorInterface/EvtGenInterface/plugins/test/Py8_lambadb_evtgen1_Lb2plnuLCSR_cfg.py", + "GeneratorInterface/Herwig7Interface/python/Herwig7_Dummy_Matchbox_90X_ppToee.py", + "GeneratorInterface/Herwig7Interface/python/Herwig7_loadCommonMergingSettings_cff.py", + "GeneratorInterface/Herwig7Interface/python/PPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cff.py", + "GeneratorInterface/Herwig7Interface/test/DYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cfg.py", + "GeneratorInterface/Herwig7Interface/test/DYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cfg.py", + "GeneratorInterface/Herwig7Interface/test/DYToLL_TuneCH3_13TeV_herwig7_hepmc3_cfg.py", + "GeneratorInterface/Herwig7Interface/test/Herwig7_Matchbox_90X_ppToee_GEN_SIM.py", + "GeneratorInterface/Herwig7Interface/test/PPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cfg.py", + "GeneratorInterface/LHEInterface/data/run_generic_tarball_cvmfs_madgraphLO_multithread.sh", + "GeneratorInterface/LHEInterface/data/run_generic_tarball_cvmfs_manual_multithread.sh", + "GeneratorInterface/PyquenInterface/python/Pyquen_Zmumu_2760GeV_dimuonAcc_cfi.py", + "GeneratorInterface/Pythia6Interface/test/Py6GenFilter_ElectronProtonInitialState_cfg.py", + "GeneratorInterface/Pythia8Interface/test/compare_external_generators_streams_cfg.py", + "GeneratorInterface/Pythia8Interface/test/pythia8ex2_ConvertToMain70_cfg_Fragment.py", + "GeneratorInterface/Pythia8Interface/test/pythia8hmc3_photos_ZToTauTau_13TeV_cfg.py", + "GeneratorInterface/Pythia8Interface/test/test_Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8.sh", + "GeneratorInterface/Pythia8Interface/test/test_catch2_External_Pythia8GeneratorFilter.cc", + "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMC.h", + "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMCGeneratorFilter.h", + "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMCHadronizer.h", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_AdvancedParameters_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_PbPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_5TeV_pPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_7TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_8TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_900GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_PbPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_5TeV_pPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_7TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_8TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_900GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/src/ReggeGribovPartonMCGeneratorFilter.cc", + "GeneratorInterface/ReggeGribovPartonMCInterface/src/ReggeGribovPartonMCHadronizer.cc", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_PbPb_2760GeV_cfi_py_GEN.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pPb_5020GeV_cfi_py_GEN.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pp_8TeV_cfi_py_GEN.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/QGSJetII-04_pPb_5020GeV_cfi_py_GEN.py", + "GeneratorInterface/SherpaInterface/data/Run.dat_13TeV_WJets_MEPSatNLO_2jNLO_2jLO", + "GeneratorInterface/SherpaInterface/data/Run.dat_13TeV_ZJets_MEPSatNLO_2jNLO_2jLO", + "GeneratorInterface/TauolaInterface/plugins/TauSpinner/read_particles_from_HepMC.cc", + "GeneratorInterface/TauolaInterface/test/DYToLL_M_50_TuneZ2star_8TeV_Tauola_TauSpinner_Example_cfi.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHESPINCORR_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHE_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/GGToHtautau_13TeV_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/GGToHtautau_13TeV_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/H130GGgluonfusion_8TeV_Tauola_TauSpinner_Example_cfi.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHESPINCORR_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHE_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatPlus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatPlus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatPlus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatPlus10Percent.xml", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorMeasuredXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorSystMinusXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorSystPlusXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1ZeroMaterialXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometryDetailedCavern2017Plan1XML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometryDetailedCavern2017Plan1ZeroMaterialXML_cfi.py", + "Geometry/ForwardSimData/data/ForwardShieldProdCuts/2021/v1/ForwardShieldProdCuts.xml", + "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryBuilder.cc", + "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.cc", + "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.h", + "Geometry/HcalCommonData/data/hcalRecNumbering/2018Plan36/v1/hcalRecNumbering.xml", + "Geometry/HcalCommonData/data/hcalRecNumbering/2018Plan36/v2/hcalRecNumbering.xml", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.0.py", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.911.py", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.0.py", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.911.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.0.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.911.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.0.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.911.py", + "Geometry/TrackerCommonData/data/2016/FlatMinus05Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/2016/FlatMinus10Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/2016/FlatPlus05Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/2016/FlatPlus10Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/PhaseI/PixelForward/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TFPXTEPXReordered/trackerParameters.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker4025/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker4025/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker405/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker613/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker613_MB_2019_04/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixfwd.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_03/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT703_2021_03/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2024_02/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT800_IT615_2022_10/pixbar.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT742_2024_01/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT744_2024_01/pixel.xml", + "Geometry/TrackerCommonData/data/flat10services30percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/flat20services30percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/pixbarmaterial/2017ZeroMaterial/v1/pixbarmaterial.xml", + "Geometry/TrackerCommonData/data/pixfwdMaterials/2017ZeroMaterial/v1/pixfwdMaterials.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_PixelBarrelConn/pixbarmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_PixelBarrelConnToST/pixbarmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBFlange/tibmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBTIDMargherita/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBTIDServiceCylinder/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/specialTestGeometries.txt", + "Geometry/TrackerCommonData/data/tecmaterial/2017ZeroMaterial/v1/tecmaterial.xml", + "Geometry/TrackerCommonData/data/tibmaterial/2017ZeroMaterial/v1/tibmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2016/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017ZeroMaterial/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2021/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tidmaterial/2017ZeroMaterial/v1/tidmaterial.xml", + "Geometry/TrackerCommonData/data/tobmaterial/2017ZeroMaterial/v1/tobmaterial.xml", + "Geometry/TrackerCommonData/data/trackermaterial/2017ZeroMaterial/v1/trackermaterial.xml", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021ZeroMaterialXML_cfi.py", + "Geometry/TrackerGeometryBuilder/plugins/TrackerAdditionalParametersPerDetESModule.cc", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerModuleInfoDBDD4hep_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerModuleInfoFromDDDNoPrintDDD_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerParametersFromDD4hep_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerParametersFromDDD_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/trackerModuleInfoLocalDBDD4hep_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/trackerParametersFromLocalDB_cfg.py", + "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2DoubleDiskBuilder.cc", + "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2DoubleDiskBuilder.h", + "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2SubDiskBuilder.cc", + "Geometry/TrackerRecoData/data/PhaseII/OuterTracker616_2020_04/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker4025/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker613_MB_2019_04/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker613_MB_2019_04/v2_ITonly/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT710_2023_04/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/trackerRecoMaterial.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackersens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelsens.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibConfiguration_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer0_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer1_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer2_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer3_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring0_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring1_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring2_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring3_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/trackerConfiguration_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/trackerStructureTopology_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/trackertib_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/test/trackerSimConfiguration_TwentyFivePercent.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Left_Station/v1/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Left_Station/v2/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Right_Station/v1/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Right_Station/v2/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Left_Station/v1/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Left_Station/v2/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Right_Station/v1/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Right_Station/v2/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Cuts_Per_Region/Reco/v1/RP_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Cuts_Per_Region/Simu/v1/CTPPS_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/RP_Dist_Beam_Cent/Reco/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/RP_Dist_Beam_Cent/Simu/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/RP_Param_Beam_Region/v1/RP_Param_Beam_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Cuts_Per_Region/Reco/v1/RP_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Cuts_Per_Region/Simu/v1/CTPPS_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/RP_Dist_Beam_Cent/Reco/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/RP_Dist_Beam_Cent/Simu/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/RP_Param_Beam_Region/v1/RP_Param_Beam_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Right_Station.xml_bkp", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Detector_Assembly/2021/v1/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Detector_Assembly/v1/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Reco/v1/CTPPS_Timing_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Simu/v1/CTPPS_Detectors_Assembly_022.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Simu/v1/CTPPS_Detectors_Assembly_122.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern1_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern2_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern2_Segment2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment5.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2017/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2017/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_003.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_103.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_003.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_103.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_003.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_103.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v1/PPS_Pixel_Module_2x2_Run3.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v1/ppstrackerMaterials.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v2/PPS_Pixel_Module_2x2_Run3.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v2/ppstrackerMaterials.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v3/PPS_Pixel_Module_2x2_Run3.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v1/CTPPS_Pixel_Module_2x2.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v2/CTPPS_Pixel_Module_2x2.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v3/CTPPS_Pixel_Module_2x2.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Horizontal_Pot/v1/CTPPS_Timing_Horizontal_Pot.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Horizontal_Pot/v2/CTPPS_Timing_Horizontal_Pot.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Negative_Station/v1/CTPPS_Timing_Negative_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Negative_Station/v2/CTPPS_Timing_Negative_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Positive_Station/v1/CTPPS_Timing_Positive_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Positive_Station/v2/CTPPS_Timing_Positive_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_UFSD_Segments/CTPPS_UFSD_Pattern2_SegmentA.xml", + "Geometry/VeryForwardData/data/CTPPS_UFSD_Segments/CTPPS_UFSD_Pattern2_SegmentB.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_000.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_001.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_002.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_003.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_004.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_005.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_020.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_021.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_022.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_023.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_024.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_025.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_100.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_101.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_102.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_103.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_104.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_105.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_120.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_121.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_122.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_123.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_124.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_125.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Reco/v1/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Reco/v2/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Simu/v1/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Simu/v2/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/v1/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Reco/v1/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Reco/v2/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Simu/v1/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Simu/v2/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/v1/RP_Vertical_Device.xml", + "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2016_cfi.py", + "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2017_cfi.py", + "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2018_cfi.py", + "Geometry/VeryForwardProtonTransport/data/parametrization_6500GeV_90_transp.root", + "Geometry/VeryForwardProtonTransport/data/parametrization_6500GeV_90p0_50urad_reco.root", + "GeometryReaders/XMLIdealGeometryESSource/python/cmsMagneticFieldGeometryDB_cff.py", + "GeometryReaders/XMLIdealGeometryESSource/src/XMLIdealMagneticFieldGeometryESProducer.cc", + "GeometryReaders/XMLIdealGeometryESSource/test/runXMLBigFileToDBAndBackValidation.sh", + "GeometryReaders/XMLIdealGeometryESSource/test/testSpecParsMuonSensitiveDetectorMuonCSCHits.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/highPtTripletStepChi2Est_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/highPtTripletStepTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltCandidateJetBProbabilityComputer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltCandidateJetProbabilityComputer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPBwdElectronPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator16_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator2000_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator30_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator9_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator100_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator30_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPDummyDetLayerGeometry_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorAny_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorOpposite_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFwdElectronPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPGlobalDetLayerGeometry_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFFittingSmootherForL2Muon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFFittingSmootherWithOutliersRejectionAndRK_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectoryFitterForL2Muon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForL2Muon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForMuonTrackLoader_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPL3MuKFTrajectoryFitter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPMeasurementTracker_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPMuonTransientTrackingRecHitBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPPixelCPEFastParams_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRKTrajectoryFitter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRKTrajectorySmoother_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRungeKuttaTrackerPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSiPixelCablingSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSiPixelGainCalibrationForHLTSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagatorAnyOpposite_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagatorAny_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorAlong_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorOpposite_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderPixelOnly_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderWithTrackAngle_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderWithoutRefit_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTrackAlgoPriorityOrder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepChi2Est_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonInitialStepChi2Est_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonPixelTrackCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonTrackAlgoPriorityOrder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPixelTracksCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/muonSeededTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt1PFPuppiCentralJet70MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt1PFPuppiCentralJet75MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt2PFPuppiCentralJet40MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt2PFPuppiCentralJet60MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt3PFPuppiCentralJet45MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt4PFPuppiCentralJet40MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p31Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p38Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p865DoubleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p275Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p375Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p935DoubleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBunchSpacingProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepBLifetimeTagInfosPFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepBLifetimeTagInfosPFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsInfosPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsInfosPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsPFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsPFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveMergedVerticesPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveSecondaryVerticesPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveVertexFinderPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepSecondaryVertexTagInfosPFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepSecondaryVertexTagInfosPFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepTrackVertexArbitratorPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG12EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG23EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG23EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiMuon178RelTrkIsoFiltered0p4DzFiltered0p2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiMuon178RelTrkIsoFiltered0p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoublePFPuppiJets128Eta2p4MaxDeta1p6_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoublePFPuppiJets128MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoubleTkMuon157L1TkMuonFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG108EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG108EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG115EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG187EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG187EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG23EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG26EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG26EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG30EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG30EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG32EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG32EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoubleEleIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoubleEleNonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoublePhotonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSingleEleIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSingleEleNonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSinglePhotonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalBarrelClusterFastTimer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalBarrelDigisInRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalDetIdToBeRecovered_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalDetailedTimeRecHit_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalMultiFitUncalibRecHit_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalUncalibRecHitL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaBestGsfTrackVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaBestGsfTrackVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesWrapperL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesWrapperUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCkfTrackCandidatesForGSFL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCkfTrackCandidatesForGSFUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaClusterShapeL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaClusterShapeUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEcalPFClusterIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEcalPFClusterIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleL1TrkIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleL1TrkIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaElectronPixelSeedsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaElectronPixelSeedsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfElectronsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfElectronsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTrackVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTrackVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTracksL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTracksUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCALIDVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCALIDVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCalLayerClusterIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCalLayerClusterIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHcalPFClusterIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHcalPFClusterIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHollowTrackIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHollowTrackIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHoverEL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHoverEUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaPixelMatchVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaPixelMatchVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaSuperClustersToPixelMatchL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaSuperClustersToPixelMatchUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfChi2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfNLayerITUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70EcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70EcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDetaUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfOneOEMinusOneOPUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoFromL1TracksUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfChi2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfNLayerITUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDetaUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5DphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5DphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfChi2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfNLayerITUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDetaUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsForTripletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsForTripletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsClusterRemoverL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsClusterRemoverUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsCombinedL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsCombinedUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsDoubletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsDoubletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsTripletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsTripletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEleSeedsTrackingRegionsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEleSeedsTrackingRegionsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersCLUE3DHighL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersCLUE3DHigh_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersRecoveryL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersRecovery_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFirstStepPrimaryVerticesUnsorted_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFixedGridRhoFastjetAllCaloForEGamma_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFixedGridRhoFastjetAll_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltGoodOfflinePrimaryVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHGCalUncalibRecHitL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersEEL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersEE_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersFromSoAProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSciL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSci_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSiL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalMergeLayerClustersL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalMergeLayerClusters_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoALayerClustersProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoARecHitsLayerClustersProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoARecHitsProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalTrackCollection_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepClusters_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepHitTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeedTracksLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCandidatespLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCutClassifierpLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackSelectionHighPuritypLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackspLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsCombinatoricRecoTaus_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsDoublePFTau35MediumDitauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsDoublePFTau40TrackPt1MediumChargedIsolation_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTau27LooseTauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTau30LooseTauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauBasicDiscriminatorsForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauBasicDiscriminatorsdR03ForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauDeepTauProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauDiscriminationByDecayModeFindingNewDMs_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumAbsOrRelChargedIsolationDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumAbsoluteChargedIsolationDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumRelativeChargedIsolationDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauPrimaryVertexProducerForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauProducerSansRefs_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauSecondaryVertexProducerForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauTrackFindingDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauTransverseImpactParametersForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTauLooseTauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausMediumDitauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausTrackFinding_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausTrackPt1MediumChargedIsolation_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectionDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsTauPFJetsRecoTauChargedHadronsWithNeutrals_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHtMhtPFPuppiCentralJetsQuadC30MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepSeedTracksLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifierpLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifierpTTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPuritypLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPuritypTTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTracksT5TCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackspLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackspTTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonClustersRefRemoval_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonMerged_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelClusterCheck_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelHitTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelLayerTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelSeedsFiltered_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedForDoublePuppiTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForDoublePuppiJetBtagFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiHTFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiJetFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiMETFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForQuadPuppiJetTripleBtagFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TEGammaFilteredCollectionProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TEGammaHGCFilteredCollectionProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonFromL1TkMuonCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonSeedsFromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3MuonsPhase2L3Links_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22EcalIso0p41_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22HcalIso0p40_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22HgcalIso4p70_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfecalIsoFiltered0p41_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfhcalIsoFiltered0p40_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfhgcalIsoFiltered4p70_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3trkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22TrkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fFiltered17_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fFiltered37_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fPreFiltered27_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fPreFiltered8_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu18Filtered20_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu22L3Filtered24Q_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu22L3Filtered50Q_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533L31055DZFiltered0p2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533L3Filtered1055_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533PreFiltered555_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltMeasurementTrackerEvent_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltOfflinePrimaryVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFMETTypeOneCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetQuad30MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetsQuad30HT200MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetsQuad30HT330MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiJetForBtagEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiJetForBtagSelectorEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOne140_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOneCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowBadHcalPseudoCluster_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrectedL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrectedUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHBHE_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCalFromTICLL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCalFromTICLUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCal_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHO_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitECALL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitECALUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHBHE_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHGCL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHGC_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHO_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECALL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECALUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCalFromTICLL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCalFromTICLUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCal_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowTimeAssignerECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowTmpBarrel_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHGCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHO_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourJetTagsModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourJetTags_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourTagInfosModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourTagInfos_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelLayerQuadruplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksTrackingRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonTrimmedPixelVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonGeneralTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepClusters_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepHitTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTracksSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTracksSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksAndHighPtTripletTrackingRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksHitQuadruplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsEcalIsodR0p3dRVeto0p000_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsHcalIsodR0p3dRVeto0p000_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsHgcalLCIsodR0p2dRVetoEM0p00dRVetoHad0p02minEEM0p00minEHad0p00_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p07_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3MuonCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3MuonsLinksCombination_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuCtfWithMaterialTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuonTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuonTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OISeedsFromL2Muons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OITrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2OTHitsInputLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2OnlineBeamSpotDevice_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelFitterByHelixProjections_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTrackFilterByKinematics_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2SiPixelClustersSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2SiPixelRecHitsSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2TowerMakerForAll_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelClustersMultiplicity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerPairsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerPairsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDiphoton3023IsoCaloIdL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDiphoton3023IsoCaloIdUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle2312IsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle25CaloIdLPMS2L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle25CaloIdLPMS2Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle115NonIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle26WP70L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle26WP70Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle32WPTightL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle32WPTightUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreHLTAnalyzerEndpath_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton108EBTightIDTightIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton108EBTightIDTightIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton187L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton187Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrimaryVertexAssociationModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrimaryVertexAssociation_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPuppiTauTkIsoEle45_22L1TkFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPuppiTauTkMuon4218L1TkFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltRechitInRegionsHGCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltSiPixelClusterShapeCache_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltSingleAK4PFPuppiJet520_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltSingleTkMuon22L1TkMuonFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclLayerTileProducerL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclLayerTileProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTracksterLinksL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersCLUE3DHighL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersCLUE3DHigh_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersRecoveryL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersRecovery_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTrackRefsForJetsBeforeSorting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTrackWithVertexRefSelectorBeforeSorting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltUnsortedOfflinePrimaryVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEleSingle22Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEleSingle28Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmDouble12Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmSingle22Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmSingle36Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle23_12_Iso_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleMediumChargedIsoPFTauHPS40_eta2p1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleMediumDeepTauPFTauHPS35_eta2p1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepCSV_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepFlavour_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele115_NonIso_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele30_WPTight_L1Seeded_LooseDeepTauPFTauHPS30_eta2p1_CrossL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele32_WPTight_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele32_WPTight_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_IsoMu20_eta2p1_LooseDeepTauPFTauHPS27_eta2p1_CrossL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu37_Mu27_FromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepCSV_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepCSV_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFPuppiMETTypeOne140_PFPuppiMHT140_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/CkfBaseTrajectoryFilter_block_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/ClusterShapeTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/GroupedCkfTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HGCAL_chargeCollectionEfficiencies_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonGroupedCkfTrajectoryFilterIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetTrajectoryFilterIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetTrajectoryBuilderForGsfElectrons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetTrajectoryFilterForElectrons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTSiStripClusterChargeCutLoose_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTSiStripClusterChargeCutNone_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutLoose_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutNone_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutTight_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/TrajectoryFilterForConversions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/TrajectoryFilterForElectrons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/ckfBaseTrajectoryFilterP5_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/ckfTrajectoryFilterBeamHaloMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedQuadStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedQuadStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedTripletStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonPSetPvClusterComparerForIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonSeedFromProtoTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2PSetPvClusterComparerForIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2SeedFromProtoTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltTiclTracksterLinksPSet_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterBasePreSplitting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterPreSplitting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterShapePreSplitting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/jetCoreRegionalStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtGsfEleTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtQuadStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtQuadStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepStandardTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/mixedTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryBuilderForInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryBuilderForOutInDisplaced_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForOutInDisplaced_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForOutIn_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pSetPvClusterComparerForIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelLessStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/tobTecStepInOutTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/tobTecStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK4PFJetsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK4PFPuppiJetsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK8PFJetsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepCSVSequencePFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepCSVSequencePFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepFlavourSequencePFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepFlavourSequencePFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCaloMETReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCaloTowersRecSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCalolocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCsclocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDiphoton3023IsoCaloIdL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDiphoton3023IsoCaloIdUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoFullUnpackingEgammaEcalL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoFullUnpackingEgammaEcalSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalHcalSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalPixelSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalStripSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle2312IsoL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle25CaloIdLPMS2L1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle25CaloIdLPMS2UnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDtlocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEGammaDoLocalHcalSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle115NonIsoL1SeededGsfElectronL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle115NonIsoL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle26WP70L1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle26WP70UnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle32WPTightL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle32WPTightUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5OpenL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5OpenUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTElePixelMatchL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTElePixelMatchUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTFastJetForEgammaSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGemLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGsfElectronL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGsfElectronUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHPSDeepTauPFTauSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHPSMediumChargedIsoPFTauSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgamma_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHighPtTripletStepSeedingSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHighPtTripletStepSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTInitialStepPVSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTInitialStepSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTItLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTIter0Phase2L3FromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTIter2Phase2L3FromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTL1UnpackerSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTL2MuonsFromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTMuonlocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTOtLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusterJMEReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusteringForEgammaL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusteringForEgammaUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFHcalClusteringForEgammaSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFJetsCHSReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFMETsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFPuppiJMEReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFPuppiMETReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowClusterECALSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowClusterSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowSuperClusteringSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusterRefsForJetsSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringECALSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringHBHEHFSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringHOSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3FromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3MuonGeneralTracksSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3MuonsSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3OISequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2PixelTracksSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton108EBTightIDTightIsoL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton108EBTightIDTightIsoUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton187L1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton187UnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclCandidateSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclLayerTileSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTracksterLinksSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTracksterMergeSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersCLUE3DHighStepSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersRecoverySequenceL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersRecoverySequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTVertexRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/services/RandomNumberGeneratorService_cfi.py", + "HLTrigger/Configuration/test/testAccessToEDMInputsOfHLTTests_update_filelist.sh", + "HLTriggerOffline/HeavyFlavor/python/heavyFlavorValidationHarvestingSequence_cff.py", + "HLTriggerOffline/SUSYBSM/test/BSMTriggerCheck/html/template/comp_beginning.html", + "HLTriggerOffline/SUSYBSM/test/BSMTriggerCheck/html/template/menu_beginning.html", + "HLTriggerOffline/Scouting/test/runScoutingMonitoringDQM_EGammaOnly_step1_cfg.py", + "HLTriggerOffline/Scouting/test/runScoutingMonitoringDQM_EGammaOnly_step2_cfg.py", + "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToFlyingCascadeBuilderBase.h", + "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToResTrkTrkSameMassBuilder.h", + "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToResTrkTrkSameMassBuilderBase.h", + "HeavyFlavorAnalysis/SpecificDecay/src/BPHDecayToResTrkTrkSameMassBuilderBase.cc", + "HeterogeneousCore/AlpakaInterface/interface/AssertDeviceMatchesHostCollection.h", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerCopyToDeviceCache.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerImplicitCopyToDevice.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerMoveToDeviceCache.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerNoOutput.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaStreamSynchronizingProducer.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaStreamSynchronizingProducerToDevice.cc", + "HeterogeneousTest/AlpakaDevice/plugins/alpaka/AlpakaTestDeviceAdditionAlgo.dev.cc", + "HeterogeneousTest/AlpakaDevice/plugins/alpaka/AlpakaTestDeviceAdditionModule.cc", + "HeterogeneousTest/AlpakaKernel/plugins/alpaka/AlpakaTestKernelAdditionAlgo.dev.cc", + "HeterogeneousTest/AlpakaKernel/plugins/alpaka/AlpakaTestKernelAdditionModule.cc", + "HeterogeneousTest/AlpakaOpaque/plugins/alpaka/AlpakaTestOpaqueAdditionModule.cc", + "HeterogeneousTest/AlpakaWrapper/plugins/alpaka/AlpakaTestWrapperAdditionModule.cc", + "IOMC/EventVertexGenerators/python/VtxSmearedFixed_EmitRealistic5TeVppCollision2017_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic100ns13TeVCollisionBetaStar90mLowBunches_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic100ns13TeVCollisionBetaStar90m_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeV2016Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeVEarly2017Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeVEarly2018Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEOY2022Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEarly2022Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEarly2023Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns900GeV2021Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic2p76TeV2011Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic2p76TeV2013Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic50ns13TeVCollisionZeroTesla_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic5TeVPA2016Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic5TeVppCollision2017_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic7TeVCollisionComm10_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic8TeVPA2016Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealisticHICollisionFixZ2015_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3FlatOpticsGaussSigmaZ4p2cm_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3FlatOpticsGaussSigmaZ5p3cm_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3RoundOptics25ns13TeVHighSigmaZ_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3RoundOptics25ns13TeVLowSigmaZ_cfi.py", + "JetMETCorrections/InterpolationTables/interface/InterpolationFunctorInstances.h", + "JetMETCorrections/InterpolationTables/interface/StorableMultivariateFunctorReader.h", + "JetMETCorrections/TauJet/data/IterativeCone0.4_EtScheme_TowerEt0.5_E0.8_Jets871_2x1033PU_tau.txt", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_BTagSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_hadr_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_hadr_metSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_lepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenuObjects_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_BTagSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_hadr_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_hadr_metSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_lepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_constants.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_ids.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_scalings.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_BTagSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_hadr_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_hadr_metSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_lepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_constants.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_ids.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_scalings.py", + "L1Trigger/DTTriggerPhase2/test/primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py", + "L1Trigger/DTTriggerPhase2/test/primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg_withRPC.py", + "L1Trigger/DTTriggerPhase2/test/test_primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py", + "L1Trigger/GlobalTriggerAnalyzer/python/customise_l1GtPatternGeneratorFromRaw.py", + "L1Trigger/GlobalTriggerAnalyzer/test/L1GtPatternGenerator_overrideL1Menu_cfg.py", + "L1Trigger/L1CaloTrigger/python/l1tPhase2GCTBarrelToCorrelatorLayer1Emulator_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_0_ECALZS_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_1_ECALZS_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_1_ECALZS_noHFJEC_newEGIso_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_0_HI_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_10_mean_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_10_mode_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_2_noHCALSF_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_2_updateHFSF_v6MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_2_updateHFSF_v7MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_updateHFSF_v6MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_mean_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_mean_newHF_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_newHF_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_newHF_v6MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_oldHFSFForJECOnly_cfi.py", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2ClusterAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2EGammaAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2EtSumAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2JetSumAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2TowerCompressAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2TowerDecompressAlgorithmFirmwareImp1.cc", + "L1Trigger/L1THGCal/interface/concentrator/HGCalConcentratorProcessorSelection.h", + "L1Trigger/L1THGCal/interface/concentrator/HGCalConcentratorSuperTriggerCellImpl.h", + "L1Trigger/L1THGCal/plugins/backend/HGCalBackendLayer2Processor3DClustering_SA.cc", + "L1Trigger/L1THGCalUtilities/test/ntuples/HGCalTriggerNtupleHGCConcentratorData.cc", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGenerator.py", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGeneratorClassProb.py", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGenerator_displ.py", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlap_Pats0x0013_generateExtrFactors.py", + "L1Trigger/L1TMuonOverlapPhase2/interface/LutNetworkFixedPointRegression2Outputs.h", + "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGeneratorClassProb_phase2.py", + "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGenerator_displ_phase2.py", + "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGenerator_phase2.py", + "L1Trigger/Phase2L1ParticleFlow/data/hgcal_egID/Photon_Pion_vs_Neutrino_BDTweights_1116.xml.gz", + "L1Trigger/Phase2L1ParticleFlow/data/hgcal_egID/Photon_vs_Pion_BDTweights_1116.xml.gz", + "L1Trigger/Phase2L1ParticleFlow/interface/L1TCorrelatorLayer1PatternFileWriter.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/buffered_folded_multififo_regionizer_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/folded_multififo_regionizer_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/middle_buffer_multififo_regionizer_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/multififo_regionizer_elements_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/multififo_regionizer_elements_ref.icc", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/tdr_regionizer_elements_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/tdr_regionizer_elements_ref.icc", + "L1Trigger/Phase2L1ParticleFlow/src/regionizer/buffered_folded_multififo_regionizer_ref.cpp", + "L1Trigger/Phase2L1ParticleFlow/src/regionizer/folded_multififo_regionizer_ref.cpp", + "L1Trigger/Phase2L1ParticleFlow/src/regionizer/middle_buffer_multififo_regionizer_ref.cpp", + "L1TriggerConfig/CSCTFConfigProducers/python/L1MuCSCTFConfigurationRcdSrc_cfi.py", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/phi12.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/phi42.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta15h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta15l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta25h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta25l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/ETFPatternList.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP1.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP2.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP3.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP4.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP5.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP6.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext12.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext13.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext14.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext15.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext16.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext21.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext23.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext24.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext25.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext26.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext34.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext35.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext56.lut", + "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTChannelMaskConfigOnline_cfi.py", + "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTParametersKeysOnlineProd_cfi.py", + "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTParametersOnlineProducer_cfi.py", + "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesConfig_cff.py", + "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesConfig_cfi.py", + "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesDBConfig_cff.py", + "L1TriggerConfig/L1CSCTPConfigProducers/src/L1CSCTriggerPrimitivesConfigProducer.cc", + "L1TriggerConfig/L1CSCTPConfigProducers/src/L1CSCTriggerPrimitivesConfigProducer.h", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu2008_2E30.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu_2008MC_2E30.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu2008_2E31.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v0_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v1_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090519_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090624_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v4_L1T_Scales_20090624_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1x1032/L1Menu_CRUZET200805.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v0_L1T_Scales_20101224_Imp0_0x1027.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v1_L1T_Scales_20101224_Imp0_0x1028.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v2_L1T_Scales_20101224_Imp0_0x102a.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v3_L1T_Scales_20101224_Imp0_0x102b.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25nsStage1_v3_L1T_Scales_20141121_Imp0_0x1031.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v0_L1T_Scales_20101224_Imp0_0x102f.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v1_L1T_Scales_20101224_Imp0_0x102f.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v2_L1T_Scales_20141121_Imp0_0x1030.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v1_L1T_Scales_20141121_Imp0_0x1030.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v2_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v3_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v4_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50ns_v0_L1T_Scales_20141121_Imp0_0x1031.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v1_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v2_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v3_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v4_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2011_v0_L1T_Scales_20101224_Imp0_0x1026.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2011_v0_nobsc_notau_centrality_q2_singletrack.v1.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2013_v0_L1T_Scales_20101224_Imp0_0x102c.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v1.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v2.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v3.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v4.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v5.xml", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/calosetup", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/defvalpkg", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/header", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/jet_cnts", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/muonsetup", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/calo_setup.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond1_chip.qsf", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond1_chip_pkg.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond2_chip.qsf", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond2_chip_pkg.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/def_val_pkg.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/muon_setup.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/pre_algo_and_or.vhd", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAlgoTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAlgoTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAndMasksTester.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsTechTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsTechTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtStableParametersTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskAlgoTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskAlgoTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskTechTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskTechTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoAlgoTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoTechTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoTechTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMenuConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtPrescaleFactorsAlgoTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtPrescaleFactorsTechTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskAlgoTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskTechTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskVetoAlgoTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskVetoTechTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_PrescaleFactorsAlgoTrigUnprescale_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_TriggerMaskAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu_2008MC_2E30_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_PrescaleFactorsAlgoTrigUnprescale_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_TriggerMaskAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v0_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090519_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090624_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v4_L1T_Scales_20090624_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_PrescaleFactorsAlgoTrigUnprescale_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_TriggerMaskAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_ecal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_hcal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskTechTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_ecal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_hcal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_Test_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v1_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v2_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v3_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v4_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v5_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsAlgoTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsAndMasksTester_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsTechTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskAlgoTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskTechTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskVetoTechTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsAlgoTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsAlgoTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsTechTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsTechTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskAlgoTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskAlgoTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskTechTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskTechTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoAlgoTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoTechTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoTechTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtPrescaleFactorsAlgoTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtPrescaleFactorsTechTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskAlgoTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskTechTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskVetoTechTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1ScalesProducers/python/L1MuTriggerPtScaleOnlineProducer_cfi.py", + "L1TriggerConfig/L1ScalesProducers/python/L1MuTriggerScalesOnlineProducer_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TGlobalPrescalesVetosObjectKeysOnline_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TMuonEndCapForestOnlineProxy_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TMuonOverlapObjectKeysOnline_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TMuonOverlapParamsOnlineProxy_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TUtmTriggerMenuObjectKeysOnline_cfi.py", + "L1TriggerConfig/L1TConfigProducers/src/L1TGlobalPrescalesVetosObjectKeysOnlineProd.cc", + "L1TriggerConfig/L1TConfigProducers/src/L1TUtmTriggerMenuObjectKeysOnlineProd.cc", + "MagneticField/GeomBuilder/plugins/dd4hep/DD4hep_VolumeBasedMagneticFieldESProducer.cc", + "MagneticField/GeomBuilder/plugins/dd4hep/DD4hep_VolumeBasedMagneticFieldESProducerFromDB.cc", + "MagneticField/Interpolation/test/BinaryTablesGeneration/prepareMagneticFieldGrid.cc", + "MagneticField/Interpolation/test/BinaryTablesGeneration/prepareMagneticFieldGrid.h", + "MagneticField/Interpolation/test/BinaryTablesGeneration/validateField_TOSCATables.py", + "MagneticField/ParametrizedEngine/interface/ParabolicParametrizedMagneticField.h", + "MagneticField/ParametrizedEngine/plugins/AutoParametrizedMagneticFieldProducer.cc", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_OAE85l_cfi.py", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_OAE_3_8T_cfi.py", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_PolyFit2D_cfi.py", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_PolyFit3D_cfi.py", + "MagneticField/ParametrizedEngine/test/alpaka/testParabolicParametrizedMagneticField.dev.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/CompareWithSystematicError.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasUpsilonValidation.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasY1SValidation.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasZValidation.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/ComparePhiPlusMinus.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareWithExpected.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareWithExpectedBeforeAfter.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CrystalBallFitOnData_JPsi.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/GaussianFitOnData_Psi2S.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Base.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Y1S.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Z.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlap_Upsilon.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlap_Y1S.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/RunCompareBias_template.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/ShowProbabilityDistribution.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/TreeProduction/MuScleFit_template_cfg.py", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/SplitAndRunBatch.sh", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/StatisticalErrors_instructions.txt", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/TakeParameterFromBatch.sh", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/TreeSplitter_cfg.py", + "MuonAnalysis/MomentumScaleCalibration/test/UnitTests/TestCrossSectionHandler.cc", + "MuonAnalysis/MomentumScaleCalibration/test/tree_production/miniAODVBTFMuonsOnlyTreeMC_CRAB_cfg.py", + "MuonAnalysis/MuonAssociators/test/MuonMCClassifier/debugMuonsClassByHits_cfg.py", + "MuonAnalysis/MuonAssociators/test/MuonMCClassifier/patMuonsWithClassByHits_cfg.py", + "MuonAnalysis/MuonAssociators/test/Trigger/patMuonsWithTrigger_Data_HLTDEBUG_cfg.py", + "MuonAnalysis/MuonAssociators/test/Trigger/patMuonsWithTrigger_mc_HLTDEBUG_cfg.py", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/db/ClassNotSupportedException.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIDGenerator.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIdConverter.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/IDetIdGenerator.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECAnalyzer.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECDetIdConverter.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TOBAnalyzer.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TOBDetIdConverter.java", + "OnlineDB/SiStripO2O/test/O2O_Validation/template_Validate_FEDCabling_O2O_cfg.py", + "OnlineDB/SiStripO2O/test/P5/20X/SiStripO2O_AT_P5_table_multipartition_Commissioning.sh", + "OnlineDB/SiStripO2O/test/P5/21X/SiStripO2O_AT_P5_table_multipartition_Commissioning.sh", + "PhysicsTools/HepMCCandAlgos/python/allStandAloneMuonTracksGenParticlesLeptonMatch_cfi.py", + "PhysicsTools/HepMCCandAlgos/python/allSuperClustersGenParticlesLeptonMatch_cfi.py", + "PhysicsTools/NanoAODTools/python/postprocessing/framework/treeReaderArrayTools.py", + "PhysicsTools/PatAlgos/python/slimming/offlineSlimmedPrimaryVerticesWithBS_cfi.py", + "PhysicsTools/SelectorUtils/interface/SimpleCutBasedElectronIDSelectionFunctor.h", + "RecoBTag/CTagging/python/candidateCombinedSecondaryVertexSoftLeptonCvsLComputer_cfi.py", + "RecoBTag/CTagging/python/pfInclusiveSecondaryVertexFinderNegativeCvsLTagInfos_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeOnlyJetBProbabilityComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeOnlyJetProbabilityComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeTrackCounting3D2ndComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeTrackCounting3D3rdComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidatePositiveOnlyJetBProbabilityComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidatePositiveOnlyJetProbabilityComputer_cfi.py", + "RecoBTag/ONNXRuntime/plugins/UnifiedParticleTransformerAK4ONNXJetTagsProducer.cc", + "RecoBTag/ONNXRuntime/plugins/UnifiedParticleTransformerAK4SonicJetTagsProducer.cc", + "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V01/pfDeepBoostedJetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V02/pfDeepBoostedJetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V02/pfMassDecorrelatedDeepBoostedJetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/Parameters/HiggsInteractionNet/V00/pfHiggsInteractionNetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/pfMassDecorrelatedDeepBoostedDiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfMassDecorrelatedParticleNetDiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfParticleNetFromMiniAODAK4DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfParticleNetFromMiniAODAK8DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfParticleTransformerAK4DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfUnifiedParticleTransformerAK4DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfUnifiedParticleTransformerAK4V1DiscriminatorsJetTags_cfi.py", + "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterFromFile_WPandPayload.cc", + "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterFromFile_WPandPayload_IOV.cc", + "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterTFormula_fromfile_WPandPL.cc", + "RecoBTag/SecondaryVertex/interface/CandidateBoostedDoubleSecondaryVertexComputer.h", + "RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexAK8Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexCA15Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateCombinedSecondaryVertexSoftLeptonComputer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateNegativeCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidatePositiveCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateSimpleSecondaryVertex2TrkComputer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateSimpleSecondaryVertex3TrkComputer_cfi.py", + "RecoBTag/SecondaryVertex/python/combinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderFilteredNegativeTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderFilteredTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfBoostedDoubleSecondaryVertexAK8BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfBoostedDoubleSecondaryVertexCA15BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderAK8TagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderCA15TagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfPositiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfPositiveCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/positiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/positiveCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/positiveCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/simpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/simpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedDynamicHybridSuperClusters_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedEndcapSuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedFixedMatrixSuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedIslandBarrelSuperClusters_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedIslandEndcapSuperClusters_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedMulti5x5ClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedMulti5x5SuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/fixedMatrixPreshowerClusteringSequence_cff.py", + "RecoEcal/EgammaClusterProducers/python/fixedMatrixSuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/interestingDetIdCollectionProducer_cfi.py", + "RecoEcal/EgammaClusterProducers/python/interestingDetIdFromSuperClusterProducer_cfi.py", + "RecoEcal/EgammaClusterProducers/python/multi5x5PreshowerClusteringSequence_cff.py", + "RecoEcal/EgammaClusterProducers/python/multi5x5SuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/particleFlowSuperClusteringSequence_cff.py", + "RecoEcal/EgammaClusterProducers/src/InterestingDetIdFromSuperClusterProducer.cc", + "RecoEcal/EgammaCoreTools/plugins/EcalBasicClusterLocalContCorrectionsESProducer.cc", + "RecoEgamma/EgammaElectronAlgos/interface/ecalClusterEnergyUncertaintyElectronSpecific.h", + "RecoEgamma/EgammaElectronAlgos/src/ecalClusterEnergyUncertaintyElectronSpecific.cc", + "RecoEgamma/EgammaElectronProducers/plugins/GsfElectronCoreEcalDrivenProducer.cc", + "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedHeavyObjectCache.cc", + "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedHeavyObjectCache.h", + "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedValueMapsProducer.cc", + "RecoEgamma/EgammaElectronProducers/plugins/TrackingRegionsFromSuperClustersProducer.cc", + "RecoEgamma/EgammaElectronProducers/python/lowPtGsfElectronsPreRegression_cfi.py", + "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTBcHcalIsolationProducersRegional.cc", + "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTElectronTrackIsolationProducers.cc", + "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTPhotonTrackIsolationProducersRegional.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaEcalPFClusterIsolationProducer.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaHcalPFClusterIsolationProducer.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaIsoHcalDetIdCollectionProducer.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaEcalExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaHcalExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaRecHitExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaTowerExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaTrackExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/ElectronPFIsolationWithConeVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/ElectronPFIsolationWithMapBasedVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/PhotonPFIsolationWithConeVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/PhotonPFIsolationWithMapBasedVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/python/interestingEgammaIsoDetIdsSequence_cff.py", + "RecoEgamma/EgammaIsolationAlgos/python/interestingEgammaIsoESDetIdModule_cff.py", + "RecoEgamma/EgammaIsolationAlgos/test/runInterestingEgammaIsoDetIdsSequence_cfg.py", + "RecoEgamma/EgammaPhotonProducers/python/conversionTrackSequenceForReReco_cff.py", + "RecoEgamma/EgammaPhotonProducers/python/propAlongMomentumWithMaterialForElectrons_cfi.py", + "RecoEgamma/EgammaPhotonProducers/python/propOppoMomentumWithMaterialForElectrons_cfi.py", + "RecoEgamma/EgammaPhotonProducers/python/trajectoryCleanerBySharedHitsForConversions_cfi.py", + "RecoEgamma/ElectronIdentification/data/ElectronMVAEstimatorRun2Fall17V1Variables.txt", + "RecoEgamma/ElectronIdentification/data/Fall17/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_92X.txt", + "RecoEgamma/ElectronIdentification/data/Fall17/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_94X.txt", + "RecoEgamma/ElectronIdentification/data/Run3_Winter22/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_122X.txt", + "RecoEgamma/ElectronIdentification/data/Spring15/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_25ns.txt", + "RecoEgamma/ElectronIdentification/data/Spring15/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_50ns.txt", + "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_HLT_ecalPFClusterIso.txt", + "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_HLT_hcalPFClusterIso.txt", + "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_80X.txt", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5E2x5OverE5x5WithSatCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5SigmaIEtaIEtaCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5SigmaIEtaIEtaWithSatCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleHadronicOverEMEnergyScaledCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleHadronicOverEMLinearCut.cc", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronHLTPreselecition_Summer16_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Fall17_94X_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Fall17_94X_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_25ns_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_50ns_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_50ns_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Summer16_80X_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Summer20_PhaseII_V0_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Winter22_122X_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_tools.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV51_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV60_80XAOD_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV60_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV70_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV71_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_tools.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_RunIIIWinter22_iso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_RunIIIWinter22_noIso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_25ns_Trig_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_25ns_nonTrig_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_50ns_Trig_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_GeneralPurpose_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_HZZ_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer16UL_ID_ISO_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer17UL_ID_ISO_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer18UL_ID_ISO_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Winter22_HZZ_V1_cff.py", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased_TrueVtx.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased_V2.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased_TrueVtx.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased_V2.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased_TrueVtx.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased_V2.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesFall17V1p1.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring15.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring15ValMaps.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring16.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun3VariablesWinter22V1.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_ChgHadronIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_ECalClusterIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_HCalClusterIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_NeuHadronIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_PhotonIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_TrackerIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_coneBasedHoverE_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfChargedHadrons_25ns_NULLcorrection.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfChargedHadrons_50ns.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfNeutralHadrons_25ns_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfNeutralHadrons_50ns.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfPhotons_25ns_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfPhotons_50ns.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfPhotons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfPhotons_90percentBased_3bins.txt", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndExpoScalingCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndExpoScalingEBCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndQuadScalingCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoFull5x5SigmaIEtaIEtaValueMapCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoGenericQuadraticRhoPtScaledCut.cc", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V1_TrueVtx_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_RunIIIWinter22_122X_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring15_25ns_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring15_50ns_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring16_V2p2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_tools.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V1p1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V0_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V2p1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V0_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V2p1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring16_nonTrig_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Summer20_PhaseII_V0_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Winter22_122X_V1_cff.py", + "RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDRVertexAssigned.h", + "RecoJets/JetAssociationProducers/python/ic5PFJetTracksAssociatorAtVertex_cfi.py", + "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalCrystalMatrixProbality.h", + "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalDeadChannelRecoveryAlgos.h", + "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalDeadChannelRecoveryBDTG.h", + "RecoLocalCalo/EcalRecProducers/interface/EcalUncalibRecHitFillDescriptionWorkerFactory.h", + "RecoLocalCalo/EcalRecProducers/interface/EcalUncalibRecHitWorkerRunOneDigiBase.h", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitConvertGPU2CPUFormat.cc", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsAlgoGPU.cu", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsKernels.cu", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsProducer.cc", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsProducerGPU.cc", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerFixedAlphaBetaFit.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/AmplitudeComputationCommonKernels.h", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/AmplitudeComputationKernels.dev.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalMultifitConditionsHostESProducer.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalRecHitConditionsESProducer.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitMultiFitAlgoPortable.dev.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitMultiFitAlgoPortable.h", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitProducerPortable.cc", + "RecoLocalCalo/EcalRecProducers/python/ecalFixedAlphaBetaFitUncalibRecHit_cfi.py", + "RecoLocalCalo/EcalRecProducers/src/EcalUncalibRecHitFillDescriptionWorkerFactory.cc", + "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducer.py", + "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducerGPU.py", + "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducerGPU_harvesting.py", + "RecoLocalCalo/HGCalRecAlgos/interface/alpaka/HGCalRecHitCalibrationAlgorithms.h", + "RecoLocalCalo/HGCalRecAlgos/plugins/alpaka/HGCalRecHitCalibrationAlgorithms.dev.cc", + "RecoLocalCalo/HGCalRecAlgos/plugins/alpaka/HGCalRecHitConfigurationESProducer.cc", + "RecoLocalCalo/HGCalRecProducers/interface/alpaka/HGCalSoAClustersExtraDeviceCollection.h", + "RecoLocalCalo/HGCalRecProducers/plugins/HGCalLayerClusterHeterogeneousDumper.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HGCalLayerClusterHeterogeneousSoADumper.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsConditions.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsFiller.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsFiller.h", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersAlgoWrapper.dev.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersSoAAlgoWrapper.dev.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersSoAAlgoWrapper.h", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalSoALayerClustersProducer.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalSoARecHitsLayerClustersProducer.cc", + "RecoLocalCalo/HcalRecAlgos/plugins/alpaka/HcalRecoParamsWithPulseShapesESProducer.cc", + "RecoLocalCalo/HcalRecProducers/plugins/alpaka/HcalSiPMCharacteristicsESProducer.cc", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco2DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco4DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_MTPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_MTPatternReco2D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_MTPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_MTPatternReco4D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/GEMRecHit/test/SingleMuPt100_cfi_GEM-SIM-DIGI_Extended2015MuonGEMDev.py", + "RecoLocalTracker/ClusterParameterEstimator/interface/ClusterParameterEstimator.h", + "RecoLocalTracker/ClusterParameterEstimator/interface/PixelClusterParameterEstimator.h", + "RecoLocalTracker/ClusterParameterEstimator/interface/StripClusterParameterEstimator.h", + "RecoLocalTracker/Configuration/python/RecoLocalTracker_Cosmics_EventContent_cff.py", + "RecoLocalTracker/Phase2TrackerRecHits/python/Phase2StripCPEGeometricESProducer_cfi.py", + "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerAlgorithm.cc", + "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerAlgorithm.h", + "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerSequentialAlgorithm.h", + "RecoLocalTracker/SiPhase2VectorHitBuilder/interface/VectorHitBuilderAlgorithm.h", + "RecoLocalTracker/SiPhase2VectorHitBuilder/interface/VectorHitBuilderAlgorithmBase.h", + "RecoLocalTracker/SiPhase2VectorHitBuilder/plugins/SiPhase2RecHitMatcherESProducer.cc", + "RecoLocalTracker/SiPhase2VectorHitBuilder/plugins/VectorHitBuilderEDProducer.cc", + "RecoLocalTracker/SiPhase2VectorHitBuilder/test/Clusters_productionAndTesting.py", + "RecoLocalTracker/SiPhase2VectorHitBuilder/test/VHs_SeedingOT_productionAndTesting.py", + "RecoLocalTracker/SiPhase2VectorHitBuilder/test/VHs_combinatorialStudies_PU200.py", + "RecoLocalTracker/SiPixelClusterizer/plugins/SiPixelDigisClustersFromSoAAlpaka.cc", + "RecoLocalTracker/SiPixelClusterizer/plugins/alpaka/SiPixelPhase2DigiToCluster.cc", + "RecoLocalTracker/SiPixelClusterizer/plugins/alpaka/SiPixelRawToClusterKernel.dev.cc", + "RecoLocalTracker/SiPixelClusterizer/python/SiPixelClusterizerPreSplitting_cfi.py", + "RecoLocalTracker/SiPixelRecHits/interface/alpaka/PixelCPEFastParamsCollection.h", + "RecoLocalTracker/SiPixelRecHits/plugins/alpaka/PixelCPEFastParamsESProducerAlpaka.cc", + "RecoLocalTracker/SiStripClusterizer/interface/StripClusterizerAlgorithmFactory.h", + "RecoLocalTracker/SiStripClusterizer/plugins/SiStripClusterizerConditionsESProducer.cc", + "RecoLocalTracker/SiStripClusterizer/plugins/SiStripClusterizerConditionsGPUESProducer.cc", + "RecoLocalTracker/SiStripClusterizer/python/SiStripClusters2ApproxClusters_cff.py", + "RecoLocalTracker/SiStripClusterizer/python/test/ClusterRefinerTagMCmerged_cfi.py", + "RecoLocalTracker/SiStripClusterizer/python/test/ClusterizerUnitTestFunctions_cff.py", + "RecoLocalTracker/SiStripClusterizer/test/step2_RAW2DIGI_L1Reco_RECO_ApproxClusters.py", + "RecoLocalTracker/SiStripClusterizer/test/step2_RAW2DIGI_L1Reco_RECO_ApproxClusters_streamerOutput.py", + "RecoLocalTracker/SiStripClusterizer/test/testSiStripQuality/SiStripBadChannel.tpl", + "RecoLocalTracker/SiStripClusterizer/test/testSiStripQuality/SiStripBadModule.tpl", + "RecoLocalTracker/SiStripRecHitConverter/interface/SiStripRecHitConverterAlgorithm.h", + "RecoLocalTracker/SiStripRecHitConverter/plugins/SiStripRecHitMatcherESProducer.cc", + "RecoLocalTracker/SiStripRecHitConverter/plugins/SiStripRecHitMatcherESProducer.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/IteratedMedianCMNSubtractor.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripCommonModeNoiseSubtractor.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripRawProcessingAlgorithms.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripRawProcessingFactory.h", + "RecoLocalTracker/SiStripZeroSuppression/python/SiStripZeroSuppression_SimData_cfi.py", + "RecoLocalTracker/SiStripZeroSuppression/python/siStripMergeZeroSuppression_cfi.py", + "RecoLocalTracker/SiStripZeroSuppression/test/SiStripZS_EmulateHybrid_RealData.py", + "RecoLocalTracker/SubCollectionProducers/interface/PixelClusterSelectorTopBottom.h", + "RecoLocalTracker/SubCollectionProducers/interface/StripClusterSelectorTopBottom.h", + "RecoLocalTracker/SubCollectionProducers/python/ClusterMultiplicityFilter_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/TopBottomClusterInfoProducer_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/TrackCandidateTopBottomHitFilter_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/hltTrackClusterRemoverNew_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/splitter_tracking_RunI_setup_cff.py", + "RecoLocalTracker/SubCollectionProducers/python/test/ClusterMCsplitStrips_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/test/MCsplitStripsCustomize_cff.py", + "RecoLuminosity/LumiProducer/test/analysis/test/crab3_ALCALUMIPIXELS_PIXONLY_DATA.py", + "RecoMTD/TransientTrackingRecHit/plugins/MTDTransientTrackingRecHitBuilderESProducer.cc", + "RecoMTD/TransientTrackingRecHit/python/MTDTransientTrackingRecHitBuilder_cfi.py", + "RecoMuon/L3MuonIsolationProducer/plugins/L3MuonCombinedRelativeIsolationProducer.cc", + "RecoMuon/L3MuonIsolationProducer/plugins/L3MuonCombinedRelativeIsolationProducer.h", + "RecoMuon/MuonIdentification/python/Identification/cutBasedMuonId_MuonPOG_V0_cff.py", + "RecoMuon/MuonIdentification/python/Identification/globalMuonPromptTight_V0_cff.py", + "RecoMuon/MuonIsolationProducers/python/muIsoDepositCalByAssociatorTowers_cfi.py", + "RecoMuon/StandAloneMuonProducer/python/standAloneMuonsDirectTrajectoryBuilder_cfi.py", + "RecoMuon/TrackerSeedGenerator/python/pixelTrackFilterByKinematicsForTSGFromL1_cfi.py", + "RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHitBreaker.h", + "RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHitBuilder.h", + "RecoMuon/TransientTrackingRecHit/plugins/MuonTransientTrackingRecHitBuilderESProducer.cc", + "RecoMuon/TransientTrackingRecHit/python/MuonTransientTrackingRecHitBuilder_cfi.py", + "RecoParticleFlow/Configuration/python/DBS_Samples/RelValQCD_FlatPt_15_3000_Fast_cfi.py", + "RecoParticleFlow/Configuration/python/RecoParticleFlow_conversion_EventContent_cff.py", + "RecoParticleFlow/Configuration/python/RecoParticleFlow_nuclear_EventContent_cff.py", + "RecoParticleFlow/PFClusterProducer/interface/alpaka/PFClusteringEdgeVarsDeviceCollection.h", + "RecoParticleFlow/PFClusterProducer/interface/alpaka/PFClusteringVarsDeviceCollection.h", + "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/GenericSimClusterMapper.cc", + "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/RealisticHitToClusterAssociator.h", + "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/RealisticSimClusterMapper.cc", + "RecoParticleFlow/PFClusterProducer/plugins/alpaka/PFClusterSoAProducerKernel.dev.cc", + "RecoParticleFlow/PFClusterProducer/python/particleFlowBadHcalPseudoCluster_cff.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterECALUncorrected_cfi.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterOOTECALUncorrected_cff.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterTimeAssigner_cfi.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowRealisticSimClusterHGCCalibrations_cfi.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowZeroSuppressionECAL_cff.py", + "RecoParticleFlow/PFProducer/plugins/importers/LooseNuclearInteractionTrackImporter.cc", + "RecoParticleFlow/PFProducer/plugins/importers/NuclearInteractionTrackImporter.cc", + "RecoParticleFlow/PFProducer/plugins/importers/VeryLooseNuclearInteractionTrackImporter.cc", + "RecoParticleFlow/PFProducer/test/particleFlowBlock_NewECalAndHCalLinker_HLT_cfi.py", + "RecoParticleFlow/PFRecHitProducer/interface/alpaka/PFRecHitParamsDeviceCollection.h", + "RecoParticleFlow/PFRecHitProducer/interface/alpaka/PFRecHitTopologyDeviceCollection.h", + "RecoParticleFlow/PFRecHitProducer/plugins/alpaka/PFRecHitECALParamsESProducer.cc", + "RecoParticleFlow/PFRecHitProducer/plugins/alpaka/PFRecHitHCALParamsESProducer.cc", + "RecoParticleFlow/PFRecHitProducer/src/alpaka/PFRecHitTopologyDeviceCollection.cc", + "RecoTBCalo/EcalTBHodoscopeReconstructor/interface/EcalTBHodoscopeRawInfoDumper.h", + "RecoTBCalo/EcalTBHodoscopeReconstructor/interface/EcalTBHodoscopeRecInfoProducer.h", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/EcalTBHodoscopeReconstructor_cfi.py", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecal2004TBHodoscopeReconstructor_cfi.py", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecal2006TBHodoscopeReconstructor_cfi.py", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecalTBSimHodoscopeReconstructor_cfi.py", + "RecoTauTag/RecoTau/python/PFRecoTauDiscriminationAgainstElectronMVA6Phase2_cff.py", + "RecoTauTag/RecoTau/python/tauDiscriminationAgainstElectronMVA6Phase2_mvaDefs_cff.py", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitPairGeneratorForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitPairGeneratorForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitQuadrupletGeneratorForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitQuadrupletGeneratorForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/HitPairGeneratorFromLayerPairForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/HitPairGeneratorFromLayerPairForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/HitQuadrupletGeneratorFromLayerPairForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/HitQuadrupletGeneratorFromLayerPairForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadruplets.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.h", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLeg.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLegAlgo.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLegAlgo.h", + "RecoTracker/ConversionSeedGenerators/plugins/SeedForPhotonConversionFromQuadruplets.cc", + "RecoTracker/ConversionSeedGenerators/plugins/SeedForPhotonConversionFromQuadruplets.h", + "RecoTracker/ConversionSeedGenerators/python/PhotonConversionTrajectorySeedProducerFromQuadruplets_cfi.py", + "RecoTracker/ConversionSeedGenerators/python/PhotonConversionTrajectorySeedProducerFromSingleLeg_cfi.py", + "RecoTracker/DisplacedRegionalTracking/plugins/DisplacedRegionSeedingVertexProducer.cc", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-10mu-fulldet-build-extrectracks.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-10mu-fulldet-build.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-benchmarks-multiiter.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-ttbar-fulldet-build-extrectracks.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-ttbar-fulldet-build.sh", + "RecoTracker/MkFitCore/standalone/xeon_scripts/benchmark-cmssw-ttbar-fulldet-build-remote.sh", + "RecoTracker/MkFitCore/standalone/xeon_scripts/benchmark-cmssw-ttbar-fulldet-build.sh", + "RecoTracker/PixelLowPtUtilities/interface/StripSubClusterShapeTrajectoryFilter.h", + "RecoTracker/PixelLowPtUtilities/python/StripSubClusterShapeTrajectoryFilter_cfi.py", + "RecoTracker/PixelSeeding/interface/HitTripletGeneratorFromPairAndLayersFactory.h", + "RecoTracker/PixelTrackFitting/plugins/PixelFitterByConformalMappingAndLineProducer.cc", + "RecoTracker/PixelTrackFitting/plugins/PixelTrackCleanerBySharedHitsESProducer.cc", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForBeamHalo_cff.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForBeamHalo_cfi.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsP5_cff.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cff.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cfi.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmics_cfi.py", + "RecoTracker/TkMSParametrization/interface/MultipleScatteringParametrisationMaker.h", + "RecoTracker/TkMSParametrization/plugins/MultipleScatteringParametrisationMakerESProducer.cc", + "RecoTracker/TkMSParametrization/src/ES_MultipleScatteringParametrisationMaker.cc", + "RecoTracker/TkSeedGenerator/interface/MultiHitGeneratorFromPairAndLayersFactory.h", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsStraightLineCreator.cc", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsStraightLineCreator.h", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsTripletOnlyCreator.cc", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsTripletOnlyCreator.h", + "RecoTracker/TkSeedGenerator/python/SeedFromConsecutiveHitsStraightLineCreator_cfi.py", + "RecoTracker/TkSeedGenerator/python/SeedFromConsecutiveHitsTripletOnlyCreator_cfi.py", + "RecoTracker/TkSeedGenerator/python/SeedGeneratorFromProtoTracksEDProducer_cff.py", + "RecoTracker/TkSeedGenerator/python/SeedGeneratorFromRegionHitsEDProducer_cfi.py", + "RecoTracker/TkSeedGenerator/python/seedCreatorFromRegionConsecutiveHitsEDProducer_cff.py", + "RecoTracker/TkSeedGenerator/python/seedCreatorFromRegionConsecutiveHitsTripletOnlyEDProducer_cff.py", + "RecoTracker/TkSeedingLayers/python/PixelLessLayerPairs4PixelLessTracking_cfi.py", + "RecoTracker/TkSeedingLayers/python/TTRHBuilderWithoutAngle4MixedTriplets_cfi.py", + "RecoTracker/TkSeedingLayers/python/TTRHBuilderWithoutAngle4PixelTriplets_cfi.py", + "RecoTracker/TkTrackingRegions/interface/GlobalTrackingRegionProducerFromBeamSpot.h", + "RecoTracker/TkTrackingRegions/plugins/CandidatePointSeededTrackingRegionsProducer.h", + "RecoTracker/TkTrackingRegions/plugins/GlobalTrackingRegionWithVerticesProducer.h", + "RecoTracker/TkTrackingRegions/plugins/PixelInactiveAreaTrackingRegionsSeedingLayersProducer.cc", + "RecoTracker/TransientTrackingRecHit/interface/TkTransientTrackingRecHitBuilder.h", + "RecoTracker/TransientTrackingRecHit/plugins/TkTransientTrackingRecHitBuilderESProducer.cc", + "RecoTracker/TransientTrackingRecHit/python/TransientTrackingRecHitBuilderWithoutRefit_cfi.py", + "RecoTracker/TransientTrackingRecHit/python/TransientTrackingRecHitBuilder_cfi.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsEarly10TeVCollision_cff.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsEarly10TeVCollision_cfi.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsNominalCollision_cff.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsNominalCollision_cfi.py", + "RecoVertex/ConfigurableVertexReco/interface/ConfigurableAdaptiveReconstructor.h", + "RecoVertex/GaussianSumVertexFit/interface/GsfVertexTrackCompatibilityEstimator.h", + "RecoVertex/KinematicFitPrimitives/interface/ExtendedPerigeeTrajectoryParameters.h", + "RecoVertex/KinematicFitPrimitives/interface/KinematicParticleFactoryFromTransientTrack.h", + "RecoVertex/KinematicFitPrimitives/interface/ParticleKinematicLinearizedTrackState.h", + "RecoVertex/KinematicFitPrimitives/interface/ParticleKinematicLinearizedTrackStateFactory.h", + "RecoVertex/KinematicFitPrimitives/interface/TransientTrackKinematicStateBuilder.h", + "RecoVertex/KinematicFitPrimitives/src/KinematicParticleFactoryFromTransientTrack.cc", + "RecoVertex/KinematicFitPrimitives/src/ParticleKinematicLinearizedTrackStateFactory.cc", + "RecoVertex/LinearizationPointFinders/interface/CrossingPtBasedLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/interface/DefaultLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/interface/FallbackLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/interface/SubsetHSMLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/src/CrossingPtBasedLinearizationPointFinder.cc", + "RecoVertex/PixelVertexFinding/plugins/alpaka/PixelVertexWorkSpaceSoADeviceAlpaka.h", + "RecoVertex/PrimaryVertexProducer/interface/AdaptiveChisquarePrimaryVertexFitter.h", + "RecoVertex/PrimaryVertexProducer/interface/SequentialPrimaryVertexFitterAdapter.h", + "RecoVertex/PrimaryVertexProducer/python/OfflinePrimaryVerticesFromCosmicTracks_cfi.py", + "RecoVertex/TrimmedKalmanVertexFinder/interface/ConfigurableTrimmedVertexFinder.h", + "SLHCUpgradeSimulations/Geometry/data/PhaseI/EmptyPixelSkimmedGeometry_phase1.txt", + "SLHCUpgradeSimulations/Geometry/data/PhaseII/Tilted/EmptyPixelSkimmedGeometry.txt", + "SimCalorimetry/Configuration/python/SimCalorimetry_EcalSelectiveReadoutProducers_setBeamcom09_cff.py", + "SimCalorimetry/EcalEBTrigPrimAlgos/interface/EcalEBPhase2AmplitudeReconstructor.h", + "SimCalorimetry/EcalEBTrigPrimProducers/plugins/EcalEBTrigPrimPhase2ESProducer.cc", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitiveDigis_cff.py", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitiveDigis_cfi.py", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitivePhase2Digis_cfi.py", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitivePhase2ESProducer_cfi.py", + "SimCalorimetry/EcalElectronicsEmulation/python/EcalElecEmulTccOnlyExample_cfg.py", + "SimCalorimetry/EcalSelectiveReadoutAlgos/interface/EcalSelectiveReadoutSuppressor.h", + "SimCalorimetry/EcalSelectiveReadoutProducers/interface/namespace_ecalsrcondtools.h", + "SimCalorimetry/EcalSelectiveReadoutProducers/plugins/EcalSelectiveReadoutProducer.cc", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTrigPrimESProducer_craft_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_CosmicsConfiguration_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_barrelOnly_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_craft_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_craft_cfi.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_mc_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_mc_cfi.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_readDBOffline_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_readDBOffline_cfi.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_with_suppressed_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_with_suppressed_cfi.py", + "SimCalorimetry/EcalZeroSuppressionProducers/doc/EcalZeroSuppressionProducers.doc", + "SimCalorimetry/EcalZeroSuppressionProducers/interface/ESZeroSuppressionProducer.h", + "SimCalorimetry/EcalZeroSuppressionProducers/interface/EcalZeroSuppressionProducer.h", + "SimCalorimetry/EcalZeroSuppressionProducers/python/ecalGlobalZeroSuppression_cfi.py", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllHitToTracksterAssociatorsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllLayerClusterToTracksterAssociatorsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllTracksterToSimTracksterAssociatorsByHitsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllTracksterToSimTracksterAssociatorsByLCsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToLayerClusterAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToLayerClusterAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToSimClusterCaloParticleAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToSimClusterCaloParticleAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToTracksterAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToTracksterAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorEDProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/SimClusterToCaloParticleAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/SimClusterToCaloParticleAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorEDProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorEDProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/python/HitToTracksterAssociation_cfi.py", + "SimCalorimetry/HGCalAssociatorProducers/python/SimClusterToCaloParticleAssociation_cfi.py", + "SimCalorimetry/HGCalAssociatorProducers/python/TSToSimTSAssociationByHits_cfi.py", + "SimCalorimetry/HGCalSimProducers/data/doseParams_3000fb_fluka_HFNose_3.7.20.12_Eta2.4.txt", + "SimCalorimetry/HcalZeroSuppressionProducers/doc/HcalZeroSuppressionProducers.doc", + "SimCalorimetry/HcalZeroSuppressionProducers/interface/HcalZeroSuppressionAlgo.h", + "SimCalorimetry/HcalZeroSuppressionProducers/python/NoHcalZeroSuppression_cff.py", + "SimCalorimetry/HcalZeroSuppressionProducers/python/hcalDigisNoSuppression_cfi.py", + "SimDataFormats/Associations/interface/LayerClusterToCaloParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/LayerClusterToSimClusterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/LayerClusterToSimTracksterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociationMap.h", + "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociator.h", + "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MtdSimLayerClusterToRecoClusterAssociationMap.h", + "SimDataFormats/Associations/interface/MtdSimLayerClusterToTPAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MultiClusterToCaloParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MuonToTrackingParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TrackToTrackingParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TracksterToSimClusterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TracksterToSimTracksterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TracksterToSimTracksterHitLCAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/VertexToTrackingVertexAssociatorBaseImpl.h", + "SimDataFormats/Associations/src/LayerClusterToCaloParticleAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/LayerClusterToSimTracksterAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/MtdRecoClusterToSimLayerClusterAssociationMap.cc", + "SimDataFormats/Associations/src/MtdRecoClusterToSimLayerClusterAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/MtdSimLayerClusterToRecoClusterAssociationMap.cc", + "SimDataFormats/Associations/src/MultiClusterToCaloParticleAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/TracksterToSimTracksterHitLCAssociatorBaseImpl.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.h", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsProducer.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorEDProducer.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdImpl.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdImpl.h", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdProducer.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorEDProducer.cc", + "SimFastTiming/MtdAssociatorProducers/python/mtdRecoClusterToSimLayerClusterAssociation_cfi.py", + "SimFastTiming/MtdAssociatorProducers/python/mtdSimLayerClusterToTPAssociation_cfi.py", + "SimGeneral/Configuration/python/RunsAndWeights_Run2018_Equal_Lumi_Integer_Weights.py", + "SimGeneral/DataMixingModule/python/supplementary/DigiRecoExampleMC_STARTUP_cfg.py", + "SimGeneral/DataMixingModule/python/supplementary/ReconstructionLocalCosmics_cff.py", + "SimGeneral/DataMixingModule/python/supplementary/recoT0DQM_EvContent_40T_digiOnly_cfg.py", + "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_11h_8h_hybrid2p40_cfi.py", + "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_12p5h_9h_hybrid2p23_cfi.py", + "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_14h_10h_hybrid2p05_cfi.py", + "SimGeneral/MixingModule/python/Run3_2025_LHC_Simulation_fill12p5h_levelling9h_nb2340_xSec80mb_il2p23_cfi.py", + "SimGeneral/MixingModule/python/mix_2012_Summer_50ns_PoissonOOTPU_ExtWind_cfi.py", + "SimGeneral/MixingModule/python/mix_2012_lumiLevel_15_20_50ns_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2015_25nsLowPU_matchData_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2015_25ns_FallMC_matchData_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2016_25ns_SpringMC_PUScenarioV1_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2016_PoissonOOTPU_HighPUTrains_Fill5412_cfi.py", + "SimGeneral/MixingModule/python/mix_2017_25ns_WinterMC_PUScenarioV1_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2018_25ns_JuneProjectionFull18_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2018_25ns_ProjectedPileup_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2022_25ns_RunIII2022Summer24_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2023_25ns_RunIII2023Summer24_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2023_Fills_8807_8901_ProjectedPileup_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2024_25ns_RunIII2024Summer24_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_E7TeV_Fall2011_Reprocess_50ns_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_25ns_PoissonOOT_cfi.py", + "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_50ns_PoissonOOT.py", + "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_inTimeOnly_cfi.py", + "SimGeneral/TrackingAnalysis/python/trackingParticleNumberOfLayersProducer_cff.py", + "SimTracker/TrackAssociation/python/trackingParticleRecoTrackAsssociation_cff.py", + "SimTracker/TrackAssociation/python/trackingParticleRecoTrackAsssociation_cfi.py", + "SimTracker/TrackAssociatorProducers/plugins/QuickTrackAssociatorByHitsProducer.cc", + "SimTracker/TrackAssociatorProducers/plugins/TrackAssociatorByPositionProducer.cc", + "SimTracker/TrackerMaterialAnalysis/data/dd4hep_trackingMaterialGroups_ForPhaseII.xml", + "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseI/v1/trackingMaterialGroups_ForPhaseI.xml", + "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseII/v1/trackingMaterialGroups_ForPhaseII.xml", + "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseII/v2/trackingMaterialGroups_ForPhaseII.xml", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_ListGroupsMaterialDifference.h", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_MaterialAccountingGroup.cc", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_MaterialAccountingGroup.h", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialAnalyser.cc", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialAnalyser.h", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialPlotter.cc", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialPlotter.h", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHFNosePhaseII_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHGCalPhaseII_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHGCalPhaseII_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseII_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseII_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseI_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseI_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialProducerHFNose_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialProducerHFNose_cfi.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialAnalyser_ForHFNosePhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialAnalyser_ForHGCalPhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForHFNosePhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForHGCalPhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForPhaseI.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForPhaseII.py", + "SimTracker/VertexAssociation/plugins/VertexAssociatorByPositionAndTracksProducer.cc", + "SimTransport/TotemRPProtonTransportParametrization/interface/LHCOpticsApproximator.h", + "SimTransport/TotemRPProtonTransportParametrization/src/LHCOpticsApproximator.cc", + "TopQuarkAnalysis/TopEventProducers/python/producers/TtDilepEvtSolProducer_cfi.py", + "TopQuarkAnalysis/TopEventProducers/python/producers/TtSemiEvtSolProducer_cfi.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttFullHadEvtHypotheses_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttFullLepEvtHypotheses_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepEvtHypotheses_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepKinematicFit_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepMVASelection_cff.py", + "TopQuarkAnalysis/TopEventSelection/data/TtFullHadSignalSelMVATrainTreeSaver.xml", + "TopQuarkAnalysis/TopEventSelection/data/TtSemiLepSignalSelMVATrainTreeSaver.xml", + "TopQuarkAnalysis/TopEventSelection/python/TtFullHadSignalSelMVATrainTreeSaver_cff.py", + "TopQuarkAnalysis/TopEventSelection/python/TtSemiLepSignalSelMVATrainTreeSaver_cff.py", + "TopQuarkAnalysis/TopJetCombination/plugins/TtSemiLepJetCombWMassDeltaTopMass.cc", + "TopQuarkAnalysis/TopJetCombination/python/TtSemiLepJetCombMVATrainTreeSaver_cff.py", + "TopQuarkAnalysis/TopJetCombination/python/TtSemiLepJetCombWMassDeltaTopMass_cfi.py", + "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Fall11_cff.py", + "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Spring10_cff.py", + "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Summer11_cff.py", + "TrackPropagation/SteppingHelixPropagator/plugins/SteppingHelixPropagatorESProducer.cc", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorAlong_cfi.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorAny_cfi.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorHLT_cff.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorOpposite_cfi.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorsNoErrorPropagation_cff.py", + "TrackPropagation/SteppingHelixPropagator/test/SteppingHelixPropagatorAnalyzer.cc", + "TrackingTools/GeomPropagators/interface/AnalyticalTrajectoryExtrapolatorToLine.h", + "TrackingTools/KalmanUpdators/python/MRHChi2MeasurementEstimatorESProducer_cfi.py", + "TrackingTools/MaterialEffects/python/RungeKuttaTrackerPropagatorOpposite_cfi.py", + "TrackingTools/PatternTools/interface/trackingParametersAtClosestApproachToBeamSpot.h", + "TrackingTools/PatternTools/src/trackingParametersAtClosestApproachToBeamSpot.cc", + "TrackingTools/TrajectoryFiltering/interface/ChargeSignificanceTrajectoryFilter.h", + "TrackingTools/TrajectoryFiltering/interface/MaxConsecLostHitsTrajectoryFilter.h", + "TrackingTools/TrajectoryParametrization/interface/CurvilinearTrajectoryParameters.h", + "TrackingTools/TrajectoryParametrization/interface/PerigeeTrajectoryParameters.h", + "TrackingTools/TransientTrackingRecHit/interface/GenericTransientTrackingRecHit.h", + "TrackingTools/TransientTrackingRecHit/interface/TransientTrackingRecHitBuilder.h", + "Utilities/ReleaseScripts/ignominy/config/IgnominyCommon/IgGNUPlotTemplate_CMS.gnu", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_baseline.json", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_newClass.json", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_removeClass.json", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_versionUpdate.json", + "Utilities/StorageFactory/test/test_multiple_files_file_statistics_sender_cfg.py", + "Validation/CTPPS/python/ctppsProtonReconstructionEfficiencyEstimatorData_cfi.py", + "Validation/CaloTowers/test/runNoise_valid_simhits_digis_rechits_calotowers_ZS_cfg.py", + "Validation/HGCalValidation/test/python/testValidationHGCalTrigPrim_RelVal_cfg.py", + "Validation/RecoEgamma/python/ElectronMcSignalValidatorPt1000_gedGsfElectrons_cfi.py", + "Validation/RecoEgamma/test/ElectronMcSignalValidationPt1000_gedGsfElectrons_cfg.py", + "Validation/SiPixelPhase1ConfigV/python/SiPixelPhase1OfflineDQM_harvestingV_cff.py", + "Validation/SiPixelPhase1TrackClustersV/python/SiPixelPhase1TrackClustersV_cfi.py", + "Validation/SiPixelPhase1TrackingParticleV/interface/SiPixelPhase1TrackingParticleV.h", + "Validation/SiPixelPhase1TrackingParticleV/python/SiPixelPhase1TrackingParticleV_cfi.py", + "Validation/SiPixelPhase1TrackingParticleV/src/SiPixelPhase1TrackingParticleV.cc" + ], + "squashed": false, + "time": 1745323524 + }, + "c517197968311f47b2364027cfd0db5d1b1628c2": { + "files": [ + "Alignment/APEEstimation/python/samples/Data_TkAlMinBias_Run2018C_PromptReco_v3_cff.py", + "Alignment/APEEstimation/python/samples/Data_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py", + "Alignment/APEEstimation/python/samples/Data_TkAlZMuMu_Run2015B_DoubleMuon_PromptReco_v1_cff.py", + "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_ApeSkim_cff.py", + "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_cff.py", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsEntry.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsStore.h", + "Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationPluginFactory.h", + "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorTracksFromTrajectories.cc", + "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorMuonResidualsDefaults_cff.py", + "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorSegmentDifferences_cfi.py", + "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentDerivativesExtractor.h", + "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/KarimakiAlignmentDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/ParametersToParametersDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters4D.h", + "Alignment/CommonAlignmentParametrization/interface/SegmentAlignmentDerivatives4D.h", + "Alignment/CommonAlignmentParametrization/interface/TwoBowedSurfacesAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/src/BowedSurfaceAlignmentDerivatives.cc", + "Alignment/CommonAlignmentParametrization/src/CompositeAlignmentDerivativesExtractor.cc", + "Alignment/CommonAlignmentParametrization/src/ParametersToParametersDerivatives.cc", + "Alignment/CommonAlignmentParametrization/src/TwoBowedSurfacesAlignmentParameters.cc", + "Alignment/CommonAlignmentProducer/interface/AlignmentTracksFromVertexCompositeCandidateSelector.h", + "Alignment/CommonAlignmentProducer/interface/AlignmentTwoBodyDecayTrackSelector.h", + "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexCompositeCandidateSelectorModule.cc", + "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexSelectorModule.cc", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHaloOverlaps_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlCalIsolatedMu_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmics_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlStandAloneCosmics_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli0T_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGCombined_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGDiMuon_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGCombined_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGDiMuon_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHG_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLT_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsInCollisions_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlDiMuonAndVertex_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracksZMuMu_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedHI_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedPA_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuHI_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuPA_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHGCombined_cff.py", + "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHLTHGCombined_cff.py", + "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexCompositeCandidateSelector_cfi.py", + "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexSelector_cfi.py", + "Alignment/CommonAlignmentProducer/src/AlignmentTracksFromVertexCompositeCandidateSelector.cc", + "Alignment/LaserAlignment/python/ExpectedCorrectionsShiftsAndRotationsTEC2TEC_cfi.py", + "Alignment/MillePedeAlignmentAlgorithm/plugins/ZMuMuMassConstraintParameterFinder.cc", + "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/ConfigureAlignmentProducer.py", + "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/myMessageLogger_cff.py", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/README.md", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/printParameters.C", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/submit_jobs.sh", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/zmumudistribution_cfg.py", + "Alignment/MillePedeAlignmentAlgorithm/test/test_ZMuMuMassConstraintParameterFinder.sh", + "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOct2010holes.phipos", + "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_diskfitters_cff.py", + "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_ringfitters_cff.py", + "Alignment/MuonAlignmentAlgorithms/test/test_CSCOverlapsAlignmentAlgorithm_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/PixelBaryCentreAnalyzer_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/condorTemplate.submit", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/executableTemplate.sh", + "Alignment/OfflineValidation/test/examples/PV_alignments_multiple_merge_jobs.yaml", + "Alignment/OfflineValidation/test/examples/jetHtAnalysis_fullExampleConfiguration.json", + "Alignment/OfflineValidation/test/examples/jetHtFilesForRun2018A_first100files.txt", + "Alignment/OfflineValidation/test/testingScripts/test_unitSagittaBiasNtuplizer.sh", + "Alignment/TrackerAlignment/scripts/TkAlCaRecoPrescaling.ALCARECOTkAlCosmics0T.tpl", + "Alignment/TrackerAlignment/test/Misalignments/createRandomlyMisalignedGeometry_Phase2_cfg.py", + "Alignment/TrackerAlignment/test/Misalignments/createRandomlyMisalignedGeometry_cfg.py", + "AnalysisAlgos/SiStripClusterInfoProducer/plugins/SiStripProcessedRawDigiProducer.cc", + "AnalysisAlgos/SiStripClusterInfoProducer/python/SiStripProcessedRawDigiProducer_SimData_cfi.py", + "AnalysisAlgos/SiStripClusterInfoProducer/python/SiStripProcessedRawDigiProducer_cfi.py", + "CalibCalorimetry/EcalCorrectionModules/src/EcalGlobalShowerContainmentCorrectionsVsEtaESProducer.cc", + "CalibCalorimetry/EcalCorrectionModules/src/EcalShowerContainmentCorrectionsESProducer.cc", + "CalibCalorimetry/EcalCorrectionModules/test/stubs/EcalContainmentCorrectionAnalyzer.cc", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/doc/EcalCorrelatedNoiseAnalysisAlgos.doc", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/test/EcnaCalculationsExample.cc", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R175975_1_0_150_Dee0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R175975_1_0_150_SM0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R178231_1_0_150_Dee0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_1.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2_data.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2_simul.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_3.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanLSFJOBReports", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanPythonFiles", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanSubmissionScripts", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160077", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160994", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160998", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161016", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161020", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161311", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R162517", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R162811", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R170298", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R175975", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R178231", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_ideal.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_ideal_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_startup_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_ideal_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_startup_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_ideal_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_startup_prep.py", + "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv4_128_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv6_transparency_spikekill_2016_script.py", + "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv6_transparency_spikekill_2016_script_270062.py", + "CalibCalorimetry/EcalTrivialCondModules/interface/EcalTrivialConditionRetriever.h", + "CalibCalorimetry/EcalTrivialCondModules/python/EcalTrivialCondRetrieverTB_cfi.py", + "CalibMuon/DTCalibration/python/dt_offlineAnalysis_common_cosmics_vDriftSeg_cff.py", + "CalibPPS/AlignmentGlobal/python/ALCARECOPromptCalibProdPPSAlignment_Output_cff.py", + "CalibPPS/ESProducers/interface/CTPPSRPAlignmentCorrectionsDataESSourceXMLCommon.h", + "CalibPPS/TimingCalibration/plugins/PPSDiamondSampicTimingCalibrationPCLHarvester.cc", + "CalibPPS/TimingCalibration/plugins/PPSDiamondSampicTimingCalibrationPCLWorker.cc", + "CalibPPS/TimingCalibration/python/ALCARECOPPSDiamondSampicTimingCalibHarvester_cff.py", + "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_Output_cff.py", + "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_cff.py", + "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSTimingCalib_Output_cff.py", + "CalibTracker/Configuration/python/SiPixelCabling/SiPixelCabling_Frontier_DevDB_cff.py", + "CalibTracker/Configuration/python/SiPixelCabling/SiPixelCabling_Frontier_IntDB_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Fake_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_DevDB_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_IntDB_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_cff.py", + "CalibTracker/Configuration/python/SiStripLorentzAngle/SiStripLorentzAngle_Fake_cff.py", + "CalibTracker/Configuration/python/SiStripLorentzAngle/SiStripLorentzAngle_Frontier_cff.py", + "CalibTracker/Configuration/python/SiStripNoise/SiStripNoise_Fake_APVModeDec_cff.py", + "CalibTracker/Configuration/python/SiStripNoise/SiStripNoise_Fake_APVModePeak_cff.py", + "CalibTracker/Configuration/python/TrackerAlignment/TrackerAlignment_Frontier_cff.py", + "CalibTracker/Configuration/python/Tracker_DependentRecords_forGlobalTag_nofakes_cff.py", + "CalibTracker/SiPhase2TrackerESProducers/interface/SiPhase2OuterTrackerFakeLorentzAngleESSource.h", + "CalibTracker/SiPhase2TrackerESProducers/plugins/SiPhase2BadStripConfigurableFakeESSource.cc", + "CalibTracker/SiPhase2TrackerESProducers/plugins/SiPhase2OuterTrackerFakeLorentzAngleESSource.cc", + "CalibTracker/SiPhase2TrackerESProducers/python/SiPhase2OuterTrackerFakeLorentzAngleESSource_cfi.py", + "CalibTracker/SiPixelConnectivity/plugins/PixelToFEDAssociateFromAsciiESProducer.cc", + "CalibTracker/SiPixelConnectivity/plugins/PixelToFEDAssociateFromAsciiESProducer.h", + "CalibTracker/SiPixelConnectivity/plugins/PixelToLNKAssociateFromAsciiESProducer.cc", + "CalibTracker/SiPixelConnectivity/plugins/PixelToLNKAssociateFromAsciiESProducer.h", + "CalibTracker/SiPixelConnectivity/python/PixelToLNKAssociateFromAsciiESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationForHLTSimService.h", + "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationOfflineService.h", + "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationOfflineSimService.h", + "CalibTracker/SiPixelESProducers/plugins/SiPixelGainCalibrationForHLTGPUESProducer.cc", + "CalibTracker/SiPixelESProducers/plugins/SiPixelROCsStatusAndMappingWrapperESProducer.cc", + "CalibTracker/SiPixelESProducers/plugins/alpaka/SiPixelGainCalibrationForHLTSoAESProducer.cc", + "CalibTracker/SiPixelESProducers/python/SiPixel2DTemplateDBObjectESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/python/SiPixelFakeGenErrorDBObjectESSource_cfi.py", + "CalibTracker/SiPixelESProducers/python/SiPixelFakeTemplateDBObjectESSource_cfi.py", + "CalibTracker/SiPixelESProducers/python/siPixelQualityForDigitizerESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/python/siPixelQualityForRawToDigiESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/test/PixelFEDChannelCollectionMapTestReader_cfg.py", + "CalibTracker/SiPixelGainCalibration/python/SiPixelGainCalibrationAnalysis_cfi.py", + "CalibTracker/SiPixelGainCalibration/test/SimpleTestPrintOutPixelCalibAnalyzer.cc", + "CalibTracker/SiPixelLorentzAngle/interface/SiPixelLorentzAngleCalibrationStruct.h", + "CalibTracker/SiPixelLorentzAngle/python/ALCARECOSiPixelLorentzAngle_Output_cff.py", + "CalibTracker/SiPixelLorentzAngle/python/SiPixelLorentzAnglePCLHarvesterMCS_cfi.py", + "CalibTracker/SiPixelLorentzAngle/test/calculateLorentzAngleFromClusterSizeFpix.C", + "CalibTracker/SiPixelSCurveCalibration/interface/SiPixelSCurveCalibrationAnalysis.h", + "CalibTracker/SiPixelSCurveCalibration/python/SiPixelSCurveCalibrationAnalysis_cfi.py", + "CalibTracker/SiStripChannelGain/test/CodeExample/produceCalibrationTree_cfg_OnBatch.py", + "CalibTracker/SiStripChannelGain/test/Cosmic_B38/SiStrip_ChannelGain_Cosmic_Craft.db", + "CalibTracker/SiStripChannelGain/test/UsefullCode/Comparison/MakeChargeDistribution.C", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/MakeAsciiFileFromTree.C", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/MakeAsciiFileFromTree.sh", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/PredictedVsObserved.C", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/PredictedVsObserved.sh", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/ProducePayloadFromASCII_cfg.py", + "CalibTracker/SiStripChannelGain/test/UsefullCode/TimeHistory/MakeChargeDistribution.C", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/produceCalibrationTree_CosmicsLABP_cfg.py", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/produceCalibrationTree_template_cfg.py", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/submitCalibTree/__init__.py", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/submitCalibTree/launchJobs.py", + "CalibTracker/SiStripDCS/test/DetVOffReaderDebug__FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", + "CalibTracker/SiStripDCS/test/HV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", + "CalibTracker/SiStripDCS/test/LV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", + "CalibTracker/SiStripESProducers/plugins/DBWriter/SiStripFedCablingManipulator.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripBackPlaneCorrectionFakeESSource.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripBadModuleConfigurableFakeESSource.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripNoiseNormalizedWithApvGainBuilder.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripNoiseNormalizedWithApvGainBuilder.h", + "CalibTracker/SiStripESProducers/plugins/real/SiStripApvSimulationParametersESProducer.cc", + "CalibTracker/SiStripESProducers/plugins/real/SiStripBackPlaneCorrectionDepESProducer.cc", + "CalibTracker/SiStripESProducers/plugins/real/SiStripLorentzAngleDepESProducer.cc", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripApvGainDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBackPlaneCorrectionDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadChannelDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadFiberDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadModuleDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadStripDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadStripFromQualityDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBaseDelayDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripConfObjectDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripDetVOffDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripFedCablingDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripFedCablingManipulator_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripLatencyDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripLorentzAngleDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripNoisesDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripPedestalsDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripThresholdDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/SiStripBackPlaneCorrectionDepESProducer_cfi.py", + "CalibTracker/SiStripESProducers/python/SiStripHashedDetIdESProducerFromGeom_cfi.py", + "CalibTracker/SiStripESProducers/python/SiStripQualityConfigurableFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/Phase2TrackerConfigurableCablingESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripBackPlaneCorrectionFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripBadChannelFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripBadModuleConfigurableFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripConfObjectFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripFedCablingFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripLorentzAngleFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripApvGain_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBackPlaneCorrection_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadChannel_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadFiber_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadModule_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBaseDelay_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripClusterThreshold_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripConfObject_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripDetVOff_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripFedCabling_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripLatency_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripLorentzAngle_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_DecMode_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_PeakMode_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripPedestals_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripThreshold_cfg.py", + "CalibTracker/SiStripESProducers/test/python/SiStripBadAPVListBuilder_byHand_cfg.py", + "CalibTracker/SiStripESProducers/test/python/SiStripBadComponentBuilder_byHand_cfg.py", + "CalibTracker/SiStripESProducers/test/python/SiStripNoiseNormalizedWithApvGainBuilder_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripBackPlaneCorrectionDepDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripBackPlaneCorrectionDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripClusterThresholdDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleDepDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleSimDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_firstIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_secondIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_firstIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_secondIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_merge_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/read_DummyCondDBWriter_SiStripQuality_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/run.sh", + "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromBadModuleConfigurableFakeESSource_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromBadStripFakeESSource_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromQualityFakeESSource_cfg.py", + "CalibTracker/SiStripLorentzAngle/interface/SiStripLorentzAngleCalibrationHelpers.h", + "CalibTracker/SiStripLorentzAngle/interface/SiStripLorentzAngleCalibrationStruct.h", + "CalibTracker/SiStripLorentzAngle/test/step_PromptCalibProdSiStripLA_ALCAHARVEST_cfg.py", + "CalibTracker/SiStripQuality/interface/SiStripBadAPVAlgorithmFromClusterOccupancy.h", + "CalibTracker/SiStripQuality/interface/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.h", + "CalibTracker/SiStripQuality/interface/SiStripHotStripAlgorithmFromClusterOccupancy.h", + "CalibTracker/SiStripQuality/src/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.cc", + "CalibTracker/SiStripQuality/test/cfg/StudyExample/SiStripQualityStatistics_Cabling_cfg.py", + "CalibTracker/SiStripQuality/test/cfg/StudyExample/SiStripQualityStatistics_singleTag_cfg.py", + "CalibTracker/SiStripQuality/test/cfg/makeMergeBadComponentPayload_example_cfg.py", + "CalibTracker/StandaloneTrackerTopology/test/testStandaloneTrackerTopology_cfg.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalCalIsolElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalRecalIsolElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalTestPulsesRaw_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalUncalIsolElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOZeeMCEcalCalElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOZeeMC_plus_HLT_EcalCalElectron_Output_cff.py", + "Calibration/EcalCalibAlgos/python/ALCARECOPromptCalibProdEcalPedestals_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalGammaJetFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonProducerFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonProducerFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonProducerFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonProducerFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilterNoHLT_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilterNoHLT_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkNoHLT_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkProducerFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkProducerFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsolatedBunchSelector_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsolatedBunchSelector_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIterativePhiSym_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalLowPUHBHEMuonFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalLowPUHBHEMuonFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/test/HCalCalPedestal_ALCA_run251252_Run2015B_data.py", + "Calibration/HcalCalibAlgos/test/python/gammaJetAnalysis_data2012_noGJetProd_cfg.py", + "Calibration/HcalIsolatedTrackReco/plugins/EcalIsolatedParticleCandidateProducer.cc", + "Calibration/HcalIsolatedTrackReco/plugins/IsolatedEcalPixelTrackCandidateProducer.cc", + "Calibration/HcalIsolatedTrackReco/plugins/IsolatedPixelTrackCandidateL1TProducer.cc", + "Calibration/HcalIsolatedTrackReco/plugins/IsolatedPixelTrackCandidateProducer.cc", + "Calibration/IsolatedParticles/test/python/proto_runIsolatedParticlesGeneratedJets_cfg.py", + "Calibration/IsolatedParticles/test/python/proto_runIsolatedTracksNxNNzsData_cfg.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOAlCaPCCRandomFromRECO_Output_cff.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOAlCaPCCZeroBiasFromRECO_Output_cff.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOLumiPixelsMinBias_Output_cff.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOPromptCalibProdLumiPCC_Output_cff.py", + "Calibration/TkAlCaRecoProducers/plugins/CalibrationTrackSelectorFromDetIdList.cc", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHPLowPU_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHPLowPU_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHP_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngle_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngle_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGainsAAG_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGainsAAG_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGains_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGains_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripHitEfficiency_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripHitEfficiency_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripLorentzAngle_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripLorentzAngle_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStrip_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuonLoose_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuonTight_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuon_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalCosmicsNano_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasAAGHI_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasAAG_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasHI_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalSmallBiasScan_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalZeroBiasHI_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/AlcaSiPixelLorentzAngleHarvesterMCS_cff.py", + "Calibration/TkAlCaRecoProducers/python/AlcaSiPixelLorentzAngleHarvesterMCS_cfi.py", + "Calibration/TkAlCaRecoProducers/python/CalibrationTrackSelectorFromDetIdList_cfi.py", + "CaloOnlineTools/HcalOnlineDb/interface/ConfigurationDatabaseStandardXMLParser.hh", + "CaloOnlineTools/HcalOnlineDb/test/HCAL_TRIG_PRIM_LOOKUP_TABLE.XMLloader.template", + "CaloOnlineTools/HcalOnlineDb/test/HCAL_TRIG_PRIM_LOOKUP_TABLE.checksums.template", + "CommonTools/ParticleFlow/python/Isolation/customiseEarlyDeleteForCandIsoDeposits.py", + "CommonTools/ParticleFlow/python/Isolation/electronPFIsolationDepositsPFBRECO_cff.py", + "CommonTools/ParticleFlow/python/Isolation/electronPFIsolationValuesPFBRECO_cff.py", + "CommonTools/ParticleFlow/python/Isolation/photonPFIsolationDepositsPFBRECO_cff.py", + "CommonTools/ParticleFlow/python/ParticleSelectors/pfAllNeutralHadronsAndPhotons_cfi.py", + "CommonTools/ParticleFlow/python/ParticleSelectors/pfPdgIdPFCandidateSelector_cfi.py", + "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_create_cfg.py", + "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_read_cfg.py", + "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_update_cfg.py", + "CondCore/AlignmentPlugins/plugins/TrackerAlignmentErrorExtended_PayloadInspector.cc", + "CondCore/AlignmentPlugins/plugins/TrackerSurfaceDeformations_PayloadInspector.cc", + "CondCore/CTPPSPlugins/plugins/CTPPSRPAlignmentCorrectionsData_PayloadInspector.cc", + "CondCore/DBOutputService/test/python/testIOVPayloadAnalyzer_example_oracle_cfg.py", + "CondCore/EcalPlugins/plugins/EcalClusterEnergyCorrectionObjectSpecificParameters_PayloadInspector.cc", + "CondCore/EcalPlugins/plugins/EcalClusterEnergyCorrectionParameters_PayloadInspector.cc", + "CondCore/EcalPlugins/plugins/EcalClusterEnergyUncertaintyParameters_PayloadInspector.cc", + "CondCore/EcalPlugins/plugins/EcalClusterLocalContCorrParameters_PayloadInspector.cc", + "CondCore/PCLConfigPlugins/plugins/SiPixelAliPCLThresholdsPayloadInspectorHelper.h", + "CondCore/SiPixelPlugins/plugins/SiPixelGainCalibrationForHLT_PayloadInspector.cc", + "CondCore/SiPixelPlugins/plugins/SiPixelGainCalibrationOffline_PayloadInspector.cc", + "CondFormats/CastorObjects/data/castor_channelquality_HighGain_Run141956-148844.txt", + "CondFormats/DataRecord/interface/EcalClusterEnergyCorrectionObjectSpecificParametersRcd.h", + "CondFormats/DataRecord/interface/EcalGlobalShowerContainmentCorrectionsVsEtaRcd.h", + "CondFormats/DataRecord/interface/HeterogeneousHGCalHEFCellPositionsConditionsRecord.h", + "CondFormats/DataRecord/src/EcalClusterEnergyCorrectionObjectSpecificParametersRcd.cc", + "CondFormats/DataRecord/src/HeterogeneousHGCalHEFCellPositionsConditionsRecord.cc", + "CondFormats/EcalCorrections/interface/EcalGlobalShowerContainmentCorrectionsVsEta.h", + "CondFormats/EcalCorrections/src/T_EventSetup_EcalGlobalShowerContainmentCorrectionsVsEta.cc", + "CondFormats/EcalCorrections/src/T_EventSetup_EcalShowerContainmentCorrections.cc", + "CondFormats/EcalObjects/interface/EcalClusterEnergyCorrectionObjectSpecificParameters.h", + "CondFormats/GeometryObjects/src/T_EventSetup_PTrackerAdditionalParametersPerDet.cc", + "CondFormats/HGCalObjects/interface/HeterogeneousHGCalHEFCellPositionsConditions.h", + "CondFormats/HGCalObjects/src/T_EventSetup_HeterogeneousHGCalHEFCellPositionsConditions.cc", + "CondFormats/HGCalObjects/src/alpaka/T_EventSetup_HGCalCalibrationParameterDevice.cc", + "CondFormats/JetMETObjects/test/run_TestCondFormatsJetMETObjectsJetCorrectorParameters.sh", + "CondFormats/PPSObjects/src/T_EventSetup_LHCInterpolatedOpticalFunctionsSetCollection.cc", + "CondFormats/PhysicsToolsObjects/interface/PerformancePayloadFromBinnedTFormula.h", + "CondFormats/SiPhase2TrackerObjects/src/T_EventSetup_SiPhase2OuterTrackerLorentzAngle.cc", + "CondFormats/SiPhase2TrackerObjects/src/T_EventSetup_TrackerDetToDTCELinkCablingMap.cc", + "CondFormats/SiPhase2TrackerObjects/test/testSerializationSiPhase2TrackerObjects.cpp", + "CondFormats/SiPixelObjects/interface/alpaka/SiPixelGainCalibrationForHLTDevice.h", + "CondFormats/SiPixelObjects/interface/alpaka/SiPixelGainCalibrationForHLTUtilities.h", + "CondFormats/SiPixelObjects/src/alpaka/T_EventSetup_SiPixelGainCalibrationForHLTDevice.cc", + "CondFormats/SiStripObjects/test/UnitTests/MasterTestCondFormatsSiStripObjects.cpp", + "CondTools/Ecal/interface/EcalClusterEnergyCorrectionObjectSpecificXMLTranslator.h", + "CondTools/Ecal/python/produceTPGParameters_beamv6_transparency_spikekill_2016_script.py", + "CondTools/Ecal/test/EcalIntercalibConstantsPopConBTransitionAnalyzer_test_cfg.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2023.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2024.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2025.py", + "Configuration/DataProcessing/python/Impl/trackingOnlyEra_Run2_2018_highBetaStar.py", + "Configuration/EcalTB/python/reco_application_2006rawdata_localTrivialreco_cfg.py", + "Configuration/Generator/python/B0ToJpsiK0s_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", + "Configuration/Generator/python/BuMixing_BMuonFilter_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/BuMixing_BMuonFilter_forSTEAM_14TeV_TuneCP5_cfi.py", + "Configuration/Generator/python/BuToJPsiPrimeKToJPsiPiPiK_14TeV_TuneCP5_pythia8_cfi.py", + "Configuration/Generator/python/BuToKstarPsi2S_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/Chib1PToUpsilon1SGamma_MuFilter_TuneCP5_14TeV-pythia8_evtgen_cfi.py", + "Configuration/Generator/python/ChicToJpsiGamma_MuFilter_TuneCP5_14TeV_pythia8_evtgen_cfi.py", + "Configuration/Generator/python/DStarToD0Pi_D0ToKsPiPi_inclusive_SoftQCD_TuneCP5_13p6TeV-pythia8-evtgen.py", + "Configuration/Generator/python/DYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cff.py", + "Configuration/Generator/python/DYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cff.py", + "Configuration/Generator/python/DYToll01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/DYToll012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/DYToll012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/DarkSUSY_mH_125_mN1_60_mGammaD_10_cT_10_Madgraph_LHE_13TeV_cfi.py", + "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_300_1000mm_TuneCUETP8M1_13TeV_pythia8_cff.py", + "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_13TeV_pythia8_cff.py", + "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_14TeV_pythia8_cff.py", + "Configuration/Generator/python/HSCPmchamp1_M_600_TuneZ2star_13TeV_pythia6_cff.py", + "Configuration/Generator/python/HTo2LongLivedTo4bMH-125_MFF-12_CTau-900mm_TuneCP5_14TeV_pythia8_cfi.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_EvtGen_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8withPhotospp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_powhegEmissionVeto2p_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_EvtGen_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8withPhotospp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max1j_max1p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_generic_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_ggHZZ4L_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto2p_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_2p_HToGG_M125_LHE_py8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToBB_M-125_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToZZ4nu_M-125_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraphamcatnlo_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraphamcatnlo_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_samePDF_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_samePDF_herwigpp_cff.py", + "Configuration/Generator/python/Herwig7Settings/Herwig7LHEMG5aMCatNLOSettings_cfi.py", + "Configuration/Generator/python/Herwig7Settings/Herwig7StableParticlesForDetector_cfi.py", + "Configuration/Generator/python/LambdaBToLambdaMuMuToPPiMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/LbToJpsiLambda_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", + "Configuration/Generator/python/LbToJpsiXiK0sPi_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP1DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP2DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP3DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP4DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5CR1Settings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5CR2Settings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5DownSettings_cfi.py", + "Configuration/Generator/python/QCD_Pt-15To7000_TuneCUETP8M1_Flat_14TeV-pythia8_cff.py", + "Configuration/Generator/python/QCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_13TeV_pythia8_cff.py", + "Configuration/Generator/python/QCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_14TeV_pythia8_cff.py", + "Configuration/Generator/python/QCD_Pt20toInf_MuEnrichedPt15_14TeV_TuneCP5_cff.py", + "Configuration/Generator/python/RS750_quarks_and_leptons_8TeV_TuneCUETP8M1_cff.py", + "Configuration/Generator/python/RSGravitonToGammaGamma_kMpl01_M_3000_TuneCUETP8M1_13TeV_pythia8_cfi.py", + "Configuration/Generator/python/ReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_ExtGen_cfi.py", + "Configuration/Generator/python/ReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_cfi.py", + "Configuration/Generator/python/SMS-Higgsino_mN2-170_mC1-160_mN1-150_HT60_TuneCP5_13TeV_pythia8_cfi.py", + "Configuration/Generator/python/SMS-T1tttt_mGl-1500_mLSP-100_13TeV-pythia8_cfi.py", + "Configuration/Generator/python/SMS-T1tttt_mGl-1500_mLSP-100_TuneCP5_14TeV_pythia8_cfi.py", + "Configuration/Generator/python/TTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/TTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cfi.py", + "Configuration/Generator/python/TTbarToDilepton_mt172p5_TuneCP5_14TeV_pythia8_cfi.py", + "Configuration/Generator/python/Upsilon1SToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/Upsilon4sBaBarExample_BpBm_Dstarpipi_D0Kpi_nonres_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/Upsilon4swithBuToKstarJPsiToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/WTolNu01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/WTolNu012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/WprimeToENu_M-2000_TuneCUETP8M1_13TeV-pythia8_cff.py", + "Configuration/Generator/python/ZTT_Tauola_All_hadronic_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_All_hadronic_14TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_ExtGen_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZmumuJets_Pt_20_300_GEN_13TeV_TuneCUETP8M1_cfg.py", + "Configuration/Generator/python/sherpa_ttbar_2j_MENLOPS_13TeV_MASTER_ExtGen_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryExtended2018FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2018FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2021FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2021FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2023FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2023FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2024FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2024FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2025FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2025FlatMinus10PercentReco_cff.py", + "Configuration/ProcessModifiers/python/ecal_component_finely_sampled_waveforms_cff.py", + "Configuration/ProcessModifiers/python/ticl_superclustering_mustache_ticl_cff.py", + "Configuration/ProcessModifiers/python/trackingMkFitDisplacedRegionalStep_cff.py", + "Configuration/ProcessModifiers/python/trackingMkFitInitialStepPreSplitting_cff.py", + "Configuration/ProcessModifiers/python/unifiedparticleTransformerAK4SonicTriton_cff.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p3_cfg.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p4_cfg.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch2_cfg.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch4_cfg.py", + "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p3_cfg.py", + "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p4_cfg.py", + "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess370patch2_cfg.py", + "Configuration/StandardSequences/python/SimulationRandomNumberGeneratorSeeds_cff.py", + "DPGAnalysis/SiStripTools/python/SiStripConfObjectAPVPhaseOffsetsFakeESSource_cfi.py", + "DPGAnalysis/SiStripTools/python/byclustsummsipixelvssistripmulteventfilter_cfi.py", + "DPGAnalysis/SiStripTools/python/configurableapvcyclephaseproducer_CRAFT08_cfi.py", + "DPGAnalysis/SiStripTools/python/configurableapvcyclephaseproducer_GR09_withdefault_cff.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_additionalpeak_AlCaReco_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_firstpeak_AlCaReco_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_firstpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_maxonly_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_secondpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_widerange_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_HugeEvents_AlCaReco_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_firstpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_maxonly_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_secondpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_widerange_cfi.py", + "DPGAnalysis/SiStripTools/python/occupancyplotsselections_pixelphase1_detailed_cff.py", + "DPGAnalysis/SiStripTools/test/CondDBWriter_SiStripConfObjectAPVPhaseOffsets_cfg.py", + "DPGAnalysis/Skims/data/Cert_13TeV_16Dec2015ReReco_Collisions15_25ns_50ns_JSON.txt", + "DPGAnalysis/Skims/data/Cert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON.txt", + "DPGAnalysis/Skims/data/Cert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON_MuonPhys.txt", + "DPGAnalysis/Skims/data/Cert_271036-274240_13TeV_PromptReco_Collisions16_JSON.txt", + "DQM/BeamMonitor/test/2012_PixelTracksVertices_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py", + "DQM/BeamMonitor/test/2012_PixelTracksVertices_Test_beamspotproblem_dqm_sourceclient-live_cfg.py", + "DQM/BeamMonitor/test/2012_ReducedTrackingSteps_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py", + "DQM/EcalPreshowerMonitorModule/python/EcalPreshowerMonitorTasks_withFEDIntegrity_cfi.py", + "DQM/SiPixelPhase1Config/test/pixelphase1_for_timing_scan_dqm_sourceclient-live_cfg.py", + "DQM/SiPixelPhase1Config/test/qTests/mean_num_digis_qualitytest_config_cosmics.xml", + "DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.cc", + "DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.h", + "DQM/SiStripCommissioningSources/python/SiStripCommissioningSource_FromEDM_cfg.py", + "DQM/SiStripCommissioningSources/python/SiStripCommissioningSource_FromRAW_cfg.py", + "DQM/SiStripMonitorApproximateCluster/plugins/SiStripMonitorApproximateCluster.cc", + "DQM/SiStripMonitorApproximateCluster/python/SiStripMonitorApproximateCluster_cfi.py", + "DQM/SiStripMonitorClient/data/sistrip_monitorelement_config_ped_cluster_digi.xml", + "DQM/SiStripMonitorClient/python/SiStripDQMSourceConfigOfflineGlobalRunCAF_cfi.py", + "DQM/SiStripMonitorSummary/scripts/MonitorDB_NewDirStructure_KeepTagLinks_generic.sh", + "DQM/SiStripMonitorSummary/scripts/MonitorDB_NewDirStructure_KeepTagLinks_generic_V2.sh", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_222222_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_2e83ff_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_454545_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_888888_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_cd0a0a_256x240.png", + "DQM/TrackingMonitorClient/python/TrackingEffFromHitPatternClientConfigZeroBias_cff.py", + "DQMOffline/CalibTracker/test/AnalyzeSeveralRuns_ExpressStreamWithDQMHarvesting_afs.sh", + "DQMOffline/CalibTracker/test/CRAFTCalib/SiStripDQMBadStripsValidationReReco.job", + "DQMOffline/CalibTracker/test/CRAFTCalib/SiStripDQMBadStripsValidationReReco_cfg.py", + "DQMOffline/CalibTracker/test/SiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py", + "DQMOffline/CalibTracker/test/template_SiStripQualityBadAPVIdentifierRoot_cfg.py", + "DQMOffline/CalibTracker/test/template_SiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py", + "DQMOffline/CalibTracker/test/template_SiStripQualityHotStripIdentifierRoot_cfg.py", + "DQMOffline/L1Trigger/test/runDQMOffline_step1NoRECO_justRate_L1TriggerOnly_job1_cfg.py", + "DataFormats/EcalRecHit/interface/alpaka/EcalUncalibratedRecHitDeviceCollection.h", + "DataFormats/L1ScoutingRawData/test/create_SDSRawDataCollection_test_file_cfg.py", + "DataFormats/ParticleFlowReco/interface/alpaka/PFRecHitFractionDeviceCollection.h", + "DataFormats/SiStripCluster/test/TestWriteSiStripApproximateClusterCollection.cc", + "DataFormats/SiStripCluster/test/create_SiStripApproximateClusterCollection_test_file_cfg.py", + "DataFormats/SiStripCluster/test/test_readSiStripApproximateClusterCollection_cfg.py", + "DetectorDescription/OfflineDBLoader/python/test/cmsIdealGeometryForWrite_cfi.py", + "DetectorDescription/OfflineDBLoader/python/test/cmsIdealGeometryNoRPCSpecs_cfi.py", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/folder-closed.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-black-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-black.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-default-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-default.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-famfamfam-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-famfamfam.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-gray-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-gray.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-red-line.gif", + "EgammaAnalysis/ElectronTools/test/egammaPatElectronsToCalibratedPatElectrons_cfg.py", + "EventFilter/EcalRawToDigi/plugins/alpaka/EcalElectronicsMappingHostESProducer.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyHFRingUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyPhysCandUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyPhysCandUnpacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/PhysicsToBitConverter.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/PhysicsToBitConverter.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Collections.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Collections.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloSummaryCollections.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloSummaryCollections.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/EtSumUnpacker_0x10010057.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/EtSumUnpacker_0x10010057.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/GlobalAlgBlkUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/GlobalExtBlkUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonPacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonPacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonUnpacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TObjectCollections.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TStage2Layer2Constants.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TStage2Layer2Constants.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x1001000b.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x1001000b.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010010.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010010.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010033.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010033.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTPacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTPacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTUnpacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/UCTCTP7RawData5BX_HCALFB.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/UCTCTP7RawData_HCALFB.h", + "EventFilter/Phase2TrackerRawToDigi/interface/Phase2TrackerFEDRawChannelUnpacker.h", + "EventFilter/Phase2TrackerRawToDigi/interface/Phase2TrackerFEDZSChannelUnpacker.h", + "EventFilter/Phase2TrackerRawToDigi/plugins/Phase2TrackerCommissioningDigiProducer.cc", + "EventFilter/Phase2TrackerRawToDigi/python/Phase2TrackerCommissioningDigiProducer_cfi.py", + "EventFilter/Phase2TrackerRawToDigi/python/test/Phase2TrackerFEDTestAnalyzer_cfi.py", + "EventFilter/Phase2TrackerRawToDigi/test/plugins/Phase2TrackerFEDTestAnalyzer.cc", + "FWCore/Integration/python/test/unscheduled_fail_on_output_IgnoreCompletely_cfg.py", + "FWCore/Integration/python/test/unscheduled_fail_on_output_no_dependency_TryToContinue_cfg.py", + "FWCore/Integration/test/testSwitchProducerConditionalTaskEDAliasConsumeAllCases_cfg.py", + "FWCore/Integration/test/testSwitchProducerConditionalTaskEDAliasWildcard_cfg.py", + "FWCore/Integration/test/unit_test_outputs/testProducerWithPsetDesc_briefdoc.txt", + "FastSimulation/CTPPSFastTrackingProducer/python/CTPPSFastTrackingProducer_cfi.py", + "FastSimulation/SimplifiedGeometryPropagator/doc/SimplifiedGeometryPropagator.doc", + "FastSimulation/SimplifiedGeometryPropagator/interface/BarrelSimplifiedGeometry.h", + "FastSimulation/SimplifiedGeometryPropagator/interface/ForwardSimplifiedGeometry.h", + "FastSimulation/SimplifiedGeometryPropagator/interface/InteractionModelFactory.h", + "FastSimulation/SimplifiedGeometryPropagator/interface/SimplifiedGeometryFactory.h", + "FastSimulation/TrackingRecHitProducer/interface/TrackingRecHitAlgorithmFactory.h", + "FastSimulation/TrackingRecHitProducer/plugins/TrackingRecHitNoSmearingPlugin.cc", + "GeneratorInterface/Core/test/Hadronizer_MgmMatchTune4C_ZJetsNoPSb_13TeV_madgraph_pythia8_Tauola_cfg.py", + "GeneratorInterface/Core/test/Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8_cfg.py", + "GeneratorInterface/EvtGenInterface/plugins/EvtGenUserModels/EvtModelUserReg.cpp", + "GeneratorInterface/EvtGenInterface/plugins/test/Py8_lambadb_evtgen1_Lb2plnuLCSR_cfg.py", + "GeneratorInterface/Herwig7Interface/python/Herwig7_Dummy_Matchbox_90X_ppToee.py", + "GeneratorInterface/Herwig7Interface/python/Herwig7_loadCommonMergingSettings_cff.py", + "GeneratorInterface/Herwig7Interface/python/PPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cff.py", + "GeneratorInterface/Herwig7Interface/test/DYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cfg.py", + "GeneratorInterface/Herwig7Interface/test/DYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cfg.py", + "GeneratorInterface/Herwig7Interface/test/DYToLL_TuneCH3_13TeV_herwig7_hepmc3_cfg.py", + "GeneratorInterface/Herwig7Interface/test/Herwig7_Matchbox_90X_ppToee_GEN_SIM.py", + "GeneratorInterface/Herwig7Interface/test/PPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cfg.py", + "GeneratorInterface/LHEInterface/data/run_generic_tarball_cvmfs_madgraphLO_multithread.sh", + "GeneratorInterface/LHEInterface/data/run_generic_tarball_cvmfs_manual_multithread.sh", + "GeneratorInterface/PyquenInterface/python/Pyquen_Zmumu_2760GeV_dimuonAcc_cfi.py", + "GeneratorInterface/Pythia6Interface/test/Py6GenFilter_ElectronProtonInitialState_cfg.py", + "GeneratorInterface/Pythia8Interface/test/compare_external_generators_streams_cfg.py", + "GeneratorInterface/Pythia8Interface/test/pythia8ex2_ConvertToMain70_cfg_Fragment.py", + "GeneratorInterface/Pythia8Interface/test/pythia8hmc3_photos_ZToTauTau_13TeV_cfg.py", + "GeneratorInterface/Pythia8Interface/test/test_Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8.sh", + "GeneratorInterface/Pythia8Interface/test/test_catch2_External_Pythia8GeneratorFilter.cc", + "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMC.h", + "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMCGeneratorFilter.h", + "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMCHadronizer.h", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_AdvancedParameters_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_PbPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_5TeV_pPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_7TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_8TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_900GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_PbPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_5TeV_pPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_7TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_8TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_900GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/src/ReggeGribovPartonMCGeneratorFilter.cc", + "GeneratorInterface/ReggeGribovPartonMCInterface/src/ReggeGribovPartonMCHadronizer.cc", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_PbPb_2760GeV_cfi_py_GEN.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pPb_5020GeV_cfi_py_GEN.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pp_8TeV_cfi_py_GEN.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/QGSJetII-04_pPb_5020GeV_cfi_py_GEN.py", + "GeneratorInterface/SherpaInterface/data/Run.dat_13TeV_WJets_MEPSatNLO_2jNLO_2jLO", + "GeneratorInterface/SherpaInterface/data/Run.dat_13TeV_ZJets_MEPSatNLO_2jNLO_2jLO", + "GeneratorInterface/TauolaInterface/plugins/TauSpinner/read_particles_from_HepMC.cc", + "GeneratorInterface/TauolaInterface/test/DYToLL_M_50_TuneZ2star_8TeV_Tauola_TauSpinner_Example_cfi.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHESPINCORR_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHE_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/GGToHtautau_13TeV_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/GGToHtautau_13TeV_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/H130GGgluonfusion_8TeV_Tauola_TauSpinner_Example_cfi.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHESPINCORR_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHE_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatPlus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatPlus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatPlus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatPlus10Percent.xml", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorMeasuredXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorSystMinusXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorSystPlusXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1ZeroMaterialXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometryDetailedCavern2017Plan1XML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometryDetailedCavern2017Plan1ZeroMaterialXML_cfi.py", + "Geometry/ForwardSimData/data/ForwardShieldProdCuts/2021/v1/ForwardShieldProdCuts.xml", + "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryBuilder.cc", + "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.cc", + "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.h", + "Geometry/HcalCommonData/data/hcalRecNumbering/2018Plan36/v1/hcalRecNumbering.xml", + "Geometry/HcalCommonData/data/hcalRecNumbering/2018Plan36/v2/hcalRecNumbering.xml", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.0.py", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.911.py", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.0.py", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.911.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.0.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.911.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.0.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.911.py", + "Geometry/TrackerCommonData/data/2016/FlatMinus05Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/2016/FlatMinus10Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/2016/FlatPlus05Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/2016/FlatPlus10Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/PhaseI/PixelForward/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TFPXTEPXReordered/trackerParameters.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker4025/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker4025/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker405/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker613/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker613_MB_2019_04/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixfwd.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_03/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT703_2021_03/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2024_02/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT800_IT615_2022_10/pixbar.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT742_2024_01/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT744_2024_01/pixel.xml", + "Geometry/TrackerCommonData/data/flat10services30percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/flat20services30percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/pixbarmaterial/2017ZeroMaterial/v1/pixbarmaterial.xml", + "Geometry/TrackerCommonData/data/pixfwdMaterials/2017ZeroMaterial/v1/pixfwdMaterials.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_PixelBarrelConn/pixbarmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_PixelBarrelConnToST/pixbarmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBFlange/tibmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBTIDMargherita/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBTIDServiceCylinder/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/specialTestGeometries.txt", + "Geometry/TrackerCommonData/data/tecmaterial/2017ZeroMaterial/v1/tecmaterial.xml", + "Geometry/TrackerCommonData/data/tibmaterial/2017ZeroMaterial/v1/tibmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2016/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017ZeroMaterial/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2021/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tidmaterial/2017ZeroMaterial/v1/tidmaterial.xml", + "Geometry/TrackerCommonData/data/tobmaterial/2017ZeroMaterial/v1/tobmaterial.xml", + "Geometry/TrackerCommonData/data/trackermaterial/2017ZeroMaterial/v1/trackermaterial.xml", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021ZeroMaterialXML_cfi.py", + "Geometry/TrackerGeometryBuilder/plugins/TrackerAdditionalParametersPerDetESModule.cc", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerModuleInfoDBDD4hep_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerModuleInfoFromDDDNoPrintDDD_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerParametersFromDD4hep_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerParametersFromDDD_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/trackerModuleInfoLocalDBDD4hep_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/trackerParametersFromLocalDB_cfg.py", + "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2DoubleDiskBuilder.cc", + "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2DoubleDiskBuilder.h", + "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2SubDiskBuilder.cc", + "Geometry/TrackerRecoData/data/PhaseII/OuterTracker616_2020_04/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker4025/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker613_MB_2019_04/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker613_MB_2019_04/v2_ITonly/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT710_2023_04/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/trackerRecoMaterial.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackersens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelsens.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibConfiguration_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer0_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer1_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer2_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer3_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring0_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring1_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring2_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring3_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/trackerConfiguration_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/trackerStructureTopology_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/trackertib_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/test/trackerSimConfiguration_TwentyFivePercent.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Left_Station/v1/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Left_Station/v2/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Right_Station/v1/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Right_Station/v2/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Left_Station/v1/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Left_Station/v2/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Right_Station/v1/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Right_Station/v2/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Cuts_Per_Region/Reco/v1/RP_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Cuts_Per_Region/Simu/v1/CTPPS_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/RP_Dist_Beam_Cent/Reco/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/RP_Dist_Beam_Cent/Simu/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/RP_Param_Beam_Region/v1/RP_Param_Beam_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Cuts_Per_Region/Reco/v1/RP_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Cuts_Per_Region/Simu/v1/CTPPS_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/RP_Dist_Beam_Cent/Reco/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/RP_Dist_Beam_Cent/Simu/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/RP_Param_Beam_Region/v1/RP_Param_Beam_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Right_Station.xml_bkp", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Detector_Assembly/2021/v1/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Detector_Assembly/v1/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Reco/v1/CTPPS_Timing_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Simu/v1/CTPPS_Detectors_Assembly_022.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Simu/v1/CTPPS_Detectors_Assembly_122.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern1_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern2_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern2_Segment2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment5.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2017/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2017/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_003.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_103.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_003.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_103.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_003.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_103.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v1/PPS_Pixel_Module_2x2_Run3.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v1/ppstrackerMaterials.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v2/PPS_Pixel_Module_2x2_Run3.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v2/ppstrackerMaterials.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v3/PPS_Pixel_Module_2x2_Run3.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v1/CTPPS_Pixel_Module_2x2.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v2/CTPPS_Pixel_Module_2x2.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v3/CTPPS_Pixel_Module_2x2.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Horizontal_Pot/v1/CTPPS_Timing_Horizontal_Pot.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Horizontal_Pot/v2/CTPPS_Timing_Horizontal_Pot.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Negative_Station/v1/CTPPS_Timing_Negative_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Negative_Station/v2/CTPPS_Timing_Negative_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Positive_Station/v1/CTPPS_Timing_Positive_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Positive_Station/v2/CTPPS_Timing_Positive_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_UFSD_Segments/CTPPS_UFSD_Pattern2_SegmentA.xml", + "Geometry/VeryForwardData/data/CTPPS_UFSD_Segments/CTPPS_UFSD_Pattern2_SegmentB.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_000.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_001.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_002.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_003.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_004.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_005.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_020.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_021.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_022.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_023.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_024.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_025.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_100.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_101.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_102.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_103.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_104.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_105.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_120.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_121.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_122.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_123.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_124.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_125.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Reco/v1/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Reco/v2/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Simu/v1/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Simu/v2/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/v1/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Reco/v1/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Reco/v2/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Simu/v1/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Simu/v2/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/v1/RP_Vertical_Device.xml", + "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2016_cfi.py", + "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2017_cfi.py", + "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2018_cfi.py", + "Geometry/VeryForwardProtonTransport/data/parametrization_6500GeV_90_transp.root", + "Geometry/VeryForwardProtonTransport/data/parametrization_6500GeV_90p0_50urad_reco.root", + "GeometryReaders/XMLIdealGeometryESSource/python/cmsMagneticFieldGeometryDB_cff.py", + "GeometryReaders/XMLIdealGeometryESSource/src/XMLIdealMagneticFieldGeometryESProducer.cc", + "GeometryReaders/XMLIdealGeometryESSource/test/runXMLBigFileToDBAndBackValidation.sh", + "GeometryReaders/XMLIdealGeometryESSource/test/testSpecParsMuonSensitiveDetectorMuonCSCHits.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/highPtTripletStepChi2Est_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/highPtTripletStepTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltCandidateJetBProbabilityComputer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltCandidateJetProbabilityComputer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPBwdElectronPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator16_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator2000_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator30_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator9_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator100_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator30_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPDummyDetLayerGeometry_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorAny_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorOpposite_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFwdElectronPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPGlobalDetLayerGeometry_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFFittingSmootherForL2Muon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFFittingSmootherWithOutliersRejectionAndRK_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectoryFitterForL2Muon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForL2Muon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForMuonTrackLoader_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPL3MuKFTrajectoryFitter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPMeasurementTracker_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPMuonTransientTrackingRecHitBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPPixelCPEFastParams_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRKTrajectoryFitter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRKTrajectorySmoother_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRungeKuttaTrackerPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSiPixelCablingSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSiPixelGainCalibrationForHLTSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagatorAnyOpposite_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagatorAny_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorAlong_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorOpposite_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderPixelOnly_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderWithTrackAngle_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderWithoutRefit_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTrackAlgoPriorityOrder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepChi2Est_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonInitialStepChi2Est_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonPixelTrackCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonTrackAlgoPriorityOrder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPixelTracksCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/muonSeededTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt1PFPuppiCentralJet70MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt1PFPuppiCentralJet75MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt2PFPuppiCentralJet40MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt2PFPuppiCentralJet60MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt3PFPuppiCentralJet45MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt4PFPuppiCentralJet40MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p31Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p38Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p865DoubleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p275Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p375Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p935DoubleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBunchSpacingProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepBLifetimeTagInfosPFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepBLifetimeTagInfosPFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsInfosPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsInfosPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsPFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsPFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveMergedVerticesPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveSecondaryVerticesPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveVertexFinderPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepSecondaryVertexTagInfosPFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepSecondaryVertexTagInfosPFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepTrackVertexArbitratorPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG12EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG23EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG23EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiMuon178RelTrkIsoFiltered0p4DzFiltered0p2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiMuon178RelTrkIsoFiltered0p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoublePFPuppiJets128Eta2p4MaxDeta1p6_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoublePFPuppiJets128MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoubleTkMuon157L1TkMuonFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG108EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG108EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG115EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG187EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG187EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG23EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG26EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG26EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG30EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG30EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG32EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG32EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoubleEleIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoubleEleNonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoublePhotonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSingleEleIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSingleEleNonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSinglePhotonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalBarrelClusterFastTimer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalBarrelDigisInRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalDetIdToBeRecovered_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalDetailedTimeRecHit_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalMultiFitUncalibRecHit_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalUncalibRecHitL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaBestGsfTrackVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaBestGsfTrackVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesWrapperL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesWrapperUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCkfTrackCandidatesForGSFL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCkfTrackCandidatesForGSFUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaClusterShapeL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaClusterShapeUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEcalPFClusterIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEcalPFClusterIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleL1TrkIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleL1TrkIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaElectronPixelSeedsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaElectronPixelSeedsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfElectronsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfElectronsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTrackVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTrackVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTracksL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTracksUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCALIDVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCALIDVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCalLayerClusterIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCalLayerClusterIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHcalPFClusterIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHcalPFClusterIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHollowTrackIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHollowTrackIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHoverEL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHoverEUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaPixelMatchVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaPixelMatchVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaSuperClustersToPixelMatchL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaSuperClustersToPixelMatchUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfChi2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfNLayerITUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70EcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70EcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDetaUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfOneOEMinusOneOPUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoFromL1TracksUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfChi2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfNLayerITUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDetaUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5DphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5DphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfChi2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfNLayerITUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDetaUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsForTripletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsForTripletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsClusterRemoverL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsClusterRemoverUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsCombinedL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsCombinedUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsDoubletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsDoubletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsTripletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsTripletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEleSeedsTrackingRegionsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEleSeedsTrackingRegionsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersCLUE3DHighL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersCLUE3DHigh_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersRecoveryL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersRecovery_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFirstStepPrimaryVerticesUnsorted_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFixedGridRhoFastjetAllCaloForEGamma_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFixedGridRhoFastjetAll_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltGoodOfflinePrimaryVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHGCalUncalibRecHitL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersEEL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersEE_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersFromSoAProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSciL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSci_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSiL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalMergeLayerClustersL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalMergeLayerClusters_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoALayerClustersProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoARecHitsLayerClustersProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoARecHitsProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalTrackCollection_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepClusters_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepHitTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeedTracksLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCandidatespLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCutClassifierpLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackSelectionHighPuritypLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackspLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsCombinatoricRecoTaus_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsDoublePFTau35MediumDitauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsDoublePFTau40TrackPt1MediumChargedIsolation_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTau27LooseTauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTau30LooseTauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauBasicDiscriminatorsForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauBasicDiscriminatorsdR03ForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauDeepTauProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauDiscriminationByDecayModeFindingNewDMs_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumAbsOrRelChargedIsolationDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumAbsoluteChargedIsolationDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumRelativeChargedIsolationDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauPrimaryVertexProducerForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauProducerSansRefs_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauSecondaryVertexProducerForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauTrackFindingDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauTransverseImpactParametersForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTauLooseTauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausMediumDitauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausTrackFinding_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausTrackPt1MediumChargedIsolation_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectionDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsTauPFJetsRecoTauChargedHadronsWithNeutrals_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHtMhtPFPuppiCentralJetsQuadC30MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepSeedTracksLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifierpLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifierpTTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPuritypLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPuritypTTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTracksT5TCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackspLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackspTTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonClustersRefRemoval_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonMerged_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelClusterCheck_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelHitTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelLayerTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelSeedsFiltered_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedForDoublePuppiTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForDoublePuppiJetBtagFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiHTFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiJetFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiMETFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForQuadPuppiJetTripleBtagFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TEGammaFilteredCollectionProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TEGammaHGCFilteredCollectionProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonFromL1TkMuonCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonSeedsFromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3MuonsPhase2L3Links_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22EcalIso0p41_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22HcalIso0p40_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22HgcalIso4p70_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfecalIsoFiltered0p41_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfhcalIsoFiltered0p40_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfhgcalIsoFiltered4p70_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3trkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22TrkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fFiltered17_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fFiltered37_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fPreFiltered27_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fPreFiltered8_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu18Filtered20_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu22L3Filtered24Q_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu22L3Filtered50Q_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533L31055DZFiltered0p2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533L3Filtered1055_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533PreFiltered555_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltMeasurementTrackerEvent_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltOfflinePrimaryVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFMETTypeOneCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetQuad30MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetsQuad30HT200MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetsQuad30HT330MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiJetForBtagEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiJetForBtagSelectorEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOne140_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOneCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowBadHcalPseudoCluster_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrectedL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrectedUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHBHE_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCalFromTICLL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCalFromTICLUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCal_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHO_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitECALL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitECALUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHBHE_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHGCL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHGC_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHO_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECALL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECALUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCalFromTICLL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCalFromTICLUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCal_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowTimeAssignerECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowTmpBarrel_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHGCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHO_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourJetTagsModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourJetTags_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourTagInfosModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourTagInfos_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelLayerQuadruplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksTrackingRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonTrimmedPixelVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonGeneralTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepClusters_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepHitTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTracksSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTracksSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksAndHighPtTripletTrackingRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksHitQuadruplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsEcalIsodR0p3dRVeto0p000_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsHcalIsodR0p3dRVeto0p000_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsHgcalLCIsodR0p2dRVetoEM0p00dRVetoHad0p02minEEM0p00minEHad0p00_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p07_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3MuonCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3MuonsLinksCombination_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuCtfWithMaterialTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuonTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuonTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OISeedsFromL2Muons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OITrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2OTHitsInputLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2OnlineBeamSpotDevice_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelFitterByHelixProjections_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTrackFilterByKinematics_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2SiPixelClustersSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2SiPixelRecHitsSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2TowerMakerForAll_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelClustersMultiplicity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerPairsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerPairsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDiphoton3023IsoCaloIdL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDiphoton3023IsoCaloIdUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle2312IsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle25CaloIdLPMS2L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle25CaloIdLPMS2Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle115NonIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle26WP70L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle26WP70Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle32WPTightL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle32WPTightUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreHLTAnalyzerEndpath_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton108EBTightIDTightIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton108EBTightIDTightIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton187L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton187Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrimaryVertexAssociationModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrimaryVertexAssociation_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPuppiTauTkIsoEle45_22L1TkFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPuppiTauTkMuon4218L1TkFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltRechitInRegionsHGCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltSiPixelClusterShapeCache_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltSingleAK4PFPuppiJet520_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltSingleTkMuon22L1TkMuonFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclLayerTileProducerL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclLayerTileProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTracksterLinksL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersCLUE3DHighL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersCLUE3DHigh_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersRecoveryL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersRecovery_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTrackRefsForJetsBeforeSorting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTrackWithVertexRefSelectorBeforeSorting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltUnsortedOfflinePrimaryVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEleSingle22Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEleSingle28Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmDouble12Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmSingle22Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmSingle36Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle23_12_Iso_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleMediumChargedIsoPFTauHPS40_eta2p1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleMediumDeepTauPFTauHPS35_eta2p1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepCSV_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepFlavour_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele115_NonIso_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele30_WPTight_L1Seeded_LooseDeepTauPFTauHPS30_eta2p1_CrossL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele32_WPTight_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele32_WPTight_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_IsoMu20_eta2p1_LooseDeepTauPFTauHPS27_eta2p1_CrossL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu37_Mu27_FromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepCSV_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepCSV_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFPuppiMETTypeOne140_PFPuppiMHT140_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/CkfBaseTrajectoryFilter_block_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/ClusterShapeTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/GroupedCkfTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HGCAL_chargeCollectionEfficiencies_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonGroupedCkfTrajectoryFilterIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetTrajectoryFilterIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetTrajectoryBuilderForGsfElectrons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetTrajectoryFilterForElectrons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTSiStripClusterChargeCutLoose_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTSiStripClusterChargeCutNone_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutLoose_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutNone_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutTight_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/TrajectoryFilterForConversions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/TrajectoryFilterForElectrons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/ckfBaseTrajectoryFilterP5_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/ckfTrajectoryFilterBeamHaloMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedQuadStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedQuadStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedTripletStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonPSetPvClusterComparerForIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonSeedFromProtoTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2PSetPvClusterComparerForIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2SeedFromProtoTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltTiclTracksterLinksPSet_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterBasePreSplitting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterPreSplitting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterShapePreSplitting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/jetCoreRegionalStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtGsfEleTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtQuadStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtQuadStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepStandardTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/mixedTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryBuilderForInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryBuilderForOutInDisplaced_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForOutInDisplaced_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForOutIn_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pSetPvClusterComparerForIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelLessStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/tobTecStepInOutTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/tobTecStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK4PFJetsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK4PFPuppiJetsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK8PFJetsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepCSVSequencePFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepCSVSequencePFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepFlavourSequencePFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepFlavourSequencePFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCaloMETReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCaloTowersRecSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCalolocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCsclocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDiphoton3023IsoCaloIdL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDiphoton3023IsoCaloIdUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoFullUnpackingEgammaEcalL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoFullUnpackingEgammaEcalSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalHcalSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalPixelSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalStripSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle2312IsoL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle25CaloIdLPMS2L1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle25CaloIdLPMS2UnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDtlocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEGammaDoLocalHcalSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle115NonIsoL1SeededGsfElectronL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle115NonIsoL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle26WP70L1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle26WP70UnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle32WPTightL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle32WPTightUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5OpenL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5OpenUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTElePixelMatchL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTElePixelMatchUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTFastJetForEgammaSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGemLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGsfElectronL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGsfElectronUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHPSDeepTauPFTauSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHPSMediumChargedIsoPFTauSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgamma_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHighPtTripletStepSeedingSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHighPtTripletStepSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTInitialStepPVSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTInitialStepSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTItLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTIter0Phase2L3FromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTIter2Phase2L3FromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTL1UnpackerSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTL2MuonsFromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTMuonlocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTOtLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusterJMEReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusteringForEgammaL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusteringForEgammaUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFHcalClusteringForEgammaSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFJetsCHSReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFMETsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFPuppiJMEReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFPuppiMETReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowClusterECALSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowClusterSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowSuperClusteringSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusterRefsForJetsSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringECALSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringHBHEHFSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringHOSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3FromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3MuonGeneralTracksSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3MuonsSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3OISequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2PixelTracksSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton108EBTightIDTightIsoL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton108EBTightIDTightIsoUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton187L1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton187UnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclCandidateSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclLayerTileSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTracksterLinksSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTracksterMergeSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersCLUE3DHighStepSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersRecoverySequenceL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersRecoverySequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTVertexRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/services/RandomNumberGeneratorService_cfi.py", + "HLTrigger/Configuration/test/testAccessToEDMInputsOfHLTTests_update_filelist.sh", + "HLTriggerOffline/HeavyFlavor/python/heavyFlavorValidationHarvestingSequence_cff.py", + "HLTriggerOffline/SUSYBSM/test/BSMTriggerCheck/html/template/comp_beginning.html", + "HLTriggerOffline/SUSYBSM/test/BSMTriggerCheck/html/template/menu_beginning.html", + "HLTriggerOffline/Scouting/test/runScoutingMonitoringDQM_EGammaOnly_step1_cfg.py", + "HLTriggerOffline/Scouting/test/runScoutingMonitoringDQM_EGammaOnly_step2_cfg.py", + "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToFlyingCascadeBuilderBase.h", + "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToResTrkTrkSameMassBuilder.h", + "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToResTrkTrkSameMassBuilderBase.h", + "HeavyFlavorAnalysis/SpecificDecay/src/BPHDecayToResTrkTrkSameMassBuilderBase.cc", + "HeterogeneousCore/AlpakaInterface/interface/AssertDeviceMatchesHostCollection.h", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerCopyToDeviceCache.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerImplicitCopyToDevice.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerMoveToDeviceCache.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerNoOutput.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaStreamSynchronizingProducer.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaStreamSynchronizingProducerToDevice.cc", + "HeterogeneousTest/AlpakaDevice/plugins/alpaka/AlpakaTestDeviceAdditionAlgo.dev.cc", + "HeterogeneousTest/AlpakaDevice/plugins/alpaka/AlpakaTestDeviceAdditionModule.cc", + "HeterogeneousTest/AlpakaKernel/plugins/alpaka/AlpakaTestKernelAdditionAlgo.dev.cc", + "HeterogeneousTest/AlpakaKernel/plugins/alpaka/AlpakaTestKernelAdditionModule.cc", + "HeterogeneousTest/AlpakaOpaque/plugins/alpaka/AlpakaTestOpaqueAdditionModule.cc", + "HeterogeneousTest/AlpakaWrapper/plugins/alpaka/AlpakaTestWrapperAdditionModule.cc", + "IOMC/EventVertexGenerators/python/VtxSmearedFixed_EmitRealistic5TeVppCollision2017_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic100ns13TeVCollisionBetaStar90mLowBunches_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic100ns13TeVCollisionBetaStar90m_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeV2016Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeVEarly2017Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeVEarly2018Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEOY2022Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEarly2022Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEarly2023Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns900GeV2021Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic2p76TeV2011Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic2p76TeV2013Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic50ns13TeVCollisionZeroTesla_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic5TeVPA2016Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic5TeVppCollision2017_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic7TeVCollisionComm10_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic8TeVPA2016Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealisticHICollisionFixZ2015_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3FlatOpticsGaussSigmaZ4p2cm_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3FlatOpticsGaussSigmaZ5p3cm_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3RoundOptics25ns13TeVHighSigmaZ_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3RoundOptics25ns13TeVLowSigmaZ_cfi.py", + "JetMETCorrections/InterpolationTables/interface/InterpolationFunctorInstances.h", + "JetMETCorrections/InterpolationTables/interface/StorableMultivariateFunctorReader.h", + "JetMETCorrections/TauJet/data/IterativeCone0.4_EtScheme_TowerEt0.5_E0.8_Jets871_2x1033PU_tau.txt", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_BTagSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_hadr_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_hadr_metSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_lepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenuObjects_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_BTagSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_hadr_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_hadr_metSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_lepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_constants.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_ids.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_scalings.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_BTagSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_hadr_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_hadr_metSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_lepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_constants.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_ids.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_scalings.py", + "L1Trigger/DTTriggerPhase2/test/primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py", + "L1Trigger/DTTriggerPhase2/test/primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg_withRPC.py", + "L1Trigger/DTTriggerPhase2/test/test_primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py", + "L1Trigger/GlobalTriggerAnalyzer/python/customise_l1GtPatternGeneratorFromRaw.py", + "L1Trigger/GlobalTriggerAnalyzer/test/L1GtPatternGenerator_overrideL1Menu_cfg.py", + "L1Trigger/L1CaloTrigger/python/l1tPhase2GCTBarrelToCorrelatorLayer1Emulator_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_0_ECALZS_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_1_ECALZS_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_1_ECALZS_noHFJEC_newEGIso_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_0_HI_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_10_mean_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_10_mode_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_2_noHCALSF_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_2_updateHFSF_v6MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_2_updateHFSF_v7MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_updateHFSF_v6MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_mean_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_mean_newHF_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_newHF_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_newHF_v6MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_oldHFSFForJECOnly_cfi.py", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2ClusterAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2EGammaAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2EtSumAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2JetSumAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2TowerCompressAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2TowerDecompressAlgorithmFirmwareImp1.cc", + "L1Trigger/L1THGCal/interface/concentrator/HGCalConcentratorProcessorSelection.h", + "L1Trigger/L1THGCal/interface/concentrator/HGCalConcentratorSuperTriggerCellImpl.h", + "L1Trigger/L1THGCal/plugins/backend/HGCalBackendLayer2Processor3DClustering_SA.cc", + "L1Trigger/L1THGCalUtilities/test/ntuples/HGCalTriggerNtupleHGCConcentratorData.cc", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGenerator.py", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGeneratorClassProb.py", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGenerator_displ.py", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlap_Pats0x0013_generateExtrFactors.py", + "L1Trigger/L1TMuonOverlapPhase2/interface/LutNetworkFixedPointRegression2Outputs.h", + "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGeneratorClassProb_phase2.py", + "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGenerator_displ_phase2.py", + "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGenerator_phase2.py", + "L1Trigger/Phase2L1ParticleFlow/data/hgcal_egID/Photon_Pion_vs_Neutrino_BDTweights_1116.xml.gz", + "L1Trigger/Phase2L1ParticleFlow/data/hgcal_egID/Photon_vs_Pion_BDTweights_1116.xml.gz", + "L1Trigger/Phase2L1ParticleFlow/interface/L1TCorrelatorLayer1PatternFileWriter.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/buffered_folded_multififo_regionizer_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/folded_multififo_regionizer_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/middle_buffer_multififo_regionizer_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/multififo_regionizer_elements_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/multififo_regionizer_elements_ref.icc", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/tdr_regionizer_elements_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/tdr_regionizer_elements_ref.icc", + "L1Trigger/Phase2L1ParticleFlow/src/regionizer/buffered_folded_multififo_regionizer_ref.cpp", + "L1Trigger/Phase2L1ParticleFlow/src/regionizer/folded_multififo_regionizer_ref.cpp", + "L1Trigger/Phase2L1ParticleFlow/src/regionizer/middle_buffer_multififo_regionizer_ref.cpp", + "L1TriggerConfig/CSCTFConfigProducers/python/L1MuCSCTFConfigurationRcdSrc_cfi.py", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/phi12.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/phi42.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta15h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta15l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta25h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta25l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/ETFPatternList.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP1.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP2.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP3.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP4.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP5.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP6.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext12.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext13.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext14.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext15.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext16.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext21.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext23.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext24.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext25.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext26.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext34.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext35.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext56.lut", + "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTChannelMaskConfigOnline_cfi.py", + "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTParametersKeysOnlineProd_cfi.py", + "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTParametersOnlineProducer_cfi.py", + "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesConfig_cff.py", + "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesConfig_cfi.py", + "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesDBConfig_cff.py", + "L1TriggerConfig/L1CSCTPConfigProducers/src/L1CSCTriggerPrimitivesConfigProducer.cc", + "L1TriggerConfig/L1CSCTPConfigProducers/src/L1CSCTriggerPrimitivesConfigProducer.h", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu2008_2E30.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu_2008MC_2E30.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu2008_2E31.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v0_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v1_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090519_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090624_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v4_L1T_Scales_20090624_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1x1032/L1Menu_CRUZET200805.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v0_L1T_Scales_20101224_Imp0_0x1027.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v1_L1T_Scales_20101224_Imp0_0x1028.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v2_L1T_Scales_20101224_Imp0_0x102a.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v3_L1T_Scales_20101224_Imp0_0x102b.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25nsStage1_v3_L1T_Scales_20141121_Imp0_0x1031.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v0_L1T_Scales_20101224_Imp0_0x102f.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v1_L1T_Scales_20101224_Imp0_0x102f.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v2_L1T_Scales_20141121_Imp0_0x1030.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v1_L1T_Scales_20141121_Imp0_0x1030.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v2_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v3_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v4_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50ns_v0_L1T_Scales_20141121_Imp0_0x1031.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v1_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v2_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v3_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v4_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2011_v0_L1T_Scales_20101224_Imp0_0x1026.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2011_v0_nobsc_notau_centrality_q2_singletrack.v1.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2013_v0_L1T_Scales_20101224_Imp0_0x102c.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v1.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v2.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v3.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v4.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v5.xml", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/calosetup", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/defvalpkg", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/header", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/jet_cnts", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/muonsetup", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/calo_setup.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond1_chip.qsf", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond1_chip_pkg.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond2_chip.qsf", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond2_chip_pkg.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/def_val_pkg.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/muon_setup.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/pre_algo_and_or.vhd", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAlgoTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAlgoTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAndMasksTester.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsTechTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsTechTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtStableParametersTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskAlgoTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskAlgoTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskTechTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskTechTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoAlgoTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoTechTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoTechTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMenuConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtPrescaleFactorsAlgoTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtPrescaleFactorsTechTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskAlgoTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskTechTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskVetoAlgoTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskVetoTechTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_PrescaleFactorsAlgoTrigUnprescale_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_TriggerMaskAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu_2008MC_2E30_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_PrescaleFactorsAlgoTrigUnprescale_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_TriggerMaskAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v0_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090519_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090624_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v4_L1T_Scales_20090624_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_PrescaleFactorsAlgoTrigUnprescale_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_TriggerMaskAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_ecal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_hcal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskTechTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_ecal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_hcal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_Test_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v1_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v2_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v3_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v4_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v5_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsAlgoTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsAndMasksTester_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsTechTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskAlgoTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskTechTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskVetoTechTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsAlgoTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsAlgoTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsTechTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsTechTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskAlgoTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskAlgoTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskTechTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskTechTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoAlgoTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoTechTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoTechTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtPrescaleFactorsAlgoTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtPrescaleFactorsTechTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskAlgoTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskTechTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskVetoTechTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1ScalesProducers/python/L1MuTriggerPtScaleOnlineProducer_cfi.py", + "L1TriggerConfig/L1ScalesProducers/python/L1MuTriggerScalesOnlineProducer_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TGlobalPrescalesVetosObjectKeysOnline_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TMuonEndCapForestOnlineProxy_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TMuonOverlapObjectKeysOnline_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TMuonOverlapParamsOnlineProxy_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TUtmTriggerMenuObjectKeysOnline_cfi.py", + "L1TriggerConfig/L1TConfigProducers/src/L1TGlobalPrescalesVetosObjectKeysOnlineProd.cc", + "L1TriggerConfig/L1TConfigProducers/src/L1TUtmTriggerMenuObjectKeysOnlineProd.cc", + "MagneticField/GeomBuilder/plugins/dd4hep/DD4hep_VolumeBasedMagneticFieldESProducer.cc", + "MagneticField/GeomBuilder/plugins/dd4hep/DD4hep_VolumeBasedMagneticFieldESProducerFromDB.cc", + "MagneticField/Interpolation/test/BinaryTablesGeneration/prepareMagneticFieldGrid.cc", + "MagneticField/Interpolation/test/BinaryTablesGeneration/prepareMagneticFieldGrid.h", + "MagneticField/Interpolation/test/BinaryTablesGeneration/validateField_TOSCATables.py", + "MagneticField/ParametrizedEngine/interface/ParabolicParametrizedMagneticField.h", + "MagneticField/ParametrizedEngine/plugins/AutoParametrizedMagneticFieldProducer.cc", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_OAE85l_cfi.py", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_OAE_3_8T_cfi.py", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_PolyFit2D_cfi.py", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_PolyFit3D_cfi.py", + "MagneticField/ParametrizedEngine/test/alpaka/testParabolicParametrizedMagneticField.dev.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/CompareWithSystematicError.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasUpsilonValidation.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasY1SValidation.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasZValidation.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/ComparePhiPlusMinus.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareWithExpected.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareWithExpectedBeforeAfter.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CrystalBallFitOnData_JPsi.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/GaussianFitOnData_Psi2S.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Base.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Y1S.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Z.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlap_Upsilon.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlap_Y1S.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/RunCompareBias_template.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/ShowProbabilityDistribution.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/TreeProduction/MuScleFit_template_cfg.py", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/SplitAndRunBatch.sh", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/StatisticalErrors_instructions.txt", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/TakeParameterFromBatch.sh", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/TreeSplitter_cfg.py", + "MuonAnalysis/MomentumScaleCalibration/test/UnitTests/TestCrossSectionHandler.cc", + "MuonAnalysis/MomentumScaleCalibration/test/tree_production/miniAODVBTFMuonsOnlyTreeMC_CRAB_cfg.py", + "MuonAnalysis/MuonAssociators/test/MuonMCClassifier/debugMuonsClassByHits_cfg.py", + "MuonAnalysis/MuonAssociators/test/MuonMCClassifier/patMuonsWithClassByHits_cfg.py", + "MuonAnalysis/MuonAssociators/test/Trigger/patMuonsWithTrigger_Data_HLTDEBUG_cfg.py", + "MuonAnalysis/MuonAssociators/test/Trigger/patMuonsWithTrigger_mc_HLTDEBUG_cfg.py", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/db/ClassNotSupportedException.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIDGenerator.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIdConverter.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/IDetIdGenerator.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECAnalyzer.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECDetIdConverter.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TOBAnalyzer.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TOBDetIdConverter.java", + "OnlineDB/SiStripO2O/test/O2O_Validation/template_Validate_FEDCabling_O2O_cfg.py", + "OnlineDB/SiStripO2O/test/P5/20X/SiStripO2O_AT_P5_table_multipartition_Commissioning.sh", + "OnlineDB/SiStripO2O/test/P5/21X/SiStripO2O_AT_P5_table_multipartition_Commissioning.sh", + "PhysicsTools/HepMCCandAlgos/python/allStandAloneMuonTracksGenParticlesLeptonMatch_cfi.py", + "PhysicsTools/HepMCCandAlgos/python/allSuperClustersGenParticlesLeptonMatch_cfi.py", + "PhysicsTools/NanoAODTools/python/postprocessing/framework/treeReaderArrayTools.py", + "PhysicsTools/PatAlgos/python/slimming/offlineSlimmedPrimaryVerticesWithBS_cfi.py", + "PhysicsTools/SelectorUtils/interface/SimpleCutBasedElectronIDSelectionFunctor.h", + "RecoBTag/CTagging/python/candidateCombinedSecondaryVertexSoftLeptonCvsLComputer_cfi.py", + "RecoBTag/CTagging/python/pfInclusiveSecondaryVertexFinderNegativeCvsLTagInfos_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeOnlyJetBProbabilityComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeOnlyJetProbabilityComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeTrackCounting3D2ndComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeTrackCounting3D3rdComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidatePositiveOnlyJetBProbabilityComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidatePositiveOnlyJetProbabilityComputer_cfi.py", + "RecoBTag/ONNXRuntime/plugins/UnifiedParticleTransformerAK4ONNXJetTagsProducer.cc", + "RecoBTag/ONNXRuntime/plugins/UnifiedParticleTransformerAK4SonicJetTagsProducer.cc", + "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V01/pfDeepBoostedJetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V02/pfDeepBoostedJetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V02/pfMassDecorrelatedDeepBoostedJetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/Parameters/HiggsInteractionNet/V00/pfHiggsInteractionNetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/pfMassDecorrelatedDeepBoostedDiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfMassDecorrelatedParticleNetDiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfParticleNetFromMiniAODAK4DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfParticleNetFromMiniAODAK8DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfParticleTransformerAK4DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfUnifiedParticleTransformerAK4DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfUnifiedParticleTransformerAK4V1DiscriminatorsJetTags_cfi.py", + "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterFromFile_WPandPayload.cc", + "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterFromFile_WPandPayload_IOV.cc", + "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterTFormula_fromfile_WPandPL.cc", + "RecoBTag/SecondaryVertex/interface/CandidateBoostedDoubleSecondaryVertexComputer.h", + "RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexAK8Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexCA15Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateCombinedSecondaryVertexSoftLeptonComputer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateNegativeCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidatePositiveCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateSimpleSecondaryVertex2TrkComputer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateSimpleSecondaryVertex3TrkComputer_cfi.py", + "RecoBTag/SecondaryVertex/python/combinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderFilteredNegativeTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderFilteredTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfBoostedDoubleSecondaryVertexAK8BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfBoostedDoubleSecondaryVertexCA15BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderAK8TagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderCA15TagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfPositiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfPositiveCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/positiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/positiveCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/positiveCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/simpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/simpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedDynamicHybridSuperClusters_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedEndcapSuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedFixedMatrixSuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedIslandBarrelSuperClusters_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedIslandEndcapSuperClusters_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedMulti5x5ClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedMulti5x5SuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/fixedMatrixPreshowerClusteringSequence_cff.py", + "RecoEcal/EgammaClusterProducers/python/fixedMatrixSuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/interestingDetIdCollectionProducer_cfi.py", + "RecoEcal/EgammaClusterProducers/python/interestingDetIdFromSuperClusterProducer_cfi.py", + "RecoEcal/EgammaClusterProducers/python/multi5x5PreshowerClusteringSequence_cff.py", + "RecoEcal/EgammaClusterProducers/python/multi5x5SuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/particleFlowSuperClusteringSequence_cff.py", + "RecoEcal/EgammaClusterProducers/src/InterestingDetIdFromSuperClusterProducer.cc", + "RecoEcal/EgammaCoreTools/plugins/EcalBasicClusterLocalContCorrectionsESProducer.cc", + "RecoEgamma/EgammaElectronAlgos/interface/ecalClusterEnergyUncertaintyElectronSpecific.h", + "RecoEgamma/EgammaElectronAlgos/src/ecalClusterEnergyUncertaintyElectronSpecific.cc", + "RecoEgamma/EgammaElectronProducers/plugins/GsfElectronCoreEcalDrivenProducer.cc", + "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedHeavyObjectCache.cc", + "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedHeavyObjectCache.h", + "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedValueMapsProducer.cc", + "RecoEgamma/EgammaElectronProducers/plugins/TrackingRegionsFromSuperClustersProducer.cc", + "RecoEgamma/EgammaElectronProducers/python/lowPtGsfElectronsPreRegression_cfi.py", + "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTBcHcalIsolationProducersRegional.cc", + "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTElectronTrackIsolationProducers.cc", + "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTPhotonTrackIsolationProducersRegional.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaEcalPFClusterIsolationProducer.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaHcalPFClusterIsolationProducer.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaIsoHcalDetIdCollectionProducer.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaEcalExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaHcalExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaRecHitExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaTowerExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaTrackExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/ElectronPFIsolationWithConeVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/ElectronPFIsolationWithMapBasedVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/PhotonPFIsolationWithConeVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/PhotonPFIsolationWithMapBasedVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/python/interestingEgammaIsoDetIdsSequence_cff.py", + "RecoEgamma/EgammaIsolationAlgos/python/interestingEgammaIsoESDetIdModule_cff.py", + "RecoEgamma/EgammaIsolationAlgos/test/runInterestingEgammaIsoDetIdsSequence_cfg.py", + "RecoEgamma/EgammaPhotonProducers/python/conversionTrackSequenceForReReco_cff.py", + "RecoEgamma/EgammaPhotonProducers/python/propAlongMomentumWithMaterialForElectrons_cfi.py", + "RecoEgamma/EgammaPhotonProducers/python/propOppoMomentumWithMaterialForElectrons_cfi.py", + "RecoEgamma/EgammaPhotonProducers/python/trajectoryCleanerBySharedHitsForConversions_cfi.py", + "RecoEgamma/ElectronIdentification/data/ElectronMVAEstimatorRun2Fall17V1Variables.txt", + "RecoEgamma/ElectronIdentification/data/Fall17/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_92X.txt", + "RecoEgamma/ElectronIdentification/data/Fall17/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_94X.txt", + "RecoEgamma/ElectronIdentification/data/Run3_Winter22/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_122X.txt", + "RecoEgamma/ElectronIdentification/data/Spring15/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_25ns.txt", + "RecoEgamma/ElectronIdentification/data/Spring15/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_50ns.txt", + "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_HLT_ecalPFClusterIso.txt", + "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_HLT_hcalPFClusterIso.txt", + "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_80X.txt", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5E2x5OverE5x5WithSatCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5SigmaIEtaIEtaCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5SigmaIEtaIEtaWithSatCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleHadronicOverEMEnergyScaledCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleHadronicOverEMLinearCut.cc", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronHLTPreselecition_Summer16_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Fall17_94X_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Fall17_94X_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_25ns_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_50ns_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_50ns_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Summer16_80X_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Summer20_PhaseII_V0_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Winter22_122X_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_tools.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV51_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV60_80XAOD_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV60_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV70_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV71_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_tools.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_RunIIIWinter22_iso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_RunIIIWinter22_noIso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_25ns_Trig_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_25ns_nonTrig_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_50ns_Trig_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_GeneralPurpose_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_HZZ_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer16UL_ID_ISO_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer17UL_ID_ISO_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer18UL_ID_ISO_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Winter22_HZZ_V1_cff.py", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased_TrueVtx.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased_V2.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased_TrueVtx.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased_V2.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased_TrueVtx.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased_V2.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesFall17V1p1.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring15.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring15ValMaps.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring16.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun3VariablesWinter22V1.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_ChgHadronIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_ECalClusterIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_HCalClusterIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_NeuHadronIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_PhotonIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_TrackerIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_coneBasedHoverE_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfChargedHadrons_25ns_NULLcorrection.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfChargedHadrons_50ns.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfNeutralHadrons_25ns_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfNeutralHadrons_50ns.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfPhotons_25ns_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfPhotons_50ns.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfPhotons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfPhotons_90percentBased_3bins.txt", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndExpoScalingCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndExpoScalingEBCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndQuadScalingCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoFull5x5SigmaIEtaIEtaValueMapCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoGenericQuadraticRhoPtScaledCut.cc", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V1_TrueVtx_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_RunIIIWinter22_122X_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring15_25ns_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring15_50ns_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring16_V2p2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_tools.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V1p1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V0_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V2p1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V0_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V2p1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring16_nonTrig_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Summer20_PhaseII_V0_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Winter22_122X_V1_cff.py", + "RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDRVertexAssigned.h", + "RecoJets/JetAssociationProducers/python/ic5PFJetTracksAssociatorAtVertex_cfi.py", + "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalCrystalMatrixProbality.h", + "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalDeadChannelRecoveryAlgos.h", + "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalDeadChannelRecoveryBDTG.h", + "RecoLocalCalo/EcalRecProducers/interface/EcalUncalibRecHitFillDescriptionWorkerFactory.h", + "RecoLocalCalo/EcalRecProducers/interface/EcalUncalibRecHitWorkerRunOneDigiBase.h", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitConvertGPU2CPUFormat.cc", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsAlgoGPU.cu", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsKernels.cu", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsProducer.cc", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsProducerGPU.cc", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerFixedAlphaBetaFit.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/AmplitudeComputationCommonKernels.h", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/AmplitudeComputationKernels.dev.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalMultifitConditionsHostESProducer.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalRecHitConditionsESProducer.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitMultiFitAlgoPortable.dev.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitMultiFitAlgoPortable.h", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitProducerPortable.cc", + "RecoLocalCalo/EcalRecProducers/python/ecalFixedAlphaBetaFitUncalibRecHit_cfi.py", + "RecoLocalCalo/EcalRecProducers/src/EcalUncalibRecHitFillDescriptionWorkerFactory.cc", + "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducer.py", + "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducerGPU.py", + "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducerGPU_harvesting.py", + "RecoLocalCalo/HGCalRecAlgos/interface/alpaka/HGCalRecHitCalibrationAlgorithms.h", + "RecoLocalCalo/HGCalRecAlgos/plugins/alpaka/HGCalRecHitCalibrationAlgorithms.dev.cc", + "RecoLocalCalo/HGCalRecAlgos/plugins/alpaka/HGCalRecHitConfigurationESProducer.cc", + "RecoLocalCalo/HGCalRecProducers/interface/alpaka/HGCalSoAClustersExtraDeviceCollection.h", + "RecoLocalCalo/HGCalRecProducers/plugins/HGCalLayerClusterHeterogeneousDumper.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HGCalLayerClusterHeterogeneousSoADumper.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsConditions.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsFiller.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsFiller.h", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersAlgoWrapper.dev.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersSoAAlgoWrapper.dev.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersSoAAlgoWrapper.h", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalSoALayerClustersProducer.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalSoARecHitsLayerClustersProducer.cc", + "RecoLocalCalo/HcalRecAlgos/plugins/alpaka/HcalRecoParamsWithPulseShapesESProducer.cc", + "RecoLocalCalo/HcalRecProducers/plugins/alpaka/HcalSiPMCharacteristicsESProducer.cc", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco2DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco4DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_MTPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_MTPatternReco2D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_MTPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_MTPatternReco4D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/GEMRecHit/test/SingleMuPt100_cfi_GEM-SIM-DIGI_Extended2015MuonGEMDev.py", + "RecoLocalTracker/ClusterParameterEstimator/interface/ClusterParameterEstimator.h", + "RecoLocalTracker/ClusterParameterEstimator/interface/PixelClusterParameterEstimator.h", + "RecoLocalTracker/ClusterParameterEstimator/interface/StripClusterParameterEstimator.h", + "RecoLocalTracker/Configuration/python/RecoLocalTracker_Cosmics_EventContent_cff.py", + "RecoLocalTracker/Phase2TrackerRecHits/python/Phase2StripCPEGeometricESProducer_cfi.py", + "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerAlgorithm.cc", + "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerAlgorithm.h", + "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerSequentialAlgorithm.h", + "RecoLocalTracker/SiPhase2VectorHitBuilder/interface/VectorHitBuilderAlgorithm.h", + "RecoLocalTracker/SiPhase2VectorHitBuilder/interface/VectorHitBuilderAlgorithmBase.h", + "RecoLocalTracker/SiPhase2VectorHitBuilder/plugins/SiPhase2RecHitMatcherESProducer.cc", + "RecoLocalTracker/SiPhase2VectorHitBuilder/plugins/VectorHitBuilderEDProducer.cc", + "RecoLocalTracker/SiPhase2VectorHitBuilder/test/Clusters_productionAndTesting.py", + "RecoLocalTracker/SiPhase2VectorHitBuilder/test/VHs_SeedingOT_productionAndTesting.py", + "RecoLocalTracker/SiPhase2VectorHitBuilder/test/VHs_combinatorialStudies_PU200.py", + "RecoLocalTracker/SiPixelClusterizer/plugins/SiPixelDigisClustersFromSoAAlpaka.cc", + "RecoLocalTracker/SiPixelClusterizer/plugins/alpaka/SiPixelPhase2DigiToCluster.cc", + "RecoLocalTracker/SiPixelClusterizer/plugins/alpaka/SiPixelRawToClusterKernel.dev.cc", + "RecoLocalTracker/SiPixelClusterizer/python/SiPixelClusterizerPreSplitting_cfi.py", + "RecoLocalTracker/SiPixelRecHits/interface/alpaka/PixelCPEFastParamsCollection.h", + "RecoLocalTracker/SiPixelRecHits/plugins/alpaka/PixelCPEFastParamsESProducerAlpaka.cc", + "RecoLocalTracker/SiStripClusterizer/interface/StripClusterizerAlgorithmFactory.h", + "RecoLocalTracker/SiStripClusterizer/plugins/SiStripClusterizerConditionsESProducer.cc", + "RecoLocalTracker/SiStripClusterizer/plugins/SiStripClusterizerConditionsGPUESProducer.cc", + "RecoLocalTracker/SiStripClusterizer/python/SiStripClusters2ApproxClusters_cff.py", + "RecoLocalTracker/SiStripClusterizer/python/test/ClusterRefinerTagMCmerged_cfi.py", + "RecoLocalTracker/SiStripClusterizer/python/test/ClusterizerUnitTestFunctions_cff.py", + "RecoLocalTracker/SiStripClusterizer/test/step2_RAW2DIGI_L1Reco_RECO_ApproxClusters.py", + "RecoLocalTracker/SiStripClusterizer/test/step2_RAW2DIGI_L1Reco_RECO_ApproxClusters_streamerOutput.py", + "RecoLocalTracker/SiStripClusterizer/test/testSiStripQuality/SiStripBadChannel.tpl", + "RecoLocalTracker/SiStripClusterizer/test/testSiStripQuality/SiStripBadModule.tpl", + "RecoLocalTracker/SiStripRecHitConverter/interface/SiStripRecHitConverterAlgorithm.h", + "RecoLocalTracker/SiStripRecHitConverter/plugins/SiStripRecHitMatcherESProducer.cc", + "RecoLocalTracker/SiStripRecHitConverter/plugins/SiStripRecHitMatcherESProducer.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/IteratedMedianCMNSubtractor.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripCommonModeNoiseSubtractor.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripRawProcessingAlgorithms.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripRawProcessingFactory.h", + "RecoLocalTracker/SiStripZeroSuppression/python/SiStripZeroSuppression_SimData_cfi.py", + "RecoLocalTracker/SiStripZeroSuppression/python/siStripMergeZeroSuppression_cfi.py", + "RecoLocalTracker/SiStripZeroSuppression/test/SiStripZS_EmulateHybrid_RealData.py", + "RecoLocalTracker/SubCollectionProducers/interface/PixelClusterSelectorTopBottom.h", + "RecoLocalTracker/SubCollectionProducers/interface/StripClusterSelectorTopBottom.h", + "RecoLocalTracker/SubCollectionProducers/python/ClusterMultiplicityFilter_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/TopBottomClusterInfoProducer_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/TrackCandidateTopBottomHitFilter_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/hltTrackClusterRemoverNew_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/splitter_tracking_RunI_setup_cff.py", + "RecoLocalTracker/SubCollectionProducers/python/test/ClusterMCsplitStrips_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/test/MCsplitStripsCustomize_cff.py", + "RecoLuminosity/LumiProducer/test/analysis/test/crab3_ALCALUMIPIXELS_PIXONLY_DATA.py", + "RecoMTD/TransientTrackingRecHit/plugins/MTDTransientTrackingRecHitBuilderESProducer.cc", + "RecoMTD/TransientTrackingRecHit/python/MTDTransientTrackingRecHitBuilder_cfi.py", + "RecoMuon/L3MuonIsolationProducer/plugins/L3MuonCombinedRelativeIsolationProducer.cc", + "RecoMuon/L3MuonIsolationProducer/plugins/L3MuonCombinedRelativeIsolationProducer.h", + "RecoMuon/MuonIdentification/python/Identification/cutBasedMuonId_MuonPOG_V0_cff.py", + "RecoMuon/MuonIdentification/python/Identification/globalMuonPromptTight_V0_cff.py", + "RecoMuon/MuonIsolationProducers/python/muIsoDepositCalByAssociatorTowers_cfi.py", + "RecoMuon/StandAloneMuonProducer/python/standAloneMuonsDirectTrajectoryBuilder_cfi.py", + "RecoMuon/TrackerSeedGenerator/python/pixelTrackFilterByKinematicsForTSGFromL1_cfi.py", + "RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHitBreaker.h", + "RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHitBuilder.h", + "RecoMuon/TransientTrackingRecHit/plugins/MuonTransientTrackingRecHitBuilderESProducer.cc", + "RecoMuon/TransientTrackingRecHit/python/MuonTransientTrackingRecHitBuilder_cfi.py", + "RecoParticleFlow/Configuration/python/DBS_Samples/RelValQCD_FlatPt_15_3000_Fast_cfi.py", + "RecoParticleFlow/Configuration/python/RecoParticleFlow_conversion_EventContent_cff.py", + "RecoParticleFlow/Configuration/python/RecoParticleFlow_nuclear_EventContent_cff.py", + "RecoParticleFlow/PFClusterProducer/interface/alpaka/PFClusteringEdgeVarsDeviceCollection.h", + "RecoParticleFlow/PFClusterProducer/interface/alpaka/PFClusteringVarsDeviceCollection.h", + "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/GenericSimClusterMapper.cc", + "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/RealisticHitToClusterAssociator.h", + "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/RealisticSimClusterMapper.cc", + "RecoParticleFlow/PFClusterProducer/plugins/alpaka/PFClusterSoAProducerKernel.dev.cc", + "RecoParticleFlow/PFClusterProducer/python/particleFlowBadHcalPseudoCluster_cff.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterECALUncorrected_cfi.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterOOTECALUncorrected_cff.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterTimeAssigner_cfi.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowRealisticSimClusterHGCCalibrations_cfi.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowZeroSuppressionECAL_cff.py", + "RecoParticleFlow/PFProducer/plugins/importers/LooseNuclearInteractionTrackImporter.cc", + "RecoParticleFlow/PFProducer/plugins/importers/NuclearInteractionTrackImporter.cc", + "RecoParticleFlow/PFProducer/plugins/importers/VeryLooseNuclearInteractionTrackImporter.cc", + "RecoParticleFlow/PFProducer/test/particleFlowBlock_NewECalAndHCalLinker_HLT_cfi.py", + "RecoParticleFlow/PFRecHitProducer/interface/alpaka/PFRecHitParamsDeviceCollection.h", + "RecoParticleFlow/PFRecHitProducer/interface/alpaka/PFRecHitTopologyDeviceCollection.h", + "RecoParticleFlow/PFRecHitProducer/plugins/alpaka/PFRecHitECALParamsESProducer.cc", + "RecoParticleFlow/PFRecHitProducer/plugins/alpaka/PFRecHitHCALParamsESProducer.cc", + "RecoParticleFlow/PFRecHitProducer/src/alpaka/PFRecHitTopologyDeviceCollection.cc", + "RecoTBCalo/EcalTBHodoscopeReconstructor/interface/EcalTBHodoscopeRawInfoDumper.h", + "RecoTBCalo/EcalTBHodoscopeReconstructor/interface/EcalTBHodoscopeRecInfoProducer.h", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/EcalTBHodoscopeReconstructor_cfi.py", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecal2004TBHodoscopeReconstructor_cfi.py", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecal2006TBHodoscopeReconstructor_cfi.py", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecalTBSimHodoscopeReconstructor_cfi.py", + "RecoTauTag/RecoTau/python/PFRecoTauDiscriminationAgainstElectronMVA6Phase2_cff.py", + "RecoTauTag/RecoTau/python/tauDiscriminationAgainstElectronMVA6Phase2_mvaDefs_cff.py", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitPairGeneratorForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitPairGeneratorForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitQuadrupletGeneratorForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitQuadrupletGeneratorForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/HitPairGeneratorFromLayerPairForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/HitPairGeneratorFromLayerPairForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/HitQuadrupletGeneratorFromLayerPairForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/HitQuadrupletGeneratorFromLayerPairForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadruplets.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.h", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLeg.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLegAlgo.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLegAlgo.h", + "RecoTracker/ConversionSeedGenerators/plugins/SeedForPhotonConversionFromQuadruplets.cc", + "RecoTracker/ConversionSeedGenerators/plugins/SeedForPhotonConversionFromQuadruplets.h", + "RecoTracker/ConversionSeedGenerators/python/PhotonConversionTrajectorySeedProducerFromQuadruplets_cfi.py", + "RecoTracker/ConversionSeedGenerators/python/PhotonConversionTrajectorySeedProducerFromSingleLeg_cfi.py", + "RecoTracker/DisplacedRegionalTracking/plugins/DisplacedRegionSeedingVertexProducer.cc", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-10mu-fulldet-build-extrectracks.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-10mu-fulldet-build.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-benchmarks-multiiter.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-ttbar-fulldet-build-extrectracks.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-ttbar-fulldet-build.sh", + "RecoTracker/MkFitCore/standalone/xeon_scripts/benchmark-cmssw-ttbar-fulldet-build-remote.sh", + "RecoTracker/MkFitCore/standalone/xeon_scripts/benchmark-cmssw-ttbar-fulldet-build.sh", + "RecoTracker/PixelLowPtUtilities/interface/StripSubClusterShapeTrajectoryFilter.h", + "RecoTracker/PixelLowPtUtilities/python/StripSubClusterShapeTrajectoryFilter_cfi.py", + "RecoTracker/PixelSeeding/interface/HitTripletGeneratorFromPairAndLayersFactory.h", + "RecoTracker/PixelTrackFitting/plugins/PixelFitterByConformalMappingAndLineProducer.cc", + "RecoTracker/PixelTrackFitting/plugins/PixelTrackCleanerBySharedHitsESProducer.cc", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForBeamHalo_cff.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForBeamHalo_cfi.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsP5_cff.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cff.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cfi.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmics_cfi.py", + "RecoTracker/TkMSParametrization/interface/MultipleScatteringParametrisationMaker.h", + "RecoTracker/TkMSParametrization/plugins/MultipleScatteringParametrisationMakerESProducer.cc", + "RecoTracker/TkMSParametrization/src/ES_MultipleScatteringParametrisationMaker.cc", + "RecoTracker/TkSeedGenerator/interface/MultiHitGeneratorFromPairAndLayersFactory.h", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsStraightLineCreator.cc", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsStraightLineCreator.h", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsTripletOnlyCreator.cc", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsTripletOnlyCreator.h", + "RecoTracker/TkSeedGenerator/python/SeedFromConsecutiveHitsStraightLineCreator_cfi.py", + "RecoTracker/TkSeedGenerator/python/SeedFromConsecutiveHitsTripletOnlyCreator_cfi.py", + "RecoTracker/TkSeedGenerator/python/SeedGeneratorFromProtoTracksEDProducer_cff.py", + "RecoTracker/TkSeedGenerator/python/SeedGeneratorFromRegionHitsEDProducer_cfi.py", + "RecoTracker/TkSeedGenerator/python/seedCreatorFromRegionConsecutiveHitsEDProducer_cff.py", + "RecoTracker/TkSeedGenerator/python/seedCreatorFromRegionConsecutiveHitsTripletOnlyEDProducer_cff.py", + "RecoTracker/TkSeedingLayers/python/PixelLessLayerPairs4PixelLessTracking_cfi.py", + "RecoTracker/TkSeedingLayers/python/TTRHBuilderWithoutAngle4MixedTriplets_cfi.py", + "RecoTracker/TkSeedingLayers/python/TTRHBuilderWithoutAngle4PixelTriplets_cfi.py", + "RecoTracker/TkTrackingRegions/interface/GlobalTrackingRegionProducerFromBeamSpot.h", + "RecoTracker/TkTrackingRegions/plugins/CandidatePointSeededTrackingRegionsProducer.h", + "RecoTracker/TkTrackingRegions/plugins/GlobalTrackingRegionWithVerticesProducer.h", + "RecoTracker/TkTrackingRegions/plugins/PixelInactiveAreaTrackingRegionsSeedingLayersProducer.cc", + "RecoTracker/TransientTrackingRecHit/interface/TkTransientTrackingRecHitBuilder.h", + "RecoTracker/TransientTrackingRecHit/plugins/TkTransientTrackingRecHitBuilderESProducer.cc", + "RecoTracker/TransientTrackingRecHit/python/TransientTrackingRecHitBuilderWithoutRefit_cfi.py", + "RecoTracker/TransientTrackingRecHit/python/TransientTrackingRecHitBuilder_cfi.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsEarly10TeVCollision_cff.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsEarly10TeVCollision_cfi.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsNominalCollision_cff.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsNominalCollision_cfi.py", + "RecoVertex/ConfigurableVertexReco/interface/ConfigurableAdaptiveReconstructor.h", + "RecoVertex/GaussianSumVertexFit/interface/GsfVertexTrackCompatibilityEstimator.h", + "RecoVertex/KinematicFitPrimitives/interface/ExtendedPerigeeTrajectoryParameters.h", + "RecoVertex/KinematicFitPrimitives/interface/KinematicParticleFactoryFromTransientTrack.h", + "RecoVertex/KinematicFitPrimitives/interface/ParticleKinematicLinearizedTrackState.h", + "RecoVertex/KinematicFitPrimitives/interface/ParticleKinematicLinearizedTrackStateFactory.h", + "RecoVertex/KinematicFitPrimitives/interface/TransientTrackKinematicStateBuilder.h", + "RecoVertex/KinematicFitPrimitives/src/KinematicParticleFactoryFromTransientTrack.cc", + "RecoVertex/KinematicFitPrimitives/src/ParticleKinematicLinearizedTrackStateFactory.cc", + "RecoVertex/LinearizationPointFinders/interface/CrossingPtBasedLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/interface/DefaultLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/interface/FallbackLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/interface/SubsetHSMLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/src/CrossingPtBasedLinearizationPointFinder.cc", + "RecoVertex/PixelVertexFinding/plugins/alpaka/PixelVertexWorkSpaceSoADeviceAlpaka.h", + "RecoVertex/PrimaryVertexProducer/interface/AdaptiveChisquarePrimaryVertexFitter.h", + "RecoVertex/PrimaryVertexProducer/interface/SequentialPrimaryVertexFitterAdapter.h", + "RecoVertex/PrimaryVertexProducer/python/OfflinePrimaryVerticesFromCosmicTracks_cfi.py", + "RecoVertex/TrimmedKalmanVertexFinder/interface/ConfigurableTrimmedVertexFinder.h", + "SLHCUpgradeSimulations/Geometry/data/PhaseI/EmptyPixelSkimmedGeometry_phase1.txt", + "SLHCUpgradeSimulations/Geometry/data/PhaseII/Tilted/EmptyPixelSkimmedGeometry.txt", + "SimCalorimetry/Configuration/python/SimCalorimetry_EcalSelectiveReadoutProducers_setBeamcom09_cff.py", + "SimCalorimetry/EcalEBTrigPrimAlgos/interface/EcalEBPhase2AmplitudeReconstructor.h", + "SimCalorimetry/EcalEBTrigPrimProducers/plugins/EcalEBTrigPrimPhase2ESProducer.cc", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitiveDigis_cff.py", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitiveDigis_cfi.py", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitivePhase2Digis_cfi.py", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitivePhase2ESProducer_cfi.py", + "SimCalorimetry/EcalElectronicsEmulation/python/EcalElecEmulTccOnlyExample_cfg.py", + "SimCalorimetry/EcalSelectiveReadoutAlgos/interface/EcalSelectiveReadoutSuppressor.h", + "SimCalorimetry/EcalSelectiveReadoutProducers/interface/namespace_ecalsrcondtools.h", + "SimCalorimetry/EcalSelectiveReadoutProducers/plugins/EcalSelectiveReadoutProducer.cc", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTrigPrimESProducer_craft_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_CosmicsConfiguration_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_barrelOnly_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_craft_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_craft_cfi.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_mc_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_mc_cfi.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_readDBOffline_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_readDBOffline_cfi.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_with_suppressed_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_with_suppressed_cfi.py", + "SimCalorimetry/EcalZeroSuppressionProducers/doc/EcalZeroSuppressionProducers.doc", + "SimCalorimetry/EcalZeroSuppressionProducers/interface/ESZeroSuppressionProducer.h", + "SimCalorimetry/EcalZeroSuppressionProducers/interface/EcalZeroSuppressionProducer.h", + "SimCalorimetry/EcalZeroSuppressionProducers/python/ecalGlobalZeroSuppression_cfi.py", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllHitToTracksterAssociatorsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllLayerClusterToTracksterAssociatorsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllTracksterToSimTracksterAssociatorsByHitsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllTracksterToSimTracksterAssociatorsByLCsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToLayerClusterAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToLayerClusterAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToSimClusterCaloParticleAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToSimClusterCaloParticleAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToTracksterAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToTracksterAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorEDProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/SimClusterToCaloParticleAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/SimClusterToCaloParticleAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorEDProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorEDProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/python/HitToTracksterAssociation_cfi.py", + "SimCalorimetry/HGCalAssociatorProducers/python/SimClusterToCaloParticleAssociation_cfi.py", + "SimCalorimetry/HGCalAssociatorProducers/python/TSToSimTSAssociationByHits_cfi.py", + "SimCalorimetry/HGCalSimProducers/data/doseParams_3000fb_fluka_HFNose_3.7.20.12_Eta2.4.txt", + "SimCalorimetry/HcalZeroSuppressionProducers/doc/HcalZeroSuppressionProducers.doc", + "SimCalorimetry/HcalZeroSuppressionProducers/interface/HcalZeroSuppressionAlgo.h", + "SimCalorimetry/HcalZeroSuppressionProducers/python/NoHcalZeroSuppression_cff.py", + "SimCalorimetry/HcalZeroSuppressionProducers/python/hcalDigisNoSuppression_cfi.py", + "SimDataFormats/Associations/interface/LayerClusterToCaloParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/LayerClusterToSimClusterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/LayerClusterToSimTracksterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociationMap.h", + "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociator.h", + "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MtdSimLayerClusterToRecoClusterAssociationMap.h", + "SimDataFormats/Associations/interface/MtdSimLayerClusterToTPAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MultiClusterToCaloParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MuonToTrackingParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TrackToTrackingParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TracksterToSimClusterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TracksterToSimTracksterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TracksterToSimTracksterHitLCAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/VertexToTrackingVertexAssociatorBaseImpl.h", + "SimDataFormats/Associations/src/LayerClusterToCaloParticleAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/LayerClusterToSimTracksterAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/MtdRecoClusterToSimLayerClusterAssociationMap.cc", + "SimDataFormats/Associations/src/MtdRecoClusterToSimLayerClusterAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/MtdSimLayerClusterToRecoClusterAssociationMap.cc", + "SimDataFormats/Associations/src/MultiClusterToCaloParticleAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/TracksterToSimTracksterHitLCAssociatorBaseImpl.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.h", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsProducer.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorEDProducer.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdImpl.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdImpl.h", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdProducer.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorEDProducer.cc", + "SimFastTiming/MtdAssociatorProducers/python/mtdRecoClusterToSimLayerClusterAssociation_cfi.py", + "SimFastTiming/MtdAssociatorProducers/python/mtdSimLayerClusterToTPAssociation_cfi.py", + "SimGeneral/Configuration/python/RunsAndWeights_Run2018_Equal_Lumi_Integer_Weights.py", + "SimGeneral/DataMixingModule/python/supplementary/DigiRecoExampleMC_STARTUP_cfg.py", + "SimGeneral/DataMixingModule/python/supplementary/ReconstructionLocalCosmics_cff.py", + "SimGeneral/DataMixingModule/python/supplementary/recoT0DQM_EvContent_40T_digiOnly_cfg.py", + "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_11h_8h_hybrid2p40_cfi.py", + "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_12p5h_9h_hybrid2p23_cfi.py", + "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_14h_10h_hybrid2p05_cfi.py", + "SimGeneral/MixingModule/python/Run3_2025_LHC_Simulation_fill12p5h_levelling9h_nb2340_xSec80mb_il2p23_cfi.py", + "SimGeneral/MixingModule/python/mix_2012_Summer_50ns_PoissonOOTPU_ExtWind_cfi.py", + "SimGeneral/MixingModule/python/mix_2012_lumiLevel_15_20_50ns_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2015_25nsLowPU_matchData_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2015_25ns_FallMC_matchData_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2016_25ns_SpringMC_PUScenarioV1_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2016_PoissonOOTPU_HighPUTrains_Fill5412_cfi.py", + "SimGeneral/MixingModule/python/mix_2017_25ns_WinterMC_PUScenarioV1_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2018_25ns_JuneProjectionFull18_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2018_25ns_ProjectedPileup_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2022_25ns_RunIII2022Summer24_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2023_25ns_RunIII2023Summer24_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2023_Fills_8807_8901_ProjectedPileup_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2024_25ns_RunIII2024Summer24_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_E7TeV_Fall2011_Reprocess_50ns_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_25ns_PoissonOOT_cfi.py", + "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_50ns_PoissonOOT.py", + "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_inTimeOnly_cfi.py", + "SimGeneral/TrackingAnalysis/python/trackingParticleNumberOfLayersProducer_cff.py", + "SimTracker/TrackAssociation/python/trackingParticleRecoTrackAsssociation_cff.py", + "SimTracker/TrackAssociation/python/trackingParticleRecoTrackAsssociation_cfi.py", + "SimTracker/TrackAssociatorProducers/plugins/QuickTrackAssociatorByHitsProducer.cc", + "SimTracker/TrackAssociatorProducers/plugins/TrackAssociatorByPositionProducer.cc", + "SimTracker/TrackerMaterialAnalysis/data/dd4hep_trackingMaterialGroups_ForPhaseII.xml", + "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseI/v1/trackingMaterialGroups_ForPhaseI.xml", + "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseII/v1/trackingMaterialGroups_ForPhaseII.xml", + "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseII/v2/trackingMaterialGroups_ForPhaseII.xml", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_ListGroupsMaterialDifference.h", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_MaterialAccountingGroup.cc", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_MaterialAccountingGroup.h", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialAnalyser.cc", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialAnalyser.h", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialPlotter.cc", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialPlotter.h", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHFNosePhaseII_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHGCalPhaseII_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHGCalPhaseII_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseII_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseII_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseI_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseI_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialProducerHFNose_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialProducerHFNose_cfi.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialAnalyser_ForHFNosePhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialAnalyser_ForHGCalPhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForHFNosePhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForHGCalPhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForPhaseI.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForPhaseII.py", + "SimTracker/VertexAssociation/plugins/VertexAssociatorByPositionAndTracksProducer.cc", + "SimTransport/TotemRPProtonTransportParametrization/interface/LHCOpticsApproximator.h", + "SimTransport/TotemRPProtonTransportParametrization/src/LHCOpticsApproximator.cc", + "TopQuarkAnalysis/TopEventProducers/python/producers/TtDilepEvtSolProducer_cfi.py", + "TopQuarkAnalysis/TopEventProducers/python/producers/TtSemiEvtSolProducer_cfi.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttFullHadEvtHypotheses_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttFullLepEvtHypotheses_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepEvtHypotheses_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepKinematicFit_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepMVASelection_cff.py", + "TopQuarkAnalysis/TopEventSelection/data/TtFullHadSignalSelMVATrainTreeSaver.xml", + "TopQuarkAnalysis/TopEventSelection/data/TtSemiLepSignalSelMVATrainTreeSaver.xml", + "TopQuarkAnalysis/TopEventSelection/python/TtFullHadSignalSelMVATrainTreeSaver_cff.py", + "TopQuarkAnalysis/TopEventSelection/python/TtSemiLepSignalSelMVATrainTreeSaver_cff.py", + "TopQuarkAnalysis/TopJetCombination/plugins/TtSemiLepJetCombWMassDeltaTopMass.cc", + "TopQuarkAnalysis/TopJetCombination/python/TtSemiLepJetCombMVATrainTreeSaver_cff.py", + "TopQuarkAnalysis/TopJetCombination/python/TtSemiLepJetCombWMassDeltaTopMass_cfi.py", + "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Fall11_cff.py", + "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Spring10_cff.py", + "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Summer11_cff.py", + "TrackPropagation/SteppingHelixPropagator/plugins/SteppingHelixPropagatorESProducer.cc", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorAlong_cfi.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorAny_cfi.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorHLT_cff.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorOpposite_cfi.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorsNoErrorPropagation_cff.py", + "TrackPropagation/SteppingHelixPropagator/test/SteppingHelixPropagatorAnalyzer.cc", + "TrackingTools/GeomPropagators/interface/AnalyticalTrajectoryExtrapolatorToLine.h", + "TrackingTools/KalmanUpdators/python/MRHChi2MeasurementEstimatorESProducer_cfi.py", + "TrackingTools/MaterialEffects/python/RungeKuttaTrackerPropagatorOpposite_cfi.py", + "TrackingTools/PatternTools/interface/trackingParametersAtClosestApproachToBeamSpot.h", + "TrackingTools/PatternTools/src/trackingParametersAtClosestApproachToBeamSpot.cc", + "TrackingTools/TrajectoryFiltering/interface/ChargeSignificanceTrajectoryFilter.h", + "TrackingTools/TrajectoryFiltering/interface/MaxConsecLostHitsTrajectoryFilter.h", + "TrackingTools/TrajectoryParametrization/interface/CurvilinearTrajectoryParameters.h", + "TrackingTools/TrajectoryParametrization/interface/PerigeeTrajectoryParameters.h", + "TrackingTools/TransientTrackingRecHit/interface/GenericTransientTrackingRecHit.h", + "TrackingTools/TransientTrackingRecHit/interface/TransientTrackingRecHitBuilder.h", + "Utilities/ReleaseScripts/ignominy/config/IgnominyCommon/IgGNUPlotTemplate_CMS.gnu", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_baseline.json", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_newClass.json", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_removeClass.json", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_versionUpdate.json", + "Utilities/StorageFactory/test/test_multiple_files_file_statistics_sender_cfg.py", + "Validation/CTPPS/python/ctppsProtonReconstructionEfficiencyEstimatorData_cfi.py", + "Validation/CaloTowers/test/runNoise_valid_simhits_digis_rechits_calotowers_ZS_cfg.py", + "Validation/HGCalValidation/test/python/testValidationHGCalTrigPrim_RelVal_cfg.py", + "Validation/RecoEgamma/python/ElectronMcSignalValidatorPt1000_gedGsfElectrons_cfi.py", + "Validation/RecoEgamma/test/ElectronMcSignalValidationPt1000_gedGsfElectrons_cfg.py", + "Validation/SiPixelPhase1ConfigV/python/SiPixelPhase1OfflineDQM_harvestingV_cff.py", + "Validation/SiPixelPhase1TrackClustersV/python/SiPixelPhase1TrackClustersV_cfi.py", + "Validation/SiPixelPhase1TrackingParticleV/interface/SiPixelPhase1TrackingParticleV.h", + "Validation/SiPixelPhase1TrackingParticleV/python/SiPixelPhase1TrackingParticleV_cfi.py", + "Validation/SiPixelPhase1TrackingParticleV/src/SiPixelPhase1TrackingParticleV.cc" + ], + "squashed": false, + "time": 1745319156 + } + }, + "emoji": { + "2821245737": "+1" + }, + "last_seen_sha": "83b3c3b197c3652a506a6146ba1bf63847d1b516", + "signatures": {} + } + }, + { + "type": "emoji", + "data": [ + 2821245737, + "+1", + true + ] + }, + { + "type": "add-label", + "data": [] + }, + { + "type": "remove-label", + "data": [ + "analysis-pending", + "core-pending", + "daq-pending", + "db-pending", + "dqm-pending", + "fastsim-pending", + "generators-pending", + "geometry-pending", + "heterogeneous-pending", + "hlt-pending", + "l1-pending", + "operations-pending", + "pdmv-pending", + "reconstruction-pending", + "simulation-pending", + "tracking", + "upgrade-pending", + "xpog-pending" + ] + }, + { + "type": "create-property-file", + "data": { + "filename": "trigger-code-checks-iarspider-cmssw-cmssw-31.properties", + "data": { + "PULL_REQUEST": "31", + "CONTEXT_PREFIX": "cms/31", + "CMSSW_TOOL_CONF": "", + "APPLY_PATCH": "false" + } + } + }, + { + "type": "status", + "data": { + "commit": "06516559d90de78ecd6034aa4425e2ac9132faed", + "state": "pending", + "target_url": null, + "description": "code-checks requested", + "context": "cms/31/code-checks" + } + }, + { + "type": "edit-comment", + "data": "cms-bot internal usage" + }, + { + "type": "edit-comment", + "data": "cms-bot internal usage" + }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "83b3c3b197c3652a506a6146ba1bf63847d1b516": { + "files": [ + "Alignment/APEEstimation/python/samples/Data_TkAlMinBias_Run2018C_PromptReco_v3_cff.py", + "Alignment/APEEstimation/python/samples/Data_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py", + "Alignment/APEEstimation/python/samples/Data_TkAlZMuMu_Run2015B_DoubleMuon_PromptReco_v1_cff.py", + "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_ApeSkim_cff.py", + "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_cff.py", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsEntry.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsStore.h", + "Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationPluginFactory.h", + "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorTracksFromTrajectories.cc", + "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorMuonResidualsDefaults_cff.py", + "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorSegmentDifferences_cfi.py", + "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentDerivativesExtractor.h", + "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/KarimakiAlignmentDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/ParametersToParametersDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters4D.h", + "Alignment/CommonAlignmentParametrization/interface/SegmentAlignmentDerivatives4D.h", + "Alignment/CommonAlignmentParametrization/interface/TwoBowedSurfacesAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/src/BowedSurfaceAlignmentDerivatives.cc", + "Alignment/CommonAlignmentParametrization/src/CompositeAlignmentDerivativesExtractor.cc", + "Alignment/CommonAlignmentParametrization/src/ParametersToParametersDerivatives.cc", + "Alignment/CommonAlignmentParametrization/src/TwoBowedSurfacesAlignmentParameters.cc", + "Alignment/CommonAlignmentProducer/interface/AlignmentTracksFromVertexCompositeCandidateSelector.h", + "Alignment/CommonAlignmentProducer/interface/AlignmentTwoBodyDecayTrackSelector.h", + "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexCompositeCandidateSelectorModule.cc", + "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexSelectorModule.cc", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHaloOverlaps_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlCalIsolatedMu_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmics_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlStandAloneCosmics_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli0T_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGCombined_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGDiMuon_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGCombined_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGDiMuon_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHG_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLT_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsInCollisions_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlDiMuonAndVertex_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracksZMuMu_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedHI_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedPA_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuHI_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuPA_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHGCombined_cff.py", + "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHLTHGCombined_cff.py", + "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexCompositeCandidateSelector_cfi.py", + "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexSelector_cfi.py", + "Alignment/CommonAlignmentProducer/src/AlignmentTracksFromVertexCompositeCandidateSelector.cc", + "Alignment/LaserAlignment/python/ExpectedCorrectionsShiftsAndRotationsTEC2TEC_cfi.py", + "Alignment/MillePedeAlignmentAlgorithm/plugins/ZMuMuMassConstraintParameterFinder.cc", + "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/ConfigureAlignmentProducer.py", + "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/myMessageLogger_cff.py", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/README.md", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/printParameters.C", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/submit_jobs.sh", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/zmumudistribution_cfg.py", + "Alignment/MillePedeAlignmentAlgorithm/test/test_ZMuMuMassConstraintParameterFinder.sh", + "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOct2010holes.phipos", + "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_diskfitters_cff.py", + "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_ringfitters_cff.py", + "Alignment/MuonAlignmentAlgorithms/test/test_CSCOverlapsAlignmentAlgorithm_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/PixelBaryCentreAnalyzer_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/condorTemplate.submit", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/executableTemplate.sh", + "Alignment/OfflineValidation/test/examples/PV_alignments_multiple_merge_jobs.yaml", + "Alignment/OfflineValidation/test/examples/jetHtAnalysis_fullExampleConfiguration.json", + "Alignment/OfflineValidation/test/examples/jetHtFilesForRun2018A_first100files.txt", + "Alignment/OfflineValidation/test/testingScripts/test_unitSagittaBiasNtuplizer.sh", + "Alignment/TrackerAlignment/scripts/TkAlCaRecoPrescaling.ALCARECOTkAlCosmics0T.tpl", + "Alignment/TrackerAlignment/test/Misalignments/createRandomlyMisalignedGeometry_Phase2_cfg.py", + "Alignment/TrackerAlignment/test/Misalignments/createRandomlyMisalignedGeometry_cfg.py", + "AnalysisAlgos/SiStripClusterInfoProducer/plugins/SiStripProcessedRawDigiProducer.cc", + "AnalysisAlgos/SiStripClusterInfoProducer/python/SiStripProcessedRawDigiProducer_SimData_cfi.py", + "AnalysisAlgos/SiStripClusterInfoProducer/python/SiStripProcessedRawDigiProducer_cfi.py", + "CalibCalorimetry/EcalCorrectionModules/src/EcalGlobalShowerContainmentCorrectionsVsEtaESProducer.cc", + "CalibCalorimetry/EcalCorrectionModules/src/EcalShowerContainmentCorrectionsESProducer.cc", + "CalibCalorimetry/EcalCorrectionModules/test/stubs/EcalContainmentCorrectionAnalyzer.cc", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/doc/EcalCorrelatedNoiseAnalysisAlgos.doc", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/test/EcnaCalculationsExample.cc", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R175975_1_0_150_Dee0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R175975_1_0_150_SM0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R178231_1_0_150_Dee0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_1.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2_data.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2_simul.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_3.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanLSFJOBReports", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanPythonFiles", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanSubmissionScripts", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160077", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160994", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160998", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161016", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161020", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161311", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R162517", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R162811", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R170298", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R175975", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R178231", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_ideal.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_ideal_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_startup_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_ideal_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_startup_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_ideal_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_startup_prep.py", + "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv4_128_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv6_transparency_spikekill_2016_script.py", + "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv6_transparency_spikekill_2016_script_270062.py", + "CalibCalorimetry/EcalTrivialCondModules/interface/EcalTrivialConditionRetriever.h", + "CalibCalorimetry/EcalTrivialCondModules/python/EcalTrivialCondRetrieverTB_cfi.py", + "CalibMuon/DTCalibration/python/dt_offlineAnalysis_common_cosmics_vDriftSeg_cff.py", + "CalibPPS/AlignmentGlobal/python/ALCARECOPromptCalibProdPPSAlignment_Output_cff.py", + "CalibPPS/ESProducers/interface/CTPPSRPAlignmentCorrectionsDataESSourceXMLCommon.h", + "CalibPPS/TimingCalibration/plugins/PPSDiamondSampicTimingCalibrationPCLHarvester.cc", + "CalibPPS/TimingCalibration/plugins/PPSDiamondSampicTimingCalibrationPCLWorker.cc", + "CalibPPS/TimingCalibration/python/ALCARECOPPSDiamondSampicTimingCalibHarvester_cff.py", + "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_Output_cff.py", + "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_cff.py", + "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSTimingCalib_Output_cff.py", + "CalibTracker/Configuration/python/SiPixelCabling/SiPixelCabling_Frontier_DevDB_cff.py", + "CalibTracker/Configuration/python/SiPixelCabling/SiPixelCabling_Frontier_IntDB_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Fake_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_DevDB_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_IntDB_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_cff.py", + "CalibTracker/Configuration/python/SiStripLorentzAngle/SiStripLorentzAngle_Fake_cff.py", + "CalibTracker/Configuration/python/SiStripLorentzAngle/SiStripLorentzAngle_Frontier_cff.py", + "CalibTracker/Configuration/python/SiStripNoise/SiStripNoise_Fake_APVModeDec_cff.py", + "CalibTracker/Configuration/python/SiStripNoise/SiStripNoise_Fake_APVModePeak_cff.py", + "CalibTracker/Configuration/python/TrackerAlignment/TrackerAlignment_Frontier_cff.py", + "CalibTracker/Configuration/python/Tracker_DependentRecords_forGlobalTag_nofakes_cff.py", + "CalibTracker/SiPhase2TrackerESProducers/interface/SiPhase2OuterTrackerFakeLorentzAngleESSource.h", + "CalibTracker/SiPhase2TrackerESProducers/plugins/SiPhase2BadStripConfigurableFakeESSource.cc", + "CalibTracker/SiPhase2TrackerESProducers/plugins/SiPhase2OuterTrackerFakeLorentzAngleESSource.cc", + "CalibTracker/SiPhase2TrackerESProducers/python/SiPhase2OuterTrackerFakeLorentzAngleESSource_cfi.py", + "CalibTracker/SiPixelConnectivity/plugins/PixelToFEDAssociateFromAsciiESProducer.cc", + "CalibTracker/SiPixelConnectivity/plugins/PixelToFEDAssociateFromAsciiESProducer.h", + "CalibTracker/SiPixelConnectivity/plugins/PixelToLNKAssociateFromAsciiESProducer.cc", + "CalibTracker/SiPixelConnectivity/plugins/PixelToLNKAssociateFromAsciiESProducer.h", + "CalibTracker/SiPixelConnectivity/python/PixelToLNKAssociateFromAsciiESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationForHLTSimService.h", + "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationOfflineService.h", + "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationOfflineSimService.h", + "CalibTracker/SiPixelESProducers/plugins/SiPixelGainCalibrationForHLTGPUESProducer.cc", + "CalibTracker/SiPixelESProducers/plugins/SiPixelROCsStatusAndMappingWrapperESProducer.cc", + "CalibTracker/SiPixelESProducers/plugins/alpaka/SiPixelGainCalibrationForHLTSoAESProducer.cc", + "CalibTracker/SiPixelESProducers/python/SiPixel2DTemplateDBObjectESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/python/SiPixelFakeGenErrorDBObjectESSource_cfi.py", + "CalibTracker/SiPixelESProducers/python/SiPixelFakeTemplateDBObjectESSource_cfi.py", + "CalibTracker/SiPixelESProducers/python/siPixelQualityForDigitizerESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/python/siPixelQualityForRawToDigiESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/test/PixelFEDChannelCollectionMapTestReader_cfg.py", + "CalibTracker/SiPixelGainCalibration/python/SiPixelGainCalibrationAnalysis_cfi.py", + "CalibTracker/SiPixelGainCalibration/test/SimpleTestPrintOutPixelCalibAnalyzer.cc", + "CalibTracker/SiPixelLorentzAngle/interface/SiPixelLorentzAngleCalibrationStruct.h", + "CalibTracker/SiPixelLorentzAngle/python/ALCARECOSiPixelLorentzAngle_Output_cff.py", + "CalibTracker/SiPixelLorentzAngle/python/SiPixelLorentzAnglePCLHarvesterMCS_cfi.py", + "CalibTracker/SiPixelLorentzAngle/test/calculateLorentzAngleFromClusterSizeFpix.C", + "CalibTracker/SiPixelSCurveCalibration/interface/SiPixelSCurveCalibrationAnalysis.h", + "CalibTracker/SiPixelSCurveCalibration/python/SiPixelSCurveCalibrationAnalysis_cfi.py", + "CalibTracker/SiStripChannelGain/test/CodeExample/produceCalibrationTree_cfg_OnBatch.py", + "CalibTracker/SiStripChannelGain/test/Cosmic_B38/SiStrip_ChannelGain_Cosmic_Craft.db", + "CalibTracker/SiStripChannelGain/test/UsefullCode/Comparison/MakeChargeDistribution.C", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/MakeAsciiFileFromTree.C", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/MakeAsciiFileFromTree.sh", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/PredictedVsObserved.C", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/PredictedVsObserved.sh", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/ProducePayloadFromASCII_cfg.py", + "CalibTracker/SiStripChannelGain/test/UsefullCode/TimeHistory/MakeChargeDistribution.C", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/produceCalibrationTree_CosmicsLABP_cfg.py", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/produceCalibrationTree_template_cfg.py", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/submitCalibTree/__init__.py", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/submitCalibTree/launchJobs.py", + "CalibTracker/SiStripDCS/test/DetVOffReaderDebug__FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", + "CalibTracker/SiStripDCS/test/HV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", + "CalibTracker/SiStripDCS/test/LV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", + "CalibTracker/SiStripESProducers/plugins/DBWriter/SiStripFedCablingManipulator.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripBackPlaneCorrectionFakeESSource.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripBadModuleConfigurableFakeESSource.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripNoiseNormalizedWithApvGainBuilder.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripNoiseNormalizedWithApvGainBuilder.h", + "CalibTracker/SiStripESProducers/plugins/real/SiStripApvSimulationParametersESProducer.cc", + "CalibTracker/SiStripESProducers/plugins/real/SiStripBackPlaneCorrectionDepESProducer.cc", + "CalibTracker/SiStripESProducers/plugins/real/SiStripLorentzAngleDepESProducer.cc", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripApvGainDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBackPlaneCorrectionDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadChannelDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadFiberDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadModuleDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadStripDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadStripFromQualityDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBaseDelayDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripConfObjectDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripDetVOffDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripFedCablingDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripFedCablingManipulator_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripLatencyDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripLorentzAngleDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripNoisesDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripPedestalsDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripThresholdDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/SiStripBackPlaneCorrectionDepESProducer_cfi.py", + "CalibTracker/SiStripESProducers/python/SiStripHashedDetIdESProducerFromGeom_cfi.py", + "CalibTracker/SiStripESProducers/python/SiStripQualityConfigurableFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/Phase2TrackerConfigurableCablingESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripBackPlaneCorrectionFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripBadChannelFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripBadModuleConfigurableFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripConfObjectFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripFedCablingFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripLorentzAngleFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripApvGain_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBackPlaneCorrection_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadChannel_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadFiber_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadModule_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBaseDelay_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripClusterThreshold_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripConfObject_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripDetVOff_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripFedCabling_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripLatency_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripLorentzAngle_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_DecMode_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_PeakMode_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripPedestals_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripThreshold_cfg.py", + "CalibTracker/SiStripESProducers/test/python/SiStripBadAPVListBuilder_byHand_cfg.py", + "CalibTracker/SiStripESProducers/test/python/SiStripBadComponentBuilder_byHand_cfg.py", + "CalibTracker/SiStripESProducers/test/python/SiStripNoiseNormalizedWithApvGainBuilder_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripBackPlaneCorrectionDepDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripBackPlaneCorrectionDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripClusterThresholdDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleDepDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleSimDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_firstIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_secondIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_firstIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_secondIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_merge_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/read_DummyCondDBWriter_SiStripQuality_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/run.sh", + "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromBadModuleConfigurableFakeESSource_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromBadStripFakeESSource_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromQualityFakeESSource_cfg.py", + "CalibTracker/SiStripLorentzAngle/interface/SiStripLorentzAngleCalibrationHelpers.h", + "CalibTracker/SiStripLorentzAngle/interface/SiStripLorentzAngleCalibrationStruct.h", + "CalibTracker/SiStripLorentzAngle/test/step_PromptCalibProdSiStripLA_ALCAHARVEST_cfg.py", + "CalibTracker/SiStripQuality/interface/SiStripBadAPVAlgorithmFromClusterOccupancy.h", + "CalibTracker/SiStripQuality/interface/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.h", + "CalibTracker/SiStripQuality/interface/SiStripHotStripAlgorithmFromClusterOccupancy.h", + "CalibTracker/SiStripQuality/src/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.cc", + "CalibTracker/SiStripQuality/test/cfg/StudyExample/SiStripQualityStatistics_Cabling_cfg.py", + "CalibTracker/SiStripQuality/test/cfg/StudyExample/SiStripQualityStatistics_singleTag_cfg.py", + "CalibTracker/SiStripQuality/test/cfg/makeMergeBadComponentPayload_example_cfg.py", + "CalibTracker/StandaloneTrackerTopology/test/testStandaloneTrackerTopology_cfg.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalCalIsolElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalRecalIsolElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalTestPulsesRaw_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalUncalIsolElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOZeeMCEcalCalElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOZeeMC_plus_HLT_EcalCalElectron_Output_cff.py", + "Calibration/EcalCalibAlgos/python/ALCARECOPromptCalibProdEcalPedestals_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalGammaJetFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonProducerFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonProducerFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonProducerFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonProducerFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilterNoHLT_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilterNoHLT_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkNoHLT_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkProducerFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkProducerFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsolatedBunchSelector_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsolatedBunchSelector_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIterativePhiSym_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalLowPUHBHEMuonFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalLowPUHBHEMuonFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/test/HCalCalPedestal_ALCA_run251252_Run2015B_data.py", + "Calibration/HcalCalibAlgos/test/python/gammaJetAnalysis_data2012_noGJetProd_cfg.py", + "Calibration/HcalIsolatedTrackReco/plugins/EcalIsolatedParticleCandidateProducer.cc", + "Calibration/HcalIsolatedTrackReco/plugins/IsolatedEcalPixelTrackCandidateProducer.cc", + "Calibration/HcalIsolatedTrackReco/plugins/IsolatedPixelTrackCandidateL1TProducer.cc", + "Calibration/HcalIsolatedTrackReco/plugins/IsolatedPixelTrackCandidateProducer.cc", + "Calibration/IsolatedParticles/test/python/proto_runIsolatedParticlesGeneratedJets_cfg.py", + "Calibration/IsolatedParticles/test/python/proto_runIsolatedTracksNxNNzsData_cfg.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOAlCaPCCRandomFromRECO_Output_cff.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOAlCaPCCZeroBiasFromRECO_Output_cff.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOLumiPixelsMinBias_Output_cff.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOPromptCalibProdLumiPCC_Output_cff.py", + "Calibration/TkAlCaRecoProducers/plugins/CalibrationTrackSelectorFromDetIdList.cc", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHPLowPU_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHPLowPU_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHP_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngle_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngle_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGainsAAG_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGainsAAG_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGains_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGains_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripHitEfficiency_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripHitEfficiency_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripLorentzAngle_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripLorentzAngle_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStrip_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuonLoose_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuonTight_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuon_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalCosmicsNano_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasAAGHI_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasAAG_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasHI_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalSmallBiasScan_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalZeroBiasHI_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/AlcaSiPixelLorentzAngleHarvesterMCS_cff.py", + "Calibration/TkAlCaRecoProducers/python/AlcaSiPixelLorentzAngleHarvesterMCS_cfi.py", + "Calibration/TkAlCaRecoProducers/python/CalibrationTrackSelectorFromDetIdList_cfi.py", + "CaloOnlineTools/HcalOnlineDb/interface/ConfigurationDatabaseStandardXMLParser.hh", + "CaloOnlineTools/HcalOnlineDb/test/HCAL_TRIG_PRIM_LOOKUP_TABLE.XMLloader.template", + "CaloOnlineTools/HcalOnlineDb/test/HCAL_TRIG_PRIM_LOOKUP_TABLE.checksums.template", + "CommonTools/ParticleFlow/python/Isolation/customiseEarlyDeleteForCandIsoDeposits.py", + "CommonTools/ParticleFlow/python/Isolation/electronPFIsolationDepositsPFBRECO_cff.py", + "CommonTools/ParticleFlow/python/Isolation/electronPFIsolationValuesPFBRECO_cff.py", + "CommonTools/ParticleFlow/python/Isolation/photonPFIsolationDepositsPFBRECO_cff.py", + "CommonTools/ParticleFlow/python/ParticleSelectors/pfAllNeutralHadronsAndPhotons_cfi.py", + "CommonTools/ParticleFlow/python/ParticleSelectors/pfPdgIdPFCandidateSelector_cfi.py", + "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_create_cfg.py", + "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_read_cfg.py", + "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_update_cfg.py", + "CondCore/AlignmentPlugins/plugins/TrackerAlignmentErrorExtended_PayloadInspector.cc", + "CondCore/AlignmentPlugins/plugins/TrackerSurfaceDeformations_PayloadInspector.cc", + "CondCore/CTPPSPlugins/plugins/CTPPSRPAlignmentCorrectionsData_PayloadInspector.cc", + "CondCore/DBOutputService/test/python/testIOVPayloadAnalyzer_example_oracle_cfg.py", + "CondCore/EcalPlugins/plugins/EcalClusterEnergyCorrectionObjectSpecificParameters_PayloadInspector.cc", + "CondCore/EcalPlugins/plugins/EcalClusterEnergyCorrectionParameters_PayloadInspector.cc", + "CondCore/EcalPlugins/plugins/EcalClusterEnergyUncertaintyParameters_PayloadInspector.cc", + "CondCore/EcalPlugins/plugins/EcalClusterLocalContCorrParameters_PayloadInspector.cc", + "CondCore/PCLConfigPlugins/plugins/SiPixelAliPCLThresholdsPayloadInspectorHelper.h", + "CondCore/SiPixelPlugins/plugins/SiPixelGainCalibrationForHLT_PayloadInspector.cc", + "CondCore/SiPixelPlugins/plugins/SiPixelGainCalibrationOffline_PayloadInspector.cc", + "CondFormats/CastorObjects/data/castor_channelquality_HighGain_Run141956-148844.txt", + "CondFormats/DataRecord/interface/EcalClusterEnergyCorrectionObjectSpecificParametersRcd.h", + "CondFormats/DataRecord/interface/EcalGlobalShowerContainmentCorrectionsVsEtaRcd.h", + "CondFormats/DataRecord/interface/HeterogeneousHGCalHEFCellPositionsConditionsRecord.h", + "CondFormats/DataRecord/src/EcalClusterEnergyCorrectionObjectSpecificParametersRcd.cc", + "CondFormats/DataRecord/src/HeterogeneousHGCalHEFCellPositionsConditionsRecord.cc", + "CondFormats/EcalCorrections/interface/EcalGlobalShowerContainmentCorrectionsVsEta.h", + "CondFormats/EcalCorrections/src/T_EventSetup_EcalGlobalShowerContainmentCorrectionsVsEta.cc", + "CondFormats/EcalCorrections/src/T_EventSetup_EcalShowerContainmentCorrections.cc", + "CondFormats/EcalObjects/interface/EcalClusterEnergyCorrectionObjectSpecificParameters.h", + "CondFormats/GeometryObjects/src/T_EventSetup_PTrackerAdditionalParametersPerDet.cc", + "CondFormats/HGCalObjects/interface/HeterogeneousHGCalHEFCellPositionsConditions.h", + "CondFormats/HGCalObjects/src/T_EventSetup_HeterogeneousHGCalHEFCellPositionsConditions.cc", + "CondFormats/HGCalObjects/src/alpaka/T_EventSetup_HGCalCalibrationParameterDevice.cc", + "CondFormats/JetMETObjects/test/run_TestCondFormatsJetMETObjectsJetCorrectorParameters.sh", + "CondFormats/PPSObjects/src/T_EventSetup_LHCInterpolatedOpticalFunctionsSetCollection.cc", + "CondFormats/PhysicsToolsObjects/interface/PerformancePayloadFromBinnedTFormula.h", + "CondFormats/SiPhase2TrackerObjects/src/T_EventSetup_SiPhase2OuterTrackerLorentzAngle.cc", + "CondFormats/SiPhase2TrackerObjects/src/T_EventSetup_TrackerDetToDTCELinkCablingMap.cc", + "CondFormats/SiPhase2TrackerObjects/test/testSerializationSiPhase2TrackerObjects.cpp", + "CondFormats/SiPixelObjects/interface/alpaka/SiPixelGainCalibrationForHLTDevice.h", + "CondFormats/SiPixelObjects/interface/alpaka/SiPixelGainCalibrationForHLTUtilities.h", + "CondFormats/SiPixelObjects/src/alpaka/T_EventSetup_SiPixelGainCalibrationForHLTDevice.cc", + "CondFormats/SiStripObjects/test/UnitTests/MasterTestCondFormatsSiStripObjects.cpp", + "CondTools/Ecal/interface/EcalClusterEnergyCorrectionObjectSpecificXMLTranslator.h", + "CondTools/Ecal/python/produceTPGParameters_beamv6_transparency_spikekill_2016_script.py", + "CondTools/Ecal/test/EcalIntercalibConstantsPopConBTransitionAnalyzer_test_cfg.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2023.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2024.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2025.py", + "Configuration/DataProcessing/python/Impl/trackingOnlyEra_Run2_2018_highBetaStar.py", + "Configuration/EcalTB/python/reco_application_2006rawdata_localTrivialreco_cfg.py", + "Configuration/Generator/python/B0ToJpsiK0s_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", + "Configuration/Generator/python/BuMixing_BMuonFilter_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/BuMixing_BMuonFilter_forSTEAM_14TeV_TuneCP5_cfi.py", + "Configuration/Generator/python/BuToJPsiPrimeKToJPsiPiPiK_14TeV_TuneCP5_pythia8_cfi.py", + "Configuration/Generator/python/BuToKstarPsi2S_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/Chib1PToUpsilon1SGamma_MuFilter_TuneCP5_14TeV-pythia8_evtgen_cfi.py", + "Configuration/Generator/python/ChicToJpsiGamma_MuFilter_TuneCP5_14TeV_pythia8_evtgen_cfi.py", + "Configuration/Generator/python/DStarToD0Pi_D0ToKsPiPi_inclusive_SoftQCD_TuneCP5_13p6TeV-pythia8-evtgen.py", + "Configuration/Generator/python/DYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cff.py", + "Configuration/Generator/python/DYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cff.py", + "Configuration/Generator/python/DYToll01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/DYToll012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/DYToll012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/DarkSUSY_mH_125_mN1_60_mGammaD_10_cT_10_Madgraph_LHE_13TeV_cfi.py", + "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_300_1000mm_TuneCUETP8M1_13TeV_pythia8_cff.py", + "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_13TeV_pythia8_cff.py", + "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_14TeV_pythia8_cff.py", + "Configuration/Generator/python/HSCPmchamp1_M_600_TuneZ2star_13TeV_pythia6_cff.py", + "Configuration/Generator/python/HTo2LongLivedTo4bMH-125_MFF-12_CTau-900mm_TuneCP5_14TeV_pythia8_cfi.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_EvtGen_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8withPhotospp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_powhegEmissionVeto2p_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_EvtGen_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8withPhotospp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max1j_max1p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_generic_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_ggHZZ4L_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto2p_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_2p_HToGG_M125_LHE_py8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToBB_M-125_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToZZ4nu_M-125_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraphamcatnlo_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraphamcatnlo_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_samePDF_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_samePDF_herwigpp_cff.py", + "Configuration/Generator/python/Herwig7Settings/Herwig7LHEMG5aMCatNLOSettings_cfi.py", + "Configuration/Generator/python/Herwig7Settings/Herwig7StableParticlesForDetector_cfi.py", + "Configuration/Generator/python/LambdaBToLambdaMuMuToPPiMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/LbToJpsiLambda_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", + "Configuration/Generator/python/LbToJpsiXiK0sPi_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP1DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP2DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP3DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP4DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5CR1Settings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5CR2Settings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5DownSettings_cfi.py", + "Configuration/Generator/python/QCD_Pt-15To7000_TuneCUETP8M1_Flat_14TeV-pythia8_cff.py", + "Configuration/Generator/python/QCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_13TeV_pythia8_cff.py", + "Configuration/Generator/python/QCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_14TeV_pythia8_cff.py", + "Configuration/Generator/python/QCD_Pt20toInf_MuEnrichedPt15_14TeV_TuneCP5_cff.py", + "Configuration/Generator/python/RS750_quarks_and_leptons_8TeV_TuneCUETP8M1_cff.py", + "Configuration/Generator/python/RSGravitonToGammaGamma_kMpl01_M_3000_TuneCUETP8M1_13TeV_pythia8_cfi.py", + "Configuration/Generator/python/ReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_ExtGen_cfi.py", + "Configuration/Generator/python/ReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_cfi.py", + "Configuration/Generator/python/SMS-Higgsino_mN2-170_mC1-160_mN1-150_HT60_TuneCP5_13TeV_pythia8_cfi.py", + "Configuration/Generator/python/SMS-T1tttt_mGl-1500_mLSP-100_13TeV-pythia8_cfi.py", + "Configuration/Generator/python/SMS-T1tttt_mGl-1500_mLSP-100_TuneCP5_14TeV_pythia8_cfi.py", + "Configuration/Generator/python/TTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/TTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cfi.py", + "Configuration/Generator/python/TTbarToDilepton_mt172p5_TuneCP5_14TeV_pythia8_cfi.py", + "Configuration/Generator/python/Upsilon1SToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/Upsilon4sBaBarExample_BpBm_Dstarpipi_D0Kpi_nonres_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/Upsilon4swithBuToKstarJPsiToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/WTolNu01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/WTolNu012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/WprimeToENu_M-2000_TuneCUETP8M1_13TeV-pythia8_cff.py", + "Configuration/Generator/python/ZTT_Tauola_All_hadronic_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_All_hadronic_14TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_ExtGen_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZmumuJets_Pt_20_300_GEN_13TeV_TuneCUETP8M1_cfg.py", + "Configuration/Generator/python/sherpa_ttbar_2j_MENLOPS_13TeV_MASTER_ExtGen_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryExtended2018FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2018FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2021FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2021FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2023FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2023FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2024FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2024FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2025FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2025FlatMinus10PercentReco_cff.py", + "Configuration/ProcessModifiers/python/ecal_component_finely_sampled_waveforms_cff.py", + "Configuration/ProcessModifiers/python/ticl_superclustering_mustache_ticl_cff.py", + "Configuration/ProcessModifiers/python/trackingMkFitDisplacedRegionalStep_cff.py", + "Configuration/ProcessModifiers/python/trackingMkFitInitialStepPreSplitting_cff.py", + "Configuration/ProcessModifiers/python/unifiedparticleTransformerAK4SonicTriton_cff.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p3_cfg.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p4_cfg.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch2_cfg.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch4_cfg.py", + "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p3_cfg.py", + "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p4_cfg.py", + "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess370patch2_cfg.py", + "Configuration/StandardSequences/python/SimulationRandomNumberGeneratorSeeds_cff.py", + "DPGAnalysis/SiStripTools/python/SiStripConfObjectAPVPhaseOffsetsFakeESSource_cfi.py", + "DPGAnalysis/SiStripTools/python/byclustsummsipixelvssistripmulteventfilter_cfi.py", + "DPGAnalysis/SiStripTools/python/configurableapvcyclephaseproducer_CRAFT08_cfi.py", + "DPGAnalysis/SiStripTools/python/configurableapvcyclephaseproducer_GR09_withdefault_cff.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_additionalpeak_AlCaReco_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_firstpeak_AlCaReco_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_firstpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_maxonly_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_secondpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_widerange_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_HugeEvents_AlCaReco_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_firstpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_maxonly_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_secondpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_widerange_cfi.py", + "DPGAnalysis/SiStripTools/python/occupancyplotsselections_pixelphase1_detailed_cff.py", + "DPGAnalysis/SiStripTools/test/CondDBWriter_SiStripConfObjectAPVPhaseOffsets_cfg.py", + "DPGAnalysis/Skims/data/Cert_13TeV_16Dec2015ReReco_Collisions15_25ns_50ns_JSON.txt", + "DPGAnalysis/Skims/data/Cert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON.txt", + "DPGAnalysis/Skims/data/Cert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON_MuonPhys.txt", + "DPGAnalysis/Skims/data/Cert_271036-274240_13TeV_PromptReco_Collisions16_JSON.txt", + "DQM/BeamMonitor/test/2012_PixelTracksVertices_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py", + "DQM/BeamMonitor/test/2012_PixelTracksVertices_Test_beamspotproblem_dqm_sourceclient-live_cfg.py", + "DQM/BeamMonitor/test/2012_ReducedTrackingSteps_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py", + "DQM/EcalPreshowerMonitorModule/python/EcalPreshowerMonitorTasks_withFEDIntegrity_cfi.py", + "DQM/SiPixelPhase1Config/test/pixelphase1_for_timing_scan_dqm_sourceclient-live_cfg.py", + "DQM/SiPixelPhase1Config/test/qTests/mean_num_digis_qualitytest_config_cosmics.xml", + "DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.cc", + "DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.h", + "DQM/SiStripCommissioningSources/python/SiStripCommissioningSource_FromEDM_cfg.py", + "DQM/SiStripCommissioningSources/python/SiStripCommissioningSource_FromRAW_cfg.py", + "DQM/SiStripMonitorApproximateCluster/plugins/SiStripMonitorApproximateCluster.cc", + "DQM/SiStripMonitorApproximateCluster/python/SiStripMonitorApproximateCluster_cfi.py", + "DQM/SiStripMonitorClient/data/sistrip_monitorelement_config_ped_cluster_digi.xml", + "DQM/SiStripMonitorClient/python/SiStripDQMSourceConfigOfflineGlobalRunCAF_cfi.py", + "DQM/SiStripMonitorSummary/scripts/MonitorDB_NewDirStructure_KeepTagLinks_generic.sh", + "DQM/SiStripMonitorSummary/scripts/MonitorDB_NewDirStructure_KeepTagLinks_generic_V2.sh", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_222222_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_2e83ff_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_454545_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_888888_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_cd0a0a_256x240.png", + "DQM/TrackingMonitorClient/python/TrackingEffFromHitPatternClientConfigZeroBias_cff.py", + "DQMOffline/CalibTracker/test/AnalyzeSeveralRuns_ExpressStreamWithDQMHarvesting_afs.sh", + "DQMOffline/CalibTracker/test/CRAFTCalib/SiStripDQMBadStripsValidationReReco.job", + "DQMOffline/CalibTracker/test/CRAFTCalib/SiStripDQMBadStripsValidationReReco_cfg.py", + "DQMOffline/CalibTracker/test/SiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py", + "DQMOffline/CalibTracker/test/template_SiStripQualityBadAPVIdentifierRoot_cfg.py", + "DQMOffline/CalibTracker/test/template_SiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py", + "DQMOffline/CalibTracker/test/template_SiStripQualityHotStripIdentifierRoot_cfg.py", + "DQMOffline/L1Trigger/test/runDQMOffline_step1NoRECO_justRate_L1TriggerOnly_job1_cfg.py", + "DataFormats/EcalRecHit/interface/alpaka/EcalUncalibratedRecHitDeviceCollection.h", + "DataFormats/L1ScoutingRawData/test/create_SDSRawDataCollection_test_file_cfg.py", + "DataFormats/ParticleFlowReco/interface/alpaka/PFRecHitFractionDeviceCollection.h", + "DataFormats/SiStripCluster/test/TestWriteSiStripApproximateClusterCollection.cc", + "DataFormats/SiStripCluster/test/create_SiStripApproximateClusterCollection_test_file_cfg.py", + "DataFormats/SiStripCluster/test/test_readSiStripApproximateClusterCollection_cfg.py", + "DetectorDescription/OfflineDBLoader/python/test/cmsIdealGeometryForWrite_cfi.py", + "DetectorDescription/OfflineDBLoader/python/test/cmsIdealGeometryNoRPCSpecs_cfi.py", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/folder-closed.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-black-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-black.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-default-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-default.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-famfamfam-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-famfamfam.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-gray-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-gray.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-red-line.gif", + "EgammaAnalysis/ElectronTools/test/egammaPatElectronsToCalibratedPatElectrons_cfg.py", + "EventFilter/EcalRawToDigi/plugins/alpaka/EcalElectronicsMappingHostESProducer.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyHFRingUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyPhysCandUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyPhysCandUnpacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/PhysicsToBitConverter.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/PhysicsToBitConverter.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Collections.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Collections.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloSummaryCollections.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloSummaryCollections.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/EtSumUnpacker_0x10010057.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/EtSumUnpacker_0x10010057.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/GlobalAlgBlkUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/GlobalExtBlkUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonPacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonPacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonUnpacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TObjectCollections.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TStage2Layer2Constants.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TStage2Layer2Constants.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x1001000b.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x1001000b.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010010.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010010.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010033.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010033.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTPacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTPacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTUnpacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/UCTCTP7RawData5BX_HCALFB.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/UCTCTP7RawData_HCALFB.h", + "EventFilter/Phase2TrackerRawToDigi/interface/Phase2TrackerFEDRawChannelUnpacker.h", + "EventFilter/Phase2TrackerRawToDigi/interface/Phase2TrackerFEDZSChannelUnpacker.h", + "EventFilter/Phase2TrackerRawToDigi/plugins/Phase2TrackerCommissioningDigiProducer.cc", + "EventFilter/Phase2TrackerRawToDigi/python/Phase2TrackerCommissioningDigiProducer_cfi.py", + "EventFilter/Phase2TrackerRawToDigi/python/test/Phase2TrackerFEDTestAnalyzer_cfi.py", + "EventFilter/Phase2TrackerRawToDigi/test/plugins/Phase2TrackerFEDTestAnalyzer.cc", + "FWCore/Integration/python/test/unscheduled_fail_on_output_IgnoreCompletely_cfg.py", + "FWCore/Integration/python/test/unscheduled_fail_on_output_no_dependency_TryToContinue_cfg.py", + "FWCore/Integration/test/testSwitchProducerConditionalTaskEDAliasConsumeAllCases_cfg.py", + "FWCore/Integration/test/testSwitchProducerConditionalTaskEDAliasWildcard_cfg.py", + "FWCore/Integration/test/unit_test_outputs/testProducerWithPsetDesc_briefdoc.txt", + "FastSimulation/CTPPSFastTrackingProducer/python/CTPPSFastTrackingProducer_cfi.py", + "FastSimulation/SimplifiedGeometryPropagator/doc/SimplifiedGeometryPropagator.doc", + "FastSimulation/SimplifiedGeometryPropagator/interface/BarrelSimplifiedGeometry.h", + "FastSimulation/SimplifiedGeometryPropagator/interface/ForwardSimplifiedGeometry.h", + "FastSimulation/SimplifiedGeometryPropagator/interface/InteractionModelFactory.h", + "FastSimulation/SimplifiedGeometryPropagator/interface/SimplifiedGeometryFactory.h", + "FastSimulation/TrackingRecHitProducer/interface/TrackingRecHitAlgorithmFactory.h", + "FastSimulation/TrackingRecHitProducer/plugins/TrackingRecHitNoSmearingPlugin.cc", + "GeneratorInterface/Core/test/Hadronizer_MgmMatchTune4C_ZJetsNoPSb_13TeV_madgraph_pythia8_Tauola_cfg.py", + "GeneratorInterface/Core/test/Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8_cfg.py", + "GeneratorInterface/EvtGenInterface/plugins/EvtGenUserModels/EvtModelUserReg.cpp", + "GeneratorInterface/EvtGenInterface/plugins/test/Py8_lambadb_evtgen1_Lb2plnuLCSR_cfg.py", + "GeneratorInterface/Herwig7Interface/python/Herwig7_Dummy_Matchbox_90X_ppToee.py", + "GeneratorInterface/Herwig7Interface/python/Herwig7_loadCommonMergingSettings_cff.py", + "GeneratorInterface/Herwig7Interface/python/PPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cff.py", + "GeneratorInterface/Herwig7Interface/test/DYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cfg.py", + "GeneratorInterface/Herwig7Interface/test/DYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cfg.py", + "GeneratorInterface/Herwig7Interface/test/DYToLL_TuneCH3_13TeV_herwig7_hepmc3_cfg.py", + "GeneratorInterface/Herwig7Interface/test/Herwig7_Matchbox_90X_ppToee_GEN_SIM.py", + "GeneratorInterface/Herwig7Interface/test/PPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cfg.py", + "GeneratorInterface/LHEInterface/data/run_generic_tarball_cvmfs_madgraphLO_multithread.sh", + "GeneratorInterface/LHEInterface/data/run_generic_tarball_cvmfs_manual_multithread.sh", + "GeneratorInterface/PyquenInterface/python/Pyquen_Zmumu_2760GeV_dimuonAcc_cfi.py", + "GeneratorInterface/Pythia6Interface/test/Py6GenFilter_ElectronProtonInitialState_cfg.py", + "GeneratorInterface/Pythia8Interface/test/compare_external_generators_streams_cfg.py", + "GeneratorInterface/Pythia8Interface/test/pythia8ex2_ConvertToMain70_cfg_Fragment.py", + "GeneratorInterface/Pythia8Interface/test/pythia8hmc3_photos_ZToTauTau_13TeV_cfg.py", + "GeneratorInterface/Pythia8Interface/test/test_Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8.sh", + "GeneratorInterface/Pythia8Interface/test/test_catch2_External_Pythia8GeneratorFilter.cc", + "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMC.h", + "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMCGeneratorFilter.h", + "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMCHadronizer.h", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_AdvancedParameters_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_PbPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_5TeV_pPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_7TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_8TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_900GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_PbPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_5TeV_pPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_7TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_8TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_900GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/src/ReggeGribovPartonMCGeneratorFilter.cc", + "GeneratorInterface/ReggeGribovPartonMCInterface/src/ReggeGribovPartonMCHadronizer.cc", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_PbPb_2760GeV_cfi_py_GEN.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pPb_5020GeV_cfi_py_GEN.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pp_8TeV_cfi_py_GEN.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/QGSJetII-04_pPb_5020GeV_cfi_py_GEN.py", + "GeneratorInterface/SherpaInterface/data/Run.dat_13TeV_WJets_MEPSatNLO_2jNLO_2jLO", + "GeneratorInterface/SherpaInterface/data/Run.dat_13TeV_ZJets_MEPSatNLO_2jNLO_2jLO", + "GeneratorInterface/TauolaInterface/plugins/TauSpinner/read_particles_from_HepMC.cc", + "GeneratorInterface/TauolaInterface/test/DYToLL_M_50_TuneZ2star_8TeV_Tauola_TauSpinner_Example_cfi.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHESPINCORR_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHE_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/GGToHtautau_13TeV_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/GGToHtautau_13TeV_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/H130GGgluonfusion_8TeV_Tauola_TauSpinner_Example_cfi.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHESPINCORR_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHE_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatPlus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatPlus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatPlus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatPlus10Percent.xml", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorMeasuredXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorSystMinusXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorSystPlusXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1ZeroMaterialXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometryDetailedCavern2017Plan1XML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometryDetailedCavern2017Plan1ZeroMaterialXML_cfi.py", + "Geometry/ForwardSimData/data/ForwardShieldProdCuts/2021/v1/ForwardShieldProdCuts.xml", + "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryBuilder.cc", + "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.cc", + "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.h", + "Geometry/HcalCommonData/data/hcalRecNumbering/2018Plan36/v1/hcalRecNumbering.xml", + "Geometry/HcalCommonData/data/hcalRecNumbering/2018Plan36/v2/hcalRecNumbering.xml", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.0.py", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.911.py", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.0.py", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.911.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.0.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.911.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.0.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.911.py", + "Geometry/TrackerCommonData/data/2016/FlatMinus05Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/2016/FlatMinus10Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/2016/FlatPlus05Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/2016/FlatPlus10Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/PhaseI/PixelForward/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TFPXTEPXReordered/trackerParameters.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker4025/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker4025/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker405/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker613/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker613_MB_2019_04/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixfwd.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_03/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT703_2021_03/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2024_02/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT800_IT615_2022_10/pixbar.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT742_2024_01/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT744_2024_01/pixel.xml", + "Geometry/TrackerCommonData/data/flat10services30percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/flat20services30percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/pixbarmaterial/2017ZeroMaterial/v1/pixbarmaterial.xml", + "Geometry/TrackerCommonData/data/pixfwdMaterials/2017ZeroMaterial/v1/pixfwdMaterials.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_PixelBarrelConn/pixbarmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_PixelBarrelConnToST/pixbarmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBFlange/tibmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBTIDMargherita/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBTIDServiceCylinder/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/specialTestGeometries.txt", + "Geometry/TrackerCommonData/data/tecmaterial/2017ZeroMaterial/v1/tecmaterial.xml", + "Geometry/TrackerCommonData/data/tibmaterial/2017ZeroMaterial/v1/tibmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2016/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017ZeroMaterial/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2021/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tidmaterial/2017ZeroMaterial/v1/tidmaterial.xml", + "Geometry/TrackerCommonData/data/tobmaterial/2017ZeroMaterial/v1/tobmaterial.xml", + "Geometry/TrackerCommonData/data/trackermaterial/2017ZeroMaterial/v1/trackermaterial.xml", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021ZeroMaterialXML_cfi.py", + "Geometry/TrackerGeometryBuilder/plugins/TrackerAdditionalParametersPerDetESModule.cc", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerModuleInfoDBDD4hep_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerModuleInfoFromDDDNoPrintDDD_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerParametersFromDD4hep_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerParametersFromDDD_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/trackerModuleInfoLocalDBDD4hep_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/trackerParametersFromLocalDB_cfg.py", + "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2DoubleDiskBuilder.cc", + "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2DoubleDiskBuilder.h", + "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2SubDiskBuilder.cc", + "Geometry/TrackerRecoData/data/PhaseII/OuterTracker616_2020_04/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker4025/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker613_MB_2019_04/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker613_MB_2019_04/v2_ITonly/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT710_2023_04/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/trackerRecoMaterial.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackersens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelsens.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibConfiguration_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer0_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer1_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer2_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer3_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring0_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring1_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring2_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring3_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/trackerConfiguration_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/trackerStructureTopology_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/trackertib_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/test/trackerSimConfiguration_TwentyFivePercent.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Left_Station/v1/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Left_Station/v2/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Right_Station/v1/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Right_Station/v2/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Left_Station/v1/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Left_Station/v2/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Right_Station/v1/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Right_Station/v2/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Cuts_Per_Region/Reco/v1/RP_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Cuts_Per_Region/Simu/v1/CTPPS_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/RP_Dist_Beam_Cent/Reco/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/RP_Dist_Beam_Cent/Simu/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/RP_Param_Beam_Region/v1/RP_Param_Beam_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Cuts_Per_Region/Reco/v1/RP_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Cuts_Per_Region/Simu/v1/CTPPS_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/RP_Dist_Beam_Cent/Reco/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/RP_Dist_Beam_Cent/Simu/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/RP_Param_Beam_Region/v1/RP_Param_Beam_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Right_Station.xml_bkp", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Detector_Assembly/2021/v1/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Detector_Assembly/v1/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Reco/v1/CTPPS_Timing_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Simu/v1/CTPPS_Detectors_Assembly_022.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Simu/v1/CTPPS_Detectors_Assembly_122.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern1_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern2_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern2_Segment2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment5.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2017/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2017/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_003.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_103.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_003.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_103.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_003.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_103.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v1/PPS_Pixel_Module_2x2_Run3.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v1/ppstrackerMaterials.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v2/PPS_Pixel_Module_2x2_Run3.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v2/ppstrackerMaterials.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v3/PPS_Pixel_Module_2x2_Run3.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v1/CTPPS_Pixel_Module_2x2.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v2/CTPPS_Pixel_Module_2x2.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v3/CTPPS_Pixel_Module_2x2.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Horizontal_Pot/v1/CTPPS_Timing_Horizontal_Pot.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Horizontal_Pot/v2/CTPPS_Timing_Horizontal_Pot.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Negative_Station/v1/CTPPS_Timing_Negative_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Negative_Station/v2/CTPPS_Timing_Negative_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Positive_Station/v1/CTPPS_Timing_Positive_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Positive_Station/v2/CTPPS_Timing_Positive_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_UFSD_Segments/CTPPS_UFSD_Pattern2_SegmentA.xml", + "Geometry/VeryForwardData/data/CTPPS_UFSD_Segments/CTPPS_UFSD_Pattern2_SegmentB.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_000.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_001.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_002.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_003.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_004.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_005.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_020.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_021.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_022.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_023.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_024.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_025.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_100.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_101.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_102.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_103.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_104.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_105.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_120.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_121.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_122.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_123.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_124.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_125.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Reco/v1/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Reco/v2/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Simu/v1/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Simu/v2/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/v1/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Reco/v1/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Reco/v2/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Simu/v1/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Simu/v2/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/v1/RP_Vertical_Device.xml", + "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2016_cfi.py", + "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2017_cfi.py", + "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2018_cfi.py", + "Geometry/VeryForwardProtonTransport/data/parametrization_6500GeV_90_transp.root", + "Geometry/VeryForwardProtonTransport/data/parametrization_6500GeV_90p0_50urad_reco.root", + "GeometryReaders/XMLIdealGeometryESSource/python/cmsMagneticFieldGeometryDB_cff.py", + "GeometryReaders/XMLIdealGeometryESSource/src/XMLIdealMagneticFieldGeometryESProducer.cc", + "GeometryReaders/XMLIdealGeometryESSource/test/runXMLBigFileToDBAndBackValidation.sh", + "GeometryReaders/XMLIdealGeometryESSource/test/testSpecParsMuonSensitiveDetectorMuonCSCHits.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/highPtTripletStepChi2Est_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/highPtTripletStepTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltCandidateJetBProbabilityComputer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltCandidateJetProbabilityComputer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPBwdElectronPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator16_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator2000_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator30_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator9_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator100_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator30_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPDummyDetLayerGeometry_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorAny_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorOpposite_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFwdElectronPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPGlobalDetLayerGeometry_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFFittingSmootherForL2Muon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFFittingSmootherWithOutliersRejectionAndRK_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectoryFitterForL2Muon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForL2Muon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForMuonTrackLoader_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPL3MuKFTrajectoryFitter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPMeasurementTracker_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPMuonTransientTrackingRecHitBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPPixelCPEFastParams_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRKTrajectoryFitter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRKTrajectorySmoother_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRungeKuttaTrackerPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSiPixelCablingSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSiPixelGainCalibrationForHLTSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagatorAnyOpposite_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagatorAny_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorAlong_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorOpposite_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderPixelOnly_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderWithTrackAngle_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderWithoutRefit_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTrackAlgoPriorityOrder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepChi2Est_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonInitialStepChi2Est_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonPixelTrackCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonTrackAlgoPriorityOrder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPixelTracksCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/muonSeededTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt1PFPuppiCentralJet70MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt1PFPuppiCentralJet75MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt2PFPuppiCentralJet40MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt2PFPuppiCentralJet60MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt3PFPuppiCentralJet45MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt4PFPuppiCentralJet40MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p31Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p38Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p865DoubleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p275Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p375Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p935DoubleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBunchSpacingProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepBLifetimeTagInfosPFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepBLifetimeTagInfosPFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsInfosPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsInfosPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsPFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsPFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveMergedVerticesPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveSecondaryVerticesPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveVertexFinderPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepSecondaryVertexTagInfosPFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepSecondaryVertexTagInfosPFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepTrackVertexArbitratorPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG12EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG23EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG23EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiMuon178RelTrkIsoFiltered0p4DzFiltered0p2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiMuon178RelTrkIsoFiltered0p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoublePFPuppiJets128Eta2p4MaxDeta1p6_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoublePFPuppiJets128MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoubleTkMuon157L1TkMuonFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG108EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG108EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG115EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG187EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG187EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG23EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG26EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG26EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG30EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG30EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG32EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG32EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoubleEleIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoubleEleNonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoublePhotonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSingleEleIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSingleEleNonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSinglePhotonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalBarrelClusterFastTimer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalBarrelDigisInRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalDetIdToBeRecovered_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalDetailedTimeRecHit_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalMultiFitUncalibRecHit_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalUncalibRecHitL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaBestGsfTrackVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaBestGsfTrackVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesWrapperL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesWrapperUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCkfTrackCandidatesForGSFL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCkfTrackCandidatesForGSFUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaClusterShapeL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaClusterShapeUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEcalPFClusterIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEcalPFClusterIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleL1TrkIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleL1TrkIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaElectronPixelSeedsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaElectronPixelSeedsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfElectronsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfElectronsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTrackVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTrackVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTracksL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTracksUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCALIDVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCALIDVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCalLayerClusterIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCalLayerClusterIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHcalPFClusterIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHcalPFClusterIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHollowTrackIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHollowTrackIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHoverEL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHoverEUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaPixelMatchVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaPixelMatchVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaSuperClustersToPixelMatchL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaSuperClustersToPixelMatchUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfChi2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfNLayerITUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70EcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70EcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDetaUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfOneOEMinusOneOPUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoFromL1TracksUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfChi2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfNLayerITUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDetaUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5DphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5DphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfChi2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfNLayerITUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDetaUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsForTripletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsForTripletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsClusterRemoverL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsClusterRemoverUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsCombinedL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsCombinedUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsDoubletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsDoubletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsTripletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsTripletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEleSeedsTrackingRegionsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEleSeedsTrackingRegionsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersCLUE3DHighL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersCLUE3DHigh_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersRecoveryL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersRecovery_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFirstStepPrimaryVerticesUnsorted_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFixedGridRhoFastjetAllCaloForEGamma_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFixedGridRhoFastjetAll_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltGoodOfflinePrimaryVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHGCalUncalibRecHitL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersEEL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersEE_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersFromSoAProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSciL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSci_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSiL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalMergeLayerClustersL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalMergeLayerClusters_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoALayerClustersProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoARecHitsLayerClustersProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoARecHitsProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalTrackCollection_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepClusters_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepHitTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeedTracksLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCandidatespLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCutClassifierpLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackSelectionHighPuritypLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackspLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsCombinatoricRecoTaus_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsDoublePFTau35MediumDitauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsDoublePFTau40TrackPt1MediumChargedIsolation_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTau27LooseTauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTau30LooseTauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauBasicDiscriminatorsForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauBasicDiscriminatorsdR03ForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauDeepTauProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauDiscriminationByDecayModeFindingNewDMs_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumAbsOrRelChargedIsolationDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumAbsoluteChargedIsolationDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumRelativeChargedIsolationDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauPrimaryVertexProducerForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauProducerSansRefs_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauSecondaryVertexProducerForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauTrackFindingDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauTransverseImpactParametersForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTauLooseTauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausMediumDitauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausTrackFinding_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausTrackPt1MediumChargedIsolation_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectionDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsTauPFJetsRecoTauChargedHadronsWithNeutrals_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHtMhtPFPuppiCentralJetsQuadC30MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepSeedTracksLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifierpLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifierpTTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPuritypLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPuritypTTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTracksT5TCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackspLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackspTTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonClustersRefRemoval_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonMerged_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelClusterCheck_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelHitTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelLayerTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelSeedsFiltered_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedForDoublePuppiTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForDoublePuppiJetBtagFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiHTFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiJetFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiMETFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForQuadPuppiJetTripleBtagFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TEGammaFilteredCollectionProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TEGammaHGCFilteredCollectionProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonFromL1TkMuonCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonSeedsFromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3MuonsPhase2L3Links_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22EcalIso0p41_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22HcalIso0p40_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22HgcalIso4p70_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfecalIsoFiltered0p41_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfhcalIsoFiltered0p40_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfhgcalIsoFiltered4p70_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3trkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22TrkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fFiltered17_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fFiltered37_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fPreFiltered27_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fPreFiltered8_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu18Filtered20_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu22L3Filtered24Q_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu22L3Filtered50Q_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533L31055DZFiltered0p2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533L3Filtered1055_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533PreFiltered555_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltMeasurementTrackerEvent_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltOfflinePrimaryVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFMETTypeOneCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetQuad30MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetsQuad30HT200MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetsQuad30HT330MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiJetForBtagEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiJetForBtagSelectorEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOne140_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOneCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowBadHcalPseudoCluster_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrectedL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrectedUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHBHE_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCalFromTICLL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCalFromTICLUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCal_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHO_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitECALL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitECALUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHBHE_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHGCL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHGC_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHO_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECALL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECALUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCalFromTICLL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCalFromTICLUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCal_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowTimeAssignerECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowTmpBarrel_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHGCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHO_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourJetTagsModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourJetTags_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourTagInfosModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourTagInfos_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelLayerQuadruplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksTrackingRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonTrimmedPixelVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonGeneralTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepClusters_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepHitTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTracksSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTracksSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksAndHighPtTripletTrackingRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksHitQuadruplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsEcalIsodR0p3dRVeto0p000_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsHcalIsodR0p3dRVeto0p000_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsHgcalLCIsodR0p2dRVetoEM0p00dRVetoHad0p02minEEM0p00minEHad0p00_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p07_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3MuonCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3MuonsLinksCombination_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuCtfWithMaterialTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuonTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuonTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OISeedsFromL2Muons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OITrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2OTHitsInputLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2OnlineBeamSpotDevice_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelFitterByHelixProjections_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTrackFilterByKinematics_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2SiPixelClustersSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2SiPixelRecHitsSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2TowerMakerForAll_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelClustersMultiplicity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerPairsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerPairsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDiphoton3023IsoCaloIdL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDiphoton3023IsoCaloIdUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle2312IsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle25CaloIdLPMS2L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle25CaloIdLPMS2Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle115NonIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle26WP70L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle26WP70Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle32WPTightL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle32WPTightUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreHLTAnalyzerEndpath_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton108EBTightIDTightIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton108EBTightIDTightIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton187L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton187Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrimaryVertexAssociationModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrimaryVertexAssociation_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPuppiTauTkIsoEle45_22L1TkFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPuppiTauTkMuon4218L1TkFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltRechitInRegionsHGCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltSiPixelClusterShapeCache_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltSingleAK4PFPuppiJet520_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltSingleTkMuon22L1TkMuonFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclLayerTileProducerL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclLayerTileProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTracksterLinksL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersCLUE3DHighL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersCLUE3DHigh_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersRecoveryL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersRecovery_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTrackRefsForJetsBeforeSorting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTrackWithVertexRefSelectorBeforeSorting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltUnsortedOfflinePrimaryVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEleSingle22Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEleSingle28Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmDouble12Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmSingle22Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmSingle36Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle23_12_Iso_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleMediumChargedIsoPFTauHPS40_eta2p1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleMediumDeepTauPFTauHPS35_eta2p1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepCSV_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepFlavour_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele115_NonIso_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele30_WPTight_L1Seeded_LooseDeepTauPFTauHPS30_eta2p1_CrossL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele32_WPTight_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele32_WPTight_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_IsoMu20_eta2p1_LooseDeepTauPFTauHPS27_eta2p1_CrossL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu37_Mu27_FromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepCSV_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepCSV_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFPuppiMETTypeOne140_PFPuppiMHT140_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/CkfBaseTrajectoryFilter_block_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/ClusterShapeTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/GroupedCkfTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HGCAL_chargeCollectionEfficiencies_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonGroupedCkfTrajectoryFilterIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetTrajectoryFilterIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetTrajectoryBuilderForGsfElectrons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetTrajectoryFilterForElectrons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTSiStripClusterChargeCutLoose_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTSiStripClusterChargeCutNone_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutLoose_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutNone_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutTight_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/TrajectoryFilterForConversions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/TrajectoryFilterForElectrons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/ckfBaseTrajectoryFilterP5_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/ckfTrajectoryFilterBeamHaloMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedQuadStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedQuadStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedTripletStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonPSetPvClusterComparerForIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonSeedFromProtoTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2PSetPvClusterComparerForIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2SeedFromProtoTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltTiclTracksterLinksPSet_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterBasePreSplitting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterPreSplitting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterShapePreSplitting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/jetCoreRegionalStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtGsfEleTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtQuadStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtQuadStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepStandardTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/mixedTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryBuilderForInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryBuilderForOutInDisplaced_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForOutInDisplaced_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForOutIn_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pSetPvClusterComparerForIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelLessStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/tobTecStepInOutTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/tobTecStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK4PFJetsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK4PFPuppiJetsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK8PFJetsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepCSVSequencePFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepCSVSequencePFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepFlavourSequencePFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepFlavourSequencePFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCaloMETReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCaloTowersRecSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCalolocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCsclocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDiphoton3023IsoCaloIdL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDiphoton3023IsoCaloIdUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoFullUnpackingEgammaEcalL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoFullUnpackingEgammaEcalSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalHcalSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalPixelSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalStripSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle2312IsoL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle25CaloIdLPMS2L1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle25CaloIdLPMS2UnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDtlocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEGammaDoLocalHcalSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle115NonIsoL1SeededGsfElectronL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle115NonIsoL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle26WP70L1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle26WP70UnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle32WPTightL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle32WPTightUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5OpenL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5OpenUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTElePixelMatchL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTElePixelMatchUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTFastJetForEgammaSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGemLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGsfElectronL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGsfElectronUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHPSDeepTauPFTauSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHPSMediumChargedIsoPFTauSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgamma_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHighPtTripletStepSeedingSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHighPtTripletStepSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTInitialStepPVSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTInitialStepSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTItLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTIter0Phase2L3FromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTIter2Phase2L3FromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTL1UnpackerSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTL2MuonsFromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTMuonlocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTOtLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusterJMEReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusteringForEgammaL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusteringForEgammaUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFHcalClusteringForEgammaSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFJetsCHSReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFMETsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFPuppiJMEReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFPuppiMETReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowClusterECALSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowClusterSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowSuperClusteringSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusterRefsForJetsSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringECALSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringHBHEHFSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringHOSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3FromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3MuonGeneralTracksSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3MuonsSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3OISequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2PixelTracksSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton108EBTightIDTightIsoL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton108EBTightIDTightIsoUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton187L1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton187UnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclCandidateSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclLayerTileSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTracksterLinksSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTracksterMergeSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersCLUE3DHighStepSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersRecoverySequenceL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersRecoverySequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTVertexRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/services/RandomNumberGeneratorService_cfi.py", + "HLTrigger/Configuration/test/testAccessToEDMInputsOfHLTTests_update_filelist.sh", + "HLTriggerOffline/HeavyFlavor/python/heavyFlavorValidationHarvestingSequence_cff.py", + "HLTriggerOffline/SUSYBSM/test/BSMTriggerCheck/html/template/comp_beginning.html", + "HLTriggerOffline/SUSYBSM/test/BSMTriggerCheck/html/template/menu_beginning.html", + "HLTriggerOffline/Scouting/test/runScoutingMonitoringDQM_EGammaOnly_step1_cfg.py", + "HLTriggerOffline/Scouting/test/runScoutingMonitoringDQM_EGammaOnly_step2_cfg.py", + "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToFlyingCascadeBuilderBase.h", + "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToResTrkTrkSameMassBuilder.h", + "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToResTrkTrkSameMassBuilderBase.h", + "HeavyFlavorAnalysis/SpecificDecay/src/BPHDecayToResTrkTrkSameMassBuilderBase.cc", + "HeterogeneousCore/AlpakaInterface/interface/AssertDeviceMatchesHostCollection.h", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerCopyToDeviceCache.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerImplicitCopyToDevice.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerMoveToDeviceCache.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerNoOutput.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaStreamSynchronizingProducer.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaStreamSynchronizingProducerToDevice.cc", + "HeterogeneousTest/AlpakaDevice/plugins/alpaka/AlpakaTestDeviceAdditionAlgo.dev.cc", + "HeterogeneousTest/AlpakaDevice/plugins/alpaka/AlpakaTestDeviceAdditionModule.cc", + "HeterogeneousTest/AlpakaKernel/plugins/alpaka/AlpakaTestKernelAdditionAlgo.dev.cc", + "HeterogeneousTest/AlpakaKernel/plugins/alpaka/AlpakaTestKernelAdditionModule.cc", + "HeterogeneousTest/AlpakaOpaque/plugins/alpaka/AlpakaTestOpaqueAdditionModule.cc", + "HeterogeneousTest/AlpakaWrapper/plugins/alpaka/AlpakaTestWrapperAdditionModule.cc", + "IOMC/EventVertexGenerators/python/VtxSmearedFixed_EmitRealistic5TeVppCollision2017_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic100ns13TeVCollisionBetaStar90mLowBunches_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic100ns13TeVCollisionBetaStar90m_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeV2016Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeVEarly2017Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeVEarly2018Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEOY2022Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEarly2022Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEarly2023Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns900GeV2021Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic2p76TeV2011Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic2p76TeV2013Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic50ns13TeVCollisionZeroTesla_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic5TeVPA2016Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic5TeVppCollision2017_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic7TeVCollisionComm10_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic8TeVPA2016Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealisticHICollisionFixZ2015_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3FlatOpticsGaussSigmaZ4p2cm_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3FlatOpticsGaussSigmaZ5p3cm_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3RoundOptics25ns13TeVHighSigmaZ_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3RoundOptics25ns13TeVLowSigmaZ_cfi.py", + "JetMETCorrections/InterpolationTables/interface/InterpolationFunctorInstances.h", + "JetMETCorrections/InterpolationTables/interface/StorableMultivariateFunctorReader.h", + "JetMETCorrections/TauJet/data/IterativeCone0.4_EtScheme_TowerEt0.5_E0.8_Jets871_2x1033PU_tau.txt", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_BTagSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_hadr_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_hadr_metSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_lepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenuObjects_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_BTagSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_hadr_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_hadr_metSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_lepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_constants.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_ids.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_scalings.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_BTagSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_hadr_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_hadr_metSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_lepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_constants.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_ids.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_scalings.py", + "L1Trigger/DTTriggerPhase2/test/primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py", + "L1Trigger/DTTriggerPhase2/test/primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg_withRPC.py", + "L1Trigger/DTTriggerPhase2/test/test_primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py", + "L1Trigger/GlobalTriggerAnalyzer/python/customise_l1GtPatternGeneratorFromRaw.py", + "L1Trigger/GlobalTriggerAnalyzer/test/L1GtPatternGenerator_overrideL1Menu_cfg.py", + "L1Trigger/L1CaloTrigger/python/l1tPhase2GCTBarrelToCorrelatorLayer1Emulator_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_0_ECALZS_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_1_ECALZS_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_1_ECALZS_noHFJEC_newEGIso_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_0_HI_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_10_mean_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_10_mode_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_2_noHCALSF_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_2_updateHFSF_v6MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_2_updateHFSF_v7MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_updateHFSF_v6MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_mean_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_mean_newHF_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_newHF_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_newHF_v6MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_oldHFSFForJECOnly_cfi.py", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2ClusterAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2EGammaAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2EtSumAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2JetSumAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2TowerCompressAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2TowerDecompressAlgorithmFirmwareImp1.cc", + "L1Trigger/L1THGCal/interface/concentrator/HGCalConcentratorProcessorSelection.h", + "L1Trigger/L1THGCal/interface/concentrator/HGCalConcentratorSuperTriggerCellImpl.h", + "L1Trigger/L1THGCal/plugins/backend/HGCalBackendLayer2Processor3DClustering_SA.cc", + "L1Trigger/L1THGCalUtilities/test/ntuples/HGCalTriggerNtupleHGCConcentratorData.cc", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGenerator.py", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGeneratorClassProb.py", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGenerator_displ.py", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlap_Pats0x0013_generateExtrFactors.py", + "L1Trigger/L1TMuonOverlapPhase2/interface/LutNetworkFixedPointRegression2Outputs.h", + "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGeneratorClassProb_phase2.py", + "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGenerator_displ_phase2.py", + "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGenerator_phase2.py", + "L1Trigger/Phase2L1ParticleFlow/data/hgcal_egID/Photon_Pion_vs_Neutrino_BDTweights_1116.xml.gz", + "L1Trigger/Phase2L1ParticleFlow/data/hgcal_egID/Photon_vs_Pion_BDTweights_1116.xml.gz", + "L1Trigger/Phase2L1ParticleFlow/interface/L1TCorrelatorLayer1PatternFileWriter.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/buffered_folded_multififo_regionizer_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/folded_multififo_regionizer_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/middle_buffer_multififo_regionizer_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/multififo_regionizer_elements_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/multififo_regionizer_elements_ref.icc", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/tdr_regionizer_elements_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/tdr_regionizer_elements_ref.icc", + "L1Trigger/Phase2L1ParticleFlow/src/regionizer/buffered_folded_multififo_regionizer_ref.cpp", + "L1Trigger/Phase2L1ParticleFlow/src/regionizer/folded_multififo_regionizer_ref.cpp", + "L1Trigger/Phase2L1ParticleFlow/src/regionizer/middle_buffer_multififo_regionizer_ref.cpp", + "L1TriggerConfig/CSCTFConfigProducers/python/L1MuCSCTFConfigurationRcdSrc_cfi.py", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/phi12.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/phi42.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta15h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta15l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta25h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta25l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/ETFPatternList.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP1.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP2.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP3.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP4.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP5.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP6.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext12.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext13.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext14.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext15.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext16.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext21.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext23.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext24.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext25.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext26.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext34.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext35.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext56.lut", + "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTChannelMaskConfigOnline_cfi.py", + "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTParametersKeysOnlineProd_cfi.py", + "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTParametersOnlineProducer_cfi.py", + "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesConfig_cff.py", + "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesConfig_cfi.py", + "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesDBConfig_cff.py", + "L1TriggerConfig/L1CSCTPConfigProducers/src/L1CSCTriggerPrimitivesConfigProducer.cc", + "L1TriggerConfig/L1CSCTPConfigProducers/src/L1CSCTriggerPrimitivesConfigProducer.h", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu2008_2E30.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu_2008MC_2E30.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu2008_2E31.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v0_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v1_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090519_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090624_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v4_L1T_Scales_20090624_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1x1032/L1Menu_CRUZET200805.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v0_L1T_Scales_20101224_Imp0_0x1027.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v1_L1T_Scales_20101224_Imp0_0x1028.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v2_L1T_Scales_20101224_Imp0_0x102a.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v3_L1T_Scales_20101224_Imp0_0x102b.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25nsStage1_v3_L1T_Scales_20141121_Imp0_0x1031.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v0_L1T_Scales_20101224_Imp0_0x102f.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v1_L1T_Scales_20101224_Imp0_0x102f.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v2_L1T_Scales_20141121_Imp0_0x1030.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v1_L1T_Scales_20141121_Imp0_0x1030.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v2_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v3_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v4_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50ns_v0_L1T_Scales_20141121_Imp0_0x1031.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v1_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v2_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v3_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v4_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2011_v0_L1T_Scales_20101224_Imp0_0x1026.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2011_v0_nobsc_notau_centrality_q2_singletrack.v1.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2013_v0_L1T_Scales_20101224_Imp0_0x102c.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v1.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v2.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v3.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v4.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v5.xml", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/calosetup", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/defvalpkg", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/header", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/jet_cnts", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/muonsetup", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/calo_setup.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond1_chip.qsf", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond1_chip_pkg.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond2_chip.qsf", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond2_chip_pkg.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/def_val_pkg.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/muon_setup.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/pre_algo_and_or.vhd", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAlgoTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAlgoTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAndMasksTester.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsTechTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsTechTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtStableParametersTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskAlgoTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskAlgoTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskTechTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskTechTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoAlgoTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoTechTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoTechTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMenuConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtPrescaleFactorsAlgoTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtPrescaleFactorsTechTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskAlgoTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskTechTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskVetoAlgoTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskVetoTechTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_PrescaleFactorsAlgoTrigUnprescale_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_TriggerMaskAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu_2008MC_2E30_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_PrescaleFactorsAlgoTrigUnprescale_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_TriggerMaskAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v0_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090519_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090624_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v4_L1T_Scales_20090624_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_PrescaleFactorsAlgoTrigUnprescale_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_TriggerMaskAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_ecal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_hcal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskTechTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_ecal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_hcal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_Test_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v1_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v2_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v3_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v4_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v5_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsAlgoTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsAndMasksTester_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsTechTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskAlgoTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskTechTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskVetoTechTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsAlgoTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsAlgoTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsTechTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsTechTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskAlgoTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskAlgoTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskTechTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskTechTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoAlgoTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoTechTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoTechTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtPrescaleFactorsAlgoTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtPrescaleFactorsTechTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskAlgoTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskTechTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskVetoTechTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1ScalesProducers/python/L1MuTriggerPtScaleOnlineProducer_cfi.py", + "L1TriggerConfig/L1ScalesProducers/python/L1MuTriggerScalesOnlineProducer_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TGlobalPrescalesVetosObjectKeysOnline_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TMuonEndCapForestOnlineProxy_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TMuonOverlapObjectKeysOnline_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TMuonOverlapParamsOnlineProxy_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TUtmTriggerMenuObjectKeysOnline_cfi.py", + "L1TriggerConfig/L1TConfigProducers/src/L1TGlobalPrescalesVetosObjectKeysOnlineProd.cc", + "L1TriggerConfig/L1TConfigProducers/src/L1TUtmTriggerMenuObjectKeysOnlineProd.cc", + "MagneticField/GeomBuilder/plugins/dd4hep/DD4hep_VolumeBasedMagneticFieldESProducer.cc", + "MagneticField/GeomBuilder/plugins/dd4hep/DD4hep_VolumeBasedMagneticFieldESProducerFromDB.cc", + "MagneticField/Interpolation/test/BinaryTablesGeneration/prepareMagneticFieldGrid.cc", + "MagneticField/Interpolation/test/BinaryTablesGeneration/prepareMagneticFieldGrid.h", + "MagneticField/Interpolation/test/BinaryTablesGeneration/validateField_TOSCATables.py", + "MagneticField/ParametrizedEngine/interface/ParabolicParametrizedMagneticField.h", + "MagneticField/ParametrizedEngine/plugins/AutoParametrizedMagneticFieldProducer.cc", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_OAE85l_cfi.py", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_OAE_3_8T_cfi.py", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_PolyFit2D_cfi.py", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_PolyFit3D_cfi.py", + "MagneticField/ParametrizedEngine/test/alpaka/testParabolicParametrizedMagneticField.dev.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/CompareWithSystematicError.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasUpsilonValidation.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasY1SValidation.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasZValidation.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/ComparePhiPlusMinus.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareWithExpected.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareWithExpectedBeforeAfter.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CrystalBallFitOnData_JPsi.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/GaussianFitOnData_Psi2S.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Base.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Y1S.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Z.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlap_Upsilon.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlap_Y1S.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/RunCompareBias_template.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/ShowProbabilityDistribution.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/TreeProduction/MuScleFit_template_cfg.py", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/SplitAndRunBatch.sh", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/StatisticalErrors_instructions.txt", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/TakeParameterFromBatch.sh", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/TreeSplitter_cfg.py", + "MuonAnalysis/MomentumScaleCalibration/test/UnitTests/TestCrossSectionHandler.cc", + "MuonAnalysis/MomentumScaleCalibration/test/tree_production/miniAODVBTFMuonsOnlyTreeMC_CRAB_cfg.py", + "MuonAnalysis/MuonAssociators/test/MuonMCClassifier/debugMuonsClassByHits_cfg.py", + "MuonAnalysis/MuonAssociators/test/MuonMCClassifier/patMuonsWithClassByHits_cfg.py", + "MuonAnalysis/MuonAssociators/test/Trigger/patMuonsWithTrigger_Data_HLTDEBUG_cfg.py", + "MuonAnalysis/MuonAssociators/test/Trigger/patMuonsWithTrigger_mc_HLTDEBUG_cfg.py", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/db/ClassNotSupportedException.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIDGenerator.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIdConverter.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/IDetIdGenerator.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECAnalyzer.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECDetIdConverter.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TOBAnalyzer.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TOBDetIdConverter.java", + "OnlineDB/SiStripO2O/test/O2O_Validation/template_Validate_FEDCabling_O2O_cfg.py", + "OnlineDB/SiStripO2O/test/P5/20X/SiStripO2O_AT_P5_table_multipartition_Commissioning.sh", + "OnlineDB/SiStripO2O/test/P5/21X/SiStripO2O_AT_P5_table_multipartition_Commissioning.sh", + "PhysicsTools/HepMCCandAlgos/python/allStandAloneMuonTracksGenParticlesLeptonMatch_cfi.py", + "PhysicsTools/HepMCCandAlgos/python/allSuperClustersGenParticlesLeptonMatch_cfi.py", + "PhysicsTools/NanoAODTools/python/postprocessing/framework/treeReaderArrayTools.py", + "PhysicsTools/PatAlgos/python/slimming/offlineSlimmedPrimaryVerticesWithBS_cfi.py", + "PhysicsTools/SelectorUtils/interface/SimpleCutBasedElectronIDSelectionFunctor.h", + "RecoBTag/CTagging/python/candidateCombinedSecondaryVertexSoftLeptonCvsLComputer_cfi.py", + "RecoBTag/CTagging/python/pfInclusiveSecondaryVertexFinderNegativeCvsLTagInfos_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeOnlyJetBProbabilityComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeOnlyJetProbabilityComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeTrackCounting3D2ndComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeTrackCounting3D3rdComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidatePositiveOnlyJetBProbabilityComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidatePositiveOnlyJetProbabilityComputer_cfi.py", + "RecoBTag/ONNXRuntime/plugins/UnifiedParticleTransformerAK4ONNXJetTagsProducer.cc", + "RecoBTag/ONNXRuntime/plugins/UnifiedParticleTransformerAK4SonicJetTagsProducer.cc", + "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V01/pfDeepBoostedJetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V02/pfDeepBoostedJetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V02/pfMassDecorrelatedDeepBoostedJetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/Parameters/HiggsInteractionNet/V00/pfHiggsInteractionNetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/pfMassDecorrelatedDeepBoostedDiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfMassDecorrelatedParticleNetDiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfParticleNetFromMiniAODAK4DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfParticleNetFromMiniAODAK8DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfParticleTransformerAK4DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfUnifiedParticleTransformerAK4DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfUnifiedParticleTransformerAK4V1DiscriminatorsJetTags_cfi.py", + "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterFromFile_WPandPayload.cc", + "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterFromFile_WPandPayload_IOV.cc", + "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterTFormula_fromfile_WPandPL.cc", + "RecoBTag/SecondaryVertex/interface/CandidateBoostedDoubleSecondaryVertexComputer.h", + "RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexAK8Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexCA15Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateCombinedSecondaryVertexSoftLeptonComputer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateNegativeCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidatePositiveCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateSimpleSecondaryVertex2TrkComputer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateSimpleSecondaryVertex3TrkComputer_cfi.py", + "RecoBTag/SecondaryVertex/python/combinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderFilteredNegativeTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderFilteredTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfBoostedDoubleSecondaryVertexAK8BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfBoostedDoubleSecondaryVertexCA15BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderAK8TagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderCA15TagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfPositiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfPositiveCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/positiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/positiveCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/positiveCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/simpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/simpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedDynamicHybridSuperClusters_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedEndcapSuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedFixedMatrixSuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedIslandBarrelSuperClusters_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedIslandEndcapSuperClusters_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedMulti5x5ClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedMulti5x5SuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/fixedMatrixPreshowerClusteringSequence_cff.py", + "RecoEcal/EgammaClusterProducers/python/fixedMatrixSuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/interestingDetIdCollectionProducer_cfi.py", + "RecoEcal/EgammaClusterProducers/python/interestingDetIdFromSuperClusterProducer_cfi.py", + "RecoEcal/EgammaClusterProducers/python/multi5x5PreshowerClusteringSequence_cff.py", + "RecoEcal/EgammaClusterProducers/python/multi5x5SuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/particleFlowSuperClusteringSequence_cff.py", + "RecoEcal/EgammaClusterProducers/src/InterestingDetIdFromSuperClusterProducer.cc", + "RecoEcal/EgammaCoreTools/plugins/EcalBasicClusterLocalContCorrectionsESProducer.cc", + "RecoEgamma/EgammaElectronAlgos/interface/ecalClusterEnergyUncertaintyElectronSpecific.h", + "RecoEgamma/EgammaElectronAlgos/src/ecalClusterEnergyUncertaintyElectronSpecific.cc", + "RecoEgamma/EgammaElectronProducers/plugins/GsfElectronCoreEcalDrivenProducer.cc", + "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedHeavyObjectCache.cc", + "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedHeavyObjectCache.h", + "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedValueMapsProducer.cc", + "RecoEgamma/EgammaElectronProducers/plugins/TrackingRegionsFromSuperClustersProducer.cc", + "RecoEgamma/EgammaElectronProducers/python/lowPtGsfElectronsPreRegression_cfi.py", + "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTBcHcalIsolationProducersRegional.cc", + "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTElectronTrackIsolationProducers.cc", + "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTPhotonTrackIsolationProducersRegional.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaEcalPFClusterIsolationProducer.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaHcalPFClusterIsolationProducer.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaIsoHcalDetIdCollectionProducer.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaEcalExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaHcalExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaRecHitExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaTowerExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaTrackExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/ElectronPFIsolationWithConeVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/ElectronPFIsolationWithMapBasedVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/PhotonPFIsolationWithConeVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/PhotonPFIsolationWithMapBasedVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/python/interestingEgammaIsoDetIdsSequence_cff.py", + "RecoEgamma/EgammaIsolationAlgos/python/interestingEgammaIsoESDetIdModule_cff.py", + "RecoEgamma/EgammaIsolationAlgos/test/runInterestingEgammaIsoDetIdsSequence_cfg.py", + "RecoEgamma/EgammaPhotonProducers/python/conversionTrackSequenceForReReco_cff.py", + "RecoEgamma/EgammaPhotonProducers/python/propAlongMomentumWithMaterialForElectrons_cfi.py", + "RecoEgamma/EgammaPhotonProducers/python/propOppoMomentumWithMaterialForElectrons_cfi.py", + "RecoEgamma/EgammaPhotonProducers/python/trajectoryCleanerBySharedHitsForConversions_cfi.py", + "RecoEgamma/ElectronIdentification/data/ElectronMVAEstimatorRun2Fall17V1Variables.txt", + "RecoEgamma/ElectronIdentification/data/Fall17/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_92X.txt", + "RecoEgamma/ElectronIdentification/data/Fall17/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_94X.txt", + "RecoEgamma/ElectronIdentification/data/Run3_Winter22/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_122X.txt", + "RecoEgamma/ElectronIdentification/data/Spring15/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_25ns.txt", + "RecoEgamma/ElectronIdentification/data/Spring15/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_50ns.txt", + "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_HLT_ecalPFClusterIso.txt", + "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_HLT_hcalPFClusterIso.txt", + "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_80X.txt", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5E2x5OverE5x5WithSatCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5SigmaIEtaIEtaCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5SigmaIEtaIEtaWithSatCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleHadronicOverEMEnergyScaledCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleHadronicOverEMLinearCut.cc", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronHLTPreselecition_Summer16_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Fall17_94X_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Fall17_94X_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_25ns_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_50ns_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_50ns_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Summer16_80X_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Summer20_PhaseII_V0_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Winter22_122X_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_tools.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV51_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV60_80XAOD_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV60_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV70_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV71_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_tools.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_RunIIIWinter22_iso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_RunIIIWinter22_noIso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_25ns_Trig_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_25ns_nonTrig_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_50ns_Trig_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_GeneralPurpose_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_HZZ_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer16UL_ID_ISO_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer17UL_ID_ISO_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer18UL_ID_ISO_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Winter22_HZZ_V1_cff.py", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased_TrueVtx.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased_V2.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased_TrueVtx.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased_V2.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased_TrueVtx.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased_V2.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesFall17V1p1.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring15.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring15ValMaps.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring16.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun3VariablesWinter22V1.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_ChgHadronIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_ECalClusterIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_HCalClusterIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_NeuHadronIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_PhotonIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_TrackerIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_coneBasedHoverE_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfChargedHadrons_25ns_NULLcorrection.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfChargedHadrons_50ns.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfNeutralHadrons_25ns_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfNeutralHadrons_50ns.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfPhotons_25ns_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfPhotons_50ns.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfPhotons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfPhotons_90percentBased_3bins.txt", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndExpoScalingCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndExpoScalingEBCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndQuadScalingCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoFull5x5SigmaIEtaIEtaValueMapCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoGenericQuadraticRhoPtScaledCut.cc", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V1_TrueVtx_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_RunIIIWinter22_122X_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring15_25ns_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring15_50ns_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring16_V2p2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_tools.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V1p1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V0_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V2p1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V0_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V2p1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring16_nonTrig_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Summer20_PhaseII_V0_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Winter22_122X_V1_cff.py", + "RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDRVertexAssigned.h", + "RecoJets/JetAssociationProducers/python/ic5PFJetTracksAssociatorAtVertex_cfi.py", + "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalCrystalMatrixProbality.h", + "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalDeadChannelRecoveryAlgos.h", + "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalDeadChannelRecoveryBDTG.h", + "RecoLocalCalo/EcalRecProducers/interface/EcalUncalibRecHitFillDescriptionWorkerFactory.h", + "RecoLocalCalo/EcalRecProducers/interface/EcalUncalibRecHitWorkerRunOneDigiBase.h", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitConvertGPU2CPUFormat.cc", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsAlgoGPU.cu", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsKernels.cu", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsProducer.cc", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsProducerGPU.cc", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerFixedAlphaBetaFit.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/AmplitudeComputationCommonKernels.h", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/AmplitudeComputationKernels.dev.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalMultifitConditionsHostESProducer.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalRecHitConditionsESProducer.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitMultiFitAlgoPortable.dev.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitMultiFitAlgoPortable.h", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitProducerPortable.cc", + "RecoLocalCalo/EcalRecProducers/python/ecalFixedAlphaBetaFitUncalibRecHit_cfi.py", + "RecoLocalCalo/EcalRecProducers/src/EcalUncalibRecHitFillDescriptionWorkerFactory.cc", + "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducer.py", + "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducerGPU.py", + "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducerGPU_harvesting.py", + "RecoLocalCalo/HGCalRecAlgos/interface/alpaka/HGCalRecHitCalibrationAlgorithms.h", + "RecoLocalCalo/HGCalRecAlgos/plugins/alpaka/HGCalRecHitCalibrationAlgorithms.dev.cc", + "RecoLocalCalo/HGCalRecAlgos/plugins/alpaka/HGCalRecHitConfigurationESProducer.cc", + "RecoLocalCalo/HGCalRecProducers/interface/alpaka/HGCalSoAClustersExtraDeviceCollection.h", + "RecoLocalCalo/HGCalRecProducers/plugins/HGCalLayerClusterHeterogeneousDumper.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HGCalLayerClusterHeterogeneousSoADumper.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsConditions.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsFiller.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsFiller.h", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersAlgoWrapper.dev.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersSoAAlgoWrapper.dev.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersSoAAlgoWrapper.h", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalSoALayerClustersProducer.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalSoARecHitsLayerClustersProducer.cc", + "RecoLocalCalo/HcalRecAlgos/plugins/alpaka/HcalRecoParamsWithPulseShapesESProducer.cc", + "RecoLocalCalo/HcalRecProducers/plugins/alpaka/HcalSiPMCharacteristicsESProducer.cc", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco2DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco4DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_MTPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_MTPatternReco2D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_MTPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_MTPatternReco4D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/GEMRecHit/test/SingleMuPt100_cfi_GEM-SIM-DIGI_Extended2015MuonGEMDev.py", + "RecoLocalTracker/ClusterParameterEstimator/interface/ClusterParameterEstimator.h", + "RecoLocalTracker/ClusterParameterEstimator/interface/PixelClusterParameterEstimator.h", + "RecoLocalTracker/ClusterParameterEstimator/interface/StripClusterParameterEstimator.h", + "RecoLocalTracker/Configuration/python/RecoLocalTracker_Cosmics_EventContent_cff.py", + "RecoLocalTracker/Phase2TrackerRecHits/python/Phase2StripCPEGeometricESProducer_cfi.py", + "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerAlgorithm.cc", + "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerAlgorithm.h", + "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerSequentialAlgorithm.h", + "RecoLocalTracker/SiPhase2VectorHitBuilder/interface/VectorHitBuilderAlgorithm.h", + "RecoLocalTracker/SiPhase2VectorHitBuilder/interface/VectorHitBuilderAlgorithmBase.h", + "RecoLocalTracker/SiPhase2VectorHitBuilder/plugins/SiPhase2RecHitMatcherESProducer.cc", + "RecoLocalTracker/SiPhase2VectorHitBuilder/plugins/VectorHitBuilderEDProducer.cc", + "RecoLocalTracker/SiPhase2VectorHitBuilder/test/Clusters_productionAndTesting.py", + "RecoLocalTracker/SiPhase2VectorHitBuilder/test/VHs_SeedingOT_productionAndTesting.py", + "RecoLocalTracker/SiPhase2VectorHitBuilder/test/VHs_combinatorialStudies_PU200.py", + "RecoLocalTracker/SiPixelClusterizer/plugins/SiPixelDigisClustersFromSoAAlpaka.cc", + "RecoLocalTracker/SiPixelClusterizer/plugins/alpaka/SiPixelPhase2DigiToCluster.cc", + "RecoLocalTracker/SiPixelClusterizer/plugins/alpaka/SiPixelRawToClusterKernel.dev.cc", + "RecoLocalTracker/SiPixelClusterizer/python/SiPixelClusterizerPreSplitting_cfi.py", + "RecoLocalTracker/SiPixelRecHits/interface/alpaka/PixelCPEFastParamsCollection.h", + "RecoLocalTracker/SiPixelRecHits/plugins/alpaka/PixelCPEFastParamsESProducerAlpaka.cc", + "RecoLocalTracker/SiStripClusterizer/interface/StripClusterizerAlgorithmFactory.h", + "RecoLocalTracker/SiStripClusterizer/plugins/SiStripClusterizerConditionsESProducer.cc", + "RecoLocalTracker/SiStripClusterizer/plugins/SiStripClusterizerConditionsGPUESProducer.cc", + "RecoLocalTracker/SiStripClusterizer/python/SiStripClusters2ApproxClusters_cff.py", + "RecoLocalTracker/SiStripClusterizer/python/test/ClusterRefinerTagMCmerged_cfi.py", + "RecoLocalTracker/SiStripClusterizer/python/test/ClusterizerUnitTestFunctions_cff.py", + "RecoLocalTracker/SiStripClusterizer/test/step2_RAW2DIGI_L1Reco_RECO_ApproxClusters.py", + "RecoLocalTracker/SiStripClusterizer/test/step2_RAW2DIGI_L1Reco_RECO_ApproxClusters_streamerOutput.py", + "RecoLocalTracker/SiStripClusterizer/test/testSiStripQuality/SiStripBadChannel.tpl", + "RecoLocalTracker/SiStripClusterizer/test/testSiStripQuality/SiStripBadModule.tpl", + "RecoLocalTracker/SiStripRecHitConverter/interface/SiStripRecHitConverterAlgorithm.h", + "RecoLocalTracker/SiStripRecHitConverter/plugins/SiStripRecHitMatcherESProducer.cc", + "RecoLocalTracker/SiStripRecHitConverter/plugins/SiStripRecHitMatcherESProducer.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/IteratedMedianCMNSubtractor.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripCommonModeNoiseSubtractor.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripRawProcessingAlgorithms.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripRawProcessingFactory.h", + "RecoLocalTracker/SiStripZeroSuppression/python/SiStripZeroSuppression_SimData_cfi.py", + "RecoLocalTracker/SiStripZeroSuppression/python/siStripMergeZeroSuppression_cfi.py", + "RecoLocalTracker/SiStripZeroSuppression/test/SiStripZS_EmulateHybrid_RealData.py", + "RecoLocalTracker/SubCollectionProducers/interface/PixelClusterSelectorTopBottom.h", + "RecoLocalTracker/SubCollectionProducers/interface/StripClusterSelectorTopBottom.h", + "RecoLocalTracker/SubCollectionProducers/python/ClusterMultiplicityFilter_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/TopBottomClusterInfoProducer_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/TrackCandidateTopBottomHitFilter_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/hltTrackClusterRemoverNew_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/splitter_tracking_RunI_setup_cff.py", + "RecoLocalTracker/SubCollectionProducers/python/test/ClusterMCsplitStrips_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/test/MCsplitStripsCustomize_cff.py", + "RecoLuminosity/LumiProducer/test/analysis/test/crab3_ALCALUMIPIXELS_PIXONLY_DATA.py", + "RecoMTD/TransientTrackingRecHit/plugins/MTDTransientTrackingRecHitBuilderESProducer.cc", + "RecoMTD/TransientTrackingRecHit/python/MTDTransientTrackingRecHitBuilder_cfi.py", + "RecoMuon/L3MuonIsolationProducer/plugins/L3MuonCombinedRelativeIsolationProducer.cc", + "RecoMuon/L3MuonIsolationProducer/plugins/L3MuonCombinedRelativeIsolationProducer.h", + "RecoMuon/MuonIdentification/python/Identification/cutBasedMuonId_MuonPOG_V0_cff.py", + "RecoMuon/MuonIdentification/python/Identification/globalMuonPromptTight_V0_cff.py", + "RecoMuon/MuonIsolationProducers/python/muIsoDepositCalByAssociatorTowers_cfi.py", + "RecoMuon/StandAloneMuonProducer/python/standAloneMuonsDirectTrajectoryBuilder_cfi.py", + "RecoMuon/TrackerSeedGenerator/python/pixelTrackFilterByKinematicsForTSGFromL1_cfi.py", + "RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHitBreaker.h", + "RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHitBuilder.h", + "RecoMuon/TransientTrackingRecHit/plugins/MuonTransientTrackingRecHitBuilderESProducer.cc", + "RecoMuon/TransientTrackingRecHit/python/MuonTransientTrackingRecHitBuilder_cfi.py", + "RecoParticleFlow/Configuration/python/DBS_Samples/RelValQCD_FlatPt_15_3000_Fast_cfi.py", + "RecoParticleFlow/Configuration/python/RecoParticleFlow_conversion_EventContent_cff.py", + "RecoParticleFlow/Configuration/python/RecoParticleFlow_nuclear_EventContent_cff.py", + "RecoParticleFlow/PFClusterProducer/interface/alpaka/PFClusteringEdgeVarsDeviceCollection.h", + "RecoParticleFlow/PFClusterProducer/interface/alpaka/PFClusteringVarsDeviceCollection.h", + "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/GenericSimClusterMapper.cc", + "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/RealisticHitToClusterAssociator.h", + "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/RealisticSimClusterMapper.cc", + "RecoParticleFlow/PFClusterProducer/plugins/alpaka/PFClusterSoAProducerKernel.dev.cc", + "RecoParticleFlow/PFClusterProducer/python/particleFlowBadHcalPseudoCluster_cff.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterECALUncorrected_cfi.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterOOTECALUncorrected_cff.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterTimeAssigner_cfi.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowRealisticSimClusterHGCCalibrations_cfi.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowZeroSuppressionECAL_cff.py", + "RecoParticleFlow/PFProducer/plugins/importers/LooseNuclearInteractionTrackImporter.cc", + "RecoParticleFlow/PFProducer/plugins/importers/NuclearInteractionTrackImporter.cc", + "RecoParticleFlow/PFProducer/plugins/importers/VeryLooseNuclearInteractionTrackImporter.cc", + "RecoParticleFlow/PFProducer/test/particleFlowBlock_NewECalAndHCalLinker_HLT_cfi.py", + "RecoParticleFlow/PFRecHitProducer/interface/alpaka/PFRecHitParamsDeviceCollection.h", + "RecoParticleFlow/PFRecHitProducer/interface/alpaka/PFRecHitTopologyDeviceCollection.h", + "RecoParticleFlow/PFRecHitProducer/plugins/alpaka/PFRecHitECALParamsESProducer.cc", + "RecoParticleFlow/PFRecHitProducer/plugins/alpaka/PFRecHitHCALParamsESProducer.cc", + "RecoParticleFlow/PFRecHitProducer/src/alpaka/PFRecHitTopologyDeviceCollection.cc", + "RecoTBCalo/EcalTBHodoscopeReconstructor/interface/EcalTBHodoscopeRawInfoDumper.h", + "RecoTBCalo/EcalTBHodoscopeReconstructor/interface/EcalTBHodoscopeRecInfoProducer.h", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/EcalTBHodoscopeReconstructor_cfi.py", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecal2004TBHodoscopeReconstructor_cfi.py", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecal2006TBHodoscopeReconstructor_cfi.py", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecalTBSimHodoscopeReconstructor_cfi.py", + "RecoTauTag/RecoTau/python/PFRecoTauDiscriminationAgainstElectronMVA6Phase2_cff.py", + "RecoTauTag/RecoTau/python/tauDiscriminationAgainstElectronMVA6Phase2_mvaDefs_cff.py", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitPairGeneratorForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitPairGeneratorForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitQuadrupletGeneratorForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitQuadrupletGeneratorForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/HitPairGeneratorFromLayerPairForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/HitPairGeneratorFromLayerPairForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/HitQuadrupletGeneratorFromLayerPairForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/HitQuadrupletGeneratorFromLayerPairForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadruplets.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.h", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLeg.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLegAlgo.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLegAlgo.h", + "RecoTracker/ConversionSeedGenerators/plugins/SeedForPhotonConversionFromQuadruplets.cc", + "RecoTracker/ConversionSeedGenerators/plugins/SeedForPhotonConversionFromQuadruplets.h", + "RecoTracker/ConversionSeedGenerators/python/PhotonConversionTrajectorySeedProducerFromQuadruplets_cfi.py", + "RecoTracker/ConversionSeedGenerators/python/PhotonConversionTrajectorySeedProducerFromSingleLeg_cfi.py", + "RecoTracker/DisplacedRegionalTracking/plugins/DisplacedRegionSeedingVertexProducer.cc", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-10mu-fulldet-build-extrectracks.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-10mu-fulldet-build.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-benchmarks-multiiter.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-ttbar-fulldet-build-extrectracks.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-ttbar-fulldet-build.sh", + "RecoTracker/MkFitCore/standalone/xeon_scripts/benchmark-cmssw-ttbar-fulldet-build-remote.sh", + "RecoTracker/MkFitCore/standalone/xeon_scripts/benchmark-cmssw-ttbar-fulldet-build.sh", + "RecoTracker/PixelLowPtUtilities/interface/StripSubClusterShapeTrajectoryFilter.h", + "RecoTracker/PixelLowPtUtilities/python/StripSubClusterShapeTrajectoryFilter_cfi.py", + "RecoTracker/PixelSeeding/interface/HitTripletGeneratorFromPairAndLayersFactory.h", + "RecoTracker/PixelTrackFitting/plugins/PixelFitterByConformalMappingAndLineProducer.cc", + "RecoTracker/PixelTrackFitting/plugins/PixelTrackCleanerBySharedHitsESProducer.cc", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForBeamHalo_cff.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForBeamHalo_cfi.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsP5_cff.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cff.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cfi.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmics_cfi.py", + "RecoTracker/TkMSParametrization/interface/MultipleScatteringParametrisationMaker.h", + "RecoTracker/TkMSParametrization/plugins/MultipleScatteringParametrisationMakerESProducer.cc", + "RecoTracker/TkMSParametrization/src/ES_MultipleScatteringParametrisationMaker.cc", + "RecoTracker/TkSeedGenerator/interface/MultiHitGeneratorFromPairAndLayersFactory.h", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsStraightLineCreator.cc", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsStraightLineCreator.h", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsTripletOnlyCreator.cc", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsTripletOnlyCreator.h", + "RecoTracker/TkSeedGenerator/python/SeedFromConsecutiveHitsStraightLineCreator_cfi.py", + "RecoTracker/TkSeedGenerator/python/SeedFromConsecutiveHitsTripletOnlyCreator_cfi.py", + "RecoTracker/TkSeedGenerator/python/SeedGeneratorFromProtoTracksEDProducer_cff.py", + "RecoTracker/TkSeedGenerator/python/SeedGeneratorFromRegionHitsEDProducer_cfi.py", + "RecoTracker/TkSeedGenerator/python/seedCreatorFromRegionConsecutiveHitsEDProducer_cff.py", + "RecoTracker/TkSeedGenerator/python/seedCreatorFromRegionConsecutiveHitsTripletOnlyEDProducer_cff.py", + "RecoTracker/TkSeedingLayers/python/PixelLessLayerPairs4PixelLessTracking_cfi.py", + "RecoTracker/TkSeedingLayers/python/TTRHBuilderWithoutAngle4MixedTriplets_cfi.py", + "RecoTracker/TkSeedingLayers/python/TTRHBuilderWithoutAngle4PixelTriplets_cfi.py", + "RecoTracker/TkTrackingRegions/interface/GlobalTrackingRegionProducerFromBeamSpot.h", + "RecoTracker/TkTrackingRegions/plugins/CandidatePointSeededTrackingRegionsProducer.h", + "RecoTracker/TkTrackingRegions/plugins/GlobalTrackingRegionWithVerticesProducer.h", + "RecoTracker/TkTrackingRegions/plugins/PixelInactiveAreaTrackingRegionsSeedingLayersProducer.cc", + "RecoTracker/TransientTrackingRecHit/interface/TkTransientTrackingRecHitBuilder.h", + "RecoTracker/TransientTrackingRecHit/plugins/TkTransientTrackingRecHitBuilderESProducer.cc", + "RecoTracker/TransientTrackingRecHit/python/TransientTrackingRecHitBuilderWithoutRefit_cfi.py", + "RecoTracker/TransientTrackingRecHit/python/TransientTrackingRecHitBuilder_cfi.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsEarly10TeVCollision_cff.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsEarly10TeVCollision_cfi.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsNominalCollision_cff.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsNominalCollision_cfi.py", + "RecoVertex/ConfigurableVertexReco/interface/ConfigurableAdaptiveReconstructor.h", + "RecoVertex/GaussianSumVertexFit/interface/GsfVertexTrackCompatibilityEstimator.h", + "RecoVertex/KinematicFitPrimitives/interface/ExtendedPerigeeTrajectoryParameters.h", + "RecoVertex/KinematicFitPrimitives/interface/KinematicParticleFactoryFromTransientTrack.h", + "RecoVertex/KinematicFitPrimitives/interface/ParticleKinematicLinearizedTrackState.h", + "RecoVertex/KinematicFitPrimitives/interface/ParticleKinematicLinearizedTrackStateFactory.h", + "RecoVertex/KinematicFitPrimitives/interface/TransientTrackKinematicStateBuilder.h", + "RecoVertex/KinematicFitPrimitives/src/KinematicParticleFactoryFromTransientTrack.cc", + "RecoVertex/KinematicFitPrimitives/src/ParticleKinematicLinearizedTrackStateFactory.cc", + "RecoVertex/LinearizationPointFinders/interface/CrossingPtBasedLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/interface/DefaultLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/interface/FallbackLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/interface/SubsetHSMLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/src/CrossingPtBasedLinearizationPointFinder.cc", + "RecoVertex/PixelVertexFinding/plugins/alpaka/PixelVertexWorkSpaceSoADeviceAlpaka.h", + "RecoVertex/PrimaryVertexProducer/interface/AdaptiveChisquarePrimaryVertexFitter.h", + "RecoVertex/PrimaryVertexProducer/interface/SequentialPrimaryVertexFitterAdapter.h", + "RecoVertex/PrimaryVertexProducer/python/OfflinePrimaryVerticesFromCosmicTracks_cfi.py", + "RecoVertex/TrimmedKalmanVertexFinder/interface/ConfigurableTrimmedVertexFinder.h", + "SLHCUpgradeSimulations/Geometry/data/PhaseI/EmptyPixelSkimmedGeometry_phase1.txt", + "SLHCUpgradeSimulations/Geometry/data/PhaseII/Tilted/EmptyPixelSkimmedGeometry.txt", + "SimCalorimetry/Configuration/python/SimCalorimetry_EcalSelectiveReadoutProducers_setBeamcom09_cff.py", + "SimCalorimetry/EcalEBTrigPrimAlgos/interface/EcalEBPhase2AmplitudeReconstructor.h", + "SimCalorimetry/EcalEBTrigPrimProducers/plugins/EcalEBTrigPrimPhase2ESProducer.cc", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitiveDigis_cff.py", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitiveDigis_cfi.py", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitivePhase2Digis_cfi.py", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitivePhase2ESProducer_cfi.py", + "SimCalorimetry/EcalElectronicsEmulation/python/EcalElecEmulTccOnlyExample_cfg.py", + "SimCalorimetry/EcalSelectiveReadoutAlgos/interface/EcalSelectiveReadoutSuppressor.h", + "SimCalorimetry/EcalSelectiveReadoutProducers/interface/namespace_ecalsrcondtools.h", + "SimCalorimetry/EcalSelectiveReadoutProducers/plugins/EcalSelectiveReadoutProducer.cc", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTrigPrimESProducer_craft_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_CosmicsConfiguration_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_barrelOnly_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_craft_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_craft_cfi.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_mc_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_mc_cfi.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_readDBOffline_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_readDBOffline_cfi.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_with_suppressed_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_with_suppressed_cfi.py", + "SimCalorimetry/EcalZeroSuppressionProducers/doc/EcalZeroSuppressionProducers.doc", + "SimCalorimetry/EcalZeroSuppressionProducers/interface/ESZeroSuppressionProducer.h", + "SimCalorimetry/EcalZeroSuppressionProducers/interface/EcalZeroSuppressionProducer.h", + "SimCalorimetry/EcalZeroSuppressionProducers/python/ecalGlobalZeroSuppression_cfi.py", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllHitToTracksterAssociatorsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllLayerClusterToTracksterAssociatorsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllTracksterToSimTracksterAssociatorsByHitsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllTracksterToSimTracksterAssociatorsByLCsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToLayerClusterAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToLayerClusterAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToSimClusterCaloParticleAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToSimClusterCaloParticleAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToTracksterAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToTracksterAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorEDProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/SimClusterToCaloParticleAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/SimClusterToCaloParticleAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorEDProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorEDProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/python/HitToTracksterAssociation_cfi.py", + "SimCalorimetry/HGCalAssociatorProducers/python/SimClusterToCaloParticleAssociation_cfi.py", + "SimCalorimetry/HGCalAssociatorProducers/python/TSToSimTSAssociationByHits_cfi.py", + "SimCalorimetry/HGCalSimProducers/data/doseParams_3000fb_fluka_HFNose_3.7.20.12_Eta2.4.txt", + "SimCalorimetry/HcalZeroSuppressionProducers/doc/HcalZeroSuppressionProducers.doc", + "SimCalorimetry/HcalZeroSuppressionProducers/interface/HcalZeroSuppressionAlgo.h", + "SimCalorimetry/HcalZeroSuppressionProducers/python/NoHcalZeroSuppression_cff.py", + "SimCalorimetry/HcalZeroSuppressionProducers/python/hcalDigisNoSuppression_cfi.py", + "SimDataFormats/Associations/interface/LayerClusterToCaloParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/LayerClusterToSimClusterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/LayerClusterToSimTracksterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociationMap.h", + "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociator.h", + "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MtdSimLayerClusterToRecoClusterAssociationMap.h", + "SimDataFormats/Associations/interface/MtdSimLayerClusterToTPAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MultiClusterToCaloParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MuonToTrackingParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TrackToTrackingParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TracksterToSimClusterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TracksterToSimTracksterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TracksterToSimTracksterHitLCAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/VertexToTrackingVertexAssociatorBaseImpl.h", + "SimDataFormats/Associations/src/LayerClusterToCaloParticleAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/LayerClusterToSimTracksterAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/MtdRecoClusterToSimLayerClusterAssociationMap.cc", + "SimDataFormats/Associations/src/MtdRecoClusterToSimLayerClusterAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/MtdSimLayerClusterToRecoClusterAssociationMap.cc", + "SimDataFormats/Associations/src/MultiClusterToCaloParticleAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/TracksterToSimTracksterHitLCAssociatorBaseImpl.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.h", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsProducer.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorEDProducer.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdImpl.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdImpl.h", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdProducer.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorEDProducer.cc", + "SimFastTiming/MtdAssociatorProducers/python/mtdRecoClusterToSimLayerClusterAssociation_cfi.py", + "SimFastTiming/MtdAssociatorProducers/python/mtdSimLayerClusterToTPAssociation_cfi.py", + "SimGeneral/Configuration/python/RunsAndWeights_Run2018_Equal_Lumi_Integer_Weights.py", + "SimGeneral/DataMixingModule/python/supplementary/DigiRecoExampleMC_STARTUP_cfg.py", + "SimGeneral/DataMixingModule/python/supplementary/ReconstructionLocalCosmics_cff.py", + "SimGeneral/DataMixingModule/python/supplementary/recoT0DQM_EvContent_40T_digiOnly_cfg.py", + "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_11h_8h_hybrid2p40_cfi.py", + "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_12p5h_9h_hybrid2p23_cfi.py", + "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_14h_10h_hybrid2p05_cfi.py", + "SimGeneral/MixingModule/python/Run3_2025_LHC_Simulation_fill12p5h_levelling9h_nb2340_xSec80mb_il2p23_cfi.py", + "SimGeneral/MixingModule/python/mix_2012_Summer_50ns_PoissonOOTPU_ExtWind_cfi.py", + "SimGeneral/MixingModule/python/mix_2012_lumiLevel_15_20_50ns_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2015_25nsLowPU_matchData_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2015_25ns_FallMC_matchData_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2016_25ns_SpringMC_PUScenarioV1_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2016_PoissonOOTPU_HighPUTrains_Fill5412_cfi.py", + "SimGeneral/MixingModule/python/mix_2017_25ns_WinterMC_PUScenarioV1_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2018_25ns_JuneProjectionFull18_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2018_25ns_ProjectedPileup_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2022_25ns_RunIII2022Summer24_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2023_25ns_RunIII2023Summer24_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2023_Fills_8807_8901_ProjectedPileup_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2024_25ns_RunIII2024Summer24_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_E7TeV_Fall2011_Reprocess_50ns_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_25ns_PoissonOOT_cfi.py", + "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_50ns_PoissonOOT.py", + "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_inTimeOnly_cfi.py", + "SimGeneral/TrackingAnalysis/python/trackingParticleNumberOfLayersProducer_cff.py", + "SimTracker/TrackAssociation/python/trackingParticleRecoTrackAsssociation_cff.py", + "SimTracker/TrackAssociation/python/trackingParticleRecoTrackAsssociation_cfi.py", + "SimTracker/TrackAssociatorProducers/plugins/QuickTrackAssociatorByHitsProducer.cc", + "SimTracker/TrackAssociatorProducers/plugins/TrackAssociatorByPositionProducer.cc", + "SimTracker/TrackerMaterialAnalysis/data/dd4hep_trackingMaterialGroups_ForPhaseII.xml", + "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseI/v1/trackingMaterialGroups_ForPhaseI.xml", + "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseII/v1/trackingMaterialGroups_ForPhaseII.xml", + "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseII/v2/trackingMaterialGroups_ForPhaseII.xml", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_ListGroupsMaterialDifference.h", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_MaterialAccountingGroup.cc", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_MaterialAccountingGroup.h", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialAnalyser.cc", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialAnalyser.h", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialPlotter.cc", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialPlotter.h", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHFNosePhaseII_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHGCalPhaseII_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHGCalPhaseII_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseII_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseII_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseI_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseI_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialProducerHFNose_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialProducerHFNose_cfi.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialAnalyser_ForHFNosePhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialAnalyser_ForHGCalPhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForHFNosePhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForHGCalPhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForPhaseI.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForPhaseII.py", + "SimTracker/VertexAssociation/plugins/VertexAssociatorByPositionAndTracksProducer.cc", + "SimTransport/TotemRPProtonTransportParametrization/interface/LHCOpticsApproximator.h", + "SimTransport/TotemRPProtonTransportParametrization/src/LHCOpticsApproximator.cc", + "TopQuarkAnalysis/TopEventProducers/python/producers/TtDilepEvtSolProducer_cfi.py", + "TopQuarkAnalysis/TopEventProducers/python/producers/TtSemiEvtSolProducer_cfi.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttFullHadEvtHypotheses_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttFullLepEvtHypotheses_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepEvtHypotheses_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepKinematicFit_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepMVASelection_cff.py", + "TopQuarkAnalysis/TopEventSelection/data/TtFullHadSignalSelMVATrainTreeSaver.xml", + "TopQuarkAnalysis/TopEventSelection/data/TtSemiLepSignalSelMVATrainTreeSaver.xml", + "TopQuarkAnalysis/TopEventSelection/python/TtFullHadSignalSelMVATrainTreeSaver_cff.py", + "TopQuarkAnalysis/TopEventSelection/python/TtSemiLepSignalSelMVATrainTreeSaver_cff.py", + "TopQuarkAnalysis/TopJetCombination/plugins/TtSemiLepJetCombWMassDeltaTopMass.cc", + "TopQuarkAnalysis/TopJetCombination/python/TtSemiLepJetCombMVATrainTreeSaver_cff.py", + "TopQuarkAnalysis/TopJetCombination/python/TtSemiLepJetCombWMassDeltaTopMass_cfi.py", + "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Fall11_cff.py", + "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Spring10_cff.py", + "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Summer11_cff.py", + "TrackPropagation/SteppingHelixPropagator/plugins/SteppingHelixPropagatorESProducer.cc", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorAlong_cfi.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorAny_cfi.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorHLT_cff.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorOpposite_cfi.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorsNoErrorPropagation_cff.py", + "TrackPropagation/SteppingHelixPropagator/test/SteppingHelixPropagatorAnalyzer.cc", + "TrackingTools/GeomPropagators/interface/AnalyticalTrajectoryExtrapolatorToLine.h", + "TrackingTools/KalmanUpdators/python/MRHChi2MeasurementEstimatorESProducer_cfi.py", + "TrackingTools/MaterialEffects/python/RungeKuttaTrackerPropagatorOpposite_cfi.py", + "TrackingTools/PatternTools/interface/trackingParametersAtClosestApproachToBeamSpot.h", + "TrackingTools/PatternTools/src/trackingParametersAtClosestApproachToBeamSpot.cc", + "TrackingTools/TrajectoryFiltering/interface/ChargeSignificanceTrajectoryFilter.h", + "TrackingTools/TrajectoryFiltering/interface/MaxConsecLostHitsTrajectoryFilter.h", + "TrackingTools/TrajectoryParametrization/interface/CurvilinearTrajectoryParameters.h", + "TrackingTools/TrajectoryParametrization/interface/PerigeeTrajectoryParameters.h", + "TrackingTools/TransientTrackingRecHit/interface/GenericTransientTrackingRecHit.h", + "TrackingTools/TransientTrackingRecHit/interface/TransientTrackingRecHitBuilder.h", + "Utilities/ReleaseScripts/ignominy/config/IgnominyCommon/IgGNUPlotTemplate_CMS.gnu", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_baseline.json", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_newClass.json", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_removeClass.json", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_versionUpdate.json", + "Utilities/StorageFactory/test/test_multiple_files_file_statistics_sender_cfg.py", + "Validation/CTPPS/python/ctppsProtonReconstructionEfficiencyEstimatorData_cfi.py", + "Validation/CaloTowers/test/runNoise_valid_simhits_digis_rechits_calotowers_ZS_cfg.py", + "Validation/HGCalValidation/test/python/testValidationHGCalTrigPrim_RelVal_cfg.py", + "Validation/RecoEgamma/python/ElectronMcSignalValidatorPt1000_gedGsfElectrons_cfi.py", + "Validation/RecoEgamma/test/ElectronMcSignalValidationPt1000_gedGsfElectrons_cfg.py", + "Validation/SiPixelPhase1ConfigV/python/SiPixelPhase1OfflineDQM_harvestingV_cff.py", + "Validation/SiPixelPhase1TrackClustersV/python/SiPixelPhase1TrackClustersV_cfi.py", + "Validation/SiPixelPhase1TrackingParticleV/interface/SiPixelPhase1TrackingParticleV.h", + "Validation/SiPixelPhase1TrackingParticleV/python/SiPixelPhase1TrackingParticleV_cfi.py", + "Validation/SiPixelPhase1TrackingParticleV/src/SiPixelPhase1TrackingParticleV.cc" + ], + "squashed": true, + "time": 1745323524 + }, + "c517197968311f47b2364027cfd0db5d1b1628c2": { + "files": [ + "Alignment/APEEstimation/python/samples/Data_TkAlMinBias_Run2018C_PromptReco_v3_cff.py", + "Alignment/APEEstimation/python/samples/Data_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py", + "Alignment/APEEstimation/python/samples/Data_TkAlZMuMu_Run2015B_DoubleMuon_PromptReco_v1_cff.py", + "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_ApeSkim_cff.py", + "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_cff.py", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsEntry.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsStore.h", + "Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationPluginFactory.h", + "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorTracksFromTrajectories.cc", + "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorMuonResidualsDefaults_cff.py", + "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorSegmentDifferences_cfi.py", + "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentDerivativesExtractor.h", + "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/KarimakiAlignmentDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/ParametersToParametersDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters4D.h", + "Alignment/CommonAlignmentParametrization/interface/SegmentAlignmentDerivatives4D.h", + "Alignment/CommonAlignmentParametrization/interface/TwoBowedSurfacesAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/src/BowedSurfaceAlignmentDerivatives.cc", + "Alignment/CommonAlignmentParametrization/src/CompositeAlignmentDerivativesExtractor.cc", + "Alignment/CommonAlignmentParametrization/src/ParametersToParametersDerivatives.cc", + "Alignment/CommonAlignmentParametrization/src/TwoBowedSurfacesAlignmentParameters.cc", + "Alignment/CommonAlignmentProducer/interface/AlignmentTracksFromVertexCompositeCandidateSelector.h", + "Alignment/CommonAlignmentProducer/interface/AlignmentTwoBodyDecayTrackSelector.h", + "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexCompositeCandidateSelectorModule.cc", + "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexSelectorModule.cc", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHaloOverlaps_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlCalIsolatedMu_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmics_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlStandAloneCosmics_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli0T_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGCombined_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGDiMuon_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGCombined_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGDiMuon_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHG_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLT_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsInCollisions_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlDiMuonAndVertex_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracksZMuMu_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedHI_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedPA_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuHI_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuPA_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHGCombined_cff.py", + "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHLTHGCombined_cff.py", + "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexCompositeCandidateSelector_cfi.py", + "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexSelector_cfi.py", + "Alignment/CommonAlignmentProducer/src/AlignmentTracksFromVertexCompositeCandidateSelector.cc", + "Alignment/LaserAlignment/python/ExpectedCorrectionsShiftsAndRotationsTEC2TEC_cfi.py", + "Alignment/MillePedeAlignmentAlgorithm/plugins/ZMuMuMassConstraintParameterFinder.cc", + "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/ConfigureAlignmentProducer.py", + "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/myMessageLogger_cff.py", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/README.md", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/printParameters.C", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/submit_jobs.sh", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/zmumudistribution_cfg.py", + "Alignment/MillePedeAlignmentAlgorithm/test/test_ZMuMuMassConstraintParameterFinder.sh", + "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOct2010holes.phipos", + "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_diskfitters_cff.py", + "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_ringfitters_cff.py", + "Alignment/MuonAlignmentAlgorithms/test/test_CSCOverlapsAlignmentAlgorithm_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/PixelBaryCentreAnalyzer_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/condorTemplate.submit", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/executableTemplate.sh", + "Alignment/OfflineValidation/test/examples/PV_alignments_multiple_merge_jobs.yaml", + "Alignment/OfflineValidation/test/examples/jetHtAnalysis_fullExampleConfiguration.json", + "Alignment/OfflineValidation/test/examples/jetHtFilesForRun2018A_first100files.txt", + "Alignment/OfflineValidation/test/testingScripts/test_unitSagittaBiasNtuplizer.sh", + "Alignment/TrackerAlignment/scripts/TkAlCaRecoPrescaling.ALCARECOTkAlCosmics0T.tpl", + "Alignment/TrackerAlignment/test/Misalignments/createRandomlyMisalignedGeometry_Phase2_cfg.py", + "Alignment/TrackerAlignment/test/Misalignments/createRandomlyMisalignedGeometry_cfg.py", + "AnalysisAlgos/SiStripClusterInfoProducer/plugins/SiStripProcessedRawDigiProducer.cc", + "AnalysisAlgos/SiStripClusterInfoProducer/python/SiStripProcessedRawDigiProducer_SimData_cfi.py", + "AnalysisAlgos/SiStripClusterInfoProducer/python/SiStripProcessedRawDigiProducer_cfi.py", + "CalibCalorimetry/EcalCorrectionModules/src/EcalGlobalShowerContainmentCorrectionsVsEtaESProducer.cc", + "CalibCalorimetry/EcalCorrectionModules/src/EcalShowerContainmentCorrectionsESProducer.cc", + "CalibCalorimetry/EcalCorrectionModules/test/stubs/EcalContainmentCorrectionAnalyzer.cc", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/doc/EcalCorrelatedNoiseAnalysisAlgos.doc", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/test/EcnaCalculationsExample.cc", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R175975_1_0_150_Dee0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R175975_1_0_150_SM0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R178231_1_0_150_Dee0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_1.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2_data.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2_simul.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_3.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanLSFJOBReports", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanPythonFiles", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanSubmissionScripts", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160077", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160994", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160998", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161016", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161020", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161311", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R162517", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R162811", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R170298", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R175975", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R178231", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_ideal.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_ideal_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_startup_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_ideal_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_startup_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_ideal_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_startup_prep.py", + "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv4_128_MC_startup.py", + "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv6_transparency_spikekill_2016_script.py", + "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv6_transparency_spikekill_2016_script_270062.py", + "CalibCalorimetry/EcalTrivialCondModules/interface/EcalTrivialConditionRetriever.h", + "CalibCalorimetry/EcalTrivialCondModules/python/EcalTrivialCondRetrieverTB_cfi.py", + "CalibMuon/DTCalibration/python/dt_offlineAnalysis_common_cosmics_vDriftSeg_cff.py", + "CalibPPS/AlignmentGlobal/python/ALCARECOPromptCalibProdPPSAlignment_Output_cff.py", + "CalibPPS/ESProducers/interface/CTPPSRPAlignmentCorrectionsDataESSourceXMLCommon.h", + "CalibPPS/TimingCalibration/plugins/PPSDiamondSampicTimingCalibrationPCLHarvester.cc", + "CalibPPS/TimingCalibration/plugins/PPSDiamondSampicTimingCalibrationPCLWorker.cc", + "CalibPPS/TimingCalibration/python/ALCARECOPPSDiamondSampicTimingCalibHarvester_cff.py", + "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_Output_cff.py", + "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_cff.py", + "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSTimingCalib_Output_cff.py", + "CalibTracker/Configuration/python/SiPixelCabling/SiPixelCabling_Frontier_DevDB_cff.py", + "CalibTracker/Configuration/python/SiPixelCabling/SiPixelCabling_Frontier_IntDB_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Fake_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_DevDB_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_IntDB_cff.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_cff.py", + "CalibTracker/Configuration/python/SiStripLorentzAngle/SiStripLorentzAngle_Fake_cff.py", + "CalibTracker/Configuration/python/SiStripLorentzAngle/SiStripLorentzAngle_Frontier_cff.py", + "CalibTracker/Configuration/python/SiStripNoise/SiStripNoise_Fake_APVModeDec_cff.py", + "CalibTracker/Configuration/python/SiStripNoise/SiStripNoise_Fake_APVModePeak_cff.py", + "CalibTracker/Configuration/python/TrackerAlignment/TrackerAlignment_Frontier_cff.py", + "CalibTracker/Configuration/python/Tracker_DependentRecords_forGlobalTag_nofakes_cff.py", + "CalibTracker/SiPhase2TrackerESProducers/interface/SiPhase2OuterTrackerFakeLorentzAngleESSource.h", + "CalibTracker/SiPhase2TrackerESProducers/plugins/SiPhase2BadStripConfigurableFakeESSource.cc", + "CalibTracker/SiPhase2TrackerESProducers/plugins/SiPhase2OuterTrackerFakeLorentzAngleESSource.cc", + "CalibTracker/SiPhase2TrackerESProducers/python/SiPhase2OuterTrackerFakeLorentzAngleESSource_cfi.py", + "CalibTracker/SiPixelConnectivity/plugins/PixelToFEDAssociateFromAsciiESProducer.cc", + "CalibTracker/SiPixelConnectivity/plugins/PixelToFEDAssociateFromAsciiESProducer.h", + "CalibTracker/SiPixelConnectivity/plugins/PixelToLNKAssociateFromAsciiESProducer.cc", + "CalibTracker/SiPixelConnectivity/plugins/PixelToLNKAssociateFromAsciiESProducer.h", + "CalibTracker/SiPixelConnectivity/python/PixelToLNKAssociateFromAsciiESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationForHLTSimService.h", + "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationOfflineService.h", + "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationOfflineSimService.h", + "CalibTracker/SiPixelESProducers/plugins/SiPixelGainCalibrationForHLTGPUESProducer.cc", + "CalibTracker/SiPixelESProducers/plugins/SiPixelROCsStatusAndMappingWrapperESProducer.cc", + "CalibTracker/SiPixelESProducers/plugins/alpaka/SiPixelGainCalibrationForHLTSoAESProducer.cc", + "CalibTracker/SiPixelESProducers/python/SiPixel2DTemplateDBObjectESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/python/SiPixelFakeGenErrorDBObjectESSource_cfi.py", + "CalibTracker/SiPixelESProducers/python/SiPixelFakeTemplateDBObjectESSource_cfi.py", + "CalibTracker/SiPixelESProducers/python/siPixelQualityForDigitizerESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/python/siPixelQualityForRawToDigiESProducer_cfi.py", + "CalibTracker/SiPixelESProducers/test/PixelFEDChannelCollectionMapTestReader_cfg.py", + "CalibTracker/SiPixelGainCalibration/python/SiPixelGainCalibrationAnalysis_cfi.py", + "CalibTracker/SiPixelGainCalibration/test/SimpleTestPrintOutPixelCalibAnalyzer.cc", + "CalibTracker/SiPixelLorentzAngle/interface/SiPixelLorentzAngleCalibrationStruct.h", + "CalibTracker/SiPixelLorentzAngle/python/ALCARECOSiPixelLorentzAngle_Output_cff.py", + "CalibTracker/SiPixelLorentzAngle/python/SiPixelLorentzAnglePCLHarvesterMCS_cfi.py", + "CalibTracker/SiPixelLorentzAngle/test/calculateLorentzAngleFromClusterSizeFpix.C", + "CalibTracker/SiPixelSCurveCalibration/interface/SiPixelSCurveCalibrationAnalysis.h", + "CalibTracker/SiPixelSCurveCalibration/python/SiPixelSCurveCalibrationAnalysis_cfi.py", + "CalibTracker/SiStripChannelGain/test/CodeExample/produceCalibrationTree_cfg_OnBatch.py", + "CalibTracker/SiStripChannelGain/test/Cosmic_B38/SiStrip_ChannelGain_Cosmic_Craft.db", + "CalibTracker/SiStripChannelGain/test/UsefullCode/Comparison/MakeChargeDistribution.C", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/MakeAsciiFileFromTree.C", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/MakeAsciiFileFromTree.sh", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/PredictedVsObserved.C", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/PredictedVsObserved.sh", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/ProducePayloadFromASCII_cfg.py", + "CalibTracker/SiStripChannelGain/test/UsefullCode/TimeHistory/MakeChargeDistribution.C", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/produceCalibrationTree_CosmicsLABP_cfg.py", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/produceCalibrationTree_template_cfg.py", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/submitCalibTree/__init__.py", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/submitCalibTree/launchJobs.py", + "CalibTracker/SiStripDCS/test/DetVOffReaderDebug__FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", + "CalibTracker/SiStripDCS/test/HV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", + "CalibTracker/SiStripDCS/test/LV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", + "CalibTracker/SiStripESProducers/plugins/DBWriter/SiStripFedCablingManipulator.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripBackPlaneCorrectionFakeESSource.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripBadModuleConfigurableFakeESSource.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripNoiseNormalizedWithApvGainBuilder.cc", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripNoiseNormalizedWithApvGainBuilder.h", + "CalibTracker/SiStripESProducers/plugins/real/SiStripApvSimulationParametersESProducer.cc", + "CalibTracker/SiStripESProducers/plugins/real/SiStripBackPlaneCorrectionDepESProducer.cc", + "CalibTracker/SiStripESProducers/plugins/real/SiStripLorentzAngleDepESProducer.cc", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripApvGainDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBackPlaneCorrectionDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadChannelDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadFiberDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadModuleDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadStripDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadStripFromQualityDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBaseDelayDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripConfObjectDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripDetVOffDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripFedCablingDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripFedCablingManipulator_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripLatencyDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripLorentzAngleDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripNoisesDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripPedestalsDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripThresholdDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/SiStripBackPlaneCorrectionDepESProducer_cfi.py", + "CalibTracker/SiStripESProducers/python/SiStripHashedDetIdESProducerFromGeom_cfi.py", + "CalibTracker/SiStripESProducers/python/SiStripQualityConfigurableFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/Phase2TrackerConfigurableCablingESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripBackPlaneCorrectionFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripBadChannelFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripBadModuleConfigurableFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripConfObjectFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripFedCablingFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripLorentzAngleFakeESSource_cfi.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripApvGain_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBackPlaneCorrection_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadChannel_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadFiber_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadModule_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBaseDelay_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripClusterThreshold_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripConfObject_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripDetVOff_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripFedCabling_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripLatency_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripLorentzAngle_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_DecMode_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_PeakMode_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripPedestals_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripThreshold_cfg.py", + "CalibTracker/SiStripESProducers/test/python/SiStripBadAPVListBuilder_byHand_cfg.py", + "CalibTracker/SiStripESProducers/test/python/SiStripBadComponentBuilder_byHand_cfg.py", + "CalibTracker/SiStripESProducers/test/python/SiStripNoiseNormalizedWithApvGainBuilder_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripBackPlaneCorrectionDepDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripBackPlaneCorrectionDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripClusterThresholdDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleDepDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleSimDummyPrinter_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_firstIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_secondIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_firstIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_secondIOV_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_merge_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/read_DummyCondDBWriter_SiStripQuality_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/run.sh", + "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromBadModuleConfigurableFakeESSource_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromBadStripFakeESSource_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromQualityFakeESSource_cfg.py", + "CalibTracker/SiStripLorentzAngle/interface/SiStripLorentzAngleCalibrationHelpers.h", + "CalibTracker/SiStripLorentzAngle/interface/SiStripLorentzAngleCalibrationStruct.h", + "CalibTracker/SiStripLorentzAngle/test/step_PromptCalibProdSiStripLA_ALCAHARVEST_cfg.py", + "CalibTracker/SiStripQuality/interface/SiStripBadAPVAlgorithmFromClusterOccupancy.h", + "CalibTracker/SiStripQuality/interface/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.h", + "CalibTracker/SiStripQuality/interface/SiStripHotStripAlgorithmFromClusterOccupancy.h", + "CalibTracker/SiStripQuality/src/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.cc", + "CalibTracker/SiStripQuality/test/cfg/StudyExample/SiStripQualityStatistics_Cabling_cfg.py", + "CalibTracker/SiStripQuality/test/cfg/StudyExample/SiStripQualityStatistics_singleTag_cfg.py", + "CalibTracker/SiStripQuality/test/cfg/makeMergeBadComponentPayload_example_cfg.py", + "CalibTracker/StandaloneTrackerTopology/test/testStandaloneTrackerTopology_cfg.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalCalIsolElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalRecalIsolElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalTestPulsesRaw_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalUncalIsolElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOZeeMCEcalCalElectron_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOZeeMC_plus_HLT_EcalCalElectron_Output_cff.py", + "Calibration/EcalCalibAlgos/python/ALCARECOPromptCalibProdEcalPedestals_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalGammaJetFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonProducerFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonProducerFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonProducerFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonProducerFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilterNoHLT_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilterNoHLT_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkNoHLT_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkProducerFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkProducerFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsolatedBunchSelector_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsolatedBunchSelector_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIterativePhiSym_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalLowPUHBHEMuonFilter_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalLowPUHBHEMuonFilter_cff.py", + "Calibration/HcalAlCaRecoProducers/test/HCalCalPedestal_ALCA_run251252_Run2015B_data.py", + "Calibration/HcalCalibAlgos/test/python/gammaJetAnalysis_data2012_noGJetProd_cfg.py", + "Calibration/HcalIsolatedTrackReco/plugins/EcalIsolatedParticleCandidateProducer.cc", + "Calibration/HcalIsolatedTrackReco/plugins/IsolatedEcalPixelTrackCandidateProducer.cc", + "Calibration/HcalIsolatedTrackReco/plugins/IsolatedPixelTrackCandidateL1TProducer.cc", + "Calibration/HcalIsolatedTrackReco/plugins/IsolatedPixelTrackCandidateProducer.cc", + "Calibration/IsolatedParticles/test/python/proto_runIsolatedParticlesGeneratedJets_cfg.py", + "Calibration/IsolatedParticles/test/python/proto_runIsolatedTracksNxNNzsData_cfg.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOAlCaPCCRandomFromRECO_Output_cff.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOAlCaPCCZeroBiasFromRECO_Output_cff.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOLumiPixelsMinBias_Output_cff.py", + "Calibration/LumiAlCaRecoProducers/python/ALCARECOPromptCalibProdLumiPCC_Output_cff.py", + "Calibration/TkAlCaRecoProducers/plugins/CalibrationTrackSelectorFromDetIdList.cc", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHPLowPU_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHPLowPU_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHP_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngle_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngle_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGainsAAG_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGainsAAG_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGains_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGains_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripHitEfficiency_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripHitEfficiency_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripLorentzAngle_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripLorentzAngle_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStrip_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuonLoose_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuonTight_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuon_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalCosmicsNano_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasAAGHI_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasAAG_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasHI_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalSmallBiasScan_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalZeroBiasHI_Output_cff.py", + "Calibration/TkAlCaRecoProducers/python/AlcaSiPixelLorentzAngleHarvesterMCS_cff.py", + "Calibration/TkAlCaRecoProducers/python/AlcaSiPixelLorentzAngleHarvesterMCS_cfi.py", + "Calibration/TkAlCaRecoProducers/python/CalibrationTrackSelectorFromDetIdList_cfi.py", + "CaloOnlineTools/HcalOnlineDb/interface/ConfigurationDatabaseStandardXMLParser.hh", + "CaloOnlineTools/HcalOnlineDb/test/HCAL_TRIG_PRIM_LOOKUP_TABLE.XMLloader.template", + "CaloOnlineTools/HcalOnlineDb/test/HCAL_TRIG_PRIM_LOOKUP_TABLE.checksums.template", + "CommonTools/ParticleFlow/python/Isolation/customiseEarlyDeleteForCandIsoDeposits.py", + "CommonTools/ParticleFlow/python/Isolation/electronPFIsolationDepositsPFBRECO_cff.py", + "CommonTools/ParticleFlow/python/Isolation/electronPFIsolationValuesPFBRECO_cff.py", + "CommonTools/ParticleFlow/python/Isolation/photonPFIsolationDepositsPFBRECO_cff.py", + "CommonTools/ParticleFlow/python/ParticleSelectors/pfAllNeutralHadronsAndPhotons_cfi.py", + "CommonTools/ParticleFlow/python/ParticleSelectors/pfPdgIdPFCandidateSelector_cfi.py", + "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_create_cfg.py", + "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_read_cfg.py", + "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_update_cfg.py", + "CondCore/AlignmentPlugins/plugins/TrackerAlignmentErrorExtended_PayloadInspector.cc", + "CondCore/AlignmentPlugins/plugins/TrackerSurfaceDeformations_PayloadInspector.cc", + "CondCore/CTPPSPlugins/plugins/CTPPSRPAlignmentCorrectionsData_PayloadInspector.cc", + "CondCore/DBOutputService/test/python/testIOVPayloadAnalyzer_example_oracle_cfg.py", + "CondCore/EcalPlugins/plugins/EcalClusterEnergyCorrectionObjectSpecificParameters_PayloadInspector.cc", + "CondCore/EcalPlugins/plugins/EcalClusterEnergyCorrectionParameters_PayloadInspector.cc", + "CondCore/EcalPlugins/plugins/EcalClusterEnergyUncertaintyParameters_PayloadInspector.cc", + "CondCore/EcalPlugins/plugins/EcalClusterLocalContCorrParameters_PayloadInspector.cc", + "CondCore/PCLConfigPlugins/plugins/SiPixelAliPCLThresholdsPayloadInspectorHelper.h", + "CondCore/SiPixelPlugins/plugins/SiPixelGainCalibrationForHLT_PayloadInspector.cc", + "CondCore/SiPixelPlugins/plugins/SiPixelGainCalibrationOffline_PayloadInspector.cc", + "CondFormats/CastorObjects/data/castor_channelquality_HighGain_Run141956-148844.txt", + "CondFormats/DataRecord/interface/EcalClusterEnergyCorrectionObjectSpecificParametersRcd.h", + "CondFormats/DataRecord/interface/EcalGlobalShowerContainmentCorrectionsVsEtaRcd.h", + "CondFormats/DataRecord/interface/HeterogeneousHGCalHEFCellPositionsConditionsRecord.h", + "CondFormats/DataRecord/src/EcalClusterEnergyCorrectionObjectSpecificParametersRcd.cc", + "CondFormats/DataRecord/src/HeterogeneousHGCalHEFCellPositionsConditionsRecord.cc", + "CondFormats/EcalCorrections/interface/EcalGlobalShowerContainmentCorrectionsVsEta.h", + "CondFormats/EcalCorrections/src/T_EventSetup_EcalGlobalShowerContainmentCorrectionsVsEta.cc", + "CondFormats/EcalCorrections/src/T_EventSetup_EcalShowerContainmentCorrections.cc", + "CondFormats/EcalObjects/interface/EcalClusterEnergyCorrectionObjectSpecificParameters.h", + "CondFormats/GeometryObjects/src/T_EventSetup_PTrackerAdditionalParametersPerDet.cc", + "CondFormats/HGCalObjects/interface/HeterogeneousHGCalHEFCellPositionsConditions.h", + "CondFormats/HGCalObjects/src/T_EventSetup_HeterogeneousHGCalHEFCellPositionsConditions.cc", + "CondFormats/HGCalObjects/src/alpaka/T_EventSetup_HGCalCalibrationParameterDevice.cc", + "CondFormats/JetMETObjects/test/run_TestCondFormatsJetMETObjectsJetCorrectorParameters.sh", + "CondFormats/PPSObjects/src/T_EventSetup_LHCInterpolatedOpticalFunctionsSetCollection.cc", + "CondFormats/PhysicsToolsObjects/interface/PerformancePayloadFromBinnedTFormula.h", + "CondFormats/SiPhase2TrackerObjects/src/T_EventSetup_SiPhase2OuterTrackerLorentzAngle.cc", + "CondFormats/SiPhase2TrackerObjects/src/T_EventSetup_TrackerDetToDTCELinkCablingMap.cc", + "CondFormats/SiPhase2TrackerObjects/test/testSerializationSiPhase2TrackerObjects.cpp", + "CondFormats/SiPixelObjects/interface/alpaka/SiPixelGainCalibrationForHLTDevice.h", + "CondFormats/SiPixelObjects/interface/alpaka/SiPixelGainCalibrationForHLTUtilities.h", + "CondFormats/SiPixelObjects/src/alpaka/T_EventSetup_SiPixelGainCalibrationForHLTDevice.cc", + "CondFormats/SiStripObjects/test/UnitTests/MasterTestCondFormatsSiStripObjects.cpp", + "CondTools/Ecal/interface/EcalClusterEnergyCorrectionObjectSpecificXMLTranslator.h", + "CondTools/Ecal/python/produceTPGParameters_beamv6_transparency_spikekill_2016_script.py", + "CondTools/Ecal/test/EcalIntercalibConstantsPopConBTransitionAnalyzer_test_cfg.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2023.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2024.py", + "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2025.py", + "Configuration/DataProcessing/python/Impl/trackingOnlyEra_Run2_2018_highBetaStar.py", + "Configuration/EcalTB/python/reco_application_2006rawdata_localTrivialreco_cfg.py", + "Configuration/Generator/python/B0ToJpsiK0s_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", + "Configuration/Generator/python/BuMixing_BMuonFilter_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/BuMixing_BMuonFilter_forSTEAM_14TeV_TuneCP5_cfi.py", + "Configuration/Generator/python/BuToJPsiPrimeKToJPsiPiPiK_14TeV_TuneCP5_pythia8_cfi.py", + "Configuration/Generator/python/BuToKstarPsi2S_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/Chib1PToUpsilon1SGamma_MuFilter_TuneCP5_14TeV-pythia8_evtgen_cfi.py", + "Configuration/Generator/python/ChicToJpsiGamma_MuFilter_TuneCP5_14TeV_pythia8_evtgen_cfi.py", + "Configuration/Generator/python/DStarToD0Pi_D0ToKsPiPi_inclusive_SoftQCD_TuneCP5_13p6TeV-pythia8-evtgen.py", + "Configuration/Generator/python/DYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cff.py", + "Configuration/Generator/python/DYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cff.py", + "Configuration/Generator/python/DYToll01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/DYToll012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/DYToll012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/DarkSUSY_mH_125_mN1_60_mGammaD_10_cT_10_Madgraph_LHE_13TeV_cfi.py", + "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_300_1000mm_TuneCUETP8M1_13TeV_pythia8_cff.py", + "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_13TeV_pythia8_cff.py", + "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_14TeV_pythia8_cff.py", + "Configuration/Generator/python/HSCPmchamp1_M_600_TuneZ2star_13TeV_pythia6_cff.py", + "Configuration/Generator/python/HTo2LongLivedTo4bMH-125_MFF-12_CTau-900mm_TuneCP5_14TeV_pythia8_cfi.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_EvtGen_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8withPhotospp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_powhegEmissionVeto2p_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_EvtGen_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8withPhotospp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max1j_max1p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_generic_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_ggHZZ4L_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto2p_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_2p_HToGG_M125_LHE_py8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToBB_M-125_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToZZ4nu_M-125_LHE_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_pythia8_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraphamcatnlo_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraphamcatnlo_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_samePDF_MPIoff_herwigpp_cff.py", + "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_samePDF_herwigpp_cff.py", + "Configuration/Generator/python/Herwig7Settings/Herwig7LHEMG5aMCatNLOSettings_cfi.py", + "Configuration/Generator/python/Herwig7Settings/Herwig7StableParticlesForDetector_cfi.py", + "Configuration/Generator/python/LambdaBToLambdaMuMuToPPiMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/LbToJpsiLambda_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", + "Configuration/Generator/python/LbToJpsiXiK0sPi_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP1DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP2DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP3DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP4DownSettings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5CR1Settings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5CR2Settings_cfi.py", + "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5DownSettings_cfi.py", + "Configuration/Generator/python/QCD_Pt-15To7000_TuneCUETP8M1_Flat_14TeV-pythia8_cff.py", + "Configuration/Generator/python/QCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_13TeV_pythia8_cff.py", + "Configuration/Generator/python/QCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_14TeV_pythia8_cff.py", + "Configuration/Generator/python/QCD_Pt20toInf_MuEnrichedPt15_14TeV_TuneCP5_cff.py", + "Configuration/Generator/python/RS750_quarks_and_leptons_8TeV_TuneCUETP8M1_cff.py", + "Configuration/Generator/python/RSGravitonToGammaGamma_kMpl01_M_3000_TuneCUETP8M1_13TeV_pythia8_cfi.py", + "Configuration/Generator/python/ReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_ExtGen_cfi.py", + "Configuration/Generator/python/ReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_cfi.py", + "Configuration/Generator/python/SMS-Higgsino_mN2-170_mC1-160_mN1-150_HT60_TuneCP5_13TeV_pythia8_cfi.py", + "Configuration/Generator/python/SMS-T1tttt_mGl-1500_mLSP-100_13TeV-pythia8_cfi.py", + "Configuration/Generator/python/SMS-T1tttt_mGl-1500_mLSP-100_TuneCP5_14TeV_pythia8_cfi.py", + "Configuration/Generator/python/TTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/TTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cfi.py", + "Configuration/Generator/python/TTbarToDilepton_mt172p5_TuneCP5_14TeV_pythia8_cfi.py", + "Configuration/Generator/python/Upsilon1SToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/Upsilon4sBaBarExample_BpBm_Dstarpipi_D0Kpi_nonres_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/Upsilon4swithBuToKstarJPsiToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/WTolNu01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/WTolNu012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", + "Configuration/Generator/python/WprimeToENu_M-2000_TuneCUETP8M1_13TeV-pythia8_cff.py", + "Configuration/Generator/python/ZTT_Tauola_All_hadronic_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_All_hadronic_14TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_13TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_ExtGen_cfi.py", + "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_cfi.py", + "Configuration/Generator/python/ZmumuJets_Pt_20_300_GEN_13TeV_TuneCUETP8M1_cfg.py", + "Configuration/Generator/python/sherpa_ttbar_2j_MENLOPS_13TeV_MASTER_ExtGen_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus05Percent_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus05Percent_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus10Percent_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatPlus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatPlus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2017Plan1FlatPlus10Percent_cff.py", + "Configuration/Geometry/python/GeometryExtended2018FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2018FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2021FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2021FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2023FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2023FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2024FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2024FlatMinus10PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2025FlatMinus05PercentReco_cff.py", + "Configuration/Geometry/python/GeometryExtended2025FlatMinus10PercentReco_cff.py", + "Configuration/ProcessModifiers/python/ecal_component_finely_sampled_waveforms_cff.py", + "Configuration/ProcessModifiers/python/ticl_superclustering_mustache_ticl_cff.py", + "Configuration/ProcessModifiers/python/trackingMkFitDisplacedRegionalStep_cff.py", + "Configuration/ProcessModifiers/python/trackingMkFitInitialStepPreSplitting_cff.py", + "Configuration/ProcessModifiers/python/unifiedparticleTransformerAK4SonicTriton_cff.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p3_cfg.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p4_cfg.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch2_cfg.py", + "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch4_cfg.py", + "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p3_cfg.py", + "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p4_cfg.py", + "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess370patch2_cfg.py", + "Configuration/StandardSequences/python/SimulationRandomNumberGeneratorSeeds_cff.py", + "DPGAnalysis/SiStripTools/python/SiStripConfObjectAPVPhaseOffsetsFakeESSource_cfi.py", + "DPGAnalysis/SiStripTools/python/byclustsummsipixelvssistripmulteventfilter_cfi.py", + "DPGAnalysis/SiStripTools/python/configurableapvcyclephaseproducer_CRAFT08_cfi.py", + "DPGAnalysis/SiStripTools/python/configurableapvcyclephaseproducer_GR09_withdefault_cff.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_additionalpeak_AlCaReco_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_firstpeak_AlCaReco_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_firstpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_maxonly_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_secondpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_widerange_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_HugeEvents_AlCaReco_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_firstpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_maxonly_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_secondpeak_cfi.py", + "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_widerange_cfi.py", + "DPGAnalysis/SiStripTools/python/occupancyplotsselections_pixelphase1_detailed_cff.py", + "DPGAnalysis/SiStripTools/test/CondDBWriter_SiStripConfObjectAPVPhaseOffsets_cfg.py", + "DPGAnalysis/Skims/data/Cert_13TeV_16Dec2015ReReco_Collisions15_25ns_50ns_JSON.txt", + "DPGAnalysis/Skims/data/Cert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON.txt", + "DPGAnalysis/Skims/data/Cert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON_MuonPhys.txt", + "DPGAnalysis/Skims/data/Cert_271036-274240_13TeV_PromptReco_Collisions16_JSON.txt", + "DQM/BeamMonitor/test/2012_PixelTracksVertices_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py", + "DQM/BeamMonitor/test/2012_PixelTracksVertices_Test_beamspotproblem_dqm_sourceclient-live_cfg.py", + "DQM/BeamMonitor/test/2012_ReducedTrackingSteps_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py", + "DQM/EcalPreshowerMonitorModule/python/EcalPreshowerMonitorTasks_withFEDIntegrity_cfi.py", + "DQM/SiPixelPhase1Config/test/pixelphase1_for_timing_scan_dqm_sourceclient-live_cfg.py", + "DQM/SiPixelPhase1Config/test/qTests/mean_num_digis_qualitytest_config_cosmics.xml", + "DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.cc", + "DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.h", + "DQM/SiStripCommissioningSources/python/SiStripCommissioningSource_FromEDM_cfg.py", + "DQM/SiStripCommissioningSources/python/SiStripCommissioningSource_FromRAW_cfg.py", + "DQM/SiStripMonitorApproximateCluster/plugins/SiStripMonitorApproximateCluster.cc", + "DQM/SiStripMonitorApproximateCluster/python/SiStripMonitorApproximateCluster_cfi.py", + "DQM/SiStripMonitorClient/data/sistrip_monitorelement_config_ped_cluster_digi.xml", + "DQM/SiStripMonitorClient/python/SiStripDQMSourceConfigOfflineGlobalRunCAF_cfi.py", + "DQM/SiStripMonitorSummary/scripts/MonitorDB_NewDirStructure_KeepTagLinks_generic.sh", + "DQM/SiStripMonitorSummary/scripts/MonitorDB_NewDirStructure_KeepTagLinks_generic_V2.sh", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_222222_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_2e83ff_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_454545_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_888888_256x240.png", + "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_cd0a0a_256x240.png", + "DQM/TrackingMonitorClient/python/TrackingEffFromHitPatternClientConfigZeroBias_cff.py", + "DQMOffline/CalibTracker/test/AnalyzeSeveralRuns_ExpressStreamWithDQMHarvesting_afs.sh", + "DQMOffline/CalibTracker/test/CRAFTCalib/SiStripDQMBadStripsValidationReReco.job", + "DQMOffline/CalibTracker/test/CRAFTCalib/SiStripDQMBadStripsValidationReReco_cfg.py", + "DQMOffline/CalibTracker/test/SiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py", + "DQMOffline/CalibTracker/test/template_SiStripQualityBadAPVIdentifierRoot_cfg.py", + "DQMOffline/CalibTracker/test/template_SiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py", + "DQMOffline/CalibTracker/test/template_SiStripQualityHotStripIdentifierRoot_cfg.py", + "DQMOffline/L1Trigger/test/runDQMOffline_step1NoRECO_justRate_L1TriggerOnly_job1_cfg.py", + "DataFormats/EcalRecHit/interface/alpaka/EcalUncalibratedRecHitDeviceCollection.h", + "DataFormats/L1ScoutingRawData/test/create_SDSRawDataCollection_test_file_cfg.py", + "DataFormats/ParticleFlowReco/interface/alpaka/PFRecHitFractionDeviceCollection.h", + "DataFormats/SiStripCluster/test/TestWriteSiStripApproximateClusterCollection.cc", + "DataFormats/SiStripCluster/test/create_SiStripApproximateClusterCollection_test_file_cfg.py", + "DataFormats/SiStripCluster/test/test_readSiStripApproximateClusterCollection_cfg.py", + "DetectorDescription/OfflineDBLoader/python/test/cmsIdealGeometryForWrite_cfi.py", + "DetectorDescription/OfflineDBLoader/python/test/cmsIdealGeometryNoRPCSpecs_cfi.py", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/folder-closed.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-black-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-black.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-default-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-default.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-famfamfam-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-famfamfam.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-gray-line.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-gray.gif", + "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-red-line.gif", + "EgammaAnalysis/ElectronTools/test/egammaPatElectronsToCalibratedPatElectrons_cfg.py", + "EventFilter/EcalRawToDigi/plugins/alpaka/EcalElectronicsMappingHostESProducer.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyHFRingUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyPhysCandUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyPhysCandUnpacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/PhysicsToBitConverter.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage1/PhysicsToBitConverter.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Collections.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Collections.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloSummaryCollections.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloSummaryCollections.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/EtSumUnpacker_0x10010057.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/EtSumUnpacker_0x10010057.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/GlobalAlgBlkUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/GlobalExtBlkUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonPacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonPacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonUnpacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TObjectCollections.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TStage2Layer2Constants.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TStage2Layer2Constants.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x1001000b.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x1001000b.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010010.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010010.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010033.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010033.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTPacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTPacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTUnpacker.cc", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTUnpacker.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/UCTCTP7RawData5BX_HCALFB.h", + "EventFilter/L1TRawToDigi/plugins/implementations_stage2/UCTCTP7RawData_HCALFB.h", + "EventFilter/Phase2TrackerRawToDigi/interface/Phase2TrackerFEDRawChannelUnpacker.h", + "EventFilter/Phase2TrackerRawToDigi/interface/Phase2TrackerFEDZSChannelUnpacker.h", + "EventFilter/Phase2TrackerRawToDigi/plugins/Phase2TrackerCommissioningDigiProducer.cc", + "EventFilter/Phase2TrackerRawToDigi/python/Phase2TrackerCommissioningDigiProducer_cfi.py", + "EventFilter/Phase2TrackerRawToDigi/python/test/Phase2TrackerFEDTestAnalyzer_cfi.py", + "EventFilter/Phase2TrackerRawToDigi/test/plugins/Phase2TrackerFEDTestAnalyzer.cc", + "FWCore/Integration/python/test/unscheduled_fail_on_output_IgnoreCompletely_cfg.py", + "FWCore/Integration/python/test/unscheduled_fail_on_output_no_dependency_TryToContinue_cfg.py", + "FWCore/Integration/test/testSwitchProducerConditionalTaskEDAliasConsumeAllCases_cfg.py", + "FWCore/Integration/test/testSwitchProducerConditionalTaskEDAliasWildcard_cfg.py", + "FWCore/Integration/test/unit_test_outputs/testProducerWithPsetDesc_briefdoc.txt", + "FastSimulation/CTPPSFastTrackingProducer/python/CTPPSFastTrackingProducer_cfi.py", + "FastSimulation/SimplifiedGeometryPropagator/doc/SimplifiedGeometryPropagator.doc", + "FastSimulation/SimplifiedGeometryPropagator/interface/BarrelSimplifiedGeometry.h", + "FastSimulation/SimplifiedGeometryPropagator/interface/ForwardSimplifiedGeometry.h", + "FastSimulation/SimplifiedGeometryPropagator/interface/InteractionModelFactory.h", + "FastSimulation/SimplifiedGeometryPropagator/interface/SimplifiedGeometryFactory.h", + "FastSimulation/TrackingRecHitProducer/interface/TrackingRecHitAlgorithmFactory.h", + "FastSimulation/TrackingRecHitProducer/plugins/TrackingRecHitNoSmearingPlugin.cc", + "GeneratorInterface/Core/test/Hadronizer_MgmMatchTune4C_ZJetsNoPSb_13TeV_madgraph_pythia8_Tauola_cfg.py", + "GeneratorInterface/Core/test/Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8_cfg.py", + "GeneratorInterface/EvtGenInterface/plugins/EvtGenUserModels/EvtModelUserReg.cpp", + "GeneratorInterface/EvtGenInterface/plugins/test/Py8_lambadb_evtgen1_Lb2plnuLCSR_cfg.py", + "GeneratorInterface/Herwig7Interface/python/Herwig7_Dummy_Matchbox_90X_ppToee.py", + "GeneratorInterface/Herwig7Interface/python/Herwig7_loadCommonMergingSettings_cff.py", + "GeneratorInterface/Herwig7Interface/python/PPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cff.py", + "GeneratorInterface/Herwig7Interface/test/DYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cfg.py", + "GeneratorInterface/Herwig7Interface/test/DYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cfg.py", + "GeneratorInterface/Herwig7Interface/test/DYToLL_TuneCH3_13TeV_herwig7_hepmc3_cfg.py", + "GeneratorInterface/Herwig7Interface/test/Herwig7_Matchbox_90X_ppToee_GEN_SIM.py", + "GeneratorInterface/Herwig7Interface/test/PPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cfg.py", + "GeneratorInterface/LHEInterface/data/run_generic_tarball_cvmfs_madgraphLO_multithread.sh", + "GeneratorInterface/LHEInterface/data/run_generic_tarball_cvmfs_manual_multithread.sh", + "GeneratorInterface/PyquenInterface/python/Pyquen_Zmumu_2760GeV_dimuonAcc_cfi.py", + "GeneratorInterface/Pythia6Interface/test/Py6GenFilter_ElectronProtonInitialState_cfg.py", + "GeneratorInterface/Pythia8Interface/test/compare_external_generators_streams_cfg.py", + "GeneratorInterface/Pythia8Interface/test/pythia8ex2_ConvertToMain70_cfg_Fragment.py", + "GeneratorInterface/Pythia8Interface/test/pythia8hmc3_photos_ZToTauTau_13TeV_cfg.py", + "GeneratorInterface/Pythia8Interface/test/test_Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8.sh", + "GeneratorInterface/Pythia8Interface/test/test_catch2_External_Pythia8GeneratorFilter.cc", + "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMC.h", + "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMCGeneratorFilter.h", + "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMCHadronizer.h", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_AdvancedParameters_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_PbPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_5TeV_pPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_7TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_8TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_900GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_PbPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_5TeV_pPb_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_7TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_8TeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_900GeV_pp_cfi.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/src/ReggeGribovPartonMCGeneratorFilter.cc", + "GeneratorInterface/ReggeGribovPartonMCInterface/src/ReggeGribovPartonMCHadronizer.cc", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_PbPb_2760GeV_cfi_py_GEN.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pPb_5020GeV_cfi_py_GEN.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pp_8TeV_cfi_py_GEN.py", + "GeneratorInterface/ReggeGribovPartonMCInterface/test/QGSJetII-04_pPb_5020GeV_cfi_py_GEN.py", + "GeneratorInterface/SherpaInterface/data/Run.dat_13TeV_WJets_MEPSatNLO_2jNLO_2jLO", + "GeneratorInterface/SherpaInterface/data/Run.dat_13TeV_ZJets_MEPSatNLO_2jNLO_2jLO", + "GeneratorInterface/TauolaInterface/plugins/TauSpinner/read_particles_from_HepMC.cc", + "GeneratorInterface/TauolaInterface/test/DYToLL_M_50_TuneZ2star_8TeV_Tauola_TauSpinner_Example_cfi.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHESPINCORR_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHE_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/DYToLLtaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/GGToHtautau_13TeV_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/GGToHtautau_13TeV_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/H130GGgluonfusion_8TeV_Tauola_TauSpinner_Example_cfi.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHESPINCORR_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHE_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", + "GeneratorInterface/TauolaInterface/test/WToLNutaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatPlus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatPlus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatPlus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatMinus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatMinus10Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatPlus05Percent.xml", + "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatPlus10Percent.xml", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorMeasuredXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorSystMinusXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorSystPlusXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1ZeroMaterialXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatMinus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatMinus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatPlus05PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatPlus10PercentXML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometryDetailedCavern2017Plan1XML_cfi.py", + "Geometry/CMSCommonData/python/cmsExtendedGeometryDetailedCavern2017Plan1ZeroMaterialXML_cfi.py", + "Geometry/ForwardSimData/data/ForwardShieldProdCuts/2021/v1/ForwardShieldProdCuts.xml", + "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryBuilder.cc", + "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.cc", + "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.h", + "Geometry/HcalCommonData/data/hcalRecNumbering/2018Plan36/v1/hcalRecNumbering.xml", + "Geometry/HcalCommonData/data/hcalRecNumbering/2018Plan36/v2/hcalRecNumbering.xml", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.0.py", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.911.py", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.0.py", + "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.911.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.0.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.911.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.0.py", + "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.911.py", + "Geometry/TrackerCommonData/data/2016/FlatMinus05Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/2016/FlatMinus10Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/2016/FlatPlus05Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/2016/FlatPlus10Percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus05Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatMinus10Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus05Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2015/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2017/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2021/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/FlatPlus10Percent/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/PhaseI/PixelForward/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TFPXTEPXReordered/trackerParameters.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker4025/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker4025/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker405/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker613/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker613_MB_2019_04/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixfwd.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_03/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT703_2021_03/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2024_02/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT800_IT615_2022_10/pixbar.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelStructureTopology.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/tracker.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT742_2024_01/pixel.xml", + "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT744_2024_01/pixel.xml", + "Geometry/TrackerCommonData/data/flat10services30percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/flat20services30percent/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/pixbarmaterial/2017ZeroMaterial/v1/pixbarmaterial.xml", + "Geometry/TrackerCommonData/data/pixfwdMaterials/2017ZeroMaterial/v1/pixfwdMaterials.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_PixelBarrelConn/pixbarmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_PixelBarrelConnToST/pixbarmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBFlange/tibmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBTIDMargherita/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBTIDServiceCylinder/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/specialTestGeometries/specialTestGeometries.txt", + "Geometry/TrackerCommonData/data/tecmaterial/2017ZeroMaterial/v1/tecmaterial.xml", + "Geometry/TrackerCommonData/data/tibmaterial/2017ZeroMaterial/v1/tibmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2016/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017ZeroMaterial/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2021/v1/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2021/v2/tibtidcommonmaterial.xml", + "Geometry/TrackerCommonData/data/tidmaterial/2017ZeroMaterial/v1/tidmaterial.xml", + "Geometry/TrackerCommonData/data/tobmaterial/2017ZeroMaterial/v1/tobmaterial.xml", + "Geometry/TrackerCommonData/data/trackermaterial/2017ZeroMaterial/v1/trackermaterial.xml", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py", + "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021ZeroMaterialXML_cfi.py", + "Geometry/TrackerGeometryBuilder/plugins/TrackerAdditionalParametersPerDetESModule.cc", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerModuleInfoDBDD4hep_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerModuleInfoFromDDDNoPrintDDD_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerParametersFromDD4hep_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/testTrackerParametersFromDDD_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/trackerModuleInfoLocalDBDD4hep_cfg.py", + "Geometry/TrackerGeometryBuilder/test/python/trackerParametersFromLocalDB_cfg.py", + "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2DoubleDiskBuilder.cc", + "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2DoubleDiskBuilder.h", + "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2SubDiskBuilder.cc", + "Geometry/TrackerRecoData/data/PhaseII/OuterTracker616_2020_04/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker4025/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker613_MB_2019_04/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker613_MB_2019_04/v2_ITonly/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT710_2023_04/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/trackerRecoMaterial.xml", + "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/trackerRecoMaterial.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackersens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelsens.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelProdCuts.xml", + "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelsens.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibConfiguration_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer0_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer1_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer2_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer3_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring0_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring1_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring2_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring3_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/trackerConfiguration_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/trackerStructureTopology_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/data/trackertib_twentyfivepercent.xml", + "Geometry/TwentyFivePercentTrackerCommonData/test/trackerSimConfiguration_TwentyFivePercent.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Left_Station/v1/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Left_Station/v2/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Right_Station/v1/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Right_Station/v2/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Left_Station/v1/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Left_Station/v2/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Right_Station/v1/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Right_Station/v2/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Cuts_Per_Region/Reco/v1/RP_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Cuts_Per_Region/Simu/v1/CTPPS_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/RP_Dist_Beam_Cent/Reco/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/RP_Dist_Beam_Cent/Simu/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/RP_Param_Beam_Region/v1/RP_Param_Beam_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Cuts_Per_Region/Reco/v1/RP_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Cuts_Per_Region/Simu/v1/CTPPS_Cuts_Per_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/RP_Dist_Beam_Cent/Reco/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/RP_Dist_Beam_Cent/Simu/v1/RP_Dist_Beam_Cent.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/RP_Param_Beam_Region/v1/RP_Param_Beam_Region.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Right_Station.xml_bkp", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_220_Left_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_220_Right_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Detector_Assembly/2021/v1/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Detector_Assembly/v1/CTPPS_Diamond_Detector_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Reco/v1/CTPPS_Timing_Stations_Assembly.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Simu/v1/CTPPS_Detectors_Assembly_022.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Simu/v1/CTPPS_Detectors_Assembly_122.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern1_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern2_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern2_Segment2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment1.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment2.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment3.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment4.xml", + "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment5.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2017/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2017/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_003.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_103.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_003.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_103.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_003.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_023.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_103.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_123.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v1/PPS_Pixel_Module_2x2_Run3.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v1/ppstrackerMaterials.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v2/PPS_Pixel_Module_2x2_Run3.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v2/ppstrackerMaterials.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v3/PPS_Pixel_Module_2x2_Run3.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v1/CTPPS_Pixel_Module_2x2.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v2/CTPPS_Pixel_Module_2x2.xml", + "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v3/CTPPS_Pixel_Module_2x2.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Horizontal_Pot/v1/CTPPS_Timing_Horizontal_Pot.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Horizontal_Pot/v2/CTPPS_Timing_Horizontal_Pot.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Negative_Station/v1/CTPPS_Timing_Negative_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Negative_Station/v2/CTPPS_Timing_Negative_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Positive_Station/v1/CTPPS_Timing_Positive_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_Timing_Positive_Station/v2/CTPPS_Timing_Positive_Station.xml", + "Geometry/VeryForwardData/data/CTPPS_UFSD_Segments/CTPPS_UFSD_Pattern2_SegmentA.xml", + "Geometry/VeryForwardData/data/CTPPS_UFSD_Segments/CTPPS_UFSD_Pattern2_SegmentB.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_000.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_001.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_002.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_003.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_004.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_005.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_020.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_021.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_022.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_023.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_024.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_025.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_100.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_101.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_102.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_103.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_104.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_105.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_120.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_121.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_122.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_123.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_124.xml", + "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_125.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Reco/v1/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Reco/v2/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Simu/v1/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Simu/v2/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/v1/RP_Horizontal_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Reco/v1/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Reco/v2/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Simu/v1/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Simu/v2/RP_Vertical_Device.xml", + "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/v1/RP_Vertical_Device.xml", + "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2016_cfi.py", + "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2017_cfi.py", + "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2018_cfi.py", + "Geometry/VeryForwardProtonTransport/data/parametrization_6500GeV_90_transp.root", + "Geometry/VeryForwardProtonTransport/data/parametrization_6500GeV_90p0_50urad_reco.root", + "GeometryReaders/XMLIdealGeometryESSource/python/cmsMagneticFieldGeometryDB_cff.py", + "GeometryReaders/XMLIdealGeometryESSource/src/XMLIdealMagneticFieldGeometryESProducer.cc", + "GeometryReaders/XMLIdealGeometryESSource/test/runXMLBigFileToDBAndBackValidation.sh", + "GeometryReaders/XMLIdealGeometryESSource/test/testSpecParsMuonSensitiveDetectorMuonCSCHits.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/highPtTripletStepChi2Est_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/highPtTripletStepTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltCandidateJetBProbabilityComputer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltCandidateJetProbabilityComputer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPBwdElectronPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator16_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator2000_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator30_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator9_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator100_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator30_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPDummyDetLayerGeometry_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorAny_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorOpposite_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFwdElectronPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPGlobalDetLayerGeometry_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFFittingSmootherForL2Muon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFFittingSmootherWithOutliersRejectionAndRK_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectoryFitterForL2Muon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForL2Muon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForMuonTrackLoader_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPL3MuKFTrajectoryFitter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPMeasurementTracker_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPMuonTransientTrackingRecHitBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPPixelCPEFastParams_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRKTrajectoryFitter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRKTrajectorySmoother_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRungeKuttaTrackerPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSiPixelCablingSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSiPixelGainCalibrationForHLTSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagatorAnyOpposite_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagatorAny_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorAlong_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorOpposite_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderPixelOnly_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderWithTrackAngle_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderWithoutRefit_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTrackAlgoPriorityOrder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepChi2Est_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonInitialStepChi2Est_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonPixelTrackCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonTrackAlgoPriorityOrder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPixelTracksCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/eventsetup/muonSeededTrajectoryCleanerBySharedHits_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt1PFPuppiCentralJet70MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt1PFPuppiCentralJet75MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt2PFPuppiCentralJet40MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt2PFPuppiCentralJet60MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt3PFPuppiCentralJet45MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hlt4PFPuppiCentralJet40MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL3_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetsCorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p31Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p38Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p865DoubleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p275Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p375Eta2p4TripleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p935DoubleEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltBunchSpacingProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepBLifetimeTagInfosPFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepBLifetimeTagInfosPFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsInfosPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsInfosPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsPFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsPFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveMergedVerticesPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveSecondaryVerticesPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveVertexFinderPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepSecondaryVertexTagInfosPFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepSecondaryVertexTagInfosPFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepTrackVertexArbitratorPF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG12EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG23EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG23EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiMuon178RelTrkIsoFiltered0p4DzFiltered0p2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiMuon178RelTrkIsoFiltered0p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoublePFPuppiJets128Eta2p4MaxDeta1p6_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoublePFPuppiJets128MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoubleTkMuon157L1TkMuonFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG108EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG108EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG115EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG187EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG187EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG23EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG26EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG26EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG30EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG30EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG32EtL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG32EtUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoubleEleIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoubleEleNonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoublePhotonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSingleEleIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSingleEleNonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSinglePhotonIsolatedFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalBarrelClusterFastTimer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalBarrelDigisInRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalDetIdToBeRecovered_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalDetailedTimeRecHit_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalMultiFitUncalibRecHit_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalUncalibRecHitL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaBestGsfTrackVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaBestGsfTrackVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesWrapperL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesWrapperUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCkfTrackCandidatesForGSFL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCkfTrackCandidatesForGSFUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaClusterShapeL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaClusterShapeUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEcalPFClusterIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEcalPFClusterIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleL1TrkIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleL1TrkIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaElectronPixelSeedsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaElectronPixelSeedsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfElectronsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfElectronsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTrackVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTrackVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTracksL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTracksUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCALIDVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCALIDVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCalLayerClusterIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCalLayerClusterIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHcalPFClusterIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHcalPFClusterIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHollowTrackIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHollowTrackIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHoverEL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHoverEUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaPixelMatchVarsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaPixelMatchVarsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaSuperClustersToPixelMatchL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaSuperClustersToPixelMatchUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfChi2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfNLayerITUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70EcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70EcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDetaUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfOneOEMinusOneOPUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoFromL1TracksUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfChi2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfNLayerITUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDetaUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5DphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5DphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfChi2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfChi2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfNLayerITL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfNLayerITUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmavvUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmawwUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDetaL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDetaUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDphiL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDphiUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPMS2L1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPMS2UnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPixelMatchL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPixelMatchUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsForTripletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsForTripletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsClusterRemoverL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsClusterRemoverUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsCombinedL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsCombinedUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsDoubletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsDoubletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsTripletsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsTripletsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEleSeedsTrackingRegionsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltEleSeedsTrackingRegionsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersCLUE3DHighL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersCLUE3DHigh_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersRecoveryL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersRecovery_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFirstStepPrimaryVerticesUnsorted_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFixedGridRhoFastjetAllCaloForEGamma_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltFixedGridRhoFastjetAll_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltGoodOfflinePrimaryVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHGCalUncalibRecHitL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersEEL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersEE_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersFromSoAProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSciL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSci_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSiL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalMergeLayerClustersL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalMergeLayerClusters_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoALayerClustersProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoARecHitsLayerClustersProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoARecHitsProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalTrackCollection_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepClusters_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepHitTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeedTracksLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCandidatespLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCutClassifierpLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackSelectionHighPuritypLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackspLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsCombinatoricRecoTaus_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsDoublePFTau35MediumDitauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsDoublePFTau40TrackPt1MediumChargedIsolation_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTau27LooseTauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTau30LooseTauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauBasicDiscriminatorsForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauBasicDiscriminatorsdR03ForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauDeepTauProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauDiscriminationByDecayModeFindingNewDMs_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumAbsOrRelChargedIsolationDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumAbsoluteChargedIsolationDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumRelativeChargedIsolationDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauPrimaryVertexProducerForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauProducerSansRefs_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauSecondaryVertexProducerForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauTrackFindingDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauTransverseImpactParametersForDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTauLooseTauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausMediumDitauWPDeepTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausTrackFinding_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausTrackPt1MediumChargedIsolation_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectionDiscriminator_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsTauPFJetsRecoTauChargedHadronsWithNeutrals_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltHtMhtPFPuppiCentralJetsQuadC30MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepSeedTracksLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifierpLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifierpTTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPuritypLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPuritypTTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTracksT5TCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackspLSTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackspTTCLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonClustersRefRemoval_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonMerged_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelClusterCheck_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelHitTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelLayerTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelSeedsFiltered_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedForDoublePuppiTau_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForDoublePuppiJetBtagFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiHTFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiJetFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiMETFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForQuadPuppiJetTripleBtagFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TEGammaFilteredCollectionProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TEGammaHGCFilteredCollectionProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonFromL1TkMuonCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonSeedsFromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3MuonsPhase2L3Links_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22EcalIso0p41_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22HcalIso0p40_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22HgcalIso4p70_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfecalIsoFiltered0p41_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfhcalIsoFiltered0p40_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfhgcalIsoFiltered4p70_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3trkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22TrkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fFiltered17_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fFiltered37_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fPreFiltered27_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fPreFiltered8_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu18Filtered20_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu22L3Filtered24Q_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu22L3Filtered50Q_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533L31055DZFiltered0p2_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533L3Filtered1055_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533PreFiltered555_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltMeasurementTrackerEvent_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltOfflinePrimaryVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFMETTypeOneCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetQuad30MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetsQuad30HT200MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetsQuad30HT330MaxEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiJetForBtagEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiJetForBtagSelectorEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOne140_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOneCorrector_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowBadHcalPseudoCluster_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrectedL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrectedUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrected_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHBHE_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCalFromTICLL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCalFromTICLUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCal_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHO_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitECALL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitECALUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHBHE_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHGCL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHGC_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHO_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECALL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECALUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCalFromTICLL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCalFromTICLUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCal_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowTimeAssignerECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowTmpBarrel_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsECAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHF_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHGCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHO_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourJetTagsModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourJetTags_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourTagInfosModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourTagInfos_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelLayerQuadruplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksTrackingRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonTrimmedPixelVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonGeneralTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepClusters_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepHitTriplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTracksSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTracksSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksAndHighPtTripletTrackingRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksHitQuadruplets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsEcalIsodR0p3dRVeto0p000_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsHcalIsodR0p3dRVeto0p000_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsHgcalLCIsodR0p2dRVetoEM0p00dRVetoHad0p02minEEM0p00minEHad0p00_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p07_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3MuonCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3MuonsLinksCombination_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuCtfWithMaterialTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuonTrackCutClassifier_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuonTrackSelectionHighPurity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OISeedsFromL2Muons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OITrackCandidates_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2OTHitsInputLST_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2OnlineBeamSpotDevice_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelFitterByHelixProjections_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTrackFilterByKinematics_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitDoublets_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitSeeds_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksSeedLayers_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2SiPixelClustersSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2SiPixelRecHitsSoA_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2TowerMakerForAll_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoClusterShapeL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoClusterShapeUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoEcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoEcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHcalIsoL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHcalIsoUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HgcalHEL1SeededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HgcalHEUnseededFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelClustersMultiplicity_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerPairsL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerPairsUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDiphoton3023IsoCaloIdL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDiphoton3023IsoCaloIdUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle2312IsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle25CaloIdLPMS2L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle25CaloIdLPMS2Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle115NonIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle26WP70L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle26WP70Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle32WPTightL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle32WPTightUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreHLTAnalyzerEndpath_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton108EBTightIDTightIsoL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton108EBTightIDTightIsoUnseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton187L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton187Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrimaryVertexAssociationModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrimaryVertexAssociation_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPuppiTauTkIsoEle45_22L1TkFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltPuppiTauTkMuon4218L1TkFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltRechitInRegionsHGCAL_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltSiPixelClusterShapeCache_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltSingleAK4PFPuppiJet520_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltSingleTkMuon22L1TkMuonFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclLayerTileProducerL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclLayerTileProducer_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTracksterLinksL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersCLUE3DHighL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersCLUE3DHigh_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersRecoveryL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersRecovery_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTrackRefsForJetsBeforeSorting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltTrackWithVertexRefSelectorBeforeSorting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/hltUnsortedOfflinePrimaryVertices_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEleSingle22Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEleSingle28Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmDouble12Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmSingle22Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmSingle36Filter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle23_12_Iso_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleMediumChargedIsoPFTauHPS40_eta2p1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleMediumDeepTauPFTauHPS35_eta2p1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepCSV_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepFlavour_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele115_NonIso_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele30_WPTight_L1Seeded_LooseDeepTauPFTauHPS30_eta2p1_CrossL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele32_WPTight_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele32_WPTight_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_IsoMu20_eta2p1_LooseDeepTauPFTauHPS27_eta2p1_CrossL1_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu37_Mu27_FromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepCSV_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepCSV_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFPuppiMETTypeOne140_PFPuppiMHT140_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_L1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_Unseeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/CkfBaseTrajectoryFilter_block_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/ClusterShapeTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/GroupedCkfTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HGCAL_chargeCollectionEfficiencies_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonGroupedCkfTrajectoryFilterIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetTrajectoryFilterIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetTrajectoryBuilderForGsfElectrons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetTrajectoryFilterForElectrons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTSiStripClusterChargeCutLoose_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/HLTSiStripClusterChargeCutNone_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutLoose_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutNone_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutTight_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/TrajectoryFilterForConversions_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/TrajectoryFilterForElectrons_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/ckfBaseTrajectoryFilterP5_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/ckfTrajectoryFilterBeamHaloMuon_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedQuadStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedQuadStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedTripletStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/detachedTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonPSetPvClusterComparerForIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonSeedFromProtoTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2PSetPvClusterComparerForIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2SeedFromProtoTracks_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/hltTiclTracksterLinksPSet_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryBuilder_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterBasePreSplitting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterPreSplitting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterShapePreSplitting_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/jetCoreRegionalStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtGsfEleTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtQuadStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtQuadStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepStandardTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/mixedTripletStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryBuilderForInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryBuilderForOutInDisplaced_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForOutInDisplaced_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForOutIn_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pSetPvClusterComparerForIT_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelLessStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilterBase_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilterInOut_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/tobTecStepInOutTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/psets/tobTecStepTrajectoryFilter_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK4PFJetsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK4PFPuppiJetsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK8PFJetsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepCSVSequencePFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepCSVSequencePFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepFlavourSequencePFPuppiModEta2p4_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepFlavourSequencePFPuppi_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCaloMETReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCaloTowersRecSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCalolocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCsclocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDiphoton3023IsoCaloIdL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDiphoton3023IsoCaloIdUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoFullUnpackingEgammaEcalL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoFullUnpackingEgammaEcalSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalHcalSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalPixelSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalStripSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle2312IsoL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle25CaloIdLPMS2L1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle25CaloIdLPMS2UnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDtlocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEGammaDoLocalHcalSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle115NonIsoL1SeededGsfElectronL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle115NonIsoL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle26WP70L1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle26WP70UnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle32WPTightL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle32WPTightUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5OpenL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5OpenUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTElePixelMatchL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTElePixelMatchUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTFastJetForEgammaSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGemLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGsfElectronL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGsfElectronUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHPSDeepTauPFTauSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHPSMediumChargedIsoPFTauSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgamma_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHighPtTripletStepSeedingSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHighPtTripletStepSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTInitialStepPVSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTInitialStepSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTItLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTIter0Phase2L3FromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTIter2Phase2L3FromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTL1UnpackerSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTL2MuonsFromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTMuonlocalrecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTOtLocalRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusterJMEReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusteringForEgammaL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusteringForEgammaUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFHcalClusteringForEgammaSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFJetsCHSReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFMETsReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFPuppiJMEReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFPuppiMETReconstruction_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowClusterECALSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowClusterSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowSuperClusteringSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusterRefsForJetsSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringECALSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringHBHEHFSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringHOSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3FromL1TkSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3MuonGeneralTracksSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3MuonsSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3OISequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2PixelTracksSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton108EBTightIDTightIsoL1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton108EBTightIDTightIsoUnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton187L1SeededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton187UnseededSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclCandidateSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclLayerTileSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTracksterLinksSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTracksterMergeSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersCLUE3DHighStepSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersRecoverySequenceL1Seeded_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersRecoverySequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTVertexRecoSequence_cfi.py", + "HLTrigger/Configuration/python/HLT_75e33/services/RandomNumberGeneratorService_cfi.py", + "HLTrigger/Configuration/test/testAccessToEDMInputsOfHLTTests_update_filelist.sh", + "HLTriggerOffline/HeavyFlavor/python/heavyFlavorValidationHarvestingSequence_cff.py", + "HLTriggerOffline/SUSYBSM/test/BSMTriggerCheck/html/template/comp_beginning.html", + "HLTriggerOffline/SUSYBSM/test/BSMTriggerCheck/html/template/menu_beginning.html", + "HLTriggerOffline/Scouting/test/runScoutingMonitoringDQM_EGammaOnly_step1_cfg.py", + "HLTriggerOffline/Scouting/test/runScoutingMonitoringDQM_EGammaOnly_step2_cfg.py", + "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToFlyingCascadeBuilderBase.h", + "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToResTrkTrkSameMassBuilder.h", + "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToResTrkTrkSameMassBuilderBase.h", + "HeavyFlavorAnalysis/SpecificDecay/src/BPHDecayToResTrkTrkSameMassBuilderBase.cc", + "HeterogeneousCore/AlpakaInterface/interface/AssertDeviceMatchesHostCollection.h", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerCopyToDeviceCache.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerImplicitCopyToDevice.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerMoveToDeviceCache.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerNoOutput.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaStreamSynchronizingProducer.cc", + "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaStreamSynchronizingProducerToDevice.cc", + "HeterogeneousTest/AlpakaDevice/plugins/alpaka/AlpakaTestDeviceAdditionAlgo.dev.cc", + "HeterogeneousTest/AlpakaDevice/plugins/alpaka/AlpakaTestDeviceAdditionModule.cc", + "HeterogeneousTest/AlpakaKernel/plugins/alpaka/AlpakaTestKernelAdditionAlgo.dev.cc", + "HeterogeneousTest/AlpakaKernel/plugins/alpaka/AlpakaTestKernelAdditionModule.cc", + "HeterogeneousTest/AlpakaOpaque/plugins/alpaka/AlpakaTestOpaqueAdditionModule.cc", + "HeterogeneousTest/AlpakaWrapper/plugins/alpaka/AlpakaTestWrapperAdditionModule.cc", + "IOMC/EventVertexGenerators/python/VtxSmearedFixed_EmitRealistic5TeVppCollision2017_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic100ns13TeVCollisionBetaStar90mLowBunches_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic100ns13TeVCollisionBetaStar90m_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeV2016Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeVEarly2017Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeVEarly2018Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEOY2022Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEarly2022Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEarly2023Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns900GeV2021Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic2p76TeV2011Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic2p76TeV2013Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic50ns13TeVCollisionZeroTesla_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic5TeVPA2016Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic5TeVppCollision2017_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic7TeVCollisionComm10_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealistic8TeVPA2016Collision_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRealisticHICollisionFixZ2015_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3FlatOpticsGaussSigmaZ4p2cm_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3FlatOpticsGaussSigmaZ5p3cm_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3RoundOptics25ns13TeVHighSigmaZ_cfi.py", + "IOMC/EventVertexGenerators/python/VtxSmearedRun3RoundOptics25ns13TeVLowSigmaZ_cfi.py", + "JetMETCorrections/InterpolationTables/interface/InterpolationFunctorInstances.h", + "JetMETCorrections/InterpolationTables/interface/StorableMultivariateFunctorReader.h", + "JetMETCorrections/TauJet/data/IterativeCone0.4_EtScheme_TowerEt0.5_E0.8_Jets871_2x1033PU_tau.txt", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_BTagSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_hadr_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_hadr_metSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_lepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenuObjects_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_BTagSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_hadr_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_hadr_metSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_lepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_constants.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_ids.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_scalings.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_BTagSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_hadr_crossLepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_hadr_metSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_lepSeeds_cff.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_constants.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_ids.py", + "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_scalings.py", + "L1Trigger/DTTriggerPhase2/test/primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py", + "L1Trigger/DTTriggerPhase2/test/primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg_withRPC.py", + "L1Trigger/DTTriggerPhase2/test/test_primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py", + "L1Trigger/GlobalTriggerAnalyzer/python/customise_l1GtPatternGeneratorFromRaw.py", + "L1Trigger/GlobalTriggerAnalyzer/test/L1GtPatternGenerator_overrideL1Menu_cfg.py", + "L1Trigger/L1CaloTrigger/python/l1tPhase2GCTBarrelToCorrelatorLayer1Emulator_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_0_ECALZS_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_1_ECALZS_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_1_ECALZS_noHFJEC_newEGIso_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_0_HI_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_10_mean_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_10_mode_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_2_noHCALSF_inconsistent_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_2_updateHFSF_v6MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_2_updateHFSF_v7MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_updateHFSF_v6MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_mean_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_mean_newHF_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_newHF_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_newHF_v6MET_cfi.py", + "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_oldHFSFForJECOnly_cfi.py", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2ClusterAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2EGammaAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2EtSumAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2JetSumAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2TowerCompressAlgorithmFirmwareImp1.cc", + "L1Trigger/L1TCalorimeter/src/firmware/Stage2TowerDecompressAlgorithmFirmwareImp1.cc", + "L1Trigger/L1THGCal/interface/concentrator/HGCalConcentratorProcessorSelection.h", + "L1Trigger/L1THGCal/interface/concentrator/HGCalConcentratorSuperTriggerCellImpl.h", + "L1Trigger/L1THGCal/plugins/backend/HGCalBackendLayer2Processor3DClustering_SA.cc", + "L1Trigger/L1THGCalUtilities/test/ntuples/HGCalTriggerNtupleHGCConcentratorData.cc", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGenerator.py", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGeneratorClassProb.py", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGenerator_displ.py", + "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlap_Pats0x0013_generateExtrFactors.py", + "L1Trigger/L1TMuonOverlapPhase2/interface/LutNetworkFixedPointRegression2Outputs.h", + "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGeneratorClassProb_phase2.py", + "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGenerator_displ_phase2.py", + "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGenerator_phase2.py", + "L1Trigger/Phase2L1ParticleFlow/data/hgcal_egID/Photon_Pion_vs_Neutrino_BDTweights_1116.xml.gz", + "L1Trigger/Phase2L1ParticleFlow/data/hgcal_egID/Photon_vs_Pion_BDTweights_1116.xml.gz", + "L1Trigger/Phase2L1ParticleFlow/interface/L1TCorrelatorLayer1PatternFileWriter.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/buffered_folded_multififo_regionizer_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/folded_multififo_regionizer_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/middle_buffer_multififo_regionizer_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/multififo_regionizer_elements_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/multififo_regionizer_elements_ref.icc", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/tdr_regionizer_elements_ref.h", + "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/tdr_regionizer_elements_ref.icc", + "L1Trigger/Phase2L1ParticleFlow/src/regionizer/buffered_folded_multififo_regionizer_ref.cpp", + "L1Trigger/Phase2L1ParticleFlow/src/regionizer/folded_multififo_regionizer_ref.cpp", + "L1Trigger/Phase2L1ParticleFlow/src/regionizer/middle_buffer_multififo_regionizer_ref.cpp", + "L1TriggerConfig/CSCTFConfigProducers/python/L1MuCSCTFConfigurationRcdSrc_cfi.py", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/phi12.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/phi42.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta15h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta15l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta25h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta25l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34h.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34h_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34l.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34l_ovl.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/ETFPatternList.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP1.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP2.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP3.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP4.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP5.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP6.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext12.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext13.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext14.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext15.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext16.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext21.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext23.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext24.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext25.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext26.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext34.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext35.lut", + "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext56.lut", + "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTChannelMaskConfigOnline_cfi.py", + "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTParametersKeysOnlineProd_cfi.py", + "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTParametersOnlineProducer_cfi.py", + "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesConfig_cff.py", + "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesConfig_cfi.py", + "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesDBConfig_cff.py", + "L1TriggerConfig/L1CSCTPConfigProducers/src/L1CSCTriggerPrimitivesConfigProducer.cc", + "L1TriggerConfig/L1CSCTPConfigProducers/src/L1CSCTriggerPrimitivesConfigProducer.h", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu2008_2E30.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu_2008MC_2E30.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu2008_2E31.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v0_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v1_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20080922_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090519_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090624_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v4_L1T_Scales_20090624_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1x1032/L1Menu_CRUZET200805.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v0_L1T_Scales_20101224_Imp0_0x1027.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v1_L1T_Scales_20101224_Imp0_0x1028.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v2_L1T_Scales_20101224_Imp0_0x102a.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v3_L1T_Scales_20101224_Imp0_0x102b.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25nsStage1_v3_L1T_Scales_20141121_Imp0_0x1031.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v0_L1T_Scales_20101224_Imp0_0x102f.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v1_L1T_Scales_20101224_Imp0_0x102f.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v2_L1T_Scales_20141121_Imp0_0x1030.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v1_L1T_Scales_20141121_Imp0_0x1030.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v2_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v3_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v4_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50ns_v0_L1T_Scales_20141121_Imp0_0x1031.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v1_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v2_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v3_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v4_L1T_Scales_20141121.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2011_v0_L1T_Scales_20101224_Imp0_0x1026.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2011_v0_nobsc_notau_centrality_q2_singletrack.v1.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2013_v0_L1T_Scales_20101224_Imp0_0x102c.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v1.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v2.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v3.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v4.xml", + "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v5.xml", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/calosetup", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/defvalpkg", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/header", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/jet_cnts", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/muonsetup", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/calo_setup.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond1_chip.qsf", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond1_chip_pkg.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond2_chip.qsf", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond2_chip_pkg.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/def_val_pkg.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/muon_setup.vhd", + "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/pre_algo_and_or.vhd", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAlgoTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAlgoTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAndMasksTester.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsTechTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsTechTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtStableParametersTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskAlgoTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskAlgoTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskTechTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskTechTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoAlgoTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoTechTrigConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoTechTrigTrivialProducer.h", + "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMenuConfigOnlineProd.h", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtPrescaleFactorsAlgoTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtPrescaleFactorsTechTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskAlgoTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskTechTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskVetoAlgoTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskVetoTechTrigConfig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_PrescaleFactorsAlgoTrigUnprescale_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_TriggerMaskAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu_2008MC_2E30_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_PrescaleFactorsAlgoTrigUnprescale_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_TriggerMaskAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v0_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090519_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090624_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v4_L1T_Scales_20090624_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_PrescaleFactorsAlgoTrigUnprescale_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_TriggerMaskAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_PrescaleFactorsAlgoTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_ecal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_hcal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskTechTrig_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_ecal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_hcal_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_Test_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v1_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v2_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v3_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v4_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v5_Unprescaled_cff.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsAlgoTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsAndMasksTester_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsTechTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskAlgoTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskTechTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskVetoTechTrigOnline_cfi.py", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsAlgoTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsAlgoTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsTechTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsTechTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskAlgoTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskAlgoTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskTechTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskTechTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoAlgoTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoTechTrigConfigOnlineProd.cc", + "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoTechTrigTrivialProducer.cc", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtPrescaleFactorsAlgoTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtPrescaleFactorsTechTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskAlgoTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskTechTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskVetoTechTrigOnlineTest_cfg.py", + "L1TriggerConfig/L1ScalesProducers/python/L1MuTriggerPtScaleOnlineProducer_cfi.py", + "L1TriggerConfig/L1ScalesProducers/python/L1MuTriggerScalesOnlineProducer_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TGlobalPrescalesVetosObjectKeysOnline_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TMuonEndCapForestOnlineProxy_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TMuonOverlapObjectKeysOnline_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TMuonOverlapParamsOnlineProxy_cfi.py", + "L1TriggerConfig/L1TConfigProducers/python/L1TUtmTriggerMenuObjectKeysOnline_cfi.py", + "L1TriggerConfig/L1TConfigProducers/src/L1TGlobalPrescalesVetosObjectKeysOnlineProd.cc", + "L1TriggerConfig/L1TConfigProducers/src/L1TUtmTriggerMenuObjectKeysOnlineProd.cc", + "MagneticField/GeomBuilder/plugins/dd4hep/DD4hep_VolumeBasedMagneticFieldESProducer.cc", + "MagneticField/GeomBuilder/plugins/dd4hep/DD4hep_VolumeBasedMagneticFieldESProducerFromDB.cc", + "MagneticField/Interpolation/test/BinaryTablesGeneration/prepareMagneticFieldGrid.cc", + "MagneticField/Interpolation/test/BinaryTablesGeneration/prepareMagneticFieldGrid.h", + "MagneticField/Interpolation/test/BinaryTablesGeneration/validateField_TOSCATables.py", + "MagneticField/ParametrizedEngine/interface/ParabolicParametrizedMagneticField.h", + "MagneticField/ParametrizedEngine/plugins/AutoParametrizedMagneticFieldProducer.cc", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_OAE85l_cfi.py", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_OAE_3_8T_cfi.py", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_PolyFit2D_cfi.py", + "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_PolyFit3D_cfi.py", + "MagneticField/ParametrizedEngine/test/alpaka/testParabolicParametrizedMagneticField.dev.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/CompareWithSystematicError.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasUpsilonValidation.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasY1SValidation.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasZValidation.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/ComparePhiPlusMinus.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareWithExpected.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareWithExpectedBeforeAfter.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CrystalBallFitOnData_JPsi.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/GaussianFitOnData_Psi2S.cc", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Base.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Y1S.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Z.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlap_Upsilon.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlap_Y1S.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/RunCompareBias_template.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/ShowProbabilityDistribution.C", + "MuonAnalysis/MomentumScaleCalibration/test/Macros/TreeProduction/MuScleFit_template_cfg.py", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/SplitAndRunBatch.sh", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/StatisticalErrors_instructions.txt", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/TakeParameterFromBatch.sh", + "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/TreeSplitter_cfg.py", + "MuonAnalysis/MomentumScaleCalibration/test/UnitTests/TestCrossSectionHandler.cc", + "MuonAnalysis/MomentumScaleCalibration/test/tree_production/miniAODVBTFMuonsOnlyTreeMC_CRAB_cfg.py", + "MuonAnalysis/MuonAssociators/test/MuonMCClassifier/debugMuonsClassByHits_cfg.py", + "MuonAnalysis/MuonAssociators/test/MuonMCClassifier/patMuonsWithClassByHits_cfg.py", + "MuonAnalysis/MuonAssociators/test/Trigger/patMuonsWithTrigger_Data_HLTDEBUG_cfg.py", + "MuonAnalysis/MuonAssociators/test/Trigger/patMuonsWithTrigger_mc_HLTDEBUG_cfg.py", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/db/ClassNotSupportedException.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIDGenerator.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIdConverter.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/IDetIdGenerator.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECAnalyzer.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECDetIdConverter.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TOBAnalyzer.java", + "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TOBDetIdConverter.java", + "OnlineDB/SiStripO2O/test/O2O_Validation/template_Validate_FEDCabling_O2O_cfg.py", + "OnlineDB/SiStripO2O/test/P5/20X/SiStripO2O_AT_P5_table_multipartition_Commissioning.sh", + "OnlineDB/SiStripO2O/test/P5/21X/SiStripO2O_AT_P5_table_multipartition_Commissioning.sh", + "PhysicsTools/HepMCCandAlgos/python/allStandAloneMuonTracksGenParticlesLeptonMatch_cfi.py", + "PhysicsTools/HepMCCandAlgos/python/allSuperClustersGenParticlesLeptonMatch_cfi.py", + "PhysicsTools/NanoAODTools/python/postprocessing/framework/treeReaderArrayTools.py", + "PhysicsTools/PatAlgos/python/slimming/offlineSlimmedPrimaryVerticesWithBS_cfi.py", + "PhysicsTools/SelectorUtils/interface/SimpleCutBasedElectronIDSelectionFunctor.h", + "RecoBTag/CTagging/python/candidateCombinedSecondaryVertexSoftLeptonCvsLComputer_cfi.py", + "RecoBTag/CTagging/python/pfInclusiveSecondaryVertexFinderNegativeCvsLTagInfos_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeOnlyJetBProbabilityComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeOnlyJetProbabilityComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeTrackCounting3D2ndComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidateNegativeTrackCounting3D3rdComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidatePositiveOnlyJetBProbabilityComputer_cfi.py", + "RecoBTag/ImpactParameter/python/candidatePositiveOnlyJetProbabilityComputer_cfi.py", + "RecoBTag/ONNXRuntime/plugins/UnifiedParticleTransformerAK4ONNXJetTagsProducer.cc", + "RecoBTag/ONNXRuntime/plugins/UnifiedParticleTransformerAK4SonicJetTagsProducer.cc", + "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V01/pfDeepBoostedJetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V02/pfDeepBoostedJetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V02/pfMassDecorrelatedDeepBoostedJetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/Parameters/HiggsInteractionNet/V00/pfHiggsInteractionNetPreprocessParams_cfi.py", + "RecoBTag/ONNXRuntime/python/pfMassDecorrelatedDeepBoostedDiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfMassDecorrelatedParticleNetDiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfParticleNetFromMiniAODAK4DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfParticleNetFromMiniAODAK8DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfParticleTransformerAK4DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfUnifiedParticleTransformerAK4DiscriminatorsJetTags_cfi.py", + "RecoBTag/ONNXRuntime/python/pfUnifiedParticleTransformerAK4V1DiscriminatorsJetTags_cfi.py", + "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterFromFile_WPandPayload.cc", + "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterFromFile_WPandPayload_IOV.cc", + "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterTFormula_fromfile_WPandPL.cc", + "RecoBTag/SecondaryVertex/interface/CandidateBoostedDoubleSecondaryVertexComputer.h", + "RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexAK8Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexCA15Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateCombinedSecondaryVertexSoftLeptonComputer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateNegativeCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidatePositiveCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateSimpleSecondaryVertex2TrkComputer_cfi.py", + "RecoBTag/SecondaryVertex/python/candidateSimpleSecondaryVertex3TrkComputer_cfi.py", + "RecoBTag/SecondaryVertex/python/combinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderFilteredNegativeTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderFilteredTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/negativeSimpleSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfBoostedDoubleSecondaryVertexAK8BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfBoostedDoubleSecondaryVertexCA15BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderAK8TagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderCA15TagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderTagInfos_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfNegativeSimpleSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfPositiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfPositiveCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/pfSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/positiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/positiveCombinedSecondaryVertexV2BJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/positiveCombinedSecondaryVertexV2Computer_cfi.py", + "RecoBTag/SecondaryVertex/python/simpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", + "RecoBTag/SecondaryVertex/python/simpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedDynamicHybridSuperClusters_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedEndcapSuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedFixedMatrixSuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedIslandBarrelSuperClusters_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedIslandEndcapSuperClusters_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedMulti5x5ClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/correctedMulti5x5SuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/fixedMatrixPreshowerClusteringSequence_cff.py", + "RecoEcal/EgammaClusterProducers/python/fixedMatrixSuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/interestingDetIdCollectionProducer_cfi.py", + "RecoEcal/EgammaClusterProducers/python/interestingDetIdFromSuperClusterProducer_cfi.py", + "RecoEcal/EgammaClusterProducers/python/multi5x5PreshowerClusteringSequence_cff.py", + "RecoEcal/EgammaClusterProducers/python/multi5x5SuperClustersWithPreshower_cfi.py", + "RecoEcal/EgammaClusterProducers/python/particleFlowSuperClusteringSequence_cff.py", + "RecoEcal/EgammaClusterProducers/src/InterestingDetIdFromSuperClusterProducer.cc", + "RecoEcal/EgammaCoreTools/plugins/EcalBasicClusterLocalContCorrectionsESProducer.cc", + "RecoEgamma/EgammaElectronAlgos/interface/ecalClusterEnergyUncertaintyElectronSpecific.h", + "RecoEgamma/EgammaElectronAlgos/src/ecalClusterEnergyUncertaintyElectronSpecific.cc", + "RecoEgamma/EgammaElectronProducers/plugins/GsfElectronCoreEcalDrivenProducer.cc", + "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedHeavyObjectCache.cc", + "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedHeavyObjectCache.h", + "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedValueMapsProducer.cc", + "RecoEgamma/EgammaElectronProducers/plugins/TrackingRegionsFromSuperClustersProducer.cc", + "RecoEgamma/EgammaElectronProducers/python/lowPtGsfElectronsPreRegression_cfi.py", + "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTBcHcalIsolationProducersRegional.cc", + "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTElectronTrackIsolationProducers.cc", + "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTPhotonTrackIsolationProducersRegional.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaEcalPFClusterIsolationProducer.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaHcalPFClusterIsolationProducer.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaIsoHcalDetIdCollectionProducer.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaEcalExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaHcalExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaRecHitExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaTowerExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaTrackExtractor.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/ElectronPFIsolationWithConeVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/ElectronPFIsolationWithMapBasedVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/PhotonPFIsolationWithConeVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/PhotonPFIsolationWithMapBasedVeto.cc", + "RecoEgamma/EgammaIsolationAlgos/python/interestingEgammaIsoDetIdsSequence_cff.py", + "RecoEgamma/EgammaIsolationAlgos/python/interestingEgammaIsoESDetIdModule_cff.py", + "RecoEgamma/EgammaIsolationAlgos/test/runInterestingEgammaIsoDetIdsSequence_cfg.py", + "RecoEgamma/EgammaPhotonProducers/python/conversionTrackSequenceForReReco_cff.py", + "RecoEgamma/EgammaPhotonProducers/python/propAlongMomentumWithMaterialForElectrons_cfi.py", + "RecoEgamma/EgammaPhotonProducers/python/propOppoMomentumWithMaterialForElectrons_cfi.py", + "RecoEgamma/EgammaPhotonProducers/python/trajectoryCleanerBySharedHitsForConversions_cfi.py", + "RecoEgamma/ElectronIdentification/data/ElectronMVAEstimatorRun2Fall17V1Variables.txt", + "RecoEgamma/ElectronIdentification/data/Fall17/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_92X.txt", + "RecoEgamma/ElectronIdentification/data/Fall17/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_94X.txt", + "RecoEgamma/ElectronIdentification/data/Run3_Winter22/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_122X.txt", + "RecoEgamma/ElectronIdentification/data/Spring15/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_25ns.txt", + "RecoEgamma/ElectronIdentification/data/Spring15/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_50ns.txt", + "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_HLT_ecalPFClusterIso.txt", + "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_HLT_hcalPFClusterIso.txt", + "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_80X.txt", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5E2x5OverE5x5WithSatCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5SigmaIEtaIEtaCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5SigmaIEtaIEtaWithSatCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleHadronicOverEMEnergyScaledCut.cc", + "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleHadronicOverEMLinearCut.cc", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronHLTPreselecition_Summer16_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Fall17_94X_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Fall17_94X_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_25ns_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_50ns_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_50ns_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Summer16_80X_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Summer20_PhaseII_V0_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Winter22_122X_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_tools.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV51_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV60_80XAOD_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV60_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV70_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV71_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_tools.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V2_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_RunIIIWinter22_iso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_RunIIIWinter22_noIso_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_25ns_Trig_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_25ns_nonTrig_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_50ns_Trig_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_GeneralPurpose_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_HZZ_V1_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer16UL_ID_ISO_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer17UL_ID_ISO_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer18UL_ID_ISO_cff.py", + "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Winter22_HZZ_V1_cff.py", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased_TrueVtx.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased_V2.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased_TrueVtx.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased_V2.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased_TrueVtx.txt", + "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased_V2.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesFall17V1p1.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring15.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring15ValMaps.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring16.txt", + "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun3VariablesWinter22V1.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_ChgHadronIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_ECalClusterIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_HCalClusterIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_NeuHadronIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_PhotonIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_TrackerIso_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_coneBasedHoverE_95percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfChargedHadrons_25ns_NULLcorrection.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfChargedHadrons_50ns.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfNeutralHadrons_25ns_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfNeutralHadrons_50ns.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfPhotons_25ns_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfPhotons_50ns.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfPhotons_90percentBased.txt", + "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfPhotons_90percentBased_3bins.txt", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndExpoScalingCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndExpoScalingEBCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndQuadScalingCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoFull5x5SigmaIEtaIEtaValueMapCut.cc", + "RecoEgamma/PhotonIdentification/plugins/cuts/PhoGenericQuadraticRhoPtScaledCut.cc", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V1_TrueVtx_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_RunIIIWinter22_122X_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring15_25ns_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring15_50ns_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring16_V2p2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_tools.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V1p1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V0_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V2p1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V0_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V2_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V2p1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring16_nonTrig_V1_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Summer20_PhaseII_V0_cff.py", + "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Winter22_122X_V1_cff.py", + "RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDRVertexAssigned.h", + "RecoJets/JetAssociationProducers/python/ic5PFJetTracksAssociatorAtVertex_cfi.py", + "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalCrystalMatrixProbality.h", + "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalDeadChannelRecoveryAlgos.h", + "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalDeadChannelRecoveryBDTG.h", + "RecoLocalCalo/EcalRecProducers/interface/EcalUncalibRecHitFillDescriptionWorkerFactory.h", + "RecoLocalCalo/EcalRecProducers/interface/EcalUncalibRecHitWorkerRunOneDigiBase.h", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitConvertGPU2CPUFormat.cc", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsAlgoGPU.cu", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsKernels.cu", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsProducer.cc", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsProducerGPU.cc", + "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerFixedAlphaBetaFit.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/AmplitudeComputationCommonKernels.h", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/AmplitudeComputationKernels.dev.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalMultifitConditionsHostESProducer.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalRecHitConditionsESProducer.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitMultiFitAlgoPortable.dev.cc", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitMultiFitAlgoPortable.h", + "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitProducerPortable.cc", + "RecoLocalCalo/EcalRecProducers/python/ecalFixedAlphaBetaFitUncalibRecHit_cfi.py", + "RecoLocalCalo/EcalRecProducers/src/EcalUncalibRecHitFillDescriptionWorkerFactory.cc", + "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducer.py", + "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducerGPU.py", + "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducerGPU_harvesting.py", + "RecoLocalCalo/HGCalRecAlgos/interface/alpaka/HGCalRecHitCalibrationAlgorithms.h", + "RecoLocalCalo/HGCalRecAlgos/plugins/alpaka/HGCalRecHitCalibrationAlgorithms.dev.cc", + "RecoLocalCalo/HGCalRecAlgos/plugins/alpaka/HGCalRecHitConfigurationESProducer.cc", + "RecoLocalCalo/HGCalRecProducers/interface/alpaka/HGCalSoAClustersExtraDeviceCollection.h", + "RecoLocalCalo/HGCalRecProducers/plugins/HGCalLayerClusterHeterogeneousDumper.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HGCalLayerClusterHeterogeneousSoADumper.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsConditions.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsFiller.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsFiller.h", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersAlgoWrapper.dev.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersSoAAlgoWrapper.dev.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersSoAAlgoWrapper.h", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalSoALayerClustersProducer.cc", + "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalSoARecHitsLayerClustersProducer.cc", + "RecoLocalCalo/HcalRecAlgos/plugins/alpaka/HcalRecoParamsWithPulseShapesESProducer.cc", + "RecoLocalCalo/HcalRecProducers/plugins/alpaka/HcalSiPMCharacteristicsESProducer.cc", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco2DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco4DAlgo_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_MTPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt2DSegments_MTPatternReco2D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_NoDrift_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_ParamDrift_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_MTPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py", + "RecoLocalMuon/DTSegment/python/dt4DSegments_MTPatternReco4D_LinearDriftFromDB_cfi.py", + "RecoLocalMuon/GEMRecHit/test/SingleMuPt100_cfi_GEM-SIM-DIGI_Extended2015MuonGEMDev.py", + "RecoLocalTracker/ClusterParameterEstimator/interface/ClusterParameterEstimator.h", + "RecoLocalTracker/ClusterParameterEstimator/interface/PixelClusterParameterEstimator.h", + "RecoLocalTracker/ClusterParameterEstimator/interface/StripClusterParameterEstimator.h", + "RecoLocalTracker/Configuration/python/RecoLocalTracker_Cosmics_EventContent_cff.py", + "RecoLocalTracker/Phase2TrackerRecHits/python/Phase2StripCPEGeometricESProducer_cfi.py", + "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerAlgorithm.cc", + "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerAlgorithm.h", + "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerSequentialAlgorithm.h", + "RecoLocalTracker/SiPhase2VectorHitBuilder/interface/VectorHitBuilderAlgorithm.h", + "RecoLocalTracker/SiPhase2VectorHitBuilder/interface/VectorHitBuilderAlgorithmBase.h", + "RecoLocalTracker/SiPhase2VectorHitBuilder/plugins/SiPhase2RecHitMatcherESProducer.cc", + "RecoLocalTracker/SiPhase2VectorHitBuilder/plugins/VectorHitBuilderEDProducer.cc", + "RecoLocalTracker/SiPhase2VectorHitBuilder/test/Clusters_productionAndTesting.py", + "RecoLocalTracker/SiPhase2VectorHitBuilder/test/VHs_SeedingOT_productionAndTesting.py", + "RecoLocalTracker/SiPhase2VectorHitBuilder/test/VHs_combinatorialStudies_PU200.py", + "RecoLocalTracker/SiPixelClusterizer/plugins/SiPixelDigisClustersFromSoAAlpaka.cc", + "RecoLocalTracker/SiPixelClusterizer/plugins/alpaka/SiPixelPhase2DigiToCluster.cc", + "RecoLocalTracker/SiPixelClusterizer/plugins/alpaka/SiPixelRawToClusterKernel.dev.cc", + "RecoLocalTracker/SiPixelClusterizer/python/SiPixelClusterizerPreSplitting_cfi.py", + "RecoLocalTracker/SiPixelRecHits/interface/alpaka/PixelCPEFastParamsCollection.h", + "RecoLocalTracker/SiPixelRecHits/plugins/alpaka/PixelCPEFastParamsESProducerAlpaka.cc", + "RecoLocalTracker/SiStripClusterizer/interface/StripClusterizerAlgorithmFactory.h", + "RecoLocalTracker/SiStripClusterizer/plugins/SiStripClusterizerConditionsESProducer.cc", + "RecoLocalTracker/SiStripClusterizer/plugins/SiStripClusterizerConditionsGPUESProducer.cc", + "RecoLocalTracker/SiStripClusterizer/python/SiStripClusters2ApproxClusters_cff.py", + "RecoLocalTracker/SiStripClusterizer/python/test/ClusterRefinerTagMCmerged_cfi.py", + "RecoLocalTracker/SiStripClusterizer/python/test/ClusterizerUnitTestFunctions_cff.py", + "RecoLocalTracker/SiStripClusterizer/test/step2_RAW2DIGI_L1Reco_RECO_ApproxClusters.py", + "RecoLocalTracker/SiStripClusterizer/test/step2_RAW2DIGI_L1Reco_RECO_ApproxClusters_streamerOutput.py", + "RecoLocalTracker/SiStripClusterizer/test/testSiStripQuality/SiStripBadChannel.tpl", + "RecoLocalTracker/SiStripClusterizer/test/testSiStripQuality/SiStripBadModule.tpl", + "RecoLocalTracker/SiStripRecHitConverter/interface/SiStripRecHitConverterAlgorithm.h", + "RecoLocalTracker/SiStripRecHitConverter/plugins/SiStripRecHitMatcherESProducer.cc", + "RecoLocalTracker/SiStripRecHitConverter/plugins/SiStripRecHitMatcherESProducer.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/IteratedMedianCMNSubtractor.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripCommonModeNoiseSubtractor.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripRawProcessingAlgorithms.h", + "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripRawProcessingFactory.h", + "RecoLocalTracker/SiStripZeroSuppression/python/SiStripZeroSuppression_SimData_cfi.py", + "RecoLocalTracker/SiStripZeroSuppression/python/siStripMergeZeroSuppression_cfi.py", + "RecoLocalTracker/SiStripZeroSuppression/test/SiStripZS_EmulateHybrid_RealData.py", + "RecoLocalTracker/SubCollectionProducers/interface/PixelClusterSelectorTopBottom.h", + "RecoLocalTracker/SubCollectionProducers/interface/StripClusterSelectorTopBottom.h", + "RecoLocalTracker/SubCollectionProducers/python/ClusterMultiplicityFilter_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/TopBottomClusterInfoProducer_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/TrackCandidateTopBottomHitFilter_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/hltTrackClusterRemoverNew_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/splitter_tracking_RunI_setup_cff.py", + "RecoLocalTracker/SubCollectionProducers/python/test/ClusterMCsplitStrips_cfi.py", + "RecoLocalTracker/SubCollectionProducers/python/test/MCsplitStripsCustomize_cff.py", + "RecoLuminosity/LumiProducer/test/analysis/test/crab3_ALCALUMIPIXELS_PIXONLY_DATA.py", + "RecoMTD/TransientTrackingRecHit/plugins/MTDTransientTrackingRecHitBuilderESProducer.cc", + "RecoMTD/TransientTrackingRecHit/python/MTDTransientTrackingRecHitBuilder_cfi.py", + "RecoMuon/L3MuonIsolationProducer/plugins/L3MuonCombinedRelativeIsolationProducer.cc", + "RecoMuon/L3MuonIsolationProducer/plugins/L3MuonCombinedRelativeIsolationProducer.h", + "RecoMuon/MuonIdentification/python/Identification/cutBasedMuonId_MuonPOG_V0_cff.py", + "RecoMuon/MuonIdentification/python/Identification/globalMuonPromptTight_V0_cff.py", + "RecoMuon/MuonIsolationProducers/python/muIsoDepositCalByAssociatorTowers_cfi.py", + "RecoMuon/StandAloneMuonProducer/python/standAloneMuonsDirectTrajectoryBuilder_cfi.py", + "RecoMuon/TrackerSeedGenerator/python/pixelTrackFilterByKinematicsForTSGFromL1_cfi.py", + "RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHitBreaker.h", + "RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHitBuilder.h", + "RecoMuon/TransientTrackingRecHit/plugins/MuonTransientTrackingRecHitBuilderESProducer.cc", + "RecoMuon/TransientTrackingRecHit/python/MuonTransientTrackingRecHitBuilder_cfi.py", + "RecoParticleFlow/Configuration/python/DBS_Samples/RelValQCD_FlatPt_15_3000_Fast_cfi.py", + "RecoParticleFlow/Configuration/python/RecoParticleFlow_conversion_EventContent_cff.py", + "RecoParticleFlow/Configuration/python/RecoParticleFlow_nuclear_EventContent_cff.py", + "RecoParticleFlow/PFClusterProducer/interface/alpaka/PFClusteringEdgeVarsDeviceCollection.h", + "RecoParticleFlow/PFClusterProducer/interface/alpaka/PFClusteringVarsDeviceCollection.h", + "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/GenericSimClusterMapper.cc", + "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/RealisticHitToClusterAssociator.h", + "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/RealisticSimClusterMapper.cc", + "RecoParticleFlow/PFClusterProducer/plugins/alpaka/PFClusterSoAProducerKernel.dev.cc", + "RecoParticleFlow/PFClusterProducer/python/particleFlowBadHcalPseudoCluster_cff.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterECALUncorrected_cfi.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterOOTECALUncorrected_cff.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterTimeAssigner_cfi.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowRealisticSimClusterHGCCalibrations_cfi.py", + "RecoParticleFlow/PFClusterProducer/python/particleFlowZeroSuppressionECAL_cff.py", + "RecoParticleFlow/PFProducer/plugins/importers/LooseNuclearInteractionTrackImporter.cc", + "RecoParticleFlow/PFProducer/plugins/importers/NuclearInteractionTrackImporter.cc", + "RecoParticleFlow/PFProducer/plugins/importers/VeryLooseNuclearInteractionTrackImporter.cc", + "RecoParticleFlow/PFProducer/test/particleFlowBlock_NewECalAndHCalLinker_HLT_cfi.py", + "RecoParticleFlow/PFRecHitProducer/interface/alpaka/PFRecHitParamsDeviceCollection.h", + "RecoParticleFlow/PFRecHitProducer/interface/alpaka/PFRecHitTopologyDeviceCollection.h", + "RecoParticleFlow/PFRecHitProducer/plugins/alpaka/PFRecHitECALParamsESProducer.cc", + "RecoParticleFlow/PFRecHitProducer/plugins/alpaka/PFRecHitHCALParamsESProducer.cc", + "RecoParticleFlow/PFRecHitProducer/src/alpaka/PFRecHitTopologyDeviceCollection.cc", + "RecoTBCalo/EcalTBHodoscopeReconstructor/interface/EcalTBHodoscopeRawInfoDumper.h", + "RecoTBCalo/EcalTBHodoscopeReconstructor/interface/EcalTBHodoscopeRecInfoProducer.h", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/EcalTBHodoscopeReconstructor_cfi.py", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecal2004TBHodoscopeReconstructor_cfi.py", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecal2006TBHodoscopeReconstructor_cfi.py", + "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecalTBSimHodoscopeReconstructor_cfi.py", + "RecoTauTag/RecoTau/python/PFRecoTauDiscriminationAgainstElectronMVA6Phase2_cff.py", + "RecoTauTag/RecoTau/python/tauDiscriminationAgainstElectronMVA6Phase2_mvaDefs_cff.py", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitPairGeneratorForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitPairGeneratorForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitQuadrupletGeneratorForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitQuadrupletGeneratorForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/HitPairGeneratorFromLayerPairForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/HitPairGeneratorFromLayerPairForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/HitQuadrupletGeneratorFromLayerPairForPhotonConversion.cc", + "RecoTracker/ConversionSeedGenerators/plugins/HitQuadrupletGeneratorFromLayerPairForPhotonConversion.h", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadruplets.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.h", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLeg.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLegAlgo.cc", + "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLegAlgo.h", + "RecoTracker/ConversionSeedGenerators/plugins/SeedForPhotonConversionFromQuadruplets.cc", + "RecoTracker/ConversionSeedGenerators/plugins/SeedForPhotonConversionFromQuadruplets.h", + "RecoTracker/ConversionSeedGenerators/python/PhotonConversionTrajectorySeedProducerFromQuadruplets_cfi.py", + "RecoTracker/ConversionSeedGenerators/python/PhotonConversionTrajectorySeedProducerFromSingleLeg_cfi.py", + "RecoTracker/DisplacedRegionalTracking/plugins/DisplacedRegionSeedingVertexProducer.cc", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-10mu-fulldet-build-extrectracks.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-10mu-fulldet-build.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-benchmarks-multiiter.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-ttbar-fulldet-build-extrectracks.sh", + "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-ttbar-fulldet-build.sh", + "RecoTracker/MkFitCore/standalone/xeon_scripts/benchmark-cmssw-ttbar-fulldet-build-remote.sh", + "RecoTracker/MkFitCore/standalone/xeon_scripts/benchmark-cmssw-ttbar-fulldet-build.sh", + "RecoTracker/PixelLowPtUtilities/interface/StripSubClusterShapeTrajectoryFilter.h", + "RecoTracker/PixelLowPtUtilities/python/StripSubClusterShapeTrajectoryFilter_cfi.py", + "RecoTracker/PixelSeeding/interface/HitTripletGeneratorFromPairAndLayersFactory.h", + "RecoTracker/PixelTrackFitting/plugins/PixelFitterByConformalMappingAndLineProducer.cc", + "RecoTracker/PixelTrackFitting/plugins/PixelTrackCleanerBySharedHitsESProducer.cc", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForBeamHalo_cff.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForBeamHalo_cfi.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsP5_cff.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cff.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cfi.py", + "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmics_cfi.py", + "RecoTracker/TkMSParametrization/interface/MultipleScatteringParametrisationMaker.h", + "RecoTracker/TkMSParametrization/plugins/MultipleScatteringParametrisationMakerESProducer.cc", + "RecoTracker/TkMSParametrization/src/ES_MultipleScatteringParametrisationMaker.cc", + "RecoTracker/TkSeedGenerator/interface/MultiHitGeneratorFromPairAndLayersFactory.h", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsStraightLineCreator.cc", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsStraightLineCreator.h", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsTripletOnlyCreator.cc", + "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsTripletOnlyCreator.h", + "RecoTracker/TkSeedGenerator/python/SeedFromConsecutiveHitsStraightLineCreator_cfi.py", + "RecoTracker/TkSeedGenerator/python/SeedFromConsecutiveHitsTripletOnlyCreator_cfi.py", + "RecoTracker/TkSeedGenerator/python/SeedGeneratorFromProtoTracksEDProducer_cff.py", + "RecoTracker/TkSeedGenerator/python/SeedGeneratorFromRegionHitsEDProducer_cfi.py", + "RecoTracker/TkSeedGenerator/python/seedCreatorFromRegionConsecutiveHitsEDProducer_cff.py", + "RecoTracker/TkSeedGenerator/python/seedCreatorFromRegionConsecutiveHitsTripletOnlyEDProducer_cff.py", + "RecoTracker/TkSeedingLayers/python/PixelLessLayerPairs4PixelLessTracking_cfi.py", + "RecoTracker/TkSeedingLayers/python/TTRHBuilderWithoutAngle4MixedTriplets_cfi.py", + "RecoTracker/TkSeedingLayers/python/TTRHBuilderWithoutAngle4PixelTriplets_cfi.py", + "RecoTracker/TkTrackingRegions/interface/GlobalTrackingRegionProducerFromBeamSpot.h", + "RecoTracker/TkTrackingRegions/plugins/CandidatePointSeededTrackingRegionsProducer.h", + "RecoTracker/TkTrackingRegions/plugins/GlobalTrackingRegionWithVerticesProducer.h", + "RecoTracker/TkTrackingRegions/plugins/PixelInactiveAreaTrackingRegionsSeedingLayersProducer.cc", + "RecoTracker/TransientTrackingRecHit/interface/TkTransientTrackingRecHitBuilder.h", + "RecoTracker/TransientTrackingRecHit/plugins/TkTransientTrackingRecHitBuilderESProducer.cc", + "RecoTracker/TransientTrackingRecHit/python/TransientTrackingRecHitBuilderWithoutRefit_cfi.py", + "RecoTracker/TransientTrackingRecHit/python/TransientTrackingRecHitBuilder_cfi.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsEarly10TeVCollision_cff.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsEarly10TeVCollision_cfi.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsNominalCollision_cff.py", + "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsNominalCollision_cfi.py", + "RecoVertex/ConfigurableVertexReco/interface/ConfigurableAdaptiveReconstructor.h", + "RecoVertex/GaussianSumVertexFit/interface/GsfVertexTrackCompatibilityEstimator.h", + "RecoVertex/KinematicFitPrimitives/interface/ExtendedPerigeeTrajectoryParameters.h", + "RecoVertex/KinematicFitPrimitives/interface/KinematicParticleFactoryFromTransientTrack.h", + "RecoVertex/KinematicFitPrimitives/interface/ParticleKinematicLinearizedTrackState.h", + "RecoVertex/KinematicFitPrimitives/interface/ParticleKinematicLinearizedTrackStateFactory.h", + "RecoVertex/KinematicFitPrimitives/interface/TransientTrackKinematicStateBuilder.h", + "RecoVertex/KinematicFitPrimitives/src/KinematicParticleFactoryFromTransientTrack.cc", + "RecoVertex/KinematicFitPrimitives/src/ParticleKinematicLinearizedTrackStateFactory.cc", + "RecoVertex/LinearizationPointFinders/interface/CrossingPtBasedLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/interface/DefaultLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/interface/FallbackLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/interface/SubsetHSMLinearizationPointFinder.h", + "RecoVertex/LinearizationPointFinders/src/CrossingPtBasedLinearizationPointFinder.cc", + "RecoVertex/PixelVertexFinding/plugins/alpaka/PixelVertexWorkSpaceSoADeviceAlpaka.h", + "RecoVertex/PrimaryVertexProducer/interface/AdaptiveChisquarePrimaryVertexFitter.h", + "RecoVertex/PrimaryVertexProducer/interface/SequentialPrimaryVertexFitterAdapter.h", + "RecoVertex/PrimaryVertexProducer/python/OfflinePrimaryVerticesFromCosmicTracks_cfi.py", + "RecoVertex/TrimmedKalmanVertexFinder/interface/ConfigurableTrimmedVertexFinder.h", + "SLHCUpgradeSimulations/Geometry/data/PhaseI/EmptyPixelSkimmedGeometry_phase1.txt", + "SLHCUpgradeSimulations/Geometry/data/PhaseII/Tilted/EmptyPixelSkimmedGeometry.txt", + "SimCalorimetry/Configuration/python/SimCalorimetry_EcalSelectiveReadoutProducers_setBeamcom09_cff.py", + "SimCalorimetry/EcalEBTrigPrimAlgos/interface/EcalEBPhase2AmplitudeReconstructor.h", + "SimCalorimetry/EcalEBTrigPrimProducers/plugins/EcalEBTrigPrimPhase2ESProducer.cc", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitiveDigis_cff.py", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitiveDigis_cfi.py", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitivePhase2Digis_cfi.py", + "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitivePhase2ESProducer_cfi.py", + "SimCalorimetry/EcalElectronicsEmulation/python/EcalElecEmulTccOnlyExample_cfg.py", + "SimCalorimetry/EcalSelectiveReadoutAlgos/interface/EcalSelectiveReadoutSuppressor.h", + "SimCalorimetry/EcalSelectiveReadoutProducers/interface/namespace_ecalsrcondtools.h", + "SimCalorimetry/EcalSelectiveReadoutProducers/plugins/EcalSelectiveReadoutProducer.cc", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTrigPrimESProducer_craft_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_CosmicsConfiguration_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_barrelOnly_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_craft_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_craft_cfi.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_mc_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_mc_cfi.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_readDBOffline_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_readDBOffline_cfi.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_with_suppressed_cff.py", + "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_with_suppressed_cfi.py", + "SimCalorimetry/EcalZeroSuppressionProducers/doc/EcalZeroSuppressionProducers.doc", + "SimCalorimetry/EcalZeroSuppressionProducers/interface/ESZeroSuppressionProducer.h", + "SimCalorimetry/EcalZeroSuppressionProducers/interface/EcalZeroSuppressionProducer.h", + "SimCalorimetry/EcalZeroSuppressionProducers/python/ecalGlobalZeroSuppression_cfi.py", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllHitToTracksterAssociatorsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllLayerClusterToTracksterAssociatorsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllTracksterToSimTracksterAssociatorsByHitsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/AllTracksterToSimTracksterAssociatorsByLCsProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToLayerClusterAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToLayerClusterAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToSimClusterCaloParticleAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToSimClusterCaloParticleAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToTracksterAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToTracksterAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorEDProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/SimClusterToCaloParticleAssociatorProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/SimClusterToCaloParticleAssociatorProducer.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorEDProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreImpl.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreImpl.h", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorEDProducer.cc", + "SimCalorimetry/HGCalAssociatorProducers/python/HitToTracksterAssociation_cfi.py", + "SimCalorimetry/HGCalAssociatorProducers/python/SimClusterToCaloParticleAssociation_cfi.py", + "SimCalorimetry/HGCalAssociatorProducers/python/TSToSimTSAssociationByHits_cfi.py", + "SimCalorimetry/HGCalSimProducers/data/doseParams_3000fb_fluka_HFNose_3.7.20.12_Eta2.4.txt", + "SimCalorimetry/HcalZeroSuppressionProducers/doc/HcalZeroSuppressionProducers.doc", + "SimCalorimetry/HcalZeroSuppressionProducers/interface/HcalZeroSuppressionAlgo.h", + "SimCalorimetry/HcalZeroSuppressionProducers/python/NoHcalZeroSuppression_cff.py", + "SimCalorimetry/HcalZeroSuppressionProducers/python/hcalDigisNoSuppression_cfi.py", + "SimDataFormats/Associations/interface/LayerClusterToCaloParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/LayerClusterToSimClusterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/LayerClusterToSimTracksterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociationMap.h", + "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociator.h", + "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MtdSimLayerClusterToRecoClusterAssociationMap.h", + "SimDataFormats/Associations/interface/MtdSimLayerClusterToTPAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MultiClusterToCaloParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/MuonToTrackingParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TrackToTrackingParticleAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TracksterToSimClusterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TracksterToSimTracksterAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/TracksterToSimTracksterHitLCAssociatorBaseImpl.h", + "SimDataFormats/Associations/interface/VertexToTrackingVertexAssociatorBaseImpl.h", + "SimDataFormats/Associations/src/LayerClusterToCaloParticleAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/LayerClusterToSimTracksterAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/MtdRecoClusterToSimLayerClusterAssociationMap.cc", + "SimDataFormats/Associations/src/MtdRecoClusterToSimLayerClusterAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/MtdSimLayerClusterToRecoClusterAssociationMap.cc", + "SimDataFormats/Associations/src/MultiClusterToCaloParticleAssociatorBaseImpl.cc", + "SimDataFormats/Associations/src/TracksterToSimTracksterHitLCAssociatorBaseImpl.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.h", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsProducer.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorEDProducer.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdImpl.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdImpl.h", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdProducer.cc", + "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorEDProducer.cc", + "SimFastTiming/MtdAssociatorProducers/python/mtdRecoClusterToSimLayerClusterAssociation_cfi.py", + "SimFastTiming/MtdAssociatorProducers/python/mtdSimLayerClusterToTPAssociation_cfi.py", + "SimGeneral/Configuration/python/RunsAndWeights_Run2018_Equal_Lumi_Integer_Weights.py", + "SimGeneral/DataMixingModule/python/supplementary/DigiRecoExampleMC_STARTUP_cfg.py", + "SimGeneral/DataMixingModule/python/supplementary/ReconstructionLocalCosmics_cff.py", + "SimGeneral/DataMixingModule/python/supplementary/recoT0DQM_EvContent_40T_digiOnly_cfg.py", + "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_11h_8h_hybrid2p40_cfi.py", + "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_12p5h_9h_hybrid2p23_cfi.py", + "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_14h_10h_hybrid2p05_cfi.py", + "SimGeneral/MixingModule/python/Run3_2025_LHC_Simulation_fill12p5h_levelling9h_nb2340_xSec80mb_il2p23_cfi.py", + "SimGeneral/MixingModule/python/mix_2012_Summer_50ns_PoissonOOTPU_ExtWind_cfi.py", + "SimGeneral/MixingModule/python/mix_2012_lumiLevel_15_20_50ns_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2015_25nsLowPU_matchData_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2015_25ns_FallMC_matchData_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2016_25ns_SpringMC_PUScenarioV1_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2016_PoissonOOTPU_HighPUTrains_Fill5412_cfi.py", + "SimGeneral/MixingModule/python/mix_2017_25ns_WinterMC_PUScenarioV1_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2018_25ns_JuneProjectionFull18_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2018_25ns_ProjectedPileup_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2022_25ns_RunIII2022Summer24_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2023_25ns_RunIII2023Summer24_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2023_Fills_8807_8901_ProjectedPileup_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_2024_25ns_RunIII2024Summer24_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_E7TeV_Fall2011_Reprocess_50ns_PoissonOOTPU_cfi.py", + "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_25ns_PoissonOOT_cfi.py", + "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_50ns_PoissonOOT.py", + "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_inTimeOnly_cfi.py", + "SimGeneral/TrackingAnalysis/python/trackingParticleNumberOfLayersProducer_cff.py", + "SimTracker/TrackAssociation/python/trackingParticleRecoTrackAsssociation_cff.py", + "SimTracker/TrackAssociation/python/trackingParticleRecoTrackAsssociation_cfi.py", + "SimTracker/TrackAssociatorProducers/plugins/QuickTrackAssociatorByHitsProducer.cc", + "SimTracker/TrackAssociatorProducers/plugins/TrackAssociatorByPositionProducer.cc", + "SimTracker/TrackerMaterialAnalysis/data/dd4hep_trackingMaterialGroups_ForPhaseII.xml", + "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseI/v1/trackingMaterialGroups_ForPhaseI.xml", + "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseII/v1/trackingMaterialGroups_ForPhaseII.xml", + "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseII/v2/trackingMaterialGroups_ForPhaseII.xml", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_ListGroupsMaterialDifference.h", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_MaterialAccountingGroup.cc", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_MaterialAccountingGroup.h", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialAnalyser.cc", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialAnalyser.h", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialPlotter.cc", + "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialPlotter.h", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHFNosePhaseII_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHGCalPhaseII_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHGCalPhaseII_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseII_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseII_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseI_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseI_cfi.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialProducerHFNose_cff.py", + "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialProducerHFNose_cfi.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialAnalyser_ForHFNosePhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialAnalyser_ForHGCalPhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForHFNosePhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForHGCalPhaseII.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForPhaseI.py", + "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForPhaseII.py", + "SimTracker/VertexAssociation/plugins/VertexAssociatorByPositionAndTracksProducer.cc", + "SimTransport/TotemRPProtonTransportParametrization/interface/LHCOpticsApproximator.h", + "SimTransport/TotemRPProtonTransportParametrization/src/LHCOpticsApproximator.cc", + "TopQuarkAnalysis/TopEventProducers/python/producers/TtDilepEvtSolProducer_cfi.py", + "TopQuarkAnalysis/TopEventProducers/python/producers/TtSemiEvtSolProducer_cfi.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttFullHadEvtHypotheses_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttFullLepEvtHypotheses_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepEvtHypotheses_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepKinematicFit_cff.py", + "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepMVASelection_cff.py", + "TopQuarkAnalysis/TopEventSelection/data/TtFullHadSignalSelMVATrainTreeSaver.xml", + "TopQuarkAnalysis/TopEventSelection/data/TtSemiLepSignalSelMVATrainTreeSaver.xml", + "TopQuarkAnalysis/TopEventSelection/python/TtFullHadSignalSelMVATrainTreeSaver_cff.py", + "TopQuarkAnalysis/TopEventSelection/python/TtSemiLepSignalSelMVATrainTreeSaver_cff.py", + "TopQuarkAnalysis/TopJetCombination/plugins/TtSemiLepJetCombWMassDeltaTopMass.cc", + "TopQuarkAnalysis/TopJetCombination/python/TtSemiLepJetCombMVATrainTreeSaver_cff.py", + "TopQuarkAnalysis/TopJetCombination/python/TtSemiLepJetCombWMassDeltaTopMass_cfi.py", + "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Fall11_cff.py", + "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Spring10_cff.py", + "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Summer11_cff.py", + "TrackPropagation/SteppingHelixPropagator/plugins/SteppingHelixPropagatorESProducer.cc", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorAlong_cfi.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorAny_cfi.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorHLT_cff.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorOpposite_cfi.py", + "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorsNoErrorPropagation_cff.py", + "TrackPropagation/SteppingHelixPropagator/test/SteppingHelixPropagatorAnalyzer.cc", + "TrackingTools/GeomPropagators/interface/AnalyticalTrajectoryExtrapolatorToLine.h", + "TrackingTools/KalmanUpdators/python/MRHChi2MeasurementEstimatorESProducer_cfi.py", + "TrackingTools/MaterialEffects/python/RungeKuttaTrackerPropagatorOpposite_cfi.py", + "TrackingTools/PatternTools/interface/trackingParametersAtClosestApproachToBeamSpot.h", + "TrackingTools/PatternTools/src/trackingParametersAtClosestApproachToBeamSpot.cc", + "TrackingTools/TrajectoryFiltering/interface/ChargeSignificanceTrajectoryFilter.h", + "TrackingTools/TrajectoryFiltering/interface/MaxConsecLostHitsTrajectoryFilter.h", + "TrackingTools/TrajectoryParametrization/interface/CurvilinearTrajectoryParameters.h", + "TrackingTools/TrajectoryParametrization/interface/PerigeeTrajectoryParameters.h", + "TrackingTools/TransientTrackingRecHit/interface/GenericTransientTrackingRecHit.h", + "TrackingTools/TransientTrackingRecHit/interface/TransientTrackingRecHitBuilder.h", + "Utilities/ReleaseScripts/ignominy/config/IgnominyCommon/IgGNUPlotTemplate_CMS.gnu", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_baseline.json", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_newClass.json", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_removeClass.json", + "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_versionUpdate.json", + "Utilities/StorageFactory/test/test_multiple_files_file_statistics_sender_cfg.py", + "Validation/CTPPS/python/ctppsProtonReconstructionEfficiencyEstimatorData_cfi.py", + "Validation/CaloTowers/test/runNoise_valid_simhits_digis_rechits_calotowers_ZS_cfg.py", + "Validation/HGCalValidation/test/python/testValidationHGCalTrigPrim_RelVal_cfg.py", + "Validation/RecoEgamma/python/ElectronMcSignalValidatorPt1000_gedGsfElectrons_cfi.py", + "Validation/RecoEgamma/test/ElectronMcSignalValidationPt1000_gedGsfElectrons_cfg.py", + "Validation/SiPixelPhase1ConfigV/python/SiPixelPhase1OfflineDQM_harvestingV_cff.py", + "Validation/SiPixelPhase1TrackClustersV/python/SiPixelPhase1TrackClustersV_cfi.py", + "Validation/SiPixelPhase1TrackingParticleV/interface/SiPixelPhase1TrackingParticleV.h", + "Validation/SiPixelPhase1TrackingParticleV/python/SiPixelPhase1TrackingParticleV_cfi.py", + "Validation/SiPixelPhase1TrackingParticleV/src/SiPixelPhase1TrackingParticleV.cc" + ], + "squashed": true, + "time": 1745319156 + }, + "06516559d90de78ecd6034aa4425e2ac9132faed": { + "time": 1745387111, + "squashed": false, + "files": [ + "CalibTracker/SiPixelESProducers/python/siPixelQualityForDigitizerESProducer_cfi.py", + "CalibTracker/SiStripESProducers/test/python/siStripClusterThresholdDummyPrinter_cfg.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_ideal_prep.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R178231", + "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentParameters.h", + "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_cff.py", + "CalibTracker/SiStripLorentzAngle/interface/SiStripLorentzAngleCalibrationStruct.h", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripLatencyDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/SiStripBackPlaneCorrectionDepESProducer_cfi.py", + "CalibTracker/SiStripChannelGain/test/Cosmic_B38/SiStrip_ChannelGain_Cosmic_Craft.db", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/submit_jobs.sh", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160077", + "CalibTracker/SiStripESProducers/python/fake/SiStripBackPlaneCorrectionFakeESSource_cfi.py", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/produceCalibrationTree_CosmicsLABP_cfg.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHaloOverlaps_Output_cff.py", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsStore.h", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/PredictedVsObserved.sh", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilterNoHLT_Output_cff.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripNoisesDummyDBWriter_cfi.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_Output_cff.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripConfObjectDummyDBWriter_cfi.py", + "CalibTracker/SiPhase2TrackerESProducers/python/SiPhase2OuterTrackerFakeLorentzAngleESSource_cfi.py", + "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHGCombined_cff.py", + "CalibTracker/Configuration/python/SiStripNoise/SiStripNoise_Fake_APVModeDec_cff.py", + "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_cff.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2_data.py", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripBackPlaneCorrectionFakeESSource.cc", + "Alignment/APEEstimation/python/samples/Data_TkAlMinBias_Run2018C_PromptReco_v3_cff.py", + "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/ConfigureAlignmentProducer.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuPA_Output_cff.py", + "CalibTracker/SiPhase2TrackerESProducers/plugins/SiPhase2BadStripConfigurableFakeESSource.cc", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/printParameters.C", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Fake_cff.py", + "AnalysisAlgos/SiStripClusterInfoProducer/plugins/SiStripProcessedRawDigiProducer.cc", + "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOct2010holes.phipos", + "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorTracksFromTrajectories.cc", + "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleDepDummyPrinter_cfg.py", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/README.md", + "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv6_transparency_spikekill_2016_script_270062.py", + "CalibTracker/SiStripQuality/test/cfg/StudyExample/SiStripQualityStatistics_singleTag_cfg.py", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripNoiseNormalizedWithApvGainBuilder.cc", + "Alignment/APEEstimation/python/samples/Data_TkAlZMuMu_Run2015B_DoubleMuon_PromptReco_v1_cff.py", + "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorSegmentDifferences_cfi.py", + "CalibCalorimetry/EcalTrivialCondModules/interface/EcalTrivialConditionRetriever.h", + "CalibTracker/SiStripDCS/test/HV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", + "CalibTracker/SiStripESProducers/plugins/real/SiStripApvSimulationParametersESProducer.cc", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripLorentzAngleDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadModuleDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripLorentzAngle_cfg.py", + "CalibTracker/SiPixelConnectivity/plugins/PixelToLNKAssociateFromAsciiESProducer.cc", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_Output_cff.py", + "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationOfflineSimService.h", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/submitCalibTree/__init__.py", + "CalibTracker/SiPixelESProducers/python/SiPixel2DTemplateDBObjectESProducer_cfi.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2.py", + "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSTimingCalib_Output_cff.py", + "CalibTracker/SiPixelESProducers/python/SiPixelFakeTemplateDBObjectESSource_cfi.py", + "CalibTracker/SiStripChannelGain/test/CodeExample/produceCalibrationTree_cfg_OnBatch.py", + "CalibTracker/SiStripESProducers/python/SiStripHashedDetIdESProducerFromGeom_cfi.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLT_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedHI_Output_cff.py", + "CalibCalorimetry/EcalCorrectionModules/src/EcalGlobalShowerContainmentCorrectionsVsEtaESProducer.cc", + "CalibTracker/SiPhase2TrackerESProducers/interface/SiPhase2OuterTrackerFakeLorentzAngleESSource.h", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/MakeAsciiFileFromTree.sh", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsInCollisions_Output_cff.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_merge_cfg.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonProducerFilter_Output_cff.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161016", + "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/myMessageLogger_cff.py", + "CalibTracker/Configuration/python/SiStripLorentzAngle/SiStripLorentzAngle_Fake_cff.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripBadModuleConfigurableFakeESSource_cfi.py", + "CalibTracker/Configuration/python/SiPixelCabling/SiPixelCabling_Frontier_IntDB_cff.py", + "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentDerivatives.h", + "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorMuonResidualsDefaults_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGDiMuon_cff.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromBadStripFakeESSource_cfg.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsolatedBunchSelector_cff.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_firstIOV_cfg.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/doc/EcalCorrelatedNoiseAnalysisAlgos.doc", + "CalibTracker/SiStripQuality/interface/SiStripBadAPVAlgorithmFromClusterOccupancy.h", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/ProducePayloadFromASCII_cfg.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuHI_Output_cff.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadChannel_cfg.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilterNoHLT_cff.py", + "CalibTracker/SiPixelSCurveCalibration/interface/SiPixelSCurveCalibrationAnalysis.h", + "CalibTracker/SiStripDCS/test/DetVOffReaderDebug__FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadStripDummyDBWriter_cfi.py", + "CalibMuon/DTCalibration/python/dt_offlineAnalysis_common_cosmics_vDriftSeg_cff.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_ideal.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripThreshold_cfg.py", + "CalibTracker/SiPixelConnectivity/plugins/PixelToFEDAssociateFromAsciiESProducer.h", + "CalibTracker/SiPixelConnectivity/python/PixelToLNKAssociateFromAsciiESProducer_cfi.py", + "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexCompositeCandidateSelector_cfi.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilter_Output_cff.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripDetVOff_cfg.py", + "CalibTracker/SiPixelLorentzAngle/test/calculateLorentzAngleFromClusterSizeFpix.C", + "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationOfflineService.h", + "Alignment/CommonAlignmentProducer/interface/AlignmentTwoBodyDecayTrackSelector.h", + "Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationPluginFactory.h", + "CalibTracker/SiStripQuality/test/cfg/makeMergeBadComponentPayload_example_cfg.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadFiberDummyDBWriter_cfi.py", + "CalibTracker/SiStripLorentzAngle/interface/SiStripLorentzAngleCalibrationHelpers.h", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_secondIOV_cfg.py", + "CalibTracker/SiStripESProducers/python/SiStripQualityConfigurableFakeESSource_cfi.py", + "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentDerivatives.h", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripConfObject_cfg.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalTestPulsesRaw_Output_cff.py", + "Alignment/LaserAlignment/python/ExpectedCorrectionsShiftsAndRotationsTEC2TEC_cfi.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBackPlaneCorrection_cfg.py", + "Alignment/OfflineValidation/test/examples/jetHtFilesForRun2018A_first100files.txt", + "CalibTracker/SiStripESProducers/test/python/SiStripBadAPVListBuilder_byHand_cfg.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_firstIOV_cfg.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripBadChannelFakeESSource_cfi.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkProducerFilter_Output_cff.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/test/EcnaCalculationsExample.cc", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlStandAloneCosmics_Output_cff.py", + "CalibPPS/TimingCalibration/plugins/PPSDiamondSampicTimingCalibrationPCLHarvester.cc", + "CalibTracker/SiPixelESProducers/plugins/SiPixelROCsStatusAndMappingWrapperESProducer.cc", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_3.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOZeeMC_plus_HLT_EcalCalElectron_Output_cff.py", + "CalibTracker/SiStripESProducers/plugins/DBWriter/SiStripFedCablingManipulator.cc", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/read_DummyCondDBWriter_SiStripQuality_cfg.py", + "Alignment/MillePedeAlignmentAlgorithm/test/test_ZMuMuMassConstraintParameterFinder.sh", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadChannelDummyDBWriter_cfi.py", + "CalibPPS/TimingCalibration/python/ALCARECOPPSDiamondSampicTimingCalibHarvester_cff.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_ideal_prep.py", + "Alignment/CommonAlignmentProducer/src/AlignmentTracksFromVertexCompositeCandidateSelector.cc", + "CalibTracker/StandaloneTrackerTopology/test/testStandaloneTrackerTopology_cfg.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGCombined_Output_cff.py", + "Alignment/CommonAlignmentParametrization/interface/ParametersToParametersDerivatives.h", + "Alignment/CommonAlignmentProducer/interface/AlignmentTracksFromVertexCompositeCandidateSelector.h", + "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromBadModuleConfigurableFakeESSource_cfg.py", + "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_ApeSkim_cff.py", + "CalibTracker/SiPixelESProducers/python/SiPixelFakeGenErrorDBObjectESSource_cfi.py", + "Alignment/CommonAlignmentParametrization/src/ParametersToParametersDerivatives.cc", + "Alignment/MuonAlignmentAlgorithms/test/test_CSCOverlapsAlignmentAlgorithm_cfg.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R175975_1_0_150_Dee0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R175975_1_0_150_SM0.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0.py", + "CalibTracker/SiPixelConnectivity/plugins/PixelToLNKAssociateFromAsciiESProducer.h", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/PixelBaryCentreAnalyzer_cfg.py", + "CalibTracker/Configuration/python/Tracker_DependentRecords_forGlobalTag_nofakes_cff.py", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/produceCalibrationTree_template_cfg.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanLSFJOBReports", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/PredictedVsObserved.C", + "CalibPPS/TimingCalibration/plugins/PPSDiamondSampicTimingCalibrationPCLWorker.cc", + "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentParameters.h", + "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv6_transparency_spikekill_2016_script.py", + "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleDummyPrinter_cfg.py", + "AnalysisAlgos/SiStripClusterInfoProducer/python/SiStripProcessedRawDigiProducer_SimData_cfi.py", + "Alignment/CommonAlignmentParametrization/interface/SegmentAlignmentDerivatives4D.h", + "CalibTracker/SiStripESProducers/python/fake/SiStripFedCablingFakeESSource_cfi.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkProducerFilter_cff.py", + "CalibTracker/SiStripESProducers/python/fake/Phase2TrackerConfigurableCablingESSource_cfi.py", + "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_Output_cff.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripClusterThreshold_cfg.py", + "CalibCalorimetry/EcalCorrectionModules/src/EcalShowerContainmentCorrectionsESProducer.cc", + "CalibTracker/SiPixelESProducers/plugins/SiPixelGainCalibrationForHLTGPUESProducer.cc", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_startup.py", + "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexCompositeCandidateSelectorModule.cc", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBaseDelay_cfg.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadStripFromQualityDummyDBWriter_cfi.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_startup_prep.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli0T_cff.py", + "Alignment/APEEstimation/python/samples/Data_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripBadModuleConfigurableFakeESSource.cc", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGDiMuon_cff.py", + "CalibTracker/Configuration/python/SiPixelCabling/SiPixelCabling_Frontier_DevDB_cff.py", + "CalibTracker/SiStripESProducers/test/python/siStripBackPlaneCorrectionDepDummyPrinter_cfg.py", + "CalibTracker/SiPixelLorentzAngle/python/SiPixelLorentzAnglePCLHarvesterMCS_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripFedCablingDummyDBWriter_cfi.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R162517", + "CalibTracker/SiStripQuality/test/cfg/StudyExample/SiStripQualityStatistics_Cabling_cfg.py", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/zmumudistribution_cfg.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalUncalIsolElectron_Output_cff.py", + "CalibTracker/SiStripLorentzAngle/test/step_PromptCalibProdSiStripLA_ALCAHARVEST_cfg.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadModule_cfg.py", + "Calibration/EcalCalibAlgos/python/ALCARECOPromptCalibProdEcalPedestals_Output_cff.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripDetVOffDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBackPlaneCorrectionDummyDBWriter_cfi.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalGammaJetFilter_Output_cff.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2_simul.py", + "Alignment/CommonAlignmentParametrization/src/CompositeAlignmentDerivativesExtractor.cc", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracksZMuMu_Output_cff.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_secondIOV_cfg.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_cff.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/executableTemplate.sh", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_ideal_prep.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripPedestalsDummyDBWriter_cfi.py", + "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexSelectorModule.cc", + "Alignment/CommonAlignmentParametrization/interface/KarimakiAlignmentDerivatives.h", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_IntDB_cff.py", + "CalibTracker/SiStripDCS/test/LV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", + "CalibTracker/SiPixelLorentzAngle/interface/SiPixelLorentzAngleCalibrationStruct.h", + "CalibTracker/SiStripESProducers/plugins/real/SiStripBackPlaneCorrectionDepESProducer.cc", + "CalibTracker/SiStripESProducers/python/fake/SiStripConfObjectFakeESSource_cfi.py", + "CalibTracker/SiStripQuality/interface/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.h", + "Alignment/TrackerAlignment/test/Misalignments/createRandomlyMisalignedGeometry_cfg.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonFilter_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_Output_cff.py", + "CalibTracker/SiPixelSCurveCalibration/python/SiPixelSCurveCalibrationAnalysis_cfi.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedPA_Output_cff.py", + "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters4D.h", + "CalibTracker/SiStripESProducers/test/python/SiStripBadComponentBuilder_byHand_cfg.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHG_cff.py", + "Alignment/TrackerAlignment/test/Misalignments/createRandomlyMisalignedGeometry_Phase2_cfg.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalCalIsolElectron_Output_cff.py", + "CalibCalorimetry/EcalTrivialCondModules/python/EcalTrivialCondRetrieverTB_cfi.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlDiMuonAndVertex_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOZeeMCEcalCalElectron_Output_cff.py", + "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/run.sh", + "CalibTracker/SiStripQuality/interface/SiStripHotStripAlgorithmFromClusterOccupancy.h", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160998", + "CalibTracker/SiStripQuality/src/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.cc", + "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromQualityFakeESSource_cfg.py", + "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexSelector_cfi.py", + "CalibTracker/SiPixelConnectivity/plugins/PixelToFEDAssociateFromAsciiESProducer.cc", + "CalibTracker/SiStripESProducers/plugins/real/SiStripLorentzAngleDepESProducer.cc", + "Alignment/CommonAlignmentParametrization/src/TwoBowedSurfacesAlignmentParameters.cc", + "CalibTracker/SiStripChannelGain/test/UsefullCode/TimeHistory/MakeChargeDistribution.C", + "Alignment/MillePedeAlignmentAlgorithm/plugins/ZMuMuMassConstraintParameterFinder.cc", + "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/submitCalibTree/launchJobs.py", + "CalibTracker/SiStripESProducers/plugins/fake/SiStripNoiseNormalizedWithApvGainBuilder.h", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripApvGainDummyDBWriter_cfi.py", + "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_ringfitters_cff.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripLatency_cfg.py", + "CalibTracker/SiPixelGainCalibration/test/SimpleTestPrintOutPixelCalibAnalyzer.cc", + "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentDerivativesExtractor.h", + "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv4_128_MC_startup.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_cfg.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161311", + "CalibTracker/Configuration/python/SiStripLorentzAngle/SiStripLorentzAngle_Frontier_cff.py", + "CalibCalorimetry/EcalCorrectionModules/test/stubs/EcalContainmentCorrectionAnalyzer.cc", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R178231_1_0_150_Dee0.py", + "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_diskfitters_cff.py", + "CalibTracker/SiPixelGainCalibration/python/SiPixelGainCalibrationAnalysis_cfi.py", + "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentParameters.h", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripPedestals_cfg.py", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsEntry.h", + "CalibPPS/ESProducers/interface/CTPPSRPAlignmentCorrectionsDataESSourceXMLCommon.h", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripApvGain_cfg.py", + "CalibTracker/SiStripESProducers/test/python/siStripBackPlaneCorrectionDummyPrinter_cfg.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlCalIsolatedMu_Output_cff.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R170298", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_1.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160994", + "Alignment/OfflineValidation/test/examples/PV_alignments_multiple_merge_jobs.yaml", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R162811", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripFedCabling_cfg.py", + "Alignment/CommonAlignmentParametrization/interface/TwoBowedSurfacesAlignmentParameters.h", + "CalibTracker/SiPixelLorentzAngle/python/ALCARECOSiPixelLorentzAngle_Output_cff.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_startup_prep.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_startup.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanSubmissionScripts", + "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters.h", + "Alignment/OfflineValidation/test/examples/jetHtAnalysis_fullExampleConfiguration.json", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGCombined_Output_cff.py", + "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/MakeAsciiFileFromTree.C", + "Alignment/TrackerAlignment/scripts/TkAlCaRecoPrescaling.ALCARECOTkAlCosmics0T.tpl", + "AnalysisAlgos/SiStripClusterInfoProducer/python/SiStripProcessedRawDigiProducer_cfi.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonProducerFilter_cff.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R175975", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmics_Output_cff.py", + "CalibTracker/SiStripESProducers/python/fake/SiStripLorentzAngleFakeESSource_cfi.py", + "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationForHLTSimService.h", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIterativePhiSym_Output_cff.py", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161020", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripThresholdDummyDBWriter_cfi.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadFiber_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/condorTemplate.submit", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_PeakMode_cfg.py", + "CalibTracker/Configuration/python/SiStripNoise/SiStripNoise_Fake_APVModePeak_cff.py", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBaseDelayDummyDBWriter_cfi.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonProducerFilter_Output_cff.py", + "CalibTracker/SiPixelESProducers/test/PixelFEDChannelCollectionMapTestReader_cfg.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonProducerFilter_cff.py", + "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleSimDummyPrinter_cfg.py", + "CalibTracker/Configuration/python/TrackerAlignment/TrackerAlignment_Frontier_cff.py", + "Alignment/CommonAlignmentParametrization/src/BowedSurfaceAlignmentDerivatives.cc", + "Alignment/OfflineValidation/test/testingScripts/test_unitSagittaBiasNtuplizer.sh", + "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanPythonFiles", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_cff.py", + "CalibTracker/SiStripChannelGain/test/UsefullCode/Comparison/MakeChargeDistribution.C", + "CalibTracker/SiStripESProducers/python/DBWriter/SiStripFedCablingManipulator_cfi.py", + "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_DevDB_cff.py", + "CalibTracker/SiStripESProducers/test/python/SiStripNoiseNormalizedWithApvGainBuilder_cfg.py", + "CalibTracker/SiPhase2TrackerESProducers/plugins/SiPhase2OuterTrackerFakeLorentzAngleESSource.cc", + "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHLTHGCombined_cff.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_startup.py", + "CalibPPS/AlignmentGlobal/python/ALCARECOPromptCalibProdPPSAlignment_Output_cff.py", + "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_DecMode_cfg.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkNoHLT_Output_cff.py", + "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalRecalIsolElectron_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsolatedBunchSelector_Output_cff.py", + "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonFilter_Output_cff.py", + "CalibTracker/SiPixelESProducers/plugins/alpaka/SiPixelGainCalibrationForHLTSoAESProducer.cc", + "CalibTracker/SiPixelESProducers/python/siPixelQualityForRawToDigiESProducer_cfi.py", + "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_startup_prep.py" + ] + } + }, + "emoji": { + "2821245737": "+1" + }, + "last_seen_sha": "06516559d90de78ecd6034aa4425e2ac9132faed", + "signatures": {} + } + } +] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_remove_type.json b/tests/PRActionData/TestProcessPr.test_remove_type.json new file mode 100644 index 00000000000..1323896b69c --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_remove_type.json @@ -0,0 +1,71 @@ +[ + { + "type": "load-bot-cache", + "data": { + "commits": { + "ceea69106c5e0e17c03c87c13bdf187f03214fec": { + "files": [ + "README" + ], + "squashed": false, + "time": 1743158481 + } + }, + "emoji": { + "2801525714": "+1" + }, + "last_seen_sha": "ceea69106c5e0e17c03c87c13bdf187f03214fec", + "signatures": {} + } + }, + { + "type": "emoji", + "data": [ + 2801525714, + "+1", + true + ] + }, + { + "type": "emoji", + "data": [ + 2801538077, + "+1", + true + ] + }, + { + "type": "add-label", + "data": [] + }, + { + "type": "remove-label", + "data": [ + "documentation" + ] + }, + { + "type": "edit-comment", + "data": "cms-bot internal usage" + }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "ceea69106c5e0e17c03c87c13bdf187f03214fec": { + "files": [ + "README" + ], + "squashed": false, + "time": 1743158481 + } + }, + "emoji": { + "2801525714": "+1", + "2801538077": "+1" + }, + "last_seen_sha": "ceea69106c5e0e17c03c87c13bdf187f03214fec", + "signatures": {} + } + } +] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_reopen.json b/tests/PRActionData/TestProcessPr.test_reopen.json index 7cea3e6ad93..68772528f47 100644 --- a/tests/PRActionData/TestProcessPr.test_reopen.json +++ b/tests/PRActionData/TestProcessPr.test_reopen.json @@ -43,8 +43,7 @@ "2056820593": "+1", "2056903278": "+1", "2056930228": "+1", - "2056934192": "+1", - "2056935714": "+1" + "2056934192": "+1" }, "last_seen_sha": "dae848e38b8e387d7283a3e35818121487d9d76b", "signatures": { @@ -124,6 +123,59 @@ "type": "edit-comment", "data": "cms-bot internal usage" }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "2a9454e30606b17e52000110972998326ce9e428": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": false, + "time": 1711538467 + }, + "79752f053efecad55dde17732259737e621a1f3f": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": false, + "time": 1712828239 + }, + "dae848e38b8e387d7283a3e35818121487d9d76b": { + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ], + "squashed": false, + "time": 1712829250 + }, + "e4d069b76c464274bf6e7d7cf9bac2153ed9a903": { + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ], + "squashed": false, + "time": 1712819089 + } + }, + "emoji": { + "2049242908": "+1", + "2049536626": "+1", + "2056736344": "+1", + "2056739513": "+1", + "2056740892": "+1", + "2056796593": "+1", + "2056801055": "+1", + "2056820593": "+1", + "2056903278": "+1", + "2056930228": "+1", + "2056934192": "+1", + "2056935714": "+1" + }, + "last_seen_sha": "dae848e38b8e387d7283a3e35818121487d9d76b", + "signatures": { + "2049242908": "2a9454e30606b17e52000110972998326ce9e428" + } + } + }, { "type": "status", "data": { diff --git a/tests/PRActionData/TestProcessPr.test_reset_signature.json b/tests/PRActionData/TestProcessPr.test_reset_signature.json index 231c1672692..7d533005538 100644 --- a/tests/PRActionData/TestProcessPr.test_reset_signature.json +++ b/tests/PRActionData/TestProcessPr.test_reset_signature.json @@ -16,19 +16,12 @@ ], "squashed": false, "time": 1712819089 - }, - "79752f053efecad55dde17732259737e621a1f3f": { - "time": 1712828239, - "squashed": false, - "files": [ - "Utilities/ReleaseScripts/test/BuildFile.xml" - ] } }, "emoji": { "2049242908": "+1" }, - "last_seen_sha": "79752f053efecad55dde17732259737e621a1f3f", + "last_seen_sha": "e4d069b76c464274bf6e7d7cf9bac2153ed9a903", "signatures": { "2049242908": "2a9454e30606b17e52000110972998326ce9e428" } @@ -79,5 +72,40 @@ { "type": "edit-comment", "data": "cms-bot internal usage" + }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "2a9454e30606b17e52000110972998326ce9e428": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": false, + "time": 1711538467 + }, + "e4d069b76c464274bf6e7d7cf9bac2153ed9a903": { + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ], + "squashed": false, + "time": 1712819089 + }, + "79752f053efecad55dde17732259737e621a1f3f": { + "time": 1712828239, + "squashed": false, + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ] + } + }, + "emoji": { + "2049242908": "+1" + }, + "last_seen_sha": "79752f053efecad55dde17732259737e621a1f3f", + "signatures": { + "2049242908": "2a9454e30606b17e52000110972998326ce9e428" + } + } } ] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_revert.json b/tests/PRActionData/TestProcessPr.test_revert.json index b3aea4cacaf..f4075f3014a 100644 --- a/tests/PRActionData/TestProcessPr.test_revert.json +++ b/tests/PRActionData/TestProcessPr.test_revert.json @@ -23,19 +23,12 @@ ], "squashed": false, "time": 1712819089 - }, - "dae848e38b8e387d7283a3e35818121487d9d76b": { - "time": 1712829250, - "squashed": false, - "files": [ - "DQMServices/Components/test/dqmiofilecopy.sh" - ] } }, "emoji": { "2049242908": "+1" }, - "last_seen_sha": "dae848e38b8e387d7283a3e35818121487d9d76b", + "last_seen_sha": "79752f053efecad55dde17732259737e621a1f3f", "signatures": { "2049242908": "2a9454e30606b17e52000110972998326ce9e428" } @@ -84,5 +77,47 @@ { "type": "edit-comment", "data": "cms-bot internal usage" + }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "2a9454e30606b17e52000110972998326ce9e428": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": false, + "time": 1711538467 + }, + "79752f053efecad55dde17732259737e621a1f3f": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": false, + "time": 1712828239 + }, + "e4d069b76c464274bf6e7d7cf9bac2153ed9a903": { + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ], + "squashed": false, + "time": 1712819089 + }, + "dae848e38b8e387d7283a3e35818121487d9d76b": { + "time": 1712829250, + "squashed": false, + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ] + } + }, + "emoji": { + "2049242908": "+1" + }, + "last_seen_sha": "dae848e38b8e387d7283a3e35818121487d9d76b", + "signatures": { + "2049242908": "2a9454e30606b17e52000110972998326ce9e428" + } + } } ] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_run_test_params.json b/tests/PRActionData/TestProcessPr.test_run_test_params.json index 0439808cf2d..a10db2b1c50 100644 --- a/tests/PRActionData/TestProcessPr.test_run_test_params.json +++ b/tests/PRActionData/TestProcessPr.test_run_test_params.json @@ -40,8 +40,7 @@ "2056740892": "+1", "2056796593": "+1", "2056801055": "+1", - "2056820593": "+1", - "2056903278": "+1" + "2056820593": "+1" }, "last_seen_sha": "dae848e38b8e387d7283a3e35818121487d9d76b", "signatures": { @@ -140,6 +139,56 @@ "type": "edit-comment", "data": "cms-bot internal usage" }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "2a9454e30606b17e52000110972998326ce9e428": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": false, + "time": 1711538467 + }, + "79752f053efecad55dde17732259737e621a1f3f": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": false, + "time": 1712828239 + }, + "dae848e38b8e387d7283a3e35818121487d9d76b": { + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ], + "squashed": false, + "time": 1712829250 + }, + "e4d069b76c464274bf6e7d7cf9bac2153ed9a903": { + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ], + "squashed": false, + "time": 1712819089 + } + }, + "emoji": { + "2049242908": "+1", + "2049536626": "+1", + "2056736344": "+1", + "2056739513": "+1", + "2056740892": "+1", + "2056796593": "+1", + "2056801055": "+1", + "2056820593": "+1", + "2056903278": "+1" + }, + "last_seen_sha": "dae848e38b8e387d7283a3e35818121487d9d76b", + "signatures": { + "2049242908": "2a9454e30606b17e52000110972998326ce9e428" + } + } + }, { "type": "status", "data": { diff --git a/tests/PRActionData/TestProcessPr.test_sign_core.json b/tests/PRActionData/TestProcessPr.test_sign_core.json index 84244bdd6ba..f81358e99c0 100644 --- a/tests/PRActionData/TestProcessPr.test_sign_core.json +++ b/tests/PRActionData/TestProcessPr.test_sign_core.json @@ -11,13 +11,9 @@ "time": 1711538467 } }, - "emoji": { - "2049242908": "+1" - }, + "emoji": {}, "last_seen_sha": "2a9454e30606b17e52000110972998326ce9e428", - "signatures": { - "2049242908": "2a9454e30606b17e52000110972998326ce9e428" - } + "signatures": {} } }, { @@ -50,6 +46,27 @@ "type": "edit-comment", "data": "cms-bot internal usage" }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "2a9454e30606b17e52000110972998326ce9e428": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": false, + "time": 1711538467 + } + }, + "emoji": { + "2049242908": "+1" + }, + "last_seen_sha": "2a9454e30606b17e52000110972998326ce9e428", + "signatures": { + "2049242908": "2a9454e30606b17e52000110972998326ce9e428" + } + } + }, { "type": "status", "data": { diff --git a/tests/PRActionData/TestProcessPr.test_sign_reject.json b/tests/PRActionData/TestProcessPr.test_sign_reject.json index 1a86088ecfd..1a006545376 100644 --- a/tests/PRActionData/TestProcessPr.test_sign_reject.json +++ b/tests/PRActionData/TestProcessPr.test_sign_reject.json @@ -58,13 +58,11 @@ "2056934192": "+1", "2056935714": "+1", "2056946596": "-1", - "2056966759": "+1", - "2058758464": "+1" + "2056966759": "+1" }, "last_seen_sha": "1d7419a436293c0337ca346fe868cb50cfdedc18", "signatures": { - "2049242908": "2a9454e30606b17e52000110972998326ce9e428", - "2058758464": "1d7419a436293c0337ca346fe868cb50cfdedc18" + "2049242908": "2a9454e30606b17e52000110972998326ce9e428" } } }, @@ -163,5 +161,74 @@ { "type": "edit-comment", "data": "cms-bot internal usage" + }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "1d7419a436293c0337ca346fe868cb50cfdedc18": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": false, + "time": 1713255947 + }, + "2a9454e30606b17e52000110972998326ce9e428": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": true, + "time": 1711538467 + }, + "35f9a4c06b006029da40ed8858e0dae4abd52cb3": { + "files": [], + "squashed": true, + "time": 1712829250 + }, + "79752f053efecad55dde17732259737e621a1f3f": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": true, + "time": 1712828239 + }, + "dae848e38b8e387d7283a3e35818121487d9d76b": { + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ], + "squashed": true, + "time": 1712829250 + }, + "e4d069b76c464274bf6e7d7cf9bac2153ed9a903": { + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ], + "squashed": true, + "time": 1712819089 + } + }, + "emoji": { + "2049242908": "+1", + "2049536626": "+1", + "2056736344": "+1", + "2056739513": "+1", + "2056740892": "+1", + "2056796593": "+1", + "2056801055": "+1", + "2056820593": "+1", + "2056903278": "+1", + "2056930228": "+1", + "2056934192": "+1", + "2056935714": "+1", + "2056946596": "-1", + "2056966759": "+1", + "2058758464": "+1" + }, + "last_seen_sha": "1d7419a436293c0337ca346fe868cb50cfdedc18", + "signatures": { + "2049242908": "2a9454e30606b17e52000110972998326ce9e428", + "2058758464": "1d7419a436293c0337ca346fe868cb50cfdedc18" + } + } } ] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_start_tests.json b/tests/PRActionData/TestProcessPr.test_start_tests.json index 33bf9b6fa4c..95a335a6e61 100644 --- a/tests/PRActionData/TestProcessPr.test_start_tests.json +++ b/tests/PRActionData/TestProcessPr.test_start_tests.json @@ -33,8 +33,7 @@ } }, "emoji": { - "2049242908": "+1", - "2049536626": "+1" + "2049242908": "+1" }, "last_seen_sha": "dae848e38b8e387d7283a3e35818121487d9d76b", "signatures": { @@ -119,6 +118,49 @@ "type": "edit-comment", "data": "cms-bot internal usage" }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "2a9454e30606b17e52000110972998326ce9e428": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": false, + "time": 1711538467 + }, + "79752f053efecad55dde17732259737e621a1f3f": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": false, + "time": 1712828239 + }, + "dae848e38b8e387d7283a3e35818121487d9d76b": { + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ], + "squashed": false, + "time": 1712829250 + }, + "e4d069b76c464274bf6e7d7cf9bac2153ed9a903": { + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ], + "squashed": false, + "time": 1712819089 + } + }, + "emoji": { + "2049242908": "+1", + "2049536626": "+1" + }, + "last_seen_sha": "dae848e38b8e387d7283a3e35818121487d9d76b", + "signatures": { + "2049242908": "2a9454e30606b17e52000110972998326ce9e428" + } + } + }, { "type": "status", "data": { diff --git a/tests/PRActionData/TestProcessPr.test_test_all_params.json b/tests/PRActionData/TestProcessPr.test_test_all_params.json index 1ab324611fe..1267e9b8dec 100644 --- a/tests/PRActionData/TestProcessPr.test_test_all_params.json +++ b/tests/PRActionData/TestProcessPr.test_test_all_params.json @@ -11,10 +11,7 @@ "time": 1742466110 } }, - "emoji": { - "2740067147": "+1", - "2740383001": "+1" - }, + "emoji": {}, "last_seen_sha": "72cc05e17ee74e5ace3c4e5d5d066de49e364edb", "signatures": {} } @@ -86,6 +83,26 @@ "type": "edit-comment", "data": "cms-bot internal usage" }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "72cc05e17ee74e5ace3c4e5d5d066de49e364edb": { + "files": [ + "Validation/README" + ], + "squashed": false, + "time": 1742466110 + } + }, + "emoji": { + "2740067147": "+1", + "2740383001": "+1" + }, + "last_seen_sha": "72cc05e17ee74e5ace3c4e5d5d066de49e364edb", + "signatures": {} + } + }, { "type": "status", "data": { diff --git a/tests/PRActionData/TestProcessPr.test_test_for_arch.json b/tests/PRActionData/TestProcessPr.test_test_for_arch.json index d0f769e68a0..47d6531b020 100644 --- a/tests/PRActionData/TestProcessPr.test_test_for_arch.json +++ b/tests/PRActionData/TestProcessPr.test_test_for_arch.json @@ -11,10 +11,7 @@ "time": 1742466110 } }, - "emoji": { - "2740067147": "+1", - "2740383001": "+1" - }, + "emoji": {}, "last_seen_sha": "72cc05e17ee74e5ace3c4e5d5d066de49e364edb", "signatures": {} } @@ -82,6 +79,26 @@ "type": "edit-comment", "data": "cms-bot internal usage" }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "72cc05e17ee74e5ace3c4e5d5d066de49e364edb": { + "files": [ + "Validation/README" + ], + "squashed": false, + "time": 1742466110 + } + }, + "emoji": { + "2740067147": "+1", + "2740383001": "+1" + }, + "last_seen_sha": "72cc05e17ee74e5ace3c4e5d5d066de49e364edb", + "signatures": {} + } + }, { "type": "status", "data": { diff --git a/tests/PRActionData/TestProcessPr.test_test_for_quearch.json b/tests/PRActionData/TestProcessPr.test_test_for_quearch.json index 78c2d53445e..8b91e17a3bb 100644 --- a/tests/PRActionData/TestProcessPr.test_test_for_quearch.json +++ b/tests/PRActionData/TestProcessPr.test_test_for_quearch.json @@ -11,10 +11,7 @@ "time": 1742466110 } }, - "emoji": { - "2740067147": "+1", - "2740383001": "+1" - }, + "emoji": {}, "last_seen_sha": "72cc05e17ee74e5ace3c4e5d5d066de49e364edb", "signatures": {} } @@ -83,6 +80,26 @@ "type": "edit-comment", "data": "cms-bot internal usage" }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "72cc05e17ee74e5ace3c4e5d5d066de49e364edb": { + "files": [ + "Validation/README" + ], + "squashed": false, + "time": 1742466110 + } + }, + "emoji": { + "2740067147": "+1", + "2740383001": "+1" + }, + "last_seen_sha": "72cc05e17ee74e5ace3c4e5d5d066de49e364edb", + "signatures": {} + } + }, { "type": "status", "data": { diff --git a/tests/PRActionData/TestProcessPr.test_test_for_queue.json b/tests/PRActionData/TestProcessPr.test_test_for_queue.json index fea0ff7e1ad..243678a87d2 100644 --- a/tests/PRActionData/TestProcessPr.test_test_for_queue.json +++ b/tests/PRActionData/TestProcessPr.test_test_for_queue.json @@ -11,10 +11,7 @@ "time": 1742466110 } }, - "emoji": { - "2740067147": "+1", - "2740383001": "+1" - }, + "emoji": {}, "last_seen_sha": "72cc05e17ee74e5ace3c4e5d5d066de49e364edb", "signatures": {} } @@ -82,6 +79,26 @@ "type": "edit-comment", "data": "cms-bot internal usage" }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "72cc05e17ee74e5ace3c4e5d5d066de49e364edb": { + "files": [ + "Validation/README" + ], + "squashed": false, + "time": 1742466110 + } + }, + "emoji": { + "2740067147": "+1", + "2740383001": "+1" + }, + "last_seen_sha": "72cc05e17ee74e5ace3c4e5d5d066de49e364edb", + "signatures": {} + } + }, { "type": "status", "data": { diff --git a/tests/PRActionData/TestProcessPr.test_test_params.json b/tests/PRActionData/TestProcessPr.test_test_params.json index 2ff5f2d0ffc..0a75e9e2660 100644 --- a/tests/PRActionData/TestProcessPr.test_test_params.json +++ b/tests/PRActionData/TestProcessPr.test_test_params.json @@ -39,8 +39,7 @@ "2056739513": "+1", "2056740892": "+1", "2056796593": "+1", - "2056801055": "+1", - "2056820593": "+1" + "2056801055": "+1" }, "last_seen_sha": "dae848e38b8e387d7283a3e35818121487d9d76b", "signatures": { @@ -120,6 +119,55 @@ "type": "edit-comment", "data": "cms-bot internal usage" }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "2a9454e30606b17e52000110972998326ce9e428": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": false, + "time": 1711538467 + }, + "79752f053efecad55dde17732259737e621a1f3f": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": false, + "time": 1712828239 + }, + "dae848e38b8e387d7283a3e35818121487d9d76b": { + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ], + "squashed": false, + "time": 1712829250 + }, + "e4d069b76c464274bf6e7d7cf9bac2153ed9a903": { + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ], + "squashed": false, + "time": 1712819089 + } + }, + "emoji": { + "2049242908": "+1", + "2049536626": "+1", + "2056736344": "+1", + "2056739513": "+1", + "2056740892": "+1", + "2056796593": "+1", + "2056801055": "+1", + "2056820593": "+1" + }, + "last_seen_sha": "dae848e38b8e387d7283a3e35818121487d9d76b", + "signatures": { + "2049242908": "2a9454e30606b17e52000110972998326ce9e428" + } + } + }, { "type": "status", "data": { diff --git a/tests/PRActionData/TestProcessPr.test_test_using_addpkg.json b/tests/PRActionData/TestProcessPr.test_test_using_addpkg.json index 63f113e7788..9970d97deb8 100644 --- a/tests/PRActionData/TestProcessPr.test_test_using_addpkg.json +++ b/tests/PRActionData/TestProcessPr.test_test_using_addpkg.json @@ -11,10 +11,7 @@ "time": 1742466110 } }, - "emoji": { - "2740067147": "+1", - "2740383001": "+1" - }, + "emoji": {}, "last_seen_sha": "72cc05e17ee74e5ace3c4e5d5d066de49e364edb", "signatures": {} } @@ -82,6 +79,26 @@ "type": "edit-comment", "data": "cms-bot internal usage" }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "72cc05e17ee74e5ace3c4e5d5d066de49e364edb": { + "files": [ + "Validation/README" + ], + "squashed": false, + "time": 1742466110 + } + }, + "emoji": { + "2740067147": "+1", + "2740383001": "+1" + }, + "last_seen_sha": "72cc05e17ee74e5ace3c4e5d5d066de49e364edb", + "signatures": {} + } + }, { "type": "status", "data": { diff --git a/tests/PRActionData/TestProcessPr.test_test_using_full.json b/tests/PRActionData/TestProcessPr.test_test_using_full.json index cc868e7391c..ec4331a8f30 100644 --- a/tests/PRActionData/TestProcessPr.test_test_using_full.json +++ b/tests/PRActionData/TestProcessPr.test_test_using_full.json @@ -11,10 +11,7 @@ "time": 1742466110 } }, - "emoji": { - "2740067147": "+1", - "2740383001": "+1" - }, + "emoji": {}, "last_seen_sha": "72cc05e17ee74e5ace3c4e5d5d066de49e364edb", "signatures": {} } @@ -82,6 +79,26 @@ "type": "edit-comment", "data": "cms-bot internal usage" }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "72cc05e17ee74e5ace3c4e5d5d066de49e364edb": { + "files": [ + "Validation/README" + ], + "squashed": false, + "time": 1742466110 + } + }, + "emoji": { + "2740067147": "+1", + "2740383001": "+1" + }, + "last_seen_sha": "72cc05e17ee74e5ace3c4e5d5d066de49e364edb", + "signatures": {} + } + }, { "type": "status", "data": { diff --git a/tests/PRActionData/TestProcessPr.test_test_with_pr.json b/tests/PRActionData/TestProcessPr.test_test_with_pr.json index 5c068f0d66c..92ae6bf3bee 100644 --- a/tests/PRActionData/TestProcessPr.test_test_with_pr.json +++ b/tests/PRActionData/TestProcessPr.test_test_with_pr.json @@ -11,10 +11,7 @@ "time": 1742466110 } }, - "emoji": { - "2740067147": "+1", - "2740383001": "+1" - }, + "emoji": {}, "last_seen_sha": "72cc05e17ee74e5ace3c4e5d5d066de49e364edb", "signatures": {} } @@ -82,6 +79,26 @@ "type": "edit-comment", "data": "cms-bot internal usage" }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "72cc05e17ee74e5ace3c4e5d5d066de49e364edb": { + "files": [ + "Validation/README" + ], + "squashed": false, + "time": 1742466110 + } + }, + "emoji": { + "2740067147": "+1", + "2740383001": "+1" + }, + "last_seen_sha": "72cc05e17ee74e5ace3c4e5d5d066de49e364edb", + "signatures": {} + } + }, { "type": "status", "data": { diff --git a/tests/PRActionData/TestProcessPr.test_test_workflow.json b/tests/PRActionData/TestProcessPr.test_test_workflow.json index 91c8aaa3f0a..ed120666ba7 100644 --- a/tests/PRActionData/TestProcessPr.test_test_workflow.json +++ b/tests/PRActionData/TestProcessPr.test_test_workflow.json @@ -11,10 +11,7 @@ "time": 1742466110 } }, - "emoji": { - "2740067147": "+1", - "2740383001": "+1" - }, + "emoji": {}, "last_seen_sha": "72cc05e17ee74e5ace3c4e5d5d066de49e364edb", "signatures": {} } @@ -82,6 +79,26 @@ "type": "edit-comment", "data": "cms-bot internal usage" }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "72cc05e17ee74e5ace3c4e5d5d066de49e364edb": { + "files": [ + "Validation/README" + ], + "squashed": false, + "time": 1742466110 + } + }, + "emoji": { + "2740067147": "+1", + "2740383001": "+1" + }, + "last_seen_sha": "72cc05e17ee74e5ace3c4e5d5d066de49e364edb", + "signatures": {} + } + }, { "type": "status", "data": { diff --git a/tests/PRActionData/TestProcessPr.test_testparams_all_params.json b/tests/PRActionData/TestProcessPr.test_testparams_all_params.json index 990c8595168..bf52fb0d31b 100644 --- a/tests/PRActionData/TestProcessPr.test_testparams_all_params.json +++ b/tests/PRActionData/TestProcessPr.test_testparams_all_params.json @@ -11,10 +11,7 @@ "time": 1742466110 } }, - "emoji": { - "2750911403": "+1", - "2740067147": "+1" - }, + "emoji": {}, "last_seen_sha": "72cc05e17ee74e5ace3c4e5d5d066de49e364edb", "signatures": {} } @@ -101,6 +98,26 @@ "type": "edit-comment", "data": "cms-bot internal usage" }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "72cc05e17ee74e5ace3c4e5d5d066de49e364edb": { + "files": [ + "Validation/README" + ], + "squashed": false, + "time": 1742466110 + } + }, + "emoji": { + "2750911403": "+1", + "2740067147": "+1" + }, + "last_seen_sha": "72cc05e17ee74e5ace3c4e5d5d066de49e364edb", + "signatures": {} + } + }, { "type": "status", "data": { diff --git a/tests/PRActionData/TestProcessPr.test_tests_passed.json b/tests/PRActionData/TestProcessPr.test_tests_passed.json index 50a8647aac0..e48482123d2 100644 --- a/tests/PRActionData/TestProcessPr.test_tests_passed.json +++ b/tests/PRActionData/TestProcessPr.test_tests_passed.json @@ -34,8 +34,7 @@ }, "emoji": { "2049242908": "+1", - "2049536626": "+1", - "2056736344": "+1" + "2049536626": "+1" }, "last_seen_sha": "dae848e38b8e387d7283a3e35818121487d9d76b", "signatures": { @@ -104,6 +103,50 @@ "type": "edit-comment", "data": "cms-bot internal usage" }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "2a9454e30606b17e52000110972998326ce9e428": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": false, + "time": 1711538467 + }, + "79752f053efecad55dde17732259737e621a1f3f": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": false, + "time": 1712828239 + }, + "dae848e38b8e387d7283a3e35818121487d9d76b": { + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ], + "squashed": false, + "time": 1712829250 + }, + "e4d069b76c464274bf6e7d7cf9bac2153ed9a903": { + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ], + "squashed": false, + "time": 1712819089 + } + }, + "emoji": { + "2049242908": "+1", + "2049536626": "+1", + "2056736344": "+1" + }, + "last_seen_sha": "dae848e38b8e387d7283a3e35818121487d9d76b", + "signatures": { + "2049242908": "2a9454e30606b17e52000110972998326ce9e428" + } + } + }, { "type": "status", "data": { diff --git a/tests/PRActionData/TestProcessPr.test_tests_rejected.json b/tests/PRActionData/TestProcessPr.test_tests_rejected.json index 3c29dafb596..679e0cf836c 100644 --- a/tests/PRActionData/TestProcessPr.test_tests_rejected.json +++ b/tests/PRActionData/TestProcessPr.test_tests_rejected.json @@ -62,6 +62,49 @@ "tests-started" ] }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "2a9454e30606b17e52000110972998326ce9e428": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": false, + "time": 1711538467 + }, + "79752f053efecad55dde17732259737e621a1f3f": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": false, + "time": 1712828239 + }, + "dae848e38b8e387d7283a3e35818121487d9d76b": { + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ], + "squashed": false, + "time": 1712829250 + }, + "e4d069b76c464274bf6e7d7cf9bac2153ed9a903": { + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ], + "squashed": false, + "time": 1712819089 + } + }, + "emoji": { + "2049242908": "+1", + "2049536626": "+1" + }, + "last_seen_sha": "dae848e38b8e387d7283a3e35818121487d9d76b", + "signatures": { + "2049242908": "2a9454e30606b17e52000110972998326ce9e428" + } + } + }, { "type": "status", "data": { diff --git a/tests/PRActionData/TestProcessPr.test_too_many_files.json b/tests/PRActionData/TestProcessPr.test_too_many_files.json new file mode 100644 index 00000000000..883e1f3b55f --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_too_many_files.json @@ -0,0 +1,1542 @@ +[ + { + "type": "load-bot-cache", + "data": { + "commits": { + "b6db3e643d2bd16deee12590d1312a3addcd2d75": { + "files": [ + "Alignment/APEEstimation/BuildFile.xml", + "Alignment/APEEstimation/data/lumiperrun2016.txt", + "Alignment/APEEstimation/data/lumiperrun2017.txt", + "Alignment/APEEstimation/data/lumiperrun2018.txt", + "Alignment/APEEstimation/interface/EventVariables.h", + "Alignment/APEEstimation/interface/ReducedTrackerTreeVariables.h", + "Alignment/APEEstimation/interface/TrackerDetectorStruct.h", + "Alignment/APEEstimation/interface/TrackerSectorStruct.h", + "Alignment/APEEstimation/macros/writeAPEsInASCII.C", + "Alignment/APEEstimation/plugins/ApeEstimator.cc", + "Alignment/APEEstimation/plugins/ApeEstimatorSummary.cc", + "Alignment/APEEstimation/plugins/ApeTreeCreateDefault.cc", + "Alignment/APEEstimation/plugins/BuildFile.xml", + "Alignment/APEEstimation/python/AlignmentTrackSelector_cff.py", + "Alignment/APEEstimation/python/ApeEstimatorSummary_cff.py", + "Alignment/APEEstimation/python/ApeEstimatorSummary_cfi.py", + "Alignment/APEEstimation/python/ApeEstimator_cff.py", + "Alignment/APEEstimation/python/ApeEstimator_cfi.py", + "Alignment/APEEstimation/python/PrivateSkim_EventContent_cff.py", + "Alignment/APEEstimation/python/SectorBuilder_Bpix_Phase0_cff.py", + "Alignment/APEEstimation/python/SectorBuilder_Bpix_cff.py", + "Alignment/APEEstimation/python/SectorBuilder_Fpix_Phase0_cff.py", + "Alignment/APEEstimation/python/SectorBuilder_Fpix_cff.py", + "Alignment/APEEstimation/python/SectorBuilder_Tec_cff.py", + "Alignment/APEEstimation/python/SectorBuilder_Tib_cff.py", + "Alignment/APEEstimation/python/SectorBuilder_Tid_cff.py", + "Alignment/APEEstimation/python/SectorBuilder_Tob_cff.py", + "Alignment/APEEstimation/python/SectorBuilder_cff.py", + "Alignment/APEEstimation/python/SectorBuilder_cfi.py", + "Alignment/APEEstimation/python/TrackRefitter_38T_cff.py", + "Alignment/APEEstimation/python/conditions/init.py", + "Alignment/APEEstimation/python/samples/Data_TkAlMinBias_Run2018C_PromptReco_v3_cff.py", + "Alignment/APEEstimation/python/samples/Data_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py", + "Alignment/APEEstimation/python/samples/Data_TkAlZMuMu_Run2015B_DoubleMuon_PromptReco_v1_cff.py", + "Alignment/APEEstimation/python/samples/MC_UL16_ttbar_cff.py", + "Alignment/APEEstimation/python/samples/MC_UnitTest_TkAlMuonIsolated_cff.py", + "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_ApeSkim_cff.py", + "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_cff.py", + "Alignment/APEEstimation/scripts/initialise.bash", + "Alignment/APEEstimation/test/BuildFile.xml", + "Alignment/APEEstimation/test/SkimProducer/skimProducer_cfg.py", + "Alignment/APEEstimation/test/SkimProducer/skimTemplates.py", + "Alignment/APEEstimation/test/SkimProducer/startSkim.py", + "Alignment/APEEstimation/test/apeMeasurement/apeDetermination_cfg.py", + "Alignment/APEEstimation/test/apeMeasurement/apeMeasurement.py", + "Alignment/APEEstimation/test/apeMeasurement/apeWrite_cfg.py", + "Alignment/APEEstimation/test/apeMeasurement/condorTemplates.py", + "Alignment/APEEstimation/test/apeMeasurement/config.yaml", + "Alignment/APEEstimation/test/apeMeasurement/finishIterationScript.tcsh", + "Alignment/APEEstimation/test/apeMeasurement/helpers.py", + "Alignment/APEEstimation/test/apeMeasurement/mc_example.yaml", + "Alignment/APEEstimation/test/apeMeasurement/mergeStep.py", + "Alignment/APEEstimation/test/apeMeasurement/moveSkimOutput.py", + "Alignment/APEEstimation/test/apeMeasurement/prepScript.tcsh", + "Alignment/APEEstimation/test/apeMeasurement/prepareMeasurement.py", + "Alignment/APEEstimation/test/apeMeasurement/pythonTemplates.py", + "Alignment/APEEstimation/test/apeMeasurement/refittingScript.tcsh", + "Alignment/APEEstimation/test/apeMeasurement/refitting_cfg.py", + "Alignment/APEEstimation/test/apeMeasurement/skimScript.tcsh", + "Alignment/APEEstimation/test/apeMeasurement/skim_cfg.py", + "Alignment/APEEstimation/test/apeTreeCreateDefault_cfg.py", + "Alignment/APEEstimation/test/autoSubmitter/autoSubmitter.py", + "Alignment/APEEstimation/test/autoSubmitter/autoSubmitterTemplates.py", + "Alignment/APEEstimation/test/autoSubmitter/config.ini", + "Alignment/APEEstimation/test/autoSubmitter/helpers.py", + "Alignment/APEEstimation/test/autoSubmitter/unitTest.ini", + "Alignment/APEEstimation/test/cfgTemplate/apeEstimatorSummary_cfg.py", + "Alignment/APEEstimation/test/cfgTemplate/apeEstimator_cfg.py", + "Alignment/APEEstimation/test/cfgTemplate/apeLocalSetting_cfg.py", + "Alignment/APEEstimation/test/createTrackerAlignmentErrorExtendedRcd_cfg.py", + "Alignment/APEEstimation/test/plottingTools/drawIterations.py", + "Alignment/APEEstimation/test/plottingTools/drawResults.py", + "Alignment/APEEstimation/test/plottingTools/drawTrend.py", + "Alignment/APEEstimation/test/plottingTools/drawValidation.py", + "Alignment/APEEstimation/test/plottingTools/granularity.py", + "Alignment/APEEstimation/test/plottingTools/iterationsPlotter.py", + "Alignment/APEEstimation/test/plottingTools/resultPlotter.py", + "Alignment/APEEstimation/test/plottingTools/setTDRStyle.py", + "Alignment/APEEstimation/test/plottingTools/systematicErrors.py", + "Alignment/APEEstimation/test/plottingTools/trendPlotter.py", + "Alignment/APEEstimation/test/plottingTools/validationPlotter.py", + "Alignment/APEEstimation/test/trackerTreeGenerator_cfg.py", + "Alignment/APEEstimation/test/unitTest.sh", + "Alignment/CocoaApplication/BuildFile.xml", + "Alignment/CocoaApplication/README.md", + "Alignment/CocoaApplication/bin/BuildFile.xml", + "Alignment/CocoaApplication/bin/CocoaAna.C", + "Alignment/CocoaApplication/bin/cocoa.cpp", + "Alignment/CocoaApplication/bin/printReportDiff.cpp", + "Alignment/CocoaApplication/bin/simple2D.meas", + "Alignment/CocoaApplication/bin/simple2D.txt", + "Alignment/CocoaApplication/bin/simple2DWithMirror.meas", + "Alignment/CocoaApplication/bin/simple2DWithMirror.txt", + "Alignment/CocoaApplication/bin/table2DWithMirror.txt", + "Alignment/CocoaApplication/src/CocoaAnalyzer.cc", + "Alignment/CocoaApplication/test/OpticalAlignments.db", + "Alignment/CocoaApplication/test/authentication.xml", + "Alignment/CocoaApplication/test/cmsCocoaTable2DWithMirror.xml", + "Alignment/CocoaApplication/test/cocoaAnalyzer_cfg.py", + "Alignment/CocoaApplication/test/cocoaDaqTest.root", + "Alignment/CocoaApplication/test/conddbcatalog.xml", + "Alignment/CocoaApplication/test/configuration.xml", + "Alignment/CocoaApplication/test/table2DWithMirror.xml", + "Alignment/CocoaDDLObjects/BuildFile.xml", + "Alignment/CocoaDDLObjects/interface/CocoaMaterialElementary.h", + "Alignment/CocoaDDLObjects/interface/CocoaSolidShape.h", + "Alignment/CocoaDDLObjects/interface/CocoaSolidShapeBox.h", + "Alignment/CocoaDDLObjects/interface/CocoaSolidShapeTubs.h", + "Alignment/CocoaDDLObjects/src/CocoaMaterialElementary.cc", + "Alignment/CocoaDDLObjects/src/CocoaSolidShape.cc", + "Alignment/CocoaDDLObjects/src/CocoaSolidShapeBox.cc", + "Alignment/CocoaDDLObjects/src/CocoaSolidShapeTubs.cc", + "Alignment/CocoaDaq/BuildFile.xml", + "Alignment/CocoaDaq/interface/CocoaDaqReader.h", + "Alignment/CocoaDaq/interface/CocoaDaqRootEvent.h", + "Alignment/CocoaDaq/src/CocoaDaqReader.cc", + "Alignment/CocoaDaq/src/CocoaDaqRootEvent.cc", + "Alignment/CocoaDaq/src/classes.h", + "Alignment/CocoaDaq/src/classes_def.xml", + "Alignment/CocoaFit/BuildFile.xml", + "Alignment/CocoaFit/interface/CocoaDBMgr.h", + "Alignment/CocoaFit/interface/Fit.h", + "Alignment/CocoaFit/interface/FittedEntriesManager.h", + "Alignment/CocoaFit/interface/FittedEntriesSet.h", + "Alignment/CocoaFit/interface/FittedEntry.h", + "Alignment/CocoaFit/interface/HistoDef.h", + "Alignment/CocoaFit/interface/MatrixMeschach.h", + "Alignment/CocoaFit/interface/NtupleManager.h", + "Alignment/CocoaFit/interface/NtupleObjects.h", + "Alignment/CocoaFit/src/CocoaDBMgr.cc", + "Alignment/CocoaFit/src/Fit.cc", + "Alignment/CocoaFit/src/FittedEntriesManager.cc", + "Alignment/CocoaFit/src/FittedEntriesSet.cc", + "Alignment/CocoaFit/src/FittedEntry.cc", + "Alignment/CocoaFit/src/HistoDef.cc", + "Alignment/CocoaFit/src/MatrixMeschach.cc", + "Alignment/CocoaFit/src/NtupleManager.cc", + "Alignment/CocoaFit/src/NtupleObjects.cc", + "Alignment/CocoaFit/src/classes.h", + "Alignment/CocoaFit/src/classes_def.xml", + "Alignment/CocoaModel/BuildFile.xml", + "Alignment/CocoaModel/interface/ALILine.h", + "Alignment/CocoaModel/interface/ALIPlane.h", + "Alignment/CocoaModel/interface/ALIRmDataFromFile.h", + "Alignment/CocoaModel/interface/ALIUnitsTable.h", + "Alignment/CocoaModel/interface/CocoaDaqReaderRoot.h", + "Alignment/CocoaModel/interface/CocoaDaqReaderText.h", + "Alignment/CocoaModel/interface/DeviationSensor2D.h", + "Alignment/CocoaModel/interface/DeviationsFromFileSensor2D.h", + "Alignment/CocoaModel/interface/Entry.h", + "Alignment/CocoaModel/interface/EntryAngle.h", + "Alignment/CocoaModel/interface/EntryAngleAffAngles.h", + "Alignment/CocoaModel/interface/EntryData.h", + "Alignment/CocoaModel/interface/EntryLength.h", + "Alignment/CocoaModel/interface/EntryLengthAffCentre.h", + "Alignment/CocoaModel/interface/EntryMgr.h", + "Alignment/CocoaModel/interface/EntryNoDim.h", + "Alignment/CocoaModel/interface/ErrorCorrelation.h", + "Alignment/CocoaModel/interface/ErrorCorrelationMgr.h", + "Alignment/CocoaModel/interface/FittedEntriesReader.h", + "Alignment/CocoaModel/interface/LightRay.h", + "Alignment/CocoaModel/interface/Measurement.h", + "Alignment/CocoaModel/interface/MeasurementCOPS.h", + "Alignment/CocoaModel/interface/MeasurementDiffEntry.h", + "Alignment/CocoaModel/interface/MeasurementDistancemeter.h", + "Alignment/CocoaModel/interface/MeasurementDistancemeter3dim.h", + "Alignment/CocoaModel/interface/MeasurementSensor2D.h", + "Alignment/CocoaModel/interface/MeasurementTiltmeter.h", + "Alignment/CocoaModel/interface/Model.h", + "Alignment/CocoaModel/interface/OptOCOPS.h", + "Alignment/CocoaModel/interface/OptOCameraDetector.h", + "Alignment/CocoaModel/interface/OptOCubeSplitter.h", + "Alignment/CocoaModel/interface/OptODistancemeter.h", + "Alignment/CocoaModel/interface/OptODistancemeter3dim.h", + "Alignment/CocoaModel/interface/OptOLaser.h", + "Alignment/CocoaModel/interface/OptOLens.h", + "Alignment/CocoaModel/interface/OptOMirror.h", + "Alignment/CocoaModel/interface/OptOModifiedRhomboidPrism.h", + "Alignment/CocoaModel/interface/OptOOpticalSquare.h", + "Alignment/CocoaModel/interface/OptOPinhole.h", + "Alignment/CocoaModel/interface/OptOPlateSplitter.h", + "Alignment/CocoaModel/interface/OptORisleyPrism.h", + "Alignment/CocoaModel/interface/OptOScreen.h", + "Alignment/CocoaModel/interface/OptOSensor2D.h", + "Alignment/CocoaModel/interface/OptOSource.h", + "Alignment/CocoaModel/interface/OptOTiltmeter.h", + "Alignment/CocoaModel/interface/OptOUserDefined.h", + "Alignment/CocoaModel/interface/OptOXLaser.h", + "Alignment/CocoaModel/interface/OpticalObject.h", + "Alignment/CocoaModel/interface/OpticalObjectMgr.h", + "Alignment/CocoaModel/interface/ParameterMgr.h", + "Alignment/CocoaModel/src/ALILine.cc", + "Alignment/CocoaModel/src/ALIPlane.cc", + "Alignment/CocoaModel/src/ALIRmDataFromFile.cc", + "Alignment/CocoaModel/src/ALIUnitsTable.cc", + "Alignment/CocoaModel/src/CocoaDaqReaderRoot.cc", + "Alignment/CocoaModel/src/CocoaDaqReaderText.cc", + "Alignment/CocoaModel/src/DeviationSensor2D.cc", + "Alignment/CocoaModel/src/DeviationsFromFileSensor2D.cc", + "Alignment/CocoaModel/src/Entry.cc", + "Alignment/CocoaModel/src/EntryAngle.cc", + "Alignment/CocoaModel/src/EntryAngleAffAngles.cc", + "Alignment/CocoaModel/src/EntryData.cc", + "Alignment/CocoaModel/src/EntryLength.cc", + "Alignment/CocoaModel/src/EntryLengthAffCentre.cc", + "Alignment/CocoaModel/src/EntryMgr.cc", + "Alignment/CocoaModel/src/ErrorCorrelation.cc", + "Alignment/CocoaModel/src/ErrorCorrelationMgr.cc", + "Alignment/CocoaModel/src/FittedEntriesReader.cc", + "Alignment/CocoaModel/src/LightRay.cc", + "Alignment/CocoaModel/src/Measurement.cc", + "Alignment/CocoaModel/src/MeasurementCOPS.cc", + "Alignment/CocoaModel/src/MeasurementDiffEntry.cc", + "Alignment/CocoaModel/src/MeasurementDistancemeter.cc", + "Alignment/CocoaModel/src/MeasurementDistancemeter3dim.cc", + "Alignment/CocoaModel/src/MeasurementSensor2D.cc", + "Alignment/CocoaModel/src/MeasurementTiltmeter.cc", + "Alignment/CocoaModel/src/Model.cc", + "Alignment/CocoaModel/src/OptOCOPS.cc", + "Alignment/CocoaModel/src/OptOCameraDetector.cc", + "Alignment/CocoaModel/src/OptOCubeSplitter.cc", + "Alignment/CocoaModel/src/OptODistancemeter.cc", + "Alignment/CocoaModel/src/OptODistancemeter3dim.cc", + "Alignment/CocoaModel/src/OptOLaser.cc", + "Alignment/CocoaModel/src/OptOLens.cc", + "Alignment/CocoaModel/src/OptOMirror.cc", + "Alignment/CocoaModel/src/OptOModifiedRhomboidPrism.cc", + "Alignment/CocoaModel/src/OptOOpticalSquare.cc", + "Alignment/CocoaModel/src/OptOPinhole.cc", + "Alignment/CocoaModel/src/OptOPlateSplitter.cc", + "Alignment/CocoaModel/src/OptORisleyPrism.cc", + "Alignment/CocoaModel/src/OptOScreen.cc", + "Alignment/CocoaModel/src/OptOSensor2D.cc", + "Alignment/CocoaModel/src/OptOSource.cc", + "Alignment/CocoaModel/src/OptOTiltmeter.cc", + "Alignment/CocoaModel/src/OptOUserDefined.cc", + "Alignment/CocoaModel/src/OptOXLaser.cc", + "Alignment/CocoaModel/src/OpticalObject.cc", + "Alignment/CocoaModel/src/OpticalObjectMgr.cc", + "Alignment/CocoaModel/src/ParameterMgr.cc", + "Alignment/CocoaToDDL/BuildFile.xml", + "Alignment/CocoaToDDL/doc/CocoaToDDL.doc", + "Alignment/CocoaToDDL/interface/CocoaToDDLMgr.h", + "Alignment/CocoaToDDL/interface/CocoaUnitsTable.h", + "Alignment/CocoaToDDL/interface/UnitConverter.h", + "Alignment/CocoaToDDL/src/CocoaToDDLMgr.cc", + "Alignment/CocoaToDDL/src/CocoaUnitsTable.cc", + "Alignment/CocoaToDDL/src/UnitConverter.cc", + "Alignment/CocoaUtilities/BuildFile.xml", + "Alignment/CocoaUtilities/interface/ALIFileIn.h", + "Alignment/CocoaUtilities/interface/ALIFileOut.h", + "Alignment/CocoaUtilities/interface/ALIUtils.h", + "Alignment/CocoaUtilities/interface/CocoaGlobals.h", + "Alignment/CocoaUtilities/interface/GlobalOptionMgr.h", + "Alignment/CocoaUtilities/src/ALIFileIn.cc", + "Alignment/CocoaUtilities/src/ALIFileOut.cc", + "Alignment/CocoaUtilities/src/ALIUtils.cc", + "Alignment/CocoaUtilities/src/GlobalOptionMgr.cc", + "Alignment/CommonAlignment/BuildFile.xml", + "Alignment/CommonAlignment/doc/CommonAlignment.doc", + "Alignment/CommonAlignment/interface/AlignTools.h", + "Alignment/CommonAlignment/interface/Alignable.h", + "Alignment/CommonAlignment/interface/AlignableBeamSpot.h", + "Alignment/CommonAlignment/interface/AlignableComposite.h", + "Alignment/CommonAlignment/interface/AlignableCompositeBuilder.h", + "Alignment/CommonAlignment/interface/AlignableDet.h", + "Alignment/CommonAlignment/interface/AlignableDetOrUnitPtr.h", + "Alignment/CommonAlignment/interface/AlignableDetUnit.h", + "Alignment/CommonAlignment/interface/AlignableExtras.h", + "Alignment/CommonAlignment/interface/AlignableIndexer.h", + "Alignment/CommonAlignment/interface/AlignableMap.h", + "Alignment/CommonAlignment/interface/AlignableModifier.h", + "Alignment/CommonAlignment/interface/AlignableNavigator.h", + "Alignment/CommonAlignment/interface/AlignableObjectId.h", + "Alignment/CommonAlignment/interface/AlignableSurface.h", + "Alignment/CommonAlignment/interface/AlignmentLevel.h", + "Alignment/CommonAlignment/interface/AlignmentParameters.h", + "Alignment/CommonAlignment/interface/AlignmentParametersData.h", + "Alignment/CommonAlignment/interface/AlignmentUserVariables.h", + "Alignment/CommonAlignment/interface/MisalignmentScenarioBuilder.h", + "Alignment/CommonAlignment/interface/StructureType.h", + "Alignment/CommonAlignment/interface/SurveyDet.h", + "Alignment/CommonAlignment/interface/SurveyResidual.h", + "Alignment/CommonAlignment/interface/Utilities.h", + "Alignment/CommonAlignment/plugins/APVModeFilter.cc", + "Alignment/CommonAlignment/plugins/BuildFile.xml", + "Alignment/CommonAlignment/plugins/FilterOutLowPt.cc", + "Alignment/CommonAlignment/plugins/MagneticFieldFilter.cc", + "Alignment/CommonAlignment/python/tools/dataset.py", + "Alignment/CommonAlignment/python/tools/trackselectionRefitting.py", + "Alignment/CommonAlignment/python/tools/utilities.py", + "Alignment/CommonAlignment/scripts/aligncond_split_iov.sh", + "Alignment/CommonAlignment/scripts/magneticFieldFilterJSON.py", + "Alignment/CommonAlignment/scripts/tkal_create_file_lists.py", + "Alignment/CommonAlignment/scripts/writedatasetfile.py", + "Alignment/CommonAlignment/src/AlignTools.cc", + "Alignment/CommonAlignment/src/Alignable.cc", + "Alignment/CommonAlignment/src/AlignableBeamSpot.cc", + "Alignment/CommonAlignment/src/AlignableComposite.cc", + "Alignment/CommonAlignment/src/AlignableCompositeBuilder.cc", + "Alignment/CommonAlignment/src/AlignableDet.cc", + "Alignment/CommonAlignment/src/AlignableDetOrUnitPtr.cc", + "Alignment/CommonAlignment/src/AlignableDetUnit.cc", + "Alignment/CommonAlignment/src/AlignableExtras.cc", + "Alignment/CommonAlignment/src/AlignableIndexer.cc", + "Alignment/CommonAlignment/src/AlignableMap.cc", + "Alignment/CommonAlignment/src/AlignableModifier.cc", + "Alignment/CommonAlignment/src/AlignableNavigator.cc", + "Alignment/CommonAlignment/src/AlignableObjectId.cc", + "Alignment/CommonAlignment/src/AlignableSurface.cc", + "Alignment/CommonAlignment/src/AlignmentParameters.cc", + "Alignment/CommonAlignment/src/AlignmentParametersData.cc", + "Alignment/CommonAlignment/src/MisalignmentScenarioBuilder.cc", + "Alignment/CommonAlignment/src/SurveyDet.cc", + "Alignment/CommonAlignment/src/SurveyResidual.cc", + "Alignment/CommonAlignment/src/Utilities.cc", + "Alignment/CommonAlignment/test/BuildFile.xml", + "Alignment/CommonAlignment/test/test_AlignableObjectId.cc", + "Alignment/CommonAlignmentAlgorithm/BuildFile.xml", + "Alignment/CommonAlignmentAlgorithm/interface/AlignableData.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignableDataIO.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignableDataIORoot.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentAlgorithmBase.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentAlgorithmPluginFactory.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentCorrelationsIO.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentCorrelationsIORoot.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentCorrelationsStore.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsEntry.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsStore.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentIO.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentIORoot.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentIORootBase.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentParameterBuilder.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentParameterSelector.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentParameterStore.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentParametersIO.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentParametersIORoot.h", + "Alignment/CommonAlignmentAlgorithm/interface/AlignmentUserVariablesIO.h", + "Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationBase.h", + "Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationPluginFactory.h", + "Alignment/CommonAlignmentAlgorithm/interface/SelectionUserVariables.h", + "Alignment/CommonAlignmentAlgorithm/interface/TkModuleGroupSelector.h", + "Alignment/CommonAlignmentAlgorithm/plugins/ApeSettingAlgorithm.cc", + "Alignment/CommonAlignmentAlgorithm/plugins/BuildFile.xml", + "Alignment/CommonAlignmentAlgorithm/plugins/SiPixelLorentzAngleCalibration.cc", + "Alignment/CommonAlignmentAlgorithm/plugins/SiStripBackplaneCalibration.cc", + "Alignment/CommonAlignmentAlgorithm/plugins/SiStripLorentzAngleCalibration.cc", + "Alignment/CommonAlignmentAlgorithm/plugins/SiStripReadoutModeEnums.h", + "Alignment/CommonAlignmentAlgorithm/plugins/TreeStruct.h", + "Alignment/CommonAlignmentAlgorithm/python/AlignmentParameterStore_cfi.py", + "Alignment/CommonAlignmentAlgorithm/python/ApeSettingAlgorithm_cfi.py", + "Alignment/CommonAlignmentAlgorithm/python/SiPixelLorentzAngleCalibration_cff.py", + "Alignment/CommonAlignmentAlgorithm/python/SiStripBackplaneCalibration_cff.py", + "Alignment/CommonAlignmentAlgorithm/python/SiStripLorentzAngleCalibration_cff.py", + "Alignment/CommonAlignmentAlgorithm/src/AlignableDataIO.cc", + "Alignment/CommonAlignmentAlgorithm/src/AlignableDataIORoot.cc", + "Alignment/CommonAlignmentAlgorithm/src/AlignmentAlgorithmPluginFactory.cc", + "Alignment/CommonAlignmentAlgorithm/src/AlignmentCorrelationsIORoot.cc", + "Alignment/CommonAlignmentAlgorithm/src/AlignmentCorrelationsStore.cc", + "Alignment/CommonAlignmentAlgorithm/src/AlignmentExtendedCorrelationsEntry.cc", + "Alignment/CommonAlignmentAlgorithm/src/AlignmentExtendedCorrelationsStore.cc", + "Alignment/CommonAlignmentAlgorithm/src/AlignmentIORoot.cc", + "Alignment/CommonAlignmentAlgorithm/src/AlignmentIORootBase.cc", + "Alignment/CommonAlignmentAlgorithm/src/AlignmentParameterBuilder.cc", + "Alignment/CommonAlignmentAlgorithm/src/AlignmentParameterSelector.cc", + "Alignment/CommonAlignmentAlgorithm/src/AlignmentParameterStore.cc", + "Alignment/CommonAlignmentAlgorithm/src/AlignmentParametersIO.cc", + "Alignment/CommonAlignmentAlgorithm/src/AlignmentParametersIORoot.cc", + "Alignment/CommonAlignmentAlgorithm/src/AlignmentUserVariablesIO.cc", + "Alignment/CommonAlignmentAlgorithm/src/IntegratedCalibrationBase.cc", + "Alignment/CommonAlignmentAlgorithm/src/IntegratedCalibrationPluginFactory.cc", + "Alignment/CommonAlignmentAlgorithm/src/TkModuleGroupSelector.cc", + "Alignment/CommonAlignmentAlgorithm/test/ShortLocalInput.txt", + "Alignment/CommonAlignmentAlgorithm/test/apeLocalSetting_cfg.py", + "Alignment/CommonAlignmentAlgorithm/test/apeSetting_cfg.py", + "Alignment/CommonAlignmentAlgorithm/test/dbextract", + "Alignment/CommonAlignmentMonitor/BuildFile.xml", + "Alignment/CommonAlignmentMonitor/doc/CommonAlignmentMonitor.doc", + "Alignment/CommonAlignmentMonitor/interface/AlignmentMonitorBase.h", + "Alignment/CommonAlignmentMonitor/interface/AlignmentMonitorPluginFactory.h", + "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorAsAnalyzer.cc", + "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorGeneric.cc", + "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorGeneric.h", + "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorMuonResiduals.cc", + "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorMuonSystemMap1D.cc", + "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorMuonVsCurvature.cc", + "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorSegmentDifferences.cc", + "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorSurvey.cc", + "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorSurvey.h", + "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorTemplate.cc", + "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorTracksFromTrajectories.cc", + "Alignment/CommonAlignmentMonitor/plugins/AlignmentStats.cc", + "Alignment/CommonAlignmentMonitor/plugins/BuildFile.xml", + "Alignment/CommonAlignmentMonitor/plugins/TrackerToMuonPropagator.cc", + "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorMuonResidualsDefaults_cff.py", + "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorMuonSystemMap1D_cfi.py", + "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorMuonVsCurvature_cfi.py", + "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorSegmentDifferences_cfi.py", + "Alignment/CommonAlignmentMonitor/python/AlignmentStats_cff.py", + "Alignment/CommonAlignmentMonitor/src/AlignmentMonitorBase.cc", + "Alignment/CommonAlignmentMonitor/src/AlignmentMonitorPluginFactory.cc", + "Alignment/CommonAlignmentMonitor/test/BuildFile.xml", + "Alignment/CommonAlignmentMonitor/test/testAlignmentStats.sh", + "Alignment/CommonAlignmentMonitor/test/testAlignmentStats_cfg.py", + "Alignment/CommonAlignmentParametrization/BuildFile.xml", + "Alignment/CommonAlignmentParametrization/interface/AlignmentParametersFactory.h", + "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentDerivativesExtractor.h", + "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/FrameToFrameDerivative.h", + "Alignment/CommonAlignmentParametrization/interface/KarimakiAlignmentDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/ParametersToParametersDerivatives.h", + "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters4D.h", + "Alignment/CommonAlignmentParametrization/interface/SegmentAlignmentDerivatives4D.h", + "Alignment/CommonAlignmentParametrization/interface/TwoBowedSurfacesAlignmentParameters.h", + "Alignment/CommonAlignmentParametrization/src/AlignmentParametersFactory.cc", + "Alignment/CommonAlignmentParametrization/src/BeamSpotAlignmentDerivatives.cc", + "Alignment/CommonAlignmentParametrization/src/BeamSpotAlignmentParameters.cc", + "Alignment/CommonAlignmentParametrization/src/BowedSurfaceAlignmentDerivatives.cc", + "Alignment/CommonAlignmentParametrization/src/BowedSurfaceAlignmentParameters.cc", + "Alignment/CommonAlignmentParametrization/src/CompositeAlignmentDerivativesExtractor.cc", + "Alignment/CommonAlignmentParametrization/src/CompositeAlignmentParameters.cc", + "Alignment/CommonAlignmentParametrization/src/FrameToFrameDerivative.cc", + "Alignment/CommonAlignmentParametrization/src/KarimakiAlignmentDerivatives.cc", + "Alignment/CommonAlignmentParametrization/src/ParametersToParametersDerivatives.cc", + "Alignment/CommonAlignmentParametrization/src/RigidBodyAlignmentParameters.cc", + "Alignment/CommonAlignmentParametrization/src/RigidBodyAlignmentParameters4D.cc", + "Alignment/CommonAlignmentParametrization/src/SegmentAlignmentDerivatives4D.cc", + "Alignment/CommonAlignmentParametrization/src/TwoBowedSurfacesAlignmentParameters.cc", + "Alignment/CommonAlignmentProducer/BuildFile.xml", + "Alignment/CommonAlignmentProducer/data/AlCaHLTBitMon_cfg_template_py", + "Alignment/CommonAlignmentProducer/interface/AlignmentCSCBeamHaloSelector.h", + "Alignment/CommonAlignmentProducer/interface/AlignmentCSCOverlapSelector.h", + "Alignment/CommonAlignmentProducer/interface/AlignmentCSCTrackSelector.h", + "Alignment/CommonAlignmentProducer/interface/AlignmentGlobalTrackSelector.h", + "Alignment/CommonAlignmentProducer/interface/AlignmentMuonSelector.h", + "Alignment/CommonAlignmentProducer/interface/AlignmentProducerBase.h", + "Alignment/CommonAlignmentProducer/interface/AlignmentSeedSelector.h", + "Alignment/CommonAlignmentProducer/interface/AlignmentTrackSelector.h", + "Alignment/CommonAlignmentProducer/interface/AlignmentTracksFromVertexCompositeCandidateSelector.h", + "Alignment/CommonAlignmentProducer/interface/AlignmentTracksFromVertexSelector.h", + "Alignment/CommonAlignmentProducer/interface/AlignmentTwoBodyDecayTrackSelector.h", + "Alignment/CommonAlignmentProducer/plugins/AlignmentCSCBeamHaloSelectorModule.cc", + "Alignment/CommonAlignmentProducer/plugins/AlignmentCSCOverlapSelectorModule.cc", + "Alignment/CommonAlignmentProducer/plugins/AlignmentCSCTrackSelectorModule.cc", + "Alignment/CommonAlignmentProducer/plugins/AlignmentGoodIdMuonSelector.cc", + "Alignment/CommonAlignmentProducer/plugins/AlignmentMuonHIPTrajectorySelector.cc", + "Alignment/CommonAlignmentProducer/plugins/AlignmentMuonSelectorModule.cc", + "Alignment/CommonAlignmentProducer/plugins/AlignmentProducer.cc", + "Alignment/CommonAlignmentProducer/plugins/AlignmentProducer.h", + "Alignment/CommonAlignmentProducer/plugins/AlignmentProducerAsAnalyzer.cc", + "Alignment/CommonAlignmentProducer/plugins/AlignmentProducerAsAnalyzer.h", + "Alignment/CommonAlignmentProducer/plugins/AlignmentRelCombIsoMuonSelector.cc", + "Alignment/CommonAlignmentProducer/plugins/AlignmentSeedSelectorModule.cc", + "Alignment/CommonAlignmentProducer/plugins/AlignmentTrackSelectorModule.cc", + "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexCompositeCandidateSelectorModule.cc", + "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexSelectorModule.cc", + "Alignment/CommonAlignmentProducer/plugins/BuildFile.xml", + "Alignment/CommonAlignmentProducer/plugins/FakeAlignmentProducer.cc", + "Alignment/CommonAlignmentProducer/plugins/FakeAlignmentSource.cc", + "Alignment/CommonAlignmentProducer/plugins/GlobalTrackerMuonAlignment.cc", + "Alignment/CommonAlignmentProducer/plugins/LSNumberFilter.cc", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHaloOverlaps_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHaloOverlaps_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHalo_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHalo_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlCalIsolatedMu_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlCalIsolatedMu_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmics_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmics_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlOverlaps_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlOverlaps_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlStandAloneCosmics_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlStandAloneCosmics_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlZMuMu_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlZMuMu_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli0T_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGCombined_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGDiMuon_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGCombined_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGDiMuon_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHG_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLT_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlBeamHalo_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlBeamHalo_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0THLT_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0THLT_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0T_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0T_Skimmed_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0T_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsHLT_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsHLT_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsInCollisions_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsInCollisions_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlDiMuonAndVertex_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlDiMuonAndVertex_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracksZMuMu_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracksZMuMu_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracks_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracks_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJetHT_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJetHT_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJpsiMuMuHI_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJpsiMuMuHI_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJpsiMuMu_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJpsiMuMu_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlLAS_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlLAS_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMinBiasHI_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMinBiasHI_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMinBias_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMinBias_Skimmed_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMinBias_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedHI_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedHI_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedPA_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedPA_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolated_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolated_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuHI_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuHI_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuPA_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuPA_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMu_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMu_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlV0s_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlV0s_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlWMuNu_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlWMuNu_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMuHI_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMuHI_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMuPA_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMuPA_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMu_Output_cff.py", + "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMu_cff.py", + "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvester0T_cff.py", + "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHGCombined_cff.py", + "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHG_cff.py", + "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHLTHGCombined_cff.py", + "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvester_cff.py", + "Alignment/CommonAlignmentProducer/python/AlignmentMuonSelector_cfi.py", + "Alignment/CommonAlignmentProducer/python/AlignmentProducerAsAnalyzer_cff.py", + "Alignment/CommonAlignmentProducer/python/AlignmentProducer_cff.py", + "Alignment/CommonAlignmentProducer/python/AlignmentTrackSelector_cfi.py", + "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexCompositeCandidateSelector_cfi.py", + "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexSelector_cfi.py", + "Alignment/CommonAlignmentProducer/python/DBConfiguration_cff.py", + "Alignment/CommonAlignmentProducer/python/FakeAlignmentSource_cfi.py", + "Alignment/CommonAlignmentProducer/python/GlobalPosition_Fake_cff.py", + "Alignment/CommonAlignmentProducer/python/GlobalPosition_Frontier_DevDB_cff.py", + "Alignment/CommonAlignmentProducer/python/GlobalPosition_Frontier_IntDB_cff.py", + "Alignment/CommonAlignmentProducer/python/GlobalPosition_Frontier_cff.py", + "Alignment/CommonAlignmentProducer/python/HLTModulesIncludes_cff.py", + "Alignment/CommonAlignmentProducer/python/LSNumberFilter_cfi.py", + "Alignment/CommonAlignmentProducer/python/TkAlMuonSelectors_cfi.py", + "Alignment/CommonAlignmentProducer/python/customizeLSNumberFilterForRelVals.py", + "Alignment/CommonAlignmentProducer/python/fakeAlignmentProducer_cfi.py", + "Alignment/CommonAlignmentProducer/python/fakeForIdealAlignmentProducer_cfi.py", + "Alignment/CommonAlignmentProducer/scripts/AlCaHLTBitMon_ParallelJobs.py", + "Alignment/CommonAlignmentProducer/scripts/AlCaHLTBitMon_QueryRunRegistry.py", + "Alignment/CommonAlignmentProducer/src/AlignmentCSCBeamHaloSelector.cc", + "Alignment/CommonAlignmentProducer/src/AlignmentCSCOverlapSelector.cc", + "Alignment/CommonAlignmentProducer/src/AlignmentCSCTrackSelector.cc", + "Alignment/CommonAlignmentProducer/src/AlignmentGlobalTrackSelector.cc", + "Alignment/CommonAlignmentProducer/src/AlignmentMuonSelector.cc", + "Alignment/CommonAlignmentProducer/src/AlignmentProducerBase.cc", + "Alignment/CommonAlignmentProducer/src/AlignmentSeedSelector.cc", + "Alignment/CommonAlignmentProducer/src/AlignmentTrackSelector.cc", + "Alignment/CommonAlignmentProducer/src/AlignmentTracksFromVertexCompositeCandidateSelector.cc", + "Alignment/CommonAlignmentProducer/src/AlignmentTracksFromVertexSelector.cc", + "Alignment/CommonAlignmentProducer/src/AlignmentTwoBoyDecayTrackSelector.cc", + "Alignment/CommonAlignmentProducer/test/AlignmentRcd-scan_cfg.py", + "Alignment/CommonAlignmentProducer/test/AlignmentRcdScan.cpp", + "Alignment/CommonAlignmentProducer/test/BuildFile.xml", + "Alignment/CommonAlignmentProducer/test/GlobalPositionRcd-read_cfg.py", + "Alignment/CommonAlignmentProducer/test/GlobalPositionRcd-scan_cfg.py", + "Alignment/CommonAlignmentProducer/test/GlobalPositionRcd-write_cfg.py", + "Alignment/CommonAlignmentProducer/test/GlobalPositionRcdRead.cpp", + "Alignment/CommonAlignmentProducer/test/GlobalPositionRcdScan.cpp", + "Alignment/CommonAlignmentProducer/test/GlobalPositionRcdWrite.cpp", + "Alignment/CommonAlignmentProducer/test/GlobalTrackerMuonAlignment_test_cfg.py", + "Alignment/CommonAlignmentProducer/test/TestAccessGeom.cc", + "Alignment/CommonAlignmentProducer/test/TrackerAPForPCL/alignment_mille.py", + "Alignment/CommonAlignmentProducer/test/alignment.pl", + "Alignment/CommonAlignmentProducer/test/alignmentCAF.pl", + "Alignment/CommonAlignmentProducer/test/alignment_cfg.py", + "Alignment/CommonAlignmentProducer/test/make_muonalignment_dirs.pl", + "Alignment/CommonAlignmentProducer/test/test-PromptCalibProdSiPixelAliHLTHGC.sh", + "Alignment/CommonAlignmentProducer/test/test-accessGeom_cfg.py", + "Alignment/Geners/BuildFile.xml", + "Alignment/Geners/interface/AbsArchive.hh", + "Alignment/Geners/interface/AbsCatalog.hh", + "Alignment/Geners/interface/AbsReader.hh", + "Alignment/Geners/interface/AbsRecord.hh", + "Alignment/Geners/interface/AbsReference.hh", + "Alignment/Geners/interface/ArrayAdaptor.hh", + "Alignment/Geners/interface/ArrayReference.hh", + "Alignment/Geners/interface/BZ2Handle.hh", + "Alignment/Geners/interface/BinaryArchiveBase.hh", + "Alignment/Geners/interface/BinaryFileArchive.hh", + "Alignment/Geners/interface/CPBufferRecord.hh", + "Alignment/Geners/interface/CPBufferReference.hh", + "Alignment/Geners/interface/CPFooterRecord.hh", + "Alignment/Geners/interface/CPFooterReference.hh", + "Alignment/Geners/interface/CPHeaderRecord.hh", + "Alignment/Geners/interface/CPP11_array.hh", + "Alignment/Geners/interface/CPP11_config.hh", + "Alignment/Geners/interface/CPP11_type_traits.hh", + "Alignment/Geners/interface/CPReference.hh", + "Alignment/Geners/interface/CP_column_iterator.hh", + "Alignment/Geners/interface/CStringBuf.hh", + "Alignment/Geners/interface/CStringStream.hh", + "Alignment/Geners/interface/CatalogEntry.hh", + "Alignment/Geners/interface/CatalogIO.hh", + "Alignment/Geners/interface/CharBuffer.hh", + "Alignment/Geners/interface/ClassId.hh", + "Alignment/Geners/interface/ClearIfPointer.hh", + "Alignment/Geners/interface/ColumnBuffer.hh", + "Alignment/Geners/interface/CompressedIO.hh", + "Alignment/Geners/interface/ContiguousCatalog.hh", + "Alignment/Geners/interface/GeneralCatalog.hh", + "Alignment/Geners/interface/GenericIO.hh", + "Alignment/Geners/interface/IOException.hh", + "Alignment/Geners/interface/IOIsAnyPtr.hh", + "Alignment/Geners/interface/IOIsClassType.hh", + "Alignment/Geners/interface/IOIsContainer.hh", + "Alignment/Geners/interface/IOIsContiguous.hh", + "Alignment/Geners/interface/IOIsExternal.hh", + "Alignment/Geners/interface/IOIsIOPtr.hh", + "Alignment/Geners/interface/IOIsNumber.hh", + "Alignment/Geners/interface/IOIsPOD.hh", + "Alignment/Geners/interface/IOIsPair.hh", + "Alignment/Geners/interface/IOIsReadable.hh", + "Alignment/Geners/interface/IOIsSameType.hh", + "Alignment/Geners/interface/IOIsSharedPtr.hh", + "Alignment/Geners/interface/IOIsString.hh", + "Alignment/Geners/interface/IOIsTuple.hh", + "Alignment/Geners/interface/IOIsUnsigned.hh", + "Alignment/Geners/interface/IOIsWritable.hh", + "Alignment/Geners/interface/IOPointeeType.hh", + "Alignment/Geners/interface/IOPtr.hh", + "Alignment/Geners/interface/IOReferredType.hh", + "Alignment/Geners/interface/IOTraits.hh", + "Alignment/Geners/interface/InsertContainerItem.hh", + "Alignment/Geners/interface/Int2Type.hh", + "Alignment/Geners/interface/ItemDescriptor.hh", + "Alignment/Geners/interface/ItemLocation.hh", + "Alignment/Geners/interface/MultiFileArchive.hh", + "Alignment/Geners/interface/PackerIOCycle.hh", + "Alignment/Geners/interface/ProcessItem.hh", + "Alignment/Geners/interface/RPBufferRecord.hh", + "Alignment/Geners/interface/RPBufferReference.hh", + "Alignment/Geners/interface/RPFooterRecord.hh", + "Alignment/Geners/interface/RPFooterReference.hh", + "Alignment/Geners/interface/RPHeaderRecord.hh", + "Alignment/Geners/interface/RPReference.hh", + "Alignment/Geners/interface/Reference.hh", + "Alignment/Geners/interface/Regex.hh", + "Alignment/Geners/interface/RowPacker.hh", + "Alignment/Geners/interface/SearchSpecifier.hh", + "Alignment/Geners/interface/StringArchive.hh", + "Alignment/Geners/interface/StrippedType.hh", + "Alignment/Geners/interface/VPackIOCycler.hh", + "Alignment/Geners/interface/VarPack.hh", + "Alignment/Geners/interface/WriteOnlyCatalog.hh", + "Alignment/Geners/interface/ZlibHandle.hh", + "Alignment/Geners/interface/allUnique.hh", + "Alignment/Geners/interface/arrayIO.hh", + "Alignment/Geners/interface/binaryIO.hh", + "Alignment/Geners/interface/collectTupleNames.hh", + "Alignment/Geners/interface/complexIO.hh", + "Alignment/Geners/interface/dequeIO.hh", + "Alignment/Geners/interface/findName.hh", + "Alignment/Geners/interface/forward_listIO.hh", + "Alignment/Geners/interface/listIO.hh", + "Alignment/Geners/interface/mapIO.hh", + "Alignment/Geners/interface/setIO.hh", + "Alignment/Geners/interface/specialize_hash_io.hh", + "Alignment/Geners/interface/streamposIO.hh", + "Alignment/Geners/interface/stringArchiveIO.hh", + "Alignment/Geners/interface/tupleIO.hh", + "Alignment/Geners/interface/unordered_mapIO.hh", + "Alignment/Geners/interface/unordered_setIO.hh", + "Alignment/Geners/interface/uriUtils.hh", + "Alignment/Geners/interface/valarrayIO.hh", + "Alignment/Geners/interface/vectorIO.hh", + "Alignment/Geners/src/AbsArchive.cc", + "Alignment/Geners/src/AbsReference.cc", + "Alignment/Geners/src/BZ2Handle.cc", + "Alignment/Geners/src/BinaryArchiveBase.cc", + "Alignment/Geners/src/BinaryFileArchive.cc", + "Alignment/Geners/src/CStringBuf.cc", + "Alignment/Geners/src/CStringStream.cc", + "Alignment/Geners/src/CatalogEntry.cc", + "Alignment/Geners/src/CatalogIO.cc", + "Alignment/Geners/src/CharBuffer.cc", + "Alignment/Geners/src/ClassId.cc", + "Alignment/Geners/src/ColumnBuffer.cc", + "Alignment/Geners/src/ContiguousCatalog.cc", + "Alignment/Geners/src/GeneralCatalog.cc", + "Alignment/Geners/src/ItemDescriptor.cc", + "Alignment/Geners/src/ItemLocation.cc", + "Alignment/Geners/src/MultiFileArchive.cc", + "Alignment/Geners/src/SearchSpecifier.cc", + "Alignment/Geners/src/StringArchive.cc", + "Alignment/Geners/src/WriteOnlyCatalog.cc", + "Alignment/Geners/src/ZlibHandle.cc", + "Alignment/Geners/src/stringArchiveIO.cc", + "Alignment/Geners/src/uriUtils.cc", + "Alignment/Geners/test/BuildFile.xml", + "Alignment/Geners/test/CmdLine.hh", + "Alignment/Geners/test/archive.0.gsbd", + "Alignment/Geners/test/archive.gsbmf", + "Alignment/Geners/test/cdump.cc", + "Alignment/Geners/test/cdump.ref", + "Alignment/Geners/test/cmerge.cc", + "Alignment/Geners/test/crecover.cc", + "Alignment/Geners/test/gssa_dump.cc", + "Alignment/Geners/test/port_geners_to_cmssw.tcl", + "Alignment/Geners/test/print_items.cc", + "Alignment/Geners/test/test_cdump.sh", + "Alignment/HIPAlignmentAlgorithm/BuildFile.xml", + "Alignment/HIPAlignmentAlgorithm/doc/HIPAlignmentAlgorithm.doc", + "Alignment/HIPAlignmentAlgorithm/interface/HIPAlignableSpecificParameters.h", + "Alignment/HIPAlignmentAlgorithm/interface/HIPAlignmentAlgorithm.h", + "Alignment/HIPAlignmentAlgorithm/interface/HIPMonitorConfig.h", + "Alignment/HIPAlignmentAlgorithm/interface/HIPUserVariables.h", + "Alignment/HIPAlignmentAlgorithm/interface/HIPUserVariablesIORoot.h", + "Alignment/HIPAlignmentAlgorithm/plots/BinningHitMaps_TEC.txt", + "Alignment/HIPAlignmentAlgorithm/plots/BinningHitMaps_TIB.txt", + "Alignment/HIPAlignmentAlgorithm/plots/BinningHitMaps_TID.txt", + "Alignment/HIPAlignmentAlgorithm/plots/BinningHitMaps_TOB.txt", + "Alignment/HIPAlignmentAlgorithm/plots/BinningHitMaps_TPB.txt", + "Alignment/HIPAlignmentAlgorithm/plots/BinningHitMaps_TPE.txt", + "Alignment/HIPAlignmentAlgorithm/plots/HIPplots.cc", + "Alignment/HIPAlignmentAlgorithm/plots/HIPplots.h", + "Alignment/HIPAlignmentAlgorithm/plots/List_aligned_dets.txt", + "Alignment/HIPAlignmentAlgorithm/plots/loadLib.C", + "Alignment/HIPAlignmentAlgorithm/plots/plotchi2.C", + "Alignment/HIPAlignmentAlgorithm/plots/plotter.C", + "Alignment/HIPAlignmentAlgorithm/plots/runplot.C", + "Alignment/HIPAlignmentAlgorithm/plots/tdrstyle.C", + "Alignment/HIPAlignmentAlgorithm/plugins/BuildFile.xml", + "Alignment/HIPAlignmentAlgorithm/plugins/HIPTwoBodyDecayAnalyzer.cc", + "Alignment/HIPAlignmentAlgorithm/plugins/LhcTrackAnalyzer.cc", + "Alignment/HIPAlignmentAlgorithm/python/FrontierConditions_GlobalTag_cff.py", + "Alignment/HIPAlignmentAlgorithm/python/HIPAlignmentAlgorithm_cfi.py", + "Alignment/HIPAlignmentAlgorithm/python/OptionParser/HipPyOptionParser.py", + "Alignment/HIPAlignmentAlgorithm/python/align_tpl_py.txt", + "Alignment/HIPAlignmentAlgorithm/python/cdcsTrackSelection_cff_py.txt", + "Alignment/HIPAlignmentAlgorithm/python/collect_tpl_py.txt", + "Alignment/HIPAlignmentAlgorithm/python/common_cff_py.txt", + "Alignment/HIPAlignmentAlgorithm/python/cosmicsTrackSelection_cff_py.txt", + "Alignment/HIPAlignmentAlgorithm/python/initial_tpl_py.txt", + "Alignment/HIPAlignmentAlgorithm/python/jpsimumuTrackSelection_cff_py.txt", + "Alignment/HIPAlignmentAlgorithm/python/mbvertexTrackSelection_cff_py.txt", + "Alignment/HIPAlignmentAlgorithm/python/upload_serial_tpl_py.txt", + "Alignment/HIPAlignmentAlgorithm/python/upload_tpl_py.txt", + "Alignment/HIPAlignmentAlgorithm/python/ymumuTrackSelection_cff_py.txt", + "Alignment/HIPAlignmentAlgorithm/python/zmumuTrackSelection_cff_py.txt", + "Alignment/HIPAlignmentAlgorithm/scripts/README", + "Alignment/HIPAlignmentAlgorithm/scripts/batchHippy.py", + "Alignment/HIPAlignmentAlgorithm/scripts/checkError.sh", + "Alignment/HIPAlignmentAlgorithm/scripts/compareGeomSerial_tpl.C", + "Alignment/HIPAlignmentAlgorithm/scripts/configureHippy.pl", + "Alignment/HIPAlignmentAlgorithm/scripts/createfilelist.py", + "Alignment/HIPAlignmentAlgorithm/scripts/hippyaddtobaddatafiles.py", + "Alignment/HIPAlignmentAlgorithm/scripts/iterator_py", + "Alignment/HIPAlignmentAlgorithm/scripts/makeHippyCampaign.py", + "Alignment/HIPAlignmentAlgorithm/scripts/runControl.csh", + "Alignment/HIPAlignmentAlgorithm/scripts/runScript.csh", + "Alignment/HIPAlignmentAlgorithm/scripts/serialGeomCompare.pl", + "Alignment/HIPAlignmentAlgorithm/scripts/submitAndWatchHippy.sh", + "Alignment/HIPAlignmentAlgorithm/scripts/submitJobs_py", + "Alignment/HIPAlignmentAlgorithm/src/HIPAlignableSpecificParameters.cc", + "Alignment/HIPAlignmentAlgorithm/src/HIPAlignmentAlgorithm.cc", + "Alignment/HIPAlignmentAlgorithm/src/HIPMonitorConfig.cc", + "Alignment/HIPAlignmentAlgorithm/src/HIPUserVariablesIORoot.cc", + "Alignment/HIPAlignmentAlgorithm/src/SealModule.cc", + "Alignment/HIPAlignmentAlgorithm/test/BuildFile.xml", + "Alignment/HIPAlignmentAlgorithm/test/LHCAnalyzer_cfg.py", + "Alignment/HIPAlignmentAlgorithm/test/align.tpl", + "Alignment/HIPAlignmentAlgorithm/test/breakupHippyList.sh", + "Alignment/HIPAlignmentAlgorithm/test/collect.tpl", + "Alignment/HIPAlignmentAlgorithm/test/hippysubmitterscript.sh", + "Alignment/HIPAlignmentAlgorithm/test/hippysubmittertemplate.sh", + "Alignment/HIPAlignmentAlgorithm/test/initial.tpl", + "Alignment/HIPAlignmentAlgorithm/test/rewriteHippyList.sh", + "Alignment/HIPAlignmentAlgorithm/test/runTwoBodyDecayTest.py", + "Alignment/HIPAlignmentAlgorithm/test/serialGeomCompare_tpl.py", + "Alignment/HIPAlignmentAlgorithm/test/serialIntoNtuples_tpl.py", + "Alignment/HIPAlignmentAlgorithm/test/testHIPAnalyzers.cc", + "Alignment/HIPAlignmentAlgorithm/test/upload.tpl", + "Alignment/LaserAlignment/BuildFile.xml", + "Alignment/LaserAlignment/doc/LaserAlignment.doc", + "Alignment/LaserAlignment/interface/LASAlignmentTubeAlgorithm.h", + "Alignment/LaserAlignment/interface/LASBarrelAlgorithm.h", + "Alignment/LaserAlignment/interface/LASBarrelAlignmentParameterSet.h", + "Alignment/LaserAlignment/interface/LASConstants.h", + "Alignment/LaserAlignment/interface/LASCoordinateSet.h", + "Alignment/LaserAlignment/interface/LASEndcapAlgorithm.h", + "Alignment/LaserAlignment/interface/LASEndcapAlignmentParameterSet.h", + "Alignment/LaserAlignment/interface/LASGeometryUpdater.h", + "Alignment/LaserAlignment/interface/LASGlobalData.h", + "Alignment/LaserAlignment/interface/LASGlobalLoop.h", + "Alignment/LaserAlignment/interface/LASModuleProfile.h", + "Alignment/LaserAlignment/interface/LASPeakFinder.h", + "Alignment/LaserAlignment/interface/LASProfileJudge.h", + "Alignment/LaserAlignment/interface/TsosVectorCollection.h", + "Alignment/LaserAlignment/plugins/BuildFile.xml", + "Alignment/LaserAlignment/plugins/LaserAlignment.cc", + "Alignment/LaserAlignment/plugins/LaserAlignment.h", + "Alignment/LaserAlignment/plugins/LaserAlignmentEventFilter.cc", + "Alignment/LaserAlignment/plugins/LaserAlignmentEventFilter.h", + "Alignment/LaserAlignment/plugins/LaserAlignmentFillDetId.cc", + "Alignment/LaserAlignment/plugins/LaserAlignmentT0Producer.cc", + "Alignment/LaserAlignment/plugins/RawDataConverter.cc", + "Alignment/LaserAlignment/plugins/RawDataConverter.h", + "Alignment/LaserAlignment/plugins/TkLasBeamFitter.cc", + "Alignment/LaserAlignment/python/AlCaRECOLaserAlignmentT0Producer_Output_cff.py", + "Alignment/LaserAlignment/python/ExpectedCorrectionsOnlyRotations_cfi.py", + "Alignment/LaserAlignment/python/ExpectedCorrectionsShiftsAndRotationsTEC2TEC_cfi.py", + "Alignment/LaserAlignment/python/ExpectedCorrectionsShiftsAndRotations_cfi.py", + "Alignment/LaserAlignment/python/HLTLaserAlignmentEventFilter_cfi.py", + "Alignment/LaserAlignment/python/LaserAlignmentAlgorithm_cff.py", + "Alignment/LaserAlignment/python/LaserAlignmentConstants_cff.py", + "Alignment/LaserAlignment/python/LaserAlignmentDefs_cff.py", + "Alignment/LaserAlignment/python/LaserAlignmentEventFilter_cfi.py", + "Alignment/LaserAlignment/python/LaserAlignmentT0Producer_cfi.py", + "Alignment/LaserAlignment/python/LaserAlignment_cfi.py", + "Alignment/LaserAlignment/python/LaserClusterizer_cfi.py", + "Alignment/LaserAlignment/python/LaserSeedGenerator_cff.py", + "Alignment/LaserAlignment/python/LaserSeedGenerator_cfi.py", + "Alignment/LaserAlignment/python/LaserTracksInput_cfi.py", + "Alignment/LaserAlignment/python/RawDataConverter_cfi.py", + "Alignment/LaserAlignment/python/RecoAnalyzer_cfi.py", + "Alignment/LaserAlignment/python/TkLasBeamFitter_cfi.py", + "Alignment/LaserAlignment/src/LASAlignmentTubeAlgorithm.cc", + "Alignment/LaserAlignment/src/LASBarrelAlgorithm.cc", + "Alignment/LaserAlignment/src/LASBarrelAlignmentParameterSet.cc", + "Alignment/LaserAlignment/src/LASConstants.cc", + "Alignment/LaserAlignment/src/LASCoordinateSet.cc", + "Alignment/LaserAlignment/src/LASEndcapAlgorithm.cc", + "Alignment/LaserAlignment/src/LASEndcapAlignmentParameterSet.cc", + "Alignment/LaserAlignment/src/LASGeometryUpdater.cc", + "Alignment/LaserAlignment/src/LASGlobalData.cc", + "Alignment/LaserAlignment/src/LASGlobalLoop.cc", + "Alignment/LaserAlignment/src/LASModuleProfile.cc", + "Alignment/LaserAlignment/src/LASPeakFinder.cc", + "Alignment/LaserAlignment/src/LASProfileJudge.cc", + "Alignment/LaserAlignment/src/classes.h", + "Alignment/LaserAlignment/src/classes_def.xml", + "Alignment/LaserAlignment/test/LaserAlignmentEventFilter_test.py", + "Alignment/LaserAlignment/test/RawDataConverter_full_chain.py", + "Alignment/LaserAlignment/test/ReadLaserRecHitAlgorithm.cc", + "Alignment/LaserAlignment/test/RecoAnalyzerRecHits.cc", + "Alignment/LaserAlignment/test/RecoAnalyzerTC.cc", + "Alignment/LaserAlignment/test/createScenario.py", + "Alignment/LaserAlignment/test/laserAlignment.py", + "Alignment/LaserAlignment/test/laserAlignment_sim.py", + "Alignment/LaserAlignment/test/t0ProducerStandalone.py", + "Alignment/LaserAlignment/test/t0ProducerStandalone_LASFilter.py", + "Alignment/LaserAlignment/test/testTkLasBeamFitter_cfg.py", + "Alignment/LaserAlignmentSimulation/BuildFile.xml", + "Alignment/LaserAlignmentSimulation/data/AlignmentTubes.xml", + "Alignment/LaserAlignmentSimulation/doc/LaserAlignmentSimulation.doc", + "Alignment/LaserAlignmentSimulation/interface/LaserBeamsBarrel.h", + "Alignment/LaserAlignmentSimulation/interface/LaserBeamsTEC1.h", + "Alignment/LaserAlignmentSimulation/interface/LaserBeamsTEC2.h", + "Alignment/LaserAlignmentSimulation/interface/LaserOpticalPhysicsList.h", + "Alignment/LaserAlignmentSimulation/interface/LaserPrimaryGeneratorAction.h", + "Alignment/LaserAlignmentSimulation/interface/LaserSteppingAction.h", + "Alignment/LaserAlignmentSimulation/interface/LaserSteppingVerbose.h", + "Alignment/LaserAlignmentSimulation/interface/LaserTrackingAction.h", + "Alignment/LaserAlignmentSimulation/interface/MaterialProperties.h", + "Alignment/LaserAlignmentSimulation/plugins/BuildFile.xml", + "Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentProducer.cc", + "Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentProducer.h", + "Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentSimulation.cc", + "Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentSimulation.h", + "Alignment/LaserAlignmentSimulation/plugins/LaserOpticalPhysics.cc", + "Alignment/LaserAlignmentSimulation/plugins/LaserOpticalPhysics.h", + "Alignment/LaserAlignmentSimulation/src/LaserBeamsBarrel.cc", + "Alignment/LaserAlignmentSimulation/src/LaserBeamsTEC1.cc", + "Alignment/LaserAlignmentSimulation/src/LaserBeamsTEC2.cc", + "Alignment/LaserAlignmentSimulation/src/LaserOpticalPhysicsList.cc", + "Alignment/LaserAlignmentSimulation/src/LaserPrimaryGeneratorAction.cc", + "Alignment/LaserAlignmentSimulation/src/LaserSteppingAction.cc", + "Alignment/LaserAlignmentSimulation/src/LaserSteppingVerbose.cc", + "Alignment/LaserAlignmentSimulation/src/LaserTrackingAction.cc", + "Alignment/LaserAlignmentSimulation/src/MaterialProperties.cc", + "Alignment/LaserAlignmentSimulation/test/BuildFile.xml", + "Alignment/LaserAlignmentSimulation/test/LaserSimulation_cfg.py", + "Alignment/LaserAlignmentSimulation/test/SimAnalyzer.cc", + "Alignment/LaserAlignmentSimulation/test/SimAnalyzer_cfg.py", + "Alignment/LaserDQM/doc/LaserDQM.doc", + "Alignment/LaserDQM/plugins/BuildFile.xml", + "Alignment/LaserDQM/plugins/LaserDQM.cc", + "Alignment/LaserDQM/plugins/LaserDQM.h", + "Alignment/LaserDQM/plugins/LaserDQMInitMonitors.cc", + "Alignment/LaserDQM/plugins/LaserDQMStatistics.cc", + "Alignment/LaserDQM/python/LaserDQM_cfg.py", + "Alignment/LaserDQM/python/LaserDQM_cfi.py", + "Alignment/MillePedeAlignmentAlgorithm/BuildFile.xml", + "Alignment/MillePedeAlignmentAlgorithm/doc/MillePedeAlignmentAlgorithm.doc", + "Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeFileReader.h", + "Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeMonitor.h", + "Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeVariables.h", + "Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeVariablesIORoot.h", + "Alignment/MillePedeAlignmentAlgorithm/interface/PedeLabelerBase.h", + "Alignment/MillePedeAlignmentAlgorithm/interface/PedeLabelerPluginFactory.h", + "Alignment/MillePedeAlignmentAlgorithm/macros/CompareMillePede.C", + "Alignment/MillePedeAlignmentAlgorithm/macros/CompareMillePede.h", + "Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFHistArray.C", + "Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFHistArray.h", + "Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFHistManager.C", + "Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFHistManager.h", + "Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFOverlay.C", + "Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFOverlay.h", + "Alignment/MillePedeAlignmentAlgorithm/macros/MillePedeTrees.C", + "Alignment/MillePedeAlignmentAlgorithm/macros/MillePedeTrees.h", + "Alignment/MillePedeAlignmentAlgorithm/macros/PlotFromMillepedeRes.C", + "Alignment/MillePedeAlignmentAlgorithm/macros/PlotMilleMonitor.C", + "Alignment/MillePedeAlignmentAlgorithm/macros/PlotMilleMonitor.h", + "Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePede.C", + "Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePede.h", + "Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePedeIOV.C", + "Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePedeIOV.h", + "Alignment/MillePedeAlignmentAlgorithm/macros/allMillePede.C", + "Alignment/MillePedeAlignmentAlgorithm/macros/createChi2ndfplot.C", + "Alignment/MillePedeAlignmentAlgorithm/macros/createPedeParamIOVPlots.C", + "Alignment/MillePedeAlignmentAlgorithm/macros/createPedeParamPlots.C", + "Alignment/MillePedeAlignmentAlgorithm/macros/pixelPositionChange.C", + "Alignment/MillePedeAlignmentAlgorithm/macros/readPedeHists.C", + "Alignment/MillePedeAlignmentAlgorithm/macros/runPlotFromMillepedeRes.C", + "Alignment/MillePedeAlignmentAlgorithm/macros/setGStyle.C", + "Alignment/MillePedeAlignmentAlgorithm/plugins/BuildFile.xml", + "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeAlignmentAlgorithm.cc", + "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeAlignmentAlgorithm.h", + "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeDQMModule.cc", + "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeDQMModule.h", + "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeFileConverter.cc", + "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeFileConverter.h", + "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeFileExtractor.cc", + "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeFileExtractor.h", + "Alignment/MillePedeAlignmentAlgorithm/plugins/MomentumDependentPedeLabeler.cc", + "Alignment/MillePedeAlignmentAlgorithm/plugins/MomentumDependentPedeLabeler.h", + "Alignment/MillePedeAlignmentAlgorithm/plugins/PedeLabeler.cc", + "Alignment/MillePedeAlignmentAlgorithm/plugins/PedeLabeler.h", + "Alignment/MillePedeAlignmentAlgorithm/plugins/RunRangeDependentPedeLabeler.cc", + "Alignment/MillePedeAlignmentAlgorithm/plugins/RunRangeDependentPedeLabeler.h", + "Alignment/MillePedeAlignmentAlgorithm/plugins/ZMuMuMassConstraintParameterFinder.cc", + "Alignment/MillePedeAlignmentAlgorithm/python/MillePedeAlignmentAlgorithm_cfi.py", + "Alignment/MillePedeAlignmentAlgorithm/python/MillePedeDQMModule_cff.py", + "Alignment/MillePedeAlignmentAlgorithm/python/MillePedeFileConverter_cfg.py", + "Alignment/MillePedeAlignmentAlgorithm/python/MillePedeFileExtractor_cfg.py", + "Alignment/MillePedeAlignmentAlgorithm/python/MillePedeFileReader_cfi.py", + "Alignment/MillePedeAlignmentAlgorithm/python/PresigmaScenarios_cff.py", + "Alignment/MillePedeAlignmentAlgorithm/python/RefitterAnalytical_cff.py", + "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/ConfigureAlignmentProducer.py", + "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/GeneralSetup.py", + "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/MilleSetup.py", + "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/PedeSetup.py", + "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/SetCondition.py", + "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/helper.py", + "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/myMessageLogger_cff.py", + "Alignment/MillePedeAlignmentAlgorithm/python/mpslib/Mpslibclass.py", + "Alignment/MillePedeAlignmentAlgorithm/python/mpslib/tools.py", + "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/additionalparser.py", + "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/beamerCreator.py", + "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/bigModule.py", + "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/bigStructure.py", + "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/classes.py", + "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/dumpparser.py", + "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/geometry.py", + "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/geometrydata.py", + "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/htmlCreator.py", + "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/iniparser.py", + "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/monitorPlot.py", + "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/pdfCreator.py", + "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/style.py", + "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/subModule.py", + "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/timeStructure.py", + "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/trackerTree.py", + "Alignment/MillePedeAlignmentAlgorithm/scripts/BuildFile.xml", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mpedegui.pl", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_alisetup.py", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_auto.pl", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_check.py", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_disablejob.pl", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_enablejob.pl", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_fetch.py", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_fire.py", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_kill.pl", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_list_evts.py", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_merge.py", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_merge_millepedemonitor.pl", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_monitormerge.py", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_parse_pedechi2hist.py", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_prepare_input_db.py", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_retry.pl", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_save.pl", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_script.pl", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_scriptm.pl", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_setup.py", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_setup_new_align.py", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_setupm.pl", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_splice.py", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_split.pl", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_stat.py", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_update.py", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_validate.py", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_weight.pl", + "Alignment/MillePedeAlignmentAlgorithm/scripts/mpslib/Mpslib.pm", + "Alignment/MillePedeAlignmentAlgorithm/scripts/nextMPS.sh", + "Alignment/MillePedeAlignmentAlgorithm/src/.cvsignore", + "Alignment/MillePedeAlignmentAlgorithm/src/Mille.cc", + "Alignment/MillePedeAlignmentAlgorithm/src/Mille.h", + "Alignment/MillePedeAlignmentAlgorithm/src/MillePedeFileReader.cc", + "Alignment/MillePedeAlignmentAlgorithm/src/MillePedeMonitor.cc", + "Alignment/MillePedeAlignmentAlgorithm/src/MillePedeVariables.cc", + "Alignment/MillePedeAlignmentAlgorithm/src/MillePedeVariablesIORoot.cc", + "Alignment/MillePedeAlignmentAlgorithm/src/PedeLabelerBase.cc", + "Alignment/MillePedeAlignmentAlgorithm/src/PedeLabelerPluginFactory.cc", + "Alignment/MillePedeAlignmentAlgorithm/src/PedeReader.cc", + "Alignment/MillePedeAlignmentAlgorithm/src/PedeReader.h", + "Alignment/MillePedeAlignmentAlgorithm/src/PedeSteerer.cc", + "Alignment/MillePedeAlignmentAlgorithm/src/PedeSteerer.h", + "Alignment/MillePedeAlignmentAlgorithm/src/PedeSteererWeakModeConstraints.cc", + "Alignment/MillePedeAlignmentAlgorithm/src/PedeSteererWeakModeConstraints.h", + "Alignment/MillePedeAlignmentAlgorithm/templates/alignment_config.ini", + "Alignment/MillePedeAlignmentAlgorithm/templates/mps_runMille_template.sh", + "Alignment/MillePedeAlignmentAlgorithm/templates/mps_runPede_rfcp_template.sh", + "Alignment/MillePedeAlignmentAlgorithm/templates/mpsvalidate_beamer_template.tex", + "Alignment/MillePedeAlignmentAlgorithm/templates/mpsvalidate_default.ini", + "Alignment/MillePedeAlignmentAlgorithm/templates/mpsvalidate_html_template.html", + "Alignment/MillePedeAlignmentAlgorithm/templates/mpsvalidate_tex_template.tex", + "Alignment/MillePedeAlignmentAlgorithm/templates/universalConfigTemplate.py", + "Alignment/MillePedeAlignmentAlgorithm/test/AlignmentRcdChecker.cpp", + "Alignment/MillePedeAlignmentAlgorithm/test/AlignmentRcdChecker_cfg.py", + "Alignment/MillePedeAlignmentAlgorithm/test/BuildFile.xml", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/README.md", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/printParameters.C", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/submit_jobs.sh", + "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/zmumudistribution_cfg.py", + "Alignment/MillePedeAlignmentAlgorithm/test/align_params_cff.py", + "Alignment/MillePedeAlignmentAlgorithm/test/alignment_cfg.py", + "Alignment/MillePedeAlignmentAlgorithm/test/alignment_forGeomComp_cfg.py", + "Alignment/MillePedeAlignmentAlgorithm/test/alignment_las_cfg.py", + "Alignment/MillePedeAlignmentAlgorithm/test/alignment_survey_cfg.py", + "Alignment/MillePedeAlignmentAlgorithm/test/convertMPresToDB_cfg.py", + "Alignment/MillePedeAlignmentAlgorithm/test/testFindMassContraintParameters.cpp", + "Alignment/MillePedeAlignmentAlgorithm/test/test_ZMuMuMassConstraintParameterFinder.sh", + "Alignment/MillePedeAlignmentAlgorithm/test/test_mille.py", + "Alignment/MillePedeAlignmentAlgorithm/test/test_mille.sh", + "Alignment/MillePedeAlignmentAlgorithm/test/test_mps-workflow.sh", + "Alignment/MillePedeAlignmentAlgorithm/test/test_payload_sanity.sh", + "Alignment/MillePedeAlignmentAlgorithm/test/test_pede.py", + "Alignment/MillePedeAlignmentAlgorithm/test/test_pede.sh", + "Alignment/MillePedeAlignmentAlgorithm/test/test_pedeConversion.sh", + "Alignment/MillePedeAlignmentAlgorithm/test/trackerTree_cfg.py", + "Alignment/MuonAlignment/BuildFile.xml", + "Alignment/MuonAlignment/data/disk1_template.svg", + "Alignment/MuonAlignment/data/disk23_template.svg", + "Alignment/MuonAlignment/data/diskm4_template.svg", + "Alignment/MuonAlignment/data/diskp4_template.svg", + "Alignment/MuonAlignment/data/idealTransformation.py", + "Alignment/MuonAlignment/data/station4_template.svg", + "Alignment/MuonAlignment/data/station_template.svg", + "Alignment/MuonAlignment/data/wheel_template.svg", + "Alignment/MuonAlignment/data/wheel_template.svg_BEGINNING", + "Alignment/MuonAlignment/data/wheel_template.svg_END", + "Alignment/MuonAlignment/interface/AlignableCSCChamber.h", + "Alignment/MuonAlignment/interface/AlignableCSCEndcap.h", + "Alignment/MuonAlignment/interface/AlignableCSCRing.h", + "Alignment/MuonAlignment/interface/AlignableCSCStation.h", + "Alignment/MuonAlignment/interface/AlignableDTBarrel.h", + "Alignment/MuonAlignment/interface/AlignableDTChamber.h", + "Alignment/MuonAlignment/interface/AlignableDTStation.h", + "Alignment/MuonAlignment/interface/AlignableDTSuperLayer.h", + "Alignment/MuonAlignment/interface/AlignableDTWheel.h", + "Alignment/MuonAlignment/interface/AlignableGEMChamber.h", + "Alignment/MuonAlignment/interface/AlignableGEMEndcap.h", + "Alignment/MuonAlignment/interface/AlignableGEMRing.h", + "Alignment/MuonAlignment/interface/AlignableGEMStation.h", + "Alignment/MuonAlignment/interface/AlignableGEMSuperChamber.h", + "Alignment/MuonAlignment/interface/AlignableMuon.h", + "Alignment/MuonAlignment/interface/MuonAlignment.h", + "Alignment/MuonAlignment/interface/MuonAlignmentInputDB.h", + "Alignment/MuonAlignment/interface/MuonAlignmentInputMethod.h", + "Alignment/MuonAlignment/interface/MuonAlignmentInputSurveyDB.h", + "Alignment/MuonAlignment/interface/MuonAlignmentInputXML.h", + "Alignment/MuonAlignment/interface/MuonAlignmentOutputXML.h", + "Alignment/MuonAlignment/interface/MuonScenarioBuilder.h", + "Alignment/MuonAlignment/plugins/BuildFile.xml", + "Alignment/MuonAlignment/plugins/MuonGeometryArrange.cc", + "Alignment/MuonAlignment/plugins/MuonGeometryArrange.h", + "Alignment/MuonAlignment/plugins/MuonGeometryDBConverter.cc", + "Alignment/MuonAlignment/plugins/MuonGeometrySVGTemplate.cc", + "Alignment/MuonAlignment/plugins/MuonGeometrySanityCheck.cc", + "Alignment/MuonAlignment/plugins/MuonMisalignedProducer.cc", + "Alignment/MuonAlignment/python/MCScenario_CRAFT1_22X.py", + "Alignment/MuonAlignment/python/MisalignedMuon_cfi.py", + "Alignment/MuonAlignment/python/MuonGeometrySanityCheck_cfi.py", + "Alignment/MuonAlignment/python/Scenarios_cff.py", + "Alignment/MuonAlignment/python/convertSQLitetoXML_cfg.py", + "Alignment/MuonAlignment/python/convertXMLtoSQLite_cfg.py", + "Alignment/MuonAlignment/python/convertXMLtoXML_cfg.py", + "Alignment/MuonAlignment/python/download_sqlite_cfg.py", + "Alignment/MuonAlignment/python/geometryCSVtoXML.py", + "Alignment/MuonAlignment/python/geometryDiff.py", + "Alignment/MuonAlignment/python/geometryDiffVisualization.py", + "Alignment/MuonAlignment/python/geometryXMLparser.py", + "Alignment/MuonAlignment/python/geometryXMLtoCSV.py", + "Alignment/MuonAlignment/python/makeGlobalPositionRcd_cfg.py", + "Alignment/MuonAlignment/python/makeMuonMisalignmentScenario.py", + "Alignment/MuonAlignment/python/svgfig.py", + "Alignment/MuonAlignment/src/AlignableCSCChamber.cc", + "Alignment/MuonAlignment/src/AlignableCSCEndcap.cc", + "Alignment/MuonAlignment/src/AlignableCSCRing.cc", + "Alignment/MuonAlignment/src/AlignableCSCStation.cc", + "Alignment/MuonAlignment/src/AlignableDTBarrel.cc", + "Alignment/MuonAlignment/src/AlignableDTChamber.cc", + "Alignment/MuonAlignment/src/AlignableDTStation.cc", + "Alignment/MuonAlignment/src/AlignableDTSuperLayer.cc", + "Alignment/MuonAlignment/src/AlignableDTWheel.cc", + "Alignment/MuonAlignment/src/AlignableGEMChamber.cc", + "Alignment/MuonAlignment/src/AlignableGEMEndcap.cc", + "Alignment/MuonAlignment/src/AlignableGEMRing.cc", + "Alignment/MuonAlignment/src/AlignableGEMStation.cc", + "Alignment/MuonAlignment/src/AlignableGEMSuperChamber.cc", + "Alignment/MuonAlignment/src/AlignableMuon.cc", + "Alignment/MuonAlignment/src/MuonAlignment.cc", + "Alignment/MuonAlignment/src/MuonAlignmentInputDB.cc", + "Alignment/MuonAlignment/src/MuonAlignmentInputMethod.cc", + "Alignment/MuonAlignment/src/MuonAlignmentInputSurveyDB.cc", + "Alignment/MuonAlignment/src/MuonAlignmentInputXML.cc", + "Alignment/MuonAlignment/src/MuonAlignmentOutputXML.cc", + "Alignment/MuonAlignment/src/MuonScenarioBuilder.cc", + "Alignment/MuonAlignment/test/MuonAlignmentInputXML-testread_cfg.py", + "Alignment/MuonAlignment/test/MuonAlignmentOutputXML-testwrite_cfg.py", + "Alignment/MuonAlignment/test/convertSQLitetoXML_cfg.py", + "Alignment/MuonAlignment/test/geometryDiffVisualization_test.py", + "Alignment/MuonAlignment/test/muonGeometryDBConverter_cfg.py", + "Alignment/MuonAlignment/test/plotDets.C", + "Alignment/MuonAlignment/test/quickconvert.py", + "Alignment/MuonAlignment/test/test-misalign_cfg.py", + "Alignment/MuonAlignment/test/test-read_cfg.py", + "Alignment/MuonAlignment/test/test_MuonGeometryDBConverter.sh", + "Alignment/MuonAlignment/test/theTree.C", + "Alignment/MuonAlignment/test/theTree.h", + "Alignment/MuonAlignment/test/x3d.C", + "Alignment/MuonAlignmentAlgorithms/BuildFile.xml", + "Alignment/MuonAlignmentAlgorithms/data/CollisionsOct2010_ME11holes.phipos", + "Alignment/MuonAlignmentAlgorithms/data/CollisionsOct2010_ME11holes.phiz", + "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007.phipos", + "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007.phiz", + "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOct2010holes.phipos", + "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOct2010holes.phiz", + "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOnePerRing.phipos", + "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOnePerRing.phiz", + "Alignment/MuonAlignmentAlgorithms/data/SLM_test.phipos", + "Alignment/MuonAlignmentAlgorithms/data/SLM_test.phiz", + "Alignment/MuonAlignmentAlgorithms/interface/CSCPairConstraint.h", + "Alignment/MuonAlignmentAlgorithms/interface/DTMuonLocalAlignment.h", + "Alignment/MuonAlignmentAlgorithms/interface/DTMuonMillepede.h", + "Alignment/MuonAlignmentAlgorithms/interface/DTMuonSLToSL.h", + "Alignment/MuonAlignmentAlgorithms/interface/MuonCSCChamberResidual.h", + "Alignment/MuonAlignmentAlgorithms/interface/MuonChamberResidual.h", + "Alignment/MuonAlignmentAlgorithms/interface/MuonDT13ChamberResidual.h", + "Alignment/MuonAlignmentAlgorithms/interface/MuonDT2ChamberResidual.h", + "Alignment/MuonAlignmentAlgorithms/interface/MuonHitsChamberResidual.h", + "Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals1DOFFitter.h", + "Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals5DOFFitter.h", + "Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals6DOFFitter.h", + "Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals6DOFrphiFitter.h", + "Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsAngleFitter.h", + "Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsBfieldAngleFitter.h", + "Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsFitter.h", + "Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsFromTrack.h", + "Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsPositionFitter.h", + "Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsTwoBin.h", + "Alignment/MuonAlignmentAlgorithms/interface/MuonTrackCSCChamberResidual.h", + "Alignment/MuonAlignmentAlgorithms/interface/MuonTrackDT13ChamberResidual.h", + "Alignment/MuonAlignmentAlgorithms/interface/MuonTrackDT2ChamberResidual.h", + "Alignment/MuonAlignmentAlgorithms/interface/ReadPGInfo.h", + "Alignment/MuonAlignmentAlgorithms/interface/SegmentToTrackAssociator.h", + "Alignment/MuonAlignmentAlgorithms/plugins/BuildFile.xml", + "Alignment/MuonAlignmentAlgorithms/plugins/CSCAlignmentCorrections.cc", + "Alignment/MuonAlignmentAlgorithms/plugins/CSCAlignmentCorrections.h", + "Alignment/MuonAlignmentAlgorithms/plugins/CSCChamberFitter.cc", + "Alignment/MuonAlignmentAlgorithms/plugins/CSCChamberFitter.h", + "Alignment/MuonAlignmentAlgorithms/plugins/CSCOverlapsAlignmentAlgorithm.cc", + "Alignment/MuonAlignmentAlgorithms/plugins/CSCOverlapsAlignmentAlgorithm.h", + "Alignment/MuonAlignmentAlgorithms/plugins/CSCOverlapsBeamSplashCut.cc", + "Alignment/MuonAlignmentAlgorithms/plugins/CSCOverlapsTrackPreparation.cc", + "Alignment/MuonAlignmentAlgorithms/plugins/CSCPairResidualsConstraint.cc", + "Alignment/MuonAlignmentAlgorithms/plugins/CSCPairResidualsConstraint.h", + "Alignment/MuonAlignmentAlgorithms/plugins/MuonAlignmentFromReference.cc", + "Alignment/MuonAlignmentAlgorithms/plugins/MuonAlignmentPreFilter.cc", + "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_cff.py", + "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_cfi.py", + "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_diskfitters_cff.py", + "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_ringfitters_cff.py", + "Alignment/MuonAlignmentAlgorithms/python/MuonAlignmentFromReference_cff.py", + "Alignment/MuonAlignmentAlgorithms/python/MuonAlignmentFromReference_cfi.py", + "Alignment/MuonAlignmentAlgorithms/python/MuonChamberSelectors_cff.py", + "Alignment/MuonAlignmentAlgorithms/python/MuonStationSelectors_cff.py", + "Alignment/MuonAlignmentAlgorithms/python/Reference_intrackfit_cff.py", + "Alignment/MuonAlignmentAlgorithms/python/alignBH_cfg.py", + "Alignment/MuonAlignmentAlgorithms/python/align_cfg.py", + "Alignment/MuonAlignmentAlgorithms/python/convertToXML_global_cfg.py", + "Alignment/MuonAlignmentAlgorithms/python/gatherBH_cfg.py", + "Alignment/MuonAlignmentAlgorithms/python/gather_cfg.py", + "Alignment/MuonAlignmentAlgorithms/scripts/alignCSCRings.py", + "Alignment/MuonAlignmentAlgorithms/scripts/alignmentValidation.py", + "Alignment/MuonAlignmentAlgorithms/scripts/applyRadialCorrections.py", + "Alignment/MuonAlignmentAlgorithms/scripts/auto_gallery.php", + "Alignment/MuonAlignmentAlgorithms/scripts/combineBlockFiles.sh", + "Alignment/MuonAlignmentAlgorithms/scripts/convertSQLiteXML.py", + "Alignment/MuonAlignmentAlgorithms/scripts/corrVsCorr.py", + "Alignment/MuonAlignmentAlgorithms/scripts/createBeamHaloJobs.py", + "Alignment/MuonAlignmentAlgorithms/scripts/createCSCRingsJobs.py", + "Alignment/MuonAlignmentAlgorithms/scripts/createJobs.py", + "Alignment/MuonAlignmentAlgorithms/scripts/createTree.py", + "Alignment/MuonAlignmentAlgorithms/scripts/diffTwoXMLs.py", + "Alignment/MuonAlignmentAlgorithms/scripts/findQualityFiles.py", + "Alignment/MuonAlignmentAlgorithms/scripts/geometryDiffVisualizer.py", + "Alignment/MuonAlignmentAlgorithms/scripts/groupFilesInBlocks.py", + "Alignment/MuonAlignmentAlgorithms/scripts/motionPolicyChamber.py", + "Alignment/MuonAlignmentAlgorithms/scripts/mutypes.py", + "Alignment/MuonAlignmentAlgorithms/scripts/phiedges_fitfunctions.C", + "Alignment/MuonAlignmentAlgorithms/scripts/plotscripts.py", + "Alignment/MuonAlignmentAlgorithms/scripts/relativeConstraints.py", + "Alignment/MuonAlignmentAlgorithms/scripts/reportVsReport.py", + "Alignment/MuonAlignmentAlgorithms/scripts/signConventions.py", + "Alignment/MuonAlignmentAlgorithms/scripts/wrapperExtraPlots.sh", + "Alignment/MuonAlignmentAlgorithms/src/DTMuonLocalAlignment.cc", + "Alignment/MuonAlignmentAlgorithms/src/DTMuonMillepede.cc", + "Alignment/MuonAlignmentAlgorithms/src/DTMuonSLToSL.cc", + "Alignment/MuonAlignmentAlgorithms/src/MuonCSCChamberResidual.cc", + "Alignment/MuonAlignmentAlgorithms/src/MuonChamberResidual.cc", + "Alignment/MuonAlignmentAlgorithms/src/MuonDT13ChamberResidual.cc", + "Alignment/MuonAlignmentAlgorithms/src/MuonDT2ChamberResidual.cc", + "Alignment/MuonAlignmentAlgorithms/src/MuonHitsChamberResidual.cc", + "Alignment/MuonAlignmentAlgorithms/src/MuonResiduals1DOFFitter.cc", + "Alignment/MuonAlignmentAlgorithms/src/MuonResiduals5DOFFitter.cc", + "Alignment/MuonAlignmentAlgorithms/src/MuonResiduals6DOFFitter.cc", + "Alignment/MuonAlignmentAlgorithms/src/MuonResiduals6DOFrphiFitter.cc", + "Alignment/MuonAlignmentAlgorithms/src/MuonResidualsAngleFitter.cc", + "Alignment/MuonAlignmentAlgorithms/src/MuonResidualsBfieldAngleFitter.cc", + "Alignment/MuonAlignmentAlgorithms/src/MuonResidualsFitter.cc", + "Alignment/MuonAlignmentAlgorithms/src/MuonResidualsFromTrack.cc", + "Alignment/MuonAlignmentAlgorithms/src/MuonResidualsPositionFitter.cc", + "Alignment/MuonAlignmentAlgorithms/src/MuonTrackCSCChamberResidual.cc", + "Alignment/MuonAlignmentAlgorithms/src/MuonTrackDT13ChamberResidual.cc", + "Alignment/MuonAlignmentAlgorithms/src/MuonTrackDT2ChamberResidual.cc", + "Alignment/MuonAlignmentAlgorithms/src/ReadPGInfo.cc", + "Alignment/MuonAlignmentAlgorithms/src/SegmentToTrackAssociator.cc", + "Alignment/MuonAlignmentAlgorithms/test/APE1000cm.xml", + "Alignment/MuonAlignmentAlgorithms/test/browser/display_mechanics.js", + "Alignment/MuonAlignmentAlgorithms/test/browser/index.html", + "Alignment/MuonAlignmentAlgorithms/test/browser/tree.html", + "Alignment/MuonAlignmentAlgorithms/test/browser/tree.js", + "Alignment/MuonAlignmentAlgorithms/test/browser/tree_index.html", + "Alignment/MuonAlignmentAlgorithms/test/browser/tree_items.js", + "Alignment/MuonAlignmentAlgorithms/test/browser/tree_tpl.js", + "Alignment/MuonAlignmentAlgorithms/test/convert_APE1000cm_cfg.py", + "Alignment/MuonAlignmentAlgorithms/test/test_CSCOverlapsAlignmentAlgorithm_cfg.py", + "Alignment/OfflineValidation/bin/BuildFile.xml", + "Alignment/OfflineValidation/bin/DMRmerge.cc", + "Alignment/OfflineValidation/bin/DMRsingle.cc", + "Alignment/OfflineValidation/bin/DMRtrends.cc", + "Alignment/OfflineValidation/bin/DiMuonVmerge.cc", + "Alignment/OfflineValidation/bin/GCP.cc", + "Alignment/OfflineValidation/bin/GCPtrends.cc", + "Alignment/OfflineValidation/bin/GenericVmerge.cc", + "Alignment/OfflineValidation/bin/JDrawer.h", + "Alignment/OfflineValidation/bin/JetHtPlotConfiguration.cc", + "Alignment/OfflineValidation/bin/JetHtPlotConfiguration.h", + "Alignment/OfflineValidation/bin/MTSmerge.cc", + "Alignment/OfflineValidation/bin/Options.cc", + "Alignment/OfflineValidation/bin/Options.h", + "Alignment/OfflineValidation/bin/PVmerge.cc", + "Alignment/OfflineValidation/bin/PVtrends.cc", + "Alignment/OfflineValidation/bin/README.md", + "Alignment/OfflineValidation/bin/SplitVmerge.cc", + "Alignment/OfflineValidation/bin/Zmumumerge.cc", + "Alignment/OfflineValidation/bin/exceptions.h", + "Alignment/OfflineValidation/bin/haddws.C", + "Alignment/OfflineValidation/bin/jetHtPlotter.cc", + "Alignment/OfflineValidation/bin/toolbox.h", + "Alignment/OfflineValidation/data/GCP_defaultRange.json", + "Alignment/OfflineValidation/doc/OfflineValidation.doc", + "Alignment/OfflineValidation/interface/CompareAlignments.h", + "Alignment/OfflineValidation/interface/DiLeptonVertexHelpers.h", + "Alignment/OfflineValidation/interface/EopElecVariables.h", + "Alignment/OfflineValidation/interface/EopVariables.h", + "Alignment/OfflineValidation/interface/FitWithRooFit.h", + "Alignment/OfflineValidation/interface/GeometryComparisonPlotter.h", + "Alignment/OfflineValidation/interface/OutPVtrends.h", + "Alignment/OfflineValidation/interface/PVValidationHelpers.h", + "Alignment/OfflineValidation/interface/PlotAlignmentValidation.h", + "Alignment/OfflineValidation/interface/PrepareDMRTrends.h", + "Alignment/OfflineValidation/interface/PreparePVTrends.h", + "Alignment/OfflineValidation/interface/SmartSelectionMonitor.h", + "Alignment/OfflineValidation/interface/TkAlStyle.h", + "Alignment/OfflineValidation/interface/TkOffTreeVariables.h", + "Alignment/OfflineValidation/interface/TrackerValidationVariables.h", + "Alignment/OfflineValidation/interface/Trend.h", + "Alignment/OfflineValidation/interface/pvTree.h", + "Alignment/OfflineValidation/macros/CMS_lumi.h", + "Alignment/OfflineValidation/macros/DiMuonMassProfiles.C", + "Alignment/OfflineValidation/macros/FitPVResiduals.C", + "Alignment/OfflineValidation/macros/FitPVResolution.C", + "Alignment/OfflineValidation/macros/MultiRunAndPlotPVValidation.C", + "Alignment/OfflineValidation/macros/PlotPVValidation.C", + "Alignment/OfflineValidation/macros/analyzeDiMuonBiases.C", + "Alignment/OfflineValidation/macros/analyzeDiMuonBiases_fast.C", + "Alignment/OfflineValidation/macros/loopAndPlot.C", + "Alignment/OfflineValidation/macros/makeArrowPlots.C", + "Alignment/OfflineValidation/macros/momentumBiasValidation.C", + "Alignment/OfflineValidation/macros/momentumElectronBiasValidation.C", + "Alignment/OfflineValidation/macros/overlayDiMuonBiases.C", + "Alignment/OfflineValidation/macros/runExtendedOfflineValidationPlots.C", + "Alignment/OfflineValidation/macros/trackSplitPlot.C", + "Alignment/OfflineValidation/macros/trackSplitPlot.h", + "Alignment/OfflineValidation/plugins/BuildFile.xml", + "Alignment/OfflineValidation/plugins/ColorParser.C", + "Alignment/OfflineValidation/plugins/CosmicSplitterValidation.cc", + "Alignment/OfflineValidation/plugins/DMRChecker.cc", + "Alignment/OfflineValidation/plugins/DiElectronVertexValidation.cc", + "Alignment/OfflineValidation/plugins/DiMuonValidation.cc", + "Alignment/OfflineValidation/plugins/DiMuonVertexValidation.cc", + "Alignment/OfflineValidation/plugins/EopElecTreeWriter.cc", + "Alignment/OfflineValidation/plugins/EopTreeWriter.cc", + "Alignment/OfflineValidation/plugins/GeneralPurposeTrackAnalyzer.cc", + "Alignment/OfflineValidation/plugins/GeneralPurposeVertexAnalyzer.cc", + "Alignment/OfflineValidation/plugins/JetHTAnalyzer.cc", + "Alignment/OfflineValidation/plugins/MuonAlignmentAnalyzer.cc", + "Alignment/OfflineValidation/plugins/MuonAlignmentAnalyzer.h", + "Alignment/OfflineValidation/plugins/OverlapValidation.cc", + "Alignment/OfflineValidation/plugins/PixelBaryCentreAnalyzer.cc", + "Alignment/OfflineValidation/plugins/PrimaryVertexValidation.cc", + "Alignment/OfflineValidation/plugins/PrimaryVertexValidation.h", + "Alignment/OfflineValidation/plugins/ResidualRefitting.cc", + "Alignment/OfflineValidation/plugins/ResidualRefitting.h", + "Alignment/OfflineValidation/plugins/ShortenedTrackValidation.cc", + "Alignment/OfflineValidation/plugins/SplitVertexResolution.cc", + "Alignment/OfflineValidation/plugins/StyleParser.C", + "Alignment/OfflineValidation/plugins/TkAlV0sAnalyzer.cc", + "Alignment/OfflineValidation/plugins/TrackerGeometryCompare.cc", + "Alignment/OfflineValidation/plugins/TrackerGeometryCompare.h", + "Alignment/OfflineValidation/plugins/TrackerGeometryIntoNtuples.cc", + "Alignment/OfflineValidation/plugins/TrackerOfflineValidation.cc", + "Alignment/OfflineValidation/plugins/TrackerOfflineValidationSummary.cc", + "Alignment/OfflineValidation/plugins/Tracker_OldtoNewConverter.cc", + "Alignment/OfflineValidation/plugins/ValidationMisalignedTracker.cc", + "Alignment/OfflineValidation/plugins/ValidationMisalignedTracker.h", + "Alignment/OfflineValidation/python/DivergingColor.py", + "Alignment/OfflineValidation/python/GlobalTag_cff.py", + "Alignment/OfflineValidation/python/MuonAlignmentAnalyzer_cfi.py", + "Alignment/OfflineValidation/python/MuonGeometryIntoNtuples_cff.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/DMR.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/DMR_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/DMRplotter.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/DiMuonV.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/DiMuonV_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/GCP.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/GCP_Ntuples_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/GCP_TkAlMap.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/GCP_tree_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/GenericV.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/GenericV_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/JetHT.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/JetHT_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/MTS.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/MTS_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/PV.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/PV_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/PixBary.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/PixelBaryCentreAnalyzer_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/SplitV.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/SplitV_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/TkAlExceptions.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/Zmumu.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/Zmumu_cfg.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/betterConfigParser.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/defaultInputFiles_cff.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/findAndChange.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/condorTemplate.submit", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/crabTemplate.py", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/executableTemplate.sh", + "Alignment/OfflineValidation/python/TkAlAllInOneTool/utils.py", + "Alignment/OfflineValidation/python/TkAlMap.py", + "Alignment/OfflineValidation/python/TkAlMap_cfg/TkAlMapDesign_phase0_cfg.py", + "Alignment/OfflineValidation/python/TkAlMap_cfg/TkAlMapDesign_phase1_cfg.py", + "Alignment/OfflineValidation/python/TkAlStyle.py", + "Alignment/OfflineValidation/python/TrackerGeometryCompare_cfi.py", + "Alignment/OfflineValidation/python/TrackerOfflineValidationSummary_cfi.py", + "Alignment/OfflineValidation/python/TrackerOfflineValidation_Dqm_cff.py", + "Alignment/OfflineValidation/python/TrackerOfflineValidation_Standalone_cff.py", + "Alignment/OfflineValidation/python/TrackerOfflineValidation_cfi.py", + "Alignment/OfflineValidation/python/energyOverMomentumTreeElec_cfi.py", + "Alignment/OfflineValidation/python/energyOverMomentumTree_cfi.py", + "Alignment/OfflineValidation/python/overlapValidationPlot.py", + "Alignment/OfflineValidation/python/runGCPTkAlMap.py", + "Alignment/OfflineValidation/scripts/BiaspT_gaus.C", + "Alignment/OfflineValidation/scripts/Chi2_mu.C", + "Alignment/OfflineValidation/scripts/Eff_Z_yzmu_nota.C", + "Alignment/OfflineValidation/scripts/Effeta_nota.C", + "Alignment/OfflineValidation/scripts/FakeRate_d0.C", + "Alignment/OfflineValidation/scripts/FakeRate_eta.C", + "Alignment/OfflineValidation/scripts/FakeRate_nhit.C", + "Alignment/OfflineValidation/scripts/FakeRate_pt.C", + "Alignment/OfflineValidation/scripts/FakeRate_z0.C", + "Alignment/OfflineValidation/scripts/GCPpyPlots.py", + "Alignment/OfflineValidation/scripts/GeoComparisonGUI.C", + "Alignment/OfflineValidation/scripts/PixelBaryCentrePlotConfig.json", + "Alignment/OfflineValidation/scripts/Rescottheta_gaus.C", + "Alignment/OfflineValidation/scripts/Resd0_gaus.C", + "Alignment/OfflineValidation/scripts/Resd0_pT_higgs.C", + "Alignment/OfflineValidation/scripts/Residual_mu.C", + "Alignment/OfflineValidation/scripts/Residualcottheta_mu.C", + "Alignment/OfflineValidation/scripts/Residuald0_mu.C", + "Alignment/OfflineValidation/scripts/ResidualmZ_mu.C", + "Alignment/OfflineValidation/scripts/Residualphi_mu.C", + "Alignment/OfflineValidation/scripts/Residualz0_mu.C", + "Alignment/OfflineValidation/scripts/ResmZ_y_gaus.C", + "Alignment/OfflineValidation/scripts/RespT_gaus.C", + "Alignment/OfflineValidation/scripts/RespT_nhit.C", + "Alignment/OfflineValidation/scripts/RespT_pT2_higgs.C", + "Alignment/OfflineValidation/scripts/RespT_pT_higgs.C", + "Alignment/OfflineValidation/scripts/Resphi_gaus.C", + "Alignment/OfflineValidation/scripts/Resz0_gaus.C", + "Alignment/OfflineValidation/scripts/Resz0_pT_higgs.C", + "Alignment/OfflineValidation/scripts/addHistograms.sh", + "Alignment/OfflineValidation/scripts/compareFileAges.C", + "Alignment/OfflineValidation/scripts/compareGeoms", + "Alignment/OfflineValidation/scripts/compareTrackerGeometries.C", + "Alignment/OfflineValidation/scripts/createIOVlist.py", + "Alignment/OfflineValidation/scripts/drawCSC.C", + "Alignment/OfflineValidation/scripts/drawCSC2D.C", + "Alignment/OfflineValidation/scripts/drawChamberCSC.C", + "Alignment/OfflineValidation/scripts/drawChamberDT.C", + "Alignment/OfflineValidation/scripts/drawDT.C", + "Alignment/OfflineValidation/scripts/drawDT2D.C", + "Alignment/OfflineValidation/scripts/extractBaryCentre.py", + "Alignment/OfflineValidation/scripts/mZ_mu.C", + "Alignment/OfflineValidation/scripts/mZfit.C", + "Alignment/OfflineValidation/scripts/makeListRunsInFiles.py", + "Alignment/OfflineValidation/scripts/merge_TrackerOfflineValidation.C", + "Alignment/OfflineValidation/scripts/mkLumiAveragedPlots.py", + "Alignment/OfflineValidation/scripts/muonDBComparison.C", + "Alignment/OfflineValidation/scripts/plotBaryCentre_VS_BeamSpot.py", + "Alignment/OfflineValidation/scripts/printsummarytable.py", + "Alignment/OfflineValidation/scripts/produceOfflineValidationTex.py", + "Alignment/OfflineValidation/scripts/pulld0.C", + "Alignment/OfflineValidation/scripts/pullphi.C", + "Alignment/OfflineValidation/scripts/pullz0.C", + "Alignment/OfflineValidation/scripts/submitPVResolutionJobs.py", + "Alignment/OfflineValidation/scripts/submitPVValidationJobs.py", + "Alignment/OfflineValidation/scripts/tdrstyle.C", + "Alignment/OfflineValidation/scripts/validateAlignments.py", + "Alignment/OfflineValidation/scripts/visualizationTracker.C", + "Alignment/OfflineValidation/src/CompareAlignments.cc", + "Alignment/OfflineValidation/src/FitWithRooFit.cc", + "Alignment/OfflineValidation/src/GeometryComparisonPlotter.cc", + "Alignment/OfflineValidation/src/PVValidationHelpers.cc", + "Alignment/OfflineValidation/src/PlotAlignmentValidation.cc", + "Alignment/OfflineValidation/src/PrepareDMRTrends.cc", + "Alignment/OfflineValidation/src/PreparePVTrends.cc", + "Alignment/OfflineValidation/src/SmartSelectionMonitor.cc", + "Alignment/OfflineValidation/src/TkAlStyle.cc", + "Alignment/OfflineValidation/src/TrackerValidationVariables.cc", + "Alignment/OfflineValidation/src/Trend.cc", + "Alignment/OfflineValidation/src/classes.h", + "Alignment/OfflineValidation/src/classes_def.xml", + "Alignment/OfflineValidation/test/examples/DMR_overriding_conditions.yaml", + "Alignment/OfflineValidation/test/examples/DMR_testFeatures.yaml", + "Alignment/OfflineValidation/test/examples/PV_alignments_different_datasets.yaml", + "Alignment/OfflineValidation/test/examples/PV_alignments_multiple_merge_jobs.yaml", + "Alignment/OfflineValidation/test/examples/PixBary.yaml", + "Alignment/OfflineValidation/test/examples/README.md", + "Alignment/OfflineValidation/test/examples/jetHtAnalysis_fullExampleConfiguration.json", + "Alignment/OfflineValidation/test/examples/jetHtFilesForRun2018A_first100files.txt", + "Alignment/OfflineValidation/test/examples/jetHt_multiYearTrendPlot.json", + "Alignment/OfflineValidation/test/examples/jetHt_ptHatWeightForMCPlot.json", + "Alignment/OfflineValidation/test/examples/ptHatFiles_MC2018_PFJet320.txt", + "Alignment/OfflineValidation/test/testingScripts/test_unitMTS.sh", + "Alignment/OfflineValidation/test/testingScripts/test_unitMiscellanea.sh", + "Alignment/OfflineValidation/test/testingScripts/test_unitPV.sh", + "Alignment/OfflineValidation/test/testingScripts/test_unitPixBary.sh", + "Alignment/OfflineValidation/test/testingScripts/test_unitPrimaryVertex.sh", + "Alignment/OfflineValidation/test/testingScripts/test_unitSplitV.sh", + "Alignment/OfflineValidation/test/testingScripts/test_unitSubmitPVrbr.sh", + "Alignment/OfflineValidation/test/testingScripts/test_unitSubmitPVsplit.sh", + "Alignment/OfflineValidation/test/testingScripts/test_unitZmumu.sh" + ], + "squashed": false, + "time": 1746014926 + } + }, + "emoji": { + "2842137555": "+1" + }, + "last_seen_sha": "b6db3e643d2bd16deee12590d1312a3addcd2d75", + "signatures": {} + } + }, + { + "type": "emoji", + "data": [ + 2842137555, + "+1", + true + ] + }, + { + "type": "create-comment", + "data": "This PR touches too many files (3010 >= 3001) and will not be processed.\nPlease ensure you have selected the correct target branch and consider splitting this PR into several.\nThe processing of this PR will resume once the number of changed files drops below the limit." + } +] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_type_invalid.json b/tests/PRActionData/TestProcessPr.test_type_invalid.json new file mode 100644 index 00000000000..d05444d10c8 --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_type_invalid.json @@ -0,0 +1,47 @@ +[ + { + "type": "emoji", + "data": [ + 2801525714, + "-1", + true + ] + }, + { + "type": "add-label", + "data": [ + "code-checks-pending", + "new-package-pending", + "orp-pending", + "pending-signatures", + "tests-pending" + ] + }, + { + "type": "remove-label", + "data": [] + }, + { + "type": "create-comment", + "data": "cms-bot internal usage" + }, + { + "type": "save-bot-cache", + "data": { + "emoji": { + "2801525714": "-1" + }, + "signatures": {}, + "commits": { + "ceea69106c5e0e17c03c87c13bdf187f03214fec": { + "time": 1743158481, + "squashed": false, + "files": [ + "README" + ] + } + }, + "last_seen_sha": "ceea69106c5e0e17c03c87c13bdf187f03214fec" + } + } +] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_type_valid.json b/tests/PRActionData/TestProcessPr.test_type_valid.json new file mode 100644 index 00000000000..65143f7ff9c --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_type_valid.json @@ -0,0 +1,48 @@ +[ + { + "type": "emoji", + "data": [ + 2801525714, + "+1", + true + ] + }, + { + "type": "add-label", + "data": [ + "code-checks-pending", + "documentation", + "new-package-pending", + "orp-pending", + "pending-signatures", + "tests-pending" + ] + }, + { + "type": "remove-label", + "data": [] + }, + { + "type": "create-comment", + "data": "cms-bot internal usage" + }, + { + "type": "save-bot-cache", + "data": { + "emoji": { + "2801525714": "+1" + }, + "signatures": {}, + "commits": { + "ceea69106c5e0e17c03c87c13bdf187f03214fec": { + "time": 1743158481, + "squashed": false, + "files": [ + "README" + ] + } + }, + "last_seen_sha": "ceea69106c5e0e17c03c87c13bdf187f03214fec" + } + } +] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_unassign.json b/tests/PRActionData/TestProcessPr.test_unassign.json index 34ea5045bd1..95598232637 100644 --- a/tests/PRActionData/TestProcessPr.test_unassign.json +++ b/tests/PRActionData/TestProcessPr.test_unassign.json @@ -38,8 +38,7 @@ "2056736344": "+1", "2056739513": "+1", "2056740892": "+1", - "2056796593": "+1", - "2056801055": "+1" + "2056796593": "+1" }, "last_seen_sha": "dae848e38b8e387d7283a3e35818121487d9d76b", "signatures": { @@ -101,6 +100,54 @@ "type": "edit-comment", "data": "cms-bot internal usage" }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "2a9454e30606b17e52000110972998326ce9e428": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": false, + "time": 1711538467 + }, + "79752f053efecad55dde17732259737e621a1f3f": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": false, + "time": 1712828239 + }, + "dae848e38b8e387d7283a3e35818121487d9d76b": { + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ], + "squashed": false, + "time": 1712829250 + }, + "e4d069b76c464274bf6e7d7cf9bac2153ed9a903": { + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ], + "squashed": false, + "time": 1712819089 + } + }, + "emoji": { + "2049242908": "+1", + "2049536626": "+1", + "2056736344": "+1", + "2056739513": "+1", + "2056740892": "+1", + "2056796593": "+1", + "2056801055": "+1" + }, + "last_seen_sha": "dae848e38b8e387d7283a3e35818121487d9d76b", + "signatures": { + "2049242908": "2a9454e30606b17e52000110972998326ce9e428" + } + } + }, { "type": "status", "data": { diff --git a/tests/PRActionData/TestProcessPr.test_unhold.json b/tests/PRActionData/TestProcessPr.test_unhold.json index 5440353da65..6dc4222a48b 100644 --- a/tests/PRActionData/TestProcessPr.test_unhold.json +++ b/tests/PRActionData/TestProcessPr.test_unhold.json @@ -36,8 +36,7 @@ "2049242908": "+1", "2049536626": "+1", "2056736344": "+1", - "2056739513": "+1", - "2056740892": "+1" + "2056739513": "+1" }, "last_seen_sha": "dae848e38b8e387d7283a3e35818121487d9d76b", "signatures": { @@ -83,6 +82,52 @@ "type": "edit-comment", "data": "cms-bot internal usage" }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "2a9454e30606b17e52000110972998326ce9e428": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": false, + "time": 1711538467 + }, + "79752f053efecad55dde17732259737e621a1f3f": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": false, + "time": 1712828239 + }, + "dae848e38b8e387d7283a3e35818121487d9d76b": { + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ], + "squashed": false, + "time": 1712829250 + }, + "e4d069b76c464274bf6e7d7cf9bac2153ed9a903": { + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ], + "squashed": false, + "time": 1712819089 + } + }, + "emoji": { + "2049242908": "+1", + "2049536626": "+1", + "2056736344": "+1", + "2056739513": "+1", + "2056740892": "+1" + }, + "last_seen_sha": "dae848e38b8e387d7283a3e35818121487d9d76b", + "signatures": { + "2049242908": "2a9454e30606b17e52000110972998326ce9e428" + } + } + }, { "type": "status", "data": { diff --git a/tests/PRActionData/TestProcessPr.test_urgent.json b/tests/PRActionData/TestProcessPr.test_urgent.json new file mode 100644 index 00000000000..3c9e9f0e9c1 --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_urgent.json @@ -0,0 +1,133 @@ +[ + { + "type": "update-milestone", + "data": { + "id": 4, + "title": "CMSSW_14_1_X" + } + }, + { + "type": "load-bot-cache", + "data": { + "emoji": {}, + "signatures": {}, + "commits": { + "17338beb185f1d28fdda4387ac6251c84c927eea": { + "files": [ + "Validation/TrackerHits/test/README" + ], + "time": 1702384310 + }, + "4dfd0c268fa858e98fce9f9f9104e27e6e26fbac": { + "files": [ + "SimTracker/TrackTriggerAssociation/doc/README" + ], + "time": 1702385485 + }, + "5391c56598b2b29a7ab6a5a5f3dbac8ec511574f": { + "files": [ + "SimTracker/TrackTriggerAssociation/doc/README" + ], + "time": 1702384271 + }, + "5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4": { + "files": [ + "Validation/TrackerHits/test/README" + ], + "time": 1702385827 + } + } + } + }, + { + "type": "emoji", + "data": [ + 2857856131, + "+1", + true + ] + }, + { + "type": "emoji", + "data": [ + 1852068434, + "+1", + true + ] + }, + { + "type": "add-label", + "data": [ + "urgent" + ] + }, + { + "type": "remove-label", + "data": [] + }, + { + "type": "create-property-file", + "data": { + "filename": "trigger-code-checks-iarspider-cmssw-cmssw-9.properties", + "data": { + "PULL_REQUEST": "9", + "CONTEXT_PREFIX": "cms/9", + "CMSSW_TOOL_CONF": "", + "APPLY_PATCH": "false" + } + } + }, + { + "type": "status", + "data": { + "commit": "5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4", + "state": "pending", + "target_url": null, + "description": "code-checks requested", + "context": "cms/9/code-checks" + } + }, + { + "type": "edit-comment", + "data": "cms-bot internal usage" + }, + { + "type": "save-bot-cache", + "data": { + "emoji": { + "2857856131": "+1", + "1852068434": "+1" + }, + "signatures": { + "1852068434": "17338beb185f1d28fdda4387ac6251c84c927eea" + }, + "commits": { + "17338beb185f1d28fdda4387ac6251c84c927eea": { + "files": [ + "Validation/TrackerHits/test/README" + ], + "time": 1702384310 + }, + "4dfd0c268fa858e98fce9f9f9104e27e6e26fbac": { + "files": [ + "SimTracker/TrackTriggerAssociation/doc/README" + ], + "time": 1702385485 + }, + "5391c56598b2b29a7ab6a5a5f3dbac8ec511574f": { + "files": [ + "SimTracker/TrackTriggerAssociation/doc/README" + ], + "time": 1702384271 + }, + "5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4": { + "files": [ + "Validation/TrackerHits/test/README" + ], + "time": 1702385827 + } + }, + "last_seen_sha": "5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4" + } + } +] \ No newline at end of file diff --git a/tests/PRActionData/TestProcessPr.test_valid_type.json b/tests/PRActionData/TestProcessPr.test_valid_type.json index 378ad635269..add308f3ce0 100644 --- a/tests/PRActionData/TestProcessPr.test_valid_type.json +++ b/tests/PRActionData/TestProcessPr.test_valid_type.json @@ -45,8 +45,7 @@ "2056930228": "+1", "2056934192": "+1", "2056935714": "+1", - "2056946596": "-1", - "2056966759": "+1" + "2056946596": "-1" }, "last_seen_sha": "dae848e38b8e387d7283a3e35818121487d9d76b", "signatures": { @@ -140,6 +139,61 @@ "type": "edit-comment", "data": "cms-bot internal usage" }, + { + "type": "save-bot-cache", + "data": { + "commits": { + "2a9454e30606b17e52000110972998326ce9e428": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": false, + "time": 1711538467 + }, + "79752f053efecad55dde17732259737e621a1f3f": { + "files": [ + "Utilities/ReleaseScripts/test/BuildFile.xml" + ], + "squashed": false, + "time": 1712828239 + }, + "dae848e38b8e387d7283a3e35818121487d9d76b": { + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ], + "squashed": false, + "time": 1712829250 + }, + "e4d069b76c464274bf6e7d7cf9bac2153ed9a903": { + "files": [ + "DQMServices/Components/test/dqmiofilecopy.sh" + ], + "squashed": false, + "time": 1712819089 + } + }, + "emoji": { + "2049242908": "+1", + "2049536626": "+1", + "2056736344": "+1", + "2056739513": "+1", + "2056740892": "+1", + "2056796593": "+1", + "2056801055": "+1", + "2056820593": "+1", + "2056903278": "+1", + "2056930228": "+1", + "2056934192": "+1", + "2056935714": "+1", + "2056946596": "-1", + "2056966759": "+1" + }, + "last_seen_sha": "dae848e38b8e387d7283a3e35818121487d9d76b", + "signatures": { + "2049242908": "2a9454e30606b17e52000110972998326ce9e428" + } + } + }, { "type": "status", "data": { diff --git a/tests/PRActionData/TestProcessPr.test_warn_many_files.json b/tests/PRActionData/TestProcessPr.test_warn_many_files.json new file mode 100644 index 00000000000..21a63d13e41 --- /dev/null +++ b/tests/PRActionData/TestProcessPr.test_warn_many_files.json @@ -0,0 +1,13 @@ +[ + { + "type": "update-milestone", + "data": { + "id": 4, + "title": "CMSSW_14_1_X" + } + }, + { + "type": "create-comment", + "data": "This PR touches many files (1510 >= 1500) and will not be processed. Please ensure you have selected the correct target branch and consider splitting this PR into several.\nDr15Jones, iarspider, makortel, smuzaffar, to re-enable processing of this PR, you can write `+file-count` in a comment. Thanks." + } +] \ No newline at end of file diff --git a/tests/ReplayData/TestProcessPr.test_ack_many_files.txt b/tests/ReplayData/TestProcessPr.test_ack_many_files.txt new file mode 100644 index 00000000000..b9d463988da --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_ack_many_files.txt @@ -0,0 +1,264 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:16:29 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"b55de43b1d9d93f177fc98f4d55845941c0abe464a32e075d15b16b440657fae"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:43:16 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4788'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '212'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'EA98:2BD49F:55B5E2:5773A0:681230BD')] +{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-30T13:43:16Z","pushed_at":"2025-04-30T14:10:02Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1299422,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":6,"watchers":0,"default_branch":"master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-30T06:00:19Z","pushed_at":"2025-04-30T09:07:11Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1461193,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4425,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1027,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4425,"open_issues":1027,"watchers":1140,"default_branch":"master"},"source":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-30T06:00:19Z","pushed_at":"2025-04-30T09:07:11Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1461193,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4425,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1027,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4425,"open_issues":1027,"watchers":1140,"default_branch":"master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":4425,"subscribers_count":0} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/38 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:16:29 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"0ca734ee913491118a41ca2d377130b603ec7a23b9ec0904322626defbc9561b"'), ('Last-Modified', 'Wed, 30 Apr 2025 14:16:10 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4787'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '213'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'EAA2:1578F3:583B8C:59F961:681230BD')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/38","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmssw","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/38/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/38/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/38/events","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/38","id":3031419624,"node_id":"PR_kwDOF83__M6Ugvwd","number":38,"title":"Test commit with many files","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":3,"closed_issues":17,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-30T14:14:03Z","due_on":null,"closed_at":null},"comments":2,"created_at":"2025-04-30T14:12:09Z","updated_at":"2025-04-30T14:16:10Z","closed_at":null,"author_association":"MEMBER","type":null,"active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/38","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/38","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/38.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/38.patch","merged_at":null},"body":"\r\n#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","closed_by":null,"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/38/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/38/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:16:29 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4787'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '213'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'EAA4:1578F3:583CD2:59FAB6:681230BD')] +{"resources":{"core":{"limit":5000,"used":213,"remaining":4787,"reset":1746022671},"search":{"limit":30,"used":0,"remaining":30,"reset":1746022649},"graphql":{"limit":5000,"used":3,"remaining":4997,"reset":1746022935},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1746026189},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1746022649},"code_scanning_upload":{"limit":5000,"used":213,"remaining":4787,"reset":1746022671},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1746022649},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1746026189},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1746026189},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1746022649},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1746026189},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1746026189},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1746022649}},"rate":{"limit":5000,"used":213,"remaining":4787,"reset":1746022671}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/38 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:16:30 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"3f36ef95935b55b1bcb20b37ac49bddb32d5a7f4de7ed9ddb34d97201f0d836a"'), ('Last-Modified', 'Wed, 30 Apr 2025 14:16:10 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4786'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '214'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'EAAA:DE0F6:568B08:5848ED:681230BD')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/38","id":2491612189,"node_id":"PR_kwDOF83__M6Ugvwd","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/38","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/38.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/38.patch","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/38","number":38,"state":"open","locked":false,"title":"Test commit with many files","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"body":"\r\n#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","created_at":"2025-04-30T14:12:09Z","updated_at":"2025-04-30T14:16:10Z","closed_at":null,"merged_at":null,"merge_commit_sha":"e28444903222a263ec5114a33c0acef7d8de7b6c","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":3,"closed_issues":17,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-30T14:14:03Z","due_on":null,"closed_at":null},"draft":false,"commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/38/commits","review_comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/38/comments","review_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/38/comments","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/b6db3e643d2bd16deee12590d1312a3addcd2d75","head":{"label":"iarspider-cmssw:test-many-files-2","ref":"test-many-files-2","sha":"b6db3e643d2bd16deee12590d1312a3addcd2d75","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-30T13:43:16Z","pushed_at":"2025-04-30T14:10:02Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1299422,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":6,"watchers":0,"default_branch":"master"}},"base":{"label":"iarspider-cmssw:master","ref":"master","sha":"c83ecb127f70592a95b0544c2e7e2404c9d7e440","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-30T13:43:16Z","pushed_at":"2025-04-30T14:10:02Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1299422,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":6,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/38"},"html":{"href":"https://github.com/iarspider-cmssw/cmssw/pull/38"},"issue":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/38"},"comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/38/comments"},"review_comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/38/comments"},"review_comment":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/38/commits"},"statuses":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/b6db3e643d2bd16deee12590d1312a3addcd2d75"}},"author_association":"MEMBER","auto_merge":null,"active_lock_reason":null,"merged":false,"mergeable":true,"rebaseable":true,"mergeable_state":"clean","merged_by":null,"comments":2,"review_comments":0,"maintainer_can_modify":false,"commits":1,"additions":1506,"deletions":0,"changed_files":1510} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/38/commits?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:16:30 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"2b7888bccec47fbbadf487d3de75b89f3228abbd1bf78adf617cf8025fad749b"'), ('Last-Modified', 'Wed, 30 Apr 2025 14:16:10 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4785'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '215'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'EAAC:28829C:561255:57D047:681230BE')] +[{"sha":"b6db3e643d2bd16deee12590d1312a3addcd2d75","node_id":"C_kwDOF83__NoAKGI2ZGIzZTY0M2QyYmQxNmRlZWUxMjU5MGQxMzEyYTNhZGRjZDJkNzU","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"message":"Test commit with many files","tree":{"sha":"d8f8da26398eca77794c2a8409031a5ab8ac23df","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/d8f8da26398eca77794c2a8409031a5ab8ac23df"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/b6db3e643d2bd16deee12590d1312a3addcd2d75","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c83ecb127f70592a95b0544c2e7e2404c9d7e440","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c83ecb127f70592a95b0544c2e7e2404c9d7e440","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c83ecb127f70592a95b0544c2e7e2404c9d7e440"}]}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75/status +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:16:31 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"ad2035e983a239ad67fe50998e4d797233d67b9ed9ad6da87015b131ea1df9c8"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo, repo:status'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4784'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '216'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'EAB6:C14B7:542361:55E129:681230BF')] +{"state":"pending","statuses":[],"sha":"b6db3e643d2bd16deee12590d1312a3addcd2d75","total_count":0,"repository":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments"},"commit_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75/status"} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/git/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:16:31 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"7b4174f8ea8dbf62ceeacee8b12d45b60388cbeee937e32b467b256e0e8db8d2"'), ('Last-Modified', 'Wed, 30 Apr 2025 14:08:46 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4783'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '217'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'EAC0:1578F3:5845AF:5A040A:681230BF')] +{"sha":"b6db3e643d2bd16deee12590d1312a3addcd2d75","node_id":"C_kwDOF83__NoAKGI2ZGIzZTY0M2QyYmQxNmRlZWUxMjU5MGQxMzEyYTNhZGRjZDJkNzU","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/b6db3e643d2bd16deee12590d1312a3addcd2d75","author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"tree":{"sha":"d8f8da26398eca77794c2a8409031a5ab8ac23df","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/d8f8da26398eca77794c2a8409031a5ab8ac23df"},"message":"Test commit with many files","parents":[{"sha":"c83ecb127f70592a95b0544c2e7e2404c9d7e440","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c83ecb127f70592a95b0544c2e7e2404c9d7e440","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c83ecb127f70592a95b0544c2e7e2404c9d7e440"}],"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/38/comments?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:16:31 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"0827359a93326827dd9bfed191a0ab1dba788971fafb8daa423ed4560045ecfa"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4782'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '218'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'EAD0:2A5676:5678DC:5836BD:681230BF')] +[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2842131719","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/38#issuecomment-2842131719","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/38","id":2842131719,"node_id":"IC_kwDOF83__M6pZ30H","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-30T14:14:35Z","updated_at":"2025-04-30T14:14:35Z","author_association":"MEMBER","body":"This PR touches many files (1510 >= 1500) and will not be processed. Please ensure you have selected the correct target branch and consider splitting this PR into several.\nDr15Jones, iarspider, makortel, smuzaffar, to re-enable processing of this PR, you can write `+file-count` in a comment. Thanks.","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2842131719/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2842137555","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/38#issuecomment-2842137555","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/38","id":2842137555,"node_id":"IC_kwDOF83__M6pZ5PT","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-30T14:16:08Z","updated_at":"2025-04-30T14:16:08Z","author_association":"MEMBER","body":"+file-count","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2842137555/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:16:32 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"0b280bd8f536368e4f99460460ffc1ff445b77adb2fea84ec707a8e15ead64c8"'), ('Last-Modified', 'Wed, 30 Apr 2025 14:08:46 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="next", ; rel="last"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4781'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '219'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'EAE0:729CD:54E3CB:56A1FF:681230BF')] +{"sha":"b6db3e643d2bd16deee12590d1312a3addcd2d75","node_id":"C_kwDOF83__NoAKGI2ZGIzZTY0M2QyYmQxNmRlZWUxMjU5MGQxMzEyYTNhZGRjZDJkNzU","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"message":"Test commit with many files","tree":{"sha":"d8f8da26398eca77794c2a8409031a5ab8ac23df","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/d8f8da26398eca77794c2a8409031a5ab8ac23df"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/b6db3e643d2bd16deee12590d1312a3addcd2d75","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c83ecb127f70592a95b0544c2e7e2404c9d7e440","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c83ecb127f70592a95b0544c2e7e2404c9d7e440","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c83ecb127f70592a95b0544c2e7e2404c9d7e440"}],"stats":{"total":1506,"additions":1506,"deletions":0},"files":[{"sha":"3ece279bad52cb6c4bb5988a8b58e4d3bb0b37d0","filename":"Alignment/APEEstimation/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -3,3 +3,4 @@\n \n \n \n+-- dummy change --"},{"sha":"63bbfb72609512d00ff7a4c7d4fe0bff804abbd8","filename":"Alignment/APEEstimation/data/lumiperrun2016.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fdata%2Flumiperrun2016.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fdata%2Flumiperrun2016.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fdata%2Flumiperrun2016.txt?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -438,3 +438,4 @@\n 284042 19.699817440\n 284043 31.711872933\n 284044 4.286644745\n+-- dummy change --"},{"sha":"38286fb661683dc296e67e930f4121bfb8ad675d","filename":"Alignment/APEEstimation/data/lumiperrun2017.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fdata%2Flumiperrun2017.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fdata%2Flumiperrun2017.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fdata%2Flumiperrun2017.txt?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -961,3 +961,4 @@\n 307075 2.009\n 307076 30.169\n 307082 23.845\n+-- dummy change --"},{"sha":"7034e71f1b34f3ada545df4ac683566a5e4a1e0f","filename":"Alignment/APEEstimation/data/lumiperrun2018.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fdata%2Flumiperrun2018.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fdata%2Flumiperrun2018.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fdata%2Flumiperrun2018.txt?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -549,3 +549,4 @@\n 325170 265.367\n 325172 69.03\n 325175 1.504\n+-- dummy change --"},{"sha":"d3699b00c45f6224c5ec0846f52d7056d334a179","filename":"Alignment/APEEstimation/interface/EventVariables.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Finterface%2FEventVariables.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Finterface%2FEventVariables.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Finterface%2FEventVariables.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -135,3 +135,4 @@ struct TrackStruct {\n };\n \n #endif\n+-- dummy change --"},{"sha":"84f8905d6988633bc6a8048388bc0ec037e11597","filename":"Alignment/APEEstimation/interface/ReducedTrackerTreeVariables.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Finterface%2FReducedTrackerTreeVariables.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Finterface%2FReducedTrackerTreeVariables.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Finterface%2FReducedTrackerTreeVariables.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -19,3 +19,4 @@ struct ReducedTrackerTreeVariables {\n };\n \n #endif\n+-- dummy change --"},{"sha":"11bfcde00876544466107dc9969cbf4855bd5cb9","filename":"Alignment/APEEstimation/interface/TrackerDetectorStruct.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Finterface%2FTrackerDetectorStruct.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Finterface%2FTrackerDetectorStruct.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Finterface%2FTrackerDetectorStruct.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -69,3 +69,4 @@ struct TrackerDetectorStruct {\n };\n \n #endif\n+-- dummy change --"},{"sha":"9a3de77eac041723b428e0ef3819034b02c0c2f5","filename":"Alignment/APEEstimation/interface/TrackerSectorStruct.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Finterface%2FTrackerSectorStruct.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Finterface%2FTrackerSectorStruct.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Finterface%2FTrackerSectorStruct.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -511,3 +511,4 @@ void TrackerSectorStruct::CorrelationHists::fillCorrHists(const TString xY,\n }\n \n #endif\n+-- dummy change --"},{"sha":"b64d1e17f702436a0f638458e4ff4436d8b02134","filename":"Alignment/APEEstimation/macros/writeAPEsInASCII.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fmacros%2FwriteAPEsInASCII.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fmacros%2FwriteAPEsInASCII.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fmacros%2FwriteAPEsInASCII.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -194,3 +194,4 @@ void writeAPEsInASCII(const TString& outName=\"ape.txt\") {\n \n \n \n+-- dummy change --"},{"sha":"3a31647f9a126d3306afe017ce6629e58f46112e","filename":"Alignment/APEEstimation/plugins/ApeEstimator.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fplugins%2FApeEstimator.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fplugins%2FApeEstimator.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fplugins%2FApeEstimator.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -2685,3 +2685,4 @@ void ApeEstimator::endJob() {\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(ApeEstimator);\n+-- dummy change --"},{"sha":"c94e4881f1fb1cf8ada702b151fa808f3554c44c","filename":"Alignment/APEEstimation/plugins/ApeEstimatorSummary.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fplugins%2FApeEstimatorSummary.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fplugins%2FApeEstimatorSummary.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fplugins%2FApeEstimatorSummary.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1101,3 +1101,4 @@ void ApeEstimatorSummary::endJob() {\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(ApeEstimatorSummary);\n+-- dummy change --"},{"sha":"91ea200f2482093883c6bd32785ea297dd281b35","filename":"Alignment/APEEstimation/plugins/ApeTreeCreateDefault.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fplugins%2FApeTreeCreateDefault.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fplugins%2FApeTreeCreateDefault.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fplugins%2FApeTreeCreateDefault.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -532,3 +532,4 @@ void ApeTreeCreateDefault::fillDescriptions(edm::ConfigurationDescriptions& desc\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(ApeTreeCreateDefault);\n+-- dummy change --"},{"sha":"84db9c65de7f51e17e291b1626c6d36d71727d9c","filename":"Alignment/APEEstimation/plugins/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fplugins%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fplugins%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fplugins%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -9,3 +9,4 @@\n \n \n \n+-- dummy change --"},{"sha":"3fd4319368fcb7e3f0128b432eafd5bf069c0fc6","filename":"Alignment/APEEstimation/python/AlignmentTrackSelector_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2FAlignmentTrackSelector_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2FAlignmentTrackSelector_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2FAlignmentTrackSelector_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -110,3 +110,4 @@\n \n \n \n+-- dummy change --"},{"sha":"93aa61bbba3e1ff769c8e6aac91d2dd00edbb9ab","filename":"Alignment/APEEstimation/python/ApeEstimatorSummary_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2FApeEstimatorSummary_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2FApeEstimatorSummary_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2FApeEstimatorSummary_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -24,3 +24,4 @@\n \n \n \n+-- dummy change --"},{"sha":"9f6924ebedfe6dbb3a8755968b13c8dc64d174fd","filename":"Alignment/APEEstimation/python/ApeEstimatorSummary_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2FApeEstimatorSummary_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2FApeEstimatorSummary_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2FApeEstimatorSummary_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -47,3 +47,4 @@\n ApeOutputFile = cms.string(os.environ['CMSSW_BASE'] + '/src/Alignment/APEEstimation/hists/apeOutput.txt'),\n \n )\n+-- dummy change --"},{"sha":"17556aaa0fc10407dece9d1df5c8506492672ed8","filename":"Alignment/APEEstimation/python/ApeEstimator_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2FApeEstimator_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2FApeEstimator_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2FApeEstimator_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -62,3 +62,4 @@\n \n \n \n+-- dummy change --"},{"sha":"17bee2b678e971cd5d4f68c613657b7493a856ae","filename":"Alignment/APEEstimation/python/ApeEstimator_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2FApeEstimator_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2FApeEstimator_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2FApeEstimator_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -98,3 +98,4 @@\n #Define intervals in residual error for calculation of APE (one estimation per interval), (for APE calculation)\n residualErrorBinning = cms.vdouble(),\n )\n+-- dummy change --"},{"sha":"8e663ce9f74d733854c11ccfc65f6b2c4fc25f71","filename":"Alignment/APEEstimation/python/PrivateSkim_EventContent_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2FPrivateSkim_EventContent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2FPrivateSkim_EventContent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2FPrivateSkim_EventContent_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -43,3 +43,4 @@\n \t#'drop *_MEtoEDMConverter_*_*',\n ),\n )\n+-- dummy change --"},{"sha":"db7cdaf5ad5baaef3cd795592b2d1e1879e9c8a5","filename":"Alignment/APEEstimation/python/SectorBuilder_Bpix_Phase0_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2FSectorBuilder_Bpix_Phase0_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2FSectorBuilder_Bpix_Phase0_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2FSectorBuilder_Bpix_Phase0_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -95,3 +95,4 @@\n \n \n \n+-- dummy change --"},{"sha":"8414a9f5b5334c01bcf5c35e40853c5b028c7a77","filename":"Alignment/APEEstimation/python/SectorBuilder_Bpix_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2FSectorBuilder_Bpix_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2FSectorBuilder_Bpix_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2FSectorBuilder_Bpix_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -110,3 +110,4 @@\n \n \n \n+-- dummy change --"},{"sha":"47bdf2cb8de5c0333ed95f21afd87126a741edab","filename":"Alignment/APEEstimation/python/SectorBuilder_Fpix_Phase0_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2FSectorBuilder_Fpix_Phase0_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2FSectorBuilder_Fpix_Phase0_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2FSectorBuilder_Fpix_Phase0_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -124,3 +124,4 @@\n \n \n \n+-- dummy change --"},{"sha":"96b0df83ce51828a5bc0ebcf3186a317df484cc5","filename":"Alignment/APEEstimation/python/SectorBuilder_Fpix_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2FSectorBuilder_Fpix_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2FSectorBuilder_Fpix_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2FSectorBuilder_Fpix_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -154,3 +154,4 @@\n \n \n \n+-- dummy change --"},{"sha":"35d16947088ddcb47565f66952e96d8502b5cd6e","filename":"Alignment/APEEstimation/python/SectorBuilder_Tec_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2FSectorBuilder_Tec_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2FSectorBuilder_Tec_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2FSectorBuilder_Tec_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -421,3 +421,4 @@\n \n \n \n+-- dummy change --"},{"sha":"aaf28437725e2d696b088c54529ed28514b63606","filename":"Alignment/APEEstimation/python/SectorBuilder_Tib_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2FSectorBuilder_Tib_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2FSectorBuilder_Tib_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2FSectorBuilder_Tib_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -212,3 +212,4 @@\n \n \n \n+-- dummy change --"},{"sha":"9ceeba949859fcafd9ac43742e46fea8626fb6c7","filename":"Alignment/APEEstimation/python/SectorBuilder_Tid_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2FSectorBuilder_Tid_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2FSectorBuilder_Tid_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2FSectorBuilder_Tid_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -253,3 +253,4 @@\n \n \n \n+-- dummy change --"},{"sha":"f11b00e567821c1f59661fb740de8dc05b7ef26f","filename":"Alignment/APEEstimation/python/SectorBuilder_Tob_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2FSectorBuilder_Tob_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2FSectorBuilder_Tob_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2FSectorBuilder_Tob_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -253,3 +253,4 @@\n \n \n \n+-- dummy change --"},{"sha":"3e929239ca27aaa5bc8d6d9f0c50cb291fd1aab7","filename":"Alignment/APEEstimation/python/SectorBuilder_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2FSectorBuilder_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2FSectorBuilder_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2FSectorBuilder_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -132,3 +132,4 @@\n \n \n \n+-- dummy change --"},{"sha":"accfc8fd67aca5c86529624e5ac87b3f05a45a5e","filename":"Alignment/APEEstimation/python/SectorBuilder_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2FSectorBuilder_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2FSectorBuilder_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2FSectorBuilder_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -32,3 +32,4 @@\n posY = cms.vdouble(), #(-120.,120.) must contain Intervals\n posZ = cms.vdouble() #(-280.,280.) must contain Intervals\n )\n+-- dummy change --"},{"sha":"108f04c18b7ebe7c021ddf2dcd67c0b1d86b2c26","filename":"Alignment/APEEstimation/python/TrackRefitter_38T_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2FTrackRefitter_38T_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2FTrackRefitter_38T_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2FTrackRefitter_38T_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -42,3 +42,4 @@\n \n \n \n+-- dummy change --"},{"sha":"c5aeeb9e89cc8d60e3f437e4eed96c0e141c7bb1","filename":"Alignment/APEEstimation/python/conditions/init.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2Fconditions%2Finit.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2Fconditions%2Finit.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2Fconditions%2Finit.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1 +1,2 @@\n #Automatically created by SCRAM\n+-- dummy change --"},{"sha":"b5fb7fb93bd859ac00a40ee5b6e5b5b5ffccbef8","filename":"Alignment/APEEstimation/python/samples/Data_TkAlMinBias_Run2018C_PromptReco_v3_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlMinBias_Run2018C_PromptReco_v3_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlMinBias_Run2018C_PromptReco_v3_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlMinBias_Run2018C_PromptReco_v3_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -31,3 +31,4 @@\n secFiles.extend( [\n ] )\n \n+-- dummy change --"},{"sha":"fe47344029a4836fc8e6c2abc6c111682bd78646","filename":"Alignment/APEEstimation/python/samples/Data_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -30,3 +30,4 @@\n secFiles.extend( [\n ] )\n \n+-- dummy change --"},{"sha":"2187ff8762b2360d08c761e6b85bd3892eb401df","filename":"Alignment/APEEstimation/python/samples/Data_TkAlZMuMu_Run2015B_DoubleMuon_PromptReco_v1_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlZMuMu_Run2015B_DoubleMuon_PromptReco_v1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlZMuMu_Run2015B_DoubleMuon_PromptReco_v1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlZMuMu_Run2015B_DoubleMuon_PromptReco_v1_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -26,3 +26,4 @@\n secFiles.extend( [\n ] )\n \n+-- dummy change --"},{"sha":"deb4c6b0fd9960256791ea517d3205884f7b43f3","filename":"Alignment/APEEstimation/python/samples/MC_UL16_ttbar_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FMC_UL16_ttbar_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FMC_UL16_ttbar_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FMC_UL16_ttbar_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -57,3 +57,4 @@\n '/store/relval/CMSSW_11_0_0_pre10/RelValTTbar_13/GEN-SIM-RECO/PU25ns_110X_mcRun2_asymptotic_2016preVFP_v2_HS_rsb-v2/10000/0920227F-8FE9-C641-81B1-E4E33CBC50DE.root',\n '/store/relval/CMSSW_11_0_0_pre10/RelValTTbar_13/GEN-SIM-RECO/PU25ns_110X_mcRun2_asymptotic_2016preVFP_v2_HS_rsb-v2/10000/0837296D-D6B4-4244-8BB8-4E01D53DA5EF.root',\n '/store/relval/CMSSW_11_0_0_pre10/RelValTTbar_13/GEN-SIM-RECO/PU25ns_110X_mcRun2_asymptotic_2016preVFP_v2_HS_rsb-v2/10000/060F5791-2313-2241-A6DE-729007C98C57.root'])\n+-- dummy change --"},{"sha":"41d60f231f3c08c728541729340bcc5d1cfc574f","filename":"Alignment/APEEstimation/python/samples/MC_UnitTest_TkAlMuonIsolated_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FMC_UnitTest_TkAlMuonIsolated_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FMC_UnitTest_TkAlMuonIsolated_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FMC_UnitTest_TkAlMuonIsolated_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -18,3 +18,4 @@\n secFiles.extend( [\n ] )\n \n+-- dummy change --"},{"sha":"74ea58eb60b0680b2db129b13102f2e15f4cf72b","filename":"Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_ApeSkim_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FMc_TkAlMuonIsolated_Phys14_74X_wlnu_ApeSkim_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FMc_TkAlMuonIsolated_Phys14_74X_wlnu_ApeSkim_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FMc_TkAlMuonIsolated_Phys14_74X_wlnu_ApeSkim_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -22,3 +22,4 @@\n ] )\n \n \n+-- dummy change --"},{"sha":"515b7353870b601638a2508afc17786f303f6bd9","filename":"Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FMc_TkAlMuonIsolated_Phys14_74X_wlnu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FMc_TkAlMuonIsolated_Phys14_74X_wlnu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FMc_TkAlMuonIsolated_Phys14_74X_wlnu_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -63,3 +63,4 @@\n ] )\n \n \n+-- dummy change --"},{"sha":"7efc81c12272bd803a87d10fa8e1f05cbd49f100","filename":"Alignment/APEEstimation/scripts/initialise.bash","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fscripts%2Finitialise.bash","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Fscripts%2Finitialise.bash","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fscripts%2Finitialise.bash?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -15,3 +15,4 @@ mkdir $DIRBASE/test/autoSubmitter/workingArea/\n \n \n \n+-- dummy change --"},{"sha":"60d3fd2ffe3c63f4a2e8e1392db6bf849b88e680","filename":"Alignment/APEEstimation/test/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1,3 +1,4 @@\n \n \n \n+-- dummy change --"},{"sha":"15da75a0f3a2ee58cecc1762d35323a43bb84f4c","filename":"Alignment/APEEstimation/test/SkimProducer/skimProducer_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FSkimProducer%2FskimProducer_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FSkimProducer%2FskimProducer_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FSkimProducer%2FskimProducer_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -204,3 +204,4 @@\n ## Outpath\n ##\n process.outpath = cms.EndPath(process.out)\n+-- dummy change --"},{"sha":"6b50353aad405fe21739c4fe2df86d3436fdd3e3","filename":"Alignment/APEEstimation/test/SkimProducer/skimTemplates.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FSkimProducer%2FskimTemplates.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FSkimProducer%2FskimTemplates.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FSkimProducer%2FskimTemplates.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -88,3 +88,4 @@\n endif\n \"\"\"\n \n+-- dummy change --"},{"sha":"71181521a8639bdd230b5bf0e3bd45707959a694","filename":"Alignment/APEEstimation/test/SkimProducer/startSkim.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FSkimProducer%2FstartSkim.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FSkimProducer%2FstartSkim.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FSkimProducer%2FstartSkim.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -185,3 +185,4 @@ def main(argv):\n pass # The keyboard interrupt will be forwarded to the subprocesses anyway, stopping them without terminating them immediately\n if __name__ == \"__main__\":\n main(sys.argv)\n+-- dummy change --"},{"sha":"481351ded9af2553413c0eb771bb7f6633f5405f","filename":"Alignment/APEEstimation/test/apeMeasurement/apeDetermination_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2FapeDetermination_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2FapeDetermination_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2FapeDetermination_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -112,3 +112,4 @@\n \n \n \n+-- dummy change --"},{"sha":"ceae4daccffc7826d9e1233224aae090aae1d01b","filename":"Alignment/APEEstimation/test/apeMeasurement/apeMeasurement.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2FapeMeasurement.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2FapeMeasurement.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2FapeMeasurement.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -403,3 +403,4 @@ def main():\n subprocess.call(\"condor_submit_dag {}\".format(master_dag_name), shell=True)\n if __name__ == \"__main__\":\n main()\n+-- dummy change --"},{"sha":"605c7bd3cace6c2e82f19bada3570ae4ee3cafbe","filename":"Alignment/APEEstimation/test/apeMeasurement/apeWrite_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2FapeWrite_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2FapeWrite_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2FapeWrite_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -99,3 +99,4 @@\n )\n )\n )\n+-- dummy change --"},{"sha":"621770edad9dac23c284eb441eaf7630ba1c9212","filename":"Alignment/APEEstimation/test/apeMeasurement/condorTemplates.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2FcondorTemplates.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2FcondorTemplates.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2FcondorTemplates.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -62,3 +62,4 @@\n Queue \n \"\"\"\n \n+-- dummy change --"},{"sha":"a9a9c9827f07c3f139df5e8254fcfc6e4b70fd26","filename":"Alignment/APEEstimation/test/apeMeasurement/config.yaml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2Fconfig.yaml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2Fconfig.yaml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2Fconfig.yaml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -60,3 +60,4 @@ baselines:\n \n \n \n+-- dummy change --"},{"sha":"3b385d1af63c3fda8d0f2da0684ed5e54996a804","filename":"Alignment/APEEstimation/test/apeMeasurement/finishIterationScript.tcsh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2FfinishIterationScript.tcsh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2FfinishIterationScript.tcsh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2FfinishIterationScript.tcsh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -13,3 +13,4 @@ cmsRun $1/src/Alignment/APEEstimation/test/apeMeasurement/apeDetermination_cfg.p\n \n cmsRun $1/src/Alignment/APEEstimation/test/apeMeasurement/apeWrite_cfg.py workingArea=$2 measName=$3 iteration=$5 isBaseline=$6 \n \n+-- dummy change --"},{"sha":"5cba7a7f79255f33ffc0769582a64b4f70196cbc","filename":"Alignment/APEEstimation/test/apeMeasurement/helpers.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2Fhelpers.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2Fhelpers.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2Fhelpers.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -59,3 +59,4 @@ def parseConditions(conditions):\n \n if __name__ == \"__main__\":\n print(findFiles(\".\", \"test_{number}.txt\"))\n+-- dummy change --"},{"sha":"b61e0f33ef7a83a85b6756f4410c43e59bd65c08","filename":"Alignment/APEEstimation/test/apeMeasurement/mc_example.yaml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2Fmc_example.yaml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2Fmc_example.yaml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2Fmc_example.yaml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -50,3 +50,4 @@ measurements:\n \n \n \n+-- dummy change --"},{"sha":"81c1a897e9bc84480f60ac681f5dd81e2f04670d","filename":"Alignment/APEEstimation/test/apeMeasurement/mergeStep.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2FmergeStep.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2FmergeStep.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2FmergeStep.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -43,3 +43,4 @@ def main():\n \n if __name__ == \"__main__\":\n main()\n+-- dummy change --"},{"sha":"6480d92533611687b7e93aec66d7192fa6d71cfc","filename":"Alignment/APEEstimation/test/apeMeasurement/moveSkimOutput.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2FmoveSkimOutput.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2FmoveSkimOutput.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2FmoveSkimOutput.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -41,3 +41,4 @@ def main():\n \n if __name__ == \"__main__\":\n main()\n+-- dummy change --"},{"sha":"0d795b30b490a7bceea3991de3fbbd573eef6564","filename":"Alignment/APEEstimation/test/apeMeasurement/prepScript.tcsh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2FprepScript.tcsh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2FprepScript.tcsh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2FprepScript.tcsh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -7,3 +7,4 @@ eval `scramv1 runtime -csh`\n cd $curDir\n \n python3 $1/src/Alignment/APEEstimation/test/apeMeasurement/prepareMeasurement.py --workingArea $2 --globalTag $3 --measName $4 --isCosmics $5 --maxIterations $6 --baselineName $7 --dataDir $8 --fileName $9 --maxEvents $10 --isBaseline $11\n+-- dummy change --"},{"sha":"ee6c0ca960bb2d458238d79a0ba843501d09ce96","filename":"Alignment/APEEstimation/test/apeMeasurement/prepareMeasurement.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2FprepareMeasurement.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2FprepareMeasurement.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2FprepareMeasurement.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -105,3 +105,4 @@ def main():\n \n if __name__ == \"__main__\":\n main()\n+-- dummy change --"},{"sha":"365fa4e90cd0b32b6075a61bd51af97c01ccc68a","filename":"Alignment/APEEstimation/test/apeMeasurement/pythonTemplates.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2FpythonTemplates.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2FpythonTemplates.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2FpythonTemplates.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -33,3 +33,4 @@ def applyConditions(process):\n \n \n \"\"\"\n+-- dummy change --"},{"sha":"ae4ff014c906b3bbc1b81ae1387dd70927caf339","filename":"Alignment/APEEstimation/test/apeMeasurement/refittingScript.tcsh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2FrefittingScript.tcsh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2FrefittingScript.tcsh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2FrefittingScript.tcsh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -14,3 +14,4 @@ cmsRun $1/src/Alignment/APEEstimation/test/apeMeasurement/refitting_cfg.py worki\n rm reco.root\n \n \n+-- dummy change --"},{"sha":"49207f6fbfd952e561d3ba01e16f3b8e39337f83","filename":"Alignment/APEEstimation/test/apeMeasurement/refitting_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2Frefitting_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2Frefitting_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2Frefitting_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -177,3 +177,4 @@\n \n \n \n+-- dummy change --"},{"sha":"c96d0fc4720d6848ab4af11f6a2458ae7757d192","filename":"Alignment/APEEstimation/test/apeMeasurement/skimScript.tcsh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2FskimScript.tcsh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2FskimScript.tcsh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2FskimScript.tcsh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -9,3 +9,4 @@ cd $curDir\n cmsRun $1/src/Alignment/APEEstimation/test/apeMeasurement/skim_cfg.py $2\n \n python3 $1/src/Alignment/APEEstimation/test/apeMeasurement/moveSkimOutput.py -s $curDir -t $3 -f $4\n+-- dummy change --"},{"sha":"1c1bf6cd4f472324a7669baa4f0a453a7e10850c","filename":"Alignment/APEEstimation/test/apeMeasurement/skim_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2Fskim_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2Fskim_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FapeMeasurement%2Fskim_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -149,3 +149,4 @@\n ## Outpath\n ##\n process.outpath = cms.EndPath(process.out)\n+-- dummy change --"},{"sha":"a045be54f745ad5273f196100554294a0e2e8ebb","filename":"Alignment/APEEstimation/test/apeTreeCreateDefault_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FapeTreeCreateDefault_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FapeTreeCreateDefault_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FapeTreeCreateDefault_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -132,3 +132,4 @@\n \n \n \n+-- dummy change --"},{"sha":"1c848199321d168d7d8845ada5ccb8d31a47ca9e","filename":"Alignment/APEEstimation/test/autoSubmitter/autoSubmitter.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FautoSubmitter%2FautoSubmitter.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FautoSubmitter%2FautoSubmitter.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FautoSubmitter%2FautoSubmitter.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -610,3 +610,4 @@ def main():\n \n if __name__ == \"__main__\":\n main()\n+-- dummy change --"},{"sha":"dbe26932b66d6fdf915af17950b2ef2d78d33ac0","filename":"Alignment/APEEstimation/test/autoSubmitter/autoSubmitterTemplates.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FautoSubmitter%2FautoSubmitterTemplates.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FautoSubmitter%2FautoSubmitterTemplates.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FautoSubmitter%2FautoSubmitterTemplates.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -74,3 +74,4 @@ def applyConditions(process):\n )\n process.prefer_my{record}Conditions = cms.ESPrefer(\"PoolDBESSource\", \"my{record}Conditions\")\n \"\"\"\n+-- dummy change --"},{"sha":"fb5a451ff94c647826f15eecbaef08b096f31007","filename":"Alignment/APEEstimation/test/autoSubmitter/config.ini","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FautoSubmitter%2Fconfig.ini","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FautoSubmitter%2Fconfig.ini","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FautoSubmitter%2Fconfig.ini?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -43,3 +43,4 @@ alignment: alignmentObject\n firstIteration: 0\n maxIterations: 15\n maxEvents: 1000\n+-- dummy change --"},{"sha":"dbd25a9d5a4c6a5f1d0f786179e068a52a778abb","filename":"Alignment/APEEstimation/test/autoSubmitter/helpers.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FautoSubmitter%2Fhelpers.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FautoSubmitter%2Fhelpers.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FautoSubmitter%2Fhelpers.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -198,3 +198,4 @@ def loadConditions(dictionary):\n goodConditions = False\n print(\"'{}' is not a valid record name.\".format(condition[\"record\"]))\n return conditions, goodConditions\n+-- dummy change --"},{"sha":"94093ef7ced2d356c1de070a1ad5f17dec138805","filename":"Alignment/APEEstimation/test/autoSubmitter/unitTest.ini","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FautoSubmitter%2FunitTest.ini","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FautoSubmitter%2FunitTest.ini","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FautoSubmitter%2FunitTest.ini?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -10,3 +10,4 @@ isDesign=True\n [ape:Design]\n dataset: wlnu\n alignment: FromGT\n+-- dummy change --"},{"sha":"c93ff1ea93baa5409d89e7dfaba3452f8c14d2bf","filename":"Alignment/APEEstimation/test/cfgTemplate/apeEstimatorSummary_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FcfgTemplate%2FapeEstimatorSummary_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FcfgTemplate%2FapeEstimatorSummary_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FcfgTemplate%2FapeEstimatorSummary_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -140,3 +140,4 @@\n \n \n \n+-- dummy change --"},{"sha":"35209c9df19b22cdb265dcdedc7169652ad7b7b7","filename":"Alignment/APEEstimation/test/cfgTemplate/apeEstimator_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FcfgTemplate%2FapeEstimator_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FcfgTemplate%2FapeEstimator_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FcfgTemplate%2FapeEstimator_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -258,3 +258,4 @@\n \n \n \n+-- dummy change --"},{"sha":"f39d2fbb43a07a38244a5844c7244708664f8bbb","filename":"Alignment/APEEstimation/test/cfgTemplate/apeLocalSetting_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FcfgTemplate%2FapeLocalSetting_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FcfgTemplate%2FapeLocalSetting_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FcfgTemplate%2FapeLocalSetting_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -111,3 +111,4 @@\n \n \n \n+-- dummy change --"},{"sha":"ceb9e692a2d6de0dc77e5e9d0a5d2664064e8525","filename":"Alignment/APEEstimation/test/createTrackerAlignmentErrorExtendedRcd_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FcreateTrackerAlignmentErrorExtendedRcd_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FcreateTrackerAlignmentErrorExtendedRcd_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FcreateTrackerAlignmentErrorExtendedRcd_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -167,3 +167,4 @@\n )\n \n # We do not even need a path - producer is called anyway...\n+-- dummy change --"},{"sha":"27046af5154d98bb7e859d7a9ed3918aa31b9771","filename":"Alignment/APEEstimation/test/plottingTools/drawIterations.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FplottingTools%2FdrawIterations.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FplottingTools%2FdrawIterations.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FplottingTools%2FdrawIterations.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -15,3 +15,4 @@\n plot.setTitle(\"Title\")\n plot.setGranularity(standardGranularity)\n plot.draw()\n+-- dummy change --"},{"sha":"86ef485c80d30b83153b5f9241a7c1775da57c8a","filename":"Alignment/APEEstimation/test/plottingTools/drawResults.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FplottingTools%2FdrawResults.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FplottingTools%2FdrawResults.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FplottingTools%2FdrawResults.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -16,3 +16,4 @@\n plot.addInputFile(\"label\", base+\"/hists/workingArea/iter14/allData_iterationApe.root\", color = ROOT.kGray+2)\n plot.setGranularity(standardGranularity)\n plot.draw()\n+-- dummy change --"},{"sha":"9415efb151c1bbe6bd20827ebf5223b49b5277cb","filename":"Alignment/APEEstimation/test/plottingTools/drawTrend.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FplottingTools%2FdrawTrend.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FplottingTools%2FdrawTrend.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FplottingTools%2FdrawTrend.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -35,3 +35,4 @@\n plot.log = False\n \n plot.draw()\n+-- dummy change --"},{"sha":"00b442990569d8c9e4792ffd060a7ed360e2678e","filename":"Alignment/APEEstimation/test/plottingTools/drawValidation.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FplottingTools%2FdrawValidation.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FplottingTools%2FdrawValidation.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FplottingTools%2FdrawValidation.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -19,3 +19,4 @@\n plot.addInputFile(\"Design\", \"{base}/hists/Design/baseline/allData.root\".format(base=base),color=ROOT.kRed,marker=0)\n plot.setGranularity(standardGranularity)\n plot.draw()\n+-- dummy change --"},{"sha":"c31f1d8b3a3e67cf7e143654f047d34184232482","filename":"Alignment/APEEstimation/test/plottingTools/granularity.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FplottingTools%2Fgranularity.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FplottingTools%2Fgranularity.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FplottingTools%2Fgranularity.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -44,3 +44,4 @@ def __init__(self):\n # BpixLayer1Out, BpixLayer3In, FpixMinusLayer1, TibLayer1RphiOut, TibLayer4In, TobLayer1StereoOut, TobLayer5Out, TecPlusRing7\n # This can be changed in apeEstimator_cfg or in SectorBuilder_cff\n # For these sectors, additional hit validation plots are created\n+-- dummy change --"},{"sha":"adb5d2b9d1ce65308ec49dc3ac9618e18798e81a","filename":"Alignment/APEEstimation/test/plottingTools/iterationsPlotter.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FplottingTools%2FiterationsPlotter.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FplottingTools%2FiterationsPlotter.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FplottingTools%2FiterationsPlotter.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -127,3 +127,4 @@ def main():\n \n if __name__ == \"__main__\":\n main()\n+-- dummy change --"},{"sha":"85de666c9e4600950e53f0908bec323edf0874d7","filename":"Alignment/APEEstimation/test/plottingTools/resultPlotter.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FplottingTools%2FresultPlotter.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FplottingTools%2FresultPlotter.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FplottingTools%2FresultPlotter.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -237,3 +237,4 @@ def main():\n \n if __name__ == \"__main__\":\n main()\n+-- dummy change --"},{"sha":"d0006c590b44db5a7d4040c7129a710e74e35a25","filename":"Alignment/APEEstimation/test/plottingTools/setTDRStyle.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FplottingTools%2FsetTDRStyle.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FplottingTools%2FsetTDRStyle.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FplottingTools%2FsetTDRStyle.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -168,3 +168,4 @@ def setTDRStyle():\n \n tdrStyle.cd()\n return tdrStyle\n+-- dummy change --"},{"sha":"057df174fdd8363031ce320b84dfb616b63bafa2","filename":"Alignment/APEEstimation/test/plottingTools/systematicErrors.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FplottingTools%2FsystematicErrors.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FplottingTools%2FsystematicErrors.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FplottingTools%2FsystematicErrors.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -114,3 +114,4 @@ def main():\n \n if __name__ == \"__main__\":\n main()\n+-- dummy change --"},{"sha":"0482e1665d78cb238ebc86d9457b5e8d4e6886ff","filename":"Alignment/APEEstimation/test/plottingTools/trendPlotter.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FplottingTools%2FtrendPlotter.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FplottingTools%2FtrendPlotter.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FplottingTools%2FtrendPlotter.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -308,3 +308,4 @@ def main():\n \n if __name__ == \"__main__\":\n main()\n+-- dummy change --"},{"sha":"dc43eb00724e5c5b630ae9a6fb78a8d131f51473","filename":"Alignment/APEEstimation/test/plottingTools/validationPlotter.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FplottingTools%2FvalidationPlotter.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FplottingTools%2FvalidationPlotter.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FplottingTools%2FvalidationPlotter.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -293,3 +293,4 @@ def main():\n \n if __name__ == \"__main__\":\n main()\n+-- dummy change --"},{"sha":"ddc61310e4da618fd36c3f0c9d9ee373b6cbeb1c","filename":"Alignment/APEEstimation/test/trackerTreeGenerator_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FtrackerTreeGenerator_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FtrackerTreeGenerator_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FtrackerTreeGenerator_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -87,3 +87,4 @@\n \n \n \n+-- dummy change --"},{"sha":"8e1a8a352fc35519094c3d3951e0bb29f7b930ef","filename":"Alignment/APEEstimation/test/unitTest.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FunitTest.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FAPEEstimation%2Ftest%2FunitTest.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Ftest%2FunitTest.sh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -9,3 +9,4 @@ echo \" TESTING auto submitter\"\n # start baseline measurement\n python3 $CMSSW_BASE/src/Alignment/APEEstimation/test/autoSubmitter/autoSubmitter.py -c $CMSSW_BASE/src/Alignment/APEEstimation/test/autoSubmitter/unitTest.ini -u || die \"Failure running autoSubmitter\" $?\n \n+-- dummy change --"},{"sha":"98bc45f59522a9fd9ff92775262e86dd3bc1076d","filename":"Alignment/CocoaApplication/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaApplication%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -4,3 +4,4 @@\n \n \n \n+-- dummy change --"},{"sha":"178ffb8433b497035bbfca00da8f171eb2716cd3","filename":"Alignment/CocoaApplication/README.md","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2FREADME.md","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2FREADME.md","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaApplication%2FREADME.md?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -45,3 +45,4 @@ One can now just do:\n This will perform the least-squared fit, and store all results in `Alignment/CocoaApplication/test/OpticalAlignments.db`. \n The `OpticalAlignmentsRcd` obtained after fit, is stored with `OpticalAlignmentsRcdOutput` tag. \n It should also be possible to use the feature of dumping the results into ROOT format.\n+-- dummy change --"},{"sha":"822c26d7454130d676d9a82dfc3ceeaa11fe65ac","filename":"Alignment/CocoaApplication/bin/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2Fbin%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2Fbin%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaApplication%2Fbin%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -8,3 +8,4 @@\n \n \n \n+-- dummy change --"},{"sha":"6f0d15efba8b68fcfec6696cb6ae68a9d936f709","filename":"Alignment/CocoaApplication/bin/CocoaAna.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2Fbin%2FCocoaAna.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2Fbin%2FCocoaAna.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaApplication%2Fbin%2FCocoaAna.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -147,3 +147,4 @@ void CocoaAna() {\n \n \n }\n+-- dummy change --"},{"sha":"f38a8456e8f6289b5d213de82e4bc79270d5dfab","filename":"Alignment/CocoaApplication/bin/cocoa.cpp","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2Fbin%2Fcocoa.cpp","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2Fbin%2Fcocoa.cpp","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaApplication%2Fbin%2Fcocoa.cpp?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -105,3 +105,4 @@ int main(int argc, char** argv) {\n \r\n exit(0);\r\n }\r\n+-- dummy change --"},{"sha":"bcad332f20cb64b798da6a46f54fa6f9b2db3465","filename":"Alignment/CocoaApplication/bin/printReportDiff.cpp","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2Fbin%2FprintReportDiff.cpp","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2Fbin%2FprintReportDiff.cpp","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaApplication%2Fbin%2FprintReportDiff.cpp?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -119,3 +119,4 @@ EntryData* findEntryUnk( EntryData* entry1, std::vector entries2 )\n return 0;\n \n }\n+-- dummy change --"},{"sha":"f114b8918f15e755e6011287f9b0e08239750258","filename":"Alignment/CocoaApplication/bin/simple2D.meas","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2Fbin%2Fsimple2D.meas","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2Fbin%2Fsimple2D.meas","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaApplication%2Fbin%2Fsimple2D.meas?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -898,3 +898,4 @@ DATE: 00/00/0000 00:00\n V 3.54412 0. // 1.0756\n //SET DONE: # SIGMA AWAY= 12.3459 chi2 152.42\n \n+-- dummy change --"},{"sha":"c854fa0bd3c0fda59b93786444f89ca3f34b43fd","filename":"Alignment/CocoaApplication/bin/simple2D.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2Fbin%2Fsimple2D.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2Fbin%2Fsimple2D.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaApplication%2Fbin%2Fsimple2D.txt?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -108,3 +108,4 @@ V 2.568519 error_prec_mes_ccd\n measurements_from_file simple2D.meas\n \n \n+-- dummy change --"},{"sha":"f38c5ac3fcecc1055de34deb4be8a46578c3713a","filename":"Alignment/CocoaApplication/bin/simple2DWithMirror.meas","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2Fbin%2Fsimple2DWithMirror.meas","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2Fbin%2Fsimple2DWithMirror.meas","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaApplication%2Fbin%2Fsimple2DWithMirror.meas?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -898,3 +898,4 @@ DATE: 00/00/0000 00:00\n V 3.54412 0. // 1.0756\n //SET DONE: # SIGMA AWAY= 12.3459 chi2 152.42\n \n+-- dummy change --"},{"sha":"d32e873cbf3bee28333c50110311012c1fb305d0","filename":"Alignment/CocoaApplication/bin/simple2DWithMirror.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2Fbin%2Fsimple2DWithMirror.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2Fbin%2Fsimple2DWithMirror.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaApplication%2Fbin%2Fsimple2DWithMirror.txt?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -124,3 +124,4 @@ V simulated_value error_prec_mes_ccd\n measurements_from_file simple2DWithMirror.meas\n \n \n+-- dummy change --"},{"sha":"d120b8f88dd584dc4f44b054eeb2d8aa6ed793ef","filename":"Alignment/CocoaApplication/bin/table2DWithMirror.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2Fbin%2Ftable2DWithMirror.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2Fbin%2Ftable2DWithMirror.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaApplication%2Fbin%2Ftable2DWithMirror.txt?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -146,3 +146,4 @@ T simulated_value 10\n measurements_from_file table2DWithMirror.meas\n \n \n+-- dummy change --"},{"sha":"efdb259f30d641eb2e375d2e07822c52267b77d8","filename":"Alignment/CocoaApplication/src/CocoaAnalyzer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2Fsrc%2FCocoaAnalyzer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2Fsrc%2FCocoaAnalyzer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaApplication%2Fsrc%2FCocoaAnalyzer.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -595,3 +595,4 @@ void CocoaAnalyzer::runCocoa() {\n }\n \n DEFINE_FWK_MODULE(CocoaAnalyzer);\n+-- dummy change --"},{"sha":"00ac7653ebdec5cc25b8b45b89b05c95d9467798","filename":"Alignment/CocoaApplication/test/OpticalAlignments.db","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2Ftest%2FOpticalAlignments.db","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2Ftest%2FOpticalAlignments.db","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaApplication%2Ftest%2FOpticalAlignments.db?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75"},{"sha":"658af50cfff59065c1ac9c333b90443e9785e76c","filename":"Alignment/CocoaApplication/test/authentication.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2Ftest%2Fauthentication.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2Ftest%2Fauthentication.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaApplication%2Ftest%2Fauthentication.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -12,3 +12,4 @@\n \n \n \n+-- dummy change --"},{"sha":"117cf8f3b4b1dcd1870ac5ad2678e15dadbb9ef5","filename":"Alignment/CocoaApplication/test/cmsCocoaTable2DWithMirror.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2Ftest%2FcmsCocoaTable2DWithMirror.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2Ftest%2FcmsCocoaTable2DWithMirror.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaApplication%2Ftest%2FcmsCocoaTable2DWithMirror.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -9,3 +9,4 @@\n \n \n \n+-- dummy change --"},{"sha":"6334e9076b525fd3776686bdb066b8c462d3b4b5","filename":"Alignment/CocoaApplication/test/cocoaAnalyzer_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2Ftest%2FcocoaAnalyzer_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2Ftest%2FcocoaAnalyzer_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaApplication%2Ftest%2FcocoaAnalyzer_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -82,3 +82,4 @@\n \n process.p = cms.Path(process.cocoa)\n \n+-- dummy change --"},{"sha":"3ba62e7a1a4497f0e7cff4283adeb63ce28a6f4e","filename":"Alignment/CocoaApplication/test/cocoaDaqTest.root","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2Ftest%2FcocoaDaqTest.root","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2Ftest%2FcocoaDaqTest.root","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaApplication%2Ftest%2FcocoaDaqTest.root?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75?per_page=100&page=2 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:16:32 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"4122b0ef4924ed94a8ceb7588d5fe053be3ab3cee8f5bd9dc05051c26c7dc43a"'), ('Last-Modified', 'Wed, 30 Apr 2025 14:08:46 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4780'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '220'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D6A8:C14B7:54297C:55E76A:681230C0')] +{"sha":"b6db3e643d2bd16deee12590d1312a3addcd2d75","node_id":"C_kwDOF83__NoAKGI2ZGIzZTY0M2QyYmQxNmRlZWUxMjU5MGQxMzEyYTNhZGRjZDJkNzU","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"message":"Test commit with many files","tree":{"sha":"d8f8da26398eca77794c2a8409031a5ab8ac23df","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/d8f8da26398eca77794c2a8409031a5ab8ac23df"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/b6db3e643d2bd16deee12590d1312a3addcd2d75","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c83ecb127f70592a95b0544c2e7e2404c9d7e440","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c83ecb127f70592a95b0544c2e7e2404c9d7e440","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c83ecb127f70592a95b0544c2e7e2404c9d7e440"}],"stats":{"total":1506,"additions":1506,"deletions":0},"files":[{"sha":"c4e647fe78b4f2c7ed0e8aa9977d2a387c0b0619","filename":"Alignment/CocoaApplication/test/conddbcatalog.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2Ftest%2Fconddbcatalog.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2Ftest%2Fconddbcatalog.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaApplication%2Ftest%2Fconddbcatalog.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -17,3 +17,4 @@\n \n \n \n+-- dummy change --"},{"sha":"ee14304e1b7e36365910ab072d64a568603988f7","filename":"Alignment/CocoaApplication/test/configuration.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2Ftest%2Fconfiguration.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2Ftest%2Fconfiguration.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaApplication%2Ftest%2Fconfiguration.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -6,3 +6,4 @@\n \n \n \n+-- dummy change --"},{"sha":"59e570b436daf891d5eee09a1e9a69bb03fe2b52","filename":"Alignment/CocoaApplication/test/table2DWithMirror.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2Ftest%2Ftable2DWithMirror.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaApplication%2Ftest%2Ftable2DWithMirror.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaApplication%2Ftest%2Ftable2DWithMirror.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -310,3 +310,4 @@\n \n \n \n+-- dummy change --"},{"sha":"b68df98d6e94957d90b6dc898ca49050cff562c7","filename":"Alignment/CocoaDDLObjects/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaDDLObjects%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaDDLObjects%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaDDLObjects%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -3,3 +3,4 @@\n \n \n \n+-- dummy change --"},{"sha":"a70a3d34afa1e4dd55bd1c38c8b424989eb1b451","filename":"Alignment/CocoaDDLObjects/interface/CocoaMaterialElementary.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaDDLObjects%2Finterface%2FCocoaMaterialElementary.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaDDLObjects%2Finterface%2FCocoaMaterialElementary.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaDDLObjects%2Finterface%2FCocoaMaterialElementary.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -36,3 +36,4 @@ class CocoaMaterialElementary {\n };\n \n #endif\n+-- dummy change --"},{"sha":"66f828420d6d5d97aac805681c7a4c4c92359157","filename":"Alignment/CocoaDDLObjects/interface/CocoaSolidShape.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaDDLObjects%2Finterface%2FCocoaSolidShape.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaDDLObjects%2Finterface%2FCocoaSolidShape.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaDDLObjects%2Finterface%2FCocoaSolidShape.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -28,3 +28,4 @@ class CocoaSolidShape {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"8285baeeb9a432f2f6d3c00580dcc54888bc32dc","filename":"Alignment/CocoaDDLObjects/interface/CocoaSolidShapeBox.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaDDLObjects%2Finterface%2FCocoaSolidShapeBox.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaDDLObjects%2Finterface%2FCocoaSolidShapeBox.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaDDLObjects%2Finterface%2FCocoaSolidShapeBox.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -27,3 +27,4 @@ class CocoaSolidShapeBox : public CocoaSolidShape {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"b752691ee73588a64fe49a262974e76f6b573f45","filename":"Alignment/CocoaDDLObjects/interface/CocoaSolidShapeTubs.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaDDLObjects%2Finterface%2FCocoaSolidShapeTubs.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaDDLObjects%2Finterface%2FCocoaSolidShapeTubs.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaDDLObjects%2Finterface%2FCocoaSolidShapeTubs.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -36,3 +36,4 @@ class CocoaSolidShapeTubs : public CocoaSolidShape {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"c1c98acbc171e919e3bb82890572f1155a5cbd9a","filename":"Alignment/CocoaDDLObjects/src/CocoaMaterialElementary.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaDDLObjects%2Fsrc%2FCocoaMaterialElementary.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaDDLObjects%2Fsrc%2FCocoaMaterialElementary.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaDDLObjects%2Fsrc%2FCocoaMaterialElementary.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -21,3 +21,4 @@ ALIbool CocoaMaterialElementary::operator==(const CocoaMaterialElementary &mate)\n return (std::abs(mate.getDensity() - theDensity) < kTolerance && mate.getSymbol() == theSymbol &&\n std::abs(mate.getA() - theA) < kTolerance && mate.getZ() == theZ);\n }\n+-- dummy change --"},{"sha":"26e927352bb0d305caf6c34dbdaacfa30ccdbbd2","filename":"Alignment/CocoaDDLObjects/src/CocoaSolidShape.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaDDLObjects%2Fsrc%2FCocoaSolidShape.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaDDLObjects%2Fsrc%2FCocoaSolidShape.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaDDLObjects%2Fsrc%2FCocoaSolidShape.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -10,3 +10,4 @@\n #include \"Alignment/CocoaDDLObjects/interface/CocoaSolidShape.h\"\r\n \r\n CocoaSolidShape::CocoaSolidShape(ALIstring type) { theType = type; }\r\n+-- dummy change --"},{"sha":"4ae324731a911302b3d741a7a9b8288de7663d0c","filename":"Alignment/CocoaDDLObjects/src/CocoaSolidShapeBox.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaDDLObjects%2Fsrc%2FCocoaSolidShapeBox.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaDDLObjects%2Fsrc%2FCocoaSolidShapeBox.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaDDLObjects%2Fsrc%2FCocoaSolidShapeBox.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -15,3 +15,4 @@ CocoaSolidShapeBox::CocoaSolidShapeBox(ALIstring type, ALIfloat xdim, ALIfloat y\n theYHalfLength = ydim;\r\n theZHalfLength = zdim;\r\n }\r\n+-- dummy change --"},{"sha":"a5b5f4a56680d83712f34c99f14d9077d4ef1d25","filename":"Alignment/CocoaDDLObjects/src/CocoaSolidShapeTubs.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaDDLObjects%2Fsrc%2FCocoaSolidShapeTubs.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaDDLObjects%2Fsrc%2FCocoaSolidShapeTubs.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaDDLObjects%2Fsrc%2FCocoaSolidShapeTubs.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -18,3 +18,4 @@ CocoaSolidShapeTubs::CocoaSolidShapeTubs(\n theStartPhiAngle = pSPhi;\r\n theDeltaPhiAngle = pDPhi;\r\n }\r\n+-- dummy change --"},{"sha":"a514086a4b13aa3bfe3e088e2ff998ec9c0ace5d","filename":"Alignment/CocoaDaq/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaDaq%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaDaq%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaDaq%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -3,3 +3,4 @@\n \n \n \n+-- dummy change --"},{"sha":"d51a700d2a39e85df096b3dab220c5762bb9eb96","filename":"Alignment/CocoaDaq/interface/CocoaDaqReader.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaDaq%2Finterface%2FCocoaDaqReader.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaDaq%2Finterface%2FCocoaDaqReader.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaDaq%2Finterface%2FCocoaDaqReader.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -29,3 +29,4 @@ class CocoaDaqReader {\n };\n \n #endif\n+-- dummy change --"},{"sha":"485fa57067f6433e83003b48f930bc99084d19de","filename":"Alignment/CocoaDaq/interface/CocoaDaqRootEvent.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaDaq%2Finterface%2FCocoaDaqRootEvent.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaDaq%2Finterface%2FCocoaDaqRootEvent.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaDaq%2Finterface%2FCocoaDaqRootEvent.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -203,3 +203,4 @@ class CocoaDaqRootEvent : public TObject {\n };\n \n #endif\n+-- dummy change --"},{"sha":"eca047e0de7b542542217fc83312845dc5a891f0","filename":"Alignment/CocoaDaq/src/CocoaDaqReader.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaDaq%2Fsrc%2FCocoaDaqReader.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaDaq%2Fsrc%2FCocoaDaqReader.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaDaq%2Fsrc%2FCocoaDaqReader.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -15,3 +15,4 @@ void CocoaDaqReader::SetDaqReader(CocoaDaqReader* reader) {\n \n //----------------------------------------------------------------------\n void CocoaDaqReader::BuildMeasurementsFromOptAlign(std::vector& measList) {}\n+-- dummy change --"},{"sha":"4ca5793c93203bda8085c75c9ed5db17cb4c2853","filename":"Alignment/CocoaDaq/src/CocoaDaqRootEvent.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaDaq%2Fsrc%2FCocoaDaqRootEvent.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaDaq%2Fsrc%2FCocoaDaqRootEvent.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaDaq%2Fsrc%2FCocoaDaqRootEvent.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -153,3 +153,4 @@ void AliDaqTemperature::DumpIt(const TString& Name) {\n }\n \n //-----------------------------------------------------------------------------\n+-- dummy change --"},{"sha":"c7cb66c47ec260e391ee4a41a0a04d0858dbd7cc","filename":"Alignment/CocoaDaq/src/classes.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaDaq%2Fsrc%2Fclasses.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaDaq%2Fsrc%2Fclasses.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaDaq%2Fsrc%2Fclasses.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -4,3 +4,4 @@\n namespace Alignment_CocoaDaq {\n struct dictionary {};\n } // namespace Alignment_CocoaDaq\n+-- dummy change --"},{"sha":"7079616c1637bef864e20b0c8bf1eb6b3e89a710","filename":"Alignment/CocoaDaq/src/classes_def.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaDaq%2Fsrc%2Fclasses_def.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaDaq%2Fsrc%2Fclasses_def.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaDaq%2Fsrc%2Fclasses_def.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -7,3 +7,4 @@\n \n \n \n+-- dummy change --"},{"sha":"cbe35d277fd584359a1ae7e9d5b38af9e5213f65","filename":"Alignment/CocoaFit/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaFit%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -19,3 +19,4 @@\n \n \n \n+-- dummy change --"},{"sha":"0339cd5323876631c4bee0aa6632bd4794f86828","filename":"Alignment/CocoaFit/interface/CocoaDBMgr.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Finterface%2FCocoaDBMgr.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Finterface%2FCocoaDBMgr.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaFit%2Finterface%2FCocoaDBMgr.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -61,3 +61,4 @@ class CocoaDBMgr {\n };\n \n #endif\n+-- dummy change --"},{"sha":"445ce890b3366f22a25f0908b69ffc7e4cc4607b","filename":"Alignment/CocoaFit/interface/Fit.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Finterface%2FFit.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Finterface%2FFit.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaFit%2Finterface%2FFit.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -209,3 +209,4 @@ class Fit {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"9bb466d3ffc530d5a06aeca0fb8baf7eae5c7cae","filename":"Alignment/CocoaFit/interface/FittedEntriesManager.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Finterface%2FFittedEntriesManager.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Finterface%2FFittedEntriesManager.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaFit%2Finterface%2FFittedEntriesManager.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -37,3 +37,4 @@ class FittedEntriesManager {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"24482e3202060fd107e51ea1e5ed8faab8278457","filename":"Alignment/CocoaFit/interface/FittedEntriesSet.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Finterface%2FFittedEntriesSet.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Finterface%2FFittedEntriesSet.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaFit%2Finterface%2FFittedEntriesSet.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -56,3 +56,4 @@ class FittedEntriesSet {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"b29fc86e2f7b787ce8f19d2a8df1cc2300ee4884","filename":"Alignment/CocoaFit/interface/FittedEntry.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Finterface%2FFittedEntry.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Finterface%2FFittedEntry.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaFit%2Finterface%2FFittedEntry.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -50,3 +50,4 @@ class FittedEntry {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"45e3d53a14647d01847140c0fef679484329cba4","filename":"Alignment/CocoaFit/interface/HistoDef.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Finterface%2FHistoDef.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Finterface%2FHistoDef.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaFit%2Finterface%2FHistoDef.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -35,3 +35,4 @@ class HistoDef {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"6f47675c97a8fe332ecb8174b7b752098d17f86b","filename":"Alignment/CocoaFit/interface/MatrixMeschach.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Finterface%2FMatrixMeschach.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Finterface%2FMatrixMeschach.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaFit%2Finterface%2FMatrixMeschach.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -78,3 +78,4 @@ MatrixMeschach* MatrixByMatrix(const MatrixMeschach& mat1, const MatrixMeschach&\n typedef MatrixMeschach ALIMatrix;\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"ebe0c08d1c83fadfcff5b6b099be1ee4996eff47","filename":"Alignment/CocoaFit/interface/NtupleManager.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Finterface%2FNtupleManager.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Finterface%2FNtupleManager.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaFit%2Finterface%2FNtupleManager.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -73,3 +73,4 @@ class NtupleManager {\n };\n \n #endif\n+-- dummy change --"},{"sha":"84bcb3dd630ce3a32e5d2683f312d0bbfb8912ff","filename":"Alignment/CocoaFit/interface/NtupleObjects.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Finterface%2FNtupleObjects.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Finterface%2FNtupleObjects.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaFit%2Finterface%2FNtupleObjects.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -107,3 +107,4 @@ class CopsMeas : public TObject {\n };\n \n #endif\n+-- dummy change --"},{"sha":"41a6b5cde4104767802fdb1d590967031a8e4297","filename":"Alignment/CocoaFit/src/CocoaDBMgr.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Fsrc%2FCocoaDBMgr.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Fsrc%2FCocoaDBMgr.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaFit%2Fsrc%2FCocoaDBMgr.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -372,3 +372,4 @@ AlignTransformErrorExtended* CocoaDBMgr::GetAlignInfoErrorFromOptO(OpticalObject\n //t return alignError;\n return (AlignTransformErrorExtended*)nullptr;\n }\n+-- dummy change --"},{"sha":"cac4f040ba242e91a8979eede449c98fbfec3289","filename":"Alignment/CocoaFit/src/Fit.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Fsrc%2FFit.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Fsrc%2FFit.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaFit%2Fsrc%2FFit.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1750,3 +1750,4 @@ std::string Fit::GetMeasurementName(int imeas) {\n std::cout << \" return measname \" << measname << std::endl;\n return measname;\n }\n+-- dummy change --"},{"sha":"e706739eee0cafe5c23b5e87888882445210e3ea","filename":"Alignment/CocoaFit/src/FittedEntriesManager.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Fsrc%2FFittedEntriesManager.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Fsrc%2FFittedEntriesManager.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaFit%2Fsrc%2FFittedEntriesManager.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -273,3 +273,4 @@ void FittedEntriesManager::dumpEntriesSubstraction(std::ofstream& fout,\n \n }\n */\n+-- dummy change --"},{"sha":"a8221aa745fe3468b1fbb1c1838641fa766f839e","filename":"Alignment/CocoaFit/src/FittedEntriesSet.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Fsrc%2FFittedEntriesSet.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Fsrc%2FFittedEntriesSet.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaFit%2Fsrc%2FFittedEntriesSet.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -165,3 +165,4 @@ void FittedEntriesSet::SetOptOEntries() {\n opto->setOriginalEntryValues();\r\n }\r\n }\r\n+-- dummy change --"},{"sha":"bbb55096cfc122924c2752d6c069027151186265","filename":"Alignment/CocoaFit/src/FittedEntry.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Fsrc%2FFittedEntry.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Fsrc%2FFittedEntry.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaFit%2Fsrc%2FFittedEntry.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -129,3 +129,4 @@ void FittedEntry::BuildName() {\n // now it is not used as theName theName.append( en + \".out\");\r\n theName.append(en);\r\n }\r\n+-- dummy change --"},{"sha":"1b6bb36af1691d85df4211d64ba2ea37d3d145ac","filename":"Alignment/CocoaFit/src/HistoDef.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Fsrc%2FHistoDef.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Fsrc%2FHistoDef.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaFit%2Fsrc%2FHistoDef.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -14,3 +14,4 @@ void HistoDef::init(ALIstring name) {\n theMin = ALI_DBL_MAX;\r\n theMax = -ALI_DBL_MAX;\r\n }\r\n+-- dummy change --"},{"sha":"29706158dc4fa625cb73d48c976142b807e3cbb0","filename":"Alignment/CocoaFit/src/MatrixMeschach.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Fsrc%2FMatrixMeschach.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Fsrc%2FMatrixMeschach.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaFit%2Fsrc%2FMatrixMeschach.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -368,3 +368,4 @@ MatrixMeschach* MatrixByMatrix(const MatrixMeschach& mat1, const MatrixMeschach&\n // return MatrixMeschach( matout );\n return (matout);\n }\n+-- dummy change --"},{"sha":"748919af7b737e66d4d1125f695a194c396150b5","filename":"Alignment/CocoaFit/src/NtupleManager.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Fsrc%2FNtupleManager.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Fsrc%2FNtupleManager.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaFit%2Fsrc%2FNtupleManager.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -439,3 +439,4 @@ void NtupleManager::GetGlobalAngles(const CLHEP::HepRotation& rmGlob, double* th\n theta[1] = beta;\n theta[2] = gamma;\n }\n+-- dummy change --"},{"sha":"370bcd338b5d66f4dcdd79354186ed3a41cf3401","filename":"Alignment/CocoaFit/src/NtupleObjects.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Fsrc%2FNtupleObjects.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Fsrc%2FNtupleObjects.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaFit%2Fsrc%2FNtupleObjects.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -79,3 +79,4 @@ CopsMeas::CopsMeas() {\n SimulatedPosition[i] = -999.;\n }\n }\n+-- dummy change --"},{"sha":"0513ae0686909b1d32f6600a7c6f537851d2342d","filename":"Alignment/CocoaFit/src/classes.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Fsrc%2Fclasses.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Fsrc%2Fclasses.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaFit%2Fsrc%2Fclasses.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -3,3 +3,4 @@\n namespace Alignment_CocoaFit {\n struct dictionary {};\n } // namespace Alignment_CocoaFit\n+-- dummy change --"},{"sha":"5675758990a9baa934e4fe8456291395a8288789","filename":"Alignment/CocoaFit/src/classes_def.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Fsrc%2Fclasses_def.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaFit%2Fsrc%2Fclasses_def.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaFit%2Fsrc%2Fclasses_def.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -7,3 +7,4 @@\n \n \n \n+-- dummy change --"},{"sha":"af3b7ec9772a00315160cea7f0dfc3734dd89dcd","filename":"Alignment/CocoaModel/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -6,3 +6,4 @@\n \n \n \n+-- dummy change --"},{"sha":"632fb5887a14e8664c4e04812637e9ab2ffc4570","filename":"Alignment/CocoaModel/interface/ALILine.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FALILine.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FALILine.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FALILine.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -34,3 +34,4 @@ class ALILine {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"d3dba43a69b9d2a0baf407ceb0becb6d6bfdcf17","filename":"Alignment/CocoaModel/interface/ALIPlane.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FALIPlane.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FALIPlane.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FALIPlane.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -28,3 +28,4 @@ class ALIPlane {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"ffe8f0921787dd2337f2810863ab50d3112736f1","filename":"Alignment/CocoaModel/interface/ALIRmDataFromFile.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FALIRmDataFromFile.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FALIRmDataFromFile.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FALIRmDataFromFile.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -39,3 +39,4 @@ class ALIRmDataFromFile {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"c10b0c20d653cec7265a61cb6c3f7e2516e235b7","filename":"Alignment/CocoaModel/interface/ALIUnitsTable.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FALIUnitsTable.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FALIUnitsTable.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FALIUnitsTable.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -155,3 +155,4 @@ class ALIBestUnit {\n //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....\n \n #endif\n+-- dummy change --"},{"sha":"301ffffd9b4905254e075f44d7db43a05cda13b9","filename":"Alignment/CocoaModel/interface/CocoaDaqReaderRoot.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FCocoaDaqReaderRoot.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FCocoaDaqReaderRoot.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FCocoaDaqReaderRoot.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -36,3 +36,4 @@ class CocoaDaqReaderRoot : public CocoaDaqReader {\n };\n \n #endif\n+-- dummy change --"},{"sha":"3a3377f24f2bccd74ce16f6dddf4651a44b722ef","filename":"Alignment/CocoaModel/interface/CocoaDaqReaderText.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FCocoaDaqReaderText.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FCocoaDaqReaderText.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FCocoaDaqReaderText.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -25,3 +25,4 @@ class CocoaDaqReaderText : public CocoaDaqReader {\n };\n \n #endif\n+-- dummy change --"},{"sha":"4fabafb2bb0e984390738541bc9c809ad63806cf","filename":"Alignment/CocoaModel/interface/DeviationSensor2D.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FDeviationSensor2D.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FDeviationSensor2D.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FDeviationSensor2D.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -42,3 +42,4 @@ class DeviationSensor2D {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"d136dc8fc13a509edd78982134a38b4036f19b5c","filename":"Alignment/CocoaModel/interface/DeviationsFromFileSensor2D.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FDeviationsFromFileSensor2D.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FDeviationsFromFileSensor2D.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FDeviationsFromFileSensor2D.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -61,3 +61,4 @@ class DeviationsFromFileSensor2D {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"5287bf3cfc86cb4a5b470921fdd6bbf24781f3ca","filename":"Alignment/CocoaModel/interface/Entry.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FEntry.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FEntry.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FEntry.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -121,3 +121,4 @@ class Entry {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"de045eb8000f40827c25d89faf7bf0a78252306f","filename":"Alignment/CocoaModel/interface/EntryAngle.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FEntryAngle.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FEntryAngle.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FEntryAngle.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -38,3 +38,4 @@ class EntryAngle : public Entry {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"da901aa885b476e439828d13e1e1a746ab6c8008","filename":"Alignment/CocoaModel/interface/EntryAngleAffAngles.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FEntryAngleAffAngles.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FEntryAngleAffAngles.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FEntryAngleAffAngles.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -29,3 +29,4 @@ class EntryAngleAffAngles : public EntryAngle {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"a1c6b78bf3a9ba13970badbe5e61cbbe1748c0ea","filename":"Alignment/CocoaModel/interface/EntryData.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FEntryData.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FEntryData.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FEntryData.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -48,3 +48,4 @@ class EntryData {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"24cee09197048a4ee85e6456fb2be5896feb94a4","filename":"Alignment/CocoaModel/interface/EntryLength.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FEntryLength.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FEntryLength.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FEntryLength.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -37,3 +37,4 @@ class EntryLength : public Entry {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"372f1ac1b0a16b1c30fc180bc331a4a970883f56","filename":"Alignment/CocoaModel/interface/EntryLengthAffCentre.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FEntryLengthAffCentre.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FEntryLengthAffCentre.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FEntryLengthAffCentre.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -26,3 +26,4 @@ class EntryLengthAffCentre : public EntryLength {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"12ef57d5ba8c956601915ebe90c5cc7c0e194e28","filename":"Alignment/CocoaModel/interface/EntryMgr.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FEntryMgr.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FEntryMgr.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FEntryMgr.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -49,3 +49,4 @@ class EntryMgr {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"78fe76e96bd7096fe0453151189fe4ffa37920e0","filename":"Alignment/CocoaModel/interface/EntryNoDim.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FEntryNoDim.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FEntryNoDim.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FEntryNoDim.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -30,3 +30,4 @@ class EntryNoDim : public Entry {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"e97968f17c9f73cdda1ec0635eef2f505dcb6dba","filename":"Alignment/CocoaModel/interface/ErrorCorrelation.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FErrorCorrelation.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FErrorCorrelation.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FErrorCorrelation.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -30,3 +30,4 @@ class ErrorCorrelation {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"1b09f75c8fc774061199120bbac195111e6b5fa7","filename":"Alignment/CocoaModel/interface/ErrorCorrelationMgr.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FErrorCorrelationMgr.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FErrorCorrelationMgr.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FErrorCorrelationMgr.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -36,3 +36,4 @@ class ErrorCorrelationMgr {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"7bf0dca38fb004708db9f9f02260c7eeb749b3b5","filename":"Alignment/CocoaModel/interface/FittedEntriesReader.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FFittedEntriesReader.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FFittedEntriesReader.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FFittedEntriesReader.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -31,3 +31,4 @@ class FittedEntriesReader {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"4ae2659565d5e1de9e1596873ce506c6ce00cbe2","filename":"Alignment/CocoaModel/interface/LightRay.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FLightRay.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FLightRay.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FLightRay.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -75,3 +75,4 @@ class LightRay {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"2903678070e06c41faf42b46c70dcb29c37555be","filename":"Alignment/CocoaModel/interface/Measurement.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FMeasurement.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FMeasurement.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FMeasurement.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -215,3 +215,4 @@ class Measurement {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"7995d4e9f260eef70edf686c7653a22b1d560af0","filename":"Alignment/CocoaModel/interface/MeasurementCOPS.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FMeasurementCOPS.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FMeasurementCOPS.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FMeasurementCOPS.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -42,3 +42,4 @@ class MeasurementCOPS : public Measurement {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"a8b572caf313a116dd08844dc52801d5dfeec37d","filename":"Alignment/CocoaModel/interface/MeasurementDiffEntry.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FMeasurementDiffEntry.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FMeasurementDiffEntry.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FMeasurementDiffEntry.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -33,3 +33,4 @@ class MeasurementDiffEntry : public Measurement {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"9f146fdf7c4f7ad2e1604e50e1f7672fa58e97a0","filename":"Alignment/CocoaModel/interface/MeasurementDistancemeter.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FMeasurementDistancemeter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FMeasurementDistancemeter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FMeasurementDistancemeter.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -37,3 +37,4 @@ class MeasurementDistancemeter : public Measurement {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"191ee3593f6ca0d64f5663d31b9e91e571ae6310","filename":"Alignment/CocoaModel/interface/MeasurementDistancemeter3dim.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FMeasurementDistancemeter3dim.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FMeasurementDistancemeter3dim.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FMeasurementDistancemeter3dim.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -37,3 +37,4 @@ class MeasurementDistancemeter3dim : public Measurement {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"bc0781fe198772572bc1b9ceff3bd4dd4a6d2107","filename":"Alignment/CocoaModel/interface/MeasurementSensor2D.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FMeasurementSensor2D.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FMeasurementSensor2D.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FMeasurementSensor2D.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -36,3 +36,4 @@ class MeasurementSensor2D : public Measurement {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"8e34f5f26e76da3021d23c32cb3e0c722e324013","filename":"Alignment/CocoaModel/interface/MeasurementTiltmeter.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FMeasurementTiltmeter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FMeasurementTiltmeter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FMeasurementTiltmeter.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -47,3 +47,4 @@ class MeasurementTiltmeter : public Measurement {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"0a710fabf406b654a43534137d08b69af99ae1c2","filename":"Alignment/CocoaModel/interface/Model.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FModel.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FModel.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FModel.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -283,3 +283,4 @@ class Model {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"4b44310fe0a03e60643ef7f5af6107579e5f0f05","filename":"Alignment/CocoaModel/interface/OptOCOPS.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptOCOPS.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptOCOPS.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FOptOCOPS.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -50,3 +50,4 @@ class OptOCOPS : public OpticalObject {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"a5fab1254ee2e6db32046b4ae4887e2e56487f3f","filename":"Alignment/CocoaModel/interface/OptOCameraDetector.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptOCameraDetector.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptOCameraDetector.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FOptOCameraDetector.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -29,3 +29,4 @@ class OptOCameraDetector : public OpticalObject {\n };\n \n #endif\n+-- dummy change --"},{"sha":"47076fcfeaf765cc596f5e62ce1d545578608157","filename":"Alignment/CocoaModel/interface/OptOCubeSplitter.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptOCubeSplitter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptOCubeSplitter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FOptOCubeSplitter.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -42,3 +42,4 @@ class OptOCubeSplitter : public OpticalObject {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"1e14e8a776e7e3d2082d225ff5ab546895cb282b","filename":"Alignment/CocoaModel/interface/OptODistancemeter.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptODistancemeter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptODistancemeter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FOptODistancemeter.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -37,3 +37,4 @@ class OptODistancemeter : public OpticalObject {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"48fd7f6238ccfbffae77a9c8d3e83a8739578fc5","filename":"Alignment/CocoaModel/interface/OptODistancemeter3dim.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptODistancemeter3dim.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptODistancemeter3dim.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FOptODistancemeter3dim.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -37,3 +37,4 @@ class OptODistancemeter3dim : public OpticalObject {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"11bb0ad344a7f35ae39ed29e4a467e435139829f","filename":"Alignment/CocoaModel/interface/OptOLaser.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptOLaser.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptOLaser.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FOptOLaser.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -34,3 +34,4 @@ class OptOLaser : public OpticalObject {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"da4a9ec98cc9ccc4637a2e82aadc023d90bbd775","filename":"Alignment/CocoaModel/interface/OptOLens.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptOLens.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptOLens.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FOptOLens.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -33,3 +33,4 @@ class OptOLens : public OpticalObject {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"367a6a0945fb74c3b6473063462b04a13a95b24c","filename":"Alignment/CocoaModel/interface/OptOMirror.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptOMirror.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptOMirror.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FOptOMirror.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -42,3 +42,4 @@ class OptOMirror : public OpticalObject {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"b8f3cf866600b15984fb40c592ee4d274de9265d","filename":"Alignment/CocoaModel/interface/OptOModifiedRhomboidPrism.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptOModifiedRhomboidPrism.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptOModifiedRhomboidPrism.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FOptOModifiedRhomboidPrism.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -42,3 +42,4 @@ class OptOModifiedRhomboidPrism : public OpticalObject {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"ba862473cd17de965bb5416ca96ceb8d12865724","filename":"Alignment/CocoaModel/interface/OptOOpticalSquare.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptOOpticalSquare.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptOOpticalSquare.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FOptOOpticalSquare.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -47,3 +47,4 @@ class OptOOpticalSquare : public OpticalObject {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"5f429fd66194a2c9da48bbfe5e88685079bf2faa","filename":"Alignment/CocoaModel/interface/OptOPinhole.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptOPinhole.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptOPinhole.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FOptOPinhole.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -33,3 +33,4 @@ class OptOPinhole : public OpticalObject {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"b7f6f70ad8c8479cf389ae6f85599a846f5b3f54","filename":"Alignment/CocoaModel/interface/OptOPlateSplitter.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptOPlateSplitter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptOPlateSplitter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FOptOPlateSplitter.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -39,3 +39,4 @@ class OptOPlateSplitter : public OpticalObject {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"db5033f02d5decf18ede81fad43d220abb9a7342","filename":"Alignment/CocoaModel/interface/OptORisleyPrism.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptORisleyPrism.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptORisleyPrism.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FOptORisleyPrism.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -29,3 +29,4 @@ class OptORisleyPrism : public OpticalObject {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"55e97a00f7e58cace2e26ea72dbd8d3297a85fb0","filename":"Alignment/CocoaModel/interface/OptOScreen.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptOScreen.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptOScreen.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FOptOScreen.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -33,3 +33,4 @@ class OptOScreen : public OpticalObject {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"45c50b858f79206e770943e443b72f4b810439a5","filename":"Alignment/CocoaModel/interface/OptOSensor2D.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptOSensor2D.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptOSensor2D.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FOptOSensor2D.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -52,3 +52,4 @@ class OptOSensor2D : public OpticalObject {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"33c8249556c4182f5155fd56b8d87e4a957f9e8c","filename":"Alignment/CocoaModel/interface/OptOSource.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptOSource.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptOSource.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FOptOSource.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -34,3 +34,4 @@ class OptOSource : public OpticalObject {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"453d41f276d5c67c0c13cf40697cf9ac3affa86b","filename":"Alignment/CocoaModel/interface/OptOTiltmeter.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptOTiltmeter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptOTiltmeter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FOptOTiltmeter.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -35,3 +35,4 @@ class OptOTiltmeter : public OpticalObject {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"5a3706c4e80787adbeab12487b0079c34ae9c25a","filename":"Alignment/CocoaModel/interface/OptOUserDefined.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptOUserDefined.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptOUserDefined.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FOptOUserDefined.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -32,3 +32,4 @@ class OptOUserDefined : public OpticalObject {\n };\n \n #endif\n+-- dummy change --"},{"sha":"228a9e4335dbc3dc68c1c9bf57185603ad5d9724","filename":"Alignment/CocoaModel/interface/OptOXLaser.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptOXLaser.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOptOXLaser.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FOptOXLaser.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -33,3 +33,4 @@ class OptOXLaser : public OpticalObject {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"538e956681cf997823ca3b0073f93021232746c4","filename":"Alignment/CocoaModel/interface/OpticalObject.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOpticalObject.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOpticalObject.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FOpticalObject.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -318,3 +318,4 @@ class OpticalObject {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"045028be9a6d66ffdc93b2a736a44ae10e23d5bd","filename":"Alignment/CocoaModel/interface/OpticalObjectMgr.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOpticalObjectMgr.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FOpticalObjectMgr.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FOpticalObjectMgr.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -42,3 +42,4 @@ class OpticalObjectMgr {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"2aaf4f9419a37eb4340dfb96103c636447f3f68e","filename":"Alignment/CocoaModel/interface/ParameterMgr.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FParameterMgr.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Finterface%2FParameterMgr.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Finterface%2FParameterMgr.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -35,3 +35,4 @@ class ParameterMgr {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"c1a8d0af6f852c92bd8013e0dae97a709a61ff5e","filename":"Alignment/CocoaModel/src/ALILine.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FALILine.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FALILine.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FALILine.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -228,3 +228,4 @@ CLHEP::Hep3Vector ALILine::intersect(const ALIPlane& plane, bool notParallel) {\n \n return inters;\n }\n+-- dummy change --"},{"sha":"df30ef8f79444b05bcebf1188a6e90fca7d77ab0","filename":"Alignment/CocoaModel/src/ALIPlane.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FALIPlane.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FALIPlane.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FALIPlane.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -49,3 +49,4 @@ ALILine ALIPlane::lineProject(const CLHEP::Hep3Vector& vec) {\n //- ALIUtils::dump3v( vec , \"std::vector\");\r\n return ALILine(this->_point, vecproj);\r\n }\r\n+-- dummy change --"},{"sha":"d45847f1f73c094ce752aea5bd6a216c25ad1914","filename":"Alignment/CocoaModel/src/ALIRmDataFromFile.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FALIRmDataFromFile.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FALIRmDataFromFile.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FALIRmDataFromFile.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -60,3 +60,4 @@ void ALIRmDataFromFile::constructRm() {\n theRm.rotateZ(theAngleZ);\r\n }\r\n }\r\n+-- dummy change --"},{"sha":"2c284c13b67e93c95aaadaa623529f88c674bd90","filename":"Alignment/CocoaModel/src/ALIUnitsTable.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FALIUnitsTable.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FALIUnitsTable.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FALIUnitsTable.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -390,3 +390,4 @@ std::ostream& operator<<(std::ostream& flux, ALIBestUnit a) {\n }\n \n //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....\n+-- dummy change --"},{"sha":"3f0cddcd79a4f7bdb3a48ffc1258c430afd29c93","filename":"Alignment/CocoaModel/src/CocoaDaqReaderRoot.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FCocoaDaqReaderRoot.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FCocoaDaqReaderRoot.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FCocoaDaqReaderRoot.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -299,3 +299,4 @@ void CocoaDaqReaderRoot::BuildMeasurementsFromOptAlign(std::vector& measList) {}\n+-- dummy change --"},{"sha":"ccab3e5b38e1f669daa4a2e9dd648c6dd7330722","filename":"Alignment/CocoaModel/src/DeviationSensor2D.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FDeviationSensor2D.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FDeviationSensor2D.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FDeviationSensor2D.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -31,3 +31,4 @@ void DeviationSensor2D::fillData(const std::vector& wl) {\n theDevY = ALIUtils::getFloat(wl[6]) * theAngDimFactor;\r\n theDevErrY = ALIUtils::getFloat(wl[7]);\r\n }\r\n+-- dummy change --"},{"sha":"26a5893e7ea3a9acf6ec504aaf4e3948ca6f8e52","filename":"Alignment/CocoaModel/src/DeviationsFromFileSensor2D.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FDeviationsFromFileSensor2D.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FDeviationsFromFileSensor2D.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FDeviationsFromFileSensor2D.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -274,3 +274,4 @@ std::pair DeviationsFromFileSensor2D::getDevis(ALIdouble i\n deviY *= -1;\n return std::pair(deviX * 1.e-6, deviY * 1e-6); // matrix is in microrad\n }\n+-- dummy change --"},{"sha":"a8870756feebfe5c10c6db8714d77d3e9fd60599","filename":"Alignment/CocoaModel/src/Entry.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FEntry.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FEntry.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FEntry.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -334,3 +334,4 @@ std::ostream& operator<<(std::ostream& os, const Entry& c) {\n \r\n //@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\r\n const ALIstring Entry::longName() const { return OptOCurrent_->name() + \"/\" + name_; }\r\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75?per_page=100&page=3 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:16:32 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"a831b33c1fc261141796c3a67e8d426c67bde4affc677abb637cd76267459e47"'), ('Last-Modified', 'Wed, 30 Apr 2025 14:08:46 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4779'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '221'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D6B2:359D07:577605:59343A:681230C0')] +{"sha":"b6db3e643d2bd16deee12590d1312a3addcd2d75","node_id":"C_kwDOF83__NoAKGI2ZGIzZTY0M2QyYmQxNmRlZWUxMjU5MGQxMzEyYTNhZGRjZDJkNzU","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"message":"Test commit with many files","tree":{"sha":"d8f8da26398eca77794c2a8409031a5ab8ac23df","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/d8f8da26398eca77794c2a8409031a5ab8ac23df"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/b6db3e643d2bd16deee12590d1312a3addcd2d75","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c83ecb127f70592a95b0544c2e7e2404c9d7e440","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c83ecb127f70592a95b0544c2e7e2404c9d7e440","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c83ecb127f70592a95b0544c2e7e2404c9d7e440"}],"stats":{"total":1506,"additions":1506,"deletions":0},"files":[{"sha":"37b638dde2f8e07a8781e4bdec9026023bde04c0","filename":"Alignment/CocoaModel/src/EntryAngle.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FEntryAngle.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FEntryAngle.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FEntryAngle.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -10,3 +10,4 @@\n ALIdouble EntryAngle::_startingDisplacement = 1.E-2; //in radians\r\n //ALIdouble EntryAngle::_startingDisplacement = 1.E-2; //in radians\r\n // up to 1-7 OK\r\n+-- dummy change --"},{"sha":"f0a265885a694704450695bb863ce90b35848ad4","filename":"Alignment/CocoaModel/src/EntryAngleAffAngles.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FEntryAngleAffAngles.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FEntryAngleAffAngles.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FEntryAngleAffAngles.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -175,3 +175,4 @@ ALIdouble EntryAngleAffAngles::checkDiff(const CLHEP::Hep3Vector& _axis,\n \r\n return ang;\r\n }\r\n+-- dummy change --"},{"sha":"4a4339e00546d10eb385fdf3fed38f1823c9dfb8","filename":"Alignment/CocoaModel/src/EntryData.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FEntryData.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FEntryData.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FEntryData.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -90,3 +90,4 @@ std::ostream& operator<<(std::ostream& os, const EntryData& ent) {\n \r\n return os;\r\n }\r\n+-- dummy change --"},{"sha":"d2d26eb8eb23da3eac405a4f48c1417b12790495","filename":"Alignment/CocoaModel/src/EntryLength.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FEntryLength.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FEntryLength.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FEntryLength.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -10,3 +10,4 @@\n //ALIdouble EntryLength::_startingDisplacement = 1.E-6; // in meters\r\n ALIdouble EntryLength::_startingDisplacement = 1.E-2; // in meters\r\n // up to 1e-9 OK\r\n+-- dummy change --"},{"sha":"37c584a1ef00fde67edf39a9b5f4e654c6b75599","filename":"Alignment/CocoaModel/src/EntryLengthAffCentre.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FEntryLengthAffCentre.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FEntryLengthAffCentre.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FEntryLengthAffCentre.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -94,3 +94,4 @@ ALIdouble EntryLengthAffCentre::valueDisplaced() const {\n \r\n return 0.; // to avoid warning\r\n }\r\n+-- dummy change --"},{"sha":"cb12fda4679229d73d5a4f356229a62f428d1ccf","filename":"Alignment/CocoaModel/src/EntryMgr.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FEntryMgr.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FEntryMgr.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FEntryMgr.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -130,3 +130,4 @@ ALIstring EntryMgr::extractShortName(const ALIstring& name) {\n return name.substr(isl + 1, name.size());\r\n }\r\n }\r\n+-- dummy change --"},{"sha":"17188f52a39dd89ab23a69b7a3b8ac75a13db16a","filename":"Alignment/CocoaModel/src/ErrorCorrelation.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FErrorCorrelation.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FErrorCorrelation.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FErrorCorrelation.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -4,3 +4,4 @@ ErrorCorrelation::ErrorCorrelation(const pss& entry1, const pss& entry2, const A\n : theEntry1(entry1), theEntry2(entry2), theCorr(corr) {}\n \n void ErrorCorrelation::update(const ALIdouble corr) { theCorr = corr; }\n+-- dummy change --"},{"sha":"76923bed87756f342ff287a15a932525ca0a6521","filename":"Alignment/CocoaModel/src/ErrorCorrelationMgr.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FErrorCorrelationMgr.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FErrorCorrelationMgr.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FErrorCorrelationMgr.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -112,3 +112,4 @@ std::vector::iterator ErrorCorrelationMgr::findErrorCorrelati\n \r\n return itecorr;\r\n }\r\n+-- dummy change --"},{"sha":"29c2f56368aed3395d7cc54f30ae5e72a047847a","filename":"Alignment/CocoaModel/src/FittedEntriesReader.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FFittedEntriesReader.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FFittedEntriesReader.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FFittedEntriesReader.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -92,3 +92,4 @@ ALIstring FittedEntriesReader::substitutePointBySlash(const ALIstring& nameWithP\n \r\n return nameWithSlash;\r\n }\r\n+-- dummy change --"},{"sha":"359d2e8a31d66cb9863057daf87793be31227ddd","filename":"Alignment/CocoaModel/src/LightRay.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FLightRay.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FLightRay.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FLightRay.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -381,3 +381,4 @@ void LightRay::dumpData(const ALIstring& str) const {\n ALIUtils::dump3v( dirn, \"$$ LightRay direction: \");\n */\n }\n+-- dummy change --"},{"sha":"fbd750efcd7724516172d368e54fd96f1f7bfd1f","filename":"Alignment/CocoaModel/src/Measurement.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FMeasurement.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FMeasurement.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FMeasurement.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -675,3 +675,4 @@ void Measurement::setName() {\n std::vector::iterator vsite = (_OptONameList.end() - 1);\n theName = type() + \":\" + (*vsite);\n }\n+-- dummy change --"},{"sha":"9f8e7757e38040cd3df0f2860ade71a346feb9af","filename":"Alignment/CocoaModel/src/MeasurementCOPS.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FMeasurementCOPS.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FMeasurementCOPS.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FMeasurementCOPS.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -143,3 +143,4 @@ void MeasurementCOPS::correctValueAndSigma() {\n setValue(ii, val);\r\n }\r\n }\r\n+-- dummy change --"},{"sha":"3dbf228ceaba255e20bd9cd4b5f4d43affde31a7","filename":"Alignment/CocoaModel/src/MeasurementDiffEntry.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FMeasurementDiffEntry.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FMeasurementDiffEntry.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FMeasurementDiffEntry.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -98,3 +98,4 @@ void MeasurementDiffEntry::calculateSimulatedValue(ALIbool firstTime) {\n if (ALIUtils::debug >= 5)\n std::cout << \"end calculateSimulatedValue\" << std::endl;\n }\n+-- dummy change --"},{"sha":"70fb5b7433138b5f4e92035fb59611c44cac25ff","filename":"Alignment/CocoaModel/src/MeasurementDistancemeter.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FMeasurementDistancemeter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FMeasurementDistancemeter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FMeasurementDistancemeter.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -150,3 +150,4 @@ void MeasurementDistancemeter::correctValueAndSigma() {\n setValue(0, val);\r\n setSigma(0, sig);\r\n }\r\n+-- dummy change --"},{"sha":"773cb69f9ee8576a742789da4eb62fded2ec1924","filename":"Alignment/CocoaModel/src/MeasurementDistancemeter3dim.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FMeasurementDistancemeter3dim.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FMeasurementDistancemeter3dim.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FMeasurementDistancemeter3dim.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -149,3 +149,4 @@ void MeasurementDistancemeter3dim::correctValueAndSigma() {\n setValue(0, val);\r\n setSigma(0, sig);\r\n }\r\n+-- dummy change --"},{"sha":"569e728369aad2ebde71232c24ee9e334a723377","filename":"Alignment/CocoaModel/src/MeasurementSensor2D.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FMeasurementSensor2D.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FMeasurementSensor2D.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FMeasurementSensor2D.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -152,3 +152,4 @@ void MeasurementSensor2D::correctValueAndSigma() {\n std::cout << \"MeasurementSensor2D::correctValueAndSigma: old value Y \" << value()[1] << \" new \" << val << std::endl;\r\n setValue(1, val);\r\n }\r\n+-- dummy change --"},{"sha":"f97183e6372fc27ba2b38f23fee552f6472a80cf","filename":"Alignment/CocoaModel/src/MeasurementTiltmeter.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FMeasurementTiltmeter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FMeasurementTiltmeter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FMeasurementTiltmeter.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -120,3 +120,4 @@ void MeasurementTiltmeter::correctValueAndSigma() {\n setValue(0, val);\r\n setSigma(0, sig);\r\n }\r\n+-- dummy change --"},{"sha":"b5dac07831f566ac471ecec9d738b3740ebdbe56","filename":"Alignment/CocoaModel/src/Model.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FModel.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FModel.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FModel.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1602,3 +1602,4 @@ void Model::BuildMeasurementsFromOA(OpticalAlignMeasurements& measList) {\n meastemp->constructFromOA(*mite);\n }\n }\n+-- dummy change --"},{"sha":"652170a4e99b257d39c62cf52b5230d60eb81ab0","filename":"Alignment/CocoaModel/src/OptOCOPS.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptOCOPS.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptOCOPS.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FOptOCOPS.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -541,3 +541,4 @@ void OptOCOPS::constructSolidShape() {\n theSolidShape = new CocoaSolidShapeBox(\n \"Box\", go * 5. * cm / m, go * 5. * cm / m, go * 1. * cm / m); //COCOA internal units are meters\n }\n+-- dummy change --"},{"sha":"83ae48a91da41d0f7796e786da0de1814506fe67","filename":"Alignment/CocoaModel/src/OptOCameraDetector.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptOCameraDetector.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptOCameraDetector.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FOptOCameraDetector.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -28,3 +28,4 @@ void OptOCameraDetector::constructSolidShape() {\n theSolidShape = new CocoaSolidShapeBox(\n \"Box\", go * 4. * cm / m, go * 4. * cm / m, go * 1. * cm / m); //COCOA internal units are meters\n }\n+-- dummy change --"},{"sha":"4a08033df2d79e046f444ce2e2a39283bcadc43e","filename":"Alignment/CocoaModel/src/OptOCubeSplitter.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptOCubeSplitter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptOCubeSplitter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FOptOCubeSplitter.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -252,3 +252,4 @@ void OptOCubeSplitter::constructSolidShape() {\n go * 5. * CLHEP::cm / CLHEP::m,\r\n go * 5. * CLHEP::cm / CLHEP::m); //COCOA internal units are meters\r\n }\r\n+-- dummy change --"},{"sha":"f309a1544e02b6e45c396bf427d822830978059e","filename":"Alignment/CocoaModel/src/OptODistancemeter.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptODistancemeter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptODistancemeter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FOptODistancemeter.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -104,3 +104,4 @@ void OptODistancemeter::constructSolidShape() {\n go * 2. * CLHEP::cm / CLHEP::m,\r\n go * 5. * CLHEP::cm / CLHEP::m); //COCOA internal units are meters\r\n }\r\n+-- dummy change --"},{"sha":"ae2744897461748297aad6e0742d993361c03758","filename":"Alignment/CocoaModel/src/OptODistancemeter3dim.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptODistancemeter3dim.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptODistancemeter3dim.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FOptODistancemeter3dim.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -77,3 +77,4 @@ void OptODistancemeter3dim::constructSolidShape() {\n go * 2. * CLHEP::cm / CLHEP::m,\r\n go * 5. * CLHEP::cm / CLHEP::m); //COCOA internal units are meters\r\n }\r\n+-- dummy change --"},{"sha":"247b5a758dcebcd0c5853e848df9d7a28a253efc","filename":"Alignment/CocoaModel/src/OptOLaser.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptOLaser.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptOLaser.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FOptOLaser.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -58,3 +58,4 @@ void OptOLaser::constructSolidShape() {\n go * 1. * CLHEP::cm / CLHEP::m,\r\n go * 5. * CLHEP::cm / CLHEP::m); //COCOA internal units are meters\r\n }\r\n+-- dummy change --"},{"sha":"0dc7a3e76155ed8ea4d960f07076640267d4b4bd","filename":"Alignment/CocoaModel/src/OptOLens.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptOLens.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptOLens.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FOptOLens.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -53,3 +53,4 @@ void OptOLens::constructSolidShape() {\n go * 5. * CLHEP::cm / CLHEP::m,\r\n go * 1. * CLHEP::cm / CLHEP::m); //COCOA internal units are meters\r\n }\r\n+-- dummy change --"},{"sha":"df6f71e7a1ae30b2e978d330deb00baa0b084483","filename":"Alignment/CocoaModel/src/OptOMirror.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptOMirror.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptOMirror.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FOptOMirror.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -208,3 +208,4 @@ void OptOMirror::constructSolidShape() {\n theSolidShape = new CocoaSolidShapeBox(\r\n \"Box\", go * 5. * cm / m, go * 5. * cm / m, go * 1. * cm / m); //COCOA internal units are meters\r\n }\r\n+-- dummy change --"},{"sha":"7bb31c72a15b59eee078ae4698bf91e8bb5e222c","filename":"Alignment/CocoaModel/src/OptOModifiedRhomboidPrism.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptOModifiedRhomboidPrism.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptOModifiedRhomboidPrism.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FOptOModifiedRhomboidPrism.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -279,3 +279,4 @@ void OptOModifiedRhomboidPrism::constructSolidShape() {\n theSolidShape = new CocoaSolidShapeBox(\r\n \"Box\", go * 5. * cm / m, go * 5. * cm / m, go * 5. * cm / m); //COCOA internal units are meters\r\n }\r\n+-- dummy change --"},{"sha":"9bcdb050236aab03d8933df7386746d0670b9f0c","filename":"Alignment/CocoaModel/src/OptOOpticalSquare.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptOOpticalSquare.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptOOpticalSquare.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FOptOOpticalSquare.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -262,3 +262,4 @@ void OptOOpticalSquare::constructSolidShape() {\n theSolidShape = new CocoaSolidShapeBox(\r\n \"Box\", go * 5. * cm / m, go * 5. * cm / m, go * 5. * cm / m); //COCOA internal units are meters\r\n }\r\n+-- dummy change --"},{"sha":"89836f6dc4dfc1d46d930b4f3568f8b52777846b","filename":"Alignment/CocoaModel/src/OptOPinhole.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptOPinhole.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptOPinhole.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FOptOPinhole.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -66,3 +66,4 @@ void OptOPinhole::constructSolidShape() {\n go * 1. * CLHEP::cm / CLHEP::m,\r\n go * 1. * CLHEP::cm / CLHEP::m); //COCOA internal units are meters\r\n }\r\n+-- dummy change --"},{"sha":"1742a867d9d36bb80e9601eb27b132689811d903","filename":"Alignment/CocoaModel/src/OptOPlateSplitter.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptOPlateSplitter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptOPlateSplitter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FOptOPlateSplitter.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -155,3 +155,4 @@ void OptOPlateSplitter::constructSolidShape() {\n theSolidShape = new CocoaSolidShapeBox(\r\n \"Box\", go * 5. * cm / m, go * 5. * cm / m, go * 1. * cm / m); //COCOA internal units are meters\r\n }\r\n+-- dummy change --"},{"sha":"38dabae5f7d981d34cd607cb6d841aa13db133a5","filename":"Alignment/CocoaModel/src/OptORisleyPrism.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptORisleyPrism.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptORisleyPrism.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FOptORisleyPrism.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -28,3 +28,4 @@ void OptORisleyPrism::constructSolidShape() {\n theSolidShape = new CocoaSolidShapeBox(\r\n \"Box\", go * 5. * cm / m, go * 5. * cm / m, go * 5. * cm / m); //COCOA internal units are meters\r\n }\r\n+-- dummy change --"},{"sha":"f64b18cd1d58c69a609c94fc4c07001e9c861b48","filename":"Alignment/CocoaModel/src/OptOScreen.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptOScreen.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptOScreen.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FOptOScreen.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -53,3 +53,4 @@ void OptOScreen::constructSolidShape() {\n theSolidShape = new CocoaSolidShapeBox(\r\n \"Box\", go * 8. * cm / m, go * 8. * cm / m, go * 1. * cm / m); //COCOA internal units are meters\r\n }\r\n+-- dummy change --"},{"sha":"ea110e8aca30a1197c6f65ac691d4842e371a189","filename":"Alignment/CocoaModel/src/OptOSensor2D.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptOSensor2D.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptOSensor2D.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FOptOSensor2D.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -457,3 +457,4 @@ void OptOSensor2D::constructSolidShape() {\n theSolidShape = new CocoaSolidShapeBox(\n \"Box\", go * 4. * cm / m, go * 4. * cm / m, go * 1. * cm / m); //COCOA internal units are meters\n }\n+-- dummy change --"},{"sha":"eb4a5cf86c97daaaf20cd45682c7ec192375a4ad","filename":"Alignment/CocoaModel/src/OptOSource.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptOSource.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptOSource.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FOptOSource.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -66,3 +66,4 @@ void OptOSource::constructSolidShape() {\n go * 1. * CLHEP::cm / CLHEP::m,\r\n go * 2. * CLHEP::cm / CLHEP::m); //COCOA internal units are meters\r\n }\r\n+-- dummy change --"},{"sha":"b38c7d0936d8956d4de326f4ec0d241af56c0552","filename":"Alignment/CocoaModel/src/OptOTiltmeter.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptOTiltmeter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptOTiltmeter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FOptOTiltmeter.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -132,3 +132,4 @@ void OptOTiltmeter::constructSolidShape() {\n theSolidShape = new CocoaSolidShapeBox(\r\n \"Box\", go * 2. * cm / m, go * 2. * cm / m, go * 5. * cm / m); //COCOA internal units are meters\r\n }\r\n+-- dummy change --"},{"sha":"8f6aa69728401c38f0f9b5430300e3848c0362e7","filename":"Alignment/CocoaModel/src/OptOUserDefined.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptOUserDefined.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptOUserDefined.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FOptOUserDefined.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -159,3 +159,4 @@ void OptOUserDefined::fillIguana() {\n IgCocoaFileMgr::getInstance().addSolid(*this, \"BOX\", spar, col);\n }\n #endif\n+-- dummy change --"},{"sha":"7beb1a5ea354a2f8c38eae61a25db0cd50522e7d","filename":"Alignment/CocoaModel/src/OptOXLaser.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptOXLaser.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOptOXLaser.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FOptOXLaser.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -54,3 +54,4 @@ void OptOXLaser::constructSolidShape() {\n go * 1. * CLHEP::cm / CLHEP::m,\r\n go * 5. * CLHEP::cm / CLHEP::m); //COCOA internal units are meters\r\n }\r\n+-- dummy change --"},{"sha":"9f6d4ebcabd059ecd5e68c6db23860be34d00811","filename":"Alignment/CocoaModel/src/OpticalObject.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOpticalObject.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOpticalObject.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FOpticalObject.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -2152,3 +2152,4 @@ void OpticalObject::createComponentOptOsFromOptAlignInfo() {\n Model::OptOList().push_back(OptOcomponent);\n }\n }\n+-- dummy change --"},{"sha":"e004186df13a1c3a066544449d89244c92373c9c","filename":"Alignment/CocoaModel/src/OpticalObjectMgr.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOpticalObjectMgr.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FOpticalObjectMgr.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FOpticalObjectMgr.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -73,3 +73,4 @@ void OpticalObjectMgr::dumpOptOs(std::ostream& out) const {\n \r\n //-----------------------------------------------------------------------\r\n ALIuint OpticalObjectMgr::buildCmsSwID() { return theLastCmsSwID++; }\r\n+-- dummy change --"},{"sha":"270596ff2d8206704c87c1d6302df71d1af193d9","filename":"Alignment/CocoaModel/src/ParameterMgr.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FParameterMgr.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaModel%2Fsrc%2FParameterMgr.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaModel%2Fsrc%2FParameterMgr.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -136,3 +136,4 @@ ALIint ParameterMgr::getParameterValue(const ALIstring& name, ALIdouble& val) {\n return 1;\r\n }\r\n }\r\n+-- dummy change --"},{"sha":"f4802caff882824381cdf0e5530c309ee196b3b6","filename":"Alignment/CocoaToDDL/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaToDDL%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaToDDL%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaToDDL%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -5,3 +5,4 @@\n \n \n \n+-- dummy change --"},{"sha":"45ed6132176b0be5cfb5bfa65ceb876124b42c84","filename":"Alignment/CocoaToDDL/doc/CocoaToDDL.doc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaToDDL%2Fdoc%2FCocoaToDDL.doc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaToDDL%2Fdoc%2FCocoaToDDL.doc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaToDDL%2Fdoc%2FCocoaToDDL.doc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -48,3 +48,4 @@ Last updated:\n @DATE@ Author: computer-generated.\n */\n \n+-- dummy change --"},{"sha":"1acee146ae9de517e3eb9c432ab78f2284549e24","filename":"Alignment/CocoaToDDL/interface/CocoaToDDLMgr.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaToDDL%2Finterface%2FCocoaToDDLMgr.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaToDDL%2Finterface%2FCocoaToDDLMgr.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaToDDL%2Finterface%2FCocoaToDDLMgr.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -77,3 +77,4 @@ class CocoaToDDLMgr {\n std::vector theRotationList;\r\n };\r\n #endif\r\n+-- dummy change --"},{"sha":"e2ac407c6e2f89d576f1a846bb7a07091f055834","filename":"Alignment/CocoaToDDL/interface/CocoaUnitsTable.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaToDDL%2Finterface%2FCocoaUnitsTable.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaToDDL%2Finterface%2FCocoaUnitsTable.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaToDDL%2Finterface%2FCocoaUnitsTable.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -120,3 +120,4 @@ class CocoaBestUnit {\n //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....\n \n #endif\n+-- dummy change --"},{"sha":"7a45ba14f1010deae20ec7e9f45d4e27e3ee2d3d","filename":"Alignment/CocoaToDDL/interface/UnitConverter.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaToDDL%2Finterface%2FUnitConverter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaToDDL%2Finterface%2FUnitConverter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaToDDL%2Finterface%2FUnitConverter.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -24,3 +24,4 @@ class UnitConverter {\n };\n \n #endif\n+-- dummy change --"},{"sha":"14a391d7110f04c3595055897dc74f574281921a","filename":"Alignment/CocoaToDDL/src/CocoaToDDLMgr.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaToDDL%2Fsrc%2FCocoaToDDLMgr.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaToDDL%2Fsrc%2FCocoaToDDLMgr.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaToDDL%2Fsrc%2FCocoaToDDLMgr.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -762,3 +762,4 @@ ALIint CocoaToDDLMgr::buildRotationNumber(OpticalObject* opto) {\n \r\n return rotnum;\r\n }\r\n+-- dummy change --"},{"sha":"5dcb696ad98f4fe35a8d79983c4cb29bc83548cc","filename":"Alignment/CocoaToDDL/src/CocoaUnitsTable.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaToDDL%2Fsrc%2FCocoaUnitsTable.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaToDDL%2Fsrc%2FCocoaUnitsTable.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaToDDL%2Fsrc%2FCocoaUnitsTable.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -399,3 +399,4 @@ std::ostream& operator<<(std::ostream& flux, CocoaBestUnit a) {\n }\n \n //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....\n+-- dummy change --"},{"sha":"3731230de34ce22eafd350bd0d84c31079a58545","filename":"Alignment/CocoaToDDL/src/UnitConverter.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaToDDL%2Fsrc%2FUnitConverter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaToDDL%2Fsrc%2FUnitConverter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaToDDL%2Fsrc%2FUnitConverter.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -50,3 +50,4 @@ ostream & operator<<(ostream & os, const UnitConverter & uc)\n }\n \n */\n+-- dummy change --"},{"sha":"ee79354df1f363b4801e77e5cbf7d7fc95976b8d","filename":"Alignment/CocoaUtilities/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaUtilities%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaUtilities%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaUtilities%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -2,3 +2,4 @@\n \n \n \n+-- dummy change --"},{"sha":"e8bcb24826a3ccd37f53a939cd8874c9cfe2e255","filename":"Alignment/CocoaUtilities/interface/ALIFileIn.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaUtilities%2Finterface%2FALIFileIn.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaUtilities%2Finterface%2FALIFileIn.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaUtilities%2Finterface%2FALIFileIn.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -64,3 +64,4 @@ class ALIFileIn {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"0eba772685abba263716a9bbea4314489de8669c","filename":"Alignment/CocoaUtilities/interface/ALIFileOut.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaUtilities%2Finterface%2FALIFileOut.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaUtilities%2Finterface%2FALIFileOut.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaUtilities%2Finterface%2FALIFileOut.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -40,3 +40,4 @@ class ALIFileOut : public std::ofstream {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"8af34ab7c32208097f73f6a185149ce1ee2c771f","filename":"Alignment/CocoaUtilities/interface/ALIUtils.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaUtilities%2Finterface%2FALIUtils.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaUtilities%2Finterface%2FALIUtils.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaUtilities%2Finterface%2FALIUtils.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -131,3 +131,4 @@ ALIuint FindItemInVector( const T* item, const std::vector& item_vector )\n //std::ostream& operator << (std::ostream& os, const CLHEP::HepRotation& c);\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"b4583f12ed3713625c4c9c3cca0a704aaea7791f","filename":"Alignment/CocoaUtilities/interface/CocoaGlobals.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaUtilities%2Finterface%2FCocoaGlobals.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaUtilities%2Finterface%2FCocoaGlobals.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaUtilities%2Finterface%2FCocoaGlobals.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -27,3 +27,4 @@ const double ALI_DBL_MIN = 10. / ALI_DBL_MAX;\n namespace CLHEP {}\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"5219f0416a620fa2403e9c052af7561f2cf1abe4","filename":"Alignment/CocoaUtilities/interface/GlobalOptionMgr.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaUtilities%2Finterface%2FGlobalOptionMgr.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaUtilities%2Finterface%2FGlobalOptionMgr.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaUtilities%2Finterface%2FGlobalOptionMgr.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -44,3 +44,4 @@ class GlobalOptionMgr {\n };\r\n \r\n #endif\r\n+-- dummy change --"},{"sha":"41133f1e136b4ee472ddf21936a6770fd771e27d","filename":"Alignment/CocoaUtilities/src/ALIFileIn.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaUtilities%2Fsrc%2FALIFileIn.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaUtilities%2Fsrc%2FALIFileIn.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaUtilities%2Fsrc%2FALIFileIn.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -225,3 +225,4 @@ void ALIFileIn::close() {\n theFiles.pop_back();\r\n // }\r\n }\r\n+-- dummy change --"},{"sha":"5bcc7dc2a20d1361aaa1ec87527f108cc2feb23e","filename":"Alignment/CocoaUtilities/src/ALIFileOut.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaUtilities%2Fsrc%2FALIFileOut.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaUtilities%2Fsrc%2FALIFileOut.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaUtilities%2Fsrc%2FALIFileOut.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -38,3 +38,4 @@ ALIFileOut& ALIFileOut::getInstance(const ALIstring& filename) {\n ALIFileOut* instance = new ALIFileOut(filename); // it will not reach here, only to avoid warning\r\n return *instance;\r\n }\r\n+-- dummy change --"},{"sha":"31bc83fcb19db29484cb5dd755675339c1191c86","filename":"Alignment/CocoaUtilities/src/ALIUtils.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaUtilities%2Fsrc%2FALIUtils.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaUtilities%2Fsrc%2FALIUtils.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaUtilities%2Fsrc%2FALIUtils.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -786,3 +786,4 @@ int ALIUtils::checkMatrixEquations(double angleX, double angleY, double angleZ,\n \r\n return matrixElemBad;\r\n }\r\n+-- dummy change --"},{"sha":"1f0421534e5f377c2e3e791cd862054f8f02f120","filename":"Alignment/CocoaUtilities/src/GlobalOptionMgr.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaUtilities%2Fsrc%2FGlobalOptionMgr.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCocoaUtilities%2Fsrc%2FGlobalOptionMgr.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCocoaUtilities%2Fsrc%2FGlobalOptionMgr.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -172,3 +172,4 @@ bool GlobalOptionMgr::setGlobalOption(const ALIstring gopt, const ALIdouble val,\n return false;\r\n }\r\n }\r\n+-- dummy change --"},{"sha":"622d7548bc7a742fb42c24603ec0bc2df6ae5175","filename":"Alignment/CommonAlignment/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -14,3 +14,4 @@\n \n \n \n+-- dummy change --"},{"sha":"bdc66b9a02ad3b391aff48cac6ff04c335fbaf00","filename":"Alignment/CommonAlignment/doc/CommonAlignment.doc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fdoc%2FCommonAlignment.doc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fdoc%2FCommonAlignment.doc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Fdoc%2FCommonAlignment.doc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -47,3 +47,4 @@ Last updated:\n @DATE@ Author: Frederic Ronga (CERN)\n */\n \n+-- dummy change --"},{"sha":"97003e8efcf43bd96976ee955a82f774310b1250","filename":"Alignment/CommonAlignment/interface/AlignTools.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignTools.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignTools.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Finterface%2FAlignTools.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -44,3 +44,4 @@ namespace align {\n } // namespace align\n \n #endif\n+-- dummy change --"},{"sha":"43f2227ad24050b654330fbbf83788a9e5a15470","filename":"Alignment/CommonAlignment/interface/Alignable.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignable.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignable.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Finterface%2FAlignable.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -264,3 +264,4 @@ class Alignable {\n };\n \n #endif\n+-- dummy change --"},{"sha":"77e4e4c8f5c4000ab895bc1856251749d32bf7de","filename":"Alignment/CommonAlignment/interface/AlignableBeamSpot.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignableBeamSpot.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignableBeamSpot.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Finterface%2FAlignableBeamSpot.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -97,3 +97,4 @@ class AlignableBeamSpot : public Alignable {\n };\n \n #endif // ALIGNABLE_BEAMSPOT_H\n+-- dummy change --"},{"sha":"84671925de2b510384e464e0e3864137047a2e49","filename":"Alignment/CommonAlignment/interface/AlignableComposite.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignableComposite.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignableComposite.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Finterface%2FAlignableComposite.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -121,3 +121,4 @@ class AlignableComposite : public Alignable {\n };\n \n #endif\n+-- dummy change --"},{"sha":"eebec1ccbf03093d8de01be4dee98547680cd72a","filename":"Alignment/CommonAlignment/interface/AlignableCompositeBuilder.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignableCompositeBuilder.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignableCompositeBuilder.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Finterface%2FAlignableCompositeBuilder.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -69,3 +69,4 @@ class AlignableCompositeBuilder {\n };\n \n #endif /* ALIGNMENT_COMMONALIGNMENT_INTERFACE_ALIGNABLECOMPOSITEBUILDER_H_ */\n+-- dummy change --"},{"sha":"628a7079db757e21e59d272f32c90ee9492412b2","filename":"Alignment/CommonAlignment/interface/AlignableDet.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignableDet.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignableDet.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Finterface%2FAlignableDet.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -48,3 +48,4 @@ class AlignableDet : public AlignableComposite {\n };\n \n #endif // ALIGNABLE_DET_H\n+-- dummy change --"},{"sha":"832bf04c70f985267dbe07c433cf5cb853a2df17","filename":"Alignment/CommonAlignment/interface/AlignableDetOrUnitPtr.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignableDetOrUnitPtr.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignableDetOrUnitPtr.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Finterface%2FAlignableDetOrUnitPtr.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -95,3 +95,4 @@ class AlignableDetOrUnitPtr {\n };\n \n #endif\n+-- dummy change --"},{"sha":"25c23edfb96b2949561deb986e01bae641e58891","filename":"Alignment/CommonAlignment/interface/AlignableDetUnit.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignableDetUnit.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignableDetUnit.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Finterface%2FAlignableDetUnit.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -97,3 +97,4 @@ class AlignableDetUnit : public Alignable {\n };\n \n #endif\n+-- dummy change --"},{"sha":"bc944e8257e4b3ce030cebc35fa510ba444f48a6","filename":"Alignment/CommonAlignment/interface/AlignableExtras.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignableExtras.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignableExtras.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Finterface%2FAlignableExtras.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -51,3 +51,4 @@ class AlignableExtras {\n };\n \n #endif //AlignableExtras_H\n+-- dummy change --"},{"sha":"acf0694f8a5c3b615e21cfcc0a82897552333023","filename":"Alignment/CommonAlignment/interface/AlignableIndexer.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignableIndexer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignableIndexer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Finterface%2FAlignableIndexer.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -49,3 +49,4 @@ class AlignableIndexer {\n };\n \n #endif\n+-- dummy change --"},{"sha":"85b7b896c75a62d8fa4007ae0d09df373fb7e648","filename":"Alignment/CommonAlignment/interface/AlignableMap.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignableMap.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignableMap.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Finterface%2FAlignableMap.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -47,3 +47,4 @@ class AlignableMap {\n };\n \n #endif\n+-- dummy change --"},{"sha":"472030ed214174b4b226af2d2884b8cffac42090","filename":"Alignment/CommonAlignment/interface/AlignableModifier.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignableModifier.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignableModifier.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Finterface%2FAlignableModifier.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -109,3 +109,4 @@ class AlignableModifier {\n };\n \n #endif //AlignableModifier_H\n+-- dummy change --"},{"sha":"f317417fdf639fe1e9a45fe4600b6149744761dd","filename":"Alignment/CommonAlignment/interface/AlignableNavigator.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignableNavigator.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignableNavigator.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Finterface%2FAlignableNavigator.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -68,3 +68,4 @@ class AlignableNavigator {\n };\n \n #endif\n+-- dummy change --"},{"sha":"54421d060189dccdfc7439f23c5eba5bc8f9d8d1","filename":"Alignment/CommonAlignment/interface/AlignableObjectId.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignableObjectId.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignableObjectId.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Finterface%2FAlignableObjectId.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -64,3 +64,4 @@ AlignableObjectId AlignableObjectId ::commonObjectIdProvider(const T* tracker, s\n }\n \n #endif\n+-- dummy change --"},{"sha":"ad7ae93c813ced74e74b694ae4e63564e0533e69","filename":"Alignment/CommonAlignment/interface/AlignableSurface.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignableSurface.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignableSurface.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Finterface%2FAlignableSurface.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -59,3 +59,4 @@ class AlignableSurface : public GloballyPositioned {\n };\n \n #endif\n+-- dummy change --"},{"sha":"0bd8d46957b7ba03844f6b6e361925851e9ea053","filename":"Alignment/CommonAlignment/interface/AlignmentLevel.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignmentLevel.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignmentLevel.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Finterface%2FAlignmentLevel.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -37,3 +37,4 @@ class AlignmentLevel {\n };\n \n #endif /* ALIGNMENT_COMMONALIGNMENT_INTERFACE_ALIGNMENTLEVEL_H_ */\n+-- dummy change --"},{"sha":"99b4606b1fc251127324826eb96f2f396bf2d09e","filename":"Alignment/CommonAlignment/interface/AlignmentParameters.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignmentParameters.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignmentParameters.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Finterface%2FAlignmentParameters.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -128,3 +128,4 @@ class AlignmentParameters {\n };\n \n #endif\n+-- dummy change --"},{"sha":"acc8fe0bf1153d974ad81a1fe243dc7445d07b52","filename":"Alignment/CommonAlignment/interface/AlignmentParametersData.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignmentParametersData.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignmentParametersData.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Finterface%2FAlignmentParametersData.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -52,3 +52,4 @@ class AlignmentParametersData : public ReferenceCounted {\n };\n \n #endif\n+-- dummy change --"},{"sha":"29269128307ae2af9ebf135ffb316499586b3d0a","filename":"Alignment/CommonAlignment/interface/AlignmentUserVariables.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignmentUserVariables.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FAlignmentUserVariables.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Finterface%2FAlignmentUserVariables.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -12,3 +12,4 @@ class AlignmentUserVariables {\n };\n \n #endif\n+-- dummy change --"},{"sha":"edcc3ea33938e832b6de6b34a0df589251d686cc","filename":"Alignment/CommonAlignment/interface/MisalignmentScenarioBuilder.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FMisalignmentScenarioBuilder.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FMisalignmentScenarioBuilder.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Finterface%2FMisalignmentScenarioBuilder.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -86,3 +86,4 @@ class MisalignmentScenarioBuilder {\n };\n \n #endif\n+-- dummy change --"},{"sha":"dd5f7ef108c6dea24dcad7ee94ac1d2dd0ad03ac","filename":"Alignment/CommonAlignment/interface/StructureType.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FStructureType.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FStructureType.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Finterface%2FStructureType.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -97,3 +97,4 @@ namespace align {\n }\n \n #endif\n+-- dummy change --"},{"sha":"a18c102f9013dea21ee2eb7963bcb634902e955a","filename":"Alignment/CommonAlignment/interface/SurveyDet.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FSurveyDet.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FSurveyDet.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Finterface%2FSurveyDet.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -66,3 +66,4 @@ const align::LocalPoints& SurveyDet::localPoints() const { return thePoints; }\n align::GlobalPoints SurveyDet::globalPoints() const { return theSurface.toGlobal(thePoints); }\n \n #endif\n+-- dummy change --"},{"sha":"a0169d19ce08864e2a6a61cf0cfb316e2d971e9b","filename":"Alignment/CommonAlignment/interface/SurveyResidual.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FSurveyResidual.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FSurveyResidual.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Finterface%2FSurveyResidual.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -75,3 +75,4 @@ class SurveyResidual {\n bool SurveyResidual::valid() const { return theMother != nullptr; }\n \n #endif\n+-- dummy change --"},{"sha":"ab34007f072df9e47df82a9e8f182da22e9e00af","filename":"Alignment/CommonAlignment/interface/Utilities.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FUtilities.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Finterface%2FUtilities.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Finterface%2FUtilities.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -64,3 +64,4 @@ namespace align {\n } // namespace align\n \n #endif\n+-- dummy change --"},{"sha":"e9dc186e1bcc9a0faf9bdbf0fbe7b717cd8b2452","filename":"Alignment/CommonAlignment/plugins/APVModeFilter.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fplugins%2FAPVModeFilter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fplugins%2FAPVModeFilter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Fplugins%2FAPVModeFilter.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -149,3 +149,4 @@ void APVModeFilter::fillDescriptions(edm::ConfigurationDescriptions& description\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(APVModeFilter);\n+-- dummy change --"},{"sha":"59d929f6fbc15b51962f43de8d5977bc7b448e79","filename":"Alignment/CommonAlignment/plugins/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fplugins%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fplugins%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Fplugins%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -5,3 +5,4 @@\n \n \n \n+-- dummy change --"},{"sha":"5073ace97648a31e7eb20c2584a1bb43473d329a","filename":"Alignment/CommonAlignment/plugins/FilterOutLowPt.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fplugins%2FFilterOutLowPt.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fplugins%2FFilterOutLowPt.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Fplugins%2FFilterOutLowPt.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -194,3 +194,4 @@ void FilterOutLowPt::fillDescriptions(edm::ConfigurationDescriptions& descriptio\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(FilterOutLowPt);\n+-- dummy change --"},{"sha":"624fe7dea9e641f99358627c06c44e28552206c8","filename":"Alignment/CommonAlignment/plugins/MagneticFieldFilter.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fplugins%2FMagneticFieldFilter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fplugins%2FMagneticFieldFilter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Fplugins%2FMagneticFieldFilter.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -111,3 +111,4 @@ void MagneticFieldFilter::fillDescriptions(edm::ConfigurationDescriptions& descr\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(MagneticFieldFilter);\n+-- dummy change --"},{"sha":"883f74e17d78b9aef89edc6c007628d00233788b","filename":"Alignment/CommonAlignment/python/tools/dataset.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fpython%2Ftools%2Fdataset.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fpython%2Ftools%2Fdataset.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Fpython%2Ftools%2Fdataset.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -276,3 +276,4 @@ def headercomment(self):\n validationfooter = \"\"\"\n ] )\n \"\"\"\n+-- dummy change --"},{"sha":"36832d01a6c2d84053e59035003d759df4ab3b16","filename":"Alignment/CommonAlignment/python/tools/trackselectionRefitting.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fpython%2Ftools%2FtrackselectionRefitting.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fpython%2Ftools%2FtrackselectionRefitting.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Fpython%2Ftools%2FtrackselectionRefitting.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -554,3 +554,4 @@ def _customSetattr(obj, attr, val):\n if isinstance(attr, tuple): attr = attr[0]\n setattr(obj, attr, val)\n \n+-- dummy change --"},{"sha":"933f93104fb61136243d82850b05f40c530b58b8","filename":"Alignment/CommonAlignment/python/tools/utilities.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fpython%2Ftools%2Futilities.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fpython%2Ftools%2Futilities.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Fpython%2Ftools%2Futilities.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -12,3 +12,4 @@ def newfunction(*args, **kwargs):\n return newfunction(*args, **kwargs)\n newfunction.__name__ = function.__name__\n return newfunction\n+-- dummy change --"},{"sha":"b9ebba859e14baa82f1da3da3706e8af873b821f","filename":"Alignment/CommonAlignment/scripts/aligncond_split_iov.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fscripts%2Faligncond_split_iov.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fscripts%2Faligncond_split_iov.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Fscripts%2Faligncond_split_iov.sh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -59,3 +59,4 @@ then\n echo \" >>> '${1}' is already a 'split' db file or contains only single-IOV tags.\"\n echo \" >>> The created db file '${2}' is therefore just a copy of '${1}'.\"\n fi\n+-- dummy change --"},{"sha":"b325ce33dc18a2a9b5d4a0f2a6c8947a3b7b77f5","filename":"Alignment/CommonAlignment/scripts/magneticFieldFilterJSON.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fscripts%2FmagneticFieldFilterJSON.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fscripts%2FmagneticFieldFilterJSON.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Fscripts%2FmagneticFieldFilterJSON.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -116,3 +116,4 @@ def main(argv = None):\n \n if __name__ == \"__main__\":\n main()\n+-- dummy change --"},{"sha":"dcbaca686db557d2ae0a9a2e5cac068b8f973d7c","filename":"Alignment/CommonAlignment/scripts/tkal_create_file_lists.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fscripts%2Ftkal_create_file_lists.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fscripts%2Ftkal_create_file_lists.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Fscripts%2Ftkal_create_file_lists.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1175,3 +1175,4 @@ def merge_strings(strings):\n main()\n except KeyboardInterrupt:\n pass\n+-- dummy change --"},{"sha":"22f04d200c19dce633b33ceada6fc2b3840d24f0","filename":"Alignment/CommonAlignment/scripts/writedatasetfile.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fscripts%2Fwritedatasetfile.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fscripts%2Fwritedatasetfile.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Fscripts%2Fwritedatasetfile.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -27,3 +27,4 @@\n dataset.writefilelist_hippy(firstrun=args.first_run, lastrun=args.last_run, runs=args.run, maxevents=args.max_events, eventsperjob=args.events_per_job, outputfile=args.hippy, usecache=not args.clear_cache)\n if args.validation:\n dataset.writefilelist_validation(firstrun=args.first_run, lastrun=args.last_run, runs=args.run, maxevents=args.max_events, outputfile=args.validation, usecache=not args.clear_cache)\n+-- dummy change --"},{"sha":"d5d1b145c9bbefaf269ee685fccb2228df1fb2a5","filename":"Alignment/CommonAlignment/src/AlignTools.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FAlignTools.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FAlignTools.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Fsrc%2FAlignTools.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -171,3 +171,4 @@ bool align::readModuleList(unsigned int aliId,\n \n return foundId;\n }\n+-- dummy change --"},{"sha":"72f704a47158b792e5fbfec8c38d81b151bbe781","filename":"Alignment/CommonAlignment/src/Alignable.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FAlignable.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FAlignable.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Fsrc%2FAlignable.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -296,3 +296,4 @@ void Alignable::recenterSurface() {\n const auto& currentPosition = this->globalPosition();\n theSurface.move(align::GlobalVector{-currentPosition.x(), -currentPosition.y(), -currentPosition.z()});\n }\n+-- dummy change --"},{"sha":"dcd7450ca0fa6f107bfba4298bf324348382e921","filename":"Alignment/CommonAlignment/src/AlignableBeamSpot.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FAlignableBeamSpot.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FAlignableBeamSpot.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Fsrc%2FAlignableBeamSpot.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -157,3 +157,4 @@ void AlignableBeamSpot::reset() {\n \n //______________________________________________________________________________\n const align::Alignables AlignableBeamSpot::emptyComponents_{};\n+-- dummy change --"},{"sha":"94cf21ca64fad3536287d6ef66f7db55e1db6499","filename":"Alignment/CommonAlignment/src/AlignableComposite.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FAlignableComposite.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FAlignableComposite.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Fsrc%2FAlignableComposite.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -293,3 +293,4 @@ int AlignableComposite::surfaceDeformationIdPairs(std::vector; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4778'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '222'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D6B8:28829C:561CAF:57DAAF:681230C0')] +{"sha":"b6db3e643d2bd16deee12590d1312a3addcd2d75","node_id":"C_kwDOF83__NoAKGI2ZGIzZTY0M2QyYmQxNmRlZWUxMjU5MGQxMzEyYTNhZGRjZDJkNzU","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"message":"Test commit with many files","tree":{"sha":"d8f8da26398eca77794c2a8409031a5ab8ac23df","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/d8f8da26398eca77794c2a8409031a5ab8ac23df"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/b6db3e643d2bd16deee12590d1312a3addcd2d75","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c83ecb127f70592a95b0544c2e7e2404c9d7e440","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c83ecb127f70592a95b0544c2e7e2404c9d7e440","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c83ecb127f70592a95b0544c2e7e2404c9d7e440"}],"stats":{"total":1506,"additions":1506,"deletions":0},"files":[{"sha":"a53c8c50ce7f2f77ba3d70cada9f91fc06198cb7","filename":"Alignment/CommonAlignment/src/AlignableDet.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FAlignableDet.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FAlignableDet.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Fsrc%2FAlignableDet.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -176,3 +176,4 @@ AlignmentErrorsExtended* AlignableDet::alignmentErrors(void) const {\n \n return m_alignmentErrors;\n }\n+-- dummy change --"},{"sha":"e5ee1ec2ad8c1bda357cbb5d38bb6b21e1e81f89","filename":"Alignment/CommonAlignment/src/AlignableDetOrUnitPtr.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FAlignableDetOrUnitPtr.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FAlignableDetOrUnitPtr.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Fsrc%2FAlignableDetOrUnitPtr.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -47,3 +47,4 @@ const AlignmentPositionError* AlignableDetOrUnitPtr::alignmentPositionError() co\n else\n return nullptr;\n }\n+-- dummy change --"},{"sha":"fd48feb3d3ed043493e3b884c85c3731a7f6b9c1","filename":"Alignment/CommonAlignment/src/AlignableDetUnit.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FAlignableDetUnit.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FAlignableDetUnit.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Fsrc%2FAlignableDetUnit.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -276,3 +276,4 @@ void AlignableDetUnit::restoreCachedTransformation(const align::RunNumber& run)\n \n //______________________________________________________________________________\n const align::Alignables AlignableDetUnit::emptyComponents_{};\n+-- dummy change --"},{"sha":"30f74d79032646c5644bf550d1fc40e05a95a602","filename":"Alignment/CommonAlignment/src/AlignableExtras.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FAlignableExtras.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FAlignableExtras.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Fsrc%2FAlignableExtras.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -96,3 +96,4 @@ void AlignableExtras::resetBeamSpot() {\n << \"AlignableBeamSpot not available. Cannot reset!\" << std::endl;\n }\n }\n+-- dummy change --"},{"sha":"65d90a4bcb08f4410419560337b9f4c4ca932bd2","filename":"Alignment/CommonAlignment/src/AlignableIndexer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FAlignableIndexer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FAlignableIndexer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Fsrc%2FAlignableIndexer.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -14,3 +14,4 @@ Counter AlignableIndexer::get(StructureType type, const AlignableObjectId& align\n \n return n->second;\n }\n+-- dummy change --"},{"sha":"4b95a5413cb127117801b6837fb59a7fd00d2e64","filename":"Alignment/CommonAlignment/src/AlignableMap.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FAlignableMap.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FAlignableMap.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Fsrc%2FAlignableMap.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -30,3 +30,4 @@ void AlignableMap::dump(void) const {\n edm::LogVerbatim(\"AlignableMap\") << it->first << std::endl;\n }\n }\n+-- dummy change --"},{"sha":"8535d540d861326997b894701026ba5c7fb61684","filename":"Alignment/CommonAlignment/src/AlignableModifier.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FAlignableModifier.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FAlignableModifier.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Fsrc%2FAlignableModifier.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -622,3 +622,4 @@ void AlignableModifier::addAlignmentPositionErrorFromLocalRotation(Alignable* al\n // true: propagate down to components\n alignable->addAlignmentPositionErrorFromLocalRotation(rotation, true);\n }\n+-- dummy change --"},{"sha":"8498443c82f97dcb73b0d290c8dbd125542a362f","filename":"Alignment/CommonAlignment/src/AlignableNavigator.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FAlignableNavigator.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FAlignableNavigator.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Fsrc%2FAlignableNavigator.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -199,3 +199,4 @@ bool AlignableNavigator::detAndSubdetInMap(const DetId& detid) const {\n }\n return false;\n }\n+-- dummy change --"},{"sha":"b09bb890b3d04a052c1089f00d9a6f0e8a0e4fe2","filename":"Alignment/CommonAlignment/src/AlignableObjectId.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FAlignableObjectId.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FAlignableObjectId.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Fsrc%2FAlignableObjectId.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -337,3 +337,4 @@ AlignableObjectId AlignableObjectId ::commonObjectIdProvider(const AlignableObje\n const AlignableObjectId &second) {\n return AlignableObjectId{commonGeometry(first.geometry(), second.geometry())};\n }\n+-- dummy change --"},{"sha":"8638694eac4729c828bad88c90f4fd5599aa5280","filename":"Alignment/CommonAlignment/src/AlignableSurface.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FAlignableSurface.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FAlignableSurface.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Fsrc%2FAlignableSurface.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -37,3 +37,4 @@ RotationType AlignableSurface::toLocal(const RotationType& rot) const {\n }\n \n EulerAngles AlignableSurface::toLocal(const EulerAngles& angles) const { return toAngles(toLocal(toMatrix(angles))); }\n+-- dummy change --"},{"sha":"706b15e3043ef200997089769f24c94f44abc12b","filename":"Alignment/CommonAlignment/src/AlignmentParameters.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FAlignmentParameters.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FAlignmentParameters.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Fsrc%2FAlignmentParameters.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -232,3 +232,4 @@ AlgebraicVector AlignmentParameters::expandVector(const AlgebraicVector& m, cons\n result[rowvec[i]] = m[i];\n return result;\n }\n+-- dummy change --"},{"sha":"bfedababe0ba4a22296b0eb78a6c9187c9a2eada","filename":"Alignment/CommonAlignment/src/AlignmentParametersData.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FAlignmentParametersData.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FAlignmentParametersData.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Fsrc%2FAlignmentParametersData.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -56,3 +56,4 @@ void AlignmentParametersData::checkConsistency(void) const {\n << \", covariance size = \" << covSize << \", selector size = \" << selectorSize\n << \".\";\n }\n+-- dummy change --"},{"sha":"8db6f0a4248be7a045a06fbcecaef64160fedb6e","filename":"Alignment/CommonAlignment/src/MisalignmentScenarioBuilder.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FMisalignmentScenarioBuilder.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FMisalignmentScenarioBuilder.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Fsrc%2FMisalignmentScenarioBuilder.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -355,3 +355,4 @@ const std::string MisalignmentScenarioBuilder::rootName_(const std::string& para\n \n return result;\n }\n+-- dummy change --"},{"sha":"b76a5da3ac9afb894981768effe1526998a1bf14","filename":"Alignment/CommonAlignment/src/SurveyDet.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FSurveyDet.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FSurveyDet.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Fsrc%2FSurveyDet.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -46,3 +46,4 @@ AlgebraicMatrix SurveyDet::derivatives(unsigned int index) const {\n \n return jac;\n }\n+-- dummy change --"},{"sha":"57012f44bf1e8ca8a31b71cdb4b89c3edc4cf620","filename":"Alignment/CommonAlignment/src/SurveyResidual.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FSurveyResidual.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FSurveyResidual.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Fsrc%2FSurveyResidual.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -329,3 +329,4 @@ void SurveyResidual::calculate(const Alignable& ali) {\n \n // return dPdp;\n // }\n+-- dummy change --"},{"sha":"ef6940cb8e704753bafd46d01dbc847bb735b32d","filename":"Alignment/CommonAlignment/src/Utilities.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FUtilities.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Fsrc%2FUtilities.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Fsrc%2FUtilities.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -246,3 +246,4 @@ align::RunRanges align::makeUniqueRunRanges(const edm::VParameterSet& runRanges,\n }\n return uniqueRunRanges;\n }\n+-- dummy change --"},{"sha":"5a47eb6d79a77a474869c6b72de5778e51077090","filename":"Alignment/CommonAlignment/test/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Ftest%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Ftest%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Ftest%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -2,3 +2,4 @@\n \n \n \n+-- dummy change --"},{"sha":"51f1efbb764e4541f669ab6ac27d77b3465cd90a","filename":"Alignment/CommonAlignment/test/test_AlignableObjectId.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Ftest%2Ftest_AlignableObjectId.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignment%2Ftest%2Ftest_AlignableObjectId.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignment%2Ftest%2Ftest_AlignableObjectId.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -124,3 +124,4 @@ int main(int argc, char** argv) {\n assert(!strcmp(alignableObjectId.idToString(align::BeamSpot), \"BeamSpot\"));\n // assert(notfound== alignableObjectId.stringToId(0));\n }\n+-- dummy change --"},{"sha":"774993e9f9f6070097cfb501670dbd42faf3c303","filename":"Alignment/CommonAlignmentAlgorithm/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -16,3 +16,4 @@\n \n \n \n+-- dummy change --"},{"sha":"18f1ac0c20c9de21b6dc550399d1bad63ae7fba6","filename":"Alignment/CommonAlignmentAlgorithm/interface/AlignableData.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignableData.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignableData.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignableData.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -48,3 +48,4 @@ typedef std::vector AlignablePositions;\n typedef std::vector AlignableShifts;\n \n #endif\n+-- dummy change --"},{"sha":"8959e5af47aab08a23276a6eb67a4c31d38853e5","filename":"Alignment/CommonAlignmentAlgorithm/interface/AlignableDataIO.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignableDataIO.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignableDataIO.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignableDataIO.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -78,3 +78,4 @@ class AlignableDataIO {\n };\n \n #endif\n+-- dummy change --"},{"sha":"38551c4c735d9fb5e787b1010d34c4e7a102e4fa","filename":"Alignment/CommonAlignmentAlgorithm/interface/AlignableDataIORoot.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignableDataIORoot.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignableDataIORoot.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignableDataIORoot.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -58,3 +58,4 @@ class AlignableDataIORoot : public AlignmentIORootBase, public AlignableDataIO {\n };\n \n #endif\n+-- dummy change --"},{"sha":"0ea2e0c4a95db5594dbf13b8ca77b7f61d29a790","filename":"Alignment/CommonAlignmentAlgorithm/interface/AlignmentAlgorithmBase.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignmentAlgorithmBase.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignmentAlgorithmBase.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignmentAlgorithmBase.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -182,3 +182,4 @@ typedef AlignmentAlgorithmBase::EventInfo EventInfo;\n typedef AlignmentAlgorithmBase::EndRunInfo EndRunInfo;\n \n #endif\n+-- dummy change --"},{"sha":"57381d60b884741781b799bdfb9e828db655bda7","filename":"Alignment/CommonAlignmentAlgorithm/interface/AlignmentAlgorithmPluginFactory.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignmentAlgorithmPluginFactory.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignmentAlgorithmPluginFactory.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignmentAlgorithmPluginFactory.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -14,3 +14,4 @@ typedef edmplugin::PluginFactory\n bool AlignmentParameterSelector::insideRanges(int value, const std::vector &ranges, bool isPhi) const;\n \n #endif\n+-- dummy change --"},{"sha":"ceef67e69d56901f1b9f4278806afc2a962999f2","filename":"Alignment/CommonAlignmentAlgorithm/interface/AlignmentParameterStore.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignmentParameterStore.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignmentParameterStore.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignmentParameterStore.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -165,3 +165,4 @@ class AlignmentParameterStore {\n };\n \n #endif\n+-- dummy change --"},{"sha":"7debdbe51afa261ccbaa8fbc89204920a4724afa","filename":"Alignment/CommonAlignmentAlgorithm/interface/AlignmentParametersIO.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignmentParametersIO.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignmentParametersIO.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignmentParametersIO.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -41,3 +41,4 @@ class AlignmentParametersIO {\n };\n \n #endif\n+-- dummy change --"},{"sha":"66e43c0f8bce4ea378333262e89c9157761c5ba3","filename":"Alignment/CommonAlignmentAlgorithm/interface/AlignmentParametersIORoot.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignmentParametersIORoot.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignmentParametersIORoot.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignmentParametersIORoot.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -55,3 +55,4 @@ class AlignmentParametersIORoot : public AlignmentIORootBase, public AlignmentPa\n };\n \n #endif\n+-- dummy change --"},{"sha":"b87451b6e7a0c078a1c9ed732d7997763e40912f","filename":"Alignment/CommonAlignmentAlgorithm/interface/AlignmentUserVariablesIO.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignmentUserVariablesIO.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignmentUserVariablesIO.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignmentUserVariablesIO.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -39,3 +39,4 @@ class AlignmentUserVariablesIO {\n };\n \n #endif\n+-- dummy change --"},{"sha":"ba69f6ba3a619cdc279d7ff12068ac8f10f57cf7","filename":"Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationBase.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FIntegratedCalibrationBase.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FIntegratedCalibrationBase.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FIntegratedCalibrationBase.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -130,3 +130,4 @@ class IntegratedCalibrationBase {\n };\n \n #endif\n+-- dummy change --"},{"sha":"e8db57a82fd5532ec0618a5aff89598a114c9fc4","filename":"Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationPluginFactory.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FIntegratedCalibrationPluginFactory.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FIntegratedCalibrationPluginFactory.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FIntegratedCalibrationPluginFactory.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -17,3 +17,4 @@ typedef edmplugin::PluginFactory\n \n \n+-- dummy change --"},{"sha":"043841e5ea542fee93d8093a7b8694ead662d7f2","filename":"Alignment/CommonAlignmentAlgorithm/plugins/SiPixelLorentzAngleCalibration.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fplugins%2FSiPixelLorentzAngleCalibration.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fplugins%2FSiPixelLorentzAngleCalibration.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Fplugins%2FSiPixelLorentzAngleCalibration.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -483,3 +483,4 @@ SiPixelLorentzAngle SiPixelLorentzAngleCalibration::createFromTree(const char *f\n #include \"Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationPluginFactory.h\"\n \n DEFINE_EDM_PLUGIN(IntegratedCalibrationPluginFactory, SiPixelLorentzAngleCalibration, \"SiPixelLorentzAngleCalibration\");\n+-- dummy change --"},{"sha":"a5791975bd937c1d025db945dde42f88e9241ad9","filename":"Alignment/CommonAlignmentAlgorithm/plugins/SiStripBackplaneCalibration.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fplugins%2FSiStripBackplaneCalibration.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fplugins%2FSiStripBackplaneCalibration.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Fplugins%2FSiStripBackplaneCalibration.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -552,3 +552,4 @@ SiStripBackPlaneCorrection *SiStripBackplaneCalibration::createFromTree(const ch\n #include \"Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationPluginFactory.h\"\n \n DEFINE_EDM_PLUGIN(IntegratedCalibrationPluginFactory, SiStripBackplaneCalibration, \"SiStripBackplaneCalibration\");\n+-- dummy change --"},{"sha":"52ff6bb995d70e1494c45446e12934bcedf9bad1","filename":"Alignment/CommonAlignmentAlgorithm/plugins/SiStripLorentzAngleCalibration.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fplugins%2FSiStripLorentzAngleCalibration.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fplugins%2FSiStripLorentzAngleCalibration.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Fplugins%2FSiStripLorentzAngleCalibration.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -545,3 +545,4 @@ SiStripLorentzAngle SiStripLorentzAngleCalibration::createFromTree(const char *f\n #include \"Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationPluginFactory.h\"\n \n DEFINE_EDM_PLUGIN(IntegratedCalibrationPluginFactory, SiStripLorentzAngleCalibration, \"SiStripLorentzAngleCalibration\");\n+-- dummy change --"},{"sha":"1048c2967d8fc4164842093e4c96cf3bbe3ad72c","filename":"Alignment/CommonAlignmentAlgorithm/plugins/SiStripReadoutModeEnums.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fplugins%2FSiStripReadoutModeEnums.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fplugins%2FSiStripReadoutModeEnums.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Fplugins%2FSiStripReadoutModeEnums.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -6,3 +6,4 @@\n enum { kDeconvolutionMode = 0, kPeakMode = 1 };\n \n #endif\n+-- dummy change --"},{"sha":"00e7504f3048c1de4fd6368d4b4b145028fdd820","filename":"Alignment/CommonAlignmentAlgorithm/plugins/TreeStruct.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fplugins%2FTreeStruct.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fplugins%2FTreeStruct.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Fplugins%2FTreeStruct.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -17,3 +17,4 @@ struct TreeStruct {\n };\n \n #endif\n+-- dummy change --"},{"sha":"d12434fd374b647b5bae8605893a959ad4c8522d","filename":"Alignment/CommonAlignmentAlgorithm/python/AlignmentParameterStore_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fpython%2FAlignmentParameterStore_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fpython%2FAlignmentParameterStore_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Fpython%2FAlignmentParameterStore_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -12,3 +12,4 @@\n )\n )\n \n+-- dummy change --"},{"sha":"9536e50e47b04686450ff13821528ca2592ee2ec","filename":"Alignment/CommonAlignmentAlgorithm/python/ApeSettingAlgorithm_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fpython%2FApeSettingAlgorithm_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fpython%2FApeSettingAlgorithm_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Fpython%2FApeSettingAlgorithm_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -31,3 +31,4 @@\n # Also note:\n # process.AlignmentProducer.saveApeToDB -- to save as an sqlite file\n # and associated entries in _cfg.py\n+-- dummy change --"},{"sha":"77965612d5e5121f4cfa98fd146dbfd6cdb57afe","filename":"Alignment/CommonAlignmentAlgorithm/python/SiPixelLorentzAngleCalibration_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fpython%2FSiPixelLorentzAngleCalibration_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fpython%2FSiPixelLorentzAngleCalibration_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Fpython%2FSiPixelLorentzAngleCalibration_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -22,3 +22,4 @@\n # one directly uses the unlabelled version, i.e. \"\"\n lorentzAngleLabel = cms.string(\"fromAlignment\"),\n )\n+-- dummy change --"},{"sha":"eda155646e6006aabca95d25454d7ef5b2b4d5e2","filename":"Alignment/CommonAlignmentAlgorithm/python/SiStripBackplaneCalibration_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fpython%2FSiStripBackplaneCalibration_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fpython%2FSiStripBackplaneCalibration_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Fpython%2FSiStripBackplaneCalibration_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -17,3 +17,4 @@\n # Configuration of the granularity for the backplane correction determination\n BackplaneModuleGroups = cms.PSet(),\n )\n+-- dummy change --"},{"sha":"96364450adb03e8ffb2770816e0537ec93634dbf","filename":"Alignment/CommonAlignmentAlgorithm/python/SiStripLorentzAngleCalibration_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fpython%2FSiStripLorentzAngleCalibration_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fpython%2FSiStripLorentzAngleCalibration_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Fpython%2FSiStripLorentzAngleCalibration_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -22,3 +22,4 @@\n readoutMode = 'deconvolution',\n recordNameDBwrite = cms.string('SiStripLorentzAngleRcd_deco'),\n )\n+-- dummy change --"},{"sha":"52db742242891d913317dcaebee10702ff344381","filename":"Alignment/CommonAlignmentAlgorithm/src/AlignableDataIO.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FAlignableDataIO.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FAlignableDataIO.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FAlignableDataIO.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -154,3 +154,4 @@ AlignableShifts AlignableDataIO::readRelPos(const align::Alignables& alivec, int\n \n return retvec;\n }\n+-- dummy change --"},{"sha":"3e2fccd974bb1c0120109a113562115c8d723b44","filename":"Alignment/CommonAlignmentAlgorithm/src/AlignableDataIORoot.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FAlignableDataIORoot.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FAlignableDataIORoot.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FAlignableDataIORoot.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -183,3 +183,4 @@ AlignableRelData AlignableDataIORoot::readRelRaw(Alignable* ali, int& ierr) {\n \n return AlignableRelData(pos, rot, id, typeId, deformPars);\n }\n+-- dummy change --"},{"sha":"84839aaddb2742b815cdde70b8d49bb2e1e4e7f0","filename":"Alignment/CommonAlignmentAlgorithm/src/AlignmentAlgorithmPluginFactory.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FAlignmentAlgorithmPluginFactory.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FAlignmentAlgorithmPluginFactory.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FAlignmentAlgorithmPluginFactory.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -7,3 +7,4 @@\n // #include \"FWCore/ParameterSet/interface/ParameterSet.h\"\n \n EDM_REGISTER_PLUGINFACTORY(AlignmentAlgorithmPluginFactory, \"AlignmentAlgorithmPluginFactory\");\n+-- dummy change --"},{"sha":"862a820ff665101c76dced99c4939e1776d58093","filename":"Alignment/CommonAlignmentAlgorithm/src/AlignmentCorrelationsIORoot.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FAlignmentCorrelationsIORoot.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FAlignmentCorrelationsIORoot.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FAlignmentCorrelationsIORoot.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -106,3 +106,4 @@ align::Correlations AlignmentCorrelationsIORoot::read(const align::Alignables& a\n ierr = 0;\n return theMap;\n }\n+-- dummy change --"},{"sha":"a1d4239db8435442b2f33a683937690dbb102d27","filename":"Alignment/CommonAlignmentAlgorithm/src/AlignmentCorrelationsStore.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FAlignmentCorrelationsStore.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FAlignmentCorrelationsStore.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FAlignmentCorrelationsStore.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -195,3 +195,4 @@ void AlignmentCorrelationsStore::readFromCovarianceT(\n for (int jCol = 0; jCol < nCol; ++jCol)\n entry[iRow][jCol] = cov[row + jCol][col + iRow];\n }\n+-- dummy change --"},{"sha":"9e7cb4ea807fcd9822b2c48059cac2fc0ea32608","filename":"Alignment/CommonAlignmentAlgorithm/src/AlignmentExtendedCorrelationsEntry.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FAlignmentExtendedCorrelationsEntry.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FAlignmentExtendedCorrelationsEntry.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FAlignmentExtendedCorrelationsEntry.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -49,3 +49,4 @@ AlgebraicMatrix AlignmentExtendedCorrelationsEntry::matrix(void) const {\n \n return result;\n }\n+-- dummy change --"},{"sha":"95d70a837a4fb54bb21e7d8dd80ca089e3932762","filename":"Alignment/CommonAlignmentAlgorithm/src/AlignmentExtendedCorrelationsStore.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FAlignmentExtendedCorrelationsStore.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FAlignmentExtendedCorrelationsStore.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FAlignmentExtendedCorrelationsStore.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -307,3 +307,4 @@ void AlignmentExtendedCorrelationsStore::resizeCorruptCorrelations(ExtendedCorre\n entry *= 1. - (maxCorr - theCut) / (1. - theCut) * (1. - theWeight);\n }\n }\n+-- dummy change --"},{"sha":"dfdb8f5c77dd1a584f2900350a6eb8e7daa321c5","filename":"Alignment/CommonAlignmentAlgorithm/src/AlignmentIORoot.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FAlignmentIORoot.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FAlignmentIORoot.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FAlignmentIORoot.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -306,3 +306,4 @@ AlignableShifts AlignmentIORoot::readAlignableRelativePositions(const align::Ali\n \n return result;\n }\n+-- dummy change --"},{"sha":"96e71fb9e58aed1604c55e8a4d6f3cad7c308caf","filename":"Alignment/CommonAlignmentAlgorithm/src/AlignmentIORootBase.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FAlignmentIORootBase.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FAlignmentIORootBase.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FAlignmentIORootBase.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -127,3 +127,4 @@ int AlignmentIORootBase::testFile(const char* filename, const TString& tname) {\n // create tree name from stub+iteration\n \n TString AlignmentIORootBase::treeName(int iter, const TString& tname) { return TString(tname + Form(\"_%i\", iter)); }\n+-- dummy change --"},{"sha":"0137a70e2f1a4e6e21c2285b4ee4ef02fa64a9b3","filename":"Alignment/CommonAlignmentAlgorithm/src/AlignmentParameterBuilder.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FAlignmentParameterBuilder.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FAlignmentParameterBuilder.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FAlignmentParameterBuilder.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -206,3 +206,4 @@ bool AlignmentParameterBuilder::addFullParamSel(AlignmentParameters *aliParams,\n \n return true;\n }\n+-- dummy change --"},{"sha":"342b6af15e5c8f819072377e55663d9d610c147d","filename":"Alignment/CommonAlignmentAlgorithm/src/AlignmentParameterSelector.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FAlignmentParameterSelector.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FAlignmentParameterSelector.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FAlignmentParameterSelector.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -917,3 +917,4 @@ unsigned int AlignmentParameterSelector::addAllAlignables(const std::vector AlignmentUserVariablesIO::read(const align:\n << \"Read variables all,read,valid: \" << alivec.size() << \",\" << icount << \",\" << icount2;\n return retvec;\n }\n+-- dummy change --"},{"sha":"ced607a7239c52c0ae7f941bd51296f2c0b7316b","filename":"Alignment/CommonAlignmentAlgorithm/src/IntegratedCalibrationBase.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FIntegratedCalibrationBase.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FIntegratedCalibrationBase.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FIntegratedCalibrationBase.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -41,3 +41,4 @@ std::vector IntegratedCalibrationBase::deriva\n \n return result;\n }\n+-- dummy change --"},{"sha":"85d24f499a05bcaa25fc058fa6f1196253c64620","filename":"Alignment/CommonAlignmentAlgorithm/src/IntegratedCalibrationPluginFactory.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FIntegratedCalibrationPluginFactory.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FIntegratedCalibrationPluginFactory.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FIntegratedCalibrationPluginFactory.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -10,3 +10,4 @@\n #include \"Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationPluginFactory.h\"\n \n EDM_REGISTER_PLUGINFACTORY(IntegratedCalibrationPluginFactory, \"IntegratedCalibrationPluginFactory\");\n+-- dummy change --"},{"sha":"8632207817409d04afb4e0cac83eb4d853e9ca13","filename":"Alignment/CommonAlignmentAlgorithm/src/TkModuleGroupSelector.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FTkModuleGroupSelector.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FTkModuleGroupSelector.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Fsrc%2FTkModuleGroupSelector.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -267,3 +267,4 @@ int TkModuleGroupSelector::getParameterIndexFromDetId(unsigned int detId, edm::R\n }\n return index;\n }\n+-- dummy change --"},{"sha":"86861ca06f12274c334b370d4bc09c628d2cac11","filename":"Alignment/CommonAlignmentAlgorithm/test/ShortLocalInput.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Ftest%2FShortLocalInput.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Ftest%2FShortLocalInput.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Ftest%2FShortLocalInput.txt?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -28,3 +28,4 @@\n 470444268 0.1 0.2 0.3\n 470444272 0.1 0.2 0.3\n 470444276 0.1 0.2 0.3\n+-- dummy change --"},{"sha":"83624ca417d1a9f13d07f7def19972919f9034f8","filename":"Alignment/CommonAlignmentAlgorithm/test/apeLocalSetting_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Ftest%2FapeLocalSetting_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Ftest%2FapeLocalSetting_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Ftest%2FapeLocalSetting_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -104,3 +104,4 @@\n #process.TrackRefitter.TrajectoryInEvent = True\n \n \n+-- dummy change --"},{"sha":"c89feccc512c5df0110dc81dce829ef43bd87cf2","filename":"Alignment/CommonAlignmentAlgorithm/test/apeSetting_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Ftest%2FapeSetting_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Ftest%2FapeSetting_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Ftest%2FapeSetting_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -94,3 +94,4 @@\n #process.TrackRefitter.TrajectoryInEvent = True\n \n \n+-- dummy change --"},{"sha":"9ed98f7b5d4c079804b56edf48b862c09e87a6c2","filename":"Alignment/CommonAlignmentAlgorithm/test/dbextract","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Ftest%2Fdbextract","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentAlgorithm%2Ftest%2Fdbextract","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Ftest%2Fdbextract?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1,3 +1,4 @@\n .separator \" \"\n select DM_RAWID,DI0,DI1,DI2,DI3,DI4,DI5 from ALIGNME_M_ALIGNERROR order by DM_RAWID;\n .q\n+-- dummy change --"},{"sha":"4c7ee0faeb03ceff67fee0ed175f8b9647c9b60f","filename":"Alignment/CommonAlignmentMonitor/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentMonitor%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentMonitor%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentMonitor%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -8,3 +8,4 @@\n \n \n \n+-- dummy change --"},{"sha":"a6bd96a2f62f2bca44dd2f3fd75c4011f771b654","filename":"Alignment/CommonAlignmentMonitor/doc/CommonAlignmentMonitor.doc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentMonitor%2Fdoc%2FCommonAlignmentMonitor.doc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentMonitor%2Fdoc%2FCommonAlignmentMonitor.doc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentMonitor%2Fdoc%2FCommonAlignmentMonitor.doc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -50,3 +50,4 @@ Last updated:\n @DATE@ Author: computer-generated.\n */\n \n+-- dummy change --"},{"sha":"d2889273b90598e72f2dd3a6ac2195750b7b55c2","filename":"Alignment/CommonAlignmentMonitor/interface/AlignmentMonitorBase.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentMonitor%2Finterface%2FAlignmentMonitorBase.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentMonitor%2Finterface%2FAlignmentMonitorBase.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentMonitor%2Finterface%2FAlignmentMonitorBase.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -136,3 +136,4 @@ class AlignmentMonitorBase {\n using AlignmentMonitors = std::vector >;\n \n #endif\n+-- dummy change --"},{"sha":"d06b7afe13ac35d90f50b1ebdc346eae6112d7f6","filename":"Alignment/CommonAlignmentMonitor/interface/AlignmentMonitorPluginFactory.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentMonitor%2Finterface%2FAlignmentMonitorPluginFactory.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentMonitor%2Finterface%2FAlignmentMonitorPluginFactory.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentMonitor%2Finterface%2FAlignmentMonitorPluginFactory.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -54,3 +54,4 @@ typedef edmplugin::PluginFactory\n \n \n+-- dummy change --"},{"sha":"8392c79bd778a4a97f6ea7d50ec14293667229c1","filename":"Alignment/CommonAlignmentMonitor/plugins/TrackerToMuonPropagator.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentMonitor%2Fplugins%2FTrackerToMuonPropagator.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentMonitor%2Fplugins%2FTrackerToMuonPropagator.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentMonitor%2Fplugins%2FTrackerToMuonPropagator.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -271,3 +271,4 @@ void TrackerToMuonPropagator::produce(edm::Event& iEvent, const edm::EventSetup&\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(TrackerToMuonPropagator);\n+-- dummy change --"},{"sha":"c20f1d491018a12c5c75c4d84c1f89e83e0b64b4","filename":"Alignment/CommonAlignmentMonitor/python/AlignmentMonitorMuonResidualsDefaults_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentMonitor%2Fpython%2FAlignmentMonitorMuonResidualsDefaults_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentMonitor%2Fpython%2FAlignmentMonitorMuonResidualsDefaults_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentMonitor%2Fpython%2FAlignmentMonitorMuonResidualsDefaults_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -11,3 +11,4 @@\n ystdev_bins = cms.uint32(300), ystdev_low = cms.double(0.0), ystdev_high = cms.double(30.0),\n yerronmean_bins = cms.uint32(300), yerronmean_low = cms.double(0.0), yerronmean_high = cms.double(1.0),\n )\n+-- dummy change --"},{"sha":"1182f8b8f28c076f11a1a148d75aab5a9e21b863","filename":"Alignment/CommonAlignmentMonitor/python/AlignmentMonitorMuonSystemMap1D_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentMonitor%2Fpython%2FAlignmentMonitorMuonSystemMap1D_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentMonitor%2Fpython%2FAlignmentMonitorMuonSystemMap1D_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentMonitor%2Fpython%2FAlignmentMonitorMuonSystemMap1D_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -20,3 +20,4 @@\n useStubPosition = cms.bool(False),\n createNtuple = cms.bool(False)\n )\n+-- dummy change --"},{"sha":"2c807b43e326969874d30bad8635e3c2406207c8","filename":"Alignment/CommonAlignmentMonitor/python/AlignmentMonitorMuonVsCurvature_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentMonitor%2Fpython%2FAlignmentMonitorMuonVsCurvature_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentMonitor%2Fpython%2FAlignmentMonitorMuonVsCurvature_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentMonitor%2Fpython%2FAlignmentMonitorMuonVsCurvature_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -18,3 +18,4 @@\n doDT = cms.bool(True),\n doCSC = cms.bool(True)\n )\n+-- dummy change --"},{"sha":"8a888b171f0128f79169ac3fb6f1930399a42fef","filename":"Alignment/CommonAlignmentMonitor/python/AlignmentMonitorSegmentDifferences_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentMonitor%2Fpython%2FAlignmentMonitorSegmentDifferences_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentMonitor%2Fpython%2FAlignmentMonitorSegmentDifferences_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentMonitor%2Fpython%2FAlignmentMonitorSegmentDifferences_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -16,3 +16,4 @@\n doDT = cms.bool(True),\n doCSC = cms.bool(True)\n )\n+-- dummy change --"},{"sha":"a4be620c3ec66dba90d872aa4b523718cdaf3c51","filename":"Alignment/CommonAlignmentMonitor/python/AlignmentStats_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentMonitor%2Fpython%2FAlignmentStats_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentMonitor%2Fpython%2FAlignmentStats_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentMonitor%2Fpython%2FAlignmentStats_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1,2 +1,3 @@\n import FWCore.ParameterSet.Config as cms\n from Alignment.CommonAlignmentMonitor.AlignmentStats_cfi import *\n+-- dummy change --"},{"sha":"717b5313ec3d75f969bdc9e68efebd2786c5eb36","filename":"Alignment/CommonAlignmentMonitor/src/AlignmentMonitorBase.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentMonitor%2Fsrc%2FAlignmentMonitorBase.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentMonitor%2Fsrc%2FAlignmentMonitorBase.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentMonitor%2Fsrc%2FAlignmentMonitorBase.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -139,3 +139,4 @@ TH2F *AlignmentMonitorBase::book2D(std::string dir,\n double highY) {\n return directory(dir)->make(name.c_str(), title.c_str(), nchX, lowX, highX, nchY, lowY, highY);\n }\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75?per_page=100&page=5 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:16:33 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"b37ec9e5a9f8cf0aa41315f3182fbb7d1b2cb7d57176bc5cf98d348717b9e780"'), ('Last-Modified', 'Wed, 30 Apr 2025 14:08:46 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4777'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '223'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D6C4:1578F3:584F52:5A0D6D:681230C1')] +{"sha":"b6db3e643d2bd16deee12590d1312a3addcd2d75","node_id":"C_kwDOF83__NoAKGI2ZGIzZTY0M2QyYmQxNmRlZWUxMjU5MGQxMzEyYTNhZGRjZDJkNzU","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"message":"Test commit with many files","tree":{"sha":"d8f8da26398eca77794c2a8409031a5ab8ac23df","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/d8f8da26398eca77794c2a8409031a5ab8ac23df"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/b6db3e643d2bd16deee12590d1312a3addcd2d75","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c83ecb127f70592a95b0544c2e7e2404c9d7e440","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c83ecb127f70592a95b0544c2e7e2404c9d7e440","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c83ecb127f70592a95b0544c2e7e2404c9d7e440"}],"stats":{"total":1506,"additions":1506,"deletions":0},"files":[{"sha":"8d849d17be134ab60965613d900f526d9f07923b","filename":"Alignment/CommonAlignmentMonitor/src/AlignmentMonitorPluginFactory.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentMonitor%2Fsrc%2FAlignmentMonitorPluginFactory.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentMonitor%2Fsrc%2FAlignmentMonitorPluginFactory.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentMonitor%2Fsrc%2FAlignmentMonitorPluginFactory.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -49,3 +49,4 @@ EDM_REGISTER_PLUGINFACTORY(AlignmentMonitorPluginFactory, \"AlignmentMonitorPlugi\n // AlignmentMonitorPluginFactory::getMonitor(std::string name, const edm::ParameterSet& config) {\n // return theInstance.create(name, config);\n // }\n+-- dummy change --"},{"sha":"5544defbcd96cde1cfb1f9ba5a07e0154bbac603","filename":"Alignment/CommonAlignmentMonitor/test/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentMonitor%2Ftest%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentMonitor%2Ftest%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentMonitor%2Ftest%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1,3 +1,4 @@\n \n \n \n+-- dummy change --"},{"sha":"274fe05afa049a8abc935ff1545603a9953f6157","filename":"Alignment/CommonAlignmentMonitor/test/testAlignmentStats.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentMonitor%2Ftest%2FtestAlignmentStats.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentMonitor%2Ftest%2FtestAlignmentStats.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentMonitor%2Ftest%2FtestAlignmentStats.sh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -4,3 +4,4 @@ function die { echo $1: status $2 ; exit $2; }\n \n echo \"TESTING AlignmentStats ...\"\n cmsRun ${CMSSW_BASE}/src/Alignment/CommonAlignmentMonitor/test/testAlignmentStats_cfg.py || die \"Failure running testAlignmentStats_cfg.py\" $?\n+-- dummy change --"},{"sha":"ba9aed293a0e6746d1c80ab73156a1fcbef7ada7","filename":"Alignment/CommonAlignmentMonitor/test/testAlignmentStats_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentMonitor%2Ftest%2FtestAlignmentStats_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentMonitor%2Ftest%2FtestAlignmentStats_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentMonitor%2Ftest%2FtestAlignmentStats_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -190,3 +190,4 @@\n process.NewStatsCTF)\n \n process.p2 = cms.Path(process.seqALCARECOTkAlMinBiasSkimmed)\n+-- dummy change --"},{"sha":"9a6605ab5d965416c00fa5d968293ab29263aa2c","filename":"Alignment/CommonAlignmentParametrization/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentParametrization%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -7,3 +7,4 @@\n \n \n \n+-- dummy change --"},{"sha":"e6b2812525f68e4212bb84482d5794c1f6f0e9b9","filename":"Alignment/CommonAlignmentParametrization/interface/AlignmentParametersFactory.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Finterface%2FAlignmentParametersFactory.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Finterface%2FAlignmentParametersFactory.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentParametrization%2Finterface%2FAlignmentParametersFactory.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -43,3 +43,4 @@ namespace AlignmentParametersFactory {\n } // namespace AlignmentParametersFactory\n \n #endif\n+-- dummy change --"},{"sha":"7a120e9a903a58b00dbe0b007948efc773b9fe0d","filename":"Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentDerivatives.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Finterface%2FBeamSpotAlignmentDerivatives.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Finterface%2FBeamSpotAlignmentDerivatives.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentParametrization%2Finterface%2FBeamSpotAlignmentDerivatives.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -20,3 +20,4 @@ class BeamSpotAlignmentDerivatives {\n };\n \n #endif\n+-- dummy change --"},{"sha":"60409ccf6222b8f1d08415400f6c37fd74dddb9a","filename":"Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentParameters.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Finterface%2FBeamSpotAlignmentParameters.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Finterface%2FBeamSpotAlignmentParameters.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentParametrization%2Finterface%2FBeamSpotAlignmentParameters.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -77,3 +77,4 @@ class BeamSpotAlignmentParameters : public AlignmentParameters {\n };\n \n #endif\n+-- dummy change --"},{"sha":"00d9003e8c6add61aafc2412c039fda9c5339bc0","filename":"Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentDerivatives.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Finterface%2FBowedSurfaceAlignmentDerivatives.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Finterface%2FBowedSurfaceAlignmentDerivatives.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentParametrization%2Finterface%2FBowedSurfaceAlignmentDerivatives.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -50,3 +50,4 @@ class BowedSurfaceAlignmentDerivatives {\n };\n \n #endif\n+-- dummy change --"},{"sha":"a575de84a4dfdea6ee7ec924d883362c43c55f0d","filename":"Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentParameters.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Finterface%2FBowedSurfaceAlignmentParameters.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Finterface%2FBowedSurfaceAlignmentParameters.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentParametrization%2Finterface%2FBowedSurfaceAlignmentParameters.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -82,3 +82,4 @@ class BowedSurfaceAlignmentParameters : public AlignmentParameters {\n };\n \n #endif\n+-- dummy change --"},{"sha":"9a12ea2681443692772219eb96a3325b6e7e4176","filename":"Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentDerivativesExtractor.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Finterface%2FCompositeAlignmentDerivativesExtractor.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Finterface%2FCompositeAlignmentDerivativesExtractor.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentParametrization%2Finterface%2FCompositeAlignmentDerivativesExtractor.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -52,3 +52,4 @@ class CompositeAlignmentDerivativesExtractor {\n };\n \n #endif\n+-- dummy change --"},{"sha":"5a7e8750f8e81ae2bab02a579bbc9dadecd676a7","filename":"Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentParameters.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Finterface%2FCompositeAlignmentParameters.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Finterface%2FCompositeAlignmentParameters.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentParametrization%2Finterface%2FCompositeAlignmentParameters.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -150,3 +150,4 @@ class CompositeAlignmentParameters {\n };\n \n #endif\n+-- dummy change --"},{"sha":"a9c424d4214f5a0a85a973c6c5256704c46f39ef","filename":"Alignment/CommonAlignmentParametrization/interface/FrameToFrameDerivative.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Finterface%2FFrameToFrameDerivative.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Finterface%2FFrameToFrameDerivative.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentParametrization%2Finterface%2FFrameToFrameDerivative.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -86,3 +86,4 @@ AlgebraicMatrix FrameToFrameDerivative::transform(const align::RotationType &rot\n }\n \n #endif\n+-- dummy change --"},{"sha":"98da6948f596f7ee363091e304a63cc043d1c652","filename":"Alignment/CommonAlignmentParametrization/interface/KarimakiAlignmentDerivatives.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Finterface%2FKarimakiAlignmentDerivatives.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Finterface%2FKarimakiAlignmentDerivatives.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentParametrization%2Finterface%2FKarimakiAlignmentDerivatives.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -28,3 +28,4 @@ class KarimakiAlignmentDerivatives {\n };\n \n #endif\n+-- dummy change --"},{"sha":"b18d1d7fc5fd77aaadb2c5245b4ffaf2b656585c","filename":"Alignment/CommonAlignmentParametrization/interface/ParametersToParametersDerivatives.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Finterface%2FParametersToParametersDerivatives.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Finterface%2FParametersToParametersDerivatives.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentParametrization%2Finterface%2FParametersToParametersDerivatives.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -79,3 +79,4 @@ class ParametersToParametersDerivatives {\n };\n \n #endif\n+-- dummy change --"},{"sha":"2b44b27cb5afb7f3060be92100f57ed8e57e1d4b","filename":"Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Finterface%2FRigidBodyAlignmentParameters.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Finterface%2FRigidBodyAlignmentParameters.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentParametrization%2Finterface%2FRigidBodyAlignmentParameters.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -77,3 +77,4 @@ class RigidBodyAlignmentParameters : public AlignmentParameters {\n };\n \n #endif\n+-- dummy change --"},{"sha":"db0c9ab9795b87cc304cb5099a58ef9bd6e1ebfb","filename":"Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters4D.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Finterface%2FRigidBodyAlignmentParameters4D.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Finterface%2FRigidBodyAlignmentParameters4D.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentParametrization%2Finterface%2FRigidBodyAlignmentParameters4D.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -58,3 +58,4 @@ class RigidBodyAlignmentParameters4D : public RigidBodyAlignmentParameters {\n };\n \n #endif\n+-- dummy change --"},{"sha":"727bf3dc7f3a14db0c1e05e2ab2134682ea094da","filename":"Alignment/CommonAlignmentParametrization/interface/SegmentAlignmentDerivatives4D.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Finterface%2FSegmentAlignmentDerivatives4D.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Finterface%2FSegmentAlignmentDerivatives4D.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentParametrization%2Finterface%2FSegmentAlignmentDerivatives4D.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -20,3 +20,4 @@ class SegmentAlignmentDerivatives4D {\n };\n \n #endif\n+-- dummy change --"},{"sha":"d0b83e07ebe39d2cd3ddf6131aa3450fdb88dd35","filename":"Alignment/CommonAlignmentParametrization/interface/TwoBowedSurfacesAlignmentParameters.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Finterface%2FTwoBowedSurfacesAlignmentParameters.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Finterface%2FTwoBowedSurfacesAlignmentParameters.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentParametrization%2Finterface%2FTwoBowedSurfacesAlignmentParameters.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -111,3 +111,4 @@ class TwoBowedSurfacesAlignmentParameters : public AlignmentParameters {\n };\n \n #endif\n+-- dummy change --"},{"sha":"eb89844c5b4c92dd1d4453db27ee5a4c9dfc9468","filename":"Alignment/CommonAlignmentParametrization/src/AlignmentParametersFactory.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FAlignmentParametersFactory.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FAlignmentParametersFactory.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FAlignmentParametersFactory.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -122,3 +122,4 @@ namespace AlignmentParametersFactory {\n // the compiler\n }\n } // namespace AlignmentParametersFactory\n+-- dummy change --"},{"sha":"a41868b1e16adeb8cb385c8a048a5ff249eface9","filename":"Alignment/CommonAlignmentParametrization/src/BeamSpotAlignmentDerivatives.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FBeamSpotAlignmentDerivatives.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FBeamSpotAlignmentDerivatives.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FBeamSpotAlignmentDerivatives.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -39,3 +39,4 @@ AlgebraicMatrix BeamSpotAlignmentDerivatives::operator()(const TrajectoryStateOn\n \n return (aliderivs);\n }\n+-- dummy change --"},{"sha":"dbe90556861182a64530605478073f98bca6baae","filename":"Alignment/CommonAlignmentParametrization/src/BeamSpotAlignmentParameters.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FBeamSpotAlignmentParameters.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FBeamSpotAlignmentParameters.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FBeamSpotAlignmentParameters.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -219,3 +219,4 @@ AlgebraicVector BeamSpotAlignmentParameters::displacementFromAlignable(const Ali\n \n return displacement;\n }\n+-- dummy change --"},{"sha":"e209c6e8e54dc86b8a755236a5f284deb796355e","filename":"Alignment/CommonAlignmentParametrization/src/BowedSurfaceAlignmentDerivatives.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FBowedSurfaceAlignmentDerivatives.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FBowedSurfaceAlignmentDerivatives.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FBowedSurfaceAlignmentDerivatives.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -90,3 +90,4 @@ double BowedSurfaceAlignmentDerivatives::gammaScale(double width, double splitLe\n // return 0.5 * (std::fabs(width) + std::fabs(splitLength));\n return 0.5 * (width + splitLength);\n }\n+-- dummy change --"},{"sha":"bf3b886c005d0d5abb2831211bc26c1e9c2c44c4","filename":"Alignment/CommonAlignmentParametrization/src/BowedSurfaceAlignmentParameters.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FBowedSurfaceAlignmentParameters.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FBowedSurfaceAlignmentParameters.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FBowedSurfaceAlignmentParameters.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -155,3 +155,4 @@ void BowedSurfaceAlignmentParameters::print() const {\n std::cout << \"Contents of BowedSurfaceAlignmentParameters:\"\n << \"\\nParameters: \" << theData->parameters() << \"\\nCovariance: \" << theData->covariance() << std::endl;\n }\n+-- dummy change --"},{"sha":"31e2239549f766b47976577dd4752c873d472a20","filename":"Alignment/CommonAlignmentParametrization/src/CompositeAlignmentDerivativesExtractor.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FCompositeAlignmentDerivativesExtractor.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FCompositeAlignmentDerivativesExtractor.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FCompositeAlignmentDerivativesExtractor.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -167,3 +167,4 @@ void CompositeAlignmentDerivativesExtractor::extractWithMultipleHits(\n \n return;\n }\n+-- dummy change --"},{"sha":"cc462b8cf8a191359225fee295aaacb708187d1f","filename":"Alignment/CommonAlignmentParametrization/src/CompositeAlignmentParameters.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FCompositeAlignmentParameters.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FCompositeAlignmentParameters.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FCompositeAlignmentParameters.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -398,3 +398,4 @@ void CompositeAlignmentParameters::convert(const std::vector &in\n for (it = input.begin(), itEnd = input.end(); it != itEnd; ++it)\n output.push_back(AlignableDetOrUnitPtr(*it));\n }\n+-- dummy change --"},{"sha":"a7c85b6c5c8b9f8a0f4af4bd509f3612aa709bde","filename":"Alignment/CommonAlignmentParametrization/src/FrameToFrameDerivative.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FFrameToFrameDerivative.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FFrameToFrameDerivative.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FFrameToFrameDerivative.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -186,3 +186,4 @@ AlgebraicVector FrameToFrameDerivative::linearEulerAngles(const AlgebraicMatrix\n eulerAngles = eulerAB * rotDelta * aB + eulerC * rotDelta * C;\n return eulerAngles;\n }\n+-- dummy change --"},{"sha":"e4747750893088c220e71b0bb39fb160c6ba25b9","filename":"Alignment/CommonAlignmentParametrization/src/KarimakiAlignmentDerivatives.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FKarimakiAlignmentDerivatives.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FKarimakiAlignmentDerivatives.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FKarimakiAlignmentDerivatives.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -41,3 +41,4 @@ AlgebraicMatrix KarimakiAlignmentDerivatives::operator()(const TrajectoryStateOn\n \n return (aliderivs);\n }\n+-- dummy change --"},{"sha":"a68f132848cc1edd84d5f1636c8f6bb23616cc3a","filename":"Alignment/CommonAlignmentParametrization/src/ParametersToParametersDerivatives.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FParametersToParametersDerivatives.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FParametersToParametersDerivatives.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FParametersToParametersDerivatives.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -205,3 +205,4 @@ double ParametersToParametersDerivatives::operator()(unsigned int indParMother,\n // Do range checks?\n return derivatives_(indParMother, indParComp);\n }\n+-- dummy change --"},{"sha":"d5b6d88aadf7f455bd1d02be22a42eae2b570db1","filename":"Alignment/CommonAlignmentParametrization/src/RigidBodyAlignmentParameters.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FRigidBodyAlignmentParameters.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FRigidBodyAlignmentParameters.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FRigidBodyAlignmentParameters.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -200,3 +200,4 @@ AlgebraicVector RigidBodyAlignmentParameters::displacementFromAlignable(const Al\n \n return displacement;\n }\n+-- dummy change --"},{"sha":"e656400baef05df7ecdcb86b26a82e4f1a5216ca","filename":"Alignment/CommonAlignmentParametrization/src/RigidBodyAlignmentParameters4D.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FRigidBodyAlignmentParameters4D.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FRigidBodyAlignmentParameters4D.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FRigidBodyAlignmentParameters4D.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -59,3 +59,4 @@ RigidBodyAlignmentParameters4D *RigidBodyAlignmentParameters4D::cloneFromSelecte\n \n //__________________________________________________________________________________________________\n int RigidBodyAlignmentParameters4D::type() const { return AlignmentParametersFactory::kRigidBody4D; }\n+-- dummy change --"},{"sha":"39a08b4181dfb1a9ec08a1ef42e746037061504c","filename":"Alignment/CommonAlignmentParametrization/src/SegmentAlignmentDerivatives4D.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FSegmentAlignmentDerivatives4D.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FSegmentAlignmentDerivatives4D.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FSegmentAlignmentDerivatives4D.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -59,3 +59,4 @@ AlgebraicMatrix SegmentAlignmentDerivatives4D::operator()(const TrajectoryStateO\n \n return (aliderivs);\n }\n+-- dummy change --"},{"sha":"569c6e41466b0c6f7789a655105b82bbe68b829c","filename":"Alignment/CommonAlignmentParametrization/src/TwoBowedSurfacesAlignmentParameters.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FTwoBowedSurfacesAlignmentParameters.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FTwoBowedSurfacesAlignmentParameters.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentParametrization%2Fsrc%2FTwoBowedSurfacesAlignmentParameters.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -284,3 +284,4 @@ double TwoBowedSurfacesAlignmentParameters::ySplitFromAlignable(const Alignable\n }\n // return 0.;\n }\n+-- dummy change --"},{"sha":"16be00092525878d2e13eabdd59562f3d76997d9","filename":"Alignment/CommonAlignmentProducer/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -33,3 +33,4 @@\n \n \n \n+-- dummy change --"},{"sha":"048b0c842b5ec128d83936c01e8ad80bb250a311","filename":"Alignment/CommonAlignmentProducer/data/AlCaHLTBitMon_cfg_template_py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fdata%2FAlCaHLTBitMon_cfg_template_py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fdata%2FAlCaHLTBitMon_cfg_template_py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fdata%2FAlCaHLTBitMon_cfg_template_py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -72,3 +72,4 @@ process.p2 = cms.Path(\n process.hltMonBits*\n process.dqmSaver\n )\n+-- dummy change --"},{"sha":"5c0ece56a37c8781242968520f962cb0d95b02d5","filename":"Alignment/CommonAlignmentProducer/interface/AlignmentCSCBeamHaloSelector.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Finterface%2FAlignmentCSCBeamHaloSelector.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Finterface%2FAlignmentCSCBeamHaloSelector.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Finterface%2FAlignmentCSCBeamHaloSelector.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -34,3 +34,4 @@ class AlignmentCSCBeamHaloSelector {\n };\n \n #endif\n+-- dummy change --"},{"sha":"c5992f36a127e364aa0608adf9eb4196132989f2","filename":"Alignment/CommonAlignmentProducer/interface/AlignmentCSCOverlapSelector.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Finterface%2FAlignmentCSCOverlapSelector.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Finterface%2FAlignmentCSCOverlapSelector.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Finterface%2FAlignmentCSCOverlapSelector.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -33,3 +33,4 @@ class AlignmentCSCOverlapSelector {\n };\n \n #endif\n+-- dummy change --"},{"sha":"e8ed17f4b2d9845cbe18e4361b757a19c506b4b9","filename":"Alignment/CommonAlignmentProducer/interface/AlignmentCSCTrackSelector.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Finterface%2FAlignmentCSCTrackSelector.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Finterface%2FAlignmentCSCTrackSelector.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Finterface%2FAlignmentCSCTrackSelector.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -34,3 +34,4 @@ class AlignmentCSCTrackSelector {\n };\n \n #endif\n+-- dummy change --"},{"sha":"d76c619f2114cbd1f529af3374a380e9cad6110b","filename":"Alignment/CommonAlignmentProducer/interface/AlignmentGlobalTrackSelector.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Finterface%2FAlignmentGlobalTrackSelector.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Finterface%2FAlignmentGlobalTrackSelector.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Finterface%2FAlignmentGlobalTrackSelector.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -79,3 +79,4 @@ class AlignmentGlobalTrackSelector {\n };\n \n #endif\n+-- dummy change --"},{"sha":"39396b547d4d0040647701c50b0e6b17b07c1d73","filename":"Alignment/CommonAlignmentProducer/interface/AlignmentMuonSelector.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Finterface%2FAlignmentMuonSelector.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Finterface%2FAlignmentMuonSelector.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Finterface%2FAlignmentMuonSelector.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -66,3 +66,4 @@ class AlignmentMuonSelector {\n };\n \n #endif\n+-- dummy change --"},{"sha":"16e44fe0fa54cf8c07929d04834ed42ed591b5e3","filename":"Alignment/CommonAlignmentProducer/interface/AlignmentProducerBase.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Finterface%2FAlignmentProducerBase.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Finterface%2FAlignmentProducerBase.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Finterface%2FAlignmentProducerBase.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -372,3 +372,4 @@ void AlignmentProducerBase::applyDB(\n }\n \n #endif /* Alignment_CommonAlignmentProducer_AlignmentProducerBase_h */\n+-- dummy change --"},{"sha":"f8f20b3c425454c0727bcc22cea2a852fd5a82fc","filename":"Alignment/CommonAlignmentProducer/interface/AlignmentSeedSelector.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Finterface%2FAlignmentSeedSelector.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Finterface%2FAlignmentSeedSelector.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Finterface%2FAlignmentSeedSelector.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -32,3 +32,4 @@ class AlignmentSeedSelector {\n };\n \n #endif\n+-- dummy change --"},{"sha":"02efd8dcb37921d20106677ba9a74d4df27dc9c1","filename":"Alignment/CommonAlignmentProducer/interface/AlignmentTrackSelector.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Finterface%2FAlignmentTrackSelector.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Finterface%2FAlignmentTrackSelector.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Finterface%2FAlignmentTrackSelector.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -105,3 +105,4 @@ class AlignmentTrackSelector {\n };\n \n #endif\n+-- dummy change --"},{"sha":"5a64c1ed57ea56a9dcccee988d6b6033b7bfb962","filename":"Alignment/CommonAlignmentProducer/interface/AlignmentTracksFromVertexCompositeCandidateSelector.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Finterface%2FAlignmentTracksFromVertexCompositeCandidateSelector.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Finterface%2FAlignmentTracksFromVertexCompositeCandidateSelector.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Finterface%2FAlignmentTracksFromVertexCompositeCandidateSelector.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -36,3 +36,4 @@ class AlignmentTrackFromVertexCompositeCandidateSelector {\n };\n \n #endif\n+-- dummy change --"},{"sha":"6ca980f745272731b28b1f7cde16d076c7ceba82","filename":"Alignment/CommonAlignmentProducer/interface/AlignmentTracksFromVertexSelector.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Finterface%2FAlignmentTracksFromVertexSelector.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Finterface%2FAlignmentTracksFromVertexSelector.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Finterface%2FAlignmentTracksFromVertexSelector.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -47,3 +47,4 @@ class AlignmentTrackFromVertexSelector {\n };\n \n #endif\n+-- dummy change --"},{"sha":"d9786152ef09b87bee965e3103c83e26cec7a32f","filename":"Alignment/CommonAlignmentProducer/interface/AlignmentTwoBodyDecayTrackSelector.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Finterface%2FAlignmentTwoBodyDecayTrackSelector.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Finterface%2FAlignmentTwoBodyDecayTrackSelector.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Finterface%2FAlignmentTwoBodyDecayTrackSelector.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -74,3 +74,4 @@ class AlignmentTwoBodyDecayTrackSelector {\n };\n \n #endif\n+-- dummy change --"},{"sha":"d7797fe1b889c55b5078026604734170806524ee","filename":"Alignment/CommonAlignmentProducer/plugins/AlignmentCSCBeamHaloSelectorModule.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentCSCBeamHaloSelectorModule.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentCSCBeamHaloSelectorModule.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentCSCBeamHaloSelectorModule.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -44,3 +44,4 @@ struct CSCBeamHaloConfigSelector {\n typedef ObjectSelector AlignmentCSCBeamHaloSelectorModule;\n \n DEFINE_FWK_MODULE(AlignmentCSCBeamHaloSelectorModule);\n+-- dummy change --"},{"sha":"a99928518fc1f7da11e1c5bea597e4099619560f","filename":"Alignment/CommonAlignmentProducer/plugins/AlignmentCSCOverlapSelectorModule.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentCSCOverlapSelectorModule.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentCSCOverlapSelectorModule.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentCSCOverlapSelectorModule.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -42,3 +42,4 @@ struct CSCOverlapConfigSelector {\n typedef ObjectSelector AlignmentCSCOverlapSelectorModule;\n \n DEFINE_FWK_MODULE(AlignmentCSCOverlapSelectorModule);\n+-- dummy change --"},{"sha":"c8f3bb6907e1df45e784b239e68c8307cc65515f","filename":"Alignment/CommonAlignmentProducer/plugins/AlignmentCSCTrackSelectorModule.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentCSCTrackSelectorModule.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentCSCTrackSelectorModule.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentCSCTrackSelectorModule.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -47,3 +47,4 @@ struct CSCTrackConfigSelector {\n typedef ObjectSelector AlignmentCSCTrackSelectorModule;\n \n DEFINE_FWK_MODULE(AlignmentCSCTrackSelectorModule);\n+-- dummy change --"},{"sha":"2b93d3654e31cf89c42a8cb7235113b8e8f1057c","filename":"Alignment/CommonAlignmentProducer/plugins/AlignmentGoodIdMuonSelector.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentGoodIdMuonSelector.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentGoodIdMuonSelector.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentGoodIdMuonSelector.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -125,3 +125,4 @@ bool AlignmentGoodIdMuonSelector::filter(edm::StreamID, edm::Event& iEvent, cons\n \n #include \"FWCore/Framework/interface/MakerMacros.h\"\n DEFINE_FWK_MODULE(AlignmentGoodIdMuonSelector);\n+-- dummy change --"},{"sha":"e61c8238a8463f94dd78c46d441d03f81a01a2e8","filename":"Alignment/CommonAlignmentProducer/plugins/AlignmentMuonHIPTrajectorySelector.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentMuonHIPTrajectorySelector.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentMuonHIPTrajectorySelector.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentMuonHIPTrajectorySelector.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -221,3 +221,4 @@ void AlignmentMuonHIPTrajectorySelector::produce(edm::Event& iEvent, const edm::\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(AlignmentMuonHIPTrajectorySelector);\n+-- dummy change --"},{"sha":"69dfb87ad774ccfe854b755108a79895a9f81efa","filename":"Alignment/CommonAlignmentProducer/plugins/AlignmentMuonSelectorModule.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentMuonSelectorModule.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentMuonSelectorModule.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentMuonSelectorModule.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -56,3 +56,4 @@ struct MuonConfigSelector {\n typedef ObjectSelector AlignmentMuonSelectorModule;\n \n DEFINE_FWK_MODULE(AlignmentMuonSelectorModule);\n+-- dummy change --"},{"sha":"502e4aa5ec02f95abd8d6d0ce6ef6bb4754b0477","filename":"Alignment/CommonAlignmentProducer/plugins/AlignmentProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentProducer.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -106,3 +106,4 @@ void AlignmentProducer::endLuminosityBlock(const edm::LuminosityBlock &lumiBlock\n }\n \n DEFINE_FWK_LOOPER(AlignmentProducer);\n+-- dummy change --"},{"sha":"b841f17f8867da8346c9b3405a89c63c9bc50c61","filename":"Alignment/CommonAlignmentProducer/plugins/AlignmentProducer.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentProducer.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -94,3 +94,4 @@ inline bool AlignmentProducer::getAliClusterValueMap(const edm::Event& event, ed\n }\n \n #endif\n+-- dummy change --"},{"sha":"e80f5cb60d11ade86f87c918b5fc0331d4c1fe07","filename":"Alignment/CommonAlignmentProducer/plugins/AlignmentProducerAsAnalyzer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentProducerAsAnalyzer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentProducerAsAnalyzer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentProducerAsAnalyzer.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -72,3 +72,4 @@ void AlignmentProducerAsAnalyzer::accumulate(edm::Event const& event, edm::Event\n }\n \n DEFINE_FWK_MODULE(AlignmentProducerAsAnalyzer);\n+-- dummy change --"},{"sha":"53760d18465ec68a08a422199473e535bc814597","filename":"Alignment/CommonAlignmentProducer/plugins/AlignmentProducerAsAnalyzer.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentProducerAsAnalyzer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentProducerAsAnalyzer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentProducerAsAnalyzer.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -99,3 +99,4 @@ inline bool AlignmentProducerAsAnalyzer::getAliClusterValueMap(const edm::Event&\n }\n \n #endif\n+-- dummy change --"},{"sha":"fe4b91f835c47806e323bc2f5bb425f58e99d6b3","filename":"Alignment/CommonAlignmentProducer/plugins/AlignmentRelCombIsoMuonSelector.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentRelCombIsoMuonSelector.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentRelCombIsoMuonSelector.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentRelCombIsoMuonSelector.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -73,3 +73,4 @@ bool AlignmentRelCombIsoMuonSelector::filter(edm::StreamID, edm::Event& iEvent,\n \n #include \"FWCore/Framework/interface/MakerMacros.h\"\n DEFINE_FWK_MODULE(AlignmentRelCombIsoMuonSelector);\n+-- dummy change --"},{"sha":"36b6736463cc9a3953078febcceae6254a75c47a","filename":"Alignment/CommonAlignmentProducer/plugins/AlignmentSeedSelectorModule.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentSeedSelectorModule.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentSeedSelectorModule.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentSeedSelectorModule.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -37,3 +37,4 @@ struct SeedConfigSelector {\n typedef ObjectSelector AlignmentSeedSelectorModule;\n \n DEFINE_FWK_MODULE(AlignmentSeedSelectorModule);\n+-- dummy change --"},{"sha":"d1bcbc48b57ea82eb80ac7507dd9bcf75f8249ed","filename":"Alignment/CommonAlignmentProducer/plugins/AlignmentTrackSelectorModule.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentTrackSelectorModule.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentTrackSelectorModule.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentTrackSelectorModule.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -75,3 +75,4 @@ struct TrackConfigSelector {\n typedef ObjectSelector AlignmentTrackSelectorModule;\n \n DEFINE_FWK_MODULE(AlignmentTrackSelectorModule);\n+-- dummy change --"},{"sha":"c2cbf24d42a798723dab85ebce2656536ce81cb4","filename":"Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexCompositeCandidateSelectorModule.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentTracksFromVertexCompositeCandidateSelectorModule.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentTracksFromVertexCompositeCandidateSelectorModule.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentTracksFromVertexCompositeCandidateSelectorModule.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -49,3 +49,4 @@ class AlignmentTrackFromVertexCompositeCandidateSelectorModule\n };\n \n DEFINE_FWK_MODULE(AlignmentTrackFromVertexCompositeCandidateSelectorModule);\n+-- dummy change --"},{"sha":"140a65d98aae3b967fae016dab1f17c6b5b43d8f","filename":"Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexSelectorModule.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentTracksFromVertexSelectorModule.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentTracksFromVertexSelectorModule.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fplugins%2FAlignmentTracksFromVertexSelectorModule.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -50,3 +50,4 @@ class AlignmentTrackFromVertexSelectorModule : public ObjectSelector\n \n \n+-- dummy change --"},{"sha":"eb59efb23e56b0733c5c3d4fc0e6457166b98f0f","filename":"Alignment/CommonAlignmentProducer/plugins/FakeAlignmentProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FFakeAlignmentProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FFakeAlignmentProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fplugins%2FFakeAlignmentProducer.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -78,3 +78,4 @@ FakeAlignmentProducer::FakeAlignmentProducer(const edm::ParameterSet& iConfig) {\n \n //define this as a plug-in\n DEFINE_FWK_EVENTSETUP_MODULE(FakeAlignmentProducer);\n+-- dummy change --"},{"sha":"75ff3f8ab356aa05507860cb1ba527413bba8fbb","filename":"Alignment/CommonAlignmentProducer/plugins/FakeAlignmentSource.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FFakeAlignmentSource.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FFakeAlignmentSource.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fplugins%2FFakeAlignmentSource.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -156,3 +156,4 @@ void FakeAlignmentSource::setIntervalFor(const edm::eventsetup::EventSetupRecord\n \n //define this as a plug-in\n DEFINE_FWK_EVENTSETUP_SOURCE(FakeAlignmentSource);\n+-- dummy change --"},{"sha":"b2e2ba24ddbb93cdabd4534cbb78c8ad96a96c27","filename":"Alignment/CommonAlignmentProducer/plugins/GlobalTrackerMuonAlignment.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FGlobalTrackerMuonAlignment.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FGlobalTrackerMuonAlignment.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fplugins%2FGlobalTrackerMuonAlignment.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -3533,3 +3533,4 @@ void GlobalTrackerMuonAlignment::writeGlPosRcd(CLHEP::HepVector& paramVec) {\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(GlobalTrackerMuonAlignment);\n+-- dummy change --"},{"sha":"deef83abed890a18b808ae9234c3b6b4bd9eb74d","filename":"Alignment/CommonAlignmentProducer/plugins/LSNumberFilter.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FLSNumberFilter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fplugins%2FLSNumberFilter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fplugins%2FLSNumberFilter.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -69,3 +69,4 @@ void LSNumberFilter::beginRun(edm::Run const& iRun, edm::EventSetup const& iSetu\n }\n //define this as a plug-in\n DEFINE_FWK_MODULE(LSNumberFilter);\n+-- dummy change --"},{"sha":"d48b2b62e74eb7937ad57822763975c4975734d5","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHaloOverlaps_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlBeamHaloOverlaps_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlBeamHaloOverlaps_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlBeamHaloOverlaps_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -19,3 +19,4 @@\n import copy\n OutALCARECOMuAlBeamHaloOverlaps = copy.deepcopy(OutALCARECOMuAlBeamHaloOverlaps_noDrop)\n OutALCARECOMuAlBeamHaloOverlaps.outputCommands.insert(0, \"drop *\")\n+-- dummy change --"},{"sha":"75314c0175bc04908bf6894c143cba5729c88d10","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHaloOverlaps_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlBeamHaloOverlaps_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlBeamHaloOverlaps_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlBeamHaloOverlaps_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -35,3 +35,4 @@\n )\n \n seqALCARECOMuAlBeamHaloOverlaps = cms.Sequence(ALCARECOMuAlBeamHaloOverlapsHLT + ALCARECOMuAlBeamHaloOverlapsDCSFilter + ALCARECOMuAlBeamHaloOverlapsEnergyCut * ALCARECOMuAlBeamHaloOverlaps)\n+-- dummy change --"},{"sha":"19f890fddd18845e2b6b586161f35bea2972c0d3","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHalo_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlBeamHalo_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlBeamHalo_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlBeamHalo_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -19,3 +19,4 @@\n import copy\n OutALCARECOMuAlBeamHalo = copy.deepcopy(OutALCARECOMuAlBeamHalo_noDrop)\n OutALCARECOMuAlBeamHalo.outputCommands.insert(0, \"drop *\")\n+-- dummy change --"},{"sha":"4a78d3cc53ef5e343271008bda96f26f2b4af50e","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHalo_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlBeamHalo_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlBeamHalo_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlBeamHalo_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -29,3 +29,4 @@\n \n seqALCARECOMuAlBeamHalo = cms.Sequence(ALCARECOMuAlBeamHaloHLT + ALCARECOMuAlBeamHaloDCSFilter + ALCARECOMuAlBeamHalo)\n \n+-- dummy change --"},{"sha":"b753bed6094f107b64d92de5ac4fb7d8771b177f","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOMuAlCalIsolatedMu_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlCalIsolatedMu_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlCalIsolatedMu_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlCalIsolatedMu_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -32,3 +32,4 @@\n import copy\n OutALCARECOMuAlCalIsolatedMu = copy.deepcopy(OutALCARECOMuAlCalIsolatedMu_noDrop)\n OutALCARECOMuAlCalIsolatedMu.outputCommands.insert(0, \"drop *\")\n+-- dummy change --"},{"sha":"828d8e3ddb22fc3bf8510efa628302b8f9ec4005","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOMuAlCalIsolatedMu_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlCalIsolatedMu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlCalIsolatedMu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlCalIsolatedMu_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -48,3 +48,4 @@\n seqALCARECOMuAlCalIsolatedMu = cms.Sequence(ALCARECOMuAlCalIsolatedMuHLT + ALCARECOMuAlCalIsolatedDCSFilter + ALCARECOMuAlCalIsolatedMu)\n \n seqALCARECOMuAlCalIsolatedMuGeneralTracks = cms.Sequence(ALCARECOMuAlCalIsolatedMuGeneralTracks)\n+-- dummy change --"},{"sha":"2f29fed9128bd7163fe8e57dd026b453214aaf95","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlGlobalCosmicsInCollisions_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlGlobalCosmicsInCollisions_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlGlobalCosmicsInCollisions_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -32,3 +32,4 @@\n import copy\n OutALCARECOMuAlGlobalCosmicsInCollisions = copy.deepcopy(OutALCARECOMuAlGlobalCosmicsInCollisions_noDrop)\n OutALCARECOMuAlGlobalCosmicsInCollisions.outputCommands.insert(0, \"drop *\")\n+-- dummy change --"},{"sha":"59f32e5358fce704aa5b9e4b0d2ad83a5633e4ab","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlGlobalCosmicsInCollisions_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlGlobalCosmicsInCollisions_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlGlobalCosmicsInCollisions_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -33,3 +33,4 @@\n )\n \n seqALCARECOMuAlGlobalCosmicsInCollisions = cms.Sequence(ALCARECOMuAlGlobalCosmicsInCollisionsHLT + ALCARECOMuAlGlobalCosmicsInCollisionsDCSFilter + ALCARECOMuAlGlobalCosmicsInCollisions)\n+-- dummy change --"},{"sha":"83b022f4ef82832e8e311bf2910006fe25287078","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmics_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlGlobalCosmics_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlGlobalCosmics_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlGlobalCosmics_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -35,3 +35,4 @@\n import copy\n OutALCARECOMuAlGlobalCosmics = copy.deepcopy(OutALCARECOMuAlGlobalCosmics_noDrop)\n OutALCARECOMuAlGlobalCosmics.outputCommands.insert(0, \"drop *\")\n+-- dummy change --"},{"sha":"f98e1028a94000912697bf6903034aab6a270f47","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmics_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlGlobalCosmics_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlGlobalCosmics_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlGlobalCosmics_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -62,3 +62,4 @@\n seqALCARECOMuAlGlobalCosmicsCombinatorialTF = cms.Sequence(ALCARECOMuAlGlobalCosmicsCombinatorialTF)\n seqALCARECOMuAlGlobalCosmicsCosmicTF = cms.Sequence(ALCARECOMuAlGlobalCosmicsCosmicTF)\n seqALCARECOMuAlGlobalCosmicsRegionalTF = cms.Sequence(ALCARECOMuAlGlobalCosmicsRegionalTF)\n+-- dummy change --"},{"sha":"5bd1f00e96c25726758d666aa52eed1576dd98dc","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOMuAlOverlaps_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlOverlaps_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlOverlaps_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlOverlaps_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -29,3 +29,4 @@\n import copy\n OutALCARECOMuAlOverlaps = copy.deepcopy(OutALCARECOMuAlOverlaps_noDrop)\n OutALCARECOMuAlOverlaps.outputCommands.insert(0, \"drop *\")\n+-- dummy change --"},{"sha":"c228ee481fda2d69a9fa264aa97c4613a4d34b60","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOMuAlOverlaps_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlOverlaps_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlOverlaps_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlOverlaps_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -51,3 +51,4 @@\n seqALCARECOMuAlOverlaps = cms.Sequence(ALCARECOMuAlOverlapsHLT+ALCARECOMuAlOverlapsDCSFilter+ALCARECOMuAlOverlapsMuonSelector*ALCARECOMuAlOverlaps)\n \n seqALCARECOMuAlOverlapsGeneralTracks = cms.Sequence(ALCARECOMuAlOverlapsGeneralTracks)\n+-- dummy change --"},{"sha":"a90ee0ab1eadb5192ce155b79e4cce68e36818a7","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOMuAlStandAloneCosmics_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlStandAloneCosmics_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlStandAloneCosmics_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlStandAloneCosmics_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -27,3 +27,4 @@\n import copy\n OutALCARECOMuAlStandAloneCosmics = copy.deepcopy(OutALCARECOMuAlStandAloneCosmics_noDrop)\n OutALCARECOMuAlStandAloneCosmics.outputCommands.insert(0, \"drop *\")\n+-- dummy change --"},{"sha":"e4fd9d71f7b3cd79e039bcc7c0ce73a838c8741b","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOMuAlStandAloneCosmics_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlStandAloneCosmics_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlStandAloneCosmics_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlStandAloneCosmics_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -32,3 +32,4 @@\n \n seqALCARECOMuAlStandAloneCosmics = cms.Sequence(ALCARECOMuAlStandAloneCosmicsHLT + ALCARECOMuAlStandAloneCosmicsDCSFilter + ALCARECOMuAlStandAloneCosmics)\n \n+-- dummy change --"},{"sha":"f1785f22438b3dcf8193abe30bebbd8fea0d10ee","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOMuAlZMuMu_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlZMuMu_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlZMuMu_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlZMuMu_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -29,3 +29,4 @@\n import copy\n OutALCARECOMuAlZMuMu = copy.deepcopy(OutALCARECOMuAlZMuMu_noDrop)\n OutALCARECOMuAlZMuMu.outputCommands.insert(0, \"drop *\")\n+-- dummy change --"},{"sha":"759e6554c81d117de724597ab252d6d1d991e6a7","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOMuAlZMuMu_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlZMuMu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlZMuMu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOMuAlZMuMu_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -49,3 +49,4 @@\n seqALCARECOMuAlZMuMu = cms.Sequence(ALCARECOMuAlZMuMuHLT+ALCARECOMuAlZMuMuDCSFilter+ALCARECOMuAlZMuMu)\n \n seqALCARECOMuAlZMuMuGeneralTracks = cms.Sequence(ALCARECOMuAlZMuMuGeneralTracks)\n+-- dummy change --"},{"sha":"8e8ea86b464eae596edfc0799ac637bfc0149443","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli0T_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOPromptCalibProdSiPixelAli0T_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOPromptCalibProdSiPixelAli0T_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOPromptCalibProdSiPixelAli0T_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -161,3 +161,4 @@\n \t\t\t\t\t\t SiPixelAliTrackRefitter1*\n SiPixelAliMilleAlignmentProducer*\n SiPixelAliMillePedeFileConverter)\n+-- dummy change --"},{"sha":"5106123521afd6d9ae3064861b82d99998162aa4","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGCombined_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOPromptCalibProdSiPixelAliHGCombined_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOPromptCalibProdSiPixelAliHGCombined_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOPromptCalibProdSiPixelAliHGCombined_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -10,3 +10,4 @@\n \n OutALCARECOPromptCalibProdSiPixelAliHGComb=OutALCARECOPromptCalibProdSiPixelAliHGComb_noDrop.clone()\n OutALCARECOPromptCalibProdSiPixelAliHGComb.outputCommands.insert(0, \"drop *\")\n+-- dummy change --"},{"sha":"ceb9e7181c32e5c465ef55647bd527027a579ded","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGDiMuon_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOPromptCalibProdSiPixelAliHGDiMuon_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOPromptCalibProdSiPixelAliHGDiMuon_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOPromptCalibProdSiPixelAliHGDiMuon_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -133,3 +133,4 @@\n SiPixelAliTrackRefitterHGDimuon1*\n SiPixelAliMilleAlignmentProducerHGDimuon*\n SiPixelAliMillePedeFileConverterHGDimuon)\n+-- dummy change --"},{"sha":"ccb8d46b06309b7efe7637fc18131c457652675b","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOPromptCalibProdSiPixelAliHG_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOPromptCalibProdSiPixelAliHG_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOPromptCalibProdSiPixelAliHG_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -10,3 +10,4 @@\n \n OutALCARECOPromptCalibProdSiPixelAliHG=OutALCARECOPromptCalibProdSiPixelAliHG_noDrop.clone()\n OutALCARECOPromptCalibProdSiPixelAliHG.outputCommands.insert(0, \"drop *\")\n+-- dummy change --"},{"sha":"0a4b91a8087f886e0c26396bdbfa978ab311e242","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOPromptCalibProdSiPixelAliHG_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOPromptCalibProdSiPixelAliHG_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOPromptCalibProdSiPixelAliHG_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -74,3 +74,4 @@\n SiPixelAliTrackRefitterHG1*\n SiPixelAliMilleAlignmentProducerHG*\n SiPixelAliMillePedeFileConverterHG)\n+-- dummy change --"},{"sha":"d140c55001e87eab1ba9f46823bf6acbc99b8b14","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGCombined_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOPromptCalibProdSiPixelAliHLTHGCombined_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOPromptCalibProdSiPixelAliHLTHGCombined_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOPromptCalibProdSiPixelAliHLTHGCombined_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -10,3 +10,4 @@\n \n OutALCARECOPromptCalibProdSiPixelAliHLTHGC=OutALCARECOPromptCalibProdSiPixelAliHLTHGC_noDrop.clone()\n OutALCARECOPromptCalibProdSiPixelAliHLTHGC.outputCommands.insert(0, \"drop *\")\n+-- dummy change --"},{"sha":"743db1dfae54b3df0408061f9be0035d4fef41dc","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGDiMuon_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOPromptCalibProdSiPixelAliHLTHGDiMuon_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOPromptCalibProdSiPixelAliHLTHGDiMuon_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOPromptCalibProdSiPixelAliHLTHGDiMuon_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -137,3 +137,4 @@\n SiPixelAliMilleAlignmentProducerHLTHGDimuon*\n SiPixelAliMillePedeFileConverterHLTHGDimuon\n )\n+-- dummy change --"},{"sha":"500cd0c2f66781139b4090586decd355cb202024","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHG_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOPromptCalibProdSiPixelAliHLTHG_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOPromptCalibProdSiPixelAliHLTHG_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOPromptCalibProdSiPixelAliHLTHG_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -82,3 +82,4 @@\n SiPixelAliMilleAlignmentProducerHLTHG*\n SiPixelAliMillePedeFileConverterHLTHG\n )\n+-- dummy change --"},{"sha":"87ee9ee0310cdc41a8a7e387701b4963d5b7ada5","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLT_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOPromptCalibProdSiPixelAliHLT_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOPromptCalibProdSiPixelAliHLT_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOPromptCalibProdSiPixelAliHLT_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -112,3 +112,4 @@\n SiPixelAliMilleAlignmentProducerHLT*\n SiPixelAliMillePedeFileConverterHLT\n )\n+-- dummy change --"},{"sha":"fb0e38db1ac88e86b9dbc6a46596d6ebc9097cea","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOPromptCalibProdSiPixelAli_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOPromptCalibProdSiPixelAli_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOPromptCalibProdSiPixelAli_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -10,3 +10,4 @@\n \n OutALCARECOPromptCalibProdSiPixelAli=OutALCARECOPromptCalibProdSiPixelAli_noDrop.clone()\n OutALCARECOPromptCalibProdSiPixelAli.outputCommands.insert(0, \"drop *\")\n+-- dummy change --"},{"sha":"4d0257c8c9469144d605b4e9b8bbd757e2442923","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOPromptCalibProdSiPixelAli_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOPromptCalibProdSiPixelAli_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOPromptCalibProdSiPixelAli_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -159,3 +159,4 @@\n \t\t\t\t\t\t SiPixelAliTrackRefitter1*\n SiPixelAliMilleAlignmentProducer*\n SiPixelAliMillePedeFileConverter)\n+-- dummy change --"},{"sha":"3d041664c8d12f1676a4ccac87920d701a1b5b10","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlBeamHalo_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlBeamHalo_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlBeamHalo_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlBeamHalo_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -39,3 +39,4 @@\n \n OutALCARECOTkAlBeamHalo = copy.deepcopy(OutALCARECOTkAlBeamHalo_noDrop)\n OutALCARECOTkAlBeamHalo.outputCommands.insert(0, \"drop *\")\n+-- dummy change --"},{"sha":"8f95c8229e5743b89c4b9df1b1cd6c9ccf14ac68","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlBeamHalo_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlBeamHalo_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlBeamHalo_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlBeamHalo_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -39,3 +39,4 @@\n ALCARECOTkAlBeamHalo.TwoBodyDecaySelector.applyAcoplanarityFilter = False\n \n seqALCARECOTkAlBeamHalo = cms.Sequence(ALCARECOTkAlBeamHaloDCSFilter+ALCARECOTkAlBeamHalo)\n+-- dummy change --"},{"sha":"5b8dd4542e4bdb97365e2592ba3420044bcce4a4","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0THLT_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlCosmics0THLT_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlCosmics0THLT_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlCosmics0THLT_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -19,3 +19,4 @@\n import copy\n OutALCARECOTkAlCosmics0THLT = copy.deepcopy(OutALCARECOTkAlCosmics0THLT_noDrop)\n OutALCARECOTkAlCosmics0THLT.outputCommands.insert(0, \"drop *\")\n+-- dummy change --"},{"sha":"033ca5d1973c09682db288fb60a80cbadd8119a4","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0THLT_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlCosmics0THLT_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlCosmics0THLT_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlCosmics0THLT_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -21,3 +21,4 @@\n seqALCARECOTkAlCosmicsCTF0THLT = cms.Sequence(ALCARECOTkAlCosmics0THLT+seqALCARECOTkAlCosmicsCTF0T)\n seqALCARECOTkAlCosmicsCosmicTF0THLT = cms.Sequence(ALCARECOTkAlCosmics0THLT+seqALCARECOTkAlCosmicsCosmicTF0T)\n seqALCARECOTkAlCosmicsRegional0THLT = cms.Sequence(ALCARECOTkAlCosmics0THLT+seqALCARECOTkAlCosmicsRegional0T)\n+-- dummy change --"},{"sha":"56f815b1c5c8a0ab46012f934fa9656976f5304a","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0T_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlCosmics0T_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlCosmics0T_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlCosmics0T_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -31,3 +31,4 @@\n import copy\n OutALCARECOTkAlCosmics0T = copy.deepcopy(OutALCARECOTkAlCosmics0T_noDrop)\n OutALCARECOTkAlCosmics0T.outputCommands.insert(0, \"drop *\")\n+-- dummy change --"},{"sha":"b99a9c49f99da057d508af71743d1a6fd2fc1ff4","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0T_Skimmed_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlCosmics0T_Skimmed_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlCosmics0T_Skimmed_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlCosmics0T_Skimmed_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -142,3 +142,4 @@\n #seqALCARECOTkAlCosmicsCTFSkimmed = cms.Sequence(MyBeamSpot+TrackRefitterCTF1+AlignmentHitFilterCTF+ctfProducerCustomisedCTF+ALCARECOTkAlCosmicsCTF4TSkimmed+TrackRefitterCTF2+OverlapAssoMapCTF+NewStatsCTF)\n seqALCARECOTkAlCosmicsCTFSkimmed = cms.Sequence(MyBeamSpot+TrackRefitterCTF1+AlignmentHitFilterCTF+ctfProducerCustomisedCTF+ALCARECOTkAlCosmicsCTF4TSkimmed+TrackRefitterCTF2+OverlapAssoMapCTF)\n \n+-- dummy change --"},{"sha":"6c34e8bc9434c2038a6395981324ee84a616307d","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0T_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlCosmics0T_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlCosmics0T_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlCosmics0T_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -57,3 +57,4 @@\n seqALCARECOTkAlCosmicsCosmicTF0T = cms.Sequence(ALCARECOTkAlCosmicsCosmicTF0T)\n seqALCARECOTkAlCosmicsRegional0T = cms.Sequence(ALCARECOTkAlCosmicsRegional0T)\n seqALCARECOTkAlCosmicsDuringCollisions0T = cms.Sequence(ALCARECOTkAlCosmicsDuringCollisions0T)\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75?per_page=100&page=6 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:16:33 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"b13f856c91bbaeabd3b367a5fbb7d011bf7147dcb3f6a216a450b2220b0a9ac5"'), ('Last-Modified', 'Wed, 30 Apr 2025 14:08:46 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4776'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '224'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D6D2:237F6C:56E3B0:58A1D3:681230C1')] +{"sha":"b6db3e643d2bd16deee12590d1312a3addcd2d75","node_id":"C_kwDOF83__NoAKGI2ZGIzZTY0M2QyYmQxNmRlZWUxMjU5MGQxMzEyYTNhZGRjZDJkNzU","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"message":"Test commit with many files","tree":{"sha":"d8f8da26398eca77794c2a8409031a5ab8ac23df","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/d8f8da26398eca77794c2a8409031a5ab8ac23df"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/b6db3e643d2bd16deee12590d1312a3addcd2d75","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c83ecb127f70592a95b0544c2e7e2404c9d7e440","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c83ecb127f70592a95b0544c2e7e2404c9d7e440","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c83ecb127f70592a95b0544c2e7e2404c9d7e440"}],"stats":{"total":1506,"additions":1506,"deletions":0},"files":[{"sha":"1e0e7b1c0bc9b3272bf4eef413174598e9cb0081","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsHLT_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlCosmicsHLT_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlCosmicsHLT_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlCosmicsHLT_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -21,3 +21,4 @@\n OutALCARECOTkAlCosmicsHLT = copy.deepcopy(OutALCARECOTkAlCosmicsHLT_noDrop)\n OutALCARECOTkAlCosmicsHLT.outputCommands.insert(0, \"drop *\")\n \n+-- dummy change --"},{"sha":"3ee5353ef1bb3482c201596262cd4d9f1d1607d3","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsHLT_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlCosmicsHLT_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlCosmicsHLT_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlCosmicsHLT_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -19,3 +19,4 @@\n seqALCARECOTkAlCosmicsCosmicTFHLT = cms.Sequence(ALCARECOTkAlCosmicsHLT+seqALCARECOTkAlCosmicsCosmicTF)\n seqALCARECOTkAlCosmicsRegionalHLT = cms.Sequence(ALCARECOTkAlCosmicsHLT+seqALCARECOTkAlCosmicsRegional)\n \n+-- dummy change --"},{"sha":"b1422a29c0861786aaf0d4ccd17353e90003c7de","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsInCollisions_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlCosmicsInCollisions_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlCosmicsInCollisions_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlCosmicsInCollisions_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -25,3 +25,4 @@\n import copy\n OutALCARECOTkAlCosmicsInCollisions = copy.deepcopy(OutALCARECOTkAlCosmicsInCollisions_noDrop)\n OutALCARECOTkAlCosmicsInCollisions.outputCommands.insert(0, \"drop *\")\n+-- dummy change --"},{"sha":"6b514c2e10f656fedcf731d0f845185bd547570e","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsInCollisions_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlCosmicsInCollisions_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlCosmicsInCollisions_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlCosmicsInCollisions_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -53,3 +53,4 @@\n \n #________________________________Sequences____________________________________\n seqALCARECOTkAlCosmicsInCollisions = cms.Sequence(cosmicDCTracksSeq*ALCARECOTkAlCosmicsInCollisionsHLT+ALCARECOTkAlCosmicsInCollisionsDCSFilter+ALCARECOTkAlCosmicsInCollisions)\n+-- dummy change --"},{"sha":"62cbf75e3faa10c8b4d497206cbec507355a4c6b","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlCosmics_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlCosmics_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlCosmics_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -28,3 +28,4 @@\n import copy\n OutALCARECOTkAlCosmics = copy.deepcopy(OutALCARECOTkAlCosmics_noDrop)\n OutALCARECOTkAlCosmics.outputCommands.insert(0, \"drop *\")\n+-- dummy change --"},{"sha":"f0f3940db576ff9d0d8a2a229fb5ec01a5641bd6","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlCosmics_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlCosmics_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlCosmics_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -56,3 +56,4 @@\n seqALCARECOTkAlCosmicsCTF = cms.Sequence(ALCARECOTkAlCosmicsCTF)\n seqALCARECOTkAlCosmicsCosmicTF = cms.Sequence(ALCARECOTkAlCosmicsCosmicTF)\n seqALCARECOTkAlCosmicsRegional = cms.Sequence(ALCARECOTkAlCosmicsRegional)\n+-- dummy change --"},{"sha":"dc2db5f8cb4950a600f2ff3a91a1fb204feebd8b","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlDiMuonAndVertex_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlDiMuonAndVertex_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlDiMuonAndVertex_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlDiMuonAndVertex_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -49,3 +49,4 @@\n \n OutALCARECOTkAlDiMuonAndVertex = OutALCARECOTkAlDiMuonAndVertex_noDrop.clone()\n OutALCARECOTkAlDiMuonAndVertex.outputCommands.insert(0, \"drop *\")\n+-- dummy change --"},{"sha":"29f2e7f75677271cb20bcefc03408b986452f125","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlDiMuonAndVertex_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlDiMuonAndVertex_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlDiMuonAndVertex_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlDiMuonAndVertex_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -42,3 +42,4 @@\n eventSetupPathsKey='TkAlZMuMuHI')\n from Configuration.Eras.Modifier_phase2_tracker_cff import phase2_tracker\n phase2_tracker.toModify(ALCARECOTkAlDiMuon, etaMin = -4, etaMax = 4)\n+-- dummy change --"},{"sha":"99bbe89b1b8a958a81895db7094bfd453d227afc","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracksZMuMu_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlHLTTracksZMuMu_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlHLTTracksZMuMu_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlHLTTracksZMuMu_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -21,3 +21,4 @@\n OutALCARECOTkAlHLTTracksZMuMu = OutALCARECOTkAlHLTTracksZMuMu_noDrop.clone()\n OutALCARECOTkAlHLTTracksZMuMu.outputCommands.insert(0, \"drop *\")\n \n+-- dummy change --"},{"sha":"b4990b017f7e247c1b07d1b03390f6a065d09916","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracksZMuMu_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlHLTTracksZMuMu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlHLTTracksZMuMu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlHLTTracksZMuMu_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -58,3 +58,4 @@\n seqALCARECOTkAlHLTTracksZMuMu = cms.Sequence(ALCARECOTkAlHLTTracksZMuMuHLT+ALCARECOTkAlHLTTracksZMuMuDCSFilter+ALCARECOTkAlHLTTracksZMuMuGoodMuons+ALCARECOTkAlHLTTracksZMuMuRelCombIsoMuons+ALCARECOTkAlHLTTracksZMuMu)\n \n \n+-- dummy change --"},{"sha":"5623251afd3e7f15f808e7ed1c4af459a3a81d46","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracks_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlHLTTracks_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlHLTTracks_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlHLTTracks_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -19,3 +19,4 @@\n \n OutALCARECOTkAlHLTTracks = OutALCARECOTkAlHLTTracks_noDrop.clone()\n OutALCARECOTkAlHLTTracks.outputCommands.insert(0, \"drop *\")\n+-- dummy change --"},{"sha":"c20fbdfc1f73858ef6c58b22d671e45dc2e34ba6","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracks_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlHLTTracks_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlHLTTracks_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlHLTTracks_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -41,3 +41,4 @@\n ALCARECOTkAlHLTTracks.TwoBodyDecaySelector.applyAcoplanarityFilter = False\n \n seqALCARECOTkAlHLTTracks = cms.Sequence(ALCARECOTkAlHLTTracksHLT+ALCARECOTkAlHLTTracksDCSFilter+ALCARECOTkAlHLTTracks)\n+-- dummy change --"},{"sha":"5bba4cd9b5f71548f6dd2c852400fca6b18239ab","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJetHT_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlJetHT_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlJetHT_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlJetHT_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -42,3 +42,4 @@\n \n OutALCARECOTkAlJetHT = OutALCARECOTkAlJetHT_noDrop.clone()\n OutALCARECOTkAlJetHT.outputCommands.insert(0, \"drop *\")\n+-- dummy change --"},{"sha":"1ab0e81fc5df01484f890f34c613c460d9aa37f3","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJetHT_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlJetHT_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlJetHT_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlJetHT_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -47,3 +47,4 @@\n \n from Configuration.Eras.Modifier_phase2_tracker_cff import phase2_tracker\n phase2_tracker.toModify(ALCARECOTkAlJetHT, etaMin = -4, etaMax = 4)\n+-- dummy change --"},{"sha":"d85c06af8cf69b367591477cb49f833d74e7530b","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJpsiMuMuHI_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlJpsiMuMuHI_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlJpsiMuMuHI_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlJpsiMuMuHI_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -39,3 +39,4 @@\n \n OutALCARECOTkAlJpsiMuMuHI = OutALCARECOTkAlJpsiMuMuHI_noDrop.clone()\n OutALCARECOTkAlJpsiMuMuHI.outputCommands.insert(0, \"drop *\")\n+-- dummy change --"},{"sha":"6d57afbd8be3fde7200e5a044ca05f77579c2bea","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJpsiMuMuHI_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlJpsiMuMuHI_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlJpsiMuMuHI_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlJpsiMuMuHI_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -22,3 +22,4 @@\n +ALCARECOTkAlJpsiMuMuHIGoodMuons\n +ALCARECOTkAlJpsiMuMuHI\n )\n+-- dummy change --"},{"sha":"bd8352339d57e33a65e6d5b76c5e6e3bda9e2756","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJpsiMuMu_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlJpsiMuMu_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlJpsiMuMu_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlJpsiMuMu_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -51,3 +51,4 @@\n \n OutALCARECOTkAlJpsiMuMu = OutALCARECOTkAlJpsiMuMu_noDrop.clone()\n OutALCARECOTkAlJpsiMuMu.outputCommands.insert(0, \"drop *\")\n+-- dummy change --"},{"sha":"46d86f354f962cf525a2d0992eed28fdeb9a0441","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJpsiMuMu_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlJpsiMuMu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlJpsiMuMu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlJpsiMuMu_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -67,3 +67,4 @@\n \n from Configuration.Eras.Modifier_phase2_tracker_cff import phase2_tracker\n phase2_tracker.toModify(ALCARECOTkAlJpsiMuMu, etaMin = -4, etaMax = 4)\n+-- dummy change --"},{"sha":"674bdb3dddbbb29799317c9ee47abe41c294f125","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlLAS_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlLAS_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlLAS_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlLAS_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -13,3 +13,4 @@\n import copy\n OutALCARECOTkAlLAS = copy.deepcopy(OutALCARECOTkAlLAS_noDrop)\n OutALCARECOTkAlLAS.outputCommands.insert(0, \"drop *\")\n+-- dummy change --"},{"sha":"5c4739b390755a9a48ca0587058f193b66d9d2c1","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlLAS_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlLAS_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlLAS_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlLAS_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -23,3 +23,4 @@\n )\n \n seqALCARECOTkAlLAS = cms.Sequence(ALCARECOTkAlLASsiStripDigis+ALCARECOTkAlLASEventFilter+ALCARECOTkAlLAST0Producer)\n+-- dummy change --"},{"sha":"44da9eaa6594d81d087b683a7e7ad36baed47f3e","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMinBiasHI_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlMinBiasHI_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlMinBiasHI_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlMinBiasHI_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -40,3 +40,4 @@\n \n OutALCARECOTkAlMinBiasHI = copy.deepcopy(OutALCARECOTkAlMinBiasHI_noDrop)\n OutALCARECOTkAlMinBiasHI.outputCommands.insert(0, \"drop *\")\n+-- dummy change --"},{"sha":"5e24f247d41094dea5254515a7c743b0a5612079","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMinBiasHI_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlMinBiasHI_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlMinBiasHI_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlMinBiasHI_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -17,3 +17,4 @@\n #ALCARECOTkAlMinBiasHI.pMin = 3.0 ##GeV\n \n seqALCARECOTkAlMinBiasHI = cms.Sequence(ALCARECOTkAlMinBiasHIHLT+ALCARECOTkAlMinBiasHIDCSFilter+ALCARECOTkAlMinBiasHI)\n+-- dummy change --"},{"sha":"854ed231580e2d5092793335282fb44f95d4682a","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMinBias_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlMinBias_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlMinBias_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlMinBias_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -41,3 +41,4 @@\n \n OutALCARECOTkAlMinBias = OutALCARECOTkAlMinBias_noDrop.clone()\n OutALCARECOTkAlMinBias.outputCommands.insert(0, \"drop *\")\n+-- dummy change --"},{"sha":"255b8dd1503dfcc91638c1a1bc336d9b55837140","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMinBias_Skimmed_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlMinBias_Skimmed_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlMinBias_Skimmed_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlMinBias_Skimmed_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -141,3 +141,4 @@\n \n \n \n+-- dummy change --"},{"sha":"bb579339914590177c0d366ef48762de9bf124cd","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMinBias_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlMinBias_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlMinBias_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlMinBias_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -70,3 +70,4 @@\n \n from Configuration.Eras.Modifier_phase2_tracker_cff import phase2_tracker\n phase2_tracker.toModify(ALCARECOTkAlMinBias, etaMin = -4, etaMax = 4)\n+-- dummy change --"},{"sha":"5f169b4dd0c0710eaa5e810288f537a26c37062d","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedHI_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlMuonIsolatedHI_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlMuonIsolatedHI_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlMuonIsolatedHI_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -39,3 +39,4 @@\n \n OutALCARECOTkAlMuonIsolatedHI = OutALCARECOTkAlMuonIsolatedHI_noDrop.clone()\n OutALCARECOTkAlMuonIsolatedHI.outputCommands.insert(0, \"drop *\")\n+-- dummy change --"},{"sha":"74b89c8a131dfcfe2367e01ac385884fdbdd249b","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedHI_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlMuonIsolatedHI_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlMuonIsolatedHI_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlMuonIsolatedHI_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -28,3 +28,4 @@\n +ALCARECOTkAlMuonIsolatedHIDCSFilter\n +ALCARECOTkAlMuonIsolatedHI\n )\n+-- dummy change --"},{"sha":"ff253a650fd59882fb2b448f1420b6ec0ba9a59d","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedPA_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlMuonIsolatedPA_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlMuonIsolatedPA_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlMuonIsolatedPA_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -39,3 +39,4 @@\n \n OutALCARECOTkAlMuonIsolatedPA = copy.deepcopy(OutALCARECOTkAlMuonIsolatedPA_noDrop)\n OutALCARECOTkAlMuonIsolatedPA.outputCommands.insert(0, \"drop *\")\n+-- dummy change --"},{"sha":"68f9c5be4292114b0343092878c5ddd5018fa515","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedPA_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlMuonIsolatedPA_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlMuonIsolatedPA_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlMuonIsolatedPA_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -44,3 +44,4 @@\n seqALCARECOTkAlMuonIsolatedPA = cms.Sequence(ALCARECOTkAlMuonIsolatedPAHLT\n +ALCARECOTkAlMuonIsolatedPADCSFilter\n +ALCARECOTkAlMuonIsolatedPA)\n+-- dummy change --"},{"sha":"03cd50580409d46099d503516f393046c0a76a34","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolated_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlMuonIsolated_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlMuonIsolated_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlMuonIsolated_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -39,3 +39,4 @@\n \n OutALCARECOTkAlMuonIsolated = OutALCARECOTkAlMuonIsolated_noDrop.clone()\n OutALCARECOTkAlMuonIsolated.outputCommands.insert(0, \"drop *\")\n+-- dummy change --"},{"sha":"a8ebbd697f39f97d0148c93baabdf392f95451cf","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolated_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlMuonIsolated_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlMuonIsolated_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlMuonIsolated_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -60,3 +60,4 @@\n )\n from Configuration.Eras.Modifier_phase2_tracker_cff import phase2_tracker\n phase2_tracker.toModify(ALCARECOTkAlMuonIsolated, etaMin = -4, etaMax = 4)\n+-- dummy change --"},{"sha":"bd2493be63291d53b98bab039504803feaf4e765","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuHI_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlUpsilonMuMuHI_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlUpsilonMuMuHI_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlUpsilonMuMuHI_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -39,3 +39,4 @@\n \n OutALCARECOTkAlUpsilonMuMuHI = OutALCARECOTkAlUpsilonMuMuHI_noDrop.clone()\n OutALCARECOTkAlUpsilonMuMuHI.outputCommands.insert(0, \"drop *\")\n+-- dummy change --"},{"sha":"a04d358e12ae9c06ce9191025c453181d102da19","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuHI_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlUpsilonMuMuHI_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlUpsilonMuMuHI_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlUpsilonMuMuHI_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -21,3 +21,4 @@\n +ALCARECOTkAlUpsilonMuMuHIGoodMuons\n +ALCARECOTkAlUpsilonMuMuHI\n )\n+-- dummy change --"},{"sha":"4234e8e75e85d07e0ef681078ffd00c2646cd8ed","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuPA_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlUpsilonMuMuPA_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlUpsilonMuMuPA_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlUpsilonMuMuPA_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -40,3 +40,4 @@\n \n OutALCARECOTkAlUpsilonMuMuPA = copy.deepcopy(OutALCARECOTkAlUpsilonMuMuPA_noDrop)\n OutALCARECOTkAlUpsilonMuMuPA.outputCommands.insert(0, \"drop *\")\n+-- dummy change --"},{"sha":"27b28b55bddaeece54f267cab77ce3f6f398f805","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuPA_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlUpsilonMuMuPA_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlUpsilonMuMuPA_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlUpsilonMuMuPA_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -21,3 +21,4 @@\n +ALCARECOTkAlUpsilonMuMuPAGoodMuons\n +ALCARECOTkAlUpsilonMuMuPA\n )\n+-- dummy change --"},{"sha":"60a8037a1a39ac1aaf1b69ce436ef23138f7fcd5","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMu_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlUpsilonMuMu_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlUpsilonMuMu_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlUpsilonMuMu_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -51,3 +51,4 @@\n \n OutALCARECOTkAlUpsilonMuMu = OutALCARECOTkAlUpsilonMuMu_noDrop.clone()\n OutALCARECOTkAlUpsilonMuMu.outputCommands.insert(0, \"drop *\")\n+-- dummy change --"},{"sha":"1c0fc5a596f1e7ff941295942f2049cf320c8bc0","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMu_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlUpsilonMuMu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlUpsilonMuMu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlUpsilonMuMu_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -67,3 +67,4 @@\n )\n from Configuration.Eras.Modifier_phase2_tracker_cff import phase2_tracker\n phase2_tracker.toModify(ALCARECOTkAlUpsilonMuMu, etaMin = -4, etaMax = 4)\n+-- dummy change --"},{"sha":"0480424ff552635253b69a9cf446ec48245f7592","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlV0s_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlV0s_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlV0s_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlV0s_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -50,3 +50,4 @@\n \n OutALCARECOTkAlV0s = OutALCARECOTkAlV0s_noDrop.clone()\n OutALCARECOTkAlV0s.outputCommands.insert(0, \"drop *\")\n+-- dummy change --"},{"sha":"af4b5fb19369c9aef61acd690073a041721db9a6","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlV0s_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlV0s_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlV0s_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlV0s_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -38,3 +38,4 @@\n ##################################################################\n seqALCARECOTkAlK0s = cms.Sequence(ALCARECOTkAlV0sHLTFilter + ALCARECOTkAlV0sKShortEventSelector + ALCARECOTkAlKShortTracks)\n seqALCARECOTkAlLambdas = cms.Sequence(ALCARECOTkAlV0sHLTFilter + ALCARECOTkAlV0sLambdaEventSelector + ALCARECOTkAlLambdaTracks)\n+-- dummy change --"},{"sha":"485e64e9c95bfcac4c927d2e68557b9b5aed0bd9","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlWMuNu_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlWMuNu_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlWMuNu_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlWMuNu_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -41,3 +41,4 @@\n OutALCARECOTkAlWMuNu = OutALCARECOTkAlWMuNu_noDrop.clone()\n OutALCARECOTkAlWMuNu.outputCommands.insert(0, \"drop *\")\n \n+-- dummy change --"},{"sha":"9da72b073c75ee08a65e8f70b1b5f0daff368cc1","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlWMuNu_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlWMuNu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlWMuNu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlWMuNu_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -59,3 +59,4 @@\n ALCARECOTkAlWMuNu.TwoBodyDecaySelector.acoplanarDistance = 1 ##radian\n \n seqALCARECOTkAlWMuNu = cms.Sequence(ALCARECOTkAlWMuNuHLT+ALCARECOTkAlWMuNuDCSFilter+ALCARECOTkAlWMuNuGoodMuons+ALCARECOTkAlWMuNuRelCombIsoMuons+ALCARECOTkAlWMuNu)\n+-- dummy change --"},{"sha":"43d1855522aedf48762b17db5d6744fcd1da4caa","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMuHI_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlZMuMuHI_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlZMuMuHI_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlZMuMuHI_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -39,3 +39,4 @@\n \n OutALCARECOTkAlZMuMuHI = OutALCARECOTkAlZMuMuHI_noDrop.clone()\n OutALCARECOTkAlZMuMuHI.outputCommands.insert(0, \"drop *\")\n+-- dummy change --"},{"sha":"c20afa71b19fe4792cca2a8a1508d6773c17cef7","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMuHI_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlZMuMuHI_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlZMuMuHI_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlZMuMuHI_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -21,3 +21,4 @@\n +ALCARECOTkAlZMuMuHIGoodMuons\n +ALCARECOTkAlZMuMuHI\n )\n+-- dummy change --"},{"sha":"0c89772184becb29ab3a849c5d5c0ec303fb0e1b","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMuPA_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlZMuMuPA_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlZMuMuPA_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlZMuMuPA_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -40,3 +40,4 @@\n \n OutALCARECOTkAlZMuMuPA = copy.deepcopy(OutALCARECOTkAlZMuMuPA_noDrop)\n OutALCARECOTkAlZMuMuPA.outputCommands.insert(0, \"drop *\")\n+-- dummy change --"},{"sha":"509bc5b3fea2d00a3e57c66ac800f40d3baf5749","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMuPA_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlZMuMuPA_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlZMuMuPA_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlZMuMuPA_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -21,3 +21,4 @@\n +TkAlGoodIdMuonSelector\n +ALCARECOTkAlZMuMuPA\n )\n+-- dummy change --"},{"sha":"21919ef33c29d8f64a5ef73d71c6974f98312aaf","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMu_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlZMuMu_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlZMuMu_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlZMuMu_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -52,3 +52,4 @@\n \n OutALCARECOTkAlZMuMu = OutALCARECOTkAlZMuMu_noDrop.clone()\n OutALCARECOTkAlZMuMu.outputCommands.insert(0, \"drop *\")\n+-- dummy change --"},{"sha":"954da896ee529a71d56f2f298f2257c1a05b0d72","filename":"Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMu_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlZMuMu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlZMuMu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FALCARECOTkAlZMuMu_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -70,3 +70,4 @@\n \n from Configuration.Eras.Modifier_phase2_tracker_cff import phase2_tracker\n phase2_tracker.toModify(ALCARECOTkAlZMuMu, etaMin = -4, etaMax = 4)\n+-- dummy change --"},{"sha":"c5e677e128a46de51f64fe85cd0f5d6347e9b3b8","filename":"Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvester0T_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FAlcaSiPixelAliHarvester0T_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FAlcaSiPixelAliHarvester0T_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FAlcaSiPixelAliHarvester0T_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -55,3 +55,4 @@\n \n ALCAHARVESTSiPixelAli = cms.Sequence(SiPixelAliMilleFileExtractor*\n SiPixelAliPedeAlignmentProducer)\n+-- dummy change --"},{"sha":"d6217ec9374a282e70b103045ec2e2e705aefed1","filename":"Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHGCombined_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FAlcaSiPixelAliHarvesterHGCombined_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FAlcaSiPixelAliHarvesterHGCombined_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FAlcaSiPixelAliHarvesterHGCombined_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -90,3 +90,4 @@\n SiPixelAliPedeAlignmentProducerHGCombined*\n SiPixelAliDQMModuleHGCombined*\n dqmEnvSiPixelAliHGCombined)\n+-- dummy change --"},{"sha":"10d9797ead262431d2637ecda71b4db36d05b209","filename":"Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHG_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FAlcaSiPixelAliHarvesterHG_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FAlcaSiPixelAliHarvesterHG_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FAlcaSiPixelAliHarvesterHG_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -78,3 +78,4 @@\n SiPixelAliPedeAlignmentProducerHG*\n SiPixelAliDQMModuleHG*\n dqmEnvSiPixelAliHG)\n+-- dummy change --"},{"sha":"fcaca0e4b0b5b89fa8a12898d35070bcf769032f","filename":"Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHLTHGCombined_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FAlcaSiPixelAliHarvesterHLTHGCombined_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FAlcaSiPixelAliHarvesterHLTHGCombined_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FAlcaSiPixelAliHarvesterHLTHGCombined_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -91,3 +91,4 @@\n SiPixelAliPedeAlignmentProducerHLTHGCombined*\n SiPixelAliDQMModuleHLTHGCombined*\n dqmEnvSiPixelAliHLTHGCombined)\n+-- dummy change --"},{"sha":"79e86f0de2ca28dddbf8109dfe127d34e68e56cd","filename":"Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvester_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FAlcaSiPixelAliHarvester_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FAlcaSiPixelAliHarvester_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FAlcaSiPixelAliHarvester_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -61,3 +61,4 @@\n SiPixelAliPedeAlignmentProducer*\n SiPixelAliDQMModule*\n dqmEnvSiPixelAli)\n+-- dummy change --"},{"sha":"e9fd8fd5228a4c405a2f05840a9582831f3bc743","filename":"Alignment/CommonAlignmentProducer/python/AlignmentMuonSelector_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FAlignmentMuonSelector_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FAlignmentMuonSelector_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FAlignmentMuonSelector_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -44,3 +44,4 @@\n minMassPair = cms.double(89.0),\n maxMassPair = cms.double(90.0)\n )\n+-- dummy change --"},{"sha":"8519f1e80afdd9ea0a564745ed6f3dc0439af5fd","filename":"Alignment/CommonAlignmentProducer/python/AlignmentProducerAsAnalyzer_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FAlignmentProducerAsAnalyzer_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FAlignmentProducerAsAnalyzer_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FAlignmentProducerAsAnalyzer_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -88,3 +88,4 @@\n import Geometry.GEMGeometryBuilder.gemGeometryDB_cfi\n GEMGeometryAlignmentProducerAsAnalyzer = Geometry.GEMGeometryBuilder.gemGeometryDB_cfi.GEMGeometryESModule.clone()\n GEMGeometryAlignmentProducerAsAnalyzer.appendToDataLabel = 'idealForAlignmentProducerBase'\n+-- dummy change --"},{"sha":"813e8fd9f33774a7adaa5a838c490b6ec45a537d","filename":"Alignment/CommonAlignmentProducer/python/AlignmentProducer_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FAlignmentProducer_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FAlignmentProducer_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FAlignmentProducer_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -91,3 +91,4 @@\n import Geometry.GEMGeometryBuilder.gemGeometryDB_cfi\n GEMGeometryAlignmentProducerAsAnalyzer = Geometry.GEMGeometryBuilder.gemGeometryDB_cfi.GEMGeometryESModule.clone()\n GEMGeometryAlignmentProducerAsAnalyzer.appendToDataLabel = 'idealForAlignmentProducerBase'\n+-- dummy change --"},{"sha":"439cc951881de04b1184829214813f2295efaf7b","filename":"Alignment/CommonAlignmentProducer/python/AlignmentTrackSelector_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FAlignmentTrackSelector_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FAlignmentTrackSelector_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FAlignmentTrackSelector_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -120,3 +120,4 @@\n )\n \n \n+-- dummy change --"},{"sha":"46e275da84eeb310c08120fe9af6882f919a7a43","filename":"Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexCompositeCandidateSelector_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FAlignmentTracksFromVertexCompositeCandidateSelector_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FAlignmentTracksFromVertexCompositeCandidateSelector_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FAlignmentTracksFromVertexCompositeCandidateSelector_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -2,3 +2,4 @@\n \n from Alignment.CommonAlignmentProducer.alignmentTrackFromVertexCompositeCandidateSelectorModule_cfi import alignmentTrackFromVertexCompositeCandidateSelectorModule\n AlignmentTracksFromVertexCompositeCandidateSelector = alignmentTrackFromVertexCompositeCandidateSelectorModule.clone()\n+-- dummy change --"},{"sha":"888910d361941ba548961ae0482c8b303734e2ca","filename":"Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexSelector_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FAlignmentTracksFromVertexSelector_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FAlignmentTracksFromVertexSelector_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FAlignmentTracksFromVertexSelector_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -5,3 +5,4 @@\n vertices = cms.InputTag(\"offlinePrimaryVertices\"),\n vertexIndex = cms.uint32(0),\n filter = cms.bool(False))\n+-- dummy change --"},{"sha":"df8988e41d46834af20c9add977e4b56246c2cf0","filename":"Alignment/CommonAlignmentProducer/python/DBConfiguration_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FDBConfiguration_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FDBConfiguration_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FDBConfiguration_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -33,3 +33,4 @@\n )\n \n \n+-- dummy change --"},{"sha":"218eeed403b0b78a03dd7cb1686cf508bfccd56a","filename":"Alignment/CommonAlignmentProducer/python/FakeAlignmentSource_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FFakeAlignmentSource_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FFakeAlignmentSource_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FFakeAlignmentSource_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -9,3 +9,4 @@\n produceTrackerSurfaceDeformation = cms.bool(True),\n appendToDataLabel = cms.string('')\n )\n+-- dummy change --"},{"sha":"596002dda58b6f256362a9fb11920c18198bd98d","filename":"Alignment/CommonAlignmentProducer/python/GlobalPosition_Fake_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FGlobalPosition_Fake_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FGlobalPosition_Fake_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FGlobalPosition_Fake_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -4,3 +4,4 @@\n #=================================\n from Alignment.CommonAlignmentProducer.FakeAlignmentSource_cfi import *\n \n+-- dummy change --"},{"sha":"07313838bbdfecc985d2e7010e2418c707c7f6a8","filename":"Alignment/CommonAlignmentProducer/python/GlobalPosition_Frontier_DevDB_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FGlobalPosition_Frontier_DevDB_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FGlobalPosition_Frontier_DevDB_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FGlobalPosition_Frontier_DevDB_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -11,3 +11,4 @@\n tag = cms.string('IdealGeometry')\n ))\n \n+-- dummy change --"},{"sha":"12194bc04ed6fd5b81d006fdc0ebf92b02dbc4ce","filename":"Alignment/CommonAlignmentProducer/python/GlobalPosition_Frontier_IntDB_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FGlobalPosition_Frontier_IntDB_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FGlobalPosition_Frontier_IntDB_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FGlobalPosition_Frontier_IntDB_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -11,3 +11,4 @@\n tag = cms.string('IdealGeometry')\n ))\n \n+-- dummy change --"},{"sha":"bafdd10aad6859520a06406da0d3f0d10270529f","filename":"Alignment/CommonAlignmentProducer/python/GlobalPosition_Frontier_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FGlobalPosition_Frontier_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FGlobalPosition_Frontier_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FGlobalPosition_Frontier_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -11,3 +11,4 @@\n )\n )\n \n+-- dummy change --"},{"sha":"bb4e68738298b731ed76194029a707bbcc6d2c16","filename":"Alignment/CommonAlignmentProducer/python/HLTModulesIncludes_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FHLTModulesIncludes_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FHLTModulesIncludes_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FHLTModulesIncludes_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -3,3 +3,4 @@\n hltESPStripCPEfromTrackAngle = fragment.hltESPStripCPEfromTrackAngle\n hltESPPixelCPEGeneric = fragment.hltESPPixelCPEGeneric\n hltESPTTRHBWithTrackAngle = fragment.hltESPTTRHBWithTrackAngle\n+-- dummy change --"},{"sha":"ce8f042412316d89349f7a5e0dc6c8a8b1934478","filename":"Alignment/CommonAlignmentProducer/python/LSNumberFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FLSNumberFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FLSNumberFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FLSNumberFilter_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -9,3 +9,4 @@\n \"ECALTiming\",\n \"ECAL\"]\n )\n+-- dummy change --"},{"sha":"ad2df1004582c55561d03fefab3025eea9713246","filename":"Alignment/CommonAlignmentProducer/python/TkAlMuonSelectors_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FTkAlMuonSelectors_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FTkAlMuonSelectors_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FTkAlMuonSelectors_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -46,3 +46,4 @@\n phase2_common.toModify(TkAlRelCombIsoMuonSelector,\n relCombIsoCut = 0.10,\n useTrackerOnlyIsolation = True) # only tracker isolation\n+-- dummy change --"},{"sha":"3d3554bb45edf0a6d83ac4778a25005ca366a813","filename":"Alignment/CommonAlignmentProducer/python/customizeLSNumberFilterForRelVals.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FcustomizeLSNumberFilterForRelVals.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FcustomizeLSNumberFilterForRelVals.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FcustomizeLSNumberFilterForRelVals.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -32,3 +32,4 @@ def lowerHitsPerStructure(process):\n 'skipemptycons'\n )\n return process\n+-- dummy change --"},{"sha":"b0aa9e1daecbf27415baedd74cd8a28680a0b353","filename":"Alignment/CommonAlignmentProducer/python/fakeAlignmentProducer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FfakeAlignmentProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FfakeAlignmentProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FfakeAlignmentProducer_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -5,3 +5,4 @@\n )\n \n \n+-- dummy change --"},{"sha":"b5d247ac9f7d65b781243933a85a916795d55cb7","filename":"Alignment/CommonAlignmentProducer/python/fakeForIdealAlignmentProducer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FfakeForIdealAlignmentProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fpython%2FfakeForIdealAlignmentProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fpython%2FfakeForIdealAlignmentProducer_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -5,3 +5,4 @@\n fakeForIdealAlignment = Alignment.CommonAlignmentProducer.fakeAlignmentProducer_cfi.fakeAlignment.clone()\n fakeForIdealAlignment.appendToDataLabel = 'fakeForIdeal'\n \n+-- dummy change --"},{"sha":"c620a5ffdfe1ee2ccc26cde74dd77913a1402ac6","filename":"Alignment/CommonAlignmentProducer/scripts/AlCaHLTBitMon_ParallelJobs.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fscripts%2FAlCaHLTBitMon_ParallelJobs.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fscripts%2FAlCaHLTBitMon_ParallelJobs.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fscripts%2FAlCaHLTBitMon_ParallelJobs.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -155,3 +155,4 @@ def defineOptions():\n options.template,\n options.queue,\n options.cafsetup)\n+-- dummy change --"},{"sha":"c1e72439606374987b200a761e2a851c08098c80","filename":"Alignment/CommonAlignmentProducer/scripts/AlCaHLTBitMon_QueryRunRegistry.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fscripts%2FAlCaHLTBitMon_QueryRunRegistry.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fscripts%2FAlCaHLTBitMon_QueryRunRegistry.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fscripts%2FAlCaHLTBitMon_QueryRunRegistry.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -287,3 +287,4 @@ def getRegExp(regexp):\n options = defineOptions()\n data=extractData(options.workspaceName,options.regexp,options.dataset,options.site,options)\n \n+-- dummy change --"},{"sha":"ef0d72c74b94ef8498144f93f0e6b72024828000","filename":"Alignment/CommonAlignmentProducer/src/AlignmentCSCBeamHaloSelector.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fsrc%2FAlignmentCSCBeamHaloSelector.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fsrc%2FAlignmentCSCBeamHaloSelector.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fsrc%2FAlignmentCSCBeamHaloSelector.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -65,3 +65,4 @@ AlignmentCSCBeamHaloSelector::Tracks AlignmentCSCBeamHaloSelector::select(const\n \n return result;\n }\n+-- dummy change --"},{"sha":"920c11eb5bd4fe0bd57eb2dccbf35abaccb11973","filename":"Alignment/CommonAlignmentProducer/src/AlignmentCSCOverlapSelector.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fsrc%2FAlignmentCSCOverlapSelector.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fsrc%2FAlignmentCSCOverlapSelector.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fsrc%2FAlignmentCSCOverlapSelector.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -146,3 +146,4 @@ AlignmentCSCOverlapSelector::Tracks AlignmentCSCOverlapSelector::select(const Tr\n \n return result;\n }\n+-- dummy change --"},{"sha":"c2c8b72068a55998a48697b2933f98855bf3c6d0","filename":"Alignment/CommonAlignmentProducer/src/AlignmentCSCTrackSelector.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fsrc%2FAlignmentCSCTrackSelector.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fsrc%2FAlignmentCSCTrackSelector.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fsrc%2FAlignmentCSCTrackSelector.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -80,3 +80,4 @@ AlignmentCSCTrackSelector::Tracks AlignmentCSCTrackSelector::select(const Tracks\n \n return result;\n }\n+-- dummy change --"},{"sha":"06d6f8f47142137333f7c4d179074787701077b9","filename":"Alignment/CommonAlignmentProducer/src/AlignmentGlobalTrackSelector.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fsrc%2FAlignmentGlobalTrackSelector.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fsrc%2FAlignmentGlobalTrackSelector.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fsrc%2FAlignmentGlobalTrackSelector.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -233,3 +233,4 @@ void AlignmentGlobalTrackSelector::printTracks(const Tracks& col) const {\n }\n LogDebug(\"Alignment\") << \">......................................\";\n }\n+-- dummy change --"},{"sha":"2f42529b4bcc82f77079d0da285f3a5c62143709","filename":"Alignment/CommonAlignmentProducer/src/AlignmentMuonSelector.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fsrc%2FAlignmentMuonSelector.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fsrc%2FAlignmentMuonSelector.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fsrc%2FAlignmentMuonSelector.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -228,3 +228,4 @@ AlignmentMuonSelector::Muons AlignmentMuonSelector::theBestMassPairCombinationMu\n \n return result;\n }\n+-- dummy change --"},{"sha":"e3386b570de178ec90b020e8dee723c36ac697d7","filename":"Alignment/CommonAlignmentProducer/src/AlignmentProducerBase.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fsrc%2FAlignmentProducerBase.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fsrc%2FAlignmentProducerBase.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fsrc%2FAlignmentProducerBase.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -946,3 +946,4 @@ void AlignmentProducerBase::writeDB(const AlignmentSurfaceDeformations& alignmen\n poolDb->writeOneIOV(alignmentSurfaceDeformations, time, surfaceDeformationRcd);\n }\n }\n+-- dummy change --"},{"sha":"590cfcf015b20693595d663ceb6ec13278ac9273","filename":"Alignment/CommonAlignmentProducer/src/AlignmentSeedSelector.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fsrc%2FAlignmentSeedSelector.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fsrc%2FAlignmentSeedSelector.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fsrc%2FAlignmentSeedSelector.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -59,3 +59,4 @@ AlignmentSeedSelector::theNHighestPtSeeds(const Seeds& seeds) const\n return result;\n }\n */\n+-- dummy change --"},{"sha":"890839988e6d4c8233fa3c30396aaece3b9c46f8","filename":"Alignment/CommonAlignmentProducer/src/AlignmentTrackSelector.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fsrc%2FAlignmentTrackSelector.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fsrc%2FAlignmentTrackSelector.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fsrc%2FAlignmentTrackSelector.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -838,3 +838,4 @@ bool AlignmentTrackSelector::isOkTrkQuality(const reco::Track* track) const {\n \n return qualityOk && iterStepOk;\n } //end check on track quality\n+-- dummy change --"},{"sha":"530414859fc4c5d4689aeef93c67b24835ca0418","filename":"Alignment/CommonAlignmentProducer/src/AlignmentTracksFromVertexCompositeCandidateSelector.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fsrc%2FAlignmentTracksFromVertexCompositeCandidateSelector.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fsrc%2FAlignmentTracksFromVertexCompositeCandidateSelector.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fsrc%2FAlignmentTracksFromVertexCompositeCandidateSelector.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -68,3 +68,4 @@ AlignmentTrackFromVertexCompositeCandidateSelector::Tracks AlignmentTrackFromVer\n \n return result;\n }\n+-- dummy change --"},{"sha":"0353c7a34ec4f25f14301afdbc902684bbf865fd","filename":"Alignment/CommonAlignmentProducer/src/AlignmentTracksFromVertexSelector.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fsrc%2FAlignmentTracksFromVertexSelector.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fsrc%2FAlignmentTracksFromVertexSelector.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fsrc%2FAlignmentTracksFromVertexSelector.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -126,3 +126,4 @@ AlignmentTrackFromVertexSelector::Tracks AlignmentTrackFromVertexSelector::selec\n } // if the handle is valid\n return result;\n }\n+-- dummy change --"},{"sha":"d07fe27e77288361c2dee775b87de540e8466271","filename":"Alignment/CommonAlignmentProducer/src/AlignmentTwoBoyDecayTrackSelector.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fsrc%2FAlignmentTwoBoyDecayTrackSelector.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Fsrc%2FAlignmentTwoBoyDecayTrackSelector.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Fsrc%2FAlignmentTwoBoyDecayTrackSelector.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -304,3 +304,4 @@ void AlignmentTwoBodyDecayTrackSelector::printTracks(const Tracks& col) const {\n }\n LogDebug(\"Alignment\") << \">......................................\";\n }\n+-- dummy change --"},{"sha":"406d25771fa1b5e14278d4c102744b8395210618","filename":"Alignment/CommonAlignmentProducer/test/AlignmentRcd-scan_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Ftest%2FAlignmentRcd-scan_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Ftest%2FAlignmentRcd-scan_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Ftest%2FAlignmentRcd-scan_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -27,3 +27,4 @@\n \n process.p = cms.Path(process.AlignmentRcdScan)\n \n+-- dummy change --"},{"sha":"8e474d57459ee7c9cafe1c5854be23cbada6efdb","filename":"Alignment/CommonAlignmentProducer/test/AlignmentRcdScan.cpp","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Ftest%2FAlignmentRcdScan.cpp","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Ftest%2FAlignmentRcdScan.cpp","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Ftest%2FAlignmentRcdScan.cpp?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -176,3 +176,4 @@ void AlignmentRcdScan::inspectRecord(const std::string& rcdname, const edm::Even\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(AlignmentRcdScan);\n+-- dummy change --"},{"sha":"b0b2ade39c6eebae6e01c5acb65303936dc62b56","filename":"Alignment/CommonAlignmentProducer/test/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Ftest%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Ftest%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Ftest%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -18,3 +18,4 @@\n \n \n \n+-- dummy change --"},{"sha":"1cb996d38905f840d3b8bdc02a051c7f6d14e87a","filename":"Alignment/CommonAlignmentProducer/test/GlobalPositionRcd-read_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Ftest%2FGlobalPositionRcd-read_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Ftest%2FGlobalPositionRcd-read_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Ftest%2FGlobalPositionRcd-read_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -26,3 +26,4 @@\n process.p = cms.Path(process.GlobalPositionRcdRead)\n \n \n+-- dummy change --"},{"sha":"09069498608d69fd127c7d55f6d2383c7a4349dd","filename":"Alignment/CommonAlignmentProducer/test/GlobalPositionRcd-scan_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Ftest%2FGlobalPositionRcd-scan_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Ftest%2FGlobalPositionRcd-scan_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Ftest%2FGlobalPositionRcd-scan_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -41,3 +41,4 @@\n process.p = cms.Path(process.GlobalPositionRcdScan)\n \n \n+-- dummy change --"},{"sha":"d83cb705d407d3dfcf713b77c0ebebd4fc7640bf","filename":"Alignment/CommonAlignmentProducer/test/GlobalPositionRcd-write_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Ftest%2FGlobalPositionRcd-write_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Ftest%2FGlobalPositionRcd-write_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Ftest%2FGlobalPositionRcd-write_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -77,3 +77,4 @@\n process.CondDBSetup.DBParameters.messageLevel = 2\n \n \n+-- dummy change --"},{"sha":"0f654074446e22dc404a2b0f6d3f54b774e0e8ae","filename":"Alignment/CommonAlignmentProducer/test/GlobalPositionRcdRead.cpp","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Ftest%2FGlobalPositionRcdRead.cpp","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Ftest%2FGlobalPositionRcdRead.cpp","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Ftest%2FGlobalPositionRcdRead.cpp?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -53,3 +53,4 @@ void GlobalPositionRcdRead::analyze(const edm::Event& iEvent, const edm::EventSe\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(GlobalPositionRcdRead);\n+-- dummy change --"},{"sha":"e92d2e9ce9f2e2db7595cc8c460f0041a936fb5a","filename":"Alignment/CommonAlignmentProducer/test/GlobalPositionRcdScan.cpp","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Ftest%2FGlobalPositionRcdScan.cpp","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Ftest%2FGlobalPositionRcdScan.cpp","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Ftest%2FGlobalPositionRcdScan.cpp?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -118,3 +118,4 @@ void GlobalPositionRcdScan::endJob() {\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(GlobalPositionRcdScan);\n+-- dummy change --"},{"sha":"53727630a3ee8693ddba2d9bef4fe0947c1c5556","filename":"Alignment/CommonAlignmentProducer/test/GlobalPositionRcdWrite.cpp","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Ftest%2FGlobalPositionRcdWrite.cpp","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Ftest%2FGlobalPositionRcdWrite.cpp","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Ftest%2FGlobalPositionRcdWrite.cpp?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -176,3 +176,4 @@ void GlobalPositionRcdWrite::analyze(const edm::Event& evt, const edm::EventSetu\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(GlobalPositionRcdWrite);\n+-- dummy change --"},{"sha":"cc13e129383bca0c255d71576aa31ce8b527782a","filename":"Alignment/CommonAlignmentProducer/test/GlobalTrackerMuonAlignment_test_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Ftest%2FGlobalTrackerMuonAlignment_test_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Ftest%2FGlobalTrackerMuonAlignment_test_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Ftest%2FGlobalTrackerMuonAlignment_test_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -183,3 +183,4 @@\n # '/store/mc/Summer09/InclusiveMu15/ALCARECO/MC_31X_V3_StreamMuAlCalIsolatedMu-v2/0004/DCD1E223-0192-DE11-B50C-001731EF61B4.root',\n # 31k\n ))\n+-- dummy change --"},{"sha":"c4b1d30cdbd1db13cc1a82dea7d75ef8d5088c5d","filename":"Alignment/CommonAlignmentProducer/test/TestAccessGeom.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Ftest%2FTestAccessGeom.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Ftest%2FTestAccessGeom.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Ftest%2FTestAccessGeom.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -147,3 +147,4 @@ void TestAccessGeom::analyze(const edm::Event& iEvent, const edm::EventSetup& iS\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(TestAccessGeom);\n+-- dummy change --"},{"sha":"e982e10101601ecfca4e8e9fffb26c4df64bd686","filename":"Alignment/CommonAlignmentProducer/test/TrackerAPForPCL/alignment_mille.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Ftest%2FTrackerAPForPCL%2Falignment_mille.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Ftest%2FTrackerAPForPCL%2Falignment_mille.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Ftest%2FTrackerAPForPCL%2Falignment_mille.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -227,3 +227,4 @@\n \n # MPS needs next line as placeholder for pede _cfg.py:\n #MILLEPEDEBLOCK\n+-- dummy change --"},{"sha":"2c076f7577cb2855c037b3769d3acfb04779b03a","filename":"Alignment/CommonAlignmentProducer/test/alignment.pl","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Ftest%2Falignment.pl","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Ftest%2Falignment.pl","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Ftest%2Falignment.pl?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -428,3 +428,4 @@ sub replace {\n system(\"mv tmp $infile\");\n \n }\n+-- dummy change --"},{"sha":"ae29038d20a92822b83ba9b93fcb2aa53967306e","filename":"Alignment/CommonAlignmentProducer/test/alignmentCAF.pl","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Ftest%2FalignmentCAF.pl","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Ftest%2FalignmentCAF.pl","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Ftest%2FalignmentCAF.pl?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -526,3 +526,4 @@ sub replace {\n system(\"mv tmp $infile\");\n \n }\n+-- dummy change --"},{"sha":"00da98bca49799c28cc88c706c58118158c21f9c","filename":"Alignment/CommonAlignmentProducer/test/alignment_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Ftest%2Falignment_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Ftest%2Falignment_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Ftest%2Falignment_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -73,3 +73,4 @@\n process.p = cms.Path(process.offlineBeamSpot+process.AlignmentTrackSelector*process.TrackRefitter)\n \n \n+-- dummy change --"},{"sha":"82c410a7d9e0167ccf49322e3fcefa9155d6657a","filename":"Alignment/CommonAlignmentProducer/test/make_muonalignment_dirs.pl","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Ftest%2Fmake_muonalignment_dirs.pl","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Ftest%2Fmake_muonalignment_dirs.pl","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Ftest%2Fmake_muonalignment_dirs.pl?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -766,3 +766,4 @@ ($dirname, $pass, $iter)\n \";\n close(FILE);\n }\n+-- dummy change --"},{"sha":"5ba63275ef26cfe7c20d8d273d08f331f9b445ca","filename":"Alignment/CommonAlignmentProducer/test/test-PromptCalibProdSiPixelAliHLTHGC.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Ftest%2Ftest-PromptCalibProdSiPixelAliHLTHGC.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Ftest%2Ftest-PromptCalibProdSiPixelAliHLTHGC.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Ftest%2Ftest-PromptCalibProdSiPixelAliHLTHGC.sh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -58,3 +58,4 @@ cmsDriver.py stepHarvest \\\n \t --era Run3_2024 \\\n \t -n -1 \\\n \t --filein file:PromptCalibProdSiPixelAliHLTHGC_0.root,file:PromptCalibProdSiPixelAliHLTHGC_1.root >& Harvesting.log\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75?per_page=100&page=7 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:16:33 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"03c87e8e55cd6eba0cf5dd20ac1fa1e53b10daaa9b73ffb11a9ccc02c2201f8e"'), ('Last-Modified', 'Wed, 30 Apr 2025 14:08:46 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4775'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '225'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D6D4:52083:5E3C05:5FFA7A:681230C1')] +{"sha":"b6db3e643d2bd16deee12590d1312a3addcd2d75","node_id":"C_kwDOF83__NoAKGI2ZGIzZTY0M2QyYmQxNmRlZWUxMjU5MGQxMzEyYTNhZGRjZDJkNzU","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"message":"Test commit with many files","tree":{"sha":"d8f8da26398eca77794c2a8409031a5ab8ac23df","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/d8f8da26398eca77794c2a8409031a5ab8ac23df"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/b6db3e643d2bd16deee12590d1312a3addcd2d75","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c83ecb127f70592a95b0544c2e7e2404c9d7e440","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c83ecb127f70592a95b0544c2e7e2404c9d7e440","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c83ecb127f70592a95b0544c2e7e2404c9d7e440"}],"stats":{"total":1506,"additions":1506,"deletions":0},"files":[{"sha":"fbb8577f1dac69a724f07d103ce4b4e29ea47497","filename":"Alignment/CommonAlignmentProducer/test/test-accessGeom_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Ftest%2Ftest-accessGeom_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FCommonAlignmentProducer%2Ftest%2Ftest-accessGeom_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentProducer%2Ftest%2Ftest-accessGeom_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -45,3 +45,4 @@\n process.p = cms.Path(process.demo)\n process.MessageLogger.cerr.INFO.limit = 1000000\n process.MessageLogger.cerr.noTimeStamps = True\n+-- dummy change --"},{"sha":"362df665165be616d924d0f9b8328ddfd9b073f4","filename":"Alignment/Geners/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -7,3 +7,4 @@\n \n \n \n+-- dummy change --"},{"sha":"e4748e75c7d95e52445f8cc0dc6f282f04287834","filename":"Alignment/Geners/interface/AbsArchive.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FAbsArchive.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FAbsArchive.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FAbsArchive.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -157,3 +157,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_ABSARCHIVE_HH_\n+-- dummy change --"},{"sha":"de8c4a4424b17e8105fd6f56aebbfd38dffa14e6","filename":"Alignment/Geners/interface/AbsCatalog.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FAbsCatalog.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FAbsCatalog.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FAbsCatalog.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -80,3 +80,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_ABSCATALOG_HH_\n+-- dummy change --"},{"sha":"4e627897b3600067cfe07488913c933ecd59f933","filename":"Alignment/Geners/interface/AbsReader.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FAbsReader.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FAbsReader.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FAbsReader.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -111,3 +111,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_ABSREADER_HH_\n+-- dummy change --"},{"sha":"b18501b5f2618cf1fb6949058a75c70b085787a9","filename":"Alignment/Geners/interface/AbsRecord.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FAbsRecord.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FAbsRecord.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FAbsRecord.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -43,3 +43,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_ABSRECORD_HH_\n+-- dummy change --"},{"sha":"e840e8b831702724c715d809fabadb9a482d90a6","filename":"Alignment/Geners/interface/AbsReference.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FAbsReference.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FAbsReference.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FAbsReference.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -94,3 +94,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_ABSREFERENCE_HH_\n+-- dummy change --"},{"sha":"e4c3c7266fd309907b995f67bced41aa1f5cade4","filename":"Alignment/Geners/interface/ArrayAdaptor.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FArrayAdaptor.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FArrayAdaptor.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FArrayAdaptor.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -168,3 +168,4 @@ namespace gs {\n gs_specialize_template_id_T(gs::ArrayAdaptor, 0, 1)\n \n #endif // GENERS_ARRAYADAPTOR_HH_\n+-- dummy change --"},{"sha":"4e078f0b7a8cd56563709676604c8186eb19eedd","filename":"Alignment/Geners/interface/ArrayReference.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FArrayReference.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FArrayReference.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FArrayReference.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -47,3 +47,4 @@ namespace gs {\n \n #endif // GENERS_ARRAYREFERENCE_HH_\n \n+-- dummy change --"},{"sha":"760f89c6140538e8034737b59f91f0e8c6e767ed","filename":"Alignment/Geners/interface/BZ2Handle.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FBZ2Handle.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FBZ2Handle.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FBZ2Handle.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -40,3 +40,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_BZ2HANDLE_HH_\n+-- dummy change --"},{"sha":"6b75f421472b00cfeabc9ca075ce9fe7d4c8f24b","filename":"Alignment/Geners/interface/BinaryArchiveBase.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FBinaryArchiveBase.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FBinaryArchiveBase.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FBinaryArchiveBase.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -212,3 +212,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_BINARYARCHIVEBASE_HH_\n+-- dummy change --"},{"sha":"80af11ab5cdfa4a30476c4dfa3ba586c2fd5b8d8","filename":"Alignment/Geners/interface/BinaryFileArchive.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FBinaryFileArchive.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FBinaryFileArchive.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FBinaryFileArchive.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -62,3 +62,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_BINARYFILEARCHIVE_HH_\n+-- dummy change --"},{"sha":"74060bf7473bb99e8bd0ed297df87e7ea1c7cdc2","filename":"Alignment/Geners/interface/CPBufferRecord.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FCPBufferRecord.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FCPBufferRecord.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FCPBufferRecord.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -33,3 +33,4 @@ namespace gs {\n \n #endif // GENERS_CPBUFFERRECORD_HH_\n \n+-- dummy change --"},{"sha":"786440c2b487263ef9f0fb88a41fdc34b96f7cdd","filename":"Alignment/Geners/interface/CPBufferReference.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FCPBufferReference.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FCPBufferReference.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FCPBufferReference.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -41,3 +41,4 @@ namespace gs {\n \n #endif // GENERS_CPBUFFERREFERENCE_HH_\n \n+-- dummy change --"},{"sha":"80af6437f8f58245db6b1574227dd4a777542248","filename":"Alignment/Geners/interface/CPFooterRecord.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FCPFooterRecord.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FCPFooterRecord.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FCPFooterRecord.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -31,3 +31,4 @@ namespace gs {\n \n #endif // GENERS_CPFOOTERRECORD_HH_\n \n+-- dummy change --"},{"sha":"90f95292422cb54039a6afa3a26168dfe8d47e3b","filename":"Alignment/Geners/interface/CPFooterReference.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FCPFooterReference.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FCPFooterReference.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FCPFooterReference.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -40,3 +40,4 @@ namespace gs {\n \n #endif // GENERS_CPFOOTERREFERENCE_HH_\n \n+-- dummy change --"},{"sha":"f3ab933d312273d5a3562bd2fdddeec9609fe4d3","filename":"Alignment/Geners/interface/CPHeaderRecord.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FCPHeaderRecord.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FCPHeaderRecord.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FCPHeaderRecord.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -36,3 +36,4 @@ namespace gs {\n \n #endif // GENERS_CPHEADERRECORD_HH_\n \n+-- dummy change --"},{"sha":"e05121b7d7aaf627a6d69e0ec6d08ab081b5aac2","filename":"Alignment/Geners/interface/CPP11_array.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FCPP11_array.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FCPP11_array.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FCPP11_array.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -13,3 +13,4 @@\n \n #endif // GENERS_CPP11_ARRAY_HH_\n \n+-- dummy change --"},{"sha":"839e44f9553ef2134240c0b132758fe99f3aa46a","filename":"Alignment/Geners/interface/CPP11_config.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FCPP11_config.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FCPP11_config.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FCPP11_config.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -6,3 +6,4 @@\n #endif\n \n #endif // GENERS_CPP11_CONFIG_HH_\n+-- dummy change --"},{"sha":"85ff56b49e20717c355e07692e5f1d55859cd481","filename":"Alignment/Geners/interface/CPP11_type_traits.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FCPP11_type_traits.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FCPP11_type_traits.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FCPP11_type_traits.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -12,3 +12,4 @@\n #endif\n \n #endif // GENERS_CPP11_TYPE_TRAITS_HH_\n+-- dummy change --"},{"sha":"fd06285b5efae34e890c5318517a25e17f60173c","filename":"Alignment/Geners/interface/CPReference.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FCPReference.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FCPReference.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FCPReference.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -87,3 +87,4 @@ namespace gs {\n #endif // CPP11_STD_AVAILABLE\n #endif // GENERS_CPREFERENCE_HH_\n \n+-- dummy change --"},{"sha":"c19bc52d69de743009f66a4811db422fcfa8b158","filename":"Alignment/Geners/interface/CP_column_iterator.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FCP_column_iterator.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FCP_column_iterator.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FCP_column_iterator.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -82,3 +82,4 @@ namespace gs {\n \n #endif // GENERS_CP_COLUMN_ITERATOR_HH_\n \n+-- dummy change --"},{"sha":"1791229c333088a560c98fff63d28d07ab661577","filename":"Alignment/Geners/interface/CStringBuf.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FCStringBuf.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FCStringBuf.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FCStringBuf.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -17,3 +17,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_CSTRINGBUF_HH_\n+-- dummy change --"},{"sha":"e985bd5729ccc2024f69cf0769f96a2a7ddc397d","filename":"Alignment/Geners/interface/CStringStream.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FCStringStream.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FCStringStream.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FCStringStream.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -82,3 +82,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_CSTRINGSTREAM_HH_\n+-- dummy change --"},{"sha":"1464721030937b89f10a23158df20d3263ae2c67","filename":"Alignment/Geners/interface/CatalogEntry.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FCatalogEntry.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FCatalogEntry.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FCatalogEntry.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -70,3 +70,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_CATALOGENTRY_HH_\n+-- dummy change --"},{"sha":"d9e46a92bb5228c4a7c34f369e27c704123dd393","filename":"Alignment/Geners/interface/CatalogIO.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FCatalogIO.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FCatalogIO.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FCatalogIO.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -134,3 +134,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_CATALOGIO_HH_\n+-- dummy change --"},{"sha":"88ca7e0d9375c3b40092db668dab9ff9046882e7","filename":"Alignment/Geners/interface/CharBuffer.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FCharBuffer.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FCharBuffer.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FCharBuffer.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -29,3 +29,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_CHARBUFFER_HH_\n+-- dummy change --"},{"sha":"b102be5dea74b69cda61cf6f6c2342b90d19cebf","filename":"Alignment/Geners/interface/ClassId.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FClassId.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FClassId.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FClassId.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -744,3 +744,4 @@ gs_specialize_class_id(float, 0) gs_specialize_class_id(double, 0) gs_specialize\n gs_specialize_template_id_TTT(std::basic_string, 0, 2)\n \n #endif // GENERS_CLASSID_HH_\n+-- dummy change --"},{"sha":"d56456ec5925a2b10830ee47e04fae4568d68cae","filename":"Alignment/Geners/interface/ClearIfPointer.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FClearIfPointer.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FClearIfPointer.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FClearIfPointer.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -20,3 +20,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_CLEARIFPOINTER_HH_\n+-- dummy change --"},{"sha":"f34d97d76f0bd659b00b97d1ad0b7f5ec6f1fa28","filename":"Alignment/Geners/interface/ColumnBuffer.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FColumnBuffer.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FColumnBuffer.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FColumnBuffer.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -56,3 +56,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_COLUMNBUFFER_HH_\n+-- dummy change --"},{"sha":"72d2d2b5e660327d4b5b87f7503af74da1d1de20","filename":"Alignment/Geners/interface/CompressedIO.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FCompressedIO.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FCompressedIO.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FCompressedIO.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -94,3 +94,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_COMPRESSEDIO_HH_\n+-- dummy change --"},{"sha":"7d8ee20566e20c0800301f4b3a6d32e29fae2b87","filename":"Alignment/Geners/interface/ContiguousCatalog.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FContiguousCatalog.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FContiguousCatalog.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FContiguousCatalog.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -76,3 +76,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_CONTIGUOUSCATALOG_HH_\n+-- dummy change --"},{"sha":"7c1449f447559895cd7524bf976568aca0f297c7","filename":"Alignment/Geners/interface/GeneralCatalog.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FGeneralCatalog.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FGeneralCatalog.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FGeneralCatalog.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -88,3 +88,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_GENERALCATALOG_HH_\n+-- dummy change --"},{"sha":"092dfe4f82075dc038f556041655e8e80b8b2ae2","filename":"Alignment/Geners/interface/GenericIO.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FGenericIO.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FGenericIO.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FGenericIO.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -693,3 +693,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_GENERICIO_HH_\n+-- dummy change --"},{"sha":"f587e49440676f0440b62b731d580a12ffe7e1ec","filename":"Alignment/Geners/interface/IOException.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOException.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOException.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FIOException.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -109,3 +109,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_IOEXCEPTION_HH_\n+-- dummy change --"},{"sha":"e6bd09720214d380bf2bdd618814324c3615f505","filename":"Alignment/Geners/interface/IOIsAnyPtr.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOIsAnyPtr.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOIsAnyPtr.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FIOIsAnyPtr.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -15,3 +15,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_IOISANYPTR_HH_\n+-- dummy change --"},{"sha":"2ddcde3d84e9d276cefdf5579c9d5754a43258e7","filename":"Alignment/Geners/interface/IOIsClassType.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOIsClassType.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOIsClassType.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FIOIsClassType.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -19,3 +19,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_IOISCLASSTYPE_HH_\n+-- dummy change --"},{"sha":"a04395daab78b7b9339eff9ab42062c0a4c06ed6","filename":"Alignment/Geners/interface/IOIsContainer.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOIsContainer.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOIsContainer.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FIOIsContainer.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -49,3 +49,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_IOISCONTAINER_HH_\n+-- dummy change --"},{"sha":"4e6d6893ea0301285f921bc7a24b9cfc03ae3679","filename":"Alignment/Geners/interface/IOIsContiguous.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOIsContiguous.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOIsContiguous.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FIOIsContiguous.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -79,3 +79,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_IOISCONTIGUOUS_HH_\n+-- dummy change --"},{"sha":"7f02fd31152f3776613798d4a1dd199db66a1495","filename":"Alignment/Geners/interface/IOIsExternal.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOIsExternal.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOIsExternal.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FIOIsExternal.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -80,3 +80,4 @@ namespace gs {\n }\n \n #endif // GENERS_IOISEXTERNAL_HH_\n+-- dummy change --"},{"sha":"ad404e45878ea1ad7c151b10310e669eb2e9a5e5","filename":"Alignment/Geners/interface/IOIsIOPtr.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOIsIOPtr.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOIsIOPtr.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FIOIsIOPtr.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -51,3 +51,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_IOISIOPTR_HH_\n+-- dummy change --"},{"sha":"c1a00ceb7bf0055d7140b1c3d05fc85d11790829","filename":"Alignment/Geners/interface/IOIsNumber.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOIsNumber.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOIsNumber.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FIOIsNumber.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -36,3 +36,4 @@ gs_declare_type_as_number(float) gs_declare_type_as_number(double) gs_declare_ty\n gs_declare_type_as_number(unsigned char) gs_declare_type_as_number(signed char)\n \n #endif // GENERS_IOISNUMBER_HH_\n+-- dummy change --"},{"sha":"0afc9f13a209a31548e11d14fff32acae7ada2d4","filename":"Alignment/Geners/interface/IOIsPOD.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOIsPOD.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOIsPOD.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FIOIsPOD.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -36,3 +36,4 @@ namespace gs {\n }\n \n #endif // GENERS_IOISPOD_HH_\n+-- dummy change --"},{"sha":"6205c28c66defd274aa31e3eae658834d2170ae6","filename":"Alignment/Geners/interface/IOIsPair.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOIsPair.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOIsPair.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FIOIsPair.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -16,3 +16,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_IOISPAIR_HH_\n+-- dummy change --"},{"sha":"f7358435313c0d123923e4757b685c23fea935c9","filename":"Alignment/Geners/interface/IOIsReadable.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOIsReadable.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOIsReadable.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FIOIsReadable.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -64,3 +64,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_IOISREADABLE_HH_\n+-- dummy change --"},{"sha":"38b5ec581c5e68dc53dcbaf00b1dcf56fa98bee9","filename":"Alignment/Geners/interface/IOIsSameType.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOIsSameType.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOIsSameType.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FIOIsSameType.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -17,3 +17,4 @@ namespace gs {\n \n #endif // GENERS_IOISSAMETYPE_HH_\n \n+-- dummy change --"},{"sha":"50e541f69b968b7f33c14e6dbc6d0a82b2b917c2","filename":"Alignment/Geners/interface/IOIsSharedPtr.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOIsSharedPtr.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOIsSharedPtr.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FIOIsSharedPtr.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -31,3 +31,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_IOISSHAREDPTR_HH_\n+-- dummy change --"},{"sha":"cdd74a65efd6f71f658c82075e614061600355d7","filename":"Alignment/Geners/interface/IOIsString.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOIsString.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOIsString.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FIOIsString.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -31,3 +31,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_IOISSTRING_HH_\n+-- dummy change --"},{"sha":"d96d81d6b42a2b76729c05846cc9105bfdf773dd","filename":"Alignment/Geners/interface/IOIsTuple.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOIsTuple.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOIsTuple.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FIOIsTuple.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -9,3 +9,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_IOISTUPLE_HH_\n+-- dummy change --"},{"sha":"5c983442b427cb020fc868e4c9e95385f660cb1f","filename":"Alignment/Geners/interface/IOIsUnsigned.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOIsUnsigned.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOIsUnsigned.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FIOIsUnsigned.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -33,3 +33,4 @@ gs_declare_type_as_unsigned(unsigned char) gs_declare_type_as_unsigned(unsigned\n gs_declare_type_as_unsigned(unsigned long long)\n \n #endif // GENERS_IOISUNSIGNED_HH_\n+-- dummy change --"},{"sha":"08c04bc944be19e7eb2c5c1946b9a604672ff215","filename":"Alignment/Geners/interface/IOIsWritable.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOIsWritable.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOIsWritable.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FIOIsWritable.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -36,3 +36,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_IOISWRITABLE_HH_\n+-- dummy change --"},{"sha":"e579bc9b987f3cd25cd2d48a1410a86bdb578842","filename":"Alignment/Geners/interface/IOPointeeType.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOPointeeType.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOPointeeType.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FIOPointeeType.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -27,3 +27,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_IOPOINTEETYPE_HH_\n+-- dummy change --"},{"sha":"c7a63df7cf6faab8b69a251d3e8f3c880e7fbd6d","filename":"Alignment/Geners/interface/IOPtr.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOPtr.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOPtr.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FIOPtr.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -200,3 +200,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_IOPTR_HH_\n+-- dummy change --"},{"sha":"10daf4ee09e2af94ff08df2021020ca79e7e129a","filename":"Alignment/Geners/interface/IOReferredType.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOReferredType.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOReferredType.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FIOReferredType.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -73,3 +73,4 @@ namespace gs {\n \n #endif // GENERS_IOREFERREDTYPE_HH_\n \n+-- dummy change --"},{"sha":"7c8744736512e4cfe87f9ba5f058c01e4ead9029","filename":"Alignment/Geners/interface/IOTraits.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOTraits.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FIOTraits.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FIOTraits.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -111,3 +111,4 @@ std::ostream &operator<<(std::ostream &os, const gs::IOTraits &) {\n }\n \n #endif // GENERS_IOTRAITS_HH_\n+-- dummy change --"},{"sha":"eb448be8b7d6145f3901240c21c06a04065db5a8","filename":"Alignment/Geners/interface/InsertContainerItem.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FInsertContainerItem.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FInsertContainerItem.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FInsertContainerItem.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -13,3 +13,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_INSERTCONTAINERITEM_HH_\n+-- dummy change --"},{"sha":"986c8281af96a5d66edf65381b48dc26018ce125","filename":"Alignment/Geners/interface/Int2Type.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FInt2Type.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FInt2Type.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FInt2Type.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -24,3 +24,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_INT2TYPE_HH_\n+-- dummy change --"},{"sha":"e51dbeebe282816c6848dec45f74dfe7c24f4504","filename":"Alignment/Geners/interface/ItemDescriptor.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FItemDescriptor.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FItemDescriptor.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FItemDescriptor.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -45,3 +45,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_ITEMDESCRIPTOR_HH_\n+-- dummy change --"},{"sha":"10ee0502964d3bd386dc3e34fa50002a0ba3879e","filename":"Alignment/Geners/interface/ItemLocation.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FItemLocation.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FItemLocation.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FItemLocation.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -41,3 +41,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_ITEMLOCATION_HH_\n+-- dummy change --"},{"sha":"073da865eff5f0f35cc7634fa4e37d003835705c","filename":"Alignment/Geners/interface/MultiFileArchive.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FMultiFileArchive.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FMultiFileArchive.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FMultiFileArchive.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -72,3 +72,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_MULTIFILEARCHIVE_HH_\n+-- dummy change --"},{"sha":"3a15b90d68900d5e1060ed5c831819e4bc61c146","filename":"Alignment/Geners/interface/PackerIOCycle.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FPackerIOCycle.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FPackerIOCycle.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FPackerIOCycle.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -33,3 +33,4 @@ namespace gs {\n \n #endif // GENERS_PACKERIOCYCLE_HH_\n \n+-- dummy change --"},{"sha":"00ae69b19d170f736f915d6a885d18bd158f09b6","filename":"Alignment/Geners/interface/ProcessItem.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FProcessItem.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FProcessItem.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FProcessItem.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -490,3 +490,4 @@ namespace gs {\n #undef GENERS_GENERATE_CONST_IO_PROCESSOR\n \n #endif // GENERS_PROCESSITEM_HH_\n+-- dummy change --"},{"sha":"be944dbb40995e3fc89e86914e3cb44272d504da","filename":"Alignment/Geners/interface/RPBufferRecord.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FRPBufferRecord.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FRPBufferRecord.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FRPBufferRecord.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -33,3 +33,4 @@ namespace gs {\n \n #endif // GENERS_RPBUFFERRECORD_HH_\n \n+-- dummy change --"},{"sha":"99589a9b37fe49d27825eb387fb2d7e10c762db2","filename":"Alignment/Geners/interface/RPBufferReference.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FRPBufferReference.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FRPBufferReference.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FRPBufferReference.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -35,3 +35,4 @@ namespace gs {\n \n #endif // GENERS_RPBUFFERREFERENCE_HH_\n \n+-- dummy change --"},{"sha":"f32ce26388b8a4ad20983065fa9f34bd7ff35427","filename":"Alignment/Geners/interface/RPFooterRecord.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FRPFooterRecord.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FRPFooterRecord.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FRPFooterRecord.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -31,3 +31,4 @@ namespace gs {\n \n #endif // GENERS_RPFOOTERRECORD_HH_\n \n+-- dummy change --"},{"sha":"7c60afa6f2c98662d32e27cf5293d9e19e8a1c39","filename":"Alignment/Geners/interface/RPFooterReference.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FRPFooterReference.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FRPFooterReference.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FRPFooterReference.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -35,3 +35,4 @@ namespace gs {\n \n #endif // GENERS_RPFOOTERREFERENCE_HH_\n \n+-- dummy change --"},{"sha":"ca851d2cb507c9fd32cdf6f1f6a7caba2efa14ea","filename":"Alignment/Geners/interface/RPHeaderRecord.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FRPHeaderRecord.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FRPHeaderRecord.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FRPHeaderRecord.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -34,3 +34,4 @@ namespace gs {\n \n #endif // GENERS_RPHEADERRECORD_HH_\n \n+-- dummy change --"},{"sha":"53230eff0824900dd83cb3b78963aee0bb9bea2b","filename":"Alignment/Geners/interface/RPReference.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FRPReference.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FRPReference.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FRPReference.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -45,3 +45,4 @@ namespace gs {\n #endif // CPP11_STD_AVAILABLE\n #endif // GENERS_RPREFERENCE_HH_\n \n+-- dummy change --"},{"sha":"f969716d03f084249ca30cbae984aa7276475b1b","filename":"Alignment/Geners/interface/Reference.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FReference.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FReference.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FReference.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -84,3 +84,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_REFERENCE_HH_\n+-- dummy change --"},{"sha":"e518f20ef419686fbcd827cf147c98f3b5ec6c48","filename":"Alignment/Geners/interface/Regex.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FRegex.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FRegex.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FRegex.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -79,3 +79,4 @@ namespace gs {\n \n #endif // CPP11_STD_AVAILABLE\n #endif // GENERS_REGEX_HH_\n+-- dummy change --"},{"sha":"7d7940098f96971c00de4b4c37ba51c41b7f5652","filename":"Alignment/Geners/interface/RowPacker.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FRowPacker.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FRowPacker.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FRowPacker.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -664,3 +664,4 @@ namespace gs {\n #endif // CPP11_STD_AVAILABLE\n #endif // GENERS_ROWPACKER_HH_\n \n+-- dummy change --"},{"sha":"9e10493e96d43cfb400403a2ac0a9ef7c796a174","filename":"Alignment/Geners/interface/SearchSpecifier.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FSearchSpecifier.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FSearchSpecifier.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FSearchSpecifier.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -42,3 +42,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_SEARCHSPECIFIER_HH_\n+-- dummy change --"},{"sha":"0b008660d47515f1906e1355ec1f3bbabcd4b053","filename":"Alignment/Geners/interface/StringArchive.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FStringArchive.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FStringArchive.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FStringArchive.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -77,3 +77,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_STRINGARCHIVE_HH_\n+-- dummy change --"},{"sha":"4fe9ee4ab6de4748d3ccc282cb36d9220b42240c","filename":"Alignment/Geners/interface/StrippedType.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FStrippedType.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FStrippedType.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FStrippedType.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -48,3 +48,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_STRIPPEDTYPE_HH_\n+-- dummy change --"},{"sha":"6b176589a402ed9fb072bb0c3a4304a28ee581fa","filename":"Alignment/Geners/interface/VPackIOCycler.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FVPackIOCycler.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FVPackIOCycler.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FVPackIOCycler.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -31,3 +31,4 @@ namespace gs {\n \n #endif // GENERS_VPACKIOCYCLER_HH_\n \n+-- dummy change --"},{"sha":"c1083d85607d2fd7c5e1515ea9dd17588de64203","filename":"Alignment/Geners/interface/VarPack.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FVarPack.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FVarPack.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FVarPack.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -89,3 +89,4 @@ namespace gs {\n #endif // CPP11_STD_AVAILABLE\n #endif // GENERS_VARPACK_HH_\n \n+-- dummy change --"},{"sha":"7ec775b4bf908b6c7010ba7caf3b3dd6db5d0d60","filename":"Alignment/Geners/interface/WriteOnlyCatalog.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FWriteOnlyCatalog.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FWriteOnlyCatalog.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FWriteOnlyCatalog.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -68,3 +68,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_WRITEONLYCATALOG_HH_\n+-- dummy change --"},{"sha":"e225f850438d3a6cb38d3b025f5975dfdb6112a4","filename":"Alignment/Geners/interface/ZlibHandle.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FZlibHandle.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FZlibHandle.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FZlibHandle.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -39,3 +39,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_ZLIBHANDLE_HH_\n+-- dummy change --"},{"sha":"c5a1afa020923bf27bba9f995523d11a9892927d","filename":"Alignment/Geners/interface/allUnique.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FallUnique.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FallUnique.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FallUnique.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -23,3 +23,4 @@ namespace gs {\n \n #endif // GENERS_ALLUNIQUE_HH_\n \n+-- dummy change --"},{"sha":"b0a8b363d125a7cc8680b30a8b0a869678ce11ff","filename":"Alignment/Geners/interface/arrayIO.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FarrayIO.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FarrayIO.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FarrayIO.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -126,3 +126,4 @@ namespace gs {\n \n #endif // GENERS_ARRAYIO_HH_\n \n+-- dummy change --"},{"sha":"9ee192919c969b9a9fb8cfdfbdf023ef915289cb","filename":"Alignment/Geners/interface/binaryIO.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FbinaryIO.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FbinaryIO.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FbinaryIO.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -304,3 +304,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_BINARYIO_HH_\n+-- dummy change --"},{"sha":"a19f372947cde95ee59b7d13a598ea087f3bd055","filename":"Alignment/Geners/interface/collectTupleNames.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FcollectTupleNames.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FcollectTupleNames.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FcollectTupleNames.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -41,3 +41,4 @@ namespace gs {\n \n #endif // GENERS_COLLECTTUPLENAMES_HH_\n \n+-- dummy change --"},{"sha":"132f4961ae636a29dd9e347a36ff770423b1d162","filename":"Alignment/Geners/interface/complexIO.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FcomplexIO.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FcomplexIO.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FcomplexIO.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -98,3 +98,4 @@ gs_specialize_complex_read_write(float) gs_specialize_complex_read_write(double)\n gs_specialize_template_id_T(std::complex, 0, 1)\n \n #endif // GENERS_COMPLEXIO_HH_\n+-- dummy change --"},{"sha":"382195910dfafd879626ceb2c13304c41e8f370e","filename":"Alignment/Geners/interface/dequeIO.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FdequeIO.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FdequeIO.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FdequeIO.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -8,3 +8,4 @@ gs_specialize_template_id_TT(std::deque, 0, 1)\n \n #endif // GENERS_DEQUEIO_HH_\n \n+-- dummy change --"},{"sha":"058717611a90a213bfa78329389e569abe18a716","filename":"Alignment/Geners/interface/findName.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FfindName.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FfindName.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FfindName.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -22,3 +22,4 @@ namespace gs {\n \n #endif // GENERS_FINDNAME_HH_\n \n+-- dummy change --"},{"sha":"b16896758f2d4d8bb21e8b68d4164b289241062c","filename":"Alignment/Geners/interface/forward_listIO.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2Fforward_listIO.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2Fforward_listIO.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2Fforward_listIO.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -98,3 +98,4 @@ gs_declare_template_external_TT(std::forward_list) gs_specialize_template_id_TT(\n \n #endif // CPP11_STD_AVAILABLE\n #endif // GENERS_FORWARD_LISTIO_HH_\n+-- dummy change --"},{"sha":"ab37c43602be180a64f1d37cc73e2b934c214561","filename":"Alignment/Geners/interface/listIO.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FlistIO.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FlistIO.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FlistIO.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -8,3 +8,4 @@ gs_specialize_template_id_TT(std::list, 0, 1)\n \n #endif // GENERS_LISTIO_HH_\n \n+-- dummy change --"},{"sha":"f0b245f96cd5a509ccb63f01fc7e0cb54dbfa374","filename":"Alignment/Geners/interface/mapIO.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FmapIO.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FmapIO.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FmapIO.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -47,3 +47,4 @@ gs_specialize_template_id_TTTT(std::multimap, 0, 3)\n \n #endif // GENERS_MAPIO_HH_\n \n+-- dummy change --"},{"sha":"e4ce66329ca974280e541d98601a0d01fb41f9b4","filename":"Alignment/Geners/interface/setIO.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FsetIO.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FsetIO.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FsetIO.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -47,3 +47,4 @@ gs_specialize_template_id_TTT(std::multiset, 0, 2)\n \n #endif // GENERS_SETIO_HH_\n \n+-- dummy change --"},{"sha":"1255c3f5bd786b382af67aea265b14c0336b5ca9","filename":"Alignment/Geners/interface/specialize_hash_io.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2Fspecialize_hash_io.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2Fspecialize_hash_io.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2Fspecialize_hash_io.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -7,3 +7,4 @@ gs_specialize_template_id_T(std::hash, 0, 1)\n \n #endif // GENERS_SPECIALIZE_HASH_IO_HH_\n \n+-- dummy change --"},{"sha":"8f066e9486be20190b7a490c8d1ef05485e4a93a","filename":"Alignment/Geners/interface/streamposIO.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FstreamposIO.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FstreamposIO.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FstreamposIO.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -54,3 +54,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_STREAMPOSIO_HH_\n+-- dummy change --"},{"sha":"d8cddf819acc37345fe65cf233f411345e713258","filename":"Alignment/Geners/interface/stringArchiveIO.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FstringArchiveIO.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FstringArchiveIO.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FstringArchiveIO.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -41,3 +41,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_STRINGARCHIVEIO_HH_\n+-- dummy change --"},{"sha":"f1ad8bbb8fc845df12fce34d8b2745f3efa94372","filename":"Alignment/Geners/interface/tupleIO.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FtupleIO.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FtupleIO.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FtupleIO.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -230,3 +230,4 @@ namespace gs {\n #endif // CPP11_STD_AVAILABLE\n #endif // GENERS_TUPLEIO_HH_\n \n+-- dummy change --"},{"sha":"dd847fd7f06b9a025f149fca0bf785acfc23fd13","filename":"Alignment/Geners/interface/unordered_mapIO.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2Funordered_mapIO.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2Funordered_mapIO.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2Funordered_mapIO.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -52,3 +52,4 @@ gs_specialize_template_id_TTTTT(std::unordered_multimap, 0, 4)\n #endif // CPP11_STD_AVAILABLE\n #endif // GENERS_UNORDERED_MAPIO_HH_\n \n+-- dummy change --"},{"sha":"b5a37e3f960f6dd36fbc867c4eb8c4f7228bc3e0","filename":"Alignment/Geners/interface/unordered_setIO.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2Funordered_setIO.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2Funordered_setIO.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2Funordered_setIO.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -52,3 +52,4 @@ gs_specialize_template_id_TTTT(std::unordered_multiset, 0, 2)\n #endif // CPP11_STD_AVAILABLE\n #endif // GENERS_UNORDERED_SETIO_HH_\n \n+-- dummy change --"},{"sha":"dc8d86b459897968398e475b3a1722b144dfcc17","filename":"Alignment/Geners/interface/uriUtils.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FuriUtils.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FuriUtils.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FuriUtils.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -14,3 +14,4 @@ namespace gs {\n } // namespace gs\n \n #endif // GENERS_URIUTILS_HH_\n+-- dummy change --"},{"sha":"f7cbe992b95d19a42da1276e2d7217dd88f8c2ea","filename":"Alignment/Geners/interface/valarrayIO.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FvalarrayIO.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FvalarrayIO.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FvalarrayIO.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -111,3 +111,4 @@ gs_specialize_template_id_T(std::valarray, 0, 1)\n \n #endif // GENERS_VALARRAYIO_HH_\n \n+-- dummy change --"},{"sha":"f5cb0f6cf200af1d3f075bc6e4247148867b23bb","filename":"Alignment/Geners/interface/vectorIO.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FvectorIO.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Finterface%2FvectorIO.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Finterface%2FvectorIO.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -5,3 +5,4 @@\n \n #endif // GENERS_VECTORIO_HH_\n \n+-- dummy change --"},{"sha":"7588cf811839d8fddb34c1cc9f29e2f2d4e94a96","filename":"Alignment/Geners/src/AbsArchive.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FAbsArchive.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FAbsArchive.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Fsrc%2FAbsArchive.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -181,3 +181,4 @@ gs::AbsArchive &operator<<(gs::AbsArchive &ar, const gs::AbsRecord &record) {\n \n return ar;\n }\n+-- dummy change --"},{"sha":"6c66e3f135ebe0da9b86e1440e480115a65d68c0","filename":"Alignment/Geners/src/AbsReference.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FAbsReference.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FAbsReference.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Fsrc%2FAbsReference.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -146,3 +146,4 @@ namespace gs {\n itemId_(0),\n initialized_(false) {}\n } // namespace gs\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75?per_page=100&page=8 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:16:34 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"366b0e6e00b80358458a0df49714474bc188a6190c3f640e0c9a75a1944268e1"'), ('Last-Modified', 'Wed, 30 Apr 2025 14:08:46 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4774'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '226'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D6E0:237F6C:56E663:58A4CB:681230C1')] +{"sha":"b6db3e643d2bd16deee12590d1312a3addcd2d75","node_id":"C_kwDOF83__NoAKGI2ZGIzZTY0M2QyYmQxNmRlZWUxMjU5MGQxMzEyYTNhZGRjZDJkNzU","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"message":"Test commit with many files","tree":{"sha":"d8f8da26398eca77794c2a8409031a5ab8ac23df","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/d8f8da26398eca77794c2a8409031a5ab8ac23df"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/b6db3e643d2bd16deee12590d1312a3addcd2d75","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c83ecb127f70592a95b0544c2e7e2404c9d7e440","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c83ecb127f70592a95b0544c2e7e2404c9d7e440","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c83ecb127f70592a95b0544c2e7e2404c9d7e440"}],"stats":{"total":1506,"additions":1506,"deletions":0},"files":[{"sha":"a9609da535bc9eef3064f8b5bbf98a7d6d9c6d2d","filename":"Alignment/Geners/src/BZ2Handle.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FBZ2Handle.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FBZ2Handle.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Fsrc%2FBZ2Handle.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -25,3 +25,4 @@ namespace gs {\n \n BZ2DeflateHandle::~BZ2DeflateHandle() { assert(BZ2_bzCompressEnd(strm_) == BZ_OK); }\n } // namespace gs\n+-- dummy change --"},{"sha":"56f2960dbe537b2c93d070a9e325dfe1a87f5587","filename":"Alignment/Geners/src/BinaryArchiveBase.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FBinaryArchiveBase.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FBinaryArchiveBase.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Fsrc%2FBinaryArchiveBase.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -406,3 +406,4 @@ namespace gs {\n return static_cast(m);\n }\n } // namespace gs\n+-- dummy change --"},{"sha":"8c6fd88399d54a378582305b250aa18af05ec6e1","filename":"Alignment/Geners/src/BinaryFileArchive.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FBinaryFileArchive.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FBinaryFileArchive.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Fsrc%2FBinaryFileArchive.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -193,3 +193,4 @@ namespace gs {\n }\n }\n } // namespace gs\n+-- dummy change --"},{"sha":"051268c834ac11fbfea2b6c0c79293de3976ebb8","filename":"Alignment/Geners/src/CStringBuf.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FCStringBuf.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FCStringBuf.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Fsrc%2FCStringBuf.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -19,3 +19,4 @@ namespace gs {\n return pbase();\n }\n } // namespace gs\n+-- dummy change --"},{"sha":"16c30fb54a899b01842922a0f5b0fbc5a5342079","filename":"Alignment/Geners/src/CStringStream.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FCStringStream.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FCStringStream.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Fsrc%2FCStringStream.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -199,3 +199,4 @@ namespace gs {\n return mode;\n }\n } // namespace gs\n+-- dummy change --"},{"sha":"c9685e2b1d717ad1bea3d5f2516d6ffdc14d4c01","filename":"Alignment/Geners/src/CatalogEntry.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FCatalogEntry.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FCatalogEntry.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Fsrc%2FCatalogEntry.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -107,3 +107,4 @@ namespace gs {\n return !os.fail();\n }\n } // namespace gs\n+-- dummy change --"},{"sha":"d320fd3c0fee7f6f19b5cb87ced912dbacf5c9e3","filename":"Alignment/Geners/src/CatalogIO.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FCatalogIO.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FCatalogIO.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Fsrc%2FCatalogIO.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -22,3 +22,4 @@ namespace gs {\n return !os.fail() && catalog.classId().write(os) && catalog.write(os);\n }\n } // namespace gs\n+-- dummy change --"},{"sha":"cb3e95e274d23722128ab9f0a8c77256c45d95b4","filename":"Alignment/Geners/src/CharBuffer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FCharBuffer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FCharBuffer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Fsrc%2FCharBuffer.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -64,3 +64,4 @@ namespace gs {\n return memcmp(buf, buf2, tmp) == 0;\n }\n } // namespace gs\n+-- dummy change --"},{"sha":"9746250a4560385eef3306670c32d3b3731646cb","filename":"Alignment/Geners/src/ClassId.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FClassId.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FClassId.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Fsrc%2FClassId.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -311,3 +311,4 @@ namespace gs {\n }\n }\n } // namespace gs\n+-- dummy change --"},{"sha":"46986968ed3295052a85d839f6ea554ace05924b","filename":"Alignment/Geners/src/ColumnBuffer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FColumnBuffer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FColumnBuffer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Fsrc%2FColumnBuffer.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -51,3 +51,4 @@ namespace gs {\n }\n } // namespace Private\n } // namespace gs\n+-- dummy change --"},{"sha":"1f173a9c1d3ec705b1390421ca99b7c37a413996","filename":"Alignment/Geners/src/ContiguousCatalog.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FContiguousCatalog.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FContiguousCatalog.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Fsrc%2FContiguousCatalog.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -202,3 +202,4 @@ namespace gs {\n return false;\n }\n } // namespace gs\n+-- dummy change --"},{"sha":"227ef0976f15d4f36170e254f6b559fbaadaaff4","filename":"Alignment/Geners/src/GeneralCatalog.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FGeneralCatalog.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FGeneralCatalog.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Fsrc%2FGeneralCatalog.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -292,3 +292,4 @@ namespace gs {\n return true;\n }\n } // namespace gs\n+-- dummy change --"},{"sha":"0c20a3a6bf84f3ead7ef0064924b02720858b0e0","filename":"Alignment/Geners/src/ItemDescriptor.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FItemDescriptor.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FItemDescriptor.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Fsrc%2FItemDescriptor.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -21,3 +21,4 @@ namespace gs {\n return !classId_.name().empty() && classId_ == r.classId_ && ioProto_ == r.ioProto_ && nameCat_ == r.nameCat_;\n }\n } // namespace gs\n+-- dummy change --"},{"sha":"f79bb44af40c258e8ae8b788910f881df83d8bb7","filename":"Alignment/Geners/src/ItemLocation.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FItemLocation.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FItemLocation.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Fsrc%2FItemLocation.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -48,3 +48,4 @@ namespace gs {\n return new ItemLocation(pos, globURI.c_str(), cachedItemURI.c_str());\n }\n } // namespace gs\n+-- dummy change --"},{"sha":"4c7682a16a8a72a24f1c2065af2c2229f0693355","filename":"Alignment/Geners/src/MultiFileArchive.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FMultiFileArchive.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FMultiFileArchive.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Fsrc%2FMultiFileArchive.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -318,3 +318,4 @@ namespace gs {\n return id;\n }\n } // namespace gs\n+-- dummy change --"},{"sha":"f225061124efbea9050dedc491aab0a444fd54aa","filename":"Alignment/Geners/src/SearchSpecifier.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FSearchSpecifier.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FSearchSpecifier.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Fsrc%2FSearchSpecifier.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -12,3 +12,4 @@ namespace gs {\n return sentence == tag_;\n }\n } // namespace gs\n+-- dummy change --"},{"sha":"977b03ae181965c125f3f0e377605e8233a81d3f","filename":"Alignment/Geners/src/StringArchive.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FStringArchive.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FStringArchive.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Fsrc%2FStringArchive.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -68,3 +68,4 @@ namespace gs {\n return archive.release();\n }\n } // namespace gs\n+-- dummy change --"},{"sha":"af3b6abe8ce37b2b59f360f97f8e8e73e1b940f6","filename":"Alignment/Geners/src/WriteOnlyCatalog.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FWriteOnlyCatalog.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FWriteOnlyCatalog.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Fsrc%2FWriteOnlyCatalog.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -117,3 +117,4 @@ namespace gs {\n \"in a write-only catalog\");\n }\n } // namespace gs\n+-- dummy change --"},{"sha":"46b49f6c028401a1ea3c751cff1329173f861b1a","filename":"Alignment/Geners/src/ZlibHandle.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FZlibHandle.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FZlibHandle.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Fsrc%2FZlibHandle.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -35,3 +35,4 @@ namespace gs {\n delete strm_;\n }\n } // namespace gs\n+-- dummy change --"},{"sha":"e5d492936c9b72e555c81e889fc28525b2f29af1","filename":"Alignment/Geners/src/stringArchiveIO.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FstringArchiveIO.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FstringArchiveIO.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Fsrc%2FstringArchiveIO.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -103,3 +103,4 @@ namespace gs {\n return writeStringArchive(ar, filename);\n }\n } // namespace gs\n+-- dummy change --"},{"sha":"d09a74252f5372035f28735f1742b34c93750768","filename":"Alignment/Geners/src/uriUtils.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FuriUtils.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Fsrc%2FuriUtils.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Fsrc%2FuriUtils.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -42,3 +42,4 @@ namespace gs {\n return res;\n }\n } // namespace gs\n+-- dummy change --"},{"sha":"57c03a92cd5c6027ec63dd950b42ecf1edb8ac2f","filename":"Alignment/Geners/test/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Ftest%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Ftest%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Ftest%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -19,3 +19,4 @@\n \n \n \n+-- dummy change --"},{"sha":"95246b67e7cf42319ad62b28d1fc13e944e4c31a","filename":"Alignment/Geners/test/CmdLine.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Ftest%2FCmdLine.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Ftest%2FCmdLine.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Ftest%2FCmdLine.hh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -312,3 +312,4 @@ private:\n };\n \n #endif // CMDLINE_HH_\n+-- dummy change --"},{"sha":"95e8859a0829d29fdc596a0888cf9328989a86a4","filename":"Alignment/Geners/test/archive.0.gsbd","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Ftest%2Farchive.0.gsbd","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Ftest%2Farchive.0.gsbd","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Ftest%2Farchive.0.gsbd?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75"},{"sha":"eedfe0abcdefd5b87aa1fb2e8b2f416e61744bea","filename":"Alignment/Geners/test/archive.gsbmf","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Ftest%2Farchive.gsbmf","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Ftest%2Farchive.gsbmf","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Ftest%2Farchive.gsbmf?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75"},{"sha":"f811f2396cb8659137adb42b286d96c5e345d268","filename":"Alignment/Geners/test/cdump.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Ftest%2Fcdump.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Ftest%2Fcdump.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Ftest%2Fcdump.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -136,3 +136,4 @@ int main(int argc, char const *argv[]) {\n \n return 0;\n }\n+-- dummy change --"},{"sha":"289324b18d3ef770c30ddcb925e2ed9c457b29a6","filename":"Alignment/Geners/test/cdump.ref","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Ftest%2Fcdump.ref","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Ftest%2Fcdump.ref","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Ftest%2Fcdump.ref?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -93,3 +93,4 @@ Compression: 0\n Length: 39\n Streampos: 12458\n Offset: 0\n+-- dummy change --"},{"sha":"b3b4ea39e0f8fd9ef7e098dbfbe2f5142f02c0f7","filename":"Alignment/Geners/test/cmerge.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Ftest%2Fcmerge.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Ftest%2Fcmerge.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Ftest%2Fcmerge.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -153,3 +153,4 @@ int main(int argc, char const *argv[]) {\n \n return 0;\n }\n+-- dummy change --"},{"sha":"c4a3a841ff64eda4083d18a0e912e7d8349240ea","filename":"Alignment/Geners/test/crecover.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Ftest%2Fcrecover.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Ftest%2Fcrecover.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Ftest%2Fcrecover.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -198,3 +198,4 @@ int main(int argc, char const *argv[]) {\n << (fileCount == 1UL ? \"\" : \"s\") << endl;\n return 0;\n }\n+-- dummy change --"},{"sha":"eb3a35d0bc7fd6f2a0da3a34d23e3ad741c13ca0","filename":"Alignment/Geners/test/gssa_dump.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Ftest%2Fgssa_dump.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Ftest%2Fgssa_dump.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Ftest%2Fgssa_dump.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -96,3 +96,4 @@ int main(int argc, char const *argv[]) {\n \n return 0;\n }\n+-- dummy change --"},{"sha":"1df27e6da00f9ac0bd3ab3d03af26b9deb3e1f1c","filename":"Alignment/Geners/test/port_geners_to_cmssw.tcl","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Ftest%2Fport_geners_to_cmssw.tcl","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Ftest%2Fport_geners_to_cmssw.tcl","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Ftest%2Fport_geners_to_cmssw.tcl?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -273,3 +273,4 @@ foreach cc [glob \"$inputdir/../tools/*.cc\"] {\n set outfile [file join \"$packagedir/test\" [file tail $cc]]\n filemap $cc $outfile $includemap\n }\n+-- dummy change --"},{"sha":"57cc6ff1168e377f875c4e785ba5248b204898ba","filename":"Alignment/Geners/test/print_items.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Ftest%2Fprint_items.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Ftest%2Fprint_items.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Ftest%2Fprint_items.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -146,3 +146,4 @@ int main(int argc, char const *argv[]) {\n \n return 0;\n }\n+-- dummy change --"},{"sha":"b0de814874266f5d6a89756d43a7bdaa96faae1f","filename":"Alignment/Geners/test/test_cdump.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Ftest%2Ftest_cdump.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FGeners%2Ftest%2Ftest_cdump.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FGeners%2Ftest%2Ftest_cdump.sh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -14,3 +14,4 @@ else\n echo \"**** Catalog dump regression test passed\"\n fi\n rm -f Alignment_Geners_cdump.out\n+-- dummy change --"},{"sha":"61d0e43176f0b893bbe84fa44a72736e273205b3","filename":"Alignment/HIPAlignmentAlgorithm/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -10,3 +10,4 @@\n \n \n \n+-- dummy change --"},{"sha":"d554d0dddbf272e74ab34581a9ca1239961c3a40","filename":"Alignment/HIPAlignmentAlgorithm/doc/HIPAlignmentAlgorithm.doc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fdoc%2FHIPAlignmentAlgorithm.doc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fdoc%2FHIPAlignmentAlgorithm.doc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fdoc%2FHIPAlignmentAlgorithm.doc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -50,3 +50,4 @@ Last updated:\n @DATE@ Author: computer-generated.\n */\n \n+-- dummy change --"},{"sha":"3acbf026e4e903172d8a633559e4daeec01d9e07","filename":"Alignment/HIPAlignmentAlgorithm/interface/HIPAlignableSpecificParameters.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Finterface%2FHIPAlignableSpecificParameters.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Finterface%2FHIPAlignableSpecificParameters.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Finterface%2FHIPAlignableSpecificParameters.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -35,3 +35,4 @@ class HIPAlignableSpecificParameters {\n };\n \n #endif\n+-- dummy change --"},{"sha":"3e07aab9ead91878332ffc363167405b379eb966","filename":"Alignment/HIPAlignmentAlgorithm/interface/HIPAlignmentAlgorithm.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Finterface%2FHIPAlignmentAlgorithm.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Finterface%2FHIPAlignmentAlgorithm.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Finterface%2FHIPAlignmentAlgorithm.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -170,3 +170,4 @@ class HIPAlignmentAlgorithm : public AlignmentAlgorithmBase {\n };\n \n #endif\n+-- dummy change --"},{"sha":"ac4593c4a7fbfa70853325ab1b0f3a2ca144dbd8","filename":"Alignment/HIPAlignmentAlgorithm/interface/HIPMonitorConfig.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Finterface%2FHIPMonitorConfig.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Finterface%2FHIPMonitorConfig.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Finterface%2FHIPMonitorConfig.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -138,3 +138,4 @@ struct HIPMonitorConfig {\n };\n \n #endif\n+-- dummy change --"},{"sha":"a7b8ac64ffb9957f5d9215ddd35301fff66c350c","filename":"Alignment/HIPAlignmentAlgorithm/interface/HIPUserVariables.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Finterface%2FHIPUserVariables.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Finterface%2FHIPUserVariables.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Finterface%2FHIPUserVariables.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -40,3 +40,4 @@ class HIPUserVariables : public AlignmentUserVariables {\n /** clone method (copy constructor) */\n HIPUserVariables* clone(void) const override { return new HIPUserVariables(*this); }\n };\n+-- dummy change --"},{"sha":"5863028ff6c1d13d444768e0d45c8c454103fae4","filename":"Alignment/HIPAlignmentAlgorithm/interface/HIPUserVariablesIORoot.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Finterface%2FHIPUserVariablesIORoot.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Finterface%2FHIPUserVariablesIORoot.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Finterface%2FHIPUserVariablesIORoot.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -67,3 +67,4 @@ class HIPUserVariablesIORoot : public AlignmentIORootBase, public AlignmentUserV\n };\n \n #endif\n+-- dummy change --"},{"sha":"45f875435329da2bbcaa0eef4c287e985224f10a","filename":"Alignment/HIPAlignmentAlgorithm/plots/BinningHitMaps_TEC.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2FBinningHitMaps_TEC.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2FBinningHitMaps_TEC.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2FBinningHitMaps_TEC.txt?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1,2 +1,3 @@\n ******** Binning for Subdet TEC *********\n \n+-- dummy change --"},{"sha":"b42cdb3be0e88148aed8f210197edf5b9fbbdcea","filename":"Alignment/HIPAlignmentAlgorithm/plots/BinningHitMaps_TIB.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2FBinningHitMaps_TIB.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2FBinningHitMaps_TIB.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2FBinningHitMaps_TIB.txt?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -12,3 +12,4 @@ Phi Binning: -nan\t-nan\n --> Layer #4\n Eta Binning: -222\t0\n Phi Binning: -nan\t-nan\n+-- dummy change --"},{"sha":"d255d782e1e233dfe2524a811428182437f62cd5","filename":"Alignment/HIPAlignmentAlgorithm/plots/BinningHitMaps_TID.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2FBinningHitMaps_TID.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2FBinningHitMaps_TID.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2FBinningHitMaps_TID.txt?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1,2 +1,3 @@\n ******** Binning for Subdet TID *********\n \n+-- dummy change --"},{"sha":"9cfa2ddcf9ad2f3fadd01361025bc4f4ac9ddf13","filename":"Alignment/HIPAlignmentAlgorithm/plots/BinningHitMaps_TOB.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2FBinningHitMaps_TOB.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2FBinningHitMaps_TOB.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2FBinningHitMaps_TOB.txt?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -18,3 +18,4 @@ Phi Binning: -nan\t-nan\n --> Layer #6\n Eta Binning: -222\t0\n Phi Binning: -nan\t-nan\n+-- dummy change --"},{"sha":"fa2826f889c2204f4473261bdf3c413c136df56b","filename":"Alignment/HIPAlignmentAlgorithm/plots/BinningHitMaps_TPB.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2FBinningHitMaps_TPB.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2FBinningHitMaps_TPB.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2FBinningHitMaps_TPB.txt?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -9,3 +9,4 @@ Phi Binning: -nan\t-nan\n --> Layer #3\n Eta Binning: -222\t0\n Phi Binning: -nan\t-nan\n+-- dummy change --"},{"sha":"b9d78bcdf819ed4b78fa56c0ae51e890ae405ce4","filename":"Alignment/HIPAlignmentAlgorithm/plots/BinningHitMaps_TPE.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2FBinningHitMaps_TPE.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2FBinningHitMaps_TPE.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2FBinningHitMaps_TPE.txt?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1,2 +1,3 @@\n ******** Binning for Subdet TPE *********\n \n+-- dummy change --"},{"sha":"f15532452469a765583ba03fd6cba8458c5bab30","filename":"Alignment/HIPAlignmentAlgorithm/plots/HIPplots.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2FHIPplots.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2FHIPplots.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2FHIPplots.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1600,3 +1600,4 @@ bool HIPplots::CheckHistoRising(TH1D* h){\n \n }//end CheckHistoRising\n \n+-- dummy change --"},{"sha":"c5b3ebf2f26ae778a838489949be6aa86b7e5fe7","filename":"Alignment/HIPAlignmentAlgorithm/plots/HIPplots.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2FHIPplots.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2FHIPplots.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2FHIPplots.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -55,3 +55,4 @@ class HIPplots{\n };\n \n #endif\n+-- dummy change --"},{"sha":"58dfc28f1ebfe6f03a23419fd37e181aaf6d70f2","filename":"Alignment/HIPAlignmentAlgorithm/plots/List_aligned_dets.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2FList_aligned_dets.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2FList_aligned_dets.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2FList_aligned_dets.txt?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -0,0 +1 @@\n+-- dummy change --"},{"sha":"bdb24cda08163996b28d05a01cd0fe89ad22dc02","filename":"Alignment/HIPAlignmentAlgorithm/plots/loadLib.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2FloadLib.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2FloadLib.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2FloadLib.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -4,3 +4,4 @@\n gROOT->ProcessLine(\".L HIPplots.cc+\");\n gROOT->ProcessLine(\".L plotter.C+\");\n }\n+-- dummy change --"},{"sha":"780d41fc49323283cfc5d7eca74e7bdf84d42e19","filename":"Alignment/HIPAlignmentAlgorithm/plots/plotchi2.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2Fplotchi2.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2Fplotchi2.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2Fplotchi2.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -98,3 +98,4 @@ void plotchi2()\n c->SaveAs(plotName);\n \n }\n+-- dummy change --"},{"sha":"fdb9119ea6770fc280ee88a15b1f691376462c04","filename":"Alignment/HIPAlignmentAlgorithm/plots/plotter.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2Fplotter.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2Fplotter.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2Fplotter.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -104,3 +104,4 @@ void plotter(const char* base_path, const char* dir, int iov=262922, TString plo\n cout << \"cleaned up HIPplots object ! We are done and good luck !\" << endl;\n \n }\n+-- dummy change --"},{"sha":"e6b389ef7919217140e628d46ed6e883b078f61c","filename":"Alignment/HIPAlignmentAlgorithm/plots/runplot.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2Frunplot.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2Frunplot.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2Frunplot.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -80,3 +80,4 @@ void runplot(string full_path, int iov, int iter, string plotreq=\"\", bool only_p\n }\n }\n \n+-- dummy change --"},{"sha":"6129c98e3f288d3343575a09ffef82b64ccc81f9","filename":"Alignment/HIPAlignmentAlgorithm/plots/tdrstyle.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2Ftdrstyle.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2Ftdrstyle.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fplots%2Ftdrstyle.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -151,3 +151,4 @@ void setTDRStyle()\n \n tdrStyle->cd();\n }\n+-- dummy change --"},{"sha":"b50318601a52c660e2a8745a7d5771e711f5ef3a","filename":"Alignment/HIPAlignmentAlgorithm/plugins/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fplugins%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fplugins%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fplugins%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -15,3 +15,4 @@\n \n \n \n+-- dummy change --"},{"sha":"7fb08dc735bd46b72a16369cf10c1104fb8e5e8d","filename":"Alignment/HIPAlignmentAlgorithm/plugins/HIPTwoBodyDecayAnalyzer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fplugins%2FHIPTwoBodyDecayAnalyzer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fplugins%2FHIPTwoBodyDecayAnalyzer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fplugins%2FHIPTwoBodyDecayAnalyzer.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -435,3 +435,4 @@ reco::Vertex HIPTwoBodyDecayAnalyzer::fitDimuonVertex(const TransientTrackBuilde\n }\n \n DEFINE_FWK_MODULE(HIPTwoBodyDecayAnalyzer);\n+-- dummy change --"},{"sha":"32537b8b70254a0a0367a921f12f5c2f2a71ce97","filename":"Alignment/HIPAlignmentAlgorithm/plugins/LhcTrackAnalyzer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fplugins%2FLhcTrackAnalyzer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fplugins%2FLhcTrackAnalyzer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fplugins%2FLhcTrackAnalyzer.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -414,3 +414,4 @@ void LhcTrackAnalyzer::SetVarToZero()\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(LhcTrackAnalyzer);\n+-- dummy change --"},{"sha":"88d990fd1dc030b7026653c96f5c35817cfb9d3a","filename":"Alignment/HIPAlignmentAlgorithm/python/FrontierConditions_GlobalTag_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2FFrontierConditions_GlobalTag_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2FFrontierConditions_GlobalTag_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2FFrontierConditions_GlobalTag_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -37,3 +37,4 @@\n \n from Configuration.StandardSequences.CondDBESSource_cff import GlobalTag\n \n+-- dummy change --"},{"sha":"6742a194c6378c8baa8d3ec5aa01874fac456401","filename":"Alignment/HIPAlignmentAlgorithm/python/HIPAlignmentAlgorithm_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2FHIPAlignmentAlgorithm_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2FHIPAlignmentAlgorithm_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2FHIPAlignmentAlgorithm_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -97,3 +97,4 @@\n surveyFile = cms.string('HIPSurveyResiduals.root'),\n )\n \n+-- dummy change --"},{"sha":"cf71a80e745e3d704740b15fa07f7caf0cff85db","filename":"Alignment/HIPAlignmentAlgorithm/python/OptionParser/HipPyOptionParser.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2FOptionParser%2FHipPyOptionParser.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2FOptionParser%2FHipPyOptionParser.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2FOptionParser%2FHipPyOptionParser.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -273,3 +273,4 @@ def checkOptions(self):\n ]\n self.doCheckOptions(optstocheck)\n \n+-- dummy change --"},{"sha":"3c531e406f9b161848b40b2a88a08727536ef4d5","filename":"Alignment/HIPAlignmentAlgorithm/python/align_tpl_py.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2Falign_tpl_py.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2Falign_tpl_py.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2Falign_tpl_py.txt?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -212,3 +212,4 @@ process.p =cms.Path(process.TrackRefitterSequence)\n #else:\n # process.p = cms.Path(process.hltLevel1GTSeed*process.skimming*process.offlineBeamSpot*process.TrackRefitter1*process.TrackerTrackHitFilter*process.ctfProducerCustomised*process.AlignmentTrackSelector*process.TrackRefitter2)\n \n+-- dummy change --"},{"sha":"b6f39c6510a8c11b21edaabff2aedb5e681b92ce","filename":"Alignment/HIPAlignmentAlgorithm/python/cdcsTrackSelection_cff_py.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2FcdcsTrackSelection_cff_py.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2FcdcsTrackSelection_cff_py.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2FcdcsTrackSelection_cff_py.txt?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -23,3 +23,4 @@ process.TrackRefitterSequence = TrackRefitterSequencer.getSequence(\n cosmicTrackSplitting = useCosTrSpl,\n use_d0cut = True\n )\n+-- dummy change --"},{"sha":"d4ddd808cda8cfbbdc816fd17ae2ecc8026fe699","filename":"Alignment/HIPAlignmentAlgorithm/python/collect_tpl_py.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2Fcollect_tpl_py.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2Fcollect_tpl_py.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2Fcollect_tpl_py.txt?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -49,3 +49,4 @@ process.survey = cms.ESSource(\"PoolDBESSource\",\n #process.AlignmentProducer.useSurvey = True\n \"\"\"\n # end of survey constraint part\n+-- dummy change --"},{"sha":"9f7f65f8a2c6972e10f1e544fcd9b0b77936d97d","filename":"Alignment/HIPAlignmentAlgorithm/python/common_cff_py.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2Fcommon_cff_py.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2Fcommon_cff_py.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2Fcommon_cff_py.txt?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -324,3 +324,4 @@ process.AlignmentProducer.algoConfig.cutsPerComponent = cms.VPSet(\n maxPixelProbQ = cms.double(1),\n ),\n )\n+-- dummy change --"},{"sha":"b6f39c6510a8c11b21edaabff2aedb5e681b92ce","filename":"Alignment/HIPAlignmentAlgorithm/python/cosmicsTrackSelection_cff_py.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2FcosmicsTrackSelection_cff_py.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2FcosmicsTrackSelection_cff_py.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2FcosmicsTrackSelection_cff_py.txt?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -23,3 +23,4 @@ process.TrackRefitterSequence = TrackRefitterSequencer.getSequence(\n cosmicTrackSplitting = useCosTrSpl,\n use_d0cut = True\n )\n+-- dummy change --"},{"sha":"ce651b2e5c9c4e6191c2a95a6a02086fe6b8813b","filename":"Alignment/HIPAlignmentAlgorithm/python/initial_tpl_py.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2Finitial_tpl_py.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2Finitial_tpl_py.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2Finitial_tpl_py.txt?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -13,3 +13,4 @@ process.AlignmentProducer.algoConfig.collectorActive = True\n process.AlignmentProducer.algoConfig.collectorNJobs = 0\n process.AlignmentProducer.algoConfig.collectorPath = ''\n \n+-- dummy change --"},{"sha":"d488e082885599ea8dfb50078bbf035903dc8f26","filename":"Alignment/HIPAlignmentAlgorithm/python/jpsimumuTrackSelection_cff_py.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2FjpsimumuTrackSelection_cff_py.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2FjpsimumuTrackSelection_cff_py.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2FjpsimumuTrackSelection_cff_py.txt?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -49,3 +49,4 @@ process.AlignmentTrackSelector.minHitsPerSubDet.inPIXEL = cms.int32(1)\n process.AlignmentTrackSelector.TwoBodyDecaySelector.daughterMass = 0.105658\n process.AlignmentTrackSelector.TwoBodyDecaySelector.minXMass = 2.9\n process.AlignmentTrackSelector.TwoBodyDecaySelector.maxXMass = 3.25\n+-- dummy change --"},{"sha":"3888b87d7b089cd5fa2dda393774ffb235bece80","filename":"Alignment/HIPAlignmentAlgorithm/python/mbvertexTrackSelection_cff_py.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2FmbvertexTrackSelection_cff_py.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2FmbvertexTrackSelection_cff_py.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2FmbvertexTrackSelection_cff_py.txt?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -85,3 +85,4 @@ process.AlignmentTrackSelector.etaMin = -999.\n process.AlignmentTrackSelector.etaMax = 999.\n process.AlignmentTrackSelector.minHitsPerSubDet.inPIXEL = cms.int32(1)\n \n+-- dummy change --"},{"sha":"4bd0f4b7215be7aef84d104da0e369f8f618d6a0","filename":"Alignment/HIPAlignmentAlgorithm/python/upload_serial_tpl_py.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2Fupload_serial_tpl_py.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2Fupload_serial_tpl_py.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2Fupload_serial_tpl_py.txt?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -36,3 +36,4 @@ process.AlignmentProducer.checkDbAlignmentValidity= False\n # 'TrackerTPEModule,111111')\n # )\n # ]\n+-- dummy change --"},{"sha":"c51e256fabde1467fa84bfa47ba0a34128aa4ed2","filename":"Alignment/HIPAlignmentAlgorithm/python/upload_tpl_py.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2Fupload_tpl_py.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2Fupload_tpl_py.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2Fupload_tpl_py.txt?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -37,3 +37,4 @@ process.AlignmentProducer.RunRangeSelection = [\n )\n )\n ]\n+-- dummy change --"},{"sha":"0d35b048fbda22655ede939499edbe7e07fda2fd","filename":"Alignment/HIPAlignmentAlgorithm/python/ymumuTrackSelection_cff_py.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2FymumuTrackSelection_cff_py.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2FymumuTrackSelection_cff_py.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2FymumuTrackSelection_cff_py.txt?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -55,3 +55,4 @@ process.AlignmentTrackSelector.TwoBodyDecaySelector.daughterMass = 0.105658\n if \"y1ssel\" in strtbdsel:\n process.AlignmentTrackSelector.TwoBodyDecaySelector.minXMass = 9.2\n process.AlignmentTrackSelector.TwoBodyDecaySelector.maxXMass = 9.65\n+-- dummy change --"},{"sha":"4b1e1035f5a1c45d450c8c1d0f1bf1b37ac1223a","filename":"Alignment/HIPAlignmentAlgorithm/python/zmumuTrackSelection_cff_py.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2FzmumuTrackSelection_cff_py.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2FzmumuTrackSelection_cff_py.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fpython%2FzmumuTrackSelection_cff_py.txt?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -50,3 +50,4 @@ process.AlignmentTrackSelector.minHitsPerSubDet.inPIXEL = cms.int32(1)\n process.AlignmentTrackSelector.TwoBodyDecaySelector.daughterMass = 0.105658\n process.AlignmentTrackSelector.TwoBodyDecaySelector.minXMass = 80.0\n process.AlignmentTrackSelector.TwoBodyDecaySelector.maxXMass = 100.0\n+-- dummy change --"},{"sha":"041dd2f1fe18bca0af1d0a5712c239825ae6423c","filename":"Alignment/HIPAlignmentAlgorithm/scripts/README","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2FREADME","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2FREADME","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2FREADME?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1,2 +1,3 @@\n see twiki here:\n https://twiki.cern.ch/twiki/bin/view/CMSPublic/SWGuideHIPAlgorithm\n+-- dummy change --"},{"sha":"6d55aba3334cc141a45c9bf605faee3dc892e31d","filename":"Alignment/HIPAlignmentAlgorithm/scripts/batchHippy.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2FbatchHippy.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2FbatchHippy.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2FbatchHippy.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -176,3 +176,4 @@ def redirectProxy(self):\n if __name__ == '__main__':\n batchManager = MyBatchManager()\n batchManager.submitJobs()\n+-- dummy change --"},{"sha":"55b68988d6cfc708f1fd9ed349b0d79867bf8e30","filename":"Alignment/HIPAlignmentAlgorithm/scripts/checkError.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2FcheckError.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2FcheckError.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2FcheckError.sh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -50,3 +50,4 @@ fi\n done\n #echo Returning $STATUS\n exit $STATUS\n+-- dummy change --"},{"sha":"012bb99e836a5e0a87a00113c7f6403a2913893b","filename":"Alignment/HIPAlignmentAlgorithm/scripts/compareGeomSerial_tpl.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2FcompareGeomSerial_tpl.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2FcompareGeomSerial_tpl.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2FcompareGeomSerial_tpl.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -52,3 +52,4 @@ void compareGeomSerial(){\n \n \t\n }\n+-- dummy change --"},{"sha":"12ce3687b914260fc5baab010eefdeff29975ed4","filename":"Alignment/HIPAlignmentAlgorithm/scripts/configureHippy.pl","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2FconfigureHippy.pl","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2FconfigureHippy.pl","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2FconfigureHippy.pl?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -244,3 +244,4 @@ sub insertBlock {\n system(\"mv $tmpfile $infile\");\n \n }\n+-- dummy change --"},{"sha":"8270b155802240e7077af57b84a2314ffef0cc05","filename":"Alignment/HIPAlignmentAlgorithm/scripts/createfilelist.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2Fcreatefilelist.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2Fcreatefilelist.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2Fcreatefilelist.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -15,3 +15,4 @@\n dataset = Dataset(args.datasetname, tryPredefinedFirst=False)\n outputfilename = os.path.join(os.environ[\"CMSSW_BASE\"], \"src\", \"Alignment\", \"HIPAlignmentAlgorithm\", \"data\", args.outputfilename)\n dataset.createdatasetfile_hippy(outputfilename, args.filesperjob, args.firstrun, args.lastrun)\n+-- dummy change --"},{"sha":"02501f7df78cee2eb214a16b593aaabf1d93ec34","filename":"Alignment/HIPAlignmentAlgorithm/scripts/hippyaddtobaddatafiles.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2Fhippyaddtobaddatafiles.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2Fhippyaddtobaddatafiles.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2Fhippyaddtobaddatafiles.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -124,3 +124,4 @@ def __enter__(self):\n badfilelist = os.path.join(os.path.dirname(cfgfile, \"../../../run/DataFiles/baddatafiles.txt\"))\n \n runcfg(os.path.basename(args.cfgfile), args.badfilelist)\n+-- dummy change --"},{"sha":"def9e5511ad9e8a860a1ae99aa3f61cceac406ba","filename":"Alignment/HIPAlignmentAlgorithm/scripts/iterator_py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2Fiterator_py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2Fiterator_py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2Fiterator_py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -38,3 +38,4 @@ else\n echo \"Dry run setup complete\"\n endif\n endif\n+-- dummy change --"},{"sha":"d926a257189f9acbb7b7f127a3d483aa1b02605d","filename":"Alignment/HIPAlignmentAlgorithm/scripts/makeHippyCampaign.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2FmakeHippyCampaign.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2FmakeHippyCampaign.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2FmakeHippyCampaign.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -157,3 +157,4 @@ def cmsenv():\n \n if __name__ == \"__main__\":\n main()\n+-- dummy change --"},{"sha":"72f2ccdf602bb4babc755d72ce70f15917c0a3d3","filename":"Alignment/HIPAlignmentAlgorithm/scripts/runControl.csh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2FrunControl.csh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2FrunControl.csh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2FrunControl.csh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -50,3 +50,4 @@ set jobs = `ls -d $odir/job*/ | wc -l`\n \n \n \n+-- dummy change --"},{"sha":"d67ea549d4427f37c7d44754a6f1379eceb20aff","filename":"Alignment/HIPAlignmentAlgorithm/scripts/runScript.csh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2FrunScript.csh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2FrunScript.csh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2FrunScript.csh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -35,3 +35,4 @@ exit 0\n else\n exit 1\n endif \n+-- dummy change --"},{"sha":"74eecd23f9563bff0cf87a136670e4dead141477","filename":"Alignment/HIPAlignmentAlgorithm/scripts/serialGeomCompare.pl","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2FserialGeomCompare.pl","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2FserialGeomCompare.pl","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2FserialGeomCompare.pl?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -155,3 +155,4 @@ sub insertBlock {\n \tsystem(\"mv tmp $infile\");\n \t\n }\n+-- dummy change --"},{"sha":"52232f781f9c8227589462c7232c86b5f9af18ad","filename":"Alignment/HIPAlignmentAlgorithm/scripts/submitAndWatchHippy.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2FsubmitAndWatchHippy.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2FsubmitAndWatchHippy.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2FsubmitAndWatchHippy.sh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -112,3 +112,4 @@ else\n fi\n \n kdestroy -c $kticket\n+-- dummy change --"},{"sha":"affcf3087acbd15b97bbd29cacc9d8afa3a20622","filename":"Alignment/HIPAlignmentAlgorithm/scripts/submitJobs_py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2FsubmitJobs_py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2FsubmitJobs_py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fscripts%2FsubmitJobs_py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -222,3 +222,4 @@ while ($i <= $iter)\n @ i++\n end\n \n+-- dummy change --"},{"sha":"3ca5a6b39ca0ca93819da167b7ee660b02ebf999","filename":"Alignment/HIPAlignmentAlgorithm/src/HIPAlignableSpecificParameters.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fsrc%2FHIPAlignableSpecificParameters.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fsrc%2FHIPAlignableSpecificParameters.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fsrc%2FHIPAlignableSpecificParameters.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -61,3 +61,4 @@ bool HIPAlignableSpecificParameters::matchAlignable(const Alignable* ali) const\n }\n \n bool HIPAlignableSpecificParameters::isDefault() const { return defaultFlag; }\n+-- dummy change --"},{"sha":"6ad2f84dd346644fbd59e3a2274589a43283b48a","filename":"Alignment/HIPAlignmentAlgorithm/src/HIPAlignmentAlgorithm.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fsrc%2FHIPAlignmentAlgorithm.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fsrc%2FHIPAlignmentAlgorithm.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fsrc%2FHIPAlignmentAlgorithm.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1548,3 +1548,4 @@ HIPAlignableSpecificParameters* HIPAlignmentAlgorithm::findAlignableSpecs(const\n }\n return &defaultAlignableSpecs;\n }\n+-- dummy change --"},{"sha":"d39d1c14f3e726a8984c42e4dd61f60c7c8e440b","filename":"Alignment/HIPAlignmentAlgorithm/src/HIPMonitorConfig.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fsrc%2FHIPMonitorConfig.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fsrc%2FHIPMonitorConfig.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fsrc%2FHIPMonitorConfig.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -127,3 +127,4 @@ void HIPHitMonitorVariables::fill() {\n \n resetPerHit();\n }\n+-- dummy change --"},{"sha":"55be51ac60cac6e2181332d2aff7b4cf11b2d9a8","filename":"Alignment/HIPAlignmentAlgorithm/src/HIPUserVariablesIORoot.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fsrc%2FHIPUserVariablesIORoot.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fsrc%2FHIPUserVariablesIORoot.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fsrc%2FHIPUserVariablesIORoot.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -229,3 +229,4 @@ std::vector HIPUserVariablesIORoot::readHIPUserVariable\n \n return result;\n }\n+-- dummy change --"},{"sha":"c53779bba2dabdef52697ada9813d920af1a2a01","filename":"Alignment/HIPAlignmentAlgorithm/src/SealModule.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fsrc%2FSealModule.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Fsrc%2FSealModule.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Fsrc%2FSealModule.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -4,3 +4,4 @@\n #include \"Alignment/CommonAlignmentAlgorithm/interface/AlignmentAlgorithmPluginFactory.h\"\n \n DEFINE_EDM_PLUGIN(AlignmentAlgorithmPluginFactory, HIPAlignmentAlgorithm, \"HIPAlignmentAlgorithm\");\n+-- dummy change --"},{"sha":"44253663782b1e9735a73cbc66d4a1aae88096c7","filename":"Alignment/HIPAlignmentAlgorithm/test/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -4,3 +4,4 @@\n \n \n \n+-- dummy change --"},{"sha":"7f1c1c24669c1734816423c5c2fac9b55e78ebb2","filename":"Alignment/HIPAlignmentAlgorithm/test/LHCAnalyzer_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2FLHCAnalyzer_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2FLHCAnalyzer_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2FLHCAnalyzer_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -43,3 +43,4 @@\n )\n \n process.p = cms.Path(process.LhcTrackAnalyzer)\n+-- dummy change --"},{"sha":"7d31f5d66ffc157a8e3abef88c1e255cfd4c0728","filename":"Alignment/HIPAlignmentAlgorithm/test/align.tpl","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2Falign.tpl","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2Falign.tpl","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2Falign.tpl?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -69,3 +69,4 @@ process Alignment =\n \n path p = { offlineBeamSpot, AlignmentTrackSelector, TrackRefitter }\n }\n+-- dummy change --"},{"sha":"9c1a40659779c5abc40f0ae362f2e5979882b54f","filename":"Alignment/HIPAlignmentAlgorithm/test/breakupHippyList.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2FbreakupHippyList.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2FbreakupHippyList.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2FbreakupHippyList.sh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -74,3 +74,4 @@ else\n fi\n \n done\n+-- dummy change --"},{"sha":"6889a14d8f3988a3479455ff2078fea093a0f810","filename":"Alignment/HIPAlignmentAlgorithm/test/collect.tpl","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2Fcollect.tpl","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2Fcollect.tpl","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2Fcollect.tpl?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -30,3 +30,4 @@ process Alignment =\n }\n }\n }\n+-- dummy change --"},{"sha":"eee97c91b0e7145f6ce3fac6bcf191797c5c975b","filename":"Alignment/HIPAlignmentAlgorithm/test/hippysubmitterscript.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2Fhippysubmitterscript.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2Fhippysubmitterscript.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2Fhippysubmitterscript.sh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -13,3 +13,4 @@ else\n echo \"You can also use 'ps -ef | grep submit_' to find PIDs of currently running alignments.\"\n fi\n \n+-- dummy change --"},{"sha":"7bce39a278c92339901f0a162cca3e3ff1adfb02","filename":"Alignment/HIPAlignmentAlgorithm/test/hippysubmittertemplate.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2Fhippysubmittertemplate.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2Fhippysubmittertemplate.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2Fhippysubmittertemplate.sh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -49,3 +49,4 @@ submitAndWatchHippy.sh $alignmentname \\\n $lstfile \\\n $IOVfile \\\n \"$extraopts\"\n+-- dummy change --"},{"sha":"669c02a6aa619871551bb0a90f2c0de675cc7361","filename":"Alignment/HIPAlignmentAlgorithm/test/initial.tpl","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2Finitial.tpl","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2Finitial.tpl","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2Finitial.tpl?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -11,3 +11,4 @@ process Alignment =\n replace HIPAlignmentAlgorithm.collectorNJobs = 0\n replace HIPAlignmentAlgorithm.collectorPath = \"\"\n }\n+-- dummy change --"},{"sha":"ac894a4302e70634fe13a4aa9d16525eef917fc4","filename":"Alignment/HIPAlignmentAlgorithm/test/rewriteHippyList.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2FrewriteHippyList.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2FrewriteHippyList.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2FrewriteHippyList.sh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -18,3 +18,4 @@ do\n \t\t#\tthen break\n \t\t#fi\n done < $1\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75?per_page=100&page=9 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:16:34 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"d79c17ef5a2affce757f64b18e8b6cfcff890e6c7be479e4ce26ac95f22fd670"'), ('Last-Modified', 'Wed, 30 Apr 2025 14:08:46 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4773'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '227'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D6E4:160556:550E1A:56CC6D:681230C2')] +{"sha":"b6db3e643d2bd16deee12590d1312a3addcd2d75","node_id":"C_kwDOF83__NoAKGI2ZGIzZTY0M2QyYmQxNmRlZWUxMjU5MGQxMzEyYTNhZGRjZDJkNzU","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"message":"Test commit with many files","tree":{"sha":"d8f8da26398eca77794c2a8409031a5ab8ac23df","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/d8f8da26398eca77794c2a8409031a5ab8ac23df"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/b6db3e643d2bd16deee12590d1312a3addcd2d75","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c83ecb127f70592a95b0544c2e7e2404c9d7e440","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c83ecb127f70592a95b0544c2e7e2404c9d7e440","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c83ecb127f70592a95b0544c2e7e2404c9d7e440"}],"stats":{"total":1506,"additions":1506,"deletions":0},"files":[{"sha":"c3441cf97f873ee195655f3da0976849f6b5c542","filename":"Alignment/HIPAlignmentAlgorithm/test/runTwoBodyDecayTest.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2FrunTwoBodyDecayTest.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2FrunTwoBodyDecayTest.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2FrunTwoBodyDecayTest.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -208,3 +208,4 @@\n fileName=cms.string(\"analyzed_{0}.root\".format(TAG))\n )\n process.outpath = cms.EndPath(process.Analyzer)\n+-- dummy change --"},{"sha":"b5e07a936e4bed9c92d9156b8f702fb9cfaa97a8","filename":"Alignment/HIPAlignmentAlgorithm/test/serialGeomCompare_tpl.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2FserialGeomCompare_tpl.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2FserialGeomCompare_tpl.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2FserialGeomCompare_tpl.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -41,3 +41,4 @@\n process.TrackerGeometryCompare.levels = ['Tracker','DetUnit']\n \n \n+-- dummy change --"},{"sha":"23614328340b3b39bdb76e1c1ae94aa414df0a8b","filename":"Alignment/HIPAlignmentAlgorithm/test/serialIntoNtuples_tpl.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2FserialIntoNtuples_tpl.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2FserialIntoNtuples_tpl.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2FserialIntoNtuples_tpl.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -51,3 +51,4 @@\n process.p = cms.Path(process.dump)\n \n \n+-- dummy change --"},{"sha":"d1a555a29a5f9d49e3462d9fa4d17c7700b2a230","filename":"Alignment/HIPAlignmentAlgorithm/test/testHIPAnalyzers.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2FtestHIPAnalyzers.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2FtestHIPAnalyzers.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2FtestHIPAnalyzers.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -76,3 +76,4 @@ TEST_CASE(\"HIPTwoBodyDecayAnalyzer tests\", \"[HIPTwoBodyDecayAnalyzer]\") {\n const std::string baseConfig = generateBaseConfig(\"hipTwoBodyDecayAnalyzer\", \"testHIPAnalyzers2.root\");\n runTestForAnalyzer(baseConfig, \"HIPTwoBodyDecayAnalyzer\");\n }\n+-- dummy change --"},{"sha":"9b314d47fa6362f3b03e1b8421518a61c1b4ac68","filename":"Alignment/HIPAlignmentAlgorithm/test/upload.tpl","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2Fupload.tpl","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2Fupload.tpl","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FHIPAlignmentAlgorithm%2Ftest%2Fupload.tpl?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -24,3 +24,4 @@ process Alignment =\n }\n }\n }\n+-- dummy change --"},{"sha":"9ea23defc8785eb3c5c6718aad04e2539b0e40f5","filename":"Alignment/LaserAlignment/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -10,3 +10,4 @@\n \n \n \n+-- dummy change --"},{"sha":"b9012e01bd556a8df61bf3373f5494850e59b935","filename":"Alignment/LaserAlignment/doc/LaserAlignment.doc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fdoc%2FLaserAlignment.doc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fdoc%2FLaserAlignment.doc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fdoc%2FLaserAlignment.doc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -85,3 +85,4 @@ Last updated:\n @DATE@ Author: Maarten Thomas.\n */\n \n+-- dummy change --"},{"sha":"622d7ebe3c84b477bf69dca18ac51893567cd985","filename":"Alignment/LaserAlignment/interface/LASAlignmentTubeAlgorithm.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Finterface%2FLASAlignmentTubeAlgorithm.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Finterface%2FLASAlignmentTubeAlgorithm.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Finterface%2FLASAlignmentTubeAlgorithm.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -31,3 +31,4 @@ class LASAlignmentTubeAlgorithm {\n };\n \n #endif\n+-- dummy change --"},{"sha":"f9ca2b969f363fd724fea84ae9c7885d9be271d4","filename":"Alignment/LaserAlignment/interface/LASBarrelAlgorithm.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Finterface%2FLASBarrelAlgorithm.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Finterface%2FLASBarrelAlgorithm.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Finterface%2FLASBarrelAlgorithm.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -36,3 +36,4 @@ class LASBarrelAlgorithm {\n void fcn(int&, double*, double&, double*, int);\n \n #endif\n+-- dummy change --"},{"sha":"592ec64714972947968a8131a29b8f0624f27e12","filename":"Alignment/LaserAlignment/interface/LASBarrelAlignmentParameterSet.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Finterface%2FLASBarrelAlignmentParameterSet.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Finterface%2FLASBarrelAlignmentParameterSet.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Finterface%2FLASBarrelAlignmentParameterSet.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -41,3 +41,4 @@ class LASBarrelAlignmentParameterSet {\n };\n \n #endif\n+-- dummy change --"},{"sha":"8271843e5543a45fb10d08c345a494fadd45cf4d","filename":"Alignment/LaserAlignment/interface/LASConstants.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Finterface%2FLASConstants.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Finterface%2FLASConstants.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Finterface%2FLASConstants.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -45,3 +45,4 @@ class LASConstants {\n };\n \n #endif\n+-- dummy change --"},{"sha":"8009abc21fcba3633712fd4806e15b279fcb5e23","filename":"Alignment/LaserAlignment/interface/LASCoordinateSet.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Finterface%2FLASCoordinateSet.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Finterface%2FLASCoordinateSet.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Finterface%2FLASCoordinateSet.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -55,3 +55,4 @@ class LASCoordinateSet {\n };\n \n #endif\n+-- dummy change --"},{"sha":"396e70ec5c8b61c2bcad35de1cb1990e2bb7aa79","filename":"Alignment/LaserAlignment/interface/LASEndcapAlgorithm.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Finterface%2FLASEndcapAlgorithm.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Finterface%2FLASEndcapAlgorithm.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Finterface%2FLASEndcapAlgorithm.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -32,3 +32,4 @@ class LASEndcapAlgorithm {\n };\n \n #endif\n+-- dummy change --"},{"sha":"b2de32c60ad46ce0973d6aeb35f7548564e6c67d","filename":"Alignment/LaserAlignment/interface/LASEndcapAlignmentParameterSet.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Finterface%2FLASEndcapAlignmentParameterSet.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Finterface%2FLASEndcapAlignmentParameterSet.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Finterface%2FLASEndcapAlignmentParameterSet.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -42,3 +42,4 @@ class LASEndcapAlignmentParameterSet {\n };\n \n #endif\n+-- dummy change --"},{"sha":"2e2cdb6217ed82fa9c25e3aafbe80b029ab771b9","filename":"Alignment/LaserAlignment/interface/LASGeometryUpdater.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Finterface%2FLASGeometryUpdater.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Finterface%2FLASGeometryUpdater.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Finterface%2FLASGeometryUpdater.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -30,3 +30,4 @@ class LASGeometryUpdater {\n };\n \n #endif\n+-- dummy change --"},{"sha":"e0f78f1120dafd2b14434a20a1557759d77f5930","filename":"Alignment/LaserAlignment/interface/LASGlobalData.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Finterface%2FLASGlobalData.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Finterface%2FLASGlobalData.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Finterface%2FLASGlobalData.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -291,3 +291,4 @@ void LASGlobalData::Init(const T& in) {\n }\n \n #endif\n+-- dummy change --"},{"sha":"c83bd92cac47a6cbcb1b84d21912ba128627cf47","filename":"Alignment/LaserAlignment/interface/LASGlobalLoop.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Finterface%2FLASGlobalLoop.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Finterface%2FLASGlobalLoop.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Finterface%2FLASGlobalLoop.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -30,3 +30,4 @@ class LASGlobalLoop {\n };\n \n #endif\n+-- dummy change --"},{"sha":"e8819051ef67ce58109fb4baff32cc9b09a3aae5","filename":"Alignment/LaserAlignment/interface/LASModuleProfile.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Finterface%2FLASModuleProfile.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Finterface%2FLASModuleProfile.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Finterface%2FLASModuleProfile.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -38,3 +38,4 @@ class LASModuleProfile {\n };\n \n #endif\n+-- dummy change --"},{"sha":"eb1115740a698f2219a8da259e7ff6b9f44f982f","filename":"Alignment/LaserAlignment/interface/LASPeakFinder.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Finterface%2FLASPeakFinder.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Finterface%2FLASPeakFinder.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Finterface%2FLASPeakFinder.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -27,3 +27,4 @@ class LASPeakFinder {\n };\n \n #endif\n+-- dummy change --"},{"sha":"051498644ab9398d94586e0113ed4e6d18e54a7d","filename":"Alignment/LaserAlignment/interface/LASProfileJudge.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Finterface%2FLASProfileJudge.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Finterface%2FLASProfileJudge.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Finterface%2FLASProfileJudge.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -32,3 +32,4 @@ class LASProfileJudge {\n };\n \n #endif\n+-- dummy change --"},{"sha":"cf2e91c460ba4eb7b87ac0578cdf05e83b970aba","filename":"Alignment/LaserAlignment/interface/TsosVectorCollection.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Finterface%2FTsosVectorCollection.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Finterface%2FTsosVectorCollection.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Finterface%2FTsosVectorCollection.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -16,3 +16,4 @@\n typedef std::vector > TsosVectorCollection;\n \n #endif\n+-- dummy change --"},{"sha":"fcad34c6a6485918b669b7a267167097e4cace27","filename":"Alignment/LaserAlignment/plugins/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fplugins%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fplugins%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fplugins%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -24,3 +24,4 @@\n \n \n \n+-- dummy change --"},{"sha":"afc055c5c0bcb58be18a18aa7135f570e20a4d78","filename":"Alignment/LaserAlignment/plugins/LaserAlignment.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fplugins%2FLaserAlignment.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fplugins%2FLaserAlignment.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fplugins%2FLaserAlignment.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1769,3 +1769,4 @@ void LaserAlignment::testRoutine(void) {\n DEFINE_FWK_MODULE(LaserAlignment);\n \n // the ATTIC\n+-- dummy change --"},{"sha":"7a2ca49af5ebe30209867b5892b618a94a81cadc","filename":"Alignment/LaserAlignment/plugins/LaserAlignment.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fplugins%2FLaserAlignment.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fplugins%2FLaserAlignment.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fplugins%2FLaserAlignment.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -244,3 +244,4 @@ class LaserAlignment : public edm::one::EDProducer {\n bool firstEvent_;\n };\n #endif\n+-- dummy change --"},{"sha":"584ada0deeb55e3ebb6c27965f33baa3d922b019","filename":"Alignment/LaserAlignment/plugins/LaserAlignmentEventFilter.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fplugins%2FLaserAlignmentEventFilter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fplugins%2FLaserAlignmentEventFilter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fplugins%2FLaserAlignmentEventFilter.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -110,3 +110,4 @@ bool LaserAlignmentEventFilter::filter(edm::StreamID sid, edm::Event& iEvent, co\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(LaserAlignmentEventFilter);\n+-- dummy change --"},{"sha":"87cd3c4b9ef8b4b3c4fd78af7d504def2e634b46","filename":"Alignment/LaserAlignment/plugins/LaserAlignmentEventFilter.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fplugins%2FLaserAlignmentEventFilter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fplugins%2FLaserAlignmentEventFilter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fplugins%2FLaserAlignmentEventFilter.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -26,3 +26,4 @@ class LaserAlignmentEventFilter : public edm::global::EDFilter<> {\n const uint16_t single_channel_thresh; // signal threshold for a single channel\n const uint16_t channel_count_thresh; // nr. of channels that have to contain signal for LAS event\n };\n+-- dummy change --"},{"sha":"688d66f92ae342452afe10650140a0fab8b5ecb2","filename":"Alignment/LaserAlignment/plugins/LaserAlignmentFillDetId.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fplugins%2FLaserAlignmentFillDetId.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fplugins%2FLaserAlignmentFillDetId.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fplugins%2FLaserAlignmentFillDetId.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -516,3 +516,4 @@ void LaserAlignment::fillDetectorId(void) {\n detectorId.SetTEC2TECEntry(1, 7, 3, 470096012);\n detectorId.SetTEC2TECEntry(1, 7, 4, 470112396);\n }\n+-- dummy change --"},{"sha":"3a4f5f0585b6a62ad7f15a3474b3913c092c1ccd","filename":"Alignment/LaserAlignment/plugins/LaserAlignmentT0Producer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fplugins%2FLaserAlignmentT0Producer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fplugins%2FLaserAlignmentT0Producer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fplugins%2FLaserAlignmentT0Producer.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -640,3 +640,4 @@ void LaserAlignmentT0Producer::FillDetIds(void) {\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(LaserAlignmentT0Producer);\n+-- dummy change --"},{"sha":"f946b90d195d4ba1af019db3d6ad262d4cdb18b1","filename":"Alignment/LaserAlignment/plugins/RawDataConverter.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fplugins%2FRawDataConverter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fplugins%2FRawDataConverter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fplugins%2FRawDataConverter.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -694,3 +694,4 @@ void RawDataConverter::fillDetectorId(void) {\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(RawDataConverter);\n+-- dummy change --"},{"sha":"7c08142c6d464200db7f15e73e07fa81a2d66f3e","filename":"Alignment/LaserAlignment/plugins/RawDataConverter.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fplugins%2FRawDataConverter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fplugins%2FRawDataConverter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fplugins%2FRawDataConverter.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -131,3 +131,4 @@ void RawDataConverter::GetDigis(const edm::Event& iEvent) {\n }\n } while (loop.TEC2TECLoop(det, beam, disk));\n }\n+-- dummy change --"},{"sha":"64fa07f8f734582d6dbc7cc8e31705c28b165bb5","filename":"Alignment/LaserAlignment/plugins/TkLasBeamFitter.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fplugins%2FTkLasBeamFitter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fplugins%2FTkLasBeamFitter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fplugins%2FTkLasBeamFitter.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1043,3 +1043,4 @@ bool TkLasBeamFitter::fitBeam(TkFittedLasBeam &beam,\n //---------------------------------------------------------------------------------------\n //define this as a plug-in\n DEFINE_FWK_MODULE(TkLasBeamFitter);\n+-- dummy change --"},{"sha":"6f625f98ce79d3bb979a2000d26514c775672c67","filename":"Alignment/LaserAlignment/python/AlCaRECOLaserAlignmentT0Producer_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fpython%2FAlCaRECOLaserAlignmentT0Producer_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fpython%2FAlCaRECOLaserAlignmentT0Producer_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fpython%2FAlCaRECOLaserAlignmentT0Producer_Output_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -8,3 +8,4 @@\n 'keep SiStripEventSummary_siStripDigis_*_*')\n )\n \n+-- dummy change --"},{"sha":"7b5f6b9b9dc67bfb5ec342471a5c891ab4d3e5be","filename":"Alignment/LaserAlignment/python/ExpectedCorrectionsOnlyRotations_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fpython%2FExpectedCorrectionsOnlyRotations_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fpython%2FExpectedCorrectionsOnlyRotations_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fpython%2FExpectedCorrectionsOnlyRotations_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -137,3 +137,4 @@\n )\n \n \n+-- dummy change --"},{"sha":"273845cc3e5ec1bae8989ce6f870ede0bdc7d0ab","filename":"Alignment/LaserAlignment/python/ExpectedCorrectionsShiftsAndRotationsTEC2TEC_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fpython%2FExpectedCorrectionsShiftsAndRotationsTEC2TEC_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fpython%2FExpectedCorrectionsShiftsAndRotationsTEC2TEC_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fpython%2FExpectedCorrectionsShiftsAndRotationsTEC2TEC_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -137,3 +137,4 @@\n )\n \n \n+-- dummy change --"},{"sha":"575b71203cdac4df8fe17297207da2ed5d1acb20","filename":"Alignment/LaserAlignment/python/ExpectedCorrectionsShiftsAndRotations_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fpython%2FExpectedCorrectionsShiftsAndRotations_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fpython%2FExpectedCorrectionsShiftsAndRotations_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fpython%2FExpectedCorrectionsShiftsAndRotations_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -137,3 +137,4 @@\n )\n \n \n+-- dummy change --"},{"sha":"628b614d823feed201821c465b4e666984c16150","filename":"Alignment/LaserAlignment/python/HLTLaserAlignmentEventFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fpython%2FHLTLaserAlignmentEventFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fpython%2FHLTLaserAlignmentEventFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fpython%2FHLTLaserAlignmentEventFilter_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -13,3 +13,4 @@\n LaserAlignmentEventFilter.SINGLE_CHANNEL_THRESH = cms.uint32(11);\n LaserAlignmentEventFilter.CHANNEL_COUNT_THRESH = cms.uint32(8);\n \n+-- dummy change --"},{"sha":"578f4e483d19a80c3f57cb565844dad5d93d9caf","filename":"Alignment/LaserAlignment/python/LaserAlignmentAlgorithm_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fpython%2FLaserAlignmentAlgorithm_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fpython%2FLaserAlignmentAlgorithm_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fpython%2FLaserAlignmentAlgorithm_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -14,3 +14,4 @@\n )\n )\n \n+-- dummy change --"},{"sha":"e7564c8fb1670191f4fa49c088137a670646e0f7","filename":"Alignment/LaserAlignment/python/LaserAlignmentConstants_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fpython%2FLaserAlignmentConstants_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fpython%2FLaserAlignmentConstants_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fpython%2FLaserAlignmentConstants_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -35,3 +35,4 @@\n \n )\n \n+-- dummy change --"},{"sha":"d40f637df0879a427a741eed491032f4f9c5100c","filename":"Alignment/LaserAlignment/python/LaserAlignmentDefs_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fpython%2FLaserAlignmentDefs_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fpython%2FLaserAlignmentDefs_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fpython%2FLaserAlignmentDefs_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -726,3 +726,4 @@\n 470046596,\n 470046860\n )\n+-- dummy change --"},{"sha":"d6e1dd2fa44fc0e0a1d8b110b052eeb4008b3fcf","filename":"Alignment/LaserAlignment/python/LaserAlignmentEventFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fpython%2FLaserAlignmentEventFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fpython%2FLaserAlignmentEventFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fpython%2FLaserAlignmentEventFilter_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -36,3 +36,4 @@\n LaserAlignmentEventFilter.SINGLE_CHANNEL_THRESH = cms.uint32(11);\n LaserAlignmentEventFilter.CHANNEL_COUNT_THRESH = cms.uint32(8);\n \n+-- dummy change --"},{"sha":"df2314defe7dce4b4aef4c91af38402e4a179259","filename":"Alignment/LaserAlignment/python/LaserAlignmentT0Producer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fpython%2FLaserAlignmentT0Producer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fpython%2FLaserAlignmentT0Producer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fpython%2FLaserAlignmentT0Producer_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -36,3 +36,4 @@\n )\n \n \n+-- dummy change --"},{"sha":"c78d7e30608aa78220b172e1dfcff3803813f361","filename":"Alignment/LaserAlignment/python/LaserAlignment_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fpython%2FLaserAlignment_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fpython%2FLaserAlignment_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fpython%2FLaserAlignment_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -80,3 +80,4 @@\n \n from Alignment.LaserAlignment.LaserAlignmentConstants_cff import *\n LaserAlignment.LaserAlignmentConstants.extend( LaserAlignmentConstants )\n+-- dummy change --"},{"sha":"50d3624eda978ded0065ff4dda7ef2ea669ce137","filename":"Alignment/LaserAlignment/python/LaserClusterizer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fpython%2FLaserClusterizer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fpython%2FLaserClusterizer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fpython%2FLaserClusterizer_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -14,3 +14,4 @@\n )\n \n \n+-- dummy change --"},{"sha":"3d800d3852f0c2888491fdd5ef9696175b8ac18d","filename":"Alignment/LaserAlignment/python/LaserSeedGenerator_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fpython%2FLaserSeedGenerator_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fpython%2FLaserSeedGenerator_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fpython%2FLaserSeedGenerator_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -7,3 +7,4 @@\n #Laser Seed finding\n from Alignment.LaserAlignment.LaserSeedGenerator_cfi import *\n \n+-- dummy change --"},{"sha":"94745bc3aa2563176686a0eb8e4ee54007979f4f","filename":"Alignment/LaserAlignment/python/LaserSeedGenerator_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fpython%2FLaserSeedGenerator_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fpython%2FLaserSeedGenerator_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fpython%2FLaserSeedGenerator_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -14,3 +14,4 @@\n )\n \n \n+-- dummy change --"},{"sha":"cc36f13e53f58f8ab99be787bfb20b0f35158986","filename":"Alignment/LaserAlignment/python/LaserTracksInput_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fpython%2FLaserTracksInput_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fpython%2FLaserTracksInput_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fpython%2FLaserTracksInput_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -24,3 +24,4 @@\n input = cms.untracked.int32(-1)\n )\n \n+-- dummy change --"},{"sha":"0498fe1462a7b9f215ee653130916551eef0a5bd","filename":"Alignment/LaserAlignment/python/RawDataConverter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fpython%2FRawDataConverter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fpython%2FRawDataConverter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fpython%2FRawDataConverter_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -41,3 +41,4 @@\n )\n )\n \n+-- dummy change --"},{"sha":"760347f116203548a35fe8f695c3f64d284cee72","filename":"Alignment/LaserAlignment/python/RecoAnalyzer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fpython%2FRecoAnalyzer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fpython%2FRecoAnalyzer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fpython%2FRecoAnalyzer_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -21,3 +21,4 @@\n )\n \n \n+-- dummy change --"},{"sha":"a78772aeced12864efe7631b8bbe848fc6618582","filename":"Alignment/LaserAlignment/python/TkLasBeamFitter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fpython%2FTkLasBeamFitter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fpython%2FTkLasBeamFitter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fpython%2FTkLasBeamFitter_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -12,3 +12,4 @@\n numberOfFittedAtParameters = cms.uint32( 6 )\n )\n \n+-- dummy change --"},{"sha":"019f275f69aa863db22d682b5246792ec177cdec","filename":"Alignment/LaserAlignment/src/LASAlignmentTubeAlgorithm.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fsrc%2FLASAlignmentTubeAlgorithm.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fsrc%2FLASAlignmentTubeAlgorithm.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fsrc%2FLASAlignmentTubeAlgorithm.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -818,3 +818,4 @@ void LASAlignmentTubeAlgorithm::ReadMisalignmentFromFile(const char* filename,\n \n file.close();\n }\n+-- dummy change --"},{"sha":"04cc904916737959d7a6d6181059d0e1b6a3e3e9","filename":"Alignment/LaserAlignment/src/LASBarrelAlgorithm.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fsrc%2FLASBarrelAlgorithm.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fsrc%2FLASBarrelAlgorithm.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fsrc%2FLASBarrelAlgorithm.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -838,3 +838,4 @@ void LASBarrelAlgorithm::ReadStartParametersFromFile(const char* filename, float\n file >> values[subdetParMap[det] + 5]; // y2\n }\n }\n+-- dummy change --"},{"sha":"239bb3fdbbf6bee3d66204ff742f14c9caa90489","filename":"Alignment/LaserAlignment/src/LASBarrelAlignmentParameterSet.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fsrc%2FLASBarrelAlignmentParameterSet.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fsrc%2FLASBarrelAlignmentParameterSet.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fsrc%2FLASBarrelAlignmentParameterSet.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -145,3 +145,4 @@ void LASBarrelAlignmentParameterSet::Print(void) {\n \n std::cout << \" [LASBarrelAlignmentParameterSet::Print] -- End parameter list.\" << std::endl;\n }\n+-- dummy change --"},{"sha":"f70d395cd686778d8b0544019200004ce87503ee","filename":"Alignment/LaserAlignment/src/LASConstants.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fsrc%2FLASConstants.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fsrc%2FLASConstants.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fsrc%2FLASConstants.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -198,3 +198,4 @@ void LASConstants::FillZPositions(edm::ParameterSet const& theZPosConf) {\n tecBsZPosition = theZPosConf.getParameter(\"LASTecBeamSplitterZPosition\");\n atZPosition = theZPosConf.getParameter(\"LASAtBeamsplitterZPosition\");\n }\n+-- dummy change --"},{"sha":"cba3a957717191fc8f06cdbd1c862b2632ddbb5a","filename":"Alignment/LaserAlignment/src/LASCoordinateSet.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fsrc%2FLASCoordinateSet.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fsrc%2FLASCoordinateSet.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fsrc%2FLASCoordinateSet.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -61,3 +61,4 @@ void LASCoordinateSet::Dump(void) {\n std::cout << \" [LASCoordinateSet::Dump] -- phi: \" << phi << \", phiE: \" << phiError << \", r: \" << r\n << \", rE: \" << rError << \", z: \" << z << \", zE: \" << zError << \" .\" << std::endl;\n }\n+-- dummy change --"},{"sha":"d39cded0f00efb190f40729cc574b9884f2df755","filename":"Alignment/LaserAlignment/src/LASEndcapAlgorithm.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fsrc%2FLASEndcapAlgorithm.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fsrc%2FLASEndcapAlgorithm.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fsrc%2FLASEndcapAlgorithm.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -367,3 +367,4 @@ double LASEndcapAlgorithm::GetAlignmentParameterCorrection(int det,\n \n return phiCorrection;\n }\n+-- dummy change --"},{"sha":"548909132c84b35600c5694951a2284516fe025a","filename":"Alignment/LaserAlignment/src/LASEndcapAlignmentParameterSet.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fsrc%2FLASEndcapAlignmentParameterSet.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fsrc%2FLASEndcapAlignmentParameterSet.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fsrc%2FLASEndcapAlignmentParameterSet.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -204,3 +204,4 @@ void LASEndcapAlignmentParameterSet::Print(void) {\n \n std::cout << \" [LASEndcapAlignmentParameterSet::Print] -- End of list.\" << std::endl << std::endl;\n }\n+-- dummy change --"},{"sha":"c6b48ffb30d371216ee327e7f7fe7666ce931f49","filename":"Alignment/LaserAlignment/src/LASGeometryUpdater.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fsrc%2FLASGeometryUpdater.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fsrc%2FLASGeometryUpdater.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fsrc%2FLASGeometryUpdater.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -299,3 +299,4 @@ void LASGeometryUpdater::SetReverseDirection(bool isSet) { isReverseDirection =\n ///\n ///\n void LASGeometryUpdater::SetMisalignmentFromRefGeometry(bool isSet) { isMisalignmentFromRefGeometry = isSet; }\n+-- dummy change --"},{"sha":"21563cf4e30ccefc6c1fb0d9c7b445715ec0c470","filename":"Alignment/LaserAlignment/src/LASGlobalData.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fsrc%2FLASGlobalData.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fsrc%2FLASGlobalData.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fsrc%2FLASGlobalData.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -3,3 +3,4 @@\n #define __LASGLOBALDATA_C\n \n #endif\n+-- dummy change --"},{"sha":"5a7c9581372826f391aa02dbf8a4dfd7a36093ff","filename":"Alignment/LaserAlignment/src/LASGlobalLoop.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fsrc%2FLASGlobalLoop.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fsrc%2FLASGlobalLoop.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fsrc%2FLASGlobalLoop.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -94,3 +94,4 @@ bool LASGlobalLoop::TEC2TECLoop(int& subdet, int& beam, int& disk) const {\n \n return true;\n }\n+-- dummy change --"},{"sha":"923dc77e5b4b9d9260a32680d85e813e456ef227","filename":"Alignment/LaserAlignment/src/LASModuleProfile.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fsrc%2FLASModuleProfile.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fsrc%2FLASModuleProfile.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fsrc%2FLASModuleProfile.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -239,3 +239,4 @@ LASModuleProfile& LASModuleProfile::operator/=(const double divisor) {\n }\n \n #endif\n+-- dummy change --"},{"sha":"1d1b5688c2d6e966a30e25437e81f4eb83eddda9","filename":"Alignment/LaserAlignment/src/LASPeakFinder.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fsrc%2FLASPeakFinder.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fsrc%2FLASPeakFinder.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fsrc%2FLASPeakFinder.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -104,3 +104,4 @@ bool LASPeakFinder::FindPeakIn(const LASModuleProfile& aProfile,\n ///\n ///\n void LASPeakFinder::SetAmplitudeThreshold(double aThreshold) { amplitudeThreshold = aThreshold; }\n+-- dummy change --"},{"sha":"54f9996c9000ba8482f2ff1489cd087c3ab37f2a","filename":"Alignment/LaserAlignment/src/LASProfileJudge.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fsrc%2FLASProfileJudge.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fsrc%2FLASProfileJudge.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fsrc%2FLASProfileJudge.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -208,3 +208,4 @@ bool LASProfileJudge::IsOverdrive(int offset) {\n \n return false;\n }\n+-- dummy change --"},{"sha":"6235d312d6169d6fa739a04e9021f5f5d2890557","filename":"Alignment/LaserAlignment/src/classes.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fsrc%2Fclasses.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fsrc%2Fclasses.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fsrc%2Fclasses.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -24,3 +24,4 @@ namespace Alignment_LaserAlignment {\n // LASGlobalData ltdir;\n };\n } // namespace Alignment_LaserAlignment\n+-- dummy change --"},{"sha":"f857ad976dcb8826b27fbecb708fd2f67c5b55eb","filename":"Alignment/LaserAlignment/src/classes_def.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fsrc%2Fclasses_def.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Fsrc%2Fclasses_def.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Fsrc%2Fclasses_def.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -13,3 +13,4 @@\n \n \n \n+-- dummy change --"},{"sha":"bdf161d2fb3c0c0ac643dcbe2a45eb815a2cb7a3","filename":"Alignment/LaserAlignment/test/LaserAlignmentEventFilter_test.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Ftest%2FLaserAlignmentEventFilter_test.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Ftest%2FLaserAlignmentEventFilter_test.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Ftest%2FLaserAlignmentEventFilter_test.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -60,3 +60,4 @@\n \n process.p = cms.Path( process.LaserAlignmentEventFilter )\n \n+-- dummy change --"},{"sha":"2d73a5c31ee2a223a28b66eabaffdaef185b9733","filename":"Alignment/LaserAlignment/test/RawDataConverter_full_chain.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Ftest%2FRawDataConverter_full_chain.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Ftest%2FRawDataConverter_full_chain.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Ftest%2FRawDataConverter_full_chain.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -72,3 +72,4 @@\n \n # Run the full chain of LAS analysis\n process.p = cms.Path(process.LaserAlignmentEventFilter + process.siStripDigis + process.laserAlignmentT0Producer + process.RawDataConverter + process.out)\n+-- dummy change --"},{"sha":"6d06866e83e2d0846f90ef3d2507733e4a4eb64a","filename":"Alignment/LaserAlignment/test/ReadLaserRecHitAlgorithm.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Ftest%2FReadLaserRecHitAlgorithm.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Ftest%2FReadLaserRecHitAlgorithm.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Ftest%2FReadLaserRecHitAlgorithm.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -96,3 +96,4 @@ void ReadLaserRecHitAlgorithm::run(const SiStripMatchedRecHit2DCollection* input\n \n \n \n+-- dummy change --"},{"sha":"88ee3a084b05f09ca48ca2e989e23506b251575a","filename":"Alignment/LaserAlignment/test/RecoAnalyzerRecHits.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Ftest%2FRecoAnalyzerRecHits.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Ftest%2FRecoAnalyzerRecHits.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Ftest%2FRecoAnalyzerRecHits.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -595,3 +595,4 @@\n }\n }\n }\n+-- dummy change --"},{"sha":"97cdd2d40b35fe98ace8887d9afd34c5a37bab9c","filename":"Alignment/LaserAlignment/test/RecoAnalyzerTC.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Ftest%2FRecoAnalyzerTC.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Ftest%2FRecoAnalyzerTC.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Ftest%2FRecoAnalyzerTC.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -79,3 +79,4 @@ void RecoAnalyzer::trackerTC(edm::Event const& theEvent, edm::EventSetup const&\n }\n \n }\n+-- dummy change --"},{"sha":"3a2d0f93f9be0766fa85d4fde8c80e5de87214e7","filename":"Alignment/LaserAlignment/test/createScenario.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Ftest%2FcreateScenario.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Ftest%2FcreateScenario.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Ftest%2FcreateScenario.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -217,3 +217,4 @@\n \n \n \n+-- dummy change --"},{"sha":"cc561e443db5f08979cdbc8b5a1b013541a426a4","filename":"Alignment/LaserAlignment/test/laserAlignment.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Ftest%2FlaserAlignment.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Ftest%2FlaserAlignment.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Ftest%2FlaserAlignment.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -195,3 +195,4 @@\n \n \n \n+-- dummy change --"},{"sha":"8473f3aab7408b7342b54a7dc800babe3e599f82","filename":"Alignment/LaserAlignment/test/laserAlignment_sim.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Ftest%2FlaserAlignment_sim.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Ftest%2FlaserAlignment_sim.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Ftest%2FlaserAlignment_sim.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -152,3 +152,4 @@\n \n \n \n+-- dummy change --"},{"sha":"7299ef478e6e7cc49c9088d57cc0db7321da293b","filename":"Alignment/LaserAlignment/test/t0ProducerStandalone.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Ftest%2Ft0ProducerStandalone.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Ftest%2Ft0ProducerStandalone.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Ftest%2Ft0ProducerStandalone.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -75,3 +75,4 @@\n process.laserAlignmentT0Producer+\n process.LaserAlignmentT0ProducerDQM+\n process.out )\n+-- dummy change --"},{"sha":"6a587b648e736e2bb3637699529c9d63c205172f","filename":"Alignment/LaserAlignment/test/t0ProducerStandalone_LASFilter.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Ftest%2Ft0ProducerStandalone_LASFilter.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Ftest%2Ft0ProducerStandalone_LASFilter.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Ftest%2Ft0ProducerStandalone_LASFilter.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -90,3 +90,4 @@\n (process.laserAlignmentT0Producer +\n process.LaserAlignmentT0ProducerDQM ))\n process.outputPath = cms.EndPath( process.out )\n+-- dummy change --"},{"sha":"634c782b7f62bc1cebcb4ab2a9824608cff9fa7d","filename":"Alignment/LaserAlignment/test/testTkLasBeamFitter_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Ftest%2FtestTkLasBeamFitter_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignment%2Ftest%2FtestTkLasBeamFitter_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignment%2Ftest%2FtestTkLasBeamFitter_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -86,3 +86,4 @@\n \n \n \n+-- dummy change --"},{"sha":"2d5a53494efe64371ad14c6f7e44798c0e5c5ae7","filename":"Alignment/LaserAlignmentSimulation/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignmentSimulation%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -9,3 +9,4 @@\n \n \n \n+-- dummy change --"},{"sha":"7f98b84c0b06edf59612911f5cbc2f1a8fd7b26b","filename":"Alignment/LaserAlignmentSimulation/data/AlignmentTubes.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Fdata%2FAlignmentTubes.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Fdata%2FAlignmentTubes.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignmentSimulation%2Fdata%2FAlignmentTubes.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -337,3 +337,4 @@\n \n \n \n+-- dummy change --"},{"sha":"5fcd2706764495c7678a304db0559eed17d87623","filename":"Alignment/LaserAlignmentSimulation/doc/LaserAlignmentSimulation.doc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Fdoc%2FLaserAlignmentSimulation.doc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Fdoc%2FLaserAlignmentSimulation.doc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignmentSimulation%2Fdoc%2FLaserAlignmentSimulation.doc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -90,3 +90,4 @@ Last updated:\n @DATE@ Author: Maarten Thomas.\n */\n \n+-- dummy change --"},{"sha":"e94dda7e18ba2453d53b7b04f7d1842224d439a2","filename":"Alignment/LaserAlignmentSimulation/interface/LaserBeamsBarrel.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Finterface%2FLaserBeamsBarrel.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Finterface%2FLaserBeamsBarrel.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignmentSimulation%2Finterface%2FLaserBeamsBarrel.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -45,3 +45,4 @@ class LaserBeamsBarrel : public G4VUserPrimaryGeneratorAction {\n CLHEP::DRand48Engine *theDRand48Engine;\n };\n #endif\n+-- dummy change --"},{"sha":"24abee77c71fa52b0925c733a65b6f16660af025","filename":"Alignment/LaserAlignmentSimulation/interface/LaserBeamsTEC1.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Finterface%2FLaserBeamsTEC1.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Finterface%2FLaserBeamsTEC1.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignmentSimulation%2Finterface%2FLaserBeamsTEC1.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -45,3 +45,4 @@ class LaserBeamsTEC1 : public G4VUserPrimaryGeneratorAction {\n CLHEP::DRand48Engine *theDRand48Engine;\n };\n #endif\n+-- dummy change --"},{"sha":"1a790721345891bd8f7a0ad37f47bf44df7e0f65","filename":"Alignment/LaserAlignmentSimulation/interface/LaserBeamsTEC2.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Finterface%2FLaserBeamsTEC2.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Finterface%2FLaserBeamsTEC2.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignmentSimulation%2Finterface%2FLaserBeamsTEC2.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -45,3 +45,4 @@ class LaserBeamsTEC2 : public G4VUserPrimaryGeneratorAction {\n CLHEP::DRand48Engine *theDRand48Engine;\n };\n #endif\n+-- dummy change --"},{"sha":"c99118ebe4bd4b16323e5f852376a131225dcf72","filename":"Alignment/LaserAlignmentSimulation/interface/LaserOpticalPhysicsList.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Finterface%2FLaserOpticalPhysicsList.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Finterface%2FLaserOpticalPhysicsList.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignmentSimulation%2Finterface%2FLaserOpticalPhysicsList.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -45,3 +45,4 @@ class LaserOpticalPhysicsList : public G4VPhysicsConstructor {\n G4OpWLS *theWLSProcess;\n };\n #endif\n+-- dummy change --"},{"sha":"a0d335b49908bb4229fff5acffedab7eed8657e1","filename":"Alignment/LaserAlignmentSimulation/interface/LaserPrimaryGeneratorAction.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Finterface%2FLaserPrimaryGeneratorAction.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Finterface%2FLaserPrimaryGeneratorAction.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignmentSimulation%2Finterface%2FLaserPrimaryGeneratorAction.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -48,3 +48,4 @@ class LaserPrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction {\n LaserBeamsBarrel *theLaserBeamsInTECTIBTOBTEC;\n };\n #endif\n+-- dummy change --"},{"sha":"e934933a799600ba30b97ab2eab782a12b5753e9","filename":"Alignment/LaserAlignmentSimulation/interface/LaserSteppingAction.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Finterface%2FLaserSteppingAction.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Finterface%2FLaserSteppingAction.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignmentSimulation%2Finterface%2FLaserSteppingAction.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -28,3 +28,4 @@ class LaserSteppingAction : public G4UserSteppingAction {\n double theEnergyLossScalingFactor;\n };\n #endif\n+-- dummy change --"},{"sha":"3df4302f00e9562f4cdf61ee901b4bc5d4c3b5bb","filename":"Alignment/LaserAlignmentSimulation/interface/LaserSteppingVerbose.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Finterface%2FLaserSteppingVerbose.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Finterface%2FLaserSteppingVerbose.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignmentSimulation%2Finterface%2FLaserSteppingVerbose.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -22,3 +22,4 @@ class LaserSteppingVerbose : public G4SteppingVerbose {\n void TrackingStarted() override;\n };\n #endif\n+-- dummy change --"},{"sha":"0b0bf29e4cf932aca5bae4cf92c9d979a813f51b","filename":"Alignment/LaserAlignmentSimulation/interface/LaserTrackingAction.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Finterface%2FLaserTrackingAction.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Finterface%2FLaserTrackingAction.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignmentSimulation%2Finterface%2FLaserTrackingAction.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -28,3 +28,4 @@ class LaserTrackingAction : public G4UserTrackingAction {\n protected:\n };\n #endif\n+-- dummy change --"},{"sha":"bb819a6ba36ee76eb1b7f26546fb1e68e8648348","filename":"Alignment/LaserAlignmentSimulation/interface/MaterialProperties.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Finterface%2FMaterialProperties.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Finterface%2FMaterialProperties.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignmentSimulation%2Finterface%2FMaterialProperties.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -35,3 +35,4 @@ class MaterialProperties {\n G4Material *theTIBWafer;\n };\n #endif\n+-- dummy change --"},{"sha":"d5d70e8c86c540094982de469027ff07f41509a3","filename":"Alignment/LaserAlignmentSimulation/plugins/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Fplugins%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Fplugins%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignmentSimulation%2Fplugins%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -22,3 +22,4 @@\n \n \n \n+-- dummy change --"},{"sha":"a8c16ab1d35744b9da186aa59b68d35b7650eb26","filename":"Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Fplugins%2FLaserAlignmentProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Fplugins%2FLaserAlignmentProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignmentSimulation%2Fplugins%2FLaserAlignmentProducer.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -64,3 +64,4 @@ void LaserAlignmentProducer::produce(edm::Event &iEvent, const edm::EventSetup &\n // define this as a plug-in\n \n DEFINE_FWK_MODULE(LaserAlignmentProducer);\n+-- dummy change --"},{"sha":"e6c91b80072e53c3846be0f7ea2f0af53be93f02","filename":"Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentProducer.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Fplugins%2FLaserAlignmentProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Fplugins%2FLaserAlignmentProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignmentSimulation%2Fplugins%2FLaserAlignmentProducer.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -39,3 +39,4 @@ class LaserAlignmentProducer : public edm::one::EDProducer<> {\n HepMC::GenEvent *theEvent;\n };\n #endif\n+-- dummy change --"},{"sha":"4d2406161af6b7e0a6853ac4a7465fdca2b21606","filename":"Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentSimulation.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Fplugins%2FLaserAlignmentSimulation.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Fplugins%2FLaserAlignmentSimulation.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignmentSimulation%2Fplugins%2FLaserAlignmentSimulation.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -181,3 +181,4 @@ void LaserAlignmentSimulation::update(const EndOfRun *myRun) {\n #include \"SimG4Core/Watcher/interface/SimWatcherFactory.h\"\n \n DEFINE_SIMWATCHER(LaserAlignmentSimulation);\n+-- dummy change --"},{"sha":"455f1b2d1066f3eb4b11cbd68034a95df8688028","filename":"Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentSimulation.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Fplugins%2FLaserAlignmentSimulation.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Fplugins%2FLaserAlignmentSimulation.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignmentSimulation%2Fplugins%2FLaserAlignmentSimulation.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -89,3 +89,4 @@ class LaserAlignmentSimulation : public Observer,\n };\n \n #endif\n+-- dummy change --"},{"sha":"92e31d155a252e74ed944115902894513b54e46c","filename":"Alignment/LaserAlignmentSimulation/plugins/LaserOpticalPhysics.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Fplugins%2FLaserOpticalPhysics.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Fplugins%2FLaserOpticalPhysics.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignmentSimulation%2Fplugins%2FLaserOpticalPhysics.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -50,3 +50,4 @@ LaserOpticalPhysics::LaserOpticalPhysics(const edm::ParameterSet &p) : PhysicsLi\n // define the custom physics list\n \n DEFINE_PHYSICSLIST(LaserOpticalPhysics);\n+-- dummy change --"},{"sha":"a22d7729eca58a3ab098787001c16341b21e5e35","filename":"Alignment/LaserAlignmentSimulation/plugins/LaserOpticalPhysics.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Fplugins%2FLaserOpticalPhysics.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Fplugins%2FLaserOpticalPhysics.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignmentSimulation%2Fplugins%2FLaserOpticalPhysics.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -19,3 +19,4 @@ class LaserOpticalPhysics : public PhysicsList {\n };\n \n #endif\n+-- dummy change --"},{"sha":"473c41122de27c8aff317b24c8c263aac79b7493","filename":"Alignment/LaserAlignmentSimulation/src/LaserBeamsBarrel.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Fsrc%2FLaserBeamsBarrel.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Fsrc%2FLaserBeamsBarrel.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignmentSimulation%2Fsrc%2FLaserBeamsBarrel.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -190,3 +190,4 @@ void LaserBeamsBarrel::setOptPhotonPolar(G4double Angle) {\n // G4cout << \", the polarization = \" << polar << G4endl;\n theParticleGun->SetParticlePolarization(polar);\n }\n+-- dummy change --"},{"sha":"a7030956d56b7be81400ce82280bc8f11e33ca3c","filename":"Alignment/LaserAlignmentSimulation/src/LaserBeamsTEC1.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Fsrc%2FLaserBeamsTEC1.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Fsrc%2FLaserBeamsTEC1.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignmentSimulation%2Fsrc%2FLaserBeamsTEC1.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -193,3 +193,4 @@ void LaserBeamsTEC1::setOptPhotonPolar(G4double Angle) {\n // G4cout << \", the polarization = \" << polar << G4endl;\n theParticleGun->SetParticlePolarization(polar);\n }\n+-- dummy change --"},{"sha":"42f729c9c5b8f4bc39bd2943d26f01fc86af59c0","filename":"Alignment/LaserAlignmentSimulation/src/LaserBeamsTEC2.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Fsrc%2FLaserBeamsTEC2.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Fsrc%2FLaserBeamsTEC2.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignmentSimulation%2Fsrc%2FLaserBeamsTEC2.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -193,3 +193,4 @@ void LaserBeamsTEC2::setOptPhotonPolar(G4double Angle) {\n // G4cout << \", the polarization = \" << polar << G4endl;\n theParticleGun->SetParticlePolarization(polar);\n }\n+-- dummy change --"},{"sha":"b65c17b1e41093da0699395136aaec9f352a0e50","filename":"Alignment/LaserAlignmentSimulation/src/LaserOpticalPhysicsList.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Fsrc%2FLaserOpticalPhysicsList.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Fsrc%2FLaserOpticalPhysicsList.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignmentSimulation%2Fsrc%2FLaserOpticalPhysicsList.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -109,3 +109,4 @@ void LaserOpticalPhysicsList::ConstructProcess() {\n \n wasActivated = true;\n }\n+-- dummy change --"},{"sha":"e99daacf7fbd69e30365b1aa5c4a9a94c660e479","filename":"Alignment/LaserAlignmentSimulation/src/LaserPrimaryGeneratorAction.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Fsrc%2FLaserPrimaryGeneratorAction.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Fsrc%2FLaserPrimaryGeneratorAction.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignmentSimulation%2Fsrc%2FLaserPrimaryGeneratorAction.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -108,3 +108,4 @@ void LaserPrimaryGeneratorAction::setGeneratorId(G4PrimaryParticle *aParticle, i\n aParticle->SetUserInformation(new GenParticleInfo(ID));\n // }}}\n }\n+-- dummy change --"},{"sha":"93c2a656b6d9d112219e202f12c74c4438fc818f","filename":"Alignment/LaserAlignmentSimulation/src/LaserSteppingAction.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Fsrc%2FLaserSteppingAction.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Fsrc%2FLaserSteppingAction.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignmentSimulation%2Fsrc%2FLaserSteppingAction.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -330,3 +330,4 @@ void LaserSteppingAction::UserSteppingAction(const G4Step *myStep) {\n #endif\n }\n }\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75?per_page=100&page=10 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:16:34 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"982031d4d366b945a78b9a7796b17953a0c305b72d82fec2a12368fb51fa6850"'), ('Last-Modified', 'Wed, 30 Apr 2025 14:08:46 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4772'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '228'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D6F0:2A5676:5688F9:584762:681230C2')] +{"sha":"b6db3e643d2bd16deee12590d1312a3addcd2d75","node_id":"C_kwDOF83__NoAKGI2ZGIzZTY0M2QyYmQxNmRlZWUxMjU5MGQxMzEyYTNhZGRjZDJkNzU","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"message":"Test commit with many files","tree":{"sha":"d8f8da26398eca77794c2a8409031a5ab8ac23df","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/d8f8da26398eca77794c2a8409031a5ab8ac23df"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/b6db3e643d2bd16deee12590d1312a3addcd2d75","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c83ecb127f70592a95b0544c2e7e2404c9d7e440","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c83ecb127f70592a95b0544c2e7e2404c9d7e440","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c83ecb127f70592a95b0544c2e7e2404c9d7e440"}],"stats":{"total":1506,"additions":1506,"deletions":0},"files":[{"sha":"3546ae854492ac8fbd3a84697e1913bce21c2594","filename":"Alignment/LaserAlignmentSimulation/src/LaserSteppingVerbose.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Fsrc%2FLaserSteppingVerbose.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Fsrc%2FLaserSteppingVerbose.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignmentSimulation%2Fsrc%2FLaserSteppingVerbose.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -125,3 +125,4 @@ void LaserSteppingVerbose::TrackingStarted() {\n }\n G4cout.precision(precision);\n }\n+-- dummy change --"},{"sha":"f86ea80d7fa6d3b5feeae7c0c7057abf1a7abf0a","filename":"Alignment/LaserAlignmentSimulation/src/LaserTrackingAction.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Fsrc%2FLaserTrackingAction.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Fsrc%2FLaserTrackingAction.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignmentSimulation%2Fsrc%2FLaserTrackingAction.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -29,3 +29,4 @@ void LaserTrackingAction::PostUserTrackingAction(const G4Track *theTrack) {\n /* This code is called every time a new Track is destroyed */\n /* *********************************************************************** */\n }\n+-- dummy change --"},{"sha":"616aec98a7d72d8185107e1bb1e69de7e15eda37","filename":"Alignment/LaserAlignmentSimulation/src/MaterialProperties.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Fsrc%2FMaterialProperties.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Fsrc%2FMaterialProperties.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignmentSimulation%2Fsrc%2FMaterialProperties.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -418,3 +418,4 @@ void MaterialProperties::setMaterialProperties() {\n }\n }\n }\n+-- dummy change --"},{"sha":"494b627cfd00232e6eaee85505d46f95a8f1e11c","filename":"Alignment/LaserAlignmentSimulation/test/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Ftest%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Ftest%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignmentSimulation%2Ftest%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -12,3 +12,4 @@\n \n \n \n+-- dummy change --"},{"sha":"4bd83d41df5daaff7c65e8d42da2fbaa0bdba485","filename":"Alignment/LaserAlignmentSimulation/test/LaserSimulation_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Ftest%2FLaserSimulation_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Ftest%2FLaserSimulation_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignmentSimulation%2Ftest%2FLaserSimulation_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -112,3 +112,4 @@\n )\n )\n \n+-- dummy change --"},{"sha":"4e89f84dde5ff628f46c8dc390a5029dfec4fb6a","filename":"Alignment/LaserAlignmentSimulation/test/SimAnalyzer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Ftest%2FSimAnalyzer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Ftest%2FSimAnalyzer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignmentSimulation%2Ftest%2FSimAnalyzer.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -460,3 +460,4 @@ void SimAnalyzer::trackerStatistics(edm::Event const &theEvent, edm::EventSetup\n \n #include \"FWCore/Framework/interface/MakerMacros.h\"\n DEFINE_FWK_MODULE(SimAnalyzer);\n+-- dummy change --"},{"sha":"899c25043f4067b507cb7931b45bb050292052c4","filename":"Alignment/LaserAlignmentSimulation/test/SimAnalyzer_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Ftest%2FSimAnalyzer_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserAlignmentSimulation%2Ftest%2FSimAnalyzer_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserAlignmentSimulation%2Ftest%2FSimAnalyzer_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -33,3 +33,4 @@\n \n process.p1 = cms.Path(process.ana)\n \n+-- dummy change --"},{"sha":"6616c46d38c9b50077dadf01478cd138d56df511","filename":"Alignment/LaserDQM/doc/LaserDQM.doc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserDQM%2Fdoc%2FLaserDQM.doc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserDQM%2Fdoc%2FLaserDQM.doc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserDQM%2Fdoc%2FLaserDQM.doc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -43,3 +43,4 @@ Last updated:\n @DATE@ Author: Maarten Thomas.\n */\n \n+-- dummy change --"},{"sha":"d37a5ab643918d587a588db1482ee60bcd307342","filename":"Alignment/LaserDQM/plugins/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserDQM%2Fplugins%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserDQM%2Fplugins%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserDQM%2Fplugins%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -12,3 +12,4 @@\n \n \n \n+-- dummy change --"},{"sha":"dd65e1e177f0294249556e7f5898c4288a622a29","filename":"Alignment/LaserDQM/plugins/LaserDQM.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserDQM%2Fplugins%2FLaserDQM.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserDQM%2Fplugins%2FLaserDQM.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserDQM%2Fplugins%2FLaserDQM.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -574,3 +574,4 @@ void LaserDQM::fillAdcCounts(MonitorElement *theMonitor,\n // define the SEAL module\n \n DEFINE_FWK_MODULE(LaserDQM);\n+-- dummy change --"},{"sha":"e8fd0a7269e7bd9842ff5bcaeb0916da82f3dc99","filename":"Alignment/LaserDQM/plugins/LaserDQM.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserDQM%2Fplugins%2FLaserDQM.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserDQM%2Fplugins%2FLaserDQM.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserDQM%2Fplugins%2FLaserDQM.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -628,3 +628,4 @@ class LaserDQM : public edm::one::EDAnalyzer<> {\n MonitorElement *theMEBeam7TIBPosition6AdcCounts;\n };\n #endif\n+-- dummy change --"},{"sha":"0291cedc6cd0e76df5a17848e397fbf7d303161d","filename":"Alignment/LaserDQM/plugins/LaserDQMInitMonitors.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserDQM%2Fplugins%2FLaserDQMInitMonitors.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserDQM%2Fplugins%2FLaserDQMInitMonitors.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserDQM%2Fplugins%2FLaserDQMInitMonitors.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1067,3 +1067,4 @@ void LaserDQM::initMonitors() {\n theMEBeam7TIBPosition6AdcCounts =\n theDaqMonitorBEI->book1D(\"AdcCountsZ=-540mm\", \"Adc counts for Beam 7 at z = -540 mm\", 512, 0, 511);\n }\n+-- dummy change --"},{"sha":"444745b8f2b17f8ff36c337f331b794060f723bf","filename":"Alignment/LaserDQM/plugins/LaserDQMStatistics.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserDQM%2Fplugins%2FLaserDQMStatistics.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserDQM%2Fplugins%2FLaserDQMStatistics.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserDQM%2Fplugins%2FLaserDQMStatistics.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1581,3 +1581,4 @@ void LaserDQM::trackerStatistics(edm::Event const &theEvent, edm::EventSetup con\n }\n }\n }\n+-- dummy change --"},{"sha":"1074682e628d20ee1dd0a4768dc75f30e0772191","filename":"Alignment/LaserDQM/python/LaserDQM_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserDQM%2Fpython%2FLaserDQM_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserDQM%2Fpython%2FLaserDQM_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserDQM%2Fpython%2FLaserDQM_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -41,3 +41,4 @@\n \n process.p1 = cms.Path(process.mon)\n \n+-- dummy change --"},{"sha":"88cf258e6b29383aff63aff29a88f7f91c0d76c7","filename":"Alignment/LaserDQM/python/LaserDQM_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserDQM%2Fpython%2FLaserDQM_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FLaserDQM%2Fpython%2FLaserDQM_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FLaserDQM%2Fpython%2FLaserDQM_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -15,3 +15,4 @@\n )\n \n \n+-- dummy change --"},{"sha":"eca4e975c6c5ee5b53364715225f878c3de05765","filename":"Alignment/MillePedeAlignmentAlgorithm/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -18,3 +18,4 @@\n \n \n \n+-- dummy change --"},{"sha":"18e9dd61101bc865258da40f6cf23059a8937faf","filename":"Alignment/MillePedeAlignmentAlgorithm/doc/MillePedeAlignmentAlgorithm.doc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fdoc%2FMillePedeAlignmentAlgorithm.doc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fdoc%2FMillePedeAlignmentAlgorithm.doc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fdoc%2FMillePedeAlignmentAlgorithm.doc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -68,3 +68,4 @@ Last updated:\n @DATE@ Author: Gero Flucke\n */\n \n+-- dummy change --"},{"sha":"5d168a7ec4b5253c3dff3b9dce6be6627a067a47","filename":"Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeFileReader.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Finterface%2FMillePedeFileReader.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Finterface%2FMillePedeFileReader.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Finterface%2FMillePedeFileReader.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -253,3 +253,4 @@ inline std::ostream& operator<<(std::ostream& os, const AlignPCLThresholdsHG::co\n }\n \n #endif /* ALIGNMENT_MILLEPEDEALIGNMENTALGORITHM_INTERFACE_MILLEPEDEFILEREADER_H_ */\n+-- dummy change --"},{"sha":"2ee148f2a99cb0bbd76e792526528e981f64bc24","filename":"Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeMonitor.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Finterface%2FMillePedeMonitor.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Finterface%2FMillePedeMonitor.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Finterface%2FMillePedeMonitor.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -182,3 +182,4 @@ std::array, SIZE> MillePedeMonitor::indexArray2D(const std\n }\n \n #endif\n+-- dummy change --"},{"sha":"7733187b1b959c22bb8db623ea1e4b9a612a9afb","filename":"Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeVariables.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Finterface%2FMillePedeVariables.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Finterface%2FMillePedeVariables.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Finterface%2FMillePedeVariables.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -103,3 +103,4 @@ class MillePedeVariables : public AlignmentUserVariables {\n };\n \n #endif\n+-- dummy change --"},{"sha":"dff7de9ab8ddee3166bce1a00c096c99a1679465","filename":"Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeVariablesIORoot.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Finterface%2FMillePedeVariablesIORoot.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Finterface%2FMillePedeVariablesIORoot.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Finterface%2FMillePedeVariablesIORoot.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -84,3 +84,4 @@ class MillePedeVariablesIORoot : public AlignmentIORootBase, public AlignmentUse\n };\n \n #endif\n+-- dummy change --"},{"sha":"21c2c5de97a3a986483d5c028b00f37969d111c0","filename":"Alignment/MillePedeAlignmentAlgorithm/interface/PedeLabelerBase.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Finterface%2FPedeLabelerBase.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Finterface%2FPedeLabelerBase.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Finterface%2FPedeLabelerBase.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -136,3 +136,4 @@ struct AlignableComparator {\n };\n \n #endif\n+-- dummy change --"},{"sha":"7844957ef8432e5350e91b0a159fb6908bff134f","filename":"Alignment/MillePedeAlignmentAlgorithm/interface/PedeLabelerPluginFactory.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Finterface%2FPedeLabelerPluginFactory.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Finterface%2FPedeLabelerPluginFactory.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Finterface%2FPedeLabelerPluginFactory.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -19,3 +19,4 @@ typedef edmplugin::PluginFactoryInheritsFrom(TH1::Class()));\n }\n+-- dummy change --"},{"sha":"f84e1f3bfaea1db7b95d716f0df86f5593d35b22","filename":"Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFHistArray.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FGFUtils%2FGFHistArray.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FGFUtils%2FGFHistArray.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FGFUtils%2FGFHistArray.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -47,3 +47,4 @@ friend class TClonesArray;\n ClassDef(GFHistArray,1) // type safe array of histograms\n };\n #endif // __GFHISTARRAY_H\n+-- dummy change --"},{"sha":"1f1b82e3588126b7ba0f530dd402ae8f025903a7","filename":"Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFHistManager.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FGFUtils%2FGFHistManager.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FGFUtils%2FGFHistManager.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FGFUtils%2FGFHistManager.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1613,3 +1613,4 @@ void GFHistManager::ColourFuncs(GFHistArray *hists) const\n void GFHistManager::SetCanvasName(const TString& name) {\n fCanvasName = name;\n }\n+-- dummy change --"},{"sha":"1458b7eb079c611aa121f4a2cc39483262938029","filename":"Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFHistManager.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FGFUtils%2FGFHistManager.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FGFUtils%2FGFHistManager.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FGFUtils%2FGFHistManager.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -167,3 +167,4 @@ class GFHistManager : public TObject{\n };\n \n #endif\n+-- dummy change --"},{"sha":"9685c1ba7ad5ef1161047eb414f11c0c44a4e841","filename":"Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFOverlay.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FGFUtils%2FGFOverlay.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FGFUtils%2FGFOverlay.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FGFUtils%2FGFOverlay.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -325,3 +325,4 @@ void GFOverlay::CreateFillMeanRms(const TObjArray &hists, Int_t layer, const cha\n rmsHists[iHist]->Fill(h->GetRMS());\n }\n }\n+-- dummy change --"},{"sha":"e265b697d79936af0b0d112a7478c314eff46ccc","filename":"Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFOverlay.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FGFUtils%2FGFOverlay.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FGFUtils%2FGFOverlay.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FGFUtils%2FGFOverlay.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -75,3 +75,4 @@ class GFOverlay {\n };\n \n #endif\n+-- dummy change --"},{"sha":"05fa8b418b24e1de01ea9148065057f8aa39767f","filename":"Alignment/MillePedeAlignmentAlgorithm/macros/MillePedeTrees.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FMillePedeTrees.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FMillePedeTrees.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FMillePedeTrees.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -935,3 +935,4 @@ TString MillePedeTrees::SelIs2D() const\n // return result;\n // }\n // }\n+-- dummy change --"},{"sha":"5d85bbab23c34274cf6b439522999a8341443e90","filename":"Alignment/MillePedeAlignmentAlgorithm/macros/MillePedeTrees.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FMillePedeTrees.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FMillePedeTrees.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FMillePedeTrees.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -200,3 +200,4 @@ class MillePedeTrees\n bool fSurfDefDeltaBows; // true: SurfaceDeformation values as is, otherwise bowMean+Delta and bowMean-Delta\n };\n #endif\n+-- dummy change --"},{"sha":"c7a70143929743660903bf5890d9974c11768291","filename":"Alignment/MillePedeAlignmentAlgorithm/macros/PlotFromMillepedeRes.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FPlotFromMillepedeRes.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FPlotFromMillepedeRes.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FPlotFromMillepedeRes.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -268,3 +268,4 @@ void PlotFromMillepedeRes(TString strMillepedeRes, TString strOutdir, TString st\n PlotParsDistr(f, tr, strMillepedeRes, strOutdir);\n \n }// end of PlotPars\n+-- dummy change --"},{"sha":"0e55b027c437257b1064017295b888b814323b0f","filename":"Alignment/MillePedeAlignmentAlgorithm/macros/PlotMilleMonitor.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FPlotMilleMonitor.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FPlotMilleMonitor.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FPlotMilleMonitor.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -261,3 +261,4 @@ bool PlotMilleMonitor::OpenFilesLegends(const char *fileLegendList)\n \n return allOk;\n }\n+-- dummy change --"},{"sha":"2edc3725c62ee40c1f415afefb15690c5f3d0c43","filename":"Alignment/MillePedeAlignmentAlgorithm/macros/PlotMilleMonitor.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FPlotMilleMonitor.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FPlotMilleMonitor.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FPlotMilleMonitor.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -41,3 +41,4 @@ class PlotMilleMonitor\n };\n \n #endif\n+-- dummy change --"},{"sha":"ddc1a020c212ca89e6043c8de59326a2e42ad8b9","filename":"Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePede.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FPlotMillePede.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FPlotMillePede.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FPlotMillePede.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -2114,3 +2114,4 @@ void PlotMillePede::CopyAddBinning(TString &name, const TH1 *h) const {\n \n ////////////////////////////////////////////////////////////////////////////////////////////////////\n void PlotMillePede::SetOutName(const TString &name) { fHistManager->SetCanvasName(name); }\n+-- dummy change --"},{"sha":"29e7eca9824dfce4220bf34f28c3f0017ef167dd","filename":"Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePede.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FPlotMillePede.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FPlotMillePede.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FPlotMillePede.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -250,3 +250,4 @@ class PlotMillePede : public MillePedeTrees\n };\n \n #endif\n+-- dummy change --"},{"sha":"28a1b883d2ee57f7852dff2e4a054189a1f24917","filename":"Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePedeIOV.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FPlotMillePedeIOV.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FPlotMillePedeIOV.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FPlotMillePedeIOV.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -328,3 +328,4 @@ bool PlotMillePedeIOV::ParId::operator< (const ParId& other) const\n }\n }\n }\n+-- dummy change --"},{"sha":"6054f8c989afccffe3661fa0afad1b07bf311158","filename":"Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePedeIOV.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FPlotMillePedeIOV.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FPlotMillePedeIOV.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FPlotMillePedeIOV.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -93,3 +93,4 @@ class PlotMillePedeIOV\n };\n \n #endif\n+-- dummy change --"},{"sha":"eaaff2b383da41810bd54d9f2656c5562734d1ce","filename":"Alignment/MillePedeAlignmentAlgorithm/macros/allMillePede.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FallMillePede.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FallMillePede.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FallMillePede.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -17,3 +17,4 @@ void allMillePede(bool forceCompile = false) {\n \n \n \n+-- dummy change --"},{"sha":"f2b6c2bb385c67fc4179380b4b7f1cc15776486d","filename":"Alignment/MillePedeAlignmentAlgorithm/macros/createChi2ndfplot.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FcreateChi2ndfplot.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FcreateChi2ndfplot.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FcreateChi2ndfplot.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -246,3 +246,4 @@ void createChi2ndfplot(const char *txtFile)\n }\n }\n }\n+-- dummy change --"},{"sha":"d54047155de31f53ffaf381b185d8eba1aee1d2a","filename":"Alignment/MillePedeAlignmentAlgorithm/macros/createPedeParamIOVPlots.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FcreatePedeParamIOVPlots.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FcreatePedeParamIOVPlots.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FcreatePedeParamIOVPlots.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -51,3 +51,4 @@ void createPedeParamIOVPlots(const TString& treeFile1, const TString& title1, co\n }\n }\n }\n+-- dummy change --"},{"sha":"24db02d388a308b6a33a16dcdc2b21996e42eb73","filename":"Alignment/MillePedeAlignmentAlgorithm/macros/createPedeParamPlots.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FcreatePedeParamPlots.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FcreatePedeParamPlots.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FcreatePedeParamPlots.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -86,3 +86,4 @@ void createPedeParamPlots(const TString& treeFile1, const TString& title1, const\n }\n }\n }\n+-- dummy change --"},{"sha":"a63728f1b7be3fb525f7f7ad07c41f5a23effe8a","filename":"Alignment/MillePedeAlignmentAlgorithm/macros/pixelPositionChange.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FpixelPositionChange.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FpixelPositionChange.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FpixelPositionChange.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -112,3 +112,4 @@ void pixelPositionChange(const char *treeFile1, const char *treeFile2)\n \n }\n \n+-- dummy change --"},{"sha":"1468da3d8be4ea7f7754dffd5ab92acf497c6408","filename":"Alignment/MillePedeAlignmentAlgorithm/macros/readPedeHists.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FreadPedeHists.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FreadPedeHists.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FreadPedeHists.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -598,3 +598,4 @@ void readPedeHists(Option_t *option, const char *txtFile)\n \t opt.Data());\n }\n }\n+-- dummy change --"},{"sha":"d86059aa15ae2e86d0a5c2087ba4967676db144a","filename":"Alignment/MillePedeAlignmentAlgorithm/macros/runPlotFromMillepedeRes.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FrunPlotFromMillepedeRes.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FrunPlotFromMillepedeRes.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FrunPlotFromMillepedeRes.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -85,3 +85,4 @@\n // PlotFromMillepedeRes(\"mp1700_millepede.res\", strOutdir, strVars, PARS);\n \n }\n+-- dummy change --"},{"sha":"60b6d6ef4b71f650633d9745d6f01f3001e168d0","filename":"Alignment/MillePedeAlignmentAlgorithm/macros/setGStyle.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FsetGStyle.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FsetGStyle.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fmacros%2FsetGStyle.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -99,3 +99,4 @@ void setGStyle() {\n gStyle->SetStatH(0.2);\n gStyle->SetStatW(0.3);\n }\n+-- dummy change --"},{"sha":"59a1341f5b64062014c624c9f826b128cdf9367d","filename":"Alignment/MillePedeAlignmentAlgorithm/plugins/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fplugins%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fplugins%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fplugins%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -13,3 +13,4 @@\n \n \n \n+-- dummy change --"},{"sha":"98b19b21a01d507789d85ebc48494f25d98b6eda","filename":"Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeAlignmentAlgorithm.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fplugins%2FMillePedeAlignmentAlgorithm.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fplugins%2FMillePedeAlignmentAlgorithm.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fplugins%2FMillePedeAlignmentAlgorithm.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1696,3 +1696,4 @@ bool MillePedeAlignmentAlgorithm::areIOVsSpecified() const {\n \n return !(runRanges.empty());\n }\n+-- dummy change --"},{"sha":"b7359e8d348561901931c39ac261291a31b19f1f","filename":"Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeAlignmentAlgorithm.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fplugins%2FMillePedeAlignmentAlgorithm.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fplugins%2FMillePedeAlignmentAlgorithm.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fplugins%2FMillePedeAlignmentAlgorithm.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -329,3 +329,4 @@ class MillePedeAlignmentAlgorithm : public AlignmentAlgorithmBase {\n \n DEFINE_EDM_PLUGIN(AlignmentAlgorithmPluginFactory, MillePedeAlignmentAlgorithm, \"MillePedeAlignmentAlgorithm\");\n #endif\n+-- dummy change --"},{"sha":"204e78fe76c704060bbcb46270a2e5007a3c5c94","filename":"Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeDQMModule.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fplugins%2FMillePedeDQMModule.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fplugins%2FMillePedeDQMModule.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fplugins%2FMillePedeDQMModule.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -550,3 +550,4 @@ void MillePedeDQMModule::fillDescriptions(edm::ConfigurationDescriptions& descri\n desc.add(\"alignmentTokenSrc\", edm::InputTag(\"SiPixelAliPedeAlignmentProducer\"));\n descriptions.addWithDefaultLabel(desc);\n }\n+-- dummy change --"},{"sha":"15477ff418429536c5437df0c9c600bb46311ee7","filename":"Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeDQMModule.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fplugins%2FMillePedeDQMModule.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fplugins%2FMillePedeDQMModule.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fplugins%2FMillePedeDQMModule.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -151,3 +151,4 @@ class MillePedeDQMModule : public DQMEDHarvester {\n DEFINE_FWK_MODULE(MillePedeDQMModule);\n \n #endif /* Alignment_MillePedeAlignmentAlgorithm_MillePedeDQMModule_h */\n+-- dummy change --"},{"sha":"84735d574911239753f8729729c44694a799d9f1","filename":"Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeFileConverter.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fplugins%2FMillePedeFileConverter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fplugins%2FMillePedeFileConverter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fplugins%2FMillePedeFileConverter.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -67,3 +67,4 @@ void MillePedeFileConverter::fillDescriptions(edm::ConfigurationDescriptions& de\n \"This is the generic cfi file for the \"\n \"MillePedeFileConverter\");\n }\n+-- dummy change --"},{"sha":"1f26cf9c36380e775abcf55daab48585f120866e","filename":"Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeFileConverter.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fplugins%2FMillePedeFileConverter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fplugins%2FMillePedeFileConverter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fplugins%2FMillePedeFileConverter.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -44,3 +44,4 @@ class MillePedeFileConverter : public edm::one::EDProducer 0.0:\n process.AlignmentProducer.algoConfig.TrajectoryFactory.ParticleProperties.PrimaryWidth = primaryWidth\n \n+-- dummy change --"},{"sha":"e5e07739615bf3687ab0f5fce03c87903b7ef67e","filename":"Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/GeneralSetup.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Falignmentsetup%2FGeneralSetup.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Falignmentsetup%2FGeneralSetup.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Falignmentsetup%2FGeneralSetup.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -51,3 +51,4 @@ def setup(process, global_tag, zero_tesla=False, geometry=\"\"):\n print(\"Using Global Tag:\", process.GlobalTag.globaltag._value)\n \n return process # Not required since the cms.Process object is modified in place\n+-- dummy change --"},{"sha":"9ab0be5b82290c7338a2513c09f922c3882235fb","filename":"Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/MilleSetup.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Falignmentsetup%2FMilleSetup.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Falignmentsetup%2FMilleSetup.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Falignmentsetup%2FMilleSetup.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -70,3 +70,4 @@ def setup(process, input_files, collection,\n process.p = cms.Path(process.TrackRefittingSequence*\n process.AlignmentProducer)\n if hasattr(process, \"mps_filters\"): process.p.insert(0, process.mps_filters)\n+-- dummy change --"},{"sha":"6c0e3a0cef87dbcdd3ae8c2802b4ee727f156c62","filename":"Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/PedeSetup.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Falignmentsetup%2FPedeSetup.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Falignmentsetup%2FPedeSetup.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Falignmentsetup%2FPedeSetup.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -79,3 +79,4 @@ def setup(process, binary_files, tree_files, run_start_geometry):\n # Define the executed path\n # --------------------------------------------------------------------------\n process.p = cms.Path(process.AlignmentProducer)\n+-- dummy change --"},{"sha":"641847745eb2d0b96e68f893511b835b4a9a5339","filename":"Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/SetCondition.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Falignmentsetup%2FSetCondition.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Falignmentsetup%2FSetCondition.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Falignmentsetup%2FSetCondition.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -24,3 +24,4 @@ def setCondition(process,\n process.GlobalTag.toGet \\\n = cms.VPSet([x for x in process.GlobalTag.toGet.value() if x.record.value() != record])\n process.GlobalTag.toGet.append(cms.PSet(**args))\n+-- dummy change --"},{"sha":"3e073bfbe82dc5a29344b56f3556470bbbf48165","filename":"Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/helper.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Falignmentsetup%2Fhelper.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Falignmentsetup%2Fhelper.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Falignmentsetup%2Fhelper.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -58,3 +58,4 @@ def add_filter(process, ed_filter):\n if not hasattr(process, \"mps_filters\"): process.mps_filters = cms.Sequence()\n process.mps_filters += ed_filter\n return process.mps_filters\n+-- dummy change --"},{"sha":"a69e7437a6c27b64849bf96ca650960611f8f25e","filename":"Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/myMessageLogger_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Falignmentsetup%2FmyMessageLogger_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Falignmentsetup%2FmyMessageLogger_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Falignmentsetup%2FmyMessageLogger_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -35,3 +35,4 @@\n ),\n destinations = cms.untracked.vstring('alignment') ## (, 'cout')\n )\n+-- dummy change --"},{"sha":"4ea1cd3b430e8b6ad921852a88fda6f963e06507","filename":"Alignment/MillePedeAlignmentAlgorithm/python/mpslib/Mpslibclass.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpslib%2FMpslibclass.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpslib%2FMpslibclass.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpslib%2FMpslibclass.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -329,3 +329,4 @@ def mps_splice(self,inCfg='',modCfg='',outCfg='the.py',isn=0,skip_events=0,max_e\n f.write(\"process.maxEvents = cms.untracked.PSet(input = \"\n \"cms.untracked.int32({0:d}))\\n\".format(max_events))\n \n+-- dummy change --"},{"sha":"c56a9b7aceabe15d5c75a439f77912c2276432aa","filename":"Alignment/MillePedeAlignmentAlgorithm/python/mpslib/tools.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpslib%2Ftools.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpslib%2Ftools.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpslib%2Ftools.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -261,3 +261,4 @@ def remove_existing_object(path):\n \"ask a user with 'delete' permissions to clean up.\")\n print(msg)\n sys.exit(1)\n+-- dummy change --"},{"sha":"8700ae99917e7396eafe0b00228db9edd3522455","filename":"Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/additionalparser.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2Fadditionalparser.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2Fadditionalparser.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2Fadditionalparser.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -48,3 +48,4 @@ def parse(self, config, path):\n self.pede_steerer_method = pede_steerer.method.value()\n self.pede_steerer_options = pede_steerer.options.value()\n self.pede_steerer_command = pede_steerer.pedeCommand.value()\n+-- dummy change --"},{"sha":"c4d99370156d2c35ae3508494cb7cdc1abfef240","filename":"Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/beamerCreator.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2FbeamerCreator.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2FbeamerCreator.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2FbeamerCreator.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -233,3 +233,4 @@ def create(alignables, pedeDump, additionalData, outputFile, config):\n for i in range(2):\n os.system(\"pdflatex -output-directory={0} {1}/{2}\".format(\n config.outputPath, config.outputPath, outputFile))\n+-- dummy change --"},{"sha":"1bfbef6df777557276d4d03454ab995b693750c0","filename":"Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/bigModule.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2FbigModule.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2FbigModule.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2FbigModule.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -302,3 +302,4 @@ def plot(MillePedeUser, alignables, config):\n \n mpsv_subModule.plot(MillePedeUser, alignables,\n mode, struct, plot, config)\n+-- dummy change --"},{"sha":"0815df5680ce378d4fd1853d4689a413c4005938","filename":"Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/bigStructure.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2FbigStructure.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2FbigStructure.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2FbigStructure.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -190,3 +190,4 @@ def plot(MillePedeUser, alignables, config):\n \n # reset BottomMargin\n ROOT.gStyle.SetPadBottomMargin(0.1)\n+-- dummy change --"},{"sha":"a493ac876fc8e896ad8700ff1321c01e2b7a7bc3","filename":"Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/classes.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2Fclasses.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2Fclasses.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2Fclasses.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -96,3 +96,4 @@ def __init__(self, plottype=\"\", name=\"\", number=\"\", parameter=\"\", filename=\"\"):\n self.number = number\n self.parameter = parameter\n self.filename = filename\n+-- dummy change --"},{"sha":"4f244a8f8cc7fae1b8f03f94d92067155f963fdd","filename":"Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/dumpparser.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2Fdumpparser.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2Fdumpparser.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2Fdumpparser.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -93,3 +93,4 @@ def parse(path, config):\n pedeDump.nvgb = number[0]\n \n return pedeDump\n+-- dummy change --"},{"sha":"316db6b02dc01eb94abaa2931aa37bd645499ff3","filename":"Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/geometry.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2Fgeometry.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2Fgeometry.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2Fgeometry.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -142,3 +142,4 @@ def contains_detid(self, detid):\n if detid in self.detids:\n return True\n return False\n+-- dummy change --"},{"sha":"b2532ea244dccb712ac7de3995799fe2d5072e7d","filename":"Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/geometrydata.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2Fgeometrydata.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2Fgeometrydata.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2Fgeometrydata.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -68,3 +68,4 @@ def __init__(self, subdetid = 0, discriminator = ()):\n 1000: GeometryData(), # Extras\n 1001: GeometryData(), # BeamSpot\n }\n+-- dummy change --"},{"sha":"2a5e563a7585416bdff42f6d055db43a9259dd41","filename":"Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/htmlCreator.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2FhtmlCreator.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2FhtmlCreator.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2FhtmlCreator.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -187,3 +187,4 @@ def create(alignables, pedeDump, additionalData, outputFile, config):\n \n with open(os.path.join(config.outputPath, outputFile), \"w\") as output:\n output.write(data)\n+-- dummy change --"},{"sha":"346d8cd0f33967e83d907a7bfc245e7d02c674ef","filename":"Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/iniparser.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2Finiparser.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2Finiparser.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2Finiparser.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -259,3 +259,4 @@ def parseParameter(self, args):\n if args.outputpath:\n self.outputPath = args.outputpath\n \n+-- dummy change --"},{"sha":"5e37d1d626e0ca30977c5fcaa854fc195b2fe070","filename":"Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/monitorPlot.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2FmonitorPlot.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2FmonitorPlot.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2FmonitorPlot.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -85,3 +85,4 @@ def plot(config):\n # reset the plot style\n ROOT.gStyle.SetOptStat(0)\n ROOT.gStyle.SetPadLeftMargin(0.17)\n+-- dummy change --"},{"sha":"b4f44e4837a01dcf5c9aa8f0747e13903e680899","filename":"Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/pdfCreator.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2FpdfCreator.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2FpdfCreator.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2FpdfCreator.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -230,3 +230,4 @@ def create(alignables, pedeDump, additionalData, outputFile, config):\n for i in range(2):\n os.system(\"pdflatex -output-directory={0} {1}/{2}\".format(\n config.outputPath, config.outputPath, outputFile))\n+-- dummy change --"},{"sha":"dd39f4361e103e55e188fdcf073aae1075f788dd","filename":"Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/style.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2Fstyle.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2Fstyle.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2Fstyle.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -112,3 +112,4 @@ def setgstyle():\n \n # For the legend\n ROOT.gStyle.SetLegendBorderSize(0)\n+-- dummy change --"},{"sha":"dfcadcaeeee71c86fb0bfb2449e2aeca6f0b2477","filename":"Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/subModule.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2FsubModule.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2FsubModule.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2FsubModule.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -208,3 +208,4 @@ def plot(MillePedeUser, alignables, mode, struct, parentPlot, config):\n output = mpsv_classes.OutputData(plottype=\"subMod\", name=struct.get_name(), number=subStructNumber + 1,\n parameter=mode, filename=\"subModules_{0}_{1}\".format(mode, struct.get_name()))\n config.outputList.append(output)\n+-- dummy change --"},{"sha":"0c2f82546e5860d538f7fee2989174db66a74dc7","filename":"Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/timeStructure.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2FtimeStructure.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2FtimeStructure.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2FtimeStructure.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -263,3 +263,4 @@ def plot(treeFile, alignables, config):\n output = mpsv_classes.OutputData(plottype=\"time\", name=obj_names[index],\n parameter=mode, filename=\"timeStructures_{0}_{1}\".format(mode, obj_names[index]))\n config.outputList.append(output)\n+-- dummy change --"},{"sha":"d89a2ff2b24f34507c8d386d99a878b57b8c5c37","filename":"Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/trackerTree.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2FtrackerTree.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2FtrackerTree.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Fmpsvalidate%2FtrackerTree.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -30,3 +30,4 @@ def check(config):\n mps_tools.run_checked(cmd, suppress_stderr = True)\n \n return os.path.abspath(outputpath)\n+-- dummy change --"},{"sha":"fc43a9a0cab35f145ca1acbd4f3a2cc754ad3ac2","filename":"Alignment/MillePedeAlignmentAlgorithm/scripts/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1 +1,2 @@\n \n+-- dummy change --"},{"sha":"69d9ca2f1b4663184e60d1d551535c0c9d469885","filename":"Alignment/MillePedeAlignmentAlgorithm/scripts/mpedegui.pl","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmpedegui.pl","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmpedegui.pl","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmpedegui.pl?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -911,3 +911,4 @@ sub createbatchclass{\n sub prova{\n printf \"Prova.\\n\";\n }\n+-- dummy change --"},{"sha":"1ed7d4efddbe8e7b0c540d3b738c311e4b73b542","filename":"Alignment/MillePedeAlignmentAlgorithm/scripts/mps_alisetup.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_alisetup.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_alisetup.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_alisetup.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -918,3 +918,4 @@ def _fetch_datasets(self):\n main()\n except KeyboardInterrupt:\n pass\n+-- dummy change --"},{"sha":"56000a143706e99757b8582ea40c59b97dc69a23","filename":"Alignment/MillePedeAlignmentAlgorithm/scripts/mps_auto.pl","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_auto.pl","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_auto.pl","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_auto.pl?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -84,3 +84,4 @@ BEGIN\n break;\n }\n }\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75?per_page=100&page=11 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:16:35 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"904138278287dad57d818ca19b5d52852e29daef4f1013f9cf4623d626f2bc0b"'), ('Last-Modified', 'Wed, 30 Apr 2025 14:08:46 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4771'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '229'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D6F2:1CC6F5:540BE5:55CA4F:681230C2')] +{"sha":"b6db3e643d2bd16deee12590d1312a3addcd2d75","node_id":"C_kwDOF83__NoAKGI2ZGIzZTY0M2QyYmQxNmRlZWUxMjU5MGQxMzEyYTNhZGRjZDJkNzU","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"message":"Test commit with many files","tree":{"sha":"d8f8da26398eca77794c2a8409031a5ab8ac23df","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/d8f8da26398eca77794c2a8409031a5ab8ac23df"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/b6db3e643d2bd16deee12590d1312a3addcd2d75","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c83ecb127f70592a95b0544c2e7e2404c9d7e440","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c83ecb127f70592a95b0544c2e7e2404c9d7e440","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c83ecb127f70592a95b0544c2e7e2404c9d7e440"}],"stats":{"total":1506,"additions":1506,"deletions":0},"files":[{"sha":"0fe8a5074c133a4b7af7bafafd1851d91770d3e6","filename":"Alignment/MillePedeAlignmentAlgorithm/scripts/mps_check.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_check.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_check.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_check.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -520,3 +520,4 @@\n \n lib.write_db()\n \n+-- dummy change --"},{"sha":"30e1e52a5c52991de971afb68670dd79bfe486a6","filename":"Alignment/MillePedeAlignmentAlgorithm/scripts/mps_disablejob.pl","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_disablejob.pl","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_disablejob.pl","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_disablejob.pl?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -148,3 +148,4 @@ BEGIN\n }\n }\n write_db();\n+-- dummy change --"},{"sha":"90b3f16649c419aa5e3b36102543dd6a2fd199bf","filename":"Alignment/MillePedeAlignmentAlgorithm/scripts/mps_enablejob.pl","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_enablejob.pl","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_enablejob.pl","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_enablejob.pl?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -106,3 +106,4 @@ BEGIN\n }\n }\n write_db();\n+-- dummy change --"},{"sha":"667d41a89477525f3cbdeae7f3a49415f88a4abb","filename":"Alignment/MillePedeAlignmentAlgorithm/scripts/mps_fetch.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_fetch.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_fetch.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_fetch.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -42,3 +42,4 @@\n # call mps_check\n os.system('mps_check.py')\n \n+-- dummy change --"},{"sha":"0ff6ef00e207716b50a155f7442a3e6af9df73f7","filename":"Alignment/MillePedeAlignmentAlgorithm/scripts/mps_fire.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_fire.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_fire.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_fire.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -632,3 +632,4 @@ def write_HTCondor_submit_file_mille(path, script, lib, proxy_path=None):\n \n \n lib.write_db()\n+-- dummy change --"},{"sha":"493a95dcba259805005a48e1f2d857fa7bec8462","filename":"Alignment/MillePedeAlignmentAlgorithm/scripts/mps_kill.pl","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_kill.pl","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_kill.pl","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_kill.pl?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -117,3 +117,4 @@ BEGIN\n \t}\n }\n write_db();\n+-- dummy change --"},{"sha":"404393f7b7a4b5efd6b759a1b966619cac145bc8","filename":"Alignment/MillePedeAlignmentAlgorithm/scripts/mps_list_evts.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_list_evts.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_list_evts.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_list_evts.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -158,3 +158,4 @@ def print_num_evts_per_dataset(num_evts_per_dataset):\n print_num_evts_per_dataset(num_evts_per_merged_dataset)\n \n \n+-- dummy change --"},{"sha":"cee140e716d01de150c8b5d0b01296fc891f0a46","filename":"Alignment/MillePedeAlignmentAlgorithm/scripts/mps_merge.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_merge.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_merge.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_merge.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -133,3 +133,4 @@\n \n with open(mergeCfg, 'w') as OUTFILE:\n OUTFILE.write(body)\n+-- dummy change --"},{"sha":"6cd9b01e82569ceb2113a5b260809cfb25bea9f2","filename":"Alignment/MillePedeAlignmentAlgorithm/scripts/mps_merge_millepedemonitor.pl","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_merge_millepedemonitor.pl","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_merge_millepedemonitor.pl","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_merge_millepedemonitor.pl?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -127,3 +127,4 @@\n print \"$haddstring\\n\\n\";\n system \"$haddstring\";\n }\n+-- dummy change --"},{"sha":"6a9c973e99adf24b27c14942d0d63a650f041caa","filename":"Alignment/MillePedeAlignmentAlgorithm/scripts/mps_monitormerge.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_monitormerge.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_monitormerge.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_monitormerge.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -60,3 +60,4 @@\n \n \n \n+-- dummy change --"},{"sha":"f9c89128f831feaa7ab1a306adb3b1e3c5ab44df","filename":"Alignment/MillePedeAlignmentAlgorithm/scripts/mps_parse_pedechi2hist.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_parse_pedechi2hist.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_parse_pedechi2hist.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_parse_pedechi2hist.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -142,3 +142,4 @@ def get_his_data(his_file):\n ################################################################################\n if __name__ == \"__main__\":\n main()\n+-- dummy change --"},{"sha":"bf074a1e3963695008ef1c28546b3de4e1f013c1","filename":"Alignment/MillePedeAlignmentAlgorithm/scripts/mps_prepare_input_db.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_prepare_input_db.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_prepare_input_db.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_prepare_input_db.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -43,3 +43,4 @@ def main(argv = None):\n main()\n except KeyboardInterrupt:\n pass\n+-- dummy change --"},{"sha":"01488eca1ba91ea0aa20f31445c549c9b686b104","filename":"Alignment/MillePedeAlignmentAlgorithm/scripts/mps_retry.pl","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_retry.pl","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_retry.pl","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_retry.pl?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -158,3 +158,4 @@ ()\n }\n print \"ReSchedule @JOBDIR[$_[0]]\\n\";\n }\n+-- dummy change --"},{"sha":"22ad852b158a219ad07e1f53ede70a5aaca09652","filename":"Alignment/MillePedeAlignmentAlgorithm/scripts/mps_save.pl","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_save.pl","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_save.pl","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_save.pl?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -114,3 +114,4 @@ BEGIN\n }\n }\n }\n+-- dummy change --"},{"sha":"6cc073bd32204c9ba6676942d3b33189535043af","filename":"Alignment/MillePedeAlignmentAlgorithm/scripts/mps_script.pl","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_script.pl","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_script.pl","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_script.pl?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -130,3 +130,4 @@\n system \"chmod a+x $outScript\";\n \n \n+-- dummy change --"},{"sha":"e9060941c6777e24b81dda29862294a9e1e126ab","filename":"Alignment/MillePedeAlignmentAlgorithm/scripts/mps_scriptm.pl","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_scriptm.pl","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_scriptm.pl","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_scriptm.pl?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -151,3 +151,4 @@ BEGIN\n system \"chmod a+x $outScript\";\n \n \n+-- dummy change --"},{"sha":"715094bfbc4f4ff2e3c9f1bfbce334e52323ae5f","filename":"Alignment/MillePedeAlignmentAlgorithm/scripts/mps_setup.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_setup.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_setup.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_setup.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -337,3 +337,4 @@\n lib.write_db();\n lib.read_db();\n lib.print_memdb();\n+-- dummy change --"},{"sha":"7d0f667a57e93e256da2232b94f315a8cd4eeaa0","filename":"Alignment/MillePedeAlignmentAlgorithm/scripts/mps_setup_new_align.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_setup_new_align.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_setup_new_align.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_setup_new_align.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -255,3 +255,4 @@ def customize_default_template(file_name, *regex_replace_pairs):\n ################################################################################\n if __name__ == \"__main__\":\n main()\n+-- dummy change --"},{"sha":"2491eaa4cc3c038156fe8ae653a31797a3cd0ed1","filename":"Alignment/MillePedeAlignmentAlgorithm/scripts/mps_setupm.pl","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_setupm.pl","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_setupm.pl","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_setupm.pl?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -186,3 +186,4 @@ BEGIN\n print OUTFILE $filebody;\n close OUTFILE;\n }\n+-- dummy change --"},{"sha":"d0aa51cedeeb50197c1e38364f0328cf31cca8ef","filename":"Alignment/MillePedeAlignmentAlgorithm/scripts/mps_splice.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_splice.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_splice.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_splice.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -85,3 +85,4 @@\n with open(outCfg, \"a\") as f:\n f.write(\"process.maxEvents = cms.untracked.PSet(input = \"\n \"cms.untracked.int32({0:d}))\\n\".format(args.max_events))\n+-- dummy change --"},{"sha":"46965e10b9df8eccadf332f1cc6262b8d0554b54","filename":"Alignment/MillePedeAlignmentAlgorithm/scripts/mps_split.pl","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_split.pl","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_split.pl","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_split.pl?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -121,3 +121,4 @@\n for ($i = $startId; $i <= $endId; ++$i) {\n print \"@LINES[$i-1]\\n\";\n }\n+-- dummy change --"},{"sha":"517c5ee4318f0d47fbde9a269de766f666674a38","filename":"Alignment/MillePedeAlignmentAlgorithm/scripts/mps_stat.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_stat.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_stat.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_stat.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -8,3 +8,4 @@\n lib = mpslib.jobdatabase()\t#create object of class jobdatabase\n lib.read_db()\t\t\t\t#read mps.db into the jobdatabase\n lib.print_memdb()\t\t\t#print the jobdatabase in memory\n+-- dummy change --"},{"sha":"488f63d71ed3e2471a2504380ac010eec7afa285","filename":"Alignment/MillePedeAlignmentAlgorithm/scripts/mps_update.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_update.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_update.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_update.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -125,3 +125,4 @@ def fill_time_info(mps_index, status, cpu_time):\n \n \n lib.write_db()\n+-- dummy change --"},{"sha":"74154510ff711b60bd94a93e17a6fab7d4255d05","filename":"Alignment/MillePedeAlignmentAlgorithm/scripts/mps_validate.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_validate.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_validate.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_validate.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -231,3 +231,4 @@ def main():\n \n if __name__ == \"__main__\":\n main()\n+-- dummy change --"},{"sha":"455feafed2567ec3d876e92ecc37c0451e49523a","filename":"Alignment/MillePedeAlignmentAlgorithm/scripts/mps_weight.pl","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_weight.pl","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_weight.pl","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmps_weight.pl?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -162,3 +162,4 @@ BEGIN\n }\n }\n write_db();\n+-- dummy change --"},{"sha":"11d3bc4bfb30c4e84245a98ebada81fc0679ff67","filename":"Alignment/MillePedeAlignmentAlgorithm/scripts/mpslib/Mpslib.pm","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmpslib%2FMpslib.pm","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmpslib%2FMpslib.pm","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2Fmpslib%2FMpslib.pm?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -265,3 +265,4 @@ sub get_cpufactor() {\n # $theFactor = $cf;\n $theFactor = 1;\n }\n+-- dummy change --"},{"sha":"8ef4ff141a727285d37618a62a6b992ae0d600c1","filename":"Alignment/MillePedeAlignmentAlgorithm/scripts/nextMPS.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2FnextMPS.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2FnextMPS.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fscripts%2FnextMPS.sh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -200,3 +200,4 @@ MILLEPEDERUN()\t{\n # END SCRIPT\n echo \"THE END\"\n \n+-- dummy change --"},{"sha":"7697a83bcde0fa879381f828d1502a82b000779a","filename":"Alignment/MillePedeAlignmentAlgorithm/src/.cvsignore","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fsrc%2F.cvsignore","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fsrc%2F.cvsignore","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fsrc%2F.cvsignore?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1 +1,2 @@\n *.swp\n+-- dummy change --"},{"sha":"b4db3730c82c08e9d78b65009a8eb93d78b3bcae","filename":"Alignment/MillePedeAlignmentAlgorithm/src/Mille.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fsrc%2FMille.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fsrc%2FMille.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fsrc%2FMille.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -197,3 +197,4 @@ bool Mille::checkBufferSize(int nLocal, int nGlobal) {\n return true;\n }\n }\n+-- dummy change --"},{"sha":"bd346827afcb4bec9efeeafcd9d24935bf57cf0f","filename":"Alignment/MillePedeAlignmentAlgorithm/src/Mille.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fsrc%2FMille.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fsrc%2FMille.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fsrc%2FMille.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -54,3 +54,4 @@ class Mille {\n enum { maxLabel_ = (0xFFFFFFFF - (1 << 31)) }; // largest label allowed: 2^31 - 1\n };\n #endif\n+-- dummy change --"},{"sha":"093d4d3daf109a9d561c5f645a5f80668fa71423","filename":"Alignment/MillePedeAlignmentAlgorithm/src/MillePedeFileReader.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fsrc%2FMillePedeFileReader.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fsrc%2FMillePedeFileReader.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fsrc%2FMillePedeFileReader.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -633,3 +633,4 @@ void MillePedeFileReader::fillPSetDescription(edm::ParameterSetDescription& desc\n desc.add(\"millePedeResFile\", \"millepede.res\");\n desc.add(\"isHG\", false);\n }\n+-- dummy change --"},{"sha":"5ecfb72c2fa7b164f1a304f9fd60c0676ef4cc21","filename":"Alignment/MillePedeAlignmentAlgorithm/src/MillePedeMonitor.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fsrc%2FMillePedeMonitor.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fsrc%2FMillePedeMonitor.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fsrc%2FMillePedeMonitor.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1132,3 +1132,4 @@ void MillePedeMonitor::fillPxbSurveyHistsLocalPars(const float &a0, const float\n static const int iPxbSurv_phi = this->GetIndex(myPxbSurveyHists, \"PxbSurv_phi\");\n myPxbSurveyHists[iPxbSurv_phi]->Fill(phi);\n }\n+-- dummy change --"},{"sha":"3636feb37e4b06211b2a626811dd182ac0337442","filename":"Alignment/MillePedeAlignmentAlgorithm/src/MillePedeVariables.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fsrc%2FMillePedeVariables.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fsrc%2FMillePedeVariables.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fsrc%2FMillePedeVariables.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -50,3 +50,4 @@ bool MillePedeVariables::isFixed(unsigned int nParam) const {\n \n return (this->preSigma()[nParam] < 0.);\n }\n+-- dummy change --"},{"sha":"194b107d6afab2549b20763bf28dd3c6520ea4e0","filename":"Alignment/MillePedeAlignmentAlgorithm/src/MillePedeVariablesIORoot.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fsrc%2FMillePedeVariablesIORoot.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fsrc%2FMillePedeVariablesIORoot.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fsrc%2FMillePedeVariablesIORoot.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -178,3 +178,4 @@ void MillePedeVariablesIORoot::setBranchAddresses() {\n tree->SetBranchAddress(\"Label\", &myLabel);\n tree->SetBranchAddress(\"Name\", &myNamePtr);\n }\n+-- dummy change --"},{"sha":"f44164ece2814ea5066d4b12e9ca227eaf5fd199","filename":"Alignment/MillePedeAlignmentAlgorithm/src/PedeLabelerBase.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fsrc%2FPedeLabelerBase.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fsrc%2FPedeLabelerBase.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fsrc%2FPedeLabelerBase.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -112,3 +112,4 @@ void PedeLabelerBase::addCalibrations(const std::vector& coeff\n \n //_________________________________________________________________________\n PedeSteererWeakModeConstraints::~PedeSteererWeakModeConstraints() = default;\n+-- dummy change --"},{"sha":"984a46a53b79655cc53ca298563501c42d723e27","filename":"Alignment/MillePedeAlignmentAlgorithm/src/PedeSteererWeakModeConstraints.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fsrc%2FPedeSteererWeakModeConstraints.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Fsrc%2FPedeSteererWeakModeConstraints.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fsrc%2FPedeSteererWeakModeConstraints.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -153,3 +153,4 @@ class PedeSteererWeakModeConstraints {\n };\n \n #endif\n+-- dummy change --"},{"sha":"261586276ceeb63ddf99567da8832a3960389aca","filename":"Alignment/MillePedeAlignmentAlgorithm/templates/alignment_config.ini","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftemplates%2Falignment_config.ini","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftemplates%2Falignment_config.ini","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftemplates%2Falignment_config.ini?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -143,3 +143,4 @@ inputFileList = ${datasetdir}/\n [dataset:MinBias]\n collection = ALCARECOTkAlMinBias\n inputFileList = ${datasetdir}/\n+-- dummy change --"},{"sha":"794a166b14cc49fb380404be9a68c4e62d4e5b56","filename":"Alignment/MillePedeAlignmentAlgorithm/templates/mps_runMille_template.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftemplates%2Fmps_runMille_template.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftemplates%2Fmps_runMille_template.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftemplates%2Fmps_runMille_template.sh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -157,3 +157,4 @@ else\n untilSuccess xrdcp treeFile.root ${MSSCAFDIR}/tree_files/treeFileISN.root 1\n untilSuccess xrdcp millePedeMonitorISN.root ${MSSCAFDIR}/monitors/millePedeMonitorISN.root 1\n fi\n+-- dummy change --"},{"sha":"f0382b2bb69cbb788155235d6f08b8ef01f9f3b5","filename":"Alignment/MillePedeAlignmentAlgorithm/templates/mps_runPede_rfcp_template.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftemplates%2Fmps_runPede_rfcp_template.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftemplates%2Fmps_runPede_rfcp_template.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftemplates%2Fmps_runPede_rfcp_template.sh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -284,3 +284,4 @@ campaign=`basename ${MSSDIR}`\n mps_validate.py -m ${campaign} -p ./\n \n cp -pr validation_output ${RUNDIR}\n+-- dummy change --"},{"sha":"d4df10e6f1d5086814a90076af6e1fe25bec1721","filename":"Alignment/MillePedeAlignmentAlgorithm/templates/mpsvalidate_beamer_template.tex","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftemplates%2Fmpsvalidate_beamer_template.tex","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftemplates%2Fmpsvalidate_beamer_template.tex","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftemplates%2Fmpsvalidate_beamer_template.tex?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -13,3 +13,4 @@\n %%out\n \n \\end{document}\n+-- dummy change --"},{"sha":"e41c378db357754e54ddab0a7c946c4fc7ffd70f","filename":"Alignment/MillePedeAlignmentAlgorithm/templates/mpsvalidate_default.ini","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftemplates%2Fmpsvalidate_default.ini","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftemplates%2Fmpsvalidate_default.ini","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftemplates%2Fmpsvalidate_default.ini?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -37,3 +37,4 @@ rangemode = all\n \n [TIMEPLOTS]\n firsttree = 1\n+-- dummy change --"},{"sha":"b3307ff11850e8e35cd75f023df74abcde5e5ff7","filename":"Alignment/MillePedeAlignmentAlgorithm/templates/mpsvalidate_html_template.html","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftemplates%2Fmpsvalidate_html_template.html","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftemplates%2Fmpsvalidate_html_template.html","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftemplates%2Fmpsvalidate_html_template.html?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -7,3 +7,4 @@\n %%out\n \n \n+-- dummy change --"},{"sha":"3b9b8dc2a35abd92778884848f2b6e7a326b1c94","filename":"Alignment/MillePedeAlignmentAlgorithm/templates/mpsvalidate_tex_template.tex","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftemplates%2Fmpsvalidate_tex_template.tex","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftemplates%2Fmpsvalidate_tex_template.tex","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftemplates%2Fmpsvalidate_tex_template.tex?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -11,3 +11,4 @@\n %%out\n \n \\end{document}\n+-- dummy change --"},{"sha":"a5709db8ea2adea17cd534286a328179d7a0dc34","filename":"Alignment/MillePedeAlignmentAlgorithm/templates/universalConfigTemplate.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftemplates%2FuniversalConfigTemplate.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftemplates%2FuniversalConfigTemplate.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftemplates%2FuniversalConfigTemplate.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -324,3 +324,4 @@\n binary_files = merge_binary_files,\n tree_files = merge_tree_files,\n run_start_geometry = setupRunStartGeometry)\n+-- dummy change --"},{"sha":"541c3986890dc0faee6022220db6030459d6642d","filename":"Alignment/MillePedeAlignmentAlgorithm/test/AlignmentRcdChecker.cpp","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FAlignmentRcdChecker.cpp","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FAlignmentRcdChecker.cpp","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FAlignmentRcdChecker.cpp?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -161,3 +161,4 @@ void AlignmentRcdChecker::inspectRecord(const std::string& rcdname,\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(AlignmentRcdChecker);\n+-- dummy change --"},{"sha":"64e520661495741f1296c8cc95ff8b94eff5c37d","filename":"Alignment/MillePedeAlignmentAlgorithm/test/AlignmentRcdChecker_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FAlignmentRcdChecker_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FAlignmentRcdChecker_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FAlignmentRcdChecker_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -45,3 +45,4 @@\n process.AlignmentRcdScan.compareStrict = cms.bool(True) \n \n process.p = cms.Path(process.AlignmentRcdScan)\n+-- dummy change --"},{"sha":"988cca45d7ae9412122843bf3674a4e40b0a6d39","filename":"Alignment/MillePedeAlignmentAlgorithm/test/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -24,3 +24,4 @@\n \n \n \n+-- dummy change --"},{"sha":"35fc1f01b9e52aa4f420db994593b5d3928f19a6","filename":"Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/README.md","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FZMuMuMassConstraintParameterFinder%2FREADME.md","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FZMuMuMassConstraintParameterFinder%2FREADME.md","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FZMuMuMassConstraintParameterFinder%2FREADME.md?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -6,3 +6,4 @@ To obtain the 'Z → µµ' mass constraint parameters do the following:\n - modify cuts in `zmumudistribution_cfg.py`, if needed (see possible cuts in `fillDescriptions` in [`Alignment/MillePedeAlignmentAlgorithm/plugins/ZMuMuMassConstraintParameterFinder.cc`](https://github.com/cms-sw/cmssw/blob/master/Alignment/MillePedeAlignmentAlgorithm/plugins/ZMuMuMassConstraintParameterFinder.cc))\n - execute `./submit_jobs.sh`\n - when all jobs are finished you will find the parameters in `submit_${dataset}/zMuMuMassConstraintParameters.txt`\n+-- dummy change --"},{"sha":"e71732887c2669ac9d63cf1ccebad7ab5d897d47","filename":"Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/printParameters.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FZMuMuMassConstraintParameterFinder%2FprintParameters.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FZMuMuMassConstraintParameterFinder%2FprintParameters.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FZMuMuMassConstraintParameterFinder%2FprintParameters.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -32,3 +32,4 @@ void printParameters(const TString& fileName) {\n \n exit(EXIT_SUCCESS);\n }\n+-- dummy change --"},{"sha":"92fe2e8327abaeda8cc6685db764eefad684ab4b","filename":"Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/submit_jobs.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FZMuMuMassConstraintParameterFinder%2Fsubmit_jobs.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FZMuMuMassConstraintParameterFinder%2Fsubmit_jobs.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FZMuMuMassConstraintParameterFinder%2Fsubmit_jobs.sh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -80,3 +80,4 @@ EOF\n chmod +x ${script_name}\n bsub -q ${queue} -w \"${conditions}\" ${script_name}\n cd ${current_dir}\n+-- dummy change --"},{"sha":"d501efdd651effbce5c96c62d114419440051f22","filename":"Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/zmumudistribution_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FZMuMuMassConstraintParameterFinder%2Fzmumudistribution_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FZMuMuMassConstraintParameterFinder%2Fzmumudistribution_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FZMuMuMassConstraintParameterFinder%2Fzmumudistribution_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -25,3 +25,4 @@\n process.load(\"Alignment.MillePedeAlignmentAlgorithm.zMuMuMassConstraintParameterFinder_cfi\")\n \n process.p = cms.Path(process.zMuMuMassConstraintParameterFinder)\n+-- dummy change --"},{"sha":"25367fd5ff48fe3195d784f2fa7e81ecb77bf7a4","filename":"Alignment/MillePedeAlignmentAlgorithm/test/align_params_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Falign_params_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Falign_params_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Falign_params_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -10,3 +10,4 @@\n \"TrackerTECEndcap,111111\",\n )\n )\n+-- dummy change --"},{"sha":"d8a6910e75a54453f409505e0b613ff6aa1bfc19","filename":"Alignment/MillePedeAlignmentAlgorithm/test/alignment_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Falignment_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Falignment_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Falignment_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -259,3 +259,4 @@\n # MPS needs next line as placeholder for pede _cfg.py:\n #MILLEPEDEBLOCK\n \n+-- dummy change --"},{"sha":"934ace6446a8e67d03d30358ef1980d6cbbe284f","filename":"Alignment/MillePedeAlignmentAlgorithm/test/alignment_forGeomComp_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Falignment_forGeomComp_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Falignment_forGeomComp_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Falignment_forGeomComp_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -114,3 +114,4 @@\n )\n )\n \n+-- dummy change --"},{"sha":"e2499669ecf2b8fadd8af73940f7ea550711ae61","filename":"Alignment/MillePedeAlignmentAlgorithm/test/alignment_las_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Falignment_las_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Falignment_las_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Falignment_las_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -321,3 +321,4 @@\n # MPS needs next line as placeholder for pede _cfg.py:\n #MILLEPEDEBLOCK\n \n+-- dummy change --"},{"sha":"50eb3ea619b7b91ae4c4f1e366545add62343777","filename":"Alignment/MillePedeAlignmentAlgorithm/test/alignment_survey_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Falignment_survey_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Falignment_survey_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Falignment_survey_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -257,3 +257,4 @@\n # MPS needs next line as placeholder for pede _cfg.py:\n #MILLEPEDEBLOCK\n \n+-- dummy change --"},{"sha":"b00c5d6bb42a266838340c7b8f5ad5c62b4e31f0","filename":"Alignment/MillePedeAlignmentAlgorithm/test/convertMPresToDB_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FconvertMPresToDB_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FconvertMPresToDB_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FconvertMPresToDB_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -109,3 +109,4 @@\n )\n )\n )\n+-- dummy change --"},{"sha":"05dcf15d8c432223451ae766baa9b16b01217f16","filename":"Alignment/MillePedeAlignmentAlgorithm/test/testFindMassContraintParameters.cpp","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FtestFindMassContraintParameters.cpp","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FtestFindMassContraintParameters.cpp","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FtestFindMassContraintParameters.cpp?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -3,3 +3,4 @@\n #include \"Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/printParameters.C\"\n \n int main(int argc, char** argv) { printParameters(\"output.root\"); }\n+-- dummy change --"},{"sha":"6c3b1b69a3ec7c121327e3b33e4f6615fed0c575","filename":"Alignment/MillePedeAlignmentAlgorithm/test/test_ZMuMuMassConstraintParameterFinder.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Ftest_ZMuMuMassConstraintParameterFinder.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Ftest_ZMuMuMassConstraintParameterFinder.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Ftest_ZMuMuMassConstraintParameterFinder.sh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -2,3 +2,4 @@\n function die { echo $1: status $2; exit $2; }\n \n (cmsRun ${SCRAM_TEST_PATH}/ZMuMuMassConstraintParameterFinder/zmumudistribution_cfg.py inputFiles=/store/relval/CMSSW_14_0_0_pre2/RelValZMM_14/GEN-SIM/133X_mcRun3_2024_realistic_v5_STD_2024_PU-v1/2590000/c38cee3f-99d7-48aa-b236-86f6bbc869b3.root,/store/relval/CMSSW_14_0_0_pre2/RelValZMM_14/GEN-SIM/133X_mcRun3_2024_realistic_v5_STD_2024_PU-v1/2590000/5bf98cca-d491-4e95-98b0-d3acb6ea0807.root,/store/relval/CMSSW_14_0_0_pre2/RelValZMM_14/GEN-SIM/133X_mcRun3_2024_realistic_v5_STD_2024_PU-v1/2590000/1e362cc1-235b-4c32-bb24-178ccac4659f.root) || die 'failed running ZMuMuMassConstraintParameterFinder' $?\n+-- dummy change --"},{"sha":"8d718468061e01ff26f157de83dd848c7f83412b","filename":"Alignment/MillePedeAlignmentAlgorithm/test/test_mille.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Ftest_mille.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Ftest_mille.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Ftest_mille.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -214,3 +214,4 @@\n binary_files = merge_binary_files,\n tree_files = merge_tree_files,\n run_start_geometry = setupRunStartGeometry)\n+-- dummy change --"},{"sha":"3f79f265a15e6cadc61bddc4207727180664fd37","filename":"Alignment/MillePedeAlignmentAlgorithm/test/test_mille.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Ftest_mille.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Ftest_mille.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Ftest_mille.sh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -18,3 +18,4 @@ if [[ \"$doPede\" == \"true\" ]]; then\n echo -e \"\\n\\ntesting pedes step with LAPACK ...\"\n (cmsRun ${SCRAM_TEST_PATH}/test_mille.py algoMode=\"pede\" useLapack=True) || die 'failed running test_mille.py (LAPACK)' $?\n fi\n+-- dummy change --"},{"sha":"055ce0138772adad4bb793ae6330a3d47e6453fe","filename":"Alignment/MillePedeAlignmentAlgorithm/test/test_mps-workflow.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Ftest_mps-workflow.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Ftest_mps-workflow.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Ftest_mps-workflow.sh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -125,3 +125,4 @@ check_for_success mps_alisetup.py -w alignment_config.ini\n \n # clean up\n clean_up\n+-- dummy change --"},{"sha":"6b318f8584a17c115c6753966ff03bb2e569f7db","filename":"Alignment/MillePedeAlignmentAlgorithm/test/test_payload_sanity.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Ftest_payload_sanity.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Ftest_payload_sanity.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Ftest_payload_sanity.sh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -12,3 +12,4 @@ fi\n \n (cmsRun ${SCRAM_TEST_PATH}/AlignmentRcdChecker_cfg.py inputSqliteFile=${INPUTFILE}) || die 'failed running AlignmentRcdChecker' $?\n rm $INPUTFILE\n+-- dummy change --"},{"sha":"961cecac5a59a9ae5a64abf4f456455c701c6888","filename":"Alignment/MillePedeAlignmentAlgorithm/test/test_pede.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Ftest_pede.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Ftest_pede.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Ftest_pede.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -220,3 +220,4 @@\n connect = \"sqlite_file:alignment_input.db\",\n record = \"TrackerAlignmentErrorExtendedRcd\",\n tag = \"TrackerAlignmentExtendedErr_2009_v2_express_IOVs_347303\")\n+-- dummy change --"},{"sha":"1dad252d1ec5cce0f5d1f99a414dc78466778118","filename":"Alignment/MillePedeAlignmentAlgorithm/test/test_pede.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Ftest_pede.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Ftest_pede.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Ftest_pede.sh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -45,3 +45,4 @@ if [ $STATUS -eq 0 ]; then\n else \n die \"SKIPPING test, file ${TESTPACKAGE}.tar not found\" 0\n fi\n+-- dummy change --"},{"sha":"2f6c7b840d3bd5514c3472ad2186da153437a3fc","filename":"Alignment/MillePedeAlignmentAlgorithm/test/test_pedeConversion.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Ftest_pedeConversion.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Ftest_pedeConversion.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Ftest_pedeConversion.sh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -12,3 +12,4 @@ INPUTFILE=convertedFromResFile.db\n \n echo -e \"\\n\\n============== testing converted file corresponds to input\"\n (cmsRun ${SCRAM_TEST_PATH}/AlignmentRcdChecker_cfg.py inputSqliteFile=${INPUTFILE}) || die 'failed running AlignmentRcdChecker' $?\n+-- dummy change --"},{"sha":"1be50e7bfac09bc1ef39152c9ba13accfbb5d9fa","filename":"Alignment/MillePedeAlignmentAlgorithm/test/trackerTree_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FtrackerTree_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FtrackerTree_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FtrackerTree_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -65,3 +65,4 @@\n \n # Path\n process.p = cms.Path(process.TrackerTreeGenerator)\n+-- dummy change --"},{"sha":"684b6b867abca255efc4a6ccd4848514ad118838","filename":"Alignment/MuonAlignment/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -14,3 +14,4 @@\n \n \n \n+-- dummy change --"},{"sha":"cc3ddb74f3867531f41163ba2f722ea3be1f2c29","filename":"Alignment/MuonAlignment/data/disk1_template.svg","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fdata%2Fdisk1_template.svg","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fdata%2Fdisk1_template.svg","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fdata%2Fdisk1_template.svg?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1369,3 +1369,4 @@\n y=\"554.43103\">35\n \n \n+-- dummy change --"},{"sha":"122bdd2a39029ac415341acc45df811aff7a13c8","filename":"Alignment/MuonAlignment/data/disk23_template.svg","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fdata%2Fdisk23_template.svg","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fdata%2Fdisk23_template.svg","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fdata%2Fdisk23_template.svg?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -998,3 +998,4 @@\n d=\"m 192.38626,164.20828 a 27.927032,27.927032 0 1 1 -55.85406,0 27.927032,27.927032 0 1 1 55.85406,0 z\" />\n \n \n+-- dummy change --"},{"sha":"5d4cfa8aa71a5bb7ddc236d641fa25e0c9373f36","filename":"Alignment/MuonAlignment/data/diskm4_template.svg","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fdata%2Fdiskm4_template.svg","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fdata%2Fdiskm4_template.svg","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fdata%2Fdiskm4_template.svg?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -195,3 +195,4 @@\n style=\"font-size:18px;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000083;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate\" />\n \n \n+-- dummy change --"},{"sha":"6a979e957d2fc43fcdd2a1c12cd9c3fefb92d87e","filename":"Alignment/MuonAlignment/data/diskp4_template.svg","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fdata%2Fdiskp4_template.svg","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fdata%2Fdiskp4_template.svg","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fdata%2Fdiskp4_template.svg?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -260,3 +260,4 @@\n style=\"font-size:18px;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000083;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate\" />\n \n \n+-- dummy change --"},{"sha":"69d0f7c0c083290ca0df676598acfcbbfd80949e","filename":"Alignment/MuonAlignment/data/idealTransformation.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fdata%2FidealTransformation.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fdata%2FidealTransformation.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fdata%2FidealTransformation.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -789,3 +789,4 @@\n rotation[\"CSC\", 2, 4, 2, 34] = [[0.5, 0.866025, 6.12303e-17], [0.866025, -0.5, -1.06054e-16], [-6.12303e-17, 1.06054e-16, -1]]\n rotation[\"CSC\", 2, 4, 2, 35] = [[0.34202, 0.939693, 7.02405e-17], [0.939693, -0.34202, -1.00314e-16], [-7.02405e-17, 1.00314e-16, -1]]\n rotation[\"CSC\", 2, 4, 2, 36] = [[0.173648, 0.984808, 7.87162e-17], [0.984808, -0.173648, -9.38103e-17], [-7.87162e-17, 9.38103e-17, -1]]\n+-- dummy change --"},{"sha":"32ee0e59d23b1fb13b83e35f4316ed52d626c626","filename":"Alignment/MuonAlignment/data/station4_template.svg","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fdata%2Fstation4_template.svg","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fdata%2Fstation4_template.svg","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fdata%2Fstation4_template.svg?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -891,3 +891,4 @@\n id=\"tspan14603\">14\n \n \n+-- dummy change --"},{"sha":"e903c907084ae6cf66c5a96cc9bc0b870e66b738","filename":"Alignment/MuonAlignment/data/station_template.svg","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fdata%2Fstation_template.svg","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fdata%2Fstation_template.svg","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fdata%2Fstation_template.svg?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -750,3 +750,4 @@\n id=\"tspan13794\">12\n \n \n+-- dummy change --"},{"sha":"f3ad43e6ea802d6f6aa23d15bc17af6c4fb8a69e","filename":"Alignment/MuonAlignment/data/wheel_template.svg","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fdata%2Fwheel_template.svg","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fdata%2Fwheel_template.svg","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fdata%2Fwheel_template.svg?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -316,3 +316,4 @@\n id=\"tspan4995\">1\n \n \n+-- dummy change --"},{"sha":"eee4e0424d5faa67b1a362b287fd2da15f4acb4d","filename":"Alignment/MuonAlignment/data/wheel_template.svg_BEGINNING","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fdata%2Fwheel_template.svg_BEGINNING","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fdata%2Fwheel_template.svg_BEGINNING","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fdata%2Fwheel_template.svg_BEGINNING?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -16,3 +16,4 @@\n \n \n \n+-- dummy change --"},{"sha":"71021be4db030331e73e2aa35e2410955285fb44","filename":"Alignment/MuonAlignment/data/wheel_template.svg_END","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fdata%2Fwheel_template.svg_END","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fdata%2Fwheel_template.svg_END","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fdata%2Fwheel_template.svg_END?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -248,3 +248,4 @@\n id=\"tspan4995\">1\n \n \n+-- dummy change --"},{"sha":"50171902c80def0328ace8cb3c10f557ff737cf4","filename":"Alignment/MuonAlignment/interface/AlignableCSCChamber.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FAlignableCSCChamber.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FAlignableCSCChamber.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Finterface%2FAlignableCSCChamber.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -33,3 +33,4 @@ class AlignableCSCChamber : public AlignableDet {\n };\n \n #endif // ALIGNABLE_CSC_CHAMBER_H\n+-- dummy change --"},{"sha":"4273c475be3ccbb845b1d71eb8d1e15d9d3441b0","filename":"Alignment/MuonAlignment/interface/AlignableCSCEndcap.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FAlignableCSCEndcap.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FAlignableCSCEndcap.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Finterface%2FAlignableCSCEndcap.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -54,3 +54,4 @@ class AlignableCSCEndcap : public AlignableComposite {\n };\n \n #endif\n+-- dummy change --"},{"sha":"3ae3ca6d3c4b8803ff5ebf27da4032ba1cc8a3da","filename":"Alignment/MuonAlignment/interface/AlignableCSCRing.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FAlignableCSCRing.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FAlignableCSCRing.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Finterface%2FAlignableCSCRing.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -51,3 +51,4 @@ class AlignableCSCRing : public AlignableComposite {\n };\n \n #endif\n+-- dummy change --"},{"sha":"20690f14e88a2ca2884581388d9587b44270762f","filename":"Alignment/MuonAlignment/interface/AlignableCSCStation.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FAlignableCSCStation.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FAlignableCSCStation.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Finterface%2FAlignableCSCStation.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -51,3 +51,4 @@ class AlignableCSCStation : public AlignableComposite {\n };\n \n #endif\n+-- dummy change --"},{"sha":"b3bbf30fe47e505560d41ab96e8d49347966e694","filename":"Alignment/MuonAlignment/interface/AlignableDTBarrel.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FAlignableDTBarrel.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FAlignableDTBarrel.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Finterface%2FAlignableDTBarrel.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -54,3 +54,4 @@ class AlignableDTBarrel : public AlignableComposite {\n };\n \n #endif\n+-- dummy change --"},{"sha":"96396755a8fe6271c2cf99091983a4e59617a075","filename":"Alignment/MuonAlignment/interface/AlignableDTChamber.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FAlignableDTChamber.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FAlignableDTChamber.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Finterface%2FAlignableDTChamber.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -30,3 +30,4 @@ class AlignableDTChamber : public AlignableDet {\n };\n \n #endif // ALIGNABLE_DT_CHAMBER_H\n+-- dummy change --"},{"sha":"3a684e082c71ec386b30107c4cc43febd82fe433","filename":"Alignment/MuonAlignment/interface/AlignableDTStation.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FAlignableDTStation.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FAlignableDTStation.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Finterface%2FAlignableDTStation.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -48,3 +48,4 @@ class AlignableDTStation : public AlignableComposite {\n };\n \n #endif\n+-- dummy change --"},{"sha":"0578d0833d2278bd5f9748a5374b3ae05e2f4aba","filename":"Alignment/MuonAlignment/interface/AlignableDTSuperLayer.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FAlignableDTSuperLayer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FAlignableDTSuperLayer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Finterface%2FAlignableDTSuperLayer.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -30,3 +30,4 @@ class AlignableDTSuperLayer : public AlignableDet {\n };\n \n #endif // ALIGNABLE_DT_SUPERLAYER_H\n+-- dummy change --"},{"sha":"8bcf94a9234aa9d06814a8d3961837ff953bce16","filename":"Alignment/MuonAlignment/interface/AlignableDTWheel.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FAlignableDTWheel.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FAlignableDTWheel.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Finterface%2FAlignableDTWheel.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -48,3 +48,4 @@ class AlignableDTWheel : public AlignableComposite {\n };\n \n #endif\n+-- dummy change --"},{"sha":"10499a0c15de716491399b7e34e68a069de6182a","filename":"Alignment/MuonAlignment/interface/AlignableGEMChamber.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FAlignableGEMChamber.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FAlignableGEMChamber.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Finterface%2FAlignableGEMChamber.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -25,3 +25,4 @@ class AlignableGEMChamber : public AlignableDet {\n };\n \n #endif\n+-- dummy change --"},{"sha":"16c02c74d28e88eb5f17f8de4a26f440ffa320a2","filename":"Alignment/MuonAlignment/interface/AlignableGEMEndcap.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FAlignableGEMEndcap.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FAlignableGEMEndcap.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Finterface%2FAlignableGEMEndcap.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -40,3 +40,4 @@ class AlignableGEMEndcap : public AlignableComposite {\n };\n \n #endif\n+-- dummy change --"},{"sha":"1a906fdbb6abd08029bd945dcfa334f600737d3f","filename":"Alignment/MuonAlignment/interface/AlignableGEMRing.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FAlignableGEMRing.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FAlignableGEMRing.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Finterface%2FAlignableGEMRing.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -34,3 +34,4 @@ class AlignableGEMRing : public AlignableComposite {\n };\n \n #endif\n+-- dummy change --"},{"sha":"f1a7f832208787b0743b3c74af680d2109d72e8b","filename":"Alignment/MuonAlignment/interface/AlignableGEMStation.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FAlignableGEMStation.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FAlignableGEMStation.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Finterface%2FAlignableGEMStation.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -37,3 +37,4 @@ class AlignableGEMStation : public AlignableComposite {\n };\n \n #endif\n+-- dummy change --"},{"sha":"d20718c7c2cf568c2ab175214d6ec7000938c0df","filename":"Alignment/MuonAlignment/interface/AlignableGEMSuperChamber.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FAlignableGEMSuperChamber.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FAlignableGEMSuperChamber.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Finterface%2FAlignableGEMSuperChamber.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -25,3 +25,4 @@ class AlignableGEMSuperChamber : public AlignableDet {\n };\n \n #endif\n+-- dummy change --"},{"sha":"09f801164fb0ab3e96c28aab5c26e822427e7d76","filename":"Alignment/MuonAlignment/interface/AlignableMuon.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FAlignableMuon.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FAlignableMuon.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Finterface%2FAlignableMuon.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -146,3 +146,4 @@ class AlignableMuon : public AlignableComposite {\n };\n \n #endif //AlignableMuon_H\n+-- dummy change --"},{"sha":"50128ca89ad384cfa4193da89113ef66974488d6","filename":"Alignment/MuonAlignment/interface/MuonAlignment.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FMuonAlignment.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FMuonAlignment.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Finterface%2FMuonAlignment.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -83,3 +83,4 @@ class MuonAlignment {\n };\n \n #endif //MuonAlignment_H\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75?per_page=100&page=12 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:16:35 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"d0d7ab784d1de953038b2e7322eac990b249dfe95367949c991f10ddcaa8e69e"'), ('Last-Modified', 'Wed, 30 Apr 2025 14:08:46 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4770'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '230'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D6FC:2BD49F:55D4CC:579339:681230C3')] +{"sha":"b6db3e643d2bd16deee12590d1312a3addcd2d75","node_id":"C_kwDOF83__NoAKGI2ZGIzZTY0M2QyYmQxNmRlZWUxMjU5MGQxMzEyYTNhZGRjZDJkNzU","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"message":"Test commit with many files","tree":{"sha":"d8f8da26398eca77794c2a8409031a5ab8ac23df","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/d8f8da26398eca77794c2a8409031a5ab8ac23df"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/b6db3e643d2bd16deee12590d1312a3addcd2d75","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c83ecb127f70592a95b0544c2e7e2404c9d7e440","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c83ecb127f70592a95b0544c2e7e2404c9d7e440","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c83ecb127f70592a95b0544c2e7e2404c9d7e440"}],"stats":{"total":1506,"additions":1506,"deletions":0},"files":[{"sha":"a0525770825b923a77cd92503de8c1afb74cdcaa","filename":"Alignment/MuonAlignment/interface/MuonAlignmentInputDB.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FMuonAlignmentInputDB.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FMuonAlignmentInputDB.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Finterface%2FMuonAlignmentInputDB.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -76,3 +76,4 @@ class MuonAlignmentInputDB : public MuonAlignmentInputMethod {\n };\n \n #endif\n+-- dummy change --"},{"sha":"b771847d313679c79c1b6eaa888e8a8e5ef2102d","filename":"Alignment/MuonAlignment/interface/MuonAlignmentInputMethod.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FMuonAlignmentInputMethod.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FMuonAlignmentInputMethod.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Finterface%2FMuonAlignmentInputMethod.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -60,3 +60,4 @@ class MuonAlignmentInputMethod {\n };\n \n #endif\n+-- dummy change --"},{"sha":"df8d962c6525c18b2a7940e32659e78100e75098","filename":"Alignment/MuonAlignment/interface/MuonAlignmentInputSurveyDB.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FMuonAlignmentInputSurveyDB.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FMuonAlignmentInputSurveyDB.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Finterface%2FMuonAlignmentInputSurveyDB.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -68,3 +68,4 @@ class MuonAlignmentInputSurveyDB : public MuonAlignmentInputMethod {\n };\n \n #endif\n+-- dummy change --"},{"sha":"0cbf16077843b606bdd7f23fef9785c97497a976","filename":"Alignment/MuonAlignment/interface/MuonAlignmentInputXML.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FMuonAlignmentInputXML.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FMuonAlignmentInputXML.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Finterface%2FMuonAlignmentInputXML.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -197,3 +197,4 @@ class MuonAlignmentInputXML : public MuonAlignmentInputMethod {\n };\n \n #endif\n+-- dummy change --"},{"sha":"f263165a943b0da06d0da6c86707652b701a996c","filename":"Alignment/MuonAlignment/interface/MuonAlignmentOutputXML.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FMuonAlignmentOutputXML.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FMuonAlignmentOutputXML.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Finterface%2FMuonAlignmentOutputXML.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -80,3 +80,4 @@ class MuonAlignmentOutputXML {\n };\n \n #endif\n+-- dummy change --"},{"sha":"f7e2117748fa47cfb8ca489fda2b74016fa413b3","filename":"Alignment/MuonAlignment/interface/MuonScenarioBuilder.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FMuonScenarioBuilder.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Finterface%2FMuonScenarioBuilder.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Finterface%2FMuonScenarioBuilder.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -50,3 +50,4 @@ class MuonScenarioBuilder : public MisalignmentScenarioBuilder {\n };\n \n #endif\n+-- dummy change --"},{"sha":"80d73978a789d96749dc0b6214c26cac5c26cff0","filename":"Alignment/MuonAlignment/plugins/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fplugins%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fplugins%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fplugins%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -51,3 +51,4 @@\n \n \n \n+-- dummy change --"},{"sha":"4811f1a311925c2a25518fe0a2a6cb34e916d5b8","filename":"Alignment/MuonAlignment/plugins/MuonGeometryArrange.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fplugins%2FMuonGeometryArrange.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fplugins%2FMuonGeometryArrange.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fplugins%2FMuonGeometryArrange.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1213,3 +1213,4 @@ bool MuonGeometryArrange::passIdCut(uint32_t id) {\n \n //////////////////////////////////////////////////\n DEFINE_FWK_MODULE(MuonGeometryArrange);\n+-- dummy change --"},{"sha":"78c3a2fb31383011772d2b73edd7d9b7aa99d799","filename":"Alignment/MuonAlignment/plugins/MuonGeometryArrange.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fplugins%2FMuonGeometryArrange.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fplugins%2FMuonGeometryArrange.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fplugins%2FMuonGeometryArrange.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -190,3 +190,4 @@ class MuonGeometryArrange : public edm::one::EDAnalyzer<> {\n };\n \n #endif\n+-- dummy change --"},{"sha":"924a717bd87325aa186af259ad97203a31a2265c","filename":"Alignment/MuonAlignment/plugins/MuonGeometryDBConverter.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fplugins%2FMuonGeometryDBConverter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fplugins%2FMuonGeometryDBConverter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fplugins%2FMuonGeometryDBConverter.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -269,3 +269,4 @@ void MuonGeometryDBConverter::fillDescriptions(edm::ConfigurationDescriptions &d\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(MuonGeometryDBConverter);\n+-- dummy change --"},{"sha":"0f916c57a4f7b461af3f07526a8873302acd5235","filename":"Alignment/MuonAlignment/plugins/MuonGeometrySVGTemplate.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fplugins%2FMuonGeometrySVGTemplate.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fplugins%2FMuonGeometrySVGTemplate.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fplugins%2FMuonGeometrySVGTemplate.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -129,3 +129,4 @@ void MuonGeometrySVGTemplate::analyze(const edm::Event &iEvent, const edm::Event\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(MuonGeometrySVGTemplate);\n+-- dummy change --"},{"sha":"c57cbb297760e1ba2a45877b3a8c727908a3b463","filename":"Alignment/MuonAlignment/plugins/MuonGeometrySanityCheck.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fplugins%2FMuonGeometrySanityCheck.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fplugins%2FMuonGeometrySanityCheck.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fplugins%2FMuonGeometrySanityCheck.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -728,3 +728,4 @@ void MuonGeometrySanityCheck::analyze(const edm::Event &iEvent, const edm::Event\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(MuonGeometrySanityCheck);\n+-- dummy change --"},{"sha":"0635cfadd3e9597768ad4b4015b5a5d03cd9025d","filename":"Alignment/MuonAlignment/plugins/MuonMisalignedProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fplugins%2FMuonMisalignedProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fplugins%2FMuonMisalignedProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fplugins%2FMuonMisalignedProducer.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -146,3 +146,4 @@ void MuonMisalignedProducer::saveToDB(void) {\n }\n //____________________________________________________________________________________________\n DEFINE_FWK_MODULE(MuonMisalignedProducer);\n+-- dummy change --"},{"sha":"8d72c6e2593f43ad20c6aa7da8bfbfdf10bf9326","filename":"Alignment/MuonAlignment/python/MCScenario_CRAFT1_22X.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fpython%2FMCScenario_CRAFT1_22X.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fpython%2FMCScenario_CRAFT1_22X.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fpython%2FMCScenario_CRAFT1_22X.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -293,3 +293,4 @@ def define_scenario():\n \n # run it all!\n make_scenario_sqlite()\n+-- dummy change --"},{"sha":"980b883210af85e4c69dbcd160ffab39fa82917e","filename":"Alignment/MuonAlignment/python/MisalignedMuon_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fpython%2FMisalignedMuon_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fpython%2FMisalignedMuon_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fpython%2FMisalignedMuon_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -7,3 +7,4 @@\n saveToDbase = cms.untracked.bool(False),\n scenario = _MuonScenarios.MuonNoMovementsScenario\n )\n+-- dummy change --"},{"sha":"d1fba12eae9641960e4a1658f82e3facc1e72fa9","filename":"Alignment/MuonAlignment/python/MuonGeometrySanityCheck_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fpython%2FMuonGeometrySanityCheck_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fpython%2FMuonGeometrySanityCheck_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fpython%2FMuonGeometrySanityCheck_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -51,3 +51,4 @@ def detectors(dt=True, csc=True, me42=False, chambers=True, superlayers=False, l\n output.append(name)\n \n return output\n+-- dummy change --"},{"sha":"a2a956240a9f743a472640e8dbd97c393f4e0581","filename":"Alignment/MuonAlignment/python/Scenarios_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fpython%2FScenarios_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fpython%2FScenarios_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fpython%2FScenarios_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -505,3 +505,4 @@\n )\n )\n \n+-- dummy change --"},{"sha":"165ee49298efdb61097024fe2f4a478703b514ab","filename":"Alignment/MuonAlignment/python/convertSQLitetoXML_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fpython%2FconvertSQLitetoXML_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fpython%2FconvertSQLitetoXML_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fpython%2FconvertSQLitetoXML_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -90,3 +90,4 @@\n suppressCSCLayers = cms.untracked.bool(False)))\n \n process.Path = cms.Path(process.MuonGeometryDBConverter)\n+-- dummy change --"},{"sha":"94653f61c7f7492eed4017e9502da47437770623","filename":"Alignment/MuonAlignment/python/convertXMLtoSQLite_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fpython%2FconvertXMLtoSQLite_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fpython%2FconvertXMLtoSQLite_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fpython%2FconvertXMLtoSQLite_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -50,3 +50,4 @@\n toGet = cms.VPSet(cms.PSet(record = cms.string(\"GlobalPositionRcd\"), tag = cms.string(\"inertGlobalPositionRcd\"))))\n \n process.Path = cms.Path(process.MuonGeometryDBConverter)\n+-- dummy change --"},{"sha":"94e4a04294123bb4d92f233c6cda52faaad2efb9","filename":"Alignment/MuonAlignment/python/convertXMLtoXML_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fpython%2FconvertXMLtoXML_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fpython%2FconvertXMLtoXML_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fpython%2FconvertXMLtoXML_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -74,3 +74,4 @@\n ))\n \n process.Path = cms.Path(process.MuonGeometryDBConverter)\n+-- dummy change --"},{"sha":"308ad49df516c8ddb7749c1ab4a614baaf287bda","filename":"Alignment/MuonAlignment/python/download_sqlite_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fpython%2Fdownload_sqlite_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fpython%2Fdownload_sqlite_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fpython%2Fdownload_sqlite_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -34,3 +34,4 @@\n cms.PSet(record = cms.string(\"CSCAlignmentErrorExtendedRcd\"), tag = cms.string(\"CSCAlignmentErrorExtendedRcd\"))))\n \n process.Path = cms.Path(process.MuonGeometryDBConverter)\n+-- dummy change --"},{"sha":"4bc8396b2205a4d00295979b3aca8767d6e0fd69","filename":"Alignment/MuonAlignment/python/geometryCSVtoXML.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fpython%2FgeometryCSVtoXML.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fpython%2FgeometryCSVtoXML.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fpython%2FgeometryCSVtoXML.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -61,3 +61,4 @@\n \n print(\"\")\n \n+-- dummy change --"},{"sha":"776ef41f059a55826fcadac2e7973825a997e3b3","filename":"Alignment/MuonAlignment/python/geometryDiff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fpython%2FgeometryDiff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fpython%2FgeometryDiff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fpython%2FgeometryDiff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -112,3 +112,4 @@ def loopover(which):\n loopover(\"CSC\")\n \n \n+-- dummy change --"},{"sha":"f4306b6f2a5c523cee67093bc4d51a6eb3098678","filename":"Alignment/MuonAlignment/python/geometryDiffVisualization.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fpython%2FgeometryDiffVisualization.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fpython%2FgeometryDiffVisualization.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fpython%2FgeometryDiffVisualization.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -214,3 +214,4 @@ def draw_disk(geom1, geom2, endcap, station, filename, length_factor=1., angle_f\n svgitem[0] += \" (length x%g, angle x%g)\" % (length_factor, angle_factor)\n \n disk_template.save(filename)\n+-- dummy change --"},{"sha":"cb246e748d0bd2a293db237e90c44d163b1686ea","filename":"Alignment/MuonAlignment/python/geometryXMLparser.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fpython%2FgeometryXMLparser.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fpython%2FgeometryXMLparser.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fpython%2FgeometryXMLparser.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -227,3 +227,4 @@ def position_ape(ali, attributes):\n \n writeline(\"\\n\")\n if stream == None: return \"\".join(output)\n+-- dummy change --"},{"sha":"994164365b8d408cdc1460e7b5b1e498f0d1383c","filename":"Alignment/MuonAlignment/python/geometryXMLtoCSV.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fpython%2FgeometryXMLtoCSV.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fpython%2FgeometryXMLtoCSV.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fpython%2FgeometryXMLtoCSV.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -78,3 +78,4 @@ def endElement(self, tag):\n parser = make_parser()\n parser.setContentHandler(ContentHandler())\n parser.parse(stdin)\n+-- dummy change --"},{"sha":"e2e5125bf58d65d826b2518330034d2d27fec90d","filename":"Alignment/MuonAlignment/python/makeGlobalPositionRcd_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fpython%2FmakeGlobalPositionRcd_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fpython%2FmakeGlobalPositionRcd_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fpython%2FmakeGlobalPositionRcd_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -4,3 +4,4 @@\n \n process.PoolDBOutputService.connect = \"sqlite_file:inertGlobalPositionRcd.db\"\n process.PoolDBOutputService.toPut[0].tag = \"inertGlobalPositionRcd\"\n+-- dummy change --"},{"sha":"2fc88621e72a528be50fbbc6c1b450adb74a3fac","filename":"Alignment/MuonAlignment/python/makeMuonMisalignmentScenario.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fpython%2FmakeMuonMisalignmentScenario.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fpython%2FmakeMuonMisalignmentScenario.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fpython%2FmakeMuonMisalignmentScenario.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -384,3 +384,4 @@ def random6dof():\n print()\n os.system(\"echo cmsRun %s_convert_cfg.py\" % outputName)\n \n+-- dummy change --"},{"sha":"b4284f9005e7b3b4beb5e4a169521d192ca426aa","filename":"Alignment/MuonAlignment/python/svgfig.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fpython%2Fsvgfig.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fpython%2Fsvgfig.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fpython%2Fsvgfig.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -3368,3 +3368,4 @@ def SVG(self, trans=None):\n output.append(LineAxis(x, start, x, end, start, end, bars, False, False, **self.attr).SVG(trans))\n \n return output\n+-- dummy change --"},{"sha":"69a6995eee39321a382e47a2334d1a579aeb6079","filename":"Alignment/MuonAlignment/src/AlignableCSCChamber.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FAlignableCSCChamber.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FAlignableCSCChamber.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fsrc%2FAlignableCSCChamber.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -49,3 +49,4 @@ std::ostream& operator<<(std::ostream& os, const AlignableCSCChamber& r) {\n \n return os;\n }\n+-- dummy change --"},{"sha":"c436e2c68755764656f4f69c950d4a612d7b5db1","filename":"Alignment/MuonAlignment/src/AlignableCSCEndcap.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FAlignableCSCEndcap.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FAlignableCSCEndcap.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fsrc%2FAlignableCSCEndcap.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -111,3 +111,4 @@ AlignmentErrorsExtended* AlignableCSCEndcap::alignmentErrors(void) const {\n \n return m_alignmentErrors;\n }\n+-- dummy change --"},{"sha":"7c6370ba7dcfd18b06436d4990e6552403cae23c","filename":"Alignment/MuonAlignment/src/AlignableCSCRing.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FAlignableCSCRing.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FAlignableCSCRing.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fsrc%2FAlignableCSCRing.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -80,3 +80,4 @@ void AlignableCSCRing::dump(void) const {\n iChamber++)\n edm::LogInfo(\"AlignableDump\") << (**iChamber);\n }\n+-- dummy change --"},{"sha":"4ddb42480017a81e6a20f152d1e20f5866e2e04e","filename":"Alignment/MuonAlignment/src/AlignableCSCStation.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FAlignableCSCStation.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FAlignableCSCStation.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fsrc%2FAlignableCSCStation.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -77,3 +77,4 @@ void AlignableCSCStation::dump(void) const {\n for (std::vector::const_iterator iRing = theCSCRings.begin(); iRing != theCSCRings.end(); iRing++)\n edm::LogInfo(\"AlignableDump\") << (**iRing);\n }\n+-- dummy change --"},{"sha":"f1afe1e4286486c1a73f8b0ed00cd7a3a541fb84","filename":"Alignment/MuonAlignment/src/AlignableDTBarrel.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FAlignableDTBarrel.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FAlignableDTBarrel.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fsrc%2FAlignableDTBarrel.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -107,3 +107,4 @@ AlignmentErrorsExtended* AlignableDTBarrel::alignmentErrors(void) const {\n \n return m_alignmentErrors;\n }\n+-- dummy change --"},{"sha":"76e5982642fbc4968d427641d083f1aa6e196008","filename":"Alignment/MuonAlignment/src/AlignableDTChamber.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FAlignableDTChamber.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FAlignableDTChamber.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fsrc%2FAlignableDTChamber.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -51,3 +51,4 @@ std::ostream& operator<<(std::ostream& os, const AlignableDTChamber& r) {\n \n return os;\n }\n+-- dummy change --"},{"sha":"f588066cc19620571ca88343d46d56af6d6e47e5","filename":"Alignment/MuonAlignment/src/AlignableDTStation.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FAlignableDTStation.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FAlignableDTStation.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fsrc%2FAlignableDTStation.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -71,3 +71,4 @@ void AlignableDTStation::dump(void) const {\n iChamber++)\n edm::LogInfo(\"AlignableDump\") << (**iChamber);\n }\n+-- dummy change --"},{"sha":"8ac002141382998aa039b74253e89ec0a04e8bce","filename":"Alignment/MuonAlignment/src/AlignableDTSuperLayer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FAlignableDTSuperLayer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FAlignableDTSuperLayer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fsrc%2FAlignableDTSuperLayer.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -40,3 +40,4 @@ std::ostream& operator<<(std::ostream& os, const AlignableDTSuperLayer& r) {\n \n return os;\n }\n+-- dummy change --"},{"sha":"3e012c429404d71024966745bd5c23b6900f6a4e","filename":"Alignment/MuonAlignment/src/AlignableDTWheel.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FAlignableDTWheel.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FAlignableDTWheel.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fsrc%2FAlignableDTWheel.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -71,3 +71,4 @@ void AlignableDTWheel::dump(void) const {\n iStation++)\n (*iStation)->dump();\n }\n+-- dummy change --"},{"sha":"fe8767115a544cbd830e555f535a43a9db5bc1cc","filename":"Alignment/MuonAlignment/src/AlignableGEMChamber.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FAlignableGEMChamber.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FAlignableGEMChamber.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fsrc%2FAlignableGEMChamber.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -39,3 +39,4 @@ std::ostream& operator<<(std::ostream& os, const AlignableGEMChamber& r) {\n \n return os;\n }\n+-- dummy change --"},{"sha":"69998384f3ca0fd5f426d648bd066226003becf0","filename":"Alignment/MuonAlignment/src/AlignableGEMEndcap.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FAlignableGEMEndcap.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FAlignableGEMEndcap.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fsrc%2FAlignableGEMEndcap.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -90,3 +90,4 @@ AlignmentErrorsExtended* AlignableGEMEndcap::alignmentErrors(void) const {\n \n return m_alignmentErrors;\n }\n+-- dummy change --"},{"sha":"73d473b2b576a1056c169d015fca8ca28ea4b806","filename":"Alignment/MuonAlignment/src/AlignableGEMRing.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FAlignableGEMRing.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FAlignableGEMRing.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fsrc%2FAlignableGEMRing.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -59,3 +59,4 @@ void AlignableGEMRing::dump(void) const {\n iChamber++)\n edm::LogInfo(\"AlignableDump\") << (**iChamber);\n }\n+-- dummy change --"},{"sha":"8e93ede76979744975bcc2e47c96f5deac935b47","filename":"Alignment/MuonAlignment/src/AlignableGEMStation.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FAlignableGEMStation.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FAlignableGEMStation.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fsrc%2FAlignableGEMStation.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -55,3 +55,4 @@ void AlignableGEMStation::dump(void) const {\n for (std::vector::const_iterator iRing = theGEMRings.begin(); iRing != theGEMRings.end(); iRing++)\n edm::LogInfo(\"AlignableDump\") << (**iRing);\n }\n+-- dummy change --"},{"sha":"9dda1e903756c47935603f7b239d38e84c543d98","filename":"Alignment/MuonAlignment/src/AlignableGEMSuperChamber.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FAlignableGEMSuperChamber.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FAlignableGEMSuperChamber.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fsrc%2FAlignableGEMSuperChamber.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -44,3 +44,4 @@ std::ostream& operator<<(std::ostream& os, const AlignableGEMSuperChamber& r) {\n \n return os;\n }\n+-- dummy change --"},{"sha":"c8145203270b067bb02716a122a77f68e41a5325","filename":"Alignment/MuonAlignment/src/AlignableMuon.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FAlignableMuon.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FAlignableMuon.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fsrc%2FAlignableMuon.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -626,3 +626,4 @@ AlignmentErrorsExtended* AlignableMuon::gemAlignmentErrorsExtended(void) {\n \n return tmpAlignmentErrorsExtended;\n }\n+-- dummy change --"},{"sha":"7091af0da6ca2b8140d180f1da7b2ad448413aa1","filename":"Alignment/MuonAlignment/src/MuonAlignment.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FMuonAlignment.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FMuonAlignment.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fsrc%2FMuonAlignment.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -368,3 +368,4 @@ void MuonAlignment::saveToDB(void) {\n saveCSCtoDB();\n saveGEMtoDB();\n }\n+-- dummy change --"},{"sha":"f48c08a5c9dafacbad9c6b0d77a574e0aa62932a","filename":"Alignment/MuonAlignment/src/MuonAlignmentInputDB.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FMuonAlignmentInputDB.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FMuonAlignmentInputDB.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fsrc%2FMuonAlignmentInputDB.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -163,3 +163,4 @@ AlignableMuon* MuonAlignmentInputDB::newAlignableMuon() const {\n //\n // static member functions\n //\n+-- dummy change --"},{"sha":"c54171f549556f69d059a086b9f40b8ede9263b2","filename":"Alignment/MuonAlignment/src/MuonAlignmentInputMethod.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FMuonAlignmentInputMethod.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FMuonAlignmentInputMethod.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fsrc%2FMuonAlignmentInputMethod.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -73,3 +73,4 @@ AlignableMuon* MuonAlignmentInputMethod::newAlignableMuon() const {\n //\n // static member functions\n //\n+-- dummy change --"},{"sha":"3e7256caa280de0fda9c3b0dbf5e0555b22237b0","filename":"Alignment/MuonAlignment/src/MuonAlignmentInputSurveyDB.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FMuonAlignmentInputSurveyDB.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FMuonAlignmentInputSurveyDB.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fsrc%2FMuonAlignmentInputSurveyDB.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -137,3 +137,4 @@ void MuonAlignmentInputSurveyDB::addSurveyInfo_(Alignable* ali,\n //\n // static member functions\n //\n+-- dummy change --"},{"sha":"adda2f6fea8479a15ce3dc814dd86fc69922c41d","filename":"Alignment/MuonAlignment/src/MuonAlignmentInputXML.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FMuonAlignmentInputXML.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FMuonAlignmentInputXML.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fsrc%2FMuonAlignmentInputXML.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1474,3 +1474,4 @@ void MuonAlignmentInputXML::do_rotateglobalaxis(const XERCES_CPP_NAMESPACE::DOME\n //\n // static member functions\n //\n+-- dummy change --"},{"sha":"d26d37f98425e4b2764bf15b77e65409829cc341","filename":"Alignment/MuonAlignment/src/MuonAlignmentOutputXML.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FMuonAlignmentOutputXML.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FMuonAlignmentOutputXML.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fsrc%2FMuonAlignmentOutputXML.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -437,3 +437,4 @@ void MuonAlignmentOutputXML::writeComponents(align::Alignables &alignables,\n //\n // static member functions\n //\n+-- dummy change --"},{"sha":"b5cc3a8f545e4ec615632e81bb4afdc89deb5315","filename":"Alignment/MuonAlignment/src/MuonScenarioBuilder.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FMuonScenarioBuilder.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Fsrc%2FMuonScenarioBuilder.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Fsrc%2FMuonScenarioBuilder.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -470,3 +470,4 @@ void MuonScenarioBuilder::moveChamberInSector(Alignable* chamber,\n theMuonModifier.addAlignmentPositionError(chamber, dispError[0], dispError[1], dispError[2]);\n theMuonModifier.addAlignmentPositionErrorFromRotation(chamber, rotationError[0], rotationError[1], rotationError[2]);\n }\n+-- dummy change --"},{"sha":"c3d6cd9de303927d20979e74d872bdf0712bb543","filename":"Alignment/MuonAlignment/test/MuonAlignmentInputXML-testread_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Ftest%2FMuonAlignmentInputXML-testread_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Ftest%2FMuonAlignmentInputXML-testread_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Ftest%2FMuonAlignmentInputXML-testread_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -29,3 +29,4 @@\n process.p = cms.Path(process.MuonGeometryDBConverter)\n \n \n+-- dummy change --"},{"sha":"f1fc35edda0d3ebd7fd98faf8e696336a68f7602","filename":"Alignment/MuonAlignment/test/MuonAlignmentOutputXML-testwrite_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Ftest%2FMuonAlignmentOutputXML-testwrite_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Ftest%2FMuonAlignmentOutputXML-testwrite_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Ftest%2FMuonAlignmentOutputXML-testwrite_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -45,3 +45,4 @@\n process.p = cms.Path(process.MuonGeometryDBConverter)\n \n \n+-- dummy change --"},{"sha":"9b7083c91f27d36049efff6f2a799d3c795f8c29","filename":"Alignment/MuonAlignment/test/convertSQLitetoXML_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Ftest%2FconvertSQLitetoXML_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Ftest%2FconvertSQLitetoXML_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Ftest%2FconvertSQLitetoXML_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -125,3 +125,4 @@\n suppressCSCLayers = cms.untracked.bool(False)))\n \n process.Path = cms.Path(process.MuonGeometryDBConverter)\n+-- dummy change --"},{"sha":"fea0ff97cfb022964a61850c87ad9939044fe0a0","filename":"Alignment/MuonAlignment/test/geometryDiffVisualization_test.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Ftest%2FgeometryDiffVisualization_test.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Ftest%2FgeometryDiffVisualization_test.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Ftest%2FgeometryDiffVisualization_test.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -9,3 +9,4 @@\n \n draw_disk(g1, g2, 1, 3, \"tmp.svg\", length_factor=100., angle_factor=100.)\n \n+-- dummy change --"},{"sha":"db43c60bc08d0d2ae0f85a1ee613023d446e038e","filename":"Alignment/MuonAlignment/test/muonGeometryDBConverter_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Ftest%2FmuonGeometryDBConverter_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Ftest%2FmuonGeometryDBConverter_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Ftest%2FmuonGeometryDBConverter_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -135,3 +135,4 @@\n process.maxEvents = cms.untracked.PSet(input = cms.untracked.int32(1))\n process.source = cms.Source(\"EmptySource\")\n process.p = cms.Path(process.muonGeometryDBConverter)\n+-- dummy change --"},{"sha":"3e162c129be424db4336ae1fe4097b21de23048d","filename":"Alignment/MuonAlignment/test/plotDets.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Ftest%2FplotDets.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Ftest%2FplotDets.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Ftest%2FplotDets.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -89,3 +89,4 @@ int plotDets( TString cut, int showFlag, float xmin, float xmax )\n return 0;\n \n }\n+-- dummy change --"},{"sha":"40cc916a26a9221701c59966e329449238e22e3a","filename":"Alignment/MuonAlignment/test/quickconvert.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Ftest%2Fquickconvert.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Ftest%2Fquickconvert.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Ftest%2Fquickconvert.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -21,3 +21,4 @@\n process.MuonGeometryDBConverter.outputXML.suppressDTLayers = cms.untracked.bool(True)\n process.MuonGeometryDBConverter.outputXML.suppressCSCChambers = cms.untracked.bool(False)\n process.MuonGeometryDBConverter.outputXML.suppressCSCLayers = cms.untracked.bool(True)\n+-- dummy change --"},{"sha":"7ed8e7f2b6a7e8786f4584013a45bebd990e891a","filename":"Alignment/MuonAlignment/test/test-misalign_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Ftest%2Ftest-misalign_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Ftest%2Ftest-misalign_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Ftest%2Ftest-misalign_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -101,3 +101,4 @@\n )\n \n \n+-- dummy change --"},{"sha":"b50e855edc28404974ffed3abb6941c96cfc609f","filename":"Alignment/MuonAlignment/test/test-read_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Ftest%2Ftest-read_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Ftest%2Ftest-read_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Ftest%2Ftest-read_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -45,3 +45,4 @@\n process.ep = cms.EndPath(process.asciiPrint)\n \n \n+-- dummy change --"},{"sha":"15e2323571b967c1e501c0c0322e291d4fc4b868","filename":"Alignment/MuonAlignment/test/test_MuonGeometryDBConverter.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Ftest%2Ftest_MuonGeometryDBConverter.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Ftest%2Ftest_MuonGeometryDBConverter.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Ftest%2Ftest_MuonGeometryDBConverter.sh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -20,3 +20,4 @@ check_for_success cmsRun ${TEST_CFG} input=ideal output=db outputFile=${TEST_DIR\n check_for_success cmsRun ${TEST_CFG} input=db output=xml inputFile=${TEST_DIR}/ideal.db outputFile=${TEST_DIR}/ideal.xml\n check_for_success cmsRun ${TEST_CFG} input=xml output=db inputFile=${TEST_DIR}/ideal.xml outputFile=${TEST_DIR}/idealXML.db\n clean_up\n+-- dummy change --"},{"sha":"c66c8f397bc843b523fdd7037c0cb0ef4dd158be","filename":"Alignment/MuonAlignment/test/theTree.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Ftest%2FtheTree.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Ftest%2FtheTree.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Ftest%2FtheTree.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -41,3 +41,4 @@ void theTree::Loop()\n // if (Cut(ientry) < 0) continue;\n }\n }\n+-- dummy change --"},{"sha":"9e2169182849d7a8ca4ec94dd666246e23d40f4d","filename":"Alignment/MuonAlignment/test/theTree.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Ftest%2FtheTree.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Ftest%2FtheTree.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Ftest%2FtheTree.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -155,3 +155,4 @@ Int_t theTree::Cut(Long64_t entry)\n return 1;\n }\n #endif // #ifdef theTree_cxx\n+-- dummy change --"},{"sha":"551e320f84662a1bbf066010b83fe17413062959","filename":"Alignment/MuonAlignment/test/x3d.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Ftest%2Fx3d.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignment%2Ftest%2Fx3d.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignment%2Ftest%2Fx3d.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -96,3 +96,4 @@ int x3d( TString cut, int showFlag )\n return 0;\n \n }\n+-- dummy change --"},{"sha":"7064690d04d464bf9f043470b0b80825531cca26","filename":"Alignment/MuonAlignmentAlgorithms/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -19,3 +19,4 @@\n \n \n \n+-- dummy change --"},{"sha":"814e70e8f5c67f0cfb523cb11e423e8b910f68f3","filename":"Alignment/MuonAlignmentAlgorithms/data/CollisionsOct2010_ME11holes.phipos","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fdata%2FCollisionsOct2010_ME11holes.phipos","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fdata%2FCollisionsOct2010_ME11holes.phipos","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fdata%2FCollisionsOct2010_ME11holes.phipos?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -10,3 +10,4 @@ ME-1/1/33 -0.70074027769804026 5e-5\n ME-1/1/35 -0.35230253199078249 5e-5\n ME-1/1/30 -1.2234373369791893 5e-5\n ME-1/1/31 -1.0490968383193273 5e-5\n+-- dummy change --"},{"sha":"c892caf9cecf81cfbbf5a4441d46227856b05891","filename":"Alignment/MuonAlignmentAlgorithms/data/CollisionsOct2010_ME11holes.phiz","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fdata%2FCollisionsOct2010_ME11holes.phiz","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fdata%2FCollisionsOct2010_ME11holes.phiz","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fdata%2FCollisionsOct2010_ME11holes.phiz?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -10,3 +10,4 @@ ME-1/1/33 -2.2680867 1e-4\n ME-1/1/35 -1.91992443 1e-4\n ME-1/1/30 -2.79169606 1e-4\n ME-1/1/31 -2.61731979 1e-4\n+-- dummy change --"},{"sha":"79bb98eb64fca8131369dfc3b1dcd1f64bc7b125","filename":"Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007.phipos","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fdata%2FPhotogrammetry2007.phipos","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fdata%2FPhotogrammetry2007.phipos","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fdata%2FPhotogrammetry2007.phipos?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -377,3 +377,4 @@ ME-4/1/15 -1.30876671173431 8.07661e-05\n ME-4/1/16 -0.960099122618993 8.07661e-05\n ME-4/1/17 -0.610540068270935 8.07661e-05\n ME-4/1/18 -0.261632939079588 8.07661e-05\n+-- dummy change --"},{"sha":"1478c7e3960b0c4e656f2ea5321f8cdd973bfd20","filename":"Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007.phiz","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fdata%2FPhotogrammetry2007.phiz","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fdata%2FPhotogrammetry2007.phiz","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fdata%2FPhotogrammetry2007.phiz?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -377,3 +377,4 @@ ME-4/1/15 0.26202518 0.000272348\n ME-4/1/16 0.61075069 0.000272348\n ME-4/1/17 0.96024607 0.000272348\n ME-4/1/18 1.31002066 0.000272348\n+-- dummy change --"},{"sha":"5efb4a9a4b1b6cc121742ab51a610c59ffb3c1d2","filename":"Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOct2010holes.phipos","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fdata%2FPhotogrammetry2007_onlyOct2010holes.phipos","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fdata%2FPhotogrammetry2007_onlyOct2010holes.phipos","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fdata%2FPhotogrammetry2007_onlyOct2010holes.phipos?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -33,3 +33,4 @@ ME-2/1/07 2.1819673168705 8.7405e-05\n ME-2/2/02 0.174028610813525 4.0291e-05\n ME-2/2/03 0.348508939517035 4.0291e-05\n ME-2/2/04 0.523045011000495 4.0291e-05\n+-- dummy change --"},{"sha":"5bd3364ad8608fb17b202ff15e6d48a1df5546df","filename":"Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOct2010holes.phiz","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fdata%2FPhotogrammetry2007_onlyOct2010holes.phiz","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fdata%2FPhotogrammetry2007_onlyOct2010holes.phiz","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fdata%2FPhotogrammetry2007_onlyOct2010holes.phiz?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -33,3 +33,4 @@ ME-2/1/07 0.61124882 0.000216782\n ME-2/2/02 -1.39732475 0.000128913\n ME-2/2/03 -1.22301656 0.000128913\n ME-2/2/04 -1.04806855 0.000128913\n+-- dummy change --"},{"sha":"2b04430d203654b512182d8b54cef68b36faca12","filename":"Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOnePerRing.phipos","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fdata%2FPhotogrammetry2007_onlyOnePerRing.phipos","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fdata%2FPhotogrammetry2007_onlyOnePerRing.phipos","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fdata%2FPhotogrammetry2007_onlyOnePerRing.phipos?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -23,3 +23,4 @@ ME-2/1/07 2.1819673168705 8.7405e-05\n ME-2/2/02 0.174028610813525 4.0291e-05\n ME-2/2/03 0.348508939517035 4.0291e-05\n ME-2/2/04 0.523045011000495 4.0291e-05\n+-- dummy change --"},{"sha":"8b54f1d9273aefcfd980a9647f5afd0593e334a3","filename":"Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOnePerRing.phiz","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fdata%2FPhotogrammetry2007_onlyOnePerRing.phiz","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fdata%2FPhotogrammetry2007_onlyOnePerRing.phiz","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fdata%2FPhotogrammetry2007_onlyOnePerRing.phiz?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -23,3 +23,4 @@ ME-2/1/07 0.61124882 0.000216782\n ME-2/2/02 -1.39732475 0.000128913\n ME-2/2/03 -1.22301656 0.000128913\n ME-2/2/04 -1.04806855 0.000128913\n+-- dummy change --"},{"sha":"ecff942b98c1028a09aa6f2f54bbc1d2660eb77b","filename":"Alignment/MuonAlignmentAlgorithms/data/SLM_test.phipos","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fdata%2FSLM_test.phipos","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fdata%2FSLM_test.phipos","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fdata%2FSLM_test.phipos?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -3,3 +3,4 @@ ME+2/2/15\t2.443964\t1e-6\n ME+2/2/20\t-2.967108\t1e-6\n ME+4/1/14\t-1.658363\t1e-6\n ME-2/2/03\t0.348400\t1e-6\n+-- dummy change --"},{"sha":"98aa9db87adc8946eac20a1f032afea703ec52ea","filename":"Alignment/MuonAlignmentAlgorithms/data/SLM_test.phiz","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fdata%2FSLM_test.phiz","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fdata%2FSLM_test.phiz","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fdata%2FSLM_test.phiz?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -3,3 +3,4 @@ ME+2/2/15\t-2.26897429\t1e-6\n ME+2/2/20\t-1.39630963\t1e-6\n ME+4/1/14\t3.05487721\t1e-6\n ME-2/2/03\t-1.22017781\t1e-6\n+-- dummy change --"},{"sha":"576493b225bb79cfea9b1b908531403a013d46e9","filename":"Alignment/MuonAlignmentAlgorithms/interface/CSCPairConstraint.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FCSCPairConstraint.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FCSCPairConstraint.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FCSCPairConstraint.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -28,3 +28,4 @@ class CSCPairConstraint {\n };\n \n #endif // Alignment_MuonAlignmentAlgorithms_CSCPairConstraint_H\n+-- dummy change --"},{"sha":"0de397dcba7caf5cab24032cd27ec499da127aaa","filename":"Alignment/MuonAlignmentAlgorithms/interface/DTMuonLocalAlignment.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FDTMuonLocalAlignment.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FDTMuonLocalAlignment.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FDTMuonLocalAlignment.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -81,3 +81,4 @@ class DTMuonLocalAlignment {\n };\n \n #endif\n+-- dummy change --"},{"sha":"0737430273b9b1bceae9c5b6feb3e0a7ef5a049c","filename":"Alignment/MuonAlignmentAlgorithms/interface/DTMuonMillepede.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FDTMuonMillepede.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FDTMuonMillepede.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FDTMuonMillepede.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -64,3 +64,4 @@ class DTMuonMillepede : public DTMuonLocalAlignment {\n };\n \n #endif\n+-- dummy change --"},{"sha":"1cf40128d838314e0afc6cc336426dbaede65aa9","filename":"Alignment/MuonAlignmentAlgorithms/interface/DTMuonSLToSL.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FDTMuonSLToSL.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FDTMuonSLToSL.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FDTMuonSLToSL.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -43,3 +43,4 @@ class DTMuonSLToSL : public DTMuonLocalAlignment {\n };\n \n #endif\n+-- dummy change --"},{"sha":"9efb0b158f8391837db882361341965e6ae77a96","filename":"Alignment/MuonAlignmentAlgorithms/interface/MuonCSCChamberResidual.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonCSCChamberResidual.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonCSCChamberResidual.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonCSCChamberResidual.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -31,3 +31,4 @@ class MuonCSCChamberResidual : public MuonHitsChamberResidual {\n };\n \n #endif // Alignment_MuonAlignmentAlgorithms_MuonCSCChamberResidual_H\n+-- dummy change --"},{"sha":"43b560ce80cdcd8b13c66887893299e436fca44f","filename":"Alignment/MuonAlignmentAlgorithms/interface/MuonChamberResidual.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonChamberResidual.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonChamberResidual.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonChamberResidual.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -118,3 +118,4 @@ class MuonChamberResidual {\n };\n \n #endif // Alignment_MuonAlignmentAlgorithms_MuonChamberResidual_H\n+-- dummy change --"},{"sha":"06514ba898aa8bec24fae8b8a7c5eb879f45a5b7","filename":"Alignment/MuonAlignmentAlgorithms/interface/MuonDT13ChamberResidual.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonDT13ChamberResidual.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonDT13ChamberResidual.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonDT13ChamberResidual.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -32,3 +32,4 @@ class MuonDT13ChamberResidual : public MuonHitsChamberResidual {\n };\n \n #endif // Alignment_MuonAlignmentAlgorithms_MuonDT13ChamberResidual_H\n+-- dummy change --"},{"sha":"2cc9e12d5b8e1f588501fb085bdd4ce282dd6487","filename":"Alignment/MuonAlignmentAlgorithms/interface/MuonDT2ChamberResidual.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonDT2ChamberResidual.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonDT2ChamberResidual.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonDT2ChamberResidual.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -30,3 +30,4 @@ class MuonDT2ChamberResidual : public MuonHitsChamberResidual {\n };\n \n #endif // Alignment_MuonAlignmentAlgorithms_MuonDT2ChamberResidual_H\n+-- dummy change --"},{"sha":"281e66e5b57555429b129dd25e73f4db0bc22867","filename":"Alignment/MuonAlignmentAlgorithms/interface/MuonHitsChamberResidual.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonHitsChamberResidual.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonHitsChamberResidual.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonHitsChamberResidual.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -59,3 +59,4 @@ class MuonHitsChamberResidual : public MuonChamberResidual {\n };\n \n #endif // Alignment_MuonAlignmentAlgorithms_MuonHitsChamberResidual_H\n+-- dummy change --"},{"sha":"0276d984d588608592f7105038a8e1211bef662b","filename":"Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals1DOFFitter.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonResiduals1DOFFitter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonResiduals1DOFFitter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonResiduals1DOFFitter.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -41,3 +41,4 @@ class MuonResiduals1DOFFitter : public MuonResidualsFitter {\n };\n \n #endif // Alignment_MuonAlignmentAlgorithms_MuonResiduals1DOFFitter_H\n+-- dummy change --"},{"sha":"844f0db6725ef84fff82880701cf5d29cabe8be9","filename":"Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals5DOFFitter.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonResiduals5DOFFitter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonResiduals5DOFFitter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonResiduals5DOFFitter.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -83,3 +83,4 @@ class MuonResiduals5DOFFitter : public MuonResidualsFitter {\n };\n \n #endif // Alignment_MuonAlignmentAlgorithms_MuonResiduals5DOFFitter_H\n+-- dummy change --"},{"sha":"1b0dddd5fd9bd4ce49c825e0b3eb45df5cdfd11b","filename":"Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals6DOFFitter.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonResiduals6DOFFitter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonResiduals6DOFFitter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonResiduals6DOFFitter.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -91,3 +91,4 @@ class MuonResiduals6DOFFitter : public MuonResidualsFitter {\n };\n \n #endif // Alignment_MuonAlignmentAlgorithms_MuonResiduals6DOFFitter_H\n+-- dummy change --"},{"sha":"7bcf7844c8e88656e75064f765c8c0ea4689f6da","filename":"Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals6DOFrphiFitter.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonResiduals6DOFrphiFitter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonResiduals6DOFrphiFitter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonResiduals6DOFrphiFitter.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -82,3 +82,4 @@ class MuonResiduals6DOFrphiFitter : public MuonResidualsFitter {\n };\n \n #endif // Alignment_MuonAlignmentAlgorithms_MuonResiduals6DOFrphiFitter_H\n+-- dummy change --"},{"sha":"2476d72ed658f4aa1e27d034d9c7478162dc125d","filename":"Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsAngleFitter.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonResidualsAngleFitter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonResidualsAngleFitter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonResidualsAngleFitter.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -41,3 +41,4 @@ class MuonResidualsAngleFitter : public MuonResidualsFitter {\n };\n \n #endif // Alignment_MuonAlignmentAlgorithms_MuonResidualsAngleFitter_H\n+-- dummy change --"},{"sha":"d01df2612eda3d77640eccc3ab00761ee42608f4","filename":"Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsBfieldAngleFitter.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonResidualsBfieldAngleFitter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonResidualsBfieldAngleFitter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonResidualsBfieldAngleFitter.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -41,3 +41,4 @@ class MuonResidualsBfieldAngleFitter : public MuonResidualsFitter {\n };\n \n #endif // Alignment_MuonAlignmentAlgorithms_MuonResidualsBfieldAngleFitter_H\n+-- dummy change --"},{"sha":"36dc71c5b1f3cf4d566e9caa78fe6ac82c33a8a1","filename":"Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsFitter.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonResidualsFitter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonResidualsFitter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonResidualsFitter.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -279,3 +279,4 @@ void MuonResidualsPositionFitter_FCN(int &npar, double *gin, double &fval, doubl\n void MuonResidualsAngleFitter_FCN(int &npar, double *gin, double &fval, double *par, int iflag);\n \n #endif // Alignment_MuonAlignmentAlgorithms_MuonResidualsFitter_H\n+-- dummy change --"},{"sha":"b2189a4b0a3c72756197454755782954e9136849","filename":"Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsFromTrack.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonResidualsFromTrack.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonResidualsFromTrack.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonResidualsFromTrack.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -115,3 +115,4 @@ class MuonResidualsFromTrack {\n };\n \n #endif // Alignment_MuonAlignmentAlgorithms_MuonResidualsFromTrack_H\n+-- dummy change --"},{"sha":"396f392e8e9d997818ba377753e51218ff2b931d","filename":"Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsPositionFitter.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonResidualsPositionFitter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonResidualsPositionFitter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonResidualsPositionFitter.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -41,3 +41,4 @@ class MuonResidualsPositionFitter : public MuonResidualsFitter {\n };\n \n #endif // Alignment_MuonAlignmentAlgorithms_MuonResidualsPositionFitter_H\n+-- dummy change --"},{"sha":"0e98db1ccd5ea049fd86e6daa8616c5319ae194c","filename":"Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsTwoBin.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonResidualsTwoBin.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonResidualsTwoBin.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonResidualsTwoBin.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -269,3 +269,4 @@ class MuonResidualsTwoBin {\n };\n \n #endif // Alignment_MuonAlignmentAlgorithms_MuonResidualsTwoBin_H\n+-- dummy change --"},{"sha":"07b72f3a9d8d0a32f427cf7688db15969309d167","filename":"Alignment/MuonAlignmentAlgorithms/interface/MuonTrackCSCChamberResidual.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonTrackCSCChamberResidual.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonTrackCSCChamberResidual.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonTrackCSCChamberResidual.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -30,3 +30,4 @@ class MuonTrackCSCChamberResidual : public MuonChamberResidual {\n };\n \n #endif // Alignment_MuonAlignmentAlgorithms_MuonTrackCSCChamberResidual_H\n+-- dummy change --"},{"sha":"2977230f6e77e038fbb711e5b8b1519fdd56c72b","filename":"Alignment/MuonAlignmentAlgorithms/interface/MuonTrackDT13ChamberResidual.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonTrackDT13ChamberResidual.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonTrackDT13ChamberResidual.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonTrackDT13ChamberResidual.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -30,3 +30,4 @@ class MuonTrackDT13ChamberResidual : public MuonChamberResidual {\n };\n \n #endif // Alignment_MuonAlignmentAlgorithms_MuonTrackDT13ChamberResidual_H\n+-- dummy change --"},{"sha":"050a904d7fe0b367db356a6e8b76be68aa9ec064","filename":"Alignment/MuonAlignmentAlgorithms/interface/MuonTrackDT2ChamberResidual.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonTrackDT2ChamberResidual.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonTrackDT2ChamberResidual.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FMuonTrackDT2ChamberResidual.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -30,3 +30,4 @@ class MuonTrackDT2ChamberResidual : public MuonChamberResidual {\n };\n \n #endif // Alignment_MuonAlignmentAlgorithms_MuonTrackDT2ChamberResidual_H\n+-- dummy change --"},{"sha":"e416967fcf16b1cd27cdac474cd81b8ec1b331f9","filename":"Alignment/MuonAlignmentAlgorithms/interface/ReadPGInfo.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FReadPGInfo.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FReadPGInfo.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FReadPGInfo.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -28,3 +28,4 @@ class ReadPGInfo {\n };\n \n #endif\n+-- dummy change --"},{"sha":"ed2de89738e00ded576aa81cb064629d07b1bb97","filename":"Alignment/MuonAlignmentAlgorithms/interface/SegmentToTrackAssociator.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FSegmentToTrackAssociator.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FSegmentToTrackAssociator.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Finterface%2FSegmentToTrackAssociator.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -63,3 +63,4 @@ class SegmentToTrackAssociator {\n };\n \n #endif\n+-- dummy change --"},{"sha":"d93fc931accd78f800b8bf7c8e25600a6a0a6c25","filename":"Alignment/MuonAlignmentAlgorithms/plugins/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fplugins%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fplugins%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fplugins%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -53,3 +53,4 @@\n \n \n \n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75?per_page=100&page=13 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:16:35 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"c4893211dd61a8ded11a1266ff2e0a668356305285c2b607c424e37c566a91ac"'), ('Last-Modified', 'Wed, 30 Apr 2025 14:08:46 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4769'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '231'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D704:49C52:56E180:58A005:681230C3')] +{"sha":"b6db3e643d2bd16deee12590d1312a3addcd2d75","node_id":"C_kwDOF83__NoAKGI2ZGIzZTY0M2QyYmQxNmRlZWUxMjU5MGQxMzEyYTNhZGRjZDJkNzU","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"message":"Test commit with many files","tree":{"sha":"d8f8da26398eca77794c2a8409031a5ab8ac23df","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/d8f8da26398eca77794c2a8409031a5ab8ac23df"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/b6db3e643d2bd16deee12590d1312a3addcd2d75","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c83ecb127f70592a95b0544c2e7e2404c9d7e440","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c83ecb127f70592a95b0544c2e7e2404c9d7e440","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c83ecb127f70592a95b0544c2e7e2404c9d7e440"}],"stats":{"total":1506,"additions":1506,"deletions":0},"files":[{"sha":"f86c540b18265ebb9c8d794b4a4d47df09955e92","filename":"Alignment/MuonAlignmentAlgorithms/plugins/CSCAlignmentCorrections.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fplugins%2FCSCAlignmentCorrections.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fplugins%2FCSCAlignmentCorrections.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fplugins%2FCSCAlignmentCorrections.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -132,3 +132,4 @@ void CSCAlignmentCorrections::applyAlignment(AlignableNavigator *alignableNaviga\n }\n }\n }\n+-- dummy change --"},{"sha":"8fffbb140024c3ebb035929769d000a30ceb8d47","filename":"Alignment/MuonAlignmentAlgorithms/plugins/CSCAlignmentCorrections.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fplugins%2FCSCAlignmentCorrections.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fplugins%2FCSCAlignmentCorrections.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fplugins%2FCSCAlignmentCorrections.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -85,3 +85,4 @@ class CSCAlignmentCorrections {\n };\n \n #endif // Alignment_MuonAlignmentAlgorithms_CSCAlignmentCorrections_H\n+-- dummy change --"},{"sha":"589023c93aefb9713e2335da42f7952c7ca1dc1c","filename":"Alignment/MuonAlignmentAlgorithms/plugins/CSCChamberFitter.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fplugins%2FCSCChamberFitter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fplugins%2FCSCChamberFitter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fplugins%2FCSCChamberFitter.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -484,3 +484,4 @@ void CSCChamberFitter::radiusCorrection(AlignableNavigator *alignableNavigator,\n }\n }\n }\n+-- dummy change --"},{"sha":"e5fd978b7b14f28e94beadb744fbed0783b59e9f","filename":"Alignment/MuonAlignmentAlgorithms/plugins/CSCChamberFitter.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fplugins%2FCSCChamberFitter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fplugins%2FCSCChamberFitter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fplugins%2FCSCChamberFitter.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -48,3 +48,4 @@ class CSCChamberFitter {\n };\n \n #endif // Alignment_MuonAlignmentAlgorithms_CSCChamberFitter_H\n+-- dummy change --"},{"sha":"1159540a3f1d1fea911017ded07309e2e8bda63f","filename":"Alignment/MuonAlignmentAlgorithms/plugins/CSCOverlapsAlignmentAlgorithm.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fplugins%2FCSCOverlapsAlignmentAlgorithm.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fplugins%2FCSCOverlapsAlignmentAlgorithm.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fplugins%2FCSCOverlapsAlignmentAlgorithm.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -468,3 +468,4 @@ void CSCOverlapsAlignmentAlgorithm::terminate(const edm::EventSetup& iSetup) {\n \n #include \"Alignment/CommonAlignmentAlgorithm/interface/AlignmentAlgorithmPluginFactory.h\"\n DEFINE_EDM_PLUGIN(AlignmentAlgorithmPluginFactory, CSCOverlapsAlignmentAlgorithm, \"CSCOverlapsAlignmentAlgorithm\");\n+-- dummy change --"},{"sha":"4c4844374e827f4bdc8ab77646e87f2c75025b0e","filename":"Alignment/MuonAlignmentAlgorithms/plugins/CSCOverlapsAlignmentAlgorithm.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fplugins%2FCSCOverlapsAlignmentAlgorithm.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fplugins%2FCSCOverlapsAlignmentAlgorithm.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fplugins%2FCSCOverlapsAlignmentAlgorithm.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -159,3 +159,4 @@ class CSCOverlapsAlignmentAlgorithm : public AlignmentAlgorithmBase {\n TH1F *m_histP100;\n TH1F *m_histP1000;\n };\n+-- dummy change --"},{"sha":"0364ff3d79e20a04e2d6e22579803e4cbc83f557","filename":"Alignment/MuonAlignmentAlgorithms/plugins/CSCOverlapsBeamSplashCut.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fplugins%2FCSCOverlapsBeamSplashCut.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fplugins%2FCSCOverlapsBeamSplashCut.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fplugins%2FCSCOverlapsBeamSplashCut.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -93,3 +93,4 @@ bool CSCOverlapsBeamSplashCut::filter(edm::Event& iEvent, const edm::EventSetup&\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(CSCOverlapsBeamSplashCut);\n+-- dummy change --"},{"sha":"8abdff05fdf1472474d5a963a13499a0942311c3","filename":"Alignment/MuonAlignmentAlgorithms/plugins/CSCOverlapsTrackPreparation.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fplugins%2FCSCOverlapsTrackPreparation.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fplugins%2FCSCOverlapsTrackPreparation.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fplugins%2FCSCOverlapsTrackPreparation.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -214,3 +214,4 @@ void CSCOverlapsTrackPreparation::endJob() {}\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(CSCOverlapsTrackPreparation);\n+-- dummy change --"},{"sha":"2faa58c401662b011500b13897f5d324718e2fbd","filename":"Alignment/MuonAlignmentAlgorithms/plugins/CSCPairResidualsConstraint.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fplugins%2FCSCPairResidualsConstraint.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fplugins%2FCSCPairResidualsConstraint.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fplugins%2FCSCPairResidualsConstraint.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -749,3 +749,4 @@ bool CSCPairResidualsConstraint::isFiducial(std::vector\" %s > %s' % (options.xml, options.xml+\".tmp\"))\n os.system('cat %s %s > %s' % (options.xml+\".tmp\", options.xml+\".ring\", options.xml+\".ring.xml\") )\n os.system('rm %s %s' % (options.xml+\".tmp\", options.xml+\".ring\") )\n+-- dummy change --"},{"sha":"bc7561627fa942fa88dcbd4dc235548d0ef3880e","filename":"Alignment/MuonAlignmentAlgorithms/scripts/alignmentValidation.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FalignmentValidation.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FalignmentValidation.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FalignmentValidation.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1045,3 +1045,4 @@ def dirToID(d):\n createCanvasesList(\"canvases_list.js\")\n pic_ids = createCanvasToIDList(\"canvas2id_list.js\")\n doTests(iterN_reports, pic_ids, \"mu_list.js\",\"dqm_report.js\",options.runLabel)\n+-- dummy change --"},{"sha":"9e23484e2a4ea47e3590559f88dcb6d54fd3a665","filename":"Alignment/MuonAlignmentAlgorithms/scripts/applyRadialCorrections.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FapplyRadialCorrections.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FapplyRadialCorrections.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FapplyRadialCorrections.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -54,3 +54,4 @@\n \n \n \"\"\" % vars())\n+-- dummy change --"},{"sha":"61b0c6405519c09fb6a6e58a850e7dad0de4cff4","filename":"Alignment/MuonAlignmentAlgorithms/scripts/auto_gallery.php","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2Fauto_gallery.php","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2Fauto_gallery.php","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2Fauto_gallery.php?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -52,3 +52,4 @@\n \n \n \n+-- dummy change --"},{"sha":"736b23c8fddc860925a20c961ca1acac6a247767","filename":"Alignment/MuonAlignmentAlgorithms/scripts/combineBlockFiles.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FcombineBlockFiles.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FcombineBlockFiles.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FcombineBlockFiles.sh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -32,3 +32,4 @@ done\n \n echo \"print 'number of file blocks = ', len(fileNamesBlocks)\" >> $1\n \n+-- dummy change --"},{"sha":"3de2e5b56cc38e4339e0b76034058fe19c24c7a5","filename":"Alignment/MuonAlignmentAlgorithms/scripts/convertSQLiteXML.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FconvertSQLiteXML.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FconvertSQLiteXML.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FconvertSQLiteXML.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -150,3 +150,4 @@\n print(\"problem: cmsRun exited with code:\", exit_code)\n else: \n os.system(\"rm tmp_converter_cfg.py\")\n+-- dummy change --"},{"sha":"d3da75023b4f39552ba186e3887c7471eb386aa2","filename":"Alignment/MuonAlignmentAlgorithms/scripts/corrVsCorr.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FcorrVsCorr.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FcorrVsCorr.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FcorrVsCorr.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -122,3 +122,4 @@ def CSCE2(csc, endcap, station, ring, chamber): return CSC(csc, endcap, station,\n if len(options.filename)>0: filename = options.filename\n else: filename = \"corrVsCorr_\"+options.label+\"_\"+options.selection+\".png\"\n c1.Print(filename)\n+-- dummy change --"},{"sha":"2211bb46214e709fe0cc89e31402cca50c58481b","filename":"Alignment/MuonAlignmentAlgorithms/scripts/createBeamHaloJobs.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FcreateBeamHaloJobs.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FcreateBeamHaloJobs.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FcreateBeamHaloJobs.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -446,3 +446,4 @@\n bsubfile.append(\"\")\n file(options.submitJobs, \"w\").write(\"\\n\".join(bsubfile))\n os.system(\"chmod +x %s\" % options.submitJobs)\n+-- dummy change --"},{"sha":"befda02c8008ccc0033565214ce2c6717a231f14","filename":"Alignment/MuonAlignmentAlgorithms/scripts/createCSCRingsJobs.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FcreateCSCRingsJobs.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FcreateCSCRingsJobs.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FcreateCSCRingsJobs.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -563,3 +563,4 @@\n file(options.submitJobs, \"w\").write(\"\\n\".join(bsubfile))\n os.system(\"chmod +x %s\" % options.submitJobs)\n \n+-- dummy change --"},{"sha":"b2f6db288b5888f160c3e06d882993f7e2ce8387","filename":"Alignment/MuonAlignmentAlgorithms/scripts/createJobs.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FcreateJobs.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FcreateJobs.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FcreateJobs.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -754,3 +754,4 @@ def writeValidationCfg(fname, my_vars):\n \n file(options.submitJobs, \"w\").write(\"\\n\".join(bsubfile))\n os.system(\"chmod +x %s\" % options.submitJobs)\n+-- dummy change --"},{"sha":"6d12dd96fb468e4575c9acda1f4202674d62f7b8","filename":"Alignment/MuonAlignmentAlgorithms/scripts/createTree.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FcreateTree.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FcreateTree.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FcreateTree.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -213,3 +213,4 @@ def parseDir(dir,label,it1=\"\",itN=\"\"):\n print(\"var TREE_ITEMS = \", file=ff)\n json.dump(mytree,ff)\n ff.close()\n+-- dummy change --"},{"sha":"43a6a46f1d6bc3cd6c5a67e4340e1645a8cc484e","filename":"Alignment/MuonAlignmentAlgorithms/scripts/diffTwoXMLs.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FdiffTwoXMLs.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FdiffTwoXMLs.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FdiffTwoXMLs.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -87,3 +87,4 @@ def CSCE2(csc, endcap, station, ring, chamber): return csc == \"CSC\" and endcap==\n \n c1.Update()\n c1.Print(\"diffTwoXMLs_%s_%s.png\" % (label, selection))\n+-- dummy change --"},{"sha":"87bb74bfc985e10f1335a3438c26629b0510973d","filename":"Alignment/MuonAlignmentAlgorithms/scripts/findQualityFiles.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FfindQualityFiles.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FfindQualityFiles.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FfindQualityFiles.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -456,3 +456,4 @@ def getJSONGoodRuns():\n ff.write(']\\n')\n ff.close()\n \n+-- dummy change --"},{"sha":"86ea7424062b38d9024c716694d0f44638cc0e3d","filename":"Alignment/MuonAlignmentAlgorithms/scripts/geometryDiffVisualizer.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FgeometryDiffVisualizer.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FgeometryDiffVisualizer.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FgeometryDiffVisualizer.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -48,3 +48,4 @@\n draw_disk(g2, g1, 2, 2, pfx+\"e2_st2_CSC.svg\", length_factor=sf_csc, angle_factor=sf_csc, template_dir=svg_template_dir)\n draw_disk(g2, g1, 2, 3, pfx+\"e2_st3_CSC.svg\", length_factor=sf_csc, angle_factor=sf_csc, template_dir=svg_template_dir)\n draw_disk(g2, g1, 2, 4, pfx+\"e2_st4_CSC.svg\", length_factor=sf_csc, angle_factor=sf_csc, template_dir=svg_template_dir)\n+-- dummy change --"},{"sha":"9a906f76b9c1d715a409a222d95f2f5bebd77857","filename":"Alignment/MuonAlignmentAlgorithms/scripts/groupFilesInBlocks.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FgroupFilesInBlocks.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FgroupFilesInBlocks.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FgroupFilesInBlocks.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -182,3 +182,4 @@ def makeJobBlock(mylist, evtn):\n fout.write(' ]'+commax+'\\n')\n fout.write(']\\n')\n fout.close()\n+-- dummy change --"},{"sha":"bc5884b0d8a7093138b727ab8353b9b0fb3532ef","filename":"Alignment/MuonAlignmentAlgorithms/scripts/motionPolicyChamber.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FmotionPolicyChamber.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FmotionPolicyChamber.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FmotionPolicyChamber.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -238,3 +238,4 @@ def loopover(muSystem):\n if DO_CSC: loopover(\"CSC\")\n \n geom0.xml(file(theOutXML, \"w\"))\n+-- dummy change --"},{"sha":"359a090b7aa8e3798fc98dfc619a054da5177c95","filename":"Alignment/MuonAlignmentAlgorithms/scripts/mutypes.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2Fmutypes.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2Fmutypes.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2Fmutypes.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -95,3 +95,4 @@\n \t\t[\"MB-ALL/4\",'4', 14]]\n \t]\n ];\n+-- dummy change --"},{"sha":"1eeb72baf8e76cc64b862e1e204a8c1bacfab6fa","filename":"Alignment/MuonAlignmentAlgorithms/scripts/phiedges_fitfunctions.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2Fphiedges_fitfunctions.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2Fphiedges_fitfunctions.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2Fphiedges_fitfunctions.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -132,3 +132,4 @@ void fitFunctionsInit()\n }\n \n */\n+-- dummy change --"},{"sha":"a9b661d80acedba21363ea675422102cce3c1dd2","filename":"Alignment/MuonAlignmentAlgorithms/scripts/plotscripts.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2Fplotscripts.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2Fplotscripts.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2Fplotscripts.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -3762,3 +3762,4 @@ def corrections2D(reportsX=None, reportsY=None, geometry0=None, geometryX=None,\n \n #return hx, hy, hphiy, hphiz, pca_x, pca_y, pca_phiy, pca_phiz\n return aaa\n+-- dummy change --"},{"sha":"f199118e32f3a80195321aeb876cede68cdfce1d","filename":"Alignment/MuonAlignmentAlgorithms/scripts/relativeConstraints.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FrelativeConstraints.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FrelativeConstraints.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FrelativeConstraints.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -93,3 +93,4 @@\n print(\" fitter.alignables.append(\\\"%(frameName)s\\\")\" % vars())\n for line in byRing[ringName]:\n print(\" fitter.constraints.append(%(line)s)\" % vars())\n+-- dummy change --"},{"sha":"65ba2c464ad8626868d273f444bf073dd8342e71","filename":"Alignment/MuonAlignmentAlgorithms/scripts/reportVsReport.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FreportVsReport.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FreportVsReport.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FreportVsReport.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -99,3 +99,4 @@ def CSCE2(csc, endcap, station, ring, chamber): return CSC(csc, endcap, station,\n if len(options.filename)>0: filename = options.filename\n else: filename = \"reportVsReport_\"+options.label+\"_\"+options.selection+\".png\"\n c1.Print(filename)\n+-- dummy change --"},{"sha":"004c999ca4d214d8e414d1a1268320d7770d2eb9","filename":"Alignment/MuonAlignmentAlgorithms/scripts/signConventions.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FsignConventions.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FsignConventions.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FsignConventions.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -862,3 +862,4 @@\n (\"CSC\", 2, 4, 2, 34): (1, 1, -1, 526.5, -0.523599, -1037.34),\n (\"CSC\", 2, 4, 2, 36): (1, 1, -1, 526.5, -0.174533, -1037.34),\n }\n+-- dummy change --"},{"sha":"fa5c3b4af55a1a9703bfa3c08cd831f82e907a39","filename":"Alignment/MuonAlignmentAlgorithms/scripts/wrapperExtraPlots.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FwrapperExtraPlots.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FwrapperExtraPlots.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fscripts%2FwrapperExtraPlots.sh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -173,3 +173,4 @@ if [ $tgz == 1 ]; then\n tar czvf \"$1.tgz\" $d/\n fi\n \n+-- dummy change --"},{"sha":"926a692489fc3da63e6b62e5de6f336d2a434682","filename":"Alignment/MuonAlignmentAlgorithms/src/DTMuonLocalAlignment.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FDTMuonLocalAlignment.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FDTMuonLocalAlignment.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FDTMuonLocalAlignment.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -64,3 +64,4 @@ void DTMuonLocalAlignment::setBranchAddressTree() {\n tali->SetBranchAddress(\"sl\", sl);\n tali->SetBranchAddress(\"la\", la);\n }\n+-- dummy change --"},{"sha":"ac9d62580b17efa1560f014f7283a8642d08aa6d","filename":"Alignment/MuonAlignmentAlgorithms/src/DTMuonMillepede.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FDTMuonMillepede.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FDTMuonMillepede.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FDTMuonMillepede.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -837,3 +837,4 @@ void DTMuonMillepede::setBranchTree() {\n ttreeOutput->Branch(\"phiy\", phiy, \"phiy[12]/F\");\n ttreeOutput->Branch(\"phiz\", phiz, \"phiz[12]/F\");\n }\n+-- dummy change --"},{"sha":"2175e691d59c5c5ef9865c27be82ab83943399c1","filename":"Alignment/MuonAlignmentAlgorithms/src/DTMuonSLToSL.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FDTMuonSLToSL.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FDTMuonSLToSL.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FDTMuonSLToSL.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -160,3 +160,4 @@ void DTMuonSLToSL::setBranchTree() {\n ttreeOutput->Branch(\"phiy\", &phiy, \"phiy/F\");\n ttreeOutput->Branch(\"cov\", cov, \"cov[3][3]/F\");\n }\n+-- dummy change --"},{"sha":"af0a672868a98801ca12bbd71a089a914971f7d2","filename":"Alignment/MuonAlignmentAlgorithms/src/MuonCSCChamberResidual.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonCSCChamberResidual.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonCSCChamberResidual.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonCSCChamberResidual.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -115,3 +115,4 @@ void MuonCSCChamberResidual::addResidual(edm::ESHandle prop,\n if (m_numHits > 1)\n segment_fit();\n }\n+-- dummy change --"},{"sha":"b5f8d9fc0e36499a9cd52463269e1cacb6e0726d","filename":"Alignment/MuonAlignmentAlgorithms/src/MuonChamberResidual.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonChamberResidual.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonChamberResidual.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonChamberResidual.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -79,3 +79,4 @@ double MuonChamberResidual::hitposition(int i) const {\n } else\n assert(false);\n }\n+-- dummy change --"},{"sha":"cd279d7db29a3d5fa47c0b6d7447bd6b50dc6844","filename":"Alignment/MuonAlignmentAlgorithms/src/MuonDT13ChamberResidual.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonDT13ChamberResidual.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonDT13ChamberResidual.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonDT13ChamberResidual.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -95,3 +95,4 @@ void MuonDT13ChamberResidual::addResidual(edm::ESHandle prop,\n if (m_numHits > 1)\n segment_fit();\n }\n+-- dummy change --"},{"sha":"c86e594fcc45ac44ddced577e53e7ea17873dba4","filename":"Alignment/MuonAlignmentAlgorithms/src/MuonDT2ChamberResidual.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonDT2ChamberResidual.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonDT2ChamberResidual.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonDT2ChamberResidual.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -93,3 +93,4 @@ void MuonDT2ChamberResidual::addResidual(edm::ESHandle prop,\n if (m_numHits > 1)\n segment_fit();\n }\n+-- dummy change --"},{"sha":"f2dfdf9284d404d35d91a7ea29fcdc8d0718e606","filename":"Alignment/MuonAlignmentAlgorithms/src/MuonHitsChamberResidual.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonHitsChamberResidual.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonHitsChamberResidual.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonHitsChamberResidual.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -91,3 +91,4 @@ void MuonHitsChamberResidual::segment_fit() {\n m_ChambW = m_chamber_width;\n m_Chambl = m_chamber_length;\n }\n+-- dummy change --"},{"sha":"90ed57a7e1b3a563ab518df08ecb169f5bd94a5e","filename":"Alignment/MuonAlignmentAlgorithms/src/MuonResiduals1DOFFitter.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonResiduals1DOFFitter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonResiduals1DOFFitter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonResiduals1DOFFitter.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -229,3 +229,4 @@ double MuonResiduals1DOFFitter::plot(std::string name, TFileDirectory *dir, Alig\n \n return (ndof > 0. ? chi2 / ndof : -1.);\n }\n+-- dummy change --"},{"sha":"ca574e5177ea5848d76973a0d5eb0f8eda2f6368","filename":"Alignment/MuonAlignmentAlgorithms/src/MuonResiduals5DOFFitter.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonResiduals5DOFFitter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonResiduals5DOFFitter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonResiduals5DOFFitter.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -651,3 +651,4 @@ TTree *MuonResiduals5DOFFitter::readNtuple(\n //delete tmpf;\n return tt;\n }\n+-- dummy change --"},{"sha":"ddf0d7b6519d8aadd96866f92e90544100b160e7","filename":"Alignment/MuonAlignmentAlgorithms/src/MuonResiduals6DOFFitter.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonResiduals6DOFFitter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonResiduals6DOFFitter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonResiduals6DOFFitter.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1073,3 +1073,4 @@ TTree *MuonResiduals6DOFFitter::readNtuple(\n //delete tmpf;\n return tt;\n }\n+-- dummy change --"},{"sha":"a49663e664630e9813f87d72f9315182c98d6324","filename":"Alignment/MuonAlignmentAlgorithms/src/MuonResiduals6DOFrphiFitter.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonResiduals6DOFrphiFitter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonResiduals6DOFrphiFitter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonResiduals6DOFrphiFitter.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -707,3 +707,4 @@ TTree *MuonResiduals6DOFrphiFitter::readNtuple(std::string fname,\n //delete tmpf;\n return tt;\n }\n+-- dummy change --"},{"sha":"5cf80a7e8e79a126cb0bead6cd1c3bb6b22b7b03","filename":"Alignment/MuonAlignmentAlgorithms/src/MuonResidualsAngleFitter.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonResidualsAngleFitter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonResidualsAngleFitter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonResidualsAngleFitter.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -202,3 +202,4 @@ double MuonResidualsAngleFitter::plot(std::string name, TFileDirectory *dir, Ali\n \n return 0.;\n }\n+-- dummy change --"},{"sha":"888575ba8d59324bcc05cfa0c894a5ac7f28b948","filename":"Alignment/MuonAlignmentAlgorithms/src/MuonResidualsBfieldAngleFitter.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonResidualsBfieldAngleFitter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonResidualsBfieldAngleFitter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonResidualsBfieldAngleFitter.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -220,3 +220,4 @@ double MuonResidualsBfieldAngleFitter::plot(std::string name, TFileDirectory *di\n \n return 0.;\n }\n+-- dummy change --"},{"sha":"93f2599c0d1a614e3e75fd99b3874378816e9169","filename":"Alignment/MuonAlignmentAlgorithms/src/MuonResidualsFitter.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonResidualsFitter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonResidualsFitter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonResidualsFitter.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -907,3 +907,4 @@ void MuonResidualsFitter::eraseNotSelectedResiduals() {\n std::cout << \"residuals size after eraseNotSelectedResiduals =\" << m_residuals.size()\n << \" ok size=\" << m_residuals_ok.size() << std::endl;\n }\n+-- dummy change --"},{"sha":"d39afeeaf3ed8aa6dd3c5085fed4b48356ddf979","filename":"Alignment/MuonAlignmentAlgorithms/src/MuonResidualsFromTrack.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonResidualsFromTrack.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonResidualsFromTrack.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonResidualsFromTrack.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -842,3 +842,4 @@ TMatrixD MuonResidualsFromTrack::choleskyCorrMatrix(DetId chamberId) {\n std::cout << \"MuonResidualsFromTrack:: corr decomposition failed!\" << std::endl;\n return result;\n }\n+-- dummy change --"},{"sha":"e4b321b5a2efba95ac443533701c11015dbe2012","filename":"Alignment/MuonAlignmentAlgorithms/src/MuonResidualsPositionFitter.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonResidualsPositionFitter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonResidualsPositionFitter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonResidualsPositionFitter.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -227,3 +227,4 @@ double MuonResidualsPositionFitter::plot(std::string name, TFileDirectory *dir,\n \n return 0.;\n }\n+-- dummy change --"},{"sha":"edf47daefd894e497c6ce30343f630d8bc4038e1","filename":"Alignment/MuonAlignmentAlgorithms/src/MuonTrackCSCChamberResidual.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonTrackCSCChamberResidual.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonTrackCSCChamberResidual.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FMuonTrackCSCChamberResidual.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -61,3 +61,4 @@ void MuonTrackCSCChamberResidual::setSegmentResidual(const reco::MuonChamberMatc\n //std::cout<<\"csc trk \"<Get(\"matrix_layer\");\n return *Survey;\n }\n+-- dummy change --"},{"sha":"250b317423e174fb23aebb54a41c9e1ad20193b5","filename":"Alignment/MuonAlignmentAlgorithms/src/SegmentToTrackAssociator.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FSegmentToTrackAssociator.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FSegmentToTrackAssociator.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fsrc%2FSegmentToTrackAssociator.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -172,3 +172,4 @@ MuonTransientTrackingRecHit::MuonRecHitContainer SegmentToTrackAssociator::assoc\n \n return SelectedSegments;\n }\n+-- dummy change --"},{"sha":"566551ae0353fc6bb9df5b6b5f86302e5fdd0522","filename":"Alignment/MuonAlignmentAlgorithms/test/APE1000cm.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Ftest%2FAPE1000cm.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Ftest%2FAPE1000cm.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Ftest%2FAPE1000cm.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -7942,3 +7942,4 @@\n \n \n \n+-- dummy change --"},{"sha":"7bd1f061ab943c7f75cdfe777627fd37a9f8d0f1","filename":"Alignment/MuonAlignmentAlgorithms/test/browser/display_mechanics.js","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Ftest%2Fbrowser%2Fdisplay_mechanics.js","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Ftest%2Fbrowser%2Fdisplay_mechanics.js","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Ftest%2Fbrowser%2Fdisplay_mechanics.js?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -2115,3 +2115,4 @@ document.onkeyup = handleArrowKeys;\n get_element = document.all ?\n \tfunction (s_id) { return document.all[s_id] } :\n \tfunction (s_id) { return document.getElementById(s_id) };\n+-- dummy change --"},{"sha":"80d85753b235b14b6717205fcd352486629f31cc","filename":"Alignment/MuonAlignmentAlgorithms/test/browser/index.html","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Ftest%2Fbrowser%2Findex.html","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Ftest%2Fbrowser%2Findex.html","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Ftest%2Fbrowser%2Findex.html?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -467,3 +467,4 @@\n \r\n \r\n \r\n+-- dummy change --"},{"sha":"23d42602ea4cf821e3abdea4fc7a5576b90b7fe6","filename":"Alignment/MuonAlignmentAlgorithms/test/browser/tree.html","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Ftest%2Fbrowser%2Ftree.html","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Ftest%2Fbrowser%2Ftree.html","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Ftest%2Fbrowser%2Ftree.html?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -21,3 +21,4 @@\n \n \n \n+-- dummy change --"},{"sha":"807333ece9ba1f1b4de9333e0ba3c7feecc0e0c6","filename":"Alignment/MuonAlignmentAlgorithms/test/browser/tree.js","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Ftest%2Fbrowser%2Ftree.js","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Ftest%2Fbrowser%2Ftree.js","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Ftest%2Fbrowser%2Ftree.js?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1 +1,2 @@\n function tree(tm0,tm1){this.tm2=tm1;this.tm3=tm0;this.tm4=this;this.tm5=[];this.tm6=null;this.tm7=-1;var tm8=new Image(),tm9=new Image();tm8.src=tm1['icon_e'];tm9.src=tm1['icon_l'];tm1['im_e']=tm8;tm1['im_l']=tm9;for(var i=0;i<64;i++)if(tm1['icon_'+i]){var tmA=new Image();tm1['im_'+i]=tmA;tmA.src=tm1['icon_'+i]}this.tmB=function(tmC){var tmD=this.tm5[tmC];tmD.tmE(tmD.tmF)};this.tmG=function(tmC){return this.tm5[tmC].tmG()};this.tmH=function(tmC){this.tm5[tmC].tmI(true)};this.tmJ=function(tmC){this.tm5[tmC].tmI()};this.tmK=[];for(var i=0;i1;i--){tme[i]='';tmf=tmf.tmN}return '
'+(this.tm7?tme.join('')+(this.tmK.length?'':''):'')+''+this.tm3[0]+'
'+(this.tmK.length?'
':'')}function tmQ(tmg){return this.tm4.tm2['icon_'+((this.tm7?0:32)+(this.tmK.length?16:0)+(this.tmK.length&&this.tmF?8:0)+(!tmg&&this.tm4.tm6==this?4:0)+(tmg?2:0)+(tmg&&this.tmV()?1:0))]}var trees=[];tmY=document.all?function(tmh){return document.all[tmh]}:function(tmh){return document.getElementById(tmh)};\n+-- dummy change --"},{"sha":"ea237e2f3ee88d687366d138769f32757880283b","filename":"Alignment/MuonAlignmentAlgorithms/test/browser/tree_index.html","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Ftest%2Fbrowser%2Ftree_index.html","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Ftest%2Fbrowser%2Ftree_index.html","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Ftest%2Fbrowser%2Ftree_index.html?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -9,3 +9,4 @@\n \n \n \n+-- dummy change --"},{"sha":"67c52e5a30ed824c60e79b9944108345308cd12a","filename":"Alignment/MuonAlignmentAlgorithms/test/browser/tree_items.js","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Ftest%2Fbrowser%2Ftree_items.js","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Ftest%2Fbrowser%2Ftree_items.js","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Ftest%2Fbrowser%2Ftree_items.js?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75"},{"sha":"b30edef6cdb9d9f15fef38d70a652dbdbb7ce19e","filename":"Alignment/MuonAlignmentAlgorithms/test/browser/tree_tpl.js","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Ftest%2Fbrowser%2Ftree_tpl.js","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Ftest%2Fbrowser%2Ftree_tpl.js","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Ftest%2Fbrowser%2Ftree_tpl.js?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -21,3 +21,4 @@ var TREE_TPL = {\n 'icon_26' : 'http://www.phys.ufl.edu/~barashko/dqm/icons/minusbottom.gif',\n 'icon_27' : 'http://www.phys.ufl.edu/~barashko/dqm/icons/minus.gif'\n };\n+-- dummy change --"},{"sha":"e626148763d15aa2b382d0bc7dccf26461c71b41","filename":"Alignment/MuonAlignmentAlgorithms/test/convert_APE1000cm_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Ftest%2Fconvert_APE1000cm_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Ftest%2Fconvert_APE1000cm_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Ftest%2Fconvert_APE1000cm_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1,3 +1,4 @@\n from Alignment.MuonAlignment.convertXMLtoSQLite_cfg import *\n process.MuonGeometryDBConverter.fileName = \"Alignment/MuonAlignmentAlgorithms/test/APE1000cm.xml\"\n process.PoolDBOutputService.connect = \"sqlite_file:APE1000cm.db\"\n+-- dummy change --"},{"sha":"c966a3bb61746354bb0f68e6576c86a1abc7d635","filename":"Alignment/MuonAlignmentAlgorithms/test/test_CSCOverlapsAlignmentAlgorithm_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Ftest%2Ftest_CSCOverlapsAlignmentAlgorithm_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FMuonAlignmentAlgorithms%2Ftest%2Ftest_CSCOverlapsAlignmentAlgorithm_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Ftest%2Ftest_CSCOverlapsAlignmentAlgorithm_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -203,3 +203,4 @@\n cms.PSet(record = cms.string(\"DTAlignmentErrorExtendedRcd\"), tag = cms.string(\"DTAlignmentErrorExtendedRcd\")),\n cms.PSet(record = cms.string(\"CSCAlignmentRcd\"), tag = cms.string(\"CSCAlignmentRcd\")),\n cms.PSet(record = cms.string(\"CSCAlignmentErrorExtendedRcd\"), tag = cms.string(\"CSCAlignmentErrorExtendedRcd\"))))\n+-- dummy change --"},{"sha":"559ffde4b25e0f2cd87255297f22e8abeec22fd0","filename":"Alignment/OfflineValidation/bin/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fbin%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -22,3 +22,4 @@\n \n \n \n+-- dummy change --"},{"sha":"6b234aa887ab125d6d897515c13d00d0f11c9759","filename":"Alignment/OfflineValidation/bin/DMRmerge.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FDMRmerge.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FDMRmerge.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fbin%2FDMRmerge.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -140,3 +140,4 @@ int merge(int argc, char* argv[]) {\n #ifndef DOXYGEN_SHOULD_SKIP_THIS\n int main(int argc, char* argv[]) { return exceptions(argc, argv); }\n #endif\n+-- dummy change --"},{"sha":"cdefbdfd4292d72ca7cd28194eab94c67fa3cdfe","filename":"Alignment/OfflineValidation/bin/DMRsingle.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FDMRsingle.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FDMRsingle.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fbin%2FDMRsingle.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -37,3 +37,4 @@ int single(int argc, char* argv[]) {\n #ifndef DOXYGEN_SHOULD_SKIP_THIS\n int main(int argc, char* argv[]) { return exceptions(argc, argv); }\n #endif\n+-- dummy change --"},{"sha":"c83a88661ef3351de9dfc68cbfa0f7a5a548ac86","filename":"Alignment/OfflineValidation/bin/DMRtrends.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FDMRtrends.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FDMRtrends.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fbin%2FDMRtrends.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -257,3 +257,4 @@ int trends(int argc, char *argv[]) {\n #ifndef DOXYGEN_SHOULD_SKIP_THIS\n int main(int argc, char *argv[]) { return exceptions(argc, argv); }\n #endif\n+-- dummy change --"},{"sha":"f30efbf84d58c4d055fdc90379a2083e436f3a47","filename":"Alignment/OfflineValidation/bin/DiMuonVmerge.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FDiMuonVmerge.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FDiMuonVmerge.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fbin%2FDiMuonVmerge.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -72,3 +72,4 @@ int merge(int argc, char* argv[]) {\n #ifndef DOXYGEN_SHOULD_SKIP_THIS\n int main(int argc, char* argv[]) { return exceptions(argc, argv); }\n #endif\n+-- dummy change --"},{"sha":"59e5e97fec85e91080695c92625633de49564478","filename":"Alignment/OfflineValidation/bin/GCP.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FGCP.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FGCP.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fbin%2FGCP.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -245,3 +245,4 @@ int GCP(int argc, char* argv[]) {\n #ifndef DOXYGEN_SHOULD_SKIP_THIS\n int main(int argc, char* argv[]) { return exceptions(argc, argv); }\n #endif\n+-- dummy change --"},{"sha":"c7fd2849ed8849243d85b893dce5daf63867e08c","filename":"Alignment/OfflineValidation/bin/GCPtrends.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FGCPtrends.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FGCPtrends.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fbin%2FGCPtrends.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -273,3 +273,4 @@ int main(int argc, char *argv[]) {\n \n return 0;\n }\n+-- dummy change --"},{"sha":"e9258b8b834173ac473560f7c19358fe044792bc","filename":"Alignment/OfflineValidation/bin/GenericVmerge.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FGenericVmerge.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FGenericVmerge.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fbin%2FGenericVmerge.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -71,3 +71,4 @@ int merge(int argc, char* argv[]) {\n #ifndef DOXYGEN_SHOULD_SKIP_THIS\n int main(int argc, char* argv[]) { return exceptions(argc, argv); }\n #endif\n+-- dummy change --"},{"sha":"ffcabfa5207917c16a4bfddc830cdc9bb17c9184","filename":"Alignment/OfflineValidation/bin/JDrawer.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FJDrawer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FJDrawer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fbin%2FJDrawer.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1164,3 +1164,4 @@ class JDrawer {\n };\n \n #endif\n+-- dummy change --"},{"sha":"30f1646e139b78f5e6d7274dd85fd9efca4c5135","filename":"Alignment/OfflineValidation/bin/JetHtPlotConfiguration.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FJetHtPlotConfiguration.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FJetHtPlotConfiguration.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fbin%2FJetHtPlotConfiguration.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1550,3 +1550,4 @@ std::string JetHtPlotConfiguration::expandEnvironmentVariables(const std::string\n autoExpandEnvironmentVariables(text);\n return text;\n }\n+-- dummy change --"},{"sha":"405f62d3547561f9fc5084af2b51d51ee6c040a9","filename":"Alignment/OfflineValidation/bin/JetHtPlotConfiguration.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FJetHtPlotConfiguration.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FJetHtPlotConfiguration.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fbin%2FJetHtPlotConfiguration.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -293,3 +293,4 @@ class JetHtPlotConfiguration {\n };\n \n #endif\n+-- dummy change --"},{"sha":"ebcbda8e7d2aeac24e80c2ace63ba9937c83a9a9","filename":"Alignment/OfflineValidation/bin/MTSmerge.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FMTSmerge.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FMTSmerge.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fbin%2FMTSmerge.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -85,3 +85,4 @@ int merge(int argc, char* argv[]) {\n #ifndef DOXYGEN_SHOULD_SKIP_THIS\n int main(int argc, char* argv[]) { return exceptions(argc, argv); }\n #endif\n+-- dummy change --"},{"sha":"da024e7b4d17eaa6b71536dc6cdb3f9eac884bbc","filename":"Alignment/OfflineValidation/bin/Options.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FOptions.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FOptions.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fbin%2FOptions.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -121,3 +121,4 @@ namespace AllInOneConfig {\n }\n \n } // end of namespace AllInOneConfig\n+-- dummy change --"},{"sha":"f460b8394147e828989afada463a1c070e0c02c3","filename":"Alignment/OfflineValidation/bin/Options.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FOptions.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FOptions.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fbin%2FOptions.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -19,3 +19,4 @@ namespace AllInOneConfig {\n };\n \n } // namespace AllInOneConfig\n+-- dummy change --"},{"sha":"6511b045a76ac3c6c5e83f378279aa26e4ea15e6","filename":"Alignment/OfflineValidation/bin/PVmerge.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FPVmerge.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FPVmerge.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fbin%2FPVmerge.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -149,3 +149,4 @@ int merge(int argc, char* argv[]) {\n #ifndef DOXYGEN_SHOULD_SKIP_THIS\n int main(int argc, char* argv[]) { return exceptions(argc, argv); }\n #endif\n+-- dummy change --"},{"sha":"35296005a445bf06de7f41b71591296bc2b72b8a","filename":"Alignment/OfflineValidation/bin/PVtrends.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FPVtrends.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FPVtrends.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fbin%2FPVtrends.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -206,3 +206,4 @@ int trends(int argc, char *argv[]) {\n #ifndef DOXYGEN_SHOULD_SKIP_THIS\n int main(int argc, char *argv[]) { return exceptions(argc, argv); }\n #endif\n+-- dummy change --"},{"sha":"21e40443ede9d47abcfb021832928877fa06b2a9","filename":"Alignment/OfflineValidation/bin/README.md","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FREADME.md","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FREADME.md","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fbin%2FREADME.md?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -30,3 +30,4 @@ Please note:\n - The Year string is currently used to identify the correct lumi-per-run files to read and to select the High Level Structures and the number of layers/disks per structure\n \n For questions regarding the tool please contact: andrea.cardini@desy.de\n+-- dummy change --"},{"sha":"4a21ee65541cff1a259ee13288a674d9fe9025fb","filename":"Alignment/OfflineValidation/bin/SplitVmerge.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FSplitVmerge.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FSplitVmerge.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fbin%2FSplitVmerge.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -55,3 +55,4 @@ int merge(int argc, char* argv[]) {\n #ifndef DOXYGEN_SHOULD_SKIP_THIS\n int main(int argc, char* argv[]) { return exceptions(argc, argv); }\n #endif\n+-- dummy change --"},{"sha":"3fa29568e5bc5db21da180aadcbcea615908370e","filename":"Alignment/OfflineValidation/bin/Zmumumerge.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FZmumumerge.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FZmumumerge.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fbin%2FZmumumerge.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -454,3 +454,4 @@ int Zmumumerge(int argc, char* argv[]) {\n #ifndef DOXYGEN_SHOULD_SKIP_THIS\n int main(int argc, char* argv[]) { return Zmumumerge(argc, argv); }\n #endif\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75?per_page=100&page=14 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:16:36 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"a1140b51277f9dcbeae5b3818318ea98202eaeb171aa40c7071a88a7dc99b905"'), ('Last-Modified', 'Wed, 30 Apr 2025 14:08:46 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4768'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '232'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D710:237F6C:56EFEE:58AE69:681230C3')] +{"sha":"b6db3e643d2bd16deee12590d1312a3addcd2d75","node_id":"C_kwDOF83__NoAKGI2ZGIzZTY0M2QyYmQxNmRlZWUxMjU5MGQxMzEyYTNhZGRjZDJkNzU","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"message":"Test commit with many files","tree":{"sha":"d8f8da26398eca77794c2a8409031a5ab8ac23df","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/d8f8da26398eca77794c2a8409031a5ab8ac23df"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/b6db3e643d2bd16deee12590d1312a3addcd2d75","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c83ecb127f70592a95b0544c2e7e2404c9d7e440","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c83ecb127f70592a95b0544c2e7e2404c9d7e440","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c83ecb127f70592a95b0544c2e7e2404c9d7e440"}],"stats":{"total":1506,"additions":1506,"deletions":0},"files":[{"sha":"47eae5f6c4d1bcd50df2850cfc12531231d1fe98","filename":"Alignment/OfflineValidation/bin/exceptions.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2Fexceptions.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2Fexceptions.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fbin%2Fexceptions.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -55,3 +55,4 @@ namespace AllInOneConfig {\n \n } // namespace AllInOneConfig\n #endif\n+-- dummy change --"},{"sha":"2c413ae4f243a1dad2cc22326ae3622048e5adda","filename":"Alignment/OfflineValidation/bin/haddws.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2Fhaddws.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2Fhaddws.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fbin%2Fhaddws.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -278,3 +278,4 @@ void MergeRootfile(TDirectory *target, const vector > &vFi\n target->SaveSelf(kTRUE);\n TH1::AddDirectory(status);\n }\n+-- dummy change --"},{"sha":"012d26df37c1c9b0ab367023728721240027c139","filename":"Alignment/OfflineValidation/bin/jetHtPlotter.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FjetHtPlotter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2FjetHtPlotter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fbin%2FjetHtPlotter.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1360,3 +1360,4 @@ int main(int argc, char **argv) {\n // Run the program\n jetHtPlotter(options.config);\n }\n+-- dummy change --"},{"sha":"4da9e7f81199c12a6b333054be5df59f9a0bddc0","filename":"Alignment/OfflineValidation/bin/toolbox.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2Ftoolbox.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fbin%2Ftoolbox.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fbin%2Ftoolbox.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -20,3 +20,4 @@ namespace AllInOneConfig {\n \n } // namespace AllInOneConfig\n #endif\n+-- dummy change --"},{"sha":"9838ad87bcf4e082b6a26ebc369fb7acdf035b89","filename":"Alignment/OfflineValidation/data/GCP_defaultRange.json","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fdata%2FGCP_defaultRange.json","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fdata%2FGCP_defaultRange.json","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fdata%2FGCP_defaultRange.json?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -17,3 +17,4 @@\n \"dbeta_min\" : -100, \n \"dgamma_min\": -100 \n }\n+-- dummy change --"},{"sha":"8bb989f00f517b0580d33083f0829b3c413df15d","filename":"Alignment/OfflineValidation/doc/OfflineValidation.doc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fdoc%2FOfflineValidation.doc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fdoc%2FOfflineValidation.doc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fdoc%2FOfflineValidation.doc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -53,3 +53,4 @@ Last updated:\n @DATE@ Author: computer-generated.\n */\n \n+-- dummy change --"},{"sha":"62a0c4884595d6f4567fd0be40d09b63865b27ae","filename":"Alignment/OfflineValidation/interface/CompareAlignments.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Finterface%2FCompareAlignments.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Finterface%2FCompareAlignments.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Finterface%2FCompareAlignments.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -50,3 +50,4 @@ class CompareAlignments {\n };\n \n #endif\n+-- dummy change --"},{"sha":"b2a957245809233e4b1d27da3d1ddc9f1f748090","filename":"Alignment/OfflineValidation/interface/DiLeptonVertexHelpers.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Finterface%2FDiLeptonVertexHelpers.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Finterface%2FDiLeptonVertexHelpers.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Finterface%2FDiLeptonVertexHelpers.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -349,3 +349,4 @@ namespace DiLeptonHelp {\n };\n } // namespace DiLeptonHelp\n #endif\n+-- dummy change --"},{"sha":"75022b41cdbbd8a9cfc6fcf6d05b0fcf5480de83","filename":"Alignment/OfflineValidation/interface/EopElecVariables.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Finterface%2FEopElecVariables.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Finterface%2FEopElecVariables.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Finterface%2FEopElecVariables.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -109,3 +109,4 @@ struct EopElecVariables {\n };\n \n #endif\n+-- dummy change --"},{"sha":"1c444dc0bd30376a23f6fa67cca239a635a04ede","filename":"Alignment/OfflineValidation/interface/EopVariables.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Finterface%2FEopVariables.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Finterface%2FEopVariables.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Finterface%2FEopVariables.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -75,3 +75,4 @@ struct EopVariables {\n };\n \n #endif\n+-- dummy change --"},{"sha":"4288930deffabe4fca665f7da9565ec9e2a1ad6c","filename":"Alignment/OfflineValidation/interface/FitWithRooFit.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Finterface%2FFitWithRooFit.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Finterface%2FFitWithRooFit.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Finterface%2FFitWithRooFit.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -169,3 +169,4 @@ class FitWithRooFit {\n };\n \n #endif\n+-- dummy change --"},{"sha":"d36caa27508c7a8a9400f2de66aab7e34ec1f859","filename":"Alignment/OfflineValidation/interface/GeometryComparisonPlotter.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Finterface%2FGeometryComparisonPlotter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Finterface%2FGeometryComparisonPlotter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Finterface%2FGeometryComparisonPlotter.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -109,3 +109,4 @@ class GeometryComparisonPlotter {\n void SetCanvasSize(const int window_width = DEFAULT_WINDOW_WIDTH, const int window_height = DEFAULT_WINDOW_HEIGHT);\n };\n #endif\n+-- dummy change --"},{"sha":"4d2f34c62dff5adf90a8baf6eaabba939b3feff9","filename":"Alignment/OfflineValidation/interface/OutPVtrends.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Finterface%2FOutPVtrends.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Finterface%2FOutPVtrends.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Finterface%2FOutPVtrends.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -186,3 +186,4 @@ struct outPVtrends {\n #endif\n \n #endif // ALIGNMENT_OFFLINEVALIDATION_OUTPVTRENDS_H_\n+-- dummy change --"},{"sha":"c4a71f5f97a6b09e72d49e712d23e467f9ce2489","filename":"Alignment/OfflineValidation/interface/PVValidationHelpers.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Finterface%2FPVValidationHelpers.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Finterface%2FPVValidationHelpers.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Finterface%2FPVValidationHelpers.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -149,3 +149,4 @@ namespace PVValHelper {\n }; // namespace PVValHelper\n \n #endif\n+-- dummy change --"},{"sha":"bbb62682c271217eeb479022f7930888cd20a8f0","filename":"Alignment/OfflineValidation/interface/PlotAlignmentValidation.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Finterface%2FPlotAlignmentValidation.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Finterface%2FPlotAlignmentValidation.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Finterface%2FPlotAlignmentValidation.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -240,3 +240,4 @@ class PlotAlignmentValidation {\n };\n \n #endif // ALIGNMENT_OFFLINEVALIDATION_PLOTALIGNNMENTVALIDATION_H_\n+-- dummy change --"},{"sha":"cd91830429844d4951b611b464c8e5f35e38ff62","filename":"Alignment/OfflineValidation/interface/PrepareDMRTrends.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Finterface%2FPrepareDMRTrends.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Finterface%2FPrepareDMRTrends.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Finterface%2FPrepareDMRTrends.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -164,3 +164,4 @@ class PrepareDMRTrends {\n };\n \n #endif // ALIGNMENT_OFFLINEVALIDATION_PREPAREDMRTRENDS_H_\n+-- dummy change --"},{"sha":"896aac0f151d480586d0792e87b3f360584b6111","filename":"Alignment/OfflineValidation/interface/PreparePVTrends.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Finterface%2FPreparePVTrends.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Finterface%2FPreparePVTrends.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Finterface%2FPreparePVTrends.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -289,3 +289,4 @@ class PreparePVTrends {\n };\n \n #endif // ALIGNMENT_OFFLINEVALIDATION_PREPAREPVTRENDS_H_\n+-- dummy change --"},{"sha":"207fccb6cb01b0ebc6ef6124044dfa3595042688","filename":"Alignment/OfflineValidation/interface/SmartSelectionMonitor.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Finterface%2FSmartSelectionMonitor.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Finterface%2FSmartSelectionMonitor.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Finterface%2FSmartSelectionMonitor.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -154,3 +154,4 @@ class SmartSelectionMonitor {\n };\n \n #endif\n+-- dummy change --"},{"sha":"6b8171b1218858cb21132422861530100a3c5cf5","filename":"Alignment/OfflineValidation/interface/TkAlStyle.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Finterface%2FTkAlStyle.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Finterface%2FTkAlStyle.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Finterface%2FTkAlStyle.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -214,3 +214,4 @@ class TkAlStyle {\n };\n \n #endif\n+-- dummy change --"},{"sha":"183922b90872aebfb4c1a4f097ac1e89d441183b","filename":"Alignment/OfflineValidation/interface/TkOffTreeVariables.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Finterface%2FTkOffTreeVariables.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Finterface%2FTkOffTreeVariables.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Finterface%2FTkOffTreeVariables.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -74,3 +74,4 @@ struct TkOffTreeVariables {\n };\n \n #endif\n+-- dummy change --"},{"sha":"d18c32970e8d7b8cb4a1e882b868a0ab79d81895","filename":"Alignment/OfflineValidation/interface/TrackerValidationVariables.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Finterface%2FTrackerValidationVariables.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Finterface%2FTrackerValidationVariables.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Finterface%2FTrackerValidationVariables.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -128,3 +128,4 @@ class TrackerValidationVariables {\n };\n \n #endif\n+-- dummy change --"},{"sha":"c8dffd14c7ce3f9efd429ede0f56f3e1b48b96ea","filename":"Alignment/OfflineValidation/interface/Trend.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Finterface%2FTrend.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Finterface%2FTrend.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Finterface%2FTrend.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -124,3 +124,4 @@ inline T* Get(Args... args) {\n }\n \n #endif // ALIGNMENT_OFFLINEVALIDATION_TREND_H\n+-- dummy change --"},{"sha":"8e9a9fecd0fa1ea12568c193c95647c7c97f0ac9","filename":"Alignment/OfflineValidation/interface/pvTree.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Finterface%2FpvTree.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Finterface%2FpvTree.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Finterface%2FpvTree.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -68,3 +68,4 @@ class pvEvent {\n };\n \n #endif\n+-- dummy change --"},{"sha":"4cef6eade4cf173993c9449b6a33c4bc9f5b436f","filename":"Alignment/OfflineValidation/macros/CMS_lumi.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fmacros%2FCMS_lumi.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fmacros%2FCMS_lumi.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fmacros%2FCMS_lumi.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -202,3 +202,4 @@ inline void CMS_lumi(TPad* pad, int iPeriod, int iPosX, TString RLabel) {\n }\n \n #endif\n+-- dummy change --"},{"sha":"81e0281513235936348bd17c8e428e1b5e0740ba","filename":"Alignment/OfflineValidation/macros/DiMuonMassProfiles.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fmacros%2FDiMuonMassProfiles.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fmacros%2FDiMuonMassProfiles.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fmacros%2FDiMuonMassProfiles.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -892,3 +892,4 @@ void DiMuonMassProfiles(TString namesandlabels, const TString& Rlabel = \"\", cons\n file->Close();\n }\n }\n+-- dummy change --"},{"sha":"e0449222783b6003b5939216f8bdcf23a376a41c","filename":"Alignment/OfflineValidation/macros/FitPVResiduals.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fmacros%2FFitPVResiduals.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fmacros%2FFitPVResiduals.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fmacros%2FFitPVResiduals.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -4434,3 +4434,4 @@ params::measurement getTheRangeUser(TH1F *thePlot, Limits *lims, bool tag)\n std::cout << theTitle << \" \" << result.first << \" \" << result.second << std::endl;\n return result;\n }\n+-- dummy change --"},{"sha":"8d0ba9500f7416c69d75f87d9517d9e32a195299","filename":"Alignment/OfflineValidation/macros/FitPVResolution.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fmacros%2FFitPVResolution.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fmacros%2FFitPVResolution.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fmacros%2FFitPVResolution.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1234,3 +1234,4 @@ void setPVResolStyle() {\n gStyle->SetNumberContours(NCont);\n */\n }\n+-- dummy change --"},{"sha":"76e9232cdd066fe9cc7fb263dc7e82be69e20e8c","filename":"Alignment/OfflineValidation/macros/MultiRunAndPlotPVValidation.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fmacros%2FMultiRunAndPlotPVValidation.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fmacros%2FMultiRunAndPlotPVValidation.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fmacros%2FMultiRunAndPlotPVValidation.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -3380,3 +3380,4 @@ outTrends processData(size_t iter,\n \n return ret;\n }\n+-- dummy change --"},{"sha":"4cd01f8cca2db834f79b9fa48db1fc41563f0262","filename":"Alignment/OfflineValidation/macros/PlotPVValidation.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fmacros%2FPlotPVValidation.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fmacros%2FPlotPVValidation.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fmacros%2FPlotPVValidation.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1664,3 +1664,4 @@ Float_t calcFWHM(TH1F *hist)\n return FWHM;\n \n }\n+-- dummy change --"},{"sha":"995bd9e158fe75a953af4437d6b686fc421f1623","filename":"Alignment/OfflineValidation/macros/analyzeDiMuonBiases.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fmacros%2FanalyzeDiMuonBiases.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fmacros%2FanalyzeDiMuonBiases.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fmacros%2FanalyzeDiMuonBiases.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -854,3 +854,4 @@ float updateIPMap(\n \n return maxIter->second;\n }\n+-- dummy change --"},{"sha":"83d6d990cd73bdbdb1d1236e92517db71a7e3692","filename":"Alignment/OfflineValidation/macros/analyzeDiMuonBiases_fast.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fmacros%2FanalyzeDiMuonBiases_fast.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fmacros%2FanalyzeDiMuonBiases_fast.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fmacros%2FanalyzeDiMuonBiases_fast.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1051,3 +1051,4 @@ float updateIPMapFast(\n \n return maxIter->second;\n }\n+-- dummy change --"},{"sha":"7c4356214a61cf9fb65f0c4f8382403251df1502","filename":"Alignment/OfflineValidation/macros/loopAndPlot.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fmacros%2FloopAndPlot.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fmacros%2FloopAndPlot.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fmacros%2FloopAndPlot.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -676,3 +676,4 @@ std::pair getExtrema(TObjArray *array)\n }\n return std::make_pair(theMinimum, theMaximum);\n }\n+-- dummy change --"},{"sha":"6c94e1116c8d2d33895754c7a8608fc4569256c4","filename":"Alignment/OfflineValidation/macros/makeArrowPlots.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fmacros%2FmakeArrowPlots.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fmacros%2FmakeArrowPlots.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fmacros%2FmakeArrowPlots.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -407,3 +407,4 @@ void makeArrowPlots(const char* filename, const char* outputDir) {\n \n delete data;\n }\n+-- dummy change --"},{"sha":"da781d151811bb8653cb13ea005fb17515f1b73f","filename":"Alignment/OfflineValidation/macros/momentumBiasValidation.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fmacros%2FmomentumBiasValidation.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fmacros%2FmomentumBiasValidation.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fmacros%2FmomentumBiasValidation.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -678,3 +678,4 @@ namespace eop {\n }\n \n } // namespace eop\n+-- dummy change --"},{"sha":"21970a0fcea0fe481b49c7ef6e765a1dab5745e9","filename":"Alignment/OfflineValidation/macros/momentumElectronBiasValidation.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fmacros%2FmomentumElectronBiasValidation.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fmacros%2FmomentumElectronBiasValidation.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fmacros%2FmomentumElectronBiasValidation.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1516,3 +1516,4 @@ Bool_t initializeTree(std::vector& files, std::vector& trees, Eo\n }\n return true;\n }\n+-- dummy change --"},{"sha":"bec52446c90bdf5db4f84bf7e31cbc2a478bbee0","filename":"Alignment/OfflineValidation/macros/overlayDiMuonBiases.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fmacros%2FoverlayDiMuonBiases.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fmacros%2FoverlayDiMuonBiases.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fmacros%2FoverlayDiMuonBiases.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -329,3 +329,4 @@ void overlayDiMuonBiases() {\n //fileNames = {\"histos_asInDataTaking_DiMuonAnalysisResults_Run2022__dz.root\",\"histos_Run3ReReco_DiMuonAnalysisResults_Run2022__dz.root\"};\n //overlayHistograms(fileNames,labels,\"dz\");\n }\n+-- dummy change --"},{"sha":"c057150ee1e72ff5b07fd920bff343694a3417c9","filename":"Alignment/OfflineValidation/macros/runExtendedOfflineValidationPlots.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fmacros%2FrunExtendedOfflineValidationPlots.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fmacros%2FrunExtendedOfflineValidationPlots.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fmacros%2FrunExtendedOfflineValidationPlots.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -21,3 +21,4 @@ void runExtendedOfflineValidationPlots()\n // p.useFitForDMRplots(true); //if the width adn mean value of the DMR shall be taken from fit\n p.plotDMR(\"medianY\",30);\n }\n+-- dummy change --"},{"sha":"26745d7771ada0ec0f8ca4cb3accc2897f7afcc5","filename":"Alignment/OfflineValidation/macros/trackSplitPlot.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fmacros%2FtrackSplitPlot.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fmacros%2FtrackSplitPlot.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fmacros%2FtrackSplitPlot.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -2645,3 +2645,4 @@ Bool_t fitsHere(TLegend *l, Double_t x1, Double_t y1, Double_t x2, Double_t y2)\n }\n return fits;\n }\n+-- dummy change --"},{"sha":"f671b4e98f9085664ff53f83e9573eb6b48c1490","filename":"Alignment/OfflineValidation/macros/trackSplitPlot.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fmacros%2FtrackSplitPlot.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fmacros%2FtrackSplitPlot.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fmacros%2FtrackSplitPlot.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -400,3 +400,4 @@ Double_t placeLegend(\n Bool_t fitsHere(TLegend *l, Double_t x1, Double_t y1, Double_t x2, Double_t y2);\n \n #endif\n+-- dummy change --"},{"sha":"7809e0469391ae04321ca0440001dccb862e1aa0","filename":"Alignment/OfflineValidation/plugins/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fplugins%2FBuildFile.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -60,3 +60,4 @@\n \n \n \n+-- dummy change --"},{"sha":"0b49c1544cfc3aba681ba56aa1eede62041f8a15","filename":"Alignment/OfflineValidation/plugins/ColorParser.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FColorParser.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FColorParser.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fplugins%2FColorParser.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -54,3 +54,4 @@ Color_t parser(TString input) {\n }\n \n Color_t ColorParser(TString input) { return parser(input); }\n+-- dummy change --"},{"sha":"541c2274486b33b344092a222ba42eac29c4e2cb","filename":"Alignment/OfflineValidation/plugins/CosmicSplitterValidation.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FCosmicSplitterValidation.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FCosmicSplitterValidation.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fplugins%2FCosmicSplitterValidation.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1093,3 +1093,4 @@ bool CosmicSplitterValidation::is_gold_muon(const edm::Event& e) {\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(CosmicSplitterValidation);\n+-- dummy change --"},{"sha":"cd59b194af04859c2a280209d0f748b2fb02e067","filename":"Alignment/OfflineValidation/plugins/DMRChecker.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FDMRChecker.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FDMRChecker.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fplugins%2FDMRChecker.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -2117,3 +2117,4 @@ void DMRChecker::fillDescriptions(edm::ConfigurationDescriptions &descriptions)\n }\n \n DEFINE_FWK_MODULE(DMRChecker);\n+-- dummy change --"},{"sha":"4137cfcf1b9fb565139e7a461be7e2e8e96e5004","filename":"Alignment/OfflineValidation/plugins/DiElectronVertexValidation.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FDiElectronVertexValidation.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FDiElectronVertexValidation.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fplugins%2FDiElectronVertexValidation.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -591,3 +591,4 @@ void DiElectronVertexValidation::fillDescriptions(edm::ConfigurationDescriptions\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(DiElectronVertexValidation);\n+-- dummy change --"},{"sha":"86b258d7bbbe28b162c4f0f9b5555f73c4b2125d","filename":"Alignment/OfflineValidation/plugins/DiMuonValidation.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FDiMuonValidation.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FDiMuonValidation.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fplugins%2FDiMuonValidation.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -422,3 +422,4 @@ void DiMuonValidation::fillDescriptions(edm::ConfigurationDescriptions& descript\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(DiMuonValidation);\n+-- dummy change --"},{"sha":"72112bbf01bd897a0f0f0dab6ab29fb5775b7c1b","filename":"Alignment/OfflineValidation/plugins/DiMuonVertexValidation.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FDiMuonVertexValidation.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FDiMuonVertexValidation.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fplugins%2FDiMuonVertexValidation.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -827,3 +827,4 @@ void DiMuonVertexValidation::fillDescriptions(edm::ConfigurationDescriptions& de\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(DiMuonVertexValidation);\n+-- dummy change --"},{"sha":"491b395f5bd8e0b8b249b9d8b64e66efb7b4c64a","filename":"Alignment/OfflineValidation/plugins/EopElecTreeWriter.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FEopElecTreeWriter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FEopElecTreeWriter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fplugins%2FEopElecTreeWriter.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -913,3 +913,4 @@ void EopElecTreeWriter::fillDescriptions(edm::ConfigurationDescriptions& descrip\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(EopElecTreeWriter);\n+-- dummy change --"},{"sha":"2f0f8484b91a01f7529b837d3eb1327cfae13004","filename":"Alignment/OfflineValidation/plugins/EopTreeWriter.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FEopTreeWriter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FEopTreeWriter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fplugins%2FEopTreeWriter.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -342,3 +342,4 @@ void EopTreeWriter::fillDescriptions(edm::ConfigurationDescriptions& description\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(EopTreeWriter);\n+-- dummy change --"},{"sha":"f5e01a79548a3b544e3835de60fbfeff86b0bf02","filename":"Alignment/OfflineValidation/plugins/GeneralPurposeTrackAnalyzer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FGeneralPurposeTrackAnalyzer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FGeneralPurposeTrackAnalyzer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fplugins%2FGeneralPurposeTrackAnalyzer.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1218,3 +1218,4 @@ void GeneralPurposeTrackAnalyzer::fillDescriptions(edm::ConfigurationDescription\n }\n \n DEFINE_FWK_MODULE(GeneralPurposeTrackAnalyzer);\n+-- dummy change --"},{"sha":"9011b84aed2e0568f8090825140dfd899e028b21","filename":"Alignment/OfflineValidation/plugins/GeneralPurposeVertexAnalyzer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FGeneralPurposeVertexAnalyzer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FGeneralPurposeVertexAnalyzer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fplugins%2FGeneralPurposeVertexAnalyzer.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -811,3 +811,4 @@ void GeneralPurposeVertexAnalyzer::fillDescriptions(edm::ConfigurationDescriptio\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(GeneralPurposeVertexAnalyzer);\n+-- dummy change --"},{"sha":"3ff752e90a385c02a90fcb29a2b7b660c6e3eadc","filename":"Alignment/OfflineValidation/plugins/JetHTAnalyzer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FJetHTAnalyzer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FJetHTAnalyzer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fplugins%2FJetHTAnalyzer.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -334,3 +334,4 @@ void JetHTAnalyzer::fillDescriptions(edm::ConfigurationDescriptions& description\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(JetHTAnalyzer);\n+-- dummy change --"},{"sha":"13f6a0ba8caab61f8003d04204045a456bf36217","filename":"Alignment/OfflineValidation/plugins/MuonAlignmentAnalyzer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FMuonAlignmentAnalyzer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FMuonAlignmentAnalyzer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fplugins%2FMuonAlignmentAnalyzer.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -2589,3 +2589,4 @@ RecHitVector MuonAlignmentAnalyzer::doMatching(const reco::Track &staTrack,\n }\n \n DEFINE_FWK_MODULE(MuonAlignmentAnalyzer);\n+-- dummy change --"},{"sha":"0ed01e313778a20cf223908509864b9cca46dceb","filename":"Alignment/OfflineValidation/plugins/MuonAlignmentAnalyzer.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FMuonAlignmentAnalyzer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FMuonAlignmentAnalyzer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fplugins%2FMuonAlignmentAnalyzer.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -298,3 +298,4 @@ class MuonAlignmentAnalyzer : public edm::one::EDAnalyzer {\n };\n \n #endif\n+-- dummy change --"},{"sha":"b75526f5d23093639b02334e27f56d716d0d7c46","filename":"Alignment/OfflineValidation/plugins/ShortenedTrackValidation.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FShortenedTrackValidation.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FShortenedTrackValidation.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fplugins%2FShortenedTrackValidation.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -598,3 +598,4 @@ void ShortenedTrackValidation::fillDescriptions(edm::ConfigurationDescriptions &\n // Define this as a plug-in\n #include \"FWCore/Framework/interface/MakerMacros.h\"\n DEFINE_FWK_MODULE(ShortenedTrackValidation);\n+-- dummy change --"},{"sha":"b61190b7bb44996f28ab8d9fcf3f082396b574f4","filename":"Alignment/OfflineValidation/plugins/SplitVertexResolution.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FSplitVertexResolution.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FSplitVertexResolution.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fplugins%2FSplitVertexResolution.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1276,3 +1276,4 @@ bool SplitVertexResolution::checkBinOrdering(std::array& bins)\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(SplitVertexResolution);\n+-- dummy change --"},{"sha":"ab3d6fcd76635b761df9d88f6939587ef6053160","filename":"Alignment/OfflineValidation/plugins/StyleParser.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FStyleParser.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FStyleParser.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fplugins%2FStyleParser.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -29,3 +29,4 @@ Style_t StyleParser(TString input) {\n \n return stylemap.at(input);\n }\n+-- dummy change --"},{"sha":"d48e70d5aa14ddd51c4ef38e999f4b823ab5dd75","filename":"Alignment/OfflineValidation/plugins/TkAlV0sAnalyzer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FTkAlV0sAnalyzer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FTkAlV0sAnalyzer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fplugins%2FTkAlV0sAnalyzer.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -622,3 +622,4 @@ void TkAlV0sAnalyzer::fillDescriptions(edm::ConfigurationDescriptions& descripti\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(TkAlV0sAnalyzer);\n+-- dummy change --"},{"sha":"dfe3f6afcda9aaac3832de0cbd000d9b57616518","filename":"Alignment/OfflineValidation/plugins/TrackerGeometryCompare.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FTrackerGeometryCompare.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FTrackerGeometryCompare.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fplugins%2FTrackerGeometryCompare.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1112,3 +1112,4 @@ void TrackerGeometryCompare::fillIdentifiers(int subdetlevel, int rawid, const T\n }\n \n DEFINE_FWK_MODULE(TrackerGeometryCompare);\n+-- dummy change --"},{"sha":"ce93cfdd08c66e3c4a317e83e27d660897f7f521","filename":"Alignment/OfflineValidation/plugins/TrackerGeometryCompare.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FTrackerGeometryCompare.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FTrackerGeometryCompare.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fplugins%2FTrackerGeometryCompare.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -168,3 +168,4 @@ class TrackerGeometryCompare : public edm::one::EDAnalyzer<> {\n };\n \n #endif\n+-- dummy change --"},{"sha":"ee30aa448a144a25d411487077797ee2fff38a17","filename":"Alignment/OfflineValidation/plugins/TrackerGeometryIntoNtuples.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FTrackerGeometryIntoNtuples.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FTrackerGeometryIntoNtuples.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fplugins%2FTrackerGeometryIntoNtuples.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -339,3 +339,4 @@ void TrackerGeometryIntoNtuples::addBranches() {\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(TrackerGeometryIntoNtuples);\n+-- dummy change --"},{"sha":"9d54de825ba4431ed465ecd805a34f8e896b9095","filename":"Alignment/OfflineValidation/plugins/TrackerOfflineValidation.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FTrackerOfflineValidation.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FTrackerOfflineValidation.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fplugins%2FTrackerOfflineValidation.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -2075,3 +2075,4 @@ float TrackerOfflineValidation::getMedian(const TH1* histo) const {\n }\n //define this as a plug-in\n DEFINE_FWK_MODULE(TrackerOfflineValidation);\n+-- dummy change --"},{"sha":"d2c8dcfacbef8ab6ae97136e9e328bfa8b47ad07","filename":"Alignment/OfflineValidation/plugins/TrackerOfflineValidationSummary.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FTrackerOfflineValidationSummary.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FTrackerOfflineValidationSummary.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fplugins%2FTrackerOfflineValidationSummary.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -869,3 +869,4 @@ void TrackerOfflineValidationSummary::fillHarvestingHists(TTree& tree) {\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(TrackerOfflineValidationSummary);\n+-- dummy change --"},{"sha":"23bc87c448be0efca6c708fe573b3be87cdbcf6b","filename":"Alignment/OfflineValidation/plugins/Tracker_OldtoNewConverter.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FTracker_OldtoNewConverter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FTracker_OldtoNewConverter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fplugins%2FTracker_OldtoNewConverter.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -219,3 +219,4 @@ void Tracker_OldtoNewConverter::endJob() {}\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(Tracker_OldtoNewConverter);\n+-- dummy change --"},{"sha":"991caec007264e3d8fc3ec0130f49866b6835eb7","filename":"Alignment/OfflineValidation/plugins/ValidationMisalignedTracker.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FValidationMisalignedTracker.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FValidationMisalignedTracker.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fplugins%2FValidationMisalignedTracker.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -774,3 +774,4 @@ void ValidationMisalignedTracker::endJob() {\n }\n \n DEFINE_FWK_MODULE(ValidationMisalignedTracker);\n+-- dummy change --"},{"sha":"2ebad54885899c859634d47ac9a7c63f118ad049","filename":"Alignment/OfflineValidation/plugins/ValidationMisalignedTracker.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FValidationMisalignedTracker.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fplugins%2FValidationMisalignedTracker.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fplugins%2FValidationMisalignedTracker.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -115,3 +115,4 @@ class ValidationMisalignedTracker : public edm::one::EDAnalyzer<> {\n };\n \n #endif\n+-- dummy change --"},{"sha":"ed470e18e45d6e799b3d0978b87ee14f7f3029f7","filename":"Alignment/OfflineValidation/python/DivergingColor.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FDivergingColor.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FDivergingColor.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FDivergingColor.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -176,3 +176,4 @@ def DivergingColor(col1, col2, white, frac):\n print('my val: ', DivergingColor(blue, red, white, frac))\n print(xyz2rgb(95.047, 100.0, 108.883))\n \n+-- dummy change --"},{"sha":"506742642b2c49465437b5c1d5df652101110948","filename":"Alignment/OfflineValidation/python/GlobalTag_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FGlobalTag_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FGlobalTag_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FGlobalTag_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -24,3 +24,4 @@\n # end fake calibrations\n \n from Configuration.StandardSequences.CondDBESSource_cff import GlobalTag\n+-- dummy change --"},{"sha":"d6e201185eb644ce088af23278a7a2c66b2e9f6f","filename":"Alignment/OfflineValidation/python/MuonAlignmentAnalyzer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FMuonAlignmentAnalyzer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FMuonAlignmentAnalyzer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FMuonAlignmentAnalyzer_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -43,3 +43,4 @@\n min4DTrackSegmentSize = cms.untracked.uint32(1)\n )\n \n+-- dummy change --"},{"sha":"1f7ef05af0f1cde6d978dcec35a1bfbf3cbb6791","filename":"Alignment/OfflineValidation/python/MuonGeometryIntoNtuples_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FMuonGeometryIntoNtuples_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FMuonGeometryIntoNtuples_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FMuonGeometryIntoNtuples_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -35,3 +35,4 @@\n CSCStations = cms.untracked.bool(False)\n )\n \n+-- dummy change --"},{"sha":"84fdc9f8db79b6395d29ebb243dc1b76f0bdd111","filename":"Alignment/OfflineValidation/python/TkAlAllInOneTool/DMR.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FDMR.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FDMR.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FDMR.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -501,3 +501,4 @@ def DMR(config, validationDir):\n jobs.extend(avpJobs)\n \n return jobs\n+-- dummy change --"},{"sha":"50606a713ad488073513556cecb2bbe1007ec110","filename":"Alignment/OfflineValidation/python/TkAlAllInOneTool/DMR_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FDMR_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FDMR_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FDMR_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -218,3 +218,4 @@\n \n ##Let all sequences run\n process.p = cms.Path(process.seqTrackselRefit*seqTrackerOfflineValidation)\n+-- dummy change --"},{"sha":"314c9068918c3fc2055a7ca9d9be78c12fbe6017","filename":"Alignment/OfflineValidation/python/TkAlAllInOneTool/DMRplotter.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FDMRplotter.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FDMRplotter.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FDMRplotter.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1055,3 +1055,4 @@ def plot(self):\n \n #finalize\n self.__finalize__()\n+-- dummy change --"},{"sha":"241dad2c76b220b8d3bcf4eec9e36c533234da1e","filename":"Alignment/OfflineValidation/python/TkAlAllInOneTool/DiMuonV.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FDiMuonV.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FDiMuonV.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FDiMuonV.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -94,3 +94,4 @@ def DiMuonV(config, validationDir):\n jobs.extend(mergeJobs)\n \n return jobs\n+-- dummy change --"},{"sha":"20a9c3d7c1fdaa93d252574c43aa895826ad7781","filename":"Alignment/OfflineValidation/python/TkAlAllInOneTool/DiMuonV_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FDiMuonV_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FDiMuonV_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FDiMuonV_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -238,3 +238,4 @@\n process.DiMuonVertexValidation)\n \n print(\"# Done\")\n+-- dummy change --"},{"sha":"395b86a154a71047c53729d6c5b9591c34da3ebe","filename":"Alignment/OfflineValidation/python/TkAlAllInOneTool/GCP.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FGCP.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FGCP.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FGCP.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -138,3 +138,4 @@ def GCP(config, validationDir):\n jobs.append(job)\n \n return jobs\n+-- dummy change --"},{"sha":"a433326bdccfa1b09578ea60800a708b164b109c","filename":"Alignment/OfflineValidation/python/TkAlAllInOneTool/GCP_Ntuples_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FGCP_Ntuples_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FGCP_Ntuples_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FGCP_Ntuples_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -84,3 +84,4 @@\n process.p = cms.Path(process.dump) \n \n \n+-- dummy change --"},{"sha":"09efdbbbfcf6e9d6f8cabb9aa4c02707d898f237","filename":"Alignment/OfflineValidation/python/TkAlAllInOneTool/GCP_TkAlMap.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FGCP_TkAlMap.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FGCP_TkAlMap.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FGCP_TkAlMap.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -92,3 +92,4 @@ def main():\n TkMap_drange_full = TkAlMap('test', title, in_file, use_default_range=True, two_sigma_cap=False, GEO_file=geometry_file, tracker='full', palette=palette, check_tracker=auto_tk)\n TkMap_drange_pixel = TkAlMap('test', title, in_file, use_default_range=True, two_sigma_cap=False, GEO_file=geometry_file, tracker='pixel', palette=palette, check_tracker=auto_tk)\n TkMap_drange_strips = TkAlMap('test', title, in_file, use_default_range=True, two_sigma_cap=False, GEO_file=geometry_file, tracker='strips', palette=palette, check_tracker=auto_tk)\n+-- dummy change --"},{"sha":"e1aa334ba74078d2e5a5b728439feba076f34e50","filename":"Alignment/OfflineValidation/python/TkAlAllInOneTool/GCP_tree_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FGCP_tree_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FGCP_tree_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FGCP_tree_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -100,3 +100,4 @@\n \n process.p = cms.Path(process.TrackerGeometryCompare)\n \n+-- dummy change --"},{"sha":"0fed95e19d79591fa83b7be27cf4200da37b3620","filename":"Alignment/OfflineValidation/python/TkAlAllInOneTool/GenericV.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FGenericV.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FGenericV.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FGenericV.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -94,3 +94,4 @@ def GenericV(config, validationDir):\n jobs.extend(mergeJobs)\n \n return jobs\n+-- dummy change --"},{"sha":"bb7026eca9c627cb13f9b3b70d507cc98477c8fc","filename":"Alignment/OfflineValidation/python/TkAlAllInOneTool/GenericV_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FGenericV_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FGenericV_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FGenericV_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -221,3 +221,4 @@\n process.p = cms.Path(process.theValidSequence)\n \n print(\"Done\")\n+-- dummy change --"},{"sha":"79554d62ebacbc45cfd07b7c3b2a65d64974d20a","filename":"Alignment/OfflineValidation/python/TkAlAllInOneTool/JetHT.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FJetHT.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FJetHT.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FJetHT.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -247,3 +247,4 @@ def JetHT(config, validationDir):\n jobs.extend(plotJobs)\n \n return jobs\n+-- dummy change --"},{"sha":"12dd0d51c3044bcf38b1c063bd65850e940295a6","filename":"Alignment/OfflineValidation/python/TkAlAllInOneTool/JetHT_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FJetHT_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FJetHT_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FJetHT_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -313,3 +313,4 @@\n process.TrackRefitter + \n process.offlinePrimaryVerticesFromRefittedTrks +\n process.jetHTAnalyzer)\n+-- dummy change --"},{"sha":"852c528fb6ccbe363090139d36034a7e5b867d75","filename":"Alignment/OfflineValidation/python/TkAlAllInOneTool/MTS.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FMTS.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FMTS.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FMTS.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -123,3 +123,4 @@ def MTS(config, validationDir):\n jobs.extend(mergeJobs)\n \n return jobs\n+-- dummy change --"},{"sha":"940171914706f9f503ca145c0079efb6e58c9686","filename":"Alignment/OfflineValidation/python/TkAlAllInOneTool/MTS_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FMTS_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FMTS_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FMTS_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -200,3 +200,4 @@\n process.p = cms.Path(process.seqTrackselRefit*process.cosmicValidation)\n \n print(\"Done\")\n+-- dummy change --"},{"sha":"84b78cb3f30e4e287449bf0014aa150b22dd35b0","filename":"Alignment/OfflineValidation/python/TkAlAllInOneTool/PV.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FPV.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FPV.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FPV.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -230,3 +230,4 @@ def PV(config, validationDir):\n jobs.extend(trendJobs)\n \n return jobs\n+-- dummy change --"},{"sha":"4511f5e57af25eb5ebc1c40ec1da5584ae0d903f","filename":"Alignment/OfflineValidation/python/TkAlAllInOneTool/PV_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FPV_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FPV_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FPV_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -257,3 +257,4 @@ def switchClusterizerParameters(da):\n process.p = cms.Path(process.goodvertexSkim*process.seqTrackselRefit*process.PVValidation)\n \n print(\"Done\")\n+-- dummy change --"},{"sha":"d6576810ff77d686c91942c27fe6feb0fddc5047","filename":"Alignment/OfflineValidation/python/TkAlAllInOneTool/PixBary.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FPixBary.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FPixBary.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FPixBary.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -62,3 +62,4 @@ def PixBary(config, validationDir, verbose=False):\n \n def get_IOVs(jobConfig):\n return [[jobConfig['firstRun'], jobConfig['lastRun']]]\n+-- dummy change --"},{"sha":"85a8c56f5a02a0b5f50fe806ba684a22a6c7bc9b","filename":"Alignment/OfflineValidation/python/TkAlAllInOneTool/PixelBaryCentreAnalyzer_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FPixelBaryCentreAnalyzer_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FPixelBaryCentreAnalyzer_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FPixelBaryCentreAnalyzer_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -209,3 +209,4 @@\n process.p = cms.Path(process.PixelBaryCentreAnalyzer\n #*process.PixelBaryCentreAnalyzerWithPixelQuality\n )\n+-- dummy change --"},{"sha":"7e25a3d4ff166ee9b6826cf347c88023610f980b","filename":"Alignment/OfflineValidation/python/TkAlAllInOneTool/SplitV.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FSplitV.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FSplitV.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FSplitV.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -94,3 +94,4 @@ def SplitV(config, validationDir):\n jobs.extend(mergeJobs)\n \n return jobs\n+-- dummy change --"},{"sha":"1ca5bcd33f9e8e15f16bb230f2a504e9ea9672cd","filename":"Alignment/OfflineValidation/python/TkAlAllInOneTool/SplitV_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FSplitV_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FSplitV_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FSplitV_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -222,3 +222,4 @@\n process.p = cms.Path(process.theValidSequence)\n \n print(\"Done\")\n+-- dummy change --"},{"sha":"4cf308b8eea0eba28e6724caa3f75bde7bb8bbd9","filename":"Alignment/OfflineValidation/python/TkAlAllInOneTool/TkAlExceptions.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FTkAlExceptions.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FTkAlExceptions.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FTkAlExceptions.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -6,3 +6,4 @@ def __init__(self, msg):\n \n def __str__(self):\n return self._msg\n+-- dummy change --"},{"sha":"e4cba7b8d73ed98c083895f13d8a011a21017e7b","filename":"Alignment/OfflineValidation/python/TkAlAllInOneTool/Zmumu.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FZmumu.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FZmumu.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FZmumu.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -151,3 +151,4 @@ def Zmumu(config, validationDir):\n print(\"[WARNING] Zmumu trends are not implemented yet. Nothing to do here...\")\n \n return jobs\n+-- dummy change --"},{"sha":"609d19d39d49e1f1c75faec7665ebebea497604b","filename":"Alignment/OfflineValidation/python/TkAlAllInOneTool/Zmumu_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FZmumu_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FZmumu_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FZmumu_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -209,3 +209,4 @@\n #process.BeamSpotChecker* # commented for now\n process.TrackRefitter*\n process.DiMuonMassValidation)\n+-- dummy change --"},{"sha":"35f936e0690becbe259aaa2bf45e329261903437","filename":"Alignment/OfflineValidation/python/TkAlAllInOneTool/betterConfigParser.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FbetterConfigParser.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FbetterConfigParser.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FbetterConfigParser.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -252,3 +252,4 @@ def write(self, fp):\n # by any # space/tab\n r'(?P.*))$' # everything up to eol\n )\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75?per_page=100&page=15 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:16:36 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"1fe9981d7dc92650677fb717eac4954b7d45d48a363d15444bdbd53a5ff9e0c7"'), ('Last-Modified', 'Wed, 30 Apr 2025 14:08:46 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4767'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '233'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D71A:2A5676:5692AB:5850FB:681230C4')] +{"sha":"b6db3e643d2bd16deee12590d1312a3addcd2d75","node_id":"C_kwDOF83__NoAKGI2ZGIzZTY0M2QyYmQxNmRlZWUxMjU5MGQxMzEyYTNhZGRjZDJkNzU","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"message":"Test commit with many files","tree":{"sha":"d8f8da26398eca77794c2a8409031a5ab8ac23df","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/d8f8da26398eca77794c2a8409031a5ab8ac23df"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/b6db3e643d2bd16deee12590d1312a3addcd2d75","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c83ecb127f70592a95b0544c2e7e2404c9d7e440","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c83ecb127f70592a95b0544c2e7e2404c9d7e440","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c83ecb127f70592a95b0544c2e7e2404c9d7e440"}],"stats":{"total":1506,"additions":1506,"deletions":0},"files":[{"sha":"17d8eb49250e91a7bf0c7d5cc815f31dd4c67b54","filename":"Alignment/OfflineValidation/python/TkAlAllInOneTool/defaultInputFiles_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FdefaultInputFiles_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FdefaultInputFiles_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FdefaultInputFiles_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -66,3 +66,4 @@\n )\n \n filesDefaultData_Cosmics_string = \"/store/data/Run2022G/Cosmics/ALCARECO/TkAlCosmics0T-PromptReco-v1/000/362/440/00000/47f31eaa-1c00-4f39-902b-a09fa19c27f2.root\"\n+-- dummy change --"},{"sha":"213ef16bb63e6bf4f74835fe6eb4d442deb53a26","filename":"Alignment/OfflineValidation/python/TkAlAllInOneTool/findAndChange.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FfindAndChange.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FfindAndChange.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FfindAndChange.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -136,3 +136,4 @@ def find_and_change(keys, var, alt=digest_path):\n for d in v:\n for result in find_and_change([key], d):\n yield result\n+-- dummy change --"},{"sha":"137d0d137e87282dcd797bd89ffd047ebf748d52","filename":"Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/condorTemplate.submit","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2Ftemplates%2FcondorTemplate.submit","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2Ftemplates%2FcondorTemplate.submit","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2Ftemplates%2FcondorTemplate.submit?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -8,3 +8,4 @@ requirements = (OpSysAndVer =?= \"AlmaLinux9\")\n +JobFlavour = \"espresso\"\n +AccountingGroup = \"group_u_CMS.CAF.ALCA\"\n queue\n+-- dummy change --"},{"sha":"28349b0b4b2dd92ea8176f20eee1f5d4d25db9b8","filename":"Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/crabTemplate.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2Ftemplates%2FcrabTemplate.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2Ftemplates%2FcrabTemplate.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2Ftemplates%2FcrabTemplate.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -34,3 +34,4 @@\n config.section_(\"Site\")\n config.Site.whitelist = ['T2_CH_*','T2_DE_*','T2_FR_*','T2_IT_*']\n config.Site.storageSite = 'T2_CH_CERN'\n+-- dummy change --"},{"sha":"f10449cc1c078583eeebe9b36b02125a598f8084","filename":"Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/executableTemplate.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2Ftemplates%2FexecutableTemplate.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2Ftemplates%2FexecutableTemplate.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2Ftemplates%2FexecutableTemplate.sh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -5,3 +5,4 @@ export X509_USER_PROXY=.user_proxy\n eval `scram runtime -sh`\n cd workDirectory\n ./cmsRun validation_cfg.py config=validation.json\n+-- dummy change --"},{"sha":"73582ee80bb5b77433556c6602804ea13ed7932d","filename":"Alignment/OfflineValidation/python/TkAlAllInOneTool/utils.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2Futils.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2Futils.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2Futils.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -33,3 +33,4 @@ def _byteify(data, ignore_dicts = False):\n }\n # if it's anything else, return it in its original form\n return data\n+-- dummy change --"},{"sha":"198f56f718995d2d5144598bb2933a7b914dabc7","filename":"Alignment/OfflineValidation/python/TkAlMap.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlMap.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlMap.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlMap.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -780,3 +780,4 @@ def __del__(self):\n TkMap_temp.save(extension='png')\n TkMap_temp.save()\n raw_input('exit')\n+-- dummy change --"},{"sha":"7db93c0ec1eaad4ca9ea3e6e8dd1eb86d1e34272","filename":"Alignment/OfflineValidation/python/TkAlMap_cfg/TkAlMapDesign_phase0_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlMap_cfg%2FTkAlMapDesign_phase0_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlMap_cfg%2FTkAlMapDesign_phase0_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlMap_cfg%2FTkAlMapDesign_phase0_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -529,3 +529,4 @@ def test_draw(w, h):\n #raw_input('exit')\n \n \n+-- dummy change --"},{"sha":"78aa481aac6c4a21e74c9e30e6f0e67ad1e3a8aa","filename":"Alignment/OfflineValidation/python/TkAlMap_cfg/TkAlMapDesign_phase1_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlMap_cfg%2FTkAlMapDesign_phase1_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlMap_cfg%2FTkAlMapDesign_phase1_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlMap_cfg%2FTkAlMapDesign_phase1_cfg.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -540,3 +540,4 @@ def test_draw(w, h):\n #raw_input('exit')\n \n \n+-- dummy change --"},{"sha":"0425a37cc59ce3b13e1d5da6b689b434a41457c1","filename":"Alignment/OfflineValidation/python/TkAlStyle.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlStyle.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTkAlStyle.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlStyle.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -3,3 +3,4 @@\n ROOT.gROOT.ProcessLine('#include \"Alignment/OfflineValidation/interface/TkAlStyle.h\"')\n \n from ROOT import TkAlStyle\n+-- dummy change --"},{"sha":"94d9b1a9ccf6ecbd5e88b56fcb6550a259ffdda7","filename":"Alignment/OfflineValidation/python/TrackerGeometryCompare_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTrackerGeometryCompare_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTrackerGeometryCompare_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTrackerGeometryCompare_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -24,3 +24,4 @@\n \n \n \n+-- dummy change --"},{"sha":"5c15c7b4b6846c9c61348e2252ee8a2df34a2eb7","filename":"Alignment/OfflineValidation/python/TrackerOfflineValidationSummary_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTrackerOfflineValidationSummary_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTrackerOfflineValidationSummary_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTrackerOfflineValidationSummary_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -25,3 +25,4 @@\n # Nbinx = cms.int32(200), xmin = cms.double(-0.05), xmax = cms.double(0.05)\n TH1DmrYprimePixelModules = dict(Nbinx = 5000, xmin = -0.05, xmax = 0.05)\n )\n+-- dummy change --"},{"sha":"ddf4cd5299e525adad0a6f6a7277c22b6a318c10","filename":"Alignment/OfflineValidation/python/TrackerOfflineValidation_Dqm_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTrackerOfflineValidation_Dqm_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTrackerOfflineValidation_Dqm_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTrackerOfflineValidation_Dqm_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -66,3 +66,4 @@\n *TrackerOfflineValidationSummaryDqm\n \t\t\t\t\t *DqmSaverTkAl\n )\n+-- dummy change --"},{"sha":"0767a4bb932a6ffa0673044cc28cd98e7bfdf0a6","filename":"Alignment/OfflineValidation/python/TrackerOfflineValidation_Standalone_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTrackerOfflineValidation_Standalone_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTrackerOfflineValidation_Standalone_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTrackerOfflineValidation_Standalone_cff.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -98,3 +98,4 @@\n ##\n seqTrackerOfflineValidationStandalone = cms.Sequence(TrackerOfflineValidationStandalone)\n \n+-- dummy change --"},{"sha":"1d544a147cf51e6007c4efc036ed848809ff103f","filename":"Alignment/OfflineValidation/python/TrackerOfflineValidation_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTrackerOfflineValidation_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FTrackerOfflineValidation_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTrackerOfflineValidation_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -87,3 +87,4 @@\n )\n \n \n+-- dummy change --"},{"sha":"27955b3ef389268414a466806c085cd15e36d269","filename":"Alignment/OfflineValidation/python/energyOverMomentumTreeElec_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FenergyOverMomentumTreeElec_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FenergyOverMomentumTreeElec_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FenergyOverMomentumTreeElec_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -26,3 +26,4 @@\n #SCdRMatch = cms.double(0.09),\n #SCdRIso = cms.double(0.2)\n )\n+-- dummy change --"},{"sha":"4044c288cca044e1aca70e15aee0203e3f626401","filename":"Alignment/OfflineValidation/python/energyOverMomentumTree_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FenergyOverMomentumTree_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FenergyOverMomentumTree_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FenergyOverMomentumTree_cfi.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -4,3 +4,4 @@\n energyOverMomentumTree = _eopTreeWriter.clone(\n src = 'TrackRefitter'\n )\n+-- dummy change --"},{"sha":"b33aaac16d510ad6195a52a83458a2fa4ceedec7","filename":"Alignment/OfflineValidation/python/overlapValidationPlot.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FoverlapValidationPlot.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FoverlapValidationPlot.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FoverlapValidationPlot.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -248,3 +248,4 @@ def plot(file_name,subdet_ids,module_directions,overlap_directions,profile_direc\n for ext in \"png\", \"eps\", \"root\", \"pdf\":\n c.SaveAs(save_as_file_name+\".\" +ext)\n \n+-- dummy change --"},{"sha":"13c834a36bdcbc5e6539fc84655611422afc2693","filename":"Alignment/OfflineValidation/python/runGCPTkAlMap.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FrunGCPTkAlMap.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fpython%2FrunGCPTkAlMap.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FrunGCPTkAlMap.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -261,3 +261,4 @@\n TkMap_drange_strips.clean_up()\n \n print('TOOK: '+str(time.time()-ts_start)+' s') \n+-- dummy change --"},{"sha":"6b155288c397a655ad4bba7e6515e0a632968277","filename":"Alignment/OfflineValidation/scripts/BiaspT_gaus.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FBiaspT_gaus.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FBiaspT_gaus.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FBiaspT_gaus.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -348,3 +348,4 @@ gROOT->Clear();\n \n }\n \n+-- dummy change --"},{"sha":"728b4338637b3ef10a56423391d21fd4ffbe3ef2","filename":"Alignment/OfflineValidation/scripts/Chi2_mu.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FChi2_mu.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FChi2_mu.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FChi2_mu.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -145,3 +145,4 @@ float Plots::convert(float num){\n \n return mean2;\n }\n+-- dummy change --"},{"sha":"1ed23a86ead97440ba3c1a1a22439bc366284fee","filename":"Alignment/OfflineValidation/scripts/Eff_Z_yzmu_nota.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FEff_Z_yzmu_nota.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FEff_Z_yzmu_nota.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FEff_Z_yzmu_nota.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -371,3 +371,4 @@ gROOT->Clear();\n \n delete c1;\n }\n+-- dummy change --"},{"sha":"9e0d9b972040c109d1a080442ba16feef7bf7aa8","filename":"Alignment/OfflineValidation/scripts/Effeta_nota.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FEffeta_nota.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FEffeta_nota.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FEffeta_nota.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -390,3 +390,4 @@ gROOT->Clear();\n \n delete c1;\n }\n+-- dummy change --"},{"sha":"28950bcb4ab8110d28106a00a9b9e151c97a860d","filename":"Alignment/OfflineValidation/scripts/FakeRate_d0.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FFakeRate_d0.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FFakeRate_d0.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FFakeRate_d0.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -377,3 +377,4 @@ gROOT->Clear();\n \n delete c1;\n }\n+-- dummy change --"},{"sha":"45957059e2e1fec3373ad07ea9a0e9b12e7571a8","filename":"Alignment/OfflineValidation/scripts/FakeRate_eta.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FFakeRate_eta.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FFakeRate_eta.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FFakeRate_eta.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -380,3 +380,4 @@ gROOT->Clear();\n \n delete c1;\n }\n+-- dummy change --"},{"sha":"95cc65539f52f0f34142fc9a295bbed6c4357641","filename":"Alignment/OfflineValidation/scripts/FakeRate_nhit.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FFakeRate_nhit.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FFakeRate_nhit.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FFakeRate_nhit.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -376,3 +376,4 @@ gROOT->Clear();\n \n delete c1;\n }\n+-- dummy change --"},{"sha":"80836ba5aa17f0f6a48f73d216e0167bb78a305d","filename":"Alignment/OfflineValidation/scripts/FakeRate_pt.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FFakeRate_pt.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FFakeRate_pt.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FFakeRate_pt.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -377,3 +377,4 @@ gROOT->Clear();\n \n delete c1;\n }\n+-- dummy change --"},{"sha":"36dfd2cd9c51e007d3ff3705cf77dc5c1dba39aa","filename":"Alignment/OfflineValidation/scripts/FakeRate_z0.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FFakeRate_z0.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FFakeRate_z0.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FFakeRate_z0.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -377,3 +377,4 @@ gROOT->Clear();\n \n delete c1;\n }\n+-- dummy change --"},{"sha":"c0aa2b9cbb2fb66f81ea57224af6b9d0680ede07","filename":"Alignment/OfflineValidation/scripts/GCPpyPlots.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FGCPpyPlots.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FGCPpyPlots.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FGCPpyPlots.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -88,3 +88,4 @@ def TkAlMap_plots(config):\n print(' ----- TkAlMaps -----') \n TkAlMap_plots(config) \n \n+-- dummy change --"},{"sha":"22d5cc594ec384902716086388c441aeadd8f434","filename":"Alignment/OfflineValidation/scripts/GeoComparisonGUI.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FGeoComparisonGUI.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FGeoComparisonGUI.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FGeoComparisonGUI.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -358,3 +358,4 @@ void GeoComparisonGUI(const char * fname) {\n MyMainFrame * frame = new MyMainFrame(gClient->GetRoot());\n frame->Reset();\n }\n+-- dummy change --"},{"sha":"18b0bba90c7e6e79bb6a628dbd2b4f04ed7529b3","filename":"Alignment/OfflineValidation/scripts/PixelBaryCentrePlotConfig.json","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FPixelBaryCentrePlotConfig.json","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FPixelBaryCentrePlotConfig.json","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FPixelBaryCentrePlotConfig.json?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -7,3 +7,4 @@\n \"EOY\":\"End-of-Year Re-reconstruction\"},\n \"colorScheme\": {\"rereco\":419,\"prompt\":600,\"EOY\":632}\n }\n+-- dummy change --"},{"sha":"b6ab1f999d21b269db1e91e5888a7a85caa025aa","filename":"Alignment/OfflineValidation/scripts/Rescottheta_gaus.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FRescottheta_gaus.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FRescottheta_gaus.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FRescottheta_gaus.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -347,3 +347,4 @@ gROOT->Clear();\n \n }\n \n+-- dummy change --"},{"sha":"e66d2076e4f3cc6b478132b49b757f50a5c1a8fd","filename":"Alignment/OfflineValidation/scripts/Resd0_gaus.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FResd0_gaus.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FResd0_gaus.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FResd0_gaus.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -344,3 +344,4 @@ gROOT->Clear();\n \n }\n \n+-- dummy change --"},{"sha":"aea75c40fc8e9c00452cf92553336f38bb4def7e","filename":"Alignment/OfflineValidation/scripts/Resd0_pT_higgs.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FResd0_pT_higgs.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FResd0_pT_higgs.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FResd0_pT_higgs.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -331,3 +331,4 @@ gROOT->Clear();\n \n }\n \n+-- dummy change --"},{"sha":"f5d2dbd719fb66af2cc5346d6a19fc99b65e7b0f","filename":"Alignment/OfflineValidation/scripts/Residual_mu.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FResidual_mu.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FResidual_mu.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FResidual_mu.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -166,3 +166,4 @@ float Plots::convert(float num){\n \n return mean2;\n }\n+-- dummy change --"},{"sha":"5333b696ad3618db89e8f12b117e0f5438ca8584","filename":"Alignment/OfflineValidation/scripts/Residualcottheta_mu.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FResidualcottheta_mu.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FResidualcottheta_mu.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FResidualcottheta_mu.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -168,3 +168,4 @@ float Plots::convert(float num){\n \n return mean2;\n }\n+-- dummy change --"},{"sha":"136a40908191e3d1095f3a76a74f9bf136c9f079","filename":"Alignment/OfflineValidation/scripts/Residuald0_mu.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FResiduald0_mu.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FResiduald0_mu.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FResiduald0_mu.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -167,3 +167,4 @@ float Plots::convert(float num){\n \n return mean2;\n }\n+-- dummy change --"},{"sha":"7ed0e76d3d6067c59b1263e779762916590a30a3","filename":"Alignment/OfflineValidation/scripts/ResidualmZ_mu.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FResidualmZ_mu.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FResidualmZ_mu.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FResidualmZ_mu.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -160,3 +160,4 @@ float Plots::convert(float num){\n \n return mean2;\n }\n+-- dummy change --"},{"sha":"1d038b3c5d6d29be1f46eaa4bfb858bb4dbb0126","filename":"Alignment/OfflineValidation/scripts/Residualphi_mu.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FResidualphi_mu.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FResidualphi_mu.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FResidualphi_mu.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -166,3 +166,4 @@ float Plots::convert(float num){\n \n return mean2;\n }\n+-- dummy change --"},{"sha":"c6c133b762b28d093081705f8ac9ade56db9fae2","filename":"Alignment/OfflineValidation/scripts/Residualz0_mu.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FResidualz0_mu.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FResidualz0_mu.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FResidualz0_mu.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -166,3 +166,4 @@ float Plots::convert(float num){\n \n return mean2;\n }\n+-- dummy change --"},{"sha":"016f1a8a99fa76cb568ef0a3c37ad473a6e8d098","filename":"Alignment/OfflineValidation/scripts/ResmZ_y_gaus.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FResmZ_y_gaus.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FResmZ_y_gaus.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FResmZ_y_gaus.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -296,3 +296,4 @@ gROOT->Clear();\n \n }\n \n+-- dummy change --"},{"sha":"18ca576d8b14794cc65541407c788b0aaa6e64fe","filename":"Alignment/OfflineValidation/scripts/RespT_gaus.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FRespT_gaus.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FRespT_gaus.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FRespT_gaus.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -341,3 +341,4 @@ gROOT->Clear();\n \n }\n \n+-- dummy change --"},{"sha":"4ee228c07b3503914a937dfdebbae8a96bef7bbc","filename":"Alignment/OfflineValidation/scripts/RespT_nhit.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FRespT_nhit.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FRespT_nhit.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FRespT_nhit.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -330,3 +330,4 @@ gROOT->Clear();\n \n }\n \n+-- dummy change --"},{"sha":"0157f99c4bbc2296e5aa1cd7043890abf4a23f15","filename":"Alignment/OfflineValidation/scripts/RespT_pT2_higgs.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FRespT_pT2_higgs.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FRespT_pT2_higgs.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FRespT_pT2_higgs.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -335,3 +335,4 @@ gROOT->Clear();\n \n }\n \n+-- dummy change --"},{"sha":"229bf22ede5f1c486bd249c80b0a91cd78aed481","filename":"Alignment/OfflineValidation/scripts/RespT_pT_higgs.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FRespT_pT_higgs.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FRespT_pT_higgs.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FRespT_pT_higgs.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -335,3 +335,4 @@ gROOT->Clear();\n \n }\n \n+-- dummy change --"},{"sha":"5f20be8a9b8fe1a4533f56509ea04a50e23141f0","filename":"Alignment/OfflineValidation/scripts/Resphi_gaus.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FResphi_gaus.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FResphi_gaus.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FResphi_gaus.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -346,3 +346,4 @@ gROOT->Clear();\n \n }\n \n+-- dummy change --"},{"sha":"dcb07c56efc73adcf9499a2963a5f3243e9fce09","filename":"Alignment/OfflineValidation/scripts/Resz0_gaus.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FResz0_gaus.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FResz0_gaus.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FResz0_gaus.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -345,3 +345,4 @@ gROOT->Clear();\n \n }\n \n+-- dummy change --"},{"sha":"77e6f961ba5a75fc9a2637dd7ced65fe54087ea1","filename":"Alignment/OfflineValidation/scripts/Resz0_pT_higgs.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FResz0_pT_higgs.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FResz0_pT_higgs.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FResz0_pT_higgs.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -337,3 +337,4 @@ gROOT->Clear();\n \n }\n \n+-- dummy change --"},{"sha":"c1850802bcf0de90d3b6c2b0e7003a1e5fe3fa14","filename":"Alignment/OfflineValidation/scripts/addHistograms.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FaddHistograms.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FaddHistograms.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FaddHistograms.sh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -24,3 +24,4 @@ else\n xrdcp ${BASENAME}.root root://eoscms.cern.ch/${OUTPUTFOLDERNAME}\n rm ${BASENAME}.root\n fi\n+-- dummy change --"},{"sha":"fca1432e38c78a1769e6c757bcf9017c7337344f","filename":"Alignment/OfflineValidation/scripts/compareFileAges.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FcompareFileAges.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FcompareFileAges.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FcompareFileAges.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -39,3 +39,4 @@ int compareFileAges(const char* newestCandidate, const char* filesToCompare) {\n // The first file had the biggest modification time: return 0\n return 0;\n }\n+-- dummy change --"},{"sha":"71ece4ef1bbd7051fd9ed7f26902dc4183a9e645","filename":"Alignment/OfflineValidation/scripts/compareGeoms","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FcompareGeoms","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FcompareGeoms","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FcompareGeoms?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -20,3 +20,4 @@ cmsRun compareCSA08_commonSubdets.cfg\n \n \n \n+-- dummy change --"},{"sha":"30260c8d8f267b9294bc249807884f16854c888b","filename":"Alignment/OfflineValidation/scripts/compareTrackerGeometries.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FcompareTrackerGeometries.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FcompareTrackerGeometries.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FcompareTrackerGeometries.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -220,3 +220,4 @@\n \n \n }\n+-- dummy change --"},{"sha":"285da253dff275a70cb143ac5f7b5dba990389bb","filename":"Alignment/OfflineValidation/scripts/createIOVlist.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FcreateIOVlist.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FcreateIOVlist.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FcreateIOVlist.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -309,3 +309,4 @@ def main():\n \n if __name__ == \"__main__\":\n main()\n+-- dummy change --"},{"sha":"d3cc24180ef9559d7722c40675bf003f0c86dd27","filename":"Alignment/OfflineValidation/scripts/drawCSC.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FdrawCSC.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FdrawCSC.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FdrawCSC.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -58,3 +58,4 @@ h = (TH1F*) gROOT->FindObject(nameOfHisto);\n h->Draw(\"\");\n \n }\n+-- dummy change --"},{"sha":"9a342f5a8a130e3f680347fdd8c7f8c36030394e","filename":"Alignment/OfflineValidation/scripts/drawCSC2D.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FdrawCSC2D.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FdrawCSC2D.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FdrawCSC2D.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -58,3 +58,4 @@ h2 = (TH2F*) gROOT->FindObject(nameOfHisto);\n h2->Draw(\"COLZ\");\n \n }\n+-- dummy change --"},{"sha":"b966a392142f9d0f5a2e473468060b4dc8067b9b","filename":"Alignment/OfflineValidation/scripts/drawChamberCSC.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FdrawChamberCSC.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FdrawChamberCSC.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FdrawChamberCSC.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -61,3 +61,4 @@ h = (TH1F*) gROOT->FindObject(nameOfHisto);\n h->Draw(\"\");\n \n }\n+-- dummy change --"},{"sha":"5c99c912bb537c99d64f2213fa00bf17d0109408","filename":"Alignment/OfflineValidation/scripts/drawChamberDT.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FdrawChamberDT.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FdrawChamberDT.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FdrawChamberDT.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -61,3 +61,4 @@ h = (TH1F*) gROOT->FindObject(nameOfHisto);\n h->Draw(\"\");\n \n }\n+-- dummy change --"},{"sha":"59498ce8dadfddccb64333fee54121b544c49be2","filename":"Alignment/OfflineValidation/scripts/drawDT.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FdrawDT.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FdrawDT.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FdrawDT.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -58,3 +58,4 @@ h = (TH1F*) gROOT->FindObject(nameOfHisto);\n h->Draw(\"\");\n \n }\n+-- dummy change --"},{"sha":"0cf2b1b3a01065753af6156c7f2a9eca9b79eea7","filename":"Alignment/OfflineValidation/scripts/drawDT2D.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FdrawDT2D.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FdrawDT2D.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FdrawDT2D.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -58,3 +58,4 @@ h2 = (TH2F*) gROOT->FindObject(nameOfHisto);\n h2->Draw(\"COLZ\");\n \n }\n+-- dummy change --"},{"sha":"d5327c4b0776e90b9df0dda0f6ddcaeb197d5e20","filename":"Alignment/OfflineValidation/scripts/extractBaryCentre.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FextractBaryCentre.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FextractBaryCentre.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FextractBaryCentre.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -105,3 +105,4 @@ def list_branches(tree, folder_name=''):\n \n if __name__ == '__main__':\n exit(main())\n+-- dummy change --"},{"sha":"af9ddff9d4dca0b350f7c1cc75f5a4ed59dc5632","filename":"Alignment/OfflineValidation/scripts/mZ_mu.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FmZ_mu.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FmZ_mu.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FmZ_mu.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -179,3 +179,4 @@ float Plots::convert(float num){\n return mean2;\n }\n \n+-- dummy change --"},{"sha":"823e1891bdd830b900f4558496eda7f111c909b2","filename":"Alignment/OfflineValidation/scripts/mZfit.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FmZfit.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FmZfit.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FmZfit.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -81,3 +81,4 @@ delete c1;\n }\n \n \n+-- dummy change --"},{"sha":"b1e4b7882c9c702d5b5f48790de42755c8a02a44","filename":"Alignment/OfflineValidation/scripts/makeListRunsInFiles.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FmakeListRunsInFiles.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FmakeListRunsInFiles.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FmakeListRunsInFiles.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -147,3 +147,4 @@ def main():\n if __name__ == \"__main__\":\n ##############################################\n main()\n+-- dummy change --"},{"sha":"570d81a07e09fc00996e79ed28ac7bba0d4f3fe5","filename":"Alignment/OfflineValidation/scripts/merge_TrackerOfflineValidation.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2Fmerge_TrackerOfflineValidation.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2Fmerge_TrackerOfflineValidation.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2Fmerge_TrackerOfflineValidation.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -494,3 +494,4 @@ float getMedian(const TH1 *histo)\n return median;\n \n }\n+-- dummy change --"},{"sha":"6cedf768fb2c5c8b9fe8c2ae0154b52b2428fc0b","filename":"Alignment/OfflineValidation/scripts/mkLumiAveragedPlots.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FmkLumiAveragedPlots.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FmkLumiAveragedPlots.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FmkLumiAveragedPlots.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -701,3 +701,4 @@ def parser():\n plotter.plot()\n \n log(\"i\",\"All done.\") \n+-- dummy change --"},{"sha":"5c88599069403e12c28f338b62f2e69d611246eb","filename":"Alignment/OfflineValidation/scripts/muonDBComparison.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FmuonDBComparison.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FmuonDBComparison.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FmuonDBComparison.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -530,3 +530,4 @@ void muonDBComparison()\n compare2AlignmentsSame(\"root/first_examples.root\", \"fromAlignment\",\"ideal\");\n \n }\n+-- dummy change --"},{"sha":"3db71d3e91d225bef209886b68b04e206b4c5f8c","filename":"Alignment/OfflineValidation/scripts/plotBaryCentre_VS_BeamSpot.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FplotBaryCentre_VS_BeamSpot.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FplotBaryCentre_VS_BeamSpot.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FplotBaryCentre_VS_BeamSpot.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -516,3 +516,4 @@ def Run():\n \n if __name__ == \"__main__\":\n Run()\n+-- dummy change --"},{"sha":"67504a5da257176d144cf206851eabcf548898bf","filename":"Alignment/OfflineValidation/scripts/printsummarytable.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2Fprintsummarytable.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2Fprintsummarytable.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2Fprintsummarytable.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -30,3 +30,4 @@\n \n if not printedanything:\n raise ValueError(\"Didn't find any *ValidationSummary.txt. Maybe try somewhere else?\\nPaths searched:\\n\" + \"\\n\".join(tried))\n+-- dummy change --"},{"sha":"258c8d13f0d05c468e096bd92c85735cac755cc6","filename":"Alignment/OfflineValidation/scripts/produceOfflineValidationTex.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FproduceOfflineValidationTex.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FproduceOfflineValidationTex.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FproduceOfflineValidationTex.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -66,3 +66,4 @@ def main():\n \n if __name__ == '__main__':\n main()\n+-- dummy change --"},{"sha":"614e2f909ca78024bbd07c20f3b802c4b34988d5","filename":"Alignment/OfflineValidation/scripts/pulld0.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2Fpulld0.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2Fpulld0.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2Fpulld0.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -142,3 +142,4 @@ float Plots::convert(float num){\n \n return mean2;\n }\n+-- dummy change --"},{"sha":"f78ca293497c3daa357c63c196c5f0c6da85820b","filename":"Alignment/OfflineValidation/scripts/pullphi.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2Fpullphi.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2Fpullphi.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2Fpullphi.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -142,3 +142,4 @@ float Plots::convert(float num){\n \n return mean2;\n }\n+-- dummy change --"},{"sha":"3f0952b8ab5ed51b58c403c139c5a2a6abbad419","filename":"Alignment/OfflineValidation/scripts/pullz0.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2Fpullz0.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2Fpullz0.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2Fpullz0.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -141,3 +141,4 @@ float Plots::convert(float num){\n \n return mean2;\n }\n+-- dummy change --"},{"sha":"ee3673799110f3c6f88af1348844e03813a02f38","filename":"Alignment/OfflineValidation/scripts/submitPVResolutionJobs.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FsubmitPVResolutionJobs.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FsubmitPVResolutionJobs.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FsubmitPVResolutionJobs.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -464,3 +464,4 @@ def main():\n ###################################################\n if __name__ == \"__main__\": \n main()\n+-- dummy change --"},{"sha":"b81f8891bc0eeb9d15056ead3722a534feba894f","filename":"Alignment/OfflineValidation/scripts/submitPVValidationJobs.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FsubmitPVValidationJobs.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FsubmitPVValidationJobs.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FsubmitPVValidationJobs.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1114,3 +1114,4 @@ def main():\n \n \n \n+-- dummy change --"},{"sha":"9099ca85dba8642abc7f4d2df15376cb85c9c9ca","filename":"Alignment/OfflineValidation/scripts/tdrstyle.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2Ftdrstyle.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2Ftdrstyle.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2Ftdrstyle.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -155,3 +155,4 @@ void setTDRStyle() {\n tdrStyle->cd();\n \n }\n+-- dummy change --"},{"sha":"4782de8c893bd272280c1b6dddbdcc6854d4574d","filename":"Alignment/OfflineValidation/scripts/validateAlignments.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FvalidateAlignments.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FvalidateAlignments.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FvalidateAlignments.py?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -391,3 +391,4 @@ def main():\n if __name__ == \"__main__\":\n ##############################################\n main()\n+-- dummy change --"},{"sha":"4d2279dc8e61a72d9010675bc0fa349c918063d3","filename":"Alignment/OfflineValidation/scripts/visualizationTracker.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FvisualizationTracker.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fscripts%2FvisualizationTracker.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fscripts%2FvisualizationTracker.C?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -511,3 +511,4 @@ void runVisualizer() {\n linexcoord,\n lineycoord);\n }\n+-- dummy change --"},{"sha":"090761b09e0092b3295d2546449e36f422bcc243","filename":"Alignment/OfflineValidation/src/CompareAlignments.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fsrc%2FCompareAlignments.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fsrc%2FCompareAlignments.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fsrc%2FCompareAlignments.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -360,3 +360,4 @@ void CompareAlignments::SetMinMaxRange(TObjArray *hists) {\n h_first->SetMinimum(min - min * 0.1);\n }\n }\n+-- dummy change --"},{"sha":"fc5ea1ff806121b90ae37c3d50fe1e49214b8f34","filename":"Alignment/OfflineValidation/src/FitWithRooFit.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fsrc%2FFitWithRooFit.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fsrc%2FFitWithRooFit.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fsrc%2FFitWithRooFit.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -504,3 +504,4 @@ std::unique_ptr FitWithRooFit::buildModel(RooRealVar* x,\n }\n return model;\n }\n+-- dummy change --"},{"sha":"6f99ab73bb1c4e9e097bed8ee8de1477c82c8c94","filename":"Alignment/OfflineValidation/src/GeometryComparisonPlotter.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fsrc%2FGeometryComparisonPlotter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fsrc%2FGeometryComparisonPlotter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fsrc%2FGeometryComparisonPlotter.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -1691,3 +1691,4 @@ void GeometryComparisonPlotter::WriteTable(std::vector x,\n output << \"\\\\end{tabular}\" << std::endl;\n output << \"\\\\end{table}\" << std::endl;\n }\n+-- dummy change --"},{"sha":"f0e2b7fc20dbc0066ef7ddf9f384ebfe7db0ca31","filename":"Alignment/OfflineValidation/src/PVValidationHelpers.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fsrc%2FPVValidationHelpers.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fsrc%2FPVValidationHelpers.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fsrc%2FPVValidationHelpers.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -262,3 +262,4 @@ std::pair PVValHelper::fitResiduals(TH1* hist)\n result = std::make_pair(resultM, resultW);\n return result;\n }\n+-- dummy change --"},{"sha":"f9dced8a5a62cc791226c92df60199e67827491f","filename":"Alignment/OfflineValidation/src/PlotAlignmentValidation.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fsrc%2FPlotAlignmentValidation.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fsrc%2FPlotAlignmentValidation.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fsrc%2FPlotAlignmentValidation.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -2439,3 +2439,4 @@ void PlotAlignmentValidation::residual_by_moduleID(unsigned int moduleid) {\n cy->SaveAs(outputDir + \"/\" + filenamey + \".png\");\n cy->SaveAs(outputDir + \"/\" + filenamey + \".eps\");\n }\n+-- dummy change --"},{"sha":"a66df1a5622acd156268c3434034d4796f3ef7bd","filename":"Alignment/OfflineValidation/src/PrepareDMRTrends.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fsrc%2FPrepareDMRTrends.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fsrc%2FPrepareDMRTrends.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fsrc%2FPrepareDMRTrends.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -159,3 +159,4 @@ void PrepareDMRTrends::compileDMRTrends(vector IOVlist,\n delete f;\n delete g;\n }\n+-- dummy change --"},{"sha":"786a1357bbb49c8e6343c53ff9c78d683aa33bd3","filename":"Alignment/OfflineValidation/src/PreparePVTrends.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fsrc%2FPreparePVTrends.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fsrc%2FPreparePVTrends.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fsrc%2FPreparePVTrends.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -979,3 +979,4 @@ outPVtrends PreparePVTrends::processData(size_t iter,\n \n return ret;\n }\n+-- dummy change --"},{"sha":"85eadca758a0fd03335d4b5417bd9b933f3621be","filename":"Alignment/OfflineValidation/src/SmartSelectionMonitor.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fsrc%2FSmartSelectionMonitor.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fsrc%2FSmartSelectionMonitor.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fsrc%2FSmartSelectionMonitor.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -106,3 +106,4 @@ bool SmartSelectionMonitor::fillProfile(\n }\n return true;\n }\n+-- dummy change --"},{"sha":"dbba92d56f58f4d96ac7a95be6c86795074aea2c","filename":"Alignment/OfflineValidation/src/TkAlStyle.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fsrc%2FTkAlStyle.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fsrc%2FTkAlStyle.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fsrc%2FTkAlStyle.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -362,3 +362,4 @@ void TkAlStyle::set(const PublicationStatus status,\n }\n \n void TkAlStyle::set(const TString customTitle) { set(CUSTOM, NONE, customTitle); }\n+-- dummy change --"},{"sha":"a75652898375e29ba9501974b5ac6b9fcc44445d","filename":"Alignment/OfflineValidation/src/TrackerValidationVariables.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fsrc%2FTrackerValidationVariables.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fsrc%2FTrackerValidationVariables.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fsrc%2FTrackerValidationVariables.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -491,3 +491,4 @@ void TrackerValidationVariables::fillTrackQuantities(const edm::Event& event,\n v_avtrackout.push_back(trackStruct);\n }\n }\n+-- dummy change --"},{"sha":"182119dfe80d49f5ae7ee92fb570f133d39f1fb0","filename":"Alignment/OfflineValidation/src/Trend.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fsrc%2FTrend.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fsrc%2FTrend.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fsrc%2FTrend.cc?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -295,3 +295,4 @@ Trend::~Trend() {\n c.SaveAs(Form(\"%s/%s.pdf\", outputDir, c.GetName()), Form(\"Title:%s\", c.GetTitle()));\n c.SaveAs(Form(\"%s/%s.png\", outputDir, c.GetName()), Form(\"Title:%s\", c.GetTitle()));\n }\n+-- dummy change --"},{"sha":"fdc4dedd71f8b277968741c1d8384234d158b2d7","filename":"Alignment/OfflineValidation/src/classes.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fsrc%2Fclasses.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fsrc%2Fclasses.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fsrc%2Fclasses.h?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -4,3 +4,4 @@\n #include \"Alignment/OfflineValidation/interface/EopElecVariables.h\"\n #include \"Alignment/OfflineValidation/interface/OutPVtrends.h\"\n #include \"Alignment/OfflineValidation/interface/SmartSelectionMonitor.h\"\n+-- dummy change --"},{"sha":"e4dd0fa160b359850b0a39bf757b8f36c148b47a","filename":"Alignment/OfflineValidation/src/classes_def.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fsrc%2Fclasses_def.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Fsrc%2Fclasses_def.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fsrc%2Fclasses_def.xml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -10,3 +10,4 @@\n \n \n \n+-- dummy change --"},{"sha":"b0173c22043a76c012e73da32839055200062114","filename":"Alignment/OfflineValidation/test/examples/DMR_overriding_conditions.yaml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FDMR_overriding_conditions.yaml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FDMR_overriding_conditions.yaml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FDMR_overriding_conditions.yaml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -48,3 +48,4 @@ validations:\n - ULRun2\n maxevents: 1\n maxtracks: 0\n+-- dummy change --"},{"sha":"cf1cc34bb18e33b4198ee400a3e162a68c2ae05d","filename":"Alignment/OfflineValidation/test/examples/DMR_testFeatures.yaml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FDMR_testFeatures.yaml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FDMR_testFeatures.yaml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FDMR_testFeatures.yaml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -46,3 +46,4 @@ validations:\n maxtracks: 18000\n dataset: /afs/cern.ch/cms/CAF/CMSALCA/ALCA_TRACKERALIGN/MP/MPproduction/datasetfiles/Collisions2023/310723/HLTMonitor_Run2023D-Express-v2_FEVTHLTALL/Dataset_Validation_HLTMonitor_Run2023D-Express-v2_FEVTHLTALL_since370667.txt\n goodlumi: /afs/cern.ch/cms/CAF/CMSALCA/ALCA_TRACKERALIGN/MP/MPproduction/datasetfiles/Collisions2023/310723/Collisions23_13p6TeV_366403_370790_DCSOnly_TkPx.json\n+-- dummy change --"},{"sha":"5d1c87f0802998863e830e605f09e6f5cbd59bc5","filename":"Alignment/OfflineValidation/test/examples/PV_alignments_different_datasets.yaml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FPV_alignments_different_datasets.yaml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FPV_alignments_different_datasets.yaml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FPV_alignments_different_datasets.yaml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -73,3 +73,4 @@ validations:\n vertexcollection: offlinePrimaryVertices\n isda: true\n ismc: true\n+-- dummy change --"},{"sha":"c935dde06e07d10d262d105e6f70a27442c0394a","filename":"Alignment/OfflineValidation/test/examples/PV_alignments_multiple_merge_jobs.yaml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FPV_alignments_multiple_merge_jobs.yaml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FPV_alignments_multiple_merge_jobs.yaml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FPV_alignments_multiple_merge_jobs.yaml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -82,3 +82,4 @@ validations:\n vertexcollection: offlinePrimaryVertices\n isda: true\n ismc: true\n+-- dummy change --"},{"sha":"e3632ac097e6475840db007c565b5217929d1d52","filename":"Alignment/OfflineValidation/test/examples/PixBary.yaml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FPixBary.yaml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FPixBary.yaml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FPixBary.yaml?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -31,3 +31,4 @@ style:\n singlemerge:\n CMSlabel: \"Internal\"\n Rlabel: \"Unit Test\"\n+-- dummy change --"},{"sha":"dd30f5879bb934dc61c2d4a1ab0e8a7d5cedbbcb","filename":"Alignment/OfflineValidation/test/examples/README.md","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FREADME.md","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FREADME.md","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FREADME.md?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -126,3 +126,4 @@ This configuration shows how to apply ptHat weight for MC files produced with di\n ```\n jetHtPlotter jetHt_ptHatWeightForMCPlot.json\n ```\n+-- dummy change --"},{"sha":"7113b036bef59f940dd1582fb5ec05868448fb87","filename":"Alignment/OfflineValidation/test/examples/jetHtAnalysis_fullExampleConfiguration.json","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FjetHtAnalysis_fullExampleConfiguration.json","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FjetHtAnalysis_fullExampleConfiguration.json","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FjetHtAnalysis_fullExampleConfiguration.json?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -74,3 +74,4 @@\n }\n }\n }\n+-- dummy change --"},{"sha":"3f4c6926f0326d64ff07a47ec17b00b99e49ff6c","filename":"Alignment/OfflineValidation/test/examples/jetHtFilesForRun2018A_first100files.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FjetHtFilesForRun2018A_first100files.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FjetHtFilesForRun2018A_first100files.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FjetHtFilesForRun2018A_first100files.txt?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -98,3 +98,4 @@\n /store/data/Run2018A/JetHT/ALCARECO/TkAlMinBias-12Nov2019_UL2018-v2/100000/4499CA0C-D34B-864D-8534-CEF74A6961D8.root\n /store/data/Run2018A/JetHT/ALCARECO/TkAlMinBias-12Nov2019_UL2018-v2/100000/458AE2C6-13F7-5A48-B18E-5ECC22AEFE6B.root\n /store/data/Run2018A/JetHT/ALCARECO/TkAlMinBias-12Nov2019_UL2018-v2/100000/45A9A0F5-7B89-C044-B579-C172903C705B.root\n+-- dummy change --"},{"sha":"36f7e00ca2bd193bf6311b9848110a1ad6223e90","filename":"Alignment/OfflineValidation/test/examples/jetHt_multiYearTrendPlot.json","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FjetHt_multiYearTrendPlot.json","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FjetHt_multiYearTrendPlot.json","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FjetHt_multiYearTrendPlot.json?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -116,3 +116,4 @@\n \"saveComment\": \"\"\n }\n }\n+-- dummy change --"},{"sha":"e791377124497e12599fd8ef314192611b41d9e3","filename":"Alignment/OfflineValidation/test/examples/jetHt_ptHatWeightForMCPlot.json","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FjetHt_ptHatWeightForMCPlot.json","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FjetHt_ptHatWeightForMCPlot.json","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FjetHt_ptHatWeightForMCPlot.json?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -51,3 +51,4 @@\n \"saveComment\": \"\"\n }\n }\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75?per_page=100&page=16 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:16:36 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"a3e76fbdb1f73d32928d1c1c23ffcb74bc2ab89458d354f6eba80deaed6a880e"'), ('Last-Modified', 'Wed, 30 Apr 2025 14:08:46 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4766'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '234'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D722:359D07:578B15:594995:681230C4')] +{"sha":"b6db3e643d2bd16deee12590d1312a3addcd2d75","node_id":"C_kwDOF83__NoAKGI2ZGIzZTY0M2QyYmQxNmRlZWUxMjU5MGQxMzEyYTNhZGRjZDJkNzU","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"message":"Test commit with many files","tree":{"sha":"d8f8da26398eca77794c2a8409031a5ab8ac23df","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/d8f8da26398eca77794c2a8409031a5ab8ac23df"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/b6db3e643d2bd16deee12590d1312a3addcd2d75","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c83ecb127f70592a95b0544c2e7e2404c9d7e440","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c83ecb127f70592a95b0544c2e7e2404c9d7e440","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c83ecb127f70592a95b0544c2e7e2404c9d7e440"}],"stats":{"total":1506,"additions":1506,"deletions":0},"files":[{"sha":"760026ec85fbb287c9b617e78c089dff5fa2792b","filename":"Alignment/OfflineValidation/test/examples/ptHatFiles_MC2018_PFJet320.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FptHatFiles_MC2018_PFJet320.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FptHatFiles_MC2018_PFJet320.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FptHatFiles_MC2018_PFJet320.txt?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -12,3 +12,4 @@ root://eoscms.cern.ch//store/group/alca_trackeralign/jviinika/JetHtExamples/JetH\n root://eoscms.cern.ch//store/group/alca_trackeralign/jviinika/JetHtExamples/JetHTAnalysis_MC2018_PFJet320_ptHat1800-2400_2021-01-12.root 1800\n root://eoscms.cern.ch//store/group/alca_trackeralign/jviinika/JetHtExamples/JetHTAnalysis_MC2018_PFJet320_ptHat2400-3200_2021-01-12.root 2400\n root://eoscms.cern.ch//store/group/alca_trackeralign/jviinika/JetHtExamples/JetHTAnalysis_MC2018_PFJet320_ptHat3200-inf_2021-01-12.root 3200\n+-- dummy change --"},{"sha":"e8e3e15909d3971e61cf48e1b538b94f15c1b53f","filename":"Alignment/OfflineValidation/test/testingScripts/test_unitMTS.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2FtestingScripts%2Ftest_unitMTS.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2FtestingScripts%2Ftest_unitMTS.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Ftest%2FtestingScripts%2Ftest_unitMTS.sh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -21,3 +21,4 @@ echo \"TESTING MTS merge step\"\n pushd test_yaml/MTS/merge/testSingleMTS/1\n ./MTSmerge validation.json --verbose || die \"Failure running MTS merge step\" $?\n popd\n+-- dummy change --"},{"sha":"a7efe69fa35e3f9bba96243a8a2ac960bd275c8f","filename":"Alignment/OfflineValidation/test/testingScripts/test_unitMiscellanea.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2FtestingScripts%2Ftest_unitMiscellanea.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2FtestingScripts%2Ftest_unitMiscellanea.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Ftest%2FtestingScripts%2Ftest_unitMiscellanea.sh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -18,3 +18,4 @@ cmsRun ${CMSSW_BASE}/src/Alignment/OfflineValidation/test/testSplitterValidation\n \n echo \"TESTING TkAlV0sAnalyzer Analyser ...\"\n cmsRun ${CMSSW_BASE}/src/Alignment/OfflineValidation/test/TkAlV0sAnalyzer_cfg.py unitTest=True || die \"Failure running TkAlV0sAnalyzer_cfg.py\" $?\n+-- dummy change --"},{"sha":"54855500ff271f196471f4eeed0977ee5ceb5714","filename":"Alignment/OfflineValidation/test/testingScripts/test_unitPV.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2FtestingScripts%2Ftest_unitPV.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2FtestingScripts%2Ftest_unitPV.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Ftest%2FtestingScripts%2Ftest_unitPV.sh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -19,3 +19,4 @@ echo \"TESTING PV trends\"\n pushd test_yaml/PV/trends/TestDATA/\n ./PVtrends validation.json --verbose || die \"Failure running PV trends\" $?\n popd\n+-- dummy change --"},{"sha":"849e3ad8427c109160fa46404cd9e655c043c86b","filename":"Alignment/OfflineValidation/test/testingScripts/test_unitPixBary.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2FtestingScripts%2Ftest_unitPixBary.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2FtestingScripts%2Ftest_unitPixBary.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Ftest%2FtestingScripts%2Ftest_unitPixBary.sh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -15,3 +15,4 @@ echo \"TESTING $thistest...\"\n pushd test_yaml/PixBary/single/testSinglePixBary/mp3619/$runrange\n ./cmsRun validation_cfg.py config=validation.json || die \"Failure running $thistest\" $?\n popd\n+-- dummy change --"},{"sha":"079c9cb362a82c83c79fbbb76dd1bc2cad185ff4","filename":"Alignment/OfflineValidation/test/testingScripts/test_unitPrimaryVertex.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2FtestingScripts%2Ftest_unitPrimaryVertex.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2FtestingScripts%2Ftest_unitPrimaryVertex.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Ftest%2FtestingScripts%2Ftest_unitPrimaryVertex.sh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -7,3 +7,4 @@ cmsRun ${CMSSW_BASE}/src/Alignment/OfflineValidation/test/testPrimaryVertexRelat\n \n echo \"TESTING Primary Vertex Validation: phase-2 setup ...\"\n cmsRun ${CMSSW_BASE}/src/Alignment/OfflineValidation/test/testPrimaryVertexRelatedValidations_cfg.py isPhase2=True maxEvents=10 || die \"Failure running testPrimaryVertexRelatedValidations_cfg.py isPhase2=True\" $?\n+-- dummy change --"},{"sha":"8eef07816e353d7e9eb3c007f370a8d10912a3a1","filename":"Alignment/OfflineValidation/test/testingScripts/test_unitSplitV.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2FtestingScripts%2Ftest_unitSplitV.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2FtestingScripts%2Ftest_unitSplitV.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Ftest%2FtestingScripts%2Ftest_unitSplitV.sh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -14,3 +14,4 @@ echo \"TESTING SplotV merge step\"\n pushd test_yaml/SplitV/merge/testUnits/1/\n ./SplitVmerge validation.json --verbose || die \"Failure running PV merge step\" $?\n popd\n+-- dummy change --"},{"sha":"9ec68c87706f14e4692572b4add7f3f3c03d4910","filename":"Alignment/OfflineValidation/test/testingScripts/test_unitSubmitPVrbr.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2FtestingScripts%2Ftest_unitSubmitPVrbr.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2FtestingScripts%2Ftest_unitSubmitPVrbr.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Ftest%2FtestingScripts%2Ftest_unitSubmitPVrbr.sh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -33,3 +33,4 @@ cd \"./testExecution\" || exit 1\n \n # Execute the script and handle errors\n ./\"${scriptName}\" || die \"Failure running PVValidation script\" $?\n+-- dummy change --"},{"sha":"a34518e9335e602b01102e30aeabc80c773382eb","filename":"Alignment/OfflineValidation/test/testingScripts/test_unitSubmitPVsplit.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2FtestingScripts%2Ftest_unitSubmitPVsplit.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2FtestingScripts%2Ftest_unitSubmitPVsplit.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Ftest%2FtestingScripts%2Ftest_unitSubmitPVsplit.sh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -44,3 +44,4 @@ if [[ ${#log_files[@]} -gt 0 ]]; then\n else\n echo \"No log files found matching 'log*.out'.\"\n fi\n+-- dummy change --"},{"sha":"8141fb03e00592e4c2d13a170d9f14389cb85e5c","filename":"Alignment/OfflineValidation/test/testingScripts/test_unitZmumu.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2FtestingScripts%2Ftest_unitZmumu.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/b6db3e643d2bd16deee12590d1312a3addcd2d75/Alignment%2FOfflineValidation%2Ftest%2FtestingScripts%2Ftest_unitZmumu.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Ftest%2FtestingScripts%2Ftest_unitZmumu.sh?ref=b6db3e643d2bd16deee12590d1312a3addcd2d75","patch":"@@ -19,3 +19,4 @@ echo \"TESTING Zmumu merge step\"\n pushd test_yaml/Zmumu/merge/testSingleZMM/1/\n ./Zmumumerge --verbose validation.json || die \"Failure running Zmumu merge step\" $?\n popd\n+-- dummy change --"}]} + diff --git a/tests/ReplayData/TestProcessPr.test_assign_from.txt b/tests/ReplayData/TestProcessPr.test_assign_from.txt new file mode 100644 index 00000000000..188d63a293a --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_assign_from.txt @@ -0,0 +1,44 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 01 Apr 2025 12:29:52 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"92613168a7a8d841172b6917c7df5b55cfc3d416ec79ed4667f817347c1f19da"'), ('Last-Modified', 'Thu, 20 Mar 2025 11:22:24 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4996'), ('X-RateLimit-Reset', '1743514107'), ('X-RateLimit-Used', '4'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'A8FA:20B543:B97E88:BDCC5E:67EBDC40')] +{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-03-28T16:32:51Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293566,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":2,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":2,"watchers":0,"default_branch":"master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-01T05:22:08Z","pushed_at":"2025-04-01T12:08:54Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1453360,"stargazers_count":1124,"watchers_count":1124,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4410,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1027,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4410,"open_issues":1027,"watchers":1124,"default_branch":"master"},"source":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-01T05:22:08Z","pushed_at":"2025-04-01T12:08:54Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1453360,"stargazers_count":1124,"watchers_count":1124,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4410,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1027,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4410,"open_issues":1027,"watchers":1124,"default_branch":"master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":4410,"subscribers_count":0} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/27 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 01 Apr 2025 12:29:53 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"b8dca623f8d23b0be1fb1d14f56c5ddc5445af14db075205cc63519115b690f6"'), ('Last-Modified', 'Tue, 01 Apr 2025 12:26:32 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4995'), ('X-RateLimit-Reset', '1743514107'), ('X-RateLimit-Used', '5'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'A90A:7236E:C3367B:C78418:67EBDC40')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/27","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmssw","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/27/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/27/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/27/events","html_url":"https://github.com/iarspider-cmssw/cmssw/issues/27","id":2963235625,"node_id":"I_kwDOF83__M6wn2Mp","number":27,"title":"Test assign from package","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[{"id":6005163641,"node_id":"LA_kwDOF83__M8AAAABZe-GeQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-assignment","name":"pending-assignment","color":"ff8000","default":false,"description":""}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":3,"created_at":"2025-04-01T12:02:49Z","updated_at":"2025-04-01T12:26:32Z","closed_at":null,"author_association":"MEMBER","type":null,"sub_issues_summary":{"total":0,"completed":0,"percent_completed":0},"active_lock_reason":null,"body":"\nDummy issue.","closed_by":null,"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/27/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/27/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 01 Apr 2025 12:29:53 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4995'), ('X-RateLimit-Reset', '1743514107'), ('X-RateLimit-Used', '5'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'A912:2D07B5:BA3D83:BE8AF3:67EBDC41')] +{"resources":{"core":{"limit":5000,"used":5,"remaining":4995,"reset":1743514107},"search":{"limit":30,"used":0,"remaining":30,"reset":1743510653},"graphql":{"limit":5000,"used":0,"remaining":5000,"reset":1743514193},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1743514193},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1743510653},"code_scanning_upload":{"limit":1000,"used":0,"remaining":1000,"reset":1743514193},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1743510653},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1743514193},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1743514193},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1743510653},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1743514193},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1743514193},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1743510653}},"rate":{"limit":5000,"used":5,"remaining":4995,"reset":1743514107}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/27/comments?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 01 Apr 2025 12:29:53 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"b1cb4ebe24c72557d106f7b168012c881dac42afc1b39b6b9ba570c30ecc4e1a"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4994'), ('X-RateLimit-Reset', '1743514107'), ('X-RateLimit-Used', '6'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'A920:79E7C:BF3F31:C38CFA:67EBDC41')] +[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2769190932","html_url":"https://github.com/iarspider-cmssw/cmssw/issues/27#issuecomment-2769190932","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/27","id":2769190932,"node_id":"IC_kwDOF83__M6lDoAU","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-01T12:25:56Z","updated_at":"2025-04-01T12:25:56Z","author_association":"MEMBER","body":"cms-bot internal usage","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2769190932/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2769190961","html_url":"https://github.com/iarspider-cmssw/cmssw/issues/27#issuecomment-2769190961","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/27","id":2769190961,"node_id":"IC_kwDOF83__M6lDoAx","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-01T12:25:57Z","updated_at":"2025-04-01T12:25:57Z","author_association":"MEMBER","body":"A new Issue was created by iarspider.\n\nDr15Jones, iarspider, makortel, smuzaffar can you please review it and eventually sign/assign? Thanks.\n\ncms-bot commands are listed here\n","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2769190961/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2769192218","html_url":"https://github.com/iarspider-cmssw/cmssw/issues/27#issuecomment-2769192218","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/27","id":2769192218,"node_id":"IC_kwDOF83__M6lDoUa","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-01T12:26:31Z","updated_at":"2025-04-01T12:26:31Z","author_association":"MEMBER","body":"assign FWCore/Framework","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2769192218/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null}] + diff --git a/tests/ReplayData/TestProcessPr.test_assign_from_invalid.txt b/tests/ReplayData/TestProcessPr.test_assign_from_invalid.txt new file mode 100644 index 00000000000..ac50f5de2f8 --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_assign_from_invalid.txt @@ -0,0 +1,44 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 01 Apr 2025 13:14:49 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"7e8173ecb90d1f20f3de90ec24250acd64919cfbff6766283336297106852f7e"'), ('Last-Modified', 'Thu, 20 Mar 2025 11:22:24 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4979'), ('X-RateLimit-Reset', '1743514107'), ('X-RateLimit-Used', '21'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '913A:FA36E:F1B7CC:F71CFC:67EBE6C9')] +{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-03-28T16:32:51Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293566,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":2,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":2,"watchers":0,"default_branch":"master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-01T05:22:08Z","pushed_at":"2025-04-01T13:10:12Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1453360,"stargazers_count":1124,"watchers_count":1124,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4410,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1026,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4410,"open_issues":1026,"watchers":1124,"default_branch":"master"},"source":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-01T05:22:08Z","pushed_at":"2025-04-01T13:10:12Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1453360,"stargazers_count":1124,"watchers_count":1124,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4410,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1026,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4410,"open_issues":1026,"watchers":1124,"default_branch":"master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":4410,"subscribers_count":0} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/27 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 01 Apr 2025 13:14:50 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"cf6bcdf29c9133df45bd5ed56bd490ed3e6c77147726ad756b46dde93e5d4d7f"'), ('Last-Modified', 'Tue, 01 Apr 2025 12:52:22 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4978'), ('X-RateLimit-Reset', '1743514107'), ('X-RateLimit-Used', '22'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '913C:7236E:F5EF24:FB5431:67EBE6C9')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/27","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmssw","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/27/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/27/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/27/events","html_url":"https://github.com/iarspider-cmssw/cmssw/issues/27","id":2963235625,"node_id":"I_kwDOF83__M6wn2Mp","number":27,"title":"Test assign from package","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160600474,"node_id":"LA_kwDOF83__M8AAAABbzNNmg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/core-pending","name":"core-pending","color":"fbca04","default":false,"description":null}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":4,"created_at":"2025-04-01T12:02:49Z","updated_at":"2025-04-01T12:52:22Z","closed_at":null,"author_association":"MEMBER","type":null,"sub_issues_summary":{"total":0,"completed":0,"percent_completed":0},"active_lock_reason":null,"body":"\nDummy issue.","closed_by":null,"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/27/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/27/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 01 Apr 2025 13:14:50 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4978'), ('X-RateLimit-Reset', '1743514107'), ('X-RateLimit-Used', '22'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9142:EBC2B:F3A9E4:F90F12:67EBE6CA')] +{"resources":{"core":{"limit":5000,"used":22,"remaining":4978,"reset":1743514107},"search":{"limit":30,"used":0,"remaining":30,"reset":1743513350},"graphql":{"limit":5000,"used":0,"remaining":5000,"reset":1743516890},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1743516890},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1743513350},"code_scanning_upload":{"limit":1000,"used":0,"remaining":1000,"reset":1743516890},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1743513350},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1743516890},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1743516890},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1743513350},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1743516890},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1743516890},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1743513350}},"rate":{"limit":5000,"used":22,"remaining":4978,"reset":1743514107}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/27/comments?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 01 Apr 2025 13:14:50 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"b805ec9c535bbe3c1e469b862d3bcd390e7b17b51e09dbd36c2b7bcfdc7c5788"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4977'), ('X-RateLimit-Reset', '1743514107'), ('X-RateLimit-Used', '23'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9146:FA36E:F1BE15:F72381:67EBE6CA')] +[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2769190932","html_url":"https://github.com/iarspider-cmssw/cmssw/issues/27#issuecomment-2769190932","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/27","id":2769190932,"node_id":"IC_kwDOF83__M6lDoAU","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-01T12:25:56Z","updated_at":"2025-04-01T12:31:50Z","author_association":"MEMBER","body":"cms-bot internal usage","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2769190932/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2769190961","html_url":"https://github.com/iarspider-cmssw/cmssw/issues/27#issuecomment-2769190961","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/27","id":2769190961,"node_id":"IC_kwDOF83__M6lDoAx","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-01T12:25:57Z","updated_at":"2025-04-01T12:25:57Z","author_association":"MEMBER","body":"A new Issue was created by iarspider.\n\nDr15Jones, iarspider, makortel, smuzaffar can you please review it and eventually sign/assign? Thanks.\n\ncms-bot commands are listed here\n","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2769190961/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2769192218","html_url":"https://github.com/iarspider-cmssw/cmssw/issues/27#issuecomment-2769192218","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/27","id":2769192218,"node_id":"IC_kwDOF83__M6lDoUa","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-01T12:26:31Z","updated_at":"2025-04-01T12:52:22Z","author_association":"MEMBER","body":"assign Foo/Bar","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2769192218/reactions","total_count":1,"+1":1,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2769205586","html_url":"https://github.com/iarspider-cmssw/cmssw/issues/27#issuecomment-2769205586","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/27","id":2769205586,"node_id":"IC_kwDOF83__M6lDrlS","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-01T12:31:49Z","updated_at":"2025-04-01T12:31:49Z","author_association":"MEMBER","body":"New categories assigned: core\n\nDr15Jones,makortel,smuzaffar you have been requested to review this Pull request/Issue and eventually sign? Thanks","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2769205586/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null}] + diff --git a/tests/ReplayData/TestProcessPr.test_assign_from_with_label.txt b/tests/ReplayData/TestProcessPr.test_assign_from_with_label.txt new file mode 100644 index 00000000000..2ccad6668c6 --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_assign_from_with_label.txt @@ -0,0 +1,44 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 01 Apr 2025 13:17:54 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"7e8173ecb90d1f20f3de90ec24250acd64919cfbff6766283336297106852f7e"'), ('Last-Modified', 'Thu, 20 Mar 2025 11:22:24 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4969'), ('X-RateLimit-Reset', '1743514107'), ('X-RateLimit-Used', '31'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E96A:10A2C9:106A79C:10C1FB6:67EBE781')] +{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-03-28T16:32:51Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293566,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":2,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":2,"watchers":0,"default_branch":"master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-01T05:22:08Z","pushed_at":"2025-04-01T13:10:12Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1453360,"stargazers_count":1124,"watchers_count":1124,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4410,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1026,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4410,"open_issues":1026,"watchers":1124,"default_branch":"master"},"source":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-01T05:22:08Z","pushed_at":"2025-04-01T13:10:12Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1453360,"stargazers_count":1124,"watchers_count":1124,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4410,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1026,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4410,"open_issues":1026,"watchers":1124,"default_branch":"master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":4410,"subscribers_count":0} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/27 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 01 Apr 2025 13:17:54 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"a9c49392027d694b471b11cd158756b23e7dc20a2d0e224c5da56c500c0e069a"'), ('Last-Modified', 'Tue, 01 Apr 2025 13:16:40 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4968'), ('X-RateLimit-Reset', '1743514107'), ('X-RateLimit-Used', '32'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C14E:E95FD:F569AC:FAE1B0:67EBE782')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/27","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmssw","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/27/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/27/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/27/events","html_url":"https://github.com/iarspider-cmssw/cmssw/issues/27","id":2963235625,"node_id":"I_kwDOF83__M6wn2Mp","number":27,"title":"Test assign from package","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[{"id":6005163641,"node_id":"LA_kwDOF83__M8AAAABZe-GeQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-assignment","name":"pending-assignment","color":"ff8000","default":false,"description":""}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":5,"created_at":"2025-04-01T12:02:49Z","updated_at":"2025-04-01T13:16:40Z","closed_at":null,"author_association":"MEMBER","type":null,"sub_issues_summary":{"total":0,"completed":0,"percent_completed":0},"active_lock_reason":null,"body":"\nDummy issue.","closed_by":null,"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/27/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/27/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 01 Apr 2025 13:17:54 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4968'), ('X-RateLimit-Reset', '1743514107'), ('X-RateLimit-Used', '32'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C15E:2D07B5:EEBE04:F435EF:67EBE782')] +{"resources":{"core":{"limit":5000,"used":32,"remaining":4968,"reset":1743514107},"search":{"limit":30,"used":0,"remaining":30,"reset":1743513534},"graphql":{"limit":5000,"used":0,"remaining":5000,"reset":1743517074},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1743517074},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1743513534},"code_scanning_upload":{"limit":1000,"used":0,"remaining":1000,"reset":1743517074},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1743513534},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1743517074},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1743517074},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1743513534},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1743517074},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1743517074},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1743513534}},"rate":{"limit":5000,"used":32,"remaining":4968,"reset":1743514107}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/27/comments?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 01 Apr 2025 13:17:54 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"063161b83c07578864a4a0c23c5b7ee688161a436048e11098e1bd493fb9382d"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4967'), ('X-RateLimit-Reset', '1743514107'), ('X-RateLimit-Used', '33'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C16C:B093B:F455C1:F9CDC3:67EBE782')] +[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2769190932","html_url":"https://github.com/iarspider-cmssw/cmssw/issues/27#issuecomment-2769190932","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/27","id":2769190932,"node_id":"IC_kwDOF83__M6lDoAU","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-01T12:25:56Z","updated_at":"2025-04-01T12:31:50Z","author_association":"MEMBER","body":"cms-bot internal usage","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2769190932/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2769190961","html_url":"https://github.com/iarspider-cmssw/cmssw/issues/27#issuecomment-2769190961","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/27","id":2769190961,"node_id":"IC_kwDOF83__M6lDoAx","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-01T12:25:57Z","updated_at":"2025-04-01T12:25:57Z","author_association":"MEMBER","body":"A new Issue was created by iarspider.\n\nDr15Jones, iarspider, makortel, smuzaffar can you please review it and eventually sign/assign? Thanks.\n\ncms-bot commands are listed here\n","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2769190961/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2769192218","html_url":"https://github.com/iarspider-cmssw/cmssw/issues/27#issuecomment-2769192218","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/27","id":2769192218,"node_id":"IC_kwDOF83__M6lDoUa","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-01T12:26:31Z","updated_at":"2025-04-01T12:52:22Z","author_association":"MEMBER","body":"assign Foo/Bar","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2769192218/reactions","total_count":1,"+1":1,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2769205586","html_url":"https://github.com/iarspider-cmssw/cmssw/issues/27#issuecomment-2769205586","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/27","id":2769205586,"node_id":"IC_kwDOF83__M6lDrlS","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-01T12:31:49Z","updated_at":"2025-04-01T12:31:49Z","author_association":"MEMBER","body":"New categories assigned: core\n\nDr15Jones,makortel,smuzaffar you have been requested to review this Pull request/Issue and eventually sign? Thanks","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2769205586/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2769330515","html_url":"https://github.com/iarspider-cmssw/cmssw/issues/27#issuecomment-2769330515","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/27","id":2769330515,"node_id":"IC_kwDOF83__M6lEKFT","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-01T13:16:39Z","updated_at":"2025-04-01T13:16:39Z","author_association":"MEMBER","body":"assign from DPGAnalysis/HcalNanoAOD","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2769330515/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null}] + diff --git a/tests/ReplayData/TestProcessPr.test_backport.txt b/tests/ReplayData/TestProcessPr.test_backport.txt new file mode 100644 index 00000000000..f42c9df34de --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_backport.txt @@ -0,0 +1,132 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Fri, 28 Mar 2025 13:34:22 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"ee4ecc9deba969cd6f4e82020ecf334d6c9408e8acc83847a365f67af478350d"'), ('Last-Modified', 'Thu, 20 Mar 2025 11:22:24 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4987'), ('X-RateLimit-Reset', '1743170797'), ('X-RateLimit-Used', '13'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B1AC:390F2:23EE311:250DBB1:67E6A55E')] +{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-03-28T13:08:25Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293569,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":4,"watchers":0,"default_branch":"master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-03-28T08:38:53Z","pushed_at":"2025-03-28T12:02:21Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1453263,"stargazers_count":1124,"watchers_count":1124,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4408,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1027,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4408,"open_issues":1027,"watchers":1124,"default_branch":"master"},"source":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-03-28T08:38:53Z","pushed_at":"2025-03-28T12:02:21Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1453263,"stargazers_count":1124,"watchers_count":1124,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4408,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1027,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4408,"open_issues":1027,"watchers":1124,"default_branch":"master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":4408,"subscribers_count":0} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/26 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Fri, 28 Mar 2025 13:34:22 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"f99c5c0b754cba2560beb2d651c50ac35882456091004d73c22641c124a863cb"'), ('Last-Modified', 'Fri, 28 Mar 2025 13:30:20 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4986'), ('X-RateLimit-Reset', '1743170797'), ('X-RateLimit-Used', '14'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B1AE:338380:81C6141:859D631:67E6A55E')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/26","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmssw","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/26/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/26/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/26/events","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/26","id":2956116228,"node_id":"PR_kwDOF83__M6Qjp4e","number":26,"title":"Test backport command/flag","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":2,"created_at":"2025-03-28T13:09:39Z","updated_at":"2025-03-28T13:30:20Z","closed_at":null,"author_association":"MEMBER","type":null,"sub_issues_summary":{"total":0,"completed":0,"percent_completed":0},"active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/26","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/26","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/26.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/26.patch","merged_at":null},"body":"\r\nDummy","closed_by":null,"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/26/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/26/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Fri, 28 Mar 2025 13:34:22 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4986'), ('X-RateLimit-Reset', '1743170797'), ('X-RateLimit-Used', '14'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B1BE:232A78:83399D4:8710F91:67E6A55E')] +{"resources":{"core":{"limit":5000,"used":14,"remaining":4986,"reset":1743170797},"search":{"limit":30,"used":0,"remaining":30,"reset":1743168922},"graphql":{"limit":5000,"used":1,"remaining":4999,"reset":1743170796},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1743172462},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1743168922},"code_scanning_upload":{"limit":1000,"used":0,"remaining":1000,"reset":1743172462},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1743168922},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1743172462},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1743172462},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1743168922},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1743172462},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1743172462},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1743168922}},"rate":{"limit":5000,"used":14,"remaining":4986,"reset":1743170797}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/26 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Fri, 28 Mar 2025 13:34:23 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"7432314390facdc91fa8537f06a1f1a63180b161cd1debbd024d460d1ccd1218"'), ('Last-Modified', 'Fri, 28 Mar 2025 13:30:20 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4985'), ('X-RateLimit-Reset', '1743170797'), ('X-RateLimit-Used', '15'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B1C4:29AA64:52315C3:54AE97D:67E6A55E')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/26","id":2425265694,"node_id":"PR_kwDOF83__M6Qjp4e","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/26","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/26.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/26.patch","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/26","number":26,"state":"open","locked":false,"title":"Test backport command/flag","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"body":"\r\nDummy","created_at":"2025-03-28T13:09:39Z","updated_at":"2025-03-28T13:30:20Z","closed_at":null,"merged_at":null,"merge_commit_sha":"8d67acc0981a74ab664a72673573ebe17a846265","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[],"milestone":null,"draft":false,"commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/26/commits","review_comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/26/comments","review_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/26/comments","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/551c95f59caff42369887b5fee86583fe2bff161","head":{"label":"iarspider-cmssw:bot-test-backport-2","ref":"bot-test-backport-2","sha":"551c95f59caff42369887b5fee86583fe2bff161","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-03-28T13:08:25Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293569,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":4,"watchers":0,"default_branch":"master"}},"base":{"label":"iarspider-cmssw:master","ref":"master","sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-03-28T13:08:25Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293569,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":4,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/26"},"html":{"href":"https://github.com/iarspider-cmssw/cmssw/pull/26"},"issue":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/26"},"comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/26/comments"},"review_comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/26/comments"},"review_comment":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/26/commits"},"statuses":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/551c95f59caff42369887b5fee86583fe2bff161"}},"author_association":"MEMBER","auto_merge":null,"active_lock_reason":null,"merged":false,"mergeable":true,"rebaseable":true,"mergeable_state":"clean","merged_by":null,"comments":2,"review_comments":0,"maintainer_can_modify":false,"commits":1,"additions":2,"deletions":0,"changed_files":1} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/milestones/4 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Fri, 28 Mar 2025 13:34:23 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"e6f3fdc2373135efd1eb6d4ccbcf768a9212cf7f3a028981d9e16115df8133c6"'), ('Last-Modified', 'Fri, 28 Mar 2025 13:07:36 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4984'), ('X-RateLimit-Reset', '1743170797'), ('X-RateLimit-Used', '16'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B1CC:31A570:2ADBE7C:2C47271:67E6A55F')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":2,"closed_issues":9,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-03-28T13:07:36Z","due_on":null,"closed_at":null} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/26/files?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Fri, 28 Mar 2025 13:34:23 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"22b21cc49eaeb15c8f239cf3c6b4bb197c75537868aef2b79a9409dddd04c168"'), ('Last-Modified', 'Fri, 28 Mar 2025 13:30:20 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4983'), ('X-RateLimit-Reset', '1743170797'), ('X-RateLimit-Used', '17'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B1D4:25C64F:6F672BE:72C92D6:67E6A55F')] +[{"sha":"131bcdaf098c6224cd0a7e3771661b9ba99eaa04","filename":"README","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/551c95f59caff42369887b5fee86583fe2bff161/README","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/551c95f59caff42369887b5fee86583fe2bff161/README","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/README?ref=551c95f59caff42369887b5fee86583fe2bff161","patch":"@@ -1 +1,3 @@\n Introduction to CMSSW: http://cms-sw.github.io\n+!\n+Lorem Ipsum"}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/26/commits?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Fri, 28 Mar 2025 13:34:24 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"ab409501a27d319a05c00a28c73f9799ac1a990f892c8a0a9e70a20dcf88a33d"'), ('Last-Modified', 'Fri, 28 Mar 2025 13:30:20 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4982'), ('X-RateLimit-Reset', '1743170797'), ('X-RateLimit-Used', '18'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B1DE:18C24C:80B0DF8:8488272:67E6A560')] +[{"sha":"551c95f59caff42369887b5fee86583fe2bff161","node_id":"C_kwDOF83__NoAKDU1MWM5NWY1OWNhZmY0MjM2OTg4N2I1ZmVlODY1ODNmZTJiZmYxNjE","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T13:08:22Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T13:08:22Z"},"message":"Dummy change","tree":{"sha":"9f2edff2009ac962b7a68132fdee20a2d27293d0","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/9f2edff2009ac962b7a68132fdee20a2d27293d0"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/551c95f59caff42369887b5fee86583fe2bff161","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/551c95f59caff42369887b5fee86583fe2bff161","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/551c95f59caff42369887b5fee86583fe2bff161","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/551c95f59caff42369887b5fee86583fe2bff161/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615"}]}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/commits/551c95f59caff42369887b5fee86583fe2bff161/status +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Fri, 28 Mar 2025 13:34:24 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"1adea6f57239ac3f2dc4c444b756253eaa15150ad1d9d228ee4312b7fee32f27"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo, repo:status'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4981'), ('X-RateLimit-Reset', '1743170797'), ('X-RateLimit-Used', '19'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B1EA:390F2:23EEC7B:250E541:67E6A560')] +{"state":"pending","statuses":[],"sha":"551c95f59caff42369887b5fee86583fe2bff161","total_count":0,"repository":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments"},"commit_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/551c95f59caff42369887b5fee86583fe2bff161","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/551c95f59caff42369887b5fee86583fe2bff161/status"} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/git/commits/551c95f59caff42369887b5fee86583fe2bff161 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Fri, 28 Mar 2025 13:34:24 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"54cc59c93587e3895ed2c00f829b90ee35f617fe8eb141921311ce35e4ac2aec"'), ('Last-Modified', 'Fri, 28 Mar 2025 13:08:22 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4980'), ('X-RateLimit-Reset', '1743170797'), ('X-RateLimit-Used', '20'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B1F4:22BBD1:7CB420E:808B732:67E6A560')] +{"sha":"551c95f59caff42369887b5fee86583fe2bff161","node_id":"C_kwDOF83__NoAKDU1MWM5NWY1OWNhZmY0MjM2OTg4N2I1ZmVlODY1ODNmZTJiZmYxNjE","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/551c95f59caff42369887b5fee86583fe2bff161","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/551c95f59caff42369887b5fee86583fe2bff161","author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T13:08:22Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T13:08:22Z"},"tree":{"sha":"9f2edff2009ac962b7a68132fdee20a2d27293d0","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/9f2edff2009ac962b7a68132fdee20a2d27293d0"},"message":"Dummy change","parents":[{"sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615"}],"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/26/comments?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Fri, 28 Mar 2025 13:34:24 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"f7c4ee034f7312621cc001348523cb9e83275ffad5107124cc152f429a081805"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4979'), ('X-RateLimit-Reset', '1743170797'), ('X-RateLimit-Used', '21'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B1FC:25C64F:6F67700:72C9737:67E6A560')] +[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2761370733","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/26#issuecomment-2761370733","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/26","id":2761370733,"node_id":"IC_kwDOF83__M6klyxt","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-03-28T13:29:23Z","updated_at":"2025-03-28T13:29:23Z","author_association":"MEMBER","body":"backport of #24","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2761370733/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2761373098","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/26#issuecomment-2761373098","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/26","id":2761373098,"node_id":"IC_kwDOF83__M6klzWq","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-03-28T13:30:18Z","updated_at":"2025-03-28T13:30:18Z","author_association":"MEMBER","body":"+code-checks","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2761373098/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/commits/551c95f59caff42369887b5fee86583fe2bff161?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Fri, 28 Mar 2025 13:34:25 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"cf7205f83d58303244d236b10695c3fd2ac9c9a1f089ae2ebd5394578a7a85f4"'), ('Last-Modified', 'Fri, 28 Mar 2025 13:08:22 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4978'), ('X-RateLimit-Reset', '1743170797'), ('X-RateLimit-Used', '22'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B1FE:2C6551:845A8A3:8831E04:67E6A561')] +{"sha":"551c95f59caff42369887b5fee86583fe2bff161","node_id":"C_kwDOF83__NoAKDU1MWM5NWY1OWNhZmY0MjM2OTg4N2I1ZmVlODY1ODNmZTJiZmYxNjE","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T13:08:22Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T13:08:22Z"},"message":"Dummy change","tree":{"sha":"9f2edff2009ac962b7a68132fdee20a2d27293d0","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/9f2edff2009ac962b7a68132fdee20a2d27293d0"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/551c95f59caff42369887b5fee86583fe2bff161","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/551c95f59caff42369887b5fee86583fe2bff161","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/551c95f59caff42369887b5fee86583fe2bff161","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/551c95f59caff42369887b5fee86583fe2bff161/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615"}],"stats":{"total":2,"additions":2,"deletions":0},"files":[{"sha":"131bcdaf098c6224cd0a7e3771661b9ba99eaa04","filename":"README","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/551c95f59caff42369887b5fee86583fe2bff161/README","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/551c95f59caff42369887b5fee86583fe2bff161/README","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/README?ref=551c95f59caff42369887b5fee86583fe2bff161","patch":"@@ -1 +1,3 @@\n Introduction to CMSSW: http://cms-sw.github.io\n+!\n+Lorem Ipsum"}]} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/24 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Fri, 28 Mar 2025 13:34:25 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"1f77d52928f425f059ef2b160617c2fd1110f1fe66b89334fe5c459315f6b567"'), ('Last-Modified', 'Tue, 25 Mar 2025 12:43:15 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4977'), ('X-RateLimit-Reset', '1743170797'), ('X-RateLimit-Used', '23'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B20E:2E4A98:620B121:64CDB93:67E6A561')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/24","id":2406633957,"node_id":"PR_kwDOF83__M6PclHl","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/24","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/24.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/24.patch","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/24","number":24,"state":"open","locked":false,"title":"Dummy PR to create bot tests","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"body":"\r\n","created_at":"2025-03-20T11:22:55Z","updated_at":"2025-03-25T12:43:15Z","closed_at":null,"merged_at":null,"merge_commit_sha":"5c57d57c1c8c7ee3be636224825ed475d9393bfe","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160598938,"node_id":"LA_kwDOF83__M8AAAABbzNHmg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/new-package-pending","name":"new-package-pending","color":"e11d21","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600165,"node_id":"LA_kwDOF83__M8AAAABbzNMZQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-approved","name":"code-checks-approved","color":"2cbe4e","default":false,"description":null}],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":2,"closed_issues":9,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-03-28T13:07:36Z","due_on":null,"closed_at":null},"draft":false,"commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/24/commits","review_comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/24/comments","review_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/24/comments","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/72cc05e17ee74e5ace3c4e5d5d066de49e364edb","head":{"label":"iarspider-cmssw:iarspider-patch-1","ref":"iarspider-patch-1","sha":"72cc05e17ee74e5ace3c4e5d5d066de49e364edb","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-03-28T13:08:25Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293569,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":4,"watchers":0,"default_branch":"master"}},"base":{"label":"iarspider-cmssw:master","ref":"master","sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-03-28T13:08:25Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293569,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":4,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/24"},"html":{"href":"https://github.com/iarspider-cmssw/cmssw/pull/24"},"issue":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/24"},"comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/24/comments"},"review_comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/24/comments"},"review_comment":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/24/commits"},"statuses":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/72cc05e17ee74e5ace3c4e5d5d066de49e364edb"}},"author_association":"MEMBER","auto_merge":null,"active_lock_reason":null,"merged":false,"mergeable":true,"rebaseable":true,"mergeable_state":"unstable","merged_by":null,"comments":5,"review_comments":0,"maintainer_can_modify":false,"commits":1,"additions":1,"deletions":0,"changed_files":1} + diff --git a/tests/ReplayData/TestProcessPr.test_backport_already_seen.txt b/tests/ReplayData/TestProcessPr.test_backport_already_seen.txt new file mode 100644 index 00000000000..48b573d05b2 --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_backport_already_seen.txt @@ -0,0 +1,110 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Fri, 28 Mar 2025 13:40:57 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"ee4ecc9deba969cd6f4e82020ecf334d6c9408e8acc83847a365f67af478350d"'), ('Last-Modified', 'Thu, 20 Mar 2025 11:22:24 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4938'), ('X-RateLimit-Reset', '1743170797'), ('X-RateLimit-Used', '62'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '8244:38199F:54CC31E:574C030:67E6A6E8')] +{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-03-28T13:08:25Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293569,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":4,"watchers":0,"default_branch":"master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-03-28T08:38:53Z","pushed_at":"2025-03-28T12:02:21Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1453263,"stargazers_count":1124,"watchers_count":1124,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4408,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1027,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4408,"open_issues":1027,"watchers":1124,"default_branch":"master"},"source":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-03-28T08:38:53Z","pushed_at":"2025-03-28T12:02:21Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1453263,"stargazers_count":1124,"watchers_count":1124,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4408,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1027,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4408,"open_issues":1027,"watchers":1124,"default_branch":"master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":4408,"subscribers_count":0} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/26 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Fri, 28 Mar 2025 13:40:57 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"4878b4bc7e0f294871a27a8b4bc7a56b614d482152c898c5c47a6cdf25355f82"'), ('Last-Modified', 'Fri, 28 Mar 2025 13:36:34 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4937'), ('X-RateLimit-Reset', '1743170797'), ('X-RateLimit-Used', '63'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '8248:3FDB7C:50ED7BC:535D82B:67E6A6E9')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/26","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmssw","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/26/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/26/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/26/events","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/26","id":2956116228,"node_id":"PR_kwDOF83__M6Qjp4e","number":26,"title":"Test backport command/flag","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[{"id":5899799158,"node_id":"LA_kwDOF83__M8AAAABX6fKdg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/backport","name":"backport","color":"0000ff","default":false,"description":""},{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160598938,"node_id":"LA_kwDOF83__M8AAAABbzNHmg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/new-package-pending","name":"new-package-pending","color":"e11d21","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600165,"node_id":"LA_kwDOF83__M8AAAABbzNMZQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-approved","name":"code-checks-approved","color":"2cbe4e","default":false,"description":null}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":3,"closed_issues":9,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-03-28T13:36:25Z","due_on":null,"closed_at":null},"comments":4,"created_at":"2025-03-28T13:09:39Z","updated_at":"2025-03-28T13:36:34Z","closed_at":null,"author_association":"MEMBER","type":null,"sub_issues_summary":{"total":0,"completed":0,"percent_completed":0},"active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/26","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/26","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/26.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/26.patch","merged_at":null},"body":"\r\nDummy","closed_by":null,"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/26/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/26/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Fri, 28 Mar 2025 13:40:57 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4937'), ('X-RateLimit-Reset', '1743170797'), ('X-RateLimit-Used', '63'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '8258:390F2:2459988:257BB49:67E6A6E9')] +{"resources":{"core":{"limit":5000,"used":63,"remaining":4937,"reset":1743170797},"search":{"limit":30,"used":0,"remaining":30,"reset":1743169317},"graphql":{"limit":5000,"used":1,"remaining":4999,"reset":1743170796},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1743172857},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1743169317},"code_scanning_upload":{"limit":1000,"used":0,"remaining":1000,"reset":1743172857},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1743169317},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1743172857},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1743172857},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1743169317},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1743172857},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1743172857},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1743169317}},"rate":{"limit":5000,"used":63,"remaining":4937,"reset":1743170797}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/26 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Fri, 28 Mar 2025 13:40:58 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"bc07538c329be22b7894062661e7ec4211970944e8a05a26a69d5d64b0a8adfd"'), ('Last-Modified', 'Fri, 28 Mar 2025 13:36:34 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4936'), ('X-RateLimit-Reset', '1743170797'), ('X-RateLimit-Used', '64'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '8266:18C24C:81256ED:84FF466:67E6A6E9')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/26","id":2425265694,"node_id":"PR_kwDOF83__M6Qjp4e","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/26","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/26.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/26.patch","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/26","number":26,"state":"open","locked":false,"title":"Test backport command/flag","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"body":"\r\nDummy","created_at":"2025-03-28T13:09:39Z","updated_at":"2025-03-28T13:36:34Z","closed_at":null,"merged_at":null,"merge_commit_sha":"8d67acc0981a74ab664a72673573ebe17a846265","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[{"id":5899799158,"node_id":"LA_kwDOF83__M8AAAABX6fKdg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/backport","name":"backport","color":"0000ff","default":false,"description":""},{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160598938,"node_id":"LA_kwDOF83__M8AAAABbzNHmg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/new-package-pending","name":"new-package-pending","color":"e11d21","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600165,"node_id":"LA_kwDOF83__M8AAAABbzNMZQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-approved","name":"code-checks-approved","color":"2cbe4e","default":false,"description":null}],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":3,"closed_issues":9,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-03-28T13:36:25Z","due_on":null,"closed_at":null},"draft":false,"commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/26/commits","review_comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/26/comments","review_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/26/comments","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/551c95f59caff42369887b5fee86583fe2bff161","head":{"label":"iarspider-cmssw:bot-test-backport-2","ref":"bot-test-backport-2","sha":"551c95f59caff42369887b5fee86583fe2bff161","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-03-28T13:08:25Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293569,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":4,"watchers":0,"default_branch":"master"}},"base":{"label":"iarspider-cmssw:master","ref":"master","sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-03-28T13:08:25Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293569,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":4,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/26"},"html":{"href":"https://github.com/iarspider-cmssw/cmssw/pull/26"},"issue":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/26"},"comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/26/comments"},"review_comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/26/comments"},"review_comment":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/26/commits"},"statuses":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/551c95f59caff42369887b5fee86583fe2bff161"}},"author_association":"MEMBER","auto_merge":null,"active_lock_reason":null,"merged":false,"mergeable":true,"rebaseable":true,"mergeable_state":"unstable","merged_by":null,"comments":4,"review_comments":0,"maintainer_can_modify":false,"commits":1,"additions":2,"deletions":0,"changed_files":1} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/26/files?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Fri, 28 Mar 2025 13:40:58 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"22b21cc49eaeb15c8f239cf3c6b4bb197c75537868aef2b79a9409dddd04c168"'), ('Last-Modified', 'Fri, 28 Mar 2025 13:36:34 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4935'), ('X-RateLimit-Reset', '1743170797'), ('X-RateLimit-Used', '65'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '8268:38199F:54CC934:574C66D:67E6A6EA')] +[{"sha":"131bcdaf098c6224cd0a7e3771661b9ba99eaa04","filename":"README","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/551c95f59caff42369887b5fee86583fe2bff161/README","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/551c95f59caff42369887b5fee86583fe2bff161/README","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/README?ref=551c95f59caff42369887b5fee86583fe2bff161","patch":"@@ -1 +1,3 @@\n Introduction to CMSSW: http://cms-sw.github.io\n+!\n+Lorem Ipsum"}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/26/commits?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Fri, 28 Mar 2025 13:40:58 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"ab409501a27d319a05c00a28c73f9799ac1a990f892c8a0a9e70a20dcf88a33d"'), ('Last-Modified', 'Fri, 28 Mar 2025 13:36:34 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4934'), ('X-RateLimit-Reset', '1743170797'), ('X-RateLimit-Used', '66'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '826E:2D1049:8A91F79:8E6BDC4:67E6A6EA')] +[{"sha":"551c95f59caff42369887b5fee86583fe2bff161","node_id":"C_kwDOF83__NoAKDU1MWM5NWY1OWNhZmY0MjM2OTg4N2I1ZmVlODY1ODNmZTJiZmYxNjE","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T13:08:22Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T13:08:22Z"},"message":"Dummy change","tree":{"sha":"9f2edff2009ac962b7a68132fdee20a2d27293d0","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/9f2edff2009ac962b7a68132fdee20a2d27293d0"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/551c95f59caff42369887b5fee86583fe2bff161","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/551c95f59caff42369887b5fee86583fe2bff161","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/551c95f59caff42369887b5fee86583fe2bff161","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/551c95f59caff42369887b5fee86583fe2bff161/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615"}]}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/commits/551c95f59caff42369887b5fee86583fe2bff161/status +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Fri, 28 Mar 2025 13:40:58 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"731af36ade6374f7c5e5e951d779a8ce552f84dddf6ad6eae09263bbab651e6a"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo, repo:status'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4933'), ('X-RateLimit-Reset', '1743170797'), ('X-RateLimit-Used', '67'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B7FC:2200F8:7982A31:7D5C7B4:67E6A6EA')] +{"state":"pending","statuses":[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/551c95f59caff42369887b5fee86583fe2bff161","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35246124823,"node_id":"SC_kwDOF83__M8AAAAINNUvFw","state":"pending","description":"Waiting for authorized user to issue the test command.","target_url":null,"context":"bot/26/jenkins","created_at":"2025-03-28T13:36:28Z","updated_at":"2025-03-28T13:36:28Z"},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/551c95f59caff42369887b5fee86583fe2bff161","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35246125817,"node_id":"SC_kwDOF83__M8AAAAINNUy-Q","state":"success","description":"Check details","target_url":"https://github.com/iarspider-cmssw/cmssw/pull/26#issuecomment-2761373098","context":"cms/26/code-checks","created_at":"2025-03-28T13:36:31Z","updated_at":"2025-03-28T13:36:31Z"},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/551c95f59caff42369887b5fee86583fe2bff161","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35246126616,"node_id":"SC_kwDOF83__M8AAAAINNU2GA","state":"success","description":"Comment by iarspider at 2025-03-28 13:30:18 UTC processed.","target_url":"https://github.com/iarspider-cmssw/cmssw/pull/26#issuecomment-2761373098","context":"bot/26/ack","created_at":"2025-03-28T13:36:33Z","updated_at":"2025-03-28T13:36:33Z"}],"sha":"551c95f59caff42369887b5fee86583fe2bff161","total_count":3,"repository":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments"},"commit_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/551c95f59caff42369887b5fee86583fe2bff161","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/551c95f59caff42369887b5fee86583fe2bff161/status"} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/git/commits/551c95f59caff42369887b5fee86583fe2bff161 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Fri, 28 Mar 2025 13:40:59 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"54cc59c93587e3895ed2c00f829b90ee35f617fe8eb141921311ce35e4ac2aec"'), ('Last-Modified', 'Fri, 28 Mar 2025 13:08:22 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4932'), ('X-RateLimit-Reset', '1743170797'), ('X-RateLimit-Used', '68'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B800:2D1049:8A9221A:8E6C083:67E6A6EA')] +{"sha":"551c95f59caff42369887b5fee86583fe2bff161","node_id":"C_kwDOF83__NoAKDU1MWM5NWY1OWNhZmY0MjM2OTg4N2I1ZmVlODY1ODNmZTJiZmYxNjE","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/551c95f59caff42369887b5fee86583fe2bff161","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/551c95f59caff42369887b5fee86583fe2bff161","author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T13:08:22Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T13:08:22Z"},"tree":{"sha":"9f2edff2009ac962b7a68132fdee20a2d27293d0","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/9f2edff2009ac962b7a68132fdee20a2d27293d0"},"message":"Dummy change","parents":[{"sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615"}],"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/26/comments?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Fri, 28 Mar 2025 13:40:59 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"b83691cf6d53bf49b676c686ed291f385423e0b5c8e3bb5c7b9fcb4c63166eb9"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4931'), ('X-RateLimit-Reset', '1743170797'), ('X-RateLimit-Used', '69'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B806:386C69:533434A:55B41C4:67E6A6EB')] +[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2761370733","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/26#issuecomment-2761370733","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/26","id":2761370733,"node_id":"IC_kwDOF83__M6klyxt","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-03-28T13:29:23Z","updated_at":"2025-03-28T13:29:23Z","author_association":"MEMBER","body":"backport of #24","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2761370733/reactions","total_count":1,"+1":1,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2761373098","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/26#issuecomment-2761373098","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/26","id":2761373098,"node_id":"IC_kwDOF83__M6klzWq","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-03-28T13:30:18Z","updated_at":"2025-03-28T13:30:18Z","author_association":"MEMBER","body":"+code-checks","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2761373098/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2761389328","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/26#issuecomment-2761389328","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/26","id":2761389328,"node_id":"IC_kwDOF83__M6kl3UQ","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-03-28T13:36:31Z","updated_at":"2025-03-28T13:36:31Z","author_association":"MEMBER","body":"A new Pull Request was created by iarspider for master.\n\nIt involves the following packages:\n\n- README (****)\n\n\nThe following packages do not have a category, yet:\n\nREADME\nPlease create a PR for https://github.com/cms-sw/cms-bot/blob/master/categories_map.py to assign category\n\niarspider can you please review it and eventually sign? Thanks.\niarspider you are the release manager for this.\n\ncms-bot commands are listed here\n","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2761389328/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2761389356","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/26#issuecomment-2761389356","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/26","id":2761389356,"node_id":"IC_kwDOF83__M6kl3Us","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-03-28T13:36:32Z","updated_at":"2025-03-28T13:36:32Z","author_association":"MEMBER","body":"cms-bot internal usage","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2761389356/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/24 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Fri, 28 Mar 2025 13:40:59 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"50efb3a7b63c7d310ebe9b421417c9039696bed822e973d2973ddec484b54624"'), ('Last-Modified', 'Tue, 25 Mar 2025 12:43:15 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4930'), ('X-RateLimit-Reset', '1743170797'), ('X-RateLimit-Used', '70'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B808:31A570:2B47F3E:2CB5C55:67E6A6EB')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/24","id":2406633957,"node_id":"PR_kwDOF83__M6PclHl","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/24","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/24.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/24.patch","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/24","number":24,"state":"open","locked":false,"title":"Dummy PR to create bot tests","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"body":"\r\n","created_at":"2025-03-20T11:22:55Z","updated_at":"2025-03-25T12:43:15Z","closed_at":null,"merged_at":null,"merge_commit_sha":"5c57d57c1c8c7ee3be636224825ed475d9393bfe","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160598938,"node_id":"LA_kwDOF83__M8AAAABbzNHmg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/new-package-pending","name":"new-package-pending","color":"e11d21","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600165,"node_id":"LA_kwDOF83__M8AAAABbzNMZQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-approved","name":"code-checks-approved","color":"2cbe4e","default":false,"description":null}],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":3,"closed_issues":9,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-03-28T13:36:25Z","due_on":null,"closed_at":null},"draft":false,"commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/24/commits","review_comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/24/comments","review_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/24/comments","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/72cc05e17ee74e5ace3c4e5d5d066de49e364edb","head":{"label":"iarspider-cmssw:iarspider-patch-1","ref":"iarspider-patch-1","sha":"72cc05e17ee74e5ace3c4e5d5d066de49e364edb","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-03-28T13:08:25Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293569,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":4,"watchers":0,"default_branch":"master"}},"base":{"label":"iarspider-cmssw:master","ref":"master","sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-03-28T13:08:25Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293569,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":4,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/24"},"html":{"href":"https://github.com/iarspider-cmssw/cmssw/pull/24"},"issue":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/24"},"comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/24/comments"},"review_comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/24/comments"},"review_comment":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/24/commits"},"statuses":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/72cc05e17ee74e5ace3c4e5d5d066de49e364edb"}},"author_association":"MEMBER","auto_merge":null,"active_lock_reason":null,"merged":false,"mergeable":true,"rebaseable":true,"mergeable_state":"unstable","merged_by":null,"comments":5,"review_comments":0,"maintainer_can_modify":false,"commits":1,"additions":1,"deletions":0,"changed_files":1} + diff --git a/tests/ReplayData/TestProcessPr.test_backport_ok.txt b/tests/ReplayData/TestProcessPr.test_backport_ok.txt new file mode 100644 index 00000000000..68ba8c32ec4 --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_backport_ok.txt @@ -0,0 +1,110 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 12:10:18 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"34ec943652b74269d79118c1213336244596cd43191b4e8fa9bcc5ef61eb73be"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:43:16 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4990'), ('X-RateLimit-Reset', '1746623374'), ('X-RateLimit-Used', '10'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B014:151E71:4A958B9:4CBF71E:681B4DA9')] +{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-30T13:43:16Z","pushed_at":"2025-05-07T09:27:45Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1305063,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":9,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":9,"watchers":0,"default_branch":"master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-05-07T07:56:35Z","pushed_at":"2025-05-07T09:07:47Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1461660,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4427,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1036,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4427,"open_issues":1036,"watchers":1140,"default_branch":"master"},"source":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-05-07T07:56:35Z","pushed_at":"2025-05-07T09:07:47Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1461660,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4427,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1036,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4427,"open_issues":1036,"watchers":1140,"default_branch":"master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":4427,"subscribers_count":0} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/9 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 12:10:18 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"2b0b4e181d9295a18b53bc373dd2dcb0b5f877e2447e146a3400c2b57f3761d9"'), ('Last-Modified', 'Wed, 07 May 2025 12:09:20 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4989'), ('X-RateLimit-Reset', '1746623374'), ('X-RateLimit-Used', '11'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B016:B7470:4CC2E6F:4EECC7B:681B4DAA')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmssw","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9/events","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9","id":2037764811,"node_id":"PR_kwDOF83__M5hyyjJ","number":9,"title":"Iarspider patch 1","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160599055,"node_id":"LA_kwDOF83__M8AAAABbzNIDw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/urgent","name":"urgent","color":"cc317c","default":false,"description":null},{"id":6160599807,"node_id":"LA_kwDOF83__M8AAAABbzNK_w","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/trk","name":"trk","color":"257fdb","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600115,"node_id":"LA_kwDOF83__M8AAAABbzNMMw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-pending","name":"code-checks-pending","color":"fbca04","default":false,"description":null},{"id":6160600663,"node_id":"LA_kwDOF83__M8AAAABbzNOVw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/dqm-pending","name":"dqm-pending","color":"fbca04","default":false,"description":null},{"id":6160601371,"node_id":"LA_kwDOF83__M8AAAABbzNRGw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/l1-pending","name":"l1-pending","color":"fbca04","default":false,"description":null},{"id":6160601741,"node_id":"LA_kwDOF83__M8AAAABbzNSjQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/simulation-pending","name":"simulation-pending","color":"fbca04","default":false,"description":null}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":5,"closed_issues":16,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-05-07T09:31:49Z","due_on":null,"closed_at":null},"comments":11,"created_at":"2023-12-12T13:32:54Z","updated_at":"2025-05-07T12:09:20Z","closed_at":null,"author_association":"MEMBER","type":null,"active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/9","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/9.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/9.patch","merged_at":null},"body":" \r\n \r\n","closed_by":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 12:10:18 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4989'), ('X-RateLimit-Reset', '1746623374'), ('X-RateLimit-Used', '11'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B01C:47D32:4B7FD42:4DA9A72:681B4DAA')] +{"resources":{"core":{"limit":5000,"used":11,"remaining":4989,"reset":1746623374},"search":{"limit":30,"used":0,"remaining":30,"reset":1746619878},"graphql":{"limit":5000,"used":0,"remaining":5000,"reset":1746623418},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1746623418},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1746619878},"code_scanning_upload":{"limit":5000,"used":11,"remaining":4989,"reset":1746623374},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1746619878},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1746623418},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1746623418},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1746619878},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1746623418},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1746623418},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1746619878}},"rate":{"limit":5000,"used":11,"remaining":4989,"reset":1746623374}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/9 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 12:10:18 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"e4de2a159cb6aa83c5d6144fc77cf32cacb8df343b2e3b774bb1f106e1638fbf"'), ('Last-Modified', 'Wed, 07 May 2025 12:09:20 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4988'), ('X-RateLimit-Reset', '1746623374'), ('X-RateLimit-Used', '12'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B024:D3E49:4A57E36:4C81B73:681B4DAA')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/9","id":1640704201,"node_id":"PR_kwDOF83__M5hyyjJ","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/9.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/9.patch","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","number":9,"state":"open","locked":false,"title":"Iarspider patch 1","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"body":" \r\n \r\n","created_at":"2023-12-12T13:32:54Z","updated_at":"2025-05-07T12:09:20Z","closed_at":null,"merged_at":null,"merge_commit_sha":"c1571de061ad26ca9c95948735889ebae9d14145","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160599055,"node_id":"LA_kwDOF83__M8AAAABbzNIDw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/urgent","name":"urgent","color":"cc317c","default":false,"description":null},{"id":6160599807,"node_id":"LA_kwDOF83__M8AAAABbzNK_w","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/trk","name":"trk","color":"257fdb","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600115,"node_id":"LA_kwDOF83__M8AAAABbzNMMw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-pending","name":"code-checks-pending","color":"fbca04","default":false,"description":null},{"id":6160600663,"node_id":"LA_kwDOF83__M8AAAABbzNOVw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/dqm-pending","name":"dqm-pending","color":"fbca04","default":false,"description":null},{"id":6160601371,"node_id":"LA_kwDOF83__M8AAAABbzNRGw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/l1-pending","name":"l1-pending","color":"fbca04","default":false,"description":null},{"id":6160601741,"node_id":"LA_kwDOF83__M8AAAABbzNSjQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/simulation-pending","name":"simulation-pending","color":"fbca04","default":false,"description":null}],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":5,"closed_issues":16,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-05-07T09:31:49Z","due_on":null,"closed_at":null},"draft":false,"commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/9/commits","review_comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/9/comments","review_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9/comments","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","head":{"label":"iarspider-cmssw:iarspider-patch-1","ref":"iarspider-patch-1","sha":"5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-30T13:43:16Z","pushed_at":"2025-05-07T09:27:45Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1305063,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":9,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":9,"watchers":0,"default_branch":"master"}},"base":{"label":"iarspider-cmssw:master","ref":"master","sha":"c83ecb127f70592a95b0544c2e7e2404c9d7e440","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-30T13:43:16Z","pushed_at":"2025-05-07T09:27:45Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1305063,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":9,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":9,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/9"},"html":{"href":"https://github.com/iarspider-cmssw/cmssw/pull/9"},"issue":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9"},"comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9/comments"},"review_comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/9/comments"},"review_comment":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/9/commits"},"statuses":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4"}},"author_association":"MEMBER","auto_merge":null,"active_lock_reason":null,"merged":false,"mergeable":true,"rebaseable":true,"mergeable_state":"unstable","merged_by":null,"comments":11,"review_comments":0,"maintainer_can_modify":false,"commits":4,"additions":3,"deletions":1,"changed_files":2} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/9/files?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 12:10:19 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"e65538f3a8b0a4b2a0f45b53febf8b6cf5619a8f9e518e83128d7bf30f98760b"'), ('Last-Modified', 'Wed, 07 May 2025 12:09:20 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4987'), ('X-RateLimit-Reset', '1746623374'), ('X-RateLimit-Used', '13'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B032:13AC2E:53EE5C2:561837A:681B4DAB')] +[{"sha":"9a83848133c1de5c6e0071f6c8ed7e527529534d","filename":"SimTracker/TrackTriggerAssociation/doc/README","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4/SimTracker%2FTrackTriggerAssociation%2Fdoc%2FREADME","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4/SimTracker%2FTrackTriggerAssociation%2Fdoc%2FREADME","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackTriggerAssociation%2Fdoc%2FREADME?ref=5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","patch":"@@ -1,3 +1,4 @@\n+123321 000\n README SimTracker/TrackTriggerAssociation\n \n S.Viret: 26/07/16\n@@ -6,4 +7,4 @@ Documentation on TrackTriggerAssociation package is available on the following T\n \n For the TTClusters: https://twiki.cern.ch/twiki/bin/viewauth/CMS/SLHCTrackerTriggerSWTools#MC_truth_for_TTCluster\n \n-For the TTStubs: https://twiki.cern.ch/twiki/bin/viewauth/CMS/SLHCTrackerTriggerSWTools#MC_truth_for_TTStub\n\\ No newline at end of file\n+For the TTStubs: https://twiki.cern.ch/twiki/bin/viewauth/CMS/SLHCTrackerTriggerSWTools#MC_truth_for_TTStub"},{"sha":"fec8f9d86c13d6ca0ba7316317695d3df46af93d","filename":"Validation/TrackerHits/test/README","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4/Validation%2FTrackerHits%2Ftest%2FREADME","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4/Validation%2FTrackerHits%2Ftest%2FREADME","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Validation%2FTrackerHits%2Ftest%2FREADME?ref=5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","patch":"@@ -1,2 +1,3 @@\n+456654 000\n cmsRun runP.cfg\n eval `scramv1 ru -csh`"}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/9/commits?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 12:10:19 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"8074293a3f991162041e34db2ae82fe7f0474eeb2ee6672ac44c5317099495b9"'), ('Last-Modified', 'Wed, 07 May 2025 12:09:20 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4986'), ('X-RateLimit-Reset', '1746623374'), ('X-RateLimit-Used', '14'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B040:25D19E:21C3D25:22AB6ED:681B4DAB')] +[{"sha":"5391c56598b2b29a7ab6a5a5f3dbac8ec511574f","node_id":"C_kwDOF83__NoAKDUzOTFjNTY1OThiMmIyOWE3YWI2YTVhNWYzZGJhYzhlYzUxMTU3NGY","commit":{"author":{"name":"iarspider","email":"iarspider@gmail.com","date":"2023-12-12T13:31:11Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2023-12-12T13:31:11Z"},"message":"Update README","tree":{"sha":"b7bf7ac8d36f5c29169126103b0127be176634db","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/b7bf7ac8d36f5c29169126103b0127be176634db"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/5391c56598b2b29a7ab6a5a5f3dbac8ec511574f","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN PGP SIGNATURE-----\n\nwsBcBAABCAAQBQJleGCfCRBK7hj4Ov3rIwAAwngIAHnbeRj5WrJ7dp++xVef+Q/o\nWnbeynvVtg4iYmyGtiTYNB+fJ5olhbz5f6OSMzfGRuNUq9/UDE6o9xx4S1UZC73T\nBGDeNIj66dBMKp2+pSVlSS8s/xOaDpjnzlbyHa9rPfzWg4ksNimrpSzjWglQnfe1\nRJ/neas+K1I/eTZDAmOOZW5PGJSVZ1OTakJYMJxHt2VdDzTSLZRi6rIlRMF172qI\nXzOqoRzvxxFG6VmFU1dsKC9Xa7+2CSt+iHkoURrs1/m0AluXmvbPlgYm9+RMm4hw\n5j1P2Tgjzcq3UgomXqNg/Q6DOEEuSdhvSwzJd4dRYs5DbB0mnTwFMdeDKbrFN5c=\n=m9Zu\n-----END PGP SIGNATURE-----\n","payload":"tree b7bf7ac8d36f5c29169126103b0127be176634db\nparent 92957fee5d01ccef529a274e614af273046da378\nauthor iarspider 1702387871 +0100\ncommitter GitHub 1702387871 +0100\n\nUpdate README","verified_at":"2024-01-16T19:59:59Z"}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/5391c56598b2b29a7ab6a5a5f3dbac8ec511574f","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/5391c56598b2b29a7ab6a5a5f3dbac8ec511574f","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/5391c56598b2b29a7ab6a5a5f3dbac8ec511574f/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"92957fee5d01ccef529a274e614af273046da378","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/92957fee5d01ccef529a274e614af273046da378","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/92957fee5d01ccef529a274e614af273046da378"}]},{"sha":"17338beb185f1d28fdda4387ac6251c84c927eea","node_id":"C_kwDOF83__NoAKDE3MzM4YmViMTg1ZjFkMjhmZGRhNDM4N2FjNjI1MWM4NGM5MjdlZWE","commit":{"author":{"name":"iarspider","email":"iarspider@gmail.com","date":"2023-12-12T13:31:50Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2023-12-12T13:31:50Z"},"message":"Update README","tree":{"sha":"1120a135cbe3c8ae46e1fcbe14889ea77fee4331","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/1120a135cbe3c8ae46e1fcbe14889ea77fee4331"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/17338beb185f1d28fdda4387ac6251c84c927eea","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN PGP SIGNATURE-----\n\nwsBcBAABCAAQBQJleGDGCRBK7hj4Ov3rIwAArdsIADPEgFRz/FpWSa1dGiTrudWZ\nzC/TPrYBbEIdbLmn+yJ+xZiONsjQsmgbS00iCvmb5uhv9nWhW+qNuEsfUioTdNn4\n1pXXHEWs0fUyGEdkw3R1RYvBRA5cKN6Gczn8U48V5oxEHtYBaKxH5nwUe9bzqoea\nMQoE48ZBAURR3YFN5GYHaPKyu1DQbJfmnmjYdw1ZRl8jWT2xO06um9td6eamPZt0\n9Fj96ZDBVbQ74zuSb66AFaFec1/OmEmAI6/6asl65GrtNVap9EQjyqEL0vEa/DRf\n0izxzc/5xe3X4+T60X/AkR4APDjo3ukzi+eY53MPnM0L5oGaStp8f5x7/XiHzkM=\n=dfHZ\n-----END PGP SIGNATURE-----\n","payload":"tree 1120a135cbe3c8ae46e1fcbe14889ea77fee4331\nparent 5391c56598b2b29a7ab6a5a5f3dbac8ec511574f\nauthor iarspider 1702387910 +0100\ncommitter GitHub 1702387910 +0100\n\nUpdate README","verified_at":"2024-01-16T19:59:59Z"}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/17338beb185f1d28fdda4387ac6251c84c927eea","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/17338beb185f1d28fdda4387ac6251c84c927eea","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/17338beb185f1d28fdda4387ac6251c84c927eea/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"5391c56598b2b29a7ab6a5a5f3dbac8ec511574f","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/5391c56598b2b29a7ab6a5a5f3dbac8ec511574f","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/5391c56598b2b29a7ab6a5a5f3dbac8ec511574f"}]},{"sha":"4dfd0c268fa858e98fce9f9f9104e27e6e26fbac","node_id":"C_kwDOF83__NoAKDRkZmQwYzI2OGZhODU4ZTk4ZmNlOWY5ZjkxMDRlMjdlNmUyNmZiYWM","commit":{"author":{"name":"iarspider","email":"iarspider@gmail.com","date":"2023-12-12T13:51:25Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2023-12-12T13:51:25Z"},"message":"Update README","tree":{"sha":"baea5a0503fafad6f38c69b0e34bf63274269c28","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/baea5a0503fafad6f38c69b0e34bf63274269c28"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/4dfd0c268fa858e98fce9f9f9104e27e6e26fbac","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN PGP SIGNATURE-----\n\nwsBcBAABCAAQBQJleGVdCRBK7hj4Ov3rIwAAvIAIAEbYBfdeTGHftdXGzTn9G0QL\nG6GegjwyKdK5JYDmddzvHj1nZJbjEEGMJKKDepcvQHxIs1H6nZsxCQ1r6cjfk/0j\nQUCzZqkvgq7VpeLINSn/eA8kjNcYk0cfmQI+T2VNh+nGtZ4C5l9o+cPKZgp40ea0\nh97B+zncieWEwUis1WaZcUYOP2Mc1e3M/AuKTDNSwrVoop9J9sTmO/ywAvluzn4T\nZ7b22uON76ZdErlYYqyLOLYPeYbVZdjXI7xV/BHG6PkMZYRqbQinHE5PVwv7xxQQ\nQhKYCk8TOA7Pqj8uAaLQNkNvTFa+mnBlfgOkBtcDAo+gspqwgTpPb120zpP+TlQ=\n=kw38\n-----END PGP SIGNATURE-----\n","payload":"tree baea5a0503fafad6f38c69b0e34bf63274269c28\nparent 17338beb185f1d28fdda4387ac6251c84c927eea\nauthor iarspider 1702389085 +0100\ncommitter GitHub 1702389085 +0100\n\nUpdate README","verified_at":"2024-01-16T19:59:59Z"}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/4dfd0c268fa858e98fce9f9f9104e27e6e26fbac","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/4dfd0c268fa858e98fce9f9f9104e27e6e26fbac","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/4dfd0c268fa858e98fce9f9f9104e27e6e26fbac/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"17338beb185f1d28fdda4387ac6251c84c927eea","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/17338beb185f1d28fdda4387ac6251c84c927eea","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/17338beb185f1d28fdda4387ac6251c84c927eea"}]},{"sha":"5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","node_id":"C_kwDOF83__NoAKDVhNzZjNWJkMmZjOTNlZjg3ZWFjOGE0OGY1ZmM1ODE2YjAxZDdmYzQ","commit":{"author":{"name":"iarspider","email":"iarspider@gmail.com","date":"2023-12-12T13:57:07Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2023-12-12T13:57:07Z"},"message":"Update README","tree":{"sha":"08e45dc912b83bf43846eb037547f32e94f201d1","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/08e45dc912b83bf43846eb037547f32e94f201d1"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN PGP SIGNATURE-----\n\nwsBcBAABCAAQBQJleGazCRBK7hj4Ov3rIwAAeXcIAD8WJ1EG3fIzkuq3+wW1ERcK\n0Wjvhr7Fqwu1QaQhvsoMBQ7Jldi72tam9v3kyomchYx1X0oxWv+HLW5jXr3yAUya\nvCUwbl9As0P0r9+ZMjZFukwLQRX8wrPrTy0eaO1IGxi+d3I2fuzM1BncxaC0JRhy\n6MgQcbHBIu7Q6ntLPB3o5cfnnMUtzMOo0Ng3DPxeQtE1Rf/Bx7B7+dX8qIgugsfJ\n7FiQylG2aSDRdnn4CgyaJclJ90iWhf7x7Xo1IaEeVJTEI3t5XvJTn9R0Nl6Is8O+\nGdZQKH20TURi2NWxbYgQKwaZAzgU5qBj8YxlETjj6DVOI6SMumpOMyNIWkltb4A=\n=zg7r\n-----END PGP SIGNATURE-----\n","payload":"tree 08e45dc912b83bf43846eb037547f32e94f201d1\nparent 4dfd0c268fa858e98fce9f9f9104e27e6e26fbac\nauthor iarspider 1702389427 +0100\ncommitter GitHub 1702389427 +0100\n\nUpdate README","verified_at":"2024-01-16T19:59:59Z"}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"4dfd0c268fa858e98fce9f9f9104e27e6e26fbac","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/4dfd0c268fa858e98fce9f9f9104e27e6e26fbac","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/4dfd0c268fa858e98fce9f9f9104e27e6e26fbac"}]}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/commits/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4/status +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 12:10:19 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"40167ffefa8917d8107643c6076e1a9e5e436f2603175e55db2be7b399642505"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo, repo:status'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4985'), ('X-RateLimit-Reset', '1746623374'), ('X-RateLimit-Used', '15'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B04C:B7470:4CC3625:4EED46A:681B4DAB')] +{"state":"pending","statuses":[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":36095551221,"node_id":"SC_kwDOF83__M8AAAAIZ3Zm9Q","state":"pending","description":"code-checks requested","target_url":null,"context":"cms/9/code-checks","created_at":"2025-05-07T09:31:53Z","updated_at":"2025-05-07T09:31:53Z"}],"sha":"5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","total_count":1,"repository":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments"},"commit_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4/status"} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/git/commits/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 12:10:20 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"09faac459b34e80ee5bc618de0ff1d1be60447ed3d53061aa76c1f669b013a33"'), ('Last-Modified', 'Tue, 12 Dec 2023 13:57:07 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4984'), ('X-RateLimit-Reset', '1746623374'), ('X-RateLimit-Used', '16'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B050:1325:3EEC02A:40CFFDF:681B4DAB')] +{"sha":"5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","node_id":"C_kwDOF83__NoAKDVhNzZjNWJkMmZjOTNlZjg3ZWFjOGE0OGY1ZmM1ODE2YjAxZDdmYzQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","author":{"name":"iarspider","email":"iarspider@gmail.com","date":"2023-12-12T13:57:07Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2023-12-12T13:57:07Z"},"tree":{"sha":"08e45dc912b83bf43846eb037547f32e94f201d1","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/08e45dc912b83bf43846eb037547f32e94f201d1"},"message":"Update README","parents":[{"sha":"4dfd0c268fa858e98fce9f9f9104e27e6e26fbac","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/4dfd0c268fa858e98fce9f9f9104e27e6e26fbac","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/4dfd0c268fa858e98fce9f9f9104e27e6e26fbac"}],"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN PGP SIGNATURE-----\n\nwsBcBAABCAAQBQJleGazCRBK7hj4Ov3rIwAAeXcIAD8WJ1EG3fIzkuq3+wW1ERcK\n0Wjvhr7Fqwu1QaQhvsoMBQ7Jldi72tam9v3kyomchYx1X0oxWv+HLW5jXr3yAUya\nvCUwbl9As0P0r9+ZMjZFukwLQRX8wrPrTy0eaO1IGxi+d3I2fuzM1BncxaC0JRhy\n6MgQcbHBIu7Q6ntLPB3o5cfnnMUtzMOo0Ng3DPxeQtE1Rf/Bx7B7+dX8qIgugsfJ\n7FiQylG2aSDRdnn4CgyaJclJ90iWhf7x7Xo1IaEeVJTEI3t5XvJTn9R0Nl6Is8O+\nGdZQKH20TURi2NWxbYgQKwaZAzgU5qBj8YxlETjj6DVOI6SMumpOMyNIWkltb4A=\n=zg7r\n-----END PGP SIGNATURE-----\n","payload":"tree 08e45dc912b83bf43846eb037547f32e94f201d1\nparent 4dfd0c268fa858e98fce9f9f9104e27e6e26fbac\nauthor iarspider 1702389427 +0100\ncommitter GitHub 1702389427 +0100\n\nUpdate README","verified_at":"2024-01-16T19:59:59Z"}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/9/comments?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 12:10:20 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"f1f2c0b8f6a0199aaaa354c18c731cf665786f80c5246d3b9227bf3f9d89cb0b"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4983'), ('X-RateLimit-Reset', '1746623374'), ('X-RateLimit-Used', '17'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B058:3D7DFF:4A84EB5:4CAED2C:681B4DAC')] +[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852047910","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9#issuecomment-1852047910","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","id":1852047910,"node_id":"IC_kwDOF83__M5uZAIm","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2023-12-12T13:36:11Z","updated_at":"2025-05-07T09:31:54Z","author_association":"MEMBER","body":"cms-bot internal usage","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852047910/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852049424","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9#issuecomment-1852049424","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","id":1852049424,"node_id":"IC_kwDOF83__M5uZAgQ","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2023-12-12T13:37:11Z","updated_at":"2023-12-12T13:37:11Z","author_association":"MEMBER","body":"+code-checks","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852049424/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852050207","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9#issuecomment-1852050207","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","id":1852050207,"node_id":"IC_kwDOF83__M5uZAsf","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2023-12-12T13:37:37Z","updated_at":"2023-12-12T13:37:37Z","author_association":"MEMBER","body":"A new Pull Request was created by iarspider for master.\n\nIt involves the following packages:\n\n- SimTracker/TrackTriggerAssociation (**simulation, l1**)\n- Validation/TrackerHits (**dqm**)\n\n\nepalencia, syuvivida, aloeliger, tjavaid, iarspider, rvenditti, antoniovagnerini, nothingface0, mdhildreth, civanch can you please review it and eventually sign? Thanks.\nthreus, mmusich, arossi83, dgulhan, VinInn, sroychow, rovere, JanFSchulte, VourMa, GiacomoSguazzoni, mtosi, missirol this is something you requested to watch as well.\nantoniovilela, sextonkennedy, rappoccio you are the release manager for this.\n\ncms-bot commands are listed here\n","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852050207/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852068434","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9#issuecomment-1852068434","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","id":1852068434,"node_id":"IC_kwDOF83__M5uZFJS","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2023-12-12T13:45:49Z","updated_at":"2023-12-12T13:45:49Z","author_association":"MEMBER","body":"+dqm","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852068434/reactions","total_count":1,"+1":1,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852079588","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9#issuecomment-1852079588","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","id":1852079588,"node_id":"IC_kwDOF83__M5uZH3k","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2023-12-12T13:52:20Z","updated_at":"2023-12-12T13:52:20Z","author_association":"MEMBER","body":"+code-checks","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852079588/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852080208","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9#issuecomment-1852080208","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","id":1852080208,"node_id":"IC_kwDOF83__M5uZIBQ","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2023-12-12T13:52:40Z","updated_at":"2023-12-12T13:52:40Z","author_association":"MEMBER","body":"Pull request #9 was updated. epalencia, iarspider, aloeliger, mdhildreth, civanch can you please check and sign again.\n","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852080208/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2857856131","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9#issuecomment-2857856131","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","id":2857856131,"node_id":"IC_kwDOF83__M6qV2yD","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-05-07T09:31:03Z","updated_at":"2025-05-07T09:31:03Z","author_association":"MEMBER","body":"urgent","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2857856131/reactions","total_count":1,"+1":1,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2857857384","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9#issuecomment-2857857384","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","id":2857857384,"node_id":"IC_kwDOF83__M6qV3Fo","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-05-07T09:31:31Z","updated_at":"2025-05-07T09:31:31Z","author_association":"MEMBER","body":"enable nano","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2857857384/reactions","total_count":1,"+1":1,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2857861730","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9#issuecomment-2857861730","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","id":2857861730,"node_id":"IC_kwDOF83__M6qV4Ji","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-05-07T09:33:02Z","updated_at":"2025-05-07T09:33:02Z","author_association":"MEMBER","body":"enable gpu,none","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2857861730/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2857867292","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9#issuecomment-2857867292","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","id":2857867292,"node_id":"IC_kwDOF83__M6qV5gc","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-05-07T09:34:15Z","updated_at":"2025-05-07T09:35:14Z","author_association":"MEMBER","body":"+alca","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2857867292/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2858344556","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9#issuecomment-2858344556","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","id":2858344556,"node_id":"IC_kwDOF83__M6qXuBs","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-05-07T12:09:18Z","updated_at":"2025-05-07T12:09:18Z","author_association":"MEMBER","body":"backport of #35","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2858344556/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/35 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 12:10:20 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"32687ffc4e4177fee98c53d72fe323d4ae8e64556e4decb447d07d977c39f5f6"'), ('Last-Modified', 'Wed, 30 Apr 2025 07:48:55 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4982'), ('X-RateLimit-Reset', '1746623374'), ('X-RateLimit-Used', '18'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B05E:13AC2E:53EED6E:5618AEF:681B4DAC')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/35","id":2488522597,"node_id":"PR_kwDOF83__M6UU9dl","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/35","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/35.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/35.patch","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/35","number":35,"state":"closed","locked":false,"title":"Test merge command","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"body":"\r\n#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","created_at":"2025-04-29T11:18:21Z","updated_at":"2025-04-30T07:48:55Z","closed_at":"2025-04-29T11:52:59Z","merged_at":"2025-04-29T11:52:59Z","merge_commit_sha":"05991ff49c6779cd862cf5bb81763ba394b60684","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[{"id":6005201389,"node_id":"LA_kwDOF83__M8AAAABZfAZ7Q","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/fully-signed","name":"fully-signed","color":"2cbe4e","default":false,"description":""},{"id":6160599807,"node_id":"LA_kwDOF83__M8AAAABbzNK_w","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/trk","name":"trk","color":"257fdb","default":false,"description":null},{"id":6160600013,"node_id":"LA_kwDOF83__M8AAAABbzNLzQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-approved","name":"orp-approved","color":"2cbe4e","default":false,"description":null},{"id":6160600074,"node_id":"LA_kwDOF83__M8AAAABbzNMCg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-approved","name":"tests-approved","color":"2cbe4e","default":false,"description":null},{"id":6160600165,"node_id":"LA_kwDOF83__M8AAAABbzNMZQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-approved","name":"code-checks-approved","color":"2cbe4e","default":false,"description":null},{"id":6160600326,"node_id":"LA_kwDOF83__M8AAAABbzNNBg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/alca-approved","name":"alca-approved","color":"2cbe4e","default":false,"description":null}],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":5,"closed_issues":16,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-05-07T09:31:49Z","due_on":null,"closed_at":null},"draft":false,"commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/35/commits","review_comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/35/comments","review_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/35/comments","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/ef1fdd4522128ab6176ca2fa6a0d2e1934e2ed60","head":{"label":"iarspider-cmssw:test-merge-command","ref":"test-merge-command","sha":"ef1fdd4522128ab6176ca2fa6a0d2e1934e2ed60","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-30T13:43:16Z","pushed_at":"2025-05-07T09:27:45Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1305063,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":9,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":9,"watchers":0,"default_branch":"master"}},"base":{"label":"iarspider-cmssw:master","ref":"master","sha":"c83ecb127f70592a95b0544c2e7e2404c9d7e440","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-30T13:43:16Z","pushed_at":"2025-05-07T09:27:45Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1305063,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":9,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":9,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/35"},"html":{"href":"https://github.com/iarspider-cmssw/cmssw/pull/35"},"issue":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/35"},"comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/35/comments"},"review_comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/35/comments"},"review_comment":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/35/commits"},"statuses":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/ef1fdd4522128ab6176ca2fa6a0d2e1934e2ed60"}},"author_association":"MEMBER","auto_merge":null,"active_lock_reason":null,"merged":true,"mergeable":null,"rebaseable":null,"mergeable_state":"unknown","merged_by":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"comments":7,"review_comments":0,"maintainer_can_modify":false,"commits":1,"additions":1,"deletions":0,"changed_files":1} + diff --git a/tests/ReplayData/TestProcessPr.test_cache_add_missing_items.txt b/tests/ReplayData/TestProcessPr.test_cache_add_missing_items.txt new file mode 100644 index 00000000000..99d25e4ef57 --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_cache_add_missing_items.txt @@ -0,0 +1,110 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 02 Apr 2025 12:18:54 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"919eaf6bacb5ceb9a08ed00f147f03ac5c541523b31d96718bdcf81c9e5417ca"'), ('Last-Modified', 'Thu, 20 Mar 2025 11:22:24 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4934'), ('X-RateLimit-Reset', '1743597271'), ('X-RateLimit-Used', '66'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9B44:127E:E02B6E:E54DDB:67ED2B2E')] +{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-04-02T11:34:08Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293566,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":3,"watchers":0,"default_branch":"master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-02T05:27:10Z","pushed_at":"2025-04-02T09:06:54Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1453517,"stargazers_count":1124,"watchers_count":1124,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4411,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1012,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4411,"open_issues":1012,"watchers":1124,"default_branch":"master"},"source":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-02T05:27:10Z","pushed_at":"2025-04-02T09:06:54Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1453517,"stargazers_count":1124,"watchers_count":1124,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4411,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1012,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4411,"open_issues":1012,"watchers":1124,"default_branch":"master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":4411,"subscribers_count":0} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/25 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 02 Apr 2025 12:18:54 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"97fb37ca583ec1a673811b98bbc32ee0fc8cde8fdbe714f96ab1352e52fed0ca"'), ('Last-Modified', 'Wed, 02 Apr 2025 12:16:25 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4933'), ('X-RateLimit-Reset', '1743597271'), ('X-RateLimit-Used', '67'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9B48:FA36E:5729B54:59A99BA:67ED2B2E')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmssw","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/events","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25","id":2955921161,"node_id":"PR_kwDOF83__M6Qi_t1","number":25,"title":"Dummy commit to create test for backport","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[{"id":5899799158,"node_id":"LA_kwDOF83__M8AAAABX6fKdg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/backport","name":"backport","color":"0000ff","default":false,"description":""},{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160598938,"node_id":"LA_kwDOF83__M8AAAABbzNHmg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/new-package-pending","name":"new-package-pending","color":"e11d21","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600115,"node_id":"LA_kwDOF83__M8AAAABbzNMMw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-pending","name":"code-checks-pending","color":"fbca04","default":false,"description":null}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":1,"closed_issues":12,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-02T11:34:32Z","due_on":null,"closed_at":null},"comments":2,"created_at":"2025-03-28T11:42:42Z","updated_at":"2025-04-02T12:16:25Z","closed_at":null,"author_association":"MEMBER","type":null,"sub_issues_summary":{"total":0,"completed":0,"percent_completed":0},"active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.patch","merged_at":null},"body":"\r\n#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","closed_by":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 02 Apr 2025 12:18:55 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4933'), ('X-RateLimit-Reset', '1743597271'), ('X-RateLimit-Used', '67'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9B50:10A2C9:57BBA22:5A3B8C2:67ED2B2F')] +{"resources":{"core":{"limit":5000,"used":67,"remaining":4933,"reset":1743597271},"search":{"limit":30,"used":0,"remaining":30,"reset":1743596395},"graphql":{"limit":5000,"used":0,"remaining":5000,"reset":1743599935},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1743599935},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1743596395},"code_scanning_upload":{"limit":1000,"used":0,"remaining":1000,"reset":1743599935},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1743596395},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1743599935},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1743599935},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1743596395},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1743599935},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1743599935},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1743596395}},"rate":{"limit":5000,"used":67,"remaining":4933,"reset":1743597271}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/25 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 02 Apr 2025 12:18:55 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"044fbaf3a1ea837de8ef16e550780a93f0452c65e91ea81fc245dca172c68534"'), ('Last-Modified', 'Wed, 02 Apr 2025 12:16:25 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4932'), ('X-RateLimit-Reset', '1743597271'), ('X-RateLimit-Used', '68'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9B56:10B92A:5A4984E:5CC973C:67ED2B2F')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25","id":2425092981,"node_id":"PR_kwDOF83__M6Qi_t1","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.patch","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","number":25,"state":"open","locked":false,"title":"Dummy commit to create test for backport","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"body":"\r\n#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","created_at":"2025-03-28T11:42:42Z","updated_at":"2025-04-02T12:16:25Z","closed_at":null,"merged_at":null,"merge_commit_sha":"17c4f5348ebaf8ba13b0bbebef4c9d0ef82aaa5e","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[{"id":5899799158,"node_id":"LA_kwDOF83__M8AAAABX6fKdg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/backport","name":"backport","color":"0000ff","default":false,"description":""},{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160598938,"node_id":"LA_kwDOF83__M8AAAABbzNHmg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/new-package-pending","name":"new-package-pending","color":"e11d21","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600115,"node_id":"LA_kwDOF83__M8AAAABbzNMMw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-pending","name":"code-checks-pending","color":"fbca04","default":false,"description":null}],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":1,"closed_issues":12,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-02T11:34:32Z","due_on":null,"closed_at":null},"draft":false,"commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/commits","review_comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/comments","review_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/comments","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/ceea69106c5e0e17c03c87c13bdf187f03214fec","head":{"label":"iarspider-cmssw:bot-test-backport","ref":"bot-test-backport","sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-04-02T11:34:08Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293566,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":3,"watchers":0,"default_branch":"master"}},"base":{"label":"iarspider-cmssw:master","ref":"master","sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-04-02T11:34:08Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293566,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":3,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25"},"html":{"href":"https://github.com/iarspider-cmssw/cmssw/pull/25"},"issue":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25"},"comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/comments"},"review_comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/comments"},"review_comment":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/commits"},"statuses":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/ceea69106c5e0e17c03c87c13bdf187f03214fec"}},"author_association":"MEMBER","auto_merge":null,"active_lock_reason":null,"merged":false,"mergeable":true,"rebaseable":true,"mergeable_state":"unstable","merged_by":null,"comments":2,"review_comments":0,"maintainer_can_modify":false,"commits":1,"additions":2,"deletions":0,"changed_files":1} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/25/files?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 02 Apr 2025 12:18:55 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"a2afcbe1af03c772fcc3abeae77724857c4732bee85b0f253319b35b38fb6d42"'), ('Last-Modified', 'Wed, 02 Apr 2025 12:16:25 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4931'), ('X-RateLimit-Reset', '1743597271'), ('X-RateLimit-Used', '69'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9B58:B093B:56B1F40:5931DB4:67ED2B2F')] +[{"sha":"c367bf9be61c3a14b4a4712dae50f8cd9c9590af","filename":"README","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/ceea69106c5e0e17c03c87c13bdf187f03214fec/README","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/ceea69106c5e0e17c03c87c13bdf187f03214fec/README","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/README?ref=ceea69106c5e0e17c03c87c13bdf187f03214fec","patch":"@@ -1 +1,3 @@\n Introduction to CMSSW: http://cms-sw.github.io\n+\n+Lorem Ipsum"}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/25/commits?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 02 Apr 2025 12:18:56 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"95b8608b490667e6fa26a1bd20721c666f74d0970f6fd73f35ad27fe7f3eb8eb"'), ('Last-Modified', 'Wed, 02 Apr 2025 12:16:25 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4930'), ('X-RateLimit-Reset', '1743597271'), ('X-RateLimit-Used', '70'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9B5C:89C79:54A6207:57260F1:67ED2B2F')] +[{"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","node_id":"C_kwDOF83__NoAKGNlZWE2OTEwNmM1ZTBlMTdjMDNjODdjMTNiZGYxODdmMDMyMTRmZWM","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"message":"Dummy commit to create test for backport","tree":{"sha":"eee933d99c922eb365978abd78380ad50743d972","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/eee933d99c922eb365978abd78380ad50743d972"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/ceea69106c5e0e17c03c87c13bdf187f03214fec","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615"}]}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec/status +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 02 Apr 2025 12:18:56 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"69b9385f2075b766db67341af542539f5a55d960f34193f67aeed7cd19a99013"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo, repo:status'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4929'), ('X-RateLimit-Reset', '1743597271'), ('X-RateLimit-Used', '71'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9B62:6AAA6:537E1EB:55FE07F:67ED2B30')] +{"state":"pending","statuses":[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/ceea69106c5e0e17c03c87c13bdf187f03214fec","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35243673322,"node_id":"SC_kwDOF83__M8AAAAINK_G6g","state":"pending","description":"code-checks requested","target_url":null,"context":"cms/25/code-checks","created_at":"2025-03-28T11:44:07Z","updated_at":"2025-03-28T11:44:07Z"}],"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","total_count":1,"repository":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments"},"commit_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec/status"} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/git/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 02 Apr 2025 12:18:56 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"e26dc8078f6f9489e98184fe98bc1a24fb4ee71353b478e0944f00742a4748a6"'), ('Last-Modified', 'Fri, 28 Mar 2025 11:41:21 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4928'), ('X-RateLimit-Reset', '1743597271'), ('X-RateLimit-Used', '72'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9B68:10A2C9:57BC07E:5A3BF3D:67ED2B30')] +{"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","node_id":"C_kwDOF83__NoAKGNlZWE2OTEwNmM1ZTBlMTdjMDNjODdjMTNiZGYxODdmMDMyMTRmZWM","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/ceea69106c5e0e17c03c87c13bdf187f03214fec","author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"tree":{"sha":"eee933d99c922eb365978abd78380ad50743d972","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/eee933d99c922eb365978abd78380ad50743d972"},"message":"Dummy commit to create test for backport","parents":[{"sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615"}],"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/25/comments?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 02 Apr 2025 12:18:56 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"75a59412d22ba53b4a9615abba05032a18a946b2325ca1cdcce5c03f17fd6948"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4927'), ('X-RateLimit-Reset', '1743597271'), ('X-RateLimit-Used', '73'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9B6C:18E54A:5655428:58D5325:67ED2B30')] +[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2761127311","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2761127311","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2761127311,"node_id":"IC_kwDOF83__M6kk3WP","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-03-28T11:42:49Z","updated_at":"2025-03-28T11:42:49Z","author_association":"MEMBER","body":"backport of #24 ","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2761127311/reactions","total_count":1,"+1":1,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2772279839","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2772279839","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2772279839,"node_id":"IC_kwDOF83__M6lPaIf","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-02T11:34:54Z","updated_at":"2025-04-02T12:16:24Z","author_association":"MEMBER","body":"cms-bot internal usage","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2772279839/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/24 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 02 Apr 2025 12:18:57 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"fc4b5349a5466cd8f19a364a41fdf607cbae8de5439fc434bcae2a01c2cd776a"'), ('Last-Modified', 'Fri, 28 Mar 2025 16:32:16 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4926'), ('X-RateLimit-Reset', '1743597271'), ('X-RateLimit-Used', '74'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9B7C:269E23:57704EF:59F03DD:67ED2B30')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/24","id":2406633957,"node_id":"PR_kwDOF83__M6PclHl","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/24","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/24.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/24.patch","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/24","number":24,"state":"closed","locked":false,"title":"Dummy PR to create bot tests","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"body":"\r\n","created_at":"2025-03-20T11:22:55Z","updated_at":"2025-03-28T16:32:16Z","closed_at":"2025-03-28T16:32:13Z","merged_at":null,"merge_commit_sha":"5c57d57c1c8c7ee3be636224825ed475d9393bfe","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160598938,"node_id":"LA_kwDOF83__M8AAAABbzNHmg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/new-package-pending","name":"new-package-pending","color":"e11d21","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600165,"node_id":"LA_kwDOF83__M8AAAABbzNMZQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-approved","name":"code-checks-approved","color":"2cbe4e","default":false,"description":null}],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":1,"closed_issues":12,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-02T11:34:32Z","due_on":null,"closed_at":null},"draft":false,"commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/24/commits","review_comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/24/comments","review_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/24/comments","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/72cc05e17ee74e5ace3c4e5d5d066de49e364edb","head":{"label":"iarspider-cmssw:iarspider-patch-1","ref":"iarspider-patch-1","sha":"72cc05e17ee74e5ace3c4e5d5d066de49e364edb","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-04-02T11:34:08Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293566,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":3,"watchers":0,"default_branch":"master"}},"base":{"label":"iarspider-cmssw:master","ref":"master","sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-04-02T11:34:08Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293566,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":3,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/24"},"html":{"href":"https://github.com/iarspider-cmssw/cmssw/pull/24"},"issue":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/24"},"comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/24/comments"},"review_comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/24/comments"},"review_comment":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/24/commits"},"statuses":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/72cc05e17ee74e5ace3c4e5d5d066de49e364edb"}},"author_association":"MEMBER","auto_merge":null,"active_lock_reason":null,"merged":false,"mergeable":true,"rebaseable":false,"mergeable_state":"unstable","merged_by":null,"comments":5,"review_comments":0,"maintainer_can_modify":false,"commits":1,"additions":1,"deletions":0,"changed_files":1} + diff --git a/tests/ReplayData/TestProcessPr.test_cmsdist_start_tests.txt b/tests/ReplayData/TestProcessPr.test_cmsdist_start_tests.txt new file mode 100644 index 00000000000..d346e6c0606 --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_cmsdist_start_tests.txt @@ -0,0 +1,99 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmsdist +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 29 Apr 2025 09:07:38 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"55f5f8fd28ce8b07bd77c17e6e370ea94e7a13985bce426ca3cd19f31b5ba584"'), ('Last-Modified', 'Tue, 29 Apr 2025 09:00:27 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4958'), ('X-RateLimit-Reset', '1745920492'), ('X-RateLimit-Used', '42'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CB6A:248D2A:2C1ED03:2D93036:681096DA')] +{"id":974088432,"node_id":"R_kgDOOg9o8A","name":"cmsdist","full_name":"iarspider-cmssw/cmsdist","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmsdist","description":"CMS Offline Software build configuration","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmsdist","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/deployments","created_at":"2025-04-28T08:36:20Z","updated_at":"2025-04-29T09:00:27Z","pushed_at":"2025-04-29T09:01:47Z","git_url":"git://github.com/iarspider-cmssw/cmsdist.git","ssh_url":"git@github.com:iarspider-cmssw/cmsdist.git","clone_url":"https://github.com/iarspider-cmssw/cmsdist.git","svn_url":"https://github.com/iarspider-cmssw/cmsdist","homepage":null,"size":26746,"stargazers_count":0,"watchers_count":0,"language":"Shell","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1,"license":{"key":"other","name":"Other","spdx_id":"NOASSERTION","url":null,"node_id":"MDc6TGljZW5zZTA="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":1,"watchers":0,"default_branch":"IB/CMSSW_15_1_X/master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":8711353,"node_id":"MDEwOlJlcG9zaXRvcnk4NzExMzUz","name":"cmsdist","full_name":"cms-sw/cmsdist","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmsdist","description":"CMS Offline Software build configuration","fork":false,"url":"https://api.github.com/repos/cms-sw/cmsdist","forks_url":"https://api.github.com/repos/cms-sw/cmsdist/forks","keys_url":"https://api.github.com/repos/cms-sw/cmsdist/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmsdist/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmsdist/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmsdist/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmsdist/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmsdist/events","assignees_url":"https://api.github.com/repos/cms-sw/cmsdist/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmsdist/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmsdist/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmsdist/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmsdist/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmsdist/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmsdist/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmsdist/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmsdist/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmsdist/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmsdist/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmsdist/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmsdist/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmsdist/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmsdist/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmsdist/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmsdist/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmsdist/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmsdist/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmsdist/merges","archive_url":"https://api.github.com/repos/cms-sw/cmsdist/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmsdist/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmsdist/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmsdist/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmsdist/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmsdist/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmsdist/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmsdist/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmsdist/deployments","created_at":"2013-03-11T19:28:46Z","updated_at":"2025-04-29T08:04:04Z","pushed_at":"2025-04-29T08:27:45Z","git_url":"git://github.com/cms-sw/cmsdist.git","ssh_url":"git@github.com:cms-sw/cmsdist.git","clone_url":"https://github.com/cms-sw/cmsdist.git","svn_url":"https://github.com/cms-sw/cmsdist","homepage":null,"size":63976,"stargazers_count":29,"watchers_count":29,"language":"Shell","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"has_discussions":false,"forks_count":191,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":34,"license":{"key":"other","name":"Other","spdx_id":"NOASSERTION","url":null,"node_id":"MDc6TGljZW5zZTA="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":191,"open_issues":34,"watchers":29,"default_branch":"IB/CMSSW_15_1_X/master"},"source":{"id":8711353,"node_id":"MDEwOlJlcG9zaXRvcnk4NzExMzUz","name":"cmsdist","full_name":"cms-sw/cmsdist","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmsdist","description":"CMS Offline Software build configuration","fork":false,"url":"https://api.github.com/repos/cms-sw/cmsdist","forks_url":"https://api.github.com/repos/cms-sw/cmsdist/forks","keys_url":"https://api.github.com/repos/cms-sw/cmsdist/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmsdist/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmsdist/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmsdist/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmsdist/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmsdist/events","assignees_url":"https://api.github.com/repos/cms-sw/cmsdist/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmsdist/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmsdist/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmsdist/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmsdist/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmsdist/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmsdist/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmsdist/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmsdist/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmsdist/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmsdist/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmsdist/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmsdist/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmsdist/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmsdist/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmsdist/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmsdist/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmsdist/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmsdist/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmsdist/merges","archive_url":"https://api.github.com/repos/cms-sw/cmsdist/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmsdist/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmsdist/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmsdist/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmsdist/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmsdist/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmsdist/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmsdist/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmsdist/deployments","created_at":"2013-03-11T19:28:46Z","updated_at":"2025-04-29T08:04:04Z","pushed_at":"2025-04-29T08:27:45Z","git_url":"git://github.com/cms-sw/cmsdist.git","ssh_url":"git@github.com:cms-sw/cmsdist.git","clone_url":"https://github.com/cms-sw/cmsdist.git","svn_url":"https://github.com/cms-sw/cmsdist","homepage":null,"size":63976,"stargazers_count":29,"watchers_count":29,"language":"Shell","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"has_discussions":false,"forks_count":191,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":34,"license":{"key":"other","name":"Other","spdx_id":"NOASSERTION","url":null,"node_id":"MDc6TGljZW5zZTA="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":191,"open_issues":34,"watchers":29,"default_branch":"IB/CMSSW_15_1_X/master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":191,"subscribers_count":0} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmsdist/issues/1 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 29 Apr 2025 09:07:38 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"c313cad50b72a8306af013eecb150f895658cc81775261854c8c5c62ddec5d38"'), ('Last-Modified', 'Tue, 29 Apr 2025 09:07:20 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4957'), ('X-RateLimit-Reset', '1745920492'), ('X-RateLimit-Used', '43'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CB70:230A2B:34C0260:3677948:681096DA')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/1","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/1/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/1/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/1/events","html_url":"https://github.com/iarspider-cmssw/cmsdist/pull/1","id":3024413323,"node_id":"PR_kwDOOg9o8M6UI8di","number":1,"title":"[ROOT6_X] Updated root to tip of branch master","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[{"id":8527592575,"node_id":"LA_kwDOOg9o8M8AAAAB_Ei8fw","url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/labels/externals-pending","name":"externals-pending","color":"ededed","default":false,"description":null},{"id":8527592577,"node_id":"LA_kwDOOg9o8M8AAAAB_Ei8gQ","url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/labels/tests-pending","name":"tests-pending","color":"ededed","default":false,"description":null},{"id":8527592580,"node_id":"LA_kwDOOg9o8M8AAAAB_Ei8hA","url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/labels/orp-pending","name":"orp-pending","color":"ededed","default":false,"description":null},{"id":8527592581,"node_id":"LA_kwDOOg9o8M8AAAAB_Ei8hQ","url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/labels/pending-signatures","name":"pending-signatures","color":"ededed","default":false,"description":null}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":3,"created_at":"2025-04-28T10:04:41Z","updated_at":"2025-04-29T09:07:20Z","closed_at":null,"author_association":"MEMBER","type":null,"active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/pulls/1","html_url":"https://github.com/iarspider-cmssw/cmsdist/pull/1","diff_url":"https://github.com/iarspider-cmssw/cmsdist/pull/1.diff","patch_url":"https://github.com/iarspider-cmssw/cmsdist/pull/1.patch","merged_at":null},"body":null,"closed_by":null,"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/1/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/1/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 29 Apr 2025 09:07:39 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4957'), ('X-RateLimit-Reset', '1745920492'), ('X-RateLimit-Used', '43'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CB7E:FA02B:239B9ED:24E3F90:681096DA')] +{"resources":{"core":{"limit":5000,"used":43,"remaining":4957,"reset":1745920492},"search":{"limit":30,"used":0,"remaining":30,"reset":1745917719},"graphql":{"limit":5000,"used":0,"remaining":5000,"reset":1745921259},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1745921259},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1745917719},"code_scanning_upload":{"limit":1000,"used":0,"remaining":1000,"reset":1745921259},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1745917719},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1745921259},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1745921259},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1745917719},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1745921259},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1745921259},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1745917719}},"rate":{"limit":5000,"used":43,"remaining":4957,"reset":1745920492}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmsdist/pulls/1 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 29 Apr 2025 09:07:39 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"66055e095bc3dc8d931c798c29783bdf7c2fb724164f308159f942308dc6443c"'), ('Last-Modified', 'Tue, 29 Apr 2025 09:07:20 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4956'), ('X-RateLimit-Reset', '1745920492'), ('X-RateLimit-Used', '44'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CB8E:EFAEE:2A8A629:2BFE936:681096DB')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/pulls/1","id":2485372770,"node_id":"PR_kwDOOg9o8M6UI8di","html_url":"https://github.com/iarspider-cmssw/cmsdist/pull/1","diff_url":"https://github.com/iarspider-cmssw/cmsdist/pull/1.diff","patch_url":"https://github.com/iarspider-cmssw/cmsdist/pull/1.patch","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/1","number":1,"state":"open","locked":false,"title":"[ROOT6_X] Updated root to tip of branch master","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"body":null,"created_at":"2025-04-28T10:04:41Z","updated_at":"2025-04-29T09:07:20Z","closed_at":null,"merged_at":null,"merge_commit_sha":"9f10d4fecdd5f23d4982f506c1401fc2f45354c5","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[{"id":8527592575,"node_id":"LA_kwDOOg9o8M8AAAAB_Ei8fw","url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/labels/externals-pending","name":"externals-pending","color":"ededed","default":false,"description":null},{"id":8527592577,"node_id":"LA_kwDOOg9o8M8AAAAB_Ei8gQ","url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/labels/tests-pending","name":"tests-pending","color":"ededed","default":false,"description":null},{"id":8527592580,"node_id":"LA_kwDOOg9o8M8AAAAB_Ei8hA","url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/labels/orp-pending","name":"orp-pending","color":"ededed","default":false,"description":null},{"id":8527592581,"node_id":"LA_kwDOOg9o8M8AAAAB_Ei8hQ","url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/labels/pending-signatures","name":"pending-signatures","color":"ededed","default":false,"description":null}],"milestone":null,"draft":false,"commits_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/pulls/1/commits","review_comments_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/pulls/1/comments","review_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/pulls/comments{/number}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/1/comments","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/statuses/97b8e6b89e86de19afb3a428f54f08313457374e","head":{"label":"iarspider-cmssw:root-update-master-20250428","ref":"root-update-master-20250428","sha":"97b8e6b89e86de19afb3a428f54f08313457374e","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":974088432,"node_id":"R_kgDOOg9o8A","name":"cmsdist","full_name":"iarspider-cmssw/cmsdist","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmsdist","description":"CMS Offline Software build configuration","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmsdist","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/deployments","created_at":"2025-04-28T08:36:20Z","updated_at":"2025-04-29T09:00:27Z","pushed_at":"2025-04-29T09:01:47Z","git_url":"git://github.com/iarspider-cmssw/cmsdist.git","ssh_url":"git@github.com:iarspider-cmssw/cmsdist.git","clone_url":"https://github.com/iarspider-cmssw/cmsdist.git","svn_url":"https://github.com/iarspider-cmssw/cmsdist","homepage":null,"size":26746,"stargazers_count":0,"watchers_count":0,"language":"Shell","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1,"license":{"key":"other","name":"Other","spdx_id":"NOASSERTION","url":null,"node_id":"MDc6TGljZW5zZTA="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":1,"watchers":0,"default_branch":"IB/CMSSW_15_1_X/master"}},"base":{"label":"iarspider-cmssw:IB/CMSSW_15_1_X/rootmaster","ref":"IB/CMSSW_15_1_X/rootmaster","sha":"3a75847176e31bd5f995c045c3ab2bcc432108da","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":974088432,"node_id":"R_kgDOOg9o8A","name":"cmsdist","full_name":"iarspider-cmssw/cmsdist","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmsdist","description":"CMS Offline Software build configuration","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmsdist","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/deployments","created_at":"2025-04-28T08:36:20Z","updated_at":"2025-04-29T09:00:27Z","pushed_at":"2025-04-29T09:01:47Z","git_url":"git://github.com/iarspider-cmssw/cmsdist.git","ssh_url":"git@github.com:iarspider-cmssw/cmsdist.git","clone_url":"https://github.com/iarspider-cmssw/cmsdist.git","svn_url":"https://github.com/iarspider-cmssw/cmsdist","homepage":null,"size":26746,"stargazers_count":0,"watchers_count":0,"language":"Shell","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1,"license":{"key":"other","name":"Other","spdx_id":"NOASSERTION","url":null,"node_id":"MDc6TGljZW5zZTA="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":1,"watchers":0,"default_branch":"IB/CMSSW_15_1_X/master"}},"_links":{"self":{"href":"https://api.github.com/repos/iarspider-cmssw/cmsdist/pulls/1"},"html":{"href":"https://github.com/iarspider-cmssw/cmsdist/pull/1"},"issue":{"href":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/1"},"comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/1/comments"},"review_comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmsdist/pulls/1/comments"},"review_comment":{"href":"https://api.github.com/repos/iarspider-cmssw/cmsdist/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/iarspider-cmssw/cmsdist/pulls/1/commits"},"statuses":{"href":"https://api.github.com/repos/iarspider-cmssw/cmsdist/statuses/97b8e6b89e86de19afb3a428f54f08313457374e"}},"author_association":"MEMBER","auto_merge":null,"active_lock_reason":null,"merged":false,"mergeable":true,"rebaseable":true,"mergeable_state":"unstable","merged_by":null,"comments":3,"review_comments":0,"maintainer_can_modify":false,"commits":2,"additions":2,"deletions":2,"changed_files":1} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmsdist/pulls/1/files?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 29 Apr 2025 09:07:39 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"d0752a79bd46e183f569bd44b1b7ad870b38a4722536cc407235b5a92a2c0244"'), ('Last-Modified', 'Tue, 29 Apr 2025 09:07:20 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4955'), ('X-RateLimit-Reset', '1745920492'), ('X-RateLimit-Used', '45'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CB96:12C4:1CCB39F:1DE400B:681096DB')] +[{"sha":"ba8320038a298ae00090b7fec03f4ce9b66b111c","filename":"root.spec","status":"modified","additions":2,"deletions":2,"changes":4,"blob_url":"https://github.com/iarspider-cmssw/cmsdist/blob/97b8e6b89e86de19afb3a428f54f08313457374e/root.spec","raw_url":"https://github.com/iarspider-cmssw/cmsdist/raw/97b8e6b89e86de19afb3a428f54f08313457374e/root.spec","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/contents/root.spec?ref=97b8e6b89e86de19afb3a428f54f08313457374e","patch":"@@ -3,8 +3,8 @@\n ## INITENV SET ROOTSYS %{i}\n ## INCLUDE compilation_flags\n ## INCLUDE cpp-standard\n-%define tag bc5deb7f913ec345b68409037cf6ca83cf221554\n-%define branch cms/master/ba7619b979\n+%define tag 10cb05af8eff9343e5c41a8290a86c911ade0bb8\n+%define branch cms/master/67dd73a7d5\n \n %define github_user cms-sw\n Source: git+https://github.com/%{github_user}/root.git?obj=%{branch}/%{tag}&export=%{n}-%{realversion}&output=/%{n}-%{realversion}-%{tag}.tgz"}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmsdist/pulls/1/commits?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 29 Apr 2025 09:07:40 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"454669698f1b2f6c81ef4b70800250fd8c827135299758e1d0859b8c1ffa6951"'), ('Last-Modified', 'Tue, 29 Apr 2025 09:07:20 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4954'), ('X-RateLimit-Reset', '1745920492'), ('X-RateLimit-Used', '46'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CB9E:12C4:1CCB58D:1DE4204:681096DB')] +[{"sha":"3796ce54fef5c2b00990949a4e3f7d49489561c3","node_id":"C_kwDOOg9o8NoAKDM3OTZjZTU0ZmVmNWMyYjAwOTkwOTQ5YTRlM2Y3ZDQ5NDg5NTYxYzM","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-28T10:04:16Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-28T10:04:16Z"},"message":"Updated root to tip of branch master","tree":{"sha":"15f0966ab3a48b653fa7f55e6aec968e5ed5e8d5","url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/trees/15f0966ab3a48b653fa7f55e6aec968e5ed5e8d5"},"url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/commits/3796ce54fef5c2b00990949a4e3f7d49489561c3","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/commits/3796ce54fef5c2b00990949a4e3f7d49489561c3","html_url":"https://github.com/iarspider-cmssw/cmsdist/commit/3796ce54fef5c2b00990949a4e3f7d49489561c3","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/commits/3796ce54fef5c2b00990949a4e3f7d49489561c3/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"3a75847176e31bd5f995c045c3ab2bcc432108da","url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/commits/3a75847176e31bd5f995c045c3ab2bcc432108da","html_url":"https://github.com/iarspider-cmssw/cmsdist/commit/3a75847176e31bd5f995c045c3ab2bcc432108da"}]},{"sha":"97b8e6b89e86de19afb3a428f54f08313457374e","node_id":"C_kwDOOg9o8NoAKDk3YjhlNmI4OWU4NmRlMTlhZmIzYTQyOGY1NGYwODMxMzQ1NzM3NGU","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-29T09:01:39Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-29T09:01:39Z"},"message":"empty commit","tree":{"sha":"15f0966ab3a48b653fa7f55e6aec968e5ed5e8d5","url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/trees/15f0966ab3a48b653fa7f55e6aec968e5ed5e8d5"},"url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/commits/97b8e6b89e86de19afb3a428f54f08313457374e","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/commits/97b8e6b89e86de19afb3a428f54f08313457374e","html_url":"https://github.com/iarspider-cmssw/cmsdist/commit/97b8e6b89e86de19afb3a428f54f08313457374e","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/commits/97b8e6b89e86de19afb3a428f54f08313457374e/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"3796ce54fef5c2b00990949a4e3f7d49489561c3","url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/commits/3796ce54fef5c2b00990949a4e3f7d49489561c3","html_url":"https://github.com/iarspider-cmssw/cmsdist/commit/3796ce54fef5c2b00990949a4e3f7d49489561c3"}]}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmsdist/commits/97b8e6b89e86de19afb3a428f54f08313457374e/status +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 29 Apr 2025 09:07:40 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"c601316b646856f111f8b248412a32c2987d927365087b7893f60b0d7216888b"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo, repo:status'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4953'), ('X-RateLimit-Reset', '1745920492'), ('X-RateLimit-Used', '47'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CBAC:12C4:1CCB758:1DE43E4:681096DC')] +{"state":"pending","statuses":[{"url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/statuses/97b8e6b89e86de19afb3a428f54f08313457374e","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35919283678,"node_id":"SC_kwDOOg9o8M8AAAAIXPTF3g","state":"pending","description":"Waiting for authorized user to issue the test command.","target_url":null,"context":"bot/1/jenkins","created_at":"2025-04-29T09:06:51Z","updated_at":"2025-04-29T09:06:51Z"},{"url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/statuses/97b8e6b89e86de19afb3a428f54f08313457374e","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35919284506,"node_id":"SC_kwDOOg9o8M8AAAAIXPTJGg","state":"success","description":"Comment by iarspider at 2025-04-28 10:04:41 UTC processed.","target_url":"https://github.com/iarspider-cmssw/cmsdist/pull/1","context":"bot/1/ack","created_at":"2025-04-29T09:06:54Z","updated_at":"2025-04-29T09:06:54Z"}],"sha":"97b8e6b89e86de19afb3a428f54f08313457374e","total_count":2,"repository":{"id":974088432,"node_id":"R_kgDOOg9o8A","name":"cmsdist","full_name":"iarspider-cmssw/cmsdist","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmsdist","description":"CMS Offline Software build configuration","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmsdist","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/deployments"},"commit_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/commits/97b8e6b89e86de19afb3a428f54f08313457374e","url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/commits/97b8e6b89e86de19afb3a428f54f08313457374e/status"} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmsdist/git/commits/97b8e6b89e86de19afb3a428f54f08313457374e +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 29 Apr 2025 09:07:40 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"5c855e64a6bc6ee48c9920a99998da2e7ce81edc3869c188ccfb877b377acc7b"'), ('Last-Modified', 'Tue, 29 Apr 2025 09:01:39 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4952'), ('X-RateLimit-Reset', '1745920492'), ('X-RateLimit-Used', '48'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CBB0:248D2A:2C1F66B:2D93A0A:681096DC')] +{"sha":"97b8e6b89e86de19afb3a428f54f08313457374e","node_id":"C_kwDOOg9o8NoAKDk3YjhlNmI4OWU4NmRlMTlhZmIzYTQyOGY1NGYwODMxMzQ1NzM3NGU","url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/commits/97b8e6b89e86de19afb3a428f54f08313457374e","html_url":"https://github.com/iarspider-cmssw/cmsdist/commit/97b8e6b89e86de19afb3a428f54f08313457374e","author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-29T09:01:39Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-29T09:01:39Z"},"tree":{"sha":"15f0966ab3a48b653fa7f55e6aec968e5ed5e8d5","url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/trees/15f0966ab3a48b653fa7f55e6aec968e5ed5e8d5"},"message":"empty commit","parents":[{"sha":"3796ce54fef5c2b00990949a4e3f7d49489561c3","url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/commits/3796ce54fef5c2b00990949a4e3f7d49489561c3","html_url":"https://github.com/iarspider-cmssw/cmsdist/commit/3796ce54fef5c2b00990949a4e3f7d49489561c3"}],"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmsdist/issues/1/comments?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 29 Apr 2025 09:07:40 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"b41a5c32317e21adf47da698ef57984a81d0f7affa5592e8e426a6b60e002cb0"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4951'), ('X-RateLimit-Reset', '1745920492'), ('X-RateLimit-Used', '49'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CBB6:1C8900:2B56BA0:2CCAEF0:681096DC')] +[{"url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/comments/2838026366","html_url":"https://github.com/iarspider-cmssw/cmsdist/pull/1#issuecomment-2838026366","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/1","id":2838026366,"node_id":"IC_kwDOOg9o8M6pKNh-","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-29T09:06:53Z","updated_at":"2025-04-29T09:06:53Z","author_association":"MEMBER","body":"A new Pull Request was created by @iarspider for branch IB/CMSSW_15_1_X/rootmaster.\n\n@iarspider can you please review it and eventually sign? Thanks.\n@iarspider you are the release manager for this.\ncms-bot commands are listed here\n","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/comments/2838026366/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/comments/2838026393","html_url":"https://github.com/iarspider-cmssw/cmsdist/pull/1#issuecomment-2838026393","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/1","id":2838026393,"node_id":"IC_kwDOOg9o8M6pKNiZ","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-29T09:06:53Z","updated_at":"2025-04-29T09:06:53Z","author_association":"MEMBER","body":"cms-bot internal usage","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/comments/2838026393/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/comments/2838027440","html_url":"https://github.com/iarspider-cmssw/cmsdist/pull/1#issuecomment-2838027440","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/1","id":2838027440,"node_id":"IC_kwDOOg9o8M6pKNyw","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-29T09:07:18Z","updated_at":"2025-04-29T09:07:18Z","author_association":"MEMBER","body":"please test","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/comments/2838027440/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null}] + diff --git a/tests/ReplayData/TestProcessPr.test_code_checks_with.txt b/tests/ReplayData/TestProcessPr.test_code_checks_with.txt new file mode 100644 index 00000000000..a87fa41acbe --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_code_checks_with.txt @@ -0,0 +1,99 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 16 Apr 2025 12:00:32 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"b0f1073fe5f08ccb184da8245bad723235cdb22d9ebdb3e84b126e66c9a693bd"'), ('Last-Modified', 'Tue, 15 Apr 2025 12:42:37 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4999'), ('X-RateLimit-Reset', '1744808432'), ('X-RateLimit-Used', '1'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9940:9526B:3D8DD0B:3F8149E:67FF9BE0')] +{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-15T12:42:37Z","pushed_at":"2025-04-15T12:48:06Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1303783,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":4,"watchers":0,"default_branch":"master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-16T10:52:36Z","pushed_at":"2025-04-16T10:53:52Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1457994,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4419,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1026,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4419,"open_issues":1026,"watchers":1140,"default_branch":"master"},"source":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-16T10:52:36Z","pushed_at":"2025-04-16T10:53:52Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1457994,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4419,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1026,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4419,"open_issues":1026,"watchers":1140,"default_branch":"master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":4419,"subscribers_count":0} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/25 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 16 Apr 2025 12:00:32 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"ed7ccf0b454f888aa02b75f07d15558acb304f9ca8b112a4372db23bbe5abc6d"'), ('Last-Modified', 'Wed, 16 Apr 2025 12:00:20 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4998'), ('X-RateLimit-Reset', '1744808432'), ('X-RateLimit-Used', '2'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9946:1638A8:47D2BA5:49E5B17:67FF9BE0')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmssw","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/events","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25","id":2955921161,"node_id":"PR_kwDOF83__M6Qi_t1","number":25,"title":"Dummy commit to create test for backport","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160598938,"node_id":"LA_kwDOF83__M8AAAABbzNHmg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/new-package-pending","name":"new-package-pending","color":"e11d21","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600165,"node_id":"LA_kwDOF83__M8AAAABbzNMZQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-approved","name":"code-checks-approved","color":"2cbe4e","default":false,"description":null}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":1,"closed_issues":12,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-16T09:53:10Z","due_on":null,"closed_at":null},"comments":4,"created_at":"2025-03-28T11:42:42Z","updated_at":"2025-04-16T12:00:20Z","closed_at":null,"author_association":"MEMBER","type":null,"sub_issues_summary":{"total":0,"completed":0,"percent_completed":0},"active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.patch","merged_at":null},"body":"\r\n#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","closed_by":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 16 Apr 2025 12:00:32 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4998'), ('X-RateLimit-Reset', '1744808432'), ('X-RateLimit-Used', '2'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9950:3A6548:3DE430A:3FD7B06:67FF9BE0')] +{"resources":{"core":{"limit":5000,"used":2,"remaining":4998,"reset":1744808432},"search":{"limit":30,"used":0,"remaining":30,"reset":1744804892},"graphql":{"limit":5000,"used":0,"remaining":5000,"reset":1744808432},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1744808432},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1744804892},"code_scanning_upload":{"limit":1000,"used":0,"remaining":1000,"reset":1744808432},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1744804892},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1744808432},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1744808432},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1744804892},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1744808432},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1744808432},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1744804892}},"rate":{"limit":5000,"used":2,"remaining":4998,"reset":1744808432}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/25 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 16 Apr 2025 12:00:33 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"62636b954b68ba47107a5204d1f4d6cc16e02fc9135eb4534993a75eaaea84ad"'), ('Last-Modified', 'Wed, 16 Apr 2025 12:00:20 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4997'), ('X-RateLimit-Reset', '1744808432'), ('X-RateLimit-Used', '3'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9954:1638A8:47D2D9C:49E5D20:67FF9BE0')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25","id":2425092981,"node_id":"PR_kwDOF83__M6Qi_t1","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.patch","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","number":25,"state":"open","locked":false,"title":"Dummy commit to create test for backport","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"body":"\r\n#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","created_at":"2025-03-28T11:42:42Z","updated_at":"2025-04-16T12:00:20Z","closed_at":null,"merged_at":null,"merge_commit_sha":"de128f7405d56588ed809ad4a84dd58dc6ff59a6","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160598938,"node_id":"LA_kwDOF83__M8AAAABbzNHmg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/new-package-pending","name":"new-package-pending","color":"e11d21","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600165,"node_id":"LA_kwDOF83__M8AAAABbzNMZQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-approved","name":"code-checks-approved","color":"2cbe4e","default":false,"description":null}],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":1,"closed_issues":12,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-16T09:53:10Z","due_on":null,"closed_at":null},"draft":false,"commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/commits","review_comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/comments","review_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/comments","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/ceea69106c5e0e17c03c87c13bdf187f03214fec","head":{"label":"iarspider-cmssw:bot-test-backport","ref":"bot-test-backport","sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-15T12:42:37Z","pushed_at":"2025-04-15T12:48:06Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1303783,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":4,"watchers":0,"default_branch":"master"}},"base":{"label":"iarspider-cmssw:master","ref":"master","sha":"5c0ff138f515b5b15d6a25c0d2edafe8fb522a49","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-15T12:42:37Z","pushed_at":"2025-04-15T12:48:06Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1303783,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":4,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25"},"html":{"href":"https://github.com/iarspider-cmssw/cmssw/pull/25"},"issue":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25"},"comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/comments"},"review_comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/comments"},"review_comment":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/commits"},"statuses":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/ceea69106c5e0e17c03c87c13bdf187f03214fec"}},"author_association":"MEMBER","auto_merge":null,"active_lock_reason":null,"merged":false,"mergeable":true,"rebaseable":true,"mergeable_state":"unstable","merged_by":null,"comments":4,"review_comments":0,"maintainer_can_modify":false,"commits":1,"additions":2,"deletions":0,"changed_files":1} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/25/files?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 16 Apr 2025 12:00:33 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"a2afcbe1af03c772fcc3abeae77724857c4732bee85b0f253319b35b38fb6d42"'), ('Last-Modified', 'Wed, 16 Apr 2025 12:00:20 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4996'), ('X-RateLimit-Reset', '1744808432'), ('X-RateLimit-Used', '4'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9956:82D14:3E23386:4016ADD:67FF9BE1')] +[{"sha":"c367bf9be61c3a14b4a4712dae50f8cd9c9590af","filename":"README","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/ceea69106c5e0e17c03c87c13bdf187f03214fec/README","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/ceea69106c5e0e17c03c87c13bdf187f03214fec/README","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/README?ref=ceea69106c5e0e17c03c87c13bdf187f03214fec","patch":"@@ -1 +1,3 @@\n Introduction to CMSSW: http://cms-sw.github.io\n+\n+Lorem Ipsum"}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/25/commits?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 16 Apr 2025 12:00:33 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"95b8608b490667e6fa26a1bd20721c666f74d0970f6fd73f35ad27fe7f3eb8eb"'), ('Last-Modified', 'Wed, 16 Apr 2025 12:00:20 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4995'), ('X-RateLimit-Reset', '1744808432'), ('X-RateLimit-Used', '5'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9966:3B633F:3EFCFF3:40F07E4:67FF9BE1')] +[{"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","node_id":"C_kwDOF83__NoAKGNlZWE2OTEwNmM1ZTBlMTdjMDNjODdjMTNiZGYxODdmMDMyMTRmZWM","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"message":"Dummy commit to create test for backport","tree":{"sha":"eee933d99c922eb365978abd78380ad50743d972","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/eee933d99c922eb365978abd78380ad50743d972"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/ceea69106c5e0e17c03c87c13bdf187f03214fec","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615"}]}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec/status +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 16 Apr 2025 12:00:33 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"b54582713843133581635bb8ffc7f31420d5077a7b1cff6f696b971f1bf6f03c"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo, repo:status'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4994'), ('X-RateLimit-Reset', '1744808432'), ('X-RateLimit-Used', '6'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9974:23DDB:3EA5CA1:40993AA:67FF9BE1')] +{"state":"pending","statuses":[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/ceea69106c5e0e17c03c87c13bdf187f03214fec","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35600270110,"node_id":"SC_kwDOF83__M8AAAAISfEDHg","state":"pending","description":"Waiting for authorized user to issue the test command.","target_url":null,"context":"bot/25/jenkins","created_at":"2025-04-14T12:48:40Z","updated_at":"2025-04-14T12:48:40Z"},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/ceea69106c5e0e17c03c87c13bdf187f03214fec","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35600270532,"node_id":"SC_kwDOF83__M8AAAAISfEExA","state":"success","description":"Check details","target_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2801602205","context":"cms/25/code-checks","created_at":"2025-04-14T12:48:42Z","updated_at":"2025-04-14T12:48:42Z"},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/ceea69106c5e0e17c03c87c13bdf187f03214fec","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35600270963,"node_id":"SC_kwDOF83__M8AAAAISfEGcw","state":"success","description":"Comment by iarspider at 2025-04-14 12:47:46 UTC processed.","target_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2801602205","context":"bot/25/ack","created_at":"2025-04-14T12:48:43Z","updated_at":"2025-04-14T12:48:43Z"}],"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","total_count":3,"repository":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments"},"commit_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec/status"} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/git/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 16 Apr 2025 12:00:34 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"e26dc8078f6f9489e98184fe98bc1a24fb4ee71353b478e0944f00742a4748a6"'), ('Last-Modified', 'Fri, 28 Mar 2025 11:41:21 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4993'), ('X-RateLimit-Reset', '1744808432'), ('X-RateLimit-Used', '7'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'BDB8:23DDB:3EA5DB9:40994C1:67FF9BE2')] +{"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","node_id":"C_kwDOF83__NoAKGNlZWE2OTEwNmM1ZTBlMTdjMDNjODdjMTNiZGYxODdmMDMyMTRmZWM","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/ceea69106c5e0e17c03c87c13bdf187f03214fec","author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"tree":{"sha":"eee933d99c922eb365978abd78380ad50743d972","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/eee933d99c922eb365978abd78380ad50743d972"},"message":"Dummy commit to create test for backport","parents":[{"sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615"}],"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/25/comments?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 16 Apr 2025 12:00:34 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"92d73873c7a634f7d29c021aeb4b0e561b5c3f0eb2d4450b4a337a0972bd2b54"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4992'), ('X-RateLimit-Reset', '1744808432'), ('X-RateLimit-Used', '8'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'BDC8:82D14:3E238CD:4017005:67FF9BE2')] +[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801536138","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2801536138","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2801536138,"node_id":"IC_kwDOF83__M6m_AyK","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-14T12:22:23Z","updated_at":"2025-04-14T12:22:23Z","author_association":"MEMBER","body":"cms-bot internal usage","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801536138/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801602205","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2801602205","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2801602205,"node_id":"IC_kwDOF83__M6m_Q6d","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-14T12:47:46Z","updated_at":"2025-04-14T12:47:46Z","author_association":"MEMBER","body":"+code-checks","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801602205/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801604675","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2801604675","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2801604675,"node_id":"IC_kwDOF83__M6m_RhD","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-14T12:48:42Z","updated_at":"2025-04-14T12:48:42Z","author_association":"MEMBER","body":"A new Pull Request was created by iarspider for master.\n\nIt involves the following packages:\n\n- README (****)\n\n\nThe following packages do not have a category, yet:\n\nREADME\nPlease create a PR for https://github.com/cms-sw/cms-bot/blob/master/categories_map.py to assign category\n\niarspider can you please review it and eventually sign? Thanks.\niarspider you are the release manager for this.\n\ncms-bot commands are listed here\n","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801604675/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2809358867","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2809358867","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2809358867,"node_id":"IC_kwDOF83__M6nc2oT","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-16T12:00:19Z","updated_at":"2025-04-16T12:00:19Z","author_association":"MEMBER","body":"code-checks with cms.week0.PR_deadbeef/update and apply patch","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2809358867/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null}] + diff --git a/tests/ReplayData/TestProcessPr.test_convert_cache.txt b/tests/ReplayData/TestProcessPr.test_convert_cache.txt new file mode 100644 index 00000000000..8755973e64b --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_convert_cache.txt @@ -0,0 +1,110 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 02 Apr 2025 12:52:03 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"e0166a718436aca27cf79f7e4531e86112ebeb0c50594cc4350513a101d1b4c0"'), ('Last-Modified', 'Thu, 20 Mar 2025 11:22:24 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4990'), ('X-RateLimit-Reset', '1743601775'), ('X-RateLimit-Used', '10'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D4CE:20B543:542ED75:56BBAAD:67ED32F3')] +{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-04-02T11:34:08Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293567,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":3,"watchers":0,"default_branch":"master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-02T05:27:10Z","pushed_at":"2025-04-02T12:25:31Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1453517,"stargazers_count":1124,"watchers_count":1124,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4411,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1017,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4411,"open_issues":1017,"watchers":1124,"default_branch":"master"},"source":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-02T05:27:10Z","pushed_at":"2025-04-02T12:25:31Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1453517,"stargazers_count":1124,"watchers_count":1124,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4411,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1017,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4411,"open_issues":1017,"watchers":1124,"default_branch":"master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":4411,"subscribers_count":0} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/25 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 02 Apr 2025 12:52:04 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"db83dd68f33b7f5a0c482e2968b59999e1637bb5ee2d3eef8c38e3b9d35a8031"'), ('Last-Modified', 'Wed, 02 Apr 2025 12:45:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4989'), ('X-RateLimit-Reset', '1743601775'), ('X-RateLimit-Used', '11'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '8696:179795:599CA1B:5C29717:67ED32F4')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmssw","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/events","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25","id":2955921161,"node_id":"PR_kwDOF83__M6Qi_t1","number":25,"title":"Dummy commit to create test for backport","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[{"id":5899799158,"node_id":"LA_kwDOF83__M8AAAABX6fKdg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/backport","name":"backport","color":"0000ff","default":false,"description":""},{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160598938,"node_id":"LA_kwDOF83__M8AAAABbzNHmg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/new-package-pending","name":"new-package-pending","color":"e11d21","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600115,"node_id":"LA_kwDOF83__M8AAAABbzNMMw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-pending","name":"code-checks-pending","color":"fbca04","default":false,"description":null}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":1,"closed_issues":12,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-02T11:34:32Z","due_on":null,"closed_at":null},"comments":2,"created_at":"2025-03-28T11:42:42Z","updated_at":"2025-04-02T12:45:38Z","closed_at":null,"author_association":"MEMBER","type":null,"sub_issues_summary":{"total":0,"completed":0,"percent_completed":0},"active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.patch","merged_at":null},"body":"\r\n#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","closed_by":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 02 Apr 2025 12:52:04 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4989'), ('X-RateLimit-Reset', '1743601775'), ('X-RateLimit-Used', '11'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '86A2:FA36E:598845E:5C15140:67ED32F4')] +{"resources":{"core":{"limit":5000,"used":11,"remaining":4989,"reset":1743601775},"search":{"limit":30,"used":0,"remaining":30,"reset":1743598384},"graphql":{"limit":5000,"used":0,"remaining":5000,"reset":1743601924},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1743601924},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1743598384},"code_scanning_upload":{"limit":1000,"used":0,"remaining":1000,"reset":1743601924},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1743598384},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1743601924},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1743601924},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1743598384},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1743601924},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1743601924},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1743598384}},"rate":{"limit":5000,"used":11,"remaining":4989,"reset":1743601775}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/25 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 02 Apr 2025 12:52:04 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"25794b638bb450d70859d7c4150ed45e78c8331334d3375c6af67cc50f30a4ba"'), ('Last-Modified', 'Wed, 02 Apr 2025 12:45:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4988'), ('X-RateLimit-Reset', '1743601775'), ('X-RateLimit-Used', '12'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '86A4:179795:599CCDC:5C29A06:67ED32F4')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25","id":2425092981,"node_id":"PR_kwDOF83__M6Qi_t1","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.patch","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","number":25,"state":"open","locked":false,"title":"Dummy commit to create test for backport","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"body":"\r\n#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","created_at":"2025-03-28T11:42:42Z","updated_at":"2025-04-02T12:45:38Z","closed_at":null,"merged_at":null,"merge_commit_sha":"17c4f5348ebaf8ba13b0bbebef4c9d0ef82aaa5e","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[{"id":5899799158,"node_id":"LA_kwDOF83__M8AAAABX6fKdg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/backport","name":"backport","color":"0000ff","default":false,"description":""},{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160598938,"node_id":"LA_kwDOF83__M8AAAABbzNHmg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/new-package-pending","name":"new-package-pending","color":"e11d21","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600115,"node_id":"LA_kwDOF83__M8AAAABbzNMMw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-pending","name":"code-checks-pending","color":"fbca04","default":false,"description":null}],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":1,"closed_issues":12,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-02T11:34:32Z","due_on":null,"closed_at":null},"draft":false,"commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/commits","review_comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/comments","review_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/comments","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/ceea69106c5e0e17c03c87c13bdf187f03214fec","head":{"label":"iarspider-cmssw:bot-test-backport","ref":"bot-test-backport","sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-04-02T11:34:08Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293567,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":3,"watchers":0,"default_branch":"master"}},"base":{"label":"iarspider-cmssw:master","ref":"master","sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-04-02T11:34:08Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293567,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":3,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25"},"html":{"href":"https://github.com/iarspider-cmssw/cmssw/pull/25"},"issue":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25"},"comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/comments"},"review_comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/comments"},"review_comment":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/commits"},"statuses":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/ceea69106c5e0e17c03c87c13bdf187f03214fec"}},"author_association":"MEMBER","auto_merge":null,"active_lock_reason":null,"merged":false,"mergeable":true,"rebaseable":true,"mergeable_state":"unstable","merged_by":null,"comments":2,"review_comments":0,"maintainer_can_modify":false,"commits":1,"additions":2,"deletions":0,"changed_files":1} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/25/files?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 02 Apr 2025 12:52:05 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"a2afcbe1af03c772fcc3abeae77724857c4732bee85b0f253319b35b38fb6d42"'), ('Last-Modified', 'Wed, 02 Apr 2025 12:45:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4987'), ('X-RateLimit-Reset', '1743601775'), ('X-RateLimit-Used', '13'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '86AA:18AE61:57751B1:5A01E7E:67ED32F5')] +[{"sha":"c367bf9be61c3a14b4a4712dae50f8cd9c9590af","filename":"README","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/ceea69106c5e0e17c03c87c13bdf187f03214fec/README","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/ceea69106c5e0e17c03c87c13bdf187f03214fec/README","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/README?ref=ceea69106c5e0e17c03c87c13bdf187f03214fec","patch":"@@ -1 +1,3 @@\n Introduction to CMSSW: http://cms-sw.github.io\n+\n+Lorem Ipsum"}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/25/commits?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 02 Apr 2025 12:52:05 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"95b8608b490667e6fa26a1bd20721c666f74d0970f6fd73f35ad27fe7f3eb8eb"'), ('Last-Modified', 'Wed, 02 Apr 2025 12:45:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4986'), ('X-RateLimit-Reset', '1743601775'), ('X-RateLimit-Used', '14'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '86B2:10A2C9:5A1A71B:5CA742B:67ED32F5')] +[{"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","node_id":"C_kwDOF83__NoAKGNlZWE2OTEwNmM1ZTBlMTdjMDNjODdjMTNiZGYxODdmMDMyMTRmZWM","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"message":"Dummy commit to create test for backport","tree":{"sha":"eee933d99c922eb365978abd78380ad50743d972","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/eee933d99c922eb365978abd78380ad50743d972"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/ceea69106c5e0e17c03c87c13bdf187f03214fec","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615"}]}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec/status +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 02 Apr 2025 12:52:06 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"69b9385f2075b766db67341af542539f5a55d960f34193f67aeed7cd19a99013"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo, repo:status'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4985'), ('X-RateLimit-Reset', '1743601775'), ('X-RateLimit-Used', '15'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '86B8:62FCF:57605A5:59ED2E3:67ED32F5')] +{"state":"pending","statuses":[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/ceea69106c5e0e17c03c87c13bdf187f03214fec","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35243673322,"node_id":"SC_kwDOF83__M8AAAAINK_G6g","state":"pending","description":"code-checks requested","target_url":null,"context":"cms/25/code-checks","created_at":"2025-03-28T11:44:07Z","updated_at":"2025-03-28T11:44:07Z"}],"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","total_count":1,"repository":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments"},"commit_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec/status"} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/git/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 02 Apr 2025 12:52:06 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"e26dc8078f6f9489e98184fe98bc1a24fb4ee71353b478e0944f00742a4748a6"'), ('Last-Modified', 'Fri, 28 Mar 2025 11:41:21 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4984'), ('X-RateLimit-Reset', '1743601775'), ('X-RateLimit-Used', '16'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '86C4:89C79:57091DF:5995F00:67ED32F6')] +{"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","node_id":"C_kwDOF83__NoAKGNlZWE2OTEwNmM1ZTBlMTdjMDNjODdjMTNiZGYxODdmMDMyMTRmZWM","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/ceea69106c5e0e17c03c87c13bdf187f03214fec","author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"tree":{"sha":"eee933d99c922eb365978abd78380ad50743d972","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/eee933d99c922eb365978abd78380ad50743d972"},"message":"Dummy commit to create test for backport","parents":[{"sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615"}],"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/25/comments?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 02 Apr 2025 12:52:06 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"372d26b52752698db47f7c037cf557b9f42a68db6b9aa6ade1f013844f771244"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4983'), ('X-RateLimit-Reset', '1743601775'), ('X-RateLimit-Used', '17'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '86CC:20B286:564A3FB:58D71D7:67ED32F6')] +[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2761127311","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2761127311","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2761127311,"node_id":"IC_kwDOF83__M6kk3WP","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-03-28T11:42:49Z","updated_at":"2025-03-28T11:42:49Z","author_association":"MEMBER","body":"backport of #24 ","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2761127311/reactions","total_count":1,"+1":1,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2772279839","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2772279839","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2772279839,"node_id":"IC_kwDOF83__M6lPaIf","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-02T11:34:54Z","updated_at":"2025-04-02T12:45:37Z","author_association":"MEMBER","body":"cms-bot internal usage","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2772279839/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/24 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 02 Apr 2025 12:52:07 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"ef22b988f5911b40f4d39e71fa700731492351dabb5093f806cfa2ff4b704937"'), ('Last-Modified', 'Fri, 28 Mar 2025 16:32:16 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4982'), ('X-RateLimit-Reset', '1743601775'), ('X-RateLimit-Used', '18'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '86D4:E95FD:58DE8A4:5B6B5D9:67ED32F6')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/24","id":2406633957,"node_id":"PR_kwDOF83__M6PclHl","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/24","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/24.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/24.patch","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/24","number":24,"state":"closed","locked":false,"title":"Dummy PR to create bot tests","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"body":"\r\n","created_at":"2025-03-20T11:22:55Z","updated_at":"2025-03-28T16:32:16Z","closed_at":"2025-03-28T16:32:13Z","merged_at":null,"merge_commit_sha":"5c57d57c1c8c7ee3be636224825ed475d9393bfe","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160598938,"node_id":"LA_kwDOF83__M8AAAABbzNHmg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/new-package-pending","name":"new-package-pending","color":"e11d21","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600165,"node_id":"LA_kwDOF83__M8AAAABbzNMZQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-approved","name":"code-checks-approved","color":"2cbe4e","default":false,"description":null}],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":1,"closed_issues":12,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-02T11:34:32Z","due_on":null,"closed_at":null},"draft":false,"commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/24/commits","review_comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/24/comments","review_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/24/comments","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/72cc05e17ee74e5ace3c4e5d5d066de49e364edb","head":{"label":"iarspider-cmssw:iarspider-patch-1","ref":"iarspider-patch-1","sha":"72cc05e17ee74e5ace3c4e5d5d066de49e364edb","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-04-02T11:34:08Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293567,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":3,"watchers":0,"default_branch":"master"}},"base":{"label":"iarspider-cmssw:master","ref":"master","sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-04-02T11:34:08Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293567,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":3,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/24"},"html":{"href":"https://github.com/iarspider-cmssw/cmssw/pull/24"},"issue":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/24"},"comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/24/comments"},"review_comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/24/comments"},"review_comment":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/24/commits"},"statuses":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/72cc05e17ee74e5ace3c4e5d5d066de49e364edb"}},"author_association":"MEMBER","auto_merge":null,"active_lock_reason":null,"merged":false,"mergeable":true,"rebaseable":false,"mergeable_state":"unstable","merged_by":null,"comments":5,"review_comments":0,"maintainer_can_modify":false,"commits":1,"additions":1,"deletions":0,"changed_files":1} + diff --git a/tests/ReplayData/TestProcessPr.test_create_compressed_cache.txt b/tests/ReplayData/TestProcessPr.test_create_compressed_cache.txt new file mode 100644 index 00000000000..aec6807d889 --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_create_compressed_cache.txt @@ -0,0 +1,429 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:07 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"ec9080fa3976e816632c6f8d004c562c056ac8d4a1fcf5d0117b648b7ddc8bd4"'), ('Last-Modified', 'Tue, 29 Apr 2025 11:53:04 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4978'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '22'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'A9EE:28829C:1571FE:15E69C:68122476')] +{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-29T11:53:04Z","pushed_at":"2025-04-30T13:07:45Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1301233,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":6,"watchers":0,"default_branch":"master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-30T06:00:19Z","pushed_at":"2025-04-30T09:07:11Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1461193,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4425,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1025,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4425,"open_issues":1025,"watchers":1140,"default_branch":"master"},"source":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-30T06:00:19Z","pushed_at":"2025-04-30T09:07:11Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1461193,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4425,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1025,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4425,"open_issues":1025,"watchers":1140,"default_branch":"master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":4425,"subscribers_count":0} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/37 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:07 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"81e1e224644ae4b5b42525f6daec92ddd52d8c19e7dd111bccbf5097d089cdab"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:24:04 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4977'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '23'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'A9FA:160556:16872E:16FBF6:68122477')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/37","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmssw","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/37/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/37/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/37/events","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/37","id":3031259977,"node_id":"PR_kwDOF83__M6UgMy3","number":37,"title":"Try generating big cache","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":1,"created_at":"2025-04-30T13:17:42Z","updated_at":"2025-04-30T13:24:04Z","closed_at":null,"author_association":"MEMBER","type":null,"active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/37","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/37","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/37.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/37.patch","merged_at":null},"body":"\r\n#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","closed_by":null,"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/37/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/37/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:07 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4977'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '23'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'AA08:5E3FA:16178A:168C66:68122477')] +{"resources":{"core":{"limit":5000,"used":23,"remaining":4977,"reset":1746022671},"search":{"limit":30,"used":0,"remaining":30,"reset":1746019507},"graphql":{"limit":5000,"used":1,"remaining":4999,"reset":1746022935},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1746023047},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1746019507},"code_scanning_upload":{"limit":5000,"used":23,"remaining":4977,"reset":1746022671},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1746019507},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1746023047},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1746023047},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1746019507},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1746023047},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1746023047},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1746019507}},"rate":{"limit":5000,"used":23,"remaining":4977,"reset":1746022671}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/37 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:08 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"fc13fab568491b49f267efefa67d1206343d99c2658534e56b1b257697983a6a"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:24:04 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4976'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '24'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'AA10:DE0F6:1640A1:16B5A6:68122477')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/37","id":2491468983,"node_id":"PR_kwDOF83__M6UgMy3","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/37","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/37.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/37.patch","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/37","number":37,"state":"open","locked":false,"title":"Try generating big cache","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"body":"\r\n#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","created_at":"2025-04-30T13:17:42Z","updated_at":"2025-04-30T13:24:04Z","closed_at":null,"merged_at":null,"merge_commit_sha":"e7df554fc9be418252fc2cbcc7f912646643fdc7","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[],"milestone":null,"draft":false,"commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/37/commits","review_comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/37/comments","review_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/37/comments","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/c23099c7377123b6de7fafa7a486b20b18d54f7e","head":{"label":"iarspider-cmssw:tests-for-cache-2","ref":"tests-for-cache-2","sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-29T11:53:04Z","pushed_at":"2025-04-30T13:07:45Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1301233,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":6,"watchers":0,"default_branch":"master"}},"base":{"label":"iarspider-cmssw:master","ref":"master","sha":"05991ff49c6779cd862cf5bb81763ba394b60684","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-29T11:53:04Z","pushed_at":"2025-04-30T13:07:45Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1301233,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":6,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/37"},"html":{"href":"https://github.com/iarspider-cmssw/cmssw/pull/37"},"issue":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/37"},"comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/37/comments"},"review_comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/37/comments"},"review_comment":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/37/commits"},"statuses":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/c23099c7377123b6de7fafa7a486b20b18d54f7e"}},"author_association":"MEMBER","auto_merge":null,"active_lock_reason":null,"merged":false,"mergeable":true,"rebaseable":true,"mergeable_state":"clean","merged_by":null,"comments":1,"review_comments":0,"maintainer_can_modify":false,"commits":1,"additions":5944,"deletions":64,"changed_files":3000} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/milestones/4 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:08 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"164bf74e4d6a49e8e071ac004b5e7fd9db87324cf6c2ecdb427d9d01f8b2551f"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:04:42 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4975'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '25'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'AA18:5E3FA:161ABF:168F83:68122478')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":2,"closed_issues":16,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-30T13:04:42Z","due_on":null,"closed_at":null} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/37/commits?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:09 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"4db92cb31f156de53e2a71022c493284afcea0827c4e1c2f68b581bf2192e871"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:24:04 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4974'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '26'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'AA1A:1C490A:166EFE:16E40C:68122479')] +[{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","node_id":"C_kwDOF83__NoAKGMyMzA5OWM3Mzc3MTIzYjZkZTdmYWZhN2E0ODZiMjBiMThkNTRmN2U","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"message":"Try generating big cache","tree":{"sha":"f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684"}]}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e/status +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:10 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"ed05f903b060259fe3a159ce410e6254dfbecc114f8416fd78b9c926e057987a"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo, repo:status'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4973'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '27'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'AA1C:1C490A:167063:16E59F:68122479')] +{"state":"pending","statuses":[],"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","total_count":0,"repository":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments"},"commit_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e/status"} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:10 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"b43063ea885bcbc3cf772b9596084b7c6a74cf92e4be4c97cfff2a4df4506dea"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:04:54 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4972'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '28'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'AA22:28829C:15826C:15F778:6812247A')] +{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","node_id":"C_kwDOF83__NoAKGMyMzA5OWM3Mzc3MTIzYjZkZTdmYWZhN2E0ODZiMjBiMThkNTRmN2U","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e","author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"tree":{"sha":"f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729"},"message":"Try generating big cache","parents":[{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684"}],"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/37/comments?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:10 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"65d59ce30da10338a50e8946465547b71e82bfe49988f473c6e87dd270299aa5"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4971'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '29'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'AA28:28829C:158386:15F89A:6812247A')] +[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2841961878","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/37#issuecomment-2841961878","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/37","id":2841961878,"node_id":"IC_kwDOF83__M6pZOWW","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-30T13:24:03Z","updated_at":"2025-04-30T13:24:03Z","author_association":"MEMBER","body":"+file-count","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2841961878/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:10 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"c8aa382b4dc08319ae8c4c8b587d92f745a3710f729869d0a8452c35a20cfd57"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:04:54 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="next", ; rel="last"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4970'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '30'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'AA36:49C52:16AF9F:1724E1:6812247A')] +{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","node_id":"C_kwDOF83__NoAKGMyMzA5OWM3Mzc3MTIzYjZkZTdmYWZhN2E0ODZiMjBiMThkNTRmN2U","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"message":"Try generating big cache","tree":{"sha":"f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684"}],"stats":{"total":6008,"additions":5944,"deletions":64},"files":[{"sha":"43426cfc9906a00fff6b0e9a659a9373034e4397","filename":"Alignment/APEEstimation/python/samples/Data_TkAlMinBias_Run2018C_PromptReco_v3_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlMinBias_Run2018C_PromptReco_v3_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlMinBias_Run2018C_PromptReco_v3_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlMinBias_Run2018C_PromptReco_v3_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -31,3 +31,5 @@\n secFiles.extend( [\n ] )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b4ac567e84f57730d8db09631ef2fbd87d4051b5","filename":"Alignment/APEEstimation/python/samples/Data_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n secFiles.extend( [\n ] )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"ef2c173070b87818a823dd9bf7394cc785f942ff","filename":"Alignment/APEEstimation/python/samples/Data_TkAlZMuMu_Run2015B_DoubleMuon_PromptReco_v1_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlZMuMu_Run2015B_DoubleMuon_PromptReco_v1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlZMuMu_Run2015B_DoubleMuon_PromptReco_v1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlZMuMu_Run2015B_DoubleMuon_PromptReco_v1_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -26,3 +26,5 @@\n secFiles.extend( [\n ] )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"52bbbc42599b786544283eb5cd863f636182aca5","filename":"Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_ApeSkim_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FMc_TkAlMuonIsolated_Phys14_74X_wlnu_ApeSkim_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FMc_TkAlMuonIsolated_Phys14_74X_wlnu_ApeSkim_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FMc_TkAlMuonIsolated_Phys14_74X_wlnu_ApeSkim_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n ] )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"e4768b718ea883d77bc49354ed443d6a0f14ede9","filename":"Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FMc_TkAlMuonIsolated_Phys14_74X_wlnu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FMc_TkAlMuonIsolated_Phys14_74X_wlnu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FMc_TkAlMuonIsolated_Phys14_74X_wlnu_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -63,3 +63,5 @@\n ] )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"80147648257910ac01a90339010931fc547511a4","filename":"Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsEntry.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignmentExtendedCorrelationsEntry.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignmentExtendedCorrelationsEntry.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignmentExtendedCorrelationsEntry.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -64,3 +64,5 @@ class AlignmentExtendedCorrelationsEntry {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"58b99d72398f724964eed92a940615e168beba14","filename":"Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsStore.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignmentExtendedCorrelationsStore.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignmentExtendedCorrelationsStore.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignmentExtendedCorrelationsStore.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -97,3 +97,5 @@ class AlignmentExtendedCorrelationsStore : public AlignmentCorrelationsStore {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"ae4fcebb03b38b4dadc785190fc1789d7d033863","filename":"Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationPluginFactory.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FIntegratedCalibrationPluginFactory.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FIntegratedCalibrationPluginFactory.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FIntegratedCalibrationPluginFactory.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -17,3 +17,5 @@ typedef edmplugin::PluginFactory 0.0:\n process.AlignmentProducer.algoConfig.TrajectoryFactory.ParticleProperties.PrimaryWidth = primaryWidth\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"961619dd06b3794aa366d44da090d57de1e982b7","filename":"Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/myMessageLogger_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Falignmentsetup%2FmyMessageLogger_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Falignmentsetup%2FmyMessageLogger_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Falignmentsetup%2FmyMessageLogger_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -35,3 +35,5 @@\n ),\n destinations = cms.untracked.vstring('alignment') ## (, 'cout')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"432e12423b7791e120ace6c89e71a9c5d553fabc","filename":"Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/README.md","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FZMuMuMassConstraintParameterFinder%2FREADME.md","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FZMuMuMassConstraintParameterFinder%2FREADME.md","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FZMuMuMassConstraintParameterFinder%2FREADME.md?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@ To obtain the 'Z → µµ' mass constraint parameters do the following:\n - modify cuts in `zmumudistribution_cfg.py`, if needed (see possible cuts in `fillDescriptions` in [`Alignment/MillePedeAlignmentAlgorithm/plugins/ZMuMuMassConstraintParameterFinder.cc`](https://github.com/cms-sw/cmssw/blob/master/Alignment/MillePedeAlignmentAlgorithm/plugins/ZMuMuMassConstraintParameterFinder.cc))\n - execute `./submit_jobs.sh`\n - when all jobs are finished you will find the parameters in `submit_${dataset}/zMuMuMassConstraintParameters.txt`\n+-- dummy change --\n+-- dummy change --"},{"sha":"90598d0a22044338a59477f6172bf7835de406c4","filename":"Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/printParameters.C","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FZMuMuMassConstraintParameterFinder%2FprintParameters.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FZMuMuMassConstraintParameterFinder%2FprintParameters.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FZMuMuMassConstraintParameterFinder%2FprintParameters.C?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@ void printParameters(const TString& fileName) {\n \n exit(EXIT_SUCCESS);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"eea57d6506aaf8612aa6d5bcf8dcaf085fcc0e81","filename":"Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/submit_jobs.sh","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FZMuMuMassConstraintParameterFinder%2Fsubmit_jobs.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FZMuMuMassConstraintParameterFinder%2Fsubmit_jobs.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FZMuMuMassConstraintParameterFinder%2Fsubmit_jobs.sh?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -80,3 +80,5 @@ EOF\n chmod +x ${script_name}\n bsub -q ${queue} -w \"${conditions}\" ${script_name}\n cd ${current_dir}\n+-- dummy change --\n+-- dummy change --"},{"sha":"d702472a5a0da24ef0e31a8ae61a5805ffecfea3","filename":"Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/zmumudistribution_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FZMuMuMassConstraintParameterFinder%2Fzmumudistribution_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FZMuMuMassConstraintParameterFinder%2Fzmumudistribution_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FZMuMuMassConstraintParameterFinder%2Fzmumudistribution_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -25,3 +25,5 @@\n process.load(\"Alignment.MillePedeAlignmentAlgorithm.zMuMuMassConstraintParameterFinder_cfi\")\n \n process.p = cms.Path(process.zMuMuMassConstraintParameterFinder)\n+-- dummy change --\n+-- dummy change --"},{"sha":"b6078c4df08146857fb71e8cda64965c811dad75","filename":"Alignment/MillePedeAlignmentAlgorithm/test/test_ZMuMuMassConstraintParameterFinder.sh","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Ftest_ZMuMuMassConstraintParameterFinder.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Ftest_ZMuMuMassConstraintParameterFinder.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Ftest_ZMuMuMassConstraintParameterFinder.sh?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,3 +2,5 @@\n function die { echo $1: status $2; exit $2; }\n \n (cmsRun ${SCRAM_TEST_PATH}/ZMuMuMassConstraintParameterFinder/zmumudistribution_cfg.py inputFiles=/store/relval/CMSSW_14_0_0_pre2/RelValZMM_14/GEN-SIM/133X_mcRun3_2024_realistic_v5_STD_2024_PU-v1/2590000/c38cee3f-99d7-48aa-b236-86f6bbc869b3.root,/store/relval/CMSSW_14_0_0_pre2/RelValZMM_14/GEN-SIM/133X_mcRun3_2024_realistic_v5_STD_2024_PU-v1/2590000/5bf98cca-d491-4e95-98b0-d3acb6ea0807.root,/store/relval/CMSSW_14_0_0_pre2/RelValZMM_14/GEN-SIM/133X_mcRun3_2024_realistic_v5_STD_2024_PU-v1/2590000/1e362cc1-235b-4c32-bb24-178ccac4659f.root) || die 'failed running ZMuMuMassConstraintParameterFinder' $?\n+-- dummy change --\n+-- dummy change --"},{"sha":"d4d63278159415dfc81d7d4a1abe70636f99d26b","filename":"Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOct2010holes.phipos","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FMuonAlignmentAlgorithms%2Fdata%2FPhotogrammetry2007_onlyOct2010holes.phipos","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FMuonAlignmentAlgorithms%2Fdata%2FPhotogrammetry2007_onlyOct2010holes.phipos","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fdata%2FPhotogrammetry2007_onlyOct2010holes.phipos?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -33,3 +33,5 @@ ME-2/1/07 2.1819673168705 8.7405e-05\n ME-2/2/02 0.174028610813525 4.0291e-05\n ME-2/2/03 0.348508939517035 4.0291e-05\n ME-2/2/04 0.523045011000495 4.0291e-05\n+-- dummy change --\n+-- dummy change --"},{"sha":"547ee411a8c700a4e00000e59406dcf4812d681d","filename":"Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_diskfitters_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FMuonAlignmentAlgorithms%2Fpython%2FCSCOverlapsAlignmentAlgorithm_diskfitters_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FMuonAlignmentAlgorithms%2Fpython%2FCSCOverlapsAlignmentAlgorithm_diskfitters_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fpython%2FCSCOverlapsAlignmentAlgorithm_diskfitters_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -59,3 +59,5 @@\n constraints = cms.VPSet()),\n \n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0d517148459803ebd6de947ee5dd246b6a77e06f","filename":"Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_ringfitters_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FMuonAlignmentAlgorithms%2Fpython%2FCSCOverlapsAlignmentAlgorithm_ringfitters_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FMuonAlignmentAlgorithms%2Fpython%2FCSCOverlapsAlignmentAlgorithm_ringfitters_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fpython%2FCSCOverlapsAlignmentAlgorithm_ringfitters_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -79,3 +79,5 @@\n constraints = cms.VPSet()),\n \n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"4cce2ab62fa209cdb7adc33cdc5a74dab6a64a7f","filename":"Alignment/MuonAlignmentAlgorithms/test/test_CSCOverlapsAlignmentAlgorithm_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FMuonAlignmentAlgorithms%2Ftest%2Ftest_CSCOverlapsAlignmentAlgorithm_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FMuonAlignmentAlgorithms%2Ftest%2Ftest_CSCOverlapsAlignmentAlgorithm_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Ftest%2Ftest_CSCOverlapsAlignmentAlgorithm_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -203,3 +203,5 @@\n cms.PSet(record = cms.string(\"DTAlignmentErrorExtendedRcd\"), tag = cms.string(\"DTAlignmentErrorExtendedRcd\")),\n cms.PSet(record = cms.string(\"CSCAlignmentRcd\"), tag = cms.string(\"CSCAlignmentRcd\")),\n cms.PSet(record = cms.string(\"CSCAlignmentErrorExtendedRcd\"), tag = cms.string(\"CSCAlignmentErrorExtendedRcd\"))))\n+-- dummy change --\n+-- dummy change --"},{"sha":"df8d41032ab369678595544d109d4108d6e6f70e","filename":"Alignment/OfflineValidation/python/TkAlAllInOneTool/PixelBaryCentreAnalyzer_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FPixelBaryCentreAnalyzer_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FPixelBaryCentreAnalyzer_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FPixelBaryCentreAnalyzer_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -209,3 +209,5 @@\n process.p = cms.Path(process.PixelBaryCentreAnalyzer\n #*process.PixelBaryCentreAnalyzerWithPixelQuality\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"95af694ebcfb462e04e6b0b8ebcb68a66bd72cb4","filename":"Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/condorTemplate.submit","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2Ftemplates%2FcondorTemplate.submit","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2Ftemplates%2FcondorTemplate.submit","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2Ftemplates%2FcondorTemplate.submit?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@ requirements = (OpSysAndVer =?= \"AlmaLinux9\")\n +JobFlavour = \"espresso\"\n +AccountingGroup = \"group_u_CMS.CAF.ALCA\"\n queue\n+-- dummy change --\n+-- dummy change --"},{"sha":"30c61c565ef771c1611ea2bedfa333d062196431","filename":"Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/executableTemplate.sh","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2Ftemplates%2FexecutableTemplate.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2Ftemplates%2FexecutableTemplate.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2Ftemplates%2FexecutableTemplate.sh?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@ export X509_USER_PROXY=.user_proxy\n eval `scram runtime -sh`\n cd workDirectory\n ./cmsRun validation_cfg.py config=validation.json\n+-- dummy change --\n+-- dummy change --"},{"sha":"b29f52bfcf1d78f3f4ae4833bac3d439b982f5f4","filename":"Alignment/OfflineValidation/test/examples/PV_alignments_multiple_merge_jobs.yaml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FPV_alignments_multiple_merge_jobs.yaml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FPV_alignments_multiple_merge_jobs.yaml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FPV_alignments_multiple_merge_jobs.yaml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -82,3 +82,5 @@ validations:\n vertexcollection: offlinePrimaryVertices\n isda: true\n ismc: true\n+-- dummy change --\n+-- dummy change --"},{"sha":"d5e1428a9c40ad40bb00bca6bc57343ebf7efda8","filename":"Alignment/OfflineValidation/test/examples/jetHtAnalysis_fullExampleConfiguration.json","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FjetHtAnalysis_fullExampleConfiguration.json","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FjetHtAnalysis_fullExampleConfiguration.json","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FjetHtAnalysis_fullExampleConfiguration.json?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -74,3 +74,5 @@\n }\n }\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"6ea35b224a4fc85551fe84cafb55a7f6ff24a3fa","filename":"Alignment/OfflineValidation/test/examples/jetHtFilesForRun2018A_first100files.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FjetHtFilesForRun2018A_first100files.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FjetHtFilesForRun2018A_first100files.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FjetHtFilesForRun2018A_first100files.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -98,3 +98,5 @@\n /store/data/Run2018A/JetHT/ALCARECO/TkAlMinBias-12Nov2019_UL2018-v2/100000/4499CA0C-D34B-864D-8534-CEF74A6961D8.root\n /store/data/Run2018A/JetHT/ALCARECO/TkAlMinBias-12Nov2019_UL2018-v2/100000/458AE2C6-13F7-5A48-B18E-5ECC22AEFE6B.root\n /store/data/Run2018A/JetHT/ALCARECO/TkAlMinBias-12Nov2019_UL2018-v2/100000/45A9A0F5-7B89-C044-B579-C172903C705B.root\n+-- dummy change --\n+-- dummy change --"},{"sha":"69228c75f844f84ecdbfc9d58f6ff0514f9b73c4","filename":"Alignment/OfflineValidation/test/testingScripts/test_unitSagittaBiasNtuplizer.sh","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FOfflineValidation%2Ftest%2FtestingScripts%2Ftest_unitSagittaBiasNtuplizer.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FOfflineValidation%2Ftest%2FtestingScripts%2Ftest_unitSagittaBiasNtuplizer.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Ftest%2FtestingScripts%2Ftest_unitSagittaBiasNtuplizer.sh?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@ cmsRun ${CMSSW_BASE}/src/Alignment/OfflineValidation/test/SagittaBiasNtuplizer_c\n \n echo \"TESTING SagittaBiasNtuplizer Analyser with ALCARECO input...\"\n cmsRun ${CMSSW_BASE}/src/Alignment/OfflineValidation/test/SagittaBiasNtuplizer_cfg.py globalTag=142X_mcRun3_2025_realistic_v7 fromRECO=False myfile=/store/relval/CMSSW_15_1_0_pre1/RelValZMM_14/ALCARECO/TkAlDiMuonAndVertex-142X_mcRun3_2025_realistic_v7_STD_RegeneratedGS_2025_noPU-v1/2580000/b5e3fc09-7b77-42b8-9d69-d37e6fcfb5b8.root || die \"Failure running SagittaBiasNtuplizer_cfg.py (with ALCARECO input)\" $?\n+-- dummy change --\n+-- dummy change --"},{"sha":"89659364977d2b740e203cb5d000b39c195df6fe","filename":"Alignment/TrackerAlignment/scripts/TkAlCaRecoPrescaling.ALCARECOTkAlCosmics0T.tpl","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FTrackerAlignment%2Fscripts%2FTkAlCaRecoPrescaling.ALCARECOTkAlCosmics0T.tpl","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FTrackerAlignment%2Fscripts%2FTkAlCaRecoPrescaling.ALCARECOTkAlCosmics0T.tpl","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FTrackerAlignment%2Fscripts%2FTkAlCaRecoPrescaling.ALCARECOTkAlCosmics0T.tpl?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -98,3 +98,5 @@ process.OutALCARECOTkAlCosmicsPrescaled = cms.OutputModule(\"PoolOutputModule\",\n \n process.OutputALCARECOTkAlCosmicsPrescaled = cms.EndPath(process.OutALCARECOTkAlCosmicsPrescaled)\n process.schedule = cms.Schedule(process.pathALCARECOTkAlCosmicsCTFPrescaled,process.OutputALCARECOTkAlCosmicsPrescaled)\n+-- dummy change --\n+-- dummy change --"},{"sha":"72ef2ba6b9c5a2e35e0f82a695ff87947925e626","filename":"Alignment/TrackerAlignment/test/Misalignments/createRandomlyMisalignedGeometry_Phase2_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FTrackerAlignment%2Ftest%2FMisalignments%2FcreateRandomlyMisalignedGeometry_Phase2_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FTrackerAlignment%2Ftest%2FMisalignments%2FcreateRandomlyMisalignedGeometry_Phase2_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FTrackerAlignment%2Ftest%2FMisalignments%2FcreateRandomlyMisalignedGeometry_Phase2_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -142,3 +142,5 @@\n )\n process.PoolDBOutputService.connect = \"sqlite_file:\"+outputfilename\n process.PoolDBOutputService.DBParameters.messageLevel = 2\n+-- dummy change --\n+-- dummy change --"},{"sha":"c91143afcd0829bbecddc5592d58e4e1511cf8ee","filename":"Alignment/TrackerAlignment/test/Misalignments/createRandomlyMisalignedGeometry_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FTrackerAlignment%2Ftest%2FMisalignments%2FcreateRandomlyMisalignedGeometry_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Alignment%2FTrackerAlignment%2Ftest%2FMisalignments%2FcreateRandomlyMisalignedGeometry_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FTrackerAlignment%2Ftest%2FMisalignments%2FcreateRandomlyMisalignedGeometry_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -138,3 +138,5 @@\n )\n process.PoolDBOutputService.connect = \"sqlite_file:\"+outputfilename\n process.PoolDBOutputService.DBParameters.messageLevel = 2\n+-- dummy change --\n+-- dummy change --"},{"sha":"0546e81f0ba90948a9608a1693e8fbd8ef4c0f5c","filename":"AnalysisAlgos/SiStripClusterInfoProducer/plugins/SiStripProcessedRawDigiProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/AnalysisAlgos%2FSiStripClusterInfoProducer%2Fplugins%2FSiStripProcessedRawDigiProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/AnalysisAlgos%2FSiStripClusterInfoProducer%2Fplugins%2FSiStripProcessedRawDigiProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/AnalysisAlgos%2FSiStripClusterInfoProducer%2Fplugins%2FSiStripProcessedRawDigiProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -161,3 +161,5 @@ void SiStripProcessedRawDigiProducer::common_process(const uint32_t detId,\n #include \"FWCore/Framework/interface/MakerMacros.h\"\n \n DEFINE_FWK_MODULE(SiStripProcessedRawDigiProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"49f0e54e3acd381d3184ee2599cf52c96ba5c7a6","filename":"AnalysisAlgos/SiStripClusterInfoProducer/python/SiStripProcessedRawDigiProducer_SimData_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/AnalysisAlgos%2FSiStripClusterInfoProducer%2Fpython%2FSiStripProcessedRawDigiProducer_SimData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/AnalysisAlgos%2FSiStripClusterInfoProducer%2Fpython%2FSiStripProcessedRawDigiProducer_SimData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/AnalysisAlgos%2FSiStripClusterInfoProducer%2Fpython%2FSiStripProcessedRawDigiProducer_SimData_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n CommonModeNoiseSubtractionMode = cms.string('Median'), \n #CutToAvoidSignal = cms.double(3.0), ##This is just for CMNSub...Mode TT6\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"b9f2664cca4d902d65418d012beb4d179f346dd8","filename":"AnalysisAlgos/SiStripClusterInfoProducer/python/SiStripProcessedRawDigiProducer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/AnalysisAlgos%2FSiStripClusterInfoProducer%2Fpython%2FSiStripProcessedRawDigiProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/AnalysisAlgos%2FSiStripClusterInfoProducer%2Fpython%2FSiStripProcessedRawDigiProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/AnalysisAlgos%2FSiStripClusterInfoProducer%2Fpython%2FSiStripProcessedRawDigiProducer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n CommonModeNoiseSubtractionMode = cms.string('Median'), \n #CutToAvoidSignal = cms.double(3.0), ##This is just for CMNSub...Mode TT6\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0d987916feeab131ee2fe37b6d4d545826829900","filename":"CalibCalorimetry/EcalCorrectionModules/src/EcalGlobalShowerContainmentCorrectionsVsEtaESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrectionModules%2Fsrc%2FEcalGlobalShowerContainmentCorrectionsVsEtaESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrectionModules%2Fsrc%2FEcalGlobalShowerContainmentCorrectionsVsEtaESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrectionModules%2Fsrc%2FEcalGlobalShowerContainmentCorrectionsVsEtaESProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -77,3 +77,5 @@ EcalGlobalShowerContainmentCorrectionsVsEtaESProducer::produce(\n \n // define this as a plug-in\n DEFINE_FWK_EVENTSETUP_MODULE(EcalGlobalShowerContainmentCorrectionsVsEtaESProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"26ad90e8bdeb1300ab1359c22b07d2c3f4e269f8","filename":"CalibCalorimetry/EcalCorrectionModules/src/EcalShowerContainmentCorrectionsESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrectionModules%2Fsrc%2FEcalShowerContainmentCorrectionsESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrectionModules%2Fsrc%2FEcalShowerContainmentCorrectionsESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrectionModules%2Fsrc%2FEcalShowerContainmentCorrectionsESProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -116,3 +116,5 @@ EcalShowerContainmentCorrectionsESProducer::ReturnType EcalShowerContainmentCorr\n \n // define this as a plug-in\n DEFINE_FWK_EVENTSETUP_MODULE(EcalShowerContainmentCorrectionsESProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"7d074e3b23aaa9cd79b830117d2109174413a3b9","filename":"CalibCalorimetry/EcalCorrectionModules/test/stubs/EcalContainmentCorrectionAnalyzer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrectionModules%2Ftest%2Fstubs%2FEcalContainmentCorrectionAnalyzer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrectionModules%2Ftest%2Fstubs%2FEcalContainmentCorrectionAnalyzer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrectionModules%2Ftest%2Fstubs%2FEcalContainmentCorrectionAnalyzer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -47,3 +47,5 @@ void EcalContainmentCorrectionAnalyzer::analyze(edm::StreamID,\n << \"ieta \" << aId.ieta() << \" \" << e3x3 << \" \" << e5x5 << \"\\n\";\n }\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"f3160e491f94bc7aa78aaa851028bbd0d0d951eb","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/doc/EcalCorrelatedNoiseAnalysisAlgos.doc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisAlgos%2Fdoc%2FEcalCorrelatedNoiseAnalysisAlgos.doc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisAlgos%2Fdoc%2FEcalCorrelatedNoiseAnalysisAlgos.doc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisAlgos%2Fdoc%2FEcalCorrelatedNoiseAnalysisAlgos.doc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -60,3 +60,5 @@ Last updated:\n @DATE@ Author: computer-generated.\n */\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"24be76dd1444e28cc83d9542edea89ec64242d4f","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/test/EcnaCalculationsExample.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisAlgos%2Ftest%2FEcnaCalculationsExample.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisAlgos%2Ftest%2FEcnaCalculationsExample.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisAlgos%2Ftest%2FEcnaCalculationsExample.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -93,3 +93,5 @@ int main(int argc, char** argv) {\n std::cout << \"*EcnaCalculationsExample> Exiting main program.\" << std::endl;\n exit(0);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"f7a53ba60afb0edd910d4bdacd37fd62129da301","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -69,3 +69,5 @@\n process.p = cms.Path(process.ecalEBunpacker*process.myCnaPackage)\n #-------------- EcnaSystemPythoModuleInsert_3 / end\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"8817e3c9bf7be3ddaedaba1aac0093bd2cc3c1c3","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R175975_1_0_150_Dee0.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaPython_AdcPeg12_S1_10_R175975_1_0_150_Dee0.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaPython_AdcPeg12_S1_10_R175975_1_0_150_Dee0.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaPython_AdcPeg12_S1_10_R175975_1_0_150_Dee0.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -72,3 +72,5 @@\n process.p = cms.Path(process.ecalEBunpacker*process.myCnaPackage)\n #-------------- EcnaSystemPythoModuleInsert_3 / end\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b50c789badcc0791595d3192c332c41ca9e8b5a0","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R175975_1_0_150_SM0.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaPython_AdcPeg12_S1_10_R175975_1_0_150_SM0.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaPython_AdcPeg12_S1_10_R175975_1_0_150_SM0.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaPython_AdcPeg12_S1_10_R175975_1_0_150_SM0.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -72,3 +72,5 @@\n process.p = cms.Path(process.ecalEBunpacker*process.myCnaPackage)\n #-------------- EcnaSystemPythoModuleInsert_3 / end\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"c33b6a2e526eda5071330a85645b3d3e360f6f36","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R178231_1_0_150_Dee0.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaPython_AdcPeg12_S1_10_R178231_1_0_150_Dee0.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaPython_AdcPeg12_S1_10_R178231_1_0_150_Dee0.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaPython_AdcPeg12_S1_10_R178231_1_0_150_Dee0.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -68,3 +68,5 @@\n process.p = cms.Path(process.ecalEBunpacker*process.myCnaPackage)\n #-------------- EcnaSystemPythoModuleInsert_3 / end\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"9558f5b245b858f69844a81a0bba33cd9ff93c16","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_1.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemPythonModuleInsert_1.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemPythonModuleInsert_1.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemPythonModuleInsert_1.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@\n suppressInfo = cms.untracked.vstring('ecalEBunpacker')\n )\n #-------------- EcnaSystemPythoModuleInsert_1 / end\n+-- dummy change --\n+-- dummy change --"},{"sha":"4e69df69701a774b0b2c21da3fffa9807fdd69f7","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemPythonModuleInsert_2.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemPythonModuleInsert_2.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemPythonModuleInsert_2.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -26,3 +26,5 @@\n EEdigiCollection = cms.string(\"eeDigis\"),\n )\n #-------------- EcnaSystemPythoModuleInsert_2 / end\n+-- dummy change --\n+-- dummy change --"},{"sha":"c21f1783d0170a645e5a9beb8d5409213f5bc6e7","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2_data.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemPythonModuleInsert_2_data.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemPythonModuleInsert_2_data.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemPythonModuleInsert_2_data.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -26,3 +26,5 @@\n )\n #-------------- EcnaSystemPythoModuleInsert_2 _data/ end\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"858d84aec1dbe17140606d88e0b32d1bf2064ea9","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2_simul.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemPythonModuleInsert_2_simul.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemPythonModuleInsert_2_simul.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemPythonModuleInsert_2_simul.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -26,3 +26,5 @@\n EEdigiCollection = cms.string(\"eeDigis\"),\n )\n #-------------- EcnaSystemPythoModuleInsert_2 _simul/ end\n+-- dummy change --\n+-- dummy change --"},{"sha":"b83e94d03e07b67adbc758c473d864d65eede81f","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_3.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemPythonModuleInsert_3.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemPythonModuleInsert_3.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemPythonModuleInsert_3.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,3 +2,5 @@\n process.p = cms.Path(process.ecalEBunpacker*process.myCnaPackage)\n #-------------- EcnaSystemPythoModuleInsert_3 / end\n \n+-- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e?per_page=100&page=2 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:11 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"a8fd016156d9f11f098bbe6bacca8daf61409619de4f8f570e64cab4df6e1428"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:04:54 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4969'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '31'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'AA3C:1C490A:1675F8:16EB46:6812247A')] +{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","node_id":"C_kwDOF83__NoAKGMyMzA5OWM3Mzc3MTIzYjZkZTdmYWZhN2E0ODZiMjBiMThkNTRmN2U","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"message":"Try generating big cache","tree":{"sha":"f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684"}],"stats":{"total":6008,"additions":5944,"deletions":64},"files":[{"sha":"5dede243c65ea61e608bcef2baef038e020cb56a","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanLSFJOBReports","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemScriptCleanLSFJOBReports","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemScriptCleanLSFJOBReports","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemScriptCleanLSFJOBReports?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -35,3 +35,5 @@ else\n endif\n \n echo \"*EcnaSystemScriptCleanLSFJOBReports> End of execution.\"\n+-- dummy change --\n+-- dummy change --"},{"sha":"115ab119fef80b9138e0a6a0ea9029a4597fd3b8","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanPythonFiles","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemScriptCleanPythonFiles","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemScriptCleanPythonFiles","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemScriptCleanPythonFiles?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -35,3 +35,5 @@ else\n endif\n \n echo \"*EcnaSystemScriptCleanPythonFiles> End of execution.\"\n+-- dummy change --\n+-- dummy change --"},{"sha":"768e91ac26f0be16a9dd8024fc04457e6fc2c72c","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanSubmissionScripts","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemScriptCleanSubmissionScripts","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemScriptCleanSubmissionScripts","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemScriptCleanSubmissionScripts?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -37,3 +37,5 @@ endif\n \n \n echo \"*EcnaSystemScriptCleanSubmissionScripts> End of execution.\"\n+-- dummy change --\n+-- dummy change --"},{"sha":"2d8cbe6f3965394bf5f83d0b5a4c8aa8e072036a","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160077","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R160077","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R160077","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R160077?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n '/store/data/Commissioning11/TestEnables/RAW/v1/000/160/077/741A4F56-594A-E011-9C04-0030487CD7EE.root',\n '/store/data/Commissioning11/TestEnables/RAW/v1/000/160/077/424F1CC6-5A4A-E011-9458-0030487CD7B4.root'\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"48de7b3008b541255c7468f35c41f6f81eb77d23","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160994","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R160994","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R160994","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R160994?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1,2 +1,4 @@\n '/store/data/Run2011A/TestEnables/RAW/v1/000/160/994/D47E48E5-D053-E011-B45E-001D09F28F0C.root',\n '/store/data/Run2011A/TestEnables/RAW/v1/000/160/994/2CD5B5F5-C753-E011-87A4-000423D996C8.root'\n+-- dummy change --\n+-- dummy change --"},{"sha":"d4dd8f8625e1c69712d30dc23fc8ce4e4f7730e9","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160998","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R160998","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R160998","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R160998?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -15,3 +15,5 @@\n '/store/data/Run2011A/TestEnables/RAW/v1/000/160/998/1E677D35-D353-E011-AB15-003048F024C2.root',\n '/store/data/Run2011A/TestEnables/RAW/v1/000/160/998/0041179A-D253-E011-A72A-001D09F254CE.root'\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"8636785956c131e978371b7610a4c3dc60558da9","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161016","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R161016","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R161016","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R161016?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -18,3 +18,5 @@\n '/store/data/Run2011A/TestEnables/RAW/v1/000/161/016/024F549A-F353-E011-A232-0030487C7E18.root',\n '/store/data/Run2011A/TestEnables/RAW/v1/000/161/016/00A2434A-EF53-E011-B8B6-001D09F244BB.root'\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"33878b0ca51315a3e593af646adb8eb4eb0ad7f5","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161020","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R161020","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R161020","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R161020?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1 +1,3 @@\n '/store/data/Run2011A/Tau/RAW/v1/000/161/020/0874F601-0A54-E011-A780-0030487CD6E6.root'\n+-- dummy change --\n+-- dummy change --"},{"sha":"62fced421f241d5d0ca0cdf8f9ba9285cf3a08e7","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161311","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R161311","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R161311","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R161311?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1,2 +1,4 @@\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"e58c2a7206f56ea7da369319e0bacc99c0f8995b","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R162517","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R162517","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R162517","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R162517?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n '/store/data/Run2011A/TestEnables/RAW/v1/000/162/517/42C5CCBF-D365-E011-924A-003048F024C2.root',\n '/store/data/Run2011A/TestEnables/RAW/v1/000/162/517/26FE6129-C765-E011-992E-003048F118C2.root'\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"cbb3ee1996624265565bffe047b20d393c024d36","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R162811","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R162811","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R162811","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R162811?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -20,3 +20,5 @@\n '/store/data/Run2011A/TestEnables/RAW/v1/000/162/811/1649D3DF-7667-E011-B951-003048D2C174.root',\n '/store/data/Run2011A/TestEnables/RAW/v1/000/162/811/12AD1ABC-7A67-E011-B1C6-0030487C6062.root',\n '/store/data/Run2011A/TestEnables/RAW/v1/000/162/811/060E4939-8467-E011-A79B-001617C3B710.root'\n+-- dummy change --\n+-- dummy change --"},{"sha":"adba504b200c8c0d9a914b6a4839276b36721561","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R170298","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R170298","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R170298","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R170298?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n '/store/data/Run2011A/TestEnablesEcalHcalDT/RAW/v1/000/170/298/1202CBF2-40B0-E011-BD22-BCAEC53296F8.root'\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"597f6636aa71f7b845373120a564b7f478bb1ff7","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R175975","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R175975","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R175975","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R175975?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -7,3 +7,5 @@\n '/store/data/Run2011B/TestEnablesEcalHcalDT/RAW/v1/000/175/975/1C15796C-3FDB-E011-A634-BCAEC518FF74.root',\n '/store/data/Run2011B/TestEnablesEcalHcalDT/RAW/v1/000/175/975/0C9CA39C-40DB-E011-B7C0-BCAEC5329707.root',\n '/store/data/Run2011B/TestEnablesEcalHcalDT/RAW/v1/000/175/975/04491905-95DB-E011-B880-BCAEC518FF6E.root',\n+-- dummy change --\n+-- dummy change --"},{"sha":"e4a2beeac4ff855058d7922f7376310f8cb33249","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R178231","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R178231","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R178231","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R178231?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,3 +2,5 @@\n '/store/data/Run2011B/TestEnablesEcalHcalDT/RAW/v1/000/178/231/A6B985E2-DEF3-E011-9A95-0030486780B8.root',\n '/store/data/Run2011B/TestEnablesEcalHcalDT/RAW/v1/000/178/231/5CFCB4AF-DAF3-E011-ADCB-003048D3756A.root',\n '/store/data/Run2011B/TestEnablesEcalHcalDT/RAW/v1/000/178/231/121DFE24-D7F3-E011-AD82-003048D2C020.root'\n+-- dummy change --\n+-- dummy change --"},{"sha":"39aad35cd1f1a035e7242b395ccd5e26ad67370c","filename":"CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_ideal.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_128_MC_ideal.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_128_MC_ideal.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_128_MC_ideal.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -149,3 +149,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"01c4d3432502a49e76e1d65e73ebb6a54ad82536","filename":"CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_ideal_prep.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_128_MC_ideal_prep.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_128_MC_ideal_prep.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_128_MC_ideal_prep.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -150,3 +150,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"398286d9145595bdfb0de7f2937002acfac4b837","filename":"CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_startup.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_128_MC_startup.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_128_MC_startup.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_128_MC_startup.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -149,3 +149,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"2146c9d13b93d0f8b01860af565c48b8be6b0d97","filename":"CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_startup_prep.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_128_MC_startup_prep.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_128_MC_startup_prep.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_128_MC_startup_prep.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -150,3 +150,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"07bf447383a62b686b9d0e98facf8d2a3f8f3993","filename":"CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_ideal_prep.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_MC_ideal_prep.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_MC_ideal_prep.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_MC_ideal_prep.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -150,3 +150,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"d8020e259a106fdca73aba76f4e13bf6a034909f","filename":"CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_startup.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_MC_startup.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_MC_startup.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_MC_startup.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -149,3 +149,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"428eea8c50998c054a40dd8d9ae4c6e0930d5772","filename":"CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_startup_prep.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_MC_startup_prep.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_MC_startup_prep.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_MC_startup_prep.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -150,3 +150,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"7591d71e5f5e025d96132b4c8dd0bc6ffe1feed6","filename":"CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_ideal_prep.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv5_MC_ideal_prep.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv5_MC_ideal_prep.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv5_MC_ideal_prep.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -158,3 +158,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"3236b988f33ec167332a56e588bfa3c489dead6b","filename":"CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_startup.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv5_MC_startup.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv5_MC_startup.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv5_MC_startup.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -158,3 +158,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"9764cd7a9c4e8897d75226fefd8204f76f35131d","filename":"CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_startup_prep.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv5_MC_startup_prep.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv5_MC_startup_prep.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv5_MC_startup_prep.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -184,3 +184,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"d70f976e4dc8cb4f1b494349bad84b8c16e81550","filename":"CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv4_128_MC_startup.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FproduceTPGParameters_beamv4_128_MC_startup.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FproduceTPGParameters_beamv4_128_MC_startup.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FproduceTPGParameters_beamv4_128_MC_startup.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -143,3 +143,5 @@\n \n process.p = cms.Path(process.TPGParamProducer)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"0d49293ef03e9d25b60173d0eaf8ce798e8343ce","filename":"CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv6_transparency_spikekill_2016_script.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FproduceTPGParameters_beamv6_transparency_spikekill_2016_script.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FproduceTPGParameters_beamv6_transparency_spikekill_2016_script.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FproduceTPGParameters_beamv6_transparency_spikekill_2016_script.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -169,3 +169,5 @@\n \n process.p = cms.Path(process.TPGParamProducer)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"8d06fba7f22ef2fd84e0c2eb11ad81fb381f6e92","filename":"CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv6_transparency_spikekill_2016_script_270062.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FproduceTPGParameters_beamv6_transparency_spikekill_2016_script_270062.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FproduceTPGParameters_beamv6_transparency_spikekill_2016_script_270062.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FproduceTPGParameters_beamv6_transparency_spikekill_2016_script_270062.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -196,3 +196,5 @@\n \n process.p = cms.Path(process.TPGParamProducer)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"87fd7162ebcb7ab41f12e04cce7ac55c5fcdae67","filename":"CalibCalorimetry/EcalTrivialCondModules/interface/EcalTrivialConditionRetriever.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalTrivialCondModules%2Finterface%2FEcalTrivialConditionRetriever.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalTrivialCondModules%2Finterface%2FEcalTrivialConditionRetriever.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTrivialCondModules%2Finterface%2FEcalTrivialConditionRetriever.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -409,3 +409,5 @@ class EcalTrivialConditionRetriever : public edm::ESProducer, public edm::EventS\n int verbose_; // verbosity\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"f7be5244ef1d01d12d4f7b99b20175166d2b01e2","filename":"CalibCalorimetry/EcalTrivialCondModules/python/EcalTrivialCondRetrieverTB_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalTrivialCondModules%2Fpython%2FEcalTrivialCondRetrieverTB_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibCalorimetry%2FEcalTrivialCondModules%2Fpython%2FEcalTrivialCondRetrieverTB_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTrivialCondModules%2Fpython%2FEcalTrivialCondRetrieverTB_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"a8614d1f921e81305f22241185a6ed134a8577ac","filename":"CalibMuon/DTCalibration/python/dt_offlineAnalysis_common_cosmics_vDriftSeg_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibMuon%2FDTCalibration%2Fpython%2Fdt_offlineAnalysis_common_cosmics_vDriftSeg_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibMuon%2FDTCalibration%2Fpython%2Fdt_offlineAnalysis_common_cosmics_vDriftSeg_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibMuon%2FDTCalibration%2Fpython%2Fdt_offlineAnalysis_common_cosmics_vDriftSeg_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n \n dtCalibOfflineReco = cms.Sequence(dt1DRecHits + dt2DSegments + dt4DSegments)\n dtCalibOfflineRecoRAW = cms.Sequence(muonDTDigis + dt1DRecHits + dt2DSegments + dt4DSegments)\n+-- dummy change --\n+-- dummy change --"},{"sha":"e6a8943f24eebff4cb324eeb402f1a35437530d1","filename":"CalibPPS/AlignmentGlobal/python/ALCARECOPromptCalibProdPPSAlignment_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibPPS%2FAlignmentGlobal%2Fpython%2FALCARECOPromptCalibProdPPSAlignment_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibPPS%2FAlignmentGlobal%2Fpython%2FALCARECOPromptCalibProdPPSAlignment_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibPPS%2FAlignmentGlobal%2Fpython%2FALCARECOPromptCalibProdPPSAlignment_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n \r\n OutALCARECOPromptCalibProdPPSAlignment = OutALCARECOPromptCalibProdPPSAlignment_noDrop.clone()\r\n OutALCARECOPromptCalibProdPPSAlignment.outputCommands.insert(0, 'drop *')\r\n+-- dummy change --\n+-- dummy change --"},{"sha":"4ebb932816249dcad47e55730b1b781338caa6a2","filename":"CalibPPS/ESProducers/interface/CTPPSRPAlignmentCorrectionsDataESSourceXMLCommon.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibPPS%2FESProducers%2Finterface%2FCTPPSRPAlignmentCorrectionsDataESSourceXMLCommon.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibPPS%2FESProducers%2Finterface%2FCTPPSRPAlignmentCorrectionsDataESSourceXMLCommon.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibPPS%2FESProducers%2Finterface%2FCTPPSRPAlignmentCorrectionsDataESSourceXMLCommon.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -35,3 +35,5 @@ class CTPPSRPAlignmentCorrectionsDataESSourceXMLCommon {\n CTPPSRPAlignmentCorrectionsDataSequence &seq,\n const std::vector &files) const;\n };\n+-- dummy change --\n+-- dummy change --"},{"sha":"a78fcb0ed6e71c27aea33bbda595cc01e1b8ffec","filename":"CalibPPS/TimingCalibration/plugins/PPSDiamondSampicTimingCalibrationPCLHarvester.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibPPS%2FTimingCalibration%2Fplugins%2FPPSDiamondSampicTimingCalibrationPCLHarvester.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibPPS%2FTimingCalibration%2Fplugins%2FPPSDiamondSampicTimingCalibrationPCLHarvester.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibPPS%2FTimingCalibration%2Fplugins%2FPPSDiamondSampicTimingCalibrationPCLHarvester.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -288,3 +288,5 @@ void PPSDiamondSampicTimingCalibrationPCLHarvester::fillDescriptions(edm::Config\n }\n \n DEFINE_FWK_MODULE(PPSDiamondSampicTimingCalibrationPCLHarvester);\n+-- dummy change --\n+-- dummy change --"},{"sha":"c78b77dc300c15ee7923b450e397f971f914cbeb","filename":"CalibPPS/TimingCalibration/plugins/PPSDiamondSampicTimingCalibrationPCLWorker.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibPPS%2FTimingCalibration%2Fplugins%2FPPSDiamondSampicTimingCalibrationPCLWorker.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibPPS%2FTimingCalibration%2Fplugins%2FPPSDiamondSampicTimingCalibrationPCLWorker.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibPPS%2FTimingCalibration%2Fplugins%2FPPSDiamondSampicTimingCalibrationPCLWorker.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -189,3 +189,5 @@ bool PPSDiamondSampicTimingCalibrationPCLWorker::searchForProduct(edm::Event con\n }\n \n DEFINE_FWK_MODULE(PPSDiamondSampicTimingCalibrationPCLWorker);\n+-- dummy change --\n+-- dummy change --"},{"sha":"3600cfd53878481c2308ea4569a470ad9f0a3a5f","filename":"CalibPPS/TimingCalibration/python/ALCARECOPPSDiamondSampicTimingCalibHarvester_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibPPS%2FTimingCalibration%2Fpython%2FALCARECOPPSDiamondSampicTimingCalibHarvester_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibPPS%2FTimingCalibration%2Fpython%2FALCARECOPPSDiamondSampicTimingCalibHarvester_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibPPS%2FTimingCalibration%2Fpython%2FALCARECOPPSDiamondSampicTimingCalibHarvester_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -17,3 +17,5 @@\n ALCAHARVESTPPSDiamondSampicTimingCalibration = cms.Sequence(EDMtoMEConvertPPSTimingSampicCalibration +\n PPSDiamondSampicTimingCalibrationPCLHarvester +\n dqmEnvPPSTimingSampicCalibration)\n+-- dummy change --\n+-- dummy change --"},{"sha":"5266f39569de4624e5974deb972e461000d29483","filename":"CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibPPS%2FTimingCalibration%2Fpython%2FALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibPPS%2FTimingCalibration%2Fpython%2FALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibPPS%2FTimingCalibration%2Fpython%2FALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n \n OutALCARECOPromptCalibProdPPSDiamondSampic = OutALCARECOPromptCalibProdPPSDiamondSampic_noDrop.clone()\n OutALCARECOPromptCalibProdPPSDiamondSampic.outputCommands.insert(0, 'drop *')\n+-- dummy change --\n+-- dummy change --"},{"sha":"acc588e8f9950dee1ca4d0f0ecaa21e522e411ac","filename":"CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibPPS%2FTimingCalibration%2Fpython%2FALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibPPS%2FTimingCalibration%2Fpython%2FALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibPPS%2FTimingCalibration%2Fpython%2FALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -20,3 +20,5 @@\n PPSDiamondSampicTimingCalibrationPCLWorker,\n MEtoEDMConvertPPSDiamondSampicTimingCalib\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"562a910e215a6328a541e5a1f31377734bc54a20","filename":"CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSTimingCalib_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibPPS%2FTimingCalibration%2Fpython%2FALCARECOPromptCalibProdPPSTimingCalib_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibPPS%2FTimingCalibration%2Fpython%2FALCARECOPromptCalibProdPPSTimingCalib_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibPPS%2FTimingCalibration%2Fpython%2FALCARECOPromptCalibProdPPSTimingCalib_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n \n OutALCARECOPromptCalibProdPPSTimingCalib = OutALCARECOPromptCalibProdPPSTimingCalib_noDrop.clone()\n OutALCARECOPromptCalibProdPPSTimingCalib.outputCommands.insert(0, 'drop *')\n+-- dummy change --\n+-- dummy change --"},{"sha":"acf4135297b9a9f7a1e6d48d9c5c1b9b7099a28b","filename":"CalibTracker/Configuration/python/SiPixelCabling/SiPixelCabling_Frontier_DevDB_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FConfiguration%2Fpython%2FSiPixelCabling%2FSiPixelCabling_Frontier_DevDB_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FConfiguration%2Fpython%2FSiPixelCabling%2FSiPixelCabling_Frontier_DevDB_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FConfiguration%2Fpython%2FSiPixelCabling%2FSiPixelCabling_Frontier_DevDB_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n tag = cms.string('SiPixelFedCablingMap_v9_mc')\n ))\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"5822baec919bbbb4f31d3444951b875377b831a8","filename":"CalibTracker/Configuration/python/SiPixelCabling/SiPixelCabling_Frontier_IntDB_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FConfiguration%2Fpython%2FSiPixelCabling%2FSiPixelCabling_Frontier_IntDB_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FConfiguration%2Fpython%2FSiPixelCabling%2FSiPixelCabling_Frontier_IntDB_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FConfiguration%2Fpython%2FSiPixelCabling%2FSiPixelCabling_Frontier_IntDB_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n tag = cms.string('SiPixelFedCablingMap_v9_mc')\n ))\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"df236289c0c940123048f9e763672fdf3cef0c1d","filename":"CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Fake_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FConfiguration%2Fpython%2FSiPixelLorentzAngle%2FSiPixelLorentzAngle_Fake_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FConfiguration%2Fpython%2FSiPixelLorentzAngle%2FSiPixelLorentzAngle_Fake_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FConfiguration%2Fpython%2FSiPixelLorentzAngle%2FSiPixelLorentzAngle_Fake_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n #\n from CalibTracker.SiPixelESProducers.SiPixelFakeLorentzAngleESSource_cfi import *\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b726aaeedbba71c3e708a252f6e62a315478a572","filename":"CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_DevDB_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FConfiguration%2Fpython%2FSiPixelLorentzAngle%2FSiPixelLorentzAngle_Frontier_DevDB_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FConfiguration%2Fpython%2FSiPixelLorentzAngle%2FSiPixelLorentzAngle_Frontier_DevDB_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FConfiguration%2Fpython%2FSiPixelLorentzAngle%2FSiPixelLorentzAngle_Frontier_DevDB_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n tag = cms.string('trivial_LorentzAngle_mc')\n ))\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"c3bef9467dbd023a7c4605b338246b69ccc5ab29","filename":"CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_IntDB_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FConfiguration%2Fpython%2FSiPixelLorentzAngle%2FSiPixelLorentzAngle_Frontier_IntDB_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FConfiguration%2Fpython%2FSiPixelLorentzAngle%2FSiPixelLorentzAngle_Frontier_IntDB_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FConfiguration%2Fpython%2FSiPixelLorentzAngle%2FSiPixelLorentzAngle_Frontier_IntDB_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n tag = cms.string('trivial_LorentzAngle_mc')\n ))\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"31015f1c677197637a0196f3be1fc5c5fcb69b43","filename":"CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FConfiguration%2Fpython%2FSiPixelLorentzAngle%2FSiPixelLorentzAngle_Frontier_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FConfiguration%2Fpython%2FSiPixelLorentzAngle%2FSiPixelLorentzAngle_Frontier_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FConfiguration%2Fpython%2FSiPixelLorentzAngle%2FSiPixelLorentzAngle_Frontier_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n tag = cms.string('trivial_LorentzAngle_mc')\n ))\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"2b3bfdb945124f6e92e2c2c355404ffc63fefbd7","filename":"CalibTracker/Configuration/python/SiStripLorentzAngle/SiStripLorentzAngle_Fake_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FConfiguration%2Fpython%2FSiStripLorentzAngle%2FSiStripLorentzAngle_Fake_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FConfiguration%2Fpython%2FSiStripLorentzAngle%2FSiStripLorentzAngle_Fake_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FConfiguration%2Fpython%2FSiStripLorentzAngle%2FSiStripLorentzAngle_Fake_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n siStripLAFakeESSourceforSimulation.appendToDataLabel = 'fake'\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"3bd6b093e2e0d739a2ceb909092f2dcbc896e921","filename":"CalibTracker/Configuration/python/SiStripLorentzAngle/SiStripLorentzAngle_Frontier_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FConfiguration%2Fpython%2FSiStripLorentzAngle%2FSiStripLorentzAngle_Frontier_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FConfiguration%2Fpython%2FSiStripLorentzAngle%2FSiStripLorentzAngle_Frontier_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FConfiguration%2Fpython%2FSiStripLorentzAngle%2FSiStripLorentzAngle_Frontier_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -18,3 +18,5 @@\n ))\n siStripLorentzAngle.BlobStreamerName = 'TBufferBlobStreamingService'\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"3fec879cd740facf13436f25b5234fb0aba0d810","filename":"CalibTracker/Configuration/python/SiStripNoise/SiStripNoise_Fake_APVModeDec_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FConfiguration%2Fpython%2FSiStripNoise%2FSiStripNoise_Fake_APVModeDec_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FConfiguration%2Fpython%2FSiStripNoise%2FSiStripNoise_Fake_APVModeDec_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FConfiguration%2Fpython%2FSiStripNoise%2FSiStripNoise_Fake_APVModeDec_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n \n siStripNoisesFakeESSource.NoiseStripLengthSlope = cms.vdouble(51.)\n siStripNoisesFakeESSource.NoiseStripLengthQuote = cms.vdouble(630.)\n+-- dummy change --\n+-- dummy change --"},{"sha":"6cc2d17d1aa9f48cc541f7f59baffbeac9ab13c9","filename":"CalibTracker/Configuration/python/SiStripNoise/SiStripNoise_Fake_APVModePeak_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FConfiguration%2Fpython%2FSiStripNoise%2FSiStripNoise_Fake_APVModePeak_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FConfiguration%2Fpython%2FSiStripNoise%2FSiStripNoise_Fake_APVModePeak_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FConfiguration%2Fpython%2FSiStripNoise%2FSiStripNoise_Fake_APVModePeak_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n \n siStripNoisesFakeESSource.NoiseStripLengthSlope = cms.vdouble(38.8)\n siStripNoisesFakeESSource.NoiseStripLengthQuote = cms.vdouble(414.)\n+-- dummy change --\n+-- dummy change --"},{"sha":"e1c4bb2e8ad430bfa994cfb5aa45c1791e196057","filename":"CalibTracker/Configuration/python/TrackerAlignment/TrackerAlignment_Frontier_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FConfiguration%2Fpython%2FTrackerAlignment%2FTrackerAlignment_Frontier_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FConfiguration%2Fpython%2FTrackerAlignment%2FTrackerAlignment_Frontier_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FConfiguration%2Fpython%2FTrackerAlignment%2FTrackerAlignment_Frontier_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -17,3 +17,5 @@\n \n # Might be needed if you want to overwrite the global tag:\n # ESPrefer(\"PoolDBESSource\", \"trackerAlignment\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"0b03dc7d9a303730e3f6bf1967c2ae17d0e1a766","filename":"CalibTracker/Configuration/python/Tracker_DependentRecords_forGlobalTag_nofakes_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FConfiguration%2Fpython%2FTracker_DependentRecords_forGlobalTag_nofakes_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FConfiguration%2Fpython%2FTracker_DependentRecords_forGlobalTag_nofakes_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FConfiguration%2Fpython%2FTracker_DependentRecords_forGlobalTag_nofakes_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -41,3 +41,5 @@\n \n # Multiple scattering parametrisation\n from RecoTracker.TkMSParametrization.multipleScatteringParametrisationMakerESProducer_cfi import *\n+-- dummy change --\n+-- dummy change --"},{"sha":"509d26a335f5008e70019b01ef89d41112aba835","filename":"CalibTracker/SiPhase2TrackerESProducers/interface/SiPhase2OuterTrackerFakeLorentzAngleESSource.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPhase2TrackerESProducers%2Finterface%2FSiPhase2OuterTrackerFakeLorentzAngleESSource.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPhase2TrackerESProducers%2Finterface%2FSiPhase2OuterTrackerFakeLorentzAngleESSource.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPhase2TrackerESProducers%2Finterface%2FSiPhase2OuterTrackerFakeLorentzAngleESSource.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -59,3 +59,5 @@ class SiPhase2OuterTrackerFakeLorentzAngleESSource : public edm::ESProducer,\n const std::string recordName_;\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"f282d53837d81e4d1eb05f519fc8b3f7f0dcb7b7","filename":"CalibTracker/SiPhase2TrackerESProducers/plugins/SiPhase2BadStripConfigurableFakeESSource.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPhase2TrackerESProducers%2Fplugins%2FSiPhase2BadStripConfigurableFakeESSource.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPhase2TrackerESProducers%2Fplugins%2FSiPhase2BadStripConfigurableFakeESSource.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPhase2TrackerESProducers%2Fplugins%2FSiPhase2BadStripConfigurableFakeESSource.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -251,3 +251,5 @@ void SiPhase2BadStripConfigurableFakeESSource::fillDescriptions(edm::Configurati\n //define this as a plug-in\n #include \"FWCore/Framework/interface/SourceFactory.h\"\n DEFINE_FWK_EVENTSETUP_SOURCE(SiPhase2BadStripConfigurableFakeESSource);\n+-- dummy change --\n+-- dummy change --"},{"sha":"504129610a0e74faa2d4ae45d487a6bd02f776bc","filename":"CalibTracker/SiPhase2TrackerESProducers/plugins/SiPhase2OuterTrackerFakeLorentzAngleESSource.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPhase2TrackerESProducers%2Fplugins%2FSiPhase2OuterTrackerFakeLorentzAngleESSource.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPhase2TrackerESProducers%2Fplugins%2FSiPhase2OuterTrackerFakeLorentzAngleESSource.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPhase2TrackerESProducers%2Fplugins%2FSiPhase2OuterTrackerFakeLorentzAngleESSource.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -96,3 +96,5 @@ void SiPhase2OuterTrackerFakeLorentzAngleESSource::fillDescriptions(edm::Configu\n //define this as a plug-in\n #include \"FWCore/Framework/interface/SourceFactory.h\"\n DEFINE_FWK_EVENTSETUP_SOURCE(SiPhase2OuterTrackerFakeLorentzAngleESSource);\n+-- dummy change --\n+-- dummy change --"},{"sha":"fd5f3a2458527f65843620c21a3b7767f3b8cf1f","filename":"CalibTracker/SiPhase2TrackerESProducers/python/SiPhase2OuterTrackerFakeLorentzAngleESSource_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPhase2TrackerESProducers%2Fpython%2FSiPhase2OuterTrackerFakeLorentzAngleESSource_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPhase2TrackerESProducers%2Fpython%2FSiPhase2OuterTrackerFakeLorentzAngleESSource_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPhase2TrackerESProducers%2Fpython%2FSiPhase2OuterTrackerFakeLorentzAngleESSource_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n from CalibTracker.SiPhase2TrackerESProducers.siPhase2OTFakeLorentzAngleESSource_cfi import siPhase2OTFakeLorentzAngleESSource\n SiPhase2OTFakeLorentzAngleESSource = siPhase2OTFakeLorentzAngleESSource.clone(LAValue = 0.07,\n recordName = 'LorentzAngle')\n+-- dummy change --\n+-- dummy change --"},{"sha":"3c69000493a720a51c24f86f58df50503738c026","filename":"CalibTracker/SiPixelConnectivity/plugins/PixelToFEDAssociateFromAsciiESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelConnectivity%2Fplugins%2FPixelToFEDAssociateFromAsciiESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelConnectivity%2Fplugins%2FPixelToFEDAssociateFromAsciiESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelConnectivity%2Fplugins%2FPixelToFEDAssociateFromAsciiESProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@ std::unique_ptr PixelToFEDAssociateFromAsciiESProducer::pro\n const TrackerDigiGeometryRecord& r) {\n return std::make_unique(theConfig.getParameter(\"fileName\"));\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"b1458ab3fd78e2438bee64cb2ef50720e27fda0e","filename":"CalibTracker/SiPixelConnectivity/plugins/PixelToFEDAssociateFromAsciiESProducer.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelConnectivity%2Fplugins%2FPixelToFEDAssociateFromAsciiESProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelConnectivity%2Fplugins%2FPixelToFEDAssociateFromAsciiESProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelConnectivity%2Fplugins%2FPixelToFEDAssociateFromAsciiESProducer.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -19,3 +19,5 @@ class PixelToFEDAssociateFromAsciiESProducer : public edm::ESProducer {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"5d5a15b05601ca53c732bde5873b43796f497c60","filename":"CalibTracker/SiPixelConnectivity/plugins/PixelToLNKAssociateFromAsciiESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelConnectivity%2Fplugins%2FPixelToLNKAssociateFromAsciiESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelConnectivity%2Fplugins%2FPixelToLNKAssociateFromAsciiESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelConnectivity%2Fplugins%2FPixelToLNKAssociateFromAsciiESProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@ std::unique_ptr PixelToLNKAssociateFromAsciiESProducer::pro\n const TrackerDigiGeometryRecord& r) {\n return std::make_unique(theConfig.getParameter(\"fileName\"));\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"3eaf719b008ce5cbb7240a2eff3b0031b5923052","filename":"CalibTracker/SiPixelConnectivity/plugins/PixelToLNKAssociateFromAsciiESProducer.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelConnectivity%2Fplugins%2FPixelToLNKAssociateFromAsciiESProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelConnectivity%2Fplugins%2FPixelToLNKAssociateFromAsciiESProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelConnectivity%2Fplugins%2FPixelToLNKAssociateFromAsciiESProducer.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -19,3 +19,5 @@ class PixelToLNKAssociateFromAsciiESProducer : public edm::ESProducer {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"509c4b0a53dc6ac5ae03610bd5d3296d96c6c4aa","filename":"CalibTracker/SiPixelConnectivity/python/PixelToLNKAssociateFromAsciiESProducer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelConnectivity%2Fpython%2FPixelToLNKAssociateFromAsciiESProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelConnectivity%2Fpython%2FPixelToLNKAssociateFromAsciiESProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelConnectivity%2Fpython%2FPixelToLNKAssociateFromAsciiESProducer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n pixelToLNKAssociateFromAscii = cms.ESProducer(\"PixelToLNKAssociateFromAsciiESProducer\",\n fileName = cms.string('pixelToLNK.ascii')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"e14c45c425e992505363535400b0943c0ceffcbf","filename":"CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationForHLTSimService.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelESProducers%2Finterface%2FSiPixelGainCalibrationForHLTSimService.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelESProducers%2Finterface%2FSiPixelGainCalibrationForHLTSimService.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelESProducers%2Finterface%2FSiPixelGainCalibrationForHLTSimService.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -36,3 +36,5 @@ class SiPixelGainCalibrationForHLTSimService\n bool isNoisyColumn(const uint32_t& detID, const int& col, const int& row) override;\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"6e32e908af1c37b006f6760728b19492251240ed","filename":"CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationOfflineService.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelESProducers%2Finterface%2FSiPixelGainCalibrationOfflineService.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelESProducers%2Finterface%2FSiPixelGainCalibrationOfflineService.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelESProducers%2Finterface%2FSiPixelGainCalibrationOfflineService.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -34,3 +34,5 @@ class SiPixelGainCalibrationOfflineService\n bool isNoisyColumn(const uint32_t& detID, const int& col, const int& row) override;\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"86f3443fa809f75037f937733baa3e8b7c053f1d","filename":"CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationOfflineSimService.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelESProducers%2Finterface%2FSiPixelGainCalibrationOfflineSimService.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelESProducers%2Finterface%2FSiPixelGainCalibrationOfflineSimService.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelESProducers%2Finterface%2FSiPixelGainCalibrationOfflineSimService.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -35,3 +35,5 @@ class SiPixelGainCalibrationOfflineSimService\n bool isNoisyColumn(const uint32_t& detID, const int& col, const int& row) override;\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"dffeb631f96f4610a8ee89da18f2421e6cc4ab9f","filename":"CalibTracker/SiPixelESProducers/plugins/SiPixelGainCalibrationForHLTGPUESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelESProducers%2Fplugins%2FSiPixelGainCalibrationForHLTGPUESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelESProducers%2Fplugins%2FSiPixelGainCalibrationForHLTGPUESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelESProducers%2Fplugins%2FSiPixelGainCalibrationForHLTGPUESProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -47,3 +47,5 @@ std::unique_ptr SiPixelGainCalibrationForHLTGPU\n #include \"FWCore/Framework/interface/eventsetuprecord_registration_macro.h\"\n \n DEFINE_FWK_EVENTSETUP_MODULE(SiPixelGainCalibrationForHLTGPUESProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"b8b7cda6361ed5bc68a3410e45d31f5d2389a88b","filename":"CalibTracker/SiPixelESProducers/plugins/SiPixelROCsStatusAndMappingWrapperESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelESProducers%2Fplugins%2FSiPixelROCsStatusAndMappingWrapperESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelESProducers%2Fplugins%2FSiPixelROCsStatusAndMappingWrapperESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelESProducers%2Fplugins%2FSiPixelROCsStatusAndMappingWrapperESProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -66,3 +66,5 @@ std::unique_ptr SiPixelROCsStatusAndMappingW\n #include \"FWCore/Framework/interface/eventsetuprecord_registration_macro.h\"\n \n DEFINE_FWK_EVENTSETUP_MODULE(SiPixelROCsStatusAndMappingWrapperESProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"1844833701d88f034876846722d87031578e46d4","filename":"CalibTracker/SiPixelESProducers/plugins/alpaka/SiPixelGainCalibrationForHLTSoAESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelESProducers%2Fplugins%2Falpaka%2FSiPixelGainCalibrationForHLTSoAESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelESProducers%2Fplugins%2Falpaka%2FSiPixelGainCalibrationForHLTSoAESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelESProducers%2Fplugins%2Falpaka%2FSiPixelGainCalibrationForHLTSoAESProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -126,3 +126,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n \n } // namespace ALPAKA_ACCELERATOR_NAMESPACE\n DEFINE_FWK_EVENTSETUP_ALPAKA_MODULE(SiPixelGainCalibrationForHLTSoAESProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"ddcc68d5bcb38b4cf565bf6aa0a26bc52494638e","filename":"CalibTracker/SiPixelESProducers/python/SiPixel2DTemplateDBObjectESProducer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelESProducers%2Fpython%2FSiPixel2DTemplateDBObjectESProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelESProducers%2Fpython%2FSiPixel2DTemplateDBObjectESProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelESProducers%2Fpython%2FSiPixel2DTemplateDBObjectESProducer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,3 +2,5 @@\n \n siPixel2DTemplateDBObjectESProducer = cms.ESProducer(\"SiPixel2DTemplateDBObjectESProducer\")\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"5db8c58daaf22047220b0d4dcb62c4de4388ea4a","filename":"CalibTracker/SiPixelESProducers/python/SiPixelFakeGenErrorDBObjectESSource_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelESProducers%2Fpython%2FSiPixelFakeGenErrorDBObjectESSource_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelESProducers%2Fpython%2FSiPixelFakeGenErrorDBObjectESSource_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelESProducers%2Fpython%2FSiPixelFakeGenErrorDBObjectESSource_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"3801a518dd66bc1ebb88c32a618d100a4dfd5ab1","filename":"CalibTracker/SiPixelESProducers/python/SiPixelFakeTemplateDBObjectESSource_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelESProducers%2Fpython%2FSiPixelFakeTemplateDBObjectESSource_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelESProducers%2Fpython%2FSiPixelFakeTemplateDBObjectESSource_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelESProducers%2Fpython%2FSiPixelFakeTemplateDBObjectESSource_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"2a7996f1fbc2c67a13aa5f38d8f5cf57105070db","filename":"CalibTracker/SiPixelESProducers/python/siPixelQualityForDigitizerESProducer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelESProducers%2Fpython%2FsiPixelQualityForDigitizerESProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelESProducers%2Fpython%2FsiPixelQualityForDigitizerESProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelESProducers%2Fpython%2FsiPixelQualityForDigitizerESProducer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@ def _removeSiPixelQualityForDigitizerESProducer(process):\n \n from Configuration.Eras.Modifier_run2_SiPixel_2018_cff import run2_SiPixel_2018\n removeSiPixelQualityForDigitizerESProducer_ = (~run2_SiPixel_2018).makeProcessModifier( _removeSiPixelQualityForDigitizerESProducer )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d20e15542d73b91f8f9877ef025724b37854f0fc","filename":"CalibTracker/SiPixelESProducers/python/siPixelQualityForRawToDigiESProducer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelESProducers%2Fpython%2FsiPixelQualityForRawToDigiESProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelESProducers%2Fpython%2FsiPixelQualityForRawToDigiESProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelESProducers%2Fpython%2FsiPixelQualityForRawToDigiESProducer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@ def _removeSiPixelQualityForRawToDigiESProducer(process):\n \n from Configuration.ProcessModifiers.siPixelQualityRawToDigi_cff import siPixelQualityRawToDigi\n removeSiPixelQualityForRawToDigiESProducer_ = (~siPixelQualityRawToDigi).makeProcessModifier( _removeSiPixelQualityForRawToDigiESProducer )\n+-- dummy change --\n+-- dummy change --"},{"sha":"ce737066aa837ab29a6de17ad2ebaff41fab79fc","filename":"CalibTracker/SiPixelESProducers/test/PixelFEDChannelCollectionMapTestReader_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelESProducers%2Ftest%2FPixelFEDChannelCollectionMapTestReader_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelESProducers%2Ftest%2FPixelFEDChannelCollectionMapTestReader_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelESProducers%2Ftest%2FPixelFEDChannelCollectionMapTestReader_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -78,3 +78,5 @@\n process.ReadDB.outputFile = cms.untracked.string('PixelFEDChannelCollectionMap.log')\n \n process.p = cms.Path(process.get+process.ReadDB)\n+-- dummy change --\n+-- dummy change --"},{"sha":"281863139fd361ad6d7351b384287e59b73e91b0","filename":"CalibTracker/SiPixelGainCalibration/python/SiPixelGainCalibrationAnalysis_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelGainCalibration%2Fpython%2FSiPixelGainCalibrationAnalysis_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelGainCalibration%2Fpython%2FSiPixelGainCalibrationAnalysis_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelGainCalibration%2Fpython%2FSiPixelGainCalibrationAnalysis_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -56,3 +56,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"70ff846e8865170ead6ecd2c498f1a143c865188","filename":"CalibTracker/SiPixelGainCalibration/test/SimpleTestPrintOutPixelCalibAnalyzer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelGainCalibration%2Ftest%2FSimpleTestPrintOutPixelCalibAnalyzer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelGainCalibration%2Ftest%2FSimpleTestPrintOutPixelCalibAnalyzer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelGainCalibration%2Ftest%2FSimpleTestPrintOutPixelCalibAnalyzer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -63,3 +63,5 @@ void SimpleTestPrintOutPixelCalibAnalyzer::analyze(edm::StreamID id,\n using namespace edm;\n printInfo(iEvent, iSetup);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"686554d4f5d361a9570f0202f85b25127078f619","filename":"CalibTracker/SiPixelLorentzAngle/interface/SiPixelLorentzAngleCalibrationStruct.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelLorentzAngle%2Finterface%2FSiPixelLorentzAngleCalibrationStruct.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelLorentzAngle%2Finterface%2FSiPixelLorentzAngleCalibrationStruct.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelLorentzAngle%2Finterface%2FSiPixelLorentzAngleCalibrationStruct.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -113,3 +113,5 @@ struct SiPixelLorentzAngleCalibrationHistograms {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"bb2beeb71965bf7ff1975501c4007af3eb0aa035","filename":"CalibTracker/SiPixelLorentzAngle/python/ALCARECOSiPixelLorentzAngle_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelLorentzAngle%2Fpython%2FALCARECOSiPixelLorentzAngle_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelLorentzAngle%2Fpython%2FALCARECOSiPixelLorentzAngle_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelLorentzAngle%2Fpython%2FALCARECOSiPixelLorentzAngle_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n 'drop *_*_*_HLT')\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"693cd76d1456c7f8d863b58dc08a44e281da3a31","filename":"CalibTracker/SiPixelLorentzAngle/python/SiPixelLorentzAnglePCLHarvesterMCS_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelLorentzAngle%2Fpython%2FSiPixelLorentzAnglePCLHarvesterMCS_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelLorentzAngle%2Fpython%2FSiPixelLorentzAnglePCLHarvesterMCS_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelLorentzAngle%2Fpython%2FSiPixelLorentzAnglePCLHarvesterMCS_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n newmodulelist = worker.newmodulelist.value(), # taken from worker configuration, need to stay in synch\n dqmDir = worker.folder.value(), # taken from worker configuration, need to stay in synch\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"a89f04cb6cb89957b2cd7bc8ac2940b8d9bc2d5e","filename":"CalibTracker/SiPixelLorentzAngle/test/calculateLorentzAngleFromClusterSizeFpix.C","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelLorentzAngle%2Ftest%2FcalculateLorentzAngleFromClusterSizeFpix.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelLorentzAngle%2Ftest%2FcalculateLorentzAngleFromClusterSizeFpix.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelLorentzAngle%2Ftest%2FcalculateLorentzAngleFromClusterSizeFpix.C?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -331,3 +331,5 @@ int calculateLorentzAngleFromClusterSizeFpix()\n \t\r\n \treturn 0;\r\n }\r\n+-- dummy change --\n+-- dummy change --"},{"sha":"a51e945448e307ccc1155ac0121700893c2df643","filename":"CalibTracker/SiPixelSCurveCalibration/interface/SiPixelSCurveCalibrationAnalysis.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelSCurveCalibration%2Finterface%2FSiPixelSCurveCalibrationAnalysis.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelSCurveCalibration%2Finterface%2FSiPixelSCurveCalibrationAnalysis.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelSCurveCalibration%2Finterface%2FSiPixelSCurveCalibrationAnalysis.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -125,3 +125,5 @@ class SiPixelSCurveCalibrationAnalysis : public SiPixelOfflineCalibAnalysisBase\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"097c0f7fb81e46c2c899227d059a360664a17c00","filename":"CalibTracker/SiPixelSCurveCalibration/python/SiPixelSCurveCalibrationAnalysis_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelSCurveCalibration%2Fpython%2FSiPixelSCurveCalibrationAnalysis_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiPixelSCurveCalibration%2Fpython%2FSiPixelSCurveCalibrationAnalysis_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelSCurveCalibration%2Fpython%2FSiPixelSCurveCalibrationAnalysis_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -39,3 +39,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"06f0a956286cadd6d5ba290eac8ab3763f335d86","filename":"CalibTracker/SiStripChannelGain/test/CodeExample/produceCalibrationTree_cfg_OnBatch.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripChannelGain%2Ftest%2FCodeExample%2FproduceCalibrationTree_cfg_OnBatch.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripChannelGain%2Ftest%2FCodeExample%2FproduceCalibrationTree_cfg_OnBatch.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripChannelGain%2Ftest%2FCodeExample%2FproduceCalibrationTree_cfg_OnBatch.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -210,3 +210,5 @@ def CreateTheShellFile(PATH,INDEX):\n print(\"\\t\\t\\t Created by Loic Quertenmont\")\n print(\"\\t\\t\\t Loic.quertenmont@cern.ch\")\n print(\"\\n\\n\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"176efe22b3bace63c7a2047abff1a358c6b98b17","filename":"CalibTracker/SiStripChannelGain/test/Cosmic_B38/SiStrip_ChannelGain_Cosmic_Craft.db","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripChannelGain%2Ftest%2FCosmic_B38%2FSiStrip_ChannelGain_Cosmic_Craft.db","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripChannelGain%2Ftest%2FCosmic_B38%2FSiStrip_ChannelGain_Cosmic_Craft.db","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripChannelGain%2Ftest%2FCosmic_B38%2FSiStrip_ChannelGain_Cosmic_Craft.db?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e"},{"sha":"9ed34cbf0fe00a890948891e32f73da20367f120","filename":"CalibTracker/SiStripChannelGain/test/UsefullCode/Comparison/MakeChargeDistribution.C","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FComparison%2FMakeChargeDistribution.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FComparison%2FMakeChargeDistribution.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FComparison%2FMakeChargeDistribution.C?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -256,3 +256,5 @@ void PlotMacro_Core(string input, string input2, string moduleName, string outpu\n \n printf(\"Min=%f - Max=%f\\n\",Min,Max);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"8eefbc565ff62dd696ffc98eaee34ed6d98ed01b","filename":"CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/MakeAsciiFileFromTree.C","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FMakeAsciiFileFromTree.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FMakeAsciiFileFromTree.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FMakeAsciiFileFromTree.C?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -113,3 +113,5 @@ void MakeAsciiFileFromTree(){\n tkmap->reset(); \n \n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"a62841ec7877869c359e10d09c7e476c9275fb74","filename":"CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/MakeAsciiFileFromTree.sh","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FMakeAsciiFileFromTree.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FMakeAsciiFileFromTree.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FMakeAsciiFileFromTree.sh?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -26,3 +26,5 @@ root -l -b << EOF\n .x $executable+$arguments\n EOF\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"99b9aff44da8575a8c4ed1f4854df754d61d4079","filename":"CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/PredictedVsObserved.C","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FPredictedVsObserved.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FPredictedVsObserved.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FPredictedVsObserved.C?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -271,3 +271,5 @@ if(true){\n \n \n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"a62841ec7877869c359e10d09c7e476c9275fb74","filename":"CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/PredictedVsObserved.sh","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FPredictedVsObserved.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FPredictedVsObserved.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FPredictedVsObserved.sh?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -26,3 +26,5 @@ root -l -b << EOF\n .x $executable+$arguments\n EOF\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"a7e387ec9bf6debd9012610b739f4367f19f88e4","filename":"CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/ProducePayloadFromASCII_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FProducePayloadFromASCII_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FProducePayloadFromASCII_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FProducePayloadFromASCII_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -57,3 +57,5 @@\n \n \n process.p = cms.Path(process.SiStripCalibFromAscii) \n+-- dummy change --\n+-- dummy change --"},{"sha":"81cac5614313c1797c717e804a1a0945566efe86","filename":"CalibTracker/SiStripChannelGain/test/UsefullCode/TimeHistory/MakeChargeDistribution.C","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FTimeHistory%2FMakeChargeDistribution.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FTimeHistory%2FMakeChargeDistribution.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FTimeHistory%2FMakeChargeDistribution.C?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -182,3 +182,5 @@ void PlotMacro_Core(string input, string input2, string moduleName, string outpu\n printf(\"Min=%f - Max=%f\\n\",Min,Max);\n \n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"8e4ed50b7bab5cf0c397eeb083cc0e019262784b","filename":"CalibTracker/SiStripCommon/test/MakeCalibrationTrees/produceCalibrationTree_CosmicsLABP_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripCommon%2Ftest%2FMakeCalibrationTrees%2FproduceCalibrationTree_CosmicsLABP_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripCommon%2Ftest%2FMakeCalibrationTrees%2FproduceCalibrationTree_CosmicsLABP_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripCommon%2Ftest%2FMakeCalibrationTrees%2FproduceCalibrationTree_CosmicsLABP_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -170,3 +170,5 @@\n process.end = cms.EndPath(process.out)\n \n process.schedule = cms.Schedule(process.nanoCTPath, process.end)\n+-- dummy change --\n+-- dummy change --"},{"sha":"089f71ff570606878d83d5f52b506941a40f8c40","filename":"CalibTracker/SiStripCommon/test/MakeCalibrationTrees/produceCalibrationTree_template_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripCommon%2Ftest%2FMakeCalibrationTrees%2FproduceCalibrationTree_template_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripCommon%2Ftest%2FMakeCalibrationTrees%2FproduceCalibrationTree_template_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripCommon%2Ftest%2FMakeCalibrationTrees%2FproduceCalibrationTree_template_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -193,3 +193,5 @@\n 'ProductDoesNotSupportPtr',\n 'NotFound')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"8ecdd74a01b762cd6ecd14abeeaae2a6730887dd","filename":"CalibTracker/SiStripCommon/test/MakeCalibrationTrees/submitCalibTree/__init__.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripCommon%2Ftest%2FMakeCalibrationTrees%2FsubmitCalibTree%2F__init__.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripCommon%2Ftest%2FMakeCalibrationTrees%2FsubmitCalibTree%2F__init__.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripCommon%2Ftest%2FMakeCalibrationTrees%2FsubmitCalibTree%2F__init__.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -0,0 +1,2 @@\n+-- dummy change --\n+-- dummy change --"},{"sha":"89363d29d48c3aeb879a0c0fb29fb54f1f5aa9b1","filename":"CalibTracker/SiStripCommon/test/MakeCalibrationTrees/submitCalibTree/launchJobs.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripCommon%2Ftest%2FMakeCalibrationTrees%2FsubmitCalibTree%2FlaunchJobs.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripCommon%2Ftest%2FMakeCalibrationTrees%2FsubmitCalibTree%2FlaunchJobs.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripCommon%2Ftest%2FMakeCalibrationTrees%2FsubmitCalibTree%2FlaunchJobs.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -266,3 +266,5 @@ def checkCorrupted(lastGood, config):\n #else:\n #### UNKNOWN CASE\n # print \"unknown argument: make sure you know what you are doing?\"\n+-- dummy change --\n+-- dummy change --"},{"sha":"63a97a0ac970f1c8963ce9b77a079a812564c3ac","filename":"CalibTracker/SiStripDCS/test/DetVOffReaderDebug__FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripDCS%2Ftest%2FDetVOffReaderDebug__FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripDCS%2Ftest%2FDetVOffReaderDebug__FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripDCS%2Ftest%2FDetVOffReaderDebug__FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -88,3 +88,5 @@ DetId \t HV \t LV\n %MSG-i DummyCondObjPrinter: AfterModEndJob 11-Aug-2010 02:53:39 CEST PostEndRun\n DummyCondObjPrinter::~DummyCondObjPrinter()\n %MSG\n+-- dummy change --\n+-- dummy change --"},{"sha":"9ce159794e5fe3f7a13af2591b2098d8d58a98c9","filename":"CalibTracker/SiStripDCS/test/HV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripDCS%2Ftest%2FHV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripDCS%2Ftest%2FHV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripDCS%2Ftest%2FHV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -15146,3 +15146,5 @@\n 436277448\tON\n 470444004\tON\n 369120597\tON\n+-- dummy change --\n+-- dummy change --"},{"sha":"9ce159794e5fe3f7a13af2591b2098d8d58a98c9","filename":"CalibTracker/SiStripDCS/test/LV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripDCS%2Ftest%2FLV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripDCS%2Ftest%2FLV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripDCS%2Ftest%2FLV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -15146,3 +15146,5 @@\n 436277448\tON\n 470444004\tON\n 369120597\tON\n+-- dummy change --\n+-- dummy change --"},{"sha":"2a960c7bb9dc6c6ec684e70a00f975766943c7df","filename":"CalibTracker/SiStripESProducers/plugins/DBWriter/SiStripFedCablingManipulator.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fplugins%2FDBWriter%2FSiStripFedCablingManipulator.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fplugins%2FDBWriter%2FSiStripFedCablingManipulator.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fplugins%2FDBWriter%2FSiStripFedCablingManipulator.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -155,3 +155,5 @@ std::unique_ptr SiStripFedCablingManipulator::manipulate(cons\n }\n return oobj;\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"2b80f2f216219571214eb839af5c22dd26411ab8","filename":"CalibTracker/SiStripESProducers/plugins/fake/SiStripBackPlaneCorrectionFakeESSource.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fplugins%2Ffake%2FSiStripBackPlaneCorrectionFakeESSource.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fplugins%2Ffake%2FSiStripBackPlaneCorrectionFakeESSource.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fplugins%2Ffake%2FSiStripBackPlaneCorrectionFakeESSource.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -90,3 +90,5 @@ SiStripBackPlaneCorrectionFakeESSource::ReturnType SiStripBackPlaneCorrectionFak\n //define this as a plug-in\n #include \"FWCore/Framework/interface/SourceFactory.h\"\n DEFINE_FWK_EVENTSETUP_SOURCE(SiStripBackPlaneCorrectionFakeESSource);\n+-- dummy change --\n+-- dummy change --"},{"sha":"2f7bc76fd3e27756f18ba0ba6da0b13177e256f8","filename":"CalibTracker/SiStripESProducers/plugins/fake/SiStripBadModuleConfigurableFakeESSource.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fplugins%2Ffake%2FSiStripBadModuleConfigurableFakeESSource.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fplugins%2Ffake%2FSiStripBadModuleConfigurableFakeESSource.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fplugins%2Ffake%2FSiStripBadModuleConfigurableFakeESSource.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -287,3 +287,5 @@ std::vector SiStripBadModuleConfigurableFakeESSource::selectDetectors(\n //define this as a plug-in\n #include \"FWCore/Framework/interface/SourceFactory.h\"\n DEFINE_FWK_EVENTSETUP_SOURCE(SiStripBadModuleConfigurableFakeESSource);\n+-- dummy change --\n+-- dummy change --"},{"sha":"89500864c693ec8d0f26326f5de134aac8c2a0e6","filename":"CalibTracker/SiStripESProducers/plugins/fake/SiStripNoiseNormalizedWithApvGainBuilder.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fplugins%2Ffake%2FSiStripNoiseNormalizedWithApvGainBuilder.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fplugins%2Ffake%2FSiStripNoiseNormalizedWithApvGainBuilder.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fplugins%2Ffake%2FSiStripNoiseNormalizedWithApvGainBuilder.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -113,3 +113,5 @@ void SiStripNoiseNormalizedWithApvGainBuilder::analyze(const edm::Event& evt, co\n edm::LogError(\"SiStripNoiseNormalizedWithApvGainBuilder\") << \"Service is unavailable\" << std::endl;\n }\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"e2f24f064bd8688418450437a6dd11fe0fabc8e8","filename":"CalibTracker/SiStripESProducers/plugins/fake/SiStripNoiseNormalizedWithApvGainBuilder.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fplugins%2Ffake%2FSiStripNoiseNormalizedWithApvGainBuilder.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fplugins%2Ffake%2FSiStripNoiseNormalizedWithApvGainBuilder.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fplugins%2Ffake%2FSiStripNoiseNormalizedWithApvGainBuilder.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -71,3 +71,5 @@ class SiStripNoiseNormalizedWithApvGainBuilder : public edm::one::EDAnalyzer<> {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e?per_page=100&page=3 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:11 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"c1f533ca187fdd3a3be25da5e344fe81cc67b87e8b72753b4d5148f9bf2918df"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:04:54 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4968'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '32'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'AA3E:143563:1674B9:16EA1D:6812247B')] +{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","node_id":"C_kwDOF83__NoAKGMyMzA5OWM3Mzc3MTIzYjZkZTdmYWZhN2E0ODZiMjBiMThkNTRmN2U","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"message":"Try generating big cache","tree":{"sha":"f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684"}],"stats":{"total":6008,"additions":5944,"deletions":64},"files":[{"sha":"8fe480c03da09bad1dd79e2a80a5aff98f8a62f0","filename":"CalibTracker/SiStripESProducers/plugins/real/SiStripApvSimulationParametersESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fplugins%2Freal%2FSiStripApvSimulationParametersESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fplugins%2Freal%2FSiStripApvSimulationParametersESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fplugins%2Freal%2FSiStripApvSimulationParametersESProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -183,3 +183,5 @@ std::unique_ptr SiStripApvSimulationParametersES\n \n #include \"FWCore/Framework/interface/SourceFactory.h\"\n DEFINE_FWK_EVENTSETUP_SOURCE(SiStripApvSimulationParametersESSource);\n+-- dummy change --\n+-- dummy change --"},{"sha":"01415a5e2d05f89e3d65bfaaafd755948235b2cb","filename":"CalibTracker/SiStripESProducers/plugins/real/SiStripBackPlaneCorrectionDepESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fplugins%2Freal%2FSiStripBackPlaneCorrectionDepESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fplugins%2Freal%2FSiStripBackPlaneCorrectionDepESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fplugins%2Freal%2FSiStripBackPlaneCorrectionDepESProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -123,3 +123,5 @@ void SiStripBackPlaneCorrectionDepESProducer::fillDescriptions(edm::Configuratio\n }\n \n DEFINE_FWK_EVENTSETUP_MODULE(SiStripBackPlaneCorrectionDepESProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"55b54af2ce370cecfad3ba8f270197cbb74c9320","filename":"CalibTracker/SiStripESProducers/plugins/real/SiStripLorentzAngleDepESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fplugins%2Freal%2FSiStripLorentzAngleDepESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fplugins%2Freal%2FSiStripLorentzAngleDepESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fplugins%2Freal%2FSiStripLorentzAngleDepESProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -120,3 +120,5 @@ void SiStripLorentzAngleDepESProducer::fillDescriptions(edm::ConfigurationDescri\n }\n \n DEFINE_FWK_EVENTSETUP_MODULE(SiStripLorentzAngleDepESProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"3bcd46f2585058556f760b90ccbbc39cda5a8b1b","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripApvGainDummyDBWriter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripApvGainDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripApvGainDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripApvGainDummyDBWriter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"cfa0dd26ba444d10a4b56855f3e4f1f119769ff5","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripBackPlaneCorrectionDummyDBWriter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBackPlaneCorrectionDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBackPlaneCorrectionDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBackPlaneCorrectionDummyDBWriter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"56400867039f167be102cf656ad2379fc58d91dc","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadChannelDummyDBWriter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadChannelDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadChannelDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadChannelDummyDBWriter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"8df7dc08664e3f2a1549a8d9bc4448dddb0e73e6","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadFiberDummyDBWriter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadFiberDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadFiberDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadFiberDummyDBWriter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"29e9e1cac5a261e10f124dd543e8521c2a446f94","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadModuleDummyDBWriter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadModuleDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadModuleDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadModuleDummyDBWriter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"8f568a121a2aa568da15679ee704c0baa1334f9c","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadStripDummyDBWriter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadStripDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadStripDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadStripDummyDBWriter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"78592d4065ddf18add4590d499a0552dc26a6674","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadStripFromQualityDummyDBWriter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadStripFromQualityDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadStripFromQualityDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadStripFromQualityDummyDBWriter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"933af40f55913a6625581ab59e7edc2870aaf13c","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripBaseDelayDummyDBWriter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBaseDelayDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBaseDelayDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBaseDelayDummyDBWriter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n record = cms.string(\"\"),\n OpenIovAt = cms.untracked.string(\"beginOfTime\"),\n OpenIovAtTime = cms.untracked.uint32(1))\n+-- dummy change --\n+-- dummy change --"},{"sha":"ffa64ab0447264cf5760fa0ba55e6d44e70a0a42","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripConfObjectDummyDBWriter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripConfObjectDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripConfObjectDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripConfObjectDummyDBWriter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"0b68245006dae955d39f6f0de5a9570ac0fbd748","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripDetVOffDummyDBWriter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripDetVOffDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripDetVOffDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripDetVOffDummyDBWriter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b0ad6a809667eaa3864d26717d6006916f176f85","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripFedCablingDummyDBWriter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripFedCablingDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripFedCablingDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripFedCablingDummyDBWriter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"452d35901ad86676c014fb2cbebbaf3afc95d42d","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripFedCablingManipulator_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripFedCablingManipulator_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripFedCablingManipulator_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripFedCablingManipulator_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"fe91d9c45f3b848862a5b4e786f7f5101fde7828","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripLatencyDummyDBWriter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripLatencyDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripLatencyDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripLatencyDummyDBWriter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n record = cms.string(\"\"),\n OpenIovAt = cms.untracked.string(\"beginOfTime\"),\n OpenIovAtTime = cms.untracked.uint32(1))\n+-- dummy change --\n+-- dummy change --"},{"sha":"2ecb571d6184a9a3e29393d8140b41a92909f27d","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripLorentzAngleDummyDBWriter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripLorentzAngleDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripLorentzAngleDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripLorentzAngleDummyDBWriter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"14cee87343c0075018feca6869f3843576e5308d","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripNoisesDummyDBWriter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripNoisesDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripNoisesDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripNoisesDummyDBWriter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"3dc050a8f82b49487f228194c6b4645f7c49540c","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripPedestalsDummyDBWriter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripPedestalsDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripPedestalsDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripPedestalsDummyDBWriter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"dccc451ff9263b89417d0e40a74afa4bc95f7650","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripThresholdDummyDBWriter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripThresholdDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripThresholdDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripThresholdDummyDBWriter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"dbf310efa3c9e042b8766e597330d7b514c05ba0","filename":"CalibTracker/SiStripESProducers/python/SiStripBackPlaneCorrectionDepESProducer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FSiStripBackPlaneCorrectionDepESProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FSiStripBackPlaneCorrectionDepESProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FSiStripBackPlaneCorrectionDepESProducer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n \n from CalibTracker.SiStripESProducers.siStripBackPlaneCorrectionDepESProducer_cfi import siStripBackPlaneCorrectionDepESProducer as _siStripBackPlaneCorrectionDepESProducer\n siStripBackPlaneCorrectionDepESProducer = _siStripBackPlaneCorrectionDepESProducer.clone()\n+-- dummy change --\n+-- dummy change --"},{"sha":"a24feb9f59af473012069d544ab54ff5cf6b87a7","filename":"CalibTracker/SiStripESProducers/python/SiStripHashedDetIdESProducerFromGeom_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FSiStripHashedDetIdESProducerFromGeom_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FSiStripHashedDetIdESProducerFromGeom_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FSiStripHashedDetIdESProducerFromGeom_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n SiStripHashedDetIdESProducerFromGeom = cms.ESProducer(\"SiStripHashedDetIdESProducerFromGeom\")\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b77b9470acb420ade40b12776640ff0f220aef68","filename":"CalibTracker/SiStripESProducers/python/SiStripQualityConfigurableFakeESSource_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FSiStripQualityConfigurableFakeESSource_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2FSiStripQualityConfigurableFakeESSource_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FSiStripQualityConfigurableFakeESSource_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -41,3 +41,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"3e0d9832e9dbc340db4870ffcb545bb770c95ada","filename":"CalibTracker/SiStripESProducers/python/fake/Phase2TrackerConfigurableCablingESSource_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FPhase2TrackerConfigurableCablingESSource_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FPhase2TrackerConfigurableCablingESSource_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FPhase2TrackerConfigurableCablingESSource_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n ),\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"b7b5988fffb5cfad70d04e2e30058f1e22b84aff","filename":"CalibTracker/SiStripESProducers/python/fake/SiStripBackPlaneCorrectionFakeESSource_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripBackPlaneCorrectionFakeESSource_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripBackPlaneCorrectionFakeESSource_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripBackPlaneCorrectionFakeESSource_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n #BackPlaneCorrection values for each module geometry: IB1, IB2, OB1, OB2, W1A, W1B, W2A, W2B, W3A, W3B, W4, W5, W6, W7\n BackPlaneCorrection_PerModuleGeometry = cms.vdouble(0.034, 0.034, 0.05, 0.05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"f9cbe231494835b13bc953825be08d0dbaddab7a","filename":"CalibTracker/SiStripESProducers/python/fake/SiStripBadChannelFakeESSource_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripBadChannelFakeESSource_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripBadChannelFakeESSource_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripBadChannelFakeESSource_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"4ac8ac948b492f1f8b44b71bec153b77d5027c1e","filename":"CalibTracker/SiStripESProducers/python/fake/SiStripBadModuleConfigurableFakeESSource_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripBadModuleConfigurableFakeESSource_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripBadModuleConfigurableFakeESSource_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripBadModuleConfigurableFakeESSource_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -44,3 +44,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"860ca84934374f1c6dafb97984797d1ff630dbcd","filename":"CalibTracker/SiStripESProducers/python/fake/SiStripConfObjectFakeESSource_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripConfObjectFakeESSource_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripConfObjectFakeESSource_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripConfObjectFakeESSource_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"5e706dde47735d0a9956d264a4b4160f368ae6e2","filename":"CalibTracker/SiStripESProducers/python/fake/SiStripFedCablingFakeESSource_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripFedCablingFakeESSource_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripFedCablingFakeESSource_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripFedCablingFakeESSource_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -7,3 +7,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"109a1a100bc90a8fdf88d51ee9517a968632d132","filename":"CalibTracker/SiStripESProducers/python/fake/SiStripLorentzAngleFakeESSource_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripLorentzAngleFakeESSource_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripLorentzAngleFakeESSource_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripLorentzAngleFakeESSource_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -19,3 +19,5 @@\n # TOB errors\n TOB_PerCent_Errs = cms.vdouble(0., 0., 0., 0., 0., 0.),\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c0b60ce2d27f0dc3c228e5dc4281749ef2a9a2c9","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripApvGain_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripApvGain_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripApvGain_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripApvGain_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -58,3 +58,5 @@\n process.p1 = cms.Path(process.siStripApvGainDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"04fa0f7e7a915f5e044130547cec7a930674c5b3","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBackPlaneCorrection_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBackPlaneCorrection_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBackPlaneCorrection_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBackPlaneCorrection_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -57,3 +57,5 @@\n siStripBackPlaneCorrectionFakeESSource.BackPlaneCorrection_PerModuleGeometry = cms.vdouble(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)\n \n process.p1 = cms.Path(process.siStripBackPlaneCorrectionDummyDBWriter)\n+-- dummy change --\n+-- dummy change --"},{"sha":"d96edbfc29998e9e8008e3c7564f817dea52f62c","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadChannel_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBadChannel_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBadChannel_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBadChannel_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -50,3 +50,5 @@\n process.p1 = cms.Path(process.siStripBadChannelDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"bb6d222fd7464fd063275fa1386ead1a7cd48dc2","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadFiber_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBadFiber_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBadFiber_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBadFiber_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -50,3 +50,5 @@\n process.p1 = cms.Path(process.siStripBadFiberDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"87866939742bbbe2f9edfe5eb690a6e37dd1ead8","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadModule_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBadModule_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBadModule_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBadModule_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -50,3 +50,5 @@\n process.p1 = cms.Path(process.siStripBadModuleDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"a970fa1afa1e70b9d6b64bb39965250d59621cf1","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBaseDelay_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBaseDelay_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBaseDelay_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBaseDelay_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -62,3 +62,5 @@\n # process.siStripBaseDelayDummyDBWriter.OpenIovAtTime = 110213\n \n process.p1 = cms.Path(process.siStripBaseDelayDummyDBWriter)\n+-- dummy change --\n+-- dummy change --"},{"sha":"fbd356dd2ceb47f0113d6799f1250c671205de54","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripClusterThreshold_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripClusterThreshold_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripClusterThreshold_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripClusterThreshold_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -54,3 +54,5 @@\n process.p1 = cms.Path(process.siStripThresholdDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"983218cce786a957c0ac899bd5a4d5fceae0c4a1","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripConfObject_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripConfObject_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripConfObject_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripConfObject_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -53,3 +53,5 @@\n # process.siStripConfObjectDummyDBWriter.OpenIovAtTime = 1\n \n process.p1 = cms.Path(process.siStripConfObjectDummyDBWriter)\n+-- dummy change --\n+-- dummy change --"},{"sha":"5dfbbf290f5a9b22ed30daff00b3395278005709","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripDetVOff_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripDetVOff_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripDetVOff_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripDetVOff_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -50,3 +50,5 @@\n process.p1 = cms.Path(process.siStripDetVOffDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"adfe6b31f73cdd5d76d0fea88e535212b1c72afb","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripFedCabling_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripFedCabling_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripFedCabling_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripFedCabling_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -51,3 +51,5 @@\n process.p1 = cms.Path(process.siStripFedCablingDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"cc177d0a348f42d3fc38a26a361a3f263b5fc9e7","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripLatency_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripLatency_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripLatency_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripLatency_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -66,3 +66,5 @@\n # process.siStripLatencyDummyDBWriter.OpenIovAtTime = 110213\n \n process.p1 = cms.Path(process.siStripLatencyDummyDBWriter)\n+-- dummy change --\n+-- dummy change --"},{"sha":"09a4afa567437e8271bd4efc797b726a6ac1d883","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripLorentzAngle_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripLorentzAngle_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripLorentzAngle_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripLorentzAngle_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -71,3 +71,5 @@\n process.p1 = cms.Path(process.siStripLorentzAngleDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"29d1b0b3bf54434455667707e6a5b2a816340ccd","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_DecMode_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripNoises_DecMode_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripNoises_DecMode_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripNoises_DecMode_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -50,3 +50,5 @@\n process.p1 = cms.Path(process.siStripNoisesDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"2b58a1b39b58b3e56f384dd8348b641243dd1615","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_PeakMode_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripNoises_PeakMode_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripNoises_PeakMode_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripNoises_PeakMode_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -51,3 +51,5 @@\n process.p1 = cms.Path(process.siStripNoisesDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"29d1b0b3bf54434455667707e6a5b2a816340ccd","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripNoises_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripNoises_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripNoises_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -50,3 +50,5 @@\n process.p1 = cms.Path(process.siStripNoisesDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"75488dfb2f16193486d00aff37beecfa63f0b1d3","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripPedestals_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripPedestals_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripPedestals_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripPedestals_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -50,3 +50,5 @@\n process.p1 = cms.Path(process.siStripPedestalsDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"086a46a663f62c1339bd76f4f15671372b9ca6bf","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripThreshold_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripThreshold_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripThreshold_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripThreshold_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -50,3 +50,5 @@\n process.p1 = cms.Path(process.siStripThresholdDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"5281a9ba8070a59016fdfaed64b9ba05bbdf7945","filename":"CalibTracker/SiStripESProducers/test/python/SiStripBadAPVListBuilder_byHand_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FSiStripBadAPVListBuilder_byHand_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FSiStripBadAPVListBuilder_byHand_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FSiStripBadAPVListBuilder_byHand_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -130,3 +130,5 @@ def getFileInPath(rfile):\n process.p = cms.Path(process.reader*process.siStripBadModuleDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"5ba6695ae00a8996770048544e357c9db287508b","filename":"CalibTracker/SiStripESProducers/test/python/SiStripBadComponentBuilder_byHand_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FSiStripBadComponentBuilder_byHand_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FSiStripBadComponentBuilder_byHand_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FSiStripBadComponentBuilder_byHand_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -157,3 +157,5 @@\n process.p = cms.Path(process.reader*process.siStripBadModuleDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"da5bd397bd9c6391a1148c8aad536a00fb439700","filename":"CalibTracker/SiStripESProducers/test/python/SiStripNoiseNormalizedWithApvGainBuilder_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FSiStripNoiseNormalizedWithApvGainBuilder_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FSiStripNoiseNormalizedWithApvGainBuilder_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FSiStripNoiseNormalizedWithApvGainBuilder_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -95,3 +95,5 @@\n process.p = cms.Path(process.prod)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"aeb7d5ae273ec1d1d44166e8e72889ea04382b47","filename":"CalibTracker/SiStripESProducers/test/python/siStripBackPlaneCorrectionDepDummyPrinter_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripBackPlaneCorrectionDepDummyPrinter_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripBackPlaneCorrectionDepDummyPrinter_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripBackPlaneCorrectionDepDummyPrinter_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -82,3 +82,5 @@\n process.p1 = cms.Path(process.reader)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"7c9d24dab9e877c113f02cd7e2ac112a9a4599a8","filename":"CalibTracker/SiStripESProducers/test/python/siStripBackPlaneCorrectionDummyPrinter_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripBackPlaneCorrectionDummyPrinter_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripBackPlaneCorrectionDummyPrinter_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripBackPlaneCorrectionDummyPrinter_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -47,3 +47,5 @@\n process.p1 = cms.Path(process.reader)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"6db89e7b5c954a316ccb6c3320815e753eb10ed6","filename":"CalibTracker/SiStripESProducers/test/python/siStripClusterThresholdDummyPrinter_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripClusterThresholdDummyPrinter_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripClusterThresholdDummyPrinter_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripClusterThresholdDummyPrinter_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -51,3 +51,5 @@\n process.p1 = cms.Path(process.reader)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"d8f3558dbddf60852677d873f41f1e205c9bda47","filename":"CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleDepDummyPrinter_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripLorentzAngleDepDummyPrinter_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripLorentzAngleDepDummyPrinter_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripLorentzAngleDepDummyPrinter_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -99,3 +99,5 @@\n process.p1 = cms.Path(process.reader)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b390e8f30f90cd557640ca983f74e74575b293cc","filename":"CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleDummyPrinter_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripLorentzAngleDummyPrinter_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripLorentzAngleDummyPrinter_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripLorentzAngleDummyPrinter_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -52,3 +52,5 @@\n process.p1 = cms.Path(process.reader)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"16025c41df977f421660e9f9ab151829604ed883","filename":"CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleSimDummyPrinter_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripLorentzAngleSimDummyPrinter_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripLorentzAngleSimDummyPrinter_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripLorentzAngleSimDummyPrinter_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -63,3 +63,5 @@\n process.p1 = cms.Path(process.reader)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"c706c01ad741c1ddb611692d01fc38974ec524fc","filename":"CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_firstIOV_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_firstIOV_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_firstIOV_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_firstIOV_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -71,3 +71,5 @@\n process.p = cms.Path(process.reader*process.siStripBadModuleDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"a1211aac59b58741737db3e6503a5564818e4b16","filename":"CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_secondIOV_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_secondIOV_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_secondIOV_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_secondIOV_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -71,3 +71,5 @@\n process.p = cms.Path(process.reader*process.siStripBadModuleDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"f3108669061ff947973863e8690705831b8c78a7","filename":"CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_firstIOV_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_firstIOV_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_firstIOV_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_firstIOV_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -70,3 +70,5 @@\n process.p = cms.Path(process.reader*process.siStripBadModuleDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"876aad910a6f190784d468de9ab86a6bcca9e9bb","filename":"CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_secondIOV_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_secondIOV_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_secondIOV_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_secondIOV_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -70,3 +70,5 @@\n process.p = cms.Path(process.reader*process.siStripBadModuleDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"ece1bf83c5667b9a195e8aa03db0ecda495d6b34","filename":"CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_merge_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_merge_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_merge_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_merge_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -73,3 +73,5 @@\n process.p1 = cms.Path(process.reader*process.siStripBadStripFromQualityDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"769b59d1cc25d171add1fb1d6af91bf8857e9b98","filename":"CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/read_DummyCondDBWriter_SiStripQuality_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2Fread_DummyCondDBWriter_SiStripQuality_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2Fread_DummyCondDBWriter_SiStripQuality_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2Fread_DummyCondDBWriter_SiStripQuality_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -50,3 +50,5 @@\n process.p1 = cms.Path(process.reader)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"2fc9657964528ba4a34130bf47d099dc0c26bb23","filename":"CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/run.sh","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2Frun.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2Frun.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2Frun.sh?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@ echo -e \"\\n read\"\n cmsRun read_DummyCondDBWriter_SiStripQuality_cfg.py\n [ $? -ne 0 ] && echo -e \"\\n Problem in read\" && exit\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"99bb72ef448ef16ea43836873e32765442c870be","filename":"CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromBadModuleConfigurableFakeESSource_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripQualityESProducer_fromBadModuleConfigurableFakeESSource_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripQualityESProducer_fromBadModuleConfigurableFakeESSource_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripQualityESProducer_fromBadModuleConfigurableFakeESSource_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -43,3 +43,5 @@\n \n process.p = cms.Path(process.reader)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b44b9ed7e25f496de6c78292210af19c0cbd82ef","filename":"CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromBadStripFakeESSource_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripQualityESProducer_fromBadStripFakeESSource_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripQualityESProducer_fromBadStripFakeESSource_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripQualityESProducer_fromBadStripFakeESSource_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -46,3 +46,5 @@\n \n process.p = cms.Path(process.reader)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"a66d1cb737eb7eb361c741326c208afc23824fd1","filename":"CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromQualityFakeESSource_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripQualityESProducer_fromQualityFakeESSource_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripQualityESProducer_fromQualityFakeESSource_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripQualityESProducer_fromQualityFakeESSource_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -38,3 +38,5 @@\n \n process.p = cms.Path(process.reader)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"0625317d34992c69d6bf500ef70d3d53744ef844","filename":"CalibTracker/SiStripLorentzAngle/interface/SiStripLorentzAngleCalibrationHelpers.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripLorentzAngle%2Finterface%2FSiStripLorentzAngleCalibrationHelpers.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripLorentzAngle%2Finterface%2FSiStripLorentzAngleCalibrationHelpers.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripLorentzAngle%2Finterface%2FSiStripLorentzAngleCalibrationHelpers.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -138,3 +138,5 @@ namespace siStripLACalibration {\n }\n } // namespace siStripLACalibration\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"925afc8f7afb5248cc771538e1e989d8c3a5d9e6","filename":"CalibTracker/SiStripLorentzAngle/interface/SiStripLorentzAngleCalibrationStruct.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripLorentzAngle%2Finterface%2FSiStripLorentzAngleCalibrationStruct.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripLorentzAngle%2Finterface%2FSiStripLorentzAngleCalibrationStruct.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripLorentzAngle%2Finterface%2FSiStripLorentzAngleCalibrationStruct.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -54,3 +54,5 @@ struct SiStripLorentzAngleCalibrationHistograms {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"af2bf452382f8e3191d1b757c0c00d70d0f853e8","filename":"CalibTracker/SiStripLorentzAngle/test/step_PromptCalibProdSiStripLA_ALCAHARVEST_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripLorentzAngle%2Ftest%2Fstep_PromptCalibProdSiStripLA_ALCAHARVEST_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripLorentzAngle%2Ftest%2Fstep_PromptCalibProdSiStripLA_ALCAHARVEST_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripLorentzAngle%2Ftest%2Fstep_PromptCalibProdSiStripLA_ALCAHARVEST_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -116,3 +116,5 @@\n from Configuration.StandardSequences.earlyDeleteSettings_cff import customiseEarlyDelete\n process = customiseEarlyDelete(process)\n # End adding early deletion\n+-- dummy change --\n+-- dummy change --"},{"sha":"118aaf6589c4a9a6ac00f66c314eaad9a8e81b55","filename":"CalibTracker/SiStripQuality/interface/SiStripBadAPVAlgorithmFromClusterOccupancy.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripQuality%2Finterface%2FSiStripBadAPVAlgorithmFromClusterOccupancy.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripQuality%2Finterface%2FSiStripBadAPVAlgorithmFromClusterOccupancy.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripQuality%2Finterface%2FSiStripBadAPVAlgorithmFromClusterOccupancy.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -202,3 +202,5 @@ class SiStripBadAPVAlgorithmFromClusterOccupancy {\n std::stringstream ss;\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"24c10f300b17830bf3b615a72e396e417ecf4c8e","filename":"CalibTracker/SiStripQuality/interface/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripQuality%2Finterface%2FSiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripQuality%2Finterface%2FSiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripQuality%2Finterface%2FSiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -316,3 +316,5 @@ class SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy {\n std::string outfilename;\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"0082477a0b75fa1b0c2d4eb7a423f1c1a04b5efe","filename":"CalibTracker/SiStripQuality/interface/SiStripHotStripAlgorithmFromClusterOccupancy.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripQuality%2Finterface%2FSiStripHotStripAlgorithmFromClusterOccupancy.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripQuality%2Finterface%2FSiStripHotStripAlgorithmFromClusterOccupancy.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripQuality%2Finterface%2FSiStripHotStripAlgorithmFromClusterOccupancy.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -138,3 +138,5 @@ class SiStripHotStripAlgorithmFromClusterOccupancy {\n std::stringstream ss;\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"9dcb02b59877280d566fbad48ba38fa6e406f955","filename":"CalibTracker/SiStripQuality/src/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripQuality%2Fsrc%2FSiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripQuality%2Fsrc%2FSiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripQuality%2Fsrc%2FSiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1212,3 +1212,5 @@ void SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy::fillStripDQMHistogra\n nHitsGoodStripsVsStripNumber[subdetid - 2]->Fill(strip_number, stripHits);\n }\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"6fe74512cd7d428fc5706ea8769f033bf4a8e882","filename":"CalibTracker/SiStripQuality/test/cfg/StudyExample/SiStripQualityStatistics_Cabling_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripQuality%2Ftest%2Fcfg%2FStudyExample%2FSiStripQualityStatistics_Cabling_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripQuality%2Ftest%2Fcfg%2FStudyExample%2FSiStripQualityStatistics_Cabling_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripQuality%2Ftest%2Fcfg%2FStudyExample%2FSiStripQualityStatistics_Cabling_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -88,3 +88,5 @@\n process.p = cms.Path(process.stat)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"22c0d016c6349b725f00289f3e372020ecc547e2","filename":"CalibTracker/SiStripQuality/test/cfg/StudyExample/SiStripQualityStatistics_singleTag_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripQuality%2Ftest%2Fcfg%2FStudyExample%2FSiStripQualityStatistics_singleTag_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripQuality%2Ftest%2Fcfg%2FStudyExample%2FSiStripQualityStatistics_singleTag_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripQuality%2Ftest%2Fcfg%2FStudyExample%2FSiStripQualityStatistics_singleTag_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -88,3 +88,5 @@\n process.p = cms.Path(process.stat)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"47dfa061ad600ab21d9e078bcf63e950f7f2f85e","filename":"CalibTracker/SiStripQuality/test/cfg/makeMergeBadComponentPayload_example_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripQuality%2Ftest%2Fcfg%2FmakeMergeBadComponentPayload_example_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FSiStripQuality%2Ftest%2Fcfg%2FmakeMergeBadComponentPayload_example_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripQuality%2Ftest%2Fcfg%2FmakeMergeBadComponentPayload_example_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -112,3 +112,5 @@\n process.siStripBadStripFromQualityDBWriter.record = process.PoolDBOutputService.toPut[0].record\n \n process.p = cms.Path(process.stat*process.siStripBadStripFromQualityDBWriter)\n+-- dummy change --\n+-- dummy change --"},{"sha":"13981a743633b6565f879464c3f6cc60853bea4c","filename":"CalibTracker/StandaloneTrackerTopology/test/testStandaloneTrackerTopology_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FStandaloneTrackerTopology%2Ftest%2FtestStandaloneTrackerTopology_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CalibTracker%2FStandaloneTrackerTopology%2Ftest%2FtestStandaloneTrackerTopology_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FStandaloneTrackerTopology%2Ftest%2FtestStandaloneTrackerTopology_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -83,3 +83,5 @@\n ###################################################################\n process.p1 = cms.Path(process.myanalysis)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"29d3b637f8ff31efdc7d41fb855b1f722c487a4d","filename":"Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalCalIsolElectron_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOEcalCalIsolElectron_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOEcalCalIsolElectron_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOEcalCalIsolElectron_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -122,3 +122,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"51ec8d419e2c1a73665b5cdf9897b3d803d5f0df","filename":"Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalRecalIsolElectron_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOEcalRecalIsolElectron_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOEcalRecalIsolElectron_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOEcalRecalIsolElectron_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n #SelectEvents = cms.vstring('pathALCARECOEcalRecalZElectron', 'pathALCARECOEcalRecalWElectron')\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"2022ee94c303ad36bdd6aa2941587929d5ee4cb4","filename":"Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalTestPulsesRaw_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOEcalTestPulsesRaw_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOEcalTestPulsesRaw_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOEcalTestPulsesRaw_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n \n OutALCARECOEcalTestPulsesRaw = copy.deepcopy(OutALCARECOEcalTestPulsesRaw_noDrop)\n OutALCARECOEcalTestPulsesRaw.outputCommands.insert(0, \"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"a20f8fc3f16b82d069c1734961e7c9937a12b335","filename":"Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalUncalIsolElectron_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOEcalUncalIsolElectron_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOEcalUncalIsolElectron_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOEcalUncalIsolElectron_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -50,3 +50,5 @@\n SelectEvents = cms.vstring('pathALCARECOEcalUncalZElectron', 'pathALCARECOEcalUncalZSCElectron') )\n OutALCARECOEcalUncalZElectron_noDrop.SelectEvents = cms.untracked.PSet(\n SelectEvents = cms.vstring('pathALCARECOEcalUncalZElectron', 'pathALCARECOEcalUncalZSCElectron') )\n+-- dummy change --\n+-- dummy change --"},{"sha":"fe8f33b4a1ab0b958109319538da7b6f8f1a82bb","filename":"Calibration/EcalAlCaRecoProducers/python/ALCARECOZeeMCEcalCalElectron_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOZeeMCEcalCalElectron_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOZeeMCEcalCalElectron_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOZeeMCEcalCalElectron_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n OutALCARECOEcalCalElectron.SelectEvents.SelectEvents = ['zeeHLTPath']\n OutALCARECOEcalCalElectron.outputCommands.extend(MCInfo.outputCommands)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b983e5521e6c6ce17dd11edfe201f71e5dbc9446","filename":"Calibration/EcalAlCaRecoProducers/python/ALCARECOZeeMC_plus_HLT_EcalCalElectron_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOZeeMC_plus_HLT_EcalCalElectron_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOZeeMC_plus_HLT_EcalCalElectron_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOZeeMC_plus_HLT_EcalCalElectron_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -7,3 +7,5 @@\n OutALCARECOEcalCalElectron.outputCommands.extend(MCInfo.outputCommands)\n OutALCARECOEcalCalElectron.outputCommands.extend(HLTInfo.outputCommands)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"840fa1cb22d240ea183356862181b3449dc9cd20","filename":"Calibration/EcalCalibAlgos/python/ALCARECOPromptCalibProdEcalPedestals_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FEcalCalibAlgos%2Fpython%2FALCARECOPromptCalibProdEcalPedestals_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FEcalCalibAlgos%2Fpython%2FALCARECOPromptCalibProdEcalPedestals_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FEcalCalibAlgos%2Fpython%2FALCARECOPromptCalibProdEcalPedestals_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n \n OutALCARECOPromptCalibProdEcalPedestals = copy.deepcopy(OutALCARECOPromptCalibProdEcalPedestals_noDrop)\n OutALCARECOPromptCalibProdEcalPedestals.outputCommands.insert(0, \"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"43477d1550fd5f60d3e6297c51e54482b69f9718","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalGammaJetFilter_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalGammaJetFilter_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalGammaJetFilter_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalGammaJetFilter_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -50,3 +50,5 @@\n import copy\n OutALCARECOHcalCalGammaJet=copy.deepcopy(OutALCARECOHcalCalGammaJet_noDrop)\n OutALCARECOHcalCalGammaJet.outputCommands.insert(0, \"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"1266fdb66f1800150f8fb2a0b4032d2599a61dd7","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonFilter_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHBHEMuonFilter_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHBHEMuonFilter_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHBHEMuonFilter_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -31,3 +31,5 @@\n import copy\n OutALCARECOHcalCalHBHEMuonFilter=copy.deepcopy(OutALCARECOHcalCalHBHEMuonFilter_noDrop)\n OutALCARECOHcalCalHBHEMuonFilter.outputCommands.insert(0,\"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"eebd1345a48c19b59e0591e48c2028f7d48cba9d","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonProducerFilter_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHBHEMuonProducerFilter_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHBHEMuonProducerFilter_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHBHEMuonProducerFilter_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -17,3 +17,5 @@\n import copy\n OutALCARECOHcalCalHBHEMuonProducerFilter=copy.deepcopy(OutALCARECOHcalCalHBHEMuonProducerFilter_noDrop)\n OutALCARECOHcalCalHBHEMuonProducerFilter.outputCommands.insert(0, \"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"cc282eb2a68bf85b38509963ba0370c34f1bca04","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonProducerFilter_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHBHEMuonProducerFilter_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHBHEMuonProducerFilter_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHBHEMuonProducerFilter_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"2519240d99eca20b5cb2e2884a6c38da6b0278ca","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonFilter_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHEMuonFilter_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHEMuonFilter_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHEMuonFilter_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -31,3 +31,5 @@\n import copy\n OutALCARECOHcalCalHEMuonFilter=copy.deepcopy(OutALCARECOHcalCalHEMuonFilter_noDrop)\n OutALCARECOHcalCalHEMuonFilter.outputCommands.insert(0,\"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"bdfc9deb9b5121502d7bce16935832d92497d641","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonProducerFilter_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHEMuonProducerFilter_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHEMuonProducerFilter_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHEMuonProducerFilter_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -17,3 +17,5 @@\n import copy\n OutALCARECOHcalCalHEMuonProducerFilter=copy.deepcopy(OutALCARECOHcalCalHEMuonProducerFilter_noDrop)\n OutALCARECOHcalCalHEMuonProducerFilter.outputCommands.insert(0, \"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"f3dee092f8675059afb997469c51b017f2a50110","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonProducerFilter_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHEMuonProducerFilter_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHEMuonProducerFilter_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHEMuonProducerFilter_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"3b8188cf6237e291984ebd366c27575920751003","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilterNoHLT_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkFilterNoHLT_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkFilterNoHLT_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkFilterNoHLT_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -26,3 +26,5 @@\n import copy\n OutALCARECOHcalCalIsoTrkFilterNoHLT=copy.deepcopy(OutALCARECOHcalCalIsoTrkFilterNoHLT_noDrop)\n OutALCARECOHcalCalIsoTrkFilterNoHLT.outputCommands.insert(0, \"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"3203df9d2ffc95aeeaef22893907a6968ef95ccc","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilterNoHLT_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkFilterNoHLT_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkFilterNoHLT_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkFilterNoHLT_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n seqALCARECOHcalCalIsoTrkFilterNoHLT = cms.Sequence(alcaIsoTracksFilter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"4c860121f3fd480eed26e2d2c1ea1e26d1614624","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilter_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkFilter_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkFilter_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkFilter_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -29,3 +29,5 @@\n import copy\n OutALCARECOHcalCalIsoTrkFilter=copy.deepcopy(OutALCARECOHcalCalIsoTrkFilter_noDrop)\n OutALCARECOHcalCalIsoTrkFilter.outputCommands.insert(0, \"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"412c9cd4e6ac999c828a560708c2d5cc08729c07","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkNoHLT_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkNoHLT_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkNoHLT_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkNoHLT_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -27,3 +27,5 @@\n import copy\n OutALCARECOHcalCalIsoTrkNoHLT=copy.deepcopy(OutALCARECOHcalCalIsoTrkNoHLT_noDrop)\n OutALCARECOHcalCalIsoTrkNoHLT.outputCommands.insert(0, \"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"949a1e3055701a0922962617566efab41c855f3f","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkProducerFilter_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkProducerFilter_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkProducerFilter_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkProducerFilter_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -19,3 +19,5 @@\n import copy\n OutALCARECOHcalCalIsoTrkProducerFilter=copy.deepcopy(OutALCARECOHcalCalIsoTrkProducerFilter_noDrop)\n OutALCARECOHcalCalIsoTrkProducerFilter.outputCommands.insert(0, \"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"d05b824c1608e36104821dc4559088ac4309aaaf","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkProducerFilter_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkProducerFilter_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkProducerFilter_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkProducerFilter_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"fbc947f36876bd9d7933a97629e4299b4fc9b867","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsolatedBunchSelector_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsolatedBunchSelector_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsolatedBunchSelector_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsolatedBunchSelector_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -24,3 +24,5 @@\n import copy\n OutALCARECOHcalCalIsolatedBunchSelector=copy.deepcopy(OutALCARECOHcalCalIsolatedBunchSelector_noDrop)\n OutALCARECOHcalCalIsolatedBunchSelector.outputCommands.insert(0, \"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"4be9e25a36b8a2f8eb8daaebe3eaaef76767c6ec","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsolatedBunchSelector_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsolatedBunchSelector_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsolatedBunchSelector_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsolatedBunchSelector_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n \n seqALCARECOHcalCalIsolatedBunchSelector = cms.Sequence(ALCARECOHcalCalIsolatedBunchSelectorHLT *\n alcaIsolatedBunchSelector)\n+-- dummy change --\n+-- dummy change --"},{"sha":"858aab597254de1ed877363a5db7d8f44e17c9f6","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIterativePhiSym_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIterativePhiSym_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIterativePhiSym_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIterativePhiSym_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n import copy\n OutALCARECOHcalCalIterativePhiSym=copy.deepcopy(OutALCARECOHcalCalIterativePhiSym_noDrop)\n OutALCARECOHcalCalIterativePhiSym.outputCommands.insert(0, \"drop *\")\n+-- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e?per_page=100&page=4 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:11 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"b622168a386deb2f44526bebb75a51a72cdf766f13ec4aed7bf73f63a406a5b7"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:04:54 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4967'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '33'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'AA40:2BD49F:1640C0:16B62A:6812247B')] +{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","node_id":"C_kwDOF83__NoAKGMyMzA5OWM3Mzc3MTIzYjZkZTdmYWZhN2E0ODZiMjBiMThkNTRmN2U","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"message":"Try generating big cache","tree":{"sha":"f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684"}],"stats":{"total":6008,"additions":5944,"deletions":64},"files":[{"sha":"b3df6f36272e0c4701f3bb283cfc6d05aed8e244","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalLowPUHBHEMuonFilter_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalLowPUHBHEMuonFilter_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalLowPUHBHEMuonFilter_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalLowPUHBHEMuonFilter_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -31,3 +31,5 @@\n import copy\n OutALCARECOHcalCalLowPUHBHEMuonFilter=copy.deepcopy(OutALCARECOHcalCalLowPUHBHEMuonFilter_noDrop)\n OutALCARECOHcalCalLowPUHBHEMuonFilter.outputCommands.insert(0,\"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"cb44170af7b9e26e48fedef0780bae369adb5caf","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalLowPUHBHEMuonFilter_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalLowPUHBHEMuonFilter_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalLowPUHBHEMuonFilter_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalLowPUHBHEMuonFilter_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n \n seqALCARECOHcalCalLowPUHBHEMuonFilter = cms.Sequence(ALCARECOHcalCalLowPUHBHEMuonFilterHLT *\n alcaLowPUHBHEMuonFilter)\n+-- dummy change --\n+-- dummy change --"},{"sha":"5b9052507cd63fcfe213f91bc6c343d3f1bda557","filename":"Calibration/HcalAlCaRecoProducers/test/HCalCalPedestal_ALCA_run251252_Run2015B_data.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Ftest%2FHCalCalPedestal_ALCA_run251252_Run2015B_data.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalAlCaRecoProducers%2Ftest%2FHCalCalPedestal_ALCA_run251252_Run2015B_data.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Ftest%2FHCalCalPedestal_ALCA_run251252_Run2015B_data.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -82,3 +82,5 @@\n \n # End of customisation functions\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"82581c569652484c37047ab578e8ba29cccb647b","filename":"Calibration/HcalCalibAlgos/test/python/gammaJetAnalysis_data2012_noGJetProd_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalCalibAlgos%2Ftest%2Fpython%2FgammaJetAnalysis_data2012_noGJetProd_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalCalibAlgos%2Ftest%2Fpython%2FgammaJetAnalysis_data2012_noGJetProd_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalCalibAlgos%2Ftest%2Fpython%2FgammaJetAnalysis_data2012_noGJetProd_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -92,3 +92,5 @@\n process.seq_ak4PFCHS *\n process.GammaJetAnalysis, process.ak4PFCHSL2L3CorrectorTask\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"e45d1b45c54cb2cc01a7fdbd53eefd75948ef306","filename":"Calibration/HcalIsolatedTrackReco/plugins/EcalIsolatedParticleCandidateProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalIsolatedTrackReco%2Fplugins%2FEcalIsolatedParticleCandidateProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalIsolatedTrackReco%2Fplugins%2FEcalIsolatedParticleCandidateProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalIsolatedTrackReco%2Fplugins%2FEcalIsolatedParticleCandidateProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -250,3 +250,5 @@ void EcalIsolatedParticleCandidateProducer::fillDescriptions(edm::ConfigurationD\n #include \"FWCore/Framework/interface/MakerMacros.h\"\n \n DEFINE_FWK_MODULE(EcalIsolatedParticleCandidateProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"85fbc18587ab34e826bdf5d506354a9598f91879","filename":"Calibration/HcalIsolatedTrackReco/plugins/IsolatedEcalPixelTrackCandidateProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalIsolatedTrackReco%2Fplugins%2FIsolatedEcalPixelTrackCandidateProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalIsolatedTrackReco%2Fplugins%2FIsolatedEcalPixelTrackCandidateProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalIsolatedTrackReco%2Fplugins%2FIsolatedEcalPixelTrackCandidateProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -213,3 +213,5 @@ void IsolatedEcalPixelTrackCandidateProducer::produce(edm::StreamID,\n #include \"FWCore/Framework/interface/MakerMacros.h\"\n \n DEFINE_FWK_MODULE(IsolatedEcalPixelTrackCandidateProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"eeb841338cef20734dae79681483aa387ff45396","filename":"Calibration/HcalIsolatedTrackReco/plugins/IsolatedPixelTrackCandidateL1TProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalIsolatedTrackReco%2Fplugins%2FIsolatedPixelTrackCandidateL1TProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalIsolatedTrackReco%2Fplugins%2FIsolatedPixelTrackCandidateL1TProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalIsolatedTrackReco%2Fplugins%2FIsolatedPixelTrackCandidateL1TProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -450,3 +450,5 @@ std::pair IsolatedPixelTrackCandidateL1TProducer::GetEtaPhiAtEca\n #include \"FWCore/Framework/interface/MakerMacros.h\"\n \n DEFINE_FWK_MODULE(IsolatedPixelTrackCandidateL1TProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"97e8d87881fc3ab22cfc0104cd08666ef76ca721","filename":"Calibration/HcalIsolatedTrackReco/plugins/IsolatedPixelTrackCandidateProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalIsolatedTrackReco%2Fplugins%2FIsolatedPixelTrackCandidateProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FHcalIsolatedTrackReco%2Fplugins%2FIsolatedPixelTrackCandidateProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalIsolatedTrackReco%2Fplugins%2FIsolatedPixelTrackCandidateProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -407,3 +407,5 @@ std::pair IsolatedPixelTrackCandidateProducer::GetEtaPhiAtEcal(\n #include \"FWCore/Framework/interface/MakerMacros.h\"\n \n DEFINE_FWK_MODULE(IsolatedPixelTrackCandidateProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"0d5cb81073e4f1ef4caeb8ad4cb50718be953f66","filename":"Calibration/IsolatedParticles/test/python/proto_runIsolatedParticlesGeneratedJets_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FIsolatedParticles%2Ftest%2Fpython%2Fproto_runIsolatedParticlesGeneratedJets_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FIsolatedParticles%2Ftest%2Fpython%2Fproto_runIsolatedParticlesGeneratedJets_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FIsolatedParticles%2Ftest%2Fpython%2Fproto_runIsolatedParticlesGeneratedJets_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -51,3 +51,5 @@\n #=============================================================================\n \n process.p1 = cms.Path(process.primaryVertexFilter*process.isolatedParticlesGeneratedJets)\n+-- dummy change --\n+-- dummy change --"},{"sha":"aa298ff32c1ccf9e36247f67933ce6ac475b3ded","filename":"Calibration/IsolatedParticles/test/python/proto_runIsolatedTracksNxNNzsData_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FIsolatedParticles%2Ftest%2Fpython%2Fproto_runIsolatedTracksNxNNzsData_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FIsolatedParticles%2Ftest%2Fpython%2Fproto_runIsolatedTracksNxNNzsData_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FIsolatedParticles%2Ftest%2Fpython%2Fproto_runIsolatedTracksNxNNzsData_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -99,3 +99,5 @@\n process.p1 = cms.Path(process.primaryVertexFilter * process.hltLevel1GTSeed * process.noScraping * process.skimL1Seeds *process.isolatedTracksNxN * process.isolatedTracksNxN_NZS)\n process.e = cms.EndPath(process.l1GtTrigReport + process.hltTrigReport)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"d71c6efc59097708bf64eb9b0f25548e7350a400","filename":"Calibration/LumiAlCaRecoProducers/python/ALCARECOAlCaPCCRandomFromRECO_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FLumiAlCaRecoProducers%2Fpython%2FALCARECOAlCaPCCRandomFromRECO_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FLumiAlCaRecoProducers%2Fpython%2FALCARECOAlCaPCCRandomFromRECO_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FLumiAlCaRecoProducers%2Fpython%2FALCARECOAlCaPCCRandomFromRECO_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n import copy\n OutALCARECOAlCaPCCRandomFromRECO=copy.deepcopy(OutALCARECOAlCaPCCRandomFromRECO_noDrop)\n OutALCARECOAlCaPCCRandomFromRECO.outputCommands.insert(0,\"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"0d804c1e150b79e3442a5ad17e8a5c87debfb5f6","filename":"Calibration/LumiAlCaRecoProducers/python/ALCARECOAlCaPCCZeroBiasFromRECO_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FLumiAlCaRecoProducers%2Fpython%2FALCARECOAlCaPCCZeroBiasFromRECO_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FLumiAlCaRecoProducers%2Fpython%2FALCARECOAlCaPCCZeroBiasFromRECO_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FLumiAlCaRecoProducers%2Fpython%2FALCARECOAlCaPCCZeroBiasFromRECO_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n import copy\n OutALCARECOAlCaPCCZeroBiasFromRECO=copy.deepcopy(OutALCARECOAlCaPCCZeroBiasFromRECO_noDrop)\n OutALCARECOAlCaPCCZeroBiasFromRECO.outputCommands.insert(0,\"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"715b3cd66609d8e7da641cb61a70edffbe733f68","filename":"Calibration/LumiAlCaRecoProducers/python/ALCARECOLumiPixelsMinBias_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FLumiAlCaRecoProducers%2Fpython%2FALCARECOLumiPixelsMinBias_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FLumiAlCaRecoProducers%2Fpython%2FALCARECOLumiPixelsMinBias_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FLumiAlCaRecoProducers%2Fpython%2FALCARECOLumiPixelsMinBias_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -20,3 +20,5 @@\n import copy\n OutALCARECOLumiPixelsMinBias=copy.deepcopy(OutALCARECOLumiPixelsMinBias_noDrop)\n OutALCARECOLumiPixelsMinBias.outputCommands.insert(0,\"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"9261d292882d8f5a61e525468499fbb58ddc0e41","filename":"Calibration/LumiAlCaRecoProducers/python/ALCARECOPromptCalibProdLumiPCC_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FLumiAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdLumiPCC_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FLumiAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdLumiPCC_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FLumiAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdLumiPCC_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -15,3 +15,5 @@\n \n OutALCARECOPromptCalibProdLumiPCC=copy.deepcopy(OutALCARECOPromptCalibProdLumiPCC_noDrop)\n OutALCARECOPromptCalibProdLumiPCC.outputCommands.insert(0, \"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"f3097e351e09ac47b6bd195dffc67145b29b0a9b","filename":"Calibration/TkAlCaRecoProducers/plugins/CalibrationTrackSelectorFromDetIdList.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fplugins%2FCalibrationTrackSelectorFromDetIdList.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fplugins%2FCalibrationTrackSelectorFromDetIdList.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fplugins%2FCalibrationTrackSelectorFromDetIdList.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -176,3 +176,5 @@ void CalibrationTrackSelectorFromDetIdList::beginRun(edm::Run const &run, const\n \n // define this as a plug-in\n DEFINE_FWK_MODULE(CalibrationTrackSelectorFromDetIdList);\n+-- dummy change --\n+-- dummy change --"},{"sha":"950bb7d397eb30adb747ca9d03a9c41af8da0bf8","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHPLowPU_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdBeamSpotHPLowPU_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdBeamSpotHPLowPU_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdBeamSpotHPLowPU_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n \n OutALCARECOPromptCalibProdBeamSpotHPLowPU=copy.deepcopy(OutALCARECOPromptCalibProdBeamSpotHPLowPU_noDrop)\n OutALCARECOPromptCalibProdBeamSpotHPLowPU.outputCommands.insert(0, \"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"366e8611bbf50b528567e230c842b16aab88d617","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHPLowPU_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdBeamSpotHPLowPU_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdBeamSpotHPLowPU_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdBeamSpotHPLowPU_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n seqALCARECOPromptCalibProdBeamSpotHPLowPU = cms.Sequence(ALCARECOTkAlMinBiasFilterForBSHP *\n ALCARECOHltFilterForBSHP *\n alcaBeamSpotProducerHPLowPU)\n+-- dummy change --\n+-- dummy change --"},{"sha":"37b030798467b9b1237f25fb47e5b9daa28f1866","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHP_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdBeamSpotHP_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdBeamSpotHP_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdBeamSpotHP_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -15,3 +15,5 @@\n \n OutALCARECOPromptCalibProdBeamSpotHP=copy.deepcopy(OutALCARECOPromptCalibProdBeamSpotHP_noDrop)\n OutALCARECOPromptCalibProdBeamSpotHP.outputCommands.insert(0, \"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"5257de42827469bcc4c2ad50839b317ce0939d56","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiPixelLorentzAngleMCS_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiPixelLorentzAngleMCS_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiPixelLorentzAngleMCS_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n )\n OutALCARECOPromptCalibProdSiPixelLAMCS=OutALCARECOPromptCalibProdSiPixelLAMCS_noDrop.clone()\n OutALCARECOPromptCalibProdSiPixelLAMCS.outputCommands.insert(0, \"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"547bb25c07b1393dfa75f59355dfe6558419d804","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiPixelLorentzAngleMCS_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiPixelLorentzAngleMCS_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiPixelLorentzAngleMCS_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -68,3 +68,5 @@\n ALCARECOSiPixelLACalibMCS *\n MEtoEDMConvertSiPixelLorentzAngleMCS\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"eb414d638aa0e6d3c0a36b7dd45481e291369172","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngle_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiPixelLorentzAngle_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiPixelLorentzAngle_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiPixelLorentzAngle_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n )\n OutALCARECOPromptCalibProdSiPixelLA=OutALCARECOPromptCalibProdSiPixelLA_noDrop.clone()\n OutALCARECOPromptCalibProdSiPixelLA.outputCommands.insert(0, \"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"27f27b6fe015ac7122768f7bc6b040017ce22465","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngle_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiPixelLorentzAngle_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiPixelLorentzAngle_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiPixelLorentzAngle_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -68,3 +68,5 @@\n ALCARECOSiPixelLACalib *\n MEtoEDMConvertSiPixelLorentzAngle\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"5bdf57e136f304a16347b70f7ec4608b70d220ce","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGainsAAG_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripGainsAAG_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripGainsAAG_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripGainsAAG_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -19,3 +19,5 @@\n \n OutALCARECOPromptCalibProdSiStripGainsAAG=copy.deepcopy(OutALCARECOPromptCalibProdSiStripGainsAAG_noDrop)\n OutALCARECOPromptCalibProdSiStripGainsAAG.outputCommands.insert(0, \"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"b833affd0b2aa12c27183c75ab2305fec92ca857","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGainsAAG_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripGainsAAG_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripGainsAAG_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripGainsAAG_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -96,3 +96,5 @@\n ALCARECOSiStripCalibAAG *\n MEtoEDMConvertSiStripGainsAAG\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"ae1710c326e36500d7fca03d016d70f293c1be1d","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGains_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripGains_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripGains_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripGains_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -17,3 +17,5 @@\n \n OutALCARECOPromptCalibProdSiStripGains=copy.deepcopy(OutALCARECOPromptCalibProdSiStripGains_noDrop)\n OutALCARECOPromptCalibProdSiStripGains.outputCommands.insert(0, \"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"97fed894d04d10ca9123fed89081547f7618235b","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGains_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripGains_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripGains_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripGains_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -97,3 +97,5 @@\n ALCARECOSiStripCalib *\n MEtoEDMConvertSiStripGains\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"067d5cf81569855dc1c1932b2386c43e0aae01bf","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripHitEfficiency_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripHitEfficiency_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripHitEfficiency_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripHitEfficiency_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -7,3 +7,5 @@\n \n OutALCARECOPromptCalibProdSiStripHitEff = OutALCARECOPromptCalibProdSiStripHitEff_noDrop.clone()\n OutALCARECOPromptCalibProdSiStripHitEff.outputCommands.insert(0, \"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"cbcb2a73cabb775f360712d9cf95ae067d0688ed","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripHitEfficiency_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripHitEfficiency_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripHitEfficiency_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripHitEfficiency_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -93,3 +93,5 @@\n ALCARECOTrackFilterRefit *\n ALCARECOSiStripHitEff *\n MEtoEDMConvertSiStripHitEff)\n+-- dummy change --\n+-- dummy change --"},{"sha":"61729bfb201d3f64a858ca24376ebca820e53f98","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripLorentzAngle_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripLorentzAngle_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripLorentzAngle_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripLorentzAngle_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n )\n OutALCARECOPromptCalibProdSiStripLA=OutALCARECOPromptCalibProdSiStripLA_noDrop.clone()\n OutALCARECOPromptCalibProdSiStripLA.outputCommands.insert(0, \"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"b2a5f4300ccbca5719cd4b65cbde312e05428624","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripLorentzAngle_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripLorentzAngle_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripLorentzAngle_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripLorentzAngle_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -64,3 +64,5 @@\n ALCARECOSiStripLACalib *\n MEtoEDMConvertSiStripLorentzAngle \n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"2ef8aee00308e1ad5eba0fc8a5114371890587c8","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStrip_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStrip_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStrip_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStrip_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -15,3 +15,5 @@\n \n OutALCARECOPromptCalibProdSiStrip=copy.deepcopy(OutALCARECOPromptCalibProdSiStrip_noDrop)\n OutALCARECOPromptCalibProdSiStrip.outputCommands.insert(0, \"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"50d704a149768b179a14fd6e46ce207c5fb921ad","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuonLoose_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiPixelCalSingleMuonLoose_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiPixelCalSingleMuonLoose_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiPixelCalSingleMuonLoose_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n \n OutALCARECOSiPixelCalSingleMuonLoose=OutALCARECOSiPixelCalSingleMuonLoose_noDrop.clone()\n OutALCARECOSiPixelCalSingleMuonLoose.outputCommands.insert(0, \"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"e2c57167b158fa00f3ce2e5509cf3c9bec38b8a0","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuonTight_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiPixelCalSingleMuonTight_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiPixelCalSingleMuonTight_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiPixelCalSingleMuonTight_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@\n )\n OutALCARECOSiPixelCalSingleMuonTight=OutALCARECOSiPixelCalSingleMuonTight_noDrop.clone()\n OutALCARECOSiPixelCalSingleMuonTight.outputCommands.insert(0, \"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"e180c7881144ba8eaa3e997eb6ed20e9f6bcc2a7","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuon_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiPixelCalSingleMuon_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiPixelCalSingleMuon_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiPixelCalSingleMuon_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n \n OutALCARECOSiPixelCalSingleMuon=OutALCARECOSiPixelCalSingleMuon_noDrop.clone()\n OutALCARECOSiPixelCalSingleMuon.outputCommands.insert(0, \"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"cea950d823f08b852f57d08b305e0427298a651f","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalCosmicsNano_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiStripCalCosmicsNano_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiStripCalCosmicsNano_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiStripCalCosmicsNano_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -15,3 +15,5 @@\n import copy\n OutALCARECOSiStripCalCosmicsNano = copy.deepcopy(OutALCARECOSiStripCalCosmicsNano_noDrop)\n OutALCARECOSiStripCalCosmicsNano.outputCommands.insert(0, \"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"333bb339b26cb5ded8b3b9b3cece1602d8b89e3d","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasAAGHI_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiStripCalMinBiasAAGHI_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiStripCalMinBiasAAGHI_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiStripCalMinBiasAAGHI_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -31,3 +31,5 @@\n \n OutALCARECOSiStripCalMinBiasAAG=OutALCARECOSiStripCalMinBiasAAG_noDrop.clone()\n OutALCARECOSiStripCalMinBiasAAG.outputCommands.insert(0,\"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"333bb339b26cb5ded8b3b9b3cece1602d8b89e3d","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasAAG_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiStripCalMinBiasAAG_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiStripCalMinBiasAAG_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiStripCalMinBiasAAG_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -31,3 +31,5 @@\n \n OutALCARECOSiStripCalMinBiasAAG=OutALCARECOSiStripCalMinBiasAAG_noDrop.clone()\n OutALCARECOSiStripCalMinBiasAAG.outputCommands.insert(0,\"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"b33c7745e86b5abcd3ad4998e530ba4f06fc4290","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasHI_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiStripCalMinBiasHI_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiStripCalMinBiasHI_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiStripCalMinBiasHI_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -31,3 +31,5 @@\n \n OutALCARECOSiStripCalMinBias=OutALCARECOSiStripCalMinBias_noDrop.clone()\n OutALCARECOSiStripCalMinBias.outputCommands.insert(0,\"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"75e98da172d5cb00a9ae845dc4f04e15681a45df","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalSmallBiasScan_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiStripCalSmallBiasScan_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiStripCalSmallBiasScan_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiStripCalSmallBiasScan_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -31,3 +31,5 @@\n \n OutALCARECOSiStripCalSmallBiasScan=OutALCARECOSiStripCalSmallBiasScan_noDrop.clone()\n OutALCARECOSiStripCalSmallBiasScan.outputCommands.insert(0,\"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"6e1fc0bc54f7f5c1613c9a09f274ae658031f384","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalZeroBiasHI_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiStripCalZeroBiasHI_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiStripCalZeroBiasHI_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiStripCalZeroBiasHI_Output_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -15,3 +15,5 @@\n import copy\n OutALCARECOSiStripCalZeroBias=copy.deepcopy(OutALCARECOSiStripCalZeroBias_noDrop)\n OutALCARECOSiStripCalZeroBias.outputCommands.insert(0,\"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"f15dfa95037fa7a866d308b9aa6357159afce3cd","filename":"Calibration/TkAlCaRecoProducers/python/AlcaSiPixelLorentzAngleHarvesterMCS_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FAlcaSiPixelLorentzAngleHarvesterMCS_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FAlcaSiPixelLorentzAngleHarvesterMCS_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FAlcaSiPixelLorentzAngleHarvesterMCS_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@\n )\n \n ALCAHARVESTSiPixelLorentzAngleMCS = cms.Sequence( EDMtoMEConvertSiPixelLorentzAngleMCS + alcaSiPixelLorentzAngleHarvesterMCS + dqmEnvSiPixelLorentzAngleMCS )\n+-- dummy change --\n+-- dummy change --"},{"sha":"9cdcae2882ddb40a51a12f4ddec4060cfda8973d","filename":"Calibration/TkAlCaRecoProducers/python/AlcaSiPixelLorentzAngleHarvesterMCS_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FAlcaSiPixelLorentzAngleHarvesterMCS_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FAlcaSiPixelLorentzAngleHarvesterMCS_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FAlcaSiPixelLorentzAngleHarvesterMCS_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,3 +2,5 @@\n \n from CalibTracker.SiPixelLorentzAngle.SiPixelLorentzAnglePCLHarvesterMCS_cfi import SiPixelLorentzAnglePCLHarvesterMCS\n alcaSiPixelLorentzAngleHarvesterMCS = SiPixelLorentzAnglePCLHarvesterMCS.clone()\n+-- dummy change --\n+-- dummy change --"},{"sha":"af8f60852be057ac59f41e6dbd46c3dd8de628b8","filename":"Calibration/TkAlCaRecoProducers/python/CalibrationTrackSelectorFromDetIdList_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FCalibrationTrackSelectorFromDetIdList_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Calibration%2FTkAlCaRecoProducers%2Fpython%2FCalibrationTrackSelectorFromDetIdList_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FCalibrationTrackSelectorFromDetIdList_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n cms.PSet(selection=cms.untracked.vstring(\"0x1e006000-0x18004000\")), # TID plus\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"65d81fb9de8bf8023934d0cfe73dc1c5faf47e94","filename":"CaloOnlineTools/HcalOnlineDb/interface/ConfigurationDatabaseStandardXMLParser.hh","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CaloOnlineTools%2FHcalOnlineDb%2Finterface%2FConfigurationDatabaseStandardXMLParser.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CaloOnlineTools%2FHcalOnlineDb%2Finterface%2FConfigurationDatabaseStandardXMLParser.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CaloOnlineTools%2FHcalOnlineDb%2Finterface%2FConfigurationDatabaseStandardXMLParser.hh?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -31,3 +31,5 @@ private:\n };\n \n #endif // ConfigurationDatabaseStandardXMLParser_hh_included\n+-- dummy change --\n+-- dummy change --"},{"sha":"8c5df4c6c7a4ea618bbd9066a9311feb05001d12","filename":"CaloOnlineTools/HcalOnlineDb/test/HCAL_TRIG_PRIM_LOOKUP_TABLE.XMLloader.template","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CaloOnlineTools%2FHcalOnlineDb%2Ftest%2FHCAL_TRIG_PRIM_LOOKUP_TABLE.XMLloader.template","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CaloOnlineTools%2FHcalOnlineDb%2Ftest%2FHCAL_TRIG_PRIM_LOOKUP_TABLE.XMLloader.template","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CaloOnlineTools%2FHcalOnlineDb%2Ftest%2FHCAL_TRIG_PRIM_LOOKUP_TABLE.XMLloader.template?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -29,3 +29,5 @@\n \n \n
\n+-- dummy change --\n+-- dummy change --"},{"sha":"eb12ac2733c3a123d4a62171db0d5f0ceedb1cd2","filename":"CaloOnlineTools/HcalOnlineDb/test/HCAL_TRIG_PRIM_LOOKUP_TABLE.checksums.template","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CaloOnlineTools%2FHcalOnlineDb%2Ftest%2FHCAL_TRIG_PRIM_LOOKUP_TABLE.checksums.template","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CaloOnlineTools%2FHcalOnlineDb%2Ftest%2FHCAL_TRIG_PRIM_LOOKUP_TABLE.checksums.template","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CaloOnlineTools%2FHcalOnlineDb%2Ftest%2FHCAL_TRIG_PRIM_LOOKUP_TABLE.checksums.template?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n -1\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"30594b64b751f3280696facfa2df435fc1d96dab","filename":"CommonTools/ParticleFlow/python/Isolation/customiseEarlyDeleteForCandIsoDeposits.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CommonTools%2FParticleFlow%2Fpython%2FIsolation%2FcustomiseEarlyDeleteForCandIsoDeposits.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CommonTools%2FParticleFlow%2Fpython%2FIsolation%2FcustomiseEarlyDeleteForCandIsoDeposits.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CommonTools%2FParticleFlow%2Fpython%2FIsolation%2FcustomiseEarlyDeleteForCandIsoDeposits.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -15,3 +15,5 @@ def _branchName(productType, moduleLabel, instanceLabel=\"\"):\n products[name].append(_branchName(\"recoIsoDepositedmValueMap\", name))\n \n return products\n+-- dummy change --\n+-- dummy change --"},{"sha":"805e7a29d6e06ae951e8d3c50a8c939c066087a5","filename":"CommonTools/ParticleFlow/python/Isolation/electronPFIsolationDepositsPFBRECO_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CommonTools%2FParticleFlow%2Fpython%2FIsolation%2FelectronPFIsolationDepositsPFBRECO_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CommonTools%2FParticleFlow%2Fpython%2FIsolation%2FelectronPFIsolationDepositsPFBRECO_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CommonTools%2FParticleFlow%2Fpython%2FIsolation%2FelectronPFIsolationDepositsPFBRECO_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -38,3 +38,5 @@\n elPFIsoDepositPUPFBRECO\n )\n electronPFIsolationDepositsPFBRECOSequence = cms.Sequence(electronPFIsolationDepositsPFBRECOTask)\n+-- dummy change --\n+-- dummy change --"},{"sha":"6f3ed864fac48f4cd9ded2167d42aa670a4f04d1","filename":"CommonTools/ParticleFlow/python/Isolation/electronPFIsolationValuesPFBRECO_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CommonTools%2FParticleFlow%2Fpython%2FIsolation%2FelectronPFIsolationValuesPFBRECO_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CommonTools%2FParticleFlow%2Fpython%2FIsolation%2FelectronPFIsolationValuesPFBRECO_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CommonTools%2FParticleFlow%2Fpython%2FIsolation%2FelectronPFIsolationValuesPFBRECO_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -81,3 +81,5 @@\n elPFIsoValuePU04NoPFIdPFBRECO)\n \n electronPFIsolationValuesPFBRECOSequence = cms.Sequence(electronPFIsolationValuesPFBRECOTask)\n+-- dummy change --\n+-- dummy change --"},{"sha":"8cbe644e09e0dddc5f7fa131a3718f40b5eaea2e","filename":"CommonTools/ParticleFlow/python/Isolation/photonPFIsolationDepositsPFBRECO_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CommonTools%2FParticleFlow%2Fpython%2FIsolation%2FphotonPFIsolationDepositsPFBRECO_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CommonTools%2FParticleFlow%2Fpython%2FIsolation%2FphotonPFIsolationDepositsPFBRECO_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CommonTools%2FParticleFlow%2Fpython%2FIsolation%2FphotonPFIsolationDepositsPFBRECO_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -37,3 +37,5 @@\n phPFIsoDepositNeutralPFBRECO,\n phPFIsoDepositPUPFBRECO\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"7ddf5066038425cd09d39ae58ac43708935a0654","filename":"CommonTools/ParticleFlow/python/ParticleSelectors/pfAllNeutralHadronsAndPhotons_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CommonTools%2FParticleFlow%2Fpython%2FParticleSelectors%2FpfAllNeutralHadronsAndPhotons_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CommonTools%2FParticleFlow%2Fpython%2FParticleSelectors%2FpfAllNeutralHadronsAndPhotons_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CommonTools%2FParticleFlow%2Fpython%2FParticleSelectors%2FpfAllNeutralHadronsAndPhotons_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"692b77bb19ee65fd47d9ba1a47d2fb494b89bd05","filename":"CommonTools/ParticleFlow/python/ParticleSelectors/pfPdgIdPFCandidateSelector_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CommonTools%2FParticleFlow%2Fpython%2FParticleSelectors%2FpfPdgIdPFCandidateSelector_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CommonTools%2FParticleFlow%2Fpython%2FParticleSelectors%2FpfPdgIdPFCandidateSelector_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CommonTools%2FParticleFlow%2Fpython%2FParticleSelectors%2FpfPdgIdPFCandidateSelector_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n pdgId = cms.vint32(22,111,130,310,2112)\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"71c6e95261aaab33ba5b4fb007c16ef6253c1618","filename":"CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_create_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CommonTools%2FTriggerUtils%2Ftest%2FGenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_create_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CommonTools%2FTriggerUtils%2Ftest%2FGenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_create_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CommonTools%2FTriggerUtils%2Ftest%2FGenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_create_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -63,3 +63,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"0d73cbd9bc7b9889dcad3cbb870447805509fdc7","filename":"CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_read_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CommonTools%2FTriggerUtils%2Ftest%2FGenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_read_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CommonTools%2FTriggerUtils%2Ftest%2FGenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_read_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CommonTools%2FTriggerUtils%2Ftest%2FGenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_read_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -38,3 +38,5 @@\n process.p = cms.Path(\n process.AlCaRecoTriggerBitsRcdRead\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"339c99bbb9e839b2bb66c551ce834b3efb60a48b","filename":"CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_update_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CommonTools%2FTriggerUtils%2Ftest%2FGenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_update_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CommonTools%2FTriggerUtils%2Ftest%2FGenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_update_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CommonTools%2FTriggerUtils%2Ftest%2FGenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_update_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -69,3 +69,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"7517f6da8c26198d33f95b10fe279a50c5ea3cf2","filename":"CondCore/AlignmentPlugins/plugins/TrackerAlignmentErrorExtended_PayloadInspector.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondCore%2FAlignmentPlugins%2Fplugins%2FTrackerAlignmentErrorExtended_PayloadInspector.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondCore%2FAlignmentPlugins%2Fplugins%2FTrackerAlignmentErrorExtended_PayloadInspector.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondCore%2FAlignmentPlugins%2Fplugins%2FTrackerAlignmentErrorExtended_PayloadInspector.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -903,3 +903,5 @@ PAYLOAD_INSPECTOR_MODULE(TrackerAlignmentErrorExtended) {\n PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentErrorExtendedXZComparatorTwoTags);\n PAYLOAD_INSPECTOR_CLASS(TrackerAlignmentErrorExtendedYZComparatorTwoTags);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"05a0cc509065ed59fd6cb6be387ad1aa28e4e669","filename":"CondCore/AlignmentPlugins/plugins/TrackerSurfaceDeformations_PayloadInspector.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondCore%2FAlignmentPlugins%2Fplugins%2FTrackerSurfaceDeformations_PayloadInspector.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondCore%2FAlignmentPlugins%2Fplugins%2FTrackerSurfaceDeformations_PayloadInspector.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondCore%2FAlignmentPlugins%2Fplugins%2FTrackerSurfaceDeformations_PayloadInspector.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1180,3 +1180,5 @@ PAYLOAD_INSPECTOR_MODULE(TrackerSurfaceDeformations) {\n PAYLOAD_INSPECTOR_CLASS(TrackerSurfaceDeformationsPar11Comparator);\n PAYLOAD_INSPECTOR_CLASS(TrackerSurfaceDeformationsPar12Comparator);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"0ebbb178f09008b5d6efea79e74e11550aa7ad6b","filename":"CondCore/CTPPSPlugins/plugins/CTPPSRPAlignmentCorrectionsData_PayloadInspector.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondCore%2FCTPPSPlugins%2Fplugins%2FCTPPSRPAlignmentCorrectionsData_PayloadInspector.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondCore%2FCTPPSPlugins%2Fplugins%2FCTPPSRPAlignmentCorrectionsData_PayloadInspector.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondCore%2FCTPPSPlugins%2Fplugins%2FCTPPSRPAlignmentCorrectionsData_PayloadInspector.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -70,3 +70,5 @@ PAYLOAD_INSPECTOR_MODULE(CTPPSRPAlignmentCorrectionsData) {\n PAYLOAD_INSPECTOR_CLASS(RPShift_History_RP103_y_uncertainty);\n PAYLOAD_INSPECTOR_CLASS(RPShift_History_RP123_y_uncertainty);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"263892767fdd39c378b7bd7bae69ff95f06f5098","filename":"CondCore/DBOutputService/test/python/testIOVPayloadAnalyzer_example_oracle_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondCore%2FDBOutputService%2Ftest%2Fpython%2FtestIOVPayloadAnalyzer_example_oracle_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondCore%2FDBOutputService%2Ftest%2Fpython%2FtestIOVPayloadAnalyzer_example_oracle_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondCore%2FDBOutputService%2Ftest%2Fpython%2FtestIOVPayloadAnalyzer_example_oracle_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -28,3 +28,5 @@\n \n process.p = cms.Path(process.mytest)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"518841d9b5634d7b8bae89f51d307a12a30e1859","filename":"CondCore/EcalPlugins/plugins/EcalClusterEnergyCorrectionObjectSpecificParameters_PayloadInspector.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondCore%2FEcalPlugins%2Fplugins%2FEcalClusterEnergyCorrectionObjectSpecificParameters_PayloadInspector.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondCore%2FEcalPlugins%2Fplugins%2FEcalClusterEnergyCorrectionObjectSpecificParameters_PayloadInspector.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondCore%2FEcalPlugins%2Fplugins%2FEcalClusterEnergyCorrectionObjectSpecificParameters_PayloadInspector.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -87,3 +87,5 @@ namespace {\n PAYLOAD_INSPECTOR_MODULE(EcalClusterEnergyCorrectionObjectSpecificParameters) {\n PAYLOAD_INSPECTOR_CLASS(EcalClusterEnergyCorrectionObjectSpecificParametersPlot);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"024dd706b1b9c32be9b14f8651d95928b0fd390d","filename":"CondCore/EcalPlugins/plugins/EcalClusterEnergyCorrectionParameters_PayloadInspector.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondCore%2FEcalPlugins%2Fplugins%2FEcalClusterEnergyCorrectionParameters_PayloadInspector.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondCore%2FEcalPlugins%2Fplugins%2FEcalClusterEnergyCorrectionParameters_PayloadInspector.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondCore%2FEcalPlugins%2Fplugins%2FEcalClusterEnergyCorrectionParameters_PayloadInspector.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -85,3 +85,5 @@ namespace {\n PAYLOAD_INSPECTOR_MODULE(EcalClusterEnergyCorrectionParameters) {\n PAYLOAD_INSPECTOR_CLASS(EcalClusterEnergyCorrectionParametersPlot);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"91158a3320580b1dcde4eaa096b54c5d274f1f99","filename":"CondCore/EcalPlugins/plugins/EcalClusterEnergyUncertaintyParameters_PayloadInspector.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondCore%2FEcalPlugins%2Fplugins%2FEcalClusterEnergyUncertaintyParameters_PayloadInspector.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondCore%2FEcalPlugins%2Fplugins%2FEcalClusterEnergyUncertaintyParameters_PayloadInspector.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondCore%2FEcalPlugins%2Fplugins%2FEcalClusterEnergyUncertaintyParameters_PayloadInspector.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -86,3 +86,5 @@ namespace {\n PAYLOAD_INSPECTOR_MODULE(EcalClusterEnergyUncertaintyParameters) {\n PAYLOAD_INSPECTOR_CLASS(EcalClusterEnergyUncertaintyParametersPlot);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"e8ff91e95fe134b15d9587060cd4809b81a242e5","filename":"CondCore/EcalPlugins/plugins/EcalClusterLocalContCorrParameters_PayloadInspector.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondCore%2FEcalPlugins%2Fplugins%2FEcalClusterLocalContCorrParameters_PayloadInspector.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondCore%2FEcalPlugins%2Fplugins%2FEcalClusterLocalContCorrParameters_PayloadInspector.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondCore%2FEcalPlugins%2Fplugins%2FEcalClusterLocalContCorrParameters_PayloadInspector.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -85,3 +85,5 @@ namespace {\n PAYLOAD_INSPECTOR_MODULE(EcalClusterLocalContCorrParameters) {\n PAYLOAD_INSPECTOR_CLASS(EcalClusterLocalContCorrParametersPlot);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"f5bad2683ea9a14c1dcff29f3f7b9cbfe8725548","filename":"CondCore/PCLConfigPlugins/plugins/SiPixelAliPCLThresholdsPayloadInspectorHelper.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondCore%2FPCLConfigPlugins%2Fplugins%2FSiPixelAliPCLThresholdsPayloadInspectorHelper.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondCore%2FPCLConfigPlugins%2Fplugins%2FSiPixelAliPCLThresholdsPayloadInspectorHelper.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondCore%2FPCLConfigPlugins%2Fplugins%2FSiPixelAliPCLThresholdsPayloadInspectorHelper.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -423,3 +423,5 @@ namespace AlignPCLThresholdPlotHelper {\n } // namespace AlignPCLThresholdPlotHelper\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"8ad2af0c9e903071e93a745677ec41f2463cc6c9","filename":"CondCore/SiPixelPlugins/plugins/SiPixelGainCalibrationForHLT_PayloadInspector.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondCore%2FSiPixelPlugins%2Fplugins%2FSiPixelGainCalibrationForHLT_PayloadInspector.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondCore%2FSiPixelPlugins%2Fplugins%2FSiPixelGainCalibrationForHLT_PayloadInspector.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondCore%2FSiPixelPlugins%2Fplugins%2FSiPixelGainCalibrationForHLT_PayloadInspector.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -179,3 +179,5 @@ PAYLOAD_INSPECTOR_MODULE(SiPixelGainCalibrationForHLT) {\n PAYLOAD_INSPECTOR_CLASS(SiPixelGainCalibForHLTGainDiffRatioTwoTags);\n PAYLOAD_INSPECTOR_CLASS(SiPixelGainCalibForHLTPedestalDiffRatioTwoTags);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"862e50f1a6bd465733d6e4e34781503d7cea6de4","filename":"CondCore/SiPixelPlugins/plugins/SiPixelGainCalibrationOffline_PayloadInspector.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondCore%2FSiPixelPlugins%2Fplugins%2FSiPixelGainCalibrationOffline_PayloadInspector.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondCore%2FSiPixelPlugins%2Fplugins%2FSiPixelGainCalibrationOffline_PayloadInspector.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondCore%2FSiPixelPlugins%2Fplugins%2FSiPixelGainCalibrationOffline_PayloadInspector.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -181,3 +181,5 @@ PAYLOAD_INSPECTOR_MODULE(SiPixelGainCalibrationOffline) {\n PAYLOAD_INSPECTOR_CLASS(SiPixelGainCalibOfflineGainDiffRatioTwoTags);\n PAYLOAD_INSPECTOR_CLASS(SiPixelGainCalibOfflinePedestalDiffRatioTwoTags);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"6490ea858aecda5d3b256a98a7f94ffc4b95994a","filename":"CondFormats/CastorObjects/data/castor_channelquality_HighGain_Run141956-148844.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FCastorObjects%2Fdata%2Fcastor_channelquality_HighGain_Run141956-148844.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FCastorObjects%2Fdata%2Fcastor_channelquality_HighGain_Run141956-148844.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FCastorObjects%2Fdata%2Fcastor_channelquality_HighGain_Run141956-148844.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -34,3 +34,5 @@\n -1 15 8 CASTOR_HAD BAD\n -1 16 7 CASTOR_HAD BAD\n -1 16 8 CASTOR_HAD BAD\n+-- dummy change --\n+-- dummy change --"},{"sha":"37802e374b584a188ce1b58edb57c00454243cec","filename":"CondFormats/DataRecord/interface/EcalClusterEnergyCorrectionObjectSpecificParametersRcd.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FDataRecord%2Finterface%2FEcalClusterEnergyCorrectionObjectSpecificParametersRcd.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FDataRecord%2Finterface%2FEcalClusterEnergyCorrectionObjectSpecificParametersRcd.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FDataRecord%2Finterface%2FEcalClusterEnergyCorrectionObjectSpecificParametersRcd.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n class EcalClusterEnergyCorrectionObjectSpecificParametersRcd\n : public edm::eventsetup::EventSetupRecordImplementation {};\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"30295889b66f78b732788255c72a325a8f7621fc","filename":"CondFormats/DataRecord/interface/EcalGlobalShowerContainmentCorrectionsVsEtaRcd.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FDataRecord%2Finterface%2FEcalGlobalShowerContainmentCorrectionsVsEtaRcd.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FDataRecord%2Finterface%2FEcalGlobalShowerContainmentCorrectionsVsEtaRcd.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FDataRecord%2Finterface%2FEcalGlobalShowerContainmentCorrectionsVsEtaRcd.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n class EcalGlobalShowerContainmentCorrectionsVsEtaRcd\n : public edm::eventsetup::EventSetupRecordImplementation {};\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"9c3e381b8c4b07455025a4204a375e43dd8b1fec","filename":"CondFormats/DataRecord/interface/HeterogeneousHGCalHEFCellPositionsConditionsRecord.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FDataRecord%2Finterface%2FHeterogeneousHGCalHEFCellPositionsConditionsRecord.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FDataRecord%2Finterface%2FHeterogeneousHGCalHEFCellPositionsConditionsRecord.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FDataRecord%2Finterface%2FHeterogeneousHGCalHEFCellPositionsConditionsRecord.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@ class HeterogeneousHGCalHEFCellPositionsConditionsRecord\n edm::mpl::Vector> {};\n \n #endif //CondFormats_DataRecord_HeterogeneousHGCalHEFCellPositionsConditionsRecord_h\n+-- dummy change --\n+-- dummy change --"},{"sha":"c91731ceb6bfdc59e589919586faf9ea82fed767","filename":"CondFormats/DataRecord/src/EcalClusterEnergyCorrectionObjectSpecificParametersRcd.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FDataRecord%2Fsrc%2FEcalClusterEnergyCorrectionObjectSpecificParametersRcd.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FDataRecord%2Fsrc%2FEcalClusterEnergyCorrectionObjectSpecificParametersRcd.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FDataRecord%2Fsrc%2FEcalClusterEnergyCorrectionObjectSpecificParametersRcd.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,3 +2,5 @@\n #include \"FWCore/Framework/interface/eventsetuprecord_registration_macro.h\"\n \n EVENTSETUP_RECORD_REG(EcalClusterEnergyCorrectionObjectSpecificParametersRcd);\n+-- dummy change --\n+-- dummy change --"},{"sha":"be2a57ce6d6d5521ba60e164400f79d979d479e1","filename":"CondFormats/DataRecord/src/HeterogeneousHGCalHEFCellPositionsConditionsRecord.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FDataRecord%2Fsrc%2FHeterogeneousHGCalHEFCellPositionsConditionsRecord.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FDataRecord%2Fsrc%2FHeterogeneousHGCalHEFCellPositionsConditionsRecord.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FDataRecord%2Fsrc%2FHeterogeneousHGCalHEFCellPositionsConditionsRecord.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,3 +2,5 @@\n #include \"FWCore/Framework/interface/eventsetuprecord_registration_macro.h\"\n \n EVENTSETUP_RECORD_REG(HeterogeneousHGCalHEFCellPositionsConditionsRecord);\n+-- dummy change --\n+-- dummy change --"},{"sha":"bc640fbaa897770d035717f586124ff3b4a927c4","filename":"CondFormats/EcalCorrections/interface/EcalGlobalShowerContainmentCorrectionsVsEta.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FEcalCorrections%2Finterface%2FEcalGlobalShowerContainmentCorrectionsVsEta.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FEcalCorrections%2Finterface%2FEcalGlobalShowerContainmentCorrectionsVsEta.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FEcalCorrections%2Finterface%2FEcalGlobalShowerContainmentCorrectionsVsEta.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -101,3 +101,5 @@ class EcalGlobalShowerContainmentCorrectionsVsEta {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"6acced05229029e94358d1d42e403894617f5e22","filename":"CondFormats/EcalCorrections/src/T_EventSetup_EcalGlobalShowerContainmentCorrectionsVsEta.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FEcalCorrections%2Fsrc%2FT_EventSetup_EcalGlobalShowerContainmentCorrectionsVsEta.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FEcalCorrections%2Fsrc%2FT_EventSetup_EcalGlobalShowerContainmentCorrectionsVsEta.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FEcalCorrections%2Fsrc%2FT_EventSetup_EcalGlobalShowerContainmentCorrectionsVsEta.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,3 +2,5 @@\n #include \"FWCore/Utilities/interface/typelookup.h\"\n \n TYPELOOKUP_DATA_REG(EcalGlobalShowerContainmentCorrectionsVsEta);\n+-- dummy change --\n+-- dummy change --"},{"sha":"be748f2c7a0781e29ab59c6788241f74da9a2ee8","filename":"CondFormats/EcalCorrections/src/T_EventSetup_EcalShowerContainmentCorrections.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FEcalCorrections%2Fsrc%2FT_EventSetup_EcalShowerContainmentCorrections.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FEcalCorrections%2Fsrc%2FT_EventSetup_EcalShowerContainmentCorrections.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FEcalCorrections%2Fsrc%2FT_EventSetup_EcalShowerContainmentCorrections.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,3 +2,5 @@\n #include \"FWCore/Utilities/interface/typelookup.h\"\n \n TYPELOOKUP_DATA_REG(EcalShowerContainmentCorrections);\n+-- dummy change --\n+-- dummy change --"},{"sha":"13ae03e646b9cc3bd682fcd89d37a0007dc21f4c","filename":"CondFormats/EcalObjects/interface/EcalClusterEnergyCorrectionObjectSpecificParameters.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FEcalObjects%2Finterface%2FEcalClusterEnergyCorrectionObjectSpecificParameters.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FEcalObjects%2Finterface%2FEcalClusterEnergyCorrectionObjectSpecificParameters.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FEcalObjects%2Finterface%2FEcalClusterEnergyCorrectionObjectSpecificParameters.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n typedef EcalFunParams EcalClusterEnergyCorrectionObjectSpecificParameters;\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"9fee7f65edd3ca87ebe43fe2806134809b17d382","filename":"CondFormats/GeometryObjects/src/T_EventSetup_PTrackerAdditionalParametersPerDet.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FGeometryObjects%2Fsrc%2FT_EventSetup_PTrackerAdditionalParametersPerDet.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FGeometryObjects%2Fsrc%2FT_EventSetup_PTrackerAdditionalParametersPerDet.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FGeometryObjects%2Fsrc%2FT_EventSetup_PTrackerAdditionalParametersPerDet.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,3 +2,5 @@\n #include \"FWCore/Utilities/interface/typelookup.h\"\n \n TYPELOOKUP_DATA_REG(PTrackerAdditionalParametersPerDet);\n+-- dummy change --\n+-- dummy change --"},{"sha":"07b87176a7da8e6302ebbf07a44b20d521f12d44","filename":"CondFormats/HGCalObjects/interface/HeterogeneousHGCalHEFCellPositionsConditions.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FHGCalObjects%2Finterface%2FHeterogeneousHGCalHEFCellPositionsConditions.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FHGCalObjects%2Finterface%2FHeterogeneousHGCalHEFCellPositionsConditions.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FHGCalObjects%2Finterface%2FHeterogeneousHGCalHEFCellPositionsConditions.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -73,3 +73,5 @@ class HeterogeneousHGCalHEFCellPositionsConditions {\n };\n \n #endif //CondFormats_HGCalObjects_HeterogeneousHGCalHEFConditions_h\n+-- dummy change --\n+-- dummy change --"},{"sha":"ea6f2ec8abda1115cfef0aca818057c279a4bc7e","filename":"CondFormats/HGCalObjects/src/T_EventSetup_HeterogeneousHGCalHEFCellPositionsConditions.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FHGCalObjects%2Fsrc%2FT_EventSetup_HeterogeneousHGCalHEFCellPositionsConditions.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FHGCalObjects%2Fsrc%2FT_EventSetup_HeterogeneousHGCalHEFCellPositionsConditions.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FHGCalObjects%2Fsrc%2FT_EventSetup_HeterogeneousHGCalHEFCellPositionsConditions.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1,3 +1,5 @@\n #include \"CondFormats/HGCalObjects/interface/HeterogeneousHGCalHEFCellPositionsConditions.h\"\n #include \"FWCore/Utilities/interface/typelookup.h\"\n TYPELOOKUP_DATA_REG(HeterogeneousHGCalHEFCellPositionsConditions);\n+-- dummy change --\n+-- dummy change --"},{"sha":"4a119a73dde4b7dfc2353009fe6fdaeead401167","filename":"CondFormats/HGCalObjects/src/alpaka/T_EventSetup_HGCalCalibrationParameterDevice.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FHGCalObjects%2Fsrc%2Falpaka%2FT_EventSetup_HGCalCalibrationParameterDevice.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FHGCalObjects%2Fsrc%2Falpaka%2FT_EventSetup_HGCalCalibrationParameterDevice.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FHGCalObjects%2Fsrc%2Falpaka%2FT_EventSetup_HGCalCalibrationParameterDevice.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n \n TYPELOOKUP_ALPAKA_DATA_REG(hgcalrechit::HGCalCalibParamDevice);\n TYPELOOKUP_ALPAKA_DATA_REG(hgcalrechit::HGCalConfigParamDevice);\n+-- dummy change --\n+-- dummy change --"},{"sha":"43808823f95dcf19ced3a572eaa121230b18bda5","filename":"CondFormats/JetMETObjects/test/run_TestCondFormatsJetMETObjectsJetCorrectorParameters.sh","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FJetMETObjects%2Ftest%2Frun_TestCondFormatsJetMETObjectsJetCorrectorParameters.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FJetMETObjects%2Ftest%2Frun_TestCondFormatsJetMETObjectsJetCorrectorParameters.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FJetMETObjects%2Ftest%2Frun_TestCondFormatsJetMETObjectsJetCorrectorParameters.sh?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1,3 +1,5 @@\n #!/bin/bash -ex\n mkdir -p CondFormats/JetMETObjects/data\n TestCondFormatsJetMETObjectsJetCorrectorParameters \n+-- dummy change --\n+-- dummy change --"},{"sha":"2987f9349ed987772389910217f4c39c5e2fb8b0","filename":"CondFormats/PPSObjects/src/T_EventSetup_LHCInterpolatedOpticalFunctionsSetCollection.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FPPSObjects%2Fsrc%2FT_EventSetup_LHCInterpolatedOpticalFunctionsSetCollection.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FPPSObjects%2Fsrc%2FT_EventSetup_LHCInterpolatedOpticalFunctionsSetCollection.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FPPSObjects%2Fsrc%2FT_EventSetup_LHCInterpolatedOpticalFunctionsSetCollection.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,3 +2,5 @@\n #include \"FWCore/Utilities/interface/typelookup.h\"\n \n TYPELOOKUP_DATA_REG(LHCInterpolatedOpticalFunctionsSetCollection);\n+-- dummy change --\n+-- dummy change --"},{"sha":"54afd0dc698450e16e82e0e39756d5ded00724cf","filename":"CondFormats/PhysicsToolsObjects/interface/PerformancePayloadFromBinnedTFormula.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FPhysicsToolsObjects%2Finterface%2FPerformancePayloadFromBinnedTFormula.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FPhysicsToolsObjects%2Finterface%2FPerformancePayloadFromBinnedTFormula.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FPhysicsToolsObjects%2Finterface%2FPerformancePayloadFromBinnedTFormula.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -89,3 +89,5 @@ class PerformancePayloadFromBinnedTFormula : public PerformancePayload {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"1aa37202c439a8634f4f2bbc15457b21e8956235","filename":"CondFormats/SiPhase2TrackerObjects/src/T_EventSetup_SiPhase2OuterTrackerLorentzAngle.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FSiPhase2TrackerObjects%2Fsrc%2FT_EventSetup_SiPhase2OuterTrackerLorentzAngle.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FSiPhase2TrackerObjects%2Fsrc%2FT_EventSetup_SiPhase2OuterTrackerLorentzAngle.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FSiPhase2TrackerObjects%2Fsrc%2FT_EventSetup_SiPhase2OuterTrackerLorentzAngle.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,3 +2,5 @@\n #include \"FWCore/Utilities/interface/typelookup.h\"\n \n TYPELOOKUP_DATA_REG(SiPhase2OuterTrackerLorentzAngle);\n+-- dummy change --\n+-- dummy change --"},{"sha":"bc83ae86d2e9f889a67aafd3ce759677433422c5","filename":"CondFormats/SiPhase2TrackerObjects/src/T_EventSetup_TrackerDetToDTCELinkCablingMap.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FSiPhase2TrackerObjects%2Fsrc%2FT_EventSetup_TrackerDetToDTCELinkCablingMap.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FSiPhase2TrackerObjects%2Fsrc%2FT_EventSetup_TrackerDetToDTCELinkCablingMap.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FSiPhase2TrackerObjects%2Fsrc%2FT_EventSetup_TrackerDetToDTCELinkCablingMap.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,3 +2,5 @@\n #include \"FWCore/Utilities/interface/typelookup.h\"\n \n TYPELOOKUP_DATA_REG(TrackerDetToDTCELinkCablingMap);\n+-- dummy change --\n+-- dummy change --"},{"sha":"ecee1c41a9831e2fff4f711727d561ca1e70b03e","filename":"CondFormats/SiPhase2TrackerObjects/test/testSerializationSiPhase2TrackerObjects.cpp","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FSiPhase2TrackerObjects%2Ftest%2FtestSerializationSiPhase2TrackerObjects.cpp","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FSiPhase2TrackerObjects%2Ftest%2FtestSerializationSiPhase2TrackerObjects.cpp","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FSiPhase2TrackerObjects%2Ftest%2FtestSerializationSiPhase2TrackerObjects.cpp?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@ int main() {\n testSerialization();\n return 0;\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"906d8c9235ff9a0991abf64ab7b5282c5a20db59","filename":"CondFormats/SiPixelObjects/interface/alpaka/SiPixelGainCalibrationForHLTDevice.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FSiPixelObjects%2Finterface%2Falpaka%2FSiPixelGainCalibrationForHLTDevice.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FSiPixelObjects%2Finterface%2Falpaka%2FSiPixelGainCalibrationForHLTDevice.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FSiPixelObjects%2Finterface%2Falpaka%2FSiPixelGainCalibrationForHLTDevice.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n } // namespace ALPAKA_ACCELERATOR_NAMESPACE\n \n #endif // CondFormats_SiPixelObjects_interface_alpaka_SiPixelGainCalibrationForHLTDevice_h\n+-- dummy change --\n+-- dummy change --"},{"sha":"909c7cf644a1d0d504db63ea98ac1444d7ed687a","filename":"CondFormats/SiPixelObjects/interface/alpaka/SiPixelGainCalibrationForHLTUtilities.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FSiPixelObjects%2Finterface%2Falpaka%2FSiPixelGainCalibrationForHLTUtilities.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FSiPixelObjects%2Finterface%2Falpaka%2FSiPixelGainCalibrationForHLTUtilities.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FSiPixelObjects%2Finterface%2Falpaka%2FSiPixelGainCalibrationForHLTUtilities.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -41,3 +41,5 @@ struct SiPixelGainUtilities {\n };\n \n #endif // CondFormats_SiPixelObjects_interface_alpaka_SiPixelGainCalibrationForHLTUtilities_h\n+-- dummy change --\n+-- dummy change --"},{"sha":"a7e07badaa790d1351fc4ff6d967b831af8e0307","filename":"CondFormats/SiPixelObjects/src/alpaka/T_EventSetup_SiPixelGainCalibrationForHLTDevice.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FSiPixelObjects%2Fsrc%2Falpaka%2FT_EventSetup_SiPixelGainCalibrationForHLTDevice.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FSiPixelObjects%2Fsrc%2Falpaka%2FT_EventSetup_SiPixelGainCalibrationForHLTDevice.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FSiPixelObjects%2Fsrc%2Falpaka%2FT_EventSetup_SiPixelGainCalibrationForHLTDevice.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,3 +2,5 @@\n #include \"HeterogeneousCore/AlpakaCore/interface/alpaka/typelookup.h\"\n \n TYPELOOKUP_ALPAKA_DATA_REG(SiPixelGainCalibrationForHLTDevice);\n+-- dummy change --\n+-- dummy change --"},{"sha":"0bba29ff6a300ff7c2e4674ff96a2e93d7cfb68e","filename":"CondFormats/SiStripObjects/test/UnitTests/MasterTestCondFormatsSiStripObjects.cpp","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FSiStripObjects%2Ftest%2FUnitTests%2FMasterTestCondFormatsSiStripObjects.cpp","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondFormats%2FSiStripObjects%2Ftest%2FUnitTests%2FMasterTestCondFormatsSiStripObjects.cpp","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FSiStripObjects%2Ftest%2FUnitTests%2FMasterTestCondFormatsSiStripObjects.cpp?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -43,3 +43,5 @@ int main(int argc, char* argv[]) {\n runner.eventManager().addListener(&progress);\n runner.run();\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"7674dbf337b944f66f0a20e5bbed55165f0adb22","filename":"CondTools/Ecal/interface/EcalClusterEnergyCorrectionObjectSpecificXMLTranslator.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondTools%2FEcal%2Finterface%2FEcalClusterEnergyCorrectionObjectSpecificXMLTranslator.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondTools%2FEcal%2Finterface%2FEcalClusterEnergyCorrectionObjectSpecificXMLTranslator.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondTools%2FEcal%2Finterface%2FEcalClusterEnergyCorrectionObjectSpecificXMLTranslator.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -26,3 +26,5 @@ class EcalClusterEnergyCorrectionObjectSpecificXMLTranslator {\n };\n \n #endif // __EcalClusterEnergyCorrectionXMLTranslator_h_\n+-- dummy change --\n+-- dummy change --"},{"sha":"7a93428b14056b5f4cb6245eb892160904323d9f","filename":"CondTools/Ecal/python/produceTPGParameters_beamv6_transparency_spikekill_2016_script.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondTools%2FEcal%2Fpython%2FproduceTPGParameters_beamv6_transparency_spikekill_2016_script.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondTools%2FEcal%2Fpython%2FproduceTPGParameters_beamv6_transparency_spikekill_2016_script.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondTools%2FEcal%2Fpython%2FproduceTPGParameters_beamv6_transparency_spikekill_2016_script.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -174,3 +174,5 @@\n \n process.p = cms.Path(process.TPGParamProducer)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"aed967b7d65a4e7d6904eab344c112ebc56429f7","filename":"CondTools/Ecal/test/EcalIntercalibConstantsPopConBTransitionAnalyzer_test_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondTools%2FEcal%2Ftest%2FEcalIntercalibConstantsPopConBTransitionAnalyzer_test_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/CondTools%2FEcal%2Ftest%2FEcalIntercalibConstantsPopConBTransitionAnalyzer_test_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondTools%2FEcal%2Ftest%2FEcalIntercalibConstantsPopConBTransitionAnalyzer_test_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -126,3 +126,5 @@\n )\n \n process.p = cms.Path( process.popConEcalIntercalibConstants )\n+-- dummy change --\n+-- dummy change --"},{"sha":"a7947f5c3fea95f21dc51072a81d45f3ab422286","filename":"Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FDataProcessing%2Fpython%2FImpl%2FppEra_Run3_pp_on_PbPb_approxSiStripClusters.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FDataProcessing%2Fpython%2FImpl%2FppEra_Run3_pp_on_PbPb_approxSiStripClusters.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FDataProcessing%2Fpython%2FImpl%2FppEra_Run3_pp_on_PbPb_approxSiStripClusters.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -33,3 +33,5 @@ def __init__(self):\n collision data taking for Run3 with approxSiStripClusters (rawprime format)\n \n \"\"\"\n+-- dummy change --\n+-- dummy change --"},{"sha":"035c76447420cff256a3fa2ff55a11ceab271d7d","filename":"Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2023.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FDataProcessing%2Fpython%2FImpl%2FppEra_Run3_pp_on_PbPb_approxSiStripClusters_2023.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FDataProcessing%2Fpython%2FImpl%2FppEra_Run3_pp_on_PbPb_approxSiStripClusters_2023.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FDataProcessing%2Fpython%2FImpl%2FppEra_Run3_pp_on_PbPb_approxSiStripClusters_2023.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -33,3 +33,5 @@ def __init__(self):\n collision data taking for Run3 with approxSiStripClusters (rawprime format)\n \n \"\"\"\n+-- dummy change --\n+-- dummy change --"},{"sha":"82efa2492ef4799ffcfc3a707fe011b615ab0e82","filename":"Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2024.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FDataProcessing%2Fpython%2FImpl%2FppEra_Run3_pp_on_PbPb_approxSiStripClusters_2024.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FDataProcessing%2Fpython%2FImpl%2FppEra_Run3_pp_on_PbPb_approxSiStripClusters_2024.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FDataProcessing%2Fpython%2FImpl%2FppEra_Run3_pp_on_PbPb_approxSiStripClusters_2024.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -33,3 +33,5 @@ def __init__(self):\n collision data taking for Run3 with approxSiStripClusters (rawprime format)\n \n \"\"\"\n+-- dummy change --\n+-- dummy change --"},{"sha":"c604934dee2c89c180bac403af95af903bb7eff5","filename":"Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2025.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FDataProcessing%2Fpython%2FImpl%2FppEra_Run3_pp_on_PbPb_approxSiStripClusters_2025.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FDataProcessing%2Fpython%2FImpl%2FppEra_Run3_pp_on_PbPb_approxSiStripClusters_2025.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FDataProcessing%2Fpython%2FImpl%2FppEra_Run3_pp_on_PbPb_approxSiStripClusters_2025.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -33,3 +33,5 @@ def __init__(self):\n collision data taking for Run3 with approxSiStripClusters (rawprime format)\n \n \"\"\"\n+-- dummy change --\n+-- dummy change --"},{"sha":"3f5ab150ad31f2c21e1aa515986f39b292e91977","filename":"Configuration/DataProcessing/python/Impl/trackingOnlyEra_Run2_2018_highBetaStar.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FDataProcessing%2Fpython%2FImpl%2FtrackingOnlyEra_Run2_2018_highBetaStar.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FDataProcessing%2Fpython%2FImpl%2FtrackingOnlyEra_Run2_2018_highBetaStar.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FDataProcessing%2Fpython%2FImpl%2FtrackingOnlyEra_Run2_2018_highBetaStar.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -35,3 +35,5 @@ def __init__(self):\n collision data taking for Run2, 2018 high performance beamspot in highBetaStar data taking\n \n \"\"\"\n+-- dummy change --\n+-- dummy change --"},{"sha":"4db24a3e34e23ed00d7ff6abe3dcb07c0f9f33b1","filename":"Configuration/EcalTB/python/reco_application_2006rawdata_localTrivialreco_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FEcalTB%2Fpython%2Freco_application_2006rawdata_localTrivialreco_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FEcalTB%2Fpython%2Freco_application_2006rawdata_localTrivialreco_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FEcalTB%2Fpython%2Freco_application_2006rawdata_localTrivialreco_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -50,3 +50,5 @@\n process.p = cms.Path(process.ecalTBunpack*process.ecalWeightUncalibRecHit)\n process.ep = cms.EndPath(process.out)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"db80ebe29019d72dd65d0d5e6371ca404092cd84","filename":"Configuration/Generator/python/B0ToJpsiK0s_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FB0ToJpsiK0s_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FB0ToJpsiK0s_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FB0ToJpsiK0s_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -145,3 +145,5 @@\n \n # ProductionFilterSequence = cms.Sequence(generator*lbfilter*psifilter)\n ProductionFilterSequence = cms.Sequence(generator*bfilter*decayfilter*psifilter)\n+-- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e?per_page=100&page=5 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:12 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"ad4449f0b77c11c2d0553309d0a1a6cc12054a91f24fba224336e688e6df11cc"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:04:54 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4966'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '34'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C706:E666D:174223:17B783:6812247B')] +{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","node_id":"C_kwDOF83__NoAKGMyMzA5OWM3Mzc3MTIzYjZkZTdmYWZhN2E0ODZiMjBiMThkNTRmN2U","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"message":"Try generating big cache","tree":{"sha":"f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684"}],"stats":{"total":6008,"additions":5944,"deletions":64},"files":[{"sha":"01bc7b694bb8615f103553dfd2edb3718fb17123","filename":"Configuration/Generator/python/BuMixing_BMuonFilter_forSTEAM_13TeV_TuneCUETP8M1_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FBuMixing_BMuonFilter_forSTEAM_13TeV_TuneCUETP8M1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FBuMixing_BMuonFilter_forSTEAM_13TeV_TuneCUETP8M1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FBuMixing_BMuonFilter_forSTEAM_13TeV_TuneCUETP8M1_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -58,3 +58,5 @@\n # Filter only pp events which produce a B+:\n bufilter = cms.EDFilter(\"PythiaFilter\", ParticleID = cms.untracked.int32(521))\n ProductionFilterSequence = cms.Sequence(generator*bufilter*mumugenfilter)\n+-- dummy change --\n+-- dummy change --"},{"sha":"35866c71819546bc485c6ccc2a6a3a8aab353440","filename":"Configuration/Generator/python/BuMixing_BMuonFilter_forSTEAM_14TeV_TuneCP5_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FBuMixing_BMuonFilter_forSTEAM_14TeV_TuneCP5_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FBuMixing_BMuonFilter_forSTEAM_14TeV_TuneCP5_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FBuMixing_BMuonFilter_forSTEAM_14TeV_TuneCP5_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -58,3 +58,5 @@\n # Filter only pp events which produce a B+:\n bufilter = cms.EDFilter(\"PythiaFilter\", ParticleID = cms.untracked.int32(521))\n ProductionFilterSequence = cms.Sequence(generator*bufilter*mumugenfilter)\n+-- dummy change --\n+-- dummy change --"},{"sha":"9a9ef0e13db60e2f41f3dfa49375ec3ee8ba7ef0","filename":"Configuration/Generator/python/BuToJPsiPrimeKToJPsiPiPiK_14TeV_TuneCP5_pythia8_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FBuToJPsiPrimeKToJPsiPiPiK_14TeV_TuneCP5_pythia8_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FBuToJPsiPrimeKToJPsiPiPiK_14TeV_TuneCP5_pythia8_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FBuToJPsiPrimeKToJPsiPiPiK_14TeV_TuneCP5_pythia8_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -117,3 +117,5 @@\n )\n \n ProductionFilterSequence = cms.Sequence(generator*bfilter*jpsifilter*xxxfilter*decayfilter)\n+-- dummy change --\n+-- dummy change --"},{"sha":"3079c3524f705b7e1a8c447d21c4564cd9b09e68","filename":"Configuration/Generator/python/BuToKstarPsi2S_forSTEAM_13TeV_TuneCUETP8M1_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FBuToKstarPsi2S_forSTEAM_13TeV_TuneCUETP8M1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FBuToKstarPsi2S_forSTEAM_13TeV_TuneCUETP8M1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FBuToKstarPsi2S_forSTEAM_13TeV_TuneCUETP8M1_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -60,3 +60,5 @@\n )\n \n ProductionFilterSequence = cms.Sequence(generator*bufilter*mumugenfilter)\n+-- dummy change --\n+-- dummy change --"},{"sha":"9aae9658058279898ae43317875d194535912149","filename":"Configuration/Generator/python/Chib1PToUpsilon1SGamma_MuFilter_TuneCP5_14TeV-pythia8_evtgen_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FChib1PToUpsilon1SGamma_MuFilter_TuneCP5_14TeV-pythia8_evtgen_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FChib1PToUpsilon1SGamma_MuFilter_TuneCP5_14TeV-pythia8_evtgen_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FChib1PToUpsilon1SGamma_MuFilter_TuneCP5_14TeV-pythia8_evtgen_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -113,3 +113,5 @@\n )\n \n ProductionFilterSequence = cms.Sequence(generator*pwaveIDfilter*pwaveMassfilter*muminusfilter*muplusfilter)\n+-- dummy change --\n+-- dummy change --"},{"sha":"14addd35dec5b83d7dec21923b91e13391971520","filename":"Configuration/Generator/python/ChicToJpsiGamma_MuFilter_TuneCP5_14TeV_pythia8_evtgen_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FChicToJpsiGamma_MuFilter_TuneCP5_14TeV_pythia8_evtgen_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FChicToJpsiGamma_MuFilter_TuneCP5_14TeV_pythia8_evtgen_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FChicToJpsiGamma_MuFilter_TuneCP5_14TeV_pythia8_evtgen_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -77,3 +77,5 @@\n )\n \n ProductionFilterSequence = cms.Sequence(generator*oniafilter*muminusfilter*muplusfilter)\n+-- dummy change --\n+-- dummy change --"},{"sha":"d908f067ed48ff45de389b52d94ceed4e838255a","filename":"Configuration/Generator/python/DStarToD0Pi_D0ToKsPiPi_inclusive_SoftQCD_TuneCP5_13p6TeV-pythia8-evtgen.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FDStarToD0Pi_D0ToKsPiPi_inclusive_SoftQCD_TuneCP5_13p6TeV-pythia8-evtgen.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FDStarToD0Pi_D0ToKsPiPi_inclusive_SoftQCD_TuneCP5_13p6TeV-pythia8-evtgen.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FDStarToD0Pi_D0ToKsPiPi_inclusive_SoftQCD_TuneCP5_13p6TeV-pythia8-evtgen.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -114,3 +114,5 @@\n \n \n ProductionFilterSequence = cms.Sequence(generator*decayfilter*D0filter)\n+-- dummy change --\n+-- dummy change --"},{"sha":"4a3eda1962d4aa087a82ccee6f1bafc6233d0791","filename":"Configuration/Generator/python/DYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FDYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FDYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FDYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -36,3 +36,5 @@\n \n \n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"8230815c8bcd22ec4375e111ccc4a6c3a7e42878","filename":"Configuration/Generator/python/DYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FDYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FDYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FDYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -45,3 +45,5 @@\n \n \n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"148554fec8b8143fea2ac25177530ba2aeacd082","filename":"Configuration/Generator/python/DYToll01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FDYToll01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FDYToll01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FDYToll01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n generateConcurrently = cms.untracked.bool(True),\n postGenerationCommand = cms.untracked.vstring('mergeLHE.py', '-n', '-i', 'thread*/cmsgrid_final.lhe', '-o', 'cmsgrid_final.lhe'),\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"1f61235ec517f9e0c0b44568b6263cbd424e2851","filename":"Configuration/Generator/python/DYToll012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FDYToll012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FDYToll012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FDYToll012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n nEvents = cms.untracked.uint32(10),\n generateConcurrently = cms.untracked.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"6fed7f8daa75e97ad7b066a879928d613109a99a","filename":"Configuration/Generator/python/DYToll012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FDYToll012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FDYToll012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FDYToll012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n scriptName = cms.FileInPath('GeneratorInterface/LHEInterface/data/run_generic_tarball_cvmfs.sh'),\n generateConcurrently = cms.untracked.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"adabba8f5919349442cb06e797f511645d5fcbfa","filename":"Configuration/Generator/python/DarkSUSY_mH_125_mN1_60_mGammaD_10_cT_10_Madgraph_LHE_13TeV_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FDarkSUSY_mH_125_mN1_60_mGammaD_10_cT_10_Madgraph_LHE_13TeV_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FDarkSUSY_mH_125_mN1_60_mGammaD_10_cT_10_Madgraph_LHE_13TeV_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FDarkSUSY_mH_125_mN1_60_mGammaD_10_cT_10_Madgraph_LHE_13TeV_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"68caff29e85c0d66790893c5eeed78c0d6b0b808","filename":"Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_300_1000mm_TuneCUETP8M1_13TeV_pythia8_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FDisplacedSUSY_stopToBottom_M_300_1000mm_TuneCUETP8M1_13TeV_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FDisplacedSUSY_stopToBottom_M_300_1000mm_TuneCUETP8M1_13TeV_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FDisplacedSUSY_stopToBottom_M_300_1000mm_TuneCUETP8M1_13TeV_pythia8_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -786,3 +786,5 @@\n )\n \n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"e301966418cd6fbd6e17577c97c02bbf24a4f955","filename":"Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_13TeV_pythia8_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FDisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_13TeV_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FDisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_13TeV_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FDisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_13TeV_pythia8_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -789,3 +789,5 @@\n )\n \n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"cc84de33569f3a7e59f999d9cf440f031a71166a","filename":"Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_14TeV_pythia8_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FDisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_14TeV_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FDisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_14TeV_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FDisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_14TeV_pythia8_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -789,3 +789,5 @@\n )\n \n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"e92cacfeae784a38c84b33733619902dac48fc83","filename":"Configuration/Generator/python/HSCPmchamp1_M_600_TuneZ2star_13TeV_pythia6_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHSCPmchamp1_M_600_TuneZ2star_13TeV_pythia6_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHSCPmchamp1_M_600_TuneZ2star_13TeV_pythia6_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHSCPmchamp1_M_600_TuneZ2star_13TeV_pythia6_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -66,3 +66,5 @@\n generator.useregge = cms.bool(USE_REGGE)\n \n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"a4721c68cef0686132cb5c716158d311175b1ba4","filename":"Configuration/Generator/python/HTo2LongLivedTo4bMH-125_MFF-12_CTau-900mm_TuneCP5_14TeV_pythia8_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHTo2LongLivedTo4bMH-125_MFF-12_CTau-900mm_TuneCP5_14TeV_pythia8_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHTo2LongLivedTo4bMH-125_MFF-12_CTau-900mm_TuneCP5_14TeV_pythia8_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHTo2LongLivedTo4bMH-125_MFF-12_CTau-900mm_TuneCP5_14TeV_pythia8_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -99,3 +99,5 @@\n )\n \n ProductionFilterSequence = cms.Sequence(generator) \n+-- dummy change --\n+-- dummy change --"},{"sha":"063158a04ffa0731c625e9833adb722fdb0f2932","filename":"Configuration/Generator/python/Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -40,3 +40,5 @@\n )\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b65f2fa6b07dfd501c14ad8669bbfe980823776f","filename":"Configuration/Generator/python/Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -31,3 +31,5 @@\n )\n )\n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"a14b8af41252796a29bef486d03e402a116313c7","filename":"Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_EvtGen_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_EvtGen_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_EvtGen_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_EvtGen_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -46,3 +46,5 @@\n )\n \n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"fbe33e1c9326b964407cfc8062e3ad60735e7c18","filename":"Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -41,3 +41,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"607e3cae670ebe395baaa6adb2b6df0f5db309c3","filename":"Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taupinu_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taupinu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taupinu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taupinu_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -47,3 +47,5 @@\n )\n \n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"464f66d112b66227148c83b580b000abd30a5668","filename":"Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taurhonu_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taurhonu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taurhonu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taurhonu_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -45,3 +45,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"5c29f263fd589bad623fd6c3efafbfed2e8e8892","filename":"Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -36,3 +36,5 @@\n \n ProductionFilterSequence = cms.Sequence(generator)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"d84e53addf4c3c3fdd7b5cff84af823af2e872a6","filename":"Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taupinu_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taupinu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taupinu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taupinu_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -36,3 +36,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"aedf32efea68f249028e2f783d96f41d06b85dd5","filename":"Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taurhonu_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taurhonu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taurhonu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taurhonu_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -36,3 +36,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"07fbe01f62193d17f293f92e33c1831c09d95711","filename":"Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8withPhotospp_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8withPhotospp_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8withPhotospp_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8withPhotospp_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -35,3 +35,5 @@\n )\n )\n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"65dbaf001d22108ff19eed25abf5c4e5ec289bc7","filename":"Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -29,3 +29,5 @@\n )\n )\n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"bac37a395a51c72c555318ce90f5e10a0bcf202c","filename":"Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -29,3 +29,5 @@\n )\n )\n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"d0948f699b4220ef08cac45ca1adab7f85901a62","filename":"Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -38,3 +38,5 @@\n )\n )\n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"ba38b8c97477804170f6511b94b9e1d65d253822","filename":"Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n )\n )\n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"760561f465ca21ed2c03b9258f9d37759c91ebd6","filename":"Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -40,3 +40,5 @@\n )\n )\n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"e2a6c5889bdf620b594e13af99a39d909172d074","filename":"Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n )\n )\n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"f647664daf825950ef905c94756cbe1299bd4307","filename":"Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -40,3 +40,5 @@\n )\n )\n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"5355555dc80ba6c4bf09e8b98f799b340842b31c","filename":"Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -41,3 +41,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"9619bdd69e2f0e3ae06dd57bffb0e348ffafa530","filename":"Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -47,3 +47,5 @@\n )\n \n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"7789187bd7ed33474dcfa91c7274468dee895c07","filename":"Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -45,3 +45,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0903e5ba971096b037e9a604857add187744352f","filename":"Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -39,3 +39,5 @@\n \n ProductionFilterSequence = cms.Sequence(generator)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"c18768c09a2256417cd9056e145a9d2d338e3052","filename":"Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -36,3 +36,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"1d0d6d3185bba3da61695caf75a1e020c1e4a1b2","filename":"Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -36,3 +36,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"ce933ac9ca8f652e3826395030afffdc5b25690a","filename":"Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -36,3 +36,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c649d1fa8d162bfa5a204cbf2aab42afa75663d3","filename":"Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -38,3 +38,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"a977173170143b105da88ea8b68f2e9900b5ce05","filename":"Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -44,3 +44,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c221f331dc40e0a20b94d4627c2a238d6a0abf5c","filename":"Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_powhegEmissionVeto2p_pythia8_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_powhegEmissionVeto2p_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_powhegEmissionVeto2p_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_powhegEmissionVeto2p_pythia8_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n )\n )\n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"2b2d0545275acea1d3fe52c1d9b95498200205e4","filename":"Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_powhegEmissionVeto_pythia8_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_powhegEmissionVeto_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_powhegEmissionVeto_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_powhegEmissionVeto_pythia8_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -28,3 +28,5 @@\n )\n )\n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"21af358ffd0ec8580d7c1a25c4bae89a30fe5a3a","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -29,3 +29,5 @@\n )\n )\n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"a9d6f304c1c8bf07a5e357803ebf8cfebb46104e","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -29,3 +29,5 @@\n )\n )\n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"186c99215a383eca4f3ab114a4ca9cceaee04dce","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -38,3 +38,5 @@\n )\n )\n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"019618ad74df298d3cdc94cec1da015e24c8efa1","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n )\n )\n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"6236373213fc18aaa51b3302d90638136a11ae05","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -40,3 +40,5 @@\n )\n )\n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"054423119f60621876389c818379b21131983f0c","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n )\n )\n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"27caabed7ed249f5ad2df8b610d235cb26f11327","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -40,3 +40,5 @@\n )\n )\n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"55a388526a23479c976042e3b927ca8dcecd1dc0","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_EvtGen_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_EvtGen_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_EvtGen_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_EvtGen_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -56,3 +56,5 @@\n )\n \n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"ee8df15da98ec667cf0baa470ba8678e69977557","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -41,3 +41,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0b515035ec41c03cf3cfb45791b48bbb2269f1aa","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -47,3 +47,5 @@\n )\n \n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"d9301b95e72d11fe71a25668478e26612ae2a325","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -45,3 +45,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"76988947c47de7db2e4682852cfdd5547a879281","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -36,3 +36,5 @@\n \n ProductionFilterSequence = cms.Sequence(generator)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"a51d1e286c4f8d5123d9f835183d962db54434aa","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -36,3 +36,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"35bf79741e9d9291bfd26b97cdf12e7ad5b53b33","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -36,3 +36,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"9d82604e15344c414446a329bea7749a0b610340","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8withPhotospp_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8withPhotospp_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8withPhotospp_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8withPhotospp_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -35,3 +35,5 @@\n )\n )\n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"3bf8e413ba073f9528ccbf134b35343f33db91b9","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max1j_max1p_LHE_pythia8_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max1j_max1p_LHE_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max1j_max1p_LHE_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max1j_max1p_LHE_pythia8_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -35,3 +35,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"96c51c47caf690c2759165f3e6364ce6d1d4bb1c","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -36,3 +36,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"570b0061c0892c340a26116fb803154156d14223","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -35,3 +35,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"9c15933a6001b6ceb697abfeafee4ac5516f6b36","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -44,3 +44,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"4331cd4d3cf6ed022831406b7c7ed402373420e4","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_generic_LHE_pythia8_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_generic_LHE_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_generic_LHE_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_generic_LHE_pythia8_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -18,3 +18,5 @@\n )\n \n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"d01052a65da8c610fd961ec6289e7cf3f2c6d330","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_ggHZZ4L_powhegEmissionVeto_pythia8_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_ggHZZ4L_powhegEmissionVeto_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_ggHZZ4L_powhegEmissionVeto_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_ggHZZ4L_powhegEmissionVeto_pythia8_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -27,3 +27,5 @@\n )\n \n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"8d5d53e655481b8225efde434d5b6944cfcc61ad","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto2p_pythia8_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto2p_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto2p_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto2p_pythia8_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -27,3 +27,5 @@\n )\n )\n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"677cca88d6dfe130ccb2050131d402278cb36e6c","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_2p_HToGG_M125_LHE_py8_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_2p_HToGG_M125_LHE_py8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_2p_HToGG_M125_LHE_py8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_2p_HToGG_M125_LHE_py8_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n )\n \n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"d12265f7e529253fd19e9c58048c08c169aa9c9d","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToBB_M-125_LHE_pythia8_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToBB_M-125_LHE_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToBB_M-125_LHE_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToBB_M-125_LHE_pythia8_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n )\n \n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"3c3028d9a1c9b09ddc18397f33699843e034b0ec","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToZZ4nu_M-125_LHE_pythia8_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToZZ4nu_M-125_LHE_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToZZ4nu_M-125_LHE_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToZZ4nu_M-125_LHE_pythia8_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -35,3 +35,5 @@\n \n ProductionFilterSequence = cms.Sequence(generator)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"7b325b9fc20b3b4a2c138318cb7b8cf4038e261c","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_pythia8_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_pythia8_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -27,3 +27,5 @@\n )\n )\n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"fb1a54793ef0282351e3da5ef9c6657c61da9724","filename":"Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -43,3 +43,5 @@\n filterEfficiency = cms.untracked.double(1.0),\n )\n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"69d32792a109088f88306a0d7cd5322d266cd487","filename":"Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_herwigpp_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_herwigpp_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_herwigpp_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_herwigpp_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -40,3 +40,5 @@\n filterEfficiency = cms.untracked.double(1.0),\n )\n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"ccd73e0ec97fdcfdf19ec8381be6393206c0e598","filename":"Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_herwigpp_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_madgraph_differentPDF_herwigpp_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_madgraph_differentPDF_herwigpp_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_madgraph_differentPDF_herwigpp_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -37,3 +37,5 @@\n filterEfficiency = cms.untracked.double(1.0),\n )\n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"038be5fdf655c7158fd8a843f47fef01ce51b7a2","filename":"Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraphamcatnlo_MPIoff_herwigpp_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_madgraphamcatnlo_MPIoff_herwigpp_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_madgraphamcatnlo_MPIoff_herwigpp_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_madgraphamcatnlo_MPIoff_herwigpp_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n filterEfficiency = cms.untracked.double(1.0),\n )\n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"655c7308ea48caf370bb3750ba089b86bb98c571","filename":"Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraphamcatnlo_herwigpp_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_madgraphamcatnlo_herwigpp_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_madgraphamcatnlo_herwigpp_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_madgraphamcatnlo_herwigpp_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -29,3 +29,5 @@\n filterEfficiency = cms.untracked.double(1.0),\n )\n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"d544ba72da5e2e8c67f33e511a46c2265e88bb1e","filename":"Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -38,3 +38,5 @@\n filterEfficiency = cms.untracked.double(1.0),\n )\n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"7ec273a00b7fd1cbac0d2ed513271cf1609614f7","filename":"Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_herwigpp_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_herwigpp_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_herwigpp_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_herwigpp_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -35,3 +35,5 @@\n filterEfficiency = cms.untracked.double(1.0),\n )\n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"b1f353c095ea913a8f48e4199d41fe9b65c68d62","filename":"Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_herwigpp_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_powheg_differentPDF_herwigpp_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_powheg_differentPDF_herwigpp_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_powheg_differentPDF_herwigpp_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n filterEfficiency = cms.untracked.double(1.0),\n )\n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"57effef916edff630951e039dddf59faba1d3835","filename":"Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_samePDF_MPIoff_herwigpp_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_powheg_samePDF_MPIoff_herwigpp_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_powheg_samePDF_MPIoff_herwigpp_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_powheg_samePDF_MPIoff_herwigpp_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n filterEfficiency = cms.untracked.double(1.0),\n )\n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"92c719b98c92047890875192e68564ec2765fbce","filename":"Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_samePDF_herwigpp_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_powheg_samePDF_herwigpp_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_powheg_samePDF_herwigpp_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_powheg_samePDF_herwigpp_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -29,3 +29,5 @@\n filterEfficiency = cms.untracked.double(1.0),\n )\n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"9af209a9905b1d5fd9d9164d2cc6f0c790d0a000","filename":"Configuration/Generator/python/Herwig7Settings/Herwig7LHEMG5aMCatNLOSettings_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHerwig7Settings%2FHerwig7LHEMG5aMCatNLOSettings_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHerwig7Settings%2FHerwig7LHEMG5aMCatNLOSettings_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHerwig7Settings%2FHerwig7LHEMG5aMCatNLOSettings_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n 'set /Herwig/Particles/t:NominalMass 172.5'\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"8948bb9d031765a79091f0528133d2a1563109a3","filename":"Configuration/Generator/python/Herwig7Settings/Herwig7StableParticlesForDetector_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHerwig7Settings%2FHerwig7StableParticlesForDetector_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FHerwig7Settings%2FHerwig7StableParticlesForDetector_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHerwig7Settings%2FHerwig7StableParticlesForDetector_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n 'set /Herwig/Decays/DecayHandler:LifeTimeOption Average',\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"e366b65bb46db06768af7e2bb519507182efd065","filename":"Configuration/Generator/python/LambdaBToLambdaMuMuToPPiMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FLambdaBToLambdaMuMuToPPiMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FLambdaBToLambdaMuMuToPPiMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FLambdaBToLambdaMuMuToPPiMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -64,3 +64,5 @@\n \n \n ProductionFilterSequence = cms.Sequence(generator*lambdabfilter*mumugenfilter)\n+-- dummy change --\n+-- dummy change --"},{"sha":"4c2fe37cc4f7edbe5357134a09d2e4f5faf43c98","filename":"Configuration/Generator/python/LbToJpsiLambda_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FLbToJpsiLambda_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FLbToJpsiLambda_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FLbToJpsiLambda_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -147,3 +147,5 @@\n \n # ProductionFilterSequence = cms.Sequence(generator*lbfilter*psifilter)\n ProductionFilterSequence = cms.Sequence(generator*lbfilter*decayfilter*psifilter)\n+-- dummy change --\n+-- dummy change --"},{"sha":"9c820e7df2deded265b76f6f1e9ecb81b1ee29b8","filename":"Configuration/Generator/python/LbToJpsiXiK0sPi_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FLbToJpsiXiK0sPi_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FLbToJpsiXiK0sPi_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FLbToJpsiXiK0sPi_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -113,3 +113,5 @@\n )\n \n ProductionFilterSequence = cms.Sequence(generator*lbfilter*decayfilter*jpsifilter)\n+-- dummy change --\n+-- dummy change --"},{"sha":"d8bd56b0eebc1ab69680b4fbefd0885bb11a4940","filename":"Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP1DownSettings_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP1DownSettings_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP1DownSettings_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP1DownSettings_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -18,3 +18,5 @@\n 'PDF:pSet=LHAPDF6:NNPDF31_lo_as_0130',\n \t)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"28e838378c045641918101ba680e3e9a771a44c2","filename":"Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP2DownSettings_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP2DownSettings_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP2DownSettings_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP2DownSettings_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -21,3 +21,5 @@\n \t)\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"bb2b9a4c74e69fe66111e028c61d121e7efc7ec0","filename":"Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP3DownSettings_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP3DownSettings_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP3DownSettings_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP3DownSettings_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -27,3 +27,5 @@\n )\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"8a71499316497cfd0b0e079ee81a4eddda1edfff","filename":"Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP4DownSettings_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP4DownSettings_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP4DownSettings_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP4DownSettings_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -27,3 +27,5 @@\n )\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"993503c715b5072a7a813aff9690e5c2325e4116","filename":"Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5CR1Settings_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP5CR1Settings_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP5CR1Settings_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP5CR1Settings_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -33,3 +33,5 @@\n 'PDF:pSet=LHAPDF6:NNPDF31_nnlo_as_0118',\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"21bd55089a9a389f57ad5f55d839aef2fd0c6087","filename":"Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5CR2Settings_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP5CR2Settings_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP5CR2Settings_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP5CR2Settings_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -27,3 +27,5 @@\n 'PDF:pSet=LHAPDF6:NNPDF31_nnlo_as_0118',\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"7f8c078e08734c6c2573b901e6cf4ee9cb4050d6","filename":"Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5DownSettings_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP5DownSettings_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP5DownSettings_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP5DownSettings_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -25,3 +25,5 @@\n 'PDF:pSet=LHAPDF6:NNPDF31_nnlo_as_0118',\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d76392d4cd6a70ddcebf645736165e066587bae4","filename":"Configuration/Generator/python/QCD_Pt-15To7000_TuneCUETP8M1_Flat_14TeV-pythia8_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FQCD_Pt-15To7000_TuneCUETP8M1_Flat_14TeV-pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FQCD_Pt-15To7000_TuneCUETP8M1_Flat_14TeV-pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FQCD_Pt-15To7000_TuneCUETP8M1_Flat_14TeV-pythia8_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -34,3 +34,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"276bdac46b87d7817f694893a9011f1cd6ce2c8d","filename":"Configuration/Generator/python/QCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_13TeV_pythia8_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FQCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_13TeV_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FQCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_13TeV_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FQCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_13TeV_pythia8_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -54,3 +54,5 @@\n )\n \n ProductionFilterSequence = cms.Sequence(generator*mugenfilter)\n+-- dummy change --\n+-- dummy change --"},{"sha":"62528c063f3444e2f097fb6046fbcc83d93e57a2","filename":"Configuration/Generator/python/QCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_14TeV_pythia8_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FQCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_14TeV_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FQCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_14TeV_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FQCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_14TeV_pythia8_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -54,3 +54,5 @@\n )\n \n ProductionFilterSequence = cms.Sequence(generator*mugenfilter)\n+-- dummy change --\n+-- dummy change --"},{"sha":"2ac539724d54860b799364677d813105f6e2028b","filename":"Configuration/Generator/python/QCD_Pt20toInf_MuEnrichedPt15_14TeV_TuneCP5_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FQCD_Pt20toInf_MuEnrichedPt15_14TeV_TuneCP5_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FQCD_Pt20toInf_MuEnrichedPt15_14TeV_TuneCP5_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FQCD_Pt20toInf_MuEnrichedPt15_14TeV_TuneCP5_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -54,3 +54,5 @@\n )\n \n ProductionFilterSequence = cms.Sequence(generator*mugenfilter)\n+-- dummy change --\n+-- dummy change --"},{"sha":"afd483bc705240e8a471d2b96b69b6e58afedf87","filename":"Configuration/Generator/python/RS750_quarks_and_leptons_8TeV_TuneCUETP8M1_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FRS750_quarks_and_leptons_8TeV_TuneCUETP8M1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FRS750_quarks_and_leptons_8TeV_TuneCUETP8M1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FRS750_quarks_and_leptons_8TeV_TuneCUETP8M1_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -34,3 +34,5 @@\n )\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"7677b0ed2e1e6d34efeb208bc9a7dad344d753da","filename":"Configuration/Generator/python/RSGravitonToGammaGamma_kMpl01_M_3000_TuneCUETP8M1_13TeV_pythia8_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FRSGravitonToGammaGamma_kMpl01_M_3000_TuneCUETP8M1_13TeV_pythia8_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FRSGravitonToGammaGamma_kMpl01_M_3000_TuneCUETP8M1_13TeV_pythia8_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FRSGravitonToGammaGamma_kMpl01_M_3000_TuneCUETP8M1_13TeV_pythia8_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -37,3 +37,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e?per_page=100&page=6 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:12 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"bb7cc2baba8b5d6880be34256d9d6304c39579d17f965b0cb4137a0578d14095"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:04:54 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4965'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '35'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C716:28829C:158DAB:1602F3:6812247C')] +{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","node_id":"C_kwDOF83__NoAKGMyMzA5OWM3Mzc3MTIzYjZkZTdmYWZhN2E0ODZiMjBiMThkNTRmN2U","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"message":"Try generating big cache","tree":{"sha":"f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684"}],"stats":{"total":6008,"additions":5944,"deletions":64},"files":[{"sha":"cc4d8346f33e928e96ec206f7b8ea6dfd3dfaf43","filename":"Configuration/Generator/python/ReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_ExtGen_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_ExtGen_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_ExtGen_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_ExtGen_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -15,3 +15,5 @@\n \n from GeneratorInterface.Core.ExternalGeneratorFilter import ExternalGeneratorFilter\n generator = ExternalGeneratorFilter(_generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"3a9284a5ec67fb797af1ccc0536a5e6ea1fcd356","filename":"Configuration/Generator/python/ReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n targetid = cms.int32(1),\n model = cms.int32(0),\n ))\n+-- dummy change --\n+-- dummy change --"},{"sha":"bd683123633ee5914a1e9a58d5f8a9843654fc4c","filename":"Configuration/Generator/python/SMS-Higgsino_mN2-170_mC1-160_mN1-150_HT60_TuneCP5_13TeV_pythia8_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FSMS-Higgsino_mN2-170_mC1-160_mN1-150_HT60_TuneCP5_13TeV_pythia8_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FSMS-Higgsino_mN2-170_mC1-160_mN1-150_HT60_TuneCP5_13TeV_pythia8_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FSMS-Higgsino_mN2-170_mC1-160_mN1-150_HT60_TuneCP5_13TeV_pythia8_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -274,3 +274,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"cadf4be6840296256d89a35fb99721301ff851ad","filename":"Configuration/Generator/python/SMS-T1tttt_mGl-1500_mLSP-100_13TeV-pythia8_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FSMS-T1tttt_mGl-1500_mLSP-100_13TeV-pythia8_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FSMS-T1tttt_mGl-1500_mLSP-100_13TeV-pythia8_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FSMS-T1tttt_mGl-1500_mLSP-100_13TeV-pythia8_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -269,3 +269,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"4c176fd812f76bf1a23dbcf36bf02b026804159c","filename":"Configuration/Generator/python/SMS-T1tttt_mGl-1500_mLSP-100_TuneCP5_14TeV_pythia8_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FSMS-T1tttt_mGl-1500_mLSP-100_TuneCP5_14TeV_pythia8_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FSMS-T1tttt_mGl-1500_mLSP-100_TuneCP5_14TeV_pythia8_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FSMS-T1tttt_mGl-1500_mLSP-100_TuneCP5_14TeV_pythia8_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -269,3 +269,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"e227fee8fe01e8672b39f8d389c57ce40605461b","filename":"Configuration/Generator/python/TTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FTTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FTTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FTTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n \n #Link to datacards:\n #https://github.com/cms-sw/genproductions/tree/c41ab29f3d86c9e53df8b0d76c12cd519adbf013/bin/MadGraph5_aMCatNLO/cards/production/13TeV/tt012j_5f_ckm_NLO_FXFX\n+-- dummy change --\n+-- dummy change --"},{"sha":"929e44c58740ad652035a482ea0dcd3c160ed40a","filename":"Configuration/Generator/python/TTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FTTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FTTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FTTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -57,3 +57,5 @@\n )\n \n ProductionFilterSequence = cms.Sequence(externalLHEProducer*generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"5e8c8602451cd77d4e271f2eac84bb33a6d3bc4a","filename":"Configuration/Generator/python/TTbarToDilepton_mt172p5_TuneCP5_14TeV_pythia8_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FTTbarToDilepton_mt172p5_TuneCP5_14TeV_pythia8_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FTTbarToDilepton_mt172p5_TuneCP5_14TeV_pythia8_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FTTbarToDilepton_mt172p5_TuneCP5_14TeV_pythia8_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -27,3 +27,5 @@\n )\n )\n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"1399c730f5ee7b1eee09c4cbdd326c725d4e6f06","filename":"Configuration/Generator/python/Upsilon1SToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FUpsilon1SToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FUpsilon1SToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FUpsilon1SToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -50,3 +50,5 @@\n )\n \n ProductionFilterSequence = cms.Sequence(generator*oniafilter*mumugenfilter)\n+-- dummy change --\n+-- dummy change --"},{"sha":"0d634f13ab79b99e20903d69fd0da4bc8bdcff97","filename":"Configuration/Generator/python/Upsilon4sBaBarExample_BpBm_Dstarpipi_D0Kpi_nonres_forSTEAM_13TeV_TuneCUETP8M1_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FUpsilon4sBaBarExample_BpBm_Dstarpipi_D0Kpi_nonres_forSTEAM_13TeV_TuneCUETP8M1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FUpsilon4sBaBarExample_BpBm_Dstarpipi_D0Kpi_nonres_forSTEAM_13TeV_TuneCUETP8M1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FUpsilon4sBaBarExample_BpBm_Dstarpipi_D0Kpi_nonres_forSTEAM_13TeV_TuneCUETP8M1_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -50,3 +50,5 @@\n bufilter = cms.EDFilter(\"PythiaFilter\", ParticleID = cms.untracked.int32(521))\n \n ProductionFilterSequence = cms.Sequence(generator*bufilter)\n+-- dummy change --\n+-- dummy change --"},{"sha":"6cf48ac840db8285182f21d9758a8cc6efb67c1d","filename":"Configuration/Generator/python/Upsilon4swithBuToKstarJPsiToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FUpsilon4swithBuToKstarJPsiToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FUpsilon4swithBuToKstarJPsiToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FUpsilon4swithBuToKstarJPsiToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -61,3 +61,5 @@\n )\n \n ProductionFilterSequence = cms.Sequence(generator*bufilter*mumugenfilter)\n+-- dummy change --\n+-- dummy change --"},{"sha":"b6921158222398a4ab6163ec128c44a83a1ae276","filename":"Configuration/Generator/python/WTolNu01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FWTolNu01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FWTolNu01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FWTolNu01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n \n #Link to datacards:\n #https://github.com/cms-sw/genproductions/tree/b9f934265b462f4f3bbb8919799fa20668bb6fce/bin/MadGraph5_aMCatNLO/cards/production/13TeV/WJets_HT_LO_MLM/WJetsToLNu_HT-0toInf\n+-- dummy change --\n+-- dummy change --"},{"sha":"7f7d3ed69cd8da2a47a027df60763269520b106b","filename":"Configuration/Generator/python/WTolNu012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FWTolNu012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FWTolNu012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FWTolNu012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n scriptName = cms.FileInPath('GeneratorInterface/LHEInterface/data/run_generic_tarball_cvmfs.sh'),\n generateConcurrently = cms.untracked.bool(True),\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"119318709962093fb7337da71d2e188a2ede45d0","filename":"Configuration/Generator/python/WprimeToENu_M-2000_TuneCUETP8M1_13TeV-pythia8_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FWprimeToENu_M-2000_TuneCUETP8M1_13TeV-pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FWprimeToENu_M-2000_TuneCUETP8M1_13TeV-pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FWprimeToENu_M-2000_TuneCUETP8M1_13TeV-pythia8_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -27,3 +27,5 @@\n )\n \n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"3cb74e1e03e12d8690eed5b559fd932faace212d","filename":"Configuration/Generator/python/ZTT_Tauola_All_hadronic_13TeV_TuneCUETP8M1_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FZTT_Tauola_All_hadronic_13TeV_TuneCUETP8M1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FZTT_Tauola_All_hadronic_13TeV_TuneCUETP8M1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FZTT_Tauola_All_hadronic_13TeV_TuneCUETP8M1_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -36,3 +36,5 @@\n )\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"454242e1b155b9dfd72942430593e23911f20947","filename":"Configuration/Generator/python/ZTT_Tauola_All_hadronic_14TeV_TuneCUETP8M1_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FZTT_Tauola_All_hadronic_14TeV_TuneCUETP8M1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FZTT_Tauola_All_hadronic_14TeV_TuneCUETP8M1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FZTT_Tauola_All_hadronic_14TeV_TuneCUETP8M1_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -36,3 +36,5 @@\n )\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"c4046a538a2dcacbe467e658578abb47978d8ed8","filename":"Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_13TeV_TuneCUETP8M1_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FZTT_Tauola_OneLepton_OtherHadrons_13TeV_TuneCUETP8M1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FZTT_Tauola_OneLepton_OtherHadrons_13TeV_TuneCUETP8M1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FZTT_Tauola_OneLepton_OtherHadrons_13TeV_TuneCUETP8M1_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -36,3 +36,5 @@\n )\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"20d6a4eeb2e3fb4290a314256962d96adbb62c65","filename":"Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_ExtGen_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_ExtGen_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_ExtGen_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_ExtGen_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -38,3 +38,5 @@\n \n from GeneratorInterface.Core.ExternalGeneratorFilter import ExternalGeneratorFilter\n generator = ExternalGeneratorFilter(_generator, _external_process_components_=cms.vstring(\"HepPDTESSource\"))\n+-- dummy change --\n+-- dummy change --"},{"sha":"ba69bdef9131c10b254e25872dd8d89384b3dfdf","filename":"Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -37,3 +37,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"030bd08cec4e91622eafae934508d42e1d6899ea","filename":"Configuration/Generator/python/ZmumuJets_Pt_20_300_GEN_13TeV_TuneCUETP8M1_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FZmumuJets_Pt_20_300_GEN_13TeV_TuneCUETP8M1_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2FZmumuJets_Pt_20_300_GEN_13TeV_TuneCUETP8M1_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FZmumuJets_Pt_20_300_GEN_13TeV_TuneCUETP8M1_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -33,3 +33,5 @@\n )\n )\n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"1ccab3d2929ac980e89fb638d8ae8e1031695726","filename":"Configuration/Generator/python/sherpa_ttbar_2j_MENLOPS_13TeV_MASTER_ExtGen_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2Fsherpa_ttbar_2j_MENLOPS_13TeV_MASTER_ExtGen_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGenerator%2Fpython%2Fsherpa_ttbar_2j_MENLOPS_13TeV_MASTER_ExtGen_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2Fsherpa_ttbar_2j_MENLOPS_13TeV_MASTER_ExtGen_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -65,3 +65,5 @@\n generator = ExternalGeneratorFilter(_generator)\n \n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"206c91594e165b251f996140f218b5496c398eda","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus05PercentReco_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatMinus05PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatMinus05PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatMinus05PercentReco_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -49,3 +49,5 @@\n # pps\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"34fc2a32666d353e6623d5dd9d3339cde4104127","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus05Percent_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatMinus05Percent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatMinus05Percent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatMinus05Percent_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n from Geometry.MuonNumbering.muonGeometryConstants_cff import *\n from Geometry.MuonNumbering.muonOffsetESProducer_cff import *\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"61e3c0e4b16717c62ae7ab8b9eb876b2f89d8720","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus10PercentReco_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatMinus10PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatMinus10PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatMinus10PercentReco_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -49,3 +49,5 @@\n # pps\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"5a369a87807f3e7e61efb080f7c9cabf69889d0b","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus10Percent_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatMinus10Percent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatMinus10Percent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatMinus10Percent_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n from Geometry.MuonNumbering.muonGeometryConstants_cff import *\n from Geometry.MuonNumbering.muonOffsetESProducer_cff import *\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"8ee6b17a32c2332208e83f7c0d5beb78d67a4645","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus05PercentReco_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatPlus05PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatPlus05PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatPlus05PercentReco_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -49,3 +49,5 @@\n # pps\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"28732726684e91a4196b652ddceb8a39c6d3d371","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus05Percent_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatPlus05Percent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatPlus05Percent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatPlus05Percent_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n from Geometry.MuonNumbering.muonGeometryConstants_cff import *\n from Geometry.MuonNumbering.muonOffsetESProducer_cff import *\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"c0cf530c4ccf61db7ed2976828b0a4937e3cb009","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus10PercentReco_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatPlus10PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatPlus10PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatPlus10PercentReco_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -49,3 +49,5 @@\n # pps\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"144a97ff739c0b1bb4cc00de3bd8c0f58bb8d5df","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus10Percent_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatPlus10Percent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatPlus10Percent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatPlus10Percent_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n from Geometry.MuonNumbering.muonGeometryConstants_cff import *\n from Geometry.MuonNumbering.muonOffsetESProducer_cff import *\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"d41ba2e922abf8dcb9276bde09c4e5a3fd84103c","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus05PercentReco_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatMinus05PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatMinus05PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatMinus05PercentReco_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -49,3 +49,5 @@\n # pps\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"e0ed51a21a5c06100393664c71296c8b02f4f176","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus05Percent_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatMinus05Percent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatMinus05Percent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatMinus05Percent_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n from Geometry.MuonNumbering.muonGeometryConstants_cff import *\n from Geometry.MuonNumbering.muonOffsetESProducer_cff import *\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"44f64c53951d4f4f424b76bc6574278b1d80325c","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus10PercentReco_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatMinus10PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatMinus10PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatMinus10PercentReco_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -49,3 +49,5 @@\n # pps\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"87436693c39d7d582bb1c715c1aff28c3b9ca2b2","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus10Percent_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatMinus10Percent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatMinus10Percent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatMinus10Percent_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n from Geometry.MuonNumbering.muonGeometryConstants_cff import *\n from Geometry.MuonNumbering.muonOffsetESProducer_cff import *\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"46379d5b2e9c0162b7630d17f1f0cd499c8e96ea","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus05PercentReco_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatPlus05PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatPlus05PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatPlus05PercentReco_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -49,3 +49,5 @@\n # pps\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"4053691a34a8ccb6fd51a42b7ee29472c6436706","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus05Percent_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatPlus05Percent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatPlus05Percent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatPlus05Percent_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n from Geometry.MuonNumbering.muonGeometryConstants_cff import *\n from Geometry.MuonNumbering.muonOffsetESProducer_cff import *\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"696f8487f584350ce18bc65b1fb98c771acfb2c9","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus10PercentReco_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatPlus10PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatPlus10PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatPlus10PercentReco_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -49,3 +49,5 @@\n # pps\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"85be5e696a76fc2d95af98c1981d563f5930f1ec","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus10Percent_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatPlus10Percent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatPlus10Percent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatPlus10Percent_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n from Geometry.MuonNumbering.muonGeometryConstants_cff import *\n from Geometry.MuonNumbering.muonOffsetESProducer_cff import *\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"14f7d072cbb34722bfb6bc3edab3033a454bed38","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus05PercentReco_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatMinus05PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatMinus05PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatMinus05PercentReco_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -49,3 +49,5 @@\n # pps\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b51e89e57dcb6e10b874fea892ccf079c389c879","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus05Percent_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatMinus05Percent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatMinus05Percent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatMinus05Percent_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n from Geometry.MuonNumbering.muonGeometryConstants_cff import *\n from Geometry.MuonNumbering.muonOffsetESProducer_cff import *\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"cda63f78cff69a0b6a053b885c7e7604820ef343","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus10PercentReco_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatMinus10PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatMinus10PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatMinus10PercentReco_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -49,3 +49,5 @@\n # pps\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"e69193f01f8ade99c491a93811b6241aa1c57f7b","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus10Percent_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatMinus10Percent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatMinus10Percent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatMinus10Percent_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n from Geometry.MuonNumbering.muonGeometryConstants_cff import *\n from Geometry.MuonNumbering.muonOffsetESProducer_cff import *\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"77780ad22ebfa2911b4a90da07f82717cdd87eae","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus05PercentReco_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatPlus05PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatPlus05PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatPlus05PercentReco_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -49,3 +49,5 @@\n # pps\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"35fccd443aced3ef0e482d362d384c8b6944dabd","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus05Percent_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatPlus05Percent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatPlus05Percent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatPlus05Percent_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n from Geometry.MuonNumbering.muonGeometryConstants_cff import *\n from Geometry.MuonNumbering.muonOffsetESProducer_cff import *\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"ac4d4008cc6b32d3dfd00e3010e71be8d6732357","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus10PercentReco_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatPlus10PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatPlus10PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatPlus10PercentReco_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -49,3 +49,5 @@\n # pps\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"053a7aa90c268f78d6830258dde2db9faec1f2c9","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus10Percent_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatPlus10Percent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatPlus10Percent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatPlus10Percent_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n from Geometry.MuonNumbering.muonGeometryConstants_cff import *\n from Geometry.MuonNumbering.muonOffsetESProducer_cff import *\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"d315da68612794ab74fa0684b340e5f8f6dfb8a8","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus05PercentReco_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatMinus05PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatMinus05PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatMinus05PercentReco_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -49,3 +49,5 @@\n # pps\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"eeedd12d998237b56db725c2c41d78e5bd6c55ad","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus05Percent_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatMinus05Percent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatMinus05Percent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatMinus05Percent_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n from Geometry.MuonNumbering.muonGeometryConstants_cff import *\n from Geometry.MuonNumbering.muonOffsetESProducer_cff import *\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"6472832bcf8d63d6058a20f958c84687a572f240","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus10PercentReco_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatMinus10PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatMinus10PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatMinus10PercentReco_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -49,3 +49,5 @@\n # pps\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"f605044091d7988eab35802d201729ef513dd4e6","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus10Percent_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatMinus10Percent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatMinus10Percent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatMinus10Percent_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n from Geometry.MuonNumbering.muonGeometryConstants_cff import *\n from Geometry.MuonNumbering.muonOffsetESProducer_cff import *\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"6ce12c657b54f154c1d4422014f178c0678e916c","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus05PercentReco_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatPlus05PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatPlus05PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatPlus05PercentReco_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -49,3 +49,5 @@\n # pps\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"5f22ef6e10cd7dc57e3a999f824af05c8315f915","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus05Percent_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatPlus05Percent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatPlus05Percent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatPlus05Percent_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n from Geometry.MuonNumbering.muonGeometryConstants_cff import *\n from Geometry.MuonNumbering.muonOffsetESProducer_cff import *\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"aa4d06e83d71deb40f344bd392986b7603898d69","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus10PercentReco_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatPlus10PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatPlus10PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatPlus10PercentReco_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -49,3 +49,5 @@\n # pps\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"2b85eca94163c35cdc363c0babbc45b3763ed7f2","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus10Percent_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatPlus10Percent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatPlus10Percent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatPlus10Percent_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n from Geometry.MuonNumbering.muonGeometryConstants_cff import *\n from Geometry.MuonNumbering.muonOffsetESProducer_cff import *\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"d99ffd6afd5f5dd804a309ba7bcdbf99714da036","filename":"Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus05PercentReco_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryExtended2017Plan1FlatMinus05PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryExtended2017Plan1FlatMinus05PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryExtended2017Plan1FlatMinus05PercentReco_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n from Geometry.EcalMapping.EcalMappingRecord_cfi import *\n from Geometry.HcalCommonData.hcalDDDRecConstants_cfi import *\n from Geometry.HcalEventSetup.hcalTopologyIdeal_cfi import *\n+-- dummy change --\n+-- dummy change --"},{"sha":"7adfa97a1812031c6010cf5210cf08411ce7aca0","filename":"Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus05Percent_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryExtended2017Plan1FlatMinus05Percent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryExtended2017Plan1FlatMinus05Percent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryExtended2017Plan1FlatMinus05Percent_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n from Geometry.MuonNumbering.muonGeometryConstants_cff import *\n from Geometry.MuonNumbering.muonOffsetESProducer_cff import *\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b92be586fb7c96f7ea701a280a2a5edb6d14d3a0","filename":"Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus10PercentReco_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryExtended2017Plan1FlatMinus10PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryExtended2017Plan1FlatMinus10PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryExtended2017Plan1FlatMinus10PercentReco_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n from Geometry.EcalMapping.EcalMappingRecord_cfi import *\n from Geometry.HcalCommonData.hcalDDDRecConstants_cfi import *\n from Geometry.HcalEventSetup.hcalTopologyIdeal_cfi import *\n+-- dummy change --\n+-- dummy change --"},{"sha":"205450c6f6337e7f174c86b4a340f582e2d9f292","filename":"Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus10Percent_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryExtended2017Plan1FlatMinus10Percent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryExtended2017Plan1FlatMinus10Percent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryExtended2017Plan1FlatMinus10Percent_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n from Geometry.MuonNumbering.muonGeometryConstants_cff import *\n from Geometry.MuonNumbering.muonOffsetESProducer_cff import *\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"3c1a2332e497b0849b799648dfaf1ed56df97270","filename":"Configuration/Geometry/python/GeometryExtended2017Plan1FlatPlus05PercentReco_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryExtended2017Plan1FlatPlus05PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryExtended2017Plan1FlatPlus05PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryExtended2017Plan1FlatPlus05PercentReco_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n from Geometry.EcalMapping.EcalMappingRecord_cfi import *\n from Geometry.HcalCommonData.hcalDDDRecConstants_cfi import *\n from Geometry.HcalEventSetup.hcalTopologyIdeal_cfi import *\n+-- dummy change --\n+-- dummy change --"},{"sha":"70a3a33dd5fd27724cbab7fbeb5f0431f29ebd2d","filename":"Configuration/Geometry/python/GeometryExtended2017Plan1FlatPlus10PercentReco_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryExtended2017Plan1FlatPlus10PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryExtended2017Plan1FlatPlus10PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryExtended2017Plan1FlatPlus10PercentReco_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n from Geometry.EcalMapping.EcalMappingRecord_cfi import *\n from Geometry.HcalCommonData.hcalDDDRecConstants_cfi import *\n from Geometry.HcalEventSetup.hcalTopologyIdeal_cfi import *\n+-- dummy change --\n+-- dummy change --"},{"sha":"7b91ce1e0a5f589b5af02a776707b05c3257fd1b","filename":"Configuration/Geometry/python/GeometryExtended2024FlatMinus05PercentReco_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryExtended2024FlatMinus05PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryExtended2024FlatMinus05PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryExtended2024FlatMinus05PercentReco_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -49,3 +49,5 @@\n # pps\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"84fc72e73974df0d94b095629974db32dc4be6bf","filename":"Configuration/Geometry/python/GeometryExtended2024FlatMinus10PercentReco_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryExtended2024FlatMinus10PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryExtended2024FlatMinus10PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryExtended2024FlatMinus10PercentReco_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -49,3 +49,5 @@\n # pps\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"1e9344cba0d4826e6770ee75579509cf383a6248","filename":"Configuration/Geometry/python/GeometryExtended2025FlatMinus05PercentReco_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryExtended2025FlatMinus05PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryExtended2025FlatMinus05PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryExtended2025FlatMinus05PercentReco_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -49,3 +49,5 @@\n # pps\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"0a599d87716f579958b6aff408cddf97a731cefa","filename":"Configuration/Geometry/python/GeometryExtended2025FlatMinus10PercentReco_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryExtended2025FlatMinus10PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FGeometry%2Fpython%2FGeometryExtended2025FlatMinus10PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryExtended2025FlatMinus10PercentReco_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -49,3 +49,5 @@\n # pps\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"93f970849b2211332150268810e768f9cca7cf93","filename":"Configuration/ProcessModifiers/python/ecal_component_finely_sampled_waveforms_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FProcessModifiers%2Fpython%2Fecal_component_finely_sampled_waveforms_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FProcessModifiers%2Fpython%2Fecal_component_finely_sampled_waveforms_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FProcessModifiers%2Fpython%2Fecal_component_finely_sampled_waveforms_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1,3 +1,5 @@\n import FWCore.ParameterSet.Config as cms\n \n ecal_component_finely_sampled_waveforms = cms.Modifier()\n+-- dummy change --\n+-- dummy change --"},{"sha":"284cacfcf9f2d2cefd119655eb8dc58e7a74c467","filename":"Configuration/ProcessModifiers/python/ticl_superclustering_mustache_ticl_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FProcessModifiers%2Fpython%2Fticl_superclustering_mustache_ticl_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FProcessModifiers%2Fpython%2Fticl_superclustering_mustache_ticl_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FProcessModifiers%2Fpython%2Fticl_superclustering_mustache_ticl_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,3 +2,5 @@\n \n # Modifier (to be applied on top of ticl_v5 modifier) to run superclustering using Mustache inside TICL (with tracksters as inputs)\n ticl_superclustering_mustache_ticl = cms.Modifier() \n+-- dummy change --\n+-- dummy change --"},{"sha":"950a6b9dc8ff9a562c7e605128356491b3c957c2","filename":"Configuration/ProcessModifiers/python/trackingMkFitDisplacedRegionalStep_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FProcessModifiers%2Fpython%2FtrackingMkFitDisplacedRegionalStep_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FProcessModifiers%2Fpython%2FtrackingMkFitDisplacedRegionalStep_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FProcessModifiers%2Fpython%2FtrackingMkFitDisplacedRegionalStep_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,3 +2,5 @@\n \n # This modifier sets replaces the default pattern recognition with mkFit for displacedRegionalStep\n trackingMkFitDisplacedRegionalStep = cms.Modifier()\n+-- dummy change --\n+-- dummy change --"},{"sha":"66bef221ece528e9f4178fee990b44296352ba7f","filename":"Configuration/ProcessModifiers/python/trackingMkFitInitialStepPreSplitting_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FProcessModifiers%2Fpython%2FtrackingMkFitInitialStepPreSplitting_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FProcessModifiers%2Fpython%2FtrackingMkFitInitialStepPreSplitting_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FProcessModifiers%2Fpython%2FtrackingMkFitInitialStepPreSplitting_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,3 +2,5 @@\n \n # This modifier sets replaces the default pattern recognition with mkFit for initialStep\n trackingMkFitInitialStepPreSplitting = cms.Modifier()\n+-- dummy change --\n+-- dummy change --"},{"sha":"a714c99a9154279a989173ee48e584cd44ed1401","filename":"Configuration/ProcessModifiers/python/unifiedparticleTransformerAK4SonicTriton_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FProcessModifiers%2Fpython%2FunifiedparticleTransformerAK4SonicTriton_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FProcessModifiers%2Fpython%2FunifiedparticleTransformerAK4SonicTriton_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FProcessModifiers%2Fpython%2FunifiedparticleTransformerAK4SonicTriton_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1,3 +1,5 @@\n import FWCore.ParameterSet.Config as cms\n \n unifiedparticleTransformerAK4SonicTriton = cms.Modifier()\n+-- dummy change --\n+-- dummy change --"},{"sha":"6111a53eb6265b0e8fa21ddd8bf038bae06844ee","filename":"Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p3_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FSkimming%2Ftest%2FCSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p3_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FSkimming%2Ftest%2FCSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p3_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FSkimming%2Ftest%2FCSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p3_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -149,3 +149,5 @@\n process.outputCsDiJet +\n process.outputCsTau\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"7e4f98ecdd63ec99c473b9624dbfcc8d92542e12","filename":"Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p4_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FSkimming%2Ftest%2FCSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p4_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FSkimming%2Ftest%2FCSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p4_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FSkimming%2Ftest%2FCSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p4_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -149,3 +149,5 @@\n process.outputCsDiJet +\n process.outputCsTau\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"1215e2559b66fd7a6dc368e288a13397c3d3456b","filename":"Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch2_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FSkimming%2Ftest%2FCSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch2_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FSkimming%2Ftest%2FCSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch2_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FSkimming%2Ftest%2FCSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch2_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -149,3 +149,5 @@\n process.outputCsDiJet +\n process.outputCsTau\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0792052c306db8f1ec8518a825e23a06ea007de8","filename":"Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch4_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FSkimming%2Ftest%2FCSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch4_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FSkimming%2Ftest%2FCSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch4_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FSkimming%2Ftest%2FCSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch4_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -149,3 +149,5 @@\n process.outputCsDiJet +\n process.outputCsTau\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"9d219a10ed92a198cb526158015718e9f1e2b76f","filename":"Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p3_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FSkimming%2Ftest%2FSDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p3_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FSkimming%2Ftest%2FSDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p3_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FSkimming%2Ftest%2FSDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p3_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -403,3 +403,5 @@\n process.outputCsOnia +\n process.outputCsTau\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"e4094eee8ac67bf4d571c7a7171af0702bc34074","filename":"Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p4_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FSkimming%2Ftest%2FSDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p4_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FSkimming%2Ftest%2FSDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p4_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FSkimming%2Ftest%2FSDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p4_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -403,3 +403,5 @@\n process.outputCsOnia +\n process.outputCsTau\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"3e526b8e164fe79414c0160f37623d76f2488407","filename":"Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess370patch2_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FSkimming%2Ftest%2FSDmaker_6SD_3CS_PDMinBias_1e28_reprocess370patch2_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FSkimming%2Ftest%2FSDmaker_6SD_3CS_PDMinBias_1e28_reprocess370patch2_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FSkimming%2Ftest%2FSDmaker_6SD_3CS_PDMinBias_1e28_reprocess370patch2_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -403,3 +403,5 @@\n process.outputCsOnia +\n process.outputCsTau\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"57156b347ff77531062619cf506d7622e7cb0790","filename":"Configuration/StandardSequences/python/SimulationRandomNumberGeneratorSeeds_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FStandardSequences%2Fpython%2FSimulationRandomNumberGeneratorSeeds_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Configuration%2FStandardSequences%2Fpython%2FSimulationRandomNumberGeneratorSeeds_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FStandardSequences%2Fpython%2FSimulationRandomNumberGeneratorSeeds_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,3 +2,5 @@\n \n from IOMC.RandomEngine.IOMC_cff import *\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"e8a3b93aa4e4e9ade21939f1995a503934b312de","filename":"DPGAnalysis/SiStripTools/python/SiStripConfObjectAPVPhaseOffsetsFakeESSource_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSiStripTools%2Fpython%2FSiStripConfObjectAPVPhaseOffsetsFakeESSource_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSiStripTools%2Fpython%2FSiStripConfObjectAPVPhaseOffsetsFakeESSource_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSiStripTools%2Fpython%2FSiStripConfObjectAPVPhaseOffsetsFakeESSource_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n ),\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"aeb042d7f6af04b67dc54ac4093bce1dc1c4fc1d","filename":"DPGAnalysis/SiStripTools/python/byclustsummsipixelvssistripmulteventfilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSiStripTools%2Fpython%2Fbyclustsummsipixelvssistripmulteventfilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSiStripTools%2Fpython%2Fbyclustsummsipixelvssistripmulteventfilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSiStripTools%2Fpython%2Fbyclustsummsipixelvssistripmulteventfilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@\n cut = cms.string(\"(mult2 > 30000) && ( mult2 > 20000+7*mult1)\")\n )\n \t\n+-- dummy change --\n+-- dummy change --"},{"sha":"4a06f88b09c4e490055622bd00419f04f98abc79","filename":"DPGAnalysis/SiStripTools/python/configurableapvcyclephaseproducer_CRAFT08_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSiStripTools%2Fpython%2Fconfigurableapvcyclephaseproducer_CRAFT08_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSiStripTools%2Fpython%2Fconfigurableapvcyclephaseproducer_CRAFT08_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSiStripTools%2Fpython%2Fconfigurableapvcyclephaseproducer_CRAFT08_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -71,3 +71,5 @@\n cms.PSet( runNumber = cms.int32(70675), phases = cms.untracked.vint32(46,47,46,46))\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"87ac70a6ea64f57f2946144c826ad8358f351c47","filename":"DPGAnalysis/SiStripTools/python/configurableapvcyclephaseproducer_GR09_withdefault_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSiStripTools%2Fpython%2Fconfigurableapvcyclephaseproducer_GR09_withdefault_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSiStripTools%2Fpython%2Fconfigurableapvcyclephaseproducer_GR09_withdefault_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSiStripTools%2Fpython%2Fconfigurableapvcyclephaseproducer_GR09_withdefault_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n \n APVPhases.defaultPhases = cms.vint32(30,30,30,30)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"1157d9fe081bf0047e9a75a6feb6edc6e84f3257","filename":"DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_additionalpeak_AlCaReco_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_FrameHeaderEvents_additionalpeak_AlCaReco_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_FrameHeaderEvents_additionalpeak_AlCaReco_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_FrameHeaderEvents_additionalpeak_AlCaReco_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -18,3 +18,5 @@\n )\n ) \n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"884f4f58e4f0b7ca397d50a79a8f42f6ae2d20fc","filename":"DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_firstpeak_AlCaReco_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_FrameHeaderEvents_firstpeak_AlCaReco_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_FrameHeaderEvents_firstpeak_AlCaReco_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_FrameHeaderEvents_firstpeak_AlCaReco_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -18,3 +18,5 @@\n )\n ) \n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c8757876817d61676309d3d7e824d440bb2a3951","filename":"DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_firstpeak_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_FrameHeaderEvents_firstpeak_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_FrameHeaderEvents_firstpeak_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_FrameHeaderEvents_firstpeak_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n )\n ) \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"c57b6c5bc4d45662a784b808ad925e1c214cecaa","filename":"DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_maxonly_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_FrameHeaderEvents_maxonly_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_FrameHeaderEvents_maxonly_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_FrameHeaderEvents_maxonly_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"91602372b3cb1dddc249e517bc6227776c12b72a","filename":"DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_secondpeak_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_FrameHeaderEvents_secondpeak_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_FrameHeaderEvents_secondpeak_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_FrameHeaderEvents_secondpeak_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"2f39e52fc5519a142ed48ed140ef649dcd5bb398","filename":"DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_widerange_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_FrameHeaderEvents_widerange_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_FrameHeaderEvents_widerange_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_FrameHeaderEvents_widerange_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d864e3c68102cb603b73c0b744b95822e0371d0c","filename":"DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_HugeEvents_AlCaReco_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_HugeEvents_AlCaReco_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_HugeEvents_AlCaReco_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_HugeEvents_AlCaReco_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -18,3 +18,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"bde6aa331f22122419a47bd56cc32e70babef441","filename":"DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_firstpeak_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TOB_FrameHeaderEvents_firstpeak_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TOB_FrameHeaderEvents_firstpeak_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TOB_FrameHeaderEvents_firstpeak_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"1ee84e1c2b7936512b5dd84ef6ee43405314590e","filename":"DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_maxonly_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TOB_FrameHeaderEvents_maxonly_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TOB_FrameHeaderEvents_maxonly_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TOB_FrameHeaderEvents_maxonly_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"88a213d426e80e23fc11a287467f13d0647441a4","filename":"DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_secondpeak_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TOB_FrameHeaderEvents_secondpeak_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TOB_FrameHeaderEvents_secondpeak_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TOB_FrameHeaderEvents_secondpeak_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"1c3e4767a05638c00b24da60878da4bb8e883f34","filename":"DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_widerange_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TOB_FrameHeaderEvents_widerange_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TOB_FrameHeaderEvents_widerange_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TOB_FrameHeaderEvents_widerange_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"4d8f1be041f872c2f5529ec0261ecb40f6fe6984","filename":"DPGAnalysis/SiStripTools/python/occupancyplotsselections_pixelphase1_detailed_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSiStripTools%2Fpython%2Foccupancyplotsselections_pixelphase1_detailed_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSiStripTools%2Fpython%2Foccupancyplotsselections_pixelphase1_detailed_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSiStripTools%2Fpython%2Foccupancyplotsselections_pixelphase1_detailed_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1430,3 +1430,5 @@\n \n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"5c8cb0b21017452511fb4ac3ef98093905c02d38","filename":"DPGAnalysis/SiStripTools/test/CondDBWriter_SiStripConfObjectAPVPhaseOffsets_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSiStripTools%2Ftest%2FCondDBWriter_SiStripConfObjectAPVPhaseOffsets_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSiStripTools%2Ftest%2FCondDBWriter_SiStripConfObjectAPVPhaseOffsets_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSiStripTools%2Ftest%2FCondDBWriter_SiStripConfObjectAPVPhaseOffsets_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -54,3 +54,5 @@\n process.siStripConfObjectDummyDBWriter.OpenIovAtTime = 246940\n \n process.p1 = cms.Path(process.siStripConfObjectDummyDBWriter)\n+-- dummy change --\n+-- dummy change --"},{"sha":"1491e26a6ae492d36c294a4f1906027de7e35aa1","filename":"DPGAnalysis/Skims/data/Cert_13TeV_16Dec2015ReReco_Collisions15_25ns_50ns_JSON.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSkims%2Fdata%2FCert_13TeV_16Dec2015ReReco_Collisions15_25ns_50ns_JSON.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSkims%2Fdata%2FCert_13TeV_16Dec2015ReReco_Collisions15_25ns_50ns_JSON.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSkims%2Fdata%2FCert_13TeV_16Dec2015ReReco_Collisions15_25ns_50ns_JSON.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1,2 +1,4 @@\n {\"251244\": [[85, 86], [88, 93], [96, 121], [123, 156], [158, 428], [430, 442]], \"251251\": [[1, 31], [33, 97], [99, 167]], \"251252\": [[1, 283], [285, 505], [507, 554]], \"251521\": [[39, 42]], \"251561\": [[1, 94]], \"251562\": [[1, 439], [443, 691]], \"251643\": [[1, 216], [222, 606]], \"251721\": [[1, 36]], \"251883\": [[56, 56], [58, 60], [62, 437]], \"254833\": [[43, 43], [46, 861], [863, 1505], [1507, 1582], [1584, 1632]],\n \"254231\": [[1, 24]], \"254232\": [[1, 81]], \"254790\": [[90, 90], [93, 630], [633, 697], [701, 715], [719, 784]], \"254852\": [[47, 94]], \"254879\": [[52, 52], [54, 140]], \"254906\": [[1, 75]], \"254907\": [[1, 52]], \"254914\": [[32, 32], [34, 78]], \"256630\": [[5, 26]], \"256673\": [[55, 56]], \"256674\": [[1, 2]], \"256675\": [[1, 106], [111, 164]], \"256676\": [[1, 160], [162, 208]], \"256677\": [[1, 291], [293, 390], [392, 397], [400, 455], [457, 482]], \"256801\": [[73, 263]], \"256842\": [[131, 132]], \"256843\": [[1, 204], [207, 284], [286, 378], [380, 461], [463, 587], [598, 627], [630, 661], [1001, 1034], [1036, 1081], [1083, 1191], [1193, 1193], [1195, 1329], [1331, 1332]], \"256866\": [[34, 47]], \"256867\": [[1, 16], [19, 94]], \"256868\": [[5, 33], [35, 200], [202, 492]], \"256869\": [[1, 34]], \"256926\": [[35, 50], [53, 62], [64, 65]], \"256941\": [[1, 17], [19, 29], [103, 105], [107, 126], [129, 129], [131, 168], [170, 170], [175, 290], [293, 294]], \"257461\": [[44, 95]], \"257531\": [[5, 45], [50, 143]], \"257599\": [[42, 118]], \"257613\": [[14, 1307]], \"257614\": [[1, 16]], \"257645\": [[37, 73], [75, 1096]], \"257682\": [[66, 366]], \"257722\": [[1, 19]], \"257723\": [[1, 1], [3, 108], [114, 148]], \"257735\": [[1, 15]], \"257751\": [[1, 463]], \"257804\": [[1, 17]], \"257805\": [[1, 249]], \"257816\": [[1, 385]], \"257819\": [[1, 248]], \"257968\": [[69, 326]], \"257969\": [[1, 634]], \"258129\": [[30, 124]], \"258136\": [[1, 60]], \"258157\": [[1, 56]], \"258158\": [[1, 1088], [1091, 1786]], \"258159\": [[1, 501]], \"258177\": [[1, 342], [347, 724], [755, 1939]], \"258211\": [[43, 129]], \"258213\": [[1, 165]], \"258214\": [[1, 217]], \"258215\": [[1, 6]], \"258287\": [[45, 144], [148, 227]], \"258403\": [[1, 251]], \"258425\": [[3, 136]], \"258426\": [[1, 10]], \"258427\": [[1, 107]], \"258428\": [[1, 159]], \"258432\": [[1, 4]], \"258434\": [[1, 453]], \"258440\": [[1, 442], [444, 732]], \"258444\": [[1, 37]], \"258445\": [[1, 302]], \"258446\": [[1, 142]], \"258448\": [[2, 100], [102, 731]], \"258655\": [[60, 68]], \"258656\": [[1, 334]], \"258694\": [[23, 199]], \"258702\": [[52, 402]], \"258703\": [[1, 389]], \"258705\": [[1, 100]], \"258706\": [[1, 733]], \"258712\": [[1, 524]], \"258713\": [[1, 161]], \"258714\": [[1, 67]], \"258741\": [[22, 72]], \"258742\": [[2, 693]], \"258745\": [[1, 260]], \"258749\": [[1, 204], [220, 604]], \"258750\": [[1, 197]], \"259626\": [[83, 111], [113, 167], [169, 437]], \"259637\": [[1, 72], [75, 221]], \"259681\": [[64, 98]], \"259683\": [[5, 19], [21, 23], [25, 94]], \"259685\": [[1, 209], [212, 240], [242, 290], [292, 445], [447, 538], [540, 544], [546, 630]], \"259686\": [[1, 43], [45, 47], [49, 100], [102, 245], [248, 341]], \"259721\": [[73, 99], [102, 408]], \"259809\": [[53, 222]], \"259810\": [[1, 113], [116, 116]], \"259811\": [[1, 47], [50, 91]], \"259813\": [[1, 10]], \"259817\": [[1, 5]], \"259818\": [[1, 160]], \"259820\": [[1, 32], [36, 161]], \"259821\": [[1, 75], [78, 212]], \"259822\": [[1, 14], [17, 464]], \"259861\": [[1, 34], [36, 38], [40, 66], [69, 156]], \"259862\": [[1, 13], [16, 532]], \"259884\": [[73, 143], [147, 155]], \"259890\": [[1, 34], [37, 109]], \"259891\": [[1, 108]], \"260373\": [[47, 370], [373, 408]], \"260424\": [[3, 12], [15, 266], [269, 672]], \"260425\": [[1, 18], [21, 55], [58, 256]], \"260426\": [[1, 52], [55, 296], [298, 307], [310, 504]], \"260427\": [[1, 285]], \"260431\": [[1, 447]], \"260532\": [[3, 8], [10, 456], [458, 746]], \"260533\": [[1, 14]], \"260534\": [[1, 375]], \"260536\": [[9, 37], [45, 60], [62, 193]], \"260538\": [[1, 284]], \"260541\": [[1, 24]], \"260575\": [[2, 21]], \"260576\": [[2, 88], [90, 465]], \"260577\": [[1, 76]], \"260593\": [[65, 401]], \"260627\": [[97, 611], [613, 757], [760, 788], [791, 1051], [1054, 1530], [1533, 1845]]}\n+-- dummy change --\n+-- dummy change --"},{"sha":"d7ad4d421656a459a5380440948da02751c72771","filename":"DPGAnalysis/Skims/data/Cert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON.txt","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSkims%2Fdata%2FCert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSkims%2Fdata%2FCert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSkims%2Fdata%2FCert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1 +1,2 @@\n-{\"190645\": [[10, 110]], \"190646\": [[1, 111]], \"190659\": [[33, 167]], \"190679\": [[1, 55]], \"190688\": [[69, 249]], \"190702\": [[51, 53], [55, 122], [124, 169]], \"190703\": [[1, 252]], \"190704\": [[1, 3]], \"190705\": [[1, 5], [7, 65], [81, 336], [338, 350], [353, 383]], \"190706\": [[1, 126]], \"190707\": [[1, 237], [239, 257]], \"190708\": [[1, 189]], \"190733\": [[71, 96], [99, 389], [392, 460]], \"190736\": [[1, 80], [83, 185]], \"190738\": [[1, 130], [133, 226], [229, 349]], \"190782\": [[55, 181], [184, 233], [236, 399], [401, 409]], \"190895\": [[64, 202], [210, 302], [305, 584], [587, 948]], \"190906\": [[73, 256], [259, 354], [356, 496]], \"190945\": [[124, 207]], \"190949\": [[1, 81]], \"191043\": [[45, 46]], \"191046\": [[1, 21], [24, 82], [84, 88], [92, 116], [119, 180], [183, 183], [185, 239]], \"191056\": [[1, 1], [4, 9], [16, 17], [19, 19]], \"191057\": [[1, 1], [4, 40]], \"191062\": [[1, 1], [3, 3], [5, 214], [216, 541]], \"191090\": [[1, 55]], \"191201\": [[38, 49], [52, 79]], \"191202\": [[1, 64], [66, 68], [87, 105], [108, 118]], \"191226\": [[77, 78], [81, 831], [833, 1454], [1456, 1466], [1469, 1507], [1510, 1686]], \"191247\": [[1, 153], [156, 280], [283, 606], [608, 620], [622, 818], [821, 834], [837, 1031], [1034, 1046], [1049, 1140], [1143, 1187], [1190, 1214], [1217, 1224]], \"191248\": [[1, 103]], \"191264\": [[59, 79], [82, 152], [155, 189]], \"191271\": [[56, 223], [225, 363]], \"191276\": [[1, 16]], \"191277\": [[1, 28], [30, 164], [167, 253], [255, 457], [460, 535], [537, 576], [579, 775], [778, 811], [813, 849]], \"191367\": [[1, 2]], \"191411\": [[1, 23]], \"191695\": [[1, 1]], \"191718\": [[43, 95], [98, 207]], \"191720\": [[1, 1], [3, 15], [17, 181]], \"191721\": [[1, 1], [3, 34], [36, 183], [186, 189]], \"191726\": [[1, 13]], \"191810\": [[15, 15], [22, 49], [52, 92]], \"191830\": [[54, 242], [245, 301], [304, 393]], \"191833\": [[1, 1], [3, 103]], \"191834\": [[1, 30], [33, 74], [77, 299], [302, 352]], \"191837\": [[1, 44], [47, 53], [56, 65]], \"191856\": [[1, 133]], \"191859\": [[1, 28], [31, 126]], \"193093\": [[1, 33]], \"193123\": [[1, 27]], \"193124\": [[1, 52]], \"193192\": [[58, 86]], \"193193\": [[1, 6], [8, 8], [11, 83], [86, 120], [122, 160], [162, 274], [276, 495], [497, 506]], \"193207\": [[54, 182]], \"193334\": [[29, 172]], \"193336\": [[1, 264], [267, 492], [495, 684], [687, 729], [732, 951]], \"193541\": [[77, 101], [103, 413], [416, 575], [578, 619]], \"193556\": [[41, 83]], \"193557\": [[1, 84]], \"193575\": [[48, 173], [176, 349], [351, 394], [397, 415], [417, 658], [660, 752]], \"193621\": [[60, 570], [573, 769], [772, 976], [979, 1053], [1056, 1137], [1139, 1193], [1195, 1371], [1373, 1654]], \"193834\": [[1, 35]], \"193835\": [[1, 20], [22, 26]], \"193836\": [[1, 2]], \"193998\": [[66, 113], [115, 278]], \"193999\": [[1, 45]], \"194027\": [[57, 113]], \"194050\": [[53, 113], [116, 273], [275, 355], [357, 369], [372, 391], [394, 490], [492, 814], [816, 1435], [1437, 1735], [1760, 1888]], \"194051\": [[1, 12]], \"194052\": [[1, 99], [102, 166]], \"194075\": [[48, 101], [103, 103], [105, 107], [109, 109], [111, 111]], \"194076\": [[1, 9], [11, 55], [58, 163], [165, 228], [230, 264], [267, 507], [509, 527], [530, 538], [541, 562], [565, 748]], \"194108\": [[81, 161], [164, 264], [266, 373], [376, 396], [398, 433], [436, 452], [454, 577], [579, 590], [593, 668], [671, 872]], \"194115\": [[66, 184], [186, 338], [340, 346], [348, 493], [496, 731], [819, 857]], \"194117\": [[1, 38]], \"194119\": [[1, 229], [232, 261]], \"194120\": [[1, 162], [165, 406]], \"194150\": [[42, 127], [129, 261], [264, 311]], \"194151\": [[47, 72], [75, 191], [193, 238], [240, 617], [619, 619], [621, 621], [623, 623]], \"194153\": [[1, 115]], \"194199\": [[96, 227], [229, 336], [339, 402]], \"194210\": [[3, 195], [198, 217], [220, 359], [361, 555]], \"194223\": [[61, 112]], \"194224\": [[1, 126], [129, 206], [208, 250], [253, 309], [312, 386], [389, 412]], \"194225\": [[1, 23], [26, 47], [49, 85], [88, 149]], \"194270\": [[56, 68]], \"194303\": [[56, 66], [69, 102]], \"194304\": [[1, 43], [46, 46]], \"194305\": [[1, 84]], \"194314\": [[52, 130], [133, 300]], \"194315\": [[1, 10], [13, 314], [317, 428], [431, 452], [455, 467]], \"194317\": [[1, 20]], \"194424\": [[63, 141], [144, 195], [198, 266], [268, 421], [424, 478], [481, 531], [534, 553], [556, 706], [708, 708]], \"194428\": [[1, 85], [87, 122], [125, 294], [296, 465]], \"194429\": [[1, 4], [7, 54], [57, 147], [150, 411], [413, 742], [745, 986], [988, 1019]], \"194439\": [[46, 77], [79, 106]], \"194455\": [[45, 64], [67, 140], [142, 255], [293, 303]], \"194464\": [[1, 127], [130, 142], [145, 210]], \"194479\": [[1, 44], [165, 232], [235, 262], [265, 374], [377, 431], [434, 489], [492, 529], [531, 566]], \"194480\": [[1, 32], [34, 205], [207, 375], [377, 387], [389, 759], [762, 956], [959, 1402]], \"194533\": [[46, 379], [382, 415], [417, 618], [620, 872]], \"194619\": [[31, 110]], \"194631\": [[1, 42], [44, 100], [102, 169], [171, 222]], \"194643\": [[1, 287]], \"194644\": [[1, 168], [171, 181], [184, 185], [187, 319], [321, 421]], \"194691\": [[61, 104], [107, 155], [158, 251], [254, 268], [271, 272], [275, 289], [292, 313]], \"194699\": [[1, 30], [32, 52], [55, 64], [67, 71], [73, 154], [157, 215], [218, 238], [241, 259]], \"194702\": [[1, 138], [141, 191]], \"194704\": [[1, 41], [44, 545], [548, 592]], \"194711\": [[1, 7], [9, 619]], \"194712\": [[1, 56], [61, 418], [420, 625], [627, 759]], \"194735\": [[44, 71], [74, 101], [104, 130]], \"194778\": [[60, 118], [120, 219]], \"194789\": [[1, 18], [21, 32], [34, 80], [82, 166], [168, 269], [272, 405], [409, 414], [417, 427], [430, 566]], \"194790\": [[1, 45]], \"194825\": [[72, 117], [120, 221]], \"194896\": [[34, 55], [58, 79], [82, 103]], \"194897\": [[1, 6], [8, 78], [80, 96], [98, 102]], \"194912\": [[53, 70], [72, 96], [98, 444], [446, 450], [453, 467], [470, 561], [564, 660], [663, 813], [815, 840], [843, 864], [866, 1004], [1007, 1025], [1027, 1067], [1069, 1137], [1140, 1166], [1168, 1249], [1251, 1304], [1307, 1444], [1447, 1487], [1489, 1503], [1506, 1662]], \"194914\": [[1, 38]], \"194915\": [[1, 74]], \"195013\": [[94, 144], [146, 185], [187, 206], [208, 299], [302, 324], [326, 366], [369, 447], [450, 526], [528, 541]], \"195014\": [[1, 6], [9, 119], [121, 148]], \"195015\": [[1, 13]], \"195016\": [[1, 21], [23, 55], [58, 63], [65, 174], [177, 184], [186, 241], [243, 246], [248, 251], [254, 367], [370, 422], [425, 560], [563, 569]], \"195099\": [[70, 144], [147, 186], [189, 208], [211, 224], [227, 248]], \"195109\": [[98, 241]], \"195112\": [[1, 12], [15, 26]], \"195113\": [[1, 209], [212, 388], [391, 403], [406, 419], [422, 492], [495, 579]], \"195114\": [[1, 69], [72, 103]], \"195115\": [[1, 7], [10, 22]], \"195147\": [[132, 282], [285, 294], [297, 331], [334, 363], [366, 442], [445, 536], [539, 559]], \"195163\": [[72, 138], [140, 224], [227, 240], [243, 243], [246, 347]], \"195164\": [[1, 64]], \"195165\": [[1, 4], [7, 41], [44, 54], [56, 153], [156, 260], [263, 266]], \"195251\": [[1, 131], [134, 137], [140, 152], [154, 165], [167, 242]], \"195303\": [[109, 191], [194, 277], [280, 310], [312, 316], [318, 409]], \"195304\": [[1, 3], [6, 22], [27, 80], [83, 100], [103, 154], [157, 341], [344, 588], [590, 727], [729, 1003], [1006, 1079], [1083, 1140], [1143, 1229]], \"195378\": [[90, 117], [120, 127], [130, 185], [187, 204], [206, 302], [305, 542], [544, 565], [567, 645], [647, 701], [703, 734], [737, 1120], [1122, 1133]], \"195390\": [[1, 1], [4, 27], [30, 145], [147, 183], [186, 187], [190, 208], [210, 213], [215, 400]], \"195396\": [[49, 55], [58, 63], [66, 131]], \"195397\": [[1, 10], [12, 89], [92, 120], [123, 141], [143, 251], [253, 253], [256, 475], [478, 525], [527, 608], [611, 776], [779, 970], [972, 1121], [1123, 1181], [1184, 1198], [1200, 1209]], \"195398\": [[3, 137], [139, 494], [497, 585], [587, 817], [820, 824], [827, 1225], [1228, 1307], [1309, 1712], [1721, 1736], [1741, 1752], [1767, 1795]], \"195399\": [[1, 192], [194, 382]], \"195530\": [[1, 80], [82, 104], [107, 156], [159, 300], [302, 405]], \"195540\": [[68, 123], [126, 137], [140, 283], [286, 319]], \"195551\": [[91, 106]], \"195552\": [[1, 21], [23, 27], [30, 147], [149, 155], [158, 182], [185, 287], [290, 349], [352, 469], [472, 815], [818, 823], [825, 883], [885, 1152], [1154, 1300], [1303, 1789]], \"195633\": [[40, 42]], \"195647\": [[1, 41]], \"195649\": [[1, 69], [72, 151], [154, 181], [183, 247]], \"195655\": [[1, 129], [131, 184], [186, 260], [263, 350], [353, 446], [448, 483], [485, 498]], \"195656\": [[1, 362]], \"195658\": [[1, 37], [40, 362], [364, 382], [384, 386]], \"195749\": [[1, 8], [10, 33], [36, 131]], \"195757\": [[1, 82], [85, 115], [118, 161], [163, 206]], \"195758\": [[1, 18]], \"195774\": [[1, 13], [16, 137], [139, 151], [154, 162], [164, 256], [258, 276], [279, 362], [365, 466], [469, 618], [620, 649], [651, 830]], \"195775\": [[1, 57], [60, 100], [103, 170]], \"195776\": [[1, 63], [66, 283], [286, 337], [340, 399], [401, 409], [411, 477]], \"195841\": [[74, 85]], \"195868\": [[1, 88], [90, 107], [110, 205]], \"195915\": [[1, 109], [111, 275], [278, 390], [393, 417], [419, 429], [432, 505], [507, 747], [749, 785], [787, 828], [830, 850]], \"195916\": [[1, 16], [19, 68], [71, 212]], \"195917\": [[1, 4]], \"195918\": [[1, 44], [46, 46], [49, 64]], \"195919\": [[1, 15]], \"195923\": [[1, 14]], \"195925\": [[1, 12]], \"195926\": [[1, 1], [3, 19], [21, 34]], \"195929\": [[1, 29]], \"195930\": [[1, 77], [80, 176], [179, 526], [529, 596]], \"195937\": [[1, 28], [31, 186], [188, 396]], \"195947\": [[23, 62], [64, 88]], \"195948\": [[51, 116], [119, 144], [147, 147], [150, 352], [355, 369], [372, 402], [404, 500], [503, 540], [543, 565], [567, 602], [605, 615]], \"195950\": [[1, 71], [73, 138], [141, 169], [172, 332], [335, 350], [353, 382], [385, 421], [424, 450], [453, 483], [485, 616], [619, 715], [718, 787], [789, 800], [803, 829], [831, 831], [833, 1587]], \"195963\": [[54, 58]], \"195970\": [[44, 49], [51, 85]], \"196019\": [[54, 68]], \"196027\": [[1, 55], [58, 119], [121, 155], [158, 186]], \"196046\": [[12, 40]], \"196047\": [[1, 64], [70, 75]], \"196048\": [[1, 44], [46, 48]], \"196197\": [[58, 122], [125, 179], [181, 311], [313, 516], [519, 562]], \"196199\": [[1, 33], [36, 83], [86, 118], [121, 147], [150, 237], [239, 285], [287, 534]], \"196200\": [[1, 68]], \"196202\": [[3, 61], [64, 108]], \"196203\": [[1, 102], [107, 117]], \"196218\": [[55, 199], [201, 224], [226, 393], [396, 494], [496, 741], [744, 752], [754, 757], [759, 820]], \"196239\": [[1, 59], [62, 154], [157, 272], [274, 373], [375, 432], [435, 465], [468, 647], [650, 706], [709, 1025]], \"196249\": [[63, 77], [80, 99]], \"196250\": [[1, 2], [5, 265], [267, 426]], \"196252\": [[1, 35]], \"196334\": [[59, 111], [113, 123], [126, 132], [135, 167], [170, 193], [196, 257], [259, 267], [270, 289], [292, 342]], \"196349\": [[65, 84], [86, 154], [157, 244], [246, 258]], \"196357\": [[1, 4]], \"196359\": [[1, 2]], \"196362\": [[1, 88]], \"196363\": [[1, 8], [11, 34]], \"196364\": [[1, 93], [96, 136], [139, 365], [368, 380], [382, 601], [603, 795], [798, 884], [887, 1196], [1199, 1200], [1203, 1299]], \"196437\": [[1, 1], [3, 74], [77, 169]], \"196438\": [[1, 181], [184, 699], [701, 1269]], \"196452\": [[82, 112], [114, 490], [493, 586], [589, 618], [622, 668], [671, 716], [718, 726], [728, 956], [958, 1004], [1007, 1091]], \"196453\": [[1, 74], [77, 145], [147, 669], [673, 714], [717, 799], [802, 988], [991, 1178], [1180, 1180], [1182, 1248], [1250, 1528], [1531, 1647]], \"196495\": [[114, 180], [182, 272]], \"196509\": [[1, 68]], \"196531\": [[62, 150], [152, 253], [256, 285], [288, 302], [305, 422], [425, 440]], \"198049\": [[1, 11], [14, 57]], \"198050\": [[2, 155]], \"198063\": [[1, 37], [40, 72], [74, 124], [127, 294]], \"198116\": [[36, 52], [54, 55], [58, 96], [98, 112]], \"198207\": [[1, 97]], \"198208\": [[1, 92], [94, 134], [137, 147], [150, 209]], \"198210\": [[1, 221]], \"198212\": [[1, 574]], \"198213\": [[1, 107]], \"198215\": [[1, 12]], \"198230\": [[1, 33], [36, 57], [60, 235], [237, 324], [326, 388], [390, 459], [462, 625], [627, 651], [653, 805], [808, 811], [814, 948], [950, 1090], [1093, 1103], [1106, 1332], [1335, 1380]], \"198249\": [[1, 7]], \"198269\": [[3, 198]], \"198271\": [[1, 91], [93, 170], [173, 299], [301, 450], [453, 513], [516, 616], [619, 628], [631, 791], [793, 797]], \"198272\": [[1, 185], [188, 245], [248, 314], [317, 433], [436, 444], [454, 620]], \"198346\": [[44, 47]], \"198372\": [[57, 110]], \"198485\": [[68, 109], [112, 134], [136, 181], [184, 239]], \"198487\": [[1, 145], [147, 514], [517, 668], [671, 733], [736, 757], [760, 852], [854, 994], [997, 1434], [1437, 1610]], \"198522\": [[65, 144], [147, 208]], \"198941\": [[102, 189], [191, 220], [222, 241], [243, 249], [252, 284]], \"198954\": [[108, 156], [159, 277]], \"198955\": [[1, 45], [47, 50], [53, 220], [223, 269], [271, 284], [286, 338], [340, 580], [583, 742], [744, 910], [913, 946], [949, 1162], [1165, 1169], [1172, 1182], [1185, 1188], [1190, 1246], [1249, 1304], [1306, 1467], [1470, 1485], [1487, 1552]], \"198969\": [[58, 81], [84, 247], [249, 323], [325, 365], [367, 413], [416, 466], [468, 643], [646, 918], [920, 1011], [1013, 1175], [1178, 1236], [1239, 1253]], \"199008\": [[75, 93], [95, 121], [124, 208], [211, 331], [333, 373], [376, 482], [485, 605], [608, 644]], \"199011\": [[1, 11], [13, 24]], \"199021\": [[59, 88], [91, 128], [130, 133], [136, 309], [311, 333], [335, 410], [414, 469], [471, 533], [535, 563], [565, 1223], [1226, 1479], [1481, 1494]], \"199318\": [[65, 138]], \"199319\": [[1, 7], [9, 223], [226, 277], [280, 348], [351, 358], [360, 422], [424, 490], [492, 493], [496, 612], [615, 642], [645, 720], [723, 728], [730, 731], [734, 741], [744, 752], [754, 943], [945, 997]], \"199336\": [[1, 33], [36, 122], [125, 231], [234, 614], [617, 789], [791, 977]], \"199356\": [[95, 121], [123, 168], [171, 205], [208, 231]], \"199409\": [[25, 54], [56, 89], [91, 204], [206, 290], [293, 583], [586, 602], [604, 1014], [1016, 1300]], \"199428\": [[61, 197], [200, 210], [212, 382], [387, 414], [417, 436], [439, 530], [533, 648]], \"199429\": [[1, 28], [30, 36], [39, 55], [58, 101], [103, 148], [151, 154]], \"199435\": [[63, 106], [109, 261], [263, 579], [582, 654], [656, 696], [699, 1034], [1037, 1144], [1147, 1327], [1330, 1411], [1414, 1431], [1434, 1441], [1444, 1487], [1489, 1610]], \"199436\": [[1, 113], [116, 254], [257, 675], [678, 748]], \"199564\": [[1, 3]], \"199569\": [[1, 2], [5, 136], [139, 367]], \"199570\": [[1, 17]], \"199571\": [[1, 184], [186, 360], [363, 561]], \"199572\": [[1, 317]], \"199573\": [[1, 22]], \"199574\": [[1, 53], [56, 153], [156, 246]], \"199608\": [[60, 157], [159, 209], [211, 341], [344, 390], [392, 461], [464, 800], [802, 1064], [1067, 1392], [1395, 1630], [1633, 1904], [1907, 1962], [1965, 2252], [2255, 2422]], \"199698\": [[72, 94], [96, 127]], \"199699\": [[1, 154], [157, 169], [172, 410], [412, 756]], \"199703\": [[1, 94], [97, 482], [485, 529]], \"199739\": [[66, 133]], \"199751\": [[103, 119], [121, 127]], \"199752\": [[1, 141], [144, 180], [182, 186], [188, 211], [214, 322]], \"199753\": [[1, 59]], \"199754\": [[1, 203], [205, 325], [328, 457], [459, 607], [610, 613], [615, 806], [808, 998]], \"199804\": [[78, 88], [90, 181], [183, 235], [238, 278], [281, 290], [292, 519], [522, 575], [577, 628], [631, 632]], \"199812\": [[70, 141], [144, 163], [182, 211], [214, 471], [474, 505], [508, 557], [560, 571], [574, 623], [626, 751], [754, 796]], \"199832\": [[58, 62], [65, 118], [121, 139], [142, 286]], \"199833\": [[1, 13], [16, 103], [105, 250], [253, 493], [496, 794], [797, 1032], [1034, 1185], [1188, 1239]], \"199834\": [[1, 9], [11, 11], [14, 18], [21, 54], [56, 57], [62, 65], [69, 284], [286, 503], [505, 942]], \"199862\": [[59, 141]], \"199864\": [[1, 87], [89, 89], [92, 103], [106, 372], [374, 385], [388, 486]], \"199867\": [[1, 134], [136, 172], [174, 218], [221, 320]], \"199868\": [[1, 21]], \"199875\": [[70, 150], [152, 334]], \"199876\": [[1, 19], [22, 95], [97, 249], [252, 272], [274, 340], [343, 362], [365, 376]], \"199877\": [[1, 173], [175, 605], [607, 701], [703, 871]], \"199960\": [[72, 139], [141, 197], [204, 232], [235, 363], [365, 367], [370, 380], [383, 459], [461, 466], [469, 485]], \"199961\": [[1, 211], [213, 287]], \"199967\": [[60, 120], [122, 170], [172, 198]], \"199973\": [[73, 89]], \"200041\": [[62, 83], [85, 157], [162, 274], [277, 318], [321, 335], [337, 386], [388, 389], [392, 400], [402, 568], [571, 593], [595, 646], [649, 728], [731, 860], [862, 930], [932, 1096]], \"200042\": [[1, 110], [112, 536]], \"200049\": [[1, 177]], \"200075\": [[76, 139], [142, 232], [256, 326], [329, 422], [425, 431], [434, 500], [502, 605]], \"200091\": [[67, 67], [70, 151], [154, 172], [174, 187], [190, 196], [199, 201], [204, 425], [428, 535], [537, 607], [610, 879], [881, 943], [946, 999], [1001, 1025], [1027, 1132], [1135, 1339], [1341, 1433], [1435, 1450], [1453, 1523], [1526, 1664], [1667, 1680], [1683, 1710]], \"200152\": [[74, 116]], \"200160\": [[52, 68]], \"200161\": [[1, 97], [100, 112]], \"200174\": [[81, 84]], \"200177\": [[1, 56]], \"200178\": [[1, 38]], \"200180\": [[1, 18]], \"200186\": [[1, 3], [6, 24]], \"200188\": [[1, 24], [27, 28], [31, 76], [79, 271], [274, 352]], \"200190\": [[1, 4], [6, 76], [79, 143], [146, 159], [162, 256], [258, 321], [324, 401], [403, 453], [456, 457], [460, 565], [567, 588], [591, 591], [593, 595], [597, 646], [649, 878]], \"200229\": [[1, 33], [41, 219], [222, 244], [247, 290], [293, 624], [627, 629]], \"200243\": [[69, 103], [106, 139]], \"200244\": [[3, 304], [307, 442], [445, 507], [510, 619]], \"200245\": [[1, 103], [105, 128], [131, 248], [251, 357]], \"200368\": [[72, 180]], \"200369\": [[1, 5], [8, 61], [64, 360], [363, 439], [441, 578], [580, 603], [606, 684], [686, 686]], \"200381\": [[8, 15], [18, 36], [38, 89], [91, 195]], \"200466\": [[134, 274]], \"200473\": [[96, 157], [159, 224], [226, 304], [306, 469], [472, 524], [527, 542], [545, 619], [622, 688], [691, 730], [733, 738], [740, 1324]], \"200491\": [[87, 107], [110, 149], [152, 157], [160, 197], [199, 237], [240, 270], [273, 273], [276, 334], [336, 360], [363, 419]], \"200515\": [[97, 183]], \"200519\": [[1, 111], [114, 126], [129, 136], [138, 224], [227, 258], [261, 350], [353, 611], [613, 747]], \"200525\": [[77, 149], [151, 164], [166, 190], [193, 276], [278, 311], [314, 464], [467, 488], [491, 674], [676, 704], [707, 755], [757, 895], [898, 937], [939, 990]], \"200532\": [[1, 37]], \"200599\": [[75, 129], [132, 137]], \"200600\": [[1, 183], [186, 299], [302, 313], [316, 324], [327, 334], [336, 397], [399, 417], [420, 526], [529, 591], [594, 596], [598, 609], [611, 660], [663, 823], [826, 900], [902, 943], [945, 1139]], \"200961\": [[1, 115]], \"200976\": [[94, 164]], \"200990\": [[75, 143]], \"200991\": [[1, 42], [44, 44], [47, 80], [83, 175], [178, 181], [184, 252], [255, 632], [635, 916], [918, 1017], [1019, 1048]], \"200992\": [[1, 405], [408, 434], [436, 581]], \"201062\": [[78, 268]], \"201097\": [[83, 136], [138, 245], [248, 300], [303, 370], [372, 429], [432, 497]], \"201114\": [[1, 14]], \"201115\": [[1, 73]], \"201159\": [[70, 211]], \"201164\": [[1, 8], [10, 94], [96, 125], [128, 178], [180, 198], [200, 271], [274, 416], [418, 418]], \"201168\": [[1, 37], [39, 275], [278, 481], [483, 558], [560, 730]], \"201173\": [[1, 194], [197, 586]], \"201174\": [[1, 214], [216, 263], [265, 339], [342, 451]], \"201191\": [[75, 98], [100, 216], [218, 389], [392, 492], [494, 506], [509, 585], [587, 594], [597, 607], [609, 794], [796, 838], [841, 974], [977, 1105], [1108, 1117], [1120, 1382], [1385, 1386]], \"201193\": [[1, 19]], \"201196\": [[1, 238], [241, 278], [286, 299], [302, 338], [341, 515], [518, 720], [723, 789], [803, 841]], \"201197\": [[1, 23]], \"201202\": [[1, 437]], \"201229\": [[1, 5], [8, 26], [29, 73]], \"201278\": [[62, 163], [166, 229], [232, 256], [259, 316], [318, 595], [598, 938], [942, 974], [976, 1160], [1163, 1304], [1306, 1793], [1796, 1802], [1805, 1906], [1909, 1929], [1932, 2174]], \"201554\": [[70, 86], [88, 114], [116, 126]], \"201602\": [[76, 81], [83, 194], [196, 494], [496, 614], [617, 635]], \"201611\": [[87, 145], [149, 182], [184, 186]], \"201613\": [[1, 42], [44, 49], [53, 210], [213, 215], [218, 225], [228, 646]], \"201624\": [[83, 92], [95, 240], [270, 270]], \"201625\": [[211, 312], [315, 348], [351, 416], [418, 588], [591, 671], [673, 758], [760, 791], [793, 944]], \"201657\": [[77, 93], [95, 108], [110, 118]], \"201658\": [[1, 19], [21, 118], [121, 136], [139, 288]], \"201668\": [[78, 157]], \"201669\": [[1, 9], [12, 136], [139, 141], [143, 165]], \"201671\": [[1, 120], [122, 174], [177, 462], [464, 482], [485, 499], [501, 545], [547, 571], [574, 614], [617, 766], [768, 896], [899, 911], [914, 1007]], \"201678\": [[1, 120]], \"201679\": [[1, 110], [112, 241], [244, 298], [302, 321], [324, 461], [463, 483]], \"201692\": [[78, 81], [83, 179]], \"201705\": [[65, 73], [75, 109], [111, 187]], \"201706\": [[1, 62]], \"201707\": [[1, 23], [26, 42], [45, 115], [118, 130], [133, 160], [163, 276], [279, 471], [473, 511], [514, 545], [547, 570], [572, 622], [625, 735], [738, 806], [809, 876], [879, 964]], \"201708\": [[1, 79]], \"201718\": [[58, 108]], \"201727\": [[67, 185]], \"201729\": [[6, 20], [22, 75], [77, 126], [129, 154], [156, 216], [219, 244]], \"201794\": [[58, 94]], \"201802\": [[68, 209], [211, 214], [216, 220], [223, 288], [290, 296]], \"201816\": [[1, 72], [74, 105], [107, 157]], \"201817\": [[1, 274]], \"201818\": [[1, 1]], \"201819\": [[1, 94], [96, 241]], \"201824\": [[1, 139], [141, 176], [179, 286], [289, 492]], \"202012\": [[98, 121], [126, 131]], \"202013\": [[1, 2], [5, 35], [38, 57]], \"202014\": [[1, 5], [8, 14], [16, 18], [20, 77], [79, 102], [104, 174], [177, 190], [192, 196]], \"202016\": [[1, 48], [51, 134], [137, 177], [179, 743], [745, 831], [834, 890], [893, 896], [898, 932], [934, 1010]], \"202044\": [[84, 101], [104, 266], [268, 461], [463, 466]], \"202045\": [[1, 30], [33, 72], [75, 528], [531, 601], [603, 785], [788, 809], [822, 823]], \"202054\": [[6, 266], [268, 489], [492, 605], [608, 631]], \"202060\": [[76, 142], [144, 154], [156, 244], [246, 497], [499, 642], [644, 682], [684, 743], [746, 936]], \"202074\": [[66, 174]], \"202075\": [[1, 18], [21, 187], [189, 214], [217, 247], [250, 342], [345, 406], [409, 497], [500, 537], [539, 539], [542, 560], [562, 615], [618, 628]], \"202084\": [[83, 156], [159, 177], [179, 180], [182, 239]], \"202087\": [[1, 25], [28, 208], [210, 357], [359, 652], [655, 853], [856, 1093]], \"202088\": [[1, 286]], \"202093\": [[1, 104], [107, 320], [322, 360]], \"202116\": [[59, 60]], \"202178\": [[67, 78], [80, 88], [91, 177], [180, 186], [188, 337], [340, 377], [379, 425], [428, 475], [478, 548], [551, 717], [720, 965], [967, 1444], [1447, 1505], [1508, 1519], [1522, 1555]], \"202205\": [[94, 114]], \"202209\": [[1, 48], [51, 142]], \"202237\": [[39, 128], [131, 131], [134, 219], [222, 235], [238, 275], [277, 289], [291, 316], [319, 419], [422, 538], [540, 936], [939, 950], [952, 976], [979, 1079]], \"202272\": [[76, 112], [115, 141], [144, 185], [188, 205], [208, 305], [307, 313], [315, 371], [436, 480], [483, 555], [558, 577], [579, 683], [686, 705], [707, 740], [742, 890], [937, 1295], [1299, 1481]], \"202299\": [[68, 84], [87, 141], [143, 193], [196, 358], [361, 379], [382, 414], [416, 452], [455, 555]], \"202305\": [[1, 89], [92, 130], [133, 323]], \"202314\": [[67, 104], [107, 265], [268, 278]], \"202328\": [[46, 89], [92, 156], [158, 276], [278, 291], [294, 434], [437, 460], [463, 586], [588, 610], [612, 614]], \"202333\": [[1, 235]], \"202389\": [[81, 182], [185, 190], [192, 199]], \"202469\": [[87, 158], [160, 174], [177, 352]], \"202472\": [[1, 96], [99, 112]], \"202477\": [[1, 129], [131, 150]], \"202478\": [[1, 177], [180, 183], [186, 219], [222, 360], [362, 506], [509, 531], [534, 718], [720, 927], [929, 973], [975, 1029], [1031, 1186], [1189, 1212], [1215, 1248]], \"202504\": [[77, 96], [99, 133], [135, 182], [184, 211], [213, 241], [243, 392], [395, 527], [529, 617], [620, 715], [718, 763], [766, 1172], [1174, 1247], [1250, 1471], [1474, 1679], [1682, 1704]], \"202972\": [[1, 30], [33, 184], [186, 290], [292, 295], [298, 371], [374, 429], [431, 544]], \"202973\": [[1, 234], [237, 305], [308, 437], [439, 530], [532, 541], [544, 552], [555, 851], [853, 1408]], \"203002\": [[77, 128], [130, 141], [144, 207], [209, 267], [270, 360], [362, 501], [504, 641], [643, 669], [671, 671], [674, 717], [720, 1034], [1037, 1070], [1073, 1370], [1372, 1392], [1395, 1410], [1413, 1596]], \"203709\": [[1, 121]], \"203742\": [[1, 29]], \"203777\": [[103, 113]], \"203830\": [[82, 182]], \"203832\": [[1, 11]], \"203833\": [[1, 70], [73, 128]], \"203834\": [[1, 40]], \"203835\": [[1, 70], [73, 358]], \"203853\": [[122, 222]], \"203894\": [[82, 272], [275, 477], [480, 902], [905, 1319]], \"203909\": [[79, 113], [116, 117], [120, 140], [143, 382]], \"203912\": [[1, 306], [308, 566], [569, 609], [611, 698], [701, 820], [823, 865], [867, 1033], [1035, 1321]], \"203987\": [[1, 9], [12, 241], [243, 339], [342, 781], [784, 1014]], \"203992\": [[1, 15]], \"203994\": [[1, 56], [59, 136], [139, 304], [306, 342], [344, 425]], \"204100\": [[117, 139]], \"204101\": [[1, 74]], \"204113\": [[82, 96], [98, 102], [105, 127], [129, 191], [194, 258], [261, 327], [329, 388], [390, 400], [402, 583], [585, 690]], \"204114\": [[1, 358]], \"204238\": [[23, 52], [55, 55]], \"204250\": [[92, 118], [121, 177], [179, 285], [287, 336], [339, 400], [403, 521], [524, 543], [546, 682], [684, 801]], \"204511\": [[1, 56]], \"204541\": [[5, 39], [42, 42], [44, 139], [142, 149], [151, 204]], \"204544\": [[1, 11], [13, 93], [96, 195], [197, 224], [226, 334], [337, 426]], \"204552\": [[1, 9]], \"204553\": [[1, 51], [53, 60], [63, 101]], \"204554\": [[1, 5], [7, 221], [224, 455], [458, 470], [472, 481], [483, 514]], \"204555\": [[1, 329], [331, 334]], \"204563\": [[91, 99], [102, 178], [180, 219], [222, 229], [231, 364], [366, 366], [369, 470], [473, 524], [527, 571]], \"204564\": [[1, 84], [87, 89], [92, 159], [161, 187], [190, 191], [193, 293], [296, 315], [317, 340], [343, 427], [429, 434], [437, 735], [737, 855], [858, 1206], [1209, 1248], [1251, 1284]], \"204565\": [[1, 48]], \"204566\": [[1, 12]], \"204567\": [[1, 38]], \"204576\": [[49, 192], [195, 301]], \"204577\": [[1, 46], [49, 64], [67, 105], [107, 170], [173, 181], [183, 193], [196, 653], [656, 669], [671, 740], [742, 913], [915, 1057], [1059, 1115], [1117, 1282]], \"204599\": [[73, 83], [85, 94], [97, 121], [124, 125], [128, 173], [175, 240], [243, 245], [248, 264], [266, 292], [294, 334]], \"204601\": [[1, 25], [28, 62], [65, 80], [83, 89], [92, 290], [292, 563], [565, 591], [593, 652], [655, 780], [783, 812], [814, 892], [894, 984], [986, 1003], [1006, 1038], [1040, 1088], [1091, 1102], [1105, 1161], [1164, 1250]], \"205086\": [[95, 149]], \"205111\": [[88, 390], [392, 441], [444, 446]], \"205158\": [[81, 289], [292, 313], [315, 473], [476, 591], [594, 595], [597, 612], [615, 663], [665, 667], [672, 685], [687, 733]], \"205193\": [[80, 109], [111, 349], [352, 486], [488, 650], [652, 712], [714, 902]], \"205217\": [[1, 12], [16, 111], [113, 171], [174, 250], [253, 318]], \"205233\": [[94, 153]], \"205236\": [[1, 190], [193, 207], [209, 260], [263, 331], [334, 352]], \"205238\": [[1, 6], [9, 199], [202, 254], [256, 304], [306, 355], [358, 381], [384, 596], [598, 617]], \"205303\": [[35, 54], [90, 132], [135, 144]], \"205310\": [[76, 306], [309, 313], [316, 316], [319, 321], [324, 457], [460, 559]], \"205311\": [[1, 85], [88, 92], [95, 183], [186, 395], [397, 592], [595, 910], [913, 1260]], \"205339\": [[71, 175], [178, 213], [216, 230], [233, 262], [265, 404]], \"205344\": [[1, 83], [86, 104], [106, 359], [362, 431], [433, 949], [951, 967], [969, 1127], [1129, 1346], [1348, 1586]], \"205515\": [[82, 201], [203, 216]], \"205519\": [[1, 47], [50, 172], [175, 367], [370, 386], [389, 472]], \"205526\": [[1, 269], [272, 277], [280, 332]], \"205614\": [[1, 4], [7, 40]], \"205617\": [[1, 29], [32, 102], [105, 123], [125, 140], [143, 264], [266, 448], [451, 532], [534, 547]], \"205618\": [[1, 12]], \"205620\": [[1, 175]], \"205666\": [[60, 119], [122, 165], [168, 259], [261, 322], [325, 578], [580, 594], [597, 721], [724, 739]], \"205667\": [[1, 165], [168, 282], [285, 318], [321, 412], [415, 689], [692, 751], [754, 774], [777, 1109]], \"205683\": [[76, 82], [85, 178], [181, 198], [201, 305]], \"205690\": [[1, 40]], \"205694\": [[1, 205], [208, 230], [233, 347], [350, 452], [455, 593], [595, 890]], \"205718\": [[49, 75], [78, 97], [100, 103], [105, 176], [178, 338], [341, 361], [363, 524], [527, 531], [534, 589], [591, 694]], \"205774\": [[1, 80]], \"205777\": [[1, 8]], \"205781\": [[1, 89], [91, 197], [200, 502]], \"205826\": [[80, 232], [235, 303], [306, 468]], \"205833\": [[84, 86], [89, 121], [123, 155], [157, 165], [167, 173], [176, 219], [221, 267], [270, 312], [315, 346], [350, 355], [360, 366]], \"205834\": [[1, 12], [14, 195]], \"205908\": [[68, 200], [202, 209]], \"205921\": [[22, 73], [76, 268], [271, 394], [397, 401], [410, 428], [431, 498], [500, 571], [574, 779], [782, 853]], \"206066\": [[89, 146]], \"206088\": [[86, 159], [161, 178], [181, 199], [202, 286]], \"206102\": [[83, 116], [120, 130], [133, 208], [211, 235], [238, 246], [249, 278], [281, 349]], \"206187\": [[107, 169], [172, 242], [245, 288], [290, 340], [343, 427], [429, 435], [437, 486], [489, 569], [571, 647], [649, 662], [664, 708]], \"206188\": [[1, 40], [42, 55]], \"206199\": [[1, 75], [77, 82], [85, 114]], \"206207\": [[82, 130], [132, 176], [179, 194], [196, 388], [390, 419], [422, 447], [450, 569], [572, 690]], \"206208\": [[1, 470], [472, 518]], \"206210\": [[11, 25], [28, 275], [277, 298], [300, 383], [386, 466]], \"206243\": [[62, 169], [172, 196], [199, 354], [357, 433], [435, 448], [451, 533], [536, 554], [557, 723], [726, 905]], \"206245\": [[1, 62]], \"206246\": [[1, 14], [16, 237], [240, 285], [288, 407], [412, 676], [678, 704], [706, 785], [787, 962], [965, 997], [1000, 1198], [1201, 1290]], \"206257\": [[1, 29]], \"206258\": [[1, 36], [39, 223], [226, 249]], \"206302\": [[1, 8], [11, 33], [36, 44], [47, 82], [84, 108], [110, 149], [151, 186], [189, 229], [231, 232], [234, 241], [243, 276]], \"206303\": [[1, 19], [23, 286]], \"206304\": [[1, 4], [6, 62]], \"206331\": [[91, 222], [225, 312]], \"206389\": [[88, 185], [187, 249], [252, 272], [275, 392]], \"206391\": [[1, 55], [57, 91]], \"206401\": [[69, 90], [92, 194], [197, 210], [212, 249], [251, 265], [267, 409]], \"206446\": [[92, 141], [143, 159], [162, 205], [208, 301], [304, 442], [445, 445], [448, 474], [476, 616], [619, 872], [874, 910], [912, 948], [950, 989], [992, 1030], [1033, 1075], [1109, 1149]], \"206448\": [[1, 143], [145, 559], [561, 1170], [1173, 1231], [1235, 1237]], \"206466\": [[24, 137], [140, 277], [280, 296], [299, 303], [306, 405], [407, 419], [422, 477], [480, 511], [514, 676]], \"206476\": [[73, 129], [133, 137], [140, 141], [143, 219]], \"206477\": [[1, 14], [16, 31], [33, 41], [44, 51], [53, 70], [73, 75], [77, 89], [91, 94], [97, 115], [118, 184]], \"206478\": [[1, 27], [29, 136], [139, 144]], \"206484\": [[73, 95], [98, 133], [136, 163], [166, 186], [189, 384], [387, 463], [465, 551], [554, 554], [556, 669]], \"206512\": [[91, 123], [125, 133], [136, 161], [163, 190], [193, 201], [203, 212], [214, 332], [334, 584], [587, 604], [607, 1005], [1008, 1123], [1126, 1163], [1165, 1211]], \"206513\": [[3, 39], [42, 188], [191, 234], [237, 238], [241, 323]], \"206542\": [[1, 115], [117, 165], [168, 511], [514, 547], [550, 603], [606, 668], [671, 727], [730, 739], [741, 833]], \"206550\": [[77, 132], [135, 144]], \"206572\": [[37, 47]], \"206573\": [[2, 14]], \"206574\": [[1, 87]], \"206575\": [[1, 7], [10, 10], [12, 69]], \"206594\": [[72, 107], [110, 246], [249, 281]], \"206595\": [[1, 34], [37, 42], [45, 193]], \"206596\": [[1, 13], [15, 220], [222, 228], [231, 236], [239, 292], [295, 695], [697, 728], [730, 810]], \"206598\": [[1, 81], [83, 103], [105, 588], [591, 657], [659, 719]], \"206605\": [[1, 36], [39, 78]], \"206744\": [[49, 157], [160, 192], [195, 395], [398, 452]], \"206745\": [[1, 81], [84, 199], [202, 224], [227, 237], [240, 304], [306, 318], [321, 720], [723, 796], [799, 894], [897, 944], [946, 1106], [1108, 1524], [1527, 1862], [1988, 1996]], \"206859\": [[79, 210], [212, 258], [260, 323], [325, 356], [359, 609], [612, 681], [684, 732], [734, 768], [771, 808], [811, 827], [830, 848]], \"206866\": [[1, 30], [33, 113], [115, 274]], \"206868\": [[1, 3], [10, 16]], \"206869\": [[1, 251], [253, 271], [274, 502], [507, 520], [522, 566], [568, 752]], \"206897\": [[1, 34], [38, 61], [63, 102], [109, 109], [111, 112], [114, 131], [133, 137]], \"206901\": [[1, 98]], \"206906\": [[1, 31], [38, 94], [96, 136], [138, 139], [142, 149], [151, 175], [177, 206]], \"206940\": [[1, 151], [153, 153], [155, 298], [301, 382], [384, 712], [715, 803], [805, 960], [963, 1027]], \"207099\": [[83, 134], [137, 172], [175, 213], [216, 314], [316, 320], [323, 330], [333, 367], [370, 481], [484, 602], [605, 755], [757, 1046], [1048, 1171]], \"207100\": [[1, 91], [94, 94]], \"207214\": [[57, 112], [114, 177], [179, 181], [184, 196], [199, 220], [223, 262], [265, 405], [408, 482], [485, 640], [643, 708], [718, 757], [759, 808], [811, 829]], \"207217\": [[1, 32]], \"207219\": [[1, 112]], \"207220\": [[1, 160]], \"207221\": [[1, 102]], \"207222\": [[1, 17], [20, 289]], \"207231\": [[70, 84], [86, 121], [123, 184], [187, 189], [192, 303], [306, 354], [357, 481], [484, 504], [508, 549], [552, 626], [628, 690], [693, 875], [878, 1000], [1003, 1170], [1173, 1187], [1189, 1227], [1229, 1415], [1418, 1445], [1447, 1505]], \"207233\": [[1, 119], [121, 148]], \"207269\": [[80, 394], [397, 436], [439, 463], [466, 551], [568, 577]], \"207273\": [[3, 877]], \"207279\": [[68, 138], [141, 149], [151, 237], [240, 266], [269, 307], [309, 416], [498, 551], [554, 640], [643, 961], [963, 1095], [1098, 1160]], \"207320\": [[1, 110], [112, 350]], \"207371\": [[72, 117], [120, 124]], \"207372\": [[1, 27], [30, 113], [116, 154], [156, 174], [176, 478], [480, 496]], \"207397\": [[32, 77], [80, 140], [143, 179]], \"207398\": [[1, 14], [16, 33]], \"207454\": [[79, 95], [98, 123], [126, 259], [261, 363], [365, 458], [461, 498], [501, 609], [612, 632], [635, 781], [784, 866], [869, 974], [977, 1064], [1067, 1079], [1081, 1321], [1323, 1464], [1467, 1569], [1571, 1604], [1607, 1712], [1714, 1988]], \"207469\": [[1, 31], [34, 45]], \"207477\": [[76, 104], [107, 111], [114, 147], [150, 295], [298, 483], [486, 494], [497, 527], [530, 563], [565, 570]], \"207487\": [[50, 98], [101, 311], [313, 359], [363, 468], [471, 472]], \"207488\": [[1, 63], [66, 92], [95, 113], [116, 198], [200, 250], [252, 288], [291, 365], [368, 377], [379, 440]], \"207490\": [[1, 48], [51, 111]], \"207491\": [[1, 176], [179, 458]], \"207492\": [[1, 20], [23, 298]], \"207515\": [[79, 109], [112, 132], [134, 208], [211, 225], [228, 320], [322, 381], [383, 498], [500, 730], [733, 849], [851, 954], [957, 994], [997, 1052], [1055, 1143], [1145, 1211]], \"207517\": [[1, 12], [15, 57]], \"207518\": [[1, 59], [61, 83]], \"207882\": [[22, 45]], \"207883\": [[1, 1], [3, 4], [7, 75]], \"207884\": [[1, 106], [108, 183]], \"207885\": [[1, 90]], \"207886\": [[1, 30], [32, 90], [92, 156], [158, 166], [168, 171]], \"207889\": [[1, 43], [47, 57], [60, 303], [306, 442], [445, 445], [447, 551], [553, 731], [733, 907], [910, 945]], \"207898\": [[1, 33], [36, 57], [60, 235], [239, 257], [260, 277]], \"207905\": [[75, 196], [198, 281], [284, 329], [331, 402], [404, 565], [568, 672], [675, 805], [807, 850], [852, 861], [864, 884], [886, 1180], [1183, 1283], [1285, 1331], [1333, 1515], [1518, 1734], [1737, 1796]], \"207920\": [[84, 146], [149, 241], [243, 261], [264, 291], [294, 486], [489, 518], [520, 598], [600, 708], [710, 826]], \"207921\": [[1, 37], [40, 58]], \"207922\": [[1, 69], [71, 100], [103, 126], [129, 242], [274, 291]], \"207924\": [[1, 52], [54, 171], [173, 178], [181, 339]], \"208307\": [[2, 42], [45, 45], [47, 70], [72, 147], [150, 252], [256, 259], [262, 275], [278, 342], [345, 450], [453, 527], [530, 583], [586, 605], [608, 616], [618, 667], [670, 761], [763, 798], [800, 889], [891, 893], [896, 1055], [1057, 1205], [1208, 1294], [1297, 1328]], \"208339\": [[77, 89], [91, 122], [125, 208], [211, 346], [349, 363]], \"208341\": [[1, 84], [87, 117], [120, 513], [515, 685], [688, 693], [695, 775], [777, 824]], \"208351\": [[83, 97], [100, 356], [359, 367], [369, 369]], \"208352\": [[1, 15], [17, 17], [19, 19]], \"208353\": [[1, 76], [78, 269], [271, 348]], \"208357\": [[1, 70], [73, 507]], \"208390\": [[72, 128], [130, 169]], \"208391\": [[52, 82], [84, 162], [164, 216], [219, 493], [495, 498], [500, 523], [526, 533], [535, 588], [591, 660], [663, 869]], \"208427\": [[49, 89], [92, 161], [164, 164], [166, 173], [175, 268], [271, 312], [315, 315], [317, 335], [337, 361], [364, 402], [404, 422], [425, 577], [580, 647]], \"208428\": [[1, 58], [61, 68], [70, 156], [159, 227]], \"208429\": [[1, 56], [59, 139], [141, 159], [162, 237], [240, 440], [442, 452], [455, 589], [592, 712], [715, 922]], \"208487\": [[2, 26], [29, 159], [161, 307], [309, 459], [462, 476], [479, 621]], \"208509\": [[71, 232]], \"208538\": [[2, 43]], \"208540\": [[1, 26], [29, 98]], \"208541\": [[1, 57], [59, 173], [175, 376], [378, 413]], \"208551\": [[119, 193], [195, 212], [215, 300], [303, 354], [356, 554], [557, 580]], \"208686\": [[73, 79], [82, 181], [183, 224], [227, 243], [246, 311], [313, 459]]}\n\\ No newline at end of file\n+{\"190645\": [[10, 110]], \"190646\": [[1, 111]], \"190659\": [[33, 167]], \"190679\": [[1, 55]], \"190688\": [[69, 249]], \"190702\": [[51, 53], [55, 122], [124, 169]], \"190703\": [[1, 252]], \"190704\": [[1, 3]], \"190705\": [[1, 5], [7, 65], [81, 336], [338, 350], [353, 383]], \"190706\": [[1, 126]], \"190707\": [[1, 237], [239, 257]], \"190708\": [[1, 189]], \"190733\": [[71, 96], [99, 389], [392, 460]], \"190736\": [[1, 80], [83, 185]], \"190738\": [[1, 130], [133, 226], [229, 349]], \"190782\": [[55, 181], [184, 233], [236, 399], [401, 409]], \"190895\": [[64, 202], [210, 302], [305, 584], [587, 948]], \"190906\": [[73, 256], [259, 354], [356, 496]], \"190945\": [[124, 207]], \"190949\": [[1, 81]], \"191043\": [[45, 46]], \"191046\": [[1, 21], [24, 82], [84, 88], [92, 116], [119, 180], [183, 183], [185, 239]], \"191056\": [[1, 1], [4, 9], [16, 17], [19, 19]], \"191057\": [[1, 1], [4, 40]], \"191062\": [[1, 1], [3, 3], [5, 214], [216, 541]], \"191090\": [[1, 55]], \"191201\": [[38, 49], [52, 79]], \"191202\": [[1, 64], [66, 68], [87, 105], [108, 118]], \"191226\": [[77, 78], [81, 831], [833, 1454], [1456, 1466], [1469, 1507], [1510, 1686]], \"191247\": [[1, 153], [156, 280], [283, 606], [608, 620], [622, 818], [821, 834], [837, 1031], [1034, 1046], [1049, 1140], [1143, 1187], [1190, 1214], [1217, 1224]], \"191248\": [[1, 103]], \"191264\": [[59, 79], [82, 152], [155, 189]], \"191271\": [[56, 223], [225, 363]], \"191276\": [[1, 16]], \"191277\": [[1, 28], [30, 164], [167, 253], [255, 457], [460, 535], [537, 576], [579, 775], [778, 811], [813, 849]], \"191367\": [[1, 2]], \"191411\": [[1, 23]], \"191695\": [[1, 1]], \"191718\": [[43, 95], [98, 207]], \"191720\": [[1, 1], [3, 15], [17, 181]], \"191721\": [[1, 1], [3, 34], [36, 183], [186, 189]], \"191726\": [[1, 13]], \"191810\": [[15, 15], [22, 49], [52, 92]], \"191830\": [[54, 242], [245, 301], [304, 393]], \"191833\": [[1, 1], [3, 103]], \"191834\": [[1, 30], [33, 74], [77, 299], [302, 352]], \"191837\": [[1, 44], [47, 53], [56, 65]], \"191856\": [[1, 133]], \"191859\": [[1, 28], [31, 126]], \"193093\": [[1, 33]], \"193123\": [[1, 27]], \"193124\": [[1, 52]], \"193192\": [[58, 86]], \"193193\": [[1, 6], [8, 8], [11, 83], [86, 120], [122, 160], [162, 274], [276, 495], [497, 506]], \"193207\": [[54, 182]], \"193334\": [[29, 172]], \"193336\": [[1, 264], [267, 492], [495, 684], [687, 729], [732, 951]], \"193541\": [[77, 101], [103, 413], [416, 575], [578, 619]], \"193556\": [[41, 83]], \"193557\": [[1, 84]], \"193575\": [[48, 173], [176, 349], [351, 394], [397, 415], [417, 658], [660, 752]], \"193621\": [[60, 570], [573, 769], [772, 976], [979, 1053], [1056, 1137], [1139, 1193], [1195, 1371], [1373, 1654]], \"193834\": [[1, 35]], \"193835\": [[1, 20], [22, 26]], \"193836\": [[1, 2]], \"193998\": [[66, 113], [115, 278]], \"193999\": [[1, 45]], \"194027\": [[57, 113]], \"194050\": [[53, 113], [116, 273], [275, 355], [357, 369], [372, 391], [394, 490], [492, 814], [816, 1435], [1437, 1735], [1760, 1888]], \"194051\": [[1, 12]], \"194052\": [[1, 99], [102, 166]], \"194075\": [[48, 101], [103, 103], [105, 107], [109, 109], [111, 111]], \"194076\": [[1, 9], [11, 55], [58, 163], [165, 228], [230, 264], [267, 507], [509, 527], [530, 538], [541, 562], [565, 748]], \"194108\": [[81, 161], [164, 264], [266, 373], [376, 396], [398, 433], [436, 452], [454, 577], [579, 590], [593, 668], [671, 872]], \"194115\": [[66, 184], [186, 338], [340, 346], [348, 493], [496, 731], [819, 857]], \"194117\": [[1, 38]], \"194119\": [[1, 229], [232, 261]], \"194120\": [[1, 162], [165, 406]], \"194150\": [[42, 127], [129, 261], [264, 311]], \"194151\": [[47, 72], [75, 191], [193, 238], [240, 617], [619, 619], [621, 621], [623, 623]], \"194153\": [[1, 115]], \"194199\": [[96, 227], [229, 336], [339, 402]], \"194210\": [[3, 195], [198, 217], [220, 359], [361, 555]], \"194223\": [[61, 112]], \"194224\": [[1, 126], [129, 206], [208, 250], [253, 309], [312, 386], [389, 412]], \"194225\": [[1, 23], [26, 47], [49, 85], [88, 149]], \"194270\": [[56, 68]], \"194303\": [[56, 66], [69, 102]], \"194304\": [[1, 43], [46, 46]], \"194305\": [[1, 84]], \"194314\": [[52, 130], [133, 300]], \"194315\": [[1, 10], [13, 314], [317, 428], [431, 452], [455, 467]], \"194317\": [[1, 20]], \"194424\": [[63, 141], [144, 195], [198, 266], [268, 421], [424, 478], [481, 531], [534, 553], [556, 706], [708, 708]], \"194428\": [[1, 85], [87, 122], [125, 294], [296, 465]], \"194429\": [[1, 4], [7, 54], [57, 147], [150, 411], [413, 742], [745, 986], [988, 1019]], \"194439\": [[46, 77], [79, 106]], \"194455\": [[45, 64], [67, 140], [142, 255], [293, 303]], \"194464\": [[1, 127], [130, 142], [145, 210]], \"194479\": [[1, 44], [165, 232], [235, 262], [265, 374], [377, 431], [434, 489], [492, 529], [531, 566]], \"194480\": [[1, 32], [34, 205], [207, 375], [377, 387], [389, 759], [762, 956], [959, 1402]], \"194533\": [[46, 379], [382, 415], [417, 618], [620, 872]], \"194619\": [[31, 110]], \"194631\": [[1, 42], [44, 100], [102, 169], [171, 222]], \"194643\": [[1, 287]], \"194644\": [[1, 168], [171, 181], [184, 185], [187, 319], [321, 421]], \"194691\": [[61, 104], [107, 155], [158, 251], [254, 268], [271, 272], [275, 289], [292, 313]], \"194699\": [[1, 30], [32, 52], [55, 64], [67, 71], [73, 154], [157, 215], [218, 238], [241, 259]], \"194702\": [[1, 138], [141, 191]], \"194704\": [[1, 41], [44, 545], [548, 592]], \"194711\": [[1, 7], [9, 619]], \"194712\": [[1, 56], [61, 418], [420, 625], [627, 759]], \"194735\": [[44, 71], [74, 101], [104, 130]], \"194778\": [[60, 118], [120, 219]], \"194789\": [[1, 18], [21, 32], [34, 80], [82, 166], [168, 269], [272, 405], [409, 414], [417, 427], [430, 566]], \"194790\": [[1, 45]], \"194825\": [[72, 117], [120, 221]], \"194896\": [[34, 55], [58, 79], [82, 103]], \"194897\": [[1, 6], [8, 78], [80, 96], [98, 102]], \"194912\": [[53, 70], [72, 96], [98, 444], [446, 450], [453, 467], [470, 561], [564, 660], [663, 813], [815, 840], [843, 864], [866, 1004], [1007, 1025], [1027, 1067], [1069, 1137], [1140, 1166], [1168, 1249], [1251, 1304], [1307, 1444], [1447, 1487], [1489, 1503], [1506, 1662]], \"194914\": [[1, 38]], \"194915\": [[1, 74]], \"195013\": [[94, 144], [146, 185], [187, 206], [208, 299], [302, 324], [326, 366], [369, 447], [450, 526], [528, 541]], \"195014\": [[1, 6], [9, 119], [121, 148]], \"195015\": [[1, 13]], \"195016\": [[1, 21], [23, 55], [58, 63], [65, 174], [177, 184], [186, 241], [243, 246], [248, 251], [254, 367], [370, 422], [425, 560], [563, 569]], \"195099\": [[70, 144], [147, 186], [189, 208], [211, 224], [227, 248]], \"195109\": [[98, 241]], \"195112\": [[1, 12], [15, 26]], \"195113\": [[1, 209], [212, 388], [391, 403], [406, 419], [422, 492], [495, 579]], \"195114\": [[1, 69], [72, 103]], \"195115\": [[1, 7], [10, 22]], \"195147\": [[132, 282], [285, 294], [297, 331], [334, 363], [366, 442], [445, 536], [539, 559]], \"195163\": [[72, 138], [140, 224], [227, 240], [243, 243], [246, 347]], \"195164\": [[1, 64]], \"195165\": [[1, 4], [7, 41], [44, 54], [56, 153], [156, 260], [263, 266]], \"195251\": [[1, 131], [134, 137], [140, 152], [154, 165], [167, 242]], \"195303\": [[109, 191], [194, 277], [280, 310], [312, 316], [318, 409]], \"195304\": [[1, 3], [6, 22], [27, 80], [83, 100], [103, 154], [157, 341], [344, 588], [590, 727], [729, 1003], [1006, 1079], [1083, 1140], [1143, 1229]], \"195378\": [[90, 117], [120, 127], [130, 185], [187, 204], [206, 302], [305, 542], [544, 565], [567, 645], [647, 701], [703, 734], [737, 1120], [1122, 1133]], \"195390\": [[1, 1], [4, 27], [30, 145], [147, 183], [186, 187], [190, 208], [210, 213], [215, 400]], \"195396\": [[49, 55], [58, 63], [66, 131]], \"195397\": [[1, 10], [12, 89], [92, 120], [123, 141], [143, 251], [253, 253], [256, 475], [478, 525], [527, 608], [611, 776], [779, 970], [972, 1121], [1123, 1181], [1184, 1198], [1200, 1209]], \"195398\": [[3, 137], [139, 494], [497, 585], [587, 817], [820, 824], [827, 1225], [1228, 1307], [1309, 1712], [1721, 1736], [1741, 1752], [1767, 1795]], \"195399\": [[1, 192], [194, 382]], \"195530\": [[1, 80], [82, 104], [107, 156], [159, 300], [302, 405]], \"195540\": [[68, 123], [126, 137], [140, 283], [286, 319]], \"195551\": [[91, 106]], \"195552\": [[1, 21], [23, 27], [30, 147], [149, 155], [158, 182], [185, 287], [290, 349], [352, 469], [472, 815], [818, 823], [825, 883], [885, 1152], [1154, 1300], [1303, 1789]], \"195633\": [[40, 42]], \"195647\": [[1, 41]], \"195649\": [[1, 69], [72, 151], [154, 181], [183, 247]], \"195655\": [[1, 129], [131, 184], [186, 260], [263, 350], [353, 446], [448, 483], [485, 498]], \"195656\": [[1, 362]], \"195658\": [[1, 37], [40, 362], [364, 382], [384, 386]], \"195749\": [[1, 8], [10, 33], [36, 131]], \"195757\": [[1, 82], [85, 115], [118, 161], [163, 206]], \"195758\": [[1, 18]], \"195774\": [[1, 13], [16, 137], [139, 151], [154, 162], [164, 256], [258, 276], [279, 362], [365, 466], [469, 618], [620, 649], [651, 830]], \"195775\": [[1, 57], [60, 100], [103, 170]], \"195776\": [[1, 63], [66, 283], [286, 337], [340, 399], [401, 409], [411, 477]], \"195841\": [[74, 85]], \"195868\": [[1, 88], [90, 107], [110, 205]], \"195915\": [[1, 109], [111, 275], [278, 390], [393, 417], [419, 429], [432, 505], [507, 747], [749, 785], [787, 828], [830, 850]], \"195916\": [[1, 16], [19, 68], [71, 212]], \"195917\": [[1, 4]], \"195918\": [[1, 44], [46, 46], [49, 64]], \"195919\": [[1, 15]], \"195923\": [[1, 14]], \"195925\": [[1, 12]], \"195926\": [[1, 1], [3, 19], [21, 34]], \"195929\": [[1, 29]], \"195930\": [[1, 77], [80, 176], [179, 526], [529, 596]], \"195937\": [[1, 28], [31, 186], [188, 396]], \"195947\": [[23, 62], [64, 88]], \"195948\": [[51, 116], [119, 144], [147, 147], [150, 352], [355, 369], [372, 402], [404, 500], [503, 540], [543, 565], [567, 602], [605, 615]], \"195950\": [[1, 71], [73, 138], [141, 169], [172, 332], [335, 350], [353, 382], [385, 421], [424, 450], [453, 483], [485, 616], [619, 715], [718, 787], [789, 800], [803, 829], [831, 831], [833, 1587]], \"195963\": [[54, 58]], \"195970\": [[44, 49], [51, 85]], \"196019\": [[54, 68]], \"196027\": [[1, 55], [58, 119], [121, 155], [158, 186]], \"196046\": [[12, 40]], \"196047\": [[1, 64], [70, 75]], \"196048\": [[1, 44], [46, 48]], \"196197\": [[58, 122], [125, 179], [181, 311], [313, 516], [519, 562]], \"196199\": [[1, 33], [36, 83], [86, 118], [121, 147], [150, 237], [239, 285], [287, 534]], \"196200\": [[1, 68]], \"196202\": [[3, 61], [64, 108]], \"196203\": [[1, 102], [107, 117]], \"196218\": [[55, 199], [201, 224], [226, 393], [396, 494], [496, 741], [744, 752], [754, 757], [759, 820]], \"196239\": [[1, 59], [62, 154], [157, 272], [274, 373], [375, 432], [435, 465], [468, 647], [650, 706], [709, 1025]], \"196249\": [[63, 77], [80, 99]], \"196250\": [[1, 2], [5, 265], [267, 426]], \"196252\": [[1, 35]], \"196334\": [[59, 111], [113, 123], [126, 132], [135, 167], [170, 193], [196, 257], [259, 267], [270, 289], [292, 342]], \"196349\": [[65, 84], [86, 154], [157, 244], [246, 258]], \"196357\": [[1, 4]], \"196359\": [[1, 2]], \"196362\": [[1, 88]], \"196363\": [[1, 8], [11, 34]], \"196364\": [[1, 93], [96, 136], [139, 365], [368, 380], [382, 601], [603, 795], [798, 884], [887, 1196], [1199, 1200], [1203, 1299]], \"196437\": [[1, 1], [3, 74], [77, 169]], \"196438\": [[1, 181], [184, 699], [701, 1269]], \"196452\": [[82, 112], [114, 490], [493, 586], [589, 618], [622, 668], [671, 716], [718, 726], [728, 956], [958, 1004], [1007, 1091]], \"196453\": [[1, 74], [77, 145], [147, 669], [673, 714], [717, 799], [802, 988], [991, 1178], [1180, 1180], [1182, 1248], [1250, 1528], [1531, 1647]], \"196495\": [[114, 180], [182, 272]], \"196509\": [[1, 68]], \"196531\": [[62, 150], [152, 253], [256, 285], [288, 302], [305, 422], [425, 440]], \"198049\": [[1, 11], [14, 57]], \"198050\": [[2, 155]], \"198063\": [[1, 37], [40, 72], [74, 124], [127, 294]], \"198116\": [[36, 52], [54, 55], [58, 96], [98, 112]], \"198207\": [[1, 97]], \"198208\": [[1, 92], [94, 134], [137, 147], [150, 209]], \"198210\": [[1, 221]], \"198212\": [[1, 574]], \"198213\": [[1, 107]], \"198215\": [[1, 12]], \"198230\": [[1, 33], [36, 57], [60, 235], [237, 324], [326, 388], [390, 459], [462, 625], [627, 651], [653, 805], [808, 811], [814, 948], [950, 1090], [1093, 1103], [1106, 1332], [1335, 1380]], \"198249\": [[1, 7]], \"198269\": [[3, 198]], \"198271\": [[1, 91], [93, 170], [173, 299], [301, 450], [453, 513], [516, 616], [619, 628], [631, 791], [793, 797]], \"198272\": [[1, 185], [188, 245], [248, 314], [317, 433], [436, 444], [454, 620]], \"198346\": [[44, 47]], \"198372\": [[57, 110]], \"198485\": [[68, 109], [112, 134], [136, 181], [184, 239]], \"198487\": [[1, 145], [147, 514], [517, 668], [671, 733], [736, 757], [760, 852], [854, 994], [997, 1434], [1437, 1610]], \"198522\": [[65, 144], [147, 208]], \"198941\": [[102, 189], [191, 220], [222, 241], [243, 249], [252, 284]], \"198954\": [[108, 156], [159, 277]], \"198955\": [[1, 45], [47, 50], [53, 220], [223, 269], [271, 284], [286, 338], [340, 580], [583, 742], [744, 910], [913, 946], [949, 1162], [1165, 1169], [1172, 1182], [1185, 1188], [1190, 1246], [1249, 1304], [1306, 1467], [1470, 1485], [1487, 1552]], \"198969\": [[58, 81], [84, 247], [249, 323], [325, 365], [367, 413], [416, 466], [468, 643], [646, 918], [920, 1011], [1013, 1175], [1178, 1236], [1239, 1253]], \"199008\": [[75, 93], [95, 121], [124, 208], [211, 331], [333, 373], [376, 482], [485, 605], [608, 644]], \"199011\": [[1, 11], [13, 24]], \"199021\": [[59, 88], [91, 128], [130, 133], [136, 309], [311, 333], [335, 410], [414, 469], [471, 533], [535, 563], [565, 1223], [1226, 1479], [1481, 1494]], \"199318\": [[65, 138]], \"199319\": [[1, 7], [9, 223], [226, 277], [280, 348], [351, 358], [360, 422], [424, 490], [492, 493], [496, 612], [615, 642], [645, 720], [723, 728], [730, 731], [734, 741], [744, 752], [754, 943], [945, 997]], \"199336\": [[1, 33], [36, 122], [125, 231], [234, 614], [617, 789], [791, 977]], \"199356\": [[95, 121], [123, 168], [171, 205], [208, 231]], \"199409\": [[25, 54], [56, 89], [91, 204], [206, 290], [293, 583], [586, 602], [604, 1014], [1016, 1300]], \"199428\": [[61, 197], [200, 210], [212, 382], [387, 414], [417, 436], [439, 530], [533, 648]], \"199429\": [[1, 28], [30, 36], [39, 55], [58, 101], [103, 148], [151, 154]], \"199435\": [[63, 106], [109, 261], [263, 579], [582, 654], [656, 696], [699, 1034], [1037, 1144], [1147, 1327], [1330, 1411], [1414, 1431], [1434, 1441], [1444, 1487], [1489, 1610]], \"199436\": [[1, 113], [116, 254], [257, 675], [678, 748]], \"199564\": [[1, 3]], \"199569\": [[1, 2], [5, 136], [139, 367]], \"199570\": [[1, 17]], \"199571\": [[1, 184], [186, 360], [363, 561]], \"199572\": [[1, 317]], \"199573\": [[1, 22]], \"199574\": [[1, 53], [56, 153], [156, 246]], \"199608\": [[60, 157], [159, 209], [211, 341], [344, 390], [392, 461], [464, 800], [802, 1064], [1067, 1392], [1395, 1630], [1633, 1904], [1907, 1962], [1965, 2252], [2255, 2422]], \"199698\": [[72, 94], [96, 127]], \"199699\": [[1, 154], [157, 169], [172, 410], [412, 756]], \"199703\": [[1, 94], [97, 482], [485, 529]], \"199739\": [[66, 133]], \"199751\": [[103, 119], [121, 127]], \"199752\": [[1, 141], [144, 180], [182, 186], [188, 211], [214, 322]], \"199753\": [[1, 59]], \"199754\": [[1, 203], [205, 325], [328, 457], [459, 607], [610, 613], [615, 806], [808, 998]], \"199804\": [[78, 88], [90, 181], [183, 235], [238, 278], [281, 290], [292, 519], [522, 575], [577, 628], [631, 632]], \"199812\": [[70, 141], [144, 163], [182, 211], [214, 471], [474, 505], [508, 557], [560, 571], [574, 623], [626, 751], [754, 796]], \"199832\": [[58, 62], [65, 118], [121, 139], [142, 286]], \"199833\": [[1, 13], [16, 103], [105, 250], [253, 493], [496, 794], [797, 1032], [1034, 1185], [1188, 1239]], \"199834\": [[1, 9], [11, 11], [14, 18], [21, 54], [56, 57], [62, 65], [69, 284], [286, 503], [505, 942]], \"199862\": [[59, 141]], \"199864\": [[1, 87], [89, 89], [92, 103], [106, 372], [374, 385], [388, 486]], \"199867\": [[1, 134], [136, 172], [174, 218], [221, 320]], \"199868\": [[1, 21]], \"199875\": [[70, 150], [152, 334]], \"199876\": [[1, 19], [22, 95], [97, 249], [252, 272], [274, 340], [343, 362], [365, 376]], \"199877\": [[1, 173], [175, 605], [607, 701], [703, 871]], \"199960\": [[72, 139], [141, 197], [204, 232], [235, 363], [365, 367], [370, 380], [383, 459], [461, 466], [469, 485]], \"199961\": [[1, 211], [213, 287]], \"199967\": [[60, 120], [122, 170], [172, 198]], \"199973\": [[73, 89]], \"200041\": [[62, 83], [85, 157], [162, 274], [277, 318], [321, 335], [337, 386], [388, 389], [392, 400], [402, 568], [571, 593], [595, 646], [649, 728], [731, 860], [862, 930], [932, 1096]], \"200042\": [[1, 110], [112, 536]], \"200049\": [[1, 177]], \"200075\": [[76, 139], [142, 232], [256, 326], [329, 422], [425, 431], [434, 500], [502, 605]], \"200091\": [[67, 67], [70, 151], [154, 172], [174, 187], [190, 196], [199, 201], [204, 425], [428, 535], [537, 607], [610, 879], [881, 943], [946, 999], [1001, 1025], [1027, 1132], [1135, 1339], [1341, 1433], [1435, 1450], [1453, 1523], [1526, 1664], [1667, 1680], [1683, 1710]], \"200152\": [[74, 116]], \"200160\": [[52, 68]], \"200161\": [[1, 97], [100, 112]], \"200174\": [[81, 84]], \"200177\": [[1, 56]], \"200178\": [[1, 38]], \"200180\": [[1, 18]], \"200186\": [[1, 3], [6, 24]], \"200188\": [[1, 24], [27, 28], [31, 76], [79, 271], [274, 352]], \"200190\": [[1, 4], [6, 76], [79, 143], [146, 159], [162, 256], [258, 321], [324, 401], [403, 453], [456, 457], [460, 565], [567, 588], [591, 591], [593, 595], [597, 646], [649, 878]], \"200229\": [[1, 33], [41, 219], [222, 244], [247, 290], [293, 624], [627, 629]], \"200243\": [[69, 103], [106, 139]], \"200244\": [[3, 304], [307, 442], [445, 507], [510, 619]], \"200245\": [[1, 103], [105, 128], [131, 248], [251, 357]], \"200368\": [[72, 180]], \"200369\": [[1, 5], [8, 61], [64, 360], [363, 439], [441, 578], [580, 603], [606, 684], [686, 686]], \"200381\": [[8, 15], [18, 36], [38, 89], [91, 195]], \"200466\": [[134, 274]], \"200473\": [[96, 157], [159, 224], [226, 304], [306, 469], [472, 524], [527, 542], [545, 619], [622, 688], [691, 730], [733, 738], [740, 1324]], \"200491\": [[87, 107], [110, 149], [152, 157], [160, 197], [199, 237], [240, 270], [273, 273], [276, 334], [336, 360], [363, 419]], \"200515\": [[97, 183]], \"200519\": [[1, 111], [114, 126], [129, 136], [138, 224], [227, 258], [261, 350], [353, 611], [613, 747]], \"200525\": [[77, 149], [151, 164], [166, 190], [193, 276], [278, 311], [314, 464], [467, 488], [491, 674], [676, 704], [707, 755], [757, 895], [898, 937], [939, 990]], \"200532\": [[1, 37]], \"200599\": [[75, 129], [132, 137]], \"200600\": [[1, 183], [186, 299], [302, 313], [316, 324], [327, 334], [336, 397], [399, 417], [420, 526], [529, 591], [594, 596], [598, 609], [611, 660], [663, 823], [826, 900], [902, 943], [945, 1139]], \"200961\": [[1, 115]], \"200976\": [[94, 164]], \"200990\": [[75, 143]], \"200991\": [[1, 42], [44, 44], [47, 80], [83, 175], [178, 181], [184, 252], [255, 632], [635, 916], [918, 1017], [1019, 1048]], \"200992\": [[1, 405], [408, 434], [436, 581]], \"201062\": [[78, 268]], \"201097\": [[83, 136], [138, 245], [248, 300], [303, 370], [372, 429], [432, 497]], \"201114\": [[1, 14]], \"201115\": [[1, 73]], \"201159\": [[70, 211]], \"201164\": [[1, 8], [10, 94], [96, 125], [128, 178], [180, 198], [200, 271], [274, 416], [418, 418]], \"201168\": [[1, 37], [39, 275], [278, 481], [483, 558], [560, 730]], \"201173\": [[1, 194], [197, 586]], \"201174\": [[1, 214], [216, 263], [265, 339], [342, 451]], \"201191\": [[75, 98], [100, 216], [218, 389], [392, 492], [494, 506], [509, 585], [587, 594], [597, 607], [609, 794], [796, 838], [841, 974], [977, 1105], [1108, 1117], [1120, 1382], [1385, 1386]], \"201193\": [[1, 19]], \"201196\": [[1, 238], [241, 278], [286, 299], [302, 338], [341, 515], [518, 720], [723, 789], [803, 841]], \"201197\": [[1, 23]], \"201202\": [[1, 437]], \"201229\": [[1, 5], [8, 26], [29, 73]], \"201278\": [[62, 163], [166, 229], [232, 256], [259, 316], [318, 595], [598, 938], [942, 974], [976, 1160], [1163, 1304], [1306, 1793], [1796, 1802], [1805, 1906], [1909, 1929], [1932, 2174]], \"201554\": [[70, 86], [88, 114], [116, 126]], \"201602\": [[76, 81], [83, 194], [196, 494], [496, 614], [617, 635]], \"201611\": [[87, 145], [149, 182], [184, 186]], \"201613\": [[1, 42], [44, 49], [53, 210], [213, 215], [218, 225], [228, 646]], \"201624\": [[83, 92], [95, 240], [270, 270]], \"201625\": [[211, 312], [315, 348], [351, 416], [418, 588], [591, 671], [673, 758], [760, 791], [793, 944]], \"201657\": [[77, 93], [95, 108], [110, 118]], \"201658\": [[1, 19], [21, 118], [121, 136], [139, 288]], \"201668\": [[78, 157]], \"201669\": [[1, 9], [12, 136], [139, 141], [143, 165]], \"201671\": [[1, 120], [122, 174], [177, 462], [464, 482], [485, 499], [501, 545], [547, 571], [574, 614], [617, 766], [768, 896], [899, 911], [914, 1007]], \"201678\": [[1, 120]], \"201679\": [[1, 110], [112, 241], [244, 298], [302, 321], [324, 461], [463, 483]], \"201692\": [[78, 81], [83, 179]], \"201705\": [[65, 73], [75, 109], [111, 187]], \"201706\": [[1, 62]], \"201707\": [[1, 23], [26, 42], [45, 115], [118, 130], [133, 160], [163, 276], [279, 471], [473, 511], [514, 545], [547, 570], [572, 622], [625, 735], [738, 806], [809, 876], [879, 964]], \"201708\": [[1, 79]], \"201718\": [[58, 108]], \"201727\": [[67, 185]], \"201729\": [[6, 20], [22, 75], [77, 126], [129, 154], [156, 216], [219, 244]], \"201794\": [[58, 94]], \"201802\": [[68, 209], [211, 214], [216, 220], [223, 288], [290, 296]], \"201816\": [[1, 72], [74, 105], [107, 157]], \"201817\": [[1, 274]], \"201818\": [[1, 1]], \"201819\": [[1, 94], [96, 241]], \"201824\": [[1, 139], [141, 176], [179, 286], [289, 492]], \"202012\": [[98, 121], [126, 131]], \"202013\": [[1, 2], [5, 35], [38, 57]], \"202014\": [[1, 5], [8, 14], [16, 18], [20, 77], [79, 102], [104, 174], [177, 190], [192, 196]], \"202016\": [[1, 48], [51, 134], [137, 177], [179, 743], [745, 831], [834, 890], [893, 896], [898, 932], [934, 1010]], \"202044\": [[84, 101], [104, 266], [268, 461], [463, 466]], \"202045\": [[1, 30], [33, 72], [75, 528], [531, 601], [603, 785], [788, 809], [822, 823]], \"202054\": [[6, 266], [268, 489], [492, 605], [608, 631]], \"202060\": [[76, 142], [144, 154], [156, 244], [246, 497], [499, 642], [644, 682], [684, 743], [746, 936]], \"202074\": [[66, 174]], \"202075\": [[1, 18], [21, 187], [189, 214], [217, 247], [250, 342], [345, 406], [409, 497], [500, 537], [539, 539], [542, 560], [562, 615], [618, 628]], \"202084\": [[83, 156], [159, 177], [179, 180], [182, 239]], \"202087\": [[1, 25], [28, 208], [210, 357], [359, 652], [655, 853], [856, 1093]], \"202088\": [[1, 286]], \"202093\": [[1, 104], [107, 320], [322, 360]], \"202116\": [[59, 60]], \"202178\": [[67, 78], [80, 88], [91, 177], [180, 186], [188, 337], [340, 377], [379, 425], [428, 475], [478, 548], [551, 717], [720, 965], [967, 1444], [1447, 1505], [1508, 1519], [1522, 1555]], \"202205\": [[94, 114]], \"202209\": [[1, 48], [51, 142]], \"202237\": [[39, 128], [131, 131], [134, 219], [222, 235], [238, 275], [277, 289], [291, 316], [319, 419], [422, 538], [540, 936], [939, 950], [952, 976], [979, 1079]], \"202272\": [[76, 112], [115, 141], [144, 185], [188, 205], [208, 305], [307, 313], [315, 371], [436, 480], [483, 555], [558, 577], [579, 683], [686, 705], [707, 740], [742, 890], [937, 1295], [1299, 1481]], \"202299\": [[68, 84], [87, 141], [143, 193], [196, 358], [361, 379], [382, 414], [416, 452], [455, 555]], \"202305\": [[1, 89], [92, 130], [133, 323]], \"202314\": [[67, 104], [107, 265], [268, 278]], \"202328\": [[46, 89], [92, 156], [158, 276], [278, 291], [294, 434], [437, 460], [463, 586], [588, 610], [612, 614]], \"202333\": [[1, 235]], \"202389\": [[81, 182], [185, 190], [192, 199]], \"202469\": [[87, 158], [160, 174], [177, 352]], \"202472\": [[1, 96], [99, 112]], \"202477\": [[1, 129], [131, 150]], \"202478\": [[1, 177], [180, 183], [186, 219], [222, 360], [362, 506], [509, 531], [534, 718], [720, 927], [929, 973], [975, 1029], [1031, 1186], [1189, 1212], [1215, 1248]], \"202504\": [[77, 96], [99, 133], [135, 182], [184, 211], [213, 241], [243, 392], [395, 527], [529, 617], [620, 715], [718, 763], [766, 1172], [1174, 1247], [1250, 1471], [1474, 1679], [1682, 1704]], \"202972\": [[1, 30], [33, 184], [186, 290], [292, 295], [298, 371], [374, 429], [431, 544]], \"202973\": [[1, 234], [237, 305], [308, 437], [439, 530], [532, 541], [544, 552], [555, 851], [853, 1408]], \"203002\": [[77, 128], [130, 141], [144, 207], [209, 267], [270, 360], [362, 501], [504, 641], [643, 669], [671, 671], [674, 717], [720, 1034], [1037, 1070], [1073, 1370], [1372, 1392], [1395, 1410], [1413, 1596]], \"203709\": [[1, 121]], \"203742\": [[1, 29]], \"203777\": [[103, 113]], \"203830\": [[82, 182]], \"203832\": [[1, 11]], \"203833\": [[1, 70], [73, 128]], \"203834\": [[1, 40]], \"203835\": [[1, 70], [73, 358]], \"203853\": [[122, 222]], \"203894\": [[82, 272], [275, 477], [480, 902], [905, 1319]], \"203909\": [[79, 113], [116, 117], [120, 140], [143, 382]], \"203912\": [[1, 306], [308, 566], [569, 609], [611, 698], [701, 820], [823, 865], [867, 1033], [1035, 1321]], \"203987\": [[1, 9], [12, 241], [243, 339], [342, 781], [784, 1014]], \"203992\": [[1, 15]], \"203994\": [[1, 56], [59, 136], [139, 304], [306, 342], [344, 425]], \"204100\": [[117, 139]], \"204101\": [[1, 74]], \"204113\": [[82, 96], [98, 102], [105, 127], [129, 191], [194, 258], [261, 327], [329, 388], [390, 400], [402, 583], [585, 690]], \"204114\": [[1, 358]], \"204238\": [[23, 52], [55, 55]], \"204250\": [[92, 118], [121, 177], [179, 285], [287, 336], [339, 400], [403, 521], [524, 543], [546, 682], [684, 801]], \"204511\": [[1, 56]], \"204541\": [[5, 39], [42, 42], [44, 139], [142, 149], [151, 204]], \"204544\": [[1, 11], [13, 93], [96, 195], [197, 224], [226, 334], [337, 426]], \"204552\": [[1, 9]], \"204553\": [[1, 51], [53, 60], [63, 101]], \"204554\": [[1, 5], [7, 221], [224, 455], [458, 470], [472, 481], [483, 514]], \"204555\": [[1, 329], [331, 334]], \"204563\": [[91, 99], [102, 178], [180, 219], [222, 229], [231, 364], [366, 366], [369, 470], [473, 524], [527, 571]], \"204564\": [[1, 84], [87, 89], [92, 159], [161, 187], [190, 191], [193, 293], [296, 315], [317, 340], [343, 427], [429, 434], [437, 735], [737, 855], [858, 1206], [1209, 1248], [1251, 1284]], \"204565\": [[1, 48]], \"204566\": [[1, 12]], \"204567\": [[1, 38]], \"204576\": [[49, 192], [195, 301]], \"204577\": [[1, 46], [49, 64], [67, 105], [107, 170], [173, 181], [183, 193], [196, 653], [656, 669], [671, 740], [742, 913], [915, 1057], [1059, 1115], [1117, 1282]], \"204599\": [[73, 83], [85, 94], [97, 121], [124, 125], [128, 173], [175, 240], [243, 245], [248, 264], [266, 292], [294, 334]], \"204601\": [[1, 25], [28, 62], [65, 80], [83, 89], [92, 290], [292, 563], [565, 591], [593, 652], [655, 780], [783, 812], [814, 892], [894, 984], [986, 1003], [1006, 1038], [1040, 1088], [1091, 1102], [1105, 1161], [1164, 1250]], \"205086\": [[95, 149]], \"205111\": [[88, 390], [392, 441], [444, 446]], \"205158\": [[81, 289], [292, 313], [315, 473], [476, 591], [594, 595], [597, 612], [615, 663], [665, 667], [672, 685], [687, 733]], \"205193\": [[80, 109], [111, 349], [352, 486], [488, 650], [652, 712], [714, 902]], \"205217\": [[1, 12], [16, 111], [113, 171], [174, 250], [253, 318]], \"205233\": [[94, 153]], \"205236\": [[1, 190], [193, 207], [209, 260], [263, 331], [334, 352]], \"205238\": [[1, 6], [9, 199], [202, 254], [256, 304], [306, 355], [358, 381], [384, 596], [598, 617]], \"205303\": [[35, 54], [90, 132], [135, 144]], \"205310\": [[76, 306], [309, 313], [316, 316], [319, 321], [324, 457], [460, 559]], \"205311\": [[1, 85], [88, 92], [95, 183], [186, 395], [397, 592], [595, 910], [913, 1260]], \"205339\": [[71, 175], [178, 213], [216, 230], [233, 262], [265, 404]], \"205344\": [[1, 83], [86, 104], [106, 359], [362, 431], [433, 949], [951, 967], [969, 1127], [1129, 1346], [1348, 1586]], \"205515\": [[82, 201], [203, 216]], \"205519\": [[1, 47], [50, 172], [175, 367], [370, 386], [389, 472]], \"205526\": [[1, 269], [272, 277], [280, 332]], \"205614\": [[1, 4], [7, 40]], \"205617\": [[1, 29], [32, 102], [105, 123], [125, 140], [143, 264], [266, 448], [451, 532], [534, 547]], \"205618\": [[1, 12]], \"205620\": [[1, 175]], \"205666\": [[60, 119], [122, 165], [168, 259], [261, 322], [325, 578], [580, 594], [597, 721], [724, 739]], \"205667\": [[1, 165], [168, 282], [285, 318], [321, 412], [415, 689], [692, 751], [754, 774], [777, 1109]], \"205683\": [[76, 82], [85, 178], [181, 198], [201, 305]], \"205690\": [[1, 40]], \"205694\": [[1, 205], [208, 230], [233, 347], [350, 452], [455, 593], [595, 890]], \"205718\": [[49, 75], [78, 97], [100, 103], [105, 176], [178, 338], [341, 361], [363, 524], [527, 531], [534, 589], [591, 694]], \"205774\": [[1, 80]], \"205777\": [[1, 8]], \"205781\": [[1, 89], [91, 197], [200, 502]], \"205826\": [[80, 232], [235, 303], [306, 468]], \"205833\": [[84, 86], [89, 121], [123, 155], [157, 165], [167, 173], [176, 219], [221, 267], [270, 312], [315, 346], [350, 355], [360, 366]], \"205834\": [[1, 12], [14, 195]], \"205908\": [[68, 200], [202, 209]], \"205921\": [[22, 73], [76, 268], [271, 394], [397, 401], [410, 428], [431, 498], [500, 571], [574, 779], [782, 853]], \"206066\": [[89, 146]], \"206088\": [[86, 159], [161, 178], [181, 199], [202, 286]], \"206102\": [[83, 116], [120, 130], [133, 208], [211, 235], [238, 246], [249, 278], [281, 349]], \"206187\": [[107, 169], [172, 242], [245, 288], [290, 340], [343, 427], [429, 435], [437, 486], [489, 569], [571, 647], [649, 662], [664, 708]], \"206188\": [[1, 40], [42, 55]], \"206199\": [[1, 75], [77, 82], [85, 114]], \"206207\": [[82, 130], [132, 176], [179, 194], [196, 388], [390, 419], [422, 447], [450, 569], [572, 690]], \"206208\": [[1, 470], [472, 518]], \"206210\": [[11, 25], [28, 275], [277, 298], [300, 383], [386, 466]], \"206243\": [[62, 169], [172, 196], [199, 354], [357, 433], [435, 448], [451, 533], [536, 554], [557, 723], [726, 905]], \"206245\": [[1, 62]], \"206246\": [[1, 14], [16, 237], [240, 285], [288, 407], [412, 676], [678, 704], [706, 785], [787, 962], [965, 997], [1000, 1198], [1201, 1290]], \"206257\": [[1, 29]], \"206258\": [[1, 36], [39, 223], [226, 249]], \"206302\": [[1, 8], [11, 33], [36, 44], [47, 82], [84, 108], [110, 149], [151, 186], [189, 229], [231, 232], [234, 241], [243, 276]], \"206303\": [[1, 19], [23, 286]], \"206304\": [[1, 4], [6, 62]], \"206331\": [[91, 222], [225, 312]], \"206389\": [[88, 185], [187, 249], [252, 272], [275, 392]], \"206391\": [[1, 55], [57, 91]], \"206401\": [[69, 90], [92, 194], [197, 210], [212, 249], [251, 265], [267, 409]], \"206446\": [[92, 141], [143, 159], [162, 205], [208, 301], [304, 442], [445, 445], [448, 474], [476, 616], [619, 872], [874, 910], [912, 948], [950, 989], [992, 1030], [1033, 1075], [1109, 1149]], \"206448\": [[1, 143], [145, 559], [561, 1170], [1173, 1231], [1235, 1237]], \"206466\": [[24, 137], [140, 277], [280, 296], [299, 303], [306, 405], [407, 419], [422, 477], [480, 511], [514, 676]], \"206476\": [[73, 129], [133, 137], [140, 141], [143, 219]], \"206477\": [[1, 14], [16, 31], [33, 41], [44, 51], [53, 70], [73, 75], [77, 89], [91, 94], [97, 115], [118, 184]], \"206478\": [[1, 27], [29, 136], [139, 144]], \"206484\": [[73, 95], [98, 133], [136, 163], [166, 186], [189, 384], [387, 463], [465, 551], [554, 554], [556, 669]], \"206512\": [[91, 123], [125, 133], [136, 161], [163, 190], [193, 201], [203, 212], [214, 332], [334, 584], [587, 604], [607, 1005], [1008, 1123], [1126, 1163], [1165, 1211]], \"206513\": [[3, 39], [42, 188], [191, 234], [237, 238], [241, 323]], \"206542\": [[1, 115], [117, 165], [168, 511], [514, 547], [550, 603], [606, 668], [671, 727], [730, 739], [741, 833]], \"206550\": [[77, 132], [135, 144]], \"206572\": [[37, 47]], \"206573\": [[2, 14]], \"206574\": [[1, 87]], \"206575\": [[1, 7], [10, 10], [12, 69]], \"206594\": [[72, 107], [110, 246], [249, 281]], \"206595\": [[1, 34], [37, 42], [45, 193]], \"206596\": [[1, 13], [15, 220], [222, 228], [231, 236], [239, 292], [295, 695], [697, 728], [730, 810]], \"206598\": [[1, 81], [83, 103], [105, 588], [591, 657], [659, 719]], \"206605\": [[1, 36], [39, 78]], \"206744\": [[49, 157], [160, 192], [195, 395], [398, 452]], \"206745\": [[1, 81], [84, 199], [202, 224], [227, 237], [240, 304], [306, 318], [321, 720], [723, 796], [799, 894], [897, 944], [946, 1106], [1108, 1524], [1527, 1862], [1988, 1996]], \"206859\": [[79, 210], [212, 258], [260, 323], [325, 356], [359, 609], [612, 681], [684, 732], [734, 768], [771, 808], [811, 827], [830, 848]], \"206866\": [[1, 30], [33, 113], [115, 274]], \"206868\": [[1, 3], [10, 16]], \"206869\": [[1, 251], [253, 271], [274, 502], [507, 520], [522, 566], [568, 752]], \"206897\": [[1, 34], [38, 61], [63, 102], [109, 109], [111, 112], [114, 131], [133, 137]], \"206901\": [[1, 98]], \"206906\": [[1, 31], [38, 94], [96, 136], [138, 139], [142, 149], [151, 175], [177, 206]], \"206940\": [[1, 151], [153, 153], [155, 298], [301, 382], [384, 712], [715, 803], [805, 960], [963, 1027]], \"207099\": [[83, 134], [137, 172], [175, 213], [216, 314], [316, 320], [323, 330], [333, 367], [370, 481], [484, 602], [605, 755], [757, 1046], [1048, 1171]], \"207100\": [[1, 91], [94, 94]], \"207214\": [[57, 112], [114, 177], [179, 181], [184, 196], [199, 220], [223, 262], [265, 405], [408, 482], [485, 640], [643, 708], [718, 757], [759, 808], [811, 829]], \"207217\": [[1, 32]], \"207219\": [[1, 112]], \"207220\": [[1, 160]], \"207221\": [[1, 102]], \"207222\": [[1, 17], [20, 289]], \"207231\": [[70, 84], [86, 121], [123, 184], [187, 189], [192, 303], [306, 354], [357, 481], [484, 504], [508, 549], [552, 626], [628, 690], [693, 875], [878, 1000], [1003, 1170], [1173, 1187], [1189, 1227], [1229, 1415], [1418, 1445], [1447, 1505]], \"207233\": [[1, 119], [121, 148]], \"207269\": [[80, 394], [397, 436], [439, 463], [466, 551], [568, 577]], \"207273\": [[3, 877]], \"207279\": [[68, 138], [141, 149], [151, 237], [240, 266], [269, 307], [309, 416], [498, 551], [554, 640], [643, 961], [963, 1095], [1098, 1160]], \"207320\": [[1, 110], [112, 350]], \"207371\": [[72, 117], [120, 124]], \"207372\": [[1, 27], [30, 113], [116, 154], [156, 174], [176, 478], [480, 496]], \"207397\": [[32, 77], [80, 140], [143, 179]], \"207398\": [[1, 14], [16, 33]], \"207454\": [[79, 95], [98, 123], [126, 259], [261, 363], [365, 458], [461, 498], [501, 609], [612, 632], [635, 781], [784, 866], [869, 974], [977, 1064], [1067, 1079], [1081, 1321], [1323, 1464], [1467, 1569], [1571, 1604], [1607, 1712], [1714, 1988]], \"207469\": [[1, 31], [34, 45]], \"207477\": [[76, 104], [107, 111], [114, 147], [150, 295], [298, 483], [486, 494], [497, 527], [530, 563], [565, 570]], \"207487\": [[50, 98], [101, 311], [313, 359], [363, 468], [471, 472]], \"207488\": [[1, 63], [66, 92], [95, 113], [116, 198], [200, 250], [252, 288], [291, 365], [368, 377], [379, 440]], \"207490\": [[1, 48], [51, 111]], \"207491\": [[1, 176], [179, 458]], \"207492\": [[1, 20], [23, 298]], \"207515\": [[79, 109], [112, 132], [134, 208], [211, 225], [228, 320], [322, 381], [383, 498], [500, 730], [733, 849], [851, 954], [957, 994], [997, 1052], [1055, 1143], [1145, 1211]], \"207517\": [[1, 12], [15, 57]], \"207518\": [[1, 59], [61, 83]], \"207882\": [[22, 45]], \"207883\": [[1, 1], [3, 4], [7, 75]], \"207884\": [[1, 106], [108, 183]], \"207885\": [[1, 90]], \"207886\": [[1, 30], [32, 90], [92, 156], [158, 166], [168, 171]], \"207889\": [[1, 43], [47, 57], [60, 303], [306, 442], [445, 445], [447, 551], [553, 731], [733, 907], [910, 945]], \"207898\": [[1, 33], [36, 57], [60, 235], [239, 257], [260, 277]], \"207905\": [[75, 196], [198, 281], [284, 329], [331, 402], [404, 565], [568, 672], [675, 805], [807, 850], [852, 861], [864, 884], [886, 1180], [1183, 1283], [1285, 1331], [1333, 1515], [1518, 1734], [1737, 1796]], \"207920\": [[84, 146], [149, 241], [243, 261], [264, 291], [294, 486], [489, 518], [520, 598], [600, 708], [710, 826]], \"207921\": [[1, 37], [40, 58]], \"207922\": [[1, 69], [71, 100], [103, 126], [129, 242], [274, 291]], \"207924\": [[1, 52], [54, 171], [173, 178], [181, 339]], \"208307\": [[2, 42], [45, 45], [47, 70], [72, 147], [150, 252], [256, 259], [262, 275], [278, 342], [345, 450], [453, 527], [530, 583], [586, 605], [608, 616], [618, 667], [670, 761], [763, 798], [800, 889], [891, 893], [896, 1055], [1057, 1205], [1208, 1294], [1297, 1328]], \"208339\": [[77, 89], [91, 122], [125, 208], [211, 346], [349, 363]], \"208341\": [[1, 84], [87, 117], [120, 513], [515, 685], [688, 693], [695, 775], [777, 824]], \"208351\": [[83, 97], [100, 356], [359, 367], [369, 369]], \"208352\": [[1, 15], [17, 17], [19, 19]], \"208353\": [[1, 76], [78, 269], [271, 348]], \"208357\": [[1, 70], [73, 507]], \"208390\": [[72, 128], [130, 169]], \"208391\": [[52, 82], [84, 162], [164, 216], [219, 493], [495, 498], [500, 523], [526, 533], [535, 588], [591, 660], [663, 869]], \"208427\": [[49, 89], [92, 161], [164, 164], [166, 173], [175, 268], [271, 312], [315, 315], [317, 335], [337, 361], [364, 402], [404, 422], [425, 577], [580, 647]], \"208428\": [[1, 58], [61, 68], [70, 156], [159, 227]], \"208429\": [[1, 56], [59, 139], [141, 159], [162, 237], [240, 440], [442, 452], [455, 589], [592, 712], [715, 922]], \"208487\": [[2, 26], [29, 159], [161, 307], [309, 459], [462, 476], [479, 621]], \"208509\": [[71, 232]], \"208538\": [[2, 43]], \"208540\": [[1, 26], [29, 98]], \"208541\": [[1, 57], [59, 173], [175, 376], [378, 413]], \"208551\": [[119, 193], [195, 212], [215, 300], [303, 354], [356, 554], [557, 580]], \"208686\": [[73, 79], [82, 181], [183, 224], [227, 243], [246, 311], [313, 459]]}-- dummy change --\n+-- dummy change --"},{"sha":"4db824f3b818406508fdd122bcc8ea90487f77a3","filename":"DPGAnalysis/Skims/data/Cert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON_MuonPhys.txt","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSkims%2Fdata%2FCert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON_MuonPhys.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSkims%2Fdata%2FCert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON_MuonPhys.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSkims%2Fdata%2FCert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON_MuonPhys.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1 +1,2 @@\n-{\"190645\": [[10, 110]], \"190646\": [[1, 111]], \"190659\": [[33, 167]], \"190679\": [[1, 55]], \"190688\": [[69, 249]], \"190702\": [[51, 53], [55, 169]], \"190703\": [[1, 252]], \"190704\": [[1, 3]], \"190705\": [[1, 5], [7, 76], [78, 423]], \"190706\": [[1, 126]], \"190707\": [[1, 332]], \"190708\": [[1, 189]], \"190710\": [[1, 2]], \"190733\": [[71, 460]], \"190736\": [[1, 185]], \"190738\": [[1, 349]], \"190782\": [[55, 409]], \"190895\": [[64, 202], [210, 584], [587, 948]], \"190906\": [[73, 354], [356, 496]], \"190945\": [[124, 207]], \"190949\": [[1, 81]], \"191043\": [[45, 46]], \"191046\": [[1, 21], [24, 183], [185, 239]], \"191056\": [[1, 1], [4, 9], [16, 17], [19, 19]], \"191057\": [[1, 1], [4, 65]], \"191062\": [[1, 1], [3, 541]], \"191090\": [[1, 55]], \"191201\": [[38, 79]], \"191202\": [[1, 68], [87, 118]], \"191226\": [[77, 1686]], \"191247\": [[1, 1224]], \"191248\": [[1, 103]], \"191264\": [[59, 189]], \"191271\": [[56, 363]], \"191276\": [[1, 16]], \"191277\": [[1, 535], [537, 849]], \"191367\": [[1, 2]], \"191411\": [[1, 23]], \"191691\": [[71, 80]], \"191695\": [[1, 1]], \"191718\": [[30, 207]], \"191720\": [[1, 1], [3, 181]], \"191721\": [[1, 1], [3, 189]], \"191726\": [[1, 13]], \"191800\": [[70, 86]], \"191810\": [[1, 99]], \"191811\": [[1, 101], [103, 151]], \"191830\": [[54, 393]], \"191833\": [[1, 1], [3, 105]], \"191834\": [[1, 352]], \"191837\": [[1, 65]], \"191839\": [[1, 1], [3, 36]], \"191842\": [[1, 17]], \"191845\": [[1, 26]], \"191849\": [[1, 49]], \"191856\": [[1, 133]], \"191857\": [[1, 30]], \"191858\": [[1, 48]], \"191859\": [[1, 126]], \"193093\": [[1, 33]], \"193112\": [[24, 53]], \"193123\": [[1, 27]], \"193124\": [[1, 52]], \"193192\": [[58, 86]], \"193193\": [[1, 6], [8, 8], [11, 506]], \"193207\": [[54, 182]], \"193334\": [[29, 172]], \"193336\": [[1, 951]], \"193541\": [[77, 101], [103, 619]], \"193556\": [[41, 83]], \"193557\": [[1, 84]], \"193575\": [[48, 752]], \"193621\": [[60, 1654]], \"193834\": [[1, 35]], \"193835\": [[1, 20], [22, 26]], \"193836\": [[1, 9]], \"193998\": [[64, 278]], \"193999\": [[1, 45]], \"194027\": [[57, 113]], \"194050\": [[53, 113], [116, 273], [275, 355], [357, 1888]], \"194051\": [[1, 12]], \"194052\": [[1, 166]], \"194075\": [[48, 101], [103, 103], [105, 107], [109, 109], [111, 111]], \"194076\": [[1, 748]], \"194108\": [[81, 872]], \"194115\": [[66, 184], [186, 857]], \"194117\": [[1, 38]], \"194119\": [[1, 265]], \"194120\": [[1, 406]], \"194150\": [[42, 311]], \"194151\": [[47, 617], [619, 619], [621, 621], [623, 623]], \"194153\": [[1, 115]], \"194199\": [[96, 402]], \"194210\": [[3, 555]], \"194223\": [[61, 112]], \"194224\": [[1, 412]], \"194225\": [[1, 149]], \"194270\": [[56, 68]], \"194303\": [[56, 102]], \"194304\": [[1, 46]], \"194305\": [[1, 84]], \"194314\": [[52, 300]], \"194315\": [[1, 467]], \"194317\": [[1, 20]], \"194424\": [[63, 706], [708, 708]], \"194428\": [[1, 563]], \"194429\": [[1, 1019]], \"194439\": [[46, 106]], \"194455\": [[45, 303]], \"194464\": [[1, 210]], \"194479\": [[1, 566]], \"194480\": [[1, 1402]], \"194533\": [[46, 872]], \"194619\": [[31, 111]], \"194631\": [[1, 222]], \"194643\": [[1, 287]], \"194644\": [[1, 421]], \"194691\": [[61, 313]], \"194699\": [[1, 259]], \"194702\": [[1, 191]], \"194704\": [[1, 592]], \"194711\": [[1, 619]], \"194712\": [[1, 759]], \"194735\": [[44, 132]], \"194778\": [[60, 219]], \"194789\": [[1, 566]], \"194790\": [[1, 45]], \"194825\": [[72, 117], [120, 222]], \"194896\": [[34, 103]], \"194897\": [[1, 96], [98, 102]], \"194912\": [[53, 1662]], \"194914\": [[1, 38]], \"194915\": [[1, 74]], \"195013\": [[75, 526], [528, 541]], \"195014\": [[1, 160]], \"195015\": [[1, 13]], \"195016\": [[1, 569]], \"195099\": [[62, 248]], \"195109\": [[86, 337]], \"195110\": [[1, 6]], \"195111\": [[1, 44]], \"195112\": [[1, 26]], \"195113\": [[1, 579]], \"195114\": [[1, 103]], \"195115\": [[1, 22]], \"195147\": [[132, 559]], \"195163\": [[72, 347]], \"195164\": [[1, 64]], \"195165\": [[1, 4], [7, 266]], \"195251\": [[1, 242]], \"195265\": [[47, 156]], \"195266\": [[1, 404]], \"195303\": [[109, 409]], \"195304\": [[1, 1229]], \"195378\": [[90, 1302]], \"195379\": [[1, 277]], \"195387\": [[1, 7]], \"195390\": [[1, 400]], \"195396\": [[49, 131]], \"195397\": [[1, 1209]], \"195398\": [[3, 1712], [1721, 1736], [1741, 1752], [1767, 1795]], \"195399\": [[1, 383]], \"195529\": [[1, 59]], \"195530\": [[1, 592]], \"195540\": [[68, 319]], \"195551\": [[91, 106]], \"195552\": [[1, 1789]], \"195633\": [[40, 42]], \"195634\": [[1, 56]], \"195644\": [[1, 57]], \"195645\": [[1, 23]], \"195647\": [[1, 41]], \"195649\": [[1, 247]], \"195655\": [[1, 498]], \"195656\": [[1, 362]], \"195658\": [[1, 386]], \"195749\": [[1, 131]], \"195757\": [[1, 206]], \"195758\": [[1, 18]], \"195774\": [[1, 963]], \"195775\": [[1, 170]], \"195776\": [[1, 337], [340, 477]], \"195841\": [[74, 85]], \"195868\": [[1, 205]], \"195915\": [[1, 851]], \"195916\": [[1, 213]], \"195917\": [[1, 5]], \"195918\": [[1, 65]], \"195919\": [[1, 16]], \"195923\": [[1, 15]], \"195925\": [[1, 13]], \"195926\": [[1, 35]], \"195929\": [[1, 29]], \"195930\": [[1, 597]], \"195937\": [[1, 186], [188, 396]], \"195947\": [[23, 88]], \"195948\": [[1, 615]], \"195950\": [[1, 169], [172, 1587]], \"195963\": [[52, 58]], \"195970\": [[44, 49], [51, 85]], \"196019\": [[54, 68]], \"196027\": [[1, 186]], \"196046\": [[12, 40]], \"196047\": [[1, 64], [69, 75]], \"196048\": [[1, 44], [46, 49]], \"196197\": [[58, 562]], \"196199\": [[1, 534]], \"196200\": [[1, 68]], \"196202\": [[1, 108]], \"196203\": [[1, 117]], \"196218\": [[55, 820]], \"196239\": [[1, 1025]], \"196249\": [[63, 99]], \"196250\": [[1, 426]], \"196252\": [[1, 35]], \"196334\": [[59, 342]], \"196349\": [[65, 271], [273, 274]], \"196352\": [[1, 11]], \"196353\": [[1, 158]], \"196357\": [[1, 4]], \"196359\": [[1, 2]], \"196362\": [[1, 88]], \"196363\": [[1, 34]], \"196364\": [[1, 1299]], \"196431\": [[73, 514]], \"196432\": [[1, 34]], \"196433\": [[1, 311]], \"196437\": [[1, 225]], \"196438\": [[1, 1269]], \"196452\": [[82, 1091]], \"196453\": [[1, 1647]], \"196495\": [[114, 272]], \"196497\": [[1, 56]], \"196501\": [[1, 33]], \"196509\": [[1, 68]], \"196531\": [[62, 440]], \"198049\": [[1, 11], [14, 57]], \"198050\": [[1, 155]], \"198063\": [[1, 294]], \"198116\": [[36, 112]], \"198207\": [[1, 97]], \"198208\": [[1, 209]], \"198210\": [[1, 221]], \"198212\": [[1, 574]], \"198213\": [[1, 107]], \"198215\": [[1, 12]], \"198230\": [[1, 1380]], \"198249\": [[1, 7]], \"198269\": [[1, 198]], \"198271\": [[1, 797]], \"198272\": [[1, 245], [248, 620]], \"198346\": [[44, 47]], \"198372\": [[57, 110]], \"198485\": [[68, 239]], \"198487\": [[1, 1610]], \"198522\": [[65, 208]], \"198941\": [[102, 284]], \"198954\": [[108, 277]], \"198955\": [[1, 1552]], \"198969\": [[58, 1253]], \"199008\": [[75, 482], [485, 644]], \"199011\": [[1, 24]], \"199021\": [[59, 533], [535, 1494]], \"199318\": [[65, 138]], \"199319\": [[1, 752], [754, 997]], \"199336\": [[1, 977]], \"199356\": [[95, 231]], \"199409\": [[25, 1312]], \"199428\": [[61, 382], [387, 648]], \"199429\": [[1, 154]], \"199435\": [[63, 1610]], \"199436\": [[1, 254], [257, 748]], \"199564\": [[1, 3]], \"199566\": [[1, 32]], \"199568\": [[1, 126]], \"199569\": [[1, 367]], \"199570\": [[1, 17]], \"199571\": [[1, 561]], \"199572\": [[1, 317]], \"199573\": [[1, 22]], \"199574\": [[1, 246]], \"199608\": [[60, 2422]], \"199698\": [[72, 127]], \"199699\": [[1, 756]], \"199703\": [[1, 529]], \"199739\": [[66, 133]], \"199751\": [[103, 130]], \"199752\": [[1, 322]], \"199753\": [[1, 59]], \"199754\": [[1, 998]], \"199804\": [[78, 632]], \"199812\": [[70, 163], [182, 796]], \"199832\": [[58, 286]], \"199833\": [[1, 1239]], \"199834\": [[1, 942]], \"199862\": [[59, 141]], \"199864\": [[1, 486]], \"199867\": [[1, 320]], \"199868\": [[1, 21]], \"199875\": [[70, 334]], \"199876\": [[1, 376]], \"199877\": [[1, 871]], \"199960\": [[72, 485]], \"199961\": [[1, 287]], \"199967\": [[60, 170], [172, 198]], \"199973\": [[73, 89]], \"200041\": [[62, 1096]], \"200042\": [[1, 536]], \"200049\": [[1, 177]], \"200075\": [[76, 605]], \"200091\": [[67, 999], [1001, 1711]], \"200152\": [[74, 116]], \"200160\": [[52, 68]], \"200161\": [[1, 112]], \"200174\": [[81, 84]], \"200177\": [[1, 56]], \"200178\": [[1, 38]], \"200180\": [[1, 18]], \"200186\": [[1, 24]], \"200188\": [[1, 352]], \"200190\": [[1, 256], [258, 565], [567, 878]], \"200229\": [[1, 33], [41, 629]], \"200243\": [[69, 139]], \"200244\": [[1, 619]], \"200245\": [[1, 377]], \"200368\": [[72, 180]], \"200369\": [[1, 686]], \"200381\": [[8, 195]], \"200466\": [[134, 274]], \"200473\": [[96, 1324]], \"200491\": [[87, 419]], \"200515\": [[97, 183]], \"200519\": [[1, 747]], \"200525\": [[77, 990]], \"200532\": [[1, 37]], \"200599\": [[75, 137]], \"200600\": [[1, 596], [598, 1139]], \"200601\": [[1, 10]], \"200961\": [[1, 115]], \"200976\": [[94, 164]], \"200990\": [[75, 143]], \"200991\": [[1, 1048]], \"200992\": [[1, 581]], \"201062\": [[78, 268]], \"201097\": [[83, 497]], \"201114\": [[1, 14]], \"201115\": [[1, 73]], \"201159\": [[70, 211]], \"201164\": [[1, 418]], \"201168\": [[1, 730]], \"201173\": [[1, 586]], \"201174\": [[1, 451]], \"201191\": [[75, 1382], [1385, 1386]], \"201193\": [[1, 19]], \"201196\": [[1, 841]], \"201197\": [[1, 23]], \"201199\": [[1, 6]], \"201200\": [[1, 184]], \"201202\": [[1, 437]], \"201229\": [[1, 73]], \"201278\": [[62, 2174]], \"201535\": [[6, 61]], \"201554\": [[70, 126]], \"201602\": [[76, 635]], \"201611\": [[87, 182], [184, 186]], \"201613\": [[1, 646]], \"201624\": [[83, 240], [270, 270]], \"201625\": [[211, 758], [760, 944]], \"201657\": [[77, 108], [110, 118]], \"201658\": [[1, 288]], \"201668\": [[78, 157]], \"201669\": [[1, 165]], \"201671\": [[1, 462], [464, 1007]], \"201678\": [[1, 120]], \"201679\": [[1, 483]], \"201692\": [[78, 179]], \"201705\": [[65, 187]], \"201706\": [[1, 62]], \"201707\": [[1, 964]], \"201708\": [[1, 79]], \"201718\": [[58, 108]], \"201727\": [[67, 237]], \"201729\": [[1, 244]], \"201794\": [[58, 94]], \"201802\": [[68, 296]], \"201816\": [[1, 157]], \"201817\": [[1, 274]], \"201818\": [[1, 1]], \"201819\": [[1, 241]], \"201824\": [[1, 492]], \"202012\": [[98, 121], [126, 131]], \"202013\": [[1, 35], [38, 57]], \"202014\": [[1, 5], [8, 14], [16, 18], [20, 77], [79, 102], [104, 196]], \"202016\": [[1, 1010]], \"202044\": [[84, 466]], \"202045\": [[1, 809], [822, 823]], \"202054\": [[1, 631]], \"202060\": [[76, 936]], \"202074\": [[66, 174]], \"202075\": [[1, 628]], \"202084\": [[83, 239]], \"202087\": [[1, 1093]], \"202088\": [[1, 286]], \"202093\": [[1, 360]], \"202116\": [[59, 60]], \"202178\": [[67, 1555]], \"202205\": [[94, 114]], \"202209\": [[1, 142]], \"202237\": [[39, 1079]], \"202272\": [[76, 371], [436, 1481]], \"202299\": [[68, 555]], \"202305\": [[1, 323]], \"202314\": [[66, 278]], \"202328\": [[46, 614]], \"202333\": [[1, 235]], \"202389\": [[81, 199]], \"202469\": [[87, 352]], \"202472\": [[1, 112]], \"202477\": [[1, 150]], \"202478\": [[1, 1248]], \"202504\": [[77, 1704]], \"202972\": [[1, 600]], \"202973\": [[1, 1408]], \"203002\": [[75, 1596]], \"203709\": [[1, 121]], \"203742\": [[1, 29]], \"203777\": [[103, 113]], \"203830\": [[82, 182]], \"203832\": [[1, 11]], \"203833\": [[1, 128]], \"203834\": [[1, 40]], \"203835\": [[1, 358]], \"203853\": [[122, 222]], \"203894\": [[82, 1319]], \"203909\": [[79, 382]], \"203912\": [[1, 1321]], \"203980\": [[8, 89]], \"203981\": [[1, 121]], \"203985\": [[1, 10]], \"203986\": [[1, 45]], \"203987\": [[1, 1014]], \"203991\": [[1, 3]], \"203992\": [[1, 15]], \"203994\": [[1, 425]], \"204100\": [[117, 139]], \"204101\": [[1, 74]], \"204113\": [[82, 690]], \"204114\": [[1, 358]], \"204238\": [[23, 55]], \"204250\": [[92, 801]], \"204511\": [[1, 56]], \"204541\": [[5, 204]], \"204544\": [[1, 426]], \"204552\": [[1, 9]], \"204553\": [[1, 101]], \"204554\": [[1, 514]], \"204555\": [[1, 334]], \"204563\": [[91, 571]], \"204564\": [[1, 1284]], \"204565\": [[1, 48]], \"204566\": [[1, 12]], \"204567\": [[1, 38]], \"204576\": [[49, 301]], \"204577\": [[1, 1282]], \"204599\": [[73, 334]], \"204601\": [[1, 1250]], \"205086\": [[95, 149]], \"205111\": [[88, 446]], \"205158\": [[81, 734]], \"205193\": [[78, 902]], \"205217\": [[1, 318]], \"205233\": [[94, 153]], \"205236\": [[1, 352]], \"205238\": [[1, 304], [306, 617]], \"205303\": [[35, 144]], \"205310\": [[76, 559]], \"205311\": [[1, 1260]], \"205339\": [[71, 404]], \"205344\": [[1, 1587]], \"205515\": [[82, 216]], \"205519\": [[1, 472]], \"205526\": [[1, 344]], \"205598\": [[1, 9]], \"205599\": [[1, 5]], \"205605\": [[1, 65]], \"205614\": [[1, 40]], \"205617\": [[1, 547]], \"205618\": [[1, 12]], \"205620\": [[1, 206]], \"205666\": [[60, 739]], \"205667\": [[1, 1109]], \"205683\": [[76, 305]], \"205690\": [[1, 40]], \"205694\": [[1, 890]], \"205718\": [[49, 694]], \"205774\": [[1, 80]], \"205777\": [[1, 8]], \"205781\": [[1, 502]], \"205826\": [[80, 468]], \"205833\": [[84, 366]], \"205834\": [[1, 195]], \"205908\": [[68, 209]], \"205921\": [[22, 853]], \"206066\": [[89, 146]], \"206088\": [[86, 286]], \"206102\": [[83, 349]], \"206187\": [[107, 708]], \"206188\": [[1, 55]], \"206199\": [[1, 114]], \"206207\": [[82, 690]], \"206208\": [[1, 547]], \"206210\": [[1, 466]], \"206243\": [[62, 923]], \"206245\": [[1, 62]], \"206246\": [[1, 1290]], \"206257\": [[1, 29]], \"206258\": [[1, 249]], \"206302\": [[1, 276]], \"206303\": [[1, 286]], \"206304\": [[1, 62]], \"206331\": [[91, 312]], \"206389\": [[88, 392]], \"206391\": [[1, 91]], \"206401\": [[69, 409]], \"206446\": [[92, 1149]], \"206448\": [[1, 1231], [1235, 1237]], \"206466\": [[24, 676]], \"206476\": [[73, 129], [133, 141], [143, 219]], \"206477\": [[1, 14], [16, 31], [33, 51], [53, 184]], \"206478\": [[1, 144]], \"206484\": [[73, 669]], \"206512\": [[91, 1211]], \"206513\": [[1, 323]], \"206539\": [[59, 60]], \"206542\": [[1, 833]], \"206550\": [[77, 144]], \"206572\": [[37, 47]], \"206573\": [[1, 14]], \"206574\": [[1, 87]], \"206575\": [[1, 69]], \"206594\": [[72, 281]], \"206595\": [[1, 193]], \"206596\": [[1, 810]], \"206598\": [[1, 719]], \"206605\": [[1, 78]], \"206744\": [[49, 477]], \"206745\": [[1, 1996]], \"206859\": [[79, 848]], \"206866\": [[1, 321]], \"206867\": [[1, 13]], \"206868\": [[1, 16]], \"206869\": [[1, 752]], \"206897\": [[1, 34], [38, 61], [63, 102], [109, 109], [111, 112], [114, 131], [133, 137]], \"206901\": [[1, 98]], \"206906\": [[1, 31], [38, 94], [96, 149], [151, 175], [177, 206]], \"206939\": [[23, 208]], \"206940\": [[1, 1027]], \"207099\": [[83, 1171]], \"207100\": [[1, 94]], \"207214\": [[57, 844]], \"207217\": [[1, 32]], \"207219\": [[1, 112]], \"207220\": [[1, 160]], \"207221\": [[1, 102]], \"207222\": [[1, 289]], \"207231\": [[70, 84], [86, 121], [123, 1505]], \"207233\": [[1, 148]], \"207269\": [[80, 577]], \"207273\": [[1, 877]], \"207279\": [[68, 1160]], \"207320\": [[1, 350]], \"207371\": [[72, 124]], \"207372\": [[1, 496]], \"207397\": [[32, 179]], \"207398\": [[1, 33]], \"207454\": [[79, 1988]], \"207469\": [[1, 45]], \"207477\": [[76, 570]], \"207487\": [[50, 472]], \"207488\": [[1, 440]], \"207490\": [[1, 142]], \"207491\": [[1, 458]], \"207492\": [[1, 298]], \"207515\": [[79, 1211]], \"207517\": [[1, 59]], \"207518\": [[1, 83]], \"207882\": [[22, 45]], \"207883\": [[1, 1], [3, 75]], \"207884\": [[1, 183]], \"207885\": [[1, 90]], \"207886\": [[1, 166], [168, 171]], \"207887\": [[1, 30]], \"207889\": [[1, 303], [306, 945]], \"207898\": [[1, 235], [239, 277]], \"207905\": [[75, 1796]], \"207920\": [[82, 826]], \"207921\": [[1, 58]], \"207922\": [[1, 291]], \"207924\": [[1, 339]], \"208300\": [[1, 21]], \"208304\": [[1, 25]], \"208307\": [[1, 1328]], \"208339\": [[77, 89], [91, 363]], \"208341\": [[1, 84], [87, 513], [515, 693], [695, 775], [777, 824]], \"208351\": [[83, 367], [369, 370]], \"208352\": [[1, 15], [17, 17], [19, 19]], \"208353\": [[1, 76], [78, 269], [271, 348]], \"208357\": [[1, 507]], \"208390\": [[72, 231]], \"208391\": [[1, 869]], \"208407\": [[1, 18]], \"208427\": [[49, 647]], \"208428\": [[1, 227]], \"208429\": [[1, 922]], \"208487\": [[2, 621]], \"208509\": [[71, 232]], \"208538\": [[2, 43]], \"208540\": [[1, 98]], \"208541\": [[1, 413]], \"208551\": [[119, 580]], \"208686\": [[73, 459]]}\n\\ No newline at end of file\n+{\"190645\": [[10, 110]], \"190646\": [[1, 111]], \"190659\": [[33, 167]], \"190679\": [[1, 55]], \"190688\": [[69, 249]], \"190702\": [[51, 53], [55, 169]], \"190703\": [[1, 252]], \"190704\": [[1, 3]], \"190705\": [[1, 5], [7, 76], [78, 423]], \"190706\": [[1, 126]], \"190707\": [[1, 332]], \"190708\": [[1, 189]], \"190710\": [[1, 2]], \"190733\": [[71, 460]], \"190736\": [[1, 185]], \"190738\": [[1, 349]], \"190782\": [[55, 409]], \"190895\": [[64, 202], [210, 584], [587, 948]], \"190906\": [[73, 354], [356, 496]], \"190945\": [[124, 207]], \"190949\": [[1, 81]], \"191043\": [[45, 46]], \"191046\": [[1, 21], [24, 183], [185, 239]], \"191056\": [[1, 1], [4, 9], [16, 17], [19, 19]], \"191057\": [[1, 1], [4, 65]], \"191062\": [[1, 1], [3, 541]], \"191090\": [[1, 55]], \"191201\": [[38, 79]], \"191202\": [[1, 68], [87, 118]], \"191226\": [[77, 1686]], \"191247\": [[1, 1224]], \"191248\": [[1, 103]], \"191264\": [[59, 189]], \"191271\": [[56, 363]], \"191276\": [[1, 16]], \"191277\": [[1, 535], [537, 849]], \"191367\": [[1, 2]], \"191411\": [[1, 23]], \"191691\": [[71, 80]], \"191695\": [[1, 1]], \"191718\": [[30, 207]], \"191720\": [[1, 1], [3, 181]], \"191721\": [[1, 1], [3, 189]], \"191726\": [[1, 13]], \"191800\": [[70, 86]], \"191810\": [[1, 99]], \"191811\": [[1, 101], [103, 151]], \"191830\": [[54, 393]], \"191833\": [[1, 1], [3, 105]], \"191834\": [[1, 352]], \"191837\": [[1, 65]], \"191839\": [[1, 1], [3, 36]], \"191842\": [[1, 17]], \"191845\": [[1, 26]], \"191849\": [[1, 49]], \"191856\": [[1, 133]], \"191857\": [[1, 30]], \"191858\": [[1, 48]], \"191859\": [[1, 126]], \"193093\": [[1, 33]], \"193112\": [[24, 53]], \"193123\": [[1, 27]], \"193124\": [[1, 52]], \"193192\": [[58, 86]], \"193193\": [[1, 6], [8, 8], [11, 506]], \"193207\": [[54, 182]], \"193334\": [[29, 172]], \"193336\": [[1, 951]], \"193541\": [[77, 101], [103, 619]], \"193556\": [[41, 83]], \"193557\": [[1, 84]], \"193575\": [[48, 752]], \"193621\": [[60, 1654]], \"193834\": [[1, 35]], \"193835\": [[1, 20], [22, 26]], \"193836\": [[1, 9]], \"193998\": [[64, 278]], \"193999\": [[1, 45]], \"194027\": [[57, 113]], \"194050\": [[53, 113], [116, 273], [275, 355], [357, 1888]], \"194051\": [[1, 12]], \"194052\": [[1, 166]], \"194075\": [[48, 101], [103, 103], [105, 107], [109, 109], [111, 111]], \"194076\": [[1, 748]], \"194108\": [[81, 872]], \"194115\": [[66, 184], [186, 857]], \"194117\": [[1, 38]], \"194119\": [[1, 265]], \"194120\": [[1, 406]], \"194150\": [[42, 311]], \"194151\": [[47, 617], [619, 619], [621, 621], [623, 623]], \"194153\": [[1, 115]], \"194199\": [[96, 402]], \"194210\": [[3, 555]], \"194223\": [[61, 112]], \"194224\": [[1, 412]], \"194225\": [[1, 149]], \"194270\": [[56, 68]], \"194303\": [[56, 102]], \"194304\": [[1, 46]], \"194305\": [[1, 84]], \"194314\": [[52, 300]], \"194315\": [[1, 467]], \"194317\": [[1, 20]], \"194424\": [[63, 706], [708, 708]], \"194428\": [[1, 563]], \"194429\": [[1, 1019]], \"194439\": [[46, 106]], \"194455\": [[45, 303]], \"194464\": [[1, 210]], \"194479\": [[1, 566]], \"194480\": [[1, 1402]], \"194533\": [[46, 872]], \"194619\": [[31, 111]], \"194631\": [[1, 222]], \"194643\": [[1, 287]], \"194644\": [[1, 421]], \"194691\": [[61, 313]], \"194699\": [[1, 259]], \"194702\": [[1, 191]], \"194704\": [[1, 592]], \"194711\": [[1, 619]], \"194712\": [[1, 759]], \"194735\": [[44, 132]], \"194778\": [[60, 219]], \"194789\": [[1, 566]], \"194790\": [[1, 45]], \"194825\": [[72, 117], [120, 222]], \"194896\": [[34, 103]], \"194897\": [[1, 96], [98, 102]], \"194912\": [[53, 1662]], \"194914\": [[1, 38]], \"194915\": [[1, 74]], \"195013\": [[75, 526], [528, 541]], \"195014\": [[1, 160]], \"195015\": [[1, 13]], \"195016\": [[1, 569]], \"195099\": [[62, 248]], \"195109\": [[86, 337]], \"195110\": [[1, 6]], \"195111\": [[1, 44]], \"195112\": [[1, 26]], \"195113\": [[1, 579]], \"195114\": [[1, 103]], \"195115\": [[1, 22]], \"195147\": [[132, 559]], \"195163\": [[72, 347]], \"195164\": [[1, 64]], \"195165\": [[1, 4], [7, 266]], \"195251\": [[1, 242]], \"195265\": [[47, 156]], \"195266\": [[1, 404]], \"195303\": [[109, 409]], \"195304\": [[1, 1229]], \"195378\": [[90, 1302]], \"195379\": [[1, 277]], \"195387\": [[1, 7]], \"195390\": [[1, 400]], \"195396\": [[49, 131]], \"195397\": [[1, 1209]], \"195398\": [[3, 1712], [1721, 1736], [1741, 1752], [1767, 1795]], \"195399\": [[1, 383]], \"195529\": [[1, 59]], \"195530\": [[1, 592]], \"195540\": [[68, 319]], \"195551\": [[91, 106]], \"195552\": [[1, 1789]], \"195633\": [[40, 42]], \"195634\": [[1, 56]], \"195644\": [[1, 57]], \"195645\": [[1, 23]], \"195647\": [[1, 41]], \"195649\": [[1, 247]], \"195655\": [[1, 498]], \"195656\": [[1, 362]], \"195658\": [[1, 386]], \"195749\": [[1, 131]], \"195757\": [[1, 206]], \"195758\": [[1, 18]], \"195774\": [[1, 963]], \"195775\": [[1, 170]], \"195776\": [[1, 337], [340, 477]], \"195841\": [[74, 85]], \"195868\": [[1, 205]], \"195915\": [[1, 851]], \"195916\": [[1, 213]], \"195917\": [[1, 5]], \"195918\": [[1, 65]], \"195919\": [[1, 16]], \"195923\": [[1, 15]], \"195925\": [[1, 13]], \"195926\": [[1, 35]], \"195929\": [[1, 29]], \"195930\": [[1, 597]], \"195937\": [[1, 186], [188, 396]], \"195947\": [[23, 88]], \"195948\": [[1, 615]], \"195950\": [[1, 169], [172, 1587]], \"195963\": [[52, 58]], \"195970\": [[44, 49], [51, 85]], \"196019\": [[54, 68]], \"196027\": [[1, 186]], \"196046\": [[12, 40]], \"196047\": [[1, 64], [69, 75]], \"196048\": [[1, 44], [46, 49]], \"196197\": [[58, 562]], \"196199\": [[1, 534]], \"196200\": [[1, 68]], \"196202\": [[1, 108]], \"196203\": [[1, 117]], \"196218\": [[55, 820]], \"196239\": [[1, 1025]], \"196249\": [[63, 99]], \"196250\": [[1, 426]], \"196252\": [[1, 35]], \"196334\": [[59, 342]], \"196349\": [[65, 271], [273, 274]], \"196352\": [[1, 11]], \"196353\": [[1, 158]], \"196357\": [[1, 4]], \"196359\": [[1, 2]], \"196362\": [[1, 88]], \"196363\": [[1, 34]], \"196364\": [[1, 1299]], \"196431\": [[73, 514]], \"196432\": [[1, 34]], \"196433\": [[1, 311]], \"196437\": [[1, 225]], \"196438\": [[1, 1269]], \"196452\": [[82, 1091]], \"196453\": [[1, 1647]], \"196495\": [[114, 272]], \"196497\": [[1, 56]], \"196501\": [[1, 33]], \"196509\": [[1, 68]], \"196531\": [[62, 440]], \"198049\": [[1, 11], [14, 57]], \"198050\": [[1, 155]], \"198063\": [[1, 294]], \"198116\": [[36, 112]], \"198207\": [[1, 97]], \"198208\": [[1, 209]], \"198210\": [[1, 221]], \"198212\": [[1, 574]], \"198213\": [[1, 107]], \"198215\": [[1, 12]], \"198230\": [[1, 1380]], \"198249\": [[1, 7]], \"198269\": [[1, 198]], \"198271\": [[1, 797]], \"198272\": [[1, 245], [248, 620]], \"198346\": [[44, 47]], \"198372\": [[57, 110]], \"198485\": [[68, 239]], \"198487\": [[1, 1610]], \"198522\": [[65, 208]], \"198941\": [[102, 284]], \"198954\": [[108, 277]], \"198955\": [[1, 1552]], \"198969\": [[58, 1253]], \"199008\": [[75, 482], [485, 644]], \"199011\": [[1, 24]], \"199021\": [[59, 533], [535, 1494]], \"199318\": [[65, 138]], \"199319\": [[1, 752], [754, 997]], \"199336\": [[1, 977]], \"199356\": [[95, 231]], \"199409\": [[25, 1312]], \"199428\": [[61, 382], [387, 648]], \"199429\": [[1, 154]], \"199435\": [[63, 1610]], \"199436\": [[1, 254], [257, 748]], \"199564\": [[1, 3]], \"199566\": [[1, 32]], \"199568\": [[1, 126]], \"199569\": [[1, 367]], \"199570\": [[1, 17]], \"199571\": [[1, 561]], \"199572\": [[1, 317]], \"199573\": [[1, 22]], \"199574\": [[1, 246]], \"199608\": [[60, 2422]], \"199698\": [[72, 127]], \"199699\": [[1, 756]], \"199703\": [[1, 529]], \"199739\": [[66, 133]], \"199751\": [[103, 130]], \"199752\": [[1, 322]], \"199753\": [[1, 59]], \"199754\": [[1, 998]], \"199804\": [[78, 632]], \"199812\": [[70, 163], [182, 796]], \"199832\": [[58, 286]], \"199833\": [[1, 1239]], \"199834\": [[1, 942]], \"199862\": [[59, 141]], \"199864\": [[1, 486]], \"199867\": [[1, 320]], \"199868\": [[1, 21]], \"199875\": [[70, 334]], \"199876\": [[1, 376]], \"199877\": [[1, 871]], \"199960\": [[72, 485]], \"199961\": [[1, 287]], \"199967\": [[60, 170], [172, 198]], \"199973\": [[73, 89]], \"200041\": [[62, 1096]], \"200042\": [[1, 536]], \"200049\": [[1, 177]], \"200075\": [[76, 605]], \"200091\": [[67, 999], [1001, 1711]], \"200152\": [[74, 116]], \"200160\": [[52, 68]], \"200161\": [[1, 112]], \"200174\": [[81, 84]], \"200177\": [[1, 56]], \"200178\": [[1, 38]], \"200180\": [[1, 18]], \"200186\": [[1, 24]], \"200188\": [[1, 352]], \"200190\": [[1, 256], [258, 565], [567, 878]], \"200229\": [[1, 33], [41, 629]], \"200243\": [[69, 139]], \"200244\": [[1, 619]], \"200245\": [[1, 377]], \"200368\": [[72, 180]], \"200369\": [[1, 686]], \"200381\": [[8, 195]], \"200466\": [[134, 274]], \"200473\": [[96, 1324]], \"200491\": [[87, 419]], \"200515\": [[97, 183]], \"200519\": [[1, 747]], \"200525\": [[77, 990]], \"200532\": [[1, 37]], \"200599\": [[75, 137]], \"200600\": [[1, 596], [598, 1139]], \"200601\": [[1, 10]], \"200961\": [[1, 115]], \"200976\": [[94, 164]], \"200990\": [[75, 143]], \"200991\": [[1, 1048]], \"200992\": [[1, 581]], \"201062\": [[78, 268]], \"201097\": [[83, 497]], \"201114\": [[1, 14]], \"201115\": [[1, 73]], \"201159\": [[70, 211]], \"201164\": [[1, 418]], \"201168\": [[1, 730]], \"201173\": [[1, 586]], \"201174\": [[1, 451]], \"201191\": [[75, 1382], [1385, 1386]], \"201193\": [[1, 19]], \"201196\": [[1, 841]], \"201197\": [[1, 23]], \"201199\": [[1, 6]], \"201200\": [[1, 184]], \"201202\": [[1, 437]], \"201229\": [[1, 73]], \"201278\": [[62, 2174]], \"201535\": [[6, 61]], \"201554\": [[70, 126]], \"201602\": [[76, 635]], \"201611\": [[87, 182], [184, 186]], \"201613\": [[1, 646]], \"201624\": [[83, 240], [270, 270]], \"201625\": [[211, 758], [760, 944]], \"201657\": [[77, 108], [110, 118]], \"201658\": [[1, 288]], \"201668\": [[78, 157]], \"201669\": [[1, 165]], \"201671\": [[1, 462], [464, 1007]], \"201678\": [[1, 120]], \"201679\": [[1, 483]], \"201692\": [[78, 179]], \"201705\": [[65, 187]], \"201706\": [[1, 62]], \"201707\": [[1, 964]], \"201708\": [[1, 79]], \"201718\": [[58, 108]], \"201727\": [[67, 237]], \"201729\": [[1, 244]], \"201794\": [[58, 94]], \"201802\": [[68, 296]], \"201816\": [[1, 157]], \"201817\": [[1, 274]], \"201818\": [[1, 1]], \"201819\": [[1, 241]], \"201824\": [[1, 492]], \"202012\": [[98, 121], [126, 131]], \"202013\": [[1, 35], [38, 57]], \"202014\": [[1, 5], [8, 14], [16, 18], [20, 77], [79, 102], [104, 196]], \"202016\": [[1, 1010]], \"202044\": [[84, 466]], \"202045\": [[1, 809], [822, 823]], \"202054\": [[1, 631]], \"202060\": [[76, 936]], \"202074\": [[66, 174]], \"202075\": [[1, 628]], \"202084\": [[83, 239]], \"202087\": [[1, 1093]], \"202088\": [[1, 286]], \"202093\": [[1, 360]], \"202116\": [[59, 60]], \"202178\": [[67, 1555]], \"202205\": [[94, 114]], \"202209\": [[1, 142]], \"202237\": [[39, 1079]], \"202272\": [[76, 371], [436, 1481]], \"202299\": [[68, 555]], \"202305\": [[1, 323]], \"202314\": [[66, 278]], \"202328\": [[46, 614]], \"202333\": [[1, 235]], \"202389\": [[81, 199]], \"202469\": [[87, 352]], \"202472\": [[1, 112]], \"202477\": [[1, 150]], \"202478\": [[1, 1248]], \"202504\": [[77, 1704]], \"202972\": [[1, 600]], \"202973\": [[1, 1408]], \"203002\": [[75, 1596]], \"203709\": [[1, 121]], \"203742\": [[1, 29]], \"203777\": [[103, 113]], \"203830\": [[82, 182]], \"203832\": [[1, 11]], \"203833\": [[1, 128]], \"203834\": [[1, 40]], \"203835\": [[1, 358]], \"203853\": [[122, 222]], \"203894\": [[82, 1319]], \"203909\": [[79, 382]], \"203912\": [[1, 1321]], \"203980\": [[8, 89]], \"203981\": [[1, 121]], \"203985\": [[1, 10]], \"203986\": [[1, 45]], \"203987\": [[1, 1014]], \"203991\": [[1, 3]], \"203992\": [[1, 15]], \"203994\": [[1, 425]], \"204100\": [[117, 139]], \"204101\": [[1, 74]], \"204113\": [[82, 690]], \"204114\": [[1, 358]], \"204238\": [[23, 55]], \"204250\": [[92, 801]], \"204511\": [[1, 56]], \"204541\": [[5, 204]], \"204544\": [[1, 426]], \"204552\": [[1, 9]], \"204553\": [[1, 101]], \"204554\": [[1, 514]], \"204555\": [[1, 334]], \"204563\": [[91, 571]], \"204564\": [[1, 1284]], \"204565\": [[1, 48]], \"204566\": [[1, 12]], \"204567\": [[1, 38]], \"204576\": [[49, 301]], \"204577\": [[1, 1282]], \"204599\": [[73, 334]], \"204601\": [[1, 1250]], \"205086\": [[95, 149]], \"205111\": [[88, 446]], \"205158\": [[81, 734]], \"205193\": [[78, 902]], \"205217\": [[1, 318]], \"205233\": [[94, 153]], \"205236\": [[1, 352]], \"205238\": [[1, 304], [306, 617]], \"205303\": [[35, 144]], \"205310\": [[76, 559]], \"205311\": [[1, 1260]], \"205339\": [[71, 404]], \"205344\": [[1, 1587]], \"205515\": [[82, 216]], \"205519\": [[1, 472]], \"205526\": [[1, 344]], \"205598\": [[1, 9]], \"205599\": [[1, 5]], \"205605\": [[1, 65]], \"205614\": [[1, 40]], \"205617\": [[1, 547]], \"205618\": [[1, 12]], \"205620\": [[1, 206]], \"205666\": [[60, 739]], \"205667\": [[1, 1109]], \"205683\": [[76, 305]], \"205690\": [[1, 40]], \"205694\": [[1, 890]], \"205718\": [[49, 694]], \"205774\": [[1, 80]], \"205777\": [[1, 8]], \"205781\": [[1, 502]], \"205826\": [[80, 468]], \"205833\": [[84, 366]], \"205834\": [[1, 195]], \"205908\": [[68, 209]], \"205921\": [[22, 853]], \"206066\": [[89, 146]], \"206088\": [[86, 286]], \"206102\": [[83, 349]], \"206187\": [[107, 708]], \"206188\": [[1, 55]], \"206199\": [[1, 114]], \"206207\": [[82, 690]], \"206208\": [[1, 547]], \"206210\": [[1, 466]], \"206243\": [[62, 923]], \"206245\": [[1, 62]], \"206246\": [[1, 1290]], \"206257\": [[1, 29]], \"206258\": [[1, 249]], \"206302\": [[1, 276]], \"206303\": [[1, 286]], \"206304\": [[1, 62]], \"206331\": [[91, 312]], \"206389\": [[88, 392]], \"206391\": [[1, 91]], \"206401\": [[69, 409]], \"206446\": [[92, 1149]], \"206448\": [[1, 1231], [1235, 1237]], \"206466\": [[24, 676]], \"206476\": [[73, 129], [133, 141], [143, 219]], \"206477\": [[1, 14], [16, 31], [33, 51], [53, 184]], \"206478\": [[1, 144]], \"206484\": [[73, 669]], \"206512\": [[91, 1211]], \"206513\": [[1, 323]], \"206539\": [[59, 60]], \"206542\": [[1, 833]], \"206550\": [[77, 144]], \"206572\": [[37, 47]], \"206573\": [[1, 14]], \"206574\": [[1, 87]], \"206575\": [[1, 69]], \"206594\": [[72, 281]], \"206595\": [[1, 193]], \"206596\": [[1, 810]], \"206598\": [[1, 719]], \"206605\": [[1, 78]], \"206744\": [[49, 477]], \"206745\": [[1, 1996]], \"206859\": [[79, 848]], \"206866\": [[1, 321]], \"206867\": [[1, 13]], \"206868\": [[1, 16]], \"206869\": [[1, 752]], \"206897\": [[1, 34], [38, 61], [63, 102], [109, 109], [111, 112], [114, 131], [133, 137]], \"206901\": [[1, 98]], \"206906\": [[1, 31], [38, 94], [96, 149], [151, 175], [177, 206]], \"206939\": [[23, 208]], \"206940\": [[1, 1027]], \"207099\": [[83, 1171]], \"207100\": [[1, 94]], \"207214\": [[57, 844]], \"207217\": [[1, 32]], \"207219\": [[1, 112]], \"207220\": [[1, 160]], \"207221\": [[1, 102]], \"207222\": [[1, 289]], \"207231\": [[70, 84], [86, 121], [123, 1505]], \"207233\": [[1, 148]], \"207269\": [[80, 577]], \"207273\": [[1, 877]], \"207279\": [[68, 1160]], \"207320\": [[1, 350]], \"207371\": [[72, 124]], \"207372\": [[1, 496]], \"207397\": [[32, 179]], \"207398\": [[1, 33]], \"207454\": [[79, 1988]], \"207469\": [[1, 45]], \"207477\": [[76, 570]], \"207487\": [[50, 472]], \"207488\": [[1, 440]], \"207490\": [[1, 142]], \"207491\": [[1, 458]], \"207492\": [[1, 298]], \"207515\": [[79, 1211]], \"207517\": [[1, 59]], \"207518\": [[1, 83]], \"207882\": [[22, 45]], \"207883\": [[1, 1], [3, 75]], \"207884\": [[1, 183]], \"207885\": [[1, 90]], \"207886\": [[1, 166], [168, 171]], \"207887\": [[1, 30]], \"207889\": [[1, 303], [306, 945]], \"207898\": [[1, 235], [239, 277]], \"207905\": [[75, 1796]], \"207920\": [[82, 826]], \"207921\": [[1, 58]], \"207922\": [[1, 291]], \"207924\": [[1, 339]], \"208300\": [[1, 21]], \"208304\": [[1, 25]], \"208307\": [[1, 1328]], \"208339\": [[77, 89], [91, 363]], \"208341\": [[1, 84], [87, 513], [515, 693], [695, 775], [777, 824]], \"208351\": [[83, 367], [369, 370]], \"208352\": [[1, 15], [17, 17], [19, 19]], \"208353\": [[1, 76], [78, 269], [271, 348]], \"208357\": [[1, 507]], \"208390\": [[72, 231]], \"208391\": [[1, 869]], \"208407\": [[1, 18]], \"208427\": [[49, 647]], \"208428\": [[1, 227]], \"208429\": [[1, 922]], \"208487\": [[2, 621]], \"208509\": [[71, 232]], \"208538\": [[2, 43]], \"208540\": [[1, 98]], \"208541\": [[1, 413]], \"208551\": [[119, 580]], \"208686\": [[73, 459]]}-- dummy change --\n+-- dummy change --"},{"sha":"bd78bbbadb1c9bc4ca1b3fad18a4b9fe3478ef04","filename":"DPGAnalysis/Skims/data/Cert_271036-274240_13TeV_PromptReco_Collisions16_JSON.txt","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSkims%2Fdata%2FCert_271036-274240_13TeV_PromptReco_Collisions16_JSON.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DPGAnalysis%2FSkims%2Fdata%2FCert_271036-274240_13TeV_PromptReco_Collisions16_JSON.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSkims%2Fdata%2FCert_271036-274240_13TeV_PromptReco_Collisions16_JSON.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1 +1,2 @@\n-{\"273158\": [[1, 1279]], \"273302\": [[1, 459]], \"273402\": [[100, 292]], \"273403\": [[1, 53]], \"273404\": [[1, 18]], \"273405\": [[2, 25]], \"273406\": [[1, 112]], \"273408\": [[1, 6]], \"273409\": [[1, 309]], \"273410\": [[1, 90]], \"273411\": [[1, 29]], \"273425\": [[62, 352], [354, 733]], \"273446\": [[1, 33]], \"273447\": [[1, 113], [115, 412]], \"273448\": [[1, 391]], \"273449\": [[1, 214]], \"273450\": [[1, 214], [219, 647]], \"273492\": [[71, 71], [73, 282], [284, 325], [327, 338]], \"273493\": [[1, 233]], \"273494\": [[1, 192]], \"273502\": [[73, 256], [258, 318], [320, 813], [815, 1064]], \"273503\": [[1, 598]], \"273554\": [[77, 437]], \"273555\": [[1, 173]], \"273725\": [[83, 252], [254, 2545]], \"273728\": [[1, 100]], \"273730\": [[1, 1814], [1820, 2126]], \"274094\": [[105, 332]], \"274146\": [[1, 67]], \"274159\": [[1, 43]], \"274160\": [[1, 207]], \"274161\": [[1, 516]], \"274172\": [[31, 95]], \"274198\": [[81, 191]], \"274199\": [[1, 623]], \"274200\": [[1, 678]], \"274240\": [[1, 40], [42, 82]]}\n\\ No newline at end of file\n+{\"273158\": [[1, 1279]], \"273302\": [[1, 459]], \"273402\": [[100, 292]], \"273403\": [[1, 53]], \"273404\": [[1, 18]], \"273405\": [[2, 25]], \"273406\": [[1, 112]], \"273408\": [[1, 6]], \"273409\": [[1, 309]], \"273410\": [[1, 90]], \"273411\": [[1, 29]], \"273425\": [[62, 352], [354, 733]], \"273446\": [[1, 33]], \"273447\": [[1, 113], [115, 412]], \"273448\": [[1, 391]], \"273449\": [[1, 214]], \"273450\": [[1, 214], [219, 647]], \"273492\": [[71, 71], [73, 282], [284, 325], [327, 338]], \"273493\": [[1, 233]], \"273494\": [[1, 192]], \"273502\": [[73, 256], [258, 318], [320, 813], [815, 1064]], \"273503\": [[1, 598]], \"273554\": [[77, 437]], \"273555\": [[1, 173]], \"273725\": [[83, 252], [254, 2545]], \"273728\": [[1, 100]], \"273730\": [[1, 1814], [1820, 2126]], \"274094\": [[105, 332]], \"274146\": [[1, 67]], \"274159\": [[1, 43]], \"274160\": [[1, 207]], \"274161\": [[1, 516]], \"274172\": [[31, 95]], \"274198\": [[81, 191]], \"274199\": [[1, 623]], \"274200\": [[1, 678]], \"274240\": [[1, 40], [42, 82]]}-- dummy change --\n+-- dummy change --"},{"sha":"52172422bff0b0fb1ed6e300ed006bc5f0459ba3","filename":"DQM/BeamMonitor/test/2012_PixelTracksVertices_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FBeamMonitor%2Ftest%2F2012_PixelTracksVertices_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FBeamMonitor%2Ftest%2F2012_PixelTracksVertices_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FBeamMonitor%2Ftest%2F2012_PixelTracksVertices_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -223,3 +223,5 @@\n \n \n #print process.dumpPython()\n+-- dummy change --\n+-- dummy change --"},{"sha":"9841e8bfa1ab2fba781457f91bebf496ebff856e","filename":"DQM/BeamMonitor/test/2012_PixelTracksVertices_Test_beamspotproblem_dqm_sourceclient-live_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FBeamMonitor%2Ftest%2F2012_PixelTracksVertices_Test_beamspotproblem_dqm_sourceclient-live_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FBeamMonitor%2Ftest%2F2012_PixelTracksVertices_Test_beamspotproblem_dqm_sourceclient-live_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FBeamMonitor%2Ftest%2F2012_PixelTracksVertices_Test_beamspotproblem_dqm_sourceclient-live_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -177,3 +177,5 @@\n process.scalersRawToDigi.scalersInputTag = cms.InputTag(\"rawDataCollector\")\n process.siPixelDigis.InputLabel = cms.InputTag(\"rawDataCollector\")\n process.siStripDigis.ProductLabel = cms.InputTag(\"rawDataCollector\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"541290b253fc3f73e6c0bf8385852e032f2bbada","filename":"DQM/BeamMonitor/test/2012_ReducedTrackingSteps_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FBeamMonitor%2Ftest%2F2012_ReducedTrackingSteps_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FBeamMonitor%2Ftest%2F2012_ReducedTrackingSteps_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FBeamMonitor%2Ftest%2F2012_ReducedTrackingSteps_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -250,3 +250,5 @@\n \n \n #print process.dumpPython()\n+-- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e?per_page=100&page=7 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:13 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"3c57a80bb3620f14e8be3e43cb8c14d638d642aff6d8e7d4ae08d177bd7bf469"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:04:54 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4964'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '36'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C724:1C490A:168043:16F5BC:6812247C')] +{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","node_id":"C_kwDOF83__NoAKGMyMzA5OWM3Mzc3MTIzYjZkZTdmYWZhN2E0ODZiMjBiMThkNTRmN2U","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"message":"Try generating big cache","tree":{"sha":"f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684"}],"stats":{"total":6008,"additions":5944,"deletions":64},"files":[{"sha":"ce6e4689a776309bfca425415fba8f059057dc0c","filename":"DQM/EcalPreshowerMonitorModule/python/EcalPreshowerMonitorTasks_withFEDIntegrity_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FEcalPreshowerMonitorModule%2Fpython%2FEcalPreshowerMonitorTasks_withFEDIntegrity_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FEcalPreshowerMonitorModule%2Fpython%2FEcalPreshowerMonitorTasks_withFEDIntegrity_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FEcalPreshowerMonitorModule%2Fpython%2FEcalPreshowerMonitorTasks_withFEDIntegrity_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -15,3 +15,5 @@\n #ecalPreshowerDefaultTasksSequence = cms.Sequence(ecalPreshowerOccupancyTask*ecalPreshowerPedestalTask)\n ecalPreshowerDefaultTasksSequence = cms.Sequence(ecalPreshowerRawDataTask*ecalPreshowerFEDIntegrityTask*ecalPreshowerIntegrityTask*ecalPreshowerOccupancyTask*ecalPreshowerTimingTask)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"fce0cc8cfead7c307dde5e33f0d09bb23eed8e85","filename":"DQM/SiPixelPhase1Config/test/pixelphase1_for_timing_scan_dqm_sourceclient-live_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FSiPixelPhase1Config%2Ftest%2Fpixelphase1_for_timing_scan_dqm_sourceclient-live_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FSiPixelPhase1Config%2Ftest%2Fpixelphase1_for_timing_scan_dqm_sourceclient-live_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FSiPixelPhase1Config%2Ftest%2Fpixelphase1_for_timing_scan_dqm_sourceclient-live_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -225,3 +225,5 @@\n * process.SiPixelPhase1GeometryDebugHarvester\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b253cc675bde994c78fc14a5eadfdae2f9274e6c","filename":"DQM/SiPixelPhase1Config/test/qTests/mean_num_digis_qualitytest_config_cosmics.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FSiPixelPhase1Config%2Ftest%2FqTests%2Fmean_num_digis_qualitytest_config_cosmics.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FSiPixelPhase1Config%2Ftest%2FqTests%2Fmean_num_digis_qualitytest_config_cosmics.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FSiPixelPhase1Config%2Ftest%2FqTests%2Fmean_num_digis_qualitytest_config_cosmics.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -532,3 +532,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"937db97964282d7f529fe3d2d0df7f3dc346a936","filename":"DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FSiStripCommissioningDbClients%2Fplugins%2FSiStripCommissioningOfflineDbClient.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FSiStripCommissioningDbClients%2Fplugins%2FSiStripCommissioningOfflineDbClient.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FSiStripCommissioningDbClients%2Fplugins%2FSiStripCommissioningOfflineDbClient.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -155,3 +155,5 @@ void SiStripCommissioningOfflineDbClient::uploadToConfigDb() {\n << \" Upload aborted!...\";\n }\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"887be8bd1e5070a7e890626878f4df5a40bac668","filename":"DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FSiStripCommissioningDbClients%2Fplugins%2FSiStripCommissioningOfflineDbClient.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FSiStripCommissioningDbClients%2Fplugins%2FSiStripCommissioningOfflineDbClient.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FSiStripCommissioningDbClients%2Fplugins%2FSiStripCommissioningOfflineDbClient.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -42,3 +42,5 @@ class SiStripCommissioningOfflineDbClient : public SiStripCommissioningOfflineCl\n };\n \n #endif // DQM_SiStripCommissioningDbClients_SiStripCommissioningOfflineDbClient_H\n+-- dummy change --\n+-- dummy change --"},{"sha":"7e2027032d53dab5bff1a80afb4ae829999ac672","filename":"DQM/SiStripCommissioningSources/python/SiStripCommissioningSource_FromEDM_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FSiStripCommissioningSources%2Fpython%2FSiStripCommissioningSource_FromEDM_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FSiStripCommissioningSources%2Fpython%2FSiStripCommissioningSource_FromEDM_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FSiStripCommissioningSources%2Fpython%2FSiStripCommissioningSource_FromEDM_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -121,3 +121,5 @@\n \n process.p = cms.Path(process.SiStripSpyUnpacker*process.SiStripSpyDigiConverter*process.SiStripSpyEventSummary*process.CommissioningHistos)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"1f23502e7b9d11f09636fc6f8e28a66c89bd1aa7","filename":"DQM/SiStripCommissioningSources/python/SiStripCommissioningSource_FromRAW_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FSiStripCommissioningSources%2Fpython%2FSiStripCommissioningSource_FromRAW_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FSiStripCommissioningSources%2Fpython%2FSiStripCommissioningSource_FromRAW_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FSiStripCommissioningSources%2Fpython%2FSiStripCommissioningSource_FromRAW_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -144,3 +144,5 @@\n for f in fnames :\n process.source.fileNames.extend(cms.untracked.vstring('file:'+f))\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"18c67f43fca6c33d83dd26183f22cf821d8c25dd","filename":"DQM/SiStripMonitorApproximateCluster/plugins/SiStripMonitorApproximateCluster.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FSiStripMonitorApproximateCluster%2Fplugins%2FSiStripMonitorApproximateCluster.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FSiStripMonitorApproximateCluster%2Fplugins%2FSiStripMonitorApproximateCluster.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FSiStripMonitorApproximateCluster%2Fplugins%2FSiStripMonitorApproximateCluster.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -418,3 +418,5 @@ void SiStripMonitorApproximateCluster::fillDescriptions(edm::ConfigurationDescri\n \n // define this as a plug-in\n DEFINE_FWK_MODULE(SiStripMonitorApproximateCluster);\n+-- dummy change --\n+-- dummy change --"},{"sha":"2e7d140cbf76274a9f961e5843f07277c36f1389","filename":"DQM/SiStripMonitorApproximateCluster/python/SiStripMonitorApproximateCluster_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FSiStripMonitorApproximateCluster%2Fpython%2FSiStripMonitorApproximateCluster_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FSiStripMonitorApproximateCluster%2Fpython%2FSiStripMonitorApproximateCluster_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FSiStripMonitorApproximateCluster%2Fpython%2FSiStripMonitorApproximateCluster_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n from DQMServices.Core.DQMEDAnalyzer import DQMEDAnalyzer\n from DQM.SiStripMonitorApproximateCluster.siStripMonitorApproximateCluster_cfi import siStripMonitorApproximateCluster\n SiStripMonitorApproximateCluster = siStripMonitorApproximateCluster.clone()\n+-- dummy change --\n+-- dummy change --"},{"sha":"8420e0c00984b4e6cc6240e97f0184f1a82c5395","filename":"DQM/SiStripMonitorClient/data/sistrip_monitorelement_config_ped_cluster_digi.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FSiStripMonitorClient%2Fdata%2Fsistrip_monitorelement_config_ped_cluster_digi.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FSiStripMonitorClient%2Fdata%2Fsistrip_monitorelement_config_ped_cluster_digi.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FSiStripMonitorClient%2Fdata%2Fsistrip_monitorelement_config_ped_cluster_digi.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -15,3 +15,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"2afc6c750b324f4ca4d5c16d26b92115de2bbfed","filename":"DQM/SiStripMonitorClient/python/SiStripDQMSourceConfigOfflineGlobalRunCAF_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FSiStripMonitorClient%2Fpython%2FSiStripDQMSourceConfigOfflineGlobalRunCAF_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FSiStripMonitorClient%2Fpython%2FSiStripDQMSourceConfigOfflineGlobalRunCAF_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FSiStripMonitorClient%2Fpython%2FSiStripDQMSourceConfigOfflineGlobalRunCAF_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -99,3 +99,5 @@\n SiStripDQMSourceGlobalRunCAF_reduced = cms.Sequence( SiStripDQMSourceGlobalRunCAF_common + TrackMonCAF_cosmicTk + SiStripDQMSourceGlobalRunCAF_ckf + TrackMonCAF_rs )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"54f6c4ee8aabf78734ac1140afa595c33271ad03","filename":"DQM/SiStripMonitorSummary/scripts/MonitorDB_NewDirStructure_KeepTagLinks_generic.sh","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FSiStripMonitorSummary%2Fscripts%2FMonitorDB_NewDirStructure_KeepTagLinks_generic.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FSiStripMonitorSummary%2Fscripts%2FMonitorDB_NewDirStructure_KeepTagLinks_generic.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FSiStripMonitorSummary%2Fscripts%2FMonitorDB_NewDirStructure_KeepTagLinks_generic.sh?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -783,3 +783,5 @@ EOF\n cd $WORKDIR;\n \n done;\n+-- dummy change --\n+-- dummy change --"},{"sha":"e79f8dcd0b399eff3d771a57cb1348b33deb51c9","filename":"DQM/SiStripMonitorSummary/scripts/MonitorDB_NewDirStructure_KeepTagLinks_generic_V2.sh","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FSiStripMonitorSummary%2Fscripts%2FMonitorDB_NewDirStructure_KeepTagLinks_generic_V2.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FSiStripMonitorSummary%2Fscripts%2FMonitorDB_NewDirStructure_KeepTagLinks_generic_V2.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FSiStripMonitorSummary%2Fscripts%2FMonitorDB_NewDirStructure_KeepTagLinks_generic_V2.sh?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -739,3 +739,5 @@ EOF\n cd $WORKDIR;\n \n done;\n+-- dummy change --\n+-- dummy change --"},{"sha":"11448178bcc756ec7ab386c99ad1ba6571040b89","filename":"DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_flat_0_aaaaaa_40x100.png","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_flat_0_aaaaaa_40x100.png","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_flat_0_aaaaaa_40x100.png?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e"},{"sha":"1c2cf4c85b78adb0ad7a49f54e9ac51aa0af61ef","filename":"DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_flat_75_ffffff_40x100.png","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_flat_75_ffffff_40x100.png","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_flat_75_ffffff_40x100.png?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e"},{"sha":"b62792733f0e097bea2185764a2d1d838d6f7be9","filename":"DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_glass_55_fbf9ee_1x400.png","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_glass_55_fbf9ee_1x400.png","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_glass_55_fbf9ee_1x400.png?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e"},{"sha":"066869358faaee90c42254b3b03532aa55cbbb69","filename":"DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_glass_65_ffffff_1x400.png","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_glass_65_ffffff_1x400.png","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_glass_65_ffffff_1x400.png?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e"},{"sha":"b72a22001d5a9b8af6437a9eab01135ab5892934","filename":"DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_glass_75_dadada_1x400.png","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_glass_75_dadada_1x400.png","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_glass_75_dadada_1x400.png?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e"},{"sha":"38e6679c5962a2052f6884ed1d8f9119eb453c51","filename":"DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_glass_75_e6e6e6_1x400.png","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_glass_75_e6e6e6_1x400.png","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_glass_75_e6e6e6_1x400.png?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e"},{"sha":"132f14fb0503e2c13847ebcaf4442c3c91152e65","filename":"DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_glass_95_fef1ec_1x400.png","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_glass_95_fef1ec_1x400.png","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_glass_95_fef1ec_1x400.png?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e"},{"sha":"a9c8f07ef026e6ed8c759c403ebb0412309f0c38","filename":"DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_highlight-soft_75_cccccc_1x100.png","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_highlight-soft_75_cccccc_1x100.png","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_highlight-soft_75_cccccc_1x100.png?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e"},{"sha":"252d82093a0d15a53c78ab614aaf2f5f931900f9","filename":"DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_222222_256x240.png","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-icons_222222_256x240.png","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-icons_222222_256x240.png","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-icons_222222_256x240.png?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e"},{"sha":"17936867af058c72c5bf1df7c81eddcaf41eb8dd","filename":"DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_2e83ff_256x240.png","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-icons_2e83ff_256x240.png","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-icons_2e83ff_256x240.png","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-icons_2e83ff_256x240.png?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e"},{"sha":"53726738fbd48437c92bbea784425670e2d0115d","filename":"DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_454545_256x240.png","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-icons_454545_256x240.png","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-icons_454545_256x240.png","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-icons_454545_256x240.png?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e"},{"sha":"a2c8d5849bb664ffdf4f4e3e7ae1006b0de11309","filename":"DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_888888_256x240.png","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-icons_888888_256x240.png","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-icons_888888_256x240.png","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-icons_888888_256x240.png?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e"},{"sha":"0870e0498cc0115e165deba4d413d400ae7b14bf","filename":"DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_cd0a0a_256x240.png","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-icons_cd0a0a_256x240.png","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-icons_cd0a0a_256x240.png","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-icons_cd0a0a_256x240.png?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e"},{"sha":"046adbed82e5702455d33d7afd8145ee60d2baed","filename":"DQM/TrackingMonitorClient/python/TrackingEffFromHitPatternClientConfigZeroBias_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FTrackingMonitorClient%2Fpython%2FTrackingEffFromHitPatternClientConfigZeroBias_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQM%2FTrackingMonitorClient%2Fpython%2FTrackingEffFromHitPatternClientConfigZeroBias_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FTrackingMonitorClient%2Fpython%2FTrackingEffFromHitPatternClientConfigZeroBias_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n \"Muons/globalMuons/HitEffFromHitPattern*\",\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"6f15683093140551902745413390c4e551a89e32","filename":"DQMOffline/CalibTracker/test/AnalyzeSeveralRuns_ExpressStreamWithDQMHarvesting_afs.sh","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQMOffline%2FCalibTracker%2Ftest%2FAnalyzeSeveralRuns_ExpressStreamWithDQMHarvesting_afs.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQMOffline%2FCalibTracker%2Ftest%2FAnalyzeSeveralRuns_ExpressStreamWithDQMHarvesting_afs.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQMOffline%2FCalibTracker%2Ftest%2FAnalyzeSeveralRuns_ExpressStreamWithDQMHarvesting_afs.sh?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -79,3 +79,5 @@ echo \"3rd Sqlite: SiStripHotComponents_merged@${ID3}.db, 3rd Metadata: SiStripHo\n echo \"-----------------------------------\"\n echo \"Now the sqlite and corresponding metadata files have to be moved to the Popcon dropbox!\"\n echo \"Do: scp @cmsusr5:/nfshome0/popcondev/SiStripJob\"\n+-- dummy change --\n+-- dummy change --"},{"sha":"2ec480d7aab5dc7f281460a09682983d16661e97","filename":"DQMOffline/CalibTracker/test/CRAFTCalib/SiStripDQMBadStripsValidationReReco.job","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQMOffline%2FCalibTracker%2Ftest%2FCRAFTCalib%2FSiStripDQMBadStripsValidationReReco.job","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQMOffline%2FCalibTracker%2Ftest%2FCRAFTCalib%2FSiStripDQMBadStripsValidationReReco.job","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQMOffline%2FCalibTracker%2Ftest%2FCRAFTCalib%2FSiStripDQMBadStripsValidationReReco.job?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -7,3 +7,5 @@ set run=R000066987\n set outdir=/afs/cern.ch/cms/CAF/CMSCOMM/COMM_TRACKER/DQM/SiStrip/jobs/output\n cd ${CMSSW_BASE}/src/DQMOffline/CalibTracker/test/CRAFTCalib\n cmsRun ${task}_cfg.py >&! ${outdir}/${task}-${run}.log \n+-- dummy change --\n+-- dummy change --"},{"sha":"1b59ebdeb4e2208940adc6bb659530e81f828544","filename":"DQMOffline/CalibTracker/test/CRAFTCalib/SiStripDQMBadStripsValidationReReco_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQMOffline%2FCalibTracker%2Ftest%2FCRAFTCalib%2FSiStripDQMBadStripsValidationReReco_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQMOffline%2FCalibTracker%2Ftest%2FCRAFTCalib%2FSiStripDQMBadStripsValidationReReco_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQMOffline%2FCalibTracker%2Ftest%2FCRAFTCalib%2FSiStripDQMBadStripsValidationReReco_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -132,3 +132,5 @@\n process.SiStripMonitorTrackReal *\n process.dqmSaver\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"3ac3ca39697a62d0ce3416eccec8f254e8773fb6","filename":"DQMOffline/CalibTracker/test/SiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQMOffline%2FCalibTracker%2Ftest%2FSiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQMOffline%2FCalibTracker%2Ftest%2FSiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQMOffline%2FCalibTracker%2Ftest%2FSiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -159,3 +159,5 @@\n #process.StripValidation\n )\n process.ep = cms.EndPath(process.out)\n+-- dummy change --\n+-- dummy change --"},{"sha":"e25f7c3c69204ec876218a2f6a0ff20437e77e7c","filename":"DQMOffline/CalibTracker/test/template_SiStripQualityBadAPVIdentifierRoot_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQMOffline%2FCalibTracker%2Ftest%2Ftemplate_SiStripQualityBadAPVIdentifierRoot_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQMOffline%2FCalibTracker%2Ftest%2Ftemplate_SiStripQualityBadAPVIdentifierRoot_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQMOffline%2FCalibTracker%2Ftest%2Ftemplate_SiStripQualityBadAPVIdentifierRoot_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -128,3 +128,5 @@\n process.p = cms.Path(process.prod)\n process.ep = cms.EndPath(process.out)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"2ae277bec57f117e0deded6141edc37f597ca172","filename":"DQMOffline/CalibTracker/test/template_SiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQMOffline%2FCalibTracker%2Ftest%2Ftemplate_SiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQMOffline%2FCalibTracker%2Ftest%2Ftemplate_SiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQMOffline%2FCalibTracker%2Ftest%2Ftemplate_SiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -140,3 +140,5 @@\n process.p = cms.Path(process.prod)\n process.ep = cms.EndPath(process.out)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"56b80be3c24fd6d1d1a849e962a50ca0bfa4d18f","filename":"DQMOffline/CalibTracker/test/template_SiStripQualityHotStripIdentifierRoot_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQMOffline%2FCalibTracker%2Ftest%2Ftemplate_SiStripQualityHotStripIdentifierRoot_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQMOffline%2FCalibTracker%2Ftest%2Ftemplate_SiStripQualityHotStripIdentifierRoot_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQMOffline%2FCalibTracker%2Ftest%2Ftemplate_SiStripQualityHotStripIdentifierRoot_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -144,3 +144,5 @@\n process.p = cms.Path(process.prod)\n process.ep = cms.EndPath(process.out)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"7350bb74e6ed6743b0fc7dc6ed93728c37dc2853","filename":"DQMOffline/L1Trigger/test/runDQMOffline_step1NoRECO_justRate_L1TriggerOnly_job1_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQMOffline%2FL1Trigger%2Ftest%2FrunDQMOffline_step1NoRECO_justRate_L1TriggerOnly_job1_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DQMOffline%2FL1Trigger%2Ftest%2FrunDQMOffline_step1NoRECO_justRate_L1TriggerOnly_job1_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQMOffline%2FL1Trigger%2Ftest%2FrunDQMOffline_step1NoRECO_justRate_L1TriggerOnly_job1_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -134,3 +134,5 @@\n process = customise(process)\n \n # End of customisation functions\n+-- dummy change --\n+-- dummy change --"},{"sha":"6293fba972597235b77dbfddad34d83e64d14512","filename":"DataFormats/EcalRecHit/interface/alpaka/EcalUncalibratedRecHitDeviceCollection.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DataFormats%2FEcalRecHit%2Finterface%2Falpaka%2FEcalUncalibratedRecHitDeviceCollection.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DataFormats%2FEcalRecHit%2Finterface%2Falpaka%2FEcalUncalibratedRecHitDeviceCollection.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DataFormats%2FEcalRecHit%2Finterface%2Falpaka%2FEcalUncalibratedRecHitDeviceCollection.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n } // namespace ALPAKA_ACCELERATOR_NAMESPACE\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"0bac72f2e967850be15b8fa726899954ed02339a","filename":"DataFormats/L1ScoutingRawData/test/create_SDSRawDataCollection_test_file_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DataFormats%2FL1ScoutingRawData%2Ftest%2Fcreate_SDSRawDataCollection_test_file_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DataFormats%2FL1ScoutingRawData%2Ftest%2Fcreate_SDSRawDataCollection_test_file_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DataFormats%2FL1ScoutingRawData%2Ftest%2Fcreate_SDSRawDataCollection_test_file_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -20,3 +20,5 @@\n \n process.path = cms.Path(process.sdsRawDataCollectionProducer)\n process.endPath = cms.EndPath(process.out)\n+-- dummy change --\n+-- dummy change --"},{"sha":"633a85f443ceddb5077794ce205aadc5853821b1","filename":"DataFormats/ParticleFlowReco/interface/alpaka/PFRecHitFractionDeviceCollection.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DataFormats%2FParticleFlowReco%2Finterface%2Falpaka%2FPFRecHitFractionDeviceCollection.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DataFormats%2FParticleFlowReco%2Finterface%2Falpaka%2FPFRecHitFractionDeviceCollection.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DataFormats%2FParticleFlowReco%2Finterface%2Falpaka%2FPFRecHitFractionDeviceCollection.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE::reco {\n ASSERT_DEVICE_MATCHES_HOST_COLLECTION(reco::PFRecHitFractionDeviceCollection, reco::PFRecHitFractionHostCollection);\n \n #endif // DataFormats_ParticleFlowReco_interface_alpaka_PFRecHitFractionDeviceCollection_h\n+-- dummy change --\n+-- dummy change --"},{"sha":"30edc4ce217ca12c890ef18ee4a9a5ff8f1991f7","filename":"DataFormats/SiStripCluster/test/TestWriteSiStripApproximateClusterCollection.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DataFormats%2FSiStripCluster%2Ftest%2FTestWriteSiStripApproximateClusterCollection.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DataFormats%2FSiStripCluster%2Ftest%2FTestWriteSiStripApproximateClusterCollection.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DataFormats%2FSiStripCluster%2Ftest%2FTestWriteSiStripApproximateClusterCollection.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -102,3 +102,5 @@ namespace edmtest {\n \n using edmtest::TestWriteSiStripApproximateClusterCollection;\n DEFINE_FWK_MODULE(TestWriteSiStripApproximateClusterCollection);\n+-- dummy change --\n+-- dummy change --"},{"sha":"8bfd91f3db8a3c627dc156fe3b438b5fa2fda8fc","filename":"DataFormats/SiStripCluster/test/create_SiStripApproximateClusterCollection_test_file_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DataFormats%2FSiStripCluster%2Ftest%2Fcreate_SiStripApproximateClusterCollection_test_file_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DataFormats%2FSiStripCluster%2Ftest%2Fcreate_SiStripApproximateClusterCollection_test_file_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DataFormats%2FSiStripCluster%2Ftest%2Fcreate_SiStripApproximateClusterCollection_test_file_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -19,3 +19,5 @@\n \n process.path = cms.Path(process.collectionProducer)\n process.endPath = cms.EndPath(process.out)\n+-- dummy change --\n+-- dummy change --"},{"sha":"924f2889fb2defafed99564b54ac8a3e3cfe79e2","filename":"DataFormats/SiStripCluster/test/test_readSiStripApproximateClusterCollection_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DataFormats%2FSiStripCluster%2Ftest%2Ftest_readSiStripApproximateClusterCollection_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DataFormats%2FSiStripCluster%2Ftest%2Ftest_readSiStripApproximateClusterCollection_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DataFormats%2FSiStripCluster%2Ftest%2Ftest_readSiStripApproximateClusterCollection_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -18,3 +18,5 @@\n process.path = cms.Path(process.testReadSiStripApproximateClusterCollection)\n \n process.endPath = cms.EndPath(process.out)\n+-- dummy change --\n+-- dummy change --"},{"sha":"290a6faedcc7cabe82a1ecb988e29e7e7303d769","filename":"DetectorDescription/OfflineDBLoader/python/test/cmsIdealGeometryForWrite_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DetectorDescription%2FOfflineDBLoader%2Fpython%2Ftest%2FcmsIdealGeometryForWrite_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DetectorDescription%2FOfflineDBLoader%2Fpython%2Ftest%2FcmsIdealGeometryForWrite_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DetectorDescription%2FOfflineDBLoader%2Fpython%2Ftest%2FcmsIdealGeometryForWrite_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -254,3 +254,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"adea54d2f8f04b4e7a5fb2cef53b6cecc7eeb8ff","filename":"DetectorDescription/OfflineDBLoader/python/test/cmsIdealGeometryNoRPCSpecs_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/DetectorDescription%2FOfflineDBLoader%2Fpython%2Ftest%2FcmsIdealGeometryNoRPCSpecs_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/DetectorDescription%2FOfflineDBLoader%2Fpython%2Ftest%2FcmsIdealGeometryNoRPCSpecs_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DetectorDescription%2FOfflineDBLoader%2Fpython%2Ftest%2FcmsIdealGeometryNoRPCSpecs_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -252,3 +252,5 @@\n rootNodeName = cms.string('cms:OCMS')\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"1dd2504272576079ac5082c907ba4d203395623b","filename":"Documentation/ReferenceManualScripts/data/iframes/tree/images/folder-closed.gif","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ffolder-closed.gif","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ffolder-closed.gif","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ffolder-closed.gif?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e"},{"sha":"b3c7f09ddf894a6bf022b19c8e80c2c667861041","filename":"Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-black-line.gif","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-black-line.gif","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-black-line.gif","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-black-line.gif?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e"},{"sha":"babf4565d9ca2bc09a44937e773d1dd1d0dd081c","filename":"Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-black.gif","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-black.gif","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-black.gif","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-black.gif?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e"},{"sha":"cc4005065a5b88f0a295b14e68ff5aadf01cd308","filename":"Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-default-line.gif","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-default-line.gif","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-default-line.gif","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-default-line.gif?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e"},{"sha":"1360eb396f9ac96e52112db5e268afc5d9808051","filename":"Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-default.gif","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-default.gif","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-default.gif","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-default.gif?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e"},{"sha":"f6f4be7520bb0d4d7a94aeb25c150e10e860c26b","filename":"Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-famfamfam-line.gif","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-famfamfam-line.gif","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-famfamfam-line.gif","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-famfamfam-line.gif?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e"},{"sha":"c90f1ccbef91e290984483e1af4c2f043704b471","filename":"Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-famfamfam.gif","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-famfamfam.gif","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-famfamfam.gif","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-famfamfam.gif?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e"},{"sha":"bac375fccd877ede6003bdc33fa9bd1d1c439f25","filename":"Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-gray-line.gif","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-gray-line.gif","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-gray-line.gif","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-gray-line.gif?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e"},{"sha":"5f3e78b0ed064b4abf2acf9ad4cb61b9699fb7fc","filename":"Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-gray.gif","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-gray.gif","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-gray.gif","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-gray.gif?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e"},{"sha":"dc2b37ac1e0a8a0173d7a3c340267fb9c0600bb6","filename":"Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-red-line.gif","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-red-line.gif","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-red-line.gif","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-red-line.gif?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e"},{"sha":"b1e2210ddc12c404406fd4e0568b0169705411c2","filename":"EgammaAnalysis/ElectronTools/test/egammaPatElectronsToCalibratedPatElectrons_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EgammaAnalysis%2FElectronTools%2Ftest%2FegammaPatElectronsToCalibratedPatElectrons_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EgammaAnalysis%2FElectronTools%2Ftest%2FegammaPatElectronsToCalibratedPatElectrons_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EgammaAnalysis%2FElectronTools%2Ftest%2FegammaPatElectronsToCalibratedPatElectrons_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -65,3 +65,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"e88b985d8f7f1d8b81446600eb9951cc55a8f5e4","filename":"EventFilter/EcalRawToDigi/plugins/alpaka/EcalElectronicsMappingHostESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FEcalRawToDigi%2Fplugins%2Falpaka%2FEcalElectronicsMappingHostESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FEcalRawToDigi%2Fplugins%2Falpaka%2FEcalElectronicsMappingHostESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FEcalRawToDigi%2Fplugins%2Falpaka%2FEcalElectronicsMappingHostESProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -62,3 +62,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n } // namespace ALPAKA_ACCELERATOR_NAMESPACE\n \n DEFINE_FWK_EVENTSETUP_ALPAKA_MODULE(EcalElectronicsMappingHostESProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"17aacaa146a943ad6018396078709ac2e5f52513","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyHFRingUnpacker.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage1%2FLegacyHFRingUnpacker.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage1%2FLegacyHFRingUnpacker.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage1%2FLegacyHFRingUnpacker.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -76,3 +76,5 @@ namespace l1t {\n } // namespace l1t\n \n DEFINE_L1T_UNPACKER(l1t::stage1::legacy::HFRingUnpacker);\n+-- dummy change --\n+-- dummy change --"},{"sha":"3657ca551f026b24cca576bb4166b35485bf7f55","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyPhysCandUnpacker.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage1%2FLegacyPhysCandUnpacker.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage1%2FLegacyPhysCandUnpacker.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage1%2FLegacyPhysCandUnpacker.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -110,3 +110,5 @@ DEFINE_L1T_UNPACKER(l1t::stage1::legacy::CentralJetUnpacker);\n DEFINE_L1T_UNPACKER(l1t::stage1::legacy::ForwardJetUnpacker);\n DEFINE_L1T_UNPACKER(l1t::stage1::legacy::TauUnpacker);\n DEFINE_L1T_UNPACKER(l1t::stage1::legacy::IsoTauUnpacker);\n+-- dummy change --\n+-- dummy change --"},{"sha":"f1868417d4dc22fffd1fe223d3c0a891db553c86","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyPhysCandUnpacker.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage1%2FLegacyPhysCandUnpacker.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage1%2FLegacyPhysCandUnpacker.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage1%2FLegacyPhysCandUnpacker.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -40,3 +40,5 @@ namespace l1t {\n } // namespace l1t\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"f29eaefe994918e6c2441bf564b9f41d749a3cb4","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage1/PhysicsToBitConverter.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage1%2FPhysicsToBitConverter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage1%2FPhysicsToBitConverter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage1%2FPhysicsToBitConverter.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -70,3 +70,5 @@ namespace l1t {\n return myvalue;\r\n }\r\n } // namespace l1t\r\n+-- dummy change --\n+-- dummy change --"},{"sha":"1d2970b7d4df4bf32f21a4196bf306d4ceb38b71","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage1/PhysicsToBitConverter.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage1%2FPhysicsToBitConverter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage1%2FPhysicsToBitConverter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage1%2FPhysicsToBitConverter.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -70,3 +70,5 @@ namespace l1t {\n };\r\n } // namespace l1t\r\n #endif\r\n+-- dummy change --\n+-- dummy change --"},{"sha":"195855d80af3c21addba9a6794c05d29149bc83f","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Collections.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FCaloLayer1Collections.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FCaloLayer1Collections.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FCaloLayer1Collections.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@ namespace l1t {\n }\n } // namespace stage2\n } // namespace l1t\n+-- dummy change --\n+-- dummy change --"},{"sha":"e81c2bd2f0acb725b9d1a572b25e0f42a5e0350e","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Collections.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FCaloLayer1Collections.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FCaloLayer1Collections.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FCaloLayer1Collections.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -53,3 +53,5 @@ namespace l1t {\n } // namespace l1t\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"2d2d495941c9cc6c4502508f7e16fb435b770fe3","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloSummaryCollections.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FCaloSummaryCollections.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FCaloSummaryCollections.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FCaloSummaryCollections.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -7,3 +7,5 @@ namespace l1t {\n CaloSummaryCollections::~CaloSummaryCollections() { event_.put(std::move(cicadaDigis_)); }\n } // namespace stage2\n } // namespace l1t\n+-- dummy change --\n+-- dummy change --"},{"sha":"94d5e9ea376732b2e0e510b122eb68f257c765e0","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloSummaryCollections.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FCaloSummaryCollections.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FCaloSummaryCollections.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FCaloSummaryCollections.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -21,3 +21,5 @@ namespace l1t {\n } // namespace l1t\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"cbf8f9b1d62c00bf37fccc5e507f611ee64cd346","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/EtSumUnpacker_0x10010057.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FEtSumUnpacker_0x10010057.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FEtSumUnpacker_0x10010057.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FEtSumUnpacker_0x10010057.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -217,3 +217,5 @@ namespace l1t {\n } // namespace l1t\n \n DEFINE_L1T_UNPACKER(l1t::stage2::EtSumUnpacker_0x10010057);\n+-- dummy change --\n+-- dummy change --"},{"sha":"494152cd9b6e3592192a9ab4e8d08096a9119466","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/EtSumUnpacker_0x10010057.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FEtSumUnpacker_0x10010057.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FEtSumUnpacker_0x10010057.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FEtSumUnpacker_0x10010057.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -21,3 +21,5 @@ namespace l1t {\n } // namespace l1t\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"4d76bcaf8a4b0ce6ca12f0173ebeeea5a24ede69","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/GlobalAlgBlkUnpacker.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FGlobalAlgBlkUnpacker.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FGlobalAlgBlkUnpacker.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FGlobalAlgBlkUnpacker.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -136,3 +136,5 @@ namespace l1t {\n } // namespace l1t\n \n DEFINE_L1T_UNPACKER(l1t::stage2::GlobalAlgBlkUnpacker);\n+-- dummy change --\n+-- dummy change --"},{"sha":"fb287d14eafea846b4b0ffde6745d29d0d91ef00","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/GlobalExtBlkUnpacker.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FGlobalExtBlkUnpacker.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FGlobalExtBlkUnpacker.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FGlobalExtBlkUnpacker.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -72,3 +72,5 @@ namespace l1t {\n } // namespace l1t\n \n DEFINE_L1T_UNPACKER(l1t::stage2::GlobalExtBlkUnpacker);\n+-- dummy change --\n+-- dummy change --"},{"sha":"4dd45913e961119f8b5d87c11ad2c8480aaf24d4","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonPacker.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FIntermediateMuonPacker.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FIntermediateMuonPacker.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FIntermediateMuonPacker.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@ namespace l1t {\n } // namespace l1t\n \n DEFINE_L1T_PACKER(l1t::stage2::IntermediateMuonPacker);\n+-- dummy change --\n+-- dummy change --"},{"sha":"be5038b7aa7fb39250d3d9a340ef0ab0d45c97c3","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonPacker.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FIntermediateMuonPacker.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FIntermediateMuonPacker.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FIntermediateMuonPacker.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@ namespace l1t {\n } // namespace l1t\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"83baf402e5542426f6450789b2b6bf63899d7754","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonUnpacker.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FIntermediateMuonUnpacker.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FIntermediateMuonUnpacker.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FIntermediateMuonUnpacker.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -142,3 +142,5 @@ namespace l1t {\n } // namespace l1t\n \n DEFINE_L1T_UNPACKER(l1t::stage2::IntermediateMuonUnpacker);\n+-- dummy change --\n+-- dummy change --"},{"sha":"db9b81428516408469a7cb7ae9621a4f2283bd6f","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonUnpacker.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FIntermediateMuonUnpacker.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FIntermediateMuonUnpacker.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FIntermediateMuonUnpacker.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -28,3 +28,5 @@ namespace l1t {\n } // namespace l1t\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"38b1452751ea9de2c61a6493e84cbd0177b4e4cc","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TObjectCollections.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FL1TObjectCollections.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FL1TObjectCollections.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FL1TObjectCollections.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@ namespace l1t {\n L1TObjectCollections::~L1TObjectCollections() {}\n } // namespace stage2\n } // namespace l1t\n+-- dummy change --\n+-- dummy change --"},{"sha":"f00a9b44b7d8edb9e992c400976d8e41de98ac80","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TStage2Layer2Constants.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FL1TStage2Layer2Constants.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FL1TStage2Layer2Constants.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FL1TStage2Layer2Constants.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@ const unsigned int l1t::stage2::layer2::demux::nTauPerLink = 6;\n const unsigned int l1t::stage2::layer2::demux::nJetPerLink = 6;\n const unsigned int l1t::stage2::layer2::demux::nEtSumPerLink = 4;\n const unsigned int l1t::stage2::layer2::demux::amcSlotNum = 12;\n+-- dummy change --\n+-- dummy change --"},{"sha":"e01d271951d15729a5367465306a3d7234323c36","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TStage2Layer2Constants.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FL1TStage2Layer2Constants.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FL1TStage2Layer2Constants.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FL1TStage2Layer2Constants.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -38,3 +38,5 @@ namespace l1t {\n } // namespace l1t\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"1d3c327bdfe19c48a4c66f9b6d7ad7b9b37a0d23","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x1001000b.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FMPUnpacker_0x1001000b.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FMPUnpacker_0x1001000b.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FMPUnpacker_0x1001000b.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -208,3 +208,5 @@ namespace l1t {\n } // namespace l1t\n \n DEFINE_L1T_UNPACKER(l1t::stage2::MPUnpacker_0x1001000b);\n+-- dummy change --\n+-- dummy change --"},{"sha":"dd566b7b0fe84a9266fdd289cb6341843b5de2e8","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x1001000b.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FMPUnpacker_0x1001000b.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FMPUnpacker_0x1001000b.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FMPUnpacker_0x1001000b.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -17,3 +17,5 @@ namespace l1t {\n } // namespace l1t\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"7bee634eb2294b9ae6d00806c192d865fa520ed6","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010010.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FMPUnpacker_0x10010010.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FMPUnpacker_0x10010010.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FMPUnpacker_0x10010010.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -351,3 +351,5 @@ namespace l1t {\n } // namespace l1t\n \n DEFINE_L1T_UNPACKER(l1t::stage2::MPUnpacker_0x10010010);\n+-- dummy change --\n+-- dummy change --"},{"sha":"dd7e2d600b33ed1190c9b4f0c9cdfb41b422054e","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010010.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FMPUnpacker_0x10010010.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FMPUnpacker_0x10010010.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FMPUnpacker_0x10010010.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@ namespace l1t {\n } // namespace l1t\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"c215a020cd9b4072bc32eba4187242a0f5d623c1","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010033.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FMPUnpacker_0x10010033.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FMPUnpacker_0x10010033.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FMPUnpacker_0x10010033.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -361,3 +361,5 @@ namespace l1t {\n } // namespace l1t\n \n DEFINE_L1T_UNPACKER(l1t::stage2::MPUnpacker_0x10010033);\n+-- dummy change --\n+-- dummy change --"},{"sha":"3281933fbd15a3ec9ae6716b8c23f00b9bfefa65","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010033.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FMPUnpacker_0x10010033.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FMPUnpacker_0x10010033.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FMPUnpacker_0x10010033.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@ namespace l1t {\n } // namespace l1t\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"4d6326da508a3b67a11a816fb901f7ff38ea42a3","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTPacker.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FRegionalMuonGMTPacker.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FRegionalMuonGMTPacker.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FRegionalMuonGMTPacker.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -141,3 +141,5 @@ namespace l1t {\n } // namespace l1t\n \n DEFINE_L1T_PACKER(l1t::stage2::RegionalMuonGMTPacker);\n+-- dummy change --\n+-- dummy change --"},{"sha":"e3f5538f07793f1e5c7f64fd6e08a17a22371b76","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTPacker.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FRegionalMuonGMTPacker.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FRegionalMuonGMTPacker.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FRegionalMuonGMTPacker.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -52,3 +52,5 @@ namespace l1t {\n } // namespace l1t\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"ff2017caa752601b94bc5732b922dd699bf084ae","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTUnpacker.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FRegionalMuonGMTUnpacker.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FRegionalMuonGMTUnpacker.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FRegionalMuonGMTUnpacker.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -141,3 +141,5 @@ namespace l1t {\n } // namespace l1t\n \n DEFINE_L1T_UNPACKER(l1t::stage2::RegionalMuonGMTUnpacker);\n+-- dummy change --\n+-- dummy change --"},{"sha":"c3cbf1876fe6bb903694a82f708a2d15ceda65aa","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTUnpacker.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FRegionalMuonGMTUnpacker.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FRegionalMuonGMTUnpacker.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FRegionalMuonGMTUnpacker.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@ namespace l1t {\n } // namespace l1t\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"adddae3786514225ccd57c029392b259c96d2c6d","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/UCTCTP7RawData5BX_HCALFB.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FUCTCTP7RawData5BX_HCALFB.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FUCTCTP7RawData5BX_HCALFB.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FUCTCTP7RawData5BX_HCALFB.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -373,3 +373,5 @@ class UCTCTP7RawData5BX_HCALFB {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"770882ab965c2d418316c77e0e0fd18e24d9551b","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/UCTCTP7RawData_HCALFB.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FUCTCTP7RawData_HCALFB.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FUCTCTP7RawData_HCALFB.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FUCTCTP7RawData_HCALFB.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -368,3 +368,5 @@ class UCTCTP7RawData_HCALFB {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"4adde5ee6fce6c52a3844e05874e2ea8d35048bc","filename":"EventFilter/Phase2TrackerRawToDigi/interface/Phase2TrackerFEDRawChannelUnpacker.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FPhase2TrackerRawToDigi%2Finterface%2FPhase2TrackerFEDRawChannelUnpacker.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FPhase2TrackerRawToDigi%2Finterface%2FPhase2TrackerFEDRawChannelUnpacker.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FPhase2TrackerRawToDigi%2Finterface%2FPhase2TrackerFEDRawChannelUnpacker.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -56,3 +56,5 @@ namespace Phase2Tracker {\n } // namespace Phase2Tracker\n \n #endif // } end def EventFilter_Phase2TrackerRawToDigi_Phase2TrackerPhase2TrackerFEDRawChannelUnpacker_H\n+-- dummy change --\n+-- dummy change --"},{"sha":"3c32a04ea81193343523829e15a4fa21a535a5c8","filename":"EventFilter/Phase2TrackerRawToDigi/interface/Phase2TrackerFEDZSChannelUnpacker.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FPhase2TrackerRawToDigi%2Finterface%2FPhase2TrackerFEDZSChannelUnpacker.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FPhase2TrackerRawToDigi%2Finterface%2FPhase2TrackerFEDZSChannelUnpacker.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FPhase2TrackerRawToDigi%2Finterface%2FPhase2TrackerFEDZSChannelUnpacker.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -41,3 +41,5 @@ namespace Phase2Tracker {\n } // namespace Phase2Tracker\n \n #endif // } end def EventFilter_Phase2TrackerRawToDigi_Phase2TrackerPhase2TrackerFEDZSChannelUnpacker_H\n+-- dummy change --\n+-- dummy change --"},{"sha":"2b22fd86e5d1617fd2319048ab3e0075171624ac","filename":"EventFilter/Phase2TrackerRawToDigi/plugins/Phase2TrackerCommissioningDigiProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FPhase2TrackerRawToDigi%2Fplugins%2FPhase2TrackerCommissioningDigiProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FPhase2TrackerRawToDigi%2Fplugins%2FPhase2TrackerCommissioningDigiProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FPhase2TrackerRawToDigi%2Fplugins%2FPhase2TrackerCommissioningDigiProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -79,3 +79,5 @@ void Phase2Tracker::Phase2TrackerCommissioningDigiProducer::produce(edm::StreamI\n }\n }\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"e8987c15402b09498ac24613c607ffcf81d855f8","filename":"EventFilter/Phase2TrackerRawToDigi/python/Phase2TrackerCommissioningDigiProducer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FPhase2TrackerRawToDigi%2Fpython%2FPhase2TrackerCommissioningDigiProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FPhase2TrackerRawToDigi%2Fpython%2FPhase2TrackerCommissioningDigiProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FPhase2TrackerRawToDigi%2Fpython%2FPhase2TrackerCommissioningDigiProducer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n 'Phase2TrackerCommissioningDigiProducer',\n ProductLabel = cms.InputTag(\"rawDataCollector\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"f2908c698e8d47c9dc1875eb017646c2e30b6cc5","filename":"EventFilter/Phase2TrackerRawToDigi/python/test/Phase2TrackerFEDTestAnalyzer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FPhase2TrackerRawToDigi%2Fpython%2Ftest%2FPhase2TrackerFEDTestAnalyzer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FPhase2TrackerRawToDigi%2Fpython%2Ftest%2FPhase2TrackerFEDTestAnalyzer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FPhase2TrackerRawToDigi%2Fpython%2Ftest%2FPhase2TrackerFEDTestAnalyzer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"7c6c17096bd60fe752a0f098ba7c41626a422821","filename":"EventFilter/Phase2TrackerRawToDigi/test/plugins/Phase2TrackerFEDTestAnalyzer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FPhase2TrackerRawToDigi%2Ftest%2Fplugins%2FPhase2TrackerFEDTestAnalyzer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/EventFilter%2FPhase2TrackerRawToDigi%2Ftest%2Fplugins%2FPhase2TrackerFEDTestAnalyzer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FPhase2TrackerRawToDigi%2Ftest%2Fplugins%2FPhase2TrackerFEDTestAnalyzer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -150,3 +150,5 @@ void Phase2TrackerFEDTestAnalyzer::analyze(const edm::Event& event, const edm::E\n #include \"FWCore/PluginManager/interface/ModuleDef.h\"\n #include \"FWCore/Framework/interface/MakerMacros.h\"\n DEFINE_FWK_MODULE(Phase2TrackerFEDTestAnalyzer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"bb8ff48eb63ffad1cd1d8f8f76a29a8ac465978f","filename":"FWCore/Integration/python/test/unscheduled_fail_on_output_IgnoreCompletely_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/FWCore%2FIntegration%2Fpython%2Ftest%2Funscheduled_fail_on_output_IgnoreCompletely_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/FWCore%2FIntegration%2Fpython%2Ftest%2Funscheduled_fail_on_output_IgnoreCompletely_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/FWCore%2FIntegration%2Fpython%2Ftest%2Funscheduled_fail_on_output_IgnoreCompletely_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,3 +2,5 @@\n \n from FWCore.Integration.test.unscheduled_fail_on_output_cfg import process\n process.options.IgnoreCompletely = cms.untracked.vstring('NotFound')\n+-- dummy change --\n+-- dummy change --"},{"sha":"8dac1e76cf2227ff0f9be83ff395df760bdd7114","filename":"FWCore/Integration/python/test/unscheduled_fail_on_output_no_dependency_TryToContinue_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/FWCore%2FIntegration%2Fpython%2Ftest%2Funscheduled_fail_on_output_no_dependency_TryToContinue_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/FWCore%2FIntegration%2Fpython%2Ftest%2Funscheduled_fail_on_output_no_dependency_TryToContinue_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/FWCore%2FIntegration%2Fpython%2Ftest%2Funscheduled_fail_on_output_no_dependency_TryToContinue_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n process.out.outputCommands = cms.untracked.vstring('keep *', 'drop *_failing_*_*')\n process.failGet = cms.EDAnalyzer('IntTestAnalyzer', moduleLabel = cms.untracked.InputTag('failing'), valueMustMatch = cms.untracked.int32(0))\n process.failingEnd = cms.EndPath(process.failGet)\n+-- dummy change --\n+-- dummy change --"},{"sha":"5c38bde420999a65d43a31e0c10f8d0083683136","filename":"FWCore/Integration/test/testSwitchProducerConditionalTaskEDAliasConsumeAllCases_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/FWCore%2FIntegration%2Ftest%2FtestSwitchProducerConditionalTaskEDAliasConsumeAllCases_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/FWCore%2FIntegration%2Ftest%2FtestSwitchProducerConditionalTaskEDAliasConsumeAllCases_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/FWCore%2FIntegration%2Ftest%2FtestSwitchProducerConditionalTaskEDAliasConsumeAllCases_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -67,3 +67,5 @@ def __init__(self, **kargs):\n \n # This path tests that only the chosen case of intProducerAlias was run\n process.p3 = cms.Path(process.test1Consumer + process.test2Consumer)\n+-- dummy change --\n+-- dummy change --"},{"sha":"337dcd4784e3d31bb71996d8280eed5133360f1f","filename":"FWCore/Integration/test/testSwitchProducerConditionalTaskEDAliasWildcard_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/FWCore%2FIntegration%2Ftest%2FtestSwitchProducerConditionalTaskEDAliasWildcard_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/FWCore%2FIntegration%2Ftest%2FtestSwitchProducerConditionalTaskEDAliasWildcard_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/FWCore%2FIntegration%2Ftest%2FtestSwitchProducerConditionalTaskEDAliasWildcard_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -81,3 +81,5 @@ def __init__(self, **kargs):\n \n process.p1 = cms.Path(process.intConsumer, process.ct)\n process.p2 = cms.Path(process.intConsumer2, process.ct)\n+-- dummy change --\n+-- dummy change --"},{"sha":"2eea23e9adad4bf41222d79c7f3cfdd0394348d0","filename":"FWCore/Integration/test/unit_test_outputs/testProducerWithPsetDesc_briefdoc.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/FWCore%2FIntegration%2Ftest%2Funit_test_outputs%2FtestProducerWithPsetDesc_briefdoc.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/FWCore%2FIntegration%2Ftest%2Funit_test_outputs%2FtestProducerWithPsetDesc_briefdoc.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/FWCore%2FIntegration%2Ftest%2Funit_test_outputs%2FtestProducerWithPsetDesc_briefdoc.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3693,3 +3693,5 @@\n Section 1.4.27.3 PSet description of default VPSet element [1]\n type string 'edmtestAnotherMakerWithRecursivePlugin'\n value int32 11\n+-- dummy change --\n+-- dummy change --"},{"sha":"d481fda2213ce3c88b8b6a7ced5f0ffe1cd73766","filename":"FastSimulation/CTPPSFastTrackingProducer/python/CTPPSFastTrackingProducer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/FastSimulation%2FCTPPSFastTrackingProducer%2Fpython%2FCTPPSFastTrackingProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/FastSimulation%2FCTPPSFastTrackingProducer%2Fpython%2FCTPPSFastTrackingProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/FastSimulation%2FCTPPSFastTrackingProducer%2Fpython%2FCTPPSFastTrackingProducer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -71,3 +71,5 @@\n \t\t#\n \tImpParcut = cms.double(0.6)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"1d68d3d2495e906c9430b5271e23ebcbd6e63a4a","filename":"FastSimulation/SimplifiedGeometryPropagator/doc/SimplifiedGeometryPropagator.doc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/FastSimulation%2FSimplifiedGeometryPropagator%2Fdoc%2FSimplifiedGeometryPropagator.doc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/FastSimulation%2FSimplifiedGeometryPropagator%2Fdoc%2FSimplifiedGeometryPropagator.doc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/FastSimulation%2FSimplifiedGeometryPropagator%2Fdoc%2FSimplifiedGeometryPropagator.doc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -73,3 +73,5 @@ Last updated:\n @DATE@ Author: Simon Kurz\n */\n \n+-- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e?per_page=100&page=8 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:13 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"9dc0bf62ecaea021f68a18f92e6512b460501887cb469b4f02f69b123878c622"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:04:54 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4963'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '37'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C72C:729CD:16C364:1738F1:6812247D')] +{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","node_id":"C_kwDOF83__NoAKGMyMzA5OWM3Mzc3MTIzYjZkZTdmYWZhN2E0ODZiMjBiMThkNTRmN2U","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"message":"Try generating big cache","tree":{"sha":"f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684"}],"stats":{"total":6008,"additions":5944,"deletions":64},"files":[{"sha":"6f0d786cce68756ad0ed3a383046a50483d6ec72","filename":"FastSimulation/SimplifiedGeometryPropagator/interface/BarrelSimplifiedGeometry.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/FastSimulation%2FSimplifiedGeometryPropagator%2Finterface%2FBarrelSimplifiedGeometry.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/FastSimulation%2FSimplifiedGeometryPropagator%2Finterface%2FBarrelSimplifiedGeometry.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/FastSimulation%2FSimplifiedGeometryPropagator%2Finterface%2FBarrelSimplifiedGeometry.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -89,3 +89,5 @@ namespace fastsim {\n } // namespace fastsim\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"179dd1aed621f94a0ee536cf38b82fe007fd9162","filename":"FastSimulation/SimplifiedGeometryPropagator/interface/ForwardSimplifiedGeometry.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/FastSimulation%2FSimplifiedGeometryPropagator%2Finterface%2FForwardSimplifiedGeometry.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/FastSimulation%2FSimplifiedGeometryPropagator%2Finterface%2FForwardSimplifiedGeometry.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/FastSimulation%2FSimplifiedGeometryPropagator%2Finterface%2FForwardSimplifiedGeometry.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -84,3 +84,5 @@ namespace fastsim {\n } // namespace fastsim\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"650b1935d87be9a4498985423f75bf4aed645681","filename":"FastSimulation/SimplifiedGeometryPropagator/interface/InteractionModelFactory.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/FastSimulation%2FSimplifiedGeometryPropagator%2Finterface%2FInteractionModelFactory.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/FastSimulation%2FSimplifiedGeometryPropagator%2Finterface%2FInteractionModelFactory.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/FastSimulation%2FSimplifiedGeometryPropagator%2Finterface%2FInteractionModelFactory.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -17,3 +17,5 @@ namespace fastsim {\n } // namespace fastsim\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"b673b29fa7890f43be9c8a357e3223fa8e87534e","filename":"FastSimulation/SimplifiedGeometryPropagator/interface/SimplifiedGeometryFactory.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/FastSimulation%2FSimplifiedGeometryPropagator%2Finterface%2FSimplifiedGeometryFactory.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/FastSimulation%2FSimplifiedGeometryPropagator%2Finterface%2FSimplifiedGeometryFactory.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/FastSimulation%2FSimplifiedGeometryPropagator%2Finterface%2FSimplifiedGeometryFactory.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -106,3 +106,5 @@ namespace fastsim {\n } // namespace fastsim\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"1ae94b79cad839342f85fa5a4e597077bb27a418","filename":"FastSimulation/TrackingRecHitProducer/interface/TrackingRecHitAlgorithmFactory.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/FastSimulation%2FTrackingRecHitProducer%2Finterface%2FTrackingRecHitAlgorithmFactory.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/FastSimulation%2FTrackingRecHitProducer%2Finterface%2FTrackingRecHitAlgorithmFactory.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/FastSimulation%2FTrackingRecHitProducer%2Finterface%2FTrackingRecHitAlgorithmFactory.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -17,3 +17,5 @@ typedef edmplugin::PluginFactory EvtModelUserReg::getUserModels() {\n // Return the list of models\n return extraModels;\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"5d7183824e6c46ccc1e0f6c25037a76d83bb380c","filename":"GeneratorInterface/EvtGenInterface/plugins/test/Py8_lambadb_evtgen1_Lb2plnuLCSR_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FEvtGenInterface%2Fplugins%2Ftest%2FPy8_lambadb_evtgen1_Lb2plnuLCSR_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FEvtGenInterface%2Fplugins%2Ftest%2FPy8_lambadb_evtgen1_Lb2plnuLCSR_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FEvtGenInterface%2Fplugins%2Ftest%2FPy8_lambadb_evtgen1_Lb2plnuLCSR_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -135,3 +135,5 @@\n process.MessageLogger.cerr.FwkReport.reportEvery = 10\n \n # Customisation from command line\n+-- dummy change --\n+-- dummy change --"},{"sha":"06a1cad9252d5a9f1e76a5a54f2a044a7546df5c","filename":"GeneratorInterface/Herwig7Interface/python/Herwig7_Dummy_Matchbox_90X_ppToee.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FHerwig7Interface%2Fpython%2FHerwig7_Dummy_Matchbox_90X_ppToee.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FHerwig7Interface%2Fpython%2FHerwig7_Dummy_Matchbox_90X_ppToee.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FHerwig7Interface%2Fpython%2FHerwig7_Dummy_Matchbox_90X_ppToee.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -73,3 +73,5 @@\n \n \n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"d22ad126d161e7c1db818997d1d5779ac3713d89","filename":"GeneratorInterface/Herwig7Interface/python/Herwig7_loadCommonMergingSettings_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FHerwig7Interface%2Fpython%2FHerwig7_loadCommonMergingSettings_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FHerwig7Interface%2Fpython%2FHerwig7_loadCommonMergingSettings_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FHerwig7Interface%2Fpython%2FHerwig7_loadCommonMergingSettings_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -43,3 +43,5 @@\n run = cms.string('Merging'),\n runModeList = cms.untracked.string('read,run'),\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"a06795ebb2ab76f37535e1381b0f629cc8d5e633","filename":"GeneratorInterface/Herwig7Interface/python/PPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FHerwig7Interface%2Fpython%2FPPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FHerwig7Interface%2Fpython%2FPPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FHerwig7Interface%2Fpython%2FPPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -46,3 +46,5 @@\n )\n \n ProductionFilterSequence = cms.Sequence(generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"00bfbf9ef24ec49f420c8804d197e1e11ded294b","filename":"GeneratorInterface/Herwig7Interface/test/DYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FHerwig7Interface%2Ftest%2FDYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FHerwig7Interface%2Ftest%2FDYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FHerwig7Interface%2Ftest%2FDYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -261,3 +261,5 @@\n from Configuration.StandardSequences.earlyDeleteSettings_cff import customiseEarlyDelete\n process = customiseEarlyDelete(process)\n # End adding early deletion\n+-- dummy change --\n+-- dummy change --"},{"sha":"0d2e1705cea411c5d51aaab6040a995bfdbd578b","filename":"GeneratorInterface/Herwig7Interface/test/DYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FHerwig7Interface%2Ftest%2FDYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FHerwig7Interface%2Ftest%2FDYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FHerwig7Interface%2Ftest%2FDYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -256,3 +256,5 @@\n from Configuration.StandardSequences.earlyDeleteSettings_cff import customiseEarlyDelete\n process = customiseEarlyDelete(process)\n # End adding early deletion\n+-- dummy change --\n+-- dummy change --"},{"sha":"0b6940802b90a70ece922c1429d9daecccd79626","filename":"GeneratorInterface/Herwig7Interface/test/DYToLL_TuneCH3_13TeV_herwig7_hepmc3_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FHerwig7Interface%2Ftest%2FDYToLL_TuneCH3_13TeV_herwig7_hepmc3_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FHerwig7Interface%2Ftest%2FDYToLL_TuneCH3_13TeV_herwig7_hepmc3_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FHerwig7Interface%2Ftest%2FDYToLL_TuneCH3_13TeV_herwig7_hepmc3_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -174,3 +174,5 @@\n from Configuration.StandardSequences.earlyDeleteSettings_cff import customiseEarlyDelete\n process = customiseEarlyDelete(process)\n # End adding early deletion\n+-- dummy change --\n+-- dummy change --"},{"sha":"8390da38e3c89a77aba99b8d14d85344567892bd","filename":"GeneratorInterface/Herwig7Interface/test/Herwig7_Matchbox_90X_ppToee_GEN_SIM.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FHerwig7Interface%2Ftest%2FHerwig7_Matchbox_90X_ppToee_GEN_SIM.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FHerwig7Interface%2Ftest%2FHerwig7_Matchbox_90X_ppToee_GEN_SIM.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FHerwig7Interface%2Ftest%2FHerwig7_Matchbox_90X_ppToee_GEN_SIM.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -171,3 +171,5 @@\n from Configuration.StandardSequences.earlyDeleteSettings_cff import customiseEarlyDelete\n process = customiseEarlyDelete(process)\n # End adding early deletion\n+-- dummy change --\n+-- dummy change --"},{"sha":"200739406ba3ce56c7bdea0b7495c507ac8ab128","filename":"GeneratorInterface/Herwig7Interface/test/PPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FHerwig7Interface%2Ftest%2FPPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FHerwig7Interface%2Ftest%2FPPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FHerwig7Interface%2Ftest%2FPPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -195,3 +195,5 @@\n from Configuration.StandardSequences.earlyDeleteSettings_cff import customiseEarlyDelete\n process = customiseEarlyDelete(process)\n # End adding early deletion\n+-- dummy change --\n+-- dummy change --"},{"sha":"38c205479a13e97fb4a650b961cbde26c2dacd5d","filename":"GeneratorInterface/LHEInterface/data/run_generic_tarball_cvmfs_madgraphLO_multithread.sh","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FLHEInterface%2Fdata%2Frun_generic_tarball_cvmfs_madgraphLO_multithread.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FLHEInterface%2Fdata%2Frun_generic_tarball_cvmfs_madgraphLO_multithread.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FLHEInterface%2Fdata%2Frun_generic_tarball_cvmfs_madgraphLO_multithread.sh?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -189,3 +189,5 @@ rm -rf lheevent\n \n exit 0\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"14b982b789811cc5f88a649b6d04a7f3806b9768","filename":"GeneratorInterface/LHEInterface/data/run_generic_tarball_cvmfs_manual_multithread.sh","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FLHEInterface%2Fdata%2Frun_generic_tarball_cvmfs_manual_multithread.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FLHEInterface%2Fdata%2Frun_generic_tarball_cvmfs_manual_multithread.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FLHEInterface%2Fdata%2Frun_generic_tarball_cvmfs_manual_multithread.sh?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -120,3 +120,5 @@ rm -rf lheevent_*\n \n exit 0\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"d09a2f88a7fcbe37394caa339e16accc005cc02c","filename":"GeneratorInterface/PyquenInterface/python/Pyquen_Zmumu_2760GeV_dimuonAcc_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FPyquenInterface%2Fpython%2FPyquen_Zmumu_2760GeV_dimuonAcc_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FPyquenInterface%2Fpython%2FPyquen_Zmumu_2760GeV_dimuonAcc_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FPyquenInterface%2Fpython%2FPyquen_Zmumu_2760GeV_dimuonAcc_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n )\n \n hiSignal.embeddingMode = 0\n+-- dummy change --\n+-- dummy change --"},{"sha":"c6e66a8d54ca1537955658b842497f955747e2ed","filename":"GeneratorInterface/Pythia6Interface/test/Py6GenFilter_ElectronProtonInitialState_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FPythia6Interface%2Ftest%2FPy6GenFilter_ElectronProtonInitialState_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FPythia6Interface%2Ftest%2FPy6GenFilter_ElectronProtonInitialState_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FPythia6Interface%2Ftest%2FPy6GenFilter_ElectronProtonInitialState_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -112,3 +112,5 @@\n process.outpath = cms.EndPath(process.GEN)\n \n process.schedule = cms.Schedule(process.p, process.outpath)\n+-- dummy change --\n+-- dummy change --"},{"sha":"a4eca12bf32d306362f0b5c3b5f9b255d74493f6","filename":"GeneratorInterface/Pythia8Interface/test/compare_external_generators_streams_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FPythia8Interface%2Ftest%2Fcompare_external_generators_streams_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FPythia8Interface%2Ftest%2Fcompare_external_generators_streams_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FPythia8Interface%2Ftest%2Fcompare_external_generators_streams_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -39,3 +39,5 @@\n allowXSecDifferences = cms.untracked.bool(True))\n \n process.p = cms.Path(process.sleeper+process.gen1+process.gen2+process.compare)\n+-- dummy change --\n+-- dummy change --"},{"sha":"c458ad0d1c7868ea77197464a831544835e3778f","filename":"GeneratorInterface/Pythia8Interface/test/pythia8ex2_ConvertToMain70_cfg_Fragment.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FPythia8Interface%2Ftest%2Fpythia8ex2_ConvertToMain70_cfg_Fragment.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FPythia8Interface%2Ftest%2Fpythia8ex2_ConvertToMain70_cfg_Fragment.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FPythia8Interface%2Ftest%2Fpythia8ex2_ConvertToMain70_cfg_Fragment.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -27,3 +27,5 @@\n \n from GeneratorInterface.Core.ExternalGeneratorFilter import ExternalGeneratorFilter\n generator = ExternalGeneratorFilter(_generator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"01ff447b57232362af4a942d97125cfd0cb83ee4","filename":"GeneratorInterface/Pythia8Interface/test/pythia8hmc3_photos_ZToTauTau_13TeV_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FPythia8Interface%2Ftest%2Fpythia8hmc3_photos_ZToTauTau_13TeV_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FPythia8Interface%2Ftest%2Fpythia8hmc3_photos_ZToTauTau_13TeV_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FPythia8Interface%2Ftest%2Fpythia8hmc3_photos_ZToTauTau_13TeV_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -100,3 +100,5 @@\n \n process.path = cms.Path(process.generator)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"24f5baa0a2923ee8220eb81208cbad5efbceade3","filename":"GeneratorInterface/Pythia8Interface/test/test_Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8.sh","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FPythia8Interface%2Ftest%2Ftest_Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FPythia8Interface%2Ftest%2Ftest_Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FPythia8Interface%2Ftest%2Ftest_Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8.sh?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@ cmsDriver.py GIP8/BTV-RunIISummer20UL17GEN-00002-fragment.py --python_filename t\n sed -i \"s/Pythia8GeneratorFilter/Pythia8ConcurrentGeneratorFilter/g\" test_BTV-RunIISummer20UL17GEN-00002_1_cfg.py\n \n cmsRun test_BTV-RunIISummer20UL17GEN-00002_1_cfg.py\n+-- dummy change --\n+-- dummy change --"},{"sha":"b7bc51c73cb20c21a2d665d77dd2d5b1f7db47b6","filename":"GeneratorInterface/Pythia8Interface/test/test_catch2_External_Pythia8GeneratorFilter.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FPythia8Interface%2Ftest%2Ftest_catch2_External_Pythia8GeneratorFilter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FPythia8Interface%2Ftest%2Ftest_catch2_External_Pythia8GeneratorFilter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FPythia8Interface%2Ftest%2Ftest_catch2_External_Pythia8GeneratorFilter.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -55,3 +55,5 @@ process.moduleToTest(process.toTest)\n }\n \n //Add additional TEST_CASEs to exercise the modules capabilities\n+-- dummy change --\n+-- dummy change --"},{"sha":"cd081b9647a2debfd869afc6ebfb477b7ec5c15e","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMC.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Finterface%2FReggeGribovPartonMC.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Finterface%2FReggeGribovPartonMC.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Finterface%2FReggeGribovPartonMC.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -26,3 +26,5 @@ namespace gen {\n } // namespace gen\n \n #endif //ifndef REGGEGRIBOVPARTONMC_H\n+-- dummy change --\n+-- dummy change --"},{"sha":"a7d090c20ce42d782f281cb4ce6d7d3b6b2e0caf","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMCGeneratorFilter.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Finterface%2FReggeGribovPartonMCGeneratorFilter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Finterface%2FReggeGribovPartonMCGeneratorFilter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Finterface%2FReggeGribovPartonMCGeneratorFilter.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@ namespace gen {\n }\n \n #endif //#ifndef REGGEGRIBOVPARTONMCGENERATORFILTER_H\n+-- dummy change --\n+-- dummy change --"},{"sha":"5d7b74f99aa3064e6e616e3b2d36925f68d04173","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMCHadronizer.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Finterface%2FReggeGribovPartonMCHadronizer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Finterface%2FReggeGribovPartonMCHadronizer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Finterface%2FReggeGribovPartonMCHadronizer.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -228,3 +228,5 @@ namespace gen {\n } // namespace gen\n \n #endif //ifndef REGGEGRIBOVPARTONMCHADRONIZER_H\n+-- dummy change --\n+-- dummy change --"},{"sha":"dea69926cc62ed7f9d81c59d24d18786941de3fe","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_AdvancedParameters_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_AdvancedParameters_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_AdvancedParameters_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_AdvancedParameters_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n paramFileName = cms.untracked.string(\"Configuration/Generator/data/ReggeGribovPartonMC.param\"), #file with more parameters specific to crmc interface\n skipNuclFrag = cms.bool(True) #in HI collisions nuclear fragments with pt=0 can be in the hep event. to skip those activate this option\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"4f01df93f06bdf58c03e94196875c6465039c5e3","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_PbPb_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_EposLHC_2760GeV_PbPb_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_EposLHC_2760GeV_PbPb_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_EposLHC_2760GeV_PbPb_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"1f89064dea7d13853992c4b29a972639fff366e9","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_pp_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_EposLHC_2760GeV_pp_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_EposLHC_2760GeV_pp_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_EposLHC_2760GeV_pp_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"7830d61e60cbcf75d78d5391b9145da4fd30de42","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_5TeV_pPb_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_EposLHC_5TeV_pPb_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_EposLHC_5TeV_pPb_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_EposLHC_5TeV_pPb_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -21,3 +21,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b89cbc044935371863bcc34ca272c6ab3efd2dca","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_7TeV_pp_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_EposLHC_7TeV_pp_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_EposLHC_7TeV_pp_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_EposLHC_7TeV_pp_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"aacdc76db0274499b2c819a85870746bd3556fb8","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_8TeV_pp_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_EposLHC_8TeV_pp_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_EposLHC_8TeV_pp_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_EposLHC_8TeV_pp_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b18ce464c66f2c9c96d9ea26f403b74d086fa9c5","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_900GeV_pp_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_EposLHC_900GeV_pp_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_EposLHC_900GeV_pp_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_EposLHC_900GeV_pp_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"0bb97d2a758e82df8990a67812853f1e7bdacd04","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_PbPb_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_QGSJetII_2760GeV_PbPb_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_QGSJetII_2760GeV_PbPb_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_QGSJetII_2760GeV_PbPb_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"4185c4f64cdaa9f59d8d6ceb3cb02ff88e4a6c02","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_pp_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_QGSJetII_2760GeV_pp_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_QGSJetII_2760GeV_pp_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_QGSJetII_2760GeV_pp_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"3a2c1359e291fdd21152db5d10ecc44435bf369a","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_5TeV_pPb_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_QGSJetII_5TeV_pPb_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_QGSJetII_5TeV_pPb_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_QGSJetII_5TeV_pPb_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"81f44bfa1cb8e86ee416192d8ab484255cd7ecc8","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_7TeV_pp_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_QGSJetII_7TeV_pp_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_QGSJetII_7TeV_pp_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_QGSJetII_7TeV_pp_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b5a684ed0b2296d79b1b1706a72e3530013aa762","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_8TeV_pp_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_QGSJetII_8TeV_pp_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_QGSJetII_8TeV_pp_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_QGSJetII_8TeV_pp_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"4c01c4ac85ed616a58794c26c4a93bbef4783930","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_900GeV_pp_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_QGSJetII_900GeV_pp_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_QGSJetII_900GeV_pp_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_QGSJetII_900GeV_pp_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"acb1b7b73f99e2804bd108c4a5dbaa254854776f","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/src/ReggeGribovPartonMCGeneratorFilter.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fsrc%2FReggeGribovPartonMCGeneratorFilter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fsrc%2FReggeGribovPartonMCGeneratorFilter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fsrc%2FReggeGribovPartonMCGeneratorFilter.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1 +1,3 @@\n #include \"GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMC.h\"\n+-- dummy change --\n+-- dummy change --"},{"sha":"1de5383f3f73abaaec08e87a5b7b194179b9ca54","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/src/ReggeGribovPartonMCHadronizer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fsrc%2FReggeGribovPartonMCHadronizer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fsrc%2FReggeGribovPartonMCHadronizer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fsrc%2FReggeGribovPartonMCHadronizer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -287,3 +287,5 @@ bool ReggeGribovPartonMCHadronizer::initializeTablePaths() {\n \n return true;\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"795fe0fbc8c64b791921ff5ba09193b37bd1f9a4","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_PbPb_2760GeV_cfi_py_GEN.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Ftest%2FEposLHC_PbPb_2760GeV_cfi_py_GEN.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Ftest%2FEposLHC_PbPb_2760GeV_cfi_py_GEN.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Ftest%2FEposLHC_PbPb_2760GeV_cfi_py_GEN.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -88,3 +88,5 @@\n for path in process.paths:\n \tgetattr(process,path)._seq = process.generator * getattr(process,path)._seq \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"6259cfd511a945e54ff56531d5f0aa162513c14f","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pPb_5020GeV_cfi_py_GEN.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Ftest%2FEposLHC_pPb_5020GeV_cfi_py_GEN.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Ftest%2FEposLHC_pPb_5020GeV_cfi_py_GEN.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Ftest%2FEposLHC_pPb_5020GeV_cfi_py_GEN.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -87,3 +87,5 @@\n for path in process.paths:\n \tgetattr(process,path)._seq = process.generator * getattr(process,path)._seq \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"164beeb9e5f0fb8fccb9a79f613c63deeba4c9c7","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pp_8TeV_cfi_py_GEN.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Ftest%2FEposLHC_pp_8TeV_cfi_py_GEN.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Ftest%2FEposLHC_pp_8TeV_cfi_py_GEN.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Ftest%2FEposLHC_pp_8TeV_cfi_py_GEN.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -87,3 +87,5 @@\n for path in process.paths:\n \tgetattr(process,path)._seq = process.generator * getattr(process,path)._seq \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"0c2d9d7af926c5cc45229e7aaa8013ae142abfbf","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/test/QGSJetII-04_pPb_5020GeV_cfi_py_GEN.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Ftest%2FQGSJetII-04_pPb_5020GeV_cfi_py_GEN.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FReggeGribovPartonMCInterface%2Ftest%2FQGSJetII-04_pPb_5020GeV_cfi_py_GEN.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Ftest%2FQGSJetII-04_pPb_5020GeV_cfi_py_GEN.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -87,3 +87,5 @@\n for path in process.paths:\n \tgetattr(process,path)._seq = process.generator * getattr(process,path)._seq \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"4483882de32c1e782c156238921259491b62d81a","filename":"GeneratorInterface/SherpaInterface/data/Run.dat_13TeV_WJets_MEPSatNLO_2jNLO_2jLO","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FSherpaInterface%2Fdata%2FRun.dat_13TeV_WJets_MEPSatNLO_2jNLO_2jLO","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FSherpaInterface%2Fdata%2FRun.dat_13TeV_WJets_MEPSatNLO_2jNLO_2jLO","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FSherpaInterface%2Fdata%2FRun.dat_13TeV_WJets_MEPSatNLO_2jNLO_2jLO?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -44,3 +44,5 @@\n Mass -11 12 1. E_CMS\n Mass -13 14 1. E_CMS\n }(selector)\n+-- dummy change --\n+-- dummy change --"},{"sha":"0228a079a84fcd3dc7512045c2e4e0972809d4a1","filename":"GeneratorInterface/SherpaInterface/data/Run.dat_13TeV_ZJets_MEPSatNLO_2jNLO_2jLO","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FSherpaInterface%2Fdata%2FRun.dat_13TeV_ZJets_MEPSatNLO_2jNLO_2jLO","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FSherpaInterface%2Fdata%2FRun.dat_13TeV_ZJets_MEPSatNLO_2jNLO_2jLO","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FSherpaInterface%2Fdata%2FRun.dat_13TeV_ZJets_MEPSatNLO_2jNLO_2jLO?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -42,3 +42,5 @@\n Mass 11 -11 66 E_CMS\n Mass 13 -13 66 E_CMS\n }(selector)\n+-- dummy change --\n+-- dummy change --"},{"sha":"af7004df15664b67dfcd9028b16b7a640269cd48","filename":"GeneratorInterface/TauolaInterface/plugins/TauSpinner/read_particles_from_HepMC.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FTauolaInterface%2Fplugins%2FTauSpinner%2Fread_particles_from_HepMC.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FTauolaInterface%2Fplugins%2FTauSpinner%2Fread_particles_from_HepMC.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FTauolaInterface%2Fplugins%2FTauSpinner%2Fread_particles_from_HepMC.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -185,3 +185,5 @@ int readParticlesFromHepMC(const HepMC::GenEvent *event,\n \n return 0;\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"c3cb7179d4025aafa23c94d092908b801270268a","filename":"GeneratorInterface/TauolaInterface/test/DYToLL_M_50_TuneZ2star_8TeV_Tauola_TauSpinner_Example_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FTauolaInterface%2Ftest%2FDYToLL_M_50_TuneZ2star_8TeV_Tauola_TauSpinner_Example_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FTauolaInterface%2Ftest%2FDYToLL_M_50_TuneZ2star_8TeV_Tauola_TauSpinner_Example_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FTauolaInterface%2Ftest%2FDYToLL_M_50_TuneZ2star_8TeV_Tauola_TauSpinner_Example_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -152,3 +152,5 @@\n # filter all path with the production filter sequence\n for path in process.paths:\n getattr(process,path)._seq = process.ProductionFilterSequence * getattr(process,path)._seq \n+-- dummy change --\n+-- dummy change --"},{"sha":"1f3727143d96dd695f9dffdb5d7fabb8b55aed7d","filename":"GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHESPINCORR_GEN_VALIDATION.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FTauolaInterface%2Ftest%2FDYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHESPINCORR_GEN_VALIDATION.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FTauolaInterface%2Ftest%2FDYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHESPINCORR_GEN_VALIDATION.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FTauolaInterface%2Ftest%2FDYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHESPINCORR_GEN_VALIDATION.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -147,3 +147,5 @@\n process = setCrossingFrameOn(process)\n \n # End of customisation functions\n+-- dummy change --\n+-- dummy change --"},{"sha":"132626c58edb31041a057bc41a37a6118817d19b","filename":"GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHE_GEN_VALIDATION.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FTauolaInterface%2Ftest%2FDYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHE_GEN_VALIDATION.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FTauolaInterface%2Ftest%2FDYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHE_GEN_VALIDATION.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FTauolaInterface%2Ftest%2FDYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHE_GEN_VALIDATION.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -147,3 +147,5 @@\n process = setCrossingFrameOn(process)\n \n # End of customisation functions\n+-- dummy change --\n+-- dummy change --"},{"sha":"1b82e35e70da044cc1032a6a0f52474a57610430","filename":"GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FTauolaInterface%2Ftest%2FDYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FTauolaInterface%2Ftest%2FDYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FTauolaInterface%2Ftest%2FDYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -143,3 +143,5 @@\n process = setCrossingFrameOn(process)\n \n # End of customisation functions\n+-- dummy change --\n+-- dummy change --"},{"sha":"487f6445a47adcac9e5bbd6e8f16a0aa32f80360","filename":"GeneratorInterface/TauolaInterface/test/DYToLLtaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FTauolaInterface%2Ftest%2FDYToLLtaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FTauolaInterface%2Ftest%2FDYToLLtaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FTauolaInterface%2Ftest%2FDYToLLtaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -141,3 +141,5 @@\n process = setCrossingFrameOn(process)\n \n # End of customisation functions\n+-- dummy change --\n+-- dummy change --"},{"sha":"5c4b4e8dec7f44e3c8fe5ee104f2164220cda750","filename":"GeneratorInterface/TauolaInterface/test/GGToHtautau_13TeV_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FTauolaInterface%2Ftest%2FGGToHtautau_13TeV_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FTauolaInterface%2Ftest%2FGGToHtautau_13TeV_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FTauolaInterface%2Ftest%2FGGToHtautau_13TeV_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -124,3 +124,5 @@\n process = setCrossingFrameOn(process)\n \n # End of customisation functions\n+-- dummy change --\n+-- dummy change --"},{"sha":"dab3b9334a9f75365d16cbd59c03758b272599f1","filename":"GeneratorInterface/TauolaInterface/test/GGToHtautau_13TeV_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FTauolaInterface%2Ftest%2FGGToHtautau_13TeV_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FTauolaInterface%2Ftest%2FGGToHtautau_13TeV_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FTauolaInterface%2Ftest%2FGGToHtautau_13TeV_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -124,3 +124,5 @@\n process = setCrossingFrameOn(process)\n \n # End of customisation functions\n+-- dummy change --\n+-- dummy change --"},{"sha":"769907f62b448fc8bc4b9456953e0b922b3a4335","filename":"GeneratorInterface/TauolaInterface/test/H130GGgluonfusion_8TeV_Tauola_TauSpinner_Example_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FTauolaInterface%2Ftest%2FH130GGgluonfusion_8TeV_Tauola_TauSpinner_Example_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FTauolaInterface%2Ftest%2FH130GGgluonfusion_8TeV_Tauola_TauSpinner_Example_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FTauolaInterface%2Ftest%2FH130GGgluonfusion_8TeV_Tauola_TauSpinner_Example_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -162,3 +162,5 @@\n for path in process.paths:\n \tgetattr(process,path)._seq = process.ProductionFilterSequence * getattr(process,path)._seq \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"184b24d0e15973d7ee34b769d603288119bf1f3c","filename":"GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHESPINCORR_GEN_VALIDATION.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FTauolaInterface%2Ftest%2FWToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHESPINCORR_GEN_VALIDATION.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FTauolaInterface%2Ftest%2FWToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHESPINCORR_GEN_VALIDATION.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FTauolaInterface%2Ftest%2FWToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHESPINCORR_GEN_VALIDATION.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -147,3 +147,5 @@\n process = setCrossingFrameOn(process)\n \n # End of customisation functions\n+-- dummy change --\n+-- dummy change --"},{"sha":"7527b6f58149800fe8583b97ea801867486f47f5","filename":"GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHE_GEN_VALIDATION.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FTauolaInterface%2Ftest%2FWToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHE_GEN_VALIDATION.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FTauolaInterface%2Ftest%2FWToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHE_GEN_VALIDATION.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FTauolaInterface%2Ftest%2FWToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHE_GEN_VALIDATION.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -147,3 +147,5 @@\n process = setCrossingFrameOn(process)\n \n # End of customisation functions\n+-- dummy change --\n+-- dummy change --"},{"sha":"14aaf68ad9433b2f0ff2e66247cbe78a3904c909","filename":"GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FTauolaInterface%2Ftest%2FWToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FTauolaInterface%2Ftest%2FWToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FTauolaInterface%2Ftest%2FWToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -143,3 +143,5 @@\n process = setCrossingFrameOn(process)\n \n # End of customisation functions\n+-- dummy change --\n+-- dummy change --"},{"sha":"7366ea4f3f219e1fede00c85d7f65450d80e9eaf","filename":"GeneratorInterface/TauolaInterface/test/WToLNutaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FTauolaInterface%2Ftest%2FWToLNutaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeneratorInterface%2FTauolaInterface%2Ftest%2FWToLNutaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FTauolaInterface%2Ftest%2FWToLNutaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -141,3 +141,5 @@\n process = setCrossingFrameOn(process)\n \n # End of customisation functions\n+-- dummy change --\n+-- dummy change --"},{"sha":"c6d8bdb57bd61f4a90ac9b692dd436037a13d157","filename":"Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatMinus05Percent.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2021FlatMinus05Percent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2021FlatMinus05Percent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2021FlatMinus05Percent.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -380,3 +380,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b01a2a31aa690cf4a056bb4ff6e5663e39e81f78","filename":"Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatMinus10Percent.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2021FlatMinus10Percent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2021FlatMinus10Percent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2021FlatMinus10Percent.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -380,3 +380,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"05535f35436ce594df6d1dbcf5a1044f6025f567","filename":"Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatPlus05Percent.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2021FlatPlus05Percent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2021FlatPlus05Percent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2021FlatPlus05Percent.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -380,3 +380,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"9aa46fbf75ff6493c2252c2626c95ecb3b219267","filename":"Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatPlus10Percent.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2021FlatPlus10Percent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2021FlatPlus10Percent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2021FlatPlus10Percent.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -380,3 +380,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"d65476b4f6b5eff22bcd3318a8fb59b5b2453518","filename":"Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatMinus05Percent.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2023FlatMinus05Percent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2023FlatMinus05Percent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2023FlatMinus05Percent.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -380,3 +380,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"0f6dec58614ceba587655ec8d26ca0406615f93d","filename":"Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatMinus10Percent.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2023FlatMinus10Percent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2023FlatMinus10Percent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2023FlatMinus10Percent.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -380,3 +380,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"504746d7e1cb0859bfcec6b6022562dbb9e04b88","filename":"Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatPlus05Percent.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2023FlatPlus05Percent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2023FlatPlus05Percent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2023FlatPlus05Percent.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -380,3 +380,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"0d1b5f3d346eb8559ebae13bb0584563589b46cd","filename":"Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatPlus10Percent.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2023FlatPlus10Percent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2023FlatPlus10Percent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2023FlatPlus10Percent.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -380,3 +380,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"6f3005b892a2eabf0ecc74e32d49fc5f4bda1b3a","filename":"Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatMinus05Percent.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2024FlatMinus05Percent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2024FlatMinus05Percent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2024FlatMinus05Percent.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -380,3 +380,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"7d951473517ad011b781e37158767d2e10de5d7a","filename":"Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatMinus10Percent.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2024FlatMinus10Percent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2024FlatMinus10Percent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2024FlatMinus10Percent.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -380,3 +380,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"00fc9255dc77377af80faf8b9a72c7e303f1bdb0","filename":"Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatPlus05Percent.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2024FlatPlus05Percent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2024FlatPlus05Percent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2024FlatPlus05Percent.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -380,3 +380,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"991722acce991497ea01358a2373d0a86e7b00c7","filename":"Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatPlus10Percent.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2024FlatPlus10Percent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2024FlatPlus10Percent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2024FlatPlus10Percent.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -380,3 +380,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"494e01c80e00d37973d267cd7250289829f45ef1","filename":"Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatMinus05Percent.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2025FlatMinus05Percent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2025FlatMinus05Percent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2025FlatMinus05Percent.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -380,3 +380,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"92f9309e1ae0e198938465ab08f72c9106e94106","filename":"Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatMinus10Percent.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2025FlatMinus10Percent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2025FlatMinus10Percent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2025FlatMinus10Percent.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -380,3 +380,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"6432b4b6676064cdfc7dc95db85b8da4aefd13b6","filename":"Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatPlus05Percent.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2025FlatPlus05Percent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2025FlatPlus05Percent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2025FlatPlus05Percent.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -380,3 +380,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"3b3f5bb0e07a2fcfd51b20c17a4aadce5eb09cc6","filename":"Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatPlus10Percent.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2025FlatPlus10Percent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2025FlatPlus10Percent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2025FlatPlus10Percent.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -380,3 +380,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"daf7233062c6e1d0e4a4329c90d251a22826f5a2","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatMinus05PercentXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015FlatMinus05PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015FlatMinus05PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015FlatMinus05PercentXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -286,3 +286,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"5249b5a30d62b0b21418e5d47aadb35073408d1e","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatMinus10PercentXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015FlatMinus10PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015FlatMinus10PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015FlatMinus10PercentXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -286,3 +286,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"2d7513e05b64eb2d3aa0b047a34d70ec529d471e","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatPlus05PercentXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015FlatPlus05PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015FlatPlus05PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015FlatPlus05PercentXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -286,3 +286,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"1d42139412f7c1cb8ecd5e4b093993de910441d8","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatPlus10PercentXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015FlatPlus10PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015FlatPlus10PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015FlatPlus10PercentXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -286,3 +286,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"54f6149224becc60abeb8ef0d398957a1ff5eb6c","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorMeasuredXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015devCastorMeasuredXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015devCastorMeasuredXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015devCastorMeasuredXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -287,3 +287,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"c8d06b9d1b167957330b3d8f985fcd2bc026e372","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorSystMinusXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015devCastorSystMinusXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015devCastorSystMinusXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015devCastorSystMinusXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -287,3 +287,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"6ae46cf9e6a7baa68ecbd32f8563382933f38712","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorSystPlusXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015devCastorSystPlusXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015devCastorSystPlusXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015devCastorSystPlusXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -287,3 +287,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"765f92a18f968a2714908c428b5719d8862b1780","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatMinus05PercentXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2017Plan1FlatMinus05PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2017Plan1FlatMinus05PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2017Plan1FlatMinus05PercentXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -288,3 +288,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"808d7a5db4e75ad35ea67f53a750f5e2e3989eb9","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatMinus10PercentXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2017Plan1FlatMinus10PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2017Plan1FlatMinus10PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2017Plan1FlatMinus10PercentXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -288,3 +288,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"d02ea222cea1b135722405997cd93cfef1147959","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatPlus05PercentXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2017Plan1FlatPlus05PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2017Plan1FlatPlus05PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2017Plan1FlatPlus05PercentXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -288,3 +288,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"2855ae59f47e958258bdb2268b1fcc2ca60c606f","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatPlus10PercentXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2017Plan1FlatPlus10PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2017Plan1FlatPlus10PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2017Plan1FlatPlus10PercentXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -288,3 +288,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"733867eb6114209a4de045519a88ae2ffa8eadfd","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1ZeroMaterialXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2017Plan1ZeroMaterialXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2017Plan1ZeroMaterialXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2017Plan1ZeroMaterialXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -287,3 +287,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"d2df57d5be1ce2b45e26fbbeaafdadc609a03306","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatMinus05PercentXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2018FlatMinus05PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2018FlatMinus05PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2018FlatMinus05PercentXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -284,3 +284,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"d649062ce6530989004c5e9262d1782092c428e9","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatMinus10PercentXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2018FlatMinus10PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2018FlatMinus10PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2018FlatMinus10PercentXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -284,3 +284,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"86f223462b0701be54902c97fd4e3338cc49742f","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatPlus05PercentXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2018FlatPlus05PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2018FlatPlus05PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2018FlatPlus05PercentXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -284,3 +284,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"23796dbbb589f24ba2ec4c79070091923c92b118","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatPlus10PercentXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2018FlatPlus10PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2018FlatPlus10PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2018FlatPlus10PercentXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -284,3 +284,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"da2de2891ca8789b9d758fc389075f1e568ba0cc","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -384,3 +384,5 @@\n ),\n rootNodeName = cms.string('cms:OCMS')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0193f4f7106c0e977a4c1013ce4670a259d49d51","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -384,3 +384,5 @@\n ),\n rootNodeName = cms.string('cms:OCMS')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"4aef85c016c7b9e5ee19b0a3d1d97fe488de0057","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -384,3 +384,5 @@\n ),\n rootNodeName = cms.string('cms:OCMS')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"786d99ed22be4277d3fb2e69cd5e2be187b73c86","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -384,3 +384,5 @@\n ),\n rootNodeName = cms.string('cms:OCMS')\n )\n+-- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e?per_page=100&page=9 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:13 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"1e3b3a4706cceb295693f9f84e8c8ca5e70b44ff65f73dd0672b32d52581a7e5"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:04:54 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4962'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '38'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C73C:28829C:159302:160857:6812247D')] +{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","node_id":"C_kwDOF83__NoAKGMyMzA5OWM3Mzc3MTIzYjZkZTdmYWZhN2E0ODZiMjBiMThkNTRmN2U","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"message":"Try generating big cache","tree":{"sha":"f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684"}],"stats":{"total":6008,"additions":5944,"deletions":64},"files":[{"sha":"a2a1ee68cd609f9ba5c2412b32ab5d95780473c4","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatMinus05PercentXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2023FlatMinus05PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2023FlatMinus05PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2023FlatMinus05PercentXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -384,3 +384,5 @@\n ),\n rootNodeName = cms.string('cms:OCMS')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"2d23d6143dcae3567091a81e7f0224fa97b90109","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatMinus10PercentXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2023FlatMinus10PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2023FlatMinus10PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2023FlatMinus10PercentXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -384,3 +384,5 @@\n ),\n rootNodeName = cms.string('cms:OCMS')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c421b4751bb2b20ab9f3d6a836a926078410a09a","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatPlus05PercentXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2023FlatPlus05PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2023FlatPlus05PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2023FlatPlus05PercentXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -384,3 +384,5 @@\n ),\n rootNodeName = cms.string('cms:OCMS')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"42c16952ce492e842b3bea5ec990375025951ba3","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatPlus10PercentXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2023FlatPlus10PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2023FlatPlus10PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2023FlatPlus10PercentXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -384,3 +384,5 @@\n ),\n rootNodeName = cms.string('cms:OCMS')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"f4e248bb8dbb43d5341985ec4b157f20bf669692","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatMinus05PercentXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2024FlatMinus05PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2024FlatMinus05PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2024FlatMinus05PercentXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -384,3 +384,5 @@\n ),\n rootNodeName = cms.string('cms:OCMS')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"758bf677886ff70d47cc2d5a155b23f69a304bfc","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatMinus10PercentXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2024FlatMinus10PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2024FlatMinus10PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2024FlatMinus10PercentXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -384,3 +384,5 @@\n ),\n rootNodeName = cms.string('cms:OCMS')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"ade8419ba806fbac2bdeecff6d32993167310c9c","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatPlus05PercentXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2024FlatPlus05PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2024FlatPlus05PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2024FlatPlus05PercentXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -384,3 +384,5 @@\n ),\n rootNodeName = cms.string('cms:OCMS')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"a551790d1b9071313e55e7b42008d2295bd57f74","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatPlus10PercentXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2024FlatPlus10PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2024FlatPlus10PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2024FlatPlus10PercentXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -384,3 +384,5 @@\n ),\n rootNodeName = cms.string('cms:OCMS')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"ab5d39f05b2b45d69319ca0e420b5723fc61b3f3","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatMinus05PercentXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2025FlatMinus05PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2025FlatMinus05PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2025FlatMinus05PercentXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -384,3 +384,5 @@\n ),\n rootNodeName = cms.string('cms:OCMS')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"bf55562508cde643143f842be05fa969f404be3c","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatMinus10PercentXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2025FlatMinus10PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2025FlatMinus10PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2025FlatMinus10PercentXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -384,3 +384,5 @@\n ),\n rootNodeName = cms.string('cms:OCMS')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"8c44f8d1ac445af496036a8c09fbee1d8b35d556","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatPlus05PercentXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2025FlatPlus05PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2025FlatPlus05PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2025FlatPlus05PercentXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -384,3 +384,5 @@\n ),\n rootNodeName = cms.string('cms:OCMS')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"853c408bdbfefe234bbb94c4fba90b6fd9003d38","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatPlus10PercentXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2025FlatPlus10PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2025FlatPlus10PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2025FlatPlus10PercentXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -384,3 +384,5 @@\n ),\n rootNodeName = cms.string('cms:OCMS')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"37aa577dbd663124db0b5d340f98a30726e22a9b","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometryDetailedCavern2017Plan1XML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometryDetailedCavern2017Plan1XML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometryDetailedCavern2017Plan1XML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometryDetailedCavern2017Plan1XML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -289,3 +289,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"ce8934d1958ba57543eff1b11d1a45cc30f3bd44","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometryDetailedCavern2017Plan1ZeroMaterialXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometryDetailedCavern2017Plan1ZeroMaterialXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometryDetailedCavern2017Plan1ZeroMaterialXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometryDetailedCavern2017Plan1ZeroMaterialXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -290,3 +290,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"efc9320ca4fd657f0fcb1009eac1b91f5428196a","filename":"Geometry/ForwardSimData/data/ForwardShieldProdCuts/2021/v1/ForwardShieldProdCuts.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FForwardSimData%2Fdata%2FForwardShieldProdCuts%2F2021%2Fv1%2FForwardShieldProdCuts.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FForwardSimData%2Fdata%2FForwardShieldProdCuts%2F2021%2Fv1%2FForwardShieldProdCuts.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FForwardSimData%2Fdata%2FForwardShieldProdCuts%2F2021%2Fv1%2FForwardShieldProdCuts.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"8f3d85fc005a754ae027d5502b482440821a2415","filename":"Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryBuilder.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FGlobalTrackingGeometryBuilder%2Fplugins%2FGlobalTrackingGeometryBuilder.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FGlobalTrackingGeometryBuilder%2Fplugins%2FGlobalTrackingGeometryBuilder.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FGlobalTrackingGeometryBuilder%2Fplugins%2FGlobalTrackingGeometryBuilder.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -41,3 +41,5 @@ GlobalTrackingGeometry* GlobalTrackingGeometryBuilder::build(const TrackerGeomet\n \n return new GlobalTrackingGeometry(tkGeometries);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"1ecdcce51948e490532f2c9bd43919b6170c1fd7","filename":"Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FGlobalTrackingGeometryBuilder%2Fplugins%2FGlobalTrackingGeometryESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FGlobalTrackingGeometryBuilder%2Fplugins%2FGlobalTrackingGeometryESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FGlobalTrackingGeometryBuilder%2Fplugins%2FGlobalTrackingGeometryESProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -100,3 +100,5 @@ std::unique_ptr GlobalTrackingGeometryESProducer::produc\n }\n \n DEFINE_FWK_EVENTSETUP_MODULE(GlobalTrackingGeometryESProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"20c8bb2c16b56b7b7cc1a69c6a26b16d668392f0","filename":"Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FGlobalTrackingGeometryBuilder%2Fplugins%2FGlobalTrackingGeometryESProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FGlobalTrackingGeometryBuilder%2Fplugins%2FGlobalTrackingGeometryESProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FGlobalTrackingGeometryBuilder%2Fplugins%2FGlobalTrackingGeometryESProducer.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -48,3 +48,5 @@ class GlobalTrackingGeometryESProducer : public edm::ESProducer {\n edm::ESGetToken me0Token_;\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"449a180894239a9abcfc16a374d68fdb986918e8","filename":"Geometry/HcalCommonData/data/hcalRecNumbering/2018Plan36/v1/hcalRecNumbering.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FHcalCommonData%2Fdata%2FhcalRecNumbering%2F2018Plan36%2Fv1%2FhcalRecNumbering.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FHcalCommonData%2Fdata%2FhcalRecNumbering%2F2018Plan36%2Fv1%2FhcalRecNumbering.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FHcalCommonData%2Fdata%2FhcalRecNumbering%2F2018Plan36%2Fv1%2FhcalRecNumbering.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -42,3 +42,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"449a180894239a9abcfc16a374d68fdb986918e8","filename":"Geometry/HcalCommonData/data/hcalRecNumbering/2018Plan36/v2/hcalRecNumbering.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FHcalCommonData%2Fdata%2FhcalRecNumbering%2F2018Plan36%2Fv2%2FhcalRecNumbering.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FHcalCommonData%2Fdata%2FhcalRecNumbering%2F2018Plan36%2Fv2%2FhcalRecNumbering.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FHcalCommonData%2Fdata%2FhcalRecNumbering%2F2018Plan36%2Fv2%2FhcalRecNumbering.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -42,3 +42,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"2aee55fb7393fa109e4e090b72e24fdd80b222d2","filename":"Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.0.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FHcalCommonData%2Ftest%2Fpython%2FTTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.0.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FHcalCommonData%2Ftest%2Fpython%2FTTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.0.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FHcalCommonData%2Ftest%2Fpython%2FTTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.0.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -156,3 +156,5 @@\n from Configuration.StandardSequences.earlyDeleteSettings_cff import customiseEarlyDelete\n process = customiseEarlyDelete(process)\n # End adding early deletion\n+-- dummy change --\n+-- dummy change --"},{"sha":"e906301c2ca25b2568d1b7f79f58353c07e8fa86","filename":"Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.911.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FHcalCommonData%2Ftest%2Fpython%2FTTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.911.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FHcalCommonData%2Ftest%2Fpython%2FTTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.911.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FHcalCommonData%2Ftest%2Fpython%2FTTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.911.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -156,3 +156,5 @@\n from Configuration.StandardSequences.earlyDeleteSettings_cff import customiseEarlyDelete\n process = customiseEarlyDelete(process)\n # End adding early deletion\n+-- dummy change --\n+-- dummy change --"},{"sha":"7a9f48e4924dd6f61360e00f79633ae454dd3327","filename":"Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.0.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FHcalCommonData%2Ftest%2Fpython%2FTTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.0.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FHcalCommonData%2Ftest%2Fpython%2FTTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.0.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FHcalCommonData%2Ftest%2Fpython%2FTTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.0.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -156,3 +156,5 @@\n from Configuration.StandardSequences.earlyDeleteSettings_cff import customiseEarlyDelete\n process = customiseEarlyDelete(process)\n # End adding early deletion\n+-- dummy change --\n+-- dummy change --"},{"sha":"a339e6b9465c9a62ab95869f74952458c432b8ca","filename":"Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.911.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FHcalCommonData%2Ftest%2Fpython%2FTTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.911.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FHcalCommonData%2Ftest%2Fpython%2FTTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.911.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FHcalCommonData%2Ftest%2Fpython%2FTTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.911.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -151,3 +151,5 @@\n from Configuration.StandardSequences.earlyDeleteSettings_cff import customiseEarlyDelete\n process = customiseEarlyDelete(process)\n # End adding early deletion\n+-- dummy change --\n+-- dummy change --"},{"sha":"420f9b30a7a83329c2f6aa834ec88dda311157d2","filename":"Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.0.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FHcalCommonData%2Ftest%2Fpython%2Fstep3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.0.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FHcalCommonData%2Ftest%2Fpython%2Fstep3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.0.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FHcalCommonData%2Ftest%2Fpython%2Fstep3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.0.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -259,3 +259,5 @@\n from Configuration.StandardSequences.earlyDeleteSettings_cff import customiseEarlyDelete\n process = customiseEarlyDelete(process)\n # End adding early deletion\n+-- dummy change --\n+-- dummy change --"},{"sha":"96fa1bb31585116a17a1819f3c3f310f4b7959f6","filename":"Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.911.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FHcalCommonData%2Ftest%2Fpython%2Fstep3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.911.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FHcalCommonData%2Ftest%2Fpython%2Fstep3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.911.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FHcalCommonData%2Ftest%2Fpython%2Fstep3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.911.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -260,3 +260,5 @@\n from Configuration.StandardSequences.earlyDeleteSettings_cff import customiseEarlyDelete\n process = customiseEarlyDelete(process)\n # End adding early deletion\n+-- dummy change --\n+-- dummy change --"},{"sha":"1857c070e183fc5d4113f998255aad7a487c3b1d","filename":"Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.0.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FHcalCommonData%2Ftest%2Fpython%2Fstep3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.0.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FHcalCommonData%2Ftest%2Fpython%2Fstep3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.0.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FHcalCommonData%2Ftest%2Fpython%2Fstep3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.0.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -259,3 +259,5 @@\n from Configuration.StandardSequences.earlyDeleteSettings_cff import customiseEarlyDelete\n process = customiseEarlyDelete(process)\n # End adding early deletion\n+-- dummy change --\n+-- dummy change --"},{"sha":"5dce75e9021a9ded1d8ec8ac7f92b048e8784c6c","filename":"Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.911.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FHcalCommonData%2Ftest%2Fpython%2Fstep3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.911.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FHcalCommonData%2Ftest%2Fpython%2Fstep3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.911.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FHcalCommonData%2Ftest%2Fpython%2Fstep3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.911.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -254,3 +254,5 @@\n from Configuration.StandardSequences.earlyDeleteSettings_cff import customiseEarlyDelete\n process = customiseEarlyDelete(process)\n # End adding early deletion\n+-- dummy change --\n+-- dummy change --"},{"sha":"a25b7f97b30678a384bcd015d056eedce3c21b11","filename":"Geometry/TrackerCommonData/data/2016/FlatMinus05Percent/tibtidcommonmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2F2016%2FFlatMinus05Percent%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2F2016%2FFlatMinus05Percent%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2F2016%2FFlatMinus05Percent%2Ftibtidcommonmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -568,3 +568,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"563f1e6bbad633de367bec482bd981d147e5b208","filename":"Geometry/TrackerCommonData/data/2016/FlatMinus10Percent/tibtidcommonmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2F2016%2FFlatMinus10Percent%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2F2016%2FFlatMinus10Percent%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2F2016%2FFlatMinus10Percent%2Ftibtidcommonmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -568,3 +568,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"30101c4244fa3f6e1c00f1c5fb166ee9fa8fc2bd","filename":"Geometry/TrackerCommonData/data/2016/FlatPlus05Percent/tibtidcommonmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2F2016%2FFlatPlus05Percent%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2F2016%2FFlatPlus05Percent%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2F2016%2FFlatPlus05Percent%2Ftibtidcommonmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -568,3 +568,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"78bc1c140a9e113a70c6f00f92fef602bf6cc15b","filename":"Geometry/TrackerCommonData/data/2016/FlatPlus10Percent/tibtidcommonmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2F2016%2FFlatPlus10Percent%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2F2016%2FFlatPlus10Percent%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2F2016%2FFlatPlus10Percent%2Ftibtidcommonmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -568,3 +568,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"a25b7f97b30678a384bcd015d056eedce3c21b11","filename":"Geometry/TrackerCommonData/data/FlatMinus05Percent/2015/tibtidcommonmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus05Percent%2F2015%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus05Percent%2F2015%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus05Percent%2F2015%2Ftibtidcommonmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -568,3 +568,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"ac09deda99fd4df6c589d2b5786e27ff5018cfeb","filename":"Geometry/TrackerCommonData/data/FlatMinus05Percent/2017/tibtidcommonmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus05Percent%2F2017%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus05Percent%2F2017%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus05Percent%2F2017%2Ftibtidcommonmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -568,3 +568,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"ac09deda99fd4df6c589d2b5786e27ff5018cfeb","filename":"Geometry/TrackerCommonData/data/FlatMinus05Percent/2021/tibtidcommonmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus05Percent%2F2021%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus05Percent%2F2021%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus05Percent%2F2021%2Ftibtidcommonmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -568,3 +568,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"1525a6facfd80e5c2074ec8f6526ca8ad936eab8","filename":"Geometry/TrackerCommonData/data/FlatMinus05Percent/2021/v2/tibtidcommonmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus05Percent%2F2021%2Fv2%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus05Percent%2F2021%2Fv2%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus05Percent%2F2021%2Fv2%2Ftibtidcommonmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -484,3 +484,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"563f1e6bbad633de367bec482bd981d147e5b208","filename":"Geometry/TrackerCommonData/data/FlatMinus10Percent/2015/tibtidcommonmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus10Percent%2F2015%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus10Percent%2F2015%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus10Percent%2F2015%2Ftibtidcommonmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -568,3 +568,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"8464b323f005b862d6f0c1f077577df649d416d2","filename":"Geometry/TrackerCommonData/data/FlatMinus10Percent/2017/tibtidcommonmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus10Percent%2F2017%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus10Percent%2F2017%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus10Percent%2F2017%2Ftibtidcommonmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -568,3 +568,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"8464b323f005b862d6f0c1f077577df649d416d2","filename":"Geometry/TrackerCommonData/data/FlatMinus10Percent/2021/tibtidcommonmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus10Percent%2F2021%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus10Percent%2F2021%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus10Percent%2F2021%2Ftibtidcommonmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -568,3 +568,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"bca91c29c581a8c9476cb22433ae0cac5290d0c6","filename":"Geometry/TrackerCommonData/data/FlatMinus10Percent/2021/v2/tibtidcommonmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus10Percent%2F2021%2Fv2%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus10Percent%2F2021%2Fv2%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus10Percent%2F2021%2Fv2%2Ftibtidcommonmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -484,3 +484,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"30101c4244fa3f6e1c00f1c5fb166ee9fa8fc2bd","filename":"Geometry/TrackerCommonData/data/FlatPlus05Percent/2015/tibtidcommonmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus05Percent%2F2015%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus05Percent%2F2015%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus05Percent%2F2015%2Ftibtidcommonmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -568,3 +568,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"c74d11c1745449d5e02ccb6948391ed221bcbdcd","filename":"Geometry/TrackerCommonData/data/FlatPlus05Percent/2017/tibtidcommonmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus05Percent%2F2017%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus05Percent%2F2017%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus05Percent%2F2017%2Ftibtidcommonmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -568,3 +568,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"c74d11c1745449d5e02ccb6948391ed221bcbdcd","filename":"Geometry/TrackerCommonData/data/FlatPlus05Percent/2021/tibtidcommonmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus05Percent%2F2021%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus05Percent%2F2021%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus05Percent%2F2021%2Ftibtidcommonmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -568,3 +568,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"737ab673f85e699fab4fb98f09245029593b2664","filename":"Geometry/TrackerCommonData/data/FlatPlus05Percent/2021/v2/tibtidcommonmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus05Percent%2F2021%2Fv2%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus05Percent%2F2021%2Fv2%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus05Percent%2F2021%2Fv2%2Ftibtidcommonmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -484,3 +484,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"78bc1c140a9e113a70c6f00f92fef602bf6cc15b","filename":"Geometry/TrackerCommonData/data/FlatPlus10Percent/2015/tibtidcommonmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus10Percent%2F2015%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus10Percent%2F2015%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus10Percent%2F2015%2Ftibtidcommonmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -568,3 +568,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"6d525f2f5b4c8168a980a430c90ef40881b8d4ec","filename":"Geometry/TrackerCommonData/data/FlatPlus10Percent/2017/tibtidcommonmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus10Percent%2F2017%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus10Percent%2F2017%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus10Percent%2F2017%2Ftibtidcommonmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -568,3 +568,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"6d525f2f5b4c8168a980a430c90ef40881b8d4ec","filename":"Geometry/TrackerCommonData/data/FlatPlus10Percent/2021/tibtidcommonmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus10Percent%2F2021%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus10Percent%2F2021%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus10Percent%2F2021%2Ftibtidcommonmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -568,3 +568,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b77c526a992b9a461f5c652afd4976038c54b763","filename":"Geometry/TrackerCommonData/data/FlatPlus10Percent/2021/v2/tibtidcommonmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus10Percent%2F2021%2Fv2%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus10Percent%2F2021%2Fv2%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus10Percent%2F2021%2Fv2%2Ftibtidcommonmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -484,3 +484,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"ed20c72cc40ec1b6f0821d5e857a99febbfd3d6e","filename":"Geometry/TrackerCommonData/data/PhaseI/PixelForward/trackerStructureTopology.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseI%2FPixelForward%2FtrackerStructureTopology.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseI%2FPixelForward%2FtrackerStructureTopology.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseI%2FPixelForward%2FtrackerStructureTopology.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -620,3 +620,5 @@ July 2009\n \r\n \r\n \r\n+-- dummy change --\n+-- dummy change --"},{"sha":"5590b33b4f8f69e6457bed0335bd3daffe7e4a7c","filename":"Geometry/TrackerCommonData/data/PhaseII/TFPXTEPXReordered/trackerParameters.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTFPXTEPXReordered%2FtrackerParameters.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTFPXTEPXReordered%2FtrackerParameters.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTFPXTEPXReordered%2FtrackerParameters.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -43,3 +43,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"fa5886f39335bd1f3b162f08c076640ce7f07f27","filename":"Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/trackerStructureTopology.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker%2FtrackerStructureTopology.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker%2FtrackerStructureTopology.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker%2FtrackerStructureTopology.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3648,3 +3648,5 @@ note: see Baseline_tilted_2016_04_12.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"34e97bc616f223f4c96d2989d364097bd8916efe","filename":"Geometry/TrackerCommonData/data/PhaseII/TiltedTracker4025/pixelStructureTopology.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker4025%2FpixelStructureTopology.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker4025%2FpixelStructureTopology.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker4025%2FpixelStructureTopology.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -689,3 +689,5 @@ note: see OT613_200_IT4025_2017_03_28.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"e9ee9efd0d2d45c3ad851504a6da25e4f25f1381","filename":"Geometry/TrackerCommonData/data/PhaseII/TiltedTracker4025/trackerStructureTopology.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker4025%2FtrackerStructureTopology.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker4025%2FtrackerStructureTopology.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker4025%2FtrackerStructureTopology.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3171,3 +3171,5 @@ note: see OT613_200_IT4025_2017_03_28.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"233b79918de5784363e2401bfc7a29921212a571","filename":"Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/pixelStructureTopology.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker404%2FpixelStructureTopology.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker404%2FpixelStructureTopology.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker404%2FpixelStructureTopology.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -689,3 +689,5 @@ note: see OT614_200_IT404_2017_12_12.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"e945c3ef79295cea02dc2ccdee0e52814e50caea","filename":"Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/trackerStructureTopology.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker404%2FtrackerStructureTopology.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker404%2FtrackerStructureTopology.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker404%2FtrackerStructureTopology.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3171,3 +3171,5 @@ note: see OT614_200_IT404_2017_12_12.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"dabf98d2b7845fa899dd583bebb91e43ea8c60ef","filename":"Geometry/TrackerCommonData/data/PhaseII/TiltedTracker405/pixelStructureTopology.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker405%2FpixelStructureTopology.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker405%2FpixelStructureTopology.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker405%2FpixelStructureTopology.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -689,3 +689,5 @@ note: see OT613_200_IT405_2018_06_26.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"30b2cfcdef04038272217482a4fccff2ff3a2dc4","filename":"Geometry/TrackerCommonData/data/PhaseII/TiltedTracker613/pixelStructureTopology.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker613%2FpixelStructureTopology.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker613%2FpixelStructureTopology.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker613%2FpixelStructureTopology.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -689,3 +689,5 @@ note: see OT616_200_IT613_2019_02_20.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"42d7631e96d18add1bf1add24f12d7fa13ff51f7","filename":"Geometry/TrackerCommonData/data/PhaseII/TiltedTracker613_MB_2019_04/tracker.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker613_MB_2019_04%2Ftracker.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker613_MB_2019_04%2Ftracker.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker613_MB_2019_04%2Ftracker.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -33319,3 +33319,5 @@ note: see OT616_200_IT613_2019_04_25.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"fe657e4572bc4b16540c44592a344dc22340c611","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixel.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2Fpixel.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2Fpixel.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2Fpixel.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13752,3 +13752,5 @@ note: see OT800_IT615_2021_02_08.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"38311728589ccda4cded7086a58643609e96e8c7","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelStructureTopology.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2FpixelStructureTopology.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2FpixelStructureTopology.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2FpixelStructureTopology.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -690,3 +690,5 @@ note: see OT800_IT615_2021_02_08.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"f5350db492d7baba75b755ac36ace1cfa1db7516","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixfwd.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2Fpixfwd.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2Fpixfwd.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2Fpixfwd.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -80,3 +80,5 @@ note: see OT800_IT615_2021_02_08.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"5ab5bf1b21b4a365a8c88363a8010249c21659e4","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/tracker.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2Ftracker.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2Ftracker.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2Ftracker.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -33351,3 +33351,5 @@ note: see OT800_IT615_2021_02_08.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"c15472e909b9c66eb087ed9619be694a63215852","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerStructureTopology.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2FtrackerStructureTopology.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2FtrackerStructureTopology.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2FtrackerStructureTopology.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3172,3 +3172,5 @@ note: see OT800_IT615_2021_02_08.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"bc179b998113f7d45995e1f48305df556995d185","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_03/tracker.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_03%2Ftracker.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_03%2Ftracker.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_03%2Ftracker.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -33359,3 +33359,5 @@ enlarged the Tracker volume so that it touches CALO and BeamPipe\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"bc1b714d22a0be98e240d077a7163af77e7f9457","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixel.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT702_2021_03%2Fpixel.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT702_2021_03%2Fpixel.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT702_2021_03%2Fpixel.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13757,3 +13757,5 @@ note: see OT800_IT704_2023_02_09.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"1235208298363a27d4fded75eb7e8c6e1eb1a6fb","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelStructureTopology.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT702_2021_03%2FpixelStructureTopology.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT702_2021_03%2FpixelStructureTopology.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT702_2021_03%2FpixelStructureTopology.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -690,3 +690,5 @@ note: see OT800_IT702_2021_03_16.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"16cec5cc866e2b6f4e2a2db996dbfb56352398b9","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT703_2021_03/pixelStructureTopology.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT703_2021_03%2FpixelStructureTopology.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT703_2021_03%2FpixelStructureTopology.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT703_2021_03%2FpixelStructureTopology.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -690,3 +690,5 @@ note: see OT800_IT703_2021_03_16.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"13b4009aae7e5499d6960ad0ea6409eb5db5c55d","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixel.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT711_2023_05%2Fpixel.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT711_2023_05%2Fpixel.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT711_2023_05%2Fpixel.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14007,3 +14007,5 @@ note: see OT800_IT711_2024_01_11.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"897262eae546d28355a1bd1d13bc96ef4f1a655e","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelStructureTopology.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT711_2023_05%2FpixelStructureTopology.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT711_2023_05%2FpixelStructureTopology.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT711_2023_05%2FpixelStructureTopology.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -754,3 +754,5 @@ note: see OT800_IT711_2024_01_11.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"c86955081ff444a85c1b4b0c9f4a640ebeed621d","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2024_02/pixelStructureTopology.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT711_2024_02%2FpixelStructureTopology.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT711_2024_02%2FpixelStructureTopology.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT711_2024_02%2FpixelStructureTopology.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -980,3 +980,5 @@ note: see OT800_IT711_2024_01_11.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"3f9987c323e2e860086ec5ae4e19db6b69edc9c0","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT800_IT615_2022_10/pixbar.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT800_IT615_2022_10%2Fpixbar.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT800_IT615_2022_10%2Fpixbar.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT800_IT615_2022_10%2Fpixbar.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -184,3 +184,5 @@ note: see OT800_IT615_2022_10_03.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"f0cd52b31719585eb4f91f23ce847919b0f00985","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixel.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT801_IT640%2Fpixel.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT801_IT640%2Fpixel.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT801_IT640%2Fpixel.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -19126,3 +19126,5 @@ note: see OT801_IT800_2021_04_30.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b95aa0caa2526f89474a4a00618d3c4a573e0609","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelStructureTopology.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT801_IT640%2FpixelStructureTopology.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT801_IT640%2FpixelStructureTopology.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT801_IT640%2FpixelStructureTopology.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1183,3 +1183,5 @@ note: see OT801_IT800_2021_04_15.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"39338847a8f6d55ca1463fdea5c8d8715dfec125","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/tracker.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT801_IT640%2Ftracker.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT801_IT640%2Ftracker.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT801_IT640%2Ftracker.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -33483,3 +33483,5 @@ note: see OT801_IT710_2021_04_12.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"14fc66469ff635c5aa370de39383eea730f56117","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixel.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT741_2024_01%2Fpixel.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT741_2024_01%2Fpixel.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT741_2024_01%2Fpixel.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -19417,3 +19417,5 @@ note: see OT806_IT741_2024_03_15.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"a7fe07d2e575927cc6e39489f8ac7f93b83d2544","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelStructureTopology.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT741_2024_01%2FpixelStructureTopology.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT741_2024_01%2FpixelStructureTopology.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT741_2024_01%2FpixelStructureTopology.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1353,3 +1353,5 @@ note: see OT806_IT741_2024_03_15.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"2913d9d17110ca2cb13d165c665470de7348954f","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/tracker.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT741_2024_01%2Ftracker.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT741_2024_01%2Ftracker.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT741_2024_01%2Ftracker.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -33344,3 +33344,5 @@ note: see OT806_IT741_2024_03_28.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"0a2c45660d33b8dc1d7b3c53cccaea4a941e6d4c","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT742_2024_01/pixel.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT742_2024_01%2Fpixel.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT742_2024_01%2Fpixel.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT742_2024_01%2Fpixel.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -19418,3 +19418,5 @@ note: see OT806_IT742_2024_04_08.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"4711a135e730810dca601fde47e9b8e531c2a91a","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT744_2024_01/pixel.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT744_2024_01%2Fpixel.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT744_2024_01%2Fpixel.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT744_2024_01%2Fpixel.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -19418,3 +19418,5 @@ note: see OT806_IT744_2024_04_05.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"495520dbfda02a050b6b9ed92a031034c156c87c","filename":"Geometry/TrackerCommonData/data/flat10services30percent/tibtidcommonmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2Fflat10services30percent%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2Fflat10services30percent%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2Fflat10services30percent%2Ftibtidcommonmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -542,3 +542,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"e2fd7b89cc27dde149f6b9d1fc7862c5d19aa1dd","filename":"Geometry/TrackerCommonData/data/flat20services30percent/tibtidcommonmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2Fflat20services30percent%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2Fflat20services30percent%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2Fflat20services30percent%2Ftibtidcommonmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -542,3 +542,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"8808a1a5fa6668e477efe327e46407582ab87ee7","filename":"Geometry/TrackerCommonData/data/pixbarmaterial/2017ZeroMaterial/v1/pixbarmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2Fpixbarmaterial%2F2017ZeroMaterial%2Fv1%2Fpixbarmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2Fpixbarmaterial%2F2017ZeroMaterial%2Fv1%2Fpixbarmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2Fpixbarmaterial%2F2017ZeroMaterial%2Fv1%2Fpixbarmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -730,3 +730,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"17ef0405a2aba35da6d22a00c14f4269004c557f","filename":"Geometry/TrackerCommonData/data/pixfwdMaterials/2017ZeroMaterial/v1/pixfwdMaterials.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FpixfwdMaterials%2F2017ZeroMaterial%2Fv1%2FpixfwdMaterials.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FpixfwdMaterials%2F2017ZeroMaterial%2Fv1%2FpixfwdMaterials.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FpixfwdMaterials%2F2017ZeroMaterial%2Fv1%2FpixfwdMaterials.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -564,3 +564,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"f1f464d0252201f52b4c89f68f4dbfdd8accdaa9","filename":"Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_PixelBarrelConn/pixbarmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FspecialTestGeometries%2Fmod_10_PixelBarrelConn%2Fpixbarmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FspecialTestGeometries%2Fmod_10_PixelBarrelConn%2Fpixbarmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FspecialTestGeometries%2Fmod_10_PixelBarrelConn%2Fpixbarmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -454,3 +454,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"69cfa9c8fa99b4bc8eda19b21001e9f3fbb5fc2a","filename":"Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_PixelBarrelConnToST/pixbarmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FspecialTestGeometries%2Fmod_10_PixelBarrelConnToST%2Fpixbarmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FspecialTestGeometries%2Fmod_10_PixelBarrelConnToST%2Fpixbarmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FspecialTestGeometries%2Fmod_10_PixelBarrelConnToST%2Fpixbarmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -454,3 +454,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"e04d5c557a238135ead488217533fbbd6613343a","filename":"Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBFlange/tibmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FspecialTestGeometries%2Fmod_10_TIBFlange%2Ftibmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FspecialTestGeometries%2Fmod_10_TIBFlange%2Ftibmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FspecialTestGeometries%2Fmod_10_TIBFlange%2Ftibmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -441,3 +441,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"da362460a4981b2600b53f792ca9eae0952c882d","filename":"Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBTIDMargherita/tibtidcommonmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FspecialTestGeometries%2Fmod_10_TIBTIDMargherita%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FspecialTestGeometries%2Fmod_10_TIBTIDMargherita%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FspecialTestGeometries%2Fmod_10_TIBTIDMargherita%2Ftibtidcommonmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -542,3 +542,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"616fbb7a9c571af62cc837010d0538e858c68eca","filename":"Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBTIDServiceCylinder/tibtidcommonmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FspecialTestGeometries%2Fmod_10_TIBTIDServiceCylinder%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FspecialTestGeometries%2Fmod_10_TIBTIDServiceCylinder%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FspecialTestGeometries%2Fmod_10_TIBTIDServiceCylinder%2Ftibtidcommonmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -542,3 +542,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"6b15e2f693a9ba812e889ecdc9d5c5d5d7f3f108","filename":"Geometry/TrackerCommonData/data/specialTestGeometries/specialTestGeometries.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FspecialTestGeometries%2FspecialTestGeometries.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2FspecialTestGeometries%2FspecialTestGeometries.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FspecialTestGeometries%2FspecialTestGeometries.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -57,3 +57,5 @@ Standard\n \n Mod\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"621b99620a59e52de398cb0e46013703c01667ee","filename":"Geometry/TrackerCommonData/data/tecmaterial/2017ZeroMaterial/v1/tecmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2Ftecmaterial%2F2017ZeroMaterial%2Fv1%2Ftecmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2Ftecmaterial%2F2017ZeroMaterial%2Fv1%2Ftecmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2Ftecmaterial%2F2017ZeroMaterial%2Fv1%2Ftecmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1091,3 +1091,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"56cfdbe8134574cf82c8a4fc48fbc08e0ec36d9a","filename":"Geometry/TrackerCommonData/data/tibmaterial/2017ZeroMaterial/v1/tibmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2Ftibmaterial%2F2017ZeroMaterial%2Fv1%2Ftibmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2Ftibmaterial%2F2017ZeroMaterial%2Fv1%2Ftibmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2Ftibmaterial%2F2017ZeroMaterial%2Fv1%2Ftibmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -441,3 +441,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"8f0dbe5047ed5584544a25e30f377931be601932","filename":"Geometry/TrackerCommonData/data/tibtidcommonmaterial/2016/v1/tibtidcommonmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2Ftibtidcommonmaterial%2F2016%2Fv1%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2Ftibtidcommonmaterial%2F2016%2Fv1%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2Ftibtidcommonmaterial%2F2016%2Fv1%2Ftibtidcommonmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -484,3 +484,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"3ea23180836d12124381ce2b96fc25d6aa3c7fea","filename":"Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017/v1/tibtidcommonmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2Ftibtidcommonmaterial%2F2017%2Fv1%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2Ftibtidcommonmaterial%2F2017%2Fv1%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2Ftibtidcommonmaterial%2F2017%2Fv1%2Ftibtidcommonmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -568,3 +568,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"c5a6b13c1ffb7bb23a780b98b340a8ddaf5c7382","filename":"Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017/v2/tibtidcommonmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2Ftibtidcommonmaterial%2F2017%2Fv2%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2Ftibtidcommonmaterial%2F2017%2Fv2%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2Ftibtidcommonmaterial%2F2017%2Fv2%2Ftibtidcommonmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -484,3 +484,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"4d49d6d86cb9e736ffc003b0aebd8586518afc32","filename":"Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017ZeroMaterial/v1/tibtidcommonmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2Ftibtidcommonmaterial%2F2017ZeroMaterial%2Fv1%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2Ftibtidcommonmaterial%2F2017ZeroMaterial%2Fv1%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2Ftibtidcommonmaterial%2F2017ZeroMaterial%2Fv1%2Ftibtidcommonmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -568,3 +568,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"3ea23180836d12124381ce2b96fc25d6aa3c7fea","filename":"Geometry/TrackerCommonData/data/tibtidcommonmaterial/2021/v1/tibtidcommonmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2Ftibtidcommonmaterial%2F2021%2Fv1%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2Ftibtidcommonmaterial%2F2021%2Fv1%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2Ftibtidcommonmaterial%2F2021%2Fv1%2Ftibtidcommonmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -568,3 +568,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"c5a6b13c1ffb7bb23a780b98b340a8ddaf5c7382","filename":"Geometry/TrackerCommonData/data/tibtidcommonmaterial/2021/v2/tibtidcommonmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2Ftibtidcommonmaterial%2F2021%2Fv2%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2Ftibtidcommonmaterial%2F2021%2Fv2%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2Ftibtidcommonmaterial%2F2021%2Fv2%2Ftibtidcommonmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -484,3 +484,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"bad4977cc8f39ea010fd8f538a296492fb1e080f","filename":"Geometry/TrackerCommonData/data/tidmaterial/2017ZeroMaterial/v1/tidmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2Ftidmaterial%2F2017ZeroMaterial%2Fv1%2Ftidmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2Ftidmaterial%2F2017ZeroMaterial%2Fv1%2Ftidmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2Ftidmaterial%2F2017ZeroMaterial%2Fv1%2Ftidmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -338,3 +338,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"7c1272bbb017f89c7b78c71d134fcd4a6951ffaf","filename":"Geometry/TrackerCommonData/data/tobmaterial/2017ZeroMaterial/v1/tobmaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2Ftobmaterial%2F2017ZeroMaterial%2Fv1%2Ftobmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2Ftobmaterial%2F2017ZeroMaterial%2Fv1%2Ftobmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2Ftobmaterial%2F2017ZeroMaterial%2Fv1%2Ftobmaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2246,3 +2246,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"53ce3aa11dacd17d9db633f329cb7768ebec1c85","filename":"Geometry/TrackerCommonData/data/trackermaterial/2017ZeroMaterial/v1/trackermaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2Ftrackermaterial%2F2017ZeroMaterial%2Fv1%2Ftrackermaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fdata%2Ftrackermaterial%2F2017ZeroMaterial%2Fv1%2Ftrackermaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2Ftrackermaterial%2F2017ZeroMaterial%2Fv1%2Ftrackermaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -584,3 +584,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e?per_page=100&page=10 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:14 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"9fd383139d685e5858ac1f098d10058798dea2b9640c6f8bac652d20b3bb7ca7"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:04:54 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4961'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '39'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C744:1CC6F5:15D104:1646AC:6812247D')] +{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","node_id":"C_kwDOF83__NoAKGMyMzA5OWM3Mzc3MTIzYjZkZTdmYWZhN2E0ODZiMjBiMThkNTRmN2U","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"message":"Try generating big cache","tree":{"sha":"f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684"}],"stats":{"total":6008,"additions":5944,"deletions":64},"files":[{"sha":"6ca76cf5ae93472ac91ddaad1c0360a2c8b74723","filename":"Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fpython%2FcmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fpython%2FcmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fpython%2FcmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -379,3 +379,5 @@\n ),\n rootNodeName = cms.string('cms:OCMS')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"04c7a93da527c52c05079e2709091ca8f4e91c01","filename":"Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fpython%2FcmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fpython%2FcmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fpython%2FcmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -376,3 +376,5 @@\n ),\n rootNodeName = cms.string('cms:OCMS')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"f2c63e9cd05b42e6b9fbeefbdc876094a1c24841","filename":"Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fpython%2FcmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fpython%2FcmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fpython%2FcmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -376,3 +376,5 @@\n ),\n rootNodeName = cms.string('cms:OCMS')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c85eab88fb09a6a691697065794a554a58943bdd","filename":"Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fpython%2FcmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fpython%2FcmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fpython%2FcmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -379,3 +379,5 @@\n ),\n rootNodeName = cms.string('cms:OCMS')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"9dccd0216e3136011a479326c124368df10111ae","filename":"Geometry/TrackerCommonData/python/cmsExtendedGeometry2021ZeroMaterialXML_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fpython%2FcmsExtendedGeometry2021ZeroMaterialXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerCommonData%2Fpython%2FcmsExtendedGeometry2021ZeroMaterialXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fpython%2FcmsExtendedGeometry2021ZeroMaterialXML_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -379,3 +379,5 @@\n ),\n rootNodeName = cms.string('cms:OCMS')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"969ae0abecf0e0b8697460998028e684af349b4e","filename":"Geometry/TrackerGeometryBuilder/plugins/TrackerAdditionalParametersPerDetESModule.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerGeometryBuilder%2Fplugins%2FTrackerAdditionalParametersPerDetESModule.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerGeometryBuilder%2Fplugins%2FTrackerAdditionalParametersPerDetESModule.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerGeometryBuilder%2Fplugins%2FTrackerAdditionalParametersPerDetESModule.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -66,3 +66,5 @@ TrackerAdditionalParametersPerDetESModule::ReturnType TrackerAdditionalParameter\n }\n \n DEFINE_FWK_EVENTSETUP_MODULE(TrackerAdditionalParametersPerDetESModule);\n+-- dummy change --\n+-- dummy change --"},{"sha":"e6156dc200e82a5b29cd9fc223b0c3ba31faeedc","filename":"Geometry/TrackerGeometryBuilder/test/python/testTrackerModuleInfoDBDD4hep_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerGeometryBuilder%2Ftest%2Fpython%2FtestTrackerModuleInfoDBDD4hep_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerGeometryBuilder%2Ftest%2Fpython%2FtestTrackerModuleInfoDBDD4hep_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerGeometryBuilder%2Ftest%2Fpython%2FtestTrackerModuleInfoDBDD4hep_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -38,3 +38,5 @@\n process.ep = cms.EndPath(process.out)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"f5438299ec547e8d9abf5bbf24e13131bcf555cc","filename":"Geometry/TrackerGeometryBuilder/test/python/testTrackerModuleInfoFromDDDNoPrintDDD_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerGeometryBuilder%2Ftest%2Fpython%2FtestTrackerModuleInfoFromDDDNoPrintDDD_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerGeometryBuilder%2Ftest%2Fpython%2FtestTrackerModuleInfoFromDDDNoPrintDDD_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerGeometryBuilder%2Ftest%2Fpython%2FtestTrackerModuleInfoFromDDDNoPrintDDD_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -29,3 +29,5 @@\n process.p1 = cms.Path(process.prod)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"e9c7677a90df13fe5712bb1d2538a9374ea11d0c","filename":"Geometry/TrackerGeometryBuilder/test/python/testTrackerParametersFromDD4hep_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerGeometryBuilder%2Ftest%2Fpython%2FtestTrackerParametersFromDD4hep_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerGeometryBuilder%2Ftest%2Fpython%2FtestTrackerParametersFromDD4hep_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerGeometryBuilder%2Ftest%2Fpython%2FtestTrackerParametersFromDD4hep_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -55,3 +55,5 @@\n process.test = cms.EDAnalyzer(\"TrackerParametersAnalyzer\")\n \n process.p1 = cms.Path(process.test)\n+-- dummy change --\n+-- dummy change --"},{"sha":"ee514959d1c789d4a09538242af9b2c435d5f6cf","filename":"Geometry/TrackerGeometryBuilder/test/python/testTrackerParametersFromDDD_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerGeometryBuilder%2Ftest%2Fpython%2FtestTrackerParametersFromDDD_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerGeometryBuilder%2Ftest%2Fpython%2FtestTrackerParametersFromDDD_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerGeometryBuilder%2Ftest%2Fpython%2FtestTrackerParametersFromDDD_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -60,3 +60,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"a3183e5c096289c1848457590caa6f166c7d35d2","filename":"Geometry/TrackerGeometryBuilder/test/python/trackerModuleInfoLocalDBDD4hep_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerGeometryBuilder%2Ftest%2Fpython%2FtrackerModuleInfoLocalDBDD4hep_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerGeometryBuilder%2Ftest%2Fpython%2FtrackerModuleInfoLocalDBDD4hep_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerGeometryBuilder%2Ftest%2Fpython%2FtrackerModuleInfoLocalDBDD4hep_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -52,3 +52,5 @@\n process.ep = cms.EndPath(process.out)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"c9504e6c50d26b5b9dbbd4c8f4ca6ff5029864fa","filename":"Geometry/TrackerGeometryBuilder/test/python/trackerParametersFromLocalDB_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerGeometryBuilder%2Ftest%2Fpython%2FtrackerParametersFromLocalDB_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerGeometryBuilder%2Ftest%2Fpython%2FtrackerParametersFromLocalDB_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerGeometryBuilder%2Ftest%2Fpython%2FtrackerParametersFromLocalDB_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -26,3 +26,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"59453bb9ee540e0e92df41e52b0b126425011f97","filename":"Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2DoubleDiskBuilder.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerNumberingBuilder%2Fplugins%2FCmsTrackerPixelPhase2DoubleDiskBuilder.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerNumberingBuilder%2Fplugins%2FCmsTrackerPixelPhase2DoubleDiskBuilder.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerNumberingBuilder%2Fplugins%2FCmsTrackerPixelPhase2DoubleDiskBuilder.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -45,3 +45,5 @@ void CmsTrackerPixelPhase2DoubleDiskBuilder::sortNS(FilteredView&\n \n template class CmsTrackerPixelPhase2DoubleDiskBuilder;\n template class CmsTrackerPixelPhase2DoubleDiskBuilder;\n+-- dummy change --\n+-- dummy change --"},{"sha":"869e804da6266b217b17ebfbb3b7ca845660d286","filename":"Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2DoubleDiskBuilder.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerNumberingBuilder%2Fplugins%2FCmsTrackerPixelPhase2DoubleDiskBuilder.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerNumberingBuilder%2Fplugins%2FCmsTrackerPixelPhase2DoubleDiskBuilder.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerNumberingBuilder%2Fplugins%2FCmsTrackerPixelPhase2DoubleDiskBuilder.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@ class CmsTrackerPixelPhase2DoubleDiskBuilder : public CmsTrackerLevelBuilder::sortNS(FilteredView& fv,\n \n template class CmsTrackerPixelPhase2SubDiskBuilder;\n template class CmsTrackerPixelPhase2SubDiskBuilder;\n+-- dummy change --\n+-- dummy change --"},{"sha":"31b41c2308f6acb091ed2fa8d79f93a443373b9d","filename":"Geometry/TrackerRecoData/data/PhaseII/OuterTracker616_2020_04/trackerRecoMaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FOuterTracker616_2020_04%2FtrackerRecoMaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FOuterTracker616_2020_04%2FtrackerRecoMaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FOuterTracker616_2020_04%2FtrackerRecoMaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -624,3 +624,5 @@ note: see OT616_IT615_cmssw_2020_04_30.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"3d6d95598f690c08d29e3abf17487b008922c8ae","filename":"Geometry/TrackerRecoData/data/PhaseII/TiltedTracker4025/trackerRecoMaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTiltedTracker4025%2FtrackerRecoMaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTiltedTracker4025%2FtrackerRecoMaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTiltedTracker4025%2FtrackerRecoMaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -624,3 +624,5 @@ note: see OT613_200_IT4025_2017_03_28.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"aaab2a57a22afe179c8a3264a5626b772521edfb","filename":"Geometry/TrackerRecoData/data/PhaseII/TiltedTracker613_MB_2019_04/trackerRecoMaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTiltedTracker613_MB_2019_04%2FtrackerRecoMaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTiltedTracker613_MB_2019_04%2FtrackerRecoMaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTiltedTracker613_MB_2019_04%2FtrackerRecoMaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -624,3 +624,5 @@ note: see OT616_200_IT613_2019_04_25.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"359535c55dd3bd4ac7b50230b9685436a2f92ef0","filename":"Geometry/TrackerRecoData/data/PhaseII/TiltedTracker613_MB_2019_04/v2_ITonly/trackerRecoMaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTiltedTracker613_MB_2019_04%2Fv2_ITonly%2FtrackerRecoMaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTiltedTracker613_MB_2019_04%2Fv2_ITonly%2FtrackerRecoMaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTiltedTracker613_MB_2019_04%2Fv2_ITonly%2FtrackerRecoMaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -616,3 +616,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"3fba8d6bce77998ac319d35cf24db55ec1c14bd0","filename":"Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerRecoMaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2FtrackerRecoMaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2FtrackerRecoMaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2FtrackerRecoMaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -533,3 +533,5 @@ note: see OT800_IT615_2021_02_08.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"6b03e07f96c1edf314ae2f1bded2c95b5a187bd1","filename":"Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/trackerRecoMaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT702_2021_03%2FtrackerRecoMaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT702_2021_03%2FtrackerRecoMaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT702_2021_03%2FtrackerRecoMaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -533,3 +533,5 @@ note: see OT800_IT702_2021_03_16.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"4ddde7dc136b02d4a47405db819f6a75181b1b7c","filename":"Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT710_2023_04/trackerRecoMaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT710_2023_04%2FtrackerRecoMaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT710_2023_04%2FtrackerRecoMaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT710_2023_04%2FtrackerRecoMaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -538,3 +538,5 @@ note: see OT800_IT7010_2022_10_13.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"f640ad57815fafe582973caefb05f873658e882b","filename":"Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/trackerRecoMaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT711_2023_05%2FtrackerRecoMaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT711_2023_05%2FtrackerRecoMaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT711_2023_05%2FtrackerRecoMaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -538,3 +538,5 @@ note: see OT800_IT711_2023_05_25.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"ad22e90d23c1cc8371631303875fbc154ef36186","filename":"Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/trackerRecoMaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT801_IT640%2FtrackerRecoMaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT801_IT640%2FtrackerRecoMaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT801_IT640%2FtrackerRecoMaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -585,3 +585,5 @@ note: see OT801_IT800_2021_04_15.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"f174a5006cd0e9050a07ecc615a713f6cc454b79","filename":"Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/trackerRecoMaterial.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT741_2024_01%2FtrackerRecoMaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT741_2024_01%2FtrackerRecoMaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT741_2024_01%2FtrackerRecoMaterial.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -694,3 +694,5 @@ note: see OT806_IT741_2024_03_15.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"22ed004f0c01c0802f24789a69e8b5cc0c85ab4d","filename":"Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelProdCuts.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2FpixelProdCuts.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2FpixelProdCuts.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2FpixelProdCuts.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -102,3 +102,5 @@ note: see OT800_IT615_2021_02_08.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"5f0cd6a065b65a73217e6146edc545ac5d6df0ac","filename":"Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelsens.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2Fpixelsens.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2Fpixelsens.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2Fpixelsens.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -94,3 +94,5 @@ note: see OT800_IT615_2021_02_08.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"8856bfec1c97212cd5da4612fdc4d6f1b41a5011","filename":"Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerProdCuts.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2FtrackerProdCuts.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2FtrackerProdCuts.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2FtrackerProdCuts.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -354,3 +354,5 @@ note: see OT800_IT615_2021_02_08.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"114c735a933d579de5113669ef99d2192c675a4a","filename":"Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackersens.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2Ftrackersens.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2Ftrackersens.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2Ftrackersens.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -334,3 +334,5 @@ note: see OT800_IT615_2021_02_08.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"4ebbb5ac1e089009d9c7119308c3dd94124f2fe9","filename":"Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelProdCuts.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT702_2021_03%2FpixelProdCuts.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT702_2021_03%2FpixelProdCuts.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT702_2021_03%2FpixelProdCuts.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -102,3 +102,5 @@ note: see OT800_IT702_2021_03_16.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"db506ed098a0772d2a24e8aa8b72428da668c83c","filename":"Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelsens.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT702_2021_03%2Fpixelsens.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT702_2021_03%2Fpixelsens.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT702_2021_03%2Fpixelsens.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -94,3 +94,5 @@ note: see OT800_IT702_2021_03_16.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"f6031b010449cea6cc8935c6bc63cf392b20b9df","filename":"Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelProdCuts.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT711_2023_05%2FpixelProdCuts.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT711_2023_05%2FpixelProdCuts.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT711_2023_05%2FpixelProdCuts.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -107,3 +107,5 @@ note: see OT800_IT711_2023_05_25.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"a3f8fc060833a6de087e7780c55ceca822dba002","filename":"Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelsens.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT711_2023_05%2Fpixelsens.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT711_2023_05%2Fpixelsens.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT711_2023_05%2Fpixelsens.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -99,3 +99,5 @@ note: see OT800_IT711_2023_05_25.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"874c4c0a460569ca25958cb0c87d1f92d9490425","filename":"Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelProdCuts.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT801_IT640%2FpixelProdCuts.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT801_IT640%2FpixelProdCuts.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT801_IT640%2FpixelProdCuts.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -154,3 +154,5 @@ note: see OT801_IT800_2021_04_15.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"4a9239d3f724d07578b92c88a74838bade932799","filename":"Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelsens.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT801_IT640%2Fpixelsens.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT801_IT640%2Fpixelsens.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT801_IT640%2Fpixelsens.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -146,3 +146,5 @@ note: see OT801_IT800_2021_04_15.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"4f991c747b13ee7c2cfae56d531a5e8a4daf504c","filename":"Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelProdCuts.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT741_2024_01%2FpixelProdCuts.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT741_2024_01%2FpixelProdCuts.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT741_2024_01%2FpixelProdCuts.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -159,3 +159,5 @@ note: see OT806_IT741_2024_03_15.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"9c1884deed5d4925f3038ce38b61d4a88912889c","filename":"Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelsens.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT741_2024_01%2Fpixelsens.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT741_2024_01%2Fpixelsens.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT741_2024_01%2Fpixelsens.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -151,3 +151,5 @@ note: see OT806_IT741_2024_03_15.cfg for full config files\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"4d384734d0cfe05f0f599b120ea136e9260d3653","filename":"Geometry/TwentyFivePercentTrackerCommonData/data/tibConfiguration_twentyfivepercent.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2FtibConfiguration_twentyfivepercent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2FtibConfiguration_twentyfivepercent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2FtibConfiguration_twentyfivepercent.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -45,3 +45,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"163f11ca7830049b07d4aee1f75516b1a792969f","filename":"Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer0_twentyfivepercent.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftiblayer0_twentyfivepercent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftiblayer0_twentyfivepercent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftiblayer0_twentyfivepercent.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -61,3 +61,5 @@\n \t\t\n \t\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"5badb728983522aa37287a86b5dfbe2d549a96d1","filename":"Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer1_twentyfivepercent.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftiblayer1_twentyfivepercent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftiblayer1_twentyfivepercent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftiblayer1_twentyfivepercent.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -61,3 +61,5 @@\n \t\t\n \t\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"2518b4ce7939fa8668889262f8221139dc038a1e","filename":"Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer2_twentyfivepercent.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftiblayer2_twentyfivepercent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftiblayer2_twentyfivepercent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftiblayer2_twentyfivepercent.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -61,3 +61,5 @@\n \t\t\n \t\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"139ec07bf61597999007c2571af2102abca7b3ab","filename":"Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer3_twentyfivepercent.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftiblayer3_twentyfivepercent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftiblayer3_twentyfivepercent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftiblayer3_twentyfivepercent.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -61,3 +61,5 @@\n \t\t\n \t\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"a72a9a830872c1bc87d3c454060fb38a02f38164","filename":"Geometry/TwentyFivePercentTrackerCommonData/data/tibstring0_twentyfivepercent.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftibstring0_twentyfivepercent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftibstring0_twentyfivepercent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftibstring0_twentyfivepercent.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -44,3 +44,5 @@\n \t\t\n \t\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"bc2d6e2012910fb73d9eb5ce28fb4f6af631d873","filename":"Geometry/TwentyFivePercentTrackerCommonData/data/tibstring1_twentyfivepercent.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftibstring1_twentyfivepercent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftibstring1_twentyfivepercent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftibstring1_twentyfivepercent.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -44,3 +44,5 @@\n \t\t\n \t\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"16f98952d8366db6ab2585503d749cd3c3a58d21","filename":"Geometry/TwentyFivePercentTrackerCommonData/data/tibstring2_twentyfivepercent.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftibstring2_twentyfivepercent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftibstring2_twentyfivepercent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftibstring2_twentyfivepercent.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -44,3 +44,5 @@\n \t\t\n \t\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"c8932eed9ca484d337fb334202daf92a75d2329e","filename":"Geometry/TwentyFivePercentTrackerCommonData/data/tibstring3_twentyfivepercent.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftibstring3_twentyfivepercent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftibstring3_twentyfivepercent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftibstring3_twentyfivepercent.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -44,3 +44,5 @@\n \t\t\n \t\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"5284686b6c1113895f6154a67334f88db6649a49","filename":"Geometry/TwentyFivePercentTrackerCommonData/data/trackerConfiguration_twentyfivepercent.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2FtrackerConfiguration_twentyfivepercent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2FtrackerConfiguration_twentyfivepercent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2FtrackerConfiguration_twentyfivepercent.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"f234f6b77432682fa875f5e443407f7aa8184b13","filename":"Geometry/TwentyFivePercentTrackerCommonData/data/trackerStructureTopology_twentyfivepercent.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2FtrackerStructureTopology_twentyfivepercent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2FtrackerStructureTopology_twentyfivepercent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2FtrackerStructureTopology_twentyfivepercent.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -126,3 +126,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"ee62e76a3bec4620a1b1d016f7a9f90386f2c6c1","filename":"Geometry/TwentyFivePercentTrackerCommonData/data/trackertib_twentyfivepercent.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftrackertib_twentyfivepercent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftrackertib_twentyfivepercent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftrackertib_twentyfivepercent.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n \t\t\n \t\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"a61a04baf2ec5163be1505e51fc2ed62c2fd8027","filename":"Geometry/TwentyFivePercentTrackerCommonData/test/trackerSimConfiguration_TwentyFivePercent.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTwentyFivePercentTrackerCommonData%2Ftest%2FtrackerSimConfiguration_TwentyFivePercent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FTwentyFivePercentTrackerCommonData%2Ftest%2FtrackerSimConfiguration_TwentyFivePercent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTwentyFivePercentTrackerCommonData%2Ftest%2FtrackerSimConfiguration_TwentyFivePercent.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -83,3 +83,5 @@\n \t\t\t\t\t\t\t\t \n \t\t \n \t\t\t\t\t\t\t \n+-- dummy change --\n+-- dummy change --"},{"sha":"f23b9eb44584f9675abb79691c12cf03a6e98b16","filename":"Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Left_Station/v1/CTPPS_210_Left_Station.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_210_Left_Station%2Fv1%2FCTPPS_210_Left_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_210_Left_Station%2Fv1%2FCTPPS_210_Left_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_210_Left_Station%2Fv1%2FCTPPS_210_Left_Station.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -233,3 +233,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"928559ccef4f212ed0fd797ca74486b96fda0e16","filename":"Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Left_Station/v2/CTPPS_210_Left_Station.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_210_Left_Station%2Fv2%2FCTPPS_210_Left_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_210_Left_Station%2Fv2%2FCTPPS_210_Left_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_210_Left_Station%2Fv2%2FCTPPS_210_Left_Station.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -233,3 +233,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"32670a866beda2b054acddd8c4403db190a5c174","filename":"Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Right_Station/v1/CTPPS_210_Right_Station.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_210_Right_Station%2Fv1%2FCTPPS_210_Right_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_210_Right_Station%2Fv1%2FCTPPS_210_Right_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_210_Right_Station%2Fv1%2FCTPPS_210_Right_Station.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -234,3 +234,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"c1dd00f68dc26304ea4af6dd66d3ced86492b8f2","filename":"Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Right_Station/v2/CTPPS_210_Right_Station.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_210_Right_Station%2Fv2%2FCTPPS_210_Right_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_210_Right_Station%2Fv2%2FCTPPS_210_Right_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_210_Right_Station%2Fv2%2FCTPPS_210_Right_Station.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -234,3 +234,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"022c8964a6bec10e883ee7db579677e25a6f702e","filename":"Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Left_Station/v1/CTPPS_220_Left_Station.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_220_Left_Station%2Fv1%2FCTPPS_220_Left_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_220_Left_Station%2Fv1%2FCTPPS_220_Left_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_220_Left_Station%2Fv1%2FCTPPS_220_Left_Station.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -210,3 +210,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"448770eb5ec5b67226c3c3584a75a02b217d204a","filename":"Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Left_Station/v2/CTPPS_220_Left_Station.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_220_Left_Station%2Fv2%2FCTPPS_220_Left_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_220_Left_Station%2Fv2%2FCTPPS_220_Left_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_220_Left_Station%2Fv2%2FCTPPS_220_Left_Station.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -210,3 +210,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"0a9bb1b115bbde16c74b883fd06b19f2f3b17e2f","filename":"Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Right_Station/v1/CTPPS_220_Right_Station.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_220_Right_Station%2Fv1%2FCTPPS_220_Right_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_220_Right_Station%2Fv1%2FCTPPS_220_Right_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_220_Right_Station%2Fv1%2FCTPPS_220_Right_Station.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -211,3 +211,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"26c9d6b51db145bdc888bfeb2fd3c9d9cbdc8d68","filename":"Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Right_Station/v2/CTPPS_220_Right_Station.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_220_Right_Station%2Fv2%2FCTPPS_220_Right_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_220_Right_Station%2Fv2%2FCTPPS_220_Right_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_220_Right_Station%2Fv2%2FCTPPS_220_Right_Station.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -211,3 +211,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"9bb173d6b52fea06153782d1242aee0f1e11bbe4","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Cuts_Per_Region/Reco/v1/RP_Cuts_Per_Region.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FCuts_Per_Region%2FReco%2Fv1%2FRP_Cuts_Per_Region.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FCuts_Per_Region%2FReco%2Fv1%2FRP_Cuts_Per_Region.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FCuts_Per_Region%2FReco%2Fv1%2FRP_Cuts_Per_Region.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -67,3 +67,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"cc473e868e6a4ded845b471b06ff20c6c8a66a73","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Cuts_Per_Region/Simu/v1/CTPPS_Cuts_Per_Region.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FCuts_Per_Region%2FSimu%2Fv1%2FCTPPS_Cuts_Per_Region.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FCuts_Per_Region%2FSimu%2Fv1%2FCTPPS_Cuts_Per_Region.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FCuts_Per_Region%2FSimu%2Fv1%2FCTPPS_Cuts_Per_Region.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -69,3 +69,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"d13e9e510f5a3be6b41e18749fef74d170648dab","filename":"Geometry/VeryForwardData/data/CTPPS_2021/RP_Dist_Beam_Cent/Reco/v1/RP_Dist_Beam_Cent.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FRP_Dist_Beam_Cent%2FReco%2Fv1%2FRP_Dist_Beam_Cent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FRP_Dist_Beam_Cent%2FReco%2Fv1%2FRP_Dist_Beam_Cent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FRP_Dist_Beam_Cent%2FReco%2Fv1%2FRP_Dist_Beam_Cent.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -40,3 +40,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"d13e9e510f5a3be6b41e18749fef74d170648dab","filename":"Geometry/VeryForwardData/data/CTPPS_2021/RP_Dist_Beam_Cent/Simu/v1/RP_Dist_Beam_Cent.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FRP_Dist_Beam_Cent%2FSimu%2Fv1%2FRP_Dist_Beam_Cent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FRP_Dist_Beam_Cent%2FSimu%2Fv1%2FRP_Dist_Beam_Cent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FRP_Dist_Beam_Cent%2FSimu%2Fv1%2FRP_Dist_Beam_Cent.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -40,3 +40,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"2637c24294ae27f487dc57a6544cbb560389b059","filename":"Geometry/VeryForwardData/data/CTPPS_2021/RP_Param_Beam_Region/v1/RP_Param_Beam_Region.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FRP_Param_Beam_Region%2Fv1%2FRP_Param_Beam_Region.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FRP_Param_Beam_Region%2Fv1%2FRP_Param_Beam_Region.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FRP_Param_Beam_Region%2Fv1%2FRP_Param_Beam_Region.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -38,3 +38,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"70c534badf5460bcaebb9a326aa58d23f133c259","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_210_Left_Station.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv1%2FRP_210_Left_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv1%2FRP_210_Left_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv1%2FRP_210_Left_Station.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -219,3 +219,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"4740cf099b56f1d7342e6119c72c8f0e349f61da","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_210_Right_Station.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv1%2FRP_210_Right_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv1%2FRP_210_Right_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv1%2FRP_210_Right_Station.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -217,3 +217,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"3246f4cde963be2eaf619d0bb334651a09bcad9d","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_220_Left_Station.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv1%2FRP_220_Left_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv1%2FRP_220_Left_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv1%2FRP_220_Left_Station.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -152,3 +152,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"bb36ba86d55fd45a07b90df92529300ccd89d011","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_220_Right_Station.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv1%2FRP_220_Right_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv1%2FRP_220_Right_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv1%2FRP_220_Right_Station.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -150,3 +150,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"8e1d11a338c8f83d1d3039882ed82318f6a0c57e","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_Stations_Assembly.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv1%2FRP_Stations_Assembly.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv1%2FRP_Stations_Assembly.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv1%2FRP_Stations_Assembly.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -36,3 +36,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"4d971fdf25ea78cf5650b955b53f06dc4e0c248f","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_210_Left_Station.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv2%2FRP_210_Left_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv2%2FRP_210_Left_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv2%2FRP_210_Left_Station.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -219,3 +219,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"6beb2295cf258cf37505a1b535a36cec4f116170","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_210_Right_Station.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv2%2FRP_210_Right_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv2%2FRP_210_Right_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv2%2FRP_210_Right_Station.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -217,3 +217,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"64c5d88a0e509fbb064a77d4a9749918eb6d00a9","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_220_Left_Station.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv2%2FRP_220_Left_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv2%2FRP_220_Left_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv2%2FRP_220_Left_Station.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -152,3 +152,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"6c585fa8ffca54eb520690fcf69317caee68b183","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_220_Right_Station.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv2%2FRP_220_Right_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv2%2FRP_220_Right_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv2%2FRP_220_Right_Station.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -150,3 +150,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"37295097796a605c0119d5910298f387882c6726","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_210_Left_Station.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv2%2FCTPPS_210_Left_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv2%2FCTPPS_210_Left_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv2%2FCTPPS_210_Left_Station.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -233,3 +233,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"3effa0485f60f295f6818b3e54132fb9a92fde62","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_210_Right_Station.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv2%2FCTPPS_210_Right_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv2%2FCTPPS_210_Right_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv2%2FCTPPS_210_Right_Station.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -234,3 +234,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"448770eb5ec5b67226c3c3584a75a02b217d204a","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_220_Left_Station.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv2%2FCTPPS_220_Left_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv2%2FCTPPS_220_Left_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv2%2FCTPPS_220_Left_Station.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -210,3 +210,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"26c9d6b51db145bdc888bfeb2fd3c9d9cbdc8d68","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_220_Right_Station.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv2%2FCTPPS_220_Right_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv2%2FCTPPS_220_Right_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv2%2FCTPPS_220_Right_Station.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -211,3 +211,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"9d651afbe63eeb57feb0f1f994ad8f4c0a6a0f54","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_Stations_Assembly.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv2%2FCTPPS_Stations_Assembly.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv2%2FCTPPS_Stations_Assembly.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv2%2FCTPPS_Stations_Assembly.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -37,3 +37,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"c520c3b93a58eb01a777a817b0929e73a85c17d7","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_210_Left_Station.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv3%2FCTPPS_210_Left_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv3%2FCTPPS_210_Left_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv3%2FCTPPS_210_Left_Station.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -233,3 +233,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b6505adb2a417736c5039514c786d3abf2d9d150","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_210_Right_Station.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv3%2FCTPPS_210_Right_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv3%2FCTPPS_210_Right_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv3%2FCTPPS_210_Right_Station.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -234,3 +234,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"a7e9615555de5decdc59fe1922d32b85354de166","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_220_Left_Station.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv3%2FCTPPS_220_Left_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv3%2FCTPPS_220_Left_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv3%2FCTPPS_220_Left_Station.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -210,3 +210,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"00768c88330583951601a25e9678256dd861e804","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_220_Right_Station.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv3%2FCTPPS_220_Right_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv3%2FCTPPS_220_Right_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv3%2FCTPPS_220_Right_Station.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -211,3 +211,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"5bcd7cefcbe2e3acd24971199e55319f7c5df0cd","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_Stations_Assembly.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv3%2FCTPPS_Stations_Assembly.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv3%2FCTPPS_Stations_Assembly.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv3%2FCTPPS_Stations_Assembly.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -35,3 +35,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"9bb173d6b52fea06153782d1242aee0f1e11bbe4","filename":"Geometry/VeryForwardData/data/CTPPS_2025/Cuts_Per_Region/Reco/v1/RP_Cuts_Per_Region.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FCuts_Per_Region%2FReco%2Fv1%2FRP_Cuts_Per_Region.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FCuts_Per_Region%2FReco%2Fv1%2FRP_Cuts_Per_Region.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FCuts_Per_Region%2FReco%2Fv1%2FRP_Cuts_Per_Region.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -67,3 +67,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"cc473e868e6a4ded845b471b06ff20c6c8a66a73","filename":"Geometry/VeryForwardData/data/CTPPS_2025/Cuts_Per_Region/Simu/v1/CTPPS_Cuts_Per_Region.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FCuts_Per_Region%2FSimu%2Fv1%2FCTPPS_Cuts_Per_Region.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FCuts_Per_Region%2FSimu%2Fv1%2FCTPPS_Cuts_Per_Region.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FCuts_Per_Region%2FSimu%2Fv1%2FCTPPS_Cuts_Per_Region.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -69,3 +69,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"d13e9e510f5a3be6b41e18749fef74d170648dab","filename":"Geometry/VeryForwardData/data/CTPPS_2025/RP_Dist_Beam_Cent/Reco/v1/RP_Dist_Beam_Cent.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FRP_Dist_Beam_Cent%2FReco%2Fv1%2FRP_Dist_Beam_Cent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FRP_Dist_Beam_Cent%2FReco%2Fv1%2FRP_Dist_Beam_Cent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FRP_Dist_Beam_Cent%2FReco%2Fv1%2FRP_Dist_Beam_Cent.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -40,3 +40,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"d13e9e510f5a3be6b41e18749fef74d170648dab","filename":"Geometry/VeryForwardData/data/CTPPS_2025/RP_Dist_Beam_Cent/Simu/v1/RP_Dist_Beam_Cent.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FRP_Dist_Beam_Cent%2FSimu%2Fv1%2FRP_Dist_Beam_Cent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FRP_Dist_Beam_Cent%2FSimu%2Fv1%2FRP_Dist_Beam_Cent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FRP_Dist_Beam_Cent%2FSimu%2Fv1%2FRP_Dist_Beam_Cent.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -40,3 +40,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"2637c24294ae27f487dc57a6544cbb560389b059","filename":"Geometry/VeryForwardData/data/CTPPS_2025/RP_Param_Beam_Region/v1/RP_Param_Beam_Region.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FRP_Param_Beam_Region%2Fv1%2FRP_Param_Beam_Region.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FRP_Param_Beam_Region%2Fv1%2FRP_Param_Beam_Region.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FRP_Param_Beam_Region%2Fv1%2FRP_Param_Beam_Region.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -38,3 +38,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"ae501c2cc192a9c20fd83780577267274d0008de","filename":"Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_210_Left_Station.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FReco%2Fv1%2FRP_210_Left_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FReco%2Fv1%2FRP_210_Left_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FReco%2Fv1%2FRP_210_Left_Station.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -247,3 +247,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"78574bb7abb1a946cce9a980970cde6c3784b279","filename":"Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_210_Right_Station.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FReco%2Fv1%2FRP_210_Right_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FReco%2Fv1%2FRP_210_Right_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FReco%2Fv1%2FRP_210_Right_Station.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -239,3 +239,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"da938df06f5baa33f450af5177cd75baecd17ae0","filename":"Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_220_Left_Station.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FReco%2Fv1%2FRP_220_Left_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FReco%2Fv1%2FRP_220_Left_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FReco%2Fv1%2FRP_220_Left_Station.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -171,3 +171,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"5b6d7f36632a27f1600452339d2e6395edb019c2","filename":"Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_220_Right_Station.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FReco%2Fv1%2FRP_220_Right_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FReco%2Fv1%2FRP_220_Right_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FReco%2Fv1%2FRP_220_Right_Station.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -170,3 +170,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"8e1d11a338c8f83d1d3039882ed82318f6a0c57e","filename":"Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_Stations_Assembly.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FReco%2Fv1%2FRP_Stations_Assembly.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FReco%2Fv1%2FRP_Stations_Assembly.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FReco%2Fv1%2FRP_Stations_Assembly.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -36,3 +36,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"36342dfa39dce1d3a1111bf8fd5d8e6a4812def1","filename":"Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Left_Station.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FSimu%2Fv1%2FCTPPS_210_Left_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FSimu%2Fv1%2FCTPPS_210_Left_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FSimu%2Fv1%2FCTPPS_210_Left_Station.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -255,3 +255,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"203a99a5ce05353e9a243c311797bd7e77d7dee1","filename":"Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Right_Station.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FSimu%2Fv1%2FCTPPS_210_Right_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FSimu%2Fv1%2FCTPPS_210_Right_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FSimu%2Fv1%2FCTPPS_210_Right_Station.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -257,3 +257,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b4d127dc0fd4dc1863bf9de2477c123be5a6e21f","filename":"Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Right_Station.xml_bkp","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FSimu%2Fv1%2FCTPPS_210_Right_Station.xml_bkp","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FSimu%2Fv1%2FCTPPS_210_Right_Station.xml_bkp","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FSimu%2Fv1%2FCTPPS_210_Right_Station.xml_bkp?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -261,3 +261,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"fb6b83426c9558a8402e71100d561cb140bf7e2d","filename":"Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_220_Left_Station.xml","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FSimu%2Fv1%2FCTPPS_220_Left_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FSimu%2Fv1%2FCTPPS_220_Left_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FSimu%2Fv1%2FCTPPS_220_Left_Station.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -236,4 +236,5 @@\n \n \n \n-\n\\ No newline at end of file\n+-- dummy change --\n+-- dummy change --"},{"sha":"19fb5e75d5d0f5256567be18f1d160564c71f76a","filename":"Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_220_Right_Station.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FSimu%2Fv1%2FCTPPS_220_Right_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FSimu%2Fv1%2FCTPPS_220_Right_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FSimu%2Fv1%2FCTPPS_220_Right_Station.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -251,3 +251,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"5bcd7cefcbe2e3acd24971199e55319f7c5df0cd","filename":"Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_Stations_Assembly.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FSimu%2Fv1%2FCTPPS_Stations_Assembly.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FSimu%2Fv1%2FCTPPS_Stations_Assembly.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FSimu%2Fv1%2FCTPPS_Stations_Assembly.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -35,3 +35,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"2262e6614e3fdf07fcf676b5cc726961648f765f","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Detector_Assembly.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2017%2FCTPPS_Diamond_Detector_Assembly.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2017%2FCTPPS_Diamond_Detector_Assembly.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2017%2FCTPPS_Diamond_Detector_Assembly.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -69,3 +69,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"ab651b7c4793ae5970ab327f23f1cd6270a550fd","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2017%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane1.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2017%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane1.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2017%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane1.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -264,3 +264,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e?per_page=100&page=11 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:14 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"60dc2bbacf6e45f61be7128b192696e162ba03cb0fc2334385ff86ba95952a8f"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:04:54 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4960'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '40'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C74A:52083:18EBE7:1961B1:6812247E')] +{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","node_id":"C_kwDOF83__NoAKGMyMzA5OWM3Mzc3MTIzYjZkZTdmYWZhN2E0ODZiMjBiMThkNTRmN2U","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"message":"Try generating big cache","tree":{"sha":"f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684"}],"stats":{"total":6008,"additions":5944,"deletions":64},"files":[{"sha":"9e07560488541802226f41fab15e78147123e010","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2017%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane2.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2017%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane2.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2017%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane2.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -264,3 +264,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"4d2f94dcb1b758bcccb2a35908ba74b98c9317e7","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2017%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane3.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2017%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane3.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2017%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane3.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -264,3 +264,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"5ff9e332a384c9e2c7008e066ee1766ff236aa9b","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2017%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane4.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2017%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane4.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2017%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane4.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -264,3 +264,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"9d9cfd3d6b9412faf0f7cccee26a92bcea180749","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Detector_Assembly.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2018%2FCTPPS_Diamond_Detector_Assembly.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2018%2FCTPPS_Diamond_Detector_Assembly.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2018%2FCTPPS_Diamond_Detector_Assembly.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -69,3 +69,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"bab5a732d3f342e552ab325d1398fb315eb0f6af","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Detector_Assembly/2021/v1/CTPPS_Diamond_Detector_Assembly.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2018%2FCTPPS_Diamond_Detector_Assembly%2F2021%2Fv1%2FCTPPS_Diamond_Detector_Assembly.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2018%2FCTPPS_Diamond_Detector_Assembly%2F2021%2Fv1%2FCTPPS_Diamond_Detector_Assembly.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2018%2FCTPPS_Diamond_Detector_Assembly%2F2021%2Fv1%2FCTPPS_Diamond_Detector_Assembly.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -69,3 +69,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"ab651b7c4793ae5970ab327f23f1cd6270a550fd","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2018%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane1.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2018%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane1.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2018%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane1.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -264,3 +264,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"a2716a2260912f0471079be211e684a7d1b62539","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2018%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane2.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2018%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane2.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2018%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane2.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -264,3 +264,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"393dde9566a31aa1bddbcf6406f7199e32ae40dc","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2018%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane3.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2018%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane3.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2018%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane3.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -266,3 +266,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"a7f0a9e07134dfc7f71e3f14a0014c83c3a2662d","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2018%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane4.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2018%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane4.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2018%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane4.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -266,3 +266,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"967d0b97b0eb32544850d08e25a128335856933b","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Detector_Assembly.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FCTPPS_Diamond_Detector_Assembly.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FCTPPS_Diamond_Detector_Assembly.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FCTPPS_Diamond_Detector_Assembly.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -67,3 +67,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"547fcc82185cfe96130607b6b639e08c6453c27b","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Detector_Assembly/v1/CTPPS_Diamond_Detector_Assembly.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FCTPPS_Diamond_Detector_Assembly%2Fv1%2FCTPPS_Diamond_Detector_Assembly.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FCTPPS_Diamond_Detector_Assembly%2Fv1%2FCTPPS_Diamond_Detector_Assembly.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FCTPPS_Diamond_Detector_Assembly%2Fv1%2FCTPPS_Diamond_Detector_Assembly.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -67,3 +67,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"7746c240fc535b23a1bd33f0a8657deb4a37d2f3","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane1.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane1.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane1.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -266,3 +266,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"52b1355ec9fb234583513c6dbfb20fabc6dc651f","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane2.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane2.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane2.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -266,3 +266,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"393dde9566a31aa1bddbcf6406f7199e32ae40dc","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane3.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane3.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane3.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -266,3 +266,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"a7f0a9e07134dfc7f71e3f14a0014c83c3a2662d","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane4.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane4.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane4.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -266,3 +266,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"da1c18c1a8cab65b520efba367e59fe80bff212f","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Reco/v1/CTPPS_Timing_Stations_Assembly.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FReco%2Fv1%2FCTPPS_Timing_Stations_Assembly.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FReco%2Fv1%2FCTPPS_Timing_Stations_Assembly.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FReco%2Fv1%2FCTPPS_Timing_Stations_Assembly.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -34,3 +34,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"06058e28749a80c69dd0de3d7a99b626b0d2f952","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Simu/v1/CTPPS_Detectors_Assembly_022.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FSimu%2Fv1%2FCTPPS_Detectors_Assembly_022.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FSimu%2Fv1%2FCTPPS_Detectors_Assembly_022.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FSimu%2Fv1%2FCTPPS_Detectors_Assembly_022.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b260ce816c2ed7e90234a6b3b05d1b18db846361","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Simu/v1/CTPPS_Detectors_Assembly_122.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FSimu%2Fv1%2FCTPPS_Detectors_Assembly_122.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FSimu%2Fv1%2FCTPPS_Detectors_Assembly_122.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FSimu%2Fv1%2FCTPPS_Detectors_Assembly_122.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"91cb9e3f4608285c60c1f016b93273b809c17752","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern1_Segment1.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern1_Segment1.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern1_Segment1.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern1_Segment1.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b23ab1bad23def532c4dbd2faf64913179956581","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern2_Segment1.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern2_Segment1.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern2_Segment1.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern2_Segment1.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"31bce75d20d14d46cf8c8b8359520af50fb84e17","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern2_Segment2.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern2_Segment2.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern2_Segment2.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern2_Segment2.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"d7185751bc346dd16eeaac3b07480810ea5d8870","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment1.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern3_Segment1.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern3_Segment1.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern3_Segment1.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"617417f87320cfc712bab9a080e321203a0aaf7d","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment2.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern3_Segment2.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern3_Segment2.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern3_Segment2.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"bef78df435aefac5053e2da4fa5e0c8a21b12e03","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment3.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern3_Segment3.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern3_Segment3.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern3_Segment3.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"6577f61dfe3da3c87d62caafeac18af7f2666905","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment4.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern3_Segment4.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern3_Segment4.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern3_Segment4.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b9af4b2c05f5f34f99e4557d24a65a9ff8ca91ec","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment1.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern4_Segment1.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern4_Segment1.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern4_Segment1.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"67fe673cca32876967b3fc02d85581afca6c0118","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment2.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern4_Segment2.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern4_Segment2.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern4_Segment2.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"07ff4a07e7e8de211fee385ea29dcc1a4b36a616","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment3.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern4_Segment3.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern4_Segment3.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern4_Segment3.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"394121539271380a94bfe729c743e1e6ae528959","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment4.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern4_Segment4.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern4_Segment4.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern4_Segment4.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"0cc0868f77de6464a987ac92b6d3573ebdaceb20","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment5.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern4_Segment5.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern4_Segment5.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern4_Segment5.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"7e58071d2f7ee5bea62028801d3eb661c4bb117b","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2017/CTPPS_Pixel_Assembly_Box_Real_023.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2017%2FCTPPS_Pixel_Assembly_Box_Real_023.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2017%2FCTPPS_Pixel_Assembly_Box_Real_023.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2017%2FCTPPS_Pixel_Assembly_Box_Real_023.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -104,3 +104,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b5a608c9d916d61d4ba8ffe92d5c4dfa56b13fd6","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2017/CTPPS_Pixel_Assembly_Box_Real_123.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2017%2FCTPPS_Pixel_Assembly_Box_Real_123.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2017%2FCTPPS_Pixel_Assembly_Box_Real_123.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2017%2FCTPPS_Pixel_Assembly_Box_Real_123.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -104,3 +104,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"9dd5a8b7a6fdb84f105490380dfadf8530c0221f","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_003.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2018%2FCTPPS_Pixel_Assembly_Box_Real_003.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2018%2FCTPPS_Pixel_Assembly_Box_Real_003.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2018%2FCTPPS_Pixel_Assembly_Box_Real_003.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -104,3 +104,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"8c9c065139ee0e642d70bb66b60f0fd994838d11","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_023.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2018%2FCTPPS_Pixel_Assembly_Box_Real_023.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2018%2FCTPPS_Pixel_Assembly_Box_Real_023.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2018%2FCTPPS_Pixel_Assembly_Box_Real_023.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -104,3 +104,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"185bca0e0d8083fd14f2a98dd2f2cb1066ac071e","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_103.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2018%2FCTPPS_Pixel_Assembly_Box_Real_103.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2018%2FCTPPS_Pixel_Assembly_Box_Real_103.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2018%2FCTPPS_Pixel_Assembly_Box_Real_103.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -104,3 +104,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b5a608c9d916d61d4ba8ffe92d5c4dfa56b13fd6","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_123.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2018%2FCTPPS_Pixel_Assembly_Box_Real_123.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2018%2FCTPPS_Pixel_Assembly_Box_Real_123.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2018%2FCTPPS_Pixel_Assembly_Box_Real_123.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -104,3 +104,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"666fcba91a72013c34ea2583dcce0cd6c00414b5","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_003.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv1%2FCTPPS_Pixel_Assembly_Box_Real_003.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv1%2FCTPPS_Pixel_Assembly_Box_Real_003.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv1%2FCTPPS_Pixel_Assembly_Box_Real_003.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -102,3 +102,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"6a4fefedafbf6fcc6a15f3be92453a4dece9f5c1","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_023.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv1%2FCTPPS_Pixel_Assembly_Box_Real_023.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv1%2FCTPPS_Pixel_Assembly_Box_Real_023.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv1%2FCTPPS_Pixel_Assembly_Box_Real_023.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -102,3 +102,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"66cedece6a5d65a6993586ba883095b35d061bd3","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_103.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv1%2FCTPPS_Pixel_Assembly_Box_Real_103.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv1%2FCTPPS_Pixel_Assembly_Box_Real_103.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv1%2FCTPPS_Pixel_Assembly_Box_Real_103.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -102,3 +102,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"523f908ca673e809edbcc773874ce2bbe60fec68","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_123.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv1%2FCTPPS_Pixel_Assembly_Box_Real_123.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv1%2FCTPPS_Pixel_Assembly_Box_Real_123.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv1%2FCTPPS_Pixel_Assembly_Box_Real_123.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -102,3 +102,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"c40d7e0c11083bc7cb3158b4eed4de0e628eb2e4","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_003.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv2%2FCTPPS_Pixel_Assembly_Box_Real_003.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv2%2FCTPPS_Pixel_Assembly_Box_Real_003.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv2%2FCTPPS_Pixel_Assembly_Box_Real_003.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -102,3 +102,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"10faff955efe495c59429ddb53a452d4e6055bd7","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_023.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv2%2FCTPPS_Pixel_Assembly_Box_Real_023.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv2%2FCTPPS_Pixel_Assembly_Box_Real_023.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv2%2FCTPPS_Pixel_Assembly_Box_Real_023.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -102,3 +102,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"6e7970d7d0acb37f03bdaf24965d6728253c6ad7","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_103.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv2%2FCTPPS_Pixel_Assembly_Box_Real_103.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv2%2FCTPPS_Pixel_Assembly_Box_Real_103.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv2%2FCTPPS_Pixel_Assembly_Box_Real_103.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -102,3 +102,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"7c0f1e63b06dce1936627c1909780fe351f0aac6","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_123.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv2%2FCTPPS_Pixel_Assembly_Box_Real_123.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv2%2FCTPPS_Pixel_Assembly_Box_Real_123.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv2%2FCTPPS_Pixel_Assembly_Box_Real_123.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -102,3 +102,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"16fe4a525b1291e6a89a7ce65fbefd3e301d0897","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v1/PPS_Pixel_Module_2x2_Run3.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FModules%2Fv1%2FPPS_Pixel_Module_2x2_Run3.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FModules%2Fv1%2FPPS_Pixel_Module_2x2_Run3.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FModules%2Fv1%2FPPS_Pixel_Module_2x2_Run3.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -228,3 +228,5 @@ Author: F.Ferro - INFN Genova\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"99cd0d12faa912766fed19021c7fe237d9adfafa","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v1/ppstrackerMaterials.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FModules%2Fv1%2FppstrackerMaterials.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FModules%2Fv1%2FppstrackerMaterials.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FModules%2Fv1%2FppstrackerMaterials.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -116,3 +116,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"16fe4a525b1291e6a89a7ce65fbefd3e301d0897","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v2/PPS_Pixel_Module_2x2_Run3.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FModules%2Fv2%2FPPS_Pixel_Module_2x2_Run3.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FModules%2Fv2%2FPPS_Pixel_Module_2x2_Run3.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FModules%2Fv2%2FPPS_Pixel_Module_2x2_Run3.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -228,3 +228,5 @@ Author: F.Ferro - INFN Genova\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"6866aabbbf478213139109d48edd78cddcca9741","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v2/ppstrackerMaterials.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FModules%2Fv2%2FppstrackerMaterials.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FModules%2Fv2%2FppstrackerMaterials.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FModules%2Fv2%2FppstrackerMaterials.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -115,3 +115,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"67ab7c8e507149b5b1e6d4b40ff6e24119b056b2","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v3/PPS_Pixel_Module_2x2_Run3.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FModules%2Fv3%2FPPS_Pixel_Module_2x2_Run3.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FModules%2Fv3%2FPPS_Pixel_Module_2x2_Run3.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FModules%2Fv3%2FPPS_Pixel_Module_2x2_Run3.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -246,3 +246,5 @@ Author: F.Ferro - INFN Genova\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"e63f403873236dc3024551e325b66527eb019b82","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v1/CTPPS_Pixel_Module_2x2.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_Module_2x2%2Fv1%2FCTPPS_Pixel_Module_2x2.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_Module_2x2%2Fv1%2FCTPPS_Pixel_Module_2x2.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_Module_2x2%2Fv1%2FCTPPS_Pixel_Module_2x2.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -371,3 +371,5 @@ FOR THE TPG I TAKE AN OBJECT AS ENVELOP1+ENVELOP2 BUT 500uM THICK. FOR THE TWO F\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b4ae70833df1037393072d74e993185ce7afc3f8","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v2/CTPPS_Pixel_Module_2x2.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_Module_2x2%2Fv2%2FCTPPS_Pixel_Module_2x2.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_Module_2x2%2Fv2%2FCTPPS_Pixel_Module_2x2.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_Module_2x2%2Fv2%2FCTPPS_Pixel_Module_2x2.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -371,3 +371,5 @@ FOR THE TPG I TAKE AN OBJECT AS ENVELOP1+ENVELOP2 BUT 500uM THICK. FOR THE TWO F\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"55df180dabba0c1a8009341b02b5de8fb3f56327","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v3/CTPPS_Pixel_Module_2x2.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_Module_2x2%2Fv3%2FCTPPS_Pixel_Module_2x2.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_Module_2x2%2Fv3%2FCTPPS_Pixel_Module_2x2.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_Module_2x2%2Fv3%2FCTPPS_Pixel_Module_2x2.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -369,3 +369,5 @@ FOR THE TPG I TAKE AN OBJECT AS ENVELOP1+ENVELOP2 BUT 500uM THICK. FOR THE TWO F\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"486029b4382c25ef40c027da4763a2bd8a1dcded","filename":"Geometry/VeryForwardData/data/CTPPS_Timing_Horizontal_Pot/v1/CTPPS_Timing_Horizontal_Pot.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Timing_Horizontal_Pot%2Fv1%2FCTPPS_Timing_Horizontal_Pot.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Timing_Horizontal_Pot%2Fv1%2FCTPPS_Timing_Horizontal_Pot.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Timing_Horizontal_Pot%2Fv1%2FCTPPS_Timing_Horizontal_Pot.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -58,3 +58,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"e826ba2d125685ce3370e3b820f5e7f83bf2d4d2","filename":"Geometry/VeryForwardData/data/CTPPS_Timing_Horizontal_Pot/v2/CTPPS_Timing_Horizontal_Pot.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Timing_Horizontal_Pot%2Fv2%2FCTPPS_Timing_Horizontal_Pot.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Timing_Horizontal_Pot%2Fv2%2FCTPPS_Timing_Horizontal_Pot.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Timing_Horizontal_Pot%2Fv2%2FCTPPS_Timing_Horizontal_Pot.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -58,3 +58,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"072cac2dc46ad163d4d3a55f1794ac5d4f76befc","filename":"Geometry/VeryForwardData/data/CTPPS_Timing_Negative_Station/v1/CTPPS_Timing_Negative_Station.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Timing_Negative_Station%2Fv1%2FCTPPS_Timing_Negative_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Timing_Negative_Station%2Fv1%2FCTPPS_Timing_Negative_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Timing_Negative_Station%2Fv1%2FCTPPS_Timing_Negative_Station.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -62,3 +62,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"134a260cf4530c19133472bbefc72879f6db5197","filename":"Geometry/VeryForwardData/data/CTPPS_Timing_Negative_Station/v2/CTPPS_Timing_Negative_Station.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Timing_Negative_Station%2Fv2%2FCTPPS_Timing_Negative_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Timing_Negative_Station%2Fv2%2FCTPPS_Timing_Negative_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Timing_Negative_Station%2Fv2%2FCTPPS_Timing_Negative_Station.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -69,3 +69,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"76557ab362a54ae240eafe9815574215f3162498","filename":"Geometry/VeryForwardData/data/CTPPS_Timing_Positive_Station/v1/CTPPS_Timing_Positive_Station.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Timing_Positive_Station%2Fv1%2FCTPPS_Timing_Positive_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Timing_Positive_Station%2Fv1%2FCTPPS_Timing_Positive_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Timing_Positive_Station%2Fv1%2FCTPPS_Timing_Positive_Station.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -56,3 +56,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"2b48c97e3ca73c9dd57e4cf1e8102f99dc14aed2","filename":"Geometry/VeryForwardData/data/CTPPS_Timing_Positive_Station/v2/CTPPS_Timing_Positive_Station.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Timing_Positive_Station%2Fv2%2FCTPPS_Timing_Positive_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Timing_Positive_Station%2Fv2%2FCTPPS_Timing_Positive_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Timing_Positive_Station%2Fv2%2FCTPPS_Timing_Positive_Station.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -70,3 +70,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"33dbcaf420b003c4ee90c553148c0daa41914183","filename":"Geometry/VeryForwardData/data/CTPPS_UFSD_Segments/CTPPS_UFSD_Pattern2_SegmentA.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_UFSD_Segments%2FCTPPS_UFSD_Pattern2_SegmentA.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_UFSD_Segments%2FCTPPS_UFSD_Pattern2_SegmentA.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_UFSD_Segments%2FCTPPS_UFSD_Pattern2_SegmentA.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -27,3 +27,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"afe6f1aea629087463a846a081abf1bfd0b7d778","filename":"Geometry/VeryForwardData/data/CTPPS_UFSD_Segments/CTPPS_UFSD_Pattern2_SegmentB.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_UFSD_Segments%2FCTPPS_UFSD_Pattern2_SegmentB.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_UFSD_Segments%2FCTPPS_UFSD_Pattern2_SegmentB.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_UFSD_Segments%2FCTPPS_UFSD_Pattern2_SegmentB.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -27,3 +27,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"175301227cdc86d6d26642bac844b3f744cce2dc","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_000.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_000.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_000.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_000.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -372,3 +372,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"50e8469c559604f55a89306094d2e194a39f3f8b","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_001.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_001.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_001.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_001.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -372,3 +372,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"481fb08e1c84a72c891673f6e089c367e2b2f9d5","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_002.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_002.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_002.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_002.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -372,3 +372,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"fa1bf6cea034ade53d87bea8f166304ca543b2cb","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_003.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_003.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_003.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_003.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -372,3 +372,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"d4ff363325b41b25b57bfffda899790250127090","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_004.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_004.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_004.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_004.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -372,3 +372,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"44c72c8fda7e36a7b4e6241a47348ebe245952e8","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_005.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_005.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_005.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_005.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -372,3 +372,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"8e1a179b9642f311e85e4c401504da694f2ecbfb","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_020.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_020.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_020.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_020.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -372,3 +372,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"32077e3b1d1284fa09975dae9b3ac4747f61e693","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_021.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_021.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_021.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_021.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -372,3 +372,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"8cf19019d0f9624713f63016f800a7d96eea025c","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_022.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_022.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_022.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_022.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -372,3 +372,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"d36558ba5cf4c75217b22c8025b265e9e222a7ee","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_023.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_023.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_023.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_023.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -372,3 +372,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"bd3854b7cf902a26f8b62656e214e76266a31f1a","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_024.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_024.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_024.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_024.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -372,3 +372,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"036f0dc69ffe2299a54bba1a8180b006250f2ca4","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_025.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_025.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_025.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_025.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -372,3 +372,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"67973163402c9b238493b94a931b3b4dc2a0f56b","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_100.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_100.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_100.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_100.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -372,3 +372,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b47502d2edc857f2cb824418bfc6129d2ee5ba85","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_101.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_101.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_101.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_101.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -372,3 +372,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"d7ea08110b83856d8ac386df64f9edd5c970f368","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_102.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_102.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_102.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_102.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -372,3 +372,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"038bef766a49d175f8a84b166d4500f9f8bd393a","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_103.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_103.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_103.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_103.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -372,3 +372,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"22943b9d9e5f4e3dbfc39e9ae1a7433cba148b85","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_104.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_104.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_104.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_104.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -372,3 +372,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"e6b048f9567692367c70c375ece883972ca95efa","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_105.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_105.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_105.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_105.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -372,3 +372,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"54ccf322d2a3d0323b9d21bf45abcfd15270eaee","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_120.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_120.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_120.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_120.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -372,3 +372,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"d2a947cbca1aa89ff17afaf3fd40f6b4740703dd","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_121.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_121.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_121.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_121.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -372,3 +372,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"7dead347acab8557a5f884826b300d218475519a","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_122.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_122.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_122.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_122.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -372,3 +372,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"a1fb4993524f8ed31209f5e70645bddab60b39e6","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_123.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_123.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_123.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_123.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -372,3 +372,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"a781b9da5a39712c4f5a012a94686afb5a557690","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_124.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_124.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_124.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_124.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -372,3 +372,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"e393bf75864212972205cd20fcb86526dfe049f8","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_125.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_125.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_125.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_125.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -372,3 +372,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"43cdc68706f0621a7eb8771035b6e5cd8e817fcb","filename":"Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Reco/v1/RP_Horizontal_Device.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Horizontal_Device%2F2021%2FReco%2Fv1%2FRP_Horizontal_Device.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Horizontal_Device%2F2021%2FReco%2Fv1%2FRP_Horizontal_Device.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Horizontal_Device%2F2021%2FReco%2Fv1%2FRP_Horizontal_Device.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -51,3 +51,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"dccbea224fcbb74650d1aaf34a997330597fcfef","filename":"Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Reco/v2/RP_Horizontal_Device.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Horizontal_Device%2F2021%2FReco%2Fv2%2FRP_Horizontal_Device.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Horizontal_Device%2F2021%2FReco%2Fv2%2FRP_Horizontal_Device.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Horizontal_Device%2F2021%2FReco%2Fv2%2FRP_Horizontal_Device.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -51,3 +51,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"fcf97144b5415ffb9236859fc970ce6e6c5161e4","filename":"Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Simu/v1/RP_Horizontal_Device.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Horizontal_Device%2F2021%2FSimu%2Fv1%2FRP_Horizontal_Device.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Horizontal_Device%2F2021%2FSimu%2Fv1%2FRP_Horizontal_Device.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Horizontal_Device%2F2021%2FSimu%2Fv1%2FRP_Horizontal_Device.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -37,3 +37,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"e7da31fae741c91262e88a704ff99b59001259ff","filename":"Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Simu/v2/RP_Horizontal_Device.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Horizontal_Device%2F2021%2FSimu%2Fv2%2FRP_Horizontal_Device.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Horizontal_Device%2F2021%2FSimu%2Fv2%2FRP_Horizontal_Device.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Horizontal_Device%2F2021%2FSimu%2Fv2%2FRP_Horizontal_Device.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -37,3 +37,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"fcf97144b5415ffb9236859fc970ce6e6c5161e4","filename":"Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/v1/RP_Horizontal_Device.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Horizontal_Device%2F2021%2Fv1%2FRP_Horizontal_Device.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Horizontal_Device%2F2021%2Fv1%2FRP_Horizontal_Device.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Horizontal_Device%2F2021%2Fv1%2FRP_Horizontal_Device.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -37,3 +37,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"bbc4c65eb10fbe62757c33aed53f2030cdd2b307","filename":"Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Reco/v1/RP_Vertical_Device.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Vertical_Device%2F2021%2FReco%2Fv1%2FRP_Vertical_Device.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Vertical_Device%2F2021%2FReco%2Fv1%2FRP_Vertical_Device.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Vertical_Device%2F2021%2FReco%2Fv1%2FRP_Vertical_Device.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -46,3 +46,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"90f54f74077dd3082a12345e8b23a3621c45736b","filename":"Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Reco/v2/RP_Vertical_Device.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Vertical_Device%2F2021%2FReco%2Fv2%2FRP_Vertical_Device.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Vertical_Device%2F2021%2FReco%2Fv2%2FRP_Vertical_Device.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Vertical_Device%2F2021%2FReco%2Fv2%2FRP_Vertical_Device.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -46,3 +46,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"8a86fc9f80ba7d19d033687f14a11aabf7ea2cc5","filename":"Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Simu/v1/RP_Vertical_Device.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Vertical_Device%2F2021%2FSimu%2Fv1%2FRP_Vertical_Device.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Vertical_Device%2F2021%2FSimu%2Fv1%2FRP_Vertical_Device.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Vertical_Device%2F2021%2FSimu%2Fv1%2FRP_Vertical_Device.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"e3e3e11bd7b9d47dc103351f1af60c1fa62133db","filename":"Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Simu/v2/RP_Vertical_Device.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Vertical_Device%2F2021%2FSimu%2Fv2%2FRP_Vertical_Device.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Vertical_Device%2F2021%2FSimu%2Fv2%2FRP_Vertical_Device.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Vertical_Device%2F2021%2FSimu%2Fv2%2FRP_Vertical_Device.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"8a86fc9f80ba7d19d033687f14a11aabf7ea2cc5","filename":"Geometry/VeryForwardData/data/RP_Vertical_Device/2021/v1/RP_Vertical_Device.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Vertical_Device%2F2021%2Fv1%2FRP_Vertical_Device.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardData%2Fdata%2FRP_Vertical_Device%2F2021%2Fv1%2FRP_Vertical_Device.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Vertical_Device%2F2021%2Fv1%2FRP_Vertical_Device.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"20ab2fc8ecdb9941209f0c805927508a85e4dba4","filename":"Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2016_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardGeometry%2Fpython%2Fdd4hep%2FgeometryPPS_CMSxz_fromDD_2016_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardGeometry%2Fpython%2Fdd4hep%2FgeometryPPS_CMSxz_fromDD_2016_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardGeometry%2Fpython%2Fdd4hep%2FgeometryPPS_CMSxz_fromDD_2016_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -15,3 +15,5 @@\n verbosity = cms.untracked.uint32(1),\n compactViewTag = cms.string('XMLIdealGeometryESSource_CTPPS')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"8abc2eac19029630451746a2da8ef790fb0fe5e1","filename":"Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2017_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardGeometry%2Fpython%2Fdd4hep%2FgeometryPPS_CMSxz_fromDD_2017_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardGeometry%2Fpython%2Fdd4hep%2FgeometryPPS_CMSxz_fromDD_2017_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardGeometry%2Fpython%2Fdd4hep%2FgeometryPPS_CMSxz_fromDD_2017_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -15,3 +15,5 @@\n verbosity = cms.untracked.uint32(1),\n compactViewTag = cms.string('XMLIdealGeometryESSource_CTPPS')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"f475241c977f29947f976eaea86df839682fcafc","filename":"Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2018_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardGeometry%2Fpython%2Fdd4hep%2FgeometryPPS_CMSxz_fromDD_2018_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardGeometry%2Fpython%2Fdd4hep%2FgeometryPPS_CMSxz_fromDD_2018_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardGeometry%2Fpython%2Fdd4hep%2FgeometryPPS_CMSxz_fromDD_2018_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -15,3 +15,5 @@\n verbosity = cms.untracked.uint32(1),\n compactViewTag = cms.string('XMLIdealGeometryESSource_CTPPS')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"bd255f66b213feb7dad3e5873fda0cab1eb912ac","filename":"Geometry/VeryForwardProtonTransport/data/parametrization_6500GeV_90_transp.root","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardProtonTransport%2Fdata%2Fparametrization_6500GeV_90_transp.root","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardProtonTransport%2Fdata%2Fparametrization_6500GeV_90_transp.root","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardProtonTransport%2Fdata%2Fparametrization_6500GeV_90_transp.root?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e"},{"sha":"ec58b8da21cbc380637cf55cedc6af1d8b3116f3","filename":"Geometry/VeryForwardProtonTransport/data/parametrization_6500GeV_90p0_50urad_reco.root","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardProtonTransport%2Fdata%2Fparametrization_6500GeV_90p0_50urad_reco.root","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Geometry%2FVeryForwardProtonTransport%2Fdata%2Fparametrization_6500GeV_90p0_50urad_reco.root","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardProtonTransport%2Fdata%2Fparametrization_6500GeV_90p0_50urad_reco.root?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e"},{"sha":"19b74f23f5798929a0438232b9ed5911a6786769","filename":"GeometryReaders/XMLIdealGeometryESSource/python/cmsMagneticFieldGeometryDB_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeometryReaders%2FXMLIdealGeometryESSource%2Fpython%2FcmsMagneticFieldGeometryDB_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeometryReaders%2FXMLIdealGeometryESSource%2Fpython%2FcmsMagneticFieldGeometryDB_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeometryReaders%2FXMLIdealGeometryESSource%2Fpython%2FcmsMagneticFieldGeometryDB_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n rootDDName = cms.string('cmsMagneticField:MAGF'),\n label = cms.string('magfield')\n )\n+-- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e?per_page=100&page=12 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:14 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"198c6bff43e1b59ccb7bef88bc293e706e09ae07a7c15259264e54ab269193c7"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:04:54 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4959'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '41'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C758:1C490A:1688AE:16FE3C:6812247E')] +{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","node_id":"C_kwDOF83__NoAKGMyMzA5OWM3Mzc3MTIzYjZkZTdmYWZhN2E0ODZiMjBiMThkNTRmN2U","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"message":"Try generating big cache","tree":{"sha":"f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684"}],"stats":{"total":6008,"additions":5944,"deletions":64},"files":[{"sha":"ed50e067e494a4db5d630bcdf3f12fe0f42687c2","filename":"GeometryReaders/XMLIdealGeometryESSource/src/XMLIdealMagneticFieldGeometryESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeometryReaders%2FXMLIdealGeometryESSource%2Fsrc%2FXMLIdealMagneticFieldGeometryESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeometryReaders%2FXMLIdealGeometryESSource%2Fsrc%2FXMLIdealMagneticFieldGeometryESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeometryReaders%2FXMLIdealGeometryESSource%2Fsrc%2FXMLIdealMagneticFieldGeometryESProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -79,3 +79,5 @@ XMLIdealMagneticFieldGeometryESProducer::ReturnType XMLIdealMagneticFieldGeometr\n }\n \n DEFINE_FWK_EVENTSETUP_MODULE(XMLIdealMagneticFieldGeometryESProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"9bb9f45e6c46595f6dce1edd15b66088d667d516","filename":"GeometryReaders/XMLIdealGeometryESSource/test/runXMLBigFileToDBAndBackValidation.sh","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeometryReaders%2FXMLIdealGeometryESSource%2Ftest%2FrunXMLBigFileToDBAndBackValidation.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeometryReaders%2FXMLIdealGeometryESSource%2Ftest%2FrunXMLBigFileToDBAndBackValidation.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeometryReaders%2FXMLIdealGeometryESSource%2Ftest%2FrunXMLBigFileToDBAndBackValidation.sh?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -206,3 +206,5 @@ endif\n echo \"ALL DONE!\"\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"e58ab912dd9a10727b9caaa3c4b3c665be68c432","filename":"GeometryReaders/XMLIdealGeometryESSource/test/testSpecParsMuonSensitiveDetectorMuonCSCHits.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeometryReaders%2FXMLIdealGeometryESSource%2Ftest%2FtestSpecParsMuonSensitiveDetectorMuonCSCHits.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/GeometryReaders%2FXMLIdealGeometryESSource%2Ftest%2FtestSpecParsMuonSensitiveDetectorMuonCSCHits.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeometryReaders%2FXMLIdealGeometryESSource%2Ftest%2FtestSpecParsMuonSensitiveDetectorMuonCSCHits.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -21,3 +21,5 @@\n \n process.p1 = cms.Path(process.prod)\n process.e1 = cms.EndPath(process.myprint)\n+-- dummy change --\n+-- dummy change --"},{"sha":"c910a50ef5b30f08050398159690cb0ac733b626","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/highPtTripletStepChi2Est_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhighPtTripletStepChi2Est_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhighPtTripletStepChi2Est_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhighPtTripletStepChi2Est_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n nSigma = cms.double(3),\n pTChargeCutThreshold = cms.double(-1)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"691ec561b8296b91f4329e66039553b81a3cdf23","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/highPtTripletStepTrajectoryCleanerBySharedHits_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhighPtTripletStepTrajectoryCleanerBySharedHits_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhighPtTripletStepTrajectoryCleanerBySharedHits_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhighPtTripletStepTrajectoryCleanerBySharedHits_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n allowSharedFirstHit = cms.bool(True),\n fractionShared = cms.double(0.16)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"f4699f2af37a181bbc57768ca1c691b6b99c7e18","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltCandidateJetBProbabilityComputer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltCandidateJetBProbabilityComputer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltCandidateJetBProbabilityComputer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltCandidateJetBProbabilityComputer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -20,3 +20,5 @@\n trackQualityClass = cms.string('any'),\n useVariableJTA = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"b2f86ee9849ce1487678cb6803eccc1860c94180","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltCandidateJetProbabilityComputer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltCandidateJetProbabilityComputer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltCandidateJetProbabilityComputer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltCandidateJetProbabilityComputer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -19,3 +19,5 @@\n trackQualityClass = cms.string('any'),\n useVariableJTA = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"013fda1021cb4c6fa49e6f1862335f7f6d8b3e19","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPBwdElectronPropagator_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPBwdElectronPropagator_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPBwdElectronPropagator_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPBwdElectronPropagator_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n ptMin = cms.double(-1.0),\n useRungeKutta = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"18695a166e8711a24a3ec12c1112f3a56a9a8ac9","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator16_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPChi2ChargeMeasurementEstimator16_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPChi2ChargeMeasurementEstimator16_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPChi2ChargeMeasurementEstimator16_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n nSigma = cms.double(3.0),\n pTChargeCutThreshold = cms.double(-1.0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"2462b1696b65bff1726c091a5a3a707678e5d8db","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator2000_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPChi2ChargeMeasurementEstimator2000_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPChi2ChargeMeasurementEstimator2000_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPChi2ChargeMeasurementEstimator2000_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n nSigma = cms.double(3.0),\n pTChargeCutThreshold = cms.double(-1.0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"82c51e7b49da7abd06a190bbf69a5aca254441ce","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator30_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPChi2ChargeMeasurementEstimator30_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPChi2ChargeMeasurementEstimator30_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPChi2ChargeMeasurementEstimator30_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n nSigma = cms.double(3.0),\n pTChargeCutThreshold = cms.double(-1.0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"513611f81db1432a6f8a76fe5a9310c050a2e3e1","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator9_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPChi2ChargeMeasurementEstimator9_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPChi2ChargeMeasurementEstimator9_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPChi2ChargeMeasurementEstimator9_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n nSigma = cms.double(3.0),\n pTChargeCutThreshold = cms.double(15.0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0b05c12dfe44860d80e66cc8c2b13019d201632d","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator100_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPChi2MeasurementEstimator100_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPChi2MeasurementEstimator100_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPChi2MeasurementEstimator100_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n appendToDataLabel = cms.string(''),\n nSigma = cms.double(4.0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"efb6262707e1dbf77ebedda93b111e15f736a1ce","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator30_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPChi2MeasurementEstimator30_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPChi2MeasurementEstimator30_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPChi2MeasurementEstimator30_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n appendToDataLabel = cms.string(''),\n nSigma = cms.double(3.0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"108f854990b5b302240e1830f01d4337dc0c474a","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPDummyDetLayerGeometry_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPDummyDetLayerGeometry_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPDummyDetLayerGeometry_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPDummyDetLayerGeometry_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n hltESPDummyDetLayerGeometry = cms.ESProducer(\"DetLayerGeometryESProducer\",\n ComponentName = cms.string('hltESPDummyDetLayerGeometry')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"91a1393bd8d27c95c355bee1a9a1c2089627fc61","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorAny_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPFastSteppingHelixPropagatorAny_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPFastSteppingHelixPropagatorAny_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPFastSteppingHelixPropagatorAny_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -20,3 +20,5 @@\n useMatVolumes = cms.bool(True),\n useTuningForL2Speed = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"3038e9f51afffea06cc1e970390e05df99bf46bf","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorOpposite_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPFastSteppingHelixPropagatorOpposite_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPFastSteppingHelixPropagatorOpposite_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPFastSteppingHelixPropagatorOpposite_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -20,3 +20,5 @@\n useMatVolumes = cms.bool(True),\n useTuningForL2Speed = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"2f84b683fe233b520cb943bfc3996f8b20c9dc42","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFwdElectronPropagator_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPFwdElectronPropagator_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPFwdElectronPropagator_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPFwdElectronPropagator_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n ptMin = cms.double(-1.0),\n useRungeKutta = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"7b61f02ac60679607aed51343b26408867e36d0c","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPGlobalDetLayerGeometry_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPGlobalDetLayerGeometry_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPGlobalDetLayerGeometry_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPGlobalDetLayerGeometry_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n hltESPGlobalDetLayerGeometry = cms.ESProducer(\"GlobalDetLayerGeometryESProducer\",\n ComponentName = cms.string('hltESPGlobalDetLayerGeometry')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"3471e9dad46c4968c1129d4d95f28ba84bea87ba","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFFittingSmootherForL2Muon_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPKFFittingSmootherForL2Muon_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPKFFittingSmootherForL2Muon_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPKFFittingSmootherForL2Muon_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@\n Smoother = cms.string('hltESPKFTrajectorySmootherForL2Muon'),\n appendToDataLabel = cms.string('')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"403d586ac7ac4275d33c79615c34a1574804b48f","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFFittingSmootherWithOutliersRejectionAndRK_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPKFFittingSmootherWithOutliersRejectionAndRK_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPKFFittingSmootherWithOutliersRejectionAndRK_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPKFFittingSmootherWithOutliersRejectionAndRK_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@\n Smoother = cms.string('hltESPRKTrajectorySmoother'),\n appendToDataLabel = cms.string('')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"f7496661dcc8d15bdf54f5418e8ab8a851b1096f","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectoryFitterForL2Muon_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPKFTrajectoryFitterForL2Muon_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPKFTrajectoryFitterForL2Muon_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPKFTrajectoryFitterForL2Muon_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n appendToDataLabel = cms.string(''),\n minHits = cms.int32(3)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0593783215b7e38ce29fc4cb11432e0261b8f260","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForL2Muon_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPKFTrajectorySmootherForL2Muon_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPKFTrajectorySmootherForL2Muon_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPKFTrajectorySmootherForL2Muon_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n errorRescaling = cms.double(100.0),\n minHits = cms.int32(3)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"9dbf0953107237552d24715f40dc7392d86f04dd","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForMuonTrackLoader_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPKFTrajectorySmootherForMuonTrackLoader_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPKFTrajectorySmootherForMuonTrackLoader_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPKFTrajectorySmootherForMuonTrackLoader_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n errorRescaling = cms.double(10.0),\n minHits = cms.int32(3)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"2c5637cda0dc3fc675bff32cb94687bb98953c6c","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPL3MuKFTrajectoryFitter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPL3MuKFTrajectoryFitter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPL3MuKFTrajectoryFitter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPL3MuKFTrajectoryFitter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n appendToDataLabel = cms.string(''),\n minHits = cms.int32(3)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"e55286b1d0486c04d8c527da0484f361dc6b6e45","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPMeasurementTracker_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPMeasurementTracker_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPMeasurementTracker_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPMeasurementTracker_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -36,3 +36,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c99af3ca6d07aec63d69ac57b9864cac6dcf9024","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPMuonTransientTrackingRecHitBuilder_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPMuonTransientTrackingRecHitBuilder_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPMuonTransientTrackingRecHitBuilder_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPMuonTransientTrackingRecHitBuilder_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n hltESPMuonTransientTrackingRecHitBuilder = cms.ESProducer(\"MuonTransientTrackingRecHitBuilderESProducer\",\n ComponentName = cms.string('hltESPMuonTransientTrackingRecHitBuilder')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"e1089c686c4a564dbf44265010eb30ed9cadc156","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPPixelCPEFastParams_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPPixelCPEFastParams_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPPixelCPEFastParams_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPPixelCPEFastParams_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@ def _addProcessPixelCPEFastParamsPhase2(process):\n \n from Configuration.ProcessModifiers.alpaka_cff import alpaka\n modifyConfigurationForAlpakaPixelCPEFastParamsPhase2_ = alpaka.makeProcessModifier(_addProcessPixelCPEFastParamsPhase2)\n+-- dummy change --\n+-- dummy change --"},{"sha":"c38bd3ad34f98a64eabadd1c42cbbabe3373a5a3","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRKTrajectoryFitter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPRKTrajectoryFitter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPRKTrajectoryFitter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPRKTrajectoryFitter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n appendToDataLabel = cms.string(''),\n minHits = cms.int32(3)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"5f9a70b44b78045d67add72428bbe15f4b047865","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRKTrajectorySmoother_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPRKTrajectorySmoother_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPRKTrajectorySmoother_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPRKTrajectorySmoother_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n errorRescaling = cms.double(100.0),\n minHits = cms.int32(3)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"f7caf24e168cc8cb76b0c97599f76c9d52c71402","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRungeKuttaTrackerPropagator_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPRungeKuttaTrackerPropagator_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPRungeKuttaTrackerPropagator_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPRungeKuttaTrackerPropagator_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n ptMin = cms.double(-1.0),\n useRungeKutta = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"4bdd0497c674b3e9697e9e9d05f1b8db74c44127","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSiPixelCablingSoA_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSiPixelCablingSoA_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSiPixelCablingSoA_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSiPixelCablingSoA_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@ def _addProcessSiPixelCablingAlpaka(process):\n \n from Configuration.ProcessModifiers.alpaka_cff import alpaka\n modifyConfigurationForAlpakaSiPixelCabling_ = alpaka.makeProcessModifier(_addProcessSiPixelCablingAlpaka)\n+-- dummy change --\n+-- dummy change --"},{"sha":"5d319b7b723a5a9289aecab2e1922a23a96c04e3","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSiPixelGainCalibrationForHLTSoA_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSiPixelGainCalibrationForHLTSoA_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSiPixelGainCalibrationForHLTSoA_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSiPixelGainCalibrationForHLTSoA_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@ def _addProcessSiPixelGainCalibrationAlpaka(process):\n \n from Configuration.ProcessModifiers.alpaka_cff import alpaka\n modifyConfigurationForAlpakaSiPixelGainCalibration_ = alpaka.makeProcessModifier(_addProcessSiPixelGainCalibrationAlpaka)\n+-- dummy change --\n+-- dummy change --"},{"sha":"34e38c9dc83a6c50d4028e492a813ecc1a8913a5","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagatorAnyOpposite_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSmartPropagatorAnyOpposite_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSmartPropagatorAnyOpposite_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSmartPropagatorAnyOpposite_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -7,3 +7,5 @@\n PropagationDirection = cms.string('oppositeToMomentum'),\n TrackerPropagator = cms.string('PropagatorWithMaterialOpposite')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"80f42c8c18c9156ef30a2e4884e4582e58c24d1b","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagatorAny_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSmartPropagatorAny_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSmartPropagatorAny_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSmartPropagatorAny_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -7,3 +7,5 @@\n PropagationDirection = cms.string('alongMomentum'),\n TrackerPropagator = cms.string('PropagatorWithMaterial')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"337e7fb78f1187ff76140310bf7b82233653751c","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagator_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSmartPropagator_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSmartPropagator_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSmartPropagator_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -7,3 +7,5 @@\n PropagationDirection = cms.string('alongMomentum'),\n TrackerPropagator = cms.string('PropagatorWithMaterial')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"726f0e1aa2687931c80658ee619c1fe2f4d7d0a7","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorAlong_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSteppingHelixPropagatorAlong_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSteppingHelixPropagatorAlong_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSteppingHelixPropagatorAlong_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -20,3 +20,5 @@\n useMatVolumes = cms.bool(True),\n useTuningForL2Speed = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"53eabd3ebcbae9107dfe1de0e5961e88376ca2c9","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorOpposite_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSteppingHelixPropagatorOpposite_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSteppingHelixPropagatorOpposite_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSteppingHelixPropagatorOpposite_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -20,3 +20,5 @@\n useMatVolumes = cms.bool(True),\n useTuningForL2Speed = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"6f63cecbb8a0d7ab337e5da731848e4bb601863f","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderPixelOnly_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPTTRHBuilderPixelOnly_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPTTRHBuilderPixelOnly_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPTTRHBuilderPixelOnly_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n PixelCPE = cms.string('PixelCPEGeneric'),\n StripCPE = cms.string('Fake')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"8c2c0a1290d03ba14cbc2b560b79d4357812d721","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderWithTrackAngle_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPTTRHBuilderWithTrackAngle_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPTTRHBuilderWithTrackAngle_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPTTRHBuilderWithTrackAngle_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n PixelCPE = cms.string('PixelCPEGeneric'),\n StripCPE = cms.string('FakeStripCPE')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"6d883794c66bd38ddb4fd6036ddf4669e91e16b9","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderWithoutRefit_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPTTRHBuilderWithoutRefit_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPTTRHBuilderWithoutRefit_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPTTRHBuilderWithoutRefit_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@ def _addProcessTTRHBuilderWithoutRefit(process):\n \n from Configuration.ProcessModifiers.trackingLST_cff import trackingLST\n modifyConfigurationForTrackingLSTTTRHBuilderWithoutRefit_ = trackingLST.makeProcessModifier(_addProcessTTRHBuilderWithoutRefit)\n+-- dummy change --\n+-- dummy change --"},{"sha":"a8a118cb5cad4ede04a830e26717e710a3a1d3af","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTrackAlgoPriorityOrder_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPTrackAlgoPriorityOrder_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPTrackAlgoPriorityOrder_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPTrackAlgoPriorityOrder_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n algoOrder = cms.vstring(),\n appendToDataLabel = cms.string('')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"be7685b75020125cfb0cbec7ea0349b7f50a5fe7","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTrajectoryCleanerBySharedHits_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPTrajectoryCleanerBySharedHits_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPTrajectoryCleanerBySharedHits_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPTrajectoryCleanerBySharedHits_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n allowSharedFirstHit = cms.bool(False),\n fractionShared = cms.double(0.5)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"bdaf4e47cd884b2b7b4fa5b961daf8b0917c652e","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepChi2Est_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltPhase2L3MuonHighPtTripletStepChi2Est_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltPhase2L3MuonHighPtTripletStepChi2Est_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltPhase2L3MuonHighPtTripletStepChi2Est_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n nSigma = cms.double(3),\n pTChargeCutThreshold = cms.double(-1)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"ef5e8dbaa38f62fd16c596fc610abcca83bba8b2","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepTrajectoryCleanerBySharedHits_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltPhase2L3MuonHighPtTripletStepTrajectoryCleanerBySharedHits_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltPhase2L3MuonHighPtTripletStepTrajectoryCleanerBySharedHits_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltPhase2L3MuonHighPtTripletStepTrajectoryCleanerBySharedHits_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n allowSharedFirstHit = cms.bool(True),\n fractionShared = cms.double(0.16)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c558909fc56bbb29fd5875127b04009e75e37774","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonInitialStepChi2Est_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltPhase2L3MuonInitialStepChi2Est_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltPhase2L3MuonInitialStepChi2Est_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltPhase2L3MuonInitialStepChi2Est_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n nSigma = cms.double(3.0),\n pTChargeCutThreshold = cms.double(15.0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"43511c4ccd3602d5678582c9875d721380d7f6b2","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonPixelTrackCleanerBySharedHits_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltPhase2L3MuonPixelTrackCleanerBySharedHits_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltPhase2L3MuonPixelTrackCleanerBySharedHits_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltPhase2L3MuonPixelTrackCleanerBySharedHits_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n appendToDataLabel = cms.string(''),\n useQuadrupletAlgo = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"4c793c75a570a939dc1e7698f63c78b7b7d36c1a","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonTrackAlgoPriorityOrder_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltPhase2L3MuonTrackAlgoPriorityOrder_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltPhase2L3MuonTrackAlgoPriorityOrder_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltPhase2L3MuonTrackAlgoPriorityOrder_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n ),\n appendToDataLabel = cms.string('')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"4158bbf5ad424d4794bf7d10f8c598c54b4c6219","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPixelTracksCleanerBySharedHits_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltPixelTracksCleanerBySharedHits_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltPixelTracksCleanerBySharedHits_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltPixelTracksCleanerBySharedHits_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n appendToDataLabel = cms.string(''),\n useQuadrupletAlgo = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"768b9a06614f2ecbf62de44313cf9dbf54643f37","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/muonSeededTrajectoryCleanerBySharedHits_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FmuonSeededTrajectoryCleanerBySharedHits_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FmuonSeededTrajectoryCleanerBySharedHits_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FmuonSeededTrajectoryCleanerBySharedHits_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n allowSharedFirstHit = cms.bool(True),\n fractionShared = cms.double(0.1)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"4525017b4fde45d9a48735f06946c27becf08bb9","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hlt1PFPuppiCentralJet70MaxEta2p4_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fhlt1PFPuppiCentralJet70MaxEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fhlt1PFPuppiCentralJet70MaxEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fhlt1PFPuppiCentralJet70MaxEta2p4_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n saveTags = cms.bool(True),\n triggerType = cms.int32(86)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"924634ad651cb9f3aeec88afc31b8ec5879b75a7","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hlt1PFPuppiCentralJet75MaxEta2p4_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fhlt1PFPuppiCentralJet75MaxEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fhlt1PFPuppiCentralJet75MaxEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fhlt1PFPuppiCentralJet75MaxEta2p4_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n saveTags = cms.bool(True),\n triggerType = cms.int32(86)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"6595777d02cfaf4cdf1db7e2abe7cc155acc838f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hlt2PFPuppiCentralJet40MaxEta2p4_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fhlt2PFPuppiCentralJet40MaxEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fhlt2PFPuppiCentralJet40MaxEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fhlt2PFPuppiCentralJet40MaxEta2p4_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n saveTags = cms.bool(True),\n triggerType = cms.int32(86)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0654efb00b252426aba7762304bc801b8555411c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hlt2PFPuppiCentralJet60MaxEta2p4_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fhlt2PFPuppiCentralJet60MaxEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fhlt2PFPuppiCentralJet60MaxEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fhlt2PFPuppiCentralJet60MaxEta2p4_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n saveTags = cms.bool(True),\n triggerType = cms.int32(86)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"369bd5857c1d59a403328d447ade1f4e8a8968af","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hlt3PFPuppiCentralJet45MaxEta2p4_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fhlt3PFPuppiCentralJet45MaxEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fhlt3PFPuppiCentralJet45MaxEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fhlt3PFPuppiCentralJet45MaxEta2p4_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n saveTags = cms.bool(True),\n triggerType = cms.int32(86)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0ace9588e30fea8d1766c7863b6b25d079091b38","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hlt4PFPuppiCentralJet40MaxEta2p4_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fhlt4PFPuppiCentralJet40MaxEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fhlt4PFPuppiCentralJet40MaxEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fhlt4PFPuppiCentralJet40MaxEta2p4_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n saveTags = cms.bool(True),\n triggerType = cms.int32(86)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"b2f01f592cb5b67b52beadfe75de859343086be3","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL1_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFCHSJetCorrectorL1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFCHSJetCorrectorL1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFCHSJetCorrectorL1_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n level = cms.string('L1FastJet'),\n srcRho = cms.InputTag(\"hltFixedGridRhoFastjetAll\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"97b015510295214d355c37a6418c81c5f4fd58f5","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL2_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFCHSJetCorrectorL2_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFCHSJetCorrectorL2_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFCHSJetCorrectorL2_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n algorithm = cms.string('AK4PFchs'),\n level = cms.string('L2Relative')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"eebe05208b7f74a8a8ed89089dbc6e58879bee7c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL3_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFCHSJetCorrectorL3_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFCHSJetCorrectorL3_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFCHSJetCorrectorL3_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n algorithm = cms.string('AK4PFchs'),\n level = cms.string('L3Absolute')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"947f51db96dbd28bb7f183238be3de7937aecf5b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrector_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFCHSJetCorrector_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFCHSJetCorrector_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFCHSJetCorrector_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n hltAK4PFCHSJetCorrector = cms.EDProducer(\"ChainedJetCorrectorProducer\",\n correctors = cms.VInputTag(\"hltAK4PFCHSJetCorrectorL1\", \"hltAK4PFCHSJetCorrectorL2\", \"hltAK4PFCHSJetCorrectorL3\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"6a99fca3e252eba8398aef5d68ce90fad073a92c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetsCorrected_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFCHSJetsCorrected_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFCHSJetsCorrected_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFCHSJetsCorrected_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n correctors = cms.VInputTag(\"hltAK4PFCHSJetCorrector\"),\n src = cms.InputTag(\"hltAK4PFCHSJets\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"baf75a73666d9c667e33f8a0d0a463732dccb42a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL1_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFPuppiJetCorrectorL1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFPuppiJetCorrectorL1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFPuppiJetCorrectorL1_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n level = cms.string('L1FastJet'),\n srcRho = cms.InputTag(\"hltFixedGridRhoFastjetAll\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"9e2e2c7330f5b46b700276bec69d054fd877d1c6","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL2_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFPuppiJetCorrectorL2_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFPuppiJetCorrectorL2_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFPuppiJetCorrectorL2_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n algorithm = cms.string('AK4PFPuppiHLT'),\n level = cms.string('L2Relative')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"3b20af134ecaeef15dd3c285371033496e41c04e","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL3_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFPuppiJetCorrectorL3_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFPuppiJetCorrectorL3_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFPuppiJetCorrectorL3_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n algorithm = cms.string('AK4PFPuppiHLT'),\n level = cms.string('L3Absolute')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d26c8d45799869c971a224b8d1265ed8e90133ae","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrector_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFPuppiJetCorrector_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFPuppiJetCorrector_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFPuppiJetCorrector_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n hltAK4PFPuppiJetCorrector = cms.EDProducer(\"ChainedJetCorrectorProducer\",\n correctors = cms.VInputTag(\"hltAK4PFPuppiJetCorrectorL1\", \"hltAK4PFPuppiJetCorrectorL2\", \"hltAK4PFPuppiJetCorrectorL3\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"fc6f29be8bed7cd83b15ff4af0448c4248458299","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetsCorrected_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFPuppiJetsCorrected_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFPuppiJetsCorrected_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFPuppiJetsCorrected_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n correctors = cms.VInputTag(\"hltAK4PFPuppiJetCorrector\"),\n src = cms.InputTag(\"hltAK4PFPuppiJets\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"2f98671231f766a2f9e0ac75bc399218dfad58bd","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL1_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFCHSJetCorrectorL1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFCHSJetCorrectorL1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFCHSJetCorrectorL1_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n level = cms.string('L1FastJet'),\n srcRho = cms.InputTag(\"hltFixedGridRhoFastjetAll\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"3e3a67d7375c8eaafc8f3bc4c66ebe4bbed9dc4d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL2_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFCHSJetCorrectorL2_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFCHSJetCorrectorL2_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFCHSJetCorrectorL2_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n algorithm = cms.string('AK8PFchs'),\n level = cms.string('L2Relative')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"60471d51a84c42678dcc8d3263c39e7b2146eca2","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL3_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFCHSJetCorrectorL3_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFCHSJetCorrectorL3_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFCHSJetCorrectorL3_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n algorithm = cms.string('AK8PFchs'),\n level = cms.string('L3Absolute')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c2f01f4d866c57166bc5d8f87b8bb46b2efc395f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrector_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFCHSJetCorrector_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFCHSJetCorrector_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFCHSJetCorrector_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n hltAK8PFCHSJetCorrector = cms.EDProducer(\"ChainedJetCorrectorProducer\",\n correctors = cms.VInputTag(\"hltAK8PFCHSJetCorrectorL1\", \"hltAK8PFCHSJetCorrectorL2\", \"hltAK8PFCHSJetCorrectorL3\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"47948e1e87eedaabd623369e0eae0f0fe82599ab","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetsCorrected_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFCHSJetsCorrected_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFCHSJetsCorrected_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFCHSJetsCorrected_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n correctors = cms.VInputTag(\"hltAK8PFCHSJetCorrector\"),\n src = cms.InputTag(\"hltAK8PFCHSJets\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"6a0e3c5bcc551fe6b9d9100d003324048c6379f4","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL1_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFPuppiJetCorrectorL1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFPuppiJetCorrectorL1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFPuppiJetCorrectorL1_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n level = cms.string('L1FastJet'),\n srcRho = cms.InputTag(\"hltFixedGridRhoFastjetAll\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"10c6a16ac108841574e51dbfc83f6011ee511ca4","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL2_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFPuppiJetCorrectorL2_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFPuppiJetCorrectorL2_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFPuppiJetCorrectorL2_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n algorithm = cms.string('AK8PFPuppi'),\n level = cms.string('L2Relative')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"becce9402684f940a0a597a940d9fdb60edfb415","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL3_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFPuppiJetCorrectorL3_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFPuppiJetCorrectorL3_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFPuppiJetCorrectorL3_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n algorithm = cms.string('AK8PFPuppi'),\n level = cms.string('L3Absolute')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c4f1838d597b7dc76c0247e4a8582983af81056f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrector_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFPuppiJetCorrector_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFPuppiJetCorrector_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFPuppiJetCorrector_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n hltAK8PFPuppiJetCorrector = cms.EDProducer(\"ChainedJetCorrectorProducer\",\n correctors = cms.VInputTag(\"hltAK8PFPuppiJetCorrectorL1\", \"hltAK8PFPuppiJetCorrectorL2\", \"hltAK8PFPuppiJetCorrectorL3\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c53a21dc755b7ae5042e322b5e823d39c555393e","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetsCorrected_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFPuppiJetsCorrected_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFPuppiJetsCorrected_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFPuppiJetsCorrected_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n correctors = cms.VInputTag(\"hltAK8PFPuppiJetCorrector\"),\n src = cms.InputTag(\"hltAK8PFPuppiJets\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"e64268e1fcbb7ae981e7be2e4a6ba7941b3b6ca2","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p31Eta2p4TripleEta2p4_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBTagPFPuppiDeepCSV0p31Eta2p4TripleEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBTagPFPuppiDeepCSV0p31Eta2p4TripleEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBTagPFPuppiDeepCSV0p31Eta2p4TripleEta2p4_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n TriggerType = cms.int32(86),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"26c62e98e62dbdfd7b713782f8d74ff972bba986","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p38Eta2p4TripleEta2p4_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBTagPFPuppiDeepCSV0p38Eta2p4TripleEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBTagPFPuppiDeepCSV0p38Eta2p4TripleEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBTagPFPuppiDeepCSV0p38Eta2p4TripleEta2p4_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n TriggerType = cms.int32(86),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"f2e8fe0e0630969bfe66d3a052a11a82402dfc2a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p865DoubleEta2p4_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBTagPFPuppiDeepCSV0p865DoubleEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBTagPFPuppiDeepCSV0p865DoubleEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBTagPFPuppiDeepCSV0p865DoubleEta2p4_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n TriggerType = cms.int32(86),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c737640a5e65731366d9cc7245247ae313194e6f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p275Eta2p4TripleEta2p4_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBTagPFPuppiDeepFlavour0p275Eta2p4TripleEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBTagPFPuppiDeepFlavour0p275Eta2p4TripleEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBTagPFPuppiDeepFlavour0p275Eta2p4TripleEta2p4_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n TriggerType = cms.int32(86),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c6c3ade6e0f1e598a171e686fe25590523deb3fc","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p375Eta2p4TripleEta2p4_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBTagPFPuppiDeepFlavour0p375Eta2p4TripleEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBTagPFPuppiDeepFlavour0p375Eta2p4TripleEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBTagPFPuppiDeepFlavour0p375Eta2p4TripleEta2p4_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n TriggerType = cms.int32(86),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"016a71ae538319d780dbbfe527160901cd106f68","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p935DoubleEta2p4_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBTagPFPuppiDeepFlavour0p935DoubleEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBTagPFPuppiDeepFlavour0p935DoubleEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBTagPFPuppiDeepFlavour0p935DoubleEta2p4_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n TriggerType = cms.int32(86),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"ba9afadeeac6323c03b1008d2bea58258706d20a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltBunchSpacingProducer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBunchSpacingProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBunchSpacingProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBunchSpacingProducer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1,3 +1,5 @@\n import FWCore.ParameterSet.Config as cms\n \n bunchSpacingProducer = cms.EDProducer(\"BunchSpacingProducer\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"b8a07cb07ffa7fd9b9031c69c45c58b7c4cb8c9f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepBLifetimeTagInfosPFPuppiModEta2p4_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepBLifetimeTagInfosPFPuppiModEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepBLifetimeTagInfosPFPuppiModEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepBLifetimeTagInfosPFPuppiModEta2p4_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -18,3 +18,5 @@\n primaryVertex = cms.InputTag(\"hltOfflinePrimaryVertices\"),\n useTrackQuality = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"6ec83a5e2bc2b0a2a0b1ed2763878ab8807479f9","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepBLifetimeTagInfosPFPuppi_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepBLifetimeTagInfosPFPuppi_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepBLifetimeTagInfosPFPuppi_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepBLifetimeTagInfosPFPuppi_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -18,3 +18,5 @@\n primaryVertex = cms.InputTag(\"hltOfflinePrimaryVertices\"),\n useTrackQuality = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"450504e72ecf55f47557c06873b6b46d269d2fc6","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsInfosPuppiModEta2p4_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepCombinedSecondaryVertexBJetTagsInfosPuppiModEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepCombinedSecondaryVertexBJetTagsInfosPuppiModEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepCombinedSecondaryVertexBJetTagsInfosPuppiModEta2p4_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -77,3 +77,5 @@\n ),\n svTagInfos = cms.InputTag(\"hltDeepSecondaryVertexTagInfosPFPuppiModEta2p4\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"76fe71a49c55239c984952888864dd331fd63e9e","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsInfosPuppi_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepCombinedSecondaryVertexBJetTagsInfosPuppi_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepCombinedSecondaryVertexBJetTagsInfosPuppi_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepCombinedSecondaryVertexBJetTagsInfosPuppi_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -77,3 +77,5 @@\n ),\n svTagInfos = cms.InputTag(\"hltDeepSecondaryVertexTagInfosPFPuppi\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"97c70c7fbb4542c66103c33adf5c972164b50161","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsPFPuppiModEta2p4_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepCombinedSecondaryVertexBJetTagsPFPuppiModEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepCombinedSecondaryVertexBJetTagsPFPuppiModEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepCombinedSecondaryVertexBJetTagsPFPuppiModEta2p4_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n probbb = cms.string('probb')\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"76243060bcae7cb7b46c7f1f95878e0ca4095745","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsPFPuppi_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepCombinedSecondaryVertexBJetTagsPFPuppi_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepCombinedSecondaryVertexBJetTagsPFPuppi_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepCombinedSecondaryVertexBJetTagsPFPuppi_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n probbb = cms.string('probb')\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"655c8c2d4b4a3f6ac3594a494ccda587fcef5476","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveMergedVerticesPF_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepInclusiveMergedVerticesPF_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepInclusiveMergedVerticesPF_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepInclusiveMergedVerticesPF_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n minSignificance = cms.double(10.0),\n secondaryVertices = cms.InputTag(\"hltDeepTrackVertexArbitratorPF\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"2fa5f46eb43c48c95d1f216d027f524a94f841ad","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveSecondaryVerticesPF_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepInclusiveSecondaryVerticesPF_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepInclusiveSecondaryVerticesPF_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepInclusiveSecondaryVerticesPF_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n minSignificance = cms.double(2),\n secondaryVertices = cms.InputTag(\"hltDeepInclusiveVertexFinderPF\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"530b3a7a675f3739b4bfffd0e375b73cd1e39fe3","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveVertexFinderPF_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepInclusiveVertexFinderPF_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepInclusiveVertexFinderPF_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepInclusiveVertexFinderPF_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -36,3 +36,5 @@\n smoothing = cms.bool(True)\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"cb33178fbf21aadacaba91bc4da0b8abf4efa425","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepSecondaryVertexTagInfosPFPuppiModEta2p4_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepSecondaryVertexTagInfosPFPuppiModEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepSecondaryVertexTagInfosPFPuppiModEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepSecondaryVertexTagInfosPFPuppiModEta2p4_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -69,3 +69,5 @@\n sortCriterium = cms.string('dist3dError')\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"6393c8b97d394be06f0b332ec16a47f069656ab8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepSecondaryVertexTagInfosPFPuppi_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepSecondaryVertexTagInfosPFPuppi_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepSecondaryVertexTagInfosPFPuppi_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepSecondaryVertexTagInfosPFPuppi_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -70,3 +70,5 @@\n ),\n weights = cms.InputTag(\"hltPFPuppi\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"5060eb3b311c2bacef53706a24800c3618ef0cd2","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepTrackVertexArbitratorPF_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepTrackVertexArbitratorPF_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepTrackVertexArbitratorPF_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepTrackVertexArbitratorPF_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -18,3 +18,5 @@\n trackMinPt = cms.double(1.4),\n tracks = cms.InputTag(\"hltParticleFlowTmp\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"8653c84486a1b01b5e549d431da3d9239554bf9a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG12EtL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG12EtL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG12EtL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG12EtL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n ncandcut = cms.int32(2),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"f75b422d5207ca7e875965de7fdc60f44c856716","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoClusterShapeL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoClusterShapeL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoClusterShapeL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaClusterShapeL1Seeded\",\"sigmaIEtaIEta5x5\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"ec0c1be57fca1090b2ba092c613e70a246df357f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeSigmavvL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoClusterShapeSigmavvL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoClusterShapeSigmavvL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoClusterShapeSigmavvL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsL1Seeded\",\"sigma2vv\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"207608fb91220a70572544015ddfa3011e5bb724","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeSigmawwL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoClusterShapeSigmawwL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoClusterShapeSigmawwL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoClusterShapeSigmawwL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsL1Seeded\",\"sigma2ww\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"6e3d8189b71e07851c25da283feee8abc3cb887e","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoEcalIsoL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoEcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoEcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoEcalIsoL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaEcalPFClusterIsoL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e?per_page=100&page=13 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:15 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"6ea7a851e41a700b3725e03f3345b41f9ef2b9d2452b622865f4e645459c0b1f"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:04:54 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4958'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '42'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C764:1578F3:16C014:1735F2:6812247E')] +{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","node_id":"C_kwDOF83__NoAKGMyMzA5OWM3Mzc3MTIzYjZkZTdmYWZhN2E0ODZiMjBiMThkNTRmN2U","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"message":"Try generating big cache","tree":{"sha":"f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684"}],"stats":{"total":6008,"additions":5944,"deletions":64},"files":[{"sha":"5e418058f80266b19cfb5bbff912476cb9197056","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHEL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoHEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoHEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoHEL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHoverEL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"447a293c6ecd60d691ca99deb95d7658d66b64ca","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHcalIsoL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoHcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoHcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoHcalIsoL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaHcalPFClusterIsoL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"598ce526724dd7295a6253bd64943fd1b3694e22","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHgcalHEL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoHgcalHEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoHgcalHEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoHgcalHEL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsL1Seeded\",\"hForHOverE\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"6de640e4998f16298c387e79beb910e38949ca8d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHgcalIsoL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoHgcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoHgcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoHgcalIsoL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHGCalLayerClusterIsoL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"7344e091a01306ca036e0f5a39c53f6f617a4739","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG23EtL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG23EtL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG23EtL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG23EtL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n ncandcut = cms.int32(2),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d1f3ef36814d84d5639e059815afdca69ed161bb","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG23EtUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG23EtUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG23EtUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG23EtUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n ncandcut = cms.int32(2),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"30e88cb8f6bbc0226555b4901e816e9ae404ff9c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLClusterShapeL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLClusterShapeL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLClusterShapeL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaClusterShapeL1Seeded\",\"sigmaIEtaIEta5x5\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"58f3c940300b311d076815600275774bf24dede3","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeSigmavvL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLClusterShapeSigmavvL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLClusterShapeSigmavvL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLClusterShapeSigmavvL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsL1Seeded\",\"sigma2vv\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"847118bbcf8a305d03d074bf91758111fd55c5d9","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeSigmavvUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLClusterShapeSigmavvUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLClusterShapeSigmavvUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLClusterShapeSigmavvUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsUnseeded\",\"sigma2vv\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"1fd7f769c696e605610a292140c67167d6e6c03f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLClusterShapeUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLClusterShapeUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLClusterShapeUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaClusterShapeUnseeded\",\"sigmaIEtaIEta5x5\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"b87d27a5e36b960ea9ac5ccc40c35fb9211aae74","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHEL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLHEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLHEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLHEL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHoverEL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"18fd4699ffa3bfd5c43ac108fd20caabfb57dcfa","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHEUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLHEUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLHEUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLHEUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHoverEUnseeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0e576a451a13e35ab29ecd8617b394a6ec1f843d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHgcalHEL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLHgcalHEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLHgcalHEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLHgcalHEL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsL1Seeded\",\"hForHOverE\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"298eb00759ce4df0d85cfd49c6a725cffcb0bd87","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHgcalHEUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLHgcalHEUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLHgcalHEUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLHgcalHEUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsUnseeded\",\"hForHOverE\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"3ea14ff66e1ea6ef582f50e997fe739ae94c5ca2","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25EtL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25EtL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25EtL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25EtL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n ncandcut = cms.int32(2),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0e0d1e32d56eddf02eff2b14e955e6b191175c8f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25EtUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25EtUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25EtUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25EtUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n ncandcut = cms.int32(2),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"365b4bd8e21a066ba75a312f5029278b7b95659e","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdClusterShapeL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdClusterShapeL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdClusterShapeL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaClusterShapeL1Seeded\",\"sigmaIEtaIEta5x5\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"728aec162fbbc1856380afd10b297d72540c1f37","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmavvL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdClusterShapeSigmavvL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdClusterShapeSigmavvL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdClusterShapeSigmavvL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsL1Seeded\",\"sigma2vv\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"94f98f65cb79c6883a56ea1255d69cda748d014f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmavvUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdClusterShapeSigmavvUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdClusterShapeSigmavvUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdClusterShapeSigmavvUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsUnseeded\",\"sigma2vv\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"3e8ef958c95039db203b660d638f717d9f87cd92","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmawwL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdClusterShapeSigmawwL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdClusterShapeSigmawwL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdClusterShapeSigmawwL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsL1Seeded\",\"sigma2ww\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c28b97dedeab2aa0bb396db140dfceb765e0949e","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmawwUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdClusterShapeSigmawwUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdClusterShapeSigmawwUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdClusterShapeSigmawwUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsUnseeded\",\"sigma2ww\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"8a6cf103311ff0da88e6bb13fea9a4081dcb2fb4","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdClusterShapeUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdClusterShapeUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdClusterShapeUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaClusterShapeUnseeded\",\"sigmaIEtaIEta5x5\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d36c7a1323905174df32235c7b18aa498190808a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdEcalIsoL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdEcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdEcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdEcalIsoL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaEcalPFClusterIsoL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"7da740fe52bcdfe992bdec0efff4c9740931333e","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdEcalIsoUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdEcalIsoUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdEcalIsoUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdEcalIsoUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaEcalPFClusterIsoUnseeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"4093a598475a7bb6106840aa2476e233c25aa15f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHEL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHEL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHoverEL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d7cf13a03c7b40c255df3ff20bee3a9cbccbade0","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHEUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHEUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHEUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHEUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHoverEUnseeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"903c409ff84c8c1235607dcd1c806511cf28711c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHcalIsoL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHcalIsoL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaHcalPFClusterIsoL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"76518d610dc4678643087960532ccb0a62c95ef6","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHcalIsoUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHcalIsoUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHcalIsoUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHcalIsoUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaHcalPFClusterIsoUnseeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"440fbba2ec226b8c9aee2c444563263c53efb80d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalHEL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHgcalHEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHgcalHEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHgcalHEL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsL1Seeded\",\"hForHOverE\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"eadbb2ad3b68523d9dd875e05ed963aaabc7b598","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalHEUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHgcalHEUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHgcalHEUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHgcalHEUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsUnseeded\",\"hForHOverE\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"1ac73395b5ca75b66d34eda4a996498fd82b23d1","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalIsoL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHgcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHgcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHgcalIsoL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHGCalLayerClusterIsoL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"1d309ca5fb2d8ffac99a13977bf9d9436d1fb123","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalIsoUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHgcalIsoUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHgcalIsoUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHgcalIsoUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHGCalLayerClusterIsoUnseeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"4be06023859f8181056f9a5feb279503eb149363","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoBestGsfChi2L1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoBestGsfChi2L1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoBestGsfChi2L1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoBestGsfChi2L1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaBestGsfTrackVarsL1Seeded\",\"Chi2\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"827015f110800a68de227c6055de865a04096a40","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoBestGsfNLayerITL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoBestGsfNLayerITL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoBestGsfNLayerITL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoBestGsfNLayerITL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaBestGsfTrackVarsL1Seeded\",\"NLayerIT\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"5da0e151d860aff86de3009da110f75af31a13ef","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfDetaL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoGsfDetaL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoGsfDetaL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoGsfDetaL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaGsfTrackVarsL1Seeded\",\"DetaSeed\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"184f905d2f89f6d67cb5e41a580f86d548bbea53","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfDphiL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoGsfDphiL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoGsfDphiL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoGsfDphiL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaGsfTrackVarsL1Seeded\",\"Dphi\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"2db075f93adca2a01518543a7cdea798dd40203d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfOneOEMinusOneOPL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoGsfOneOEMinusOneOPL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoGsfOneOEMinusOneOPL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoGsfOneOEMinusOneOPL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaGsfTrackVarsL1Seeded\",\"OneOESuperMinusOneOP\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"badc4d7d6860abfdef7fba15d671c3d39eafab4b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaEleL1TrkIsoL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"cd28bbe28f39eda39fe97e93828411c916184d09","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfTrackIsoL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoGsfTrackIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoGsfTrackIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoGsfTrackIsoL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaEleGsfTrackIsoL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"2ba8f9bac825a29e65f06e094fea3077ce389d92","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoPMS2L1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoPMS2L1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoPMS2L1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoPMS2L1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaPixelMatchVarsL1Seeded\",\"s2\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"264bac05e5185b94d9900df6eae85f42a05c39b4","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoPixelMatchL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoPixelMatchL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoPixelMatchL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoPixelMatchL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n tanhSO10InterThres = cms.double(1.0),\n useS = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"a3fa89ad394bdc7111906bc2773f67ccdf83025d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPMS2L1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle25CaloIdLPMS2L1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle25CaloIdLPMS2L1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle25CaloIdLPMS2L1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaPixelMatchVarsL1Seeded\",\"s2\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"1641cb1deea5c7dd45ae2709c659163799c36563","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPMS2UnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle25CaloIdLPMS2UnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle25CaloIdLPMS2UnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle25CaloIdLPMS2UnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaPixelMatchVarsUnseeded\",\"s2\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"54a6ae06ad0ec6982790cb65a4dbfe0c344b59e6","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPixelMatchL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle25CaloIdLPixelMatchL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle25CaloIdLPixelMatchL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle25CaloIdLPixelMatchL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n tanhSO10InterThres = cms.double(1.0),\n useS = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"4b6f63c92f642dff3d3a0095fd78900229c5ad50","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPixelMatchUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle25CaloIdLPixelMatchUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle25CaloIdLPixelMatchUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle25CaloIdLPixelMatchUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n tanhSO10InterThres = cms.double(1.0),\n useS = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c7b4263d0949fa00cb9d7b0871f45cf060137858","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiMuon178RelTrkIsoFiltered0p4DzFiltered0p2_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiMuon178RelTrkIsoFiltered0p4DzFiltered0p2_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiMuon178RelTrkIsoFiltered0p4DzFiltered0p2_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiMuon178RelTrkIsoFiltered0p4DzFiltered0p2_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n triggerType1 = cms.int32(83),\n triggerType2 = cms.int32(83)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"12d9b25f133c182fb230461615cbd14493e41b24","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiMuon178RelTrkIsoFiltered0p4_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiMuon178RelTrkIsoFiltered0p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiMuon178RelTrkIsoFiltered0p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiMuon178RelTrkIsoFiltered0p4_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n PreviousCandTag = cms.InputTag(\"hltL3fL1DoubleMu155fPreFiltered8\"),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"1028e3330020ebb9d6644ee8d9c9eaefd322805f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDoublePFPuppiJets128Eta2p4MaxDeta1p6_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDoublePFPuppiJets128Eta2p4MaxDeta1p6_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDoublePFPuppiJets128Eta2p4MaxDeta1p6_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDoublePFPuppiJets128Eta2p4MaxDeta1p6_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -20,3 +20,5 @@\n triggerType1 = cms.int32(86),\n triggerType2 = cms.int32(86)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"102bc71acd6bd6abde5fd3282db6649df1ced167","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDoublePFPuppiJets128MaxEta2p4_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDoublePFPuppiJets128MaxEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDoublePFPuppiJets128MaxEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDoublePFPuppiJets128MaxEta2p4_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n saveTags = cms.bool(True),\n triggerType = cms.int32(86)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"1c1d7062068236a8fadc4591d1f5173039fdc0b0","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDoubleTkMuon157L1TkMuonFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDoubleTkMuon157L1TkMuonFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDoubleTkMuon157L1TkMuonFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDoubleTkMuon157L1TkMuonFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n hltDoubleTkMuon157L1TkMuonFilter = cms.EDFilter(\"PathStatusFilter\",\n logicalExpression = cms.string('pDoubleTkMuon15_7')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"9b3870670e46516bb931a5e784c252b200fc9706","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEG108EtL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG108EtL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG108EtL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG108EtL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n ncandcut = cms.int32(1),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"03ff4b7a35e14006ca5b3d8e1d53d6dba9aa816e","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEG108EtUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG108EtUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG108EtUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG108EtUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n ncandcut = cms.int32(1),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"179b264175e0b28a9d641728b64a0ee9508aece6","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEG115EtL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG115EtL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG115EtL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG115EtL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n ncandcut = cms.int32(1),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"df1185b959590863d62fa91013426ca9a396488f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEG187EtL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG187EtL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG187EtL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG187EtL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n ncandcut = cms.int32(1),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c0cfa8521b4be30aed4297f968afe9565b75d9e3","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEG187EtUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG187EtUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG187EtUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG187EtUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n ncandcut = cms.int32(1),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"a554bfd59100efe2827077eb3eff04db5d0efca4","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEG23EtL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG23EtL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG23EtL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG23EtL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n ncandcut = cms.int32(1),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"938a4f4e31d8074b57754bf02772608ac904ce16","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEG26EtL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG26EtL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG26EtL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG26EtL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n ncandcut = cms.int32(1),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"a836b732f4843c299eeb7a1f04e988f652c11d2a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEG26EtUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG26EtUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG26EtUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG26EtUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n ncandcut = cms.int32(1),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"b86d0d61f5a66d12c4f690d674395a7fc538272d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEG30EtL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG30EtL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG30EtL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG30EtL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n ncandcut = cms.int32(1),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"69f50d7cdee4f4106df646ab3b35a95f1244e4c8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEG30EtUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG30EtUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG30EtUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG30EtUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n ncandcut = cms.int32(1),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"ce40db07ee473388dabb6d2d6bac792a1c189ba7","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEG32EtL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG32EtL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG32EtL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG32EtL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n ncandcut = cms.int32(1),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0924f6a024fd2caaa907cbb6dd2b2a30863121ed","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEG32EtUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG32EtUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG32EtUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG32EtUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n ncandcut = cms.int32(1),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"151b5e50b6bf670b77d40d6143cf03f17424e13c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoubleEleIsolatedFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEGL1SeedsForDoubleEleIsolatedFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEGL1SeedsForDoubleEleIsolatedFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEGL1SeedsForDoubleEleIsolatedFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n hltEGL1SeedsForDoubleEleIsolatedFilter = cms.EDFilter(\"PathStatusFilter\",\n logicalExpression = cms.string('pDoubleEGEle37_24 or pDoubleTkEle25_12 or pIsoTkEleEGEle22_12')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"af1ae164eb1091096c3be553cfdffc7b3edc5c0a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoubleEleNonIsolatedFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEGL1SeedsForDoubleEleNonIsolatedFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEGL1SeedsForDoubleEleNonIsolatedFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEGL1SeedsForDoubleEleNonIsolatedFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n hltEGL1SeedsForDoubleEleNonIsolatedFilter = cms.EDFilter(\"PathStatusFilter\",\n logicalExpression = cms.string('pDoubleEGEle37_24 or pDoubleTkEle25_12')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"fe2790ef35162a0c5b33b92191b21a6af3225e2f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoublePhotonIsolatedFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEGL1SeedsForDoublePhotonIsolatedFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEGL1SeedsForDoublePhotonIsolatedFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEGL1SeedsForDoublePhotonIsolatedFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n hltEGL1SeedsForDoublePhotonIsolatedFilter = cms.EDFilter(\"PathStatusFilter\",\n logicalExpression = cms.string('pDoubleEGEle37_24 or pDoubleIsoTkPho22_12')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"35123bf18bb34add868f3b69e5927b48b07fe390","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSingleEleIsolatedFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEGL1SeedsForSingleEleIsolatedFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEGL1SeedsForSingleEleIsolatedFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEGL1SeedsForSingleEleIsolatedFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n hltEGL1SeedsForSingleEleIsolatedFilter = cms.EDFilter(\"PathStatusFilter\",\n logicalExpression = cms.string('pSingleEGEle51 or pSingleTkEle36 or pSingleIsoTkEle28')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"7fa53229b039b118867a5d377e872c6da7ff5eee","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSingleEleNonIsolatedFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEGL1SeedsForSingleEleNonIsolatedFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEGL1SeedsForSingleEleNonIsolatedFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEGL1SeedsForSingleEleNonIsolatedFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n hltEGL1SeedsForSingleEleNonIsolatedFilter = cms.EDFilter(\"PathStatusFilter\",\n logicalExpression = cms.string('pSingleEGEle51 or pSingleTkEle36')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"46b5a229b92b92b08d567e34eaf1625743fefc13","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSinglePhotonIsolatedFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEGL1SeedsForSinglePhotonIsolatedFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEGL1SeedsForSinglePhotonIsolatedFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEGL1SeedsForSinglePhotonIsolatedFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n hltEGL1SeedsForSinglePhotonIsolatedFilter = cms.EDFilter(\"PathStatusFilter\",\n logicalExpression = cms.string('pSingleEGEle51 or pSingleIsoTkPho36')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"b1866cc787813634a7c62da42143e0c3bdc8ac49","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalBarrelClusterFastTimer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEcalBarrelClusterFastTimer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEcalBarrelClusterFastTimer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEcalBarrelClusterFastTimer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n )),\n timedVertices = cms.InputTag(\"hltOfflinePrimaryVertices4D\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"cac9187636dc9629250f2c7e17b5f09eba15602c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalBarrelDigisInRegions_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEcalBarrelDigisInRegions_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEcalBarrelDigisInRegions_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEcalBarrelDigisInRegions_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n inputCollTags = cms.VInputTag(\"hltEcalDigis:ebDigis\"),\n outputProductNames = cms.vstring('ebDigis')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c2c4ff9910bcde20aaf3f7bcf07bd57f712774b1","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalDetIdToBeRecovered_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEcalDetIdToBeRecovered_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEcalDetIdToBeRecovered_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEcalDetIdToBeRecovered_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@\n integrityBlockSizeErrors = cms.InputTag(\"hltEcalDigis\",\"EcalIntegrityBlockSizeErrors\"),\n integrityTTIdErrors = cms.InputTag(\"hltEcalDigis\",\"EcalIntegrityTTIdErrors\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"18970ac4516c41fc7ad452f9d60f01081e046860","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalDetailedTimeRecHit_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEcalDetailedTimeRecHit_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEcalDetailedTimeRecHit_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEcalDetailedTimeRecHit_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n simVertex = cms.InputTag(\"g4SimHits\"),\n useMCTruthVertex = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"1fd927882c8f2c6c3b2c053d2d6592c8f83495e4","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalMultiFitUncalibRecHit_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEcalMultiFitUncalibRecHit_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEcalMultiFitUncalibRecHit_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEcalMultiFitUncalibRecHit_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -59,3 +59,5 @@\n useLumiInfoRunHeader = cms.bool(True)\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"1ce8cb3018021d4a29590964411404aab8f39734","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalUncalibRecHitL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEcalUncalibRecHitL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEcalUncalibRecHitL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEcalUncalibRecHitL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -59,3 +59,5 @@\n useLumiInfoRunHeader = cms.bool(True)\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"b71668d41f1f0a5e93ab718d16ee664af374473c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaBestGsfTrackVarsL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaBestGsfTrackVarsL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaBestGsfTrackVarsL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaBestGsfTrackVarsL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n useDefaultValuesForBarrel = cms.bool(False),\n useDefaultValuesForEndcap = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"8f7baab39307a7e954fc817f8ceb5218e5c9ec78","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaBestGsfTrackVarsUnseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaBestGsfTrackVarsUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaBestGsfTrackVarsUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaBestGsfTrackVarsUnseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n useDefaultValuesForBarrel = cms.bool(False),\n useDefaultValuesForEndcap = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"f07768a905141d3bcf7f94c59edb954f96803bfe","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaCandidatesL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaCandidatesL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaCandidatesL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n \n from Configuration.ProcessModifiers.ticl_v5_cff import ticl_v5\n ticl_v5.toModify(hltEgammaCandidatesL1Seeded, scIslandEndcapProducer = cms.InputTag(\"hltTiclEGammaSuperClusterProducerL1Seeded\"))\n+-- dummy change --\n+-- dummy change --"},{"sha":"1c41e2e39b4c83fa8507617644c69b54c842870f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesUnseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaCandidatesUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaCandidatesUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaCandidatesUnseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n \n from Configuration.ProcessModifiers.ticl_v5_cff import ticl_v5\n ticl_v5.toModify(hltEgammaCandidatesUnseeded, scIslandEndcapProducer = cms.InputTag(\"hltTiclEGammaSuperClusterProducerUnseeded\"))\n+-- dummy change --\n+-- dummy change --"},{"sha":"223a7483077a819b80a82b74ce2130a356dc4369","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesWrapperL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaCandidatesWrapperL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaCandidatesWrapperL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaCandidatesWrapperL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n doIsolated = cms.bool(True),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"f32eda724bc2dcdd7470ddc80ee9936ff02a335a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesWrapperUnseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaCandidatesWrapperUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaCandidatesWrapperUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaCandidatesWrapperUnseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n doIsolated = cms.bool(True),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"9934455826aab2fcaec0827078ea3adf7f01fc8b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCkfTrackCandidatesForGSFL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaCkfTrackCandidatesForGSFL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaCkfTrackCandidatesForGSFL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaCkfTrackCandidatesForGSFL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -21,3 +21,5 @@\n src = cms.InputTag(\"hltEgammaElectronPixelSeedsL1Seeded\"),\n useHitsSplitting = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d809070fb186c53cf0596f91a281889127f8def9","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCkfTrackCandidatesForGSFUnseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaCkfTrackCandidatesForGSFUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaCkfTrackCandidatesForGSFUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaCkfTrackCandidatesForGSFUnseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -21,3 +21,5 @@\n src = cms.InputTag(\"hltEgammaElectronPixelSeedsUnseeded\"),\n useHitsSplitting = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c688b2cf224484f98e2e5787411177d1b68b68de","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaClusterShapeL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaClusterShapeL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaClusterShapeL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaClusterShapeL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n ecalRechitEE = cms.InputTag(\"hltRechitInRegionsECAL\",\"EcalRecHitsEE\"),\n recoEcalCandidateProducer = cms.InputTag(\"hltEgammaCandidatesL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"737d1e9c3c1fabd14f4893d36f65023481228abd","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaClusterShapeUnseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaClusterShapeUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaClusterShapeUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaClusterShapeUnseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n ecalRechitEE = cms.InputTag(\"hltEcalRecHit\",\"EcalRecHitsEE\"),\n recoEcalCandidateProducer = cms.InputTag(\"hltEgammaCandidatesUnseeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"bcfc8d53ac3a0a1bf246b628e67a3fc5ef33c95c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEcalPFClusterIsoL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaEcalPFClusterIsoL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaEcalPFClusterIsoL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaEcalPFClusterIsoL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -17,3 +17,5 @@\n rhoProducer = cms.InputTag(\"hltFixedGridRhoFastjetAllCaloForEGamma\"),\n rhoScale = cms.double(1.0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"759ea1143060092c5b44de4f721093dea3e95e67","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEcalPFClusterIsoUnseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaEcalPFClusterIsoUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaEcalPFClusterIsoUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaEcalPFClusterIsoUnseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -17,3 +17,5 @@\n rhoProducer = cms.InputTag(\"hltFixedGridRhoFastjetAllCaloForEGamma\"),\n rhoScale = cms.double(1.0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c7c207feb887229575de8c81d0d640aa4581234f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaEleGsfTrackIsoL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaEleGsfTrackIsoL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaEleGsfTrackIsoL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@\n useGsfTrack = cms.bool(True),\n useSCRefs = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"7a04bf7a7d62f89651e793fff39a84cf7ed7343b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoUnseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaEleGsfTrackIsoUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaEleGsfTrackIsoUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaEleGsfTrackIsoUnseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@\n useGsfTrack = cms.bool(True),\n useSCRefs = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"cc39e312935f49e0d0c62238c7a74277f18e17f2","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleL1TrkIsoL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaEleL1TrkIsoL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaEleL1TrkIsoL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaEleL1TrkIsoL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -25,3 +25,5 @@\n ),\n l1Tracks = cms.InputTag(\"l1tTTTracksFromTrackletEmulation\",\"Level1TTTracks\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"b91c3cbb1ca70da5747c6cfd0b7dbd3df0d702be","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleL1TrkIsoUnseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaEleL1TrkIsoUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaEleL1TrkIsoUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaEleL1TrkIsoUnseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -25,3 +25,5 @@\n ),\n l1Tracks = cms.InputTag(\"l1tTTTracksFromTrackletEmulation\",\"Level1TTTracks\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"8e65e0c8fb724bc26c2627d10fb16f81c4ac1c6a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaElectronPixelSeedsL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaElectronPixelSeedsL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaElectronPixelSeedsL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaElectronPixelSeedsL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -48,3 +48,5 @@\n superClusters = cms.VInputTag(\"hltEgammaSuperClustersToPixelMatchL1Seeded\"),\n vertices = cms.InputTag(\"\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"f2739ae4737a852f3bee55c30d1b145dd5b41598","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaElectronPixelSeedsUnseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaElectronPixelSeedsUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaElectronPixelSeedsUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaElectronPixelSeedsUnseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -48,3 +48,5 @@\n superClusters = cms.VInputTag(\"hltEgammaSuperClustersToPixelMatchUnseeded\"),\n vertices = cms.InputTag(\"\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"499a197ce0d65d4ddd5b2838492da856b3d50df8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfElectronsL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaGsfElectronsL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaGsfElectronsL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaGsfElectronsL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n TrackProducer = cms.InputTag(\"\"),\n UseGsfTracks = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"5d1f5f6a7d457bd57c92b72b6f14ae09b0645f87","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfElectronsUnseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaGsfElectronsUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaGsfElectronsUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaGsfElectronsUnseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n TrackProducer = cms.InputTag(\"\"),\n UseGsfTracks = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"88952aac348bc239562cc0ec092dc28b57e2a5c5","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTrackVarsL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaGsfTrackVarsL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaGsfTrackVarsL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaGsfTrackVarsL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n useDefaultValuesForBarrel = cms.bool(False),\n useDefaultValuesForEndcap = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"34435f7f29b1cceb1e246a7eed939eee432a1ec5","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTrackVarsUnseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaGsfTrackVarsUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaGsfTrackVarsUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaGsfTrackVarsUnseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n useDefaultValuesForBarrel = cms.bool(False),\n useDefaultValuesForEndcap = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"6f549867e54bc8e5250383e2f10b96f39a0dcf83","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTracksL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaGsfTracksL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaGsfTracksL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaGsfTracksL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n src = cms.InputTag(\"hltEgammaCkfTrackCandidatesForGSFL1Seeded\"),\n useHitsSplitting = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"acdf7fa9420250587aab5a44189ea7254630e8ae","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTracksUnseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaGsfTracksUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaGsfTracksUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaGsfTracksUnseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n src = cms.InputTag(\"hltEgammaCkfTrackCandidatesForGSFUnseeded\"),\n useHitsSplitting = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"3c01b087e09187641fb4a35fdb1d8589a41074da","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCALIDVarsL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHGCALIDVarsL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHGCALIDVarsL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHGCALIDVarsL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n rCylinder = cms.double(2.8),\n recoEcalCandidateProducer = cms.InputTag(\"hltEgammaCandidatesL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"439d5df743657e09bd8393e7765e5f0fd11e32c2","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCALIDVarsUnseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHGCALIDVarsUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHGCALIDVarsUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHGCALIDVarsUnseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n rCylinder = cms.double(2.8),\n recoEcalCandidateProducer = cms.InputTag(\"hltEgammaCandidatesUnseeded\")\n )\n+-- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e?per_page=100&page=14 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:15 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"09bc57cfdb7d8c6d75b502700f3713ca7586d60c9443f3f0d1f033710e3df574"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:04:54 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4957'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '43'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C774:7AF77:172359:179975:6812247F')] +{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","node_id":"C_kwDOF83__NoAKGMyMzA5OWM3Mzc3MTIzYjZkZTdmYWZhN2E0ODZiMjBiMThkNTRmN2U","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"message":"Try generating big cache","tree":{"sha":"f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684"}],"stats":{"total":6008,"additions":5944,"deletions":64},"files":[{"sha":"10f6a5fb0c4f61245405dce30b96baba00a07506","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCalLayerClusterIsoL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHGCalLayerClusterIsoL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHGCalLayerClusterIsoL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHGCalLayerClusterIsoL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n rhoScale = cms.double(1.0),\n useEt = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"05fa7a42b25ecba8d9f25b9ecf4f39f0ac20084c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCalLayerClusterIsoUnseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHGCalLayerClusterIsoUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHGCalLayerClusterIsoUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHGCalLayerClusterIsoUnseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n rhoScale = cms.double(1.0),\n useEt = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"1ef3457e689be94afde04b402b660058cf041426","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHcalPFClusterIsoL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHcalPFClusterIsoL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHcalPFClusterIsoL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHcalPFClusterIsoL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -21,3 +21,5 @@\n useEt = cms.bool(True),\n useHF = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"7b08a46a34e198099a3d1dc2f864c55622eedfa3","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHcalPFClusterIsoUnseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHcalPFClusterIsoUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHcalPFClusterIsoUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHcalPFClusterIsoUnseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -21,3 +21,5 @@\n useEt = cms.bool(True),\n useHF = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d92bac362a747c22f82334a510f887d108c883c9","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHollowTrackIsoL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHollowTrackIsoL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHollowTrackIsoL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHollowTrackIsoL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n recoEcalCandidateProducer = cms.InputTag(\"hltEgammaCandidatesL1Seeded\"),\n trackProducer = cms.InputTag(\"hltGeneralTracks\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"8aa5bf8274d435c7c3d80bdeec3752fcf1637040","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHollowTrackIsoUnseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHollowTrackIsoUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHollowTrackIsoUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHollowTrackIsoUnseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n recoEcalCandidateProducer = cms.InputTag(\"hltEgammaCandidatesUnseeded\"),\n trackProducer = cms.InputTag(\"hltGeneralTracks\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d0cdcc8936f7f57037e2c85f2af181295e1e1937","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHoverEL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHoverEL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHoverEL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHoverEL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n maxSeverityHB = cms.int32( 9 ),\n maxSeverityHE = cms.int32( 9 )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"4b9510d0290c4f65c76e0569d6147d76f4e9d741","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHoverEUnseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHoverEUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHoverEUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHoverEUnseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n maxSeverityHB = cms.int32( 9 ),\n maxSeverityHE = cms.int32( 9 )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"79b60f7cfb8b3a1acce02272930a6c66eef1668c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaPixelMatchVarsL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaPixelMatchVarsL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaPixelMatchVarsL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaPixelMatchVarsL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -152,3 +152,5 @@\n productsToWrite = cms.int32(0),\n recoEcalCandidateProducer = cms.InputTag(\"hltEgammaCandidatesL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"2a24f26cd9018c67b097ed01708a34370b6e33d2","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaPixelMatchVarsUnseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaPixelMatchVarsUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaPixelMatchVarsUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaPixelMatchVarsUnseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -152,3 +152,5 @@\n productsToWrite = cms.int32(0),\n recoEcalCandidateProducer = cms.InputTag(\"hltEgammaCandidatesUnseeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"ad219117f97a1b9822d98651c9b815a2cac1d3b8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaSuperClustersToPixelMatchL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaSuperClustersToPixelMatchL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaSuperClustersToPixelMatchL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaSuperClustersToPixelMatchL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@\n minEtCutEB = cms.double(10.0),\n minEtCutEE = cms.double(10.0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"5d361ac3e6930d588870d617377a7b417a71aca3","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaSuperClustersToPixelMatchUnseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaSuperClustersToPixelMatchUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaSuperClustersToPixelMatchUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaSuperClustersToPixelMatchUnseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@\n minEtCutEB = cms.double(10.0),\n minEtCutEE = cms.double(10.0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"7d41be2257cc90e3d0d7c917d4beabdcb154ee78","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoClusterShapeL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoClusterShapeL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoClusterShapeL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaClusterShapeL1Seeded\",\"sigmaIEtaIEta5x5\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"28c9404efc2d83ea067efab9dc0f07510e63b335","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeSigmavvL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoClusterShapeSigmavvL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoClusterShapeSigmavvL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoClusterShapeSigmavvL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsL1Seeded\",\"sigma2vv\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d3a2a7d2d4b566d18b4c5796daa65760be6ec684","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeSigmawwL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoClusterShapeSigmawwL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoClusterShapeSigmawwL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoClusterShapeSigmawwL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsL1Seeded\",\"sigma2ww\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"a7af00a5848542255915c94bed5900a69b3a8aeb","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoGsfDetaL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoGsfDetaL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoGsfDetaL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoGsfDetaL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaGsfTrackVarsL1Seeded\",\"DetaSeed\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"8361d8ea8cfd9ca1388b4c025409a58074dab42d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoGsfDphiL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoGsfDphiL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoGsfDphiL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoGsfDphiL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaGsfTrackVarsL1Seeded\",\"Dphi\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"019a5c3c15780b7f5a38f84ff4838859ede6de7d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoHEL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoHEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoHEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoHEL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHoverEL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"5a644a83ac31b27505e2f005f2637b25ee60ca6c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoHgcalHEL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoHgcalHEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoHgcalHEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoHgcalHEL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsL1Seeded\",\"hForHOverE\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"239ebd395b759fc999abe86e2cbb9d221674ed20","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoPMS2L1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoPMS2L1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoPMS2L1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoPMS2L1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaPixelMatchVarsL1Seeded\",\"s2\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"59704b8001d17c5cdaaa40cdd64c6f5ec9261542","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoPixelMatchL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoPixelMatchL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoPixelMatchL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoPixelMatchL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n tanhSO10InterThres = cms.double(1.0),\n useS = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"9bb822fe0e4f224cda977f5c1644191f68ba5096","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfChi2L1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70BestGsfChi2L1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70BestGsfChi2L1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70BestGsfChi2L1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaBestGsfTrackVarsL1Seeded\",\"Chi2\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"b65d554889570d3a1a127c34271b4fa1253df3b3","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfChi2UnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70BestGsfChi2UnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70BestGsfChi2UnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70BestGsfChi2UnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaBestGsfTrackVarsUnseeded\",\"Chi2\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"05b73cc87d9dd2b831855286a13bbd38362a5c76","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfNLayerITL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70BestGsfNLayerITL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70BestGsfNLayerITL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70BestGsfNLayerITL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaBestGsfTrackVarsL1Seeded\",\"NLayerIT\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"4857544de5fa31a3d807e43ba0ed1e58ad8712db","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfNLayerITUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70BestGsfNLayerITUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70BestGsfNLayerITUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70BestGsfNLayerITUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaBestGsfTrackVarsUnseeded\",\"NLayerIT\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"bedff56a996be89b3346c4420ac32ad09c9cd311","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70ClusterShapeL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70ClusterShapeL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70ClusterShapeL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaClusterShapeL1Seeded\",\"sigmaIEtaIEta5x5\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"e5afa6341465237736ac6d1bbfae74c1e630db4a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmavvL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70ClusterShapeSigmavvL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70ClusterShapeSigmavvL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70ClusterShapeSigmavvL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsL1Seeded\",\"sigma2vv\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"977c02fb7620ed32006fd23e0fc55768ea35d2ff","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmavvUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70ClusterShapeSigmavvUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70ClusterShapeSigmavvUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70ClusterShapeSigmavvUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsUnseeded\",\"sigma2vv\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"e2bc8b1da27c3395c744654d3d67a367e745fcbb","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmawwL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70ClusterShapeSigmawwL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70ClusterShapeSigmawwL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70ClusterShapeSigmawwL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsL1Seeded\",\"sigma2ww\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"f002b4557a9a4eab5c8a37411107a004cf3e0683","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmawwUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70ClusterShapeSigmawwUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70ClusterShapeSigmawwUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70ClusterShapeSigmawwUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsUnseeded\",\"sigma2ww\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"39ed815f30232a5d586a63811294d90abd075b6d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70ClusterShapeUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70ClusterShapeUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70ClusterShapeUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaClusterShapeUnseeded\",\"sigmaIEtaIEta5x5\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"f19e694b3dadab734f8f971ace0e53c3191ba505","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70EcalIsoL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70EcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70EcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70EcalIsoL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaEcalPFClusterIsoL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"bc5ee75f64a988a1c39bc1bb3d9ffdc331b581eb","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70EcalIsoUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70EcalIsoUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70EcalIsoUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70EcalIsoUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaEcalPFClusterIsoUnseeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"9459d669d5288d52db4077010864a18d0db39048","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDetaL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfDetaL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfDetaL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfDetaL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaGsfTrackVarsL1Seeded\",\"DetaSeed\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"96e5131939f53a8f7cdedf251e1a8a0b42d64266","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDetaUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfDetaUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfDetaUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfDetaUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaGsfTrackVarsUnseeded\",\"DetaSeed\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"125205f4b73e5015183bfe1319d3eb7cd2d6aa34","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDphiL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfDphiL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfDphiL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfDphiL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaGsfTrackVarsL1Seeded\",\"Dphi\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"645c4b9e7fdb54101087e0852cf9abfb0c81de68","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDphiUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfDphiUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfDphiUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfDphiUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaGsfTrackVarsUnseeded\",\"Dphi\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"551ac908df335f7a2b5c72daea160ea51f17c353","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfOneOEMinusOneOPL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfOneOEMinusOneOPL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfOneOEMinusOneOPL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfOneOEMinusOneOPL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaGsfTrackVarsL1Seeded\",\"OneOESuperMinusOneOP\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"4f5886a5cec42c25dd6ada994751ea69c02023d2","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfOneOEMinusOneOPUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfOneOEMinusOneOPUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfOneOEMinusOneOPUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfOneOEMinusOneOPUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaGsfTrackVarsUnseeded\",\"OneOESuperMinusOneOP\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"cd5a434244262996c0f8960bb50bfefa31dcffc2","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoFromL1TracksL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfTrackIsoFromL1TracksL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfTrackIsoFromL1TracksL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfTrackIsoFromL1TracksL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaEleL1TrkIsoL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"76edf825f54c104e7b1a8203d11a534c9de5819f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoFromL1TracksUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfTrackIsoFromL1TracksUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfTrackIsoFromL1TracksUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfTrackIsoFromL1TracksUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaEleL1TrkIsoUnseeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"894bfd201ea2efa6a9e64b617fe51d41b054a257","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfTrackIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfTrackIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfTrackIsoL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaEleGsfTrackIsoL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"18e20d092bf719fd2b98f20ac07b15e12c43a15c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfTrackIsoUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfTrackIsoUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfTrackIsoUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaEleGsfTrackIsoUnseeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"7aa529403cd0813692252aa2c18a3e201b8a3a33","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HEL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HEL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHoverEL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d47650c34edbcf6d14eb39d25bd58aff0a2a0760","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HEUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HEUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HEUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HEUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHoverEUnseeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"e63f335462033baac9faa8f575e88fa1d645323b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HcalIsoL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HcalIsoL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaHcalPFClusterIsoL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"98b858654a91f1931d6c9f909a8e461229889eec","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HcalIsoUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HcalIsoUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HcalIsoUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HcalIsoUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaHcalPFClusterIsoUnseeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"ca02d47ebaef4e7a46ec31af118324c4bd48892c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalHEL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HgcalHEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HgcalHEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HgcalHEL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsL1Seeded\",\"hForHOverE\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"06c3a82f72eb7cf55e52727b1c93e125ec5809e2","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalHEUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HgcalHEUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HgcalHEUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HgcalHEUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsUnseeded\",\"hForHOverE\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"a7c46463c9c03361f1484a8eeb7414ca71635ad2","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalIsoL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HgcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HgcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HgcalIsoL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHGCalLayerClusterIsoL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"1dbc80623492a3b559fb6a13072f60e769c982b3","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalIsoUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HgcalIsoUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HgcalIsoUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HgcalIsoUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHGCalLayerClusterIsoUnseeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"6f8a69d7b36399bc4e6e8686e97ed9431e6f33ee","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PMS2L1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70PMS2L1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70PMS2L1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70PMS2L1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaPixelMatchVarsL1Seeded\",\"s2\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"6a33b18888349d8dd8b59d826ed6b67ad3074831","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PMS2UnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70PMS2UnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70PMS2UnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70PMS2UnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaPixelMatchVarsUnseeded\",\"s2\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"1b26f8e91893c85fd82e74a47f1de1e20d74b779","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PixelMatchL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70PixelMatchL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70PixelMatchL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70PixelMatchL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n tanhSO10InterThres = cms.double(1.0),\n useS = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c8413bee89201a660ced8a5a3ccacfc45c0d19f2","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PixelMatchUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70PixelMatchUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70PixelMatchUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70PixelMatchUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n tanhSO10InterThres = cms.double(1.0),\n useS = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d586ac40fdf16220ed6c6d958b2db3cad32e368b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightBestGsfChi2L1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightBestGsfChi2L1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightBestGsfChi2L1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightBestGsfChi2L1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaBestGsfTrackVarsL1Seeded\",\"Chi2\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"50dc2e2a1b19b503dad691d75f00d6ff025a2c6c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightBestGsfNLayerITL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightBestGsfNLayerITL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightBestGsfNLayerITL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightBestGsfNLayerITL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaBestGsfTrackVarsL1Seeded\",\"NLayerIT\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"6134a50794f893e7d54e54a6f4f51287ceeef295","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightClusterShapeL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightClusterShapeL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightClusterShapeL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaClusterShapeL1Seeded\",\"sigmaIEtaIEta5x5\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"7dd253849ff4f97d703e97e2e826f98b1dabc754","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeSigmavvL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightClusterShapeSigmavvL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightClusterShapeSigmavvL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightClusterShapeSigmavvL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsL1Seeded\",\"sigma2vv\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"4505df7405bd23c83231b6b576cee63f10ea9366","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeSigmawwL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightClusterShapeSigmawwL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightClusterShapeSigmawwL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightClusterShapeSigmawwL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsL1Seeded\",\"sigma2ww\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"076f5db26ace7d09c1e4c8695bbe5a1f33f2e189","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightEcalIsoL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightEcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightEcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightEcalIsoL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaEcalPFClusterIsoL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"e5bbd67c508b6e0c003756692857145d13e58a92","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfDetaL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightGsfDetaL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightGsfDetaL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightGsfDetaL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaGsfTrackVarsL1Seeded\",\"DetaSeed\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"34c3996b62b6d5758030346709eddaa6cdc45140","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfDphiL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightGsfDphiL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightGsfDphiL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightGsfDphiL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaGsfTrackVarsL1Seeded\",\"Dphi\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"8116f68f872d79fb0a1a0654501813d179df7c90","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaGsfTrackVarsL1Seeded\",\"OneOESuperMinusOneOP\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"5961348bd5c61b3dd9709b5a61af1e235866e71a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaEleL1TrkIsoL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"dba1f271dcc32a7ae148dd80b7a7a30f26a6caac","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfTrackIsoL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightGsfTrackIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightGsfTrackIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightGsfTrackIsoL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaEleGsfTrackIsoL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"bbfc83a91613761f32ee597f4606bb48e32a41ee","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHEL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightHEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightHEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightHEL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHoverEL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"1d77a665f4f8bf2759bfa0ffa61548f06a7f8c76","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHcalIsoL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightHcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightHcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightHcalIsoL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaHcalPFClusterIsoL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"444081bd5b1aa56b241001878f1ede44f6313d8b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHgcalHEL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightHgcalHEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightHgcalHEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightHgcalHEL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsL1Seeded\",\"hForHOverE\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"9540b27f674886d5ffc0dfb21584153577a02da5","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHgcalIsoL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightHgcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightHgcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightHgcalIsoL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHGCalLayerClusterIsoL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d30833b1556df12a04c4c3da75d851d79f5a05de","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightPMS2L1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightPMS2L1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightPMS2L1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightPMS2L1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaPixelMatchVarsL1Seeded\",\"s2\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"04524a32e880203ac2a1f0da74f6619266e5fdb6","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightPixelMatchL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightPixelMatchL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightPixelMatchL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightPixelMatchL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n tanhSO10InterThres = cms.double(1.0),\n useS = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"3e9b7d1db8a3f60b90056c4ee89a9d29aea652b2","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfChi2L1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightBestGsfChi2L1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightBestGsfChi2L1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightBestGsfChi2L1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaBestGsfTrackVarsL1Seeded\",\"Chi2\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"acc5c8a5af3826c4626f89ecd54529542793d2e4","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfChi2UnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightBestGsfChi2UnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightBestGsfChi2UnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightBestGsfChi2UnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaBestGsfTrackVarsUnseeded\",\"Chi2\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"dfc526b21c16a06e67c9dcf10e47bb44cf16ef37","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfNLayerITL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightBestGsfNLayerITL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightBestGsfNLayerITL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightBestGsfNLayerITL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaBestGsfTrackVarsL1Seeded\",\"NLayerIT\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"361467f9131ba38ca6453ae88b80fce1e5cf650a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfNLayerITUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightBestGsfNLayerITUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightBestGsfNLayerITUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightBestGsfNLayerITUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaBestGsfTrackVarsUnseeded\",\"NLayerIT\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"1a044298e2d9b54305bad81f0ad7f8d587ffad90","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightClusterShapeL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightClusterShapeL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightClusterShapeL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaClusterShapeL1Seeded\",\"sigmaIEtaIEta5x5\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"ce4c40e4d3d261865a8fa8466065a11ed25f16b0","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmavvL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightClusterShapeSigmavvL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightClusterShapeSigmavvL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightClusterShapeSigmavvL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsL1Seeded\",\"sigma2vv\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"45d64809cd477a250f3602271888724889f9cb23","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmavvUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightClusterShapeSigmavvUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightClusterShapeSigmavvUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightClusterShapeSigmavvUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsUnseeded\",\"sigma2vv\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"a232f25db44dcff8a4751569343dab6964417825","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmawwL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightClusterShapeSigmawwL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightClusterShapeSigmawwL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightClusterShapeSigmawwL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsL1Seeded\",\"sigma2ww\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"b542bc27af9b1d41b10c5448c18653fe6bae5f8e","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmawwUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightClusterShapeSigmawwUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightClusterShapeSigmawwUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightClusterShapeSigmawwUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsUnseeded\",\"sigma2ww\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"f6baadccf851038379e8a63e2bb8243e1de1be1d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightClusterShapeUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightClusterShapeUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightClusterShapeUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaClusterShapeUnseeded\",\"sigmaIEtaIEta5x5\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"2b43e41ec4029a46a38d9e16a48905267d911214","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightEcalIsoL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightEcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightEcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightEcalIsoL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaEcalPFClusterIsoL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"7aee24db6a82cbbebb1b70a856434024f6ae85bb","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightEcalIsoUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightEcalIsoUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightEcalIsoUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightEcalIsoUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaEcalPFClusterIsoUnseeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"b894a37f692bf0526b9b991cdb3bbb2c5358e937","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDetaL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfDetaL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfDetaL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfDetaL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaGsfTrackVarsL1Seeded\",\"DetaSeed\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"4112476ba00508b1e99c362670e07c514d1e2fc7","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDetaUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfDetaUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfDetaUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfDetaUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaGsfTrackVarsUnseeded\",\"DetaSeed\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"83f034b56ba96f34526057deb9f95ed6dd830d30","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDphiL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfDphiL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfDphiL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfDphiL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaGsfTrackVarsL1Seeded\",\"Dphi\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"df71dd62cbfa6b67c877fa1f40ac7b91b56ed61f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDphiUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfDphiUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfDphiUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfDphiUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaGsfTrackVarsUnseeded\",\"Dphi\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"cd2f4ab6ef294437085de35d406abd267b7457de","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaGsfTrackVarsL1Seeded\",\"OneOESuperMinusOneOP\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"f8457138dec7a3f23055daf97274422d5ce64213","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaGsfTrackVarsUnseeded\",\"OneOESuperMinusOneOP\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"cf1365e59dca68d8217ca8479a8632525586e0c5","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaEleL1TrkIsoL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"173fd86390ac0ff1f34a40b15ae03b259b3a7ee4","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaEleL1TrkIsoUnseeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"7a9a710e19380ad036a8572ca73a4f8709cf80bb","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfTrackIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfTrackIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfTrackIsoL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaEleGsfTrackIsoL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"6d541637634e6d277c4c3d7e9d0d9d4e5be29592","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfTrackIsoUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfTrackIsoUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfTrackIsoUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaEleGsfTrackIsoUnseeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"1ed0afdd91bb3df271f57100926efdc2d93198bf","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHEL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHEL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHoverEL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"636f6d271dfbc639f8ef451147c05a3dee0244f3","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHEUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHEUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHEUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHEUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHoverEUnseeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c3e0d3896a205242a520c41eda42240987339176","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHcalIsoL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHcalIsoL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaHcalPFClusterIsoL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"61c7b4ff7be4da9517e7be55a9ae42e3b5e424ad","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHcalIsoUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHcalIsoUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHcalIsoUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHcalIsoUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaHcalPFClusterIsoUnseeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"75f1ef3265f17b1cd4e1ec4255341f37cf5db31f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalHEL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHgcalHEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHgcalHEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHgcalHEL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsL1Seeded\",\"hForHOverE\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"aa8230c1a095e340e71dd87bdcfc4030783d42f6","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalHEUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHgcalHEUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHgcalHEUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHgcalHEUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsUnseeded\",\"hForHOverE\")\n )\n+-- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e?per_page=100&page=15 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:15 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"c96d4f8b371190afcce5ab54b1150fbb115f4efae2495e67d49159625fd46482"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:04:54 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4956'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '44'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C784:7AF77:172534:179B70:6812247F')] +{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","node_id":"C_kwDOF83__NoAKGMyMzA5OWM3Mzc3MTIzYjZkZTdmYWZhN2E0ODZiMjBiMThkNTRmN2U","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"message":"Try generating big cache","tree":{"sha":"f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684"}],"stats":{"total":6008,"additions":5944,"deletions":64},"files":[{"sha":"4385d61ab92182352ec0dc1199ae4dde521b6a08","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalIsoL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHgcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHgcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHgcalIsoL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHGCalLayerClusterIsoL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"8f8a16a38f9f1e01bbb7949dd278f8b01950c496","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalIsoUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHgcalIsoUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHgcalIsoUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHgcalIsoUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHGCalLayerClusterIsoUnseeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"be423fb9ca9616cd51969eb9910bef92ac510575","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPMS2L1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightPMS2L1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightPMS2L1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightPMS2L1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaPixelMatchVarsL1Seeded\",\"s2\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"b636b7ac0a826e57988dcb61c399bda85e577125","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPMS2UnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightPMS2UnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightPMS2UnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightPMS2UnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaPixelMatchVarsUnseeded\",\"s2\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"349329d4405273fad13638791ff888d446dacd64","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPixelMatchL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightPixelMatchL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightPixelMatchL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightPixelMatchL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n tanhSO10InterThres = cms.double(1.0),\n useS = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"99fe7b0985e371b9edb5913f2409f2f64d3514fb","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPixelMatchUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightPixelMatchUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightPixelMatchUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightPixelMatchUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n tanhSO10InterThres = cms.double(1.0),\n useS = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"29ba59457d5e08c961f4a9e2bab4c18f61156d9a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5DphiL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5DphiL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5DphiL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5DphiL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaGsfTrackVarsL1Seeded\",\"Dphi\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c00341c7c1da6a21487366942a213ba6ee1fee8f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5DphiUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5DphiUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5DphiUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5DphiUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaGsfTrackVarsUnseeded\",\"Dphi\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0ffca5308fbb491fded231af0aa61d623444d02a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfChi2L1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightBestGsfChi2L1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightBestGsfChi2L1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightBestGsfChi2L1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaBestGsfTrackVarsL1Seeded\",\"Chi2\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"bc1a8eabbea3ec2aba37680a081da0b4bee4f815","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfChi2UnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightBestGsfChi2UnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightBestGsfChi2UnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightBestGsfChi2UnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaBestGsfTrackVarsUnseeded\",\"Chi2\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"1211d796b378e7dd60bed65c8036e51ed681f075","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfNLayerITL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightBestGsfNLayerITL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightBestGsfNLayerITL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightBestGsfNLayerITL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaBestGsfTrackVarsL1Seeded\",\"NLayerIT\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"e27d31ea64fd70403a8aa6fa69eb43bef71daf49","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfNLayerITUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightBestGsfNLayerITUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightBestGsfNLayerITUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightBestGsfNLayerITUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaBestGsfTrackVarsUnseeded\",\"NLayerIT\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c8c81613f21512ad14a9d3d8d9a5623b303ca44c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightClusterShapeL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightClusterShapeL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightClusterShapeL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaClusterShapeL1Seeded\",\"sigmaIEtaIEta5x5\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"cee855cce9c9c2eef86776df98bc067330bcbb08","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmavvL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightClusterShapeSigmavvL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightClusterShapeSigmavvL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightClusterShapeSigmavvL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsL1Seeded\",\"sigma2vv\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"cc2b9c8cb36c5c8843050677879d9c349ef372fe","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmavvUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightClusterShapeSigmavvUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightClusterShapeSigmavvUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightClusterShapeSigmavvUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsUnseeded\",\"sigma2vv\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"da11c102cb48fc6378b5e945dda20fc13d30d2ba","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmawwL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightClusterShapeSigmawwL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightClusterShapeSigmawwL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightClusterShapeSigmawwL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsL1Seeded\",\"sigma2ww\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"bc900d1f8897fb9ed2b80f1d9a8d5c334f9e414e","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmawwUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightClusterShapeSigmawwUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightClusterShapeSigmawwUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightClusterShapeSigmawwUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsUnseeded\",\"sigma2ww\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"7d88e7b9c9b45e3915739665fbe5c1c11b1d7b61","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightClusterShapeUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightClusterShapeUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightClusterShapeUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaClusterShapeUnseeded\",\"sigmaIEtaIEta5x5\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"bd279b296532ed2ad17b0afc5aeb645ef9c59981","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightEcalIsoL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightEcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightEcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightEcalIsoL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaEcalPFClusterIsoL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0a4badd8a36ff146362c02fff5a4f43023a8ad33","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightEcalIsoUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightEcalIsoUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightEcalIsoUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightEcalIsoUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaEcalPFClusterIsoUnseeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0e220a89fe46f3a20ba2ce30ce734fc3e4da22a8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDetaL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfDetaL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfDetaL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfDetaL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaGsfTrackVarsL1Seeded\",\"DetaSeed\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"ef400b4807926deb056f405c09cff08272271e05","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDetaUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfDetaUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfDetaUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfDetaUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaGsfTrackVarsUnseeded\",\"DetaSeed\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"383c6ab0b0c712db1829ad205363def8694fd26a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDphiL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfDphiL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfDphiL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfDphiL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaGsfTrackVarsL1Seeded\",\"Dphi\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"61de7768052bebbf5de98538675cf14fe0a0c9a1","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDphiUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfDphiUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfDphiUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfDphiUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaGsfTrackVarsUnseeded\",\"Dphi\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"a9e3e174ba9b5e81757953bf5b588647bb8f4d8c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaGsfTrackVarsL1Seeded\",\"OneOESuperMinusOneOP\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"f545d3eaf5d330fbae407e23c32e2c8e340a3299","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaGsfTrackVarsUnseeded\",\"OneOESuperMinusOneOP\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"7fde657d8a44684ec0dae3c6faf61e7b66d8d77a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaEleL1TrkIsoL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"64a04116241a5bba174642c2f0a8be5aa85601f0","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaEleL1TrkIsoUnseeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"ddbf511e926d06e0dccfc51a15e2939a85c87d0c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfTrackIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfTrackIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfTrackIsoL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaEleGsfTrackIsoL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"cb3c4fffc7336de8ef29c3c235e1c303ceff1df3","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfTrackIsoUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfTrackIsoUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfTrackIsoUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaEleGsfTrackIsoUnseeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"71b3c7dbb5a55cccb4d6a00393aac79fd729cc5d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHEL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHEL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHoverEL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0186371e594e35feeaa67a81b4320e91cadfeb58","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHEUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHEUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHEUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHEUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHoverEUnseeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"8f39991dfa43201308b0d1201a4801b4ee77bf4b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHcalIsoL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHcalIsoL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaHcalPFClusterIsoL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"253820bf75206cf580c1425047f256dd781d67c0","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHcalIsoUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHcalIsoUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHcalIsoUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHcalIsoUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaHcalPFClusterIsoUnseeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"16d03780d8d3893bd3dc8e5e2a5051775c989b93","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalHEL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHgcalHEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHgcalHEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHgcalHEL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsL1Seeded\",\"hForHOverE\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"6595e5c5fa88cc1eea2ebc08082516575a7c64d1","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalHEUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHgcalHEUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHgcalHEUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHgcalHEUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsUnseeded\",\"hForHOverE\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"2b77f6fc4e07dc19f186c9f58a6233f09dd6775a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalIsoL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHgcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHgcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHgcalIsoL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHGCalLayerClusterIsoL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"027a5efada6b1714f48d676c3618f8801fd98d95","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalIsoUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHgcalIsoUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHgcalIsoUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHgcalIsoUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHGCalLayerClusterIsoUnseeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"b29ca3d05396a1fa6c91353ac0562a35bf20d3f1","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPMS2L1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightPMS2L1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightPMS2L1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightPMS2L1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaPixelMatchVarsL1Seeded\",\"s2\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"afccf4f26b52aee02c52f5f9ba115db2047715ba","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPMS2UnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightPMS2UnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightPMS2UnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightPMS2UnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaPixelMatchVarsUnseeded\",\"s2\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"82680ad9107171efa5bbfa3373b8492a7486424c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPixelMatchL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightPixelMatchL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightPixelMatchL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightPixelMatchL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n tanhSO10InterThres = cms.double(1.0),\n useS = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0a5622765884a6ce5147dffa5021b4643b71c1ce","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPixelMatchUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightPixelMatchUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightPixelMatchUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightPixelMatchUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n tanhSO10InterThres = cms.double(1.0),\n useS = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"a8a0ecafe897d7ac98380580f197ea0807f231b9","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsForTripletsL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitDoubletsForTripletsL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitDoubletsForTripletsL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitDoubletsForTripletsL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n trackingRegions = cms.InputTag(\"hltEleSeedsTrackingRegionsL1Seeded\"),\n trackingRegionsSeedingLayers = cms.InputTag(\"\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"663abb2aa6a77dc6bb78e88ad8a8c4bd69eab6b8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsForTripletsUnseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitDoubletsForTripletsUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitDoubletsForTripletsUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitDoubletsForTripletsUnseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n trackingRegions = cms.InputTag(\"hltEleSeedsTrackingRegionsUnseeded\"),\n trackingRegionsSeedingLayers = cms.InputTag(\"\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"65f56b6cc170dd12e28bedf0a9b8ea0562c9adc3","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitDoubletsL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitDoubletsL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitDoubletsL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n trackingRegions = cms.InputTag(\"hltEleSeedsTrackingRegionsL1Seeded\"),\n trackingRegionsSeedingLayers = cms.InputTag(\"\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"647e18f826d5a44165a063a00fa7742efc6fa10d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsUnseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitDoubletsUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitDoubletsUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitDoubletsUnseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n trackingRegions = cms.InputTag(\"hltEleSeedsTrackingRegionsUnseeded\"),\n trackingRegionsSeedingLayers = cms.InputTag(\"\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"85fbafe8ac03554242c8020d2f4434dd7e348543","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsClusterRemoverL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitTripletsClusterRemoverL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitTripletsClusterRemoverL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitTripletsClusterRemoverL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n pixelClusters = cms.InputTag(\"hltSiPixelClusters\"),\n trajectories = cms.InputTag(\"hltElePixelSeedsTripletsL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"032ce8689e711b08317786f4bc83760d087c330e","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsClusterRemoverUnseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitTripletsClusterRemoverUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitTripletsClusterRemoverUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitTripletsClusterRemoverUnseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n pixelClusters = cms.InputTag(\"hltSiPixelClusters\"),\n trajectories = cms.InputTag(\"hltElePixelSeedsTripletsUnseeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0cb6552f539765a0fad1882b26ae4c02ff84f1c7","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitTripletsL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitTripletsL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitTripletsL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -18,3 +18,5 @@\n ),\n useBendingCorrection = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"873c8be52bcb29736592ae2d60a0c90c8aff2d05","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsUnseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitTripletsUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitTripletsUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitTripletsUnseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -18,3 +18,5 @@\n ),\n useBendingCorrection = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"15f5f4acd789b5b0f241eb531757bbf3500bd8be","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsCombinedL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelSeedsCombinedL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelSeedsCombinedL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelSeedsCombinedL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n hltElePixelSeedsCombinedL1Seeded = cms.EDProducer(\"SeedCombiner\",\n seedCollections = cms.VInputTag(\"hltElePixelSeedsDoubletsL1Seeded\", \"hltElePixelSeedsTripletsL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"e0c45cb268311250f534822e9d16f7f81a1f2197","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsCombinedUnseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelSeedsCombinedUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelSeedsCombinedUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelSeedsCombinedUnseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n hltElePixelSeedsCombinedUnseeded = cms.EDProducer(\"SeedCombiner\",\n seedCollections = cms.VInputTag(\"hltElePixelSeedsDoubletsUnseeded\", \"hltElePixelSeedsTripletsUnseeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"6387ec5f1d62d1131ce7b9a200fc2ae5704e05fc","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsDoubletsL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelSeedsDoubletsL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelSeedsDoubletsL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelSeedsDoubletsL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n propagator = cms.string('PropagatorWithMaterialParabolicMf'),\n seedingHitSets = cms.InputTag(\"hltElePixelHitDoubletsL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"93d304f73d0663afafb6da4f2feabfb430d67241","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsDoubletsUnseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelSeedsDoubletsUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelSeedsDoubletsUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelSeedsDoubletsUnseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n propagator = cms.string('PropagatorWithMaterialParabolicMf'),\n seedingHitSets = cms.InputTag(\"hltElePixelHitDoubletsUnseeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"ef0da66e60b90785d792de0883af0c2ee7f950b6","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsTripletsL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelSeedsTripletsL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelSeedsTripletsL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelSeedsTripletsL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n propagator = cms.string('PropagatorWithMaterialParabolicMf'),\n seedingHitSets = cms.InputTag(\"hltElePixelHitTripletsL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"68e15052a91b7085afebf21da69c60190e666073","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsTripletsUnseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelSeedsTripletsUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelSeedsTripletsUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelSeedsTripletsUnseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n propagator = cms.string('PropagatorWithMaterialParabolicMf'),\n seedingHitSets = cms.InputTag(\"hltElePixelHitTripletsUnseeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"f2c494c81eb26ae941f23cfffc6ce6501ce070e4","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEleSeedsTrackingRegionsL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEleSeedsTrackingRegionsL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEleSeedsTrackingRegionsL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEleSeedsTrackingRegionsL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -20,3 +20,5 @@\n whereToUseMeasTracker = cms.string('kNever')\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"2639e4ca83443dc4bd08863ce94f2cb4a246701d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEleSeedsTrackingRegionsUnseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEleSeedsTrackingRegionsUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEleSeedsTrackingRegionsUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEleSeedsTrackingRegionsUnseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -20,3 +20,5 @@\n whereToUseMeasTracker = cms.string('kNever')\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"9cd9390a38b8a3d775b8491fa0f7f84b6ac7db76","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersCLUE3DHighL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFilteredLayerClustersCLUE3DHighL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFilteredLayerClustersCLUE3DHighL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFilteredLayerClustersCLUE3DHighL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n min_cluster_size = cms.int32(2),\n min_layerId = cms.int32(0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"e4e8f4ac136af9ed5c739afddb84d6c465da53ef","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersCLUE3DHigh_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFilteredLayerClustersCLUE3DHigh_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFilteredLayerClustersCLUE3DHigh_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFilteredLayerClustersCLUE3DHigh_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n min_cluster_size = cms.int32(2),\n min_layerId = cms.int32(0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d7a7773d0c9978eee860f8b926f2ace7667149fe","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersRecoveryL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFilteredLayerClustersRecoveryL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFilteredLayerClustersRecoveryL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFilteredLayerClustersRecoveryL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n min_cluster_size = cms.int32(2),\n min_layerId = cms.int32(0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d5a7bdd278d07aef9784da42c46e5a24b66b946a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersRecovery_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFilteredLayerClustersRecovery_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFilteredLayerClustersRecovery_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFilteredLayerClustersRecovery_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n min_cluster_size = cms.int32(2),\n min_layerId = cms.int32(0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c563239975035f63f40c4add295fc138e340e703","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltFirstStepPrimaryVerticesUnsorted_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFirstStepPrimaryVerticesUnsorted_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFirstStepPrimaryVerticesUnsorted_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFirstStepPrimaryVerticesUnsorted_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -37,3 +37,5 @@\n useBeamConstraint = cms.bool(False)\n ))\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"541caea614675b68587b1ed0e48df7921292d31f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltFixedGridRhoFastjetAllCaloForEGamma_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFixedGridRhoFastjetAllCaloForEGamma_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFixedGridRhoFastjetAllCaloForEGamma_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFixedGridRhoFastjetAllCaloForEGamma_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n skipECAL = cms.bool(False),\n skipHCAL = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"507a240cf61271589c104f362de72755cede6643","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltFixedGridRhoFastjetAll_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFixedGridRhoFastjetAll_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFixedGridRhoFastjetAll_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFixedGridRhoFastjetAll_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n maxRapidity = cms.double(5.0),\n pfCandidatesTag = cms.InputTag(\"hltParticleFlowTmp\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"517e5ec3e609681ae6c0216b997a6c104e8c73ea","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltGoodOfflinePrimaryVertices_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltGoodOfflinePrimaryVertices_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltGoodOfflinePrimaryVertices_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltGoodOfflinePrimaryVertices_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n filter = cms.bool(False),\n src = cms.InputTag(\"hltOfflinePrimaryVertices\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"8a6afb35b0630fd420b13ece111699fca4ac45c2","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHGCalUncalibRecHitL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHGCalUncalibRecHitL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHGCalUncalibRecHitL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHGCalUncalibRecHitL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -60,3 +60,5 @@\n \n from Configuration.ProcessModifiers.ticl_v5_cff import ticl_v5\n ticl_v5.toModify(hltHGCalUncalibRecHitL1Seeded, computeLocalTime = cms.bool(True))\n+-- dummy change --\n+-- dummy change --"},{"sha":"7668da899886eeb8ac725c74c601b22e79ba7283","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersEEL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersEEL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersEEL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersEEL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -34,3 +34,5 @@\n timeClname = cms.string('timeLayerCluster')\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"8d2017352b4fc745ec8d8444f4422d6f3a809086","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersEE_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersEE_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersEE_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersEE_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -33,3 +33,5 @@\n recHits = cms.InputTag(\"hltHGCalRecHit\",\"HGCEERecHits\"),\n timeClname = cms.string('timeLayerCluster')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"7a9e3ab8ebdc8bdcfc9c7ed19f565b90b59af897","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersFromSoAProducer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersFromSoAProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersFromSoAProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersFromSoAProducer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"6ff4d095046992f12d0e91da0dd5e62f7280472f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSciL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersHSciL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersHSciL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersHSciL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -34,3 +34,5 @@\n timeClname = cms.string('timeLayerCluster')\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"cbff3e2c24816858fe44a3902c3f0de76669c283","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSci_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersHSci_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersHSci_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersHSci_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -33,3 +33,5 @@\n recHits = cms.InputTag(\"hltHGCalRecHit\",\"HGCHEBRecHits\"),\n timeClname = cms.string('timeLayerCluster')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"8fc6fd66d16a79cd73e266caa21365f9c114e4c6","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSiL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersHSiL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersHSiL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersHSiL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -34,3 +34,5 @@\n timeClname = cms.string('timeLayerCluster')\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"09b3a0c3fb101a3181061e8f9a65f76bff84879a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSi_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersHSi_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersHSi_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersHSi_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -33,3 +33,5 @@\n recHits = cms.InputTag(\"hltHGCalRecHit\",\"HGCHEFRecHits\"),\n timeClname = cms.string('timeLayerCluster')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d152a018c5875ec9fb4f54927b561ef608ae0664","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalMergeLayerClustersL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalMergeLayerClustersL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalMergeLayerClustersL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalMergeLayerClustersL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n time_layerclustersHSci = cms.InputTag(\"hltHgcalLayerClustersHSciL1Seeded\",\"timeLayerCluster\"),\n time_layerclustersHSi = cms.InputTag(\"hltHgcalLayerClustersHSiL1Seeded\",\"timeLayerCluster\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"61efc1fe71646f5252925f0d03db0104207c80a6","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalMergeLayerClusters_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalMergeLayerClusters_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalMergeLayerClusters_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalMergeLayerClusters_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n time_layerclustersHSci = cms.InputTag(\"hltHgcalLayerClustersHSci\",\"timeLayerCluster\"),\n time_layerclustersHSi = cms.InputTag(\"hltHgcalLayerClustersHSi\",\"timeLayerCluster\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d394abe2006751f346e7d952089d691afbceced1","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoALayerClustersProducer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalSoALayerClustersProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalSoALayerClustersProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalSoALayerClustersProducer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n positionDeltaRho2 = cms.double(1.69),\n thresholdW0 = cms.double(2.9)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"b82871cf8ccec530fb783d9288b0611ba8e445e8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoARecHitsLayerClustersProducer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalSoARecHitsLayerClustersProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalSoARecHitsLayerClustersProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalSoARecHitsLayerClustersProducer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n kappa = cms.double(9),\n outlierDeltaFactor = cms.double(2.0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"54e936a0fed9760406f9b11bdfbae369946e87a8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoARecHitsProducer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalSoARecHitsProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalSoARecHitsProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalSoARecHitsProducer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@\n thicknessCorrection = HGCAL_reco_constants.thicknessCorrection,\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"e77d18ea71de289c60c4f3f9dcef371ec2fe92ed","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalTrackCollection_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalTrackCollection_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalTrackCollection_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalTrackCollection_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@\n trackQuality = cms.string('highPurity'),\n useIterativeTracking = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"6d07b4d20cee8f38284a8d3ee3329db8fa8ca925","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepClusters_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepClusters_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepClusters_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepClusters_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -19,3 +19,5 @@\n \n from Configuration.ProcessModifiers.trackingLST_cff import trackingLST\n trackingLST.toReplaceWith(hltHighPtTripletStepClusters, _hltHighPtTripletStepClustersLST)\n+-- dummy change --\n+-- dummy change --"},{"sha":"068961367b4ad60f192be14deda46b241721116d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepHitDoublets_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepHitDoublets_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepHitDoublets_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepHitDoublets_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -15,3 +15,5 @@\n \n from Configuration.ProcessModifiers.phase2_hlt_vertexTrimming_cff import phase2_hlt_vertexTrimming\n phase2_hlt_vertexTrimming.toModify(hltHighPtTripletStepHitDoublets, trackingRegions = \"hltTrackingRegionFromTrimmedVertices\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"16806a4001b9937fbb87db067f6be14ca91e4d59","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepHitTriplets_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepHitTriplets_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepHitTriplets_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepHitTriplets_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -21,3 +21,5 @@\n mightGet = cms.optional.untracked.vstring,\n useBendingCorrection = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"7c9c74ba0dfd32339937b2baa759eded4da2a877","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeedLayers_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepSeedLayers_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepSeedLayers_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepSeedLayers_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -65,3 +65,5 @@\n ),\n mightGet = cms.optional.untracked.vstring\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"25f7a0fd9ded70852a5d703403661c9897415ba2","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeedTracksLST_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepSeedTracksLST_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepSeedTracksLST_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepSeedTracksLST_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n beamSpot = cms.InputTag(\"hltOnlineBeamSpot\"),\n TTRHBuilder = cms.string(\"hltESPTTRHBuilderWithoutRefit\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"71683fd5bba9eac821f7485f7468b697b2a9dbe4","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeeds_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepSeeds_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepSeeds_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepSeeds_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n propagator = cms.string('PropagatorWithMaterial'),\n seedingHitSets = cms.InputTag(\"hltHighPtTripletStepHitTriplets\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"24c0623dce08f08b4029f3ca8a7fcbdfb6d547e7","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCandidates_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackCandidates_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackCandidates_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackCandidates_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -24,3 +24,5 @@\n src = cms.InputTag(\"hltHighPtTripletStepSeeds\"),\n useHitsSplitting = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"30eeaad73478415322559c675380f2b89dbc2ab5","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCandidatespLSTCLST_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackCandidatespLSTCLST_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackCandidatespLSTCLST_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackCandidatespLSTCLST_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,3 +2,5 @@\n \n from ..modules.hltHighPtTripletStepTrackCandidates_cfi import hltHighPtTripletStepTrackCandidates as _hltHighPtTripletStepTrackCandidates\n hltHighPtTripletStepTrackCandidatespLSTCLST = _hltHighPtTripletStepTrackCandidates.clone( src = \"hltInitialStepTrackCandidates:pLSTSsLST\" )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c8b0f41408d0ffa06c53a602f9e7ccba624599b6","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCutClassifier_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackCutClassifier_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackCutClassifier_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackCutClassifier_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n src = cms.InputTag(\"hltHighPtTripletStepTracks\"),\n vertices = cms.InputTag(\"hltPhase2PixelVertices\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"b7471435a6ea9e3eb58ce916ce9ab32a49b26155","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCutClassifierpLSTCLST_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackCutClassifierpLSTCLST_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackCutClassifierpLSTCLST_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackCutClassifierpLSTCLST_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,3 +2,5 @@\n \n from ..modules.hltHighPtTripletStepTrackCutClassifier_cfi import hltHighPtTripletStepTrackCutClassifier as _hltHighPtTripletStepTrackCutClassifier\n hltHighPtTripletStepTrackCutClassifierpLSTCLST = _hltHighPtTripletStepTrackCutClassifier.clone( src = \"hltHighPtTripletStepTrackspLSTCLST\" )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0439b5c53eb84e39fa522b91539f4e50ab360d11","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackSelectionHighPurity_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackSelectionHighPurity_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackSelectionHighPurity_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackSelectionHighPurity_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n originalQualVals = cms.InputTag(\"hltHighPtTripletStepTrackCutClassifier\",\"QualityMasks\"),\n originalSource = cms.InputTag(\"hltHighPtTripletStepTracks\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c1f8661f829ecb1b978c1ccd3bec10cf20acc8fa","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackSelectionHighPuritypLSTCLST_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackSelectionHighPuritypLSTCLST_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackSelectionHighPuritypLSTCLST_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackSelectionHighPuritypLSTCLST_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n originalQualVals = \"hltHighPtTripletStepTrackCutClassifierpLSTCLST:QualityMasks\",\n originalSource = \"hltHighPtTripletStepTrackspLSTCLST\"\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"406363596abf9e097025df45bb73884fbd6388f0","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackingRegionFromTrimmedVertices_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackingRegionFromTrimmedVertices_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackingRegionFromTrimmedVertices_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackingRegionFromTrimmedVertices_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -27,3 +27,5 @@\n scalingEndNPix = cms.double(1.0),\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"992ae448e5ce1bd8f53185a4c0ac8ab98ade9c72","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTracks_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTracks_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTracks_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTracks_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -17,3 +17,5 @@\n useHitsSplitting = cms.bool(False),\n useSimpleMF = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"5c28486328501e4ce7aea2aaf40d36e59d8f1350","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackspLSTCLST_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackspLSTCLST_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackspLSTCLST_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackspLSTCLST_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,3 +2,5 @@\n \n from ..modules.hltHighPtTripletStepTracks_cfi import hltHighPtTripletStepTracks as _hltHighPtTripletStepTracks\n hltHighPtTripletStepTrackspLSTCLST = _hltHighPtTripletStepTracks.clone( src = \"hltHighPtTripletStepTrackCandidatespLSTCLST\" )\n+-- dummy change --\n+-- dummy change --"},{"sha":"8067bdba336fbc157a196c53ad30de7cd339cbe8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsCombinatoricRecoTaus_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsCombinatoricRecoTaus_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsCombinatoricRecoTaus_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsCombinatoricRecoTaus_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -122,3 +122,5 @@\n piZeroSrc = cms.InputTag(\"hltPFTauPiZeros\"),\n verbosity = cms.int32(0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"57d2d774ce3f0618b0ad01f88b49f9bc35bd9825","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsDoublePFTau35MediumDitauWPDeepTau_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsDoublePFTau35MediumDitauWPDeepTau_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsDoublePFTau35MediumDitauWPDeepTau_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsDoublePFTau35MediumDitauWPDeepTau_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n saveTags = cms.bool(True),\n triggerType = cms.int32(84)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"34cb33478a3a2fbb3056328f079081477f9b4538","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsDoublePFTau40TrackPt1MediumChargedIsolation_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsDoublePFTau40TrackPt1MediumChargedIsolation_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsDoublePFTau40TrackPt1MediumChargedIsolation_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsDoublePFTau40TrackPt1MediumChargedIsolation_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n saveTags = cms.bool(True),\n triggerType = cms.int32(84)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"95fd44234d42a6f34fab8bc0b29f0e5856deaef1","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTau27LooseTauWPDeepTau_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTau27LooseTauWPDeepTau_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTau27LooseTauWPDeepTau_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTau27LooseTauWPDeepTau_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n saveTags = cms.bool(True),\n triggerType = cms.int32(84)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"98e6a25a19d60ec7919daafa976649769f9ba1ee","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTau30LooseTauWPDeepTau_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTau30LooseTauWPDeepTau_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTau30LooseTauWPDeepTau_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTau30LooseTauWPDeepTau_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n saveTags = cms.bool(True),\n triggerType = cms.int32(84)\n )\n+-- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e?per_page=100&page=16 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:16 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"17fb9d43e5214d8cfed6ee9255b4e9662b1a548539557ea0c02962597e8e8336"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:04:54 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4955'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '45'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C78E:52083:18F485:196AC5:6812247F')] +{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","node_id":"C_kwDOF83__NoAKGMyMzA5OWM3Mzc3MTIzYjZkZTdmYWZhN2E0ODZiMjBiMThkNTRmN2U","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"message":"Try generating big cache","tree":{"sha":"f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684"}],"stats":{"total":6008,"additions":5944,"deletions":64},"files":[{"sha":"22d1074c154effe534c1686c88d15fe50c99c356","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauBasicDiscriminatorsForDeepTau_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauBasicDiscriminatorsForDeepTau_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauBasicDiscriminatorsForDeepTau_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauBasicDiscriminatorsForDeepTau_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -116,3 +116,5 @@\n verbosity = cms.int32(0),\n vertexSrc = cms.InputTag(\"hltPhase2PixelVertices\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"7a67ae5a36548c4b4759543ec1ba8ee289487a22","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauBasicDiscriminatorsdR03ForDeepTau_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauBasicDiscriminatorsdR03ForDeepTau_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauBasicDiscriminatorsdR03ForDeepTau_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauBasicDiscriminatorsdR03ForDeepTau_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -116,3 +116,5 @@\n verbosity = cms.int32(0),\n vertexSrc = cms.InputTag(\"hltPhase2PixelVertices\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"f2eab829c425a83381bcc92e2b20f6532ffdec78","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauDeepTauProducer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauDeepTauProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauDeepTauProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauDeepTauProducer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -31,3 +31,5 @@\n pfTauTransverseImpactParameters = cms.InputTag( \"hltHpsPFTauTransverseImpactParametersForDeepTau\" ),\n Prediscriminants = cms.PSet( BooleanOperator = cms.string( \"and\" ) )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"77455f7c3234d95caa89420266b7b27b521d9161","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauDiscriminationByDecayModeFindingNewDMs_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauDiscriminationByDecayModeFindingNewDMs_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauDiscriminationByDecayModeFindingNewDMs_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauDiscriminationByDecayModeFindingNewDMs_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -108,3 +108,5 @@\n requireTauChargedHadronsToBeChargedPFCands = cms.bool(False),\n verbosity = cms.int32(0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"a12047d66d08eb003d97022d8a22695a8bf33b87","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumAbsOrRelChargedIsolationDiscriminator_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauMediumAbsOrRelChargedIsolationDiscriminator_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauMediumAbsOrRelChargedIsolationDiscriminator_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauMediumAbsOrRelChargedIsolationDiscriminator_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"a435560fed3a3b12e679045076c387c24eba13b1","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumAbsoluteChargedIsolationDiscriminator_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauMediumAbsoluteChargedIsolationDiscriminator_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauMediumAbsoluteChargedIsolationDiscriminator_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauMediumAbsoluteChargedIsolationDiscriminator_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -100,3 +100,5 @@\n verbosity = cms.int32(0),\n vertexSrc = cms.InputTag(\"NotUsed\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"5511c71b20e555cf5907fb3d86131f539c4afe8f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumRelativeChargedIsolationDiscriminator_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauMediumRelativeChargedIsolationDiscriminator_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauMediumRelativeChargedIsolationDiscriminator_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauMediumRelativeChargedIsolationDiscriminator_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -100,3 +100,5 @@\n verbosity = cms.int32(0),\n vertexSrc = cms.InputTag(\"NotUsed\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"33048616387a29b690187ea0a55cf090a56fc9e5","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauPrimaryVertexProducerForDeepTau_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauPrimaryVertexProducerForDeepTau_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauPrimaryVertexProducerForDeepTau_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauPrimaryVertexProducerForDeepTau_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -56,3 +56,5 @@\n useBeamSpot = cms.bool(True),\n useSelectedTaus = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"94c66fd028b06211e7691a96fef323517c9df099","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauProducerSansRefs_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauProducerSansRefs_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauProducerSansRefs_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauProducerSansRefs_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -43,3 +43,5 @@\n src = cms.InputTag(\"hltHpsCombinatoricRecoTaus\"),\n verbosity = cms.int32(0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"9c668ed0342eb8ca399627f8983098e507ffd22e","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauSecondaryVertexProducerForDeepTau_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauSecondaryVertexProducerForDeepTau_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauSecondaryVertexProducerForDeepTau_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauSecondaryVertexProducerForDeepTau_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n hltHpsPFTauSecondaryVertexProducerForDeepTau = cms.EDProducer(\"PFTauSecondaryVertexProducer\",\n PFTauTag = cms.InputTag(\"hltHpsPFTauProducer\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"02b17ef135f0ffb6293e6b5b7c222ed34d0c44fd","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauTrackFindingDiscriminator_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauTrackFindingDiscriminator_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauTrackFindingDiscriminator_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauTrackFindingDiscriminator_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n ),\n UseOnlyChargedHadrons = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"29be318b656b97967fc0ce91ac051e6fb4b26903","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauTransverseImpactParametersForDeepTau_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauTransverseImpactParametersForDeepTau_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauTransverseImpactParametersForDeepTau_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauTransverseImpactParametersForDeepTau_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n PFTauTag = cms.InputTag(\"hltHpsPFTauProducer\"),\n useFullCalculation = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"f6fd332fe5a6eb4ca55752196d2fa559375ca713","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTauLooseTauWPDeepTau_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsSelectedPFTauLooseTauWPDeepTau_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsSelectedPFTauLooseTauWPDeepTau_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsSelectedPFTauLooseTauWPDeepTau_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n discriminators = cms.VPSet(),\n src = cms.InputTag(\"hltHpsPFTauProducer\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"32879cc9e2f5b5e7c1b08035e344a0e0d3b76394","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausMediumDitauWPDeepTau_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsSelectedPFTausMediumDitauWPDeepTau_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsSelectedPFTausMediumDitauWPDeepTau_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsSelectedPFTausMediumDitauWPDeepTau_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n discriminators = cms.VPSet(),\n src = cms.InputTag(\"hltHpsPFTauProducer\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"cbbf478b0bc495a1c96a1ecaa049f627c7b4e54c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausTrackFinding_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsSelectedPFTausTrackFinding_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsSelectedPFTausTrackFinding_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsSelectedPFTausTrackFinding_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n )),\n src = cms.InputTag(\"hltHpsPFTauProducer\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"f4cae826204094fe09da6c3b765a6bf2615240a7","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausTrackPt1MediumChargedIsolation_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsSelectedPFTausTrackPt1MediumChargedIsolation_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsSelectedPFTausTrackPt1MediumChargedIsolation_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsSelectedPFTausTrackPt1MediumChargedIsolation_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n )),\n src = cms.InputTag(\"hltHpsPFTauProducer\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"20f13156d79b4d5bf86a8c8bd0203ac4c89d2fdc","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectionDiscriminator_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsSelectionDiscriminator_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsSelectionDiscriminator_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsSelectionDiscriminator_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -108,3 +108,5 @@\n requireTauChargedHadronsToBeChargedPFCands = cms.bool(False),\n verbosity = cms.int32(0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"bfebdc62d798e843593370934e6b9ef865f47c52","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsTauPFJetsRecoTauChargedHadronsWithNeutrals_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsTauPFJetsRecoTauChargedHadronsWithNeutrals_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsTauPFJetsRecoTauChargedHadronsWithNeutrals_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsTauPFJetsRecoTauChargedHadronsWithNeutrals_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -117,3 +117,5 @@\n ),\n verbosity = cms.int32(0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c5a28a38650bd5576db477f47d0ade1ab6ca4905","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHtMhtPFPuppiCentralJetsQuadC30MaxEta2p4_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHtMhtPFPuppiCentralJetsQuadC30MaxEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHtMhtPFPuppiCentralJetsQuadC30MaxEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHtMhtPFPuppiCentralJetsQuadC30MaxEta2p4_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n pfCandidatesLabel = cms.InputTag(\"\"),\n usePt = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"a6a71243fede92ba877cb77baf6b45f8fe067bec","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepSeedTracksLST_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepSeedTracksLST_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepSeedTracksLST_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepSeedTracksLST_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n beamSpot = cms.InputTag(\"hltOnlineBeamSpot\"),\n TTRHBuilder = cms.string(\"hltESPTTRHBuilderWithoutRefit\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"6892e85a2d14756a4d94985490925b2287986977","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCandidates_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackCandidates_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackCandidates_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackCandidates_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -46,3 +46,5 @@\n \n from Configuration.ProcessModifiers.trackingLST_cff import trackingLST\n trackingLST.toReplaceWith(hltInitialStepTrackCandidates, _hltInitialStepTrackCandidatesLST)\n+-- dummy change --\n+-- dummy change --"},{"sha":"1267ada52061e9b120af45f22cfdc4d44a42c7fa","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifier_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackCutClassifier_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackCutClassifier_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackCutClassifier_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n src = cms.InputTag(\"hltInitialStepTracks\"),\n vertices = cms.InputTag(\"hltPhase2PixelVertices\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"a56c54ec81535760aad0d93e490fa310a1f1d752","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifierpLSTCLST_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackCutClassifierpLSTCLST_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackCutClassifierpLSTCLST_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackCutClassifierpLSTCLST_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,3 +2,5 @@\n \n from ..modules.hltInitialStepTrackCutClassifier_cfi import hltInitialStepTrackCutClassifier as _hltInitialStepTrackCutClassifier\n hltInitialStepTrackCutClassifierpLSTCLST = _hltInitialStepTrackCutClassifier.clone( src = \"hltInitialStepTrackspLSTCLST\" )\n+-- dummy change --\n+-- dummy change --"},{"sha":"5cba858e3e8c42682cbc1e763a3c88fa11c4d108","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifierpTTCLST_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackCutClassifierpTTCLST_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackCutClassifierpTTCLST_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackCutClassifierpTTCLST_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,3 +2,5 @@\n \n from ..modules.hltInitialStepTrackCutClassifier_cfi import hltInitialStepTrackCutClassifier as _hltInitialStepTrackCutClassifier\n hltInitialStepTrackCutClassifierpTTCLST = _hltInitialStepTrackCutClassifier.clone( src = \"hltInitialStepTrackspTTCLST\" )\n+-- dummy change --\n+-- dummy change --"},{"sha":"b36f33f2a0955c720da4c2424dbce831aaecbb42","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPurity_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackSelectionHighPurity_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackSelectionHighPurity_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackSelectionHighPurity_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n originalQualVals = cms.InputTag(\"hltInitialStepTrackCutClassifier\",\"QualityMasks\"),\n originalSource = cms.InputTag(\"hltInitialStepTracks\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"be13435028de703f4d2e9c43d7a3f756cd62d7ff","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPuritypLSTCLST_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackSelectionHighPuritypLSTCLST_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackSelectionHighPuritypLSTCLST_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackSelectionHighPuritypLSTCLST_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n originalQualVals = \"hltInitialStepTrackCutClassifierpLSTCLST:QualityMasks\",\n originalSource = \"hltInitialStepTrackspLSTCLST\"\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d0b10a444bbf344e88c57ba8047e9ee24d548354","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPuritypTTCLST_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackSelectionHighPuritypTTCLST_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackSelectionHighPuritypTTCLST_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackSelectionHighPuritypTTCLST_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n originalQualVals = \"hltInitialStepTrackCutClassifierpTTCLST:QualityMasks\",\n originalSource = \"hltInitialStepTrackspTTCLST\"\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"296ad4fe34f35aa4518f39fd75a9613f86b617f4","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTracksT5TCLST_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTracksT5TCLST_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTracksT5TCLST_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTracksT5TCLST_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,3 +2,5 @@\n \n from ..modules.hltInitialStepTracks_cfi import hltInitialStepTracks as _hltInitialStepTracks\n hltInitialStepTracksT5TCLST = _hltInitialStepTracks.clone( src = \"hltInitialStepTrackCandidates:t5TCsLST\" )\n+-- dummy change --\n+-- dummy change --"},{"sha":"69ab910cf726706b6ca7e95722409a731b47e3d3","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackspLSTCLST_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackspLSTCLST_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackspLSTCLST_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackspLSTCLST_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,3 +2,5 @@\n \n from ..modules.hltInitialStepTracks_cfi import hltInitialStepTracks as _hltInitialStepTracks\n hltInitialStepTrackspLSTCLST = _hltInitialStepTracks.clone( src = \"hltInitialStepTrackCandidates:pLSTCsLST\" )\n+-- dummy change --\n+-- dummy change --"},{"sha":"a0354b63c1f772083f6206257c2177a6519f1d2e","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackspTTCLST_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackspTTCLST_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackspTTCLST_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackspTTCLST_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,3 +2,5 @@\n \n from ..modules.hltInitialStepTracks_cfi import hltInitialStepTracks as _hltInitialStepTracks\n hltInitialStepTrackspTTCLST = _hltInitialStepTracks.clone( src = \"hltInitialStepTrackCandidates:pTTCsLST\" )\n+-- dummy change --\n+-- dummy change --"},{"sha":"8ce195d19b3cb2538050555f5de50ce8e82005b4","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter0Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter0Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter0Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -20,3 +20,5 @@\n src = cms.InputTag(\"hltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks\"),\n useHitsSplitting = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"cc1f81866ad17e8454c2ad482bc09e230c72095f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -17,3 +17,5 @@\n useHitsSplitting = cms.bool(False),\n useSimpleMF = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0901e6deb913a0b8dbf179db4db71d4a683fe6ef","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n usePV = cms.bool(False),\n useProtoTrackKinematics = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"a6bc90663f7242ab8a19d4783202229d54bb590c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter0Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter0Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter0Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n src = cms.InputTag(\"hltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks\"),\n vertices = cms.InputTag(\"hltPhase2L3FromL1TkMuonTrimmedPixelVertices\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"5156b26519d263caac3054cead20fd95c74040eb","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n originalQualVals = cms.InputTag(\"hltIter0Phase2L3FromL1TkMuonTrackCutClassifier\",\"QualityMasks\"),\n originalSource = cms.InputTag(\"hltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"df707041c1c0519ed187f78be61b1f143bc5d106","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -20,3 +20,5 @@\n src = cms.InputTag(\"hltIter2Phase2L3FromL1TkMuonPixelSeedsFiltered\"),\n useHitsSplitting = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"f7a2b81a07a9fc31439815feb1c28f6e266d888e","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonClustersRefRemoval_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonClustersRefRemoval_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonClustersRefRemoval_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonClustersRefRemoval_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n trackClassifier = cms.InputTag(\"\",\"QualityMasks\"),\n trajectories = cms.InputTag(\"hltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"4966f1361e0217c7d95c3e7526f4697386dcd516","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -17,3 +17,5 @@\n useHitsSplitting = cms.bool(False),\n useSimpleMF = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"14116812c8afeab861dfbc056c56e25dbaaee751","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n phase2clustersToSkip = cms.InputTag(\"hltIter2Phase2L3FromL1TkMuonClustersRefRemoval\"),\n src = cms.InputTag(\"hltMeasurementTrackerEvent\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c2725af7a36feb1730e894e0c8dcd1922929c486","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonMerged_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonMerged_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonMerged_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonMerged_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n trackAlgoPriorityOrder = cms.string('hltESPTrackAlgoPriorityOrder'),\n writeOnlyTrkQuals = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"a0502294aeb2e17ca01c0964d8ac1ed512fa928f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelClusterCheck_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonPixelClusterCheck_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonPixelClusterCheck_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonPixelClusterCheck_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n doClusterCheck = cms.bool(False),\n silentClusterCheck = cms.untracked.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"61ff119c4cec897bcec234cd86a9730a53bc781b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelHitDoublets_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonPixelHitDoublets_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonPixelHitDoublets_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonPixelHitDoublets_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n trackingRegions = cms.InputTag(\"hltPhase2L3FromL1TkMuonPixelTracksTrackingRegions\"),\n trackingRegionsSeedingLayers = cms.InputTag(\"\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"f3d608e74ac70e25d34cc92d5574b4d979bfc9df","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelHitTriplets_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonPixelHitTriplets_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonPixelHitTriplets_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonPixelHitTriplets_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -18,3 +18,5 @@\n ),\n useBendingCorrection = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"15aad7f2f774bf3f3dd68a1a28d848fefefdd7e8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelLayerTriplets_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonPixelLayerTriplets_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonPixelLayerTriplets_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonPixelLayerTriplets_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -60,3 +60,5 @@\n 'BPix1+FPix1_pos+FPix3_pos'\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"a06c1b26407354b23c6806c268a9f6740fd5f486","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelSeedsFiltered_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonPixelSeedsFiltered_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonPixelSeedsFiltered_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonPixelSeedsFiltered_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -40,3 +40,5 @@\n hltIter2Phase2L3FromL1TkMuonPixelSeedsFiltered, \n L1TkMu = \"hltPhase2L3MuonFilter:L1TkMuToReuse\"\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"1e897089e8e3b4435b602d9af72b2bb901ba957b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelSeeds_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonPixelSeeds_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonPixelSeeds_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonPixelSeeds_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n propagator = cms.string('PropagatorWithMaterialParabolicMf'),\n seedingHitSets = cms.InputTag(\"hltIter2Phase2L3FromL1TkMuonPixelHitTriplets\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"2642f38d487baa886a6424baa3026c89cc6d85b3","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n src = cms.InputTag(\"hltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks\"),\n vertices = cms.InputTag(\"hltPhase2L3FromL1TkMuonTrimmedPixelVertices\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"21768ba2672b042bd763edd686eba3b0a79f721c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n originalQualVals = cms.InputTag(\"hltIter2Phase2L3FromL1TkMuonTrackCutClassifier\",\"QualityMasks\"),\n originalSource = cms.InputTag(\"hltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"f0ef24a44d7661021625419e10446bbd95eec9e5","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedForDoublePuppiTau_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1SeedForDoublePuppiTau_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1SeedForDoublePuppiTau_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1SeedForDoublePuppiTau_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n hltL1SeedForDoublePuppiTau = cms.EDFilter(\"PathStatusFilter\",\n logicalExpression = cms.string('pDoublePuppiTau52_52')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"bfc5c183585b96181b7d193282cd7838bfdad039","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForDoublePuppiJetBtagFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1SeedsForDoublePuppiJetBtagFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1SeedsForDoublePuppiJetBtagFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1SeedsForDoublePuppiJetBtagFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n hltL1SeedsForDoublePuppiJetBtagFilter = cms.EDFilter(\"PathStatusFilter\",\n logicalExpression = cms.string('pDoublePuppiJet112_112')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0b483789b2552ca3821fdc19f71d41dfb86d6239","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiHTFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1SeedsForPuppiHTFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1SeedsForPuppiHTFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1SeedsForPuppiHTFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n hltL1SeedsForPuppiHTFilter = cms.EDFilter(\"PathStatusFilter\",\n logicalExpression = cms.string('pPuppiHT450')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"6a44a3fdeb267f34b4896fd88053a2c68f8331ad","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiJetFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1SeedsForPuppiJetFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1SeedsForPuppiJetFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1SeedsForPuppiJetFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n hltL1SeedsForPuppiJetFilter = cms.EDFilter(\"PathStatusFilter\",\n logicalExpression = cms.string('pSinglePuppiJet230')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"06bbf9bbd01e04aadf909f1067ddb689c16811b9","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiMETFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1SeedsForPuppiMETFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1SeedsForPuppiMETFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1SeedsForPuppiMETFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n hltL1SeedsForPuppiMETFilter = cms.EDFilter(\"PathStatusFilter\",\n logicalExpression = cms.string('pPuppiMET200')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c5c1380faa4edab63025f1b080b5e0f75b5d519e","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForQuadPuppiJetTripleBtagFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1SeedsForQuadPuppiJetTripleBtagFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1SeedsForQuadPuppiJetTripleBtagFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1SeedsForQuadPuppiJetTripleBtagFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n hltL1SeedsForQuadPuppiJetTripleBtagFilter = cms.EDFilter(\"PathStatusFilter\",\n logicalExpression = cms.string('pPuppiHT400 and pQuadJet70_55_40_40')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"a0c64dc50f8fd1baf5ae3e9ee73e88518655f409","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TEGammaFilteredCollectionProducer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1TEGammaFilteredCollectionProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1TEGammaFilteredCollectionProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1TEGammaFilteredCollectionProducer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n qualIsMask = cms.bool(True),\n quality = cms.int32(0b0010),\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"9334b22bc70308d6beb5aa9cd39c49e94d8ca7ab","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TEGammaHGCFilteredCollectionProducer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1TEGammaHGCFilteredCollectionProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1TEGammaHGCFilteredCollectionProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1TEGammaHGCFilteredCollectionProducer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n qualIsMask = cms.bool(True),\n quality = cms.int32(0b0100),\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"1df7259e2a567e47167b7a970aaa437d313f6c1a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonFromL1TkMuonCandidates_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL2MuonFromL1TkMuonCandidates_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL2MuonFromL1TkMuonCandidates_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL2MuonFromL1TkMuonCandidates_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n hltL2MuonFromL1TkMuonCandidates = cms.EDProducer(\"L2MuonCandidateProducer\",\n InputObjects = cms.InputTag(\"hltL2MuonsFromL1TkMuon\",\"UpdatedAtVtx\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"27191e3993931469d2b1e4af8e286175adf5be93","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonSeedsFromL1TkMuon_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL2MuonSeedsFromL1TkMuon_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL2MuonSeedsFromL1TkMuon_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL2MuonSeedsFromL1TkMuon_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -47,3 +47,5 @@\n hltL2MuonSeedsFromL1TkMuon,\n phase2HltL2MuonSeedsFromL1TkMuon\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"06a870cf0551223283bc7f6dbb4b6feb23c9288c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3MuonsPhase2L3Links_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3MuonsPhase2L3Links_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3MuonsPhase2L3Links_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3MuonsPhase2L3Links_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n hltL3MuonsPhase2L3Links = cms.EDProducer(\"MuonLinksProducer\",\n inputCollection = cms.InputTag(\"hltPhase2L3Muons\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"682c00fc4aa9c869b0381eeae1705e4647c58a5a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22EcalIso0p41_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22EcalIso0p41_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22EcalIso0p41_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22EcalIso0p41_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltPhase2L3MuonsEcalIsodR0p3dRVeto0p000\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"2955f17365a8f262097b8dd9ba111ea6469049cc","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22HcalIso0p40_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22HcalIso0p40_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22HcalIso0p40_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22HcalIso0p40_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltPhase2L3MuonsHcalIsodR0p3dRVeto0p000\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"cbef1353c03b9f0b75bb95b8faf54d64600ad3d8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22HgcalIso4p70_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22HgcalIso4p70_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22HgcalIso4p70_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22HgcalIso4p70_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltPhase2L3MuonsHgcalLCIsodR0p2dRVetoEM0p00dRVetoHad0p02minEEM0p00minEHad0p00\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"6496940808a7f164e95b2bcd1cb7385a4622aba5","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfecalIsoFiltered0p41_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22L3f24QL3pfecalIsoFiltered0p41_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22L3f24QL3pfecalIsoFiltered0p41_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22L3f24QL3pfecalIsoFiltered0p41_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltPhase2L3MuonsEcalIsodR0p3dRVeto0p000\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"acd737131b3243b64093a0140275f480e5180605","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfhcalIsoFiltered0p40_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22L3f24QL3pfhcalIsoFiltered0p40_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22L3f24QL3pfhcalIsoFiltered0p40_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22L3f24QL3pfhcalIsoFiltered0p40_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltPhase2L3MuonsHcalIsodR0p3dRVeto0p000\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"09dfe80088e1a5b5b9bae31708ff885da5fce266","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfhgcalIsoFiltered4p70_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22L3f24QL3pfhgcalIsoFiltered4p70_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22L3f24QL3pfhgcalIsoFiltered4p70_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22L3f24QL3pfhgcalIsoFiltered4p70_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltPhase2L3MuonsHgcalLCIsodR0p2dRVetoEM0p00dRVetoHad0p02minEEM0p00minEHad0p00\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"3c1e0b4bd787e795cdbbb897fe2d325e2f4ee6ef","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3trkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22L3f24QL3trkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22L3f24QL3trkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22L3f24QL3trkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n PreviousCandTag = cms.InputTag(\"hltL3crIsoL1TkSingleMu22L3f24QL3pfhgcalIsoFiltered4p70\"),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"61e157328cad09f3d6aab8d7e524c5c5eb8e1ec0","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22TrkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22TrkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22TrkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22TrkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n PreviousCandTag = cms.InputTag(\"hltL3crIsoL1TkSingleMu22HgcalIso4p70\"),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"91b816a28aa2b16da66b6ce015249f9b07464fe9","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fFiltered17_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1DoubleMu155fFiltered17_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1DoubleMu155fFiltered17_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1DoubleMu155fFiltered17_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n l1GTAlgoNames = cms.vstring(\"pDoubleTkMuon15_7\"),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"691295b325be6dc49cf03c65c09529d4f637a802","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fFiltered37_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1DoubleMu155fFiltered37_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1DoubleMu155fFiltered37_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1DoubleMu155fFiltered37_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n l1GTAlgoNames = cms.vstring(\"pDoubleTkMuon15_7\"),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"6e6b1ebc3d8cc61f0579b99dcffe9efdd9c63b05","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fPreFiltered27_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1DoubleMu155fPreFiltered27_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1DoubleMu155fPreFiltered27_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1DoubleMu155fPreFiltered27_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n l1GTAlgoNames = cms.vstring(\"pDoubleTkMuon15_7\"),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"58557cd02349a80fe00c230a57611f0af18e6fc5","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fPreFiltered8_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1DoubleMu155fPreFiltered8_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1DoubleMu155fPreFiltered8_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1DoubleMu155fPreFiltered8_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n l1GTAlgoNames = cms.vstring(\"pDoubleTkMuon15_7\"),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"bb0ccd239fa71af0f20a7b95a458f1c770709ec1","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu18Filtered20_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1TkSingleMu18Filtered20_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1TkSingleMu18Filtered20_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1TkSingleMu18Filtered20_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n l1GTAlgoNames = cms.vstring(\"pPuppiTauTkMuon42_18\"),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"8dfcc9aa3f553e5d6b259694355e0bd221b807dc","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu22L3Filtered24Q_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1TkSingleMu22L3Filtered24Q_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1TkSingleMu22L3Filtered24Q_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1TkSingleMu22L3Filtered24Q_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n l1GTAlgoNames = cms.vstring(\"pSingleTkMuon22\"),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"a0dc05a6464239ce6fa1188ff52730c268272e74","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu22L3Filtered50Q_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1TkSingleMu22L3Filtered50Q_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1TkSingleMu22L3Filtered50Q_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1TkSingleMu22L3Filtered50Q_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n l1GTAlgoNames = cms.vstring(\"pSingleTkMuon22\"),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"b2856cbedd63554cc2b096bb06fdd4cd653ee6ff","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533L31055DZFiltered0p2_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1TkTripleMu533L31055DZFiltered0p2_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1TkTripleMu533L31055DZFiltered0p2_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1TkTripleMu533L31055DZFiltered0p2_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n triggerType1 = cms.int32(83),\n triggerType2 = cms.int32(83)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"466a9ace6d0fe16465b715d1d66e2c7de76fde36","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533L3Filtered1055_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1TkTripleMu533L3Filtered1055_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1TkTripleMu533L3Filtered1055_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1TkTripleMu533L3Filtered1055_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n l1GTAlgoNames = cms.vstring(\"pTripleTkMuon5_3_3\"),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d8ac98ec9bb39c72cb209c22e871ee5ed73a4bac","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533PreFiltered555_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1TkTripleMu533PreFiltered555_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1TkTripleMu533PreFiltered555_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1TkTripleMu533PreFiltered555_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n l1GTAlgoNames = cms.vstring(\"pTripleTkMuon5_3_3\"),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"33d2fad7188ccd4e2cee5c3cbee9d5598053b00c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltMeasurementTrackerEvent_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltMeasurementTrackerEvent_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltMeasurementTrackerEvent_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltMeasurementTrackerEvent_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n stripClusterProducer = cms.string(''),\n switchOffPixelsIfEmpty = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"6c6439a66b5f12d23e633228d921e0a4fb6e3038","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltOfflinePrimaryVertices_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltOfflinePrimaryVertices_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltOfflinePrimaryVertices_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltOfflinePrimaryVertices_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -37,3 +37,5 @@\n usePVMET = cms.bool(True),\n vertices = cms.InputTag(\"hltUnsortedOfflinePrimaryVertices\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"2e650be8a3b05215f7ecbab423f562817717b1e9","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPFMETTypeOneCorrector_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFMETTypeOneCorrector_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFMETTypeOneCorrector_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFMETTypeOneCorrector_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n src = cms.InputTag(\"hltAK4PFCHSJets\"),\n type1JetPtThreshold = cms.double(30.0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"4ab7868cf595ed340922c1af7634696371fb7bba","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetQuad30MaxEta2p4_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiCentralJetQuad30MaxEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiCentralJetQuad30MaxEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiCentralJetQuad30MaxEta2p4_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n saveTags = cms.bool(True),\n triggerType = cms.int32(86)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"3b5cfa4f629b9f8229363c15d91dde500695105f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetsQuad30HT200MaxEta2p4_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiCentralJetsQuad30HT200MaxEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiCentralJetsQuad30HT200MaxEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiCentralJetsQuad30HT200MaxEta2p4_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n minMht = cms.vdouble(0.0),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"4270f7644063398d28d865ab74c1885376f7d856","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetsQuad30HT330MaxEta2p4_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiCentralJetsQuad30HT330MaxEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiCentralJetsQuad30HT330MaxEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiCentralJetsQuad30HT330MaxEta2p4_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n minMht = cms.vdouble(0.0),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d4353e7785dd5dc0c0920819a42796b02c2bc552","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiJetForBtagEta2p4_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiJetForBtagEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiJetForBtagEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiJetForBtagEta2p4_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n HLTObject = cms.InputTag(\"hltPFPuppiJetForBtagSelectorEta2p4\"),\n TriggerTypes = cms.vint32(86)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"e7175cb6e51068a35ec1c5c649c9ec79288e5afc","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiJetForBtagSelectorEta2p4_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiJetForBtagSelectorEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiJetForBtagSelectorEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiJetForBtagSelectorEta2p4_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n saveTags = cms.bool(True),\n triggerType = cms.int32(86)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"5015954b039513183a3c832617b5760d3c1c65f5","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOne140_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiMETTypeOne140_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiMETTypeOne140_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiMETTypeOne140_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n saveTags = cms.bool(True),\n triggerType = cms.int32(87)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"428d1a2a7f7fb33fbdc870aac6dd1aa3562fc13b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOneCorrector_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiMETTypeOneCorrector_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiMETTypeOneCorrector_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiMETTypeOneCorrector_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n src = cms.InputTag(\"hltAK4PFPuppiJets\"),\n type1JetPtThreshold = cms.double(30.0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"1b92f548003fd3849d6ccb6f9e7974ecc38f4823","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowBadHcalPseudoCluster_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowBadHcalPseudoCluster_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowBadHcalPseudoCluster_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowBadHcalPseudoCluster_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n enable = cms.bool(False),\n mightGet = cms.optional.untracked.vstring\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"f11f4dbbd3c10244f6f53fed7bfb1fd518d4e756","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterECALL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterECALL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterECALL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -19,3 +19,5 @@\n minimumPSEnergy = cms.double(0),\n skipPS = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"f85203393d6c6bce830cb41a430958aa3a3302ff","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrectedL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterECALUncorrectedL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterECALUncorrectedL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterECALUncorrectedL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -133,3 +133,5 @@\n ),\n usePFThresholdsFromDB = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"2c8e71d3bc9d246bb371f3b7db47b70f6f2f0c5c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrectedUnseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterECALUncorrectedUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterECALUncorrectedUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterECALUncorrectedUnseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -133,3 +133,5 @@\n ),\n usePFThresholdsFromDB = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"791bb5b11ab1aacd3d44bc6e826aca7c96c4d3b5","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrected_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterECALUncorrected_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterECALUncorrected_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterECALUncorrected_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -133,3 +133,5 @@\n ),\n usePFThresholdsFromDB = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"419e65e66e97b0c77c5eee695974701aec474bb2","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUnseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterECALUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterECALUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterECALUnseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -19,3 +19,5 @@\n minimumPSEnergy = cms.double(0),\n skipPS = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"090380232095d0d5ea30996b3a79614173128982","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECAL_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterECAL_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterECAL_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterECAL_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -19,3 +19,5 @@\n minimumPSEnergy = cms.double(0),\n skipPS = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"cba8a953eab46014777692f1f9b5b5ecfbe4eec1","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHBHE_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHBHE_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHBHE_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHBHE_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -164,3 +164,5 @@\n ),\n usePFThresholdsFromDB = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"ea7c6f1141b32f26e15a009f0abb45cdf8142982","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHCAL_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHCAL_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHCAL_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHCAL_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -40,3 +40,5 @@\n ),\n usePFThresholdsFromDB = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"240995e08e97655c1279d5972c108384a009ac0c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHF_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHF_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHF_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHF_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -77,3 +77,5 @@\n ),\n usePFThresholdsFromDB = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"8308b7bf0d1eae72fa80be9d49830f4436f5e2d3","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCalFromTICLL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHGCalFromTICLL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHGCalFromTICLL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHGCalFromTICLL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -33,3 +33,5 @@\n ),\n usePFThresholdsFromDB = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"48a69b7c44816c028c664956f0b8ee3e0a061906","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCalFromTICLUnseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHGCalFromTICLUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHGCalFromTICLUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHGCalFromTICLUnseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -36,3 +36,5 @@\n \n from Configuration.ProcessModifiers.ticl_v5_cff import ticl_v5\n ticl_v5.toModify(hltParticleFlowClusterHGCalFromTICLUnseeded.initialClusteringStep, tracksterSrc = \"hltTiclCandidate\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"9f4b76cd95046b167fef3ce41c64f9705c3943ee","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCal_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHGCal_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHGCal_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHGCal_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -36,3 +36,5 @@\n \n from Configuration.ProcessModifiers.ticl_v5_cff import ticl_v5\n ticl_v5.toModify(hltParticleFlowClusterHGCal.initialClusteringStep, tracksterSrc = \"hltTiclCandidate\")\n+-- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e?per_page=100&page=17 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:16 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"c9d04b5d060c160525f70e63520d40fa31b20c68ebc985338634a0b2423f74d5"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:04:54 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4954'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '46'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C796:143563:169053:170612:68122480')] +{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","node_id":"C_kwDOF83__NoAKGMyMzA5OWM3Mzc3MTIzYjZkZTdmYWZhN2E0ODZiMjBiMThkNTRmN2U","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"message":"Try generating big cache","tree":{"sha":"f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684"}],"stats":{"total":6008,"additions":5944,"deletions":64},"files":[{"sha":"af13f951f86b4fda1084ca87ee2b1f8e3057338c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHO_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHO_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHO_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHO_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -77,3 +77,5 @@\n ),\n usePFThresholdsFromDB = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"b6a827d6d43415f286dd2ca45d99abaa761b51da","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitECALL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitECALL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitECALL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitECALL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -49,3 +49,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0593ec60dcb60586a6248661a686a1e2e20c00d0","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitECALUnseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitECALUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitECALUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitECALUnseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -49,3 +49,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"3ad66040006327a1dad6496042d8bfd3322d995a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHBHE_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitHBHE_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitHBHE_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitHBHE_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -40,3 +40,5 @@\n src = cms.InputTag(\"hltHbhereco\")\n ))\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"fbf6b9077bb7b5f4e6582fa66a4e07c1c21e2c7c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHF_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitHF_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitHF_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitHF_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -39,3 +39,5 @@\n thresh_HF = cms.double(0.4)\n ))\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"455d7bda0b87412bbfae02ecfc5207e43e5627b9","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHGCL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitHGCL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitHGCL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitHGCL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -46,3 +46,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"bb699704e8e2082bfa14a809fded3cf203a5daed","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHGC_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitHGC_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitHGC_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitHGC_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -46,3 +46,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"4e1579b8b161ab2296049b55df5edec842a7b8cf","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHO_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitHO_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitHO_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitHO_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n src = cms.InputTag(\"hltHoreco\")\n ))\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c9fd1bf89b10fde83429f97386159592b17ba4ae","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECALL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowSuperClusterECALL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowSuperClusterECALL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowSuperClusterECALL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -44,3 +44,5 @@\n useRegression = cms.bool(True),\n verbose = cms.untracked.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"4c08e4515f60db2a8c47e0e0d309903e1a0a933f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECALUnseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowSuperClusterECALUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowSuperClusterECALUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowSuperClusterECALUnseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -44,3 +44,5 @@\n useRegression = cms.bool(True),\n verbose = cms.untracked.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"259ce2c53b7559dc78b5ca037937fa09b65688a9","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECAL_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowSuperClusterECAL_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowSuperClusterECAL_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowSuperClusterECAL_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -59,3 +59,5 @@\n useRegression = cms.bool(True),\n verbose = cms.untracked.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"5643ad3535a4ec15b0de232479f795e109e3746f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCalFromTICLL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowSuperClusterHGCalFromTICLL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowSuperClusterHGCalFromTICLL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowSuperClusterHGCalFromTICLL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -50,3 +50,5 @@\n useRegression = cms.bool(True),\n verbose = cms.untracked.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"20d9fcbf7e252d53fe6484c4189009b359ef9091","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCalFromTICLUnseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowSuperClusterHGCalFromTICLUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowSuperClusterHGCalFromTICLUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowSuperClusterHGCalFromTICLUnseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -50,3 +50,5 @@\n useRegression = cms.bool(True),\n verbose = cms.untracked.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0fc9c3b7101e7b9b491799f10ba6eb1dca973b69","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCal_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowSuperClusterHGCal_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowSuperClusterHGCal_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowSuperClusterHGCal_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -59,3 +59,5 @@\n useRegression = cms.bool(False),\n verbose = cms.untracked.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d98ad1e1cb881482d139bf82b6b07f539d829717","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowTimeAssignerECAL_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowTimeAssignerECAL_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowTimeAssignerECAL_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowTimeAssignerECAL_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n timeResoSrc = cms.InputTag(\"hltEcalBarrelClusterFastTimer\",\"PerfectResolutionModelResolution\"),\n timeSrc = cms.InputTag(\"hltEcalBarrelClusterFastTimer\",\"PerfectResolutionModel\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"697ac0886dc9a467cca84133b0b9648ebe2bacb7","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowTmpBarrel_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowTmpBarrel_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowTmpBarrel_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowTmpBarrel_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -176,3 +176,5 @@\n vetoEndcap = cms.bool(True),\n vetoes = cms.InputTag({\"hltPfTICL\"})\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"885815ecaaf12e433982a4c5ff0b58ef16a9e17b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsECAL_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfClusterRefsForJetsECAL_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfClusterRefsForJetsECAL_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfClusterRefsForJetsECAL_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n particleType = cms.string('pi+'),\n src = cms.InputTag(\"hltParticleFlowClusterECAL\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"79ec942453dc98819a29ead395d56d9fd3511d17","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHCAL_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfClusterRefsForJetsHCAL_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfClusterRefsForJetsHCAL_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfClusterRefsForJetsHCAL_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n particleType = cms.string('pi+'),\n src = cms.InputTag(\"hltParticleFlowClusterHCAL\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"3079f1818e802e39da7bda5f09b5e9f2968e45be","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHF_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfClusterRefsForJetsHF_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfClusterRefsForJetsHF_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfClusterRefsForJetsHF_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n particleType = cms.string('pi+'),\n src = cms.InputTag(\"hltParticleFlowClusterHF\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"1e5a40b742c13b0623537b25bb6bca1bf2d8b39d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHGCAL_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfClusterRefsForJetsHGCAL_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfClusterRefsForJetsHGCAL_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfClusterRefsForJetsHGCAL_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n particleType = cms.string('pi+'),\n src = cms.InputTag(\"hltParticleFlowClusterHGCal\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"61ec9dddce8cd8b5c427ec14c6aeb3a73350085f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHO_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfClusterRefsForJetsHO_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfClusterRefsForJetsHO_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfClusterRefsForJetsHO_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n particleType = cms.string('pi+'),\n src = cms.InputTag(\"hltParticleFlowClusterHO\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"271287184da9db7c62eaff9f7b926eafe1442a3c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJets_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfClusterRefsForJets_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfClusterRefsForJets_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfClusterRefsForJets_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n hltPfClusterRefsForJets = cms.EDProducer(\"PFClusterRefCandidateMerger\",\n src = cms.VInputTag(\"hltPfClusterRefsForJetsHCAL\", \"hltPfClusterRefsForJetsECAL\", \"hltPfClusterRefsForJetsHF\", \"hltPfClusterRefsForJetsHO\", \"hltPfClusterRefsForJetsHGCAL\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"3fa3ed3d4e137dfeef263f60c207a169d014793f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourJetTagsModEta2p4_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfDeepFlavourJetTagsModEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfDeepFlavourJetTagsModEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfDeepFlavourJetTagsModEta2p4_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -21,3 +21,5 @@\n output_names = cms.vstring(),\n src = cms.InputTag(\"hltPfDeepFlavourTagInfosModEta2p4\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"fffc938671d07927c53715c18ba1c5caba15d891","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourJetTags_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfDeepFlavourJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfDeepFlavourJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfDeepFlavourJetTags_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -21,3 +21,5 @@\n output_names = cms.vstring(),\n src = cms.InputTag(\"hltPfDeepFlavourTagInfos\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d464a1fd2a6351b7b945006f1f885acd3b92fb55","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourTagInfosModEta2p4_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfDeepFlavourTagInfosModEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfDeepFlavourTagInfosModEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfDeepFlavourTagInfosModEta2p4_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -20,3 +20,5 @@\n vertex_associator = cms.InputTag(\"hltPrimaryVertexAssociationModEta2p4\",\"original\"),\n vertices = cms.InputTag(\"hltOfflinePrimaryVertices\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"86094302ad09fb9b3c301e4c098ef912ddf7665b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourTagInfos_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfDeepFlavourTagInfos_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfDeepFlavourTagInfos_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfDeepFlavourTagInfos_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -20,3 +20,5 @@\n vertex_associator = cms.InputTag(\"hltPrimaryVertexAssociation\",\"original\"),\n vertices = cms.InputTag(\"hltOfflinePrimaryVertices\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"69b6e4d635fbb2a876879e407b8c43026e297038","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelLayerQuadruplets_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonPixelLayerQuadruplets_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonPixelLayerQuadruplets_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonPixelLayerQuadruplets_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -43,3 +43,5 @@\n 'BPix1+FPix1_neg+FPix2_neg+FPix3_neg'\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"622ef780a51abd173425059b378f2f57ac7c253c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksHitDoublets_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonPixelTracksHitDoublets_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonPixelTracksHitDoublets_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonPixelTracksHitDoublets_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n trackingRegions = cms.InputTag(\"hltPhase2L3FromL1TkMuonPixelTracksTrackingRegions\"),\n trackingRegionsSeedingLayers = cms.InputTag(\"\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"df84b2ec93ba24afe87c1587677e81cd4d8db136","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n ),\n useBendingCorrection = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"3a96f1453a6b510f7c99a5426752d9bbaa935751","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksTrackingRegions_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonPixelTracksTrackingRegions_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonPixelTracksTrackingRegions_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonPixelTracksTrackingRegions_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -29,3 +29,5 @@\n hltPhase2L3FromL1TkMuonPixelTracksTrackingRegions.RegionPSet,\n input = \"hltPhase2L3MuonFilter:L1TkMuToReuse\"\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"3e9c4f1ac94c800cf30274c4188498c5def4ea85","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracks_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonPixelTracks_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonPixelTracks_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonPixelTracks_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -7,3 +7,5 @@\n SeedingHitSets = cms.InputTag(\"hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets\"),\n passLabel = cms.string('')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"461eefa2be5d24e3858d7bd12d1afe585f96250f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelVertices_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonPixelVertices_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonPixelVertices_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonPixelVertices_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@\n ZSeparation = cms.double(0.05),\n beamSpot = cms.InputTag(\"hltOnlineBeamSpot\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"bc4469ac2409352fe153fde325277e5e4e0fc595","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonTrimmedPixelVertices_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonTrimmedPixelVertices_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonTrimmedPixelVertices_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonTrimmedPixelVertices_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n minSumPt2 = cms.double(0.0),\n src = cms.InputTag(\"hltPhase2L3FromL1TkMuonPixelVertices\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"6cf15105bcb8b7ba084ab48822940fe8a959df32","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonCandidates_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonCandidates_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonCandidates_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonCandidates_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n hltPhase2L3MuonCandidates = cms.EDProducer(\"L3MuonCandidateProducerFromMuons\",\n InputObjects = cms.InputTag(\"hltPhase2L3Muons\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"8c4a035efc708bfd861368787ecefdc5d93228a2","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonGeneralTracks_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonGeneralTracks_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonGeneralTracks_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonGeneralTracks_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -24,3 +24,5 @@\n trackAlgoPriorityOrder = cms.string('hltPhase2L3MuonTrackAlgoPriorityOrder'),\n writeOnlyTrkQuals = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"60ec548c08741ef894a0b5e40db3871e35497d57","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepClusters_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepClusters_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepClusters_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepClusters_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n trackClassifier = cms.InputTag(\"\",\"QualityMasks\"),\n trajectories = cms.InputTag(\"hltPhase2L3MuonInitialStepTracksSelectionHighPurity\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"8eaf000857d60323a4110977c48eee29aded77c7","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepHitDoublets_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepHitDoublets_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepHitDoublets_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepHitDoublets_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n trackingRegions = cms.InputTag(\"hltPhase2L3MuonPixelTracksAndHighPtTripletTrackingRegions\"),\n trackingRegionsSeedingLayers = cms.InputTag(\"\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"04959edd37cdf19067bf27ed1d55960e020f0f2b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepHitTriplets_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepHitTriplets_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepHitTriplets_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepHitTriplets_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -21,3 +21,5 @@\n mightGet = cms.optional.untracked.vstring,\n useBendingCorrection = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"3c6ead42786ed26a71426d04bc04a6c4f9d6dcf8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepSeedLayers_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepSeedLayers_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepSeedLayers_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepSeedLayers_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -65,3 +65,5 @@\n ),\n mightGet = cms.optional.untracked.vstring\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c0ee84ee8bec6782976ab5709cbba41f64d4bc1f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepSeeds_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepSeeds_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepSeeds_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepSeeds_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n propagator = cms.string('PropagatorWithMaterial'),\n seedingHitSets = cms.InputTag(\"hltPhase2L3MuonHighPtTripletStepHitTriplets\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"e68b394df1fdf5d05d7c2c265bb6ce8a4073207d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackCandidates_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepTrackCandidates_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepTrackCandidates_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepTrackCandidates_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -24,3 +24,5 @@\n src = cms.InputTag(\"hltPhase2L3MuonHighPtTripletStepSeeds\"),\n useHitsSplitting = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c8073ac9167ca61c9ee301c8a8216b7bf99a6e9c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackCutClassifier_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepTrackCutClassifier_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepTrackCutClassifier_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepTrackCutClassifier_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n src = cms.InputTag(\"hltPhase2L3MuonHighPtTripletStepTracks\"),\n vertices = cms.InputTag(\"hltPhase2L3MuonPixelVertices\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0909ceb5abc583651fdadd717dee1971920f81a1","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTracksSelectionHighPurity_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepTracksSelectionHighPurity_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepTracksSelectionHighPurity_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepTracksSelectionHighPurity_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n originalQualVals = cms.InputTag(\"hltPhase2L3MuonHighPtTripletStepTrackCutClassifier\",\"QualityMasks\"),\n originalSource = cms.InputTag(\"hltPhase2L3MuonHighPtTripletStepTracks\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"4af3aab21653b1553055d6237267fb4a61fc2e1d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTracks_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepTracks_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepTracks_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepTracks_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -17,3 +17,5 @@\n useHitsSplitting = cms.bool(False),\n useSimpleMF = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"1d8cb16e070415be961a587f368679adcdcd2804","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepSeeds_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonInitialStepSeeds_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonInitialStepSeeds_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonInitialStepSeeds_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n usePV = cms.bool(True),\n useProtoTrackKinematics = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"5a07bc61293231c72001a6c1f056940ab5cb7cab","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTrackCandidates_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonInitialStepTrackCandidates_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonInitialStepTrackCandidates_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonInitialStepTrackCandidates_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n src = cms.InputTag(\"hltPhase2L3MuonInitialStepSeeds\"),\n useHitsSplitting = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"cd8251207706029654c17e4fc13e1e2ab51449b6","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTrackCutClassifier_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonInitialStepTrackCutClassifier_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonInitialStepTrackCutClassifier_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonInitialStepTrackCutClassifier_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n src = cms.InputTag(\"hltPhase2L3MuonInitialStepTracks\"),\n vertices = cms.InputTag(\"hltPhase2L3MuonPixelVertices\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"bee54563421a2f63c205e3458bc596d351506367","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTracksSelectionHighPurity_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonInitialStepTracksSelectionHighPurity_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonInitialStepTracksSelectionHighPurity_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonInitialStepTracksSelectionHighPurity_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n originalQualVals = cms.InputTag(\"hltPhase2L3MuonInitialStepTrackCutClassifier\",\"QualityMasks\"),\n originalSource = cms.InputTag(\"hltPhase2L3MuonInitialStepTracks\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"9d7fe73c5de7bc1fbca470f19684bc36da83122b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTracks_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonInitialStepTracks_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonInitialStepTracks_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonInitialStepTracks_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -17,3 +17,5 @@\n useHitsSplitting = cms.bool(False),\n useSimpleMF = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"30009db27f1f8f9a17e6f3778a9477bace0ea7fb","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksAndHighPtTripletTrackingRegions_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonPixelTracksAndHighPtTripletTrackingRegions_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonPixelTracksAndHighPtTripletTrackingRegions_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonPixelTracksAndHighPtTripletTrackingRegions_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n zErrorVetex = cms.double(0.2)\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"135afd4938ada79379d1e729fcefe2b17654fce7","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksHitDoublets_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonPixelTracksHitDoublets_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonPixelTracksHitDoublets_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonPixelTracksHitDoublets_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n trackingRegions = cms.InputTag(\"hltPhase2L3MuonPixelTracksAndHighPtTripletTrackingRegions\"),\n trackingRegionsSeedingLayers = cms.InputTag(\"\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"4911c6dd547e1995a8c76aa3c0355843a1d1b6fa","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksHitQuadruplets_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonPixelTracksHitQuadruplets_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonPixelTracksHitQuadruplets_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonPixelTracksHitQuadruplets_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -24,3 +24,5 @@\n mightGet = cms.optional.untracked.vstring,\n useBendingCorrection = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"cce173bc623f68a148c1a319473f13d874f08e1a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksSeedLayers_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonPixelTracksSeedLayers_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonPixelTracksSeedLayers_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonPixelTracksSeedLayers_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -54,3 +54,5 @@\n ),\n mightGet = cms.optional.untracked.vstring\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d7181a97c4df2af432bc1b85f4125bad7095ce0b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracks_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonPixelTracks_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonPixelTracks_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonPixelTracks_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n mightGet = cms.optional.untracked.vstring,\n passLabel = cms.string('hltPhase2L3MuonPixelTracks')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"fe8b621daf266c8a1e2c1c47c4f507637c7e9b52","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelVertices_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonPixelVertices_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonPixelVertices_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonPixelVertices_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@\n ZSeparation = cms.double(0.005),\n beamSpot = cms.InputTag(\"hltOnlineBeamSpot\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0460b10b40b7d4983070a2d2be7e7fc170673457","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsEcalIsodR0p3dRVeto0p000_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonsEcalIsodR0p3dRVeto0p000_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonsEcalIsodR0p3dRVeto0p000_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonsEcalIsodR0p3dRVeto0p000_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -17,3 +17,5 @@\n rhoProducer = cms.InputTag(\"hltFixedGridRhoFastjetAllCaloForEGamma\"),\n rhoScale = cms.double(1.0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"2a0c6cb9faf7074d35912210232a448c126e7601","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsHcalIsodR0p3dRVeto0p000_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonsHcalIsodR0p3dRVeto0p000_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonsHcalIsodR0p3dRVeto0p000_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonsHcalIsodR0p3dRVeto0p000_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -21,3 +21,5 @@\n useEt = cms.bool(True),\n useHF = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"83deb3f503e7c192f76ea4146fca39312bfa0bcc","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsHgcalLCIsodR0p2dRVetoEM0p00dRVetoHad0p02minEEM0p00minEHad0p00_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonsHgcalLCIsodR0p2dRVetoEM0p00dRVetoHad0p02minEEM0p00minEHad0p00_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonsHgcalLCIsodR0p2dRVetoEM0p00dRVetoHad0p02minEEM0p00minEHad0p00_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonsHgcalLCIsodR0p2dRVetoEM0p00dRVetoHad0p02minEEM0p00minEHad0p00_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -17,3 +17,5 @@\n rhoScale = cms.double(1.0),\n useEt = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"ef389716737d0368397e2cea23ba2e2369217ed4","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p07_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p07_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p07_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p07_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -51,3 +51,5 @@\n inputMuonCollection = cms.InputTag(\"hltPhase2L3MuonCandidates\"),\n printDebug = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"8524f1cec4e45e29516e64957f55dc48b8036606","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p4_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p4_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -51,3 +51,5 @@\n inputMuonCollection = cms.InputTag(\"hltPhase2L3MuonCandidates\"),\n printDebug = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"521f721fb83486c65719957f4c38bbfa7173b46a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3MuonCandidates_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OIL3MuonCandidates_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OIL3MuonCandidates_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OIL3MuonCandidates_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n InputObjects = cms.InputTag(\"hltPhase2L3OIL3Muons\"),\n MuonPtOption = cms.string('Tracker')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"162ec928753e4beb50a58201268979e87a78f809","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3MuonsLinksCombination_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OIL3MuonsLinksCombination_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OIL3MuonsLinksCombination_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OIL3MuonsLinksCombination_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n hltPhase2L3OIL3MuonsLinksCombination = cms.EDProducer(\"L3TrackLinksCombiner\",\n labels = cms.VInputTag(\"hltL3MuonsPhase2L3OI\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0de4c1d42f42990a9a08bfe96a2690319e89922a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuCtfWithMaterialTracks_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OIMuCtfWithMaterialTracks_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OIMuCtfWithMaterialTracks_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OIMuCtfWithMaterialTracks_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -17,3 +17,5 @@\n useHitsSplitting = cms.bool(False),\n useSimpleMF = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"a43401f402a84b40e001f13257c0f0b574413f2c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuonTrackCutClassifier_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OIMuonTrackCutClassifier_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OIMuonTrackCutClassifier_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OIMuonTrackCutClassifier_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n src = cms.InputTag(\"hltPhase2L3OIMuCtfWithMaterialTracks\"),\n vertices = cms.InputTag(\"Notused\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"52680e79018dc98aa0f53a65602ffed43d1d8841","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuonTrackSelectionHighPurity_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OIMuonTrackSelectionHighPurity_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OIMuonTrackSelectionHighPurity_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OIMuonTrackSelectionHighPurity_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n originalQualVals = cms.InputTag(\"hltPhase2L3OIMuonTrackCutClassifier\",\"QualityMasks\"),\n originalSource = cms.InputTag(\"hltPhase2L3OIMuCtfWithMaterialTracks\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"db817f4a4e9f8ac0db66a0aba1e4659c510911e9","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OISeedsFromL2Muons_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OISeedsFromL2Muons_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OISeedsFromL2Muons_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OISeedsFromL2Muons_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -51,3 +51,5 @@\n hltPhase2L3OISeedsFromL2Muons,\n src =\"hltL2MuonsFromL1TkMuon:UpdatedAtVtx\"\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"4c7cd607498e955124db3b90c6041bf2781e94a7","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OITrackCandidates_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OITrackCandidates_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OITrackCandidates_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OITrackCandidates_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -20,3 +20,5 @@\n src = cms.InputTag(\"hltPhase2L3OISeedsFromL2Muons\"),\n useHitsSplitting = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"6708c86213a72531140936a40d42e9fed87e523a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2OTHitsInputLST_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2OTHitsInputLST_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2OTHitsInputLST_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2OTHitsInputLST_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n phase2OTRecHits = cms.InputTag('hltSiPhase2RecHits'),\n mightGet = cms.optional.untracked.vstring\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"90ad0d16a35695b7d5b7a97b233bc81d24050425","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2OnlineBeamSpotDevice_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2OnlineBeamSpotDevice_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2OnlineBeamSpotDevice_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2OnlineBeamSpotDevice_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n src = cms.InputTag('hltOnlineBeamSpot'),\n alpaka = cms.untracked.PSet(backend = cms.untracked.string(''))\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"95078b6a677a75f57f42bb827af3be779568ac82","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelFitterByHelixProjections_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelFitterByHelixProjections_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelFitterByHelixProjections_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelFitterByHelixProjections_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n scaleErrorsForBPix1 = cms.bool(False),\n scaleFactor = cms.double(0.65)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"dcbb40554217b3a2aedad38747136dcc597ec38d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTrackFilterByKinematics_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelTrackFilterByKinematics_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelTrackFilterByKinematics_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelTrackFilterByKinematics_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -7,3 +7,5 @@\n ptMin = cms.double(0.9),\n tipMax = cms.double(1.0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d6c4da24b57bc809993b3d6f0ceba1100ba4f92a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n ptMin = cms.double(0.9)\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"cb69751ce4a49fad3b300a49033f8a52aabeb07a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitDoublets_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelTracksHitDoublets_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelTracksHitDoublets_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelTracksHitDoublets_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n trackingRegions = cms.InputTag(\"hltPhase2PixelTracksAndHighPtStepTrackingRegions\"),\n trackingRegionsSeedingLayers = cms.InputTag(\"\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"91ad5acb4c1ff80af46c40801b7daa18d6848c11","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitSeeds_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelTracksHitSeeds_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelTracksHitSeeds_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelTracksHitSeeds_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n mightGet = cms.optional.untracked.vstring,\n useBendingCorrection = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"018bbc3235828545646c8afb61864b22d06b736b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksSeedLayers_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelTracksSeedLayers_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelTracksSeedLayers_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelTracksSeedLayers_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -53,3 +53,5 @@\n 'FPix5_neg+FPix6_neg+FPix7_neg+FPix8_neg'\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"f5f54cacb98e752c746f836dfd5136553a020d56","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksSoA_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelTracksSoA_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelTracksSoA_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelTracksSoA_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -46,3 +46,5 @@\n \n from Configuration.ProcessModifiers.singleIterPatatrack_cff import singleIterPatatrack\n singleIterPatatrack.toReplaceWith(hltPhase2PixelTracksSoA, _hltPhase2PixelTracksSoASingleIterPatatrack)\n+-- dummy change --\n+-- dummy change --"},{"sha":"0a81f04165d2e755e551837ac852d54dbf8e060b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2SiPixelClustersSoA_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2SiPixelClustersSoA_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2SiPixelClustersSoA_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2SiPixelClustersSoA_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n # autoselect the alpaka backend\n alpaka = cms.untracked.PSet(backend = cms.untracked.string(''))\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"7737d00f720ed5ce0fc87b195ef872afd167abab","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2SiPixelRecHitsSoA_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2SiPixelRecHitsSoA_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2SiPixelRecHitsSoA_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2SiPixelRecHitsSoA_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n # autoselect the alpaka backend\n alpaka = cms.untracked.PSet(backend = cms.untracked.string(''))\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"029bc4c55d1cf976de09e106fdca7b3d7ff0f8b7","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2TowerMakerForAll_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2TowerMakerForAll_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2TowerMakerForAll_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2TowerMakerForAll_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -76,3 +76,5 @@\n hoInput = cms.InputTag(\"hltHoreco\"),\n missingHcalRescaleFactorForEcal = cms.double(0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"5c5cf5dd7f4a362a7169ffa5c9ae894c4da29603","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2TrimmedPixelVertices_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2TrimmedPixelVertices_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2TrimmedPixelVertices_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2TrimmedPixelVertices_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n refToPSet_ = cms.string(\"pSetPvClusterComparerForIT\"),\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"b16cb3e2171b19f4d366bf813192c7797e8c8401","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoClusterShapeL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoClusterShapeL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoClusterShapeL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoClusterShapeL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaClusterShapeL1Seeded\",\"sigmaIEtaIEta5x5\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"4502c0f66657b644608543c9ee682b04e1c874ac","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoClusterShapeUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoClusterShapeUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoClusterShapeUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoClusterShapeUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaClusterShapeUnseeded\",\"sigmaIEtaIEta5x5\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"57e4a913dd09ffeaec76dfcf6b43fe1ae677571d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoEcalIsoL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoEcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoEcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoEcalIsoL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaEcalPFClusterIsoL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"8262339ec9f08bb8674b92cbd0f7210c1de01654","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoEcalIsoUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoEcalIsoUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoEcalIsoUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoEcalIsoUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaEcalPFClusterIsoUnseeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d7c74a3f78307c55fd9702b80f1ea52b3673113f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHEL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoHEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoHEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoHEL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHoverEL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c9c751514f36a717e184cc9e29e11e862d91d862","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHEUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoHEUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoHEUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoHEUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHoverEUnseeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"03f1a090bb7cfe4993241c3c20c82fb66c6230bd","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHcalIsoL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoHcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoHcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoHcalIsoL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaHcalPFClusterIsoL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"341445e1b97b1af4b8edfbedb917b4b41ff2b1c2","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHcalIsoUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoHcalIsoUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoHcalIsoUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoHcalIsoUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(True),\n varTag = cms.InputTag(\"hltEgammaHcalPFClusterIsoUnseeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"7d3367e36c2004c9d281e0d77b5d203e7b8d9a0d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HEL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton187HEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton187HEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton187HEL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHoverEL1Seeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"3d6c7c50296a415237f60b6a3cc3a328520eb636","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HEUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton187HEUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton187HEUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton187HEUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHoverEUnseeded\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"616d8c0844a4d81ab586d47ad3291f0b7f912ab5","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HgcalHEL1SeededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton187HgcalHEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton187HgcalHEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton187HgcalHEL1SeededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsL1Seeded\",\"hForHOverE\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"a1f94ffbeb0341953a02f770cabdc0ec06b874ca","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HgcalHEUnseededFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton187HgcalHEUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton187HgcalHEUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton187HgcalHEUnseededFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n useEt = cms.bool(False),\n varTag = cms.InputTag(\"hltEgammaHGCALIDVarsUnseeded\",\"hForHOverE\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"6606ac3b9be46ca4003c80027c0ec6f223e86559","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelClustersMultiplicity_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPixelClustersMultiplicity_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPixelClustersMultiplicity_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPixelClustersMultiplicity_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n mightGet = cms.optional.untracked.vstring,\n src = cms.InputTag(\"hltSiPixelClusters\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"4a30cac9fd8d8b28847cc19b415da95951a0acc2","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerPairsL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPixelLayerPairsL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPixelLayerPairsL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPixelLayerPairsL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -74,3 +74,5 @@\n 'BPix4+FPix3_neg'\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"9d80fcbb05dc82f1ddb0bb1eab5446d4aa9c56e9","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerPairsUnseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPixelLayerPairsUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPixelLayerPairsUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPixelLayerPairsUnseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -74,3 +74,5 @@\n 'BPix4+FPix3_neg'\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"79c1d473823e0645888b3d40e106bfc181e18ec9","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDiphoton3023IsoCaloIdL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreDiphoton3023IsoCaloIdL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreDiphoton3023IsoCaloIdL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreDiphoton3023IsoCaloIdL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n L1GtReadoutRecordTag = cms.InputTag(\"hltGtStage2Digis\"),\n offset = cms.uint32(0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"984dd3d92f28a8b988bb3bfb356c7182ce54e145","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDiphoton3023IsoCaloIdUnseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreDiphoton3023IsoCaloIdUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreDiphoton3023IsoCaloIdUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreDiphoton3023IsoCaloIdUnseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n L1GtReadoutRecordTag = cms.InputTag(\"hltGtStage2Digis\"),\n offset = cms.uint32(0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"fb11161c688a775dbf63d2dbf71afbfed30fa33f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle2312IsoL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreDoubleEle2312IsoL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreDoubleEle2312IsoL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreDoubleEle2312IsoL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n L1GtReadoutRecordTag = cms.InputTag(\"hltGtStage2Digis\"),\n offset = cms.uint32(0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"f6dc5707f3e0470e652a17b40839b977c5a7cd7e","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle25CaloIdLPMS2L1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreDoubleEle25CaloIdLPMS2L1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreDoubleEle25CaloIdLPMS2L1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreDoubleEle25CaloIdLPMS2L1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n L1GtReadoutRecordTag = cms.InputTag(\"hltGtStage2Digis\"),\n offset = cms.uint32(0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"1560fc17f4c77c78865f475f01136545544bc9c7","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle25CaloIdLPMS2Unseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreDoubleEle25CaloIdLPMS2Unseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreDoubleEle25CaloIdLPMS2Unseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreDoubleEle25CaloIdLPMS2Unseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n L1GtReadoutRecordTag = cms.InputTag(\"hltGtStage2Digis\"),\n offset = cms.uint32(0)\n )\n+-- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e?per_page=100&page=18 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:16 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"56405147fa873dfc9e357427bb7cd3d96d0ba39c5c603a2a672e48c8c9bf678c"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:04:54 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4953'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '47'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C7A6:28829C:15A1C2:161773:68122480')] +{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","node_id":"C_kwDOF83__NoAKGMyMzA5OWM3Mzc3MTIzYjZkZTdmYWZhN2E0ODZiMjBiMThkNTRmN2U","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"message":"Try generating big cache","tree":{"sha":"f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684"}],"stats":{"total":6008,"additions":5944,"deletions":64},"files":[{"sha":"067d47eb0464bd22b70a087a8c393f3a0a120271","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle115NonIsoL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreEle115NonIsoL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreEle115NonIsoL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreEle115NonIsoL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n L1GtReadoutRecordTag = cms.InputTag(\"hltGtStage2Digis\"),\n offset = cms.uint32(0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"1f44cc4f38bf3e7a4c75cc6bee406cdaa104cf7c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle26WP70L1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreEle26WP70L1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreEle26WP70L1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreEle26WP70L1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n L1GtReadoutRecordTag = cms.InputTag(\"hltGtStage2Digis\"),\n offset = cms.uint32(0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"73455cded590626c55c078678c7f961c9b9f40ce","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle26WP70Unseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreEle26WP70Unseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreEle26WP70Unseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreEle26WP70Unseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n L1GtReadoutRecordTag = cms.InputTag(\"hltGtStage2Digis\"),\n offset = cms.uint32(0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"424bc4e3de824eeffe80fc3bd452c6ed93ade2b9","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle32WPTightL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreEle32WPTightL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreEle32WPTightL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreEle32WPTightL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n L1GtReadoutRecordTag = cms.InputTag(\"hltGtStage2Digis\"),\n offset = cms.uint32(0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d5040a61b48de9d2047830bcfecbb67e43821dbb","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle32WPTightUnseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreEle32WPTightUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreEle32WPTightUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreEle32WPTightUnseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n L1GtReadoutRecordTag = cms.InputTag(\"hltGtStage2Digis\"),\n offset = cms.uint32(0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"b4f8cce8b5eaf57bd142eae98a47e3fba7c6879e","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPreHLTAnalyzerEndpath_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreHLTAnalyzerEndpath_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreHLTAnalyzerEndpath_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreHLTAnalyzerEndpath_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n L1GtReadoutRecordTag = cms.InputTag(\"hltGtStage2Digis\"),\n offset = cms.uint32(0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"ac0ad5a73db8906637aa638af7117e2f4749fb2a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton108EBTightIDTightIsoL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPrePhoton108EBTightIDTightIsoL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPrePhoton108EBTightIDTightIsoL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPrePhoton108EBTightIDTightIsoL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n L1GtReadoutRecordTag = cms.InputTag(\"hltGtStage2Digis\"),\n offset = cms.uint32(0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"7a7e55476c414b681e0b4e12c160dfca80be6139","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton108EBTightIDTightIsoUnseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPrePhoton108EBTightIDTightIsoUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPrePhoton108EBTightIDTightIsoUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPrePhoton108EBTightIDTightIsoUnseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n L1GtReadoutRecordTag = cms.InputTag(\"hltGtStage2Digis\"),\n offset = cms.uint32(0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"1ea6e0bad8c03d6f6ed0d4e610c056786d240be9","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton187L1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPrePhoton187L1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPrePhoton187L1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPrePhoton187L1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n L1GtReadoutRecordTag = cms.InputTag(\"hltGtStage2Digis\"),\n offset = cms.uint32(0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"f30ed7415313e3a02616c66aa5454b7f8b4342bd","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton187Unseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPrePhoton187Unseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPrePhoton187Unseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPrePhoton187Unseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n L1GtReadoutRecordTag = cms.InputTag(\"hltGtStage2Digis\"),\n offset = cms.uint32(0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"6f90eddf3b48b213c3942ac486d5b2e55c7a4652","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPrimaryVertexAssociationModEta2p4_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPrimaryVertexAssociationModEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPrimaryVertexAssociationModEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPrimaryVertexAssociationModEta2p4_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -35,3 +35,5 @@\n usePVMET = cms.bool(True),\n vertices = cms.InputTag(\"hltOfflinePrimaryVertices\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"869436961100d6151498a832a4ad511396cb2beb","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPrimaryVertexAssociation_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPrimaryVertexAssociation_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPrimaryVertexAssociation_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPrimaryVertexAssociation_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -35,3 +35,5 @@\n usePVMET = cms.bool(True),\n vertices = cms.InputTag(\"hltOfflinePrimaryVertices\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"91b33c789432fce842bdd2804c4f9e7818ee495a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPuppiTauTkIsoEle45_22L1TkFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPuppiTauTkIsoEle45_22L1TkFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPuppiTauTkIsoEle45_22L1TkFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPuppiTauTkIsoEle45_22L1TkFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n hltPuppiTauTkIsoEle45_22L1TkFilter = cms.EDFilter(\"PathStatusFilter\",\n logicalExpression = cms.string('pPuppiTauTkIsoEle45_22')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"dfb27839f94ad7d13478e50625c2203f997a84db","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPuppiTauTkMuon4218L1TkFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPuppiTauTkMuon4218L1TkFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPuppiTauTkMuon4218L1TkFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPuppiTauTkMuon4218L1TkFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n hltPuppiTauTkMuon4218L1TkFilter = cms.EDFilter(\"PathStatusFilter\",\n logicalExpression = cms.string('pPuppiTauTkMuon42_18')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"e7076e871600229318990d63b4a3a442530a740d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltRechitInRegionsHGCAL_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltRechitInRegionsHGCAL_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltRechitInRegionsHGCAL_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltRechitInRegionsHGCAL_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -17,3 +17,5 @@\n 'HGCHEFRecHits'\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"fb3e06f7fc5a50fb16fcf0d1c06cbb5651683c95","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltSiPixelClusterShapeCache_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltSiPixelClusterShapeCache_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltSiPixelClusterShapeCache_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltSiPixelClusterShapeCache_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n onDemand = cms.bool(False),\n src = cms.InputTag(\"hltSiPixelClusters\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"82aac3f095d94351d9f2eaaabad6b90b1e5b4641","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltSingleAK4PFPuppiJet520_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltSingleAK4PFPuppiJet520_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltSingleAK4PFPuppiJet520_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltSingleAK4PFPuppiJet520_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n saveTags = cms.bool(True),\n triggerType = cms.int32(85)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"fd0dca5ad25db4ae6740db9cb732b7ddc7a42c00","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltSingleTkMuon22L1TkMuonFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltSingleTkMuon22L1TkMuonFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltSingleTkMuon22L1TkMuonFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltSingleTkMuon22L1TkMuonFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n hltSingleTkMuon22L1TkMuonFilter = cms.EDFilter(\"PathStatusFilter\",\n logicalExpression = cms.string('pSingleTkMuon22')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"4308d792083cefe9b6f12b0348e73e9b1a9c3529","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclLayerTileProducerL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclLayerTileProducerL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclLayerTileProducerL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclLayerTileProducerL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n layer_clusters = cms.InputTag(\"hltHgcalMergeLayerClustersL1Seeded\"),\n mightGet = cms.optional.untracked.vstring\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"f5a728ad298650116d8c997696198a1b256f1d3d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclLayerTileProducer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclLayerTileProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclLayerTileProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclLayerTileProducer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n layer_clusters = cms.InputTag(\"hltHgcalMergeLayerClusters\"),\n mightGet = cms.optional.untracked.vstring\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"45a02a6ad740ea7a6f2e00ff7cb287f75c9d93a8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTracksterLinksL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclTracksterLinksL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclTracksterLinksL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclTracksterLinksL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -43,3 +43,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"2f1c2bd5668960ec2ad49ec2e6b24cdacb120ad5","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersCLUE3DHighL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclTrackstersCLUE3DHighL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclTrackstersCLUE3DHighL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclTrackstersCLUE3DHighL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -157,3 +157,5 @@\n ticl_v5.toModify(hltTiclTrackstersCLUE3DHighL1Seeded.pluginPatternRecognitionByCLUE3D, computeLocalTime = cms.bool(True))\n ticl_v5.toModify(hltTiclTrackstersCLUE3DHighL1Seeded, inferenceAlgo = cms.string('TracksterInferenceByPFN'))\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"3630e73150be0d5846a3766e8b3ffebaa793f6a9","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersCLUE3DHigh_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclTrackstersCLUE3DHigh_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclTrackstersCLUE3DHigh_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclTrackstersCLUE3DHigh_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -157,3 +157,5 @@\n from Configuration.ProcessModifiers.ticl_v5_cff import ticl_v5\n ticl_v5.toModify(hltTiclTrackstersCLUE3DHigh.pluginPatternRecognitionByCLUE3D, computeLocalTime = cms.bool(True))\n ticl_v5.toModify(hltTiclTrackstersCLUE3DHigh, inferenceAlgo = cms.string('TracksterInferenceByPFN'))\n+-- dummy change --\n+-- dummy change --"},{"sha":"235e8e749674a833fbd516cd7603ca58808b26e5","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersRecoveryL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclTrackstersRecoveryL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclTrackstersRecoveryL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclTrackstersRecoveryL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -105,3 +105,5 @@\n seeding_regions = cms.InputTag(\"hltTiclSeedingL1\"),\n time_layerclusters = cms.InputTag(\"hltHgcalMergeLayerClustersL1Seeded\",\"timeLayerCluster\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"24dec7e406c0d688b91da4780c05526e0a3e2bb6","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersRecovery_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclTrackstersRecovery_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclTrackstersRecovery_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclTrackstersRecovery_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -105,3 +105,5 @@\n seeding_regions = cms.InputTag(\"hltTiclSeedingGlobal\"),\n time_layerclusters = cms.InputTag(\"hltHgcalMergeLayerClusters\",\"timeLayerCluster\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"9f67082cb46736c5bd635af85c222ca85bdc4af0","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltTrackRefsForJetsBeforeSorting_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTrackRefsForJetsBeforeSorting_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTrackRefsForJetsBeforeSorting_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTrackRefsForJetsBeforeSorting_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n particleType = cms.string('pi+'),\n src = cms.InputTag(\"hltTrackWithVertexRefSelectorBeforeSorting\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"26b1cc17bbea60c15f8c8c0b1c489aef71020520","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltTrackWithVertexRefSelectorBeforeSorting_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTrackWithVertexRefSelectorBeforeSorting_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTrackWithVertexRefSelectorBeforeSorting_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTrackWithVertexRefSelectorBeforeSorting_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -24,3 +24,5 @@\n vtxFallback = cms.bool(True),\n zetaVtx = cms.double(1.0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"b6578b34bd8b9eaa2459b829907eff2f0f07821d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltUnsortedOfflinePrimaryVertices_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltUnsortedOfflinePrimaryVertices_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltUnsortedOfflinePrimaryVertices_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltUnsortedOfflinePrimaryVertices_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -47,3 +47,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"7ce5fe77aa527932f037dc85977fac1e37f34217","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEleSingle22Filter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fl1tTkIsoEleSingle22Filter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fl1tTkIsoEleSingle22Filter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fl1tTkIsoEleSingle22Filter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n inputTag2 = cms.InputTag(\"l1tLayer1EG\",\"L1TkEleEE\"),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"337129e38bb483b5949aa43ca4bb65c636b0c00b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEleSingle28Filter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fl1tTkIsoEleSingle28Filter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fl1tTkIsoEleSingle28Filter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fl1tTkIsoEleSingle28Filter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n inputTag2 = cms.InputTag(\"l1tLayer1EG\",\"L1TkEleEE\"),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"af06a1f08fe7354829103ca8ed02e3e3b6a22beb","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmDouble12Filter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fl1tTkIsoEmDouble12Filter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fl1tTkIsoEmDouble12Filter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fl1tTkIsoEmDouble12Filter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n inputTag2 = cms.InputTag(\"l1tLayer1EG\",\"L1TkEmEE\"),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"dac101d41f78b26ff65ea20247ed307b80f1cc13","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmSingle22Filter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fl1tTkIsoEmSingle22Filter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fl1tTkIsoEmSingle22Filter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fl1tTkIsoEmSingle22Filter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n inputTag2 = cms.InputTag(\"l1tLayer1EG\",\"L1TkEmEE\"),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"7f44cbdfbc27f9936b76acbfbd7c0922378e77f0","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmSingle36Filter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fl1tTkIsoEmSingle36Filter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fl1tTkIsoEmSingle36Filter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fl1tTkIsoEmSingle36Filter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n inputTag2 = cms.InputTag(\"l1tLayer1EG\",\"L1TkEmEE\"),\n saveTags = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"e674b92456a1f72a1ad8f69256060dd5d80f6377","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_L1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Diphoton30_23_IsoCaloId_L1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Diphoton30_23_IsoCaloId_L1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Diphoton30_23_IsoCaloId_L1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n HLTDiphoton3023IsoCaloIdL1SeededSequence +\n HLTEndSequence\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"38902da614685012e81d9d24d92adb3de4f20267","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_Unseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Diphoton30_23_IsoCaloId_Unseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Diphoton30_23_IsoCaloId_Unseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Diphoton30_23_IsoCaloId_Unseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n HLTDiphoton3023IsoCaloIdUnseededSequence +\n HLTEndSequence\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0558f05fdabc559cd54ec5600aba21390cbd708e","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle23_12_Iso_L1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoubleEle23_12_Iso_L1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoubleEle23_12_Iso_L1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoubleEle23_12_Iso_L1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n HLTDoubleEle2312IsoL1SeededSequence +\n HLTEndSequence\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"75a074c4e77a019c45de6b58fbfe2008d49495ff","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_L1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoubleEle25_CaloIdL_PMS2_L1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoubleEle25_CaloIdL_PMS2_L1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoubleEle25_CaloIdL_PMS2_L1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n HLTDoubleEle25CaloIdLPMS2L1SeededSequence +\n HLTEndSequence\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"b2209fefaae5e4395029ccb4121d64fc499963d3","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_Unseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoubleEle25_CaloIdL_PMS2_Unseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoubleEle25_CaloIdL_PMS2_Unseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoubleEle25_CaloIdL_PMS2_Unseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n HLTDoubleEle25CaloIdLPMS2UnseededSequence +\n HLTEndSequence\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"1024578a0a4bf55322d268e9a1ba4da5b37e7e84","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleMediumChargedIsoPFTauHPS40_eta2p1_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoubleMediumChargedIsoPFTauHPS40_eta2p1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoubleMediumChargedIsoPFTauHPS40_eta2p1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoubleMediumChargedIsoPFTauHPS40_eta2p1_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -35,3 +35,5 @@\n + hltHpsDoublePFTau40TrackPt1MediumChargedIsolation\n + HLTEndSequence\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0ff4863eb49cff467262783d92db5891249ceb9b","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleMediumDeepTauPFTauHPS35_eta2p1_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoubleMediumDeepTauPFTauHPS35_eta2p1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoubleMediumDeepTauPFTauHPS35_eta2p1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoubleMediumDeepTauPFTauHPS35_eta2p1_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -35,3 +35,5 @@\n + hltHpsDoublePFTau35MediumDitauWPDeepTau\n + HLTEndSequence\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"3b73a8bbe70a81b28814c83ccdb65c3e074a1644","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepCSV_2p4_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepCSV_2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepCSV_2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepCSV_2p4_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -31,3 +31,5 @@\n + hltBTagPFPuppiDeepCSV0p865DoubleEta2p4\n + HLTEndSequence\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"bf64c69b244a06ef57f492a86c7ec9b59a444070","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepFlavour_2p4_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepFlavour_2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepFlavour_2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepFlavour_2p4_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -31,3 +31,5 @@\n + hltBTagPFPuppiDeepFlavour0p935DoubleEta2p4\n + HLTEndSequence\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"e22d3ad5a309712f9241a70571601719b2ae5d9e","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele115_NonIso_L1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Ele115_NonIso_L1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Ele115_NonIso_L1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Ele115_NonIso_L1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n HLTEle115NonIsoL1SeededSequence +\n HLTEndSequence\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"80c1d0d452189d27e6a4eb1a4f26a6cb9710c35e","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele30_WPTight_L1Seeded_LooseDeepTauPFTauHPS30_eta2p1_CrossL1_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Ele30_WPTight_L1Seeded_LooseDeepTauPFTauHPS30_eta2p1_CrossL1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Ele30_WPTight_L1Seeded_LooseDeepTauPFTauHPS30_eta2p1_CrossL1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Ele30_WPTight_L1Seeded_LooseDeepTauPFTauHPS30_eta2p1_CrossL1_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -105,3 +105,5 @@\n hltHpsPFTau30LooseTauWPDeepTau +\n HLTEndSequence\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0d06c0fd2d70e1168719dc04ddfbe4c2a58e228f","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele32_WPTight_L1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Ele32_WPTight_L1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Ele32_WPTight_L1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Ele32_WPTight_L1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n HLTEle32WPTightL1SeededSequence +\n HLTEndSequence\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"b17b622aac3cf4f4d4d5e00b1d0dc960e914615f","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele32_WPTight_Unseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Ele32_WPTight_Unseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Ele32_WPTight_Unseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Ele32_WPTight_Unseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n HLTEle32WPTightUnseededSequence +\n HLTEndSequence\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"430150c220ef808a086bcd3387f07890929a9fb0","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_IsoMu20_eta2p1_LooseDeepTauPFTauHPS27_eta2p1_CrossL1_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_IsoMu20_eta2p1_LooseDeepTauPFTauHPS27_eta2p1_CrossL1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_IsoMu20_eta2p1_LooseDeepTauPFTauHPS27_eta2p1_CrossL1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_IsoMu20_eta2p1_LooseDeepTauPFTauHPS27_eta2p1_CrossL1_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -63,3 +63,5 @@\n + hltHpsPFTau27LooseTauWPDeepTau\n + HLTEndSequence\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"057aa9d2e991a2eeb4a9d39a03be6f622dab8e3e","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -35,3 +35,5 @@\n + hltDiMuon178RelTrkIsoFiltered0p4DzFiltered0p2\n + HLTEndSequence\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"3f45e83b0151be4ab0f8261cd8ed9d202edf5dec","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu37_Mu27_FromL1TkMuon_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Mu37_Mu27_FromL1TkMuon_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Mu37_Mu27_FromL1TkMuon_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Mu37_Mu27_FromL1TkMuon_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -27,3 +27,5 @@\n + hltL3fL1DoubleMu155fFiltered37\n + HLTEndSequence\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"a674270642f8ae5c8ef3d489293e245b3a1d1a7f","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepCSV_2p4_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepCSV_2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepCSV_2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepCSV_2p4_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -37,3 +37,5 @@\n + hltBTagPFPuppiDeepCSV0p38Eta2p4TripleEta2p4\n + HLTEndSequence\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"a01884a41bb9c2ec32bfa4424e26f23ffde696a6","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -37,3 +37,5 @@\n + hltBTagPFPuppiDeepFlavour0p375Eta2p4TripleEta2p4\n + HLTEndSequence\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"95912f2ba090823a96a7c32dfbab6c27d07ccd16","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepCSV_2p4_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepCSV_2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepCSV_2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepCSV_2p4_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -41,3 +41,5 @@\n + hltBTagPFPuppiDeepCSV0p31Eta2p4TripleEta2p4\n + HLTEndSequence\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"62acc611aefc9f8808bc720fc01bd83f6c35eb37","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -41,3 +41,5 @@\n + hltBTagPFPuppiDeepFlavour0p275Eta2p4TripleEta2p4\n + HLTEndSequence\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"944395e8e528d336339097b2ea6bcb79e52e0a76","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFPuppiMETTypeOne140_PFPuppiMHT140_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_PFPuppiMETTypeOne140_PFPuppiMHT140_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_PFPuppiMETTypeOne140_PFPuppiMHT140_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_PFPuppiMETTypeOne140_PFPuppiMHT140_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -35,3 +35,5 @@\n + hltPFPuppiMHT140\n + HLTEndSequence\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0a142ef2bcf572d5b740df7d836a108b506a2216","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_L1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Photon108EB_TightID_TightIso_L1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Photon108EB_TightID_TightIso_L1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Photon108EB_TightID_TightIso_L1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n HLTPhoton108EBTightIDTightIsoL1SeededSequence +\n HLTEndSequence\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"5e538f20a3d7507400caab374bd6929508fde406","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_Unseeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Photon108EB_TightID_TightIso_Unseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Photon108EB_TightID_TightIso_Unseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Photon108EB_TightID_TightIso_Unseeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n HLTPhoton108EBTightIDTightIsoUnseededSequence +\n HLTEndSequence\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"2531902ff6eff1ad44ba89198d698224e34237de","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n + HLTEndSequence\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"07539145f903e2ec15bc6612911e0dc8d1a74ad3","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/CkfBaseTrajectoryFilter_block_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FCkfBaseTrajectoryFilter_block_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FCkfBaseTrajectoryFilter_block_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FCkfBaseTrajectoryFilter_block_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,4 +23,5 @@\n seedExtension = cms.int32(0),\n seedPairPenalty = cms.int32(0),\n strictSeedExtension = cms.bool(False)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"407cd71150759e642a1bfddb195f376187ac5ae0","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/ClusterShapeTrajectoryFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FClusterShapeTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FClusterShapeTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FClusterShapeTrajectoryFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n ComponentType = cms.string('ClusterShapeTrajectoryFilter'),\n cacheSrc = cms.InputTag(\"hltSiPixelClusterShapeCache\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"a0b9ef14baa9c428d54f3723d89b7b93a39e8440","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/GroupedCkfTrajectoryBuilder_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FGroupedCkfTrajectoryBuilder_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FGroupedCkfTrajectoryBuilder_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FGroupedCkfTrajectoryBuilder_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -26,3 +26,5 @@\n updator = cms.string('KFUpdator'),\n useSameTrajFilter = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"299bf9da663008ac083de4b8d5a723b99c69b9c1","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/HGCAL_chargeCollectionEfficiencies_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHGCAL_chargeCollectionEfficiencies_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHGCAL_chargeCollectionEfficiencies_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHGCAL_chargeCollectionEfficiencies_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,4 +2,5 @@\n \n HGCAL_chargeCollectionEfficiencies = cms.PSet(\n values = cms.vdouble(1.0, 1.0, 1.0)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"90ddfc9f69468fa07812cca1e8d431b2c4137576","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonGroupedCkfTrajectoryFilterIT_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTIter0Phase2L3FromL1TkMuonGroupedCkfTrajectoryFilterIT_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTIter0Phase2L3FromL1TkMuonGroupedCkfTrajectoryFilterIT_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTIter0Phase2L3FromL1TkMuonGroupedCkfTrajectoryFilterIT_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,4 +23,5 @@\n seedExtension = cms.int32(0),\n seedPairPenalty = cms.int32(0),\n strictSeedExtension = cms.bool(False)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"f9c487dde011aa21ad934458e24045c535b55ec1","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTIter0Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTIter0Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTIter0Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -25,4 +25,5 @@\n ),\n updator = cms.string('hltESPKFUpdator'),\n useSameTrajFilter = cms.bool(True)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"ab6c41afb65f7edd819c349f350da7ef21534368","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTIter2Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTIter2Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTIter2Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -26,3 +26,5 @@\n updator = cms.string('hltESPKFUpdator'),\n useSameTrajFilter = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c807e39012e95cd3c203e93a763bd58be18ceccc","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetTrajectoryFilterIT_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTIter2Phase2L3FromL1TkMuonPSetTrajectoryFilterIT_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTIter2Phase2L3FromL1TkMuonPSetTrajectoryFilterIT_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTIter2Phase2L3FromL1TkMuonPSetTrajectoryFilterIT_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,4 +23,5 @@\n seedExtension = cms.int32(0),\n seedPairPenalty = cms.int32(0),\n strictSeedExtension = cms.bool(False)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"3edb8ebda39b709adf7e7ef4bad514a4070cae69","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryBuilder_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTPSetMuonCkfTrajectoryBuilder_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTPSetMuonCkfTrajectoryBuilder_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTPSetMuonCkfTrajectoryBuilder_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -21,3 +21,5 @@\n updator = cms.string('hltESPKFUpdator'),\n useSeedLayer = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"310cc9f62c16654ae0091ceba4993f05a9120ee9","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryFilter_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTPSetMuonCkfTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTPSetMuonCkfTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTPSetMuonCkfTrajectoryFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,4 +23,5 @@\n seedExtension = cms.int32(0),\n seedPairPenalty = cms.int32(0),\n strictSeedExtension = cms.bool(False)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"0c56d7af69ddb008b70ada5edc3acfa2fd64d9ad","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetTrajectoryBuilderForGsfElectrons_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTPSetTrajectoryBuilderForGsfElectrons_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTPSetTrajectoryBuilderForGsfElectrons_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTPSetTrajectoryBuilderForGsfElectrons_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@\n ),\n updator = cms.string('hltESPKFUpdator')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"88576d6c8ad8cc4a57b2f6ffdb1fe1671c374797","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetTrajectoryFilterForElectrons_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTPSetTrajectoryFilterForElectrons_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTPSetTrajectoryFilterForElectrons_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTPSetTrajectoryFilterForElectrons_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,4 +23,5 @@\n seedExtension = cms.int32(0),\n seedPairPenalty = cms.int32(0),\n strictSeedExtension = cms.bool(False)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"df7072563309097caab11bee9a55eef11138182b","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/HLTSiStripClusterChargeCutLoose_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTSiStripClusterChargeCutLoose_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTSiStripClusterChargeCutLoose_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTSiStripClusterChargeCutLoose_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,4 +2,5 @@\n \n HLTSiStripClusterChargeCutLoose = cms.PSet(\n value = cms.double(1620.0)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"017ef5b856be8e39242b8e44434d6fe56531467b","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/HLTSiStripClusterChargeCutNone_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTSiStripClusterChargeCutNone_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTSiStripClusterChargeCutNone_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTSiStripClusterChargeCutNone_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,4 +2,5 @@\n \n HLTSiStripClusterChargeCutNone = cms.PSet(\n value = cms.double(-1.0)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"1ffcb9cf33ebb5298d4965c66a898f64632f8b62","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutLoose_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FSiStripClusterChargeCutLoose_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FSiStripClusterChargeCutLoose_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FSiStripClusterChargeCutLoose_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,4 +2,5 @@\n \n SiStripClusterChargeCutLoose = cms.PSet(\n value = cms.double(1620.0)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"0c2100860c95881af66b8decda201d731e038937","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutNone_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FSiStripClusterChargeCutNone_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FSiStripClusterChargeCutNone_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FSiStripClusterChargeCutNone_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,4 +2,5 @@\n \n SiStripClusterChargeCutNone = cms.PSet(\n value = cms.double(-1.0)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"7e3985b90ce8f8cd6fe67216bbcc25568daf130e","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutTight_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FSiStripClusterChargeCutTight_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FSiStripClusterChargeCutTight_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FSiStripClusterChargeCutTight_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,4 +2,5 @@\n \n SiStripClusterChargeCutTight = cms.PSet(\n value = cms.double(1945.0)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"ef54731fb6a3252e041021e33dd1e1e9d79eac0f","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/TrajectoryFilterForConversions_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FTrajectoryFilterForConversions_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FTrajectoryFilterForConversions_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FTrajectoryFilterForConversions_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,4 +23,5 @@\n seedExtension = cms.int32(0),\n seedPairPenalty = cms.int32(0),\n strictSeedExtension = cms.bool(False)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"23b1dca6872ae973a1268676366b9943e1fcc2a6","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/TrajectoryFilterForElectrons_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FTrajectoryFilterForElectrons_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FTrajectoryFilterForElectrons_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FTrajectoryFilterForElectrons_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,4 +23,5 @@\n seedExtension = cms.int32(0),\n seedPairPenalty = cms.int32(0),\n strictSeedExtension = cms.bool(False)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"20c2067dde139965db1bfd4cc9c92e69ea839457","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/ckfBaseTrajectoryFilterP5_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FckfBaseTrajectoryFilterP5_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FckfBaseTrajectoryFilterP5_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FckfBaseTrajectoryFilterP5_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,4 +23,5 @@\n seedExtension = cms.int32(0),\n seedPairPenalty = cms.int32(0),\n strictSeedExtension = cms.bool(False)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"dd42a4740eeb99503ad4b1ffd2e54e846651d6f3","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/ckfTrajectoryFilterBeamHaloMuon_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FckfTrajectoryFilterBeamHaloMuon_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FckfTrajectoryFilterBeamHaloMuon_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FckfTrajectoryFilterBeamHaloMuon_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,4 +23,5 @@\n seedExtension = cms.int32(0),\n seedPairPenalty = cms.int32(0),\n strictSeedExtension = cms.bool(False)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"6b38a0ce5ae306a0d40cdf956aeb5f9fa35cb407","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/detachedQuadStepTrajectoryFilterBase_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FdetachedQuadStepTrajectoryFilterBase_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FdetachedQuadStepTrajectoryFilterBase_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FdetachedQuadStepTrajectoryFilterBase_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,4 +23,5 @@\n seedExtension = cms.int32(0),\n seedPairPenalty = cms.int32(0),\n strictSeedExtension = cms.bool(False)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"c302be10a95e04c2af0c5843b54f9aa57fafc703","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/detachedQuadStepTrajectoryFilter_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FdetachedQuadStepTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FdetachedQuadStepTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FdetachedQuadStepTrajectoryFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,4 +10,5 @@\n refToPSet_ = cms.string('ClusterShapeTrajectoryFilter')\n )\n )\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"8b2512194aa1d5c1a016acc0e7bfd3e82110393b","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/detachedTripletStepTrajectoryFilterBase_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FdetachedTripletStepTrajectoryFilterBase_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FdetachedTripletStepTrajectoryFilterBase_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FdetachedTripletStepTrajectoryFilterBase_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,4 +23,5 @@\n seedExtension = cms.int32(0),\n seedPairPenalty = cms.int32(0),\n strictSeedExtension = cms.bool(False)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"e19e9cec35a6a4347ce7c42824f8da186a231da4","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/detachedTripletStepTrajectoryFilter_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FdetachedTripletStepTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FdetachedTripletStepTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FdetachedTripletStepTrajectoryFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,4 +5,5 @@\n filters = cms.VPSet(cms.PSet(\n refToPSet_ = cms.string('detachedTripletStepTrajectoryFilterBase')\n ))\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"c060daf805f2d7a9d85080097b0011bf2ac39457","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryBuilder_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhighPtTripletStepTrajectoryBuilder_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhighPtTripletStepTrajectoryBuilder_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhighPtTripletStepTrajectoryBuilder_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -27,4 +27,5 @@\n ),\n updator = cms.string('KFUpdator'),\n useSameTrajFilter = cms.bool(False)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"fbf9d089900ab056145c34012b889aefdd76cf65","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilterBase_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhighPtTripletStepTrajectoryFilterBase_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhighPtTripletStepTrajectoryFilterBase_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhighPtTripletStepTrajectoryFilterBase_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,4 +23,5 @@\n seedExtension = cms.int32(1),\n seedPairPenalty = cms.int32(0),\n strictSeedExtension = cms.bool(False)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"54a66fe87f9c439e24ea43a537e306b14ad87a9d","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilterInOut_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhighPtTripletStepTrajectoryFilterInOut_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhighPtTripletStepTrajectoryFilterInOut_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhighPtTripletStepTrajectoryFilterInOut_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,4 +23,5 @@\n seedExtension = cms.int32(1),\n seedPairPenalty = cms.int32(0),\n strictSeedExtension = cms.bool(False)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"c31f53271d4a2c25c55568effac93b2861d6fe5d","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilter_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhighPtTripletStepTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhighPtTripletStepTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhighPtTripletStepTrajectoryFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,4 +10,5 @@\n refToPSet_ = cms.string('ClusterShapeTrajectoryFilter')\n )\n )\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"53986d7f298b0408436f1ff8674f5c9e6f91ad30","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryBuilder_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonHighPtTripletStepTrajectoryBuilder_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonHighPtTripletStepTrajectoryBuilder_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonHighPtTripletStepTrajectoryBuilder_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -28,3 +28,5 @@\n updator = cms.string('KFUpdator'),\n useSameTrajFilter = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"8db04c767f2a9dc78ff7633d1b2296fcc5570a16","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterBase_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonHighPtTripletStepTrajectoryFilterBase_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonHighPtTripletStepTrajectoryFilterBase_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonHighPtTripletStepTrajectoryFilterBase_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,4 +23,5 @@\n seedExtension = cms.int32(1),\n seedPairPenalty = cms.int32(0),\n strictSeedExtension = cms.bool(False)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"aac7979fc17d75951f3376ec855c0a89da2447c1","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterInOut_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonHighPtTripletStepTrajectoryFilterInOut_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonHighPtTripletStepTrajectoryFilterInOut_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonHighPtTripletStepTrajectoryFilterInOut_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,4 +23,5 @@\n seedExtension = cms.int32(1),\n seedPairPenalty = cms.int32(0),\n strictSeedExtension = cms.bool(False)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"7a2ec7ace8a7fee8b72c9c9bdba6f68ea66348a5","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilter_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonHighPtTripletStepTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonHighPtTripletStepTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonHighPtTripletStepTrajectoryFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,4 +10,5 @@\n refToPSet_ = cms.string('ClusterShapeTrajectoryFilter')\n )\n )\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"afe0b66d09d39c533c8ec9ed3505263408abf873","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryBuilder_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonInitialStepTrajectoryBuilder_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonInitialStepTrajectoryBuilder_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonInitialStepTrajectoryBuilder_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -28,3 +28,5 @@\n updator = cms.string('KFUpdator'),\n useSameTrajFilter = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"404900bbe037e9f4b9a325317b3c7a5a1f11d99e","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryFilter_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonInitialStepTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonInitialStepTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonInitialStepTrajectoryFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,4 +23,5 @@\n seedExtension = cms.int32(0),\n seedPairPenalty = cms.int32(0),\n strictSeedExtension = cms.bool(False)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"5d2cbc96036baff640fe686662c8a4dfd3300ba7","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonPSetPvClusterComparerForIT_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonPSetPvClusterComparerForIT_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonPSetPvClusterComparerForIT_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonPSetPvClusterComparerForIT_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,4 +5,5 @@\n track_prob_min = cms.double(-1.0),\n track_pt_max = cms.double(100.0),\n track_pt_min = cms.double(1.0)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"cf8cb86fa23283f26e21c6f615a3e2c2dac90d49","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonSeedFromProtoTracks_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonSeedFromProtoTracks_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonSeedFromProtoTracks_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonSeedFromProtoTracks_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,4 +9,5 @@\n forceKinematicWithRegionDirection = cms.bool(False),\n magneticField = cms.string(''),\n propagator = cms.string('PropagatorWithMaterial')\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"774a4f22f6be61abf24d36defe9a6c2e92fba6c3","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2PSetPvClusterComparerForIT_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2PSetPvClusterComparerForIT_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2PSetPvClusterComparerForIT_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2PSetPvClusterComparerForIT_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,4 +5,5 @@\n track_prob_min = cms.double(-1.0),\n track_pt_max = cms.double(100.0),\n track_pt_min = cms.double(1.0)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"71a32712afed7825e212838c8daacd84b0629539","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2SeedFromProtoTracks_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2SeedFromProtoTracks_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2SeedFromProtoTracks_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2SeedFromProtoTracks_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,4 +9,5 @@\n forceKinematicWithRegionDirection = cms.bool(False),\n magneticField = cms.string(''),\n propagator = cms.string('PropagatorWithMaterial')\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"9393d404d3a054aeccf7db613c305411fae89591","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/hltTiclTracksterLinksPSet_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltTiclTracksterLinksPSet_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltTiclTracksterLinksPSet_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltTiclTracksterLinksPSet_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -48,3 +48,5 @@\n algo_verbosity = cms.int32(0),\n type = cms.string('Skeletons')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"63fa1905048ae54a88478a0ad56191f929b8e783","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryBuilder_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FinitialStepTrajectoryBuilder_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FinitialStepTrajectoryBuilder_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FinitialStepTrajectoryBuilder_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -28,3 +28,5 @@\n updator = cms.string('KFUpdator'),\n useSameTrajFilter = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"26629e275017245ee9f2a87f49f900fdc4eb9c35","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterBasePreSplitting_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FinitialStepTrajectoryFilterBasePreSplitting_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FinitialStepTrajectoryFilterBasePreSplitting_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FinitialStepTrajectoryFilterBasePreSplitting_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,4 +23,5 @@\n seedExtension = cms.int32(0),\n seedPairPenalty = cms.int32(0),\n strictSeedExtension = cms.bool(False)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"e4d3fa2d0972986ca5c37a80be06503c6bb01959","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterPreSplitting_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FinitialStepTrajectoryFilterPreSplitting_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FinitialStepTrajectoryFilterPreSplitting_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FinitialStepTrajectoryFilterPreSplitting_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,4 +10,5 @@\n refToPSet_ = cms.string('initialStepTrajectoryFilterShapePreSplitting')\n )\n )\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e?per_page=100&page=19 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:17 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"60a727c12313037bda215266a867fc2ee6b8f9a87bb8c77ecea3aaa4f32b07f5"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:04:54 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4952'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '48'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C7B6:7AF77:172F36:17A590:68122480')] +{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","node_id":"C_kwDOF83__NoAKGMyMzA5OWM3Mzc3MTIzYjZkZTdmYWZhN2E0ODZiMjBiMThkNTRmN2U","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"message":"Try generating big cache","tree":{"sha":"f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684"}],"stats":{"total":6008,"additions":5944,"deletions":64},"files":[{"sha":"91871f101fff92f4fae314429dda11716d28cf68","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterShapePreSplitting_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FinitialStepTrajectoryFilterShapePreSplitting_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FinitialStepTrajectoryFilterShapePreSplitting_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FinitialStepTrajectoryFilterShapePreSplitting_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -19,4 +19,5 @@\n trimMaxADC = cms.double(30.0),\n trimMaxFracNeigh = cms.double(0.25),\n trimMaxFracTotal = cms.double(0.15)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"3a5bb16ae8e03dc5f8fe618e95744c5d075478b5","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilter_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FinitialStepTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FinitialStepTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FinitialStepTrajectoryFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,4 +23,5 @@\n seedExtension = cms.int32(0),\n seedPairPenalty = cms.int32(0),\n strictSeedExtension = cms.bool(False)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"b63a5977dfb2ca7f0df057c59406b2b74715742c","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/jetCoreRegionalStepTrajectoryFilter_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FjetCoreRegionalStepTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FjetCoreRegionalStepTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FjetCoreRegionalStepTrajectoryFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,4 +23,5 @@\n seedExtension = cms.int32(0),\n seedPairPenalty = cms.int32(0),\n strictSeedExtension = cms.bool(False)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"72fd18146152ab27f10e4d151988e7a17bdf9cf3","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/lowPtGsfEleTrajectoryFilter_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FlowPtGsfEleTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FlowPtGsfEleTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FlowPtGsfEleTrajectoryFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,4 +23,5 @@\n seedExtension = cms.int32(0),\n seedPairPenalty = cms.int32(0),\n strictSeedExtension = cms.bool(False)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"f6ab8bb4de9cc94dbd3cfc70a00171c7a9cd6225","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/lowPtQuadStepTrajectoryFilterBase_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FlowPtQuadStepTrajectoryFilterBase_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FlowPtQuadStepTrajectoryFilterBase_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FlowPtQuadStepTrajectoryFilterBase_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,4 +23,5 @@\n seedExtension = cms.int32(0),\n seedPairPenalty = cms.int32(0),\n strictSeedExtension = cms.bool(False)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"409a87ae28f8390fbe4365af502f99a2c2b3d922","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/lowPtQuadStepTrajectoryFilter_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FlowPtQuadStepTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FlowPtQuadStepTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FlowPtQuadStepTrajectoryFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,4 +10,5 @@\n refToPSet_ = cms.string('ClusterShapeTrajectoryFilter')\n )\n )\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"98d6e8a134de5c5ad1bfbcd58eee5472f815113d","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepStandardTrajectoryFilter_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FlowPtTripletStepStandardTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FlowPtTripletStepStandardTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FlowPtTripletStepStandardTrajectoryFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,4 +23,5 @@\n seedExtension = cms.int32(0),\n seedPairPenalty = cms.int32(0),\n strictSeedExtension = cms.bool(False)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"58cf428a1dc3f3756a7c64d9b425e603c5f62457","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepTrajectoryFilterInOut_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FlowPtTripletStepTrajectoryFilterInOut_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FlowPtTripletStepTrajectoryFilterInOut_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FlowPtTripletStepTrajectoryFilterInOut_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,4 +23,5 @@\n seedExtension = cms.int32(1),\n seedPairPenalty = cms.int32(0),\n strictSeedExtension = cms.bool(False)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"3b43ac9747076e24b696c88f3a2a6bf1b54db4a5","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepTrajectoryFilter_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FlowPtTripletStepTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FlowPtTripletStepTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FlowPtTripletStepTrajectoryFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,4 +10,5 @@\n refToPSet_ = cms.string('ClusterShapeTrajectoryFilter')\n )\n )\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"259ee1311e46b070f37f99b9c62a02a97576a609","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/mixedTripletStepTrajectoryFilter_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FmixedTripletStepTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FmixedTripletStepTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FmixedTripletStepTrajectoryFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,4 +23,5 @@\n seedExtension = cms.int32(0),\n seedPairPenalty = cms.int32(0),\n strictSeedExtension = cms.bool(False)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"ef88bbfc3a2868836d199ae369be13e51a881f86","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryBuilderForInOut_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FmuonSeededTrajectoryBuilderForInOut_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FmuonSeededTrajectoryBuilderForInOut_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FmuonSeededTrajectoryBuilderForInOut_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -26,3 +26,5 @@\n updator = cms.string('KFUpdator'),\n useSameTrajFilter = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d78b2c72100661155b3accae6710d8e737f1443f","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryBuilderForOutInDisplaced_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FmuonSeededTrajectoryBuilderForOutInDisplaced_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FmuonSeededTrajectoryBuilderForOutInDisplaced_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FmuonSeededTrajectoryBuilderForOutInDisplaced_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -26,3 +26,5 @@\n updator = cms.string('KFUpdator'),\n useSameTrajFilter = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"2ce1dd7e16e7e646f1d086dca82daf4f4da04877","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForInOut_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FmuonSeededTrajectoryFilterForInOut_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FmuonSeededTrajectoryFilterForInOut_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FmuonSeededTrajectoryFilterForInOut_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,4 +23,5 @@\n seedExtension = cms.int32(0),\n seedPairPenalty = cms.int32(0),\n strictSeedExtension = cms.bool(False)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"a5836aff88839405a87d9fa0c4cb1bb0f8df8253","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForOutInDisplaced_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FmuonSeededTrajectoryFilterForOutInDisplaced_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FmuonSeededTrajectoryFilterForOutInDisplaced_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FmuonSeededTrajectoryFilterForOutInDisplaced_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,4 +23,5 @@\n seedExtension = cms.int32(0),\n seedPairPenalty = cms.int32(0),\n strictSeedExtension = cms.bool(False)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"dc7375886dbbdf65c686455f614abae181041853","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForOutIn_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FmuonSeededTrajectoryFilterForOutIn_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FmuonSeededTrajectoryFilterForOutIn_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FmuonSeededTrajectoryFilterForOutIn_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,4 +23,5 @@\n seedExtension = cms.int32(0),\n seedPairPenalty = cms.int32(0),\n strictSeedExtension = cms.bool(False)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"46f4d16847397b6d7fa6ee2a2bde6ff50e69e49c","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/pSetPvClusterComparerForIT_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FpSetPvClusterComparerForIT_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FpSetPvClusterComparerForIT_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FpSetPvClusterComparerForIT_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,4 +5,5 @@\n track_prob_min = cms.double(-1.0),\n track_pt_max = cms.double(30.0),\n track_pt_min = cms.double(1.0)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"ede1d4d1cdb370e603be4032df1847085df89ad8","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/pixelLessStepTrajectoryFilter_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FpixelLessStepTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FpixelLessStepTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FpixelLessStepTrajectoryFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,4 +23,5 @@\n seedExtension = cms.int32(0),\n seedPairPenalty = cms.int32(1),\n strictSeedExtension = cms.bool(False)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"70e76419cc3823deeaa959add700ae11b22630f8","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilterBase_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FpixelPairStepTrajectoryFilterBase_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FpixelPairStepTrajectoryFilterBase_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FpixelPairStepTrajectoryFilterBase_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,4 +23,5 @@\n seedExtension = cms.int32(0),\n seedPairPenalty = cms.int32(0),\n strictSeedExtension = cms.bool(False)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"f0ae5c60b82c7d82661f64ab89fe470d52d28853","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilterInOut_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FpixelPairStepTrajectoryFilterInOut_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FpixelPairStepTrajectoryFilterInOut_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FpixelPairStepTrajectoryFilterInOut_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,4 +23,5 @@\n seedExtension = cms.int32(1),\n seedPairPenalty = cms.int32(0),\n strictSeedExtension = cms.bool(False)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"e52dca876921362f11cc2aef7278f619b480c5d7","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilter_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FpixelPairStepTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FpixelPairStepTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FpixelPairStepTrajectoryFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,4 +10,5 @@\n refToPSet_ = cms.string('ClusterShapeTrajectoryFilter')\n )\n )\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"b8394d1628363982d811ac831d3dc0669dc3dac5","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/tobTecStepInOutTrajectoryFilter_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FtobTecStepInOutTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FtobTecStepInOutTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FtobTecStepInOutTrajectoryFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,4 +23,5 @@\n seedExtension = cms.int32(0),\n seedPairPenalty = cms.int32(1),\n strictSeedExtension = cms.bool(False)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"23bfc7755c20d53f680e69dc7031a3cbcfe10c5e","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/tobTecStepTrajectoryFilter_cfi.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FtobTecStepTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FtobTecStepTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FtobTecStepTrajectoryFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,4 +23,5 @@\n seedExtension = cms.int32(0),\n seedPairPenalty = cms.int32(1),\n strictSeedExtension = cms.bool(False)\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"a43f704106985bb8875ebbc572f5f1904940f394","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK4PFJetsReconstruction_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTAK4PFJetsReconstruction_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTAK4PFJetsReconstruction_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTAK4PFJetsReconstruction_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n from ..modules.hltAK4PFJetsCorrected_cfi import *\n \n HLTAK4PFJetsReconstruction = cms.Sequence(hltAK4PFJets+hltAK4PFJetCorrectorL1+hltAK4PFJetCorrectorL2+hltAK4PFJetCorrectorL3+hltAK4PFJetCorrector+hltAK4PFJetsCorrected)\n+-- dummy change --\n+-- dummy change --"},{"sha":"e08d926b3e7bba0a72a0c04fdd99fb3f6f64b35a","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK4PFPuppiJetsReconstruction_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTAK4PFPuppiJetsReconstruction_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTAK4PFPuppiJetsReconstruction_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTAK4PFPuppiJetsReconstruction_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n from ..modules.hltPixelClustersMultiplicity_cfi import *\n \n HLTAK4PFPuppiJetsReconstruction = cms.Sequence(hltGoodOfflinePrimaryVertices+hltPixelClustersMultiplicity+hltPFPuppi+hltAK4PFPuppiJets+hltAK4PFPuppiJetCorrectorL1+hltAK4PFPuppiJetCorrectorL2+hltAK4PFPuppiJetCorrectorL3+hltAK4PFPuppiJetCorrector+hltAK4PFPuppiJetsCorrected)\n+-- dummy change --\n+-- dummy change --"},{"sha":"df7df4b5e4030a7accdc0664ae0a389da336d339","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK8PFJetsReconstruction_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTAK8PFJetsReconstruction_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTAK8PFJetsReconstruction_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTAK8PFJetsReconstruction_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n from ..modules.hltAK8PFJetsCorrected_cfi import *\n \n HLTAK8PFJetsReconstruction = cms.Sequence(hltAK8PFJets+hltAK8PFJetCorrectorL1+hltAK8PFJetCorrectorL2+hltAK8PFJetCorrectorL3+hltAK8PFJetCorrector+hltAK8PFJetsCorrected)\n+-- dummy change --\n+-- dummy change --"},{"sha":"82de66b51ee1f7219978a3251967642d169e6864","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepCSVSequencePFPuppiModEta2p4_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTBtagDeepCSVSequencePFPuppiModEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTBtagDeepCSVSequencePFPuppiModEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTBtagDeepCSVSequencePFPuppiModEta2p4_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n from ..modules.hltPFPuppiJetForBtagSelectorEta2p4_cfi import *\n \n HLTBtagDeepCSVSequencePFPuppiModEta2p4 = cms.Sequence(hltPFPuppiJetForBtagSelectorEta2p4+hltPFPuppiJetForBtagEta2p4+hltDeepBLifetimeTagInfosPFPuppiModEta2p4+hltDeepInclusiveVertexFinderPF+hltDeepInclusiveSecondaryVerticesPF+hltDeepTrackVertexArbitratorPF+hltDeepInclusiveMergedVerticesPF+hltDeepSecondaryVertexTagInfosPFPuppiModEta2p4+hltDeepCombinedSecondaryVertexBJetTagsInfosPuppiModEta2p4+hltDeepCombinedSecondaryVertexBJetTagsPFPuppiModEta2p4)\n+-- dummy change --\n+-- dummy change --"},{"sha":"8286dd12352ad47b6ac73f4e88594a01e37d5fd0","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepCSVSequencePFPuppi_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTBtagDeepCSVSequencePFPuppi_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTBtagDeepCSVSequencePFPuppi_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTBtagDeepCSVSequencePFPuppi_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n from ..modules.hltDeepTrackVertexArbitratorPF_cfi import *\n \n HLTBtagDeepCSVSequencePFPuppi = cms.Sequence(hltDeepBLifetimeTagInfosPFPuppi+hltDeepInclusiveVertexFinderPF+hltDeepInclusiveSecondaryVerticesPF+hltDeepTrackVertexArbitratorPF+hltDeepInclusiveMergedVerticesPF+hltDeepSecondaryVertexTagInfosPFPuppi+hltDeepCombinedSecondaryVertexBJetTagsInfosPuppi+hltDeepCombinedSecondaryVertexBJetTagsPFPuppi)\n+-- dummy change --\n+-- dummy change --"},{"sha":"c1bcce1c82b192e7df5917d749007af43f88c540","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepFlavourSequencePFPuppiModEta2p4_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTBtagDeepFlavourSequencePFPuppiModEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTBtagDeepFlavourSequencePFPuppiModEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTBtagDeepFlavourSequencePFPuppiModEta2p4_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n from ..modules.hltPrimaryVertexAssociationModEta2p4_cfi import *\n \n HLTBtagDeepFlavourSequencePFPuppiModEta2p4 = cms.Sequence(hltPFPuppiJetForBtagSelectorEta2p4+hltPFPuppiJetForBtagEta2p4+hltDeepBLifetimeTagInfosPFPuppiModEta2p4+hltDeepInclusiveVertexFinderPF+hltDeepInclusiveSecondaryVerticesPF+hltDeepTrackVertexArbitratorPF+hltDeepInclusiveMergedVerticesPF+hltDeepSecondaryVertexTagInfosPFPuppiModEta2p4+hltPrimaryVertexAssociationModEta2p4+hltDeepCombinedSecondaryVertexBJetTagsInfosPuppiModEta2p4+hltPfDeepFlavourTagInfosModEta2p4+hltPfDeepFlavourJetTagsModEta2p4)\n+-- dummy change --\n+-- dummy change --"},{"sha":"9b9b7257ff95dd01856ddf32c6ed48b3ef126b3f","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepFlavourSequencePFPuppi_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTBtagDeepFlavourSequencePFPuppi_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTBtagDeepFlavourSequencePFPuppi_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTBtagDeepFlavourSequencePFPuppi_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n from ..modules.hltPrimaryVertexAssociation_cfi import *\n \n HLTBtagDeepFlavourSequencePFPuppi = cms.Sequence(hltDeepBLifetimeTagInfosPFPuppi+hltDeepInclusiveVertexFinderPF+hltDeepInclusiveSecondaryVerticesPF+hltDeepTrackVertexArbitratorPF+hltDeepInclusiveMergedVerticesPF+hltDeepSecondaryVertexTagInfosPFPuppi+hltPrimaryVertexAssociation+hltDeepCombinedSecondaryVertexBJetTagsInfosPuppi+hltPfDeepFlavourTagInfos+hltPfDeepFlavourJetTags)\n+-- dummy change --\n+-- dummy change --"},{"sha":"8dd458cbb045efa4a021332fcaf1cf7f8fa07997","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCaloMETReconstruction_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTCaloMETReconstruction_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTCaloMETReconstruction_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTCaloMETReconstruction_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n from ..modules.hltCaloMET_cfi import *\n \n HLTCaloMETReconstruction = cms.Sequence(hltCaloMET)\n+-- dummy change --\n+-- dummy change --"},{"sha":"daf2fe3cb99aed1fe3dc4eb5ed0ee78a3cd57330","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCaloTowersRecSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTCaloTowersRecSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTCaloTowersRecSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTCaloTowersRecSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n from ..modules.hltTowerMaker_cfi import *\n \n HLTCaloTowersRecSequence = cms.Sequence(hltTowerMaker)\n+-- dummy change --\n+-- dummy change --"},{"sha":"24e9d2efbf0cbc4f99673582de4609a8ecddae28","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCalolocalrecoSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTCalolocalrecoSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTCalolocalrecoSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTCalolocalrecoSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n from ..sequences.HLTDoLocalHcalSequence_cfi import *\n \n HLTCalolocalrecoSequence = cms.Sequence(HLTDoFullUnpackingEgammaEcalSequence+HLTDoLocalHcalSequence)\n+-- dummy change --\n+-- dummy change --"},{"sha":"8d2efa024e03062f961f25a0049877ac824d6393","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCsclocalrecoSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTCsclocalrecoSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTCsclocalrecoSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTCsclocalrecoSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n from ..modules.hltCscSegments_cfi import *\n \n HLTCsclocalrecoSequence = cms.Sequence(hltCsc2DRecHits+hltCscSegments)\n+-- dummy change --\n+-- dummy change --"},{"sha":"eff6e928a8fe1cc3646ca2a259b1a2d31dc7ea29","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDiphoton3023IsoCaloIdL1SeededSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDiphoton3023IsoCaloIdL1SeededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDiphoton3023IsoCaloIdL1SeededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDiphoton3023IsoCaloIdL1SeededSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -52,3 +52,5 @@\n +HLTPFHcalClusteringForEgammaSequence\n +hltEgammaHcalPFClusterIsoL1Seeded\n +hltDiEG3023IsoCaloIdHcalIsoL1SeededFilter)\n+-- dummy change --\n+-- dummy change --"},{"sha":"a4ecb91335a1a9cd4c150362aad8df0486dbdb68","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDiphoton3023IsoCaloIdUnseededSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDiphoton3023IsoCaloIdUnseededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDiphoton3023IsoCaloIdUnseededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDiphoton3023IsoCaloIdUnseededSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -53,3 +53,5 @@\n +HLTPFHcalClusteringForEgammaSequence\n +hltEgammaHcalPFClusterIsoUnseeded\n +hltDiEG3023IsoCaloIdHcalIsoUnseededFilter)\n+-- dummy change --\n+-- dummy change --"},{"sha":"606d8c904491dc96bf71e09edf74565b0017cbaa","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoFullUnpackingEgammaEcalL1SeededSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoFullUnpackingEgammaEcalL1SeededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoFullUnpackingEgammaEcalL1SeededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoFullUnpackingEgammaEcalL1SeededSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n from ..modules.hltL1TEGammaFilteredCollectionProducer_cfi import *\n \n HLTDoFullUnpackingEgammaEcalL1SeededSequence = cms.Sequence(hltEcalDigis+bunchSpacingProducer+hltEcalDetIdToBeRecovered+hltL1TEGammaFilteredCollectionProducer+hltEcalBarrelDigisInRegions+hltEcalUncalibRecHitL1Seeded+hltEcalRecHitL1Seeded)\n+-- dummy change --\n+-- dummy change --"},{"sha":"32830443517d4b9fe1848c609cdba3b1eddcc921","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoFullUnpackingEgammaEcalSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoFullUnpackingEgammaEcalSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoFullUnpackingEgammaEcalSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoFullUnpackingEgammaEcalSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n from ..modules.hltEcalRecHit_cfi import *\n \n HLTDoFullUnpackingEgammaEcalSequence = cms.Sequence(hltEcalDigis+bunchSpacingProducer+hltEcalDetIdToBeRecovered+hltEcalMultiFitUncalibRecHit+hltEcalRecHit+hltEcalDetailedTimeRecHit)\n+-- dummy change --\n+-- dummy change --"},{"sha":"4cd911de393e303a75e5c72a794aec3065e32045","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalHcalSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoLocalHcalSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoLocalHcalSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoLocalHcalSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n from ..modules.hltHoreco_cfi import *\n \n HLTDoLocalHcalSequence = cms.Sequence(hltHbhereco+hltHoreco+hltHfprereco+hltHfreco)\n+-- dummy change --\n+-- dummy change --"},{"sha":"0795be31729a50febebb1c00af68bbd1248e4026","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalPixelSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoLocalPixelSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoLocalPixelSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoLocalPixelSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -18,3 +18,5 @@\n \n from Configuration.ProcessModifiers.alpaka_cff import alpaka\n alpaka.toReplaceWith(HLTDoLocalPixelSequence, _HLTDoLocalPixelSequence)\n+-- dummy change --\n+-- dummy change --"},{"sha":"6103da3e08a7b28378080dc1c1ff4fed37cca83d","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalStripSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoLocalStripSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoLocalStripSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoLocalStripSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n from ..modules.hltSiPhase2Clusters_cfi import *\n \n HLTDoLocalStripSequence = cms.Sequence(hltSiPhase2Clusters)\n+-- dummy change --\n+-- dummy change --"},{"sha":"a6375f03816eb1fcc44708866df256731db7f70f","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle2312IsoL1SeededSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoubleEle2312IsoL1SeededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoubleEle2312IsoL1SeededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoubleEle2312IsoL1SeededSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -82,3 +82,5 @@\n +hltEgammaEleGsfTrackIsoL1Seeded\n +hltDiEle2312IsoGsfTrackIsoL1SeededFilter\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"fe832b362197e77d48e5c9737f8ee702cce25f6f","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle25CaloIdLPMS2L1SeededSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoubleEle25CaloIdLPMS2L1SeededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoubleEle25CaloIdLPMS2L1SeededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoubleEle25CaloIdLPMS2L1SeededSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -38,3 +38,5 @@\n +HLTElePixelMatchL1SeededSequence\n +hltDiEle25CaloIdLPixelMatchL1SeededFilter\n +hltDiEle25CaloIdLPMS2L1SeededFilter)\n+-- dummy change --\n+-- dummy change --"},{"sha":"d7859901856b637d33b93b07cd68caed2b70e30a","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle25CaloIdLPMS2UnseededSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoubleEle25CaloIdLPMS2UnseededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoubleEle25CaloIdLPMS2UnseededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoubleEle25CaloIdLPMS2UnseededSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -42,3 +42,5 @@\n +HLTElePixelMatchUnseededSequence\n +hltDiEle25CaloIdLPixelMatchUnseededFilter\n +hltDiEle25CaloIdLPMS2UnseededFilter)\n+-- dummy change --\n+-- dummy change --"},{"sha":"94e50218910afd80f128577519a2e1655d71903d","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDtlocalrecoSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDtlocalrecoSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDtlocalrecoSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDtlocalrecoSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n from ..modules.hltDt4DSegments_cfi import *\n \n HLTDtlocalrecoSequence = cms.Sequence(hltDt1DRecHits+hltDt4DSegments)\n+-- dummy change --\n+-- dummy change --"},{"sha":"248d2a3e2e97a3547d87f6108839b1da0ae0e4f5","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEGammaDoLocalHcalSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEGammaDoLocalHcalSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEGammaDoLocalHcalSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEGammaDoLocalHcalSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n from ..modules.hltHcalDigis_cfi import *\n \n HLTEGammaDoLocalHcalSequence = cms.Sequence(hltHcalDigis+hltHbhereco)\n+-- dummy change --\n+-- dummy change --"},{"sha":"a620fb1d80b2159dbefceeff0dd942e51a812531","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle115NonIsoL1SeededGsfElectronL1SeededSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle115NonIsoL1SeededGsfElectronL1SeededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle115NonIsoL1SeededGsfElectronL1SeededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle115NonIsoL1SeededGsfElectronL1SeededSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n from ..modules.hltEgammaGsfTrackVarsL1Seeded_cfi import *\n \n HLTEle115NonIsoL1SeededGsfElectronL1SeededSequence = cms.Sequence(hltEgammaCkfTrackCandidatesForGSFL1Seeded+hltEgammaGsfTracksL1Seeded+hltEgammaGsfTrackVarsL1Seeded)\n+-- dummy change --\n+-- dummy change --"},{"sha":"31e879eac4992b6c43ceb564844e0f8378032a48","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle115NonIsoL1SeededSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle115NonIsoL1SeededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle115NonIsoL1SeededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle115NonIsoL1SeededSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -49,3 +49,5 @@\n +HLTEle115NonIsoL1SeededGsfElectronL1SeededSequence\n +hltEle115NonIsoGsfDetaL1SeededFilter\n +hltEle115NonIsoGsfDphiL1SeededFilter)\n+-- dummy change --\n+-- dummy change --"},{"sha":"0fed3e47e74797a19d131a357e72a332198ab079","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle26WP70L1SeededSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle26WP70L1SeededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle26WP70L1SeededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle26WP70L1SeededSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -80,3 +80,5 @@\n +hltEgammaEleGsfTrackIsoL1Seeded\n +hltEle26WP70GsfTrackIsoL1SeededFilter\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"9cc7e0d3caae9a495a3127c43127bb3d2f78e6d6","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle26WP70UnseededSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle26WP70UnseededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle26WP70UnseededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle26WP70UnseededSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -78,3 +78,5 @@\n +HLTTrackingSequence\n +hltEgammaEleGsfTrackIsoUnseeded\n +hltEle26WP70GsfTrackIsoUnseededFilter)\n+-- dummy change --\n+-- dummy change --"},{"sha":"05bc4eacfefaea853e9b69063fb00571b9628f5f","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle32WPTightL1SeededSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle32WPTightL1SeededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle32WPTightL1SeededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle32WPTightL1SeededSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -83,3 +83,5 @@\n \n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"2118d2debe99d164b7b5531741a9f7856bc67633","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle32WPTightUnseededSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle32WPTightUnseededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle32WPTightUnseededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle32WPTightUnseededSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -80,3 +80,5 @@\n +hltEgammaEleGsfTrackIsoUnseeded\n +hltEle32WPTightGsfTrackIsoUnseededFilter\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"93188ae9f652b0948477470c57cee39df0253c2d","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5OpenL1SeededSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle5OpenL1SeededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle5OpenL1SeededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle5OpenL1SeededSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -82,3 +82,5 @@\n +hltEgammaEleGsfTrackIsoL1Seeded\n +hltEgammaHollowTrackIsoL1Seeded\n +cms.ignore(hltEle5WPTightGsfTrackIsoL1SeededFilter))\n+-- dummy change --\n+-- dummy change --"},{"sha":"f7237d3980449e872edbeb1fe8ecb0171bd97c73","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5OpenUnseededSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle5OpenUnseededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle5OpenUnseededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle5OpenUnseededSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -81,3 +81,5 @@\n +cms.ignore(hltEle5WPTightBestGsfChi2UnseededFilter)\n +cms.ignore(hltEle5WPTightGsfTrackIsoFromL1TracksUnseededFilter)\n +cms.ignore(hltEle5WPTightGsfTrackIsoUnseededFilter))\n+-- dummy change --\n+-- dummy change --"},{"sha":"b651ac1b9409d219f16dc8739d706470b8c04e11","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTElePixelMatchL1SeededSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTElePixelMatchL1SeededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTElePixelMatchL1SeededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTElePixelMatchL1SeededSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -35,3 +35,5 @@\n +hltElePixelSeedsCombinedL1Seeded\n +hltEgammaElectronPixelSeedsL1Seeded\n +hltEgammaPixelMatchVarsL1Seeded))\n+-- dummy change --\n+-- dummy change --"},{"sha":"553d0187d0aca49bd6fc8f4e8fc52055dfb7f4e1","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTElePixelMatchUnseededSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTElePixelMatchUnseededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTElePixelMatchUnseededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTElePixelMatchUnseededSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -20,3 +20,5 @@\n from ..sequences.HLTDoLocalStripSequence_cfi import *\n \n HLTElePixelMatchUnseededSequence = cms.Sequence(HLTDoLocalPixelSequence+HLTDoLocalStripSequence+(hltEgammaCandidatesUnseeded+hltEgammaHoverEUnseeded+hltMeasurementTrackerEvent+hltPixelLayerTriplets+hltEgammaSuperClustersToPixelMatchUnseeded+hltEleSeedsTrackingRegionsUnseeded+hltElePixelHitDoubletsForTripletsUnseeded+hltElePixelHitTripletsUnseeded+hltElePixelSeedsTripletsUnseeded+hltElePixelHitTripletsClusterRemoverUnseeded+hltPixelLayerPairsUnseeded+hltElePixelHitDoubletsUnseeded+hltElePixelSeedsDoubletsUnseeded+hltElePixelSeedsCombinedUnseeded+hltEgammaElectronPixelSeedsUnseeded+hltEgammaPixelMatchVarsUnseeded))\n+-- dummy change --\n+-- dummy change --"},{"sha":"1264cb885d27677d295300f2dc3f804b3c6f4fd1","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTFastJetForEgammaSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTFastJetForEgammaSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTFastJetForEgammaSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTFastJetForEgammaSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n from ..modules.hltFixedGridRhoFastjetAllCaloForEGamma_cfi import *\n \n HLTFastJetForEgammaSequence = cms.Sequence(hltEcalMultiFitUncalibRecHit+hltEcalRecHit+hltFixedGridRhoFastjetAllCaloForEGamma)\n+-- dummy change --\n+-- dummy change --"},{"sha":"1d48bb0eb8eae4263f99ace3d28e0179c0338067","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGemLocalRecoSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTGemLocalRecoSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTGemLocalRecoSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTGemLocalRecoSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n from ..modules.hltGemSegments_cfi import *\n \n HLTGemLocalRecoSequence = cms.Sequence(hltGemRecHits+hltGemSegments)\n+-- dummy change --\n+-- dummy change --"},{"sha":"d72ed803e83471d2a9326d87f98a790ffefa261b","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGsfElectronL1SeededSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTGsfElectronL1SeededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTGsfElectronL1SeededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTGsfElectronL1SeededSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -7,3 +7,5 @@\n from ..modules.hltEgammaGsfTrackVarsL1Seeded_cfi import *\n \n HLTGsfElectronL1SeededSequence = cms.Sequence(hltEgammaCkfTrackCandidatesForGSFL1Seeded+hltEgammaGsfTracksL1Seeded+hltEgammaGsfTrackVarsL1Seeded+hltEgammaGsfElectronsL1Seeded+hltEgammaBestGsfTrackVarsL1Seeded)\n+-- dummy change --\n+-- dummy change --"},{"sha":"f9041d5dcfc6358a50e2b92fbc250e5b296b0201","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGsfElectronUnseededSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTGsfElectronUnseededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTGsfElectronUnseededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTGsfElectronUnseededSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -7,3 +7,5 @@\n from ..modules.hltEgammaGsfTrackVarsUnseeded_cfi import *\n \n HLTGsfElectronUnseededSequence = cms.Sequence(hltEgammaCkfTrackCandidatesForGSFUnseeded+hltEgammaGsfTracksUnseeded+hltEgammaGsfElectronsUnseeded+hltEgammaBestGsfTrackVarsUnseeded+hltEgammaGsfTrackVarsUnseeded)\n+-- dummy change --\n+-- dummy change --"},{"sha":"f6188cc6c7c722962c8c4ad285c2f442506aee5a","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHPSDeepTauPFTauSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHPSDeepTauPFTauSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHPSDeepTauPFTauSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHPSDeepTauPFTauSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n from ..modules.hltHpsPFTauTransverseImpactParametersForDeepTau_cfi import *\n \n HLTHPSDeepTauPFTauSequence = cms.Sequence(hltHpsPFTauDiscriminationByDecayModeFindingNewDMs+hltHpsPFTauPrimaryVertexProducerForDeepTau+hltHpsPFTauSecondaryVertexProducerForDeepTau+hltHpsPFTauTransverseImpactParametersForDeepTau+hltFixedGridRhoFastjetAll+hltHpsPFTauBasicDiscriminatorsForDeepTau+hltHpsPFTauBasicDiscriminatorsdR03ForDeepTau+hltHpsPFTauDeepTauProducer)\n+-- dummy change --\n+-- dummy change --"},{"sha":"0d492ad14f3bf3e3420d10fd5268bbcddaeb3d29","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHPSMediumChargedIsoPFTauSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHPSMediumChargedIsoPFTauSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHPSMediumChargedIsoPFTauSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHPSMediumChargedIsoPFTauSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n from ..modules.hltHpsPFTauMediumRelativeChargedIsolationDiscriminator_cfi import *\n \n HLTHPSMediumChargedIsoPFTauSequence = cms.Sequence(hltHpsPFTauMediumAbsoluteChargedIsolationDiscriminator+hltHpsPFTauMediumRelativeChargedIsolationDiscriminator+hltHpsPFTauMediumAbsOrRelChargedIsolationDiscriminator)\n+-- dummy change --\n+-- dummy change --"},{"sha":"d16b0823124f2986ced81b9f334767c53fac55ec","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalLocalRecoSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHgcalLocalRecoSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHgcalLocalRecoSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHgcalLocalRecoSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -36,3 +36,5 @@\n alpaka.toModify(hltHgcalMergeLayerClusters,\n layerClustersEE = cms.InputTag(\"hltHgCalLayerClustersFromSoAProducer\"),\n time_layerclustersEE = cms.InputTag(\"hltHgCalLayerClustersFromSoAProducer\", \"timeLayerCluster\"))\n+-- dummy change --\n+-- dummy change --"},{"sha":"476e8772008759021871f2fe4a2032ddd0a9ad5c","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaL1SeededSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHgcalTiclPFClusteringForEgammaL1SeededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHgcalTiclPFClusteringForEgammaL1SeededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHgcalTiclPFClusteringForEgammaL1SeededSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -75,3 +75,5 @@\n layerClusters=cms.InputTag(\"hltHgcalMergeLayerClustersL1Seeded\"),\n enableRegression=cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"3f6cde9933817cc14d2305b553258c35ae125785","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaUnseededSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHgcalTiclPFClusteringForEgammaUnseededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHgcalTiclPFClusteringForEgammaUnseededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHgcalTiclPFClusteringForEgammaUnseededSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -97,3 +97,5 @@\n layerClusters=cms.InputTag(\"hltHgcalMergeLayerClusters\"),\n enableRegression=cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"9eae49b941498337e897eb9a10e061bfe5d54ef5","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgamma_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHgcalTiclPFClusteringForEgamma_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHgcalTiclPFClusteringForEgamma_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHgcalTiclPFClusteringForEgamma_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@\n from ..modules.hltTiclTrackstersCLUE3DHigh_cfi import *\n \n HLTHgcalTiclPFClusteringForEgamma = cms.Sequence((hltHgcalDigis+hltHGCalUncalibRecHit+hltHGCalRecHit+hltParticleFlowRecHitHGC+hltHgcalLayerClustersEE+hltHgcalLayerClustersHSci+hltHgcalLayerClustersHSi+hltHgcalMergeLayerClusters+hltFilteredLayerClustersCLUE3DHigh+hltTiclSeedingGlobal+hltTiclLayerTileProducer+hltTiclTrackstersCLUE3DHigh+hltParticleFlowClusterHGCal+hltParticleFlowSuperClusterHGCal))\n+-- dummy change --\n+-- dummy change --"},{"sha":"57a4c779124c4b370741c0d35e77546aeef7dfdd","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHighPtTripletStepSeedingSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHighPtTripletStepSeedingSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHighPtTripletStepSeedingSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHighPtTripletStepSeedingSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n _HLTHighPtTripletStepSeedingSequenceTrimming = HLTHighPtTripletStepSeedingSequence.copy()\n _HLTHighPtTripletStepSeedingSequenceTrimming.insert(0, hltTrackingRegionFromTrimmedVertices)\n phase2_hlt_vertexTrimming.toReplaceWith(HLTHighPtTripletStepSeedingSequence, _HLTHighPtTripletStepSeedingSequenceTrimming)\n+-- dummy change --\n+-- dummy change --"},{"sha":"94257ab1f18cb3bb398e8a37205fb84372f5042c","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHighPtTripletStepSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHighPtTripletStepSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHighPtTripletStepSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHighPtTripletStepSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n \n from Configuration.ProcessModifiers.seedingLST_cff import seedingLST\n (seedingLST & trackingLST).toReplaceWith(HLTHighPtTripletStepSequence, _HLTHighPtTripletStepSequenceLSTSeeding)\n+-- dummy change --\n+-- dummy change --"},{"sha":"408faabfca4ae92da85cea0404cd8f07e0622e5b","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTInitialStepPVSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTInitialStepPVSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTInitialStepPVSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTInitialStepPVSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n from ..modules.hltPhase2TowerMakerForAll_cfi import *\n \n HLTInitialStepPVSequence = cms.Sequence(hltFirstStepPrimaryVerticesUnsorted+hltPhase2TowerMakerForAll+hltAk4CaloJetsForTrk)\n+-- dummy change --\n+-- dummy change --"},{"sha":"dd00bd2f83b868ec73c74945447c9c3f4d5cb47b","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTInitialStepSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTInitialStepSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTInitialStepSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTInitialStepSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -49,3 +49,5 @@\n \n from Configuration.ProcessModifiers.seedingLST_cff import seedingLST\n (seedingLST & trackingLST).toReplaceWith(HLTInitialStepSequence, _HLTInitialStepSequenceLST.copyAndExclude([hltInitialStepTrackspLSTCLST,hltInitialStepTrackCutClassifierpLSTCLST,hltInitialStepTrackSelectionHighPuritypLSTCLST]))\n+-- dummy change --\n+-- dummy change --"},{"sha":"6c50b6e7954701d48ba2fba367864b77ecaf5f14","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTItLocalRecoSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTItLocalRecoSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTItLocalRecoSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTItLocalRecoSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n \n from Configuration.ProcessModifiers.alpaka_cff import alpaka\n alpaka.toReplaceWith(HLTItLocalRecoSequence, _HLTItLocalRecoSequence)\n+-- dummy change --\n+-- dummy change --"},{"sha":"d98bedc8c87c6662c4b8d5c842cddc9050924705","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTIter0Phase2L3FromL1TkSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTIter0Phase2L3FromL1TkSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTIter0Phase2L3FromL1TkSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTIter0Phase2L3FromL1TkSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n + hltIter0Phase2L3FromL1TkMuonTrackCutClassifier\n + hltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d647db24ebbb7bef89fca5974f9fa264f684c799","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTIter2Phase2L3FromL1TkSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTIter2Phase2L3FromL1TkSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTIter2Phase2L3FromL1TkSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTIter2Phase2L3FromL1TkSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -29,3 +29,5 @@\n + hltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity\n + hltIter2Phase2L3FromL1TkMuonMerged\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"6ac545682464478def6be89d71a169a965f06105","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTL1UnpackerSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTL1UnpackerSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTL1UnpackerSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTL1UnpackerSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1,3 +1,5 @@\n import FWCore.ParameterSet.Config as cms\n \n HLTL1UnpackerSequence = cms.Sequence()\n+-- dummy change --\n+-- dummy change --"},{"sha":"2569c4b6c67eb9eda53726efc6da1f811f7e0991","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTL2MuonsFromL1TkSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTL2MuonsFromL1TkSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTL2MuonsFromL1TkSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTL2MuonsFromL1TkSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -18,3 +18,5 @@\n HLTL2MuonsFromL1TkSequence,\n HLTL2MuonsFromL1TkSequence.copyAndExclude([hltL2OfflineMuonSeeds]),\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"092bba8bd3b13a2620fee23111b770d128a9624f","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTMuonlocalrecoSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTMuonlocalrecoSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTMuonlocalrecoSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTMuonlocalrecoSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n from ..sequences.HLTGemLocalRecoSequence_cfi import *\n \n HLTMuonlocalrecoSequence = cms.Sequence(HLTCsclocalrecoSequence+HLTDtlocalrecoSequence+HLTGemLocalRecoSequence+hltRpcRecHits)\n+-- dummy change --\n+-- dummy change --"},{"sha":"c1d58e3e5d754f9b113daab24ca3250c8b1f4f77","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTOtLocalRecoSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTOtLocalRecoSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTOtLocalRecoSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTOtLocalRecoSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n from ..modules.hltMeasurementTrackerEvent_cfi import *\n \n HLTOtLocalRecoSequence = cms.Sequence(hltMeasurementTrackerEvent)\n+-- dummy change --\n+-- dummy change --"},{"sha":"1eb408702a5abe66cd8a975116b83a0fdc900158","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusterJMEReconstruction_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFClusterJMEReconstruction_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFClusterJMEReconstruction_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFClusterJMEReconstruction_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n from ..sequences.HLTPfClusterRefsForJetsSequence_cfi import *\n \n HLTPFClusterJMEReconstruction = cms.Sequence(HLTPfClusterRefsForJetsSequence+hltAK4PFClusterJets+hltAK8PFClusterJets+hltPFClusterMET)\n+-- dummy change --\n+-- dummy change --"},{"sha":"56c0ef7a5381fd28409882577a3e1a2e156e9816","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusteringForEgammaL1SeededSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFClusteringForEgammaL1SeededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFClusteringForEgammaL1SeededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFClusteringForEgammaL1SeededSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n from ..modules.hltRechitInRegionsECAL_cfi import *\n \n HLTPFClusteringForEgammaL1SeededSequence = cms.Sequence((hltL1TEGammaFilteredCollectionProducer+hltRechitInRegionsECAL+hltParticleFlowRecHitECALL1Seeded+hltParticleFlowClusterECALUncorrectedL1Seeded+hltParticleFlowClusterECALL1Seeded+hltParticleFlowSuperClusterECALL1Seeded))\n+-- dummy change --\n+-- dummy change --"},{"sha":"1cb06b7a96f6c99f68b738c5afa2e6d9c6d09d97","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusteringForEgammaUnseededSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFClusteringForEgammaUnseededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFClusteringForEgammaUnseededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFClusteringForEgammaUnseededSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n from ..modules.hltParticleFlowSuperClusterECALUnseeded_cfi import *\n \n HLTPFClusteringForEgammaUnseededSequence = cms.Sequence(hltParticleFlowRecHitECALUnseeded+hltParticleFlowClusterECALUncorrectedUnseeded+hltParticleFlowClusterECALUnseeded+hltParticleFlowSuperClusterECALUnseeded)\n+-- dummy change --\n+-- dummy change --"},{"sha":"e731a8a47ab7a4fd51785551b178de1c9219f83e","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFHcalClusteringForEgammaSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFHcalClusteringForEgammaSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFHcalClusteringForEgammaSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFHcalClusteringForEgammaSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n from ..modules.hltParticleFlowRecHitHBHE_cfi import *\n \n HLTPFHcalClusteringForEgammaSequence = cms.Sequence(hltParticleFlowRecHitHBHE+hltParticleFlowClusterHBHE+hltParticleFlowClusterHCAL)\n+-- dummy change --\n+-- dummy change --"},{"sha":"1a4cd961716e464cda1c87afdbe3346d6408321b","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFJetsCHSReconstruction_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFJetsCHSReconstruction_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFJetsCHSReconstruction_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFJetsCHSReconstruction_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -18,3 +18,5 @@\n from ..modules.hltPfPileUpJME_cfi import *\n \n HLTPFJetsCHSReconstruction = cms.Sequence(hltParticleFlowPtrs+hltGoodOfflinePrimaryVertices+hltPfPileUpJME+hltPfNoPileUpJME+hltAK4PFCHSJets+hltAK4PFCHSJetCorrectorL1+hltAK4PFCHSJetCorrectorL2+hltAK4PFCHSJetCorrectorL3+hltAK4PFCHSJetCorrector+hltAK4PFCHSJetsCorrected+hltAK8PFCHSJets+hltAK8PFCHSJetCorrectorL1+hltAK8PFCHSJetCorrectorL2+hltAK8PFCHSJetCorrectorL3+hltAK8PFCHSJetCorrector+hltAK8PFCHSJetsCorrected)\n+-- dummy change --\n+-- dummy change --"},{"sha":"938449418b12d3ef47c7a2d98d9ae43c503b5397","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFMETsReconstruction_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFMETsReconstruction_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFMETsReconstruction_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFMETsReconstruction_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n from ..modules.hltPFMETTypeOneCorrector_cfi import *\n \n HLTPFMETsReconstruction = cms.Sequence(hltPFMET+hltAK4PFCHSJetCorrectorL1+hltAK4PFCHSJetCorrectorL2+hltAK4PFCHSJetCorrectorL3+hltAK4PFCHSJetCorrector+hltPFMETTypeOneCorrector+hltPFMETTypeOne)\n+-- dummy change --\n+-- dummy change --"},{"sha":"b303743e1bfc096ae9f717beaae1094ec924a83f","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFPuppiJMEReconstruction_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFPuppiJMEReconstruction_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFPuppiJMEReconstruction_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFPuppiJMEReconstruction_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -20,3 +20,5 @@\n from ..modules.hltPixelClustersMultiplicity_cfi import *\n \n HLTPFPuppiJMEReconstruction = cms.Sequence(hltPixelClustersMultiplicity+hltPFPuppiNoLep+hltPFPuppiMET+hltPixelClustersMultiplicity+hltPFPuppi+hltAK4PFPuppiJets+hltAK4PFPuppiJetCorrectorL1+hltAK4PFPuppiJetCorrectorL2+hltAK4PFPuppiJetCorrectorL3+hltAK4PFPuppiJetCorrector+hltAK4PFPuppiJetsCorrected+hltPFPuppiMETTypeOneCorrector+hltPFPuppiMETTypeOne+hltAK8PFPuppiJets+hltAK8PFPuppiJetCorrectorL1+hltAK8PFPuppiJetCorrectorL2+hltAK8PFPuppiJetCorrectorL3+hltAK8PFPuppiJetCorrector+hltAK8PFPuppiJetsCorrected)\n+-- dummy change --\n+-- dummy change --"},{"sha":"0c69f07710991f756d91f612187421ec61c6631e","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFPuppiMETReconstruction_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFPuppiMETReconstruction_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFPuppiMETReconstruction_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFPuppiMETReconstruction_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n from ..modules.hltPixelClustersMultiplicity_cfi import *\n \n HLTPFPuppiMETReconstruction = cms.Sequence(hltGoodOfflinePrimaryVertices+hltPixelClustersMultiplicity+hltPFPuppiNoLep+hltPFPuppiMET)\n+-- dummy change --\n+-- dummy change --"},{"sha":"eed70f0b4a282faccb7762c4a93deb58a2627e43","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowClusterECALSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTParticleFlowClusterECALSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTParticleFlowClusterECALSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTParticleFlowClusterECALSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n from ..modules.hltParticleFlowTimeAssignerECAL_cfi import *\n \n HLTParticleFlowClusterECALSequence = cms.Sequence(hltEcalBarrelClusterFastTimer+hltParticleFlowTimeAssignerECAL+hltParticleFlowClusterECAL)\n+-- dummy change --\n+-- dummy change --"},{"sha":"78d9a05cba73dc4a406e8975313ce51f1df2b5d3","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowClusterSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTParticleFlowClusterSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTParticleFlowClusterSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTParticleFlowClusterSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n from ..sequences.HLTPfClusteringHOSequence_cfi import *\n \n HLTParticleFlowClusterSequence = cms.Sequence(hltParticleFlowBadHcalPseudoCluster+HLTPfClusteringECALSequence+HLTPfClusteringHBHEHFSequence+HLTPfClusteringHOSequence)\n+-- dummy change --\n+-- dummy change --"},{"sha":"3478898af6d1f5968eb76ba4a40c3fe707ad4393","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowRecoSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTParticleFlowRecoSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTParticleFlowRecoSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTParticleFlowRecoSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -7,3 +7,5 @@\n from ..modules.hltPfTrack_cfi import *\n \n HLTParticleFlowRecoSequence = cms.Sequence(hltPfTrack+hltParticleFlowBlock+hltParticleFlowTmpBarrel+hltParticleFlowTmp+hltFixedGridRhoFastjetAll)\n+-- dummy change --\n+-- dummy change --"},{"sha":"125f216b9253939d9a704aa4a400ad759786b9a0","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTParticleFlowSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTParticleFlowSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTParticleFlowSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n from ..sequences.HLTVertexRecoSequence_cfi import *\n \n HLTParticleFlowSequence = cms.Sequence(HLTParticleFlowClusterSequence+HLTIterTICLSequence+HLTVertexRecoSequence+HLTParticleFlowSuperClusteringSequence+HLTCaloTowersRecSequence+HLTParticleFlowRecoSequence)\n+-- dummy change --\n+-- dummy change --"},{"sha":"cc27e38e147c25330848b35a02f81c664540f35e","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowSuperClusteringSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTParticleFlowSuperClusteringSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTParticleFlowSuperClusteringSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTParticleFlowSuperClusteringSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n from ..modules.hltParticleFlowSuperClusterECAL_cfi import *\n \n HLTParticleFlowSuperClusteringSequence = cms.Sequence(hltParticleFlowSuperClusterECAL)\n+-- dummy change --\n+-- dummy change --"},{"sha":"8e4988099acd48c9302097be75b1dd3ab2ce8d17","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusterRefsForJetsSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPfClusterRefsForJetsSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPfClusterRefsForJetsSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPfClusterRefsForJetsSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -33,3 +33,5 @@\n hltPfClusterRefsForJetsHGCAL+\n hltPfClusterRefsForJetsHO+\n hltPfClusterRefsForJets)\n+-- dummy change --\n+-- dummy change --"},{"sha":"dfb02b8631d4e27ab92cd55bf4bd1a3ff720a0bc","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringECALSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPfClusteringECALSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPfClusteringECALSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPfClusteringECALSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n from ..sequences.HLTParticleFlowClusterECALSequence_cfi import *\n \n HLTPfClusteringECALSequence = cms.Sequence(hltParticleFlowRecHitECALUnseeded+hltParticleFlowClusterECALUncorrected+HLTParticleFlowClusterECALSequence)\n+-- dummy change --\n+-- dummy change --"},{"sha":"f93ebec8cdf0ecc72516501cb7a75082da193fb1","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringHBHEHFSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPfClusteringHBHEHFSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPfClusteringHBHEHFSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPfClusteringHBHEHFSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -7,3 +7,5 @@\n from ..modules.hltParticleFlowRecHitHF_cfi import *\n \n HLTPfClusteringHBHEHFSequence = cms.Sequence(hltParticleFlowRecHitHBHE+hltParticleFlowClusterHBHE+hltParticleFlowClusterHCAL+hltParticleFlowRecHitHF+hltParticleFlowClusterHF)\n+-- dummy change --\n+-- dummy change --"},{"sha":"2ba153d8a293410ad66854272460ec4b9fd5b47f","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringHOSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPfClusteringHOSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPfClusteringHOSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPfClusteringHOSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n from ..modules.hltParticleFlowRecHitHO_cfi import *\n \n HLTPfClusteringHOSequence = cms.Sequence(hltParticleFlowRecHitHO+hltParticleFlowClusterHO)\n+-- dummy change --\n+-- dummy change --"},{"sha":"483d2ba3e75e4cfde99b51a353f428009c1d11bd","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3FromL1TkSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhase2L3FromL1TkSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhase2L3FromL1TkSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhase2L3FromL1TkSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -17,3 +17,5 @@\n + hltPhase2L3FromL1TkMuonPixelVertices\n + hltPhase2L3FromL1TkMuonTrimmedPixelVertices\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"64da62c536b290b930af73eb25301056bff420a2","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3MuonGeneralTracksSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhase2L3MuonGeneralTracksSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhase2L3MuonGeneralTracksSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhase2L3MuonGeneralTracksSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -48,3 +48,5 @@\n +hltPhase2L3MuonHighPtTripletStepTracksSelectionHighPurity\n +hltPhase2L3MuonGeneralTracks\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"993a3f920b7c12a8d7ba9a21ce57f4c2df9b5bbc","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3MuonsSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhase2L3MuonsSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhase2L3MuonsSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhase2L3MuonsSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n + hltPhase2L3Muons\n + hltPhase2L3MuonCandidates\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"7f097eb5321085c1b31702ba303531faeeba3642","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3OISequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhase2L3OISequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhase2L3OISequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhase2L3OISequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n + hltPhase2L3OIMuonTrackCutClassifier\n + hltPhase2L3OIMuonTrackSelectionHighPurity\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"47b30ec129a05e53b0b4ebc9105581c9e5584f9e","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2PixelTracksSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhase2PixelTracksSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhase2PixelTracksSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhase2PixelTracksSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -21,3 +21,5 @@\n )\n from Configuration.ProcessModifiers.alpaka_cff import alpaka\n alpaka.toReplaceWith(HLTPhase2PixelTracksSequence, _HLTPhase2PixelTracksSequence)\n+-- dummy change --\n+-- dummy change --"},{"sha":"a5c797e1610fcc19dd4a96677fc7c400e9fe5e75","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton108EBTightIDTightIsoL1SeededSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhoton108EBTightIDTightIsoL1SeededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhoton108EBTightIDTightIsoL1SeededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhoton108EBTightIDTightIsoL1SeededSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -39,3 +39,5 @@\n +HLTPFHcalClusteringForEgammaSequence\n +hltEgammaHcalPFClusterIsoL1Seeded\n +hltPhoton108EBTightIDTightIsoHcalIsoL1SeededFilter)\n+-- dummy change --\n+-- dummy change --"},{"sha":"e532607981b29b9ebd7c1d12c8711cb6c6b2bddb","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton108EBTightIDTightIsoUnseededSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhoton108EBTightIDTightIsoUnseededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhoton108EBTightIDTightIsoUnseededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhoton108EBTightIDTightIsoUnseededSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -39,3 +39,5 @@\n +HLTPFHcalClusteringForEgammaSequence\n +hltEgammaHcalPFClusterIsoUnseeded\n +hltPhoton108EBTightIDTightIsoHcalIsoUnseededFilter)\n+-- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e?per_page=100&page=20 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:17 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"bba003b0d29706f8bf6368025291f8a12a9f916bd57aefdd207d61e977e50999"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:04:54 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4951'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '49'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C7C4:52083:18FD95:1973AA:68122481')] +{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","node_id":"C_kwDOF83__NoAKGMyMzA5OWM3Mzc3MTIzYjZkZTdmYWZhN2E0ODZiMjBiMThkNTRmN2U","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"message":"Try generating big cache","tree":{"sha":"f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684"}],"stats":{"total":6008,"additions":5944,"deletions":64},"files":[{"sha":"bfb61de8d4f6158c964288ca9982c8cb95428600","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton187L1SeededSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhoton187L1SeededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhoton187L1SeededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhoton187L1SeededSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -28,3 +28,5 @@\n +hltEgammaHoverEL1Seeded\n +HLTFastJetForEgammaSequence\n +hltPhoton187HEL1SeededFilter)\n+-- dummy change --\n+-- dummy change --"},{"sha":"be1e60a6a9e62e8c5ef8bfd49f4e94b0da73d7b7","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton187UnseededSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhoton187UnseededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhoton187UnseededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhoton187UnseededSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -28,3 +28,5 @@\n +HLTFastJetForEgammaSequence\n +hltEgammaHoverEUnseeded\n +hltPhoton187HEUnseededFilter)\n+-- dummy change --\n+-- dummy change --"},{"sha":"bbd2a399afa6cf9f13b16da19ec1701047b6deac","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclCandidateSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclCandidateSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclCandidateSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclCandidateSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n from ..modules.hltTiclCandidate_cfi import *\n \n HLTTiclCandidateSequence = cms.Sequence(hltTiclCandidate)\n+-- dummy change --\n+-- dummy change --"},{"sha":"6ba578787f98f3aa5266744aa34bc5ba364efac6","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclLayerTileSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclLayerTileSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclLayerTileSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclLayerTileSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n from ..modules.hltTiclLayerTileProducer_cfi import *\n \n HLTTiclLayerTileSequence = cms.Sequence(hltTiclLayerTileProducer)\n+-- dummy change --\n+-- dummy change --"},{"sha":"a57859b848eade93b3466797032249f3823345ff","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTracksterLinksSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclTracksterLinksSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclTracksterLinksSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclTracksterLinksSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n from ..modules.hltTiclTracksterLinks_cfi import *\n \n HLTTiclTracksterLinksSequence = cms.Sequence(hltTiclTracksterLinks)\n+-- dummy change --\n+-- dummy change --"},{"sha":"707fe1f5a3a504d2dbd09f14162ff50baae1cc21","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTracksterMergeSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclTracksterMergeSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclTracksterMergeSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclTracksterMergeSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n from ..modules.hltTiclTrackstersMerge_cfi import *\n \n HLTTiclTracksterMergeSequence = cms.Sequence(hltTiclTrackstersMerge)\n+-- dummy change --\n+-- dummy change --"},{"sha":"81ecf71b8b2cfe469e8b7ed4782e14b7ef46b2cc","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersCLUE3DHighStepSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclTrackstersCLUE3DHighStepSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclTrackstersCLUE3DHighStepSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclTrackstersCLUE3DHighStepSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n from ..modules.hltTiclTrackstersCLUE3DHigh_cfi import *\n \n HLTTiclTrackstersCLUE3DHighStepSequence = cms.Sequence(hltFilteredLayerClustersCLUE3DHigh+hltTiclSeedingGlobal+hltTiclTrackstersCLUE3DHigh)\n+-- dummy change --\n+-- dummy change --"},{"sha":"3364acc180da8c4c506001562271ec7f75165267","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersRecoverySequenceL1Seeded_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclTrackstersRecoverySequenceL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclTrackstersRecoverySequenceL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclTrackstersRecoverySequenceL1Seeded_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n from ..modules.hltTiclTrackstersRecoveryL1Seeded_cfi import *\n \n HLTTiclTrackstersRecoverySequence = cms.Sequence(hltFilteredLayerClustersRecovery+hltTiclTrackstersRecovery)\n+-- dummy change --\n+-- dummy change --"},{"sha":"24801b3e504aae603a383ac96922e6b66b9a67cf","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersRecoverySequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclTrackstersRecoverySequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclTrackstersRecoverySequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclTrackstersRecoverySequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n from ..modules.hltTiclTrackstersRecovery_cfi import *\n \n HLTTiclTrackstersRecoverySequence = cms.Sequence(hltFilteredLayerClustersRecovery+hltTiclTrackstersRecovery)\n+-- dummy change --\n+-- dummy change --"},{"sha":"07e0e9e3e6a8857a8b51b250db62965ea1f9472a","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTVertexRecoSequence_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTVertexRecoSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTVertexRecoSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTVertexRecoSequence_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -7,3 +7,5 @@\n from ..sequences.HLTInitialStepPVSequence_cfi import *\n \n HLTVertexRecoSequence = cms.Sequence(HLTInitialStepPVSequence+hltUnsortedOfflinePrimaryVertices+hltTrackWithVertexRefSelectorBeforeSorting+hltTrackRefsForJetsBeforeSorting+hltOfflinePrimaryVertices)\n+-- dummy change --\n+-- dummy change --"},{"sha":"67ef779de316dfbbc56540e10e594a7371579cd4","filename":"HLTrigger/Configuration/python/HLT_75e33/services/RandomNumberGeneratorService_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fservices%2FRandomNumberGeneratorService_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fservices%2FRandomNumberGeneratorService_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fservices%2FRandomNumberGeneratorService_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -163,3 +163,5 @@\n initialSeed = cms.untracked.uint32(1234567)\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"fca2b673cace1a2d6223742d4f62790badf918fb","filename":"HLTrigger/Configuration/test/testAccessToEDMInputsOfHLTTests_update_filelist.sh","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Ftest%2FtestAccessToEDMInputsOfHLTTests_update_filelist.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTrigger%2FConfiguration%2Ftest%2FtestAccessToEDMInputsOfHLTTests_update_filelist.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Ftest%2FtestAccessToEDMInputsOfHLTTests_update_filelist.sh?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -91,3 +91,5 @@ printf \"%s\\n\" \"-------------------------\"\n \n # return to test/ directory\n cd \"${TESTDIR}\"\n+-- dummy change --\n+-- dummy change --"},{"sha":"81a2d2376b410a28d280530b3cc18da7bc6b126c","filename":"HLTriggerOffline/HeavyFlavor/python/heavyFlavorValidationHarvestingSequence_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTriggerOffline%2FHeavyFlavor%2Fpython%2FheavyFlavorValidationHarvestingSequence_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTriggerOffline%2FHeavyFlavor%2Fpython%2FheavyFlavorValidationHarvestingSequence_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTriggerOffline%2FHeavyFlavor%2Fpython%2FheavyFlavorValidationHarvestingSequence_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -137,3 +137,5 @@\n + hfupsilon\n +combiner+combiner2\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"1e48bf1ea2f398736ab1de221af8019df85a9ae4","filename":"HLTriggerOffline/SUSYBSM/test/BSMTriggerCheck/html/template/comp_beginning.html","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTriggerOffline%2FSUSYBSM%2Ftest%2FBSMTriggerCheck%2Fhtml%2Ftemplate%2Fcomp_beginning.html","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTriggerOffline%2FSUSYBSM%2Ftest%2FBSMTriggerCheck%2Fhtml%2Ftemplate%2Fcomp_beginning.html","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTriggerOffline%2FSUSYBSM%2Ftest%2FBSMTriggerCheck%2Fhtml%2Ftemplate%2Fcomp_beginning.html?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -15,3 +15,5 @@\n \n \n
\n+-- dummy change --\n+-- dummy change --"},{"sha":"b25badae30a4c472becee7917033009c54f97dae","filename":"HLTriggerOffline/SUSYBSM/test/BSMTriggerCheck/html/template/menu_beginning.html","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTriggerOffline%2FSUSYBSM%2Ftest%2FBSMTriggerCheck%2Fhtml%2Ftemplate%2Fmenu_beginning.html","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTriggerOffline%2FSUSYBSM%2Ftest%2FBSMTriggerCheck%2Fhtml%2Ftemplate%2Fmenu_beginning.html","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTriggerOffline%2FSUSYBSM%2Ftest%2FBSMTriggerCheck%2Fhtml%2Ftemplate%2Fmenu_beginning.html?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n \"Back\"\n

\t\n+-- dummy change --\n+-- dummy change --"},{"sha":"0bbbd2a940425b0ae2f29abbd136a6eabbcc98c9","filename":"HLTriggerOffline/Scouting/test/runScoutingMonitoringDQM_EGammaOnly_step1_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTriggerOffline%2FScouting%2Ftest%2FrunScoutingMonitoringDQM_EGammaOnly_step1_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTriggerOffline%2FScouting%2Ftest%2FrunScoutingMonitoringDQM_EGammaOnly_step1_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTriggerOffline%2FScouting%2Ftest%2FrunScoutingMonitoringDQM_EGammaOnly_step1_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -52,3 +52,5 @@\n #process.p1 = cms.Path(cms.Sequence(process.scoutingEfficiencyHarvest + process.dqmSaver + process.dqmStoreStats))\n process.schedule = cms.Schedule(process.p, process.DQMoutput_step)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b4faf531540edcc40bcd33b98c97aba8d29874c7","filename":"HLTriggerOffline/Scouting/test/runScoutingMonitoringDQM_EGammaOnly_step2_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTriggerOffline%2FScouting%2Ftest%2FrunScoutingMonitoringDQM_EGammaOnly_step2_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HLTriggerOffline%2FScouting%2Ftest%2FrunScoutingMonitoringDQM_EGammaOnly_step2_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTriggerOffline%2FScouting%2Ftest%2FrunScoutingMonitoringDQM_EGammaOnly_step2_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -29,3 +29,5 @@\n process.p = cms.Path(process.hltScoutingEGammaPostProcessing)\n process.p1 = cms.Path(process.dqmSaver)\n process.schedule = cms.Schedule(process.p, process.p1)\n+-- dummy change --\n+-- dummy change --"},{"sha":"22f4f857b10c7834f726f605cc62d5c9c60d6117","filename":"HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToFlyingCascadeBuilderBase.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HeavyFlavorAnalysis%2FSpecificDecay%2Finterface%2FBPHDecayToFlyingCascadeBuilderBase.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HeavyFlavorAnalysis%2FSpecificDecay%2Finterface%2FBPHDecayToFlyingCascadeBuilderBase.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HeavyFlavorAnalysis%2FSpecificDecay%2Finterface%2FBPHDecayToFlyingCascadeBuilderBase.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -85,3 +85,5 @@ class BPHDecayToFlyingCascadeBuilderBase : public virtual BPHDecaySpecificBuilde\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"911520c419908039a92a5b2a658457a8ac6ee0bc","filename":"HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToResTrkTrkSameMassBuilder.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HeavyFlavorAnalysis%2FSpecificDecay%2Finterface%2FBPHDecayToResTrkTrkSameMassBuilder.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HeavyFlavorAnalysis%2FSpecificDecay%2Finterface%2FBPHDecayToResTrkTrkSameMassBuilder.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HeavyFlavorAnalysis%2FSpecificDecay%2Finterface%2FBPHDecayToResTrkTrkSameMassBuilder.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -130,3 +130,5 @@ class BPHDecayToResTrkTrkSameMassBuilder : public BPHDecayToResTrkTrkSameMassBui\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"fc8e3ff32349df46b19fb2a16a5de1d6d9f689ba","filename":"HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToResTrkTrkSameMassBuilderBase.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HeavyFlavorAnalysis%2FSpecificDecay%2Finterface%2FBPHDecayToResTrkTrkSameMassBuilderBase.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HeavyFlavorAnalysis%2FSpecificDecay%2Finterface%2FBPHDecayToResTrkTrkSameMassBuilderBase.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HeavyFlavorAnalysis%2FSpecificDecay%2Finterface%2FBPHDecayToResTrkTrkSameMassBuilderBase.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -95,3 +95,5 @@ class BPHDecayToResTrkTrkSameMassBuilderBase : public virtual BPHDecayConstraine\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"b311411fb5f02ccd1939093e78a697715f8a5983","filename":"HeavyFlavorAnalysis/SpecificDecay/src/BPHDecayToResTrkTrkSameMassBuilderBase.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HeavyFlavorAnalysis%2FSpecificDecay%2Fsrc%2FBPHDecayToResTrkTrkSameMassBuilderBase.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HeavyFlavorAnalysis%2FSpecificDecay%2Fsrc%2FBPHDecayToResTrkTrkSameMassBuilderBase.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HeavyFlavorAnalysis%2FSpecificDecay%2Fsrc%2FBPHDecayToResTrkTrkSameMassBuilderBase.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -104,3 +104,5 @@ void BPHDecayToResTrkTrkSameMassBuilderBase::setTrkEtaMax(double eta) {\n etaMax = eta;\n return;\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"ffab45287ff7cf8095f0dbf4ea8b6b06633a92e3","filename":"HeterogeneousCore/AlpakaInterface/interface/AssertDeviceMatchesHostCollection.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HeterogeneousCore%2FAlpakaInterface%2Finterface%2FAssertDeviceMatchesHostCollection.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HeterogeneousCore%2FAlpakaInterface%2Finterface%2FAssertDeviceMatchesHostCollection.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HeterogeneousCore%2FAlpakaInterface%2Finterface%2FAssertDeviceMatchesHostCollection.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -20,3 +20,5 @@\n #endif // ALPAKA_ACC_CPU_B_SEQ_T_SEQ_ENABLED\n \n #endif // HeterogeneousCore_AlpakaInterface_interface_AssertDeviceMatchesHostCollection_h\n+-- dummy change --\n+-- dummy change --"},{"sha":"f984401bbc9720c2ffd5bf3ece25ac712e84ef18","filename":"HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerCopyToDeviceCache.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HeterogeneousCore%2FAlpakaTest%2Fplugins%2Falpaka%2FTestAlpakaGlobalProducerCopyToDeviceCache.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HeterogeneousCore%2FAlpakaTest%2Fplugins%2Falpaka%2FTestAlpakaGlobalProducerCopyToDeviceCache.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HeterogeneousCore%2FAlpakaTest%2Fplugins%2Falpaka%2FTestAlpakaGlobalProducerCopyToDeviceCache.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -82,3 +82,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n \n #include \"HeterogeneousCore/AlpakaCore/interface/alpaka/MakerMacros.h\"\n DEFINE_FWK_ALPAKA_MODULE(TestAlpakaGlobalProducerCopyToDeviceCache);\n+-- dummy change --\n+-- dummy change --"},{"sha":"a73491a9c484d12e42e6cc561d9f769595090695","filename":"HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerImplicitCopyToDevice.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HeterogeneousCore%2FAlpakaTest%2Fplugins%2Falpaka%2FTestAlpakaGlobalProducerImplicitCopyToDevice.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HeterogeneousCore%2FAlpakaTest%2Fplugins%2Falpaka%2FTestAlpakaGlobalProducerImplicitCopyToDevice.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HeterogeneousCore%2FAlpakaTest%2Fplugins%2Falpaka%2FTestAlpakaGlobalProducerImplicitCopyToDevice.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -37,3 +37,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n \n #include \"HeterogeneousCore/AlpakaCore/interface/alpaka/MakerMacros.h\"\n DEFINE_FWK_ALPAKA_MODULE(TestAlpakaGlobalProducerImplicitCopyToDevice);\n+-- dummy change --\n+-- dummy change --"},{"sha":"2382fd68f72d3a13f70eb85624a7f02d876c2742","filename":"HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerMoveToDeviceCache.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HeterogeneousCore%2FAlpakaTest%2Fplugins%2Falpaka%2FTestAlpakaGlobalProducerMoveToDeviceCache.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HeterogeneousCore%2FAlpakaTest%2Fplugins%2Falpaka%2FTestAlpakaGlobalProducerMoveToDeviceCache.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HeterogeneousCore%2FAlpakaTest%2Fplugins%2Falpaka%2FTestAlpakaGlobalProducerMoveToDeviceCache.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -81,3 +81,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n \n #include \"HeterogeneousCore/AlpakaCore/interface/alpaka/MakerMacros.h\"\n DEFINE_FWK_ALPAKA_MODULE(TestAlpakaGlobalProducerMoveToDeviceCache);\n+-- dummy change --\n+-- dummy change --"},{"sha":"56e4898ae0ce37ba611a5e51b92b3f2092b76986","filename":"HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerNoOutput.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HeterogeneousCore%2FAlpakaTest%2Fplugins%2Falpaka%2FTestAlpakaGlobalProducerNoOutput.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HeterogeneousCore%2FAlpakaTest%2Fplugins%2Falpaka%2FTestAlpakaGlobalProducerNoOutput.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HeterogeneousCore%2FAlpakaTest%2Fplugins%2Falpaka%2FTestAlpakaGlobalProducerNoOutput.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -36,3 +36,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n \n #include \"HeterogeneousCore/AlpakaCore/interface/alpaka/MakerMacros.h\"\n DEFINE_FWK_ALPAKA_MODULE(TestAlpakaGlobalProducerNoOutput);\n+-- dummy change --\n+-- dummy change --"},{"sha":"c74ea87a72ce175729cd8120f1a71b3cd8349987","filename":"HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaStreamSynchronizingProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HeterogeneousCore%2FAlpakaTest%2Fplugins%2Falpaka%2FTestAlpakaStreamSynchronizingProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HeterogeneousCore%2FAlpakaTest%2Fplugins%2Falpaka%2FTestAlpakaStreamSynchronizingProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HeterogeneousCore%2FAlpakaTest%2Fplugins%2Falpaka%2FTestAlpakaStreamSynchronizingProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -74,3 +74,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n \n #include \"HeterogeneousCore/AlpakaCore/interface/alpaka/MakerMacros.h\"\n DEFINE_FWK_ALPAKA_MODULE(TestAlpakaStreamSynchronizingProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"802c0536e64cbdeb01ed9f1f0bac5ee05c829aab","filename":"HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaStreamSynchronizingProducerToDevice.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HeterogeneousCore%2FAlpakaTest%2Fplugins%2Falpaka%2FTestAlpakaStreamSynchronizingProducerToDevice.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HeterogeneousCore%2FAlpakaTest%2Fplugins%2Falpaka%2FTestAlpakaStreamSynchronizingProducerToDevice.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HeterogeneousCore%2FAlpakaTest%2Fplugins%2Falpaka%2FTestAlpakaStreamSynchronizingProducerToDevice.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -61,3 +61,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n \n #include \"HeterogeneousCore/AlpakaCore/interface/alpaka/MakerMacros.h\"\n DEFINE_FWK_ALPAKA_MODULE(TestAlpakaStreamSynchronizingProducerToDevice);\n+-- dummy change --\n+-- dummy change --"},{"sha":"a350d88a3f4dac4100b68ef4d51a702101a0af46","filename":"HeterogeneousTest/AlpakaDevice/plugins/alpaka/AlpakaTestDeviceAdditionAlgo.dev.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HeterogeneousTest%2FAlpakaDevice%2Fplugins%2Falpaka%2FAlpakaTestDeviceAdditionAlgo.dev.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HeterogeneousTest%2FAlpakaDevice%2Fplugins%2Falpaka%2FAlpakaTestDeviceAdditionAlgo.dev.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HeterogeneousTest%2FAlpakaDevice%2Fplugins%2Falpaka%2FAlpakaTestDeviceAdditionAlgo.dev.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -29,3 +29,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE::HeterogeneousTestAlpakaDevicePlugins {\n }\n \n } // namespace ALPAKA_ACCELERATOR_NAMESPACE::HeterogeneousTestAlpakaDevicePlugins\n+-- dummy change --\n+-- dummy change --"},{"sha":"410913b51117dce1eae9a3c812ecb2be05944e11","filename":"HeterogeneousTest/AlpakaDevice/plugins/alpaka/AlpakaTestDeviceAdditionModule.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HeterogeneousTest%2FAlpakaDevice%2Fplugins%2Falpaka%2FAlpakaTestDeviceAdditionModule.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HeterogeneousTest%2FAlpakaDevice%2Fplugins%2Falpaka%2FAlpakaTestDeviceAdditionModule.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HeterogeneousTest%2FAlpakaDevice%2Fplugins%2Falpaka%2FAlpakaTestDeviceAdditionModule.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -122,3 +122,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n \n #include \"HeterogeneousCore/AlpakaCore/interface/alpaka/MakerMacros.h\"\n DEFINE_FWK_ALPAKA_MODULE(AlpakaTestDeviceAdditionModule);\n+-- dummy change --\n+-- dummy change --"},{"sha":"dd71c353e8195a6d2b0c550ca989808dc7f3195f","filename":"HeterogeneousTest/AlpakaKernel/plugins/alpaka/AlpakaTestKernelAdditionAlgo.dev.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HeterogeneousTest%2FAlpakaKernel%2Fplugins%2Falpaka%2FAlpakaTestKernelAdditionAlgo.dev.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HeterogeneousTest%2FAlpakaKernel%2Fplugins%2Falpaka%2FAlpakaTestKernelAdditionAlgo.dev.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HeterogeneousTest%2FAlpakaKernel%2Fplugins%2Falpaka%2FAlpakaTestKernelAdditionAlgo.dev.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -20,3 +20,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE::HeterogeneousTestAlpakaKernelPlugins {\n }\n \n } // namespace ALPAKA_ACCELERATOR_NAMESPACE::HeterogeneousTestAlpakaKernelPlugins\n+-- dummy change --\n+-- dummy change --"},{"sha":"f3e0f92a02319a9c5cba9c4ac3712d6019e896bb","filename":"HeterogeneousTest/AlpakaKernel/plugins/alpaka/AlpakaTestKernelAdditionModule.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HeterogeneousTest%2FAlpakaKernel%2Fplugins%2Falpaka%2FAlpakaTestKernelAdditionModule.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HeterogeneousTest%2FAlpakaKernel%2Fplugins%2Falpaka%2FAlpakaTestKernelAdditionModule.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HeterogeneousTest%2FAlpakaKernel%2Fplugins%2Falpaka%2FAlpakaTestKernelAdditionModule.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -122,3 +122,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n \n #include \"HeterogeneousCore/AlpakaCore/interface/alpaka/MakerMacros.h\"\n DEFINE_FWK_ALPAKA_MODULE(AlpakaTestKernelAdditionModule);\n+-- dummy change --\n+-- dummy change --"},{"sha":"230603f74741cf7984e482225269554a21756531","filename":"HeterogeneousTest/AlpakaOpaque/plugins/alpaka/AlpakaTestOpaqueAdditionModule.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HeterogeneousTest%2FAlpakaOpaque%2Fplugins%2Falpaka%2FAlpakaTestOpaqueAdditionModule.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HeterogeneousTest%2FAlpakaOpaque%2Fplugins%2Falpaka%2FAlpakaTestOpaqueAdditionModule.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HeterogeneousTest%2FAlpakaOpaque%2Fplugins%2Falpaka%2FAlpakaTestOpaqueAdditionModule.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -92,3 +92,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n \n #include \"HeterogeneousCore/AlpakaCore/interface/alpaka/MakerMacros.h\"\n DEFINE_FWK_ALPAKA_MODULE(AlpakaTestOpaqueAdditionModule);\n+-- dummy change --\n+-- dummy change --"},{"sha":"302234c04953388d8471cb6cd6cb8aa222c3fdab","filename":"HeterogeneousTest/AlpakaWrapper/plugins/alpaka/AlpakaTestWrapperAdditionModule.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/HeterogeneousTest%2FAlpakaWrapper%2Fplugins%2Falpaka%2FAlpakaTestWrapperAdditionModule.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/HeterogeneousTest%2FAlpakaWrapper%2Fplugins%2Falpaka%2FAlpakaTestWrapperAdditionModule.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HeterogeneousTest%2FAlpakaWrapper%2Fplugins%2Falpaka%2FAlpakaTestWrapperAdditionModule.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -120,3 +120,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n \n #include \"HeterogeneousCore/AlpakaCore/interface/alpaka/MakerMacros.h\"\n DEFINE_FWK_ALPAKA_MODULE(AlpakaTestWrapperAdditionModule);\n+-- dummy change --\n+-- dummy change --"},{"sha":"e404a8aaa308712a30d4cdda7d7f54a2c02d6213","filename":"IOMC/EventVertexGenerators/python/VtxSmearedFixed_EmitRealistic5TeVppCollision2017_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedFixed_EmitRealistic5TeVppCollision2017_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedFixed_EmitRealistic5TeVppCollision2017_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedFixed_EmitRealistic5TeVppCollision2017_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n Fixed_EmitRealistic5TeVppCollision2017VtxSmearingParameters,\n VtxSmearedCommon\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"4cf365f78bacdb47b8668d766fb0988d17e8cf10","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRealistic100ns13TeVCollisionBetaStar90mLowBunches_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic100ns13TeVCollisionBetaStar90mLowBunches_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic100ns13TeVCollisionBetaStar90mLowBunches_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic100ns13TeVCollisionBetaStar90mLowBunches_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n Realistic100ns13TeVCollisionBetaStar90mLowBunchesVtxSmearingParameters,\n VtxSmearedCommon\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"474c9e1cdf6ae9ad2f5f1a1b187232e1d2afc753","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRealistic100ns13TeVCollisionBetaStar90m_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic100ns13TeVCollisionBetaStar90m_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic100ns13TeVCollisionBetaStar90m_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic100ns13TeVCollisionBetaStar90m_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n Realistic100ns13TeVCollisionBetaStar90mVtxSmearingParameters,\n VtxSmearedCommon\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"2fbfa807feadfb77ccd66edbd3013fc505076966","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeV2016Collision_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns13TeV2016Collision_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns13TeV2016Collision_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns13TeV2016Collision_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n Realistic25ns13TeV2016CollisionVtxSmearingParameters,\n VtxSmearedCommon\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"00a17f154fd8d05dbbf8869e6cf4854bbf4fb491","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeVEarly2017Collision_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns13TeVEarly2017Collision_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns13TeVEarly2017Collision_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns13TeVEarly2017Collision_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n Realistic25ns13TeVEarly2017CollisionVtxSmearingParameters,\n VtxSmearedCommon\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"ce87fc2666bf7cf612e0f32653bb6e7244406512","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeVEarly2018Collision_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns13TeVEarly2018Collision_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns13TeVEarly2018Collision_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns13TeVEarly2018Collision_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n Realistic25ns13TeVEarly2018CollisionVtxSmearingParameters,\n VtxSmearedCommon\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"66f152e7e522550630fda27bee2d46c2be0a85f4","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEOY2022Collision_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns13p6TeVEOY2022Collision_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns13p6TeVEOY2022Collision_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns13p6TeVEOY2022Collision_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n VtxSmearedCommon\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"1d41cbd3d124b9bf2288342ae869eeafd5db8b9c","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEarly2022Collision_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns13p6TeVEarly2022Collision_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns13p6TeVEarly2022Collision_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns13p6TeVEarly2022Collision_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n Realistic25ns13p6TeVEarly2022CollisionVtxSmearingParameters,\n VtxSmearedCommon\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"197b8d5b1e565d7c96071cdce6d5f185918099bc","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEarly2023Collision_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns13p6TeVEarly2023Collision_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns13p6TeVEarly2023Collision_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns13p6TeVEarly2023Collision_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n Realistic25ns13p6TeVEarly2023CollisionVtxSmearingParameters,\n VtxSmearedCommon\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"05a9c14f04367fa1c1d6987b601b9359dcf990ec","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns900GeV2021Collision_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns900GeV2021Collision_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns900GeV2021Collision_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns900GeV2021Collision_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n Realistic25ns900GeV2021CollisionVtxSmearingParameters,\n VtxSmearedCommon\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"bcde25898b367a3f6fe7a1dd25c129cf12a7ebd1","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRealistic2p76TeV2011Collision_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic2p76TeV2011Collision_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic2p76TeV2011Collision_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic2p76TeV2011Collision_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"89cbc7b88a732a32f27fd1521eb01524a082004a","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRealistic2p76TeV2013Collision_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic2p76TeV2013Collision_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic2p76TeV2013Collision_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic2p76TeV2013Collision_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"df9d019453ca67069a63d94a157127aa9e73d92e","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRealistic50ns13TeVCollisionZeroTesla_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic50ns13TeVCollisionZeroTesla_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic50ns13TeVCollisionZeroTesla_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic50ns13TeVCollisionZeroTesla_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n Realistic50ns13TeVCollisionZeroTeslaVtxSmearingParameters,\n VtxSmearedCommon\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d1d70019afc4c3fe0e9edc48a76020c7d13133f8","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRealistic5TeVPA2016Collision_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic5TeVPA2016Collision_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic5TeVPA2016Collision_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic5TeVPA2016Collision_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n Realistic5TeVPACollision2016VtxSmearingParameters,\n VtxSmearedCommon\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"08bef3d9141e36c5600d384297442f810bae4474","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRealistic5TeVppCollision2017_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic5TeVppCollision2017_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic5TeVppCollision2017_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic5TeVppCollision2017_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n Realistic5TeVppCollision2017VtxSmearingParameters,\n VtxSmearedCommon\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"cfc8c00528cbf62f90e9813c8c5567491083476a","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRealistic7TeVCollisionComm10_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic7TeVCollisionComm10_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic7TeVCollisionComm10_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic7TeVCollisionComm10_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"9882b2230bf158dd143dfef35b8a074dec4704d4","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRealistic8TeVPA2016Collision_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic8TeVPA2016Collision_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic8TeVPA2016Collision_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic8TeVPA2016Collision_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n Realistic8TeVPACollision2016VtxSmearingParameters,\n VtxSmearedCommon\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"393eaf4ab19d9a31eccde1f7526d71a5114cb088","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRealisticHICollisionFixZ2015_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealisticHICollisionFixZ2015_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealisticHICollisionFixZ2015_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealisticHICollisionFixZ2015_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"814ac86f90a824616752776d58b912fbb026ddb9","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRun3FlatOpticsGaussSigmaZ4p2cm_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRun3FlatOpticsGaussSigmaZ4p2cm_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRun3FlatOpticsGaussSigmaZ4p2cm_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRun3FlatOpticsGaussSigmaZ4p2cm_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n Run3FlatOpticsGaussVtxSigmaZ4p2cmSmearingParameters,\n VtxSmearedCommon\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c4fc3f5fb59d6e5cb6e17ed3fd5f4db65635781f","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRun3FlatOpticsGaussSigmaZ5p3cm_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRun3FlatOpticsGaussSigmaZ5p3cm_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRun3FlatOpticsGaussSigmaZ5p3cm_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRun3FlatOpticsGaussSigmaZ5p3cm_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n Run3FlatOpticsGaussVtxSigmaZ5p3cmSmearingParameters,\n VtxSmearedCommon\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"54b4b01914268375b9be54f570599cdb951d49c3","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRun3RoundOptics25ns13TeVHighSigmaZ_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRun3RoundOptics25ns13TeVHighSigmaZ_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRun3RoundOptics25ns13TeVHighSigmaZ_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRun3RoundOptics25ns13TeVHighSigmaZ_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n Run3RoundOptics25ns13TeVHighSigmaZVtxSmearingParameters,\n VtxSmearedCommon\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0f8ce1e23094e0df7d94adbbdfebd0fbe64ff319","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRun3RoundOptics25ns13TeVLowSigmaZ_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRun3RoundOptics25ns13TeVLowSigmaZ_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRun3RoundOptics25ns13TeVLowSigmaZ_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRun3RoundOptics25ns13TeVLowSigmaZ_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n Run3RoundOptics25ns13TeVLowSigmaZVtxSmearingParameters,\n VtxSmearedCommon\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"7efb5bd2a443a18edcd1ff69a8e1298620595287","filename":"JetMETCorrections/InterpolationTables/interface/InterpolationFunctorInstances.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/JetMETCorrections%2FInterpolationTables%2Finterface%2FInterpolationFunctorInstances.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/JetMETCorrections%2FInterpolationTables%2Finterface%2FInterpolationFunctorInstances.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/JetMETCorrections%2FInterpolationTables%2Finterface%2FInterpolationFunctorInstances.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@ namespace npstat {\n } // namespace npstat\n \n #endif // NPSTAT_INTERPOLATIONFUNCTORINSTANCES_HH_\n+-- dummy change --\n+-- dummy change --"},{"sha":"6c284338dce6b3146a5a1766e5e35079bccbf93e","filename":"JetMETCorrections/InterpolationTables/interface/StorableMultivariateFunctorReader.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/JetMETCorrections%2FInterpolationTables%2Finterface%2FStorableMultivariateFunctorReader.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/JetMETCorrections%2FInterpolationTables%2Finterface%2FStorableMultivariateFunctorReader.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/JetMETCorrections%2FInterpolationTables%2Finterface%2FStorableMultivariateFunctorReader.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -31,3 +31,5 @@ namespace npstat {\n } // namespace npstat\n \n #endif // NPSTAT_READER_FOR_STORABLEMULTIVARIATEFUNCTOR\n+-- dummy change --\n+-- dummy change --"},{"sha":"7bc98e01085d75d6e945837219430ae74c156e92","filename":"JetMETCorrections/TauJet/data/IterativeCone0.4_EtScheme_TowerEt0.5_E0.8_Jets871_2x1033PU_tau.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/JetMETCorrections%2FTauJet%2Fdata%2FIterativeCone0.4_EtScheme_TowerEt0.5_E0.8_Jets871_2x1033PU_tau.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/JetMETCorrections%2FTauJet%2Fdata%2FIterativeCone0.4_EtScheme_TowerEt0.5_E0.8_Jets871_2x1033PU_tau.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/JetMETCorrections%2FTauJet%2Fdata%2FIterativeCone0.4_EtScheme_TowerEt0.5_E0.8_Jets871_2x1033PU_tau.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -74,3 +74,5 @@\n 2.1 3 -4.3932 0.956618 0.000119137\n 2.2 3 -8.60142 1.04188 -4.21482e-05\n 2.3 -1\n+-- dummy change --\n+-- dummy change --"},{"sha":"4a34285c4575c7d3a94e68f0993799a69003b396","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_BTagSeeds_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2023%2Fl1tGTMenu_BTagSeeds_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2023%2Fl1tGTMenu_BTagSeeds_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2023%2Fl1tGTMenu_BTagSeeds_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -165,3 +165,5 @@\n )\n TripleTkMuon_5_3p5_2p5_OS_Mass5to17 = cms.Path(TripleTkMuon53p52p5OSMass5to17)\n algorithms.append(cms.PSet(expression = cms.string(\"TripleTkMuon_5_3p5_2p5_OS_Mass5to17\")))\n+-- dummy change --\n+-- dummy change --"},{"sha":"a7ca449ecdecf891b9434c7461ddb2df966876da","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2023%2Fl1tGTMenu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2023%2Fl1tGTMenu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2023%2Fl1tGTMenu_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n \n from L1Trigger.Configuration.Phase2GTMenus.SeedDefinitions.step1_2023.l1tGTMenu_BTagSeeds_cff import *\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"87bc7fb9a492d1eb8825cb436abf46eaa35ed2e6","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_crossLepSeeds_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2023%2Fl1tGTMenu_crossLepSeeds_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2023%2Fl1tGTMenu_crossLepSeeds_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2023%2Fl1tGTMenu_crossLepSeeds_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -197,3 +197,5 @@\n algorithms.append(cms.PSet(expression = cms.string(\"pPuppiTauTkIsoEle45_22\")))\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"5f9e9b261ff5049491cf7054d88614922b49ef24","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_hadr_crossLepSeeds_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2023%2Fl1tGTMenu_hadr_crossLepSeeds_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2023%2Fl1tGTMenu_hadr_crossLepSeeds_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2023%2Fl1tGTMenu_hadr_crossLepSeeds_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -280,3 +280,5 @@\n \n algorithms.append(cms.PSet(expression=cms.string(\"pNNPuppiTauPuppiMet_55_190\")))\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"7957dc93ff541fe2f7b73137ddc006ef5781f7a7","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_hadr_metSeeds_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2023%2Fl1tGTMenu_hadr_metSeeds_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2023%2Fl1tGTMenu_hadr_metSeeds_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2023%2Fl1tGTMenu_hadr_metSeeds_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -132,3 +132,5 @@\n algorithms.append(cms.PSet(name=cms.string(\"pPuppiHT400_pQuadJet70_55_40_40\"),\n expression=cms.string(\"pPuppiHT400 and pQuadJet70_55_40_40\")))\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b4eaa7bbc1707ce267dfb232bceac1de1ff82cdd","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_lepSeeds_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2023%2Fl1tGTMenu_lepSeeds_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2023%2Fl1tGTMenu_lepSeeds_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2023%2Fl1tGTMenu_lepSeeds_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -250,3 +250,5 @@\n pDoublePuppiTau52_52 = cms.Path(DoublePuppiTau5252)\n algorithms.append(cms.PSet(expression = cms.string(\"pDoublePuppiTau52_52\")))\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"c34287746b2527b154fce17f7308155bb9319534","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenuObjects_cff.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenuObjects_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenuObjects_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenuObjects_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -100,4 +100,5 @@\n \n l1tGTtkIsoPhoton = l1tGTtkPhoton.clone(\n regionsMaxRelIsolationPt = get_object_isos(\"CL2Photons\",\"Iso\"),\n-)\n\\ No newline at end of file\n+)-- dummy change --\n+-- dummy change --"},{"sha":"f0a56398c055c4e8eea8f902fe70da5c806fa171","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_BTagSeeds_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenu_BTagSeeds_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenu_BTagSeeds_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenu_BTagSeeds_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -124,3 +124,5 @@\n )\n pTripleTkMuon_5_3p5_2p5_OS_Mass5to17 = cms.Path(TripleTkMuon53p52p5OSMass5to17)\n algorithms.append(cms.PSet(expression = cms.string(\"pTripleTkMuon_5_3p5_2p5_OS_Mass5to17\")))\n+-- dummy change --\n+-- dummy change --"},{"sha":"cf690203a449061da2833628df7aab8929361340","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenu_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n \n from L1Trigger.Configuration.Phase2GTMenus.SeedDefinitions.step1_2024.l1tGTMenu_BTagSeeds_cff import *\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b4c3f13c762e52ddb069c0be2466ce3afaa33935","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_crossLepSeeds_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenu_crossLepSeeds_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenu_crossLepSeeds_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenu_crossLepSeeds_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -126,3 +126,5 @@\n algorithms.append(cms.PSet(expression = cms.string(\"pPuppiTauTkIsoEle45_22\")))\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"4e4bafa07402a7589385e6f76153f8cec3b6c6a5","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_hadr_crossLepSeeds_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenu_hadr_crossLepSeeds_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenu_hadr_crossLepSeeds_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenu_hadr_crossLepSeeds_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -188,3 +188,5 @@\n pNNPuppiTauPuppiMet_55_190 = cms.Path(NNPuppiTauPuppiMet)\n algorithms.append(cms.PSet(expression=cms.string(\"pNNPuppiTauPuppiMet_55_190\")))\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"c4314563f13a89b76f076b7f59b9b8cfc6c66347","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_hadr_metSeeds_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenu_hadr_metSeeds_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenu_hadr_metSeeds_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenu_hadr_metSeeds_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -100,3 +100,5 @@\n algorithms.append(cms.PSet(name=cms.string(\"pPuppiHT400_pQuadJet70_55_40_40\"),\n expression=cms.string(\"pPuppiHT400 and pQuadJet70_55_40_40\")))\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"386ee52f7a30dcc4d0bd6442896276fe0c16f2fc","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_lepSeeds_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenu_lepSeeds_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenu_lepSeeds_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenu_lepSeeds_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -155,3 +155,5 @@\n pDoublePuppiTau52_52 = cms.Path(DoublePuppiTau5252)\n algorithms.append(cms.PSet(expression = cms.string(\"pDoublePuppiTau52_52\")))\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b739c23bd423554b5b6c19129efc9dbf4581f435","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_constants.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTObject_constants.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTObject_constants.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTObject_constants.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -70,3 +70,5 @@ def get_object_isos(obj, id = \"default\", obj_dict=objectIDs):\n return cms.vdouble(tuple(values[region] for region in regions))\n else:\n return cms.double(values)\n+-- dummy change --\n+-- dummy change --"},{"sha":"dbbfdbfc067636358ba7d24d22abcf56919bdf09","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_ids.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTObject_ids.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTObject_ids.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTObject_ids.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -58,4 +58,5 @@\n \"qual\": 0b1000,\n },\n }\n-}\n\\ No newline at end of file\n+}-- dummy change --\n+-- dummy change --"},{"sha":"f641c5384df917ef4de48681d8bafab93dab1582","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_scalings.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTObject_scalings.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTObject_scalings.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTObject_scalings.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -320,4 +320,5 @@\n }\n }\n }\n-}\n\\ No newline at end of file\n+}-- dummy change --\n+-- dummy change --"},{"sha":"baaf85d9f7b438468d27018b2440aaa3ac515229","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_BTagSeeds_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTMenu_BTagSeeds_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTMenu_BTagSeeds_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTMenu_BTagSeeds_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -167,3 +167,5 @@\n )\n pTripleTkMuon_5_3p5_2p5_OS_Mass5to17 = cms.Path(TripleTkMuon53p52p5OSMass5to17)\n algorithms.append(cms.PSet(expression = cms.string(\"pTripleTkMuon_5_3p5_2p5_OS_Mass5to17\")))\n+-- dummy change --\n+-- dummy change --"},{"sha":"2cdc50b28486457610f88c73d4ba5980c6dacac0","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTMenu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTMenu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTMenu_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n \n from L1Trigger.Configuration.Phase2GTMenus.SeedDefinitions.step1_2024_explicitSeeds.l1tGTMenu_BTagSeeds_cff import *\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"1823b1c2370dbfa1a689b85cb545e4738de4f0e9","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_crossLepSeeds_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTMenu_crossLepSeeds_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTMenu_crossLepSeeds_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTMenu_crossLepSeeds_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -202,3 +202,5 @@\n algorithms.append(cms.PSet(expression = cms.string(\"pPuppiTauTkIsoEle45_22\")))\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"dd9c51941f5f8b4ba5dcbc08500544440fdee7b4","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_hadr_crossLepSeeds_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTMenu_hadr_crossLepSeeds_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTMenu_hadr_crossLepSeeds_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTMenu_hadr_crossLepSeeds_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -276,3 +276,5 @@\n \n algorithms.append(cms.PSet(expression=cms.string(\"pNNPuppiTauPuppiMet_55_190\")))\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"289849c06124545d301718d6097871daa75db16a","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_hadr_metSeeds_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTMenu_hadr_metSeeds_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTMenu_hadr_metSeeds_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTMenu_hadr_metSeeds_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -134,3 +134,5 @@\n algorithms.append(cms.PSet(name=cms.string(\"pPuppiHT400_pQuadJet70_55_40_40\"),\n expression=cms.string(\"pPuppiHT400 and pQuadJet70_55_40_40\")))\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"8b52fa9c156268a13c34c71f2ded103e5c03df9b","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_lepSeeds_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTMenu_lepSeeds_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTMenu_lepSeeds_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTMenu_lepSeeds_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -258,3 +258,5 @@\n pDoublePuppiTau52_52 = cms.Path(DoublePuppiTau5252)\n algorithms.append(cms.PSet(expression = cms.string(\"pDoublePuppiTau52_52\")))\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"12adf2369b9de8070e9f48581feb2b6b762c4709","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_constants.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTObject_constants.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTObject_constants.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTObject_constants.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -70,3 +70,5 @@ def get_object_isos(obj, id = \"default\", obj_dict=objectIDs):\n return cms.vdouble(tuple(values[region] for region in regions))\n else:\n return cms.double(values)\n+-- dummy change --\n+-- dummy change --"},{"sha":"dbbfdbfc067636358ba7d24d22abcf56919bdf09","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_ids.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTObject_ids.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTObject_ids.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTObject_ids.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -58,4 +58,5 @@\n \"qual\": 0b1000,\n },\n }\n-}\n\\ No newline at end of file\n+}-- dummy change --\n+-- dummy change --"},{"sha":"f641c5384df917ef4de48681d8bafab93dab1582","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_scalings.py","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTObject_scalings.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTObject_scalings.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTObject_scalings.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -320,4 +320,5 @@\n }\n }\n }\n-}\n\\ No newline at end of file\n+}-- dummy change --\n+-- dummy change --"},{"sha":"9ec5a6b7aaacb48773d8d94163f4a3856b207e90","filename":"L1Trigger/DTTriggerPhase2/test/primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FDTTriggerPhase2%2Ftest%2FprimitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FDTTriggerPhase2%2Ftest%2FprimitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FDTTriggerPhase2%2Ftest%2FprimitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -53,3 +53,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"d8e710d42a88424cc04b095e43c50743762e78f4","filename":"L1Trigger/DTTriggerPhase2/test/primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg_withRPC.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FDTTriggerPhase2%2Ftest%2FprimitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg_withRPC.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FDTTriggerPhase2%2Ftest%2FprimitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg_withRPC.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FDTTriggerPhase2%2Ftest%2FprimitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg_withRPC.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -67,3 +67,5 @@\n process.p = cms.Path(process.rpcRecHits*process.CalibratedDigis*process.dtTriggerPhase2PrimitiveDigis)\n process.this_is_the_end = cms.EndPath(process.out)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"c82a5bd381087c73e52d2a27295ff92165ce4a7b","filename":"L1Trigger/DTTriggerPhase2/test/test_primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FDTTriggerPhase2%2Ftest%2Ftest_primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FDTTriggerPhase2%2Ftest%2Ftest_primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FDTTriggerPhase2%2Ftest%2Ftest_primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -79,3 +79,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"8fe875c175b78945cb49c795015c1cb0f938a9fd","filename":"L1Trigger/GlobalTriggerAnalyzer/python/customise_l1GtPatternGeneratorFromRaw.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FGlobalTriggerAnalyzer%2Fpython%2Fcustomise_l1GtPatternGeneratorFromRaw.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FGlobalTriggerAnalyzer%2Fpython%2Fcustomise_l1GtPatternGeneratorFromRaw.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FGlobalTriggerAnalyzer%2Fpython%2Fcustomise_l1GtPatternGeneratorFromRaw.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -78,3 +78,5 @@ def customise(process):\n \n #\n return (process)\n+-- dummy change --\n+-- dummy change --"},{"sha":"9466442bda3c37a7f5172a5310b345928be08812","filename":"L1Trigger/GlobalTriggerAnalyzer/test/L1GtPatternGenerator_overrideL1Menu_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FGlobalTriggerAnalyzer%2Ftest%2FL1GtPatternGenerator_overrideL1Menu_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FGlobalTriggerAnalyzer%2Ftest%2FL1GtPatternGenerator_overrideL1Menu_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FGlobalTriggerAnalyzer%2Ftest%2FL1GtPatternGenerator_overrideL1Menu_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -303,3 +303,5 @@\n #)\n \n #process.outpath = cms.EndPath(process.outputL1GtPatternGen)\n+-- dummy change --\n+-- dummy change --"},{"sha":"9d19b6d66f043faa44e971c1a950f64f3f7b9eeb","filename":"L1Trigger/L1CaloTrigger/python/l1tPhase2GCTBarrelToCorrelatorLayer1Emulator_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1CaloTrigger%2Fpython%2Fl1tPhase2GCTBarrelToCorrelatorLayer1Emulator_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1CaloTrigger%2Fpython%2Fl1tPhase2GCTBarrelToCorrelatorLayer1Emulator_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1CaloTrigger%2Fpython%2Fl1tPhase2GCTBarrelToCorrelatorLayer1Emulator_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n \tgctDigiClustersInput = cms.InputTag(\"l1tPhase2L1CaloEGammaEmulator\", \"GCTDigitizedClusterToCorrelator\"),\n gctPFclusters = cms.InputTag(\"l1tPhase2CaloPFClusterEmulator\", \"GCTPFCluster\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c484ec1c0ebc8bafb381ae0143b0b19c36e16d2f","filename":"L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_0_ECALZS_inconsistent_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloParams_2018_v1_0_ECALZS_inconsistent_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloParams_2018_v1_0_ECALZS_inconsistent_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloParams_2018_v1_0_ECALZS_inconsistent_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -218,3 +218,5 @@\n ])\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"18c5c9cc12d1e848303ede2f4b1ef709e6d4d6ff","filename":"L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_1_ECALZS_inconsistent_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloParams_2018_v1_1_ECALZS_inconsistent_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloParams_2018_v1_1_ECALZS_inconsistent_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloParams_2018_v1_1_ECALZS_inconsistent_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -169,3 +169,5 @@\n 0.915085, 0.901126, 0.930501, 0.883655, 0.869623, 0.883995, 0.896408, 0.913637, 0.946368, 0.979263, 1.145768, 1.360238, \n 0.886918, 0.895145, 0.914478, 0.882066, 0.871161, 0.886831, 0.900315, 0.917568, 0.952193, 0.984897, 1.097738, 1.285041\n ])\n+-- dummy change --\n+-- dummy change --"},{"sha":"34bc9e954812a99a8fef88a47d6cdecd8fcb7113","filename":"L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_1_ECALZS_noHFJEC_newEGIso_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloParams_2018_v1_1_ECALZS_noHFJEC_newEGIso_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloParams_2018_v1_1_ECALZS_noHFJEC_newEGIso_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloParams_2018_v1_1_ECALZS_noHFJEC_newEGIso_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -170,3 +170,5 @@\n 0.915085, 0.901126, 0.930501, 0.883655, 0.869623, 0.883995, 0.896408, 0.913637, 0.946368, 0.979263, 1.145768, 1.360238, \n 0.886918, 0.895145, 0.914478, 0.882066, 0.871161, 0.886831, 0.900315, 0.917568, 0.952193, 0.984897, 1.097738, 1.285041\n ])\n+-- dummy change --\n+-- dummy change --"},{"sha":"396f3f6e1593becfd5d8acfafc4ce88f01183977","filename":"L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_0_HI_inconsistent_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_0_HI_inconsistent_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_0_HI_inconsistent_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_0_HI_inconsistent_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -185,3 +185,5 @@\n 1.679984, 1.679984, 1.669753, 1.601871, 1.547276, 1.577805, 1.611497, 1.670184, 1.775022, 1.937061, 2.488311, 2.618629, \n ])\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"1e41285b15d0210ad6884df1eb4229ead48dfc36","filename":"L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_10_mean_inconsistent_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_10_mean_inconsistent_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_10_mean_inconsistent_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_10_mean_inconsistent_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -223,3 +223,5 @@\n 1.108268, 1.006701, 1.006044, 1.009332, 1.007379, 1.003242, 1.009030, 1.001923, 1.010006, 1.057960, 1.301315, 1.523940\n ])\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"7aa398eac5268fede5265191307ef57f478a094b","filename":"L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_10_mode_inconsistent_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_10_mode_inconsistent_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_10_mode_inconsistent_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_10_mode_inconsistent_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -223,3 +223,5 @@\n 1.002432, 1.016998, 1.009009, 1.021185, 1.011008, 1.026250, 1.027465, 1.007086, 1.010229, 1.002650, 1.144271, 1.357477,\n 1.002432, 1.016998, 1.009009, 1.021185, 1.011008, 1.026250, 1.027465, 1.007086, 1.010229, 1.002650, 1.098340, 1.283960\n ])\n+-- dummy change --\n+-- dummy change --"},{"sha":"1ed735556f67e812f5cf2d9469c80c13b87dd9ea","filename":"L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_2_noHCALSF_inconsistent_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_2_noHCALSF_inconsistent_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_2_noHCALSF_inconsistent_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_2_noHCALSF_inconsistent_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -181,3 +181,5 @@\n caloStage2Params.layer1HCalScaleFactors = cms.vdouble([1.]*28)\n caloStage2Params.layer1HFScaleETBins = cms.vint32([1])\n caloStage2Params.layer1HFScaleFactors = cms.vdouble([1.]*12)\n+-- dummy change --\n+-- dummy change --"},{"sha":"e5bd54f529a2aa4dbd02e535cb3e065f81915f74","filename":"L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_2_updateHFSF_v6MET_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_8_2_updateHFSF_v6MET_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_8_2_updateHFSF_v6MET_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_8_2_updateHFSF_v6MET_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -226,3 +226,5 @@\n 1.360759, 1.360759, 1.329878, 1.269765, 1.200485, 1.215329, 1.250150, 1.283948, 1.360961, 1.507495, 1.904621, 1.924856,\n 1.175989, 1.175989, 1.168827, 1.121310, 1.083093, 1.104463, 1.128048, 1.169129, 1.242515, 1.355943, 1.741818, 1.833040,\n ])\n+-- dummy change --\n+-- dummy change --"},{"sha":"e5f48adc06053cf455b413dc33ea3b694ed57810","filename":"L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_2_updateHFSF_v7MET_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_8_2_updateHFSF_v7MET_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_8_2_updateHFSF_v7MET_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_8_2_updateHFSF_v7MET_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -224,3 +224,5 @@\n 1.360759, 1.360759, 1.329878, 1.269765, 1.200485, 1.215329, 1.250150, 1.283948, 1.360961, 1.507495, 1.904621, 1.924856,\n 1.175989, 1.175989, 1.168827, 1.121310, 1.083093, 1.104463, 1.128048, 1.169129, 1.242515, 1.355943, 1.741818, 1.833040,\n ])\n+-- dummy change --\n+-- dummy change --"},{"sha":"daf335121a2e63f986716a67992fe0de978b6530","filename":"L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_updateHFSF_v6MET_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_8_updateHFSF_v6MET_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_8_updateHFSF_v6MET_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_8_updateHFSF_v6MET_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -226,3 +226,5 @@\n 1.360759, 1.360759, 1.329878, 1.269765, 1.200485, 1.215329, 1.250150, 1.283948, 1.360961, 1.507495, 1.904621, 1.924856,\n 1.175989, 1.175989, 1.168827, 1.121310, 1.083093, 1.104463, 1.128048, 1.169129, 1.242515, 1.355943, 1.741818, 1.833040,\n ])\n+-- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e?per_page=100&page=21 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:18 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"60b8be719020c234f3908906974933d33d8ba122e007883b75c3c06b0470f1ea"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:04:54 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4950'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '50'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C7C8:143563:169A4A:171044:68122482')] +{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","node_id":"C_kwDOF83__NoAKGMyMzA5OWM3Mzc3MTIzYjZkZTdmYWZhN2E0ODZiMjBiMThkNTRmN2U","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"message":"Try generating big cache","tree":{"sha":"f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684"}],"stats":{"total":6008,"additions":5944,"deletions":64},"files":[{"sha":"81cf68db444c01c8800c3cd2590ac3cc559913dd","filename":"L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_mean_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_9_inconsistent_mean_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_9_inconsistent_mean_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_9_inconsistent_mean_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -222,3 +222,5 @@\n 1.360759, 1.360759, 1.329878, 1.269765, 1.200485, 1.215329, 1.250150, 1.283948, 1.360961, 1.507495, 1.904621, 1.924856,\n 1.175989, 1.175989, 1.168827, 1.121310, 1.083093, 1.104463, 1.128048, 1.169129, 1.242515, 1.355943, 1.741818, 1.833040,\n ])\n+-- dummy change --\n+-- dummy change --"},{"sha":"5e2b7b7c4bd49e2349ae3ead8a1a223e829063aa","filename":"L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_mean_newHF_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_9_inconsistent_mean_newHF_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_9_inconsistent_mean_newHF_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_9_inconsistent_mean_newHF_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -247,3 +247,5 @@\n 1.105674, 1.005287, 1.004181, 1.005953, 1.005069, 1.013058, 1.002223, 1.025200, 1.007964, 1.056347, 1.289423, 1.525429\n ])\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"7c7baf8b8eb472fb444eacb739a1bd8e21c844b9","filename":"L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_newHF_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_9_inconsistent_newHF_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_9_inconsistent_newHF_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_9_inconsistent_newHF_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -246,3 +246,5 @@\n 1.018639, 1.008162, 1.008624, 1.019350, 1.008033, 1.018225, 1.023892, 1.045168, 1.003637, 1.011055, 1.134977, 1.365419, \n 1.018639, 1.008162, 1.008624, 1.019350, 1.008033, 1.018225, 1.023892, 1.045168, 1.003637, 1.011055, 1.096907, 1.285599\n ])\n+-- dummy change --\n+-- dummy change --"},{"sha":"f1dd6a53cac6712e60ce38500cf9307db4272837","filename":"L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_newHF_v6MET_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_9_inconsistent_newHF_v6MET_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_9_inconsistent_newHF_v6MET_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_9_inconsistent_newHF_v6MET_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -246,3 +246,5 @@\n 1.018639, 1.008162, 1.008624, 1.019350, 1.008033, 1.018225, 1.023892, 1.045168, 1.003637, 1.011055, 1.134977, 1.365419, \n 1.018639, 1.008162, 1.008624, 1.019350, 1.008033, 1.018225, 1.023892, 1.045168, 1.003637, 1.011055, 1.096907, 1.285599\n ])\n+-- dummy change --\n+-- dummy change --"},{"sha":"49210dbdc3bc6ded87bb0227a67b6c836ab27944","filename":"L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_oldHFSFForJECOnly_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_9_inconsistent_oldHFSFForJECOnly_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_9_inconsistent_oldHFSFForJECOnly_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_9_inconsistent_oldHFSFForJECOnly_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -215,3 +215,5 @@\n ])\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"af1ea6b2e47d8a14dfc7d98ea54a1ef294209f5d","filename":"L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2ClusterAlgorithmFirmwareImp1.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fsrc%2Ffirmware%2FStage2Layer2ClusterAlgorithmFirmwareImp1.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fsrc%2Ffirmware%2FStage2Layer2ClusterAlgorithmFirmwareImp1.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fsrc%2Ffirmware%2FStage2Layer2ClusterAlgorithmFirmwareImp1.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -496,3 +496,5 @@ bool l1t::Stage2Layer2ClusterAlgorithmFirmwareImp1::idHoverE(const l1t::CaloTowe\n \n return hOverEBit;\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"dbcc685ad5866e012d70216ef1a9606f8fb50979","filename":"L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2EGammaAlgorithmFirmwareImp1.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fsrc%2Ffirmware%2FStage2Layer2EGammaAlgorithmFirmwareImp1.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fsrc%2Ffirmware%2FStage2Layer2EGammaAlgorithmFirmwareImp1.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fsrc%2Ffirmware%2FStage2Layer2EGammaAlgorithmFirmwareImp1.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -639,3 +639,5 @@ bool l1t::Stage2Layer2EGammaAlgorithmFirmwareImp1::idHoverE_ext(const l1t::CaloT\n else\n return eOverHFlag;\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"bf8c9144a131484d5319d2f442ab213c36720216","filename":"L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2EtSumAlgorithmFirmwareImp1.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fsrc%2Ffirmware%2FStage2Layer2EtSumAlgorithmFirmwareImp1.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fsrc%2Ffirmware%2FStage2Layer2EtSumAlgorithmFirmwareImp1.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fsrc%2Ffirmware%2FStage2Layer2EtSumAlgorithmFirmwareImp1.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -248,3 +248,5 @@ void l1t::Stage2Layer2EtSumAlgorithmFirmwareImp1::processEvent(const std::vector\n l1t::EtSum etSumNtowers(p4, l1t::EtSum::EtSumType::kTowerCount, ntowers, 0, 0, 0);\n etsums.push_back(etSumNtowers);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"01e84e8631c391fa89112198799fe641a5cd94e0","filename":"L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2JetSumAlgorithmFirmwareImp1.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fsrc%2Ffirmware%2FStage2Layer2JetSumAlgorithmFirmwareImp1.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fsrc%2Ffirmware%2FStage2Layer2JetSumAlgorithmFirmwareImp1.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fsrc%2Ffirmware%2FStage2Layer2JetSumAlgorithmFirmwareImp1.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -134,3 +134,5 @@ void l1t::Stage2Layer2JetSumAlgorithmFirmwareImp1::processEvent(const std::vecto\n htsums.push_back(htSumHyHF);\n }\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"d599f05e211f526d562680aafc9633e9e21813e7","filename":"L1Trigger/L1TCalorimeter/src/firmware/Stage2TowerCompressAlgorithmFirmwareImp1.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fsrc%2Ffirmware%2FStage2TowerCompressAlgorithmFirmwareImp1.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fsrc%2Ffirmware%2FStage2TowerCompressAlgorithmFirmwareImp1.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fsrc%2Ffirmware%2FStage2TowerCompressAlgorithmFirmwareImp1.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -62,3 +62,5 @@ void l1t::Stage2TowerCompressAlgorithmFirmwareImp1::processEvent(const std::vect\n }\n }\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"05412e25430fe48db455eefb1f830bc859636ff8","filename":"L1Trigger/L1TCalorimeter/src/firmware/Stage2TowerDecompressAlgorithmFirmwareImp1.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fsrc%2Ffirmware%2FStage2TowerDecompressAlgorithmFirmwareImp1.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TCalorimeter%2Fsrc%2Ffirmware%2FStage2TowerDecompressAlgorithmFirmwareImp1.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fsrc%2Ffirmware%2FStage2TowerDecompressAlgorithmFirmwareImp1.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -113,3 +113,5 @@ void l1t::Stage2TowerDecompressAlgorithmFirmwareImp1::processEvent(const std::ve\n }\n }\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"0c89c3d96f01c95fe213ff6358fbb7515c2e15ee","filename":"L1Trigger/L1THGCal/interface/concentrator/HGCalConcentratorProcessorSelection.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1THGCal%2Finterface%2Fconcentrator%2FHGCalConcentratorProcessorSelection.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1THGCal%2Finterface%2Fconcentrator%2FHGCalConcentratorProcessorSelection.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1THGCal%2Finterface%2Fconcentrator%2FHGCalConcentratorProcessorSelection.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -49,3 +49,5 @@ class HGCalConcentratorProcessorSelection : public HGCalConcentratorProcessorBas\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"dd0ecfd544d9b3cbaa502dd666f68f7624926ca7","filename":"L1Trigger/L1THGCal/interface/concentrator/HGCalConcentratorSuperTriggerCellImpl.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1THGCal%2Finterface%2Fconcentrator%2FHGCalConcentratorSuperTriggerCellImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1THGCal%2Finterface%2Fconcentrator%2FHGCalConcentratorSuperTriggerCellImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1THGCal%2Finterface%2Fconcentrator%2FHGCalConcentratorSuperTriggerCellImpl.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -108,3 +108,5 @@ class HGCalConcentratorSuperTriggerCellImpl {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"c268d2a120a659ce5245b6c26537900f34f67156","filename":"L1Trigger/L1THGCal/plugins/backend/HGCalBackendLayer2Processor3DClustering_SA.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1THGCal%2Fplugins%2Fbackend%2FHGCalBackendLayer2Processor3DClustering_SA.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1THGCal%2Fplugins%2Fbackend%2FHGCalBackendLayer2Processor3DClustering_SA.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1THGCal%2Fplugins%2Fbackend%2FHGCalBackendLayer2Processor3DClustering_SA.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -128,3 +128,5 @@ class HGCalBackendLayer2Processor3DClusteringSA : public HGCalBackendLayer2Proce\n DEFINE_EDM_PLUGIN(HGCalBackendLayer2Factory,\n HGCalBackendLayer2Processor3DClusteringSA,\n \"HGCalBackendLayer2Processor3DClusteringSA\");\n+-- dummy change --\n+-- dummy change --"},{"sha":"020bc7c830d69f135be96c6652689d0c4dc9832b","filename":"L1Trigger/L1THGCalUtilities/test/ntuples/HGCalTriggerNtupleHGCConcentratorData.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1THGCalUtilities%2Ftest%2Fntuples%2FHGCalTriggerNtupleHGCConcentratorData.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1THGCalUtilities%2Ftest%2Fntuples%2FHGCalTriggerNtupleHGCConcentratorData.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1THGCalUtilities%2Ftest%2Fntuples%2FHGCalTriggerNtupleHGCConcentratorData.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -106,3 +106,5 @@ void HGCalTriggerNtupleHGCConcentratorData::clear() {\n econ_wafertype_.clear();\n econ_data_.clear();\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"2e8cbc8db5b54e48888404a655dbca72d2c2bdbd","filename":"L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGenerator.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TMuonOverlapPhase1%2Ftest%2Fexpert%2Fomtf%2FrunMuonOverlapPatternGenerator.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TMuonOverlapPhase1%2Ftest%2Fexpert%2Fomtf%2FrunMuonOverlapPatternGenerator.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TMuonOverlapPhase1%2Ftest%2Fexpert%2Fomtf%2FrunMuonOverlapPatternGenerator.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -269,3 +269,5 @@\n #process.output_step = cms.EndPath(process.out)\n #process.schedule = cms.Schedule(process.L1TMuonPath)\n #process.schedule.extend([process.output_step])\n+-- dummy change --\n+-- dummy change --"},{"sha":"ed3e636b8b1c2ed22213d6135241ba2a0d638edb","filename":"L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGeneratorClassProb.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TMuonOverlapPhase1%2Ftest%2Fexpert%2Fomtf%2FrunMuonOverlapPatternGeneratorClassProb.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TMuonOverlapPhase1%2Ftest%2Fexpert%2Fomtf%2FrunMuonOverlapPatternGeneratorClassProb.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TMuonOverlapPhase1%2Ftest%2Fexpert%2Fomtf%2FrunMuonOverlapPatternGeneratorClassProb.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -194,3 +194,5 @@\n #process.output_step = cms.EndPath(process.out)\n #process.schedule = cms.Schedule(process.L1TMuonPath)\n #process.schedule.extend([process.output_step])\n+-- dummy change --\n+-- dummy change --"},{"sha":"e9c1bcb53918ca75c36fa6b7e05ae0033bb57693","filename":"L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGenerator_displ.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TMuonOverlapPhase1%2Ftest%2Fexpert%2Fomtf%2FrunMuonOverlapPatternGenerator_displ.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TMuonOverlapPhase1%2Ftest%2Fexpert%2Fomtf%2FrunMuonOverlapPatternGenerator_displ.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TMuonOverlapPhase1%2Ftest%2Fexpert%2Fomtf%2FrunMuonOverlapPatternGenerator_displ.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -305,3 +305,5 @@\n #process.output_step = cms.EndPath(process.out)\n #process.schedule = cms.Schedule(process.L1TMuonPath)\n #process.schedule.extend([process.output_step])\n+-- dummy change --\n+-- dummy change --"},{"sha":"0e16e4ee3c9fc60ebfd934403fa105eb60a43695","filename":"L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlap_Pats0x0013_generateExtrFactors.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TMuonOverlapPhase1%2Ftest%2Fexpert%2Fomtf%2FrunMuonOverlap_Pats0x0013_generateExtrFactors.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TMuonOverlapPhase1%2Ftest%2Fexpert%2Fomtf%2FrunMuonOverlap_Pats0x0013_generateExtrFactors.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TMuonOverlapPhase1%2Ftest%2Fexpert%2Fomtf%2FrunMuonOverlap_Pats0x0013_generateExtrFactors.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -275,3 +275,5 @@\n #process.output_step = cms.EndPath(process.out)\n #process.schedule = cms.Schedule(process.L1TMuonPath)\n #process.schedule.extend([process.output_step])\n+-- dummy change --\n+-- dummy change --"},{"sha":"23640a1a7c26b688de37295f810f627d9d4c1594","filename":"L1Trigger/L1TMuonOverlapPhase2/interface/LutNetworkFixedPointRegression2Outputs.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TMuonOverlapPhase2%2Finterface%2FLutNetworkFixedPointRegression2Outputs.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TMuonOverlapPhase2%2Finterface%2FLutNetworkFixedPointRegression2Outputs.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TMuonOverlapPhase2%2Finterface%2FLutNetworkFixedPointRegression2Outputs.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -239,3 +239,5 @@ namespace lutNN {\n } /* namespace lutNN */\n \n #endif /* L1Trigger_L1TMuonOverlapPhase2_LutNetworkFixedPointRegression2Outputs_h */\n+-- dummy change --\n+-- dummy change --"},{"sha":"7fb8d0262157104e6145aae3750e755db98ec89b","filename":"L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGeneratorClassProb_phase2.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TMuonOverlapPhase2%2Ftest%2Fexpert%2FrunMuonOverlapPatternGeneratorClassProb_phase2.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TMuonOverlapPhase2%2Ftest%2Fexpert%2FrunMuonOverlapPatternGeneratorClassProb_phase2.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TMuonOverlapPhase2%2Ftest%2Fexpert%2FrunMuonOverlapPatternGeneratorClassProb_phase2.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -177,3 +177,5 @@\n #process.output_step = cms.EndPath(process.out)\n #process.schedule = cms.Schedule(process.L1TMuonPath)\n #process.schedule.extend([process.output_step])\n+-- dummy change --\n+-- dummy change --"},{"sha":"3ef08454959ea5a2a7997cbeab79d2094284e38b","filename":"L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGenerator_displ_phase2.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TMuonOverlapPhase2%2Ftest%2Fexpert%2FrunMuonOverlapPatternGenerator_displ_phase2.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TMuonOverlapPhase2%2Ftest%2Fexpert%2FrunMuonOverlapPatternGenerator_displ_phase2.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TMuonOverlapPhase2%2Ftest%2Fexpert%2FrunMuonOverlapPatternGenerator_displ_phase2.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -258,3 +258,5 @@\n #process.output_step = cms.EndPath(process.out)\n #process.schedule = cms.Schedule(process.L1TMuonPath)\n #process.schedule.extend([process.output_step])\n+-- dummy change --\n+-- dummy change --"},{"sha":"2a4aabb5e109ddbf37c0c2358d989739bcdaf034","filename":"L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGenerator_phase2.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TMuonOverlapPhase2%2Ftest%2Fexpert%2FrunMuonOverlapPatternGenerator_phase2.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FL1TMuonOverlapPhase2%2Ftest%2Fexpert%2FrunMuonOverlapPatternGenerator_phase2.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TMuonOverlapPhase2%2Ftest%2Fexpert%2FrunMuonOverlapPatternGenerator_phase2.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -276,3 +276,5 @@\n #process.output_step = cms.EndPath(process.out)\n #process.schedule = cms.Schedule(process.L1TMuonPath)\n #process.schedule.extend([process.output_step])\n+-- dummy change --\n+-- dummy change --"},{"sha":"dd8c89ff55c9f5a333bee18eac44743175135010","filename":"L1Trigger/Phase2L1ParticleFlow/data/hgcal_egID/Photon_Pion_vs_Neutrino_BDTweights_1116.xml.gz","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FPhase2L1ParticleFlow%2Fdata%2Fhgcal_egID%2FPhoton_Pion_vs_Neutrino_BDTweights_1116.xml.gz","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FPhase2L1ParticleFlow%2Fdata%2Fhgcal_egID%2FPhoton_Pion_vs_Neutrino_BDTweights_1116.xml.gz","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FPhase2L1ParticleFlow%2Fdata%2Fhgcal_egID%2FPhoton_Pion_vs_Neutrino_BDTweights_1116.xml.gz?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e"},{"sha":"e8be598915befb8077d48547c7d75e692b48230a","filename":"L1Trigger/Phase2L1ParticleFlow/data/hgcal_egID/Photon_vs_Pion_BDTweights_1116.xml.gz","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FPhase2L1ParticleFlow%2Fdata%2Fhgcal_egID%2FPhoton_vs_Pion_BDTweights_1116.xml.gz","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FPhase2L1ParticleFlow%2Fdata%2Fhgcal_egID%2FPhoton_vs_Pion_BDTweights_1116.xml.gz","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FPhase2L1ParticleFlow%2Fdata%2Fhgcal_egID%2FPhoton_vs_Pion_BDTweights_1116.xml.gz?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e"},{"sha":"2ead8d2d4b06c6d2a01b5109caa49051dac5558f","filename":"L1Trigger/Phase2L1ParticleFlow/interface/L1TCorrelatorLayer1PatternFileWriter.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2FL1TCorrelatorLayer1PatternFileWriter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2FL1TCorrelatorLayer1PatternFileWriter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2FL1TCorrelatorLayer1PatternFileWriter.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -91,3 +91,5 @@ class L1TCorrelatorLayer1PatternFileWriter {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"6bfbbf6bfec5fd0c322cb276e3e5af9d6a1d2059","filename":"L1Trigger/Phase2L1ParticleFlow/interface/regionizer/buffered_folded_multififo_regionizer_ref.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Fbuffered_folded_multififo_regionizer_ref.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Fbuffered_folded_multififo_regionizer_ref.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Fbuffered_folded_multififo_regionizer_ref.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -75,3 +75,5 @@ namespace l1ct {\n } // namespace l1ct\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"5979743fbffe805ff5646fc75a57586635820149","filename":"L1Trigger/Phase2L1ParticleFlow/interface/regionizer/folded_multififo_regionizer_ref.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Ffolded_multififo_regionizer_ref.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Ffolded_multififo_regionizer_ref.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Ffolded_multififo_regionizer_ref.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -87,3 +87,5 @@ namespace l1ct {\n } // namespace l1ct\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"8201e79bde17e557ae881d9f581dc0b1fcc0b695","filename":"L1Trigger/Phase2L1ParticleFlow/interface/regionizer/middle_buffer_multififo_regionizer_ref.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Fmiddle_buffer_multififo_regionizer_ref.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Fmiddle_buffer_multififo_regionizer_ref.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Fmiddle_buffer_multififo_regionizer_ref.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -123,3 +123,5 @@ namespace l1ct {\n } // namespace l1ct\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"e66691892675ab464576cab9656a3ebde773d761","filename":"L1Trigger/Phase2L1ParticleFlow/interface/regionizer/multififo_regionizer_elements_ref.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Fmultififo_regionizer_elements_ref.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Fmultififo_regionizer_elements_ref.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Fmultififo_regionizer_elements_ref.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -292,3 +292,5 @@ void l1ct::multififo_regionizer::EtaPhiBuffer::reset() {\n }\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"5e545f2ae16001420b9562139b9e76f4ad3e1ff6","filename":"L1Trigger/Phase2L1ParticleFlow/interface/regionizer/multififo_regionizer_elements_ref.icc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Fmultififo_regionizer_elements_ref.icc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Fmultififo_regionizer_elements_ref.icc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Fmultififo_regionizer_elements_ref.icc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -395,3 +395,5 @@ void l1ct::multififo_regionizer::Regionizer::destream(int iclock,\n out[j].clear();\n }\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"cb205b1e3de37d6f9ac5324145d7ee9b6f2a0a82","filename":"L1Trigger/Phase2L1ParticleFlow/interface/regionizer/tdr_regionizer_elements_ref.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Ftdr_regionizer_elements_ref.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Ftdr_regionizer_elements_ref.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Ftdr_regionizer_elements_ref.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -326,3 +326,5 @@ namespace l1ct {\n } // namespace l1ct\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"0c844ebd335a1f8e5d809b15fb3bfc11fa364c7c","filename":"L1Trigger/Phase2L1ParticleFlow/interface/regionizer/tdr_regionizer_elements_ref.icc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Ftdr_regionizer_elements_ref.icc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Ftdr_regionizer_elements_ref.icc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Ftdr_regionizer_elements_ref.icc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -585,3 +585,5 @@ std::vector> l1ct::tdr_regionizer::Regionizer::fillLinks(const\n }\n return links;\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"4ff228b6adce16b537e9ab8c776a453676ed2bf3","filename":"L1Trigger/Phase2L1ParticleFlow/src/regionizer/buffered_folded_multififo_regionizer_ref.cpp","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FPhase2L1ParticleFlow%2Fsrc%2Fregionizer%2Fbuffered_folded_multififo_regionizer_ref.cpp","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FPhase2L1ParticleFlow%2Fsrc%2Fregionizer%2Fbuffered_folded_multififo_regionizer_ref.cpp","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FPhase2L1ParticleFlow%2Fsrc%2Fregionizer%2Fbuffered_folded_multififo_regionizer_ref.cpp?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -326,3 +326,5 @@ void l1ct::BufferedFoldedMultififoRegionizerEmulator::run(const RegionizerDecode\n for (auto& f : fold_)\n f.regionizer->reset();\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"138f240599ba6a86ed49d168beb4308c743b9636","filename":"L1Trigger/Phase2L1ParticleFlow/src/regionizer/folded_multififo_regionizer_ref.cpp","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FPhase2L1ParticleFlow%2Fsrc%2Fregionizer%2Ffolded_multififo_regionizer_ref.cpp","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FPhase2L1ParticleFlow%2Fsrc%2Fregionizer%2Ffolded_multififo_regionizer_ref.cpp","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FPhase2L1ParticleFlow%2Fsrc%2Fregionizer%2Ffolded_multififo_regionizer_ref.cpp?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -241,3 +241,5 @@ void l1ct::FoldedMultififoRegionizerEmulator::run(const RegionizerDecodedInputs&\n for (auto& f : fold_)\n f.regionizer->reset();\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"52c19541ab6566ad11ebbc930fa3fca3b1c85506","filename":"L1Trigger/Phase2L1ParticleFlow/src/regionizer/middle_buffer_multififo_regionizer_ref.cpp","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FPhase2L1ParticleFlow%2Fsrc%2Fregionizer%2Fmiddle_buffer_multififo_regionizer_ref.cpp","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1Trigger%2FPhase2L1ParticleFlow%2Fsrc%2Fregionizer%2Fmiddle_buffer_multififo_regionizer_ref.cpp","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FPhase2L1ParticleFlow%2Fsrc%2Fregionizer%2Fmiddle_buffer_multififo_regionizer_ref.cpp?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -629,3 +629,5 @@ void l1ct::MiddleBufferMultififoRegionizerEmulator::decode(l1ct::HadCaloObjEmu&\n em.clear();\n }\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"3e3dffe5ac0e122f959a6c3873e6ae05e0f98bc0","filename":"L1TriggerConfig/CSCTFConfigProducers/python/L1MuCSCTFConfigurationRcdSrc_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FCSCTFConfigProducers%2Fpython%2FL1MuCSCTFConfigurationRcdSrc_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FCSCTFConfigProducers%2Fpython%2FL1MuCSCTFConfigurationRcdSrc_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FCSCTFConfigProducers%2Fpython%2FL1MuCSCTFConfigurationRcdSrc_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -7,3 +7,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"e2f8289bff422a376c73958f388292c44318f7b3","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/phi12.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fphi12.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fphi12.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fphi12.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1022,3 +1022,5 @@\n 509 2\n 510 2\n 511 2\n+-- dummy change --\n+-- dummy change --"},{"sha":"e31481c97c2d22799d9d70d4ae5efc90d9bd549e","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/phi42.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fphi42.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fphi42.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fphi42.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1022,3 +1022,5 @@\n 509 -1\n 510 -1\n 511 -1\n+-- dummy change --\n+-- dummy change --"},{"sha":"fa1dd3a98f2a8734b65e02dce05cd0407b7c8307","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12h.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta12h.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta12h.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta12h.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4095,3 +4095,5 @@\n 2045 6\n 2046 6\n 2047 6\n+-- dummy change --\n+-- dummy change --"},{"sha":"3c11fa154d3fba2827fec5ea7a03ae7c435fd511","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12h_ovl.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta12h_ovl.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta12h_ovl.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta12h_ovl.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4095,3 +4095,5 @@\n 2045 6\n 2046 6\n 2047 6\n+-- dummy change --\n+-- dummy change --"},{"sha":"9db0818cdbdeeeafc63ec342b19bf79164fc6169","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12l.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta12l.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta12l.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta12l.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4095,3 +4095,5 @@\n 2045 6\n 2046 6\n 2047 6\n+-- dummy change --\n+-- dummy change --"},{"sha":"15132d5f558990830c7a4c6e26dc7beb6c8ce407","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12l_ovl.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta12l_ovl.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta12l_ovl.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta12l_ovl.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4095,3 +4095,5 @@\n 2045 6\n 2046 6\n 2047 6\n+-- dummy change --\n+-- dummy change --"},{"sha":"d227606c1d511e8e31b85abe95e1e462082aa468","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13h.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta13h.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta13h.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta13h.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4095,3 +4095,5 @@\n 2045 6\n 2046 6\n 2047 6\n+-- dummy change --\n+-- dummy change --"},{"sha":"354b87ebfd10b398e456103e250c5e5e0cd780d4","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13h_ovl.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta13h_ovl.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta13h_ovl.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta13h_ovl.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4095,3 +4095,5 @@\n 2045 6\n 2046 6\n 2047 6\n+-- dummy change --\n+-- dummy change --"},{"sha":"955e0f27e32597d7cd9e15e73fb29e1bd213ab57","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13l.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta13l.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta13l.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta13l.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4095,3 +4095,5 @@\n 2045 6\n 2046 6\n 2047 6\n+-- dummy change --\n+-- dummy change --"},{"sha":"da6cfc58818dfcdec708c66e2b1e8fb6bdc177a7","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13l_ovl.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta13l_ovl.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta13l_ovl.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta13l_ovl.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4095,3 +4095,5 @@\n 2045 6\n 2046 6\n 2047 6\n+-- dummy change --\n+-- dummy change --"},{"sha":"9a4cf6b9c65cf68669ccedddc817141f1af8a4c9","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14h.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta14h.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta14h.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta14h.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4095,3 +4095,5 @@\n 2045 7\n 2046 7\n 2047 7\n+-- dummy change --\n+-- dummy change --"},{"sha":"9a4cf6b9c65cf68669ccedddc817141f1af8a4c9","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14h_ovl.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta14h_ovl.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta14h_ovl.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta14h_ovl.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4095,3 +4095,5 @@\n 2045 7\n 2046 7\n 2047 7\n+-- dummy change --\n+-- dummy change --"},{"sha":"210dcc3647fc7d5830fa31a4ad3a60c5c49c84ea","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14l.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta14l.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta14l.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta14l.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4095,3 +4095,5 @@\n 2045 7\n 2046 7\n 2047 7\n+-- dummy change --\n+-- dummy change --"},{"sha":"210dcc3647fc7d5830fa31a4ad3a60c5c49c84ea","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14l_ovl.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta14l_ovl.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta14l_ovl.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta14l_ovl.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4095,3 +4095,5 @@\n 2045 7\n 2046 7\n 2047 7\n+-- dummy change --\n+-- dummy change --"},{"sha":"273eab66ca1789baa165feb742e0a332cb721baa","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta15h_ovl.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta15h_ovl.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta15h_ovl.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta15h_ovl.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4095,3 +4095,5 @@\n 2045 7\n 2046 7\n 2047 7\n+-- dummy change --\n+-- dummy change --"},{"sha":"273eab66ca1789baa165feb742e0a332cb721baa","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta15l_ovl.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta15l_ovl.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta15l_ovl.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta15l_ovl.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4095,3 +4095,5 @@\n 2045 7\n 2046 7\n 2047 7\n+-- dummy change --\n+-- dummy change --"},{"sha":"81a01c41677012bcb594ddfa74943059fa44d93f","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23h.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta23h.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta23h.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta23h.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4095,3 +4095,5 @@\n 2045 6\n 2046 6\n 2047 6\n+-- dummy change --\n+-- dummy change --"},{"sha":"fb4652d096b40b6a54d233f99e9031e002e08dbe","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23h_ovl.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta23h_ovl.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta23h_ovl.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta23h_ovl.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4095,3 +4095,5 @@\n 2045 6\n 2046 6\n 2047 6\n+-- dummy change --\n+-- dummy change --"},{"sha":"1abdcec74bfa5bd89ceffb8887cfa0f634249b0f","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23l.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta23l.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta23l.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta23l.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4095,3 +4095,5 @@\n 2045 6\n 2046 6\n 2047 6\n+-- dummy change --\n+-- dummy change --"},{"sha":"84bd37443d8d0cf64ac70068cfb1843020af3891","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23l_ovl.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta23l_ovl.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta23l_ovl.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta23l_ovl.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4095,3 +4095,5 @@\n 2045 6\n 2046 6\n 2047 6\n+-- dummy change --\n+-- dummy change --"},{"sha":"951414d03131b9ebebaf64bf597343201467a679","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24h.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta24h.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta24h.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta24h.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4095,3 +4095,5 @@\n 2045 9\n 2046 9\n 2047 9\n+-- dummy change --\n+-- dummy change --"},{"sha":"ce686b2018527940245ebfbb98ea2e202fb5df53","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24h_ovl.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta24h_ovl.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta24h_ovl.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta24h_ovl.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4095,3 +4095,5 @@\n 2045 9\n 2046 9\n 2047 9\n+-- dummy change --\n+-- dummy change --"},{"sha":"e8ee4bcd247dcec7b783aa190f389802a8bcf6bd","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24l.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta24l.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta24l.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta24l.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4095,3 +4095,5 @@\n 2045 9\n 2046 9\n 2047 9\n+-- dummy change --\n+-- dummy change --"},{"sha":"8815e7c34ebabd8e37ccbbf7eb67b501a67a2608","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24l_ovl.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta24l_ovl.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta24l_ovl.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta24l_ovl.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4095,3 +4095,5 @@\n 2045 9\n 2046 9\n 2047 9\n+-- dummy change --\n+-- dummy change --"},{"sha":"2e4d4d8ddbfcf3008d6d79540c138d445e82ec3e","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta25h_ovl.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta25h_ovl.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta25h_ovl.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta25h_ovl.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4095,3 +4095,5 @@\n 2045 8\n 2046 8\n 2047 8\n+-- dummy change --\n+-- dummy change --"},{"sha":"69f6f1bfbc94a41556209719ef6f64df01aa347a","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta25l_ovl.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta25l_ovl.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta25l_ovl.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta25l_ovl.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4095,3 +4095,5 @@\n 2045 8\n 2046 8\n 2047 8\n+-- dummy change --\n+-- dummy change --"},{"sha":"9252a31dff28521c0da65d65990e273a7c94764b","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34h.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta34h.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta34h.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta34h.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4095,3 +4095,5 @@\n 2045 8\n 2046 8\n 2047 8\n+-- dummy change --\n+-- dummy change --"},{"sha":"9252a31dff28521c0da65d65990e273a7c94764b","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34h_ovl.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta34h_ovl.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta34h_ovl.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta34h_ovl.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4095,3 +4095,5 @@\n 2045 8\n 2046 8\n 2047 8\n+-- dummy change --\n+-- dummy change --"},{"sha":"f1bc412b65c4d1a387bbd502f910a685e76bff83","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34l.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta34l.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta34l.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta34l.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4095,3 +4095,5 @@\n 2045 8\n 2046 8\n 2047 8\n+-- dummy change --\n+-- dummy change --"},{"sha":"f1bc412b65c4d1a387bbd502f910a685e76bff83","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34l_ovl.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta34l_ovl.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta34l_ovl.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta34l_ovl.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4095,3 +4095,5 @@\n 2045 8\n 2046 8\n 2047 8\n+-- dummy change --\n+-- dummy change --"},{"sha":"59de019339177c89f04e4098c304374bf1aa0a09","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/ETFPatternList.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FETFPatternList.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FETFPatternList.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FETFPatternList.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1916,3 +1916,5 @@\n 1900 +22______ 4 +29\n 1901 +21______ 1 +30\n 1902 +21______ 4 +30\n+-- dummy change --\n+-- dummy change --"},{"sha":"9819c246e0bfdd486ace194c99b118dfc4b5dda4","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP1.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FQualPatternList_SP1.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FQualPatternList_SP1.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FQualPatternList_SP1.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -34,3 +34,5 @@\n 20 -24 110 298 328 236 256 274 310 294 296 297 324 326 327 232 234 235 252 254 255 270 272 273 306 308 309 292 293 295 322 323 325 230 231 233 250 251 253 268 269 271 304 305 307 291 321 229 249 267 303 286 290 316 320 224 228 248 262 266 278 302 242 284 285 288 289 314 315 318 319 222 223 226 227 246 247 260 261 264 265 276 277 300 301 240 241 282 283 287 313 317 220 221 225 245 259 263 275 299 239 312 258 280 244 238 281 311 219 257 279 243 237\n 21 -27 42 242 370 356 366 342 348 360 240 241 368 369 354 355 364 365 340 341 346 347 358 359 239 367 353 363 339 345 357 244 238 362 352 338 350 344 243 237 361 351 337 349 343\n 22 -31 6 344 374 372 343 373 371\n+-- dummy change --\n+-- dummy change --"},{"sha":"b6ea05f8ef22be014e7540e9722316cfb8aa5595","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP2.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FQualPatternList_SP2.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FQualPatternList_SP2.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FQualPatternList_SP2.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -34,3 +34,5 @@\n 20 -15 122 392 692 716 658 670 704 728 388 390 391 688 690 691 712 714 715 654 656 657 666 668 669 700 702 703 724 726 727 386 387 389 686 687 689 710 711 713 652 653 655 664 665 667 698 699 701 722 723 725 385 685 709 651 663 697 721 380 384 398 680 684 646 650 662 676 696 708 720 216 378 379 382 383 396 397 678 679 682 683 644 645 648 649 660 661 674 675 694 695 706 707 718 719 214 215 376 377 381 395 677 681 642 643 647 659 673 693 705 717 213 394 400 672 218 196 375 393 399 641 671 217 195\n 21 -18 110 152 182 194 212 134 164 148 150 151 178 180 181 190 192 193 208 210 211 130 132 133 160 162 163 146 147 149 176 177 179 188 189 191 206 207 209 128 129 131 158 159 161 145 175 187 205 127 157 200 216 122 140 144 168 174 186 204 116 126 156 198 199 214 215 120 121 138 139 142 143 166 167 172 173 184 185 202 203 114 115 124 125 154 155 197 213 118 119 137 141 165 171 183 201 112 113 123 153 218 196 136 170 110 217 195 117 135 169 109 111\n 22 -21 110 92 104 54 74 36 62 88 90 91 100 102 103 50 52 53 70 72 73 32 34 35 58 60 61 86 87 89 98 99 101 48 49 51 68 69 71 30 31 33 56 57 59 85 97 47 67 29 55 80 84 96 14 24 46 66 108 6 18 28 40 78 79 82 83 94 95 12 13 22 23 44 45 64 65 106 107 4 5 16 17 26 27 38 39 76 77 81 93 10 11 21 43 63 105 2 3 15 25 37 110 20 42 8 109 75 9 19 41 1 7\n+-- dummy change --\n+-- dummy change --"},{"sha":"c20e3e09129c396ab2c2df9f7f632ab8ff3e1bed","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP3.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FQualPatternList_SP3.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FQualPatternList_SP3.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FQualPatternList_SP3.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -34,3 +34,5 @@\n 20 -6 44 746 758 742 744 745 754 756 757 740 741 743 752 753 755 739 751 734 738 750 640 762 732 733 736 737 748 749 638 639 760 761 730 731 735 747 637 759 764 622 636 763 729 621 635\n 21 -7 26 634 630 632 633 628 629 631 627 640 620 626 638 639 618 619 624 625 637 612 617 623 622 636 621 635 611\n 22 -8 0\n+-- dummy change --\n+-- dummy change --"},{"sha":"07c8f35c34d2c473c76e7ad30587569139d91fb0","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP4.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FQualPatternList_SP4.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FQualPatternList_SP4.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FQualPatternList_SP4.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -34,3 +34,5 @@\n 20 +5 44 1158 1176 1154 1156 1157 1172 1174 1175 1152 1153 1155 1170 1171 1173 1151 1169 1164 1180 1134 1150 1168 1162 1163 1178 1179 1132 1133 1148 1149 1166 1167 1161 1177 1130 1131 1147 1165 1182 1160 1128 1181 1159 1127 1129\n 21 +6 26 1200 1196 1198 1199 1194 1195 1197 1193 1188 1192 1180 1186 1187 1190 1191 1178 1179 1184 1185 1189 1177 1182 1160 1183 1181 1159\n 22 +7 0\n+-- dummy change --\n+-- dummy change --"},{"sha":"641fd5449bdb04db6d922a095393f780bd9c1a1f","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP5.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FQualPatternList_SP5.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FQualPatternList_SP5.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FQualPatternList_SP5.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -34,3 +34,5 @@\n 20 +14 122 1458 1488 1518 1530 1440 1470 1500 1454 1456 1457 1484 1486 1487 1514 1516 1517 1526 1528 1529 1436 1438 1439 1466 1468 1469 1496 1498 1499 1452 1453 1455 1482 1483 1485 1512 1513 1515 1524 1525 1527 1434 1435 1437 1464 1465 1467 1494 1495 1497 1451 1481 1511 1523 1433 1463 1493 1536 1446 1450 1476 1480 1504 1510 1522 1402 1426 1432 1462 1492 1534 1535 1444 1445 1448 1449 1474 1475 1478 1479 1502 1503 1508 1509 1520 1521 1400 1401 1424 1425 1430 1431 1460 1461 1490 1491 1533 1442 1443 1447 1473 1477 1501 1507 1519 1394 1399 1423 1429 1459 1489 1532 1506 1472 1388 1428 1531 1505 1441 1471 1387 1393 1427\n 21 +17 110 1608 1638 1566 1578 1590 1620 1604 1606 1607 1634 1636 1637 1562 1564 1565 1574 1576 1577 1586 1588 1589 1616 1618 1619 1602 1603 1605 1632 1633 1635 1560 1561 1563 1572 1573 1575 1584 1585 1587 1614 1615 1617 1601 1631 1559 1571 1583 1613 1596 1600 1630 1548 1554 1558 1570 1582 1612 1624 1536 1540 1594 1595 1598 1599 1628 1629 1546 1547 1552 1553 1556 1557 1568 1569 1580 1581 1610 1611 1622 1623 1534 1535 1538 1539 1592 1593 1597 1627 1545 1550 1551 1555 1567 1579 1609 1621 1533 1537 1626 1542 1544 1532 1506 1591 1625 1541 1543 1549 1531 1505\n 22 +20 110 1716 1746 1698 1728 1668 1682 1712 1714 1715 1742 1744 1745 1694 1696 1697 1724 1726 1727 1664 1666 1667 1678 1680 1681 1710 1711 1713 1740 1741 1743 1692 1693 1695 1722 1723 1725 1662 1663 1665 1676 1677 1679 1709 1739 1691 1721 1661 1675 1704 1708 1734 1738 1656 1674 1686 1690 1720 1644 1648 1660 1702 1703 1706 1707 1732 1733 1736 1737 1654 1655 1672 1673 1684 1685 1688 1689 1718 1719 1642 1643 1646 1647 1658 1659 1700 1701 1705 1731 1735 1652 1653 1671 1683 1687 1717 1640 1641 1645 1657 1730 1650 1670 1626 1699 1729 1649 1651 1669 1639 1625\n+-- dummy change --\n+-- dummy change --"},{"sha":"725f195ba4123fe48800f87829ebb0cbece36dd3","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP6.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FQualPatternList_SP6.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FQualPatternList_SP6.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FQualPatternList_SP6.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -34,3 +34,5 @@\n 20 +23 110 1798 1828 1840 1858 1774 1810 1794 1796 1797 1824 1826 1827 1836 1838 1839 1854 1856 1857 1770 1772 1773 1806 1808 1809 1792 1793 1795 1822 1823 1825 1834 1835 1837 1852 1853 1855 1768 1769 1771 1804 1805 1807 1791 1821 1833 1851 1767 1803 1864 1786 1790 1816 1820 1832 1844 1850 1762 1766 1778 1802 1862 1863 1784 1785 1788 1789 1814 1815 1818 1819 1830 1831 1842 1843 1848 1849 1760 1761 1764 1765 1776 1777 1800 1801 1861 1782 1783 1787 1813 1817 1829 1841 1847 1748 1759 1763 1775 1799 1860 1846 1780 1812 1758 1859 1845 1779 1781 1811 1747 1757\n 21 +26 42 1882 1892 1896 1876 1886 1864 1868 1880 1881 1890 1891 1894 1895 1874 1875 1884 1885 1862 1863 1866 1867 1879 1889 1893 1873 1883 1861 1865 1898 1878 1888 1872 1860 1870 1846 1897 1877 1887 1871 1859 1869 1845\n 22 +30 6 1902 1900 1898 1901 1899 1897\n+-- dummy change --\n+-- dummy change --"},{"sha":"c31a42767764cba4a4860fc88126c1ecb50e535f","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext12.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext12.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext12.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext12.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1022,3 +1022,5 @@\n 509 306 581\n 510 306 581\n 511 306 581\n+-- dummy change --\n+-- dummy change --"},{"sha":"b3dea49bcf809de95d833a185743a577ffc97cab","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext13.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext13.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext13.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext13.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1022,3 +1022,5 @@\n 509 78 663\n 510 78 663\n 511 78 663\n+-- dummy change --\n+-- dummy change --"},{"sha":"f1ce65fc9b8e774ff228ecbe5d9470dce05eb8f1","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext14.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext14.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext14.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext14.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1022,3 +1022,5 @@\n 509 -27 649\n 510 -27 649\n 511 -27 649\n+-- dummy change --\n+-- dummy change --"},{"sha":"a79fbd5ff20839778606e2e13a3fe792a8e63e94","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext15.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext15.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext15.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext15.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1022,3 +1022,5 @@\n 509 -293 562\n 510 -293 562\n 511 -293 562\n+-- dummy change --\n+-- dummy change --"},{"sha":"f1ce65fc9b8e774ff228ecbe5d9470dce05eb8f1","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext16.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext16.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext16.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext16.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1022,3 +1022,5 @@\n 509 -27 649\n 510 -27 649\n 511 -27 649\n+-- dummy change --\n+-- dummy change --"},{"sha":"ce4c68f2546a0d67a1a94392aba13784c7d4f41f","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext21.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext21.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext21.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext21.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1022,3 +1022,5 @@\n 509 -528 191\n 510 -528 191\n 511 -528 191\n+-- dummy change --\n+-- dummy change --"},{"sha":"aa6d8111116a7cf7c22122a45a2f6d263908b8b9","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext23.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext23.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext23.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext23.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1022,3 +1022,5 @@\n 509 -56 336\n 510 -56 336\n 511 -56 336\n+-- dummy change --\n+-- dummy change --"},{"sha":"ee8ee80311d933b2aa9eee5ac6ba29a92b496d05","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext24.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext24.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext24.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext24.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1022,3 +1022,5 @@\n 509 -204 407\n 510 -204 407\n 511 -204 407\n+-- dummy change --\n+-- dummy change --"},{"sha":"a1fc0bc5e755af785622e804f94a2be1c0dedc05","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext25.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext25.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext25.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext25.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1022,3 +1022,5 @@\n 509 -158 284\n 510 -158 284\n 511 -158 284\n+-- dummy change --\n+-- dummy change --"},{"sha":"ee8ee80311d933b2aa9eee5ac6ba29a92b496d05","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext26.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext26.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext26.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext26.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1022,3 +1022,5 @@\n 509 -204 407\n 510 -204 407\n 511 -204 407\n+-- dummy change --\n+-- dummy change --"},{"sha":"35254074234b039fa077a1a14df1a35e6175e0ec","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext34.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext34.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext34.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext34.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1022,3 +1022,5 @@\n 509 -495 -72\n 510 -495 -72\n 511 -495 -72\n+-- dummy change --\n+-- dummy change --"},{"sha":"a1fc0bc5e755af785622e804f94a2be1c0dedc05","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext35.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext35.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext35.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext35.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1022,3 +1022,5 @@\n 509 -158 284\n 510 -158 284\n 511 -158 284\n+-- dummy change --\n+-- dummy change --"},{"sha":"35254074234b039fa077a1a14df1a35e6175e0ec","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext56.lut","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext56.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext56.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext56.lut?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1022,3 +1022,5 @@\n 509 -495 -72\n 510 -495 -72\n 511 -495 -72\n+-- dummy change --\n+-- dummy change --"},{"sha":"ff77d272ced5740463c26a094328f1bbb5d57927","filename":"L1TriggerConfig/GMTConfigProducers/python/L1MuGMTChannelMaskConfigOnline_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FGMTConfigProducers%2Fpython%2FL1MuGMTChannelMaskConfigOnline_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FGMTConfigProducers%2Fpython%2FL1MuGMTChannelMaskConfigOnline_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FGMTConfigProducers%2Fpython%2FL1MuGMTChannelMaskConfigOnline_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n forceGeneration = cms.bool(False),\n onlineDB = cms.string('oracle://CMS_OMDS_LB/CMS_TRG_R')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"f7eb61024c5a49e89ccdc6c3ac6c44c9bd1f9ae4","filename":"L1TriggerConfig/GMTConfigProducers/python/L1MuGMTParametersKeysOnlineProd_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FGMTConfigProducers%2Fpython%2FL1MuGMTParametersKeysOnlineProd_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FGMTConfigProducers%2Fpython%2FL1MuGMTParametersKeysOnlineProd_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FGMTConfigProducers%2Fpython%2FL1MuGMTParametersKeysOnlineProd_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -7,3 +7,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"562c4fb3ea561eea410b9d7987352b281b87d596","filename":"L1TriggerConfig/GMTConfigProducers/python/L1MuGMTParametersOnlineProducer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FGMTConfigProducers%2Fpython%2FL1MuGMTParametersOnlineProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FGMTConfigProducers%2Fpython%2FL1MuGMTParametersOnlineProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FGMTConfigProducers%2Fpython%2FL1MuGMTParametersOnlineProducer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n forceGeneration = cms.bool(False),\n ignoreVersionMismatch = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"f58f5dd07bf624edf70ab09015db3c68be3c0fbb","filename":"L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesConfig_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1CSCTPConfigProducers%2Fpython%2FL1CSCTriggerPrimitivesConfig_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1CSCTPConfigProducers%2Fpython%2FL1CSCTriggerPrimitivesConfig_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1CSCTPConfigProducers%2Fpython%2FL1CSCTriggerPrimitivesConfig_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"955d88d27394e20a96d94722bc7e2bba36c6bffd","filename":"L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesConfig_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1CSCTPConfigProducers%2Fpython%2FL1CSCTriggerPrimitivesConfig_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1CSCTPConfigProducers%2Fpython%2FL1CSCTriggerPrimitivesConfig_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1CSCTPConfigProducers%2Fpython%2FL1CSCTriggerPrimitivesConfig_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -38,3 +38,5 @@\n tmbTmbL1aWindowSize = cms.uint32(7)\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"2f6bd0420cb8c71070805c0be888129f9b9518d3","filename":"L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesDBConfig_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1CSCTPConfigProducers%2Fpython%2FL1CSCTriggerPrimitivesDBConfig_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1CSCTPConfigProducers%2Fpython%2FL1CSCTriggerPrimitivesDBConfig_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1CSCTPConfigProducers%2Fpython%2FL1CSCTriggerPrimitivesDBConfig_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -25,3 +25,5 @@\n # Reading from DB has precedence over dummy producers (which use constants\n # defined in cfi files).\n es_prefer_l1csctpdbconfsrc = cms.ESPrefer(\"PoolDBESSource\",\"l1csctpdbconfsrc\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"c6368c8a8efb7133f45e1a8c52bc06891e9e8269","filename":"L1TriggerConfig/L1CSCTPConfigProducers/src/L1CSCTriggerPrimitivesConfigProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1CSCTPConfigProducers%2Fsrc%2FL1CSCTriggerPrimitivesConfigProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1CSCTPConfigProducers%2Fsrc%2FL1CSCTriggerPrimitivesConfigProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1CSCTPConfigProducers%2Fsrc%2FL1CSCTriggerPrimitivesConfigProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -115,3 +115,5 @@ std::unique_ptr L1CSCTriggerPrimitivesConfigProducer::produ\n //return pL1CSCTPProducer;\n return pL1CSCTPParams;\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"e5aad0014c4e1d7a40dd6f48081c1afa0548ca32","filename":"L1TriggerConfig/L1CSCTPConfigProducers/src/L1CSCTriggerPrimitivesConfigProducer.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1CSCTPConfigProducers%2Fsrc%2FL1CSCTriggerPrimitivesConfigProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1CSCTPConfigProducers%2Fsrc%2FL1CSCTriggerPrimitivesConfigProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1CSCTPConfigProducers%2Fsrc%2FL1CSCTriggerPrimitivesConfigProducer.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -53,3 +53,5 @@ class L1CSCTriggerPrimitivesConfigProducer : public edm::ESProducer {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"2664abe434000e3eae9a3a840296ccc51c4bf569","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu2008_2E30.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1030%2FL1Menu2008_2E30.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1030%2FL1Menu2008_2E30.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1030%2FL1Menu2008_2E30.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4930,3 +4930,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"0de3bdcfb4da306d1a0edfe3ef200b2fdd69251e","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu_2008MC_2E30.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1030%2FL1Menu_2008MC_2E30.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1030%2FL1Menu_2008MC_2E30.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1030%2FL1Menu_2008MC_2E30.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8088,3 +8088,5 @@\n AlgoDBLockEnd-->\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b9e2fc89d190af041f3c9ad26e71dba2ae3604d0","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1030%2FL1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1030%2FL1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1030%2FL1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4820,3 +4820,5 @@\n AlgoDBLockEnd-->\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"adcfde41fc487b6e647eff869bc2a69feab56774","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu2008_2E31.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu2008_2E31.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu2008_2E31.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu2008_2E31.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4930,3 +4930,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"d52ef20bddcdfdf556ef73ab0d5d308ca7d8d9ca","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v0_L1T_Scales_20080922_Imp0.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v0_L1T_Scales_20080922_Imp0.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v0_L1T_Scales_20080922_Imp0.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v0_L1T_Scales_20080922_Imp0.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2955,3 +2955,5 @@\n AlgoDBLockEnd-->\n \n+-- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e?per_page=100&page=22 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:18 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"4e1145a133735a63cf601604081c89ad3897ae6b286f27c0fa968a1c6e3ce8a4"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:04:54 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4949'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '51'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C7CA:C14B7:157DDB:15F3C8:68122482')] +{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","node_id":"C_kwDOF83__NoAKGMyMzA5OWM3Mzc3MTIzYjZkZTdmYWZhN2E0ODZiMjBiMThkNTRmN2U","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"message":"Try generating big cache","tree":{"sha":"f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684"}],"stats":{"total":6008,"additions":5944,"deletions":64},"files":[{"sha":"93cec37eb56a29ff1d3736a12c7e42200422c734","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v1_L1T_Scales_20080922_Imp0.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v1_L1T_Scales_20080922_Imp0.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v1_L1T_Scales_20080922_Imp0.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v1_L1T_Scales_20080922_Imp0.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2960,3 +2960,5 @@\n AlgoDBLockEnd-->\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"daf99769c0f2c62a51eb9942607315ddb1fee4a2","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20080922_Imp0.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v2_L1T_Scales_20080922_Imp0.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v2_L1T_Scales_20080922_Imp0.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v2_L1T_Scales_20080922_Imp0.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2964,3 +2964,5 @@\n AlgoDBLockEnd-->\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"8e157a68aae407fcca457f253360353d419a2835","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090519_Imp0.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v2_L1T_Scales_20090519_Imp0.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v2_L1T_Scales_20090519_Imp0.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v2_L1T_Scales_20090519_Imp0.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2964,3 +2964,5 @@\n AlgoDBLockEnd-->\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"df52ef0e797a96b45a7f8db1ba491db9d67e526c","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090624_Imp0.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v2_L1T_Scales_20090624_Imp0.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v2_L1T_Scales_20090624_Imp0.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v2_L1T_Scales_20090624_Imp0.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2972,3 +2972,5 @@ HTT_0x190:HTT_0x190\n HTT_0x320:HTT_0x320\n HTT_0x4B0:HTT_0x4B0\n CondDBLockEnd-->\n+-- dummy change --\n+-- dummy change --"},{"sha":"4731cd29e849493ee813cb7e7403e4d02eaffac0","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v4_L1T_Scales_20090624_Imp0.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v4_L1T_Scales_20090624_Imp0.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v4_L1T_Scales_20090624_Imp0.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v4_L1T_Scales_20090624_Imp0.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3053,3 +3053,5 @@ HTT_0x190:HTT_0x190\n HTT_0x320:HTT_0x320\n HTT_0x4B0:HTT_0x4B0\n CondDBLockEnd-->\n+-- dummy change --\n+-- dummy change --"},{"sha":"cd3571303d20196e8b99a3ab94fd696dbf8e68d6","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1x1032/L1Menu_CRUZET200805.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5347,3 +5347,5 @@ L1Menu2007NovGR.xml + vme.xml.ELEC14-20_THR1-2-3-5-10-25-50_JET21-28_THR1-6-11-1\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"e31e5cda43d3ced73d32d821bfd37431e95ccf98","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v0_L1T_Scales_20101224_Imp0_0x1027.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2012_v0_L1T_Scales_20101224_Imp0_0x1027.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2012_v0_L1T_Scales_20101224_Imp0_0x1027.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2012_v0_L1T_Scales_20101224_Imp0_0x1027.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8763,3 +8763,5 @@ SingleTauJet_0x0B:SingleTauJet_0x0B\n SingleTauJet_0x0D:SingleTauJet_0x0D\n SingleTauJet_0x10:SingleTauJet_0x10\n CondDBLockEnd-->\n+-- dummy change --\n+-- dummy change --"},{"sha":"23102a1e311a31c04ad2e93c7970278662e1707d","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v1_L1T_Scales_20101224_Imp0_0x1028.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2012_v1_L1T_Scales_20101224_Imp0_0x1028.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2012_v1_L1T_Scales_20101224_Imp0_0x1028.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2012_v1_L1T_Scales_20101224_Imp0_0x1028.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8941,3 +8941,5 @@ HTT_0x096:HTT_0x096\n SingleMu_0x01:SingleMu_0x01\n SingleMu_0x01_BeamHalo:SingleMu_0x01_BeamHalo\n CondDBLockEnd-->\n+-- dummy change --\n+-- dummy change --"},{"sha":"b73348038166d25ee9708dcddc6ddc17d96df082","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v2_L1T_Scales_20101224_Imp0_0x102a.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2012_v2_L1T_Scales_20101224_Imp0_0x102a.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2012_v2_L1T_Scales_20101224_Imp0_0x102a.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2012_v2_L1T_Scales_20101224_Imp0_0x102a.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8615,3 +8615,5 @@ SingleForJet_0x06:SingleForJet_0x06\n SingleTauJet_0x05:SingleTauJet_0x05\n SingleTauJet_0x06:SingleTauJet_0x06\n CondDBLockEnd-->\n+-- dummy change --\n+-- dummy change --"},{"sha":"f88ee049ccb6b9622d057ea172bb2535f7faf351","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v3_L1T_Scales_20101224_Imp0_0x102b.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2012_v3_L1T_Scales_20101224_Imp0_0x102b.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2012_v3_L1T_Scales_20101224_Imp0_0x102b.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2012_v3_L1T_Scales_20101224_Imp0_0x102b.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8669,3 +8669,5 @@ AlgoDBLockEnd-->\n SingleIsoEG_0x0C_Eta2p17:SingleIsoEG_0x0C_Eta2p17\n SingleMu_0x0B_Eta2p1:SingleMu_0x0B_Eta2p1\n CondDBLockEnd-->\n+-- dummy change --\n+-- dummy change --"},{"sha":"17fb096ba2513a0e4db2e3bced678b2f6e8c3a18","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25nsStage1_v3_L1T_Scales_20141121_Imp0_0x1031.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_25nsStage1_v3_L1T_Scales_20141121_Imp0_0x1031.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_25nsStage1_v3_L1T_Scales_20141121_Imp0_0x1031.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_25nsStage1_v3_L1T_Scales_20141121_Imp0_0x1031.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6435,3 +6435,5 @@ ZDC_minus_over_threshold.v0:ZDC_minus_over_threshold.v0\n ZDC_plus_over_threshold.v0:ZDC_plus_over_threshold.v0\n ZDC_tight_vertex.v0:ZDC_tight_vertex.v0\n CondDBLockEnd-->\n+-- dummy change --\n+-- dummy change --"},{"sha":"b889ee316ba539508e5951391fa7caa65d04ce66","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v0_L1T_Scales_20101224_Imp0_0x102f.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_25ns_v0_L1T_Scales_20101224_Imp0_0x102f.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_25ns_v0_L1T_Scales_20101224_Imp0_0x102f.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_25ns_v0_L1T_Scales_20101224_Imp0_0x102f.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6643,3 +6643,5 @@ SingleTauJet_0x1E:SingleTauJet_0x1E\n TripleCenJet_0x10_0x0C_0x07:TripleCenJet_0x10_0x0C_0x07\n TripleTauJet_0x10_0x0C_0x07:TripleTauJet_0x10_0x0C_0x07\n CondDBLockEnd-->\n+-- dummy change --\n+-- dummy change --"},{"sha":"2c7ed89a42d68613391ed079c9c0295987e88bef","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v1_L1T_Scales_20101224_Imp0_0x102f.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_25ns_v1_L1T_Scales_20101224_Imp0_0x102f.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_25ns_v1_L1T_Scales_20101224_Imp0_0x102f.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_25ns_v1_L1T_Scales_20101224_Imp0_0x102f.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5601,3 +5601,5 @@ SingleTauJet_0x0D:SingleTauJet_0x0D\n TripleCenJet_0x10_0x0C_0x07:TripleCenJet_0x10_0x0C_0x07\n TripleTauJet_0x10_0x0C_0x07:TripleTauJet_0x10_0x0C_0x07\n CondDBLockEnd-->\n+-- dummy change --\n+-- dummy change --"},{"sha":"fa92705ec913df9b265e1f47049f7b983cc62226","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v2_L1T_Scales_20141121_Imp0_0x1030.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_25ns_v2_L1T_Scales_20141121_Imp0_0x1030.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_25ns_v2_L1T_Scales_20141121_Imp0_0x1030.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_25ns_v2_L1T_Scales_20141121_Imp0_0x1030.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6178,3 +6178,5 @@ SingleMu_0x0C:SingleMu_0x0C\n SingleMu_0x10_Eta2p1:SingleMu_0x10_Eta2p1\n SingleNoIsoEG_0x0F:SingleNoIsoEG_0x0F\n CondDBLockEnd-->\n+-- dummy change --\n+-- dummy change --"},{"sha":"1ab4b435e203944e554d769602b467641193272b","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v1_L1T_Scales_20141121_Imp0_0x1030.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_50nsGct_v1_L1T_Scales_20141121_Imp0_0x1030.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_50nsGct_v1_L1T_Scales_20141121_Imp0_0x1030.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_50nsGct_v1_L1T_Scales_20141121_Imp0_0x1030.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8322,3 +8322,5 @@ SingleTauJet_0x20:SingleTauJet_0x20\n TripleCenJet_0x0A:TripleCenJet_0x0A\n TripleTauJet_0x0A:TripleTauJet_0x0A\n CondDBLockEnd-->\n+-- dummy change --\n+-- dummy change --"},{"sha":"84ae70f93b848898c269fc1fc464a17e78458e02","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v2_L1T_Scales_20141121.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_50nsGct_v2_L1T_Scales_20141121.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_50nsGct_v2_L1T_Scales_20141121.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_50nsGct_v2_L1T_Scales_20141121.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8859,3 +8859,5 @@ ZDC_minus_over_threshold.v0:ZDC_minus_over_threshold.v0\n ZDC_plus_over_threshold.v0:ZDC_plus_over_threshold.v0\n ZDC_tight_vertex.v0:ZDC_tight_vertex.v0\n CondDBLockEnd-->\n+-- dummy change --\n+-- dummy change --"},{"sha":"c59aa922c8f5334805be0cb52e8c77f9a824e550","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v3_L1T_Scales_20141121.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_50nsGct_v3_L1T_Scales_20141121.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_50nsGct_v3_L1T_Scales_20141121.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_50nsGct_v3_L1T_Scales_20141121.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8859,3 +8859,5 @@ ZDC_minus_over_threshold.v0:ZDC_minus_over_threshold.v0\n ZDC_plus_over_threshold.v0:ZDC_plus_over_threshold.v0\n ZDC_tight_vertex.v0:ZDC_tight_vertex.v0\n CondDBLockEnd-->\n+-- dummy change --\n+-- dummy change --"},{"sha":"4f9a87cc9fada984e0c6be439a46675a40b95f84","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v4_L1T_Scales_20141121.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_50nsGct_v4_L1T_Scales_20141121.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_50nsGct_v4_L1T_Scales_20141121.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_50nsGct_v4_L1T_Scales_20141121.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9050,3 +9050,5 @@ ZDC_minus_over_threshold.v0:ZDC_minus_over_threshold.v0\n ZDC_plus_over_threshold.v0:ZDC_plus_over_threshold.v0\n ZDC_tight_vertex.v0:ZDC_tight_vertex.v0\n CondDBLockEnd-->\n+-- dummy change --\n+-- dummy change --"},{"sha":"eab02026745a0c6f7cf12a7d4e6192960d33ef87","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50ns_v0_L1T_Scales_20141121_Imp0_0x1031.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_50ns_v0_L1T_Scales_20141121_Imp0_0x1031.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_50ns_v0_L1T_Scales_20141121_Imp0_0x1031.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_50ns_v0_L1T_Scales_20141121_Imp0_0x1031.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8555,3 +8555,5 @@ TripleIsoEG_0x05:TripleIsoEG_0x05\n TripleNoIsoEG_0x05:TripleNoIsoEG_0x05\n TripleTauJet_0x0A:TripleTauJet_0x0A\n CondDBLockEnd-->\n+-- dummy change --\n+-- dummy change --"},{"sha":"5f3bf2fda47f99f950667b9640d1c6596256bee2","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v1_L1T_Scales_20141121.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_lowPU_v1_L1T_Scales_20141121.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_lowPU_v1_L1T_Scales_20141121.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_lowPU_v1_L1T_Scales_20141121.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1877,3 +1877,5 @@ ZDC_minus_over_threshold.v0:ZDC_minus_over_threshold.v0\n ZDC_plus_over_threshold.v0:ZDC_plus_over_threshold.v0\n ZDC_tight_vertex.v0:ZDC_tight_vertex.v0\n CondDBLockEnd-->\n+-- dummy change --\n+-- dummy change --"},{"sha":"e5f435a0d191dd98581bc1f99696c85cabff0b13","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v2_L1T_Scales_20141121.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_lowPU_v2_L1T_Scales_20141121.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_lowPU_v2_L1T_Scales_20141121.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_lowPU_v2_L1T_Scales_20141121.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1875,3 +1875,5 @@ ZDC_minus_over_threshold.v0:ZDC_minus_over_threshold.v0\n ZDC_plus_over_threshold.v0:ZDC_plus_over_threshold.v0\n ZDC_tight_vertex.v0:ZDC_tight_vertex.v0\n CondDBLockEnd-->\n+-- dummy change --\n+-- dummy change --"},{"sha":"d6450a1c51203b9be3bbca860e19947e8babe060","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v3_L1T_Scales_20141121.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_lowPU_v3_L1T_Scales_20141121.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_lowPU_v3_L1T_Scales_20141121.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_lowPU_v3_L1T_Scales_20141121.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1949,3 +1949,5 @@ ZDC_minus_over_threshold.v0:ZDC_minus_over_threshold.v0\n ZDC_plus_over_threshold.v0:ZDC_plus_over_threshold.v0\n ZDC_tight_vertex.v0:ZDC_tight_vertex.v0\n CondDBLockEnd-->\n+-- dummy change --\n+-- dummy change --"},{"sha":"a8dd79d727c07c172a208434ce2dced3733cd3c0","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v4_L1T_Scales_20141121.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_lowPU_v4_L1T_Scales_20141121.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_lowPU_v4_L1T_Scales_20141121.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_lowPU_v4_L1T_Scales_20141121.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2035,3 +2035,5 @@ ZDC_minus_over_threshold.v0:ZDC_minus_over_threshold.v0\n ZDC_plus_over_threshold.v0:ZDC_plus_over_threshold.v0\n ZDC_tight_vertex.v0:ZDC_tight_vertex.v0\n CondDBLockEnd-->\n+-- dummy change --\n+-- dummy change --"},{"sha":"752788ba913c3428b9e139ac108249fc687bd3d5","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2011_v0_L1T_Scales_20101224_Imp0_0x1026.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_CollisionsHeavyIons2011_v0_L1T_Scales_20101224_Imp0_0x1026.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_CollisionsHeavyIons2011_v0_L1T_Scales_20101224_Imp0_0x1026.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_CollisionsHeavyIons2011_v0_L1T_Scales_20101224_Imp0_0x1026.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3001,3 +3001,5 @@ SingleTauJet_0x14:SingleTauJet_0x14\n SingleTauJet_0x17:SingleTauJet_0x17\n SingleTauJet_0x20:SingleTauJet_0x20\n CondDBLockEnd-->\n+-- dummy change --\n+-- dummy change --"},{"sha":"9aa18cae67895f1fefeea9fe262b9e5cbd88a936","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2011_v0_nobsc_notau_centrality_q2_singletrack.v1.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_CollisionsHeavyIons2011_v0_nobsc_notau_centrality_q2_singletrack.v1.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_CollisionsHeavyIons2011_v0_nobsc_notau_centrality_q2_singletrack.v1.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_CollisionsHeavyIons2011_v0_nobsc_notau_centrality_q2_singletrack.v1.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2935,3 +2935,5 @@\n AlgoDBLockEnd-->\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"8f38f7731cec5c41d841b9723720d7ca1ebc1ea2","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2013_v0_L1T_Scales_20101224_Imp0_0x102c.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_CollisionsHeavyIons2013_v0_L1T_Scales_20101224_Imp0_0x102c.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_CollisionsHeavyIons2013_v0_L1T_Scales_20101224_Imp0_0x102c.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_CollisionsHeavyIons2013_v0_L1T_Scales_20101224_Imp0_0x102c.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -7532,3 +7532,5 @@ SingleMu_0x05:SingleMu_0x05\n SingleTauJet_0x03:SingleTauJet_0x03\n SingleTauJet_0x04:SingleTauJet_0x04\n CondDBLockEnd-->\n+-- dummy change --\n+-- dummy change --"},{"sha":"b6bf8d0c764150b1379e79174935096d50a603ea","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3310,3 +3310,5 @@\n AlgoDBLockEnd-->\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"8048ff8e2503e7fa406913c8a85d25880431f74a","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3315,3 +3315,5 @@\n AlgoDBLockEnd-->\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"504cd8e5d0e9a2be04ea0d605f38cf9d712e1e41","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3380,3 +3380,5 @@ SingleForJet_0x05:SingleForJet_0x05\n SingleTauJet_0x05_Barrel:SingleTauJet_0x05_Barrel\n SingleTauJet_0x05_Endcap:SingleTauJet_0x05_Endcap\n CondDBLockEnd-->\n+-- dummy change --\n+-- dummy change --"},{"sha":"fc8e9ba1b1056f204a96d25410e733ede5f676dc","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3390,3 +3390,5 @@ SingleForJet_0x05:SingleForJet_0x05\n SingleTauJet_0x05_Barrel:SingleTauJet_0x05_Barrel\n SingleTauJet_0x05_Endcap:SingleTauJet_0x05_Endcap\n CondDBLockEnd-->\n+-- dummy change --\n+-- dummy change --"},{"sha":"4e25a9a91d45561ab1f58c5fe9d1db8cfe7db6e9","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3414,3 +3414,5 @@ SingleForJet_0x05:SingleForJet_0x05\n SingleTauJet_0x05_Barrel:SingleTauJet_0x05_Barrel\n SingleTauJet_0x05_Endcap:SingleTauJet_0x05_Endcap\n CondDBLockEnd-->\n+-- dummy change --\n+-- dummy change --"},{"sha":"eb49b948756ac8a7f89d06c7f507538f7842d67b","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v1.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup2_v1.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup2_v1.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup2_v1.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -7248,3 +7248,5 @@\n AlgoDBLockEnd-->\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"ded64fb5a1792904d51e137d3dfa5d0921860185","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v2.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup2_v2.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup2_v2.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup2_v2.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5499,3 +5499,5 @@\n AlgoDBLockEnd-->\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"74ed67a8101edd870293e786f41917d8824fe4db","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4776,3 +4776,5 @@\n AlgoDBLockEnd-->\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"306171ae1826cd0f7dca8ff2c7bd5983a2158a54","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3780,3 +3780,5 @@\n AlgoDBLockEnd-->\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"832bb26725b80cc09f57d3f226962cad914a07bd","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v3.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup_v3.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup_v3.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup_v3.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6923,3 +6923,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"003242f3a2d3bd41f09eab434a0d1c518480c7a0","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v4.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup_v4.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup_v4.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup_v4.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -7253,3 +7253,5 @@\n AlgoDBLockEnd-->\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"d59f3f560b1ff36cb44c32eebc98d483096eeabd","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v5.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup_v5.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup_v5.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup_v5.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -7253,3 +7253,5 @@\n AlgoDBLockEnd-->\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"dfbb73dda7dd4559843d6231a480be2ab21f9ce0","filename":"L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/calosetup","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FInternalTemplates%2Fcalosetup","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FInternalTemplates%2Fcalosetup","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FInternalTemplates%2Fcalosetup?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -64,3 +64,5 @@ OTHERS => X\"0000\"\n OTHERS => X\"00000000\"\n ##\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"7a20154207bf29ee10f5f407edb1517a2d9d4b78","filename":"L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/defvalpkg","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FInternalTemplates%2Fdefvalpkg","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FInternalTemplates%2Fdefvalpkg","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FInternalTemplates%2Fdefvalpkg?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -94,3 +94,5 @@ OTHERS => (\"00000000\", \"00000000\", \"00000000\")\n #4\n OTHERS => (\"00000000\", \"00000000\", \"00000000\", \"00000000\")\n ##\n+-- dummy change --\n+-- dummy change --"},{"sha":"c116ce50ec491fe4eccaca848bfad7d69861b7a3","filename":"L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/header","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FInternalTemplates%2Fheader","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FInternalTemplates%2Fheader","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FInternalTemplates%2Fheader?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@ $(connected_channels_1)\n -- CALO INPUTS FOR CONDITION CHIP 1:\n $(connected_channels_2)\n -- ************************** \n+-- dummy change --\n+-- dummy change --"},{"sha":"1267a47bb6dcffa16c72dcefd06edbf76c8ae352","filename":"L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/jet_cnts","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FInternalTemplates%2Fjet_cnts","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FInternalTemplates%2Fjet_cnts","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FInternalTemplates%2Fjet_cnts?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@ reg_$(particle)_$(type),\n en_$(particle)_$(type), WRCOND,\n addr(13 DOWNTO 1), vdata(7 DOWNTO 0),\n dtack_$(particle)_$(type)($(ser_no)),\n+-- dummy change --\n+-- dummy change --"},{"sha":"9206ec746deeec8463de0448ba7bbfea35fe170c","filename":"L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/muonsetup","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FInternalTemplates%2Fmuonsetup","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FInternalTemplates%2Fmuonsetup","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FInternalTemplates%2Fmuonsetup?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -74,3 +74,5 @@ OTHERS => X\"00\"\n OTHERS => X\"00\"\n ##\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"8e35e6fb811a550d457a57f0adab77f08da33cfd","filename":"L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/calo_setup.vhd","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fcalo_setup.vhd","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fcalo_setup.vhd","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fcalo_setup.vhd?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -18,3 +18,5 @@ $(delta_phi)\n $(eta_1_s)\r\n $(phi_1_s)\r\n END $(particle)_setup;\r\n+-- dummy change --\n+-- dummy change --"},{"sha":"88744132276003e34808409f983d0b5a02ccbff8","filename":"L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond1_chip.qsf","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fcond1_chip.qsf","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fcond1_chip.qsf","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fcond1_chip.qsf?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -782,3 +782,5 @@ set_global_assignment -name DISABLE_NCS_AND_OE_PULLUPS_ON_CONFIG_DEVICE ON\n set_global_assignment -name RESERVE_ALL_UNUSED_PINS_NO_OUTPUT_GND \"AS INPUT TRI-STATED\"\r\n set_global_assignment -name FMAX_REQUIREMENT \"43 MHz\" -section_id CLK_43MHZ\r\n set_instance_assignment -name CLOCK_SETTINGS CLK_43MHZ -to CLK40\r\n+-- dummy change --\n+-- dummy change --"},{"sha":"c27b659588b2c78e5880fdb94a56d58eb8a2198c","filename":"L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond1_chip_pkg.vhd","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fcond1_chip_pkg.vhd","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fcond1_chip_pkg.vhd","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fcond1_chip_pkg.vhd?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -47,3 +47,5 @@ CONSTANT et_bits : integer := 6;\n $(conditions_nr)\r\n \r\n END cond_chip_pkg;\r\n+-- dummy change --\n+-- dummy change --"},{"sha":"520579584a3a13599171a7a5946d884726b2952e","filename":"L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond2_chip.qsf","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fcond2_chip.qsf","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fcond2_chip.qsf","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fcond2_chip.qsf?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -782,3 +782,5 @@ set_global_assignment -name DISABLE_NCS_AND_OE_PULLUPS_ON_CONFIG_DEVICE ON\n set_global_assignment -name RESERVE_ALL_UNUSED_PINS_NO_OUTPUT_GND \"AS INPUT TRI-STATED\"\r\n set_global_assignment -name FMAX_REQUIREMENT \"43 MHz\" -section_id CLK_43MHZ\r\n set_instance_assignment -name CLOCK_SETTINGS CLK_43MHZ -to CLK40\n+-- dummy change --\n+-- dummy change --"},{"sha":"27803bdc1be1d9339705cf092a16b6dc57220c58","filename":"L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond2_chip_pkg.vhd","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fcond2_chip_pkg.vhd","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fcond2_chip_pkg.vhd","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fcond2_chip_pkg.vhd?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -47,3 +47,5 @@ CONSTANT et_bits : integer := 6;\n $(conditions_nr)\r\n \r\n END cond_chip_pkg;\r\n+-- dummy change --\n+-- dummy change --"},{"sha":"0e841dfc3433be1ccaae936220707a74a70bd592","filename":"L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/def_val_pkg.vhd","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fdef_val_pkg.vhd","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fdef_val_pkg.vhd","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fdef_val_pkg.vhd?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -25,3 +25,5 @@ $(esums_def_vals)\n $(jets_def_vals)\r\n \r\n END def_val_pkg;\r\n+-- dummy change --\n+-- dummy change --"},{"sha":"2254a556dbf005c47da037c55d83073f7bf70785","filename":"L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/muon_setup.vhd","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fmuon_setup.vhd","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fmuon_setup.vhd","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fmuon_setup.vhd?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -24,3 +24,5 @@ $(eta_1_s)\n $(phi_l_1_s)\n $(phi_h_1_s)\n END $(particle)_setup;\n+-- dummy change --\n+-- dummy change --"},{"sha":"9e181b3f2e0979fc307fa80daf2292ac4c498e67","filename":"L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/pre_algo_and_or.vhd","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fpre_algo_and_or.vhd","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fpre_algo_and_or.vhd","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fpre_algo_and_or.vhd?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -165,3 +165,5 @@ ALGO_REG(95 DOWNTO 0) <= pre_algo_a(96 DOWNTO 1);\n $(prealgos)\r\n \r\n END ARCHITECTURE rtl;\r\n+-- dummy change --\n+-- dummy change --"},{"sha":"3a1cfc7b1a03b176097d745d40f0e8b4f6a48661","filename":"L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAlgoTrigConfigOnlineProd.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtPrescaleFactorsAlgoTrigConfigOnlineProd.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtPrescaleFactorsAlgoTrigConfigOnlineProd.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtPrescaleFactorsAlgoTrigConfigOnlineProd.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -46,3 +46,5 @@ class L1GtPrescaleFactorsAlgoTrigConfigOnlineProd\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"25ee7e563b6280521bb7cc29cb3dcd6e4775b670","filename":"L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAlgoTrigTrivialProducer.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtPrescaleFactorsAlgoTrigTrivialProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtPrescaleFactorsAlgoTrigTrivialProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtPrescaleFactorsAlgoTrigTrivialProducer.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -51,3 +51,5 @@ class L1GtPrescaleFactorsAlgoTrigTrivialProducer : public edm::ESProducer {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"3694cf398a4b252939e02686646c45a2cb73b0a3","filename":"L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAndMasksTester.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtPrescaleFactorsAndMasksTester.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtPrescaleFactorsAndMasksTester.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtPrescaleFactorsAndMasksTester.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -113,3 +113,5 @@ class L1GtPrescaleFactorsAndMasksTester\n };\n \n #endif /*L1GtConfigProducers_L1GtPrescaleFactorsAndMasksTester_h*/\n+-- dummy change --\n+-- dummy change --"},{"sha":"2cbf9770af2e295df359253a2ae896c5b12709b5","filename":"L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsTechTrigConfigOnlineProd.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtPrescaleFactorsTechTrigConfigOnlineProd.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtPrescaleFactorsTechTrigConfigOnlineProd.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtPrescaleFactorsTechTrigConfigOnlineProd.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -46,3 +46,5 @@ class L1GtPrescaleFactorsTechTrigConfigOnlineProd\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"7340e872a1e4b589024abf24913de8ee6c17db52","filename":"L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsTechTrigTrivialProducer.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtPrescaleFactorsTechTrigTrivialProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtPrescaleFactorsTechTrigTrivialProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtPrescaleFactorsTechTrigTrivialProducer.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -51,3 +51,5 @@ class L1GtPrescaleFactorsTechTrigTrivialProducer : public edm::ESProducer {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"640ee9dfd9ad94221dcd86e4e73e7972b8f13d42","filename":"L1TriggerConfig/L1GtConfigProducers/interface/L1GtStableParametersTrivialProducer.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtStableParametersTrivialProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtStableParametersTrivialProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtStableParametersTrivialProducer.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -106,3 +106,5 @@ class L1GtStableParametersTrivialProducer : public edm::ESProducer {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"8b5f633397df54b1b2bac58a48349bc91989518a","filename":"L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskAlgoTrigConfigOnlineProd.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskAlgoTrigConfigOnlineProd.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskAlgoTrigConfigOnlineProd.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskAlgoTrigConfigOnlineProd.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -47,3 +47,5 @@ class L1GtTriggerMaskAlgoTrigConfigOnlineProd\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"fff1dfa533e12571566759f2d06b9fe46f6ef213","filename":"L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskAlgoTrigTrivialProducer.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskAlgoTrigTrivialProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskAlgoTrigTrivialProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskAlgoTrigTrivialProducer.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -51,3 +51,5 @@ class L1GtTriggerMaskAlgoTrigTrivialProducer : public edm::ESProducer {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"5efaeabfbfc6eeb564b6c58ae7d561107f63901d","filename":"L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskTechTrigConfigOnlineProd.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskTechTrigConfigOnlineProd.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskTechTrigConfigOnlineProd.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskTechTrigConfigOnlineProd.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -47,3 +47,5 @@ class L1GtTriggerMaskTechTrigConfigOnlineProd\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"aa24d594c1d9fe410ec8971c959e4e70a639932e","filename":"L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskTechTrigTrivialProducer.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskTechTrigTrivialProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskTechTrigTrivialProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskTechTrigTrivialProducer.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -51,3 +51,5 @@ class L1GtTriggerMaskTechTrigTrivialProducer : public edm::ESProducer {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"33b8d136f03be79bde5532ad88e950e8974c5654","filename":"L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoAlgoTrigTrivialProducer.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskVetoAlgoTrigTrivialProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskVetoAlgoTrigTrivialProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskVetoAlgoTrigTrivialProducer.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -51,3 +51,5 @@ class L1GtTriggerMaskVetoAlgoTrigTrivialProducer : public edm::ESProducer {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"14150ff4a7e908f73980c7955a6a92e38228c4fd","filename":"L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoTechTrigConfigOnlineProd.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskVetoTechTrigConfigOnlineProd.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskVetoTechTrigConfigOnlineProd.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskVetoTechTrigConfigOnlineProd.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -47,3 +47,5 @@ class L1GtTriggerMaskVetoTechTrigConfigOnlineProd\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"97e81085c0f9958ed744002053d8787bfe8bc839","filename":"L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoTechTrigTrivialProducer.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskVetoTechTrigTrivialProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskVetoTechTrigTrivialProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskVetoTechTrigTrivialProducer.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -51,3 +51,5 @@ class L1GtTriggerMaskVetoTechTrigTrivialProducer : public edm::ESProducer {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"410adf8183822a3d98748371436651e4b042afb9","filename":"L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMenuConfigOnlineProd.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMenuConfigOnlineProd.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMenuConfigOnlineProd.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMenuConfigOnlineProd.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -268,3 +268,5 @@ Result L1GtTriggerMenuConfigOnlineProd::lexical_cast_from_hex(Source& value) con\n }\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"2bfaba8308bfafbf26f54f4d7bafa2ff014117d8","filename":"L1TriggerConfig/L1GtConfigProducers/python/L1GtPrescaleFactorsAlgoTrigConfig_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FL1GtPrescaleFactorsAlgoTrigConfig_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FL1GtPrescaleFactorsAlgoTrigConfig_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FL1GtPrescaleFactorsAlgoTrigConfig_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"8a6b84e157cc587b7e7e23d3105e321c43bd1a4b","filename":"L1TriggerConfig/L1GtConfigProducers/python/L1GtPrescaleFactorsTechTrigConfig_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FL1GtPrescaleFactorsTechTrigConfig_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FL1GtPrescaleFactorsTechTrigConfig_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FL1GtPrescaleFactorsTechTrigConfig_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"950ff4407476e47d910da3b60707c5a90854bc85","filename":"L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskAlgoTrigConfig_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FL1GtTriggerMaskAlgoTrigConfig_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FL1GtTriggerMaskAlgoTrigConfig_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FL1GtTriggerMaskAlgoTrigConfig_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"a6860ac78f68f10db446b975ad8094c9686bc7ee","filename":"L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskTechTrigConfig_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FL1GtTriggerMaskTechTrigConfig_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FL1GtTriggerMaskTechTrigConfig_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FL1GtTriggerMaskTechTrigConfig_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"3ceba51071ed598ea6795cf3fb146f11500f3c87","filename":"L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskVetoAlgoTrigConfig_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FL1GtTriggerMaskVetoAlgoTrigConfig_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FL1GtTriggerMaskVetoAlgoTrigConfig_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FL1GtTriggerMaskVetoAlgoTrigConfig_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"c1d76dce5ff7c16d056325a427e4086e94f3e9fe","filename":"L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskVetoTechTrigConfig_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FL1GtTriggerMaskVetoTechTrigConfig_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FL1GtTriggerMaskVetoTechTrigConfig_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FL1GtTriggerMaskVetoTechTrigConfig_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"527cfb379fc5fde9f694cc00d7fb5cc583d3ce6c","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_PrescaleFactorsAlgoTrigUnprescale_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu2008_2E30_PrescaleFactorsAlgoTrigUnprescale_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu2008_2E30_PrescaleFactorsAlgoTrigUnprescale_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu2008_2E30_PrescaleFactorsAlgoTrigUnprescale_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n 1, 1, 1)\n ))\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"1999d0fece1ab8056db384579250f072880c0054","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_PrescaleFactorsAlgoTrig_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu2008_2E30_PrescaleFactorsAlgoTrig_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu2008_2E30_PrescaleFactorsAlgoTrig_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu2008_2E30_PrescaleFactorsAlgoTrig_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -137,3 +137,5 @@\n 1)\n ))\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"d840a9f00415d7c257749cdddf652e1b08ef38a9","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_TriggerMaskAlgoTrig_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu2008_2E30_TriggerMaskAlgoTrig_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu2008_2E30_TriggerMaskAlgoTrig_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu2008_2E30_TriggerMaskAlgoTrig_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -33,3 +33,5 @@\n 0x00, 0x00, 0x00, 0x00, 0x00, \n 0x00, 0x00, 0x00]\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"15707867be422e9a1a59e95a9508edcfb5c332ff","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_Unprescaled_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu2008_2E30_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu2008_2E30_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu2008_2E30_Unprescaled_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n \n # prescale factors, trigger mask, trigger veto mask for technical triggers\n # default: no prescale, no bit masked, no bit vetoed \n+-- dummy change --\n+-- dummy change --"},{"sha":"cc83b35519f14fbbeb5466e2449e3478514c8878","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu2008_2E30_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu2008_2E30_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu2008_2E30_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n # prescale factors, trigger mask, trigger veto mask for technical triggers\n # default: no prescale, no bit masked, no bit vetoed \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"c39be112ca62c49bf5f47ac431f0e577d40489ad","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu_2008MC_2E30_Unprescaled_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu_2008MC_2E30_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu_2008MC_2E30_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu_2008MC_2E30_Unprescaled_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n \n # prescale factors, trigger mask, trigger veto mask for technical triggers\n # default: no prescale, no bit masked, no bit vetoed \n+-- dummy change --\n+-- dummy change --"},{"sha":"7129e182a39bbf25b69667efd7e5ac874da2cfbf","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n \n # prescale factors, trigger mask, trigger veto mask for technical triggers\n # default: no prescale, no bit masked, no bit vetoed \n+-- dummy change --\n+-- dummy change --"},{"sha":"527cfb379fc5fde9f694cc00d7fb5cc583d3ce6c","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_PrescaleFactorsAlgoTrigUnprescale_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu2008_2E31_PrescaleFactorsAlgoTrigUnprescale_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu2008_2E31_PrescaleFactorsAlgoTrigUnprescale_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu2008_2E31_PrescaleFactorsAlgoTrigUnprescale_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n 1, 1, 1)\n ))\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"372278becfa3d596665ac510f46627e68b7c4c7e","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_PrescaleFactorsAlgoTrig_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu2008_2E31_PrescaleFactorsAlgoTrig_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu2008_2E31_PrescaleFactorsAlgoTrig_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu2008_2E31_PrescaleFactorsAlgoTrig_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -138,3 +138,5 @@\n )\n ))\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"81af164e7d557b880fc1468999df0157be7eb969","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_TriggerMaskAlgoTrig_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu2008_2E31_TriggerMaskAlgoTrig_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu2008_2E31_TriggerMaskAlgoTrig_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu2008_2E31_TriggerMaskAlgoTrig_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -137,3 +137,5 @@\n 0x00 \n ]\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"2f21786b76ef557906d7bad6873e47ce8963dff9","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_Unprescaled_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu2008_2E31_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu2008_2E31_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu2008_2E31_Unprescaled_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n \n # prescale factors, trigger mask, trigger veto mask for technical triggers\n # default: no prescale, no bit masked, no bit vetoed \n+-- dummy change --\n+-- dummy change --"},{"sha":"42a047791c59321e36438a337e3bc5f25b0a894a","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu2008_2E31_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu2008_2E31_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu2008_2E31_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n # prescale factors, trigger mask, trigger veto mask for technical triggers\n # default: no prescale, no bit masked, no bit vetoed \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"abe8ff8ccc98615ee47d30b1f5a88cee8919ee54","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v0_L1T_Scales_20080922_Imp0_Unprescaled_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v0_L1T_Scales_20080922_Imp0_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v0_L1T_Scales_20080922_Imp0_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v0_L1T_Scales_20080922_Imp0_Unprescaled_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n \n # prescale factors, trigger mask, trigger veto mask for technical triggers\n # default: no prescale, no bit masked, no bit vetoed \n+-- dummy change --\n+-- dummy change --"},{"sha":"cb89f6d9ab438329ccf48225da9b32502cdd4e82","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n \n # prescale factors, trigger mask, trigger veto mask for technical triggers\n # default: no prescale, no bit masked, no bit vetoed \n+-- dummy change --\n+-- dummy change --"},{"sha":"dbf6e5284a475ace03a1ccde045a51590c343f5d","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20080922_Imp0_Unprescaled_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v2_L1T_Scales_20080922_Imp0_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v2_L1T_Scales_20080922_Imp0_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v2_L1T_Scales_20080922_Imp0_Unprescaled_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n \n # prescale factors, trigger mask, trigger veto mask for technical triggers\n # default: no prescale, no bit masked, no bit vetoed \n+-- dummy change --\n+-- dummy change --"},{"sha":"8dc234b2833a980b7c076b35fd9adf8115526ca4","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090519_Imp0_Unprescaled_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v2_L1T_Scales_20090519_Imp0_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v2_L1T_Scales_20090519_Imp0_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v2_L1T_Scales_20090519_Imp0_Unprescaled_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n \n # prescale factors, trigger mask, trigger veto mask for technical triggers\n # default: no prescale, no bit masked, no bit vetoed \n+-- dummy change --\n+-- dummy change --"},{"sha":"62dce88e9e30661407db61b1d79a376130d75731","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090624_Imp0_Unprescaled_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v2_L1T_Scales_20090624_Imp0_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v2_L1T_Scales_20090624_Imp0_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v2_L1T_Scales_20090624_Imp0_Unprescaled_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -21,3 +21,5 @@\n \n # prescale factors, trigger mask, trigger veto mask for technical triggers\n # default: no prescale, no bit masked, no bit vetoed \n+-- dummy change --\n+-- dummy change --"},{"sha":"a7a396f9723076eb62531b20a93939e5cbd1f9c8","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v4_L1T_Scales_20090624_Imp0_Unprescaled_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v4_L1T_Scales_20090624_Imp0_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v4_L1T_Scales_20090624_Imp0_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v4_L1T_Scales_20090624_Imp0_Unprescaled_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -21,3 +21,5 @@\n \n # prescale factors, trigger mask, trigger veto mask for technical triggers\n # default: no prescale, no bit masked, no bit vetoed \n+-- dummy change --\n+-- dummy change --"},{"sha":"1543a430701659af2e81148e00cf3cba530176d5","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_PrescaleFactorsAlgoTrigUnprescale_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu2007_PrescaleFactorsAlgoTrigUnprescale_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu2007_PrescaleFactorsAlgoTrigUnprescale_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu2007_PrescaleFactorsAlgoTrigUnprescale_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n 1, 1, 1)\n ))\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"2055157674a153890e6e69abae05e2b45b9c496c","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_PrescaleFactorsAlgoTrig_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu2007_PrescaleFactorsAlgoTrig_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu2007_PrescaleFactorsAlgoTrig_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu2007_PrescaleFactorsAlgoTrig_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -138,3 +138,5 @@\n )\n ))\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"1b0a1b54d4342acf39f56d7a22284b91c815b214","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_TriggerMaskAlgoTrig_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu2007_TriggerMaskAlgoTrig_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu2007_TriggerMaskAlgoTrig_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu2007_TriggerMaskAlgoTrig_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -137,3 +137,5 @@\n 0x00 \n ]\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"35e81edd8d1759588a2a1c158c8522955db2da9a","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_Unprescaled_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu2007_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu2007_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu2007_Unprescaled_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n # prescale factors, trigger mask, trigger veto mask for technical triggers\n # default: no prescale, no bit masked, no bit vetoed \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"5c8c16d269ce26764225eff1b19b50eb1419c269","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu2007_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu2007_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu2007_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n # prescale factors, trigger mask, trigger veto mask for technical triggers\n # default: no prescale, no bit masked, no bit vetoed \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"527cfb379fc5fde9f694cc00d7fb5cc583d3ce6c","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_PrescaleFactorsAlgoTrig_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_PrescaleFactorsAlgoTrig_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_PrescaleFactorsAlgoTrig_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_PrescaleFactorsAlgoTrig_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n 1, 1, 1)\n ))\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"5fa7d28205fded389b66d7cff4dfc363782c83d5","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -137,3 +137,5 @@\n 0xFF \n ]\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"2f58fd5c574bb3bf3c38782a18f44c5b058cb0c7","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_ecal_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_ecal_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_ecal_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_ecal_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -137,3 +137,5 @@\n 0xFF\n ]\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"cf7080f153a53220f0955bd4d752268fa8affb01","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_hcal_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_hcal_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_hcal_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_hcal_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -137,3 +137,5 @@\n 0xFF \n ]\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"3aa1590a282a8fd85b99aad1f6004e122d058ca8","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskTechTrig_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_TriggerMaskTechTrig_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_TriggerMaskTechTrig_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_TriggerMaskTechTrig_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -73,3 +73,5 @@\n 0xFF \n ]\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"c95a205ab7d4d5d385a428172d7876b130161062","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_gr7_muon_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_gr7_muon_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_gr7_muon_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -25,3 +25,5 @@\n # trigger mask for technical triggers\n from L1TriggerConfig.L1GtConfigProducers.Luminosity.lumi1x1032.L1Menu_CRUZET200805_TriggerMaskTechTrig_cff import *\n \n+-- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e?per_page=100&page=23 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:18 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"85df86cd487f37b1b51c208772b69664bea0cb2d061eb3446559e303d1a7163d"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:04:54 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4948'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '52'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C7DA:160556:16C41E:173A0C:68122482')] +{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","node_id":"C_kwDOF83__NoAKGMyMzA5OWM3Mzc3MTIzYjZkZTdmYWZhN2E0ODZiMjBiMThkNTRmN2U","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"message":"Try generating big cache","tree":{"sha":"f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684"}],"stats":{"total":6008,"additions":5944,"deletions":64},"files":[{"sha":"f6f35ed0873cb2c81ad7ae26d4eb02bab324f212","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_ecal_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_gr7_muon_ecal_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_gr7_muon_ecal_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_gr7_muon_ecal_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n from L1TriggerConfig.L1GtConfigProducers.Luminosity.lumi1x1032.L1Menu_CRUZET200805_TriggerMaskTechTrig_cff import *\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"3a1315ec76ea9d2f6a45e714de5f08f44f1884d2","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_hcal_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_gr7_muon_hcal_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_gr7_muon_hcal_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_gr7_muon_hcal_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@\n # trigger mask for technical triggers\n from L1TriggerConfig.L1GtConfigProducers.Luminosity.lumi1x1032.L1Menu_CRUZET200805_TriggerMaskTechTrig_cff import *\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"feb619772481d83ab9772361304110f5ca79555d","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_Test_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_Test_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_Test_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_Test_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n # prescale factors, trigger masks, trigger veto masks\n # default: no prescale, no bit masked, no bit vetoed \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"9dea9686465e483be1b324e45c6054c83f1a7d57","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n \n # prescale factors, trigger mask, trigger veto mask for technical triggers\n # default: no prescale, no bit masked, no bit vetoed \n+-- dummy change --\n+-- dummy change --"},{"sha":"06e0bfa6b7063e9b790f203fbca0f0abbfeff3c6","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n \n # prescale factors, trigger mask, trigger veto mask for technical triggers\n # default: no prescale, no bit masked, no bit vetoed \n+-- dummy change --\n+-- dummy change --"},{"sha":"461b4509caea52a59da66f2e1942e4feca5bf287","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n \n # prescale factors, trigger mask, trigger veto mask for technical triggers\n # default: no prescale, no bit masked, no bit vetoed \n+-- dummy change --\n+-- dummy change --"},{"sha":"4d25ff947e4918abe9fcba40326ead297595c51c","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n \n # prescale factors, trigger mask, trigger veto mask for technical triggers\n # default: no prescale, no bit masked, no bit vetoed \n+-- dummy change --\n+-- dummy change --"},{"sha":"e00baca20b6035932730fa303980dc6992d6e4bd","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n \n # prescale factors, trigger mask, trigger veto mask for technical triggers\n # default: no prescale, no bit masked, no bit vetoed \n+-- dummy change --\n+-- dummy change --"},{"sha":"0c2acd215577d919686156ce14eef12250639571","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v1_Unprescaled_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup2_v1_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup2_v1_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup2_v1_Unprescaled_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n \n # prescale factors, trigger mask, trigger veto mask for technical triggers\n # default: no prescale, no bit masked, no bit vetoed \n+-- dummy change --\n+-- dummy change --"},{"sha":"c1b7ed2efb62aa18838eaf40fdeca2b35a5b6cd0","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v2_Unprescaled_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup2_v2_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup2_v2_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup2_v2_Unprescaled_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n \n # prescale factors, trigger mask, trigger veto mask for technical triggers\n # default: no prescale, no bit masked, no bit vetoed \n+-- dummy change --\n+-- dummy change --"},{"sha":"119014fc7ea2b3f6a8f9c731055d4405ea40a61b","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n \n # prescale factors, trigger mask, trigger veto mask for technical triggers\n # default: no prescale, no bit masked, no bit vetoed \n+-- dummy change --\n+-- dummy change --"},{"sha":"83df5d4996f335897a23fda5889168340d9ba486","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n \n # prescale factors, trigger mask, trigger veto mask for technical triggers\n # default: no prescale, no bit masked, no bit vetoed \n+-- dummy change --\n+-- dummy change --"},{"sha":"5f8ccecab812890b844f14aa1c5d8337dee66807","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v3_Unprescaled_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup_v3_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup_v3_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup_v3_Unprescaled_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n \n # prescale factors, trigger mask, trigger veto mask for technical triggers\n # default: no prescale, no bit masked, no bit vetoed \n+-- dummy change --\n+-- dummy change --"},{"sha":"71ba2a35126def5f1c8b41101232db914b0e4097","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v4_Unprescaled_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup_v4_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup_v4_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup_v4_Unprescaled_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n \n # prescale factors, trigger mask, trigger veto mask for technical triggers\n # default: no prescale, no bit masked, no bit vetoed \n+-- dummy change --\n+-- dummy change --"},{"sha":"219814abf2c06c269f2f4ac06d04ad14deeaab9f","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v5_Unprescaled_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup_v5_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup_v5_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup_v5_Unprescaled_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n \n # prescale factors, trigger mask, trigger veto mask for technical triggers\n # default: no prescale, no bit masked, no bit vetoed \n+-- dummy change --\n+-- dummy change --"},{"sha":"5fa797b60ac8e1e827608fdff79984b2a7b6c10d","filename":"L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsAlgoTrigOnline_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2Fl1GtPrescaleFactorsAlgoTrigOnline_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2Fl1GtPrescaleFactorsAlgoTrigOnline_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2Fl1GtPrescaleFactorsAlgoTrigOnline_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -7,3 +7,5 @@\n onlineDB = cms.string('oracle://CMS_OMDS_LB/CMS_TRG_R')\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"273d53140f0f11ad7c77c940953053e3a2469241","filename":"L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsAndMasksTester_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2Fl1GtPrescaleFactorsAndMasksTester_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2Fl1GtPrescaleFactorsAndMasksTester_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2Fl1GtPrescaleFactorsAndMasksTester_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -18,3 +18,5 @@\n PrintOutput=cms.untracked.int32(3)\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"296ec0fd2af92aa51a95fb4948ccac11891143e9","filename":"L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsTechTrigOnline_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2Fl1GtPrescaleFactorsTechTrigOnline_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2Fl1GtPrescaleFactorsTechTrigOnline_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2Fl1GtPrescaleFactorsTechTrigOnline_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -7,3 +7,5 @@\n onlineDB = cms.string('oracle://CMS_OMDS_LB/CMS_TRG_R')\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"fffad4e65c5217be807581b6de17fde0f400056c","filename":"L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskAlgoTrigOnline_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2Fl1GtTriggerMaskAlgoTrigOnline_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2Fl1GtTriggerMaskAlgoTrigOnline_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2Fl1GtTriggerMaskAlgoTrigOnline_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n \n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"e2d3c08747c15e8f1a2e241fd93aabc99f04ae8e","filename":"L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskTechTrigOnline_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2Fl1GtTriggerMaskTechTrigOnline_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2Fl1GtTriggerMaskTechTrigOnline_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2Fl1GtTriggerMaskTechTrigOnline_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n PartitionNumber = cms.int32(0)\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"85dedccc9c40b01714dbdfee7457f0a0b7e697b5","filename":"L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskVetoTechTrigOnline_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2Fl1GtTriggerMaskVetoTechTrigOnline_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2Fl1GtTriggerMaskVetoTechTrigOnline_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2Fl1GtTriggerMaskVetoTechTrigOnline_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n PartitionNumber = cms.int32(0)\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b3d9b99f977782d98588c329f8babbb08fa7aec1","filename":"L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsAlgoTrigConfigOnlineProd.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtPrescaleFactorsAlgoTrigConfigOnlineProd.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtPrescaleFactorsAlgoTrigConfigOnlineProd.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtPrescaleFactorsAlgoTrigConfigOnlineProd.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -179,3 +179,5 @@ std::unique_ptr L1GtPrescaleFactorsAlgoTrigConfigOnlineProd\n }\n \n DEFINE_FWK_EVENTSETUP_MODULE(L1GtPrescaleFactorsAlgoTrigConfigOnlineProd);\n+-- dummy change --\n+-- dummy change --"},{"sha":"0b882c9d382e897b5d58ec9121bdf37f4e6a37bc","filename":"L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsAlgoTrigTrivialProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtPrescaleFactorsAlgoTrigTrivialProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtPrescaleFactorsAlgoTrigTrivialProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtPrescaleFactorsAlgoTrigTrivialProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -63,3 +63,5 @@ std::unique_ptr L1GtPrescaleFactorsAlgoTrigTrivialProducer:\n const L1GtPrescaleFactorsAlgoTrigRcd& iRecord) {\n return std::make_unique(m_prescaleFactors);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"874e6adfbd32fcb1f6ca5ba782d77b7840409c86","filename":"L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsTechTrigConfigOnlineProd.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtPrescaleFactorsTechTrigConfigOnlineProd.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtPrescaleFactorsTechTrigConfigOnlineProd.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtPrescaleFactorsTechTrigConfigOnlineProd.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -179,3 +179,5 @@ std::unique_ptr L1GtPrescaleFactorsTechTrigConfigOnlineProd\n }\n \n DEFINE_FWK_EVENTSETUP_MODULE(L1GtPrescaleFactorsTechTrigConfigOnlineProd);\n+-- dummy change --\n+-- dummy change --"},{"sha":"89c4a5aa4d586172636b8529912a2d56fcaca713","filename":"L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsTechTrigTrivialProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtPrescaleFactorsTechTrigTrivialProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtPrescaleFactorsTechTrigTrivialProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtPrescaleFactorsTechTrigTrivialProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -63,3 +63,5 @@ std::unique_ptr L1GtPrescaleFactorsTechTrigTrivialProducer:\n const L1GtPrescaleFactorsTechTrigRcd& iRecord) {\n return std::make_unique(m_prescaleFactors);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"be5e85ea94d09460ef1baa64c1b1f81783d2ba27","filename":"L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskAlgoTrigConfigOnlineProd.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskAlgoTrigConfigOnlineProd.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskAlgoTrigConfigOnlineProd.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskAlgoTrigConfigOnlineProd.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -92,3 +92,5 @@ std::unique_ptr L1GtTriggerMaskAlgoTrigConfigOnlineProd::newObj\n }\n \n DEFINE_FWK_EVENTSETUP_MODULE(L1GtTriggerMaskAlgoTrigConfigOnlineProd);\n+-- dummy change --\n+-- dummy change --"},{"sha":"42dff1116434ad27d3fcda10e98cbf2e4a7624b0","filename":"L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskAlgoTrigTrivialProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskAlgoTrigTrivialProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskAlgoTrigTrivialProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskAlgoTrigTrivialProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -53,3 +53,5 @@ std::unique_ptr L1GtTriggerMaskAlgoTrigTrivialProducer::produce\n const L1GtTriggerMaskAlgoTrigRcd& iRecord) {\n return std::make_unique(m_triggerMask);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"6221dae1779f70a958bd90e8fbbc3d590165a2b1","filename":"L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskTechTrigConfigOnlineProd.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskTechTrigConfigOnlineProd.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskTechTrigConfigOnlineProd.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskTechTrigConfigOnlineProd.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -90,3 +90,5 @@ std::unique_ptr L1GtTriggerMaskTechTrigConfigOnlineProd::newObj\n }\n \n DEFINE_FWK_EVENTSETUP_MODULE(L1GtTriggerMaskTechTrigConfigOnlineProd);\n+-- dummy change --\n+-- dummy change --"},{"sha":"c58d5f7856c64089bdfd18ce3472a23cd03fcafe","filename":"L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskTechTrigTrivialProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskTechTrigTrivialProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskTechTrigTrivialProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskTechTrigTrivialProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -53,3 +53,5 @@ std::unique_ptr L1GtTriggerMaskTechTrigTrivialProducer::produce\n const L1GtTriggerMaskTechTrigRcd& iRecord) {\n return std::make_unique(m_triggerMask);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"3dc90c3289472c22df0a51bafebb082d6d0937ae","filename":"L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoAlgoTrigTrivialProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskVetoAlgoTrigTrivialProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskVetoAlgoTrigTrivialProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskVetoAlgoTrigTrivialProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -53,3 +53,5 @@ std::unique_ptr L1GtTriggerMaskVetoAlgoTrigTrivialProducer::pro\n const L1GtTriggerMaskVetoAlgoTrigRcd& iRecord) {\n return std::make_unique(m_triggerMask);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"a9d6c9df352ef9cce789774ae30695c8ab4b630e","filename":"L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoTechTrigConfigOnlineProd.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskVetoTechTrigConfigOnlineProd.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskVetoTechTrigConfigOnlineProd.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskVetoTechTrigConfigOnlineProd.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -87,3 +87,5 @@ std::unique_ptr L1GtTriggerMaskVetoTechTrigConfigOnlineProd::ne\n }\n \n DEFINE_FWK_EVENTSETUP_MODULE(L1GtTriggerMaskVetoTechTrigConfigOnlineProd);\n+-- dummy change --\n+-- dummy change --"},{"sha":"90d959247100b04a828f3419d982fef99271de2f","filename":"L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoTechTrigTrivialProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskVetoTechTrigTrivialProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskVetoTechTrigTrivialProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskVetoTechTrigTrivialProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -53,3 +53,5 @@ std::unique_ptr L1GtTriggerMaskVetoTechTrigTrivialProducer::pro\n const L1GtTriggerMaskVetoTechTrigRcd& iRecord) {\n return std::make_unique(m_triggerMask);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"1fde0badab5a55859d39822e658f3e5a56a36578","filename":"L1TriggerConfig/L1GtConfigProducers/test/L1GtPrescaleFactorsAlgoTrigOnlineTest_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Ftest%2FL1GtPrescaleFactorsAlgoTrigOnlineTest_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Ftest%2FL1GtPrescaleFactorsAlgoTrigOnlineTest_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Ftest%2FL1GtPrescaleFactorsAlgoTrigOnlineTest_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -40,3 +40,5 @@\n process.MessageLogger.cout.enable = cms.untracked.bool(True)\n process.MessageLogger.cout.threshold = cms.untracked.string('DEBUG')\n process.MessageLogger.debugModules = cms.untracked.vstring('*')\n+-- dummy change --\n+-- dummy change --"},{"sha":"60b73b6a0854f24631fa513a74de7bed2d46e956","filename":"L1TriggerConfig/L1GtConfigProducers/test/L1GtPrescaleFactorsTechTrigOnlineTest_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Ftest%2FL1GtPrescaleFactorsTechTrigOnlineTest_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Ftest%2FL1GtPrescaleFactorsTechTrigOnlineTest_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Ftest%2FL1GtPrescaleFactorsTechTrigOnlineTest_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -40,3 +40,5 @@\n process.MessageLogger.cout.enable = cms.untracked.bool(True)\n process.MessageLogger.cout.threshold = cms.untracked.string('DEBUG')\n process.MessageLogger.debugModules = cms.untracked.vstring('*')\n+-- dummy change --\n+-- dummy change --"},{"sha":"3a9a4c5765713d03ad142cb99cc43b91618ffbd1","filename":"L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskAlgoTrigOnlineTest_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Ftest%2FL1GtTriggerMaskAlgoTrigOnlineTest_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Ftest%2FL1GtTriggerMaskAlgoTrigOnlineTest_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Ftest%2FL1GtTriggerMaskAlgoTrigOnlineTest_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -44,3 +44,5 @@\n process.MessageLogger.cout.enable = cms.untracked.bool(True)\n process.MessageLogger.cout.threshold = cms.untracked.string('DEBUG')\n process.MessageLogger.debugModules = cms.untracked.vstring('*')\n+-- dummy change --\n+-- dummy change --"},{"sha":"5c41b0caa82ed8364504920f05950c4fe0fee988","filename":"L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskTechTrigOnlineTest_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Ftest%2FL1GtTriggerMaskTechTrigOnlineTest_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Ftest%2FL1GtTriggerMaskTechTrigOnlineTest_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Ftest%2FL1GtTriggerMaskTechTrigOnlineTest_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -44,3 +44,5 @@\n process.MessageLogger.cout.enable = cms.untracked.bool(True)\n process.MessageLogger.cout.threshold = cms.untracked.string('DEBUG')\n process.MessageLogger.debugModules = cms.untracked.vstring('*')\n+-- dummy change --\n+-- dummy change --"},{"sha":"e61f5163e14ab74e1a1a31138a6e724dd39a0ff5","filename":"L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskVetoTechTrigOnlineTest_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Ftest%2FL1GtTriggerMaskVetoTechTrigOnlineTest_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1GtConfigProducers%2Ftest%2FL1GtTriggerMaskVetoTechTrigOnlineTest_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Ftest%2FL1GtTriggerMaskVetoTechTrigOnlineTest_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -44,3 +44,5 @@\n process.MessageLogger.cout.enable = cms.untracked.bool(True)\n process.MessageLogger.cout.threshold = cms.untracked.string('DEBUG')\n process.MessageLogger.debugModules = cms.untracked.vstring('*')\n+-- dummy change --\n+-- dummy change --"},{"sha":"d9160f25541ef2e8776f93da61fb72662bfd62e9","filename":"L1TriggerConfig/L1ScalesProducers/python/L1MuTriggerPtScaleOnlineProducer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1ScalesProducers%2Fpython%2FL1MuTriggerPtScaleOnlineProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1ScalesProducers%2Fpython%2FL1MuTriggerPtScaleOnlineProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1ScalesProducers%2Fpython%2FL1MuTriggerPtScaleOnlineProducer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n \t\t\t\t signedPackingPt = cms.bool(False),\n \t\t\t\t nbinsPt = cms.int32(32)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"12dc1b4252e1f63f31b1cc9e5bed75ed381297bf","filename":"L1TriggerConfig/L1ScalesProducers/python/L1MuTriggerScalesOnlineProducer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1ScalesProducers%2Fpython%2FL1MuTriggerScalesOnlineProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1ScalesProducers%2Fpython%2FL1MuTriggerScalesOnlineProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1ScalesProducers%2Fpython%2FL1MuTriggerScalesOnlineProducer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -40,3 +40,5 @@\n signedPackingPhi = cms.bool(False)\n \n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"e15881d868f24a84b300e8ab2c64294681b6a3c2","filename":"L1TriggerConfig/L1TConfigProducers/python/L1TGlobalPrescalesVetosObjectKeysOnline_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1TConfigProducers%2Fpython%2FL1TGlobalPrescalesVetosObjectKeysOnline_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1TConfigProducers%2Fpython%2FL1TGlobalPrescalesVetosObjectKeysOnline_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1TConfigProducers%2Fpython%2FL1TGlobalPrescalesVetosObjectKeysOnline_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -7,3 +7,5 @@\n transactionSafe = cms.bool(True) # any value has no effect on this particular producer\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"29ca4a816b725ce55c15ecc3392efcbdb18edfdf","filename":"L1TriggerConfig/L1TConfigProducers/python/L1TMuonEndCapForestOnlineProxy_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1TConfigProducers%2Fpython%2FL1TMuonEndCapForestOnlineProxy_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1TConfigProducers%2Fpython%2FL1TMuonEndCapForestOnlineProxy_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1TConfigProducers%2Fpython%2FL1TMuonEndCapForestOnlineProxy_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@\n )\n \n L1TMuonEndCapForestOnlineProxy = cms.ESProducer(\"L1TMuonEndCapForestOnlineProxy\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"3f835087595e3855598993a9c540506cf01fb13e","filename":"L1TriggerConfig/L1TConfigProducers/python/L1TMuonOverlapObjectKeysOnline_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1TConfigProducers%2Fpython%2FL1TMuonOverlapObjectKeysOnline_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1TConfigProducers%2Fpython%2FL1TMuonOverlapObjectKeysOnline_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1TConfigProducers%2Fpython%2FL1TMuonOverlapObjectKeysOnline_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n onlineDB = cms.string('oracle://CMS_OMDS_LB/CMS_TRG_R'),\n transactionSafe = cms.bool(True) # nothrow guarantee if set to False: carry on no matter what\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"a2f88b1c4874ba6ec31288a5c3a1a115d51a661d","filename":"L1TriggerConfig/L1TConfigProducers/python/L1TMuonOverlapParamsOnlineProxy_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1TConfigProducers%2Fpython%2FL1TMuonOverlapParamsOnlineProxy_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1TConfigProducers%2Fpython%2FL1TMuonOverlapParamsOnlineProxy_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1TConfigProducers%2Fpython%2FL1TMuonOverlapParamsOnlineProxy_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n from L1Trigger.L1TMuonOverlap.fakeOmtfParams_cff import *\n \n L1TMuonOverlapParamsOnlineProxy = cms.ESProducer(\"L1TMuonOverlapParamsOnlineProxy\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"bfc4a74b23317fa7a9e838786942f9ba4024c88d","filename":"L1TriggerConfig/L1TConfigProducers/python/L1TUtmTriggerMenuObjectKeysOnline_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1TConfigProducers%2Fpython%2FL1TUtmTriggerMenuObjectKeysOnline_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1TConfigProducers%2Fpython%2FL1TUtmTriggerMenuObjectKeysOnline_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1TConfigProducers%2Fpython%2FL1TUtmTriggerMenuObjectKeysOnline_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -7,3 +7,5 @@\n # menu producer must be transaction safe otherwise everyone is screwed\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"f73f71ace97ff618713c58c807f1d0b9228218b5","filename":"L1TriggerConfig/L1TConfigProducers/src/L1TGlobalPrescalesVetosObjectKeysOnlineProd.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1TConfigProducers%2Fsrc%2FL1TGlobalPrescalesVetosObjectKeysOnlineProd.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1TConfigProducers%2Fsrc%2FL1TGlobalPrescalesVetosObjectKeysOnlineProd.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1TConfigProducers%2Fsrc%2FL1TGlobalPrescalesVetosObjectKeysOnlineProd.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@ void L1TGlobalPrescalesVetosObjectKeysOnlineProd::fillObjectKeys(L1TriggerKeyExt\n \n //define this as a plug-in\n DEFINE_FWK_EVENTSETUP_MODULE(L1TGlobalPrescalesVetosObjectKeysOnlineProd);\n+-- dummy change --\n+-- dummy change --"},{"sha":"543737a431ff119ff3de9d6bc63c8b27a35fc2c4","filename":"L1TriggerConfig/L1TConfigProducers/src/L1TUtmTriggerMenuObjectKeysOnlineProd.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1TConfigProducers%2Fsrc%2FL1TUtmTriggerMenuObjectKeysOnlineProd.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/L1TriggerConfig%2FL1TConfigProducers%2Fsrc%2FL1TUtmTriggerMenuObjectKeysOnlineProd.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1TConfigProducers%2Fsrc%2FL1TUtmTriggerMenuObjectKeysOnlineProd.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -44,3 +44,5 @@ void L1TUtmTriggerMenuObjectKeysOnlineProd::fillObjectKeys(L1TriggerKeyExt* pL1T\n \n //define this as a plug-in\n DEFINE_FWK_EVENTSETUP_MODULE(L1TUtmTriggerMenuObjectKeysOnlineProd);\n+-- dummy change --\n+-- dummy change --"},{"sha":"05c46794b4e6124e29e6523abf1f72477ae1062a","filename":"MagneticField/GeomBuilder/plugins/dd4hep/DD4hep_VolumeBasedMagneticFieldESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MagneticField%2FGeomBuilder%2Fplugins%2Fdd4hep%2FDD4hep_VolumeBasedMagneticFieldESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MagneticField%2FGeomBuilder%2Fplugins%2Fdd4hep%2FDD4hep_VolumeBasedMagneticFieldESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MagneticField%2FGeomBuilder%2Fplugins%2Fdd4hep%2FDD4hep_VolumeBasedMagneticFieldESProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -138,3 +138,5 @@ void DD4hep_VolumeBasedMagneticFieldESProducer::fillDescriptions(edm::Configurat\n }\n \n DEFINE_FWK_EVENTSETUP_MODULE(DD4hep_VolumeBasedMagneticFieldESProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"8ca7f18570501753258b819236136cb84d3863a5","filename":"MagneticField/GeomBuilder/plugins/dd4hep/DD4hep_VolumeBasedMagneticFieldESProducerFromDB.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MagneticField%2FGeomBuilder%2Fplugins%2Fdd4hep%2FDD4hep_VolumeBasedMagneticFieldESProducerFromDB.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MagneticField%2FGeomBuilder%2Fplugins%2Fdd4hep%2FDD4hep_VolumeBasedMagneticFieldESProducerFromDB.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MagneticField%2FGeomBuilder%2Fplugins%2Fdd4hep%2FDD4hep_VolumeBasedMagneticFieldESProducerFromDB.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -242,3 +242,5 @@ void DD4hep_VolumeBasedMagneticFieldESProducerFromDB::fillDescriptions(edm::Conf\n }\n \n DEFINE_FWK_EVENTSETUP_MODULE(DD4hep_VolumeBasedMagneticFieldESProducerFromDB);\n+-- dummy change --\n+-- dummy change --"},{"sha":"14f083b32bccc278f5d7935ec1b4d652f2f3c575","filename":"MagneticField/Interpolation/test/BinaryTablesGeneration/prepareMagneticFieldGrid.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MagneticField%2FInterpolation%2Ftest%2FBinaryTablesGeneration%2FprepareMagneticFieldGrid.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MagneticField%2FInterpolation%2Ftest%2FBinaryTablesGeneration%2FprepareMagneticFieldGrid.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MagneticField%2FInterpolation%2Ftest%2FBinaryTablesGeneration%2FprepareMagneticFieldGrid.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1604,3 +1604,5 @@ double prepareMagneticFieldGrid::SixDPoint::bx() { return P6[3]; }\n double prepareMagneticFieldGrid::SixDPoint::by() { return P6[4]; }\n \n double prepareMagneticFieldGrid::SixDPoint::bz() { return P6[5]; }\n+-- dummy change --\n+-- dummy change --"},{"sha":"34afb806be159a34dc5e5d734c902e7faa1c8798","filename":"MagneticField/Interpolation/test/BinaryTablesGeneration/prepareMagneticFieldGrid.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MagneticField%2FInterpolation%2Ftest%2FBinaryTablesGeneration%2FprepareMagneticFieldGrid.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MagneticField%2FInterpolation%2Ftest%2FBinaryTablesGeneration%2FprepareMagneticFieldGrid.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MagneticField%2FInterpolation%2Ftest%2FBinaryTablesGeneration%2FprepareMagneticFieldGrid.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -176,3 +176,5 @@ class prepareMagneticFieldGrid {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"f1499e27e77cd7544007f0758245d0a352fb5330","filename":"MagneticField/Interpolation/test/BinaryTablesGeneration/validateField_TOSCATables.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MagneticField%2FInterpolation%2Ftest%2FBinaryTablesGeneration%2FvalidateField_TOSCATables.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MagneticField%2FInterpolation%2Ftest%2FBinaryTablesGeneration%2FvalidateField_TOSCATables.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MagneticField%2FInterpolation%2Ftest%2FBinaryTablesGeneration%2FvalidateField_TOSCATables.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -39,3 +39,5 @@\n \n process.p1 = cms.Path(process.testMagneticField)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"f8ed32d027a24b18c82081e68411a832923655c4","filename":"MagneticField/ParametrizedEngine/interface/ParabolicParametrizedMagneticField.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MagneticField%2FParametrizedEngine%2Finterface%2FParabolicParametrizedMagneticField.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MagneticField%2FParametrizedEngine%2Finterface%2FParabolicParametrizedMagneticField.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MagneticField%2FParametrizedEngine%2Finterface%2FParabolicParametrizedMagneticField.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -45,3 +45,5 @@ namespace magneticFieldParabolicPortable {\n } // namespace magneticFieldParabolicPortable\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"a509f077b7d0c13841e0af2a3c6a7ba6e5e6ffdd","filename":"MagneticField/ParametrizedEngine/plugins/AutoParametrizedMagneticFieldProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MagneticField%2FParametrizedEngine%2Fplugins%2FAutoParametrizedMagneticFieldProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MagneticField%2FParametrizedEngine%2Fplugins%2FAutoParametrizedMagneticFieldProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MagneticField%2FParametrizedEngine%2Fplugins%2FAutoParametrizedMagneticFieldProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -102,3 +102,5 @@ int AutoParametrizedMagneticFieldProducer::closerNominaCurrent(float current) co\n \n #include \"FWCore/Framework/interface/ModuleFactory.h\"\n DEFINE_FWK_EVENTSETUP_MODULE(AutoParametrizedMagneticFieldProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"43f67ba47d305fde8e5eeb8b744df6e4d91d4d25","filename":"MagneticField/ParametrizedEngine/python/parametrizedMagneticField_OAE85l_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MagneticField%2FParametrizedEngine%2Fpython%2FparametrizedMagneticField_OAE85l_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MagneticField%2FParametrizedEngine%2Fpython%2FparametrizedMagneticField_OAE85l_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MagneticField%2FParametrizedEngine%2Fpython%2FparametrizedMagneticField_OAE85l_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -17,3 +17,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"a5a211a71197da6247c2c3a3210594b8d8faf603","filename":"MagneticField/ParametrizedEngine/python/parametrizedMagneticField_OAE_3_8T_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MagneticField%2FParametrizedEngine%2Fpython%2FparametrizedMagneticField_OAE_3_8T_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MagneticField%2FParametrizedEngine%2Fpython%2FparametrizedMagneticField_OAE_3_8T_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MagneticField%2FParametrizedEngine%2Fpython%2FparametrizedMagneticField_OAE_3_8T_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -15,3 +15,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b43bdb4360caccdb7f6b81777a1dadb6bebb08a8","filename":"MagneticField/ParametrizedEngine/python/parametrizedMagneticField_PolyFit2D_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MagneticField%2FParametrizedEngine%2Fpython%2FparametrizedMagneticField_PolyFit2D_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MagneticField%2FParametrizedEngine%2Fpython%2FparametrizedMagneticField_PolyFit2D_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MagneticField%2FParametrizedEngine%2Fpython%2FparametrizedMagneticField_PolyFit2D_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -18,3 +18,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"78f062205653da2690f0ad1b424ecb1687c6f14d","filename":"MagneticField/ParametrizedEngine/python/parametrizedMagneticField_PolyFit3D_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MagneticField%2FParametrizedEngine%2Fpython%2FparametrizedMagneticField_PolyFit3D_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MagneticField%2FParametrizedEngine%2Fpython%2FparametrizedMagneticField_PolyFit3D_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MagneticField%2FParametrizedEngine%2Fpython%2FparametrizedMagneticField_PolyFit3D_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -18,3 +18,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"a73cd2d5e755a74a230d6ee6d2f0c9697d1ea96f","filename":"MagneticField/ParametrizedEngine/test/alpaka/testParabolicParametrizedMagneticField.dev.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MagneticField%2FParametrizedEngine%2Ftest%2Falpaka%2FtestParabolicParametrizedMagneticField.dev.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MagneticField%2FParametrizedEngine%2Ftest%2Falpaka%2FtestParabolicParametrizedMagneticField.dev.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MagneticField%2FParametrizedEngine%2Ftest%2Falpaka%2FtestParabolicParametrizedMagneticField.dev.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -129,3 +129,5 @@ int main() {\n }\n }\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"57138f1c16672ba90e5f60aec5a959b96a871787","filename":"MuonAnalysis/MomentumScaleCalibration/test/Macros/CompareWithSystematicError.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FCompareWithSystematicError.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FCompareWithSystematicError.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FCompareWithSystematicError.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -124,3 +124,5 @@ void CompareWithSystematicError()\n outputFile->Write();\n outputFile->Close();\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"fbc329b7e7605753202cdf5764269531d63490e7","filename":"MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasUpsilonValidation.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FCompareBiasUpsilonValidation.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FCompareBiasUpsilonValidation.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FCompareBiasUpsilonValidation.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -209,3 +209,5 @@ class CompareBiasUpsilonValidation\n TFile * file_;\n bool doFit_;\n };\n+-- dummy change --\n+-- dummy change --"},{"sha":"21c38dfe99d53235aab969736199229b01be7c58","filename":"MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasY1SValidation.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FCompareBiasY1SValidation.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FCompareBiasY1SValidation.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FCompareBiasY1SValidation.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -233,3 +233,5 @@ class CompareBiasY1SValidation\n TFile * file_;\n bool doFit_;\n };\n+-- dummy change --\n+-- dummy change --"},{"sha":"33741b92ba0346574534dc8fddab33fbd5186012","filename":"MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasZValidation.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FCompareBiasZValidation.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FCompareBiasZValidation.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FCompareBiasZValidation.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -226,3 +226,5 @@ class CompareBiasZValidation\n TFile * file_;\n bool doFit_;\n };\n+-- dummy change --\n+-- dummy change --"},{"sha":"debb2af84bc42aa10a3903fe6bd95c28ed1ed7be","filename":"MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/ComparePhiPlusMinus.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FComparePhiPlusMinus.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FComparePhiPlusMinus.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FComparePhiPlusMinus.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -17,3 +17,5 @@\n histo2->Draw(\"same\");\n histo2->SetLineColor(kRed);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"4171a389ce51bad26d3455f78e00cc427285b708","filename":"MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareWithExpected.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FCompareWithExpected.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FCompareWithExpected.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FCompareWithExpected.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -49,3 +49,5 @@\n meanHisto->GetXaxis()->SetTitle(\"muon #eta\");\n meanHisto->GetYaxis()->SetTitle(\"peak (GeV)\");\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"15eef628e333f46083e3b2c354daf4a2ce21eef7","filename":"MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareWithExpectedBeforeAfter.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FCompareWithExpectedBeforeAfter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FCompareWithExpectedBeforeAfter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FCompareWithExpectedBeforeAfter.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -60,3 +60,5 @@\n meanHisto1->GetXaxis()->SetTitle(\"muon #eta\");\n meanHisto1->GetYaxis()->SetTitle(\"peak (GeV)\");\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"323c20983719a6512738f4008d11a368d98c5923","filename":"MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CrystalBallFitOnData_JPsi.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FCrystalBallFitOnData_JPsi.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FCrystalBallFitOnData_JPsi.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FCrystalBallFitOnData_JPsi.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -130,3 +130,5 @@ void CrystalBallFitOnData_JPsi()\n // std::cout << \"S/B = \" << fSigSmall/(1-fSigSmall) << std::endl;\n \n };\n+-- dummy change --\n+-- dummy change --"},{"sha":"85e166f7c456405cb0af4092637523ae7e261f15","filename":"MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/GaussianFitOnData_Psi2S.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FGaussianFitOnData_Psi2S.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FGaussianFitOnData_Psi2S.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FGaussianFitOnData_Psi2S.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -164,3 +164,5 @@ void GaussianFitOnData_Psi2S()\n // std::cout << \"S/B = \" << fSigSmall/(1-fSigSmall) << std::endl;\n \n };\n+-- dummy change --\n+-- dummy change --"},{"sha":"ba70ca4b7db3753ed41e969e1a8d100268865a27","filename":"MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Base.C","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FMultiHistoOverlapAll_Base.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FMultiHistoOverlapAll_Base.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FMultiHistoOverlapAll_Base.C?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -622,3 +622,5 @@ void getCustomRanges(TString type, TString resonance, int iP, float minmax_plot[\n } // End custom ranges\n \n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"2b4492827fca3240158af1bc8aacb2bff77430be","filename":"MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Y1S.C","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FMultiHistoOverlapAll_Y1S.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FMultiHistoOverlapAll_Y1S.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FMultiHistoOverlapAll_Y1S.C?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n void MultiHistoOverlapAll_Y1S(string files, string labels, string colors = \"\", string linestyles = \"\", string markerstyles = \"\", TString directory = \".\", bool switchONfit = false, bool AutoSetRange=false, float CustomMinY=9.3, float CustomMaxY=9.6){//DEFAULT RANGE TO BE FIXED\n MultiHistoOverlapAll_Base(files, labels, colors, linestyles, markerstyles, directory, \"Y1S\", switchONfit, AutoSetRange, CustomMinY, CustomMaxY);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"686af4f38e65c7f80b6ee8ebf49cde8b241fbd96","filename":"MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Z.C","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FMultiHistoOverlapAll_Z.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FMultiHistoOverlapAll_Z.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FMultiHistoOverlapAll_Z.C?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n void MultiHistoOverlapAll_Z(string files, string labels, string colors = \"\", string linestyles = \"\", string markerstyles = \"\", TString directory = \".\", bool switchONfit = false, bool AutoSetRange=false, float CustomMinY=90.85, float CustomMaxY=91.4){\n MultiHistoOverlapAll_Base(files, labels, colors, linestyles, markerstyles, directory, \"Z\", switchONfit, AutoSetRange, CustomMinY, CustomMaxY);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"280f40c00f63027137dadbc8a039267c9657e8f9","filename":"MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlap_Upsilon.C","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FMultiHistoOverlap_Upsilon.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FMultiHistoOverlap_Upsilon.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FMultiHistoOverlap_Upsilon.C?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -386,3 +386,5 @@\n c6->SaveAs(\"MassVsPhiCS_ALL.png\"); \n \n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"ddf2e4e3100385fa8c150a4035d723c3472404ac","filename":"MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlap_Y1S.C","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FMultiHistoOverlap_Y1S.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FMultiHistoOverlap_Y1S.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FMultiHistoOverlap_Y1S.C?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -17,3 +17,5 @@ void MultiHistoOverlap_Y1S(){\n \n MultiHistoOverlapAll_Y1S(separatebycommas(filenames), separatebycommas(titles), separatebycommas(colors), separatebycommas(linestyles), separatebycommas(markerstyles), \"./plots\", false);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"9faa26a37662fe3f9f67e374feb2386d89a92da2","filename":"MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/RunCompareBias_template.C","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FRunCompareBias_template.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FRunCompareBias_template.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FRunCompareBias_template.C?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n gROOT->LoadMacro(\"CompareBias.cc+\");\n CompareBias();\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"fac4d74f1e9ce50c939e9597816b3927e6246eb1","filename":"MuonAnalysis/MomentumScaleCalibration/test/Macros/ShowProbabilityDistribution.C","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FShowProbabilityDistribution.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FShowProbabilityDistribution.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FShowProbabilityDistribution.C?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -17,3 +17,5 @@\n hist->SetContour(50);\n hist->Draw(\"surf5\");\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"f5351d47bc3b3527d79085244b87d3d8b6632795","filename":"MuonAnalysis/MomentumScaleCalibration/test/Macros/TreeProduction/MuScleFit_template_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FTreeProduction%2FMuScleFit_template_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FTreeProduction%2FMuScleFit_template_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FTreeProduction%2FMuScleFit_template_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -221,3 +221,5 @@\n # process.Timing = cms.Service(\"Timing\")\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"42e6f2fb5df3d5d89106d1df2534780d9cd4959a","filename":"MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/SplitAndRunBatch.sh","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FStatisticalErrors%2FSplitAndRunBatch.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FStatisticalErrors%2FSplitAndRunBatch.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FStatisticalErrors%2FSplitAndRunBatch.sh?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -48,3 +48,5 @@ do\n bsub -o tmp_${i}.log -q ${Q} singleJob_${i}.lsf\n cd -\n done\n+-- dummy change --\n+-- dummy change --"},{"sha":"14407a284ba18359724249e3ece4c09bc4bb7788","filename":"MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/StatisticalErrors_instructions.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FStatisticalErrors%2FStatisticalErrors_instructions.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FStatisticalErrors%2FStatisticalErrors_instructions.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FStatisticalErrors%2FStatisticalErrors_instructions.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -109,3 +109,5 @@ PARAMETERS USING MULTIPLE PSEUDO-EXPERIMENTS\n - this will produce the plot and the tentative fit for the\n \t parameter and keep it open, so you can try to re-fit it as\n \t you wish.\n+-- dummy change --\n+-- dummy change --"},{"sha":"053e27ce62ccffeb5b88065b4c7f6ad56ea42ea2","filename":"MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/TakeParameterFromBatch.sh","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FStatisticalErrors%2FTakeParameterFromBatch.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FStatisticalErrors%2FTakeParameterFromBatch.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FStatisticalErrors%2FTakeParameterFromBatch.sh?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -49,3 +49,5 @@ for file in $(ls ${dir}/FitParameters_*.txt)\n echo $value >> Values.txt\n fi\n done\n+-- dummy change --\n+-- dummy change --"},{"sha":"ce68614f566f497093f0850ea60df8a59494a67f","filename":"MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/TreeSplitter_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FStatisticalErrors%2FTreeSplitter_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FStatisticalErrors%2FTreeSplitter_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FStatisticalErrors%2FTreeSplitter_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -19,3 +19,5 @@\n \n process.p1 = cms.Path(process.TreeSplitterModule)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"8e04e5283433043d8d09b053c4006b1b160d73e2","filename":"MuonAnalysis/MomentumScaleCalibration/test/UnitTests/TestCrossSectionHandler.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FUnitTests%2FTestCrossSectionHandler.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FUnitTests%2FTestCrossSectionHandler.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FUnitTests%2FTestCrossSectionHandler.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -324,3 +324,5 @@ class TestCrossSectionHandler : public CppUnit::TestFixture {\n CPPUNIT_TEST_SUITE_REGISTRATION(TestCrossSectionHandler);\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"85f96d2d7373a153d8a8233fb5b89c3365d5a696","filename":"MuonAnalysis/MomentumScaleCalibration/test/tree_production/miniAODVBTFMuonsOnlyTreeMC_CRAB_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2Ftree_production%2FminiAODVBTFMuonsOnlyTreeMC_CRAB_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2Ftree_production%2FminiAODVBTFMuonsOnlyTreeMC_CRAB_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2Ftree_production%2FminiAODVBTFMuonsOnlyTreeMC_CRAB_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -296,3 +296,5 @@ def set(self, fix, order, value, step, min, max):\n process.RunTwoMuons\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"94cc2861fec4340e59e20599b784ea36476ebdea","filename":"MuonAnalysis/MuonAssociators/test/MuonMCClassifier/debugMuonsClassByHits_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMuonAssociators%2Ftest%2FMuonMCClassifier%2FdebugMuonsClassByHits_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMuonAssociators%2Ftest%2FMuonMCClassifier%2FdebugMuonsClassByHits_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMuonAssociators%2Ftest%2FMuonMCClassifier%2FdebugMuonsClassByHits_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -68,3 +68,5 @@\n limit = cms.untracked.int32(10000000)\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"fe5bff524b3655baa31897d7353f6c1c05872376","filename":"MuonAnalysis/MuonAssociators/test/MuonMCClassifier/patMuonsWithClassByHits_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMuonAssociators%2Ftest%2FMuonMCClassifier%2FpatMuonsWithClassByHits_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMuonAssociators%2Ftest%2FMuonMCClassifier%2FpatMuonsWithClassByHits_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMuonAssociators%2Ftest%2FMuonMCClassifier%2FpatMuonsWithClassByHits_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -127,3 +127,5 @@\n SelectEvents = cms.untracked.PSet( SelectEvents = cms.vstring(\"go\")),\n )\n process.end = cms.EndPath(process.out)\n+-- dummy change --\n+-- dummy change --"},{"sha":"b5e364f7796f1b367336561347c9c0b695b3f1e6","filename":"MuonAnalysis/MuonAssociators/test/Trigger/patMuonsWithTrigger_Data_HLTDEBUG_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMuonAssociators%2Ftest%2FTrigger%2FpatMuonsWithTrigger_Data_HLTDEBUG_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMuonAssociators%2Ftest%2FTrigger%2FpatMuonsWithTrigger_Data_HLTDEBUG_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMuonAssociators%2Ftest%2FTrigger%2FpatMuonsWithTrigger_Data_HLTDEBUG_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -107,3 +107,5 @@\n SelectEvents = cms.untracked.PSet( SelectEvents = cms.vstring('p') )\n )\n process.e = cms.EndPath(process.out)\n+-- dummy change --\n+-- dummy change --"},{"sha":"7ccd91690d48c91de85a5f7b9a48814174d4df86","filename":"MuonAnalysis/MuonAssociators/test/Trigger/patMuonsWithTrigger_mc_HLTDEBUG_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMuonAssociators%2Ftest%2FTrigger%2FpatMuonsWithTrigger_mc_HLTDEBUG_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/MuonAnalysis%2FMuonAssociators%2Ftest%2FTrigger%2FpatMuonsWithTrigger_mc_HLTDEBUG_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMuonAssociators%2Ftest%2FTrigger%2FpatMuonsWithTrigger_mc_HLTDEBUG_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -76,3 +76,5 @@\n SelectEvents = cms.untracked.PSet( SelectEvents = cms.vstring('p') )\n )\n process.e = cms.EndPath(process.out)\n+-- dummy change --\n+-- dummy change --"},{"sha":"5d3e4ccf989706986b6de38956735eddcf3d9f1d","filename":"OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/db/ClassNotSupportedException.java","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2Fdb%2FClassNotSupportedException.java","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2Fdb%2FClassNotSupportedException.java","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2Fdb%2FClassNotSupportedException.java?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -27,3 +27,5 @@ public ClassNotSupportedException(String message) {\n }\n \n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"746d36e3e787e90af78b39d9aa30e062a5188eaa","filename":"OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIDGenerator.java","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FDetIDGenerator.java","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FDetIDGenerator.java","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FDetIDGenerator.java?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -648,3 +648,5 @@ public static void main(String args[])\n \t}\n }\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"c04dedb910b782bd935b87d20ab08ad125dd0e6c","filename":"OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIdConverter.java","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FDetIdConverter.java","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FDetIdConverter.java","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FDetIdConverter.java?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -79,3 +79,5 @@ public static void main(String[] args){\n }\n */\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"aca2f3f248099ace2fef1df83b5de40eed7911ff","filename":"OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/IDetIdGenerator.java","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FIDetIdGenerator.java","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FIDetIdGenerator.java","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FIDetIdGenerator.java?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -24,3 +24,5 @@ Returns a Vector of Vectors containing the (object_id, det_id) couples : [[objec\n **/\n ArrayList> getDetIds();\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"f37796a2d23010090c4880125ae5a8aad9de63d2","filename":"OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECAnalyzer.java","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FTECAnalyzer.java","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FTECAnalyzer.java","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FTECAnalyzer.java?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -218,3 +218,5 @@ public ArrayList> getDetIds(){\n }\n \n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"29626cf36c39ad826fbf380d5f71ef014092823b","filename":"OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECDetIdConverter.java","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FTECDetIdConverter.java","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FTECDetIdConverter.java","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FTECDetIdConverter.java?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -181,3 +181,5 @@ public static void main(String args[]){\n }\n \n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"15612a21084ec45c2cf75926b5cfe5203227a220","filename":"OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TOBAnalyzer.java","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FTOBAnalyzer.java","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FTOBAnalyzer.java","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FTOBAnalyzer.java?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -195,3 +195,5 @@ public ArrayList> getDetIds(){\n }\n \n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"aa6cbc0d1ec6ca4825a20dcb181f851f2ef84ad2","filename":"OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TOBDetIdConverter.java","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FTOBDetIdConverter.java","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FTOBDetIdConverter.java","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FTOBDetIdConverter.java?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -145,3 +145,5 @@ public static void main(String args[]){\n \t}\n }\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"923d0c170ba8c356f4c3a15dfbaecfc61c690a0c","filename":"OnlineDB/SiStripO2O/test/O2O_Validation/template_Validate_FEDCabling_O2O_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/OnlineDB%2FSiStripO2O%2Ftest%2FO2O_Validation%2Ftemplate_Validate_FEDCabling_O2O_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/OnlineDB%2FSiStripO2O%2Ftest%2FO2O_Validation%2Ftemplate_Validate_FEDCabling_O2O_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/OnlineDB%2FSiStripO2O%2Ftest%2FO2O_Validation%2Ftemplate_Validate_FEDCabling_O2O_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -40,3 +40,5 @@\n process.p1 = cms.Path(process.reader)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"95d27f804349a9c26e6f6b2bcc7e8641ad2e1598","filename":"OnlineDB/SiStripO2O/test/P5/20X/SiStripO2O_AT_P5_table_multipartition_Commissioning.sh","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/OnlineDB%2FSiStripO2O%2Ftest%2FP5%2F20X%2FSiStripO2O_AT_P5_table_multipartition_Commissioning.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/OnlineDB%2FSiStripO2O%2Ftest%2FP5%2F20X%2FSiStripO2O_AT_P5_table_multipartition_Commissioning.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/OnlineDB%2FSiStripO2O%2Ftest%2FP5%2F20X%2FSiStripO2O_AT_P5_table_multipartition_Commissioning.sh?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -150,3 +150,5 @@ echo \"\"\n \n rm -f $LOCKFILE\n rm -f $ERRORLOCKFILE\n+-- dummy change --\n+-- dummy change --"},{"sha":"8e66b2abc7675246f886674cb9f63e64c4f914c7","filename":"OnlineDB/SiStripO2O/test/P5/21X/SiStripO2O_AT_P5_table_multipartition_Commissioning.sh","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/OnlineDB%2FSiStripO2O%2Ftest%2FP5%2F21X%2FSiStripO2O_AT_P5_table_multipartition_Commissioning.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/OnlineDB%2FSiStripO2O%2Ftest%2FP5%2F21X%2FSiStripO2O_AT_P5_table_multipartition_Commissioning.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/OnlineDB%2FSiStripO2O%2Ftest%2FP5%2F21X%2FSiStripO2O_AT_P5_table_multipartition_Commissioning.sh?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -150,3 +150,5 @@ echo \"\"\n \n rm -f $LOCKFILE\n rm -f $ERRORLOCKFILE\n+-- dummy change --\n+-- dummy change --"},{"sha":"c816bb07ae2792aa6ab39a90ad432ddb39b722cb","filename":"PhysicsTools/HepMCCandAlgos/python/allStandAloneMuonTracksGenParticlesLeptonMatch_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/PhysicsTools%2FHepMCCandAlgos%2Fpython%2FallStandAloneMuonTracksGenParticlesLeptonMatch_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/PhysicsTools%2FHepMCCandAlgos%2Fpython%2FallStandAloneMuonTracksGenParticlesLeptonMatch_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/PhysicsTools%2FHepMCCandAlgos%2Fpython%2FallStandAloneMuonTracksGenParticlesLeptonMatch_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"f1f705167a1213d1ffae51c5d6d711285635c639","filename":"PhysicsTools/HepMCCandAlgos/python/allSuperClustersGenParticlesLeptonMatch_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/PhysicsTools%2FHepMCCandAlgos%2Fpython%2FallSuperClustersGenParticlesLeptonMatch_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/PhysicsTools%2FHepMCCandAlgos%2Fpython%2FallSuperClustersGenParticlesLeptonMatch_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/PhysicsTools%2FHepMCCandAlgos%2Fpython%2FallSuperClustersGenParticlesLeptonMatch_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"075df78f7322f53bdb39cbda7da0d61ab46a6db9","filename":"PhysicsTools/NanoAODTools/python/postprocessing/framework/treeReaderArrayTools.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/PhysicsTools%2FNanoAODTools%2Fpython%2Fpostprocessing%2Fframework%2FtreeReaderArrayTools.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/PhysicsTools%2FNanoAODTools%2Fpython%2Fpostprocessing%2Fframework%2FtreeReaderArrayTools.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/PhysicsTools%2FNanoAODTools%2Fpython%2Fpostprocessing%2Fframework%2FtreeReaderArrayTools.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -151,3 +151,5 @@ def _gotoEntry(tree, entry, forceCall=False):\n else:\n tree._ttreereader.SetEntry(entry)\n tree.entry = entry\n+-- dummy change --\n+-- dummy change --"},{"sha":"eb1867a55036c71211ac01240946d2a4067809de","filename":"PhysicsTools/PatAlgos/python/slimming/offlineSlimmedPrimaryVerticesWithBS_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/PhysicsTools%2FPatAlgos%2Fpython%2Fslimming%2FofflineSlimmedPrimaryVerticesWithBS_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/PhysicsTools%2FPatAlgos%2Fpython%2Fslimming%2FofflineSlimmedPrimaryVerticesWithBS_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/PhysicsTools%2FPatAlgos%2Fpython%2Fslimming%2FofflineSlimmedPrimaryVerticesWithBS_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n src = cms.InputTag(\"offlinePrimaryVerticesWithBS\"),\n score = cms.InputTag(\"primaryVertexWithBSAssociation\",\"original\"),\n )\n+-- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e?per_page=100&page=24 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:19 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"30824a3d0e10973f966caef304d72cc772ebd9c8b6e4a6f9f3dee0aeeca143a8"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:04:54 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4947'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '53'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C7E6:E666D:176C44:17E270:68122483')] +{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","node_id":"C_kwDOF83__NoAKGMyMzA5OWM3Mzc3MTIzYjZkZTdmYWZhN2E0ODZiMjBiMThkNTRmN2U","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"message":"Try generating big cache","tree":{"sha":"f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684"}],"stats":{"total":6008,"additions":5944,"deletions":64},"files":[{"sha":"2c65cc28706cd978cbef5657ad094c822b5f1d53","filename":"PhysicsTools/SelectorUtils/interface/SimpleCutBasedElectronIDSelectionFunctor.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/PhysicsTools%2FSelectorUtils%2Finterface%2FSimpleCutBasedElectronIDSelectionFunctor.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/PhysicsTools%2FSelectorUtils%2Finterface%2FSimpleCutBasedElectronIDSelectionFunctor.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/PhysicsTools%2FSelectorUtils%2Finterface%2FSimpleCutBasedElectronIDSelectionFunctor.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -557,3 +557,5 @@ class SimpleCutBasedElectronIDSelectionFunctor : public Selector\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"3849fef816fe2711bb3e68e7795e15fff4b32ed2","filename":"RecoBTag/CTagging/python/candidateCombinedSecondaryVertexSoftLeptonCvsLComputer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FCTagging%2Fpython%2FcandidateCombinedSecondaryVertexSoftLeptonCvsLComputer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FCTagging%2Fpython%2FcandidateCombinedSecondaryVertexSoftLeptonCvsLComputer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FCTagging%2Fpython%2FcandidateCombinedSecondaryVertexSoftLeptonCvsLComputer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -19,3 +19,5 @@\n recordLabel = cms.string(''),\n categoryVariableName = cms.string('vertexLeptonCategory')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"68cf09a4c78cbd76fe73fd503f7fae77dc03b64b","filename":"RecoBTag/CTagging/python/pfInclusiveSecondaryVertexFinderNegativeCvsLTagInfos_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FCTagging%2Fpython%2FpfInclusiveSecondaryVertexFinderNegativeCvsLTagInfos_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FCTagging%2Fpython%2FpfInclusiveSecondaryVertexFinderNegativeCvsLTagInfos_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FCTagging%2Fpython%2FpfInclusiveSecondaryVertexFinderNegativeCvsLTagInfos_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n \t\t distSig2dMax = -1.5,\n \t\t maxDeltaRToJetAxis = -0.5)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"4f584b4aaa82ede2ad4c466f5a35dd41ce1b62e1","filename":"RecoBTag/ImpactParameter/python/candidateNegativeOnlyJetBProbabilityComputer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FImpactParameter%2Fpython%2FcandidateNegativeOnlyJetBProbabilityComputer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FImpactParameter%2Fpython%2FcandidateNegativeOnlyJetBProbabilityComputer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FImpactParameter%2Fpython%2FcandidateNegativeOnlyJetBProbabilityComputer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n candidateNegativeOnlyJetBProbabilityComputer = candidateJetBProbabilityComputer.clone(\n trackIpSign = -1 ## 0 = use both, 1 = positive only, -1 = negative only\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"901f111d5dfbcbfbeba46762999f22fc1e955bcf","filename":"RecoBTag/ImpactParameter/python/candidateNegativeOnlyJetProbabilityComputer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FImpactParameter%2Fpython%2FcandidateNegativeOnlyJetProbabilityComputer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FImpactParameter%2Fpython%2FcandidateNegativeOnlyJetProbabilityComputer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FImpactParameter%2Fpython%2FcandidateNegativeOnlyJetProbabilityComputer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"2a73519f7eb8cae8caeab54e93ed78036b195307","filename":"RecoBTag/ImpactParameter/python/candidateNegativeTrackCounting3D2ndComputer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FImpactParameter%2Fpython%2FcandidateNegativeTrackCounting3D2ndComputer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FImpactParameter%2Fpython%2FcandidateNegativeTrackCounting3D2ndComputer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FImpactParameter%2Fpython%2FcandidateNegativeTrackCounting3D2ndComputer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -15,3 +15,5 @@\n trackQualityClass = cms.string(\"any\"),\n useVariableJTA = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"20baa12e80e8526ca3d323ccc4ff9725ed395acb","filename":"RecoBTag/ImpactParameter/python/candidateNegativeTrackCounting3D3rdComputer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FImpactParameter%2Fpython%2FcandidateNegativeTrackCounting3D3rdComputer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FImpactParameter%2Fpython%2FcandidateNegativeTrackCounting3D3rdComputer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FImpactParameter%2Fpython%2FcandidateNegativeTrackCounting3D3rdComputer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n candidateNegativeTrackCounting3D3rdComputer = candidateNegativeTrackCounting3D2ndComputer.clone(\n nthTrack = 3\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"976667dcb7ca263a27ad97baeb6604f3baf67321","filename":"RecoBTag/ImpactParameter/python/candidatePositiveOnlyJetBProbabilityComputer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FImpactParameter%2Fpython%2FcandidatePositiveOnlyJetBProbabilityComputer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FImpactParameter%2Fpython%2FcandidatePositiveOnlyJetBProbabilityComputer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FImpactParameter%2Fpython%2FcandidatePositiveOnlyJetBProbabilityComputer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n candidatePositiveOnlyJetBProbabilityComputer = candidateJetBProbabilityComputer.clone(\n trackIpSign = 1 ## 0 = use both, 1 = positive only, -1 = negative only\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"8eee7bd5cfff3b70fc518520b88f61fa1d8366ee","filename":"RecoBTag/ImpactParameter/python/candidatePositiveOnlyJetProbabilityComputer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FImpactParameter%2Fpython%2FcandidatePositiveOnlyJetProbabilityComputer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FImpactParameter%2Fpython%2FcandidatePositiveOnlyJetProbabilityComputer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FImpactParameter%2Fpython%2FcandidatePositiveOnlyJetProbabilityComputer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n candidatePositiveOnlyJetProbabilityComputer = candidateJetProbabilityComputer.clone(\n trackIpSign = 1 ## 0 = use both, 1 = positive only, -1 = negative only\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"7b63c76aae633ad27244d908b91741c2ca941aef","filename":"RecoBTag/ONNXRuntime/plugins/UnifiedParticleTransformerAK4ONNXJetTagsProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FONNXRuntime%2Fplugins%2FUnifiedParticleTransformerAK4ONNXJetTagsProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FONNXRuntime%2Fplugins%2FUnifiedParticleTransformerAK4ONNXJetTagsProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FONNXRuntime%2Fplugins%2FUnifiedParticleTransformerAK4ONNXJetTagsProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -218,3 +218,5 @@ void UnifiedParticleTransformerAK4ONNXJetTagsProducer::make_inputs(\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(UnifiedParticleTransformerAK4ONNXJetTagsProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"33e70bcf4eb0e883b5bf3fde60faccc2535d18d7","filename":"RecoBTag/ONNXRuntime/plugins/UnifiedParticleTransformerAK4SonicJetTagsProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FONNXRuntime%2Fplugins%2FUnifiedParticleTransformerAK4SonicJetTagsProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FONNXRuntime%2Fplugins%2FUnifiedParticleTransformerAK4SonicJetTagsProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FONNXRuntime%2Fplugins%2FUnifiedParticleTransformerAK4SonicJetTagsProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -202,3 +202,5 @@ void UnifiedParticleTransformerAK4SonicJetTagsProducer::produce(edm::Event &iEve\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(UnifiedParticleTransformerAK4SonicJetTagsProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"515acc39e082bca5c7a768f547276cfa55d0b9da","filename":"RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V01/pfDeepBoostedJetPreprocessParams_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FONNXRuntime%2Fpython%2FParameters%2FDeepBoostedJet%2FV01%2FpfDeepBoostedJetPreprocessParams_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FONNXRuntime%2Fpython%2FParameters%2FDeepBoostedJet%2FV01%2FpfDeepBoostedJetPreprocessParams_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FONNXRuntime%2Fpython%2FParameters%2FDeepBoostedJet%2FV01%2FpfDeepBoostedJetPreprocessParams_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -478,3 +478,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"620fe148514ecb2db8e9dc2bc118b70167d0e9cf","filename":"RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V02/pfDeepBoostedJetPreprocessParams_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FONNXRuntime%2Fpython%2FParameters%2FDeepBoostedJet%2FV02%2FpfDeepBoostedJetPreprocessParams_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FONNXRuntime%2Fpython%2FParameters%2FDeepBoostedJet%2FV02%2FpfDeepBoostedJetPreprocessParams_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FONNXRuntime%2Fpython%2FParameters%2FDeepBoostedJet%2FV02%2FpfDeepBoostedJetPreprocessParams_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -478,3 +478,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"dc07d5fa4a05617c89582700551636f2b3c21096","filename":"RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V02/pfMassDecorrelatedDeepBoostedJetPreprocessParams_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FONNXRuntime%2Fpython%2FParameters%2FDeepBoostedJet%2FV02%2FpfMassDecorrelatedDeepBoostedJetPreprocessParams_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FONNXRuntime%2Fpython%2FParameters%2FDeepBoostedJet%2FV02%2FpfMassDecorrelatedDeepBoostedJetPreprocessParams_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FONNXRuntime%2Fpython%2FParameters%2FDeepBoostedJet%2FV02%2FpfMassDecorrelatedDeepBoostedJetPreprocessParams_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -430,3 +430,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"99fd715acd766dfc542044c30dd720f69ab915e0","filename":"RecoBTag/ONNXRuntime/python/Parameters/HiggsInteractionNet/V00/pfHiggsInteractionNetPreprocessParams_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FONNXRuntime%2Fpython%2FParameters%2FHiggsInteractionNet%2FV00%2FpfHiggsInteractionNetPreprocessParams_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FONNXRuntime%2Fpython%2FParameters%2FHiggsInteractionNet%2FV00%2FpfHiggsInteractionNetPreprocessParams_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FONNXRuntime%2Fpython%2FParameters%2FHiggsInteractionNet%2FV00%2FpfHiggsInteractionNetPreprocessParams_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -374,3 +374,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"38f2cfdf40e00e50cca37e03694a168669b2fff7","filename":"RecoBTag/ONNXRuntime/python/pfMassDecorrelatedDeepBoostedDiscriminatorsJetTags_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FONNXRuntime%2Fpython%2FpfMassDecorrelatedDeepBoostedDiscriminatorsJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FONNXRuntime%2Fpython%2FpfMassDecorrelatedDeepBoostedDiscriminatorsJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FONNXRuntime%2Fpython%2FpfMassDecorrelatedDeepBoostedDiscriminatorsJetTags_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -166,3 +166,5 @@\n \n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"bd36ad58e12238ab1b28686145bf4fd4ee973eab","filename":"RecoBTag/ONNXRuntime/python/pfMassDecorrelatedParticleNetDiscriminatorsJetTags_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FONNXRuntime%2Fpython%2FpfMassDecorrelatedParticleNetDiscriminatorsJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FONNXRuntime%2Fpython%2FpfMassDecorrelatedParticleNetDiscriminatorsJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FONNXRuntime%2Fpython%2FpfMassDecorrelatedParticleNetDiscriminatorsJetTags_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -48,3 +48,5 @@\n \n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"561f35da707a947395f4f37199c032c23f4408f7","filename":"RecoBTag/ONNXRuntime/python/pfParticleNetFromMiniAODAK4DiscriminatorsJetTags_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FONNXRuntime%2Fpython%2FpfParticleNetFromMiniAODAK4DiscriminatorsJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FONNXRuntime%2Fpython%2FpfParticleNetFromMiniAODAK4DiscriminatorsJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FONNXRuntime%2Fpython%2FpfParticleNetFromMiniAODAK4DiscriminatorsJetTags_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -309,3 +309,5 @@\n \n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"77c1a2772b8031d6c0d4d388f36f2709e1c759bd","filename":"RecoBTag/ONNXRuntime/python/pfParticleNetFromMiniAODAK8DiscriminatorsJetTags_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FONNXRuntime%2Fpython%2FpfParticleNetFromMiniAODAK8DiscriminatorsJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FONNXRuntime%2Fpython%2FpfParticleNetFromMiniAODAK8DiscriminatorsJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FONNXRuntime%2Fpython%2FpfParticleNetFromMiniAODAK8DiscriminatorsJetTags_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -103,3 +103,5 @@\n ),\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"862e69e12de3275179f1c291659942dff3c39ec4","filename":"RecoBTag/ONNXRuntime/python/pfParticleTransformerAK4DiscriminatorsJetTags_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FONNXRuntime%2Fpython%2FpfParticleTransformerAK4DiscriminatorsJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FONNXRuntime%2Fpython%2FpfParticleTransformerAK4DiscriminatorsJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FONNXRuntime%2Fpython%2FpfParticleTransformerAK4DiscriminatorsJetTags_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -70,3 +70,5 @@\n \n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"4ca765754022ae515209fef47b8d7939d0819916","filename":"RecoBTag/ONNXRuntime/python/pfUnifiedParticleTransformerAK4DiscriminatorsJetTags_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FONNXRuntime%2Fpython%2FpfUnifiedParticleTransformerAK4DiscriminatorsJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FONNXRuntime%2Fpython%2FpfUnifiedParticleTransformerAK4DiscriminatorsJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FONNXRuntime%2Fpython%2FpfUnifiedParticleTransformerAK4DiscriminatorsJetTags_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -180,3 +180,5 @@\n \n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"756eeedefd23b26474196ea9b701b44a3601559a","filename":"RecoBTag/ONNXRuntime/python/pfUnifiedParticleTransformerAK4V1DiscriminatorsJetTags_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FONNXRuntime%2Fpython%2FpfUnifiedParticleTransformerAK4V1DiscriminatorsJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FONNXRuntime%2Fpython%2FpfUnifiedParticleTransformerAK4V1DiscriminatorsJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FONNXRuntime%2Fpython%2FpfUnifiedParticleTransformerAK4V1DiscriminatorsJetTags_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -180,3 +180,5 @@\n \n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"dca6c62bb34f6dac1ac4159fe1aa9e975fc6138f","filename":"RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterFromFile_WPandPayload.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FPerformanceDB%2Fplugins%2FPhysicsPerformanceDBWriterFromFile_WPandPayload.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FPerformanceDB%2Fplugins%2FPhysicsPerformanceDBWriterFromFile_WPandPayload.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FPerformanceDB%2Fplugins%2FPhysicsPerformanceDBWriterFromFile_WPandPayload.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -163,3 +163,5 @@ void PhysicsPerformanceDBWriterFromFile_WPandPayload::beginJob() {\n }\n \n DEFINE_FWK_MODULE(PhysicsPerformanceDBWriterFromFile_WPandPayload);\n+-- dummy change --\n+-- dummy change --"},{"sha":"ae069f90b4c4be70218aedb97d9da5ffbb68c61a","filename":"RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterFromFile_WPandPayload_IOV.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FPerformanceDB%2Fplugins%2FPhysicsPerformanceDBWriterFromFile_WPandPayload_IOV.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FPerformanceDB%2Fplugins%2FPhysicsPerformanceDBWriterFromFile_WPandPayload_IOV.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FPerformanceDB%2Fplugins%2FPhysicsPerformanceDBWriterFromFile_WPandPayload_IOV.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -162,3 +162,5 @@ void PhysicsPerformanceDBWriterFromFile_WPandPayload_IOV::beginJob() {\n }\n \n DEFINE_FWK_MODULE(PhysicsPerformanceDBWriterFromFile_WPandPayload_IOV);\n+-- dummy change --\n+-- dummy change --"},{"sha":"f062a3fad11e67c8be0ddd2425249b83f8b64a46","filename":"RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterTFormula_fromfile_WPandPL.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FPerformanceDB%2Fplugins%2FPhysicsPerformanceDBWriterTFormula_fromfile_WPandPL.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FPerformanceDB%2Fplugins%2FPhysicsPerformanceDBWriterTFormula_fromfile_WPandPL.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FPerformanceDB%2Fplugins%2FPhysicsPerformanceDBWriterTFormula_fromfile_WPandPL.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -195,3 +195,5 @@ void PhysicsPerformanceDBWriterTFormula_fromfile_WPandPL::beginJob() {\n }\n \n DEFINE_FWK_MODULE(PhysicsPerformanceDBWriterTFormula_fromfile_WPandPL);\n+-- dummy change --\n+-- dummy change --"},{"sha":"8442869b4ef683c3afff6b42dbd445faca1ffefc","filename":"RecoBTag/SecondaryVertex/interface/CandidateBoostedDoubleSecondaryVertexComputer.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Finterface%2FCandidateBoostedDoubleSecondaryVertexComputer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Finterface%2FCandidateBoostedDoubleSecondaryVertexComputer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Finterface%2FCandidateBoostedDoubleSecondaryVertexComputer.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -33,3 +33,5 @@ class CandidateBoostedDoubleSecondaryVertexComputer : public JetTagComputer {\n };\n \n #endif // RecoBTag_SecondaryVertex_CandidateBoostedDoubleSecondaryVertexComputer_h\n+-- dummy change --\n+-- dummy change --"},{"sha":"304f64ee5cbed0fb2e951872980699ddb51a0f08","filename":"RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexAK8Computer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateBoostedDoubleSecondaryVertexAK8Computer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateBoostedDoubleSecondaryVertexAK8Computer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateBoostedDoubleSecondaryVertexAK8Computer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n \n from Configuration.Eras.Modifier_phase1Pixel_cff import phase1Pixel\n phase1Pixel.toModify(candidateBoostedDoubleSecondaryVertexAK8Computer, weightFile = 'RecoBTag/SecondaryVertex/data/BoostedDoubleSV_AK8_BDT_PhaseI_v1.weights.xml.gz')\n+-- dummy change --\n+-- dummy change --"},{"sha":"febe4bb28b553befa5989d6a79c6c1c39f06bd53","filename":"RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexCA15Computer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateBoostedDoubleSecondaryVertexCA15Computer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateBoostedDoubleSecondaryVertexCA15Computer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateBoostedDoubleSecondaryVertexCA15Computer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n useGBRForest = cms.bool(True),\n useAdaBoost = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"55147791413993ffebef7677bf257d42ea81f859","filename":"RecoBTag/SecondaryVertex/python/candidateCombinedSecondaryVertexSoftLeptonComputer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateCombinedSecondaryVertexSoftLeptonComputer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateCombinedSecondaryVertexSoftLeptonComputer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateCombinedSecondaryVertexSoftLeptonComputer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -19,3 +19,5 @@\n \tcategoryVariableName = cms.string('vertexLeptonCategory')\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"5576e5af4cb30ae0bcfb13b74b47b57bf3209b80","filename":"RecoBTag/SecondaryVertex/python/candidateCombinedSecondaryVertexV2Computer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateCombinedSecondaryVertexV2Computer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateCombinedSecondaryVertexV2Computer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateCombinedSecondaryVertexV2Computer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n recordLabel = cms.string(''),\n categoryVariableName = cms.string('vertexCategory')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"6681f428d4a7472e7807c670e7a6cbc0be59664f","filename":"RecoBTag/SecondaryVertex/python/candidateNegativeCombinedSecondaryVertexV2Computer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateNegativeCombinedSecondaryVertexV2Computer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateNegativeCombinedSecondaryVertexV2Computer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateNegativeCombinedSecondaryVertexV2Computer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n sip2dSigMin = -99999.9,\n sip2dSigMax = -2.0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"935bae6dd71368a8fe0cef617de1921c176b592a","filename":"RecoBTag/SecondaryVertex/python/candidatePositiveCombinedSecondaryVertexV2Computer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidatePositiveCombinedSecondaryVertexV2Computer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidatePositiveCombinedSecondaryVertexV2Computer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidatePositiveCombinedSecondaryVertexV2Computer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n trackSelection = dict(sip3dSigMin = 0),\n trackPseudoSelection = dict(sip3dSigMin = 0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"a96aa3daad4703598638219c6ab18f5a33cb0dfb","filename":"RecoBTag/SecondaryVertex/python/candidateSimpleSecondaryVertex2TrkComputer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateSimpleSecondaryVertex2TrkComputer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateSimpleSecondaryVertex2TrkComputer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateSimpleSecondaryVertex2TrkComputer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n \tuseSignificance = cms.bool(True),\n \tminTracks = cms.uint32(2)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"b0b0adbd105a0df00f66fabedcaa4a5a77b06819","filename":"RecoBTag/SecondaryVertex/python/candidateSimpleSecondaryVertex3TrkComputer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateSimpleSecondaryVertex3TrkComputer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateSimpleSecondaryVertex3TrkComputer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateSimpleSecondaryVertex3TrkComputer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n \tuseSignificance = cms.bool(True),\n \tminTracks = cms.uint32(3)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c554154bb8ce1adefc5c799ff3036e0cad9214b9","filename":"RecoBTag/SecondaryVertex/python/combinedInclusiveSecondaryVertexV2BJetTags_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FcombinedInclusiveSecondaryVertexV2BJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FcombinedInclusiveSecondaryVertexV2BJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FcombinedInclusiveSecondaryVertexV2BJetTags_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n \ttagInfos = cms.VInputTag(cms.InputTag(\"impactParameterTagInfos\"),\n \t cms.InputTag(\"inclusiveSecondaryVertexFinderTagInfos\"))\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"4ee39690e5f207ecc4f999a92f4eb91f6b9f7e97","filename":"RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderFilteredNegativeTagInfos_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FinclusiveSecondaryVertexFinderFilteredNegativeTagInfos_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FinclusiveSecondaryVertexFinderFilteredNegativeTagInfos_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FinclusiveSecondaryVertexFinderFilteredNegativeTagInfos_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n distSig2dMax = -2.0,\n maxDeltaRToJetAxis = -0.5)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d401486d6a7ce7d7e254c888205c63ab32d2be55","filename":"RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderFilteredTagInfos_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FinclusiveSecondaryVertexFinderFilteredTagInfos_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FinclusiveSecondaryVertexFinderFilteredTagInfos_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FinclusiveSecondaryVertexFinderFilteredTagInfos_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n vertexCuts = dict(fracPV = 0.79, ## 4 out of 5 is discarded\n distSig2dMin = 2.0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"4ebdc34d4cd0441ce9a1feae0cc2edd1ae8a224d","filename":"RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FinclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FinclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FinclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n distSig2dMax = -2.0,\n maxDeltaRToJetAxis = -0.5)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"ef17a911956daeee17d725b5429e28da90c5c15a","filename":"RecoBTag/SecondaryVertex/python/negativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n tagInfos = cms.VInputTag(cms.InputTag(\"impactParameterTagInfos\"),\n cms.InputTag(\"inclusiveSecondaryVertexFinderNegativeTagInfos\"))\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0441be222485db5b2d652da220565735878ef10c","filename":"RecoBTag/SecondaryVertex/python/negativeCombinedSecondaryVertexV2BJetTags_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeCombinedSecondaryVertexV2BJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeCombinedSecondaryVertexV2BJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeCombinedSecondaryVertexV2BJetTags_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n \t cms.InputTag(\"secondaryVertexNegativeTagInfos\"))\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"7e2dbaf9f8b876d863fecabfc59206aac7e9b116","filename":"RecoBTag/SecondaryVertex/python/negativeCombinedSecondaryVertexV2Computer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeCombinedSecondaryVertexV2Computer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeCombinedSecondaryVertexV2Computer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeCombinedSecondaryVertexV2Computer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n sip2dSigMin = -99999.9,\n sip2dSigMax = -2.0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d05e460f19147e0811bbd8218c2239244b056881","filename":"RecoBTag/SecondaryVertex/python/negativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n \tjetTagComputer = cms.string('simpleSecondaryVertex2TrkComputer'),\n \ttagInfos = cms.VInputTag(cms.InputTag(\"inclusiveSecondaryVertexFinderFilteredNegativeTagInfos\"))\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"142ba1550b1e9e392b8f1651f886eac6baaca7b1","filename":"RecoBTag/SecondaryVertex/python/negativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n \tjetTagComputer = cms.string('simpleSecondaryVertex3TrkComputer'),\n \ttagInfos = cms.VInputTag(cms.InputTag(\"inclusiveSecondaryVertexFinderFilteredNegativeTagInfos\"))\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"8c2ec1611c4e15706753e48da98030e0a92346c3","filename":"RecoBTag/SecondaryVertex/python/negativeSimpleSecondaryVertexHighEffBJetTags_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeSimpleSecondaryVertexHighEffBJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeSimpleSecondaryVertexHighEffBJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeSimpleSecondaryVertexHighEffBJetTags_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n \tjetTagComputer = cms.string('simpleSecondaryVertex2TrkComputer'),\n \ttagInfos = cms.VInputTag(cms.InputTag(\"secondaryVertexNegativeTagInfos\"))\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"abb7f8f8e59515f3a8dc09de46119b41c41f46f6","filename":"RecoBTag/SecondaryVertex/python/negativeSimpleSecondaryVertexHighPurBJetTags_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeSimpleSecondaryVertexHighPurBJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeSimpleSecondaryVertexHighPurBJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeSimpleSecondaryVertexHighPurBJetTags_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n \tjetTagComputer = cms.string('simpleSecondaryVertex3TrkComputer'),\n \ttagInfos = cms.VInputTag(cms.InputTag(\"secondaryVertexNegativeTagInfos\"))\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"9c1293fa3fe03e1a37bad9fcc8b69686221d9197","filename":"RecoBTag/SecondaryVertex/python/pfBoostedDoubleSecondaryVertexAK8BJetTags_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpfBoostedDoubleSecondaryVertexAK8BJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpfBoostedDoubleSecondaryVertexAK8BJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpfBoostedDoubleSecondaryVertexAK8BJetTags_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n jetTagComputer = cms.string('candidateBoostedDoubleSecondaryVertexAK8Computer'),\n tagInfos = cms.VInputTag(cms.InputTag(\"pfBoostedDoubleSVAK8TagInfos\"))\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"1f061eeb25a40847ef111b58fdd304a6dc5defa6","filename":"RecoBTag/SecondaryVertex/python/pfBoostedDoubleSecondaryVertexCA15BJetTags_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpfBoostedDoubleSecondaryVertexCA15BJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpfBoostedDoubleSecondaryVertexCA15BJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpfBoostedDoubleSecondaryVertexCA15BJetTags_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n jetTagComputer = cms.string('candidateBoostedDoubleSecondaryVertexCA15Computer'),\n tagInfos = cms.VInputTag(cms.InputTag(\"pfBoostedDoubleSVCA15TagInfos\"))\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"3daac975eeaf01f21a2d444ce125c24c6cd94bc9","filename":"RecoBTag/SecondaryVertex/python/pfCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpfCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpfCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpfCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n tagInfos = cms.VInputTag(cms.InputTag(\"pfImpactParameterTagInfos\"),\n cms.InputTag(\"pfInclusiveSecondaryVertexFinderTagInfos\"))\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"e1f028268d54c5d1b4dc5c041f1ff596c4f3bd1f","filename":"RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderAK8TagInfos_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpfInclusiveSecondaryVertexFinderAK8TagInfos_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpfInclusiveSecondaryVertexFinderAK8TagInfos_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpfInclusiveSecondaryVertexFinderAK8TagInfos_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n trackSelection = dict(jetDeltaRMax = 0.8), # plays no role since using IVF vertices\n vertexCuts = dict(maxDeltaRToJetAxis = 0.8)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"2962182c42b5bb8b75d448e66a16d8d55d74db5b","filename":"RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderCA15TagInfos_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpfInclusiveSecondaryVertexFinderCA15TagInfos_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpfInclusiveSecondaryVertexFinderCA15TagInfos_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpfInclusiveSecondaryVertexFinderCA15TagInfos_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n trackSelection = dict(jetDeltaRMax = 1.5), # plays no role since using IVF vertices\n vertexCuts = dict(maxDeltaRToJetAxis = 1.5)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"f16a6f7075849f2c83a693b8218e79e0bd12b766","filename":"RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpfInclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpfInclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpfInclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n maxDeltaRToJetAxis = -0.5\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"1607dcaf5fab5a2ce35a43dbba940d8f0c29ffde","filename":"RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderTagInfos_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpfInclusiveSecondaryVertexFinderTagInfos_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpfInclusiveSecondaryVertexFinderTagInfos_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpfInclusiveSecondaryVertexFinderTagInfos_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n vertexCuts = dict(fracPV = 0.79, ## 4 out of 5 is discarded\n distSig2dMin = 2.0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"2b5928f000709bff3f1736c616b01622bdb466e8","filename":"RecoBTag/SecondaryVertex/python/pfNegativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpfNegativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpfNegativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpfNegativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n tagInfos = cms.VInputTag(cms.InputTag(\"pfImpactParameterTagInfos\"),\n cms.InputTag(\"pfInclusiveSecondaryVertexFinderNegativeTagInfos\"))\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"63cdb6a999ca8932ac8b8b0b4741973b83588619","filename":"RecoBTag/SecondaryVertex/python/pfNegativeCombinedSecondaryVertexV2BJetTags_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpfNegativeCombinedSecondaryVertexV2BJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpfNegativeCombinedSecondaryVertexV2BJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpfNegativeCombinedSecondaryVertexV2BJetTags_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n \ttagInfos = cms.VInputTag(cms.InputTag(\"pfImpactParameterTagInfos\"),\n \t cms.InputTag(\"pfSecondaryVertexNegativeTagInfos\"))\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"290251121efd6d99aa29cae2569ab4e5825e3767","filename":"RecoBTag/SecondaryVertex/python/pfNegativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpfNegativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpfNegativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpfNegativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n \tjetTagComputer = cms.string('candidateSimpleSecondaryVertex2TrkComputer'),\n \ttagInfos = cms.VInputTag(cms.InputTag(\"pfInclusiveSecondaryVertexFinderNegativeTagInfos\"))\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"11fea2286112f6177567e818587ea4a6dc32fec6","filename":"RecoBTag/SecondaryVertex/python/pfNegativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpfNegativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpfNegativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpfNegativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n \tjetTagComputer = cms.string('candidateSimpleSecondaryVertex3TrkComputer'),\n \ttagInfos = cms.VInputTag(cms.InputTag(\"pfInclusiveSecondaryVertexFinderNegativeTagInfos\"))\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"362c92d20a2193e6d7836d6a33036a06c61ca9e8","filename":"RecoBTag/SecondaryVertex/python/pfNegativeSimpleSecondaryVertexHighEffBJetTags_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpfNegativeSimpleSecondaryVertexHighEffBJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpfNegativeSimpleSecondaryVertexHighEffBJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpfNegativeSimpleSecondaryVertexHighEffBJetTags_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n \tjetTagComputer = cms.string('candidateSimpleSecondaryVertex2TrkComputer'),\n \ttagInfos = cms.VInputTag(cms.InputTag(\"pfSecondaryVertexNegativeTagInfos\"))\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"2703d3e908ec012fa52b2a0e01ea09d4cbb768fe","filename":"RecoBTag/SecondaryVertex/python/pfNegativeSimpleSecondaryVertexHighPurBJetTags_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpfNegativeSimpleSecondaryVertexHighPurBJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpfNegativeSimpleSecondaryVertexHighPurBJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpfNegativeSimpleSecondaryVertexHighPurBJetTags_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n \tjetTagComputer = cms.string('candidateSimpleSecondaryVertex3TrkComputer'),\n \ttagInfos = cms.VInputTag(cms.InputTag(\"pfSecondaryVertexNegativeTagInfos\"))\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"251bcb72a141cbff78ea09f251936b80a830efcc","filename":"RecoBTag/SecondaryVertex/python/pfPositiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpfPositiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpfPositiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpfPositiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n tagInfos = cms.VInputTag(cms.InputTag(\"pfImpactParameterTagInfos\"),\n cms.InputTag(\"pfInclusiveSecondaryVertexFinderTagInfos\"))\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"73e3570c1f79e7430888f154df3fbeea715aaba2","filename":"RecoBTag/SecondaryVertex/python/pfPositiveCombinedSecondaryVertexV2BJetTags_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpfPositiveCombinedSecondaryVertexV2BJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpfPositiveCombinedSecondaryVertexV2BJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpfPositiveCombinedSecondaryVertexV2BJetTags_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n \ttagInfos = cms.VInputTag(cms.InputTag(\"pfImpactParameterTagInfos\"),\n \t cms.InputTag(\"pfSecondaryVertexTagInfos\"))\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"992871245d424d89673385d61347413a74b38c4e","filename":"RecoBTag/SecondaryVertex/python/pfSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpfSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpfSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpfSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n \tjetTagComputer = cms.string('candidateSimpleSecondaryVertex2TrkComputer'),\n \ttagInfos = cms.VInputTag(cms.InputTag(\"pfInclusiveSecondaryVertexFinderTagInfos\"))\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"255935b20bce6cf544990dd1c9d3d759ae978896","filename":"RecoBTag/SecondaryVertex/python/pfSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpfSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpfSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpfSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n \tjetTagComputer = cms.string('candidateSimpleSecondaryVertex3TrkComputer'),\n \ttagInfos = cms.VInputTag(cms.InputTag(\"pfInclusiveSecondaryVertexFinderTagInfos\"))\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"64223bf9def805ed8d21884f19e4ea42c6dd6412","filename":"RecoBTag/SecondaryVertex/python/positiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpositiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpositiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpositiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n tagInfos = cms.VInputTag(cms.InputTag(\"impactParameterTagInfos\"),\n cms.InputTag(\"inclusiveSecondaryVertexFinderTagInfos\"))\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"e7115965fed4dc16fe526ebd248eaa5263164aa6","filename":"RecoBTag/SecondaryVertex/python/positiveCombinedSecondaryVertexV2BJetTags_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpositiveCombinedSecondaryVertexV2BJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpositiveCombinedSecondaryVertexV2BJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpositiveCombinedSecondaryVertexV2BJetTags_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n \ttagInfos = cms.VInputTag(cms.InputTag(\"impactParameterTagInfos\"),\n \t cms.InputTag(\"secondaryVertexTagInfos\"))\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"7035604bb1e4dae8d7e5e4ba9a8d2a7f7d685a5e","filename":"RecoBTag/SecondaryVertex/python/positiveCombinedSecondaryVertexV2Computer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpositiveCombinedSecondaryVertexV2Computer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FpositiveCombinedSecondaryVertexV2Computer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpositiveCombinedSecondaryVertexV2Computer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n trackSelection = dict(sip3dSigMin = 0),\n trackPseudoSelection = dict(sip3dSigMin = 0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0e5d1cac3d917cea7a3a55d14555c7987b19f5c2","filename":"RecoBTag/SecondaryVertex/python/simpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FsimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FsimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FsimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n \tjetTagComputer = cms.string('simpleSecondaryVertex2TrkComputer'),\n \ttagInfos = cms.VInputTag(cms.InputTag(\"inclusiveSecondaryVertexFinderFilteredTagInfos\"))\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"63774b5404e71de28e875662b65994cdf7e64421","filename":"RecoBTag/SecondaryVertex/python/simpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FsimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoBTag%2FSecondaryVertex%2Fpython%2FsimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FsimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n \tjetTagComputer = cms.string('simpleSecondaryVertex3TrkComputer'),\n \ttagInfos = cms.VInputTag(cms.InputTag(\"inclusiveSecondaryVertexFinderFilteredTagInfos\"))\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"184590db47c904a05b5930ebfebf16dbda710757","filename":"RecoEcal/EgammaClusterProducers/python/correctedDynamicHybridSuperClusters_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedDynamicHybridSuperClusters_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedDynamicHybridSuperClusters_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedDynamicHybridSuperClusters_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -26,3 +26,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"8d363df2331823f5bb432e2570a49aa6d7ee3ba5","filename":"RecoEcal/EgammaClusterProducers/python/correctedEndcapSuperClustersWithPreshower_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedEndcapSuperClustersWithPreshower_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedEndcapSuperClustersWithPreshower_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedEndcapSuperClustersWithPreshower_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -25,3 +25,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"9cb05064a5bc0496ab0df035d8597c1940821068","filename":"RecoEcal/EgammaClusterProducers/python/correctedFixedMatrixSuperClustersWithPreshower_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedFixedMatrixSuperClustersWithPreshower_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedFixedMatrixSuperClustersWithPreshower_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedFixedMatrixSuperClustersWithPreshower_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"355e9d3ce14f8607e11a153865eaa1b2004ca8d3","filename":"RecoEcal/EgammaClusterProducers/python/correctedIslandBarrelSuperClusters_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedIslandBarrelSuperClusters_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedIslandBarrelSuperClusters_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedIslandBarrelSuperClusters_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -28,3 +28,5 @@\n \n for e in [pA_2016, peripheralPbPb, pp_on_AA, pp_on_XeXe_2017, ppRef_2017]:\n e.toReplaceWith(correctedIslandBarrelSuperClusters, _hiCorrectedIslandBarrelSuperClusters)\n+-- dummy change --\n+-- dummy change --"},{"sha":"119e71f829937a716889385f68383ee42c7902a5","filename":"RecoEcal/EgammaClusterProducers/python/correctedIslandEndcapSuperClusters_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedIslandEndcapSuperClusters_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedIslandEndcapSuperClusters_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedIslandEndcapSuperClusters_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -28,3 +28,5 @@\n \n for e in [pA_2016, peripheralPbPb, pp_on_XeXe_2017, pp_on_AA, ppRef_2017]:\n e.toReplaceWith(correctedIslandEndcapSuperClusters, _hiCorrectedIslandEndcapSuperClusters)\n+-- dummy change --\n+-- dummy change --"},{"sha":"84fecba463313ec0aa0a6f781cb34c2098a9f285","filename":"RecoEcal/EgammaClusterProducers/python/correctedMulti5x5ClustersWithPreshower_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedMulti5x5ClustersWithPreshower_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedMulti5x5ClustersWithPreshower_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedMulti5x5ClustersWithPreshower_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -29,3 +29,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"92aa0356ac8418a005aa488c50dd290b899947d3","filename":"RecoEcal/EgammaClusterProducers/python/correctedMulti5x5SuperClustersWithPreshower_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedMulti5x5SuperClustersWithPreshower_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedMulti5x5SuperClustersWithPreshower_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedMulti5x5SuperClustersWithPreshower_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -36,3 +36,5 @@\n uncleanedOnlyCorrectedMulti5x5SuperClustersWithPreshower = correctedMulti5x5SuperClustersWithPreshower.clone(\n rawSuperClusterProducer = \"uncleanedOnlyMulti5x5SuperClustersWithPreshower\"\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d9f38071542d2ecd74cbbf2753463278d80653b3","filename":"RecoEcal/EgammaClusterProducers/python/fixedMatrixPreshowerClusteringSequence_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEcal%2FEgammaClusterProducers%2Fpython%2FfixedMatrixPreshowerClusteringSequence_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEcal%2FEgammaClusterProducers%2Fpython%2FfixedMatrixPreshowerClusteringSequence_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEcal%2FEgammaClusterProducers%2Fpython%2FfixedMatrixPreshowerClusteringSequence_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n fixedMatrixPreshowerClusteringTask = cms.Task(correctedFixedMatrixSuperClustersWithPreshower,fixedMatrixPreshowerClusterShape)\n fixedMatrixPreshowerClusteringSequence = cms.Sequence(fixedMatrixPreshowerClusteringTask)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"627c1df77d4344db8946f8fae305ab0198ecf6f4","filename":"RecoEcal/EgammaClusterProducers/python/fixedMatrixSuperClustersWithPreshower_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEcal%2FEgammaClusterProducers%2Fpython%2FfixedMatrixSuperClustersWithPreshower_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEcal%2FEgammaClusterProducers%2Fpython%2FfixedMatrixSuperClustersWithPreshower_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEcal%2FEgammaClusterProducers%2Fpython%2FfixedMatrixSuperClustersWithPreshower_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -21,3 +21,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"f0c46c12d9aa95b28fbf5fbcdac58caedef05c08","filename":"RecoEcal/EgammaClusterProducers/python/interestingDetIdCollectionProducer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEcal%2FEgammaClusterProducers%2Fpython%2FinterestingDetIdCollectionProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEcal%2FEgammaClusterProducers%2Fpython%2FinterestingDetIdCollectionProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEcal%2FEgammaClusterProducers%2Fpython%2FinterestingDetIdCollectionProducer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n keepNextToDead = cms.bool(True),\n keepNextToBoundary = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"13379ab86629fc9259f56388b918851f20ce5a3f","filename":"RecoEcal/EgammaClusterProducers/python/interestingDetIdFromSuperClusterProducer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEcal%2FEgammaClusterProducers%2Fpython%2FinterestingDetIdFromSuperClusterProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEcal%2FEgammaClusterProducers%2Fpython%2FinterestingDetIdFromSuperClusterProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEcal%2FEgammaClusterProducers%2Fpython%2FinterestingDetIdFromSuperClusterProducer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n keepNextToDead = cms.bool(True),\n keepNextToBoundary = cms.bool(True)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"bd0bc3a34416b66ff28e44b2654e036a8549918f","filename":"RecoEcal/EgammaClusterProducers/python/multi5x5PreshowerClusteringSequence_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEcal%2FEgammaClusterProducers%2Fpython%2Fmulti5x5PreshowerClusteringSequence_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEcal%2FEgammaClusterProducers%2Fpython%2Fmulti5x5PreshowerClusteringSequence_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEcal%2FEgammaClusterProducers%2Fpython%2Fmulti5x5PreshowerClusteringSequence_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -17,3 +17,5 @@\n uncleanedOnlyCorrectedMulti5x5SuperClustersWithPreshower)\n \n multi5x5PreshowerClusteringSequence = cms.Sequence(multi5x5PreshowerClusteringTask)\n+-- dummy change --\n+-- dummy change --"},{"sha":"1275508c26e3391bf4720cf8b6a970df4bc91b00","filename":"RecoEcal/EgammaClusterProducers/python/multi5x5SuperClustersWithPreshower_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEcal%2FEgammaClusterProducers%2Fpython%2Fmulti5x5SuperClustersWithPreshower_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEcal%2FEgammaClusterProducers%2Fpython%2Fmulti5x5SuperClustersWithPreshower_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEcal%2FEgammaClusterProducers%2Fpython%2Fmulti5x5SuperClustersWithPreshower_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -21,3 +21,5 @@\n uncleanedOnlyMulti5x5SuperClustersWithPreshower = multi5x5SuperClustersWithPreshower.clone(\n endcapSClusterProducer = \"multi5x5SuperClusters:uncleanOnlyMulti5x5EndcapSuperClusters\"\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"a3a1c32c40f99e3ea99871b7044458077a424eb1","filename":"RecoEcal/EgammaClusterProducers/python/particleFlowSuperClusteringSequence_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEcal%2FEgammaClusterProducers%2Fpython%2FparticleFlowSuperClusteringSequence_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEcal%2FEgammaClusterProducers%2Fpython%2FparticleFlowSuperClusteringSequence_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEcal%2FEgammaClusterProducers%2Fpython%2FparticleFlowSuperClusteringSequence_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -35,3 +35,5 @@\n _phase2_hgcal_particleFlowSuperClusteringTask.add(particleFlowSuperClusterHGCal)\n \n phase2_hgcal.toReplaceWith( particleFlowSuperClusteringTask, _phase2_hgcal_particleFlowSuperClusteringTask )\n+-- dummy change --\n+-- dummy change --"},{"sha":"013848eecbd5c096684ae547fbd87aacfb7cc0ad","filename":"RecoEcal/EgammaClusterProducers/src/InterestingDetIdFromSuperClusterProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEcal%2FEgammaClusterProducers%2Fsrc%2FInterestingDetIdFromSuperClusterProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEcal%2FEgammaClusterProducers%2Fsrc%2FInterestingDetIdFromSuperClusterProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEcal%2FEgammaClusterProducers%2Fsrc%2FInterestingDetIdFromSuperClusterProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -200,3 +200,5 @@ void InterestingDetIdFromSuperClusterProducer::produce(edm::StreamID,\n \n iEvent.put(std::move(detIdCollection), interestingDetIdCollection_);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"4069d0ea78878a431835d2e960df077a875cb520","filename":"RecoEcal/EgammaCoreTools/plugins/EcalBasicClusterLocalContCorrectionsESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEcal%2FEgammaCoreTools%2Fplugins%2FEcalBasicClusterLocalContCorrectionsESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEcal%2FEgammaCoreTools%2Fplugins%2FEcalBasicClusterLocalContCorrectionsESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEcal%2FEgammaCoreTools%2Fplugins%2FEcalBasicClusterLocalContCorrectionsESProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -59,3 +59,5 @@ EcalBasicClusterLocalContCorrectionsESProducer::ReturnType EcalBasicClusterLocal\n }\n \n DEFINE_FWK_EVENTSETUP_MODULE(EcalBasicClusterLocalContCorrectionsESProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"7d8b4d6aa46a3a93b8659c0bd57b5fdc35753130","filename":"RecoEgamma/EgammaElectronAlgos/interface/ecalClusterEnergyUncertaintyElectronSpecific.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaElectronAlgos%2Finterface%2FecalClusterEnergyUncertaintyElectronSpecific.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaElectronAlgos%2Finterface%2FecalClusterEnergyUncertaintyElectronSpecific.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaElectronAlgos%2Finterface%2FecalClusterEnergyUncertaintyElectronSpecific.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@ namespace egamma {\n }\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"9c5103832c543804b9624959a386ef6d8d9bab97","filename":"RecoEgamma/EgammaElectronAlgos/src/ecalClusterEnergyUncertaintyElectronSpecific.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaElectronAlgos%2Fsrc%2FecalClusterEnergyUncertaintyElectronSpecific.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaElectronAlgos%2Fsrc%2FecalClusterEnergyUncertaintyElectronSpecific.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaElectronAlgos%2Fsrc%2FecalClusterEnergyUncertaintyElectronSpecific.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -241,3 +241,5 @@ float egamma::ecalClusterEnergyUncertaintyElectronSpecific(reco::SuperCluster co\n \n return (uncertainty * en);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"a9be23df141f63038139de4866ebb74e07b2fa81","filename":"RecoEgamma/EgammaElectronProducers/plugins/GsfElectronCoreEcalDrivenProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaElectronProducers%2Fplugins%2FGsfElectronCoreEcalDrivenProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaElectronProducers%2Fplugins%2FGsfElectronCoreEcalDrivenProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaElectronProducers%2Fplugins%2FGsfElectronCoreEcalDrivenProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -104,3 +104,5 @@ void GsfElectronCoreEcalDrivenProducer::produce(edm::StreamID, edm::Event& event\n \n #include \"FWCore/Framework/interface/MakerMacros.h\"\n DEFINE_FWK_MODULE(GsfElectronCoreEcalDrivenProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"843f02a0407f1c2c027a0a3b1b8ffc50ac706146","filename":"RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedHeavyObjectCache.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaElectronProducers%2Fplugins%2FLowPtGsfElectronSeedHeavyObjectCache.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaElectronProducers%2Fplugins%2FLowPtGsfElectronSeedHeavyObjectCache.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaElectronProducers%2Fplugins%2FLowPtGsfElectronSeedHeavyObjectCache.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -59,3 +59,5 @@ namespace lowptgsfeleseed {\n }\n \n } // namespace lowptgsfeleseed\n+-- dummy change --\n+-- dummy change --"},{"sha":"a168910a4d57ae99edd830c63d9e778cc49a5fc5","filename":"RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedHeavyObjectCache.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaElectronProducers%2Fplugins%2FLowPtGsfElectronSeedHeavyObjectCache.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaElectronProducers%2Fplugins%2FLowPtGsfElectronSeedHeavyObjectCache.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaElectronProducers%2Fplugins%2FLowPtGsfElectronSeedHeavyObjectCache.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -34,3 +34,5 @@ namespace lowptgsfeleseed {\n } // namespace lowptgsfeleseed\n \n #endif // RecoEgamma_EgammaElectronProducers_LowPtGsfElectronSeedHeavyObjectCache_h\n+-- dummy change --\n+-- dummy change --"},{"sha":"83b555d88cd7c5e49b2e84ac0a33f8d267aa75a0","filename":"RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedValueMapsProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaElectronProducers%2Fplugins%2FLowPtGsfElectronSeedValueMapsProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaElectronProducers%2Fplugins%2FLowPtGsfElectronSeedValueMapsProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaElectronProducers%2Fplugins%2FLowPtGsfElectronSeedValueMapsProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -155,3 +155,5 @@ void LowPtGsfElectronSeedValueMapsProducer::fillDescriptions(edm::ConfigurationD\n //\n #include \"FWCore/Framework/interface/MakerMacros.h\"\n DEFINE_FWK_MODULE(LowPtGsfElectronSeedValueMapsProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"29bebb0859ed2804524252d4e4f20fe5a1bd67f8","filename":"RecoEgamma/EgammaElectronProducers/plugins/TrackingRegionsFromSuperClustersProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaElectronProducers%2Fplugins%2FTrackingRegionsFromSuperClustersProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaElectronProducers%2Fplugins%2FTrackingRegionsFromSuperClustersProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaElectronProducers%2Fplugins%2FTrackingRegionsFromSuperClustersProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -334,3 +334,5 @@ DEFINE_EDM_PLUGIN(TrackingRegionProducerFactory,\n \"TrackingRegionsFromSuperClustersProducer\");\n using TrackingRegionsFromSuperClustersEDProducer = TrackingRegionEDProducerT;\n DEFINE_FWK_MODULE(TrackingRegionsFromSuperClustersEDProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"ad8f70bcdc45535a9f748f33f509cbf14386e248","filename":"RecoEgamma/EgammaElectronProducers/python/lowPtGsfElectronsPreRegression_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaElectronProducers%2Fpython%2FlowPtGsfElectronsPreRegression_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaElectronProducers%2Fpython%2FlowPtGsfElectronsPreRegression_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaElectronProducers%2Fpython%2FlowPtGsfElectronsPreRegression_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1,3 +1,5 @@\n from RecoEgamma.EgammaElectronProducers.gsfElectrons_cfi import ecalDrivenGsfElectrons\n \n lowPtGsfElectronsPreRegression = ecalDrivenGsfElectrons.clone(gsfElectronCoresTag = \"lowPtGsfElectronCores\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"060b3507ef743b34f24b24c2b60906319df347e9","filename":"RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTBcHcalIsolationProducersRegional.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaHLTProducers%2Fplugins%2FEgammaHLTBcHcalIsolationProducersRegional.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaHLTProducers%2Fplugins%2FEgammaHLTBcHcalIsolationProducersRegional.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaHLTProducers%2Fplugins%2FEgammaHLTBcHcalIsolationProducersRegional.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -177,3 +177,5 @@ void EgammaHLTBcHcalIsolationProducersRegional::produce(edm::StreamID,\n \n #include \"FWCore/Framework/interface/MakerMacros.h\"\n DEFINE_FWK_MODULE(EgammaHLTBcHcalIsolationProducersRegional);\n+-- dummy change --\n+-- dummy change --"},{"sha":"2411f79dab4960ef6f540ab1545ca4d8c497fd0c","filename":"RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTElectronTrackIsolationProducers.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaHLTProducers%2Fplugins%2FEgammaHLTElectronTrackIsolationProducers.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaHLTProducers%2Fplugins%2FEgammaHLTElectronTrackIsolationProducers.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaHLTProducers%2Fplugins%2FEgammaHLTElectronTrackIsolationProducers.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -180,3 +180,5 @@ void EgammaHLTElectronTrackIsolationProducers::produce(edm::StreamID sid,\n \n #include \"FWCore/Framework/interface/MakerMacros.h\"\n DEFINE_FWK_MODULE(EgammaHLTElectronTrackIsolationProducers);\n+-- dummy change --\n+-- dummy change --"},{"sha":"840fb16aa6114a2e886129364302e2a381f9adc2","filename":"RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTPhotonTrackIsolationProducersRegional.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaHLTProducers%2Fplugins%2FEgammaHLTPhotonTrackIsolationProducersRegional.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaHLTProducers%2Fplugins%2FEgammaHLTPhotonTrackIsolationProducersRegional.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaHLTProducers%2Fplugins%2FEgammaHLTPhotonTrackIsolationProducersRegional.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -143,3 +143,5 @@ void EgammaHLTPhotonTrackIsolationProducersRegional::produce(edm::StreamID sid,\n \n #include \"FWCore/Framework/interface/MakerMacros.h\"\n DEFINE_FWK_MODULE(EgammaHLTPhotonTrackIsolationProducersRegional);\n+-- dummy change --\n+-- dummy change --"},{"sha":"b32a566fdf5f33790d01706fd6b0e885fbc76a53","filename":"RecoEgamma/EgammaIsolationAlgos/plugins/EgammaEcalPFClusterIsolationProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2FEgammaEcalPFClusterIsolationProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2FEgammaEcalPFClusterIsolationProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2FEgammaEcalPFClusterIsolationProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -105,3 +105,5 @@ typedef EgammaEcalPFClusterIsolationProducer PhotonEcalPFClusterIs\n \n DEFINE_FWK_MODULE(ElectronEcalPFClusterIsolationProducer);\n DEFINE_FWK_MODULE(PhotonEcalPFClusterIsolationProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"8ef0ee9c850cc1bb8bc1b90c42e437d58bd1bf33","filename":"RecoEgamma/EgammaIsolationAlgos/plugins/EgammaHcalPFClusterIsolationProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2FEgammaHcalPFClusterIsolationProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2FEgammaHcalPFClusterIsolationProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2FEgammaHcalPFClusterIsolationProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -130,3 +130,5 @@ typedef EgammaHcalPFClusterIsolationProducer PhotonHcalPFClusterIs\n \n DEFINE_FWK_MODULE(ElectronHcalPFClusterIsolationProducer);\n DEFINE_FWK_MODULE(PhotonHcalPFClusterIsolationProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"3dc013c103217e7aa4f0727144ff807a5b9b2a76","filename":"RecoEgamma/EgammaIsolationAlgos/plugins/EgammaIsoHcalDetIdCollectionProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2FEgammaIsoHcalDetIdCollectionProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2FEgammaIsoHcalDetIdCollectionProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2FEgammaIsoHcalDetIdCollectionProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -132,3 +132,5 @@ void EgammaIsoHcalDetIdCollectionProducer::produce(edm::Event& iEvent, const edm\n \n iEvent.put(std::move(detIdCollection), interestingDetIdCollection_);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"eb9e692df809c94608315bd4d4d56c5a88a8705c","filename":"RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaEcalExtractor.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fiso_deposit_extractors%2FEgammaEcalExtractor.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fiso_deposit_extractors%2FEgammaEcalExtractor.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fiso_deposit_extractors%2FEgammaEcalExtractor.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -153,3 +153,5 @@ reco::IsoDeposit EgammaEcalExtractor::deposit(const edm::Event& ev,\n // std::cout << \"Will return ecalIsol = \" << ecalIsol << std::endl;\n return deposit;\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"c6250bd6d66d7829ba60e0da98bf2708122e15cb","filename":"RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaHcalExtractor.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fiso_deposit_extractors%2FEgammaHcalExtractor.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fiso_deposit_extractors%2FEgammaHcalExtractor.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fiso_deposit_extractors%2FEgammaHcalExtractor.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -119,3 +119,5 @@ reco::IsoDeposit EgammaHcalExtractor::deposit(const edm::Event& iEvent,\n \n return deposit;\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"bf7452f0d05ec48300d11223ae2a7e73963929bc","filename":"RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaRecHitExtractor.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fiso_deposit_extractors%2FEgammaRecHitExtractor.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fiso_deposit_extractors%2FEgammaRecHitExtractor.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fiso_deposit_extractors%2FEgammaRecHitExtractor.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -295,3 +295,5 @@ void EgammaRecHitExtractor::collect(reco::IsoDeposit& deposit,\n }\n }\n }\n+-- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e?per_page=100&page=25 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:19 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"5e9b3ae94da2189154bb061f5315e386c6c4d6d095636ace685bb459aaab0b82"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:04:54 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4946'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '54'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C7EE:5E3FA:165BA3:16D1EE:68122483')] +{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","node_id":"C_kwDOF83__NoAKGMyMzA5OWM3Mzc3MTIzYjZkZTdmYWZhN2E0ODZiMjBiMThkNTRmN2U","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"message":"Try generating big cache","tree":{"sha":"f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684"}],"stats":{"total":6008,"additions":5944,"deletions":64},"files":[{"sha":"c7bac0ce01c708977a3bae1680f4b4f61f484f4b","filename":"RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaTowerExtractor.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fiso_deposit_extractors%2FEgammaTowerExtractor.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fiso_deposit_extractors%2FEgammaTowerExtractor.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fiso_deposit_extractors%2FEgammaTowerExtractor.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -131,3 +131,5 @@ reco::IsoDeposit EgammaTowerExtractor::deposit(const edm::Event& iEvent,\n \n return deposit;\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"980238ecac543d24f9a86a8915dac1296d277f43","filename":"RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaTrackExtractor.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fiso_deposit_extractors%2FEgammaTrackExtractor.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fiso_deposit_extractors%2FEgammaTrackExtractor.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fiso_deposit_extractors%2FEgammaTrackExtractor.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -225,3 +225,5 @@ IsoDeposit EgammaTrackExtractor::deposit(const Event& event,\n \n return deposit;\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"4232c07c45967cffeb6bd4e45f75894ba32589fe","filename":"RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/ElectronPFIsolationWithConeVeto.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fisolation_cones%2FElectronPFIsolationWithConeVeto.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fisolation_cones%2FElectronPFIsolationWithConeVeto.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fisolation_cones%2FElectronPFIsolationWithConeVeto.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -100,3 +100,5 @@ bool ElectronPFIsolationWithConeVeto::isInIsolationCone(const reco::CandidatePtr\n }\n return result;\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"cf18569d3934cfe0373ff4b87b924fcdeb061ca9","filename":"RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/ElectronPFIsolationWithMapBasedVeto.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fisolation_cones%2FElectronPFIsolationWithMapBasedVeto.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fisolation_cones%2FElectronPFIsolationWithMapBasedVeto.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fisolation_cones%2FElectronPFIsolationWithMapBasedVeto.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -155,3 +155,5 @@ bool ElectronPFIsolationWithMapBasedVeto::isInIsolationCone(const reco::Candidat\n \n return result;\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"7c55c28e9ccd2aca46b4f7f3ca18bfa948757d58","filename":"RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/PhotonPFIsolationWithConeVeto.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fisolation_cones%2FPhotonPFIsolationWithConeVeto.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fisolation_cones%2FPhotonPFIsolationWithConeVeto.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fisolation_cones%2FPhotonPFIsolationWithConeVeto.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -100,3 +100,5 @@ bool PhotonPFIsolationWithConeVeto::isInIsolationCone(const reco::CandidatePtr&\n }\n return result;\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"be59810b7f2f2a38a4b1d32ebb8b8282181c6c91","filename":"RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/PhotonPFIsolationWithMapBasedVeto.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fisolation_cones%2FPhotonPFIsolationWithMapBasedVeto.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fisolation_cones%2FPhotonPFIsolationWithMapBasedVeto.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fisolation_cones%2FPhotonPFIsolationWithMapBasedVeto.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -157,3 +157,5 @@ bool PhotonPFIsolationWithMapBasedVeto::isInIsolationCone(const reco::CandidateP\n \n return result;\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"de3f6aa377db7f7343f66ba6f38cb92d5809c276","filename":"RecoEgamma/EgammaIsolationAlgos/python/interestingEgammaIsoDetIdsSequence_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaIsolationAlgos%2Fpython%2FinterestingEgammaIsoDetIdsSequence_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaIsolationAlgos%2Fpython%2FinterestingEgammaIsoDetIdsSequence_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaIsolationAlgos%2Fpython%2FinterestingEgammaIsoDetIdsSequence_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -147,3 +147,5 @@\n from Configuration.Eras.Modifier_run3_HB_cff import run3_HB\n run3_HB.toModify(interestingEgammaIsoHCALSel,\n minEnergyHB = 0.1)\n+-- dummy change --\n+-- dummy change --"},{"sha":"5d812105b7f0fef2b55015eef6d937122ea16bec","filename":"RecoEgamma/EgammaIsolationAlgos/python/interestingEgammaIsoESDetIdModule_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaIsolationAlgos%2Fpython%2FinterestingEgammaIsoESDetIdModule_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaIsolationAlgos%2Fpython%2FinterestingEgammaIsoESDetIdModule_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaIsolationAlgos%2Fpython%2FinterestingEgammaIsoESDetIdModule_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n interestingDetIdCollection=cms.string(\"\")\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"85970c6abc6f787e26900ab618f5fc7c01f6ba2b","filename":"RecoEgamma/EgammaIsolationAlgos/test/runInterestingEgammaIsoDetIdsSequence_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaIsolationAlgos%2Ftest%2FrunInterestingEgammaIsoDetIdsSequence_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaIsolationAlgos%2Ftest%2FrunInterestingEgammaIsoDetIdsSequence_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaIsolationAlgos%2Ftest%2FrunInterestingEgammaIsoDetIdsSequence_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -26,3 +26,5 @@\n process.load(\"RecoEgamma.EgammaIsolationAlgos.interestingEgammaIsoDetIdsSequence_cff\")\n process.p1 = cms.Path(process.interestingEgammaIsoDetIds)\n process.outpath = cms.EndPath(process.out)\n+-- dummy change --\n+-- dummy change --"},{"sha":"5c4af89eae6b0027c4fc5fb5a29095cf21bc332c","filename":"RecoEgamma/EgammaPhotonProducers/python/conversionTrackSequenceForReReco_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaPhotonProducers%2Fpython%2FconversionTrackSequenceForReReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaPhotonProducers%2Fpython%2FconversionTrackSequenceForReReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaPhotonProducers%2Fpython%2FconversionTrackSequenceForReReco_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -124,3 +124,5 @@\n )\n \n #conversionTrackSequenceNoEcalSeeded = cms.Sequence(generalConversionTrackProducer*gsfConversionTrackProducer*gsfGeneralConversionTrackMerger)\n+-- dummy change --\n+-- dummy change --"},{"sha":"f4bb5401fa1079e8d2dbadba8be004946af79f24","filename":"RecoEgamma/EgammaPhotonProducers/python/propAlongMomentumWithMaterialForElectrons_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaPhotonProducers%2Fpython%2FpropAlongMomentumWithMaterialForElectrons_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaPhotonProducers%2Fpython%2FpropAlongMomentumWithMaterialForElectrons_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaPhotonProducers%2Fpython%2FpropAlongMomentumWithMaterialForElectrons_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n Mass = 0.000511,\n ComponentName = 'alongMomElePropagator'\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"799b2004624ae3a808244b818873b0d8a1db3bb1","filename":"RecoEgamma/EgammaPhotonProducers/python/propOppoMomentumWithMaterialForElectrons_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaPhotonProducers%2Fpython%2FpropOppoMomentumWithMaterialForElectrons_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaPhotonProducers%2Fpython%2FpropOppoMomentumWithMaterialForElectrons_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaPhotonProducers%2Fpython%2FpropOppoMomentumWithMaterialForElectrons_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n Mass = 0.000511,\n ComponentName = 'oppositeToMomElePropagator'\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0ea1d896f875fc56f82bd25d2da6a5e0ffa4c4db","filename":"RecoEgamma/EgammaPhotonProducers/python/trajectoryCleanerBySharedHitsForConversions_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaPhotonProducers%2Fpython%2FtrajectoryCleanerBySharedHitsForConversions_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FEgammaPhotonProducers%2Fpython%2FtrajectoryCleanerBySharedHitsForConversions_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaPhotonProducers%2Fpython%2FtrajectoryCleanerBySharedHitsForConversions_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n ComponentName = 'TrajectoryCleanerBySharedHitsForConversions',\n fractionShared = 0.5\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"fadfb2c7879824d9d2cdb59e043e5a2bc1ad2078","filename":"RecoEgamma/ElectronIdentification/data/ElectronMVAEstimatorRun2Fall17V1Variables.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fdata%2FElectronMVAEstimatorRun2Fall17V1Variables.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fdata%2FElectronMVAEstimatorRun2Fall17V1Variables.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fdata%2FElectronMVAEstimatorRun2Fall17V1Variables.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -41,3 +41,5 @@ ele_pfPhotonIso pfIsolationVariables.sumPhotonEt\n ele_pfChargedHadIso pfIsolationVariables.sumChargedHadronPt None None\n ele_pfNeutralHadIso pfIsolationVariables.sumNeutralHadronEt None None\n rho fixedGridRhoFastjetAll None None\n+-- dummy change --\n+-- dummy change --"},{"sha":"3670a4d5c9736cd5354febd60180ac1f0cc6f003","filename":"RecoEgamma/ElectronIdentification/data/Fall17/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_92X.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fdata%2FFall17%2FeffAreaElectrons_cone03_pfNeuHadronsAndPhotons_92X.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fdata%2FFall17%2FeffAreaElectrons_cone03_pfNeuHadronsAndPhotons_92X.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fdata%2FFall17%2FeffAreaElectrons_cone03_pfNeuHadronsAndPhotons_92X.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -15,3 +15,5 @@\n 2.2000 2.3000 0.1051\n 2.3000 2.4000 0.1204\n 2.4000 5.0000 0.1524\n+-- dummy change --\n+-- dummy change --"},{"sha":"df7504f39f53325e08493a8b442ddc221d150118","filename":"RecoEgamma/ElectronIdentification/data/Fall17/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_94X.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fdata%2FFall17%2FeffAreaElectrons_cone03_pfNeuHadronsAndPhotons_94X.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fdata%2FFall17%2FeffAreaElectrons_cone03_pfNeuHadronsAndPhotons_94X.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fdata%2FFall17%2FeffAreaElectrons_cone03_pfNeuHadronsAndPhotons_94X.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@\n 2.200 2.300 0.1116\n 2.300 2.400 0.1321\n 2.400 2.500 0.1654\n+-- dummy change --\n+-- dummy change --"},{"sha":"7662d47bdd96286028577e0e59b5fc5ec274a9e9","filename":"RecoEgamma/ElectronIdentification/data/Run3_Winter22/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_122X.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fdata%2FRun3_Winter22%2FeffAreaElectrons_cone03_pfNeuHadronsAndPhotons_122X.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fdata%2FRun3_Winter22%2FeffAreaElectrons_cone03_pfNeuHadronsAndPhotons_122X.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fdata%2FRun3_Winter22%2FeffAreaElectrons_cone03_pfNeuHadronsAndPhotons_122X.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@\n 2.200 2.300 0.0762\n 2.300 2.400 0.0766\n 2.400 2.500 0.1003\n+-- dummy change --\n+-- dummy change --"},{"sha":"4045b191897d0b06f1f4c590263d5ad8f254fa20","filename":"RecoEgamma/ElectronIdentification/data/Spring15/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_25ns.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fdata%2FSpring15%2FeffAreaElectrons_cone03_pfNeuHadronsAndPhotons_25ns.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fdata%2FSpring15%2FeffAreaElectrons_cone03_pfNeuHadronsAndPhotons_25ns.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fdata%2FSpring15%2FeffAreaElectrons_cone03_pfNeuHadronsAndPhotons_25ns.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n 2.2000 2.3000 0.1903\n 2.3000 2.4000 0.2243\n 2.4000 5.0000 0.2687\n+-- dummy change --\n+-- dummy change --"},{"sha":"5ec45e899af2998761ace23ab5750459d5c2a865","filename":"RecoEgamma/ElectronIdentification/data/Spring15/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_50ns.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fdata%2FSpring15%2FeffAreaElectrons_cone03_pfNeuHadronsAndPhotons_50ns.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fdata%2FSpring15%2FeffAreaElectrons_cone03_pfNeuHadronsAndPhotons_50ns.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fdata%2FSpring15%2FeffAreaElectrons_cone03_pfNeuHadronsAndPhotons_50ns.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n 1.3000 2.0000 0.0632\n 2.0000 2.2000 0.0727\n 2.2000 5.0000 0.1337\n+-- dummy change --\n+-- dummy change --"},{"sha":"8c31965f23a55640e80db1efe3f2fcd280ceafa9","filename":"RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_HLT_ecalPFClusterIso.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fdata%2FSummer16%2FeffAreaElectrons_HLT_ecalPFClusterIso.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fdata%2FSummer16%2FeffAreaElectrons_HLT_ecalPFClusterIso.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fdata%2FSummer16%2FeffAreaElectrons_HLT_ecalPFClusterIso.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n # |eta| min |eta| max effective area\n 0.0000 1.4790 0.165\n 1.4790 5.0000 0.132\n+-- dummy change --\n+-- dummy change --"},{"sha":"9a2b0a6ba3d56817708a645743dba3beb5ab4ed0","filename":"RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_HLT_hcalPFClusterIso.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fdata%2FSummer16%2FeffAreaElectrons_HLT_hcalPFClusterIso.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fdata%2FSummer16%2FeffAreaElectrons_HLT_hcalPFClusterIso.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fdata%2FSummer16%2FeffAreaElectrons_HLT_hcalPFClusterIso.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n # |eta| min |eta| max effective area\n 0.0000 1.4790 0.060\n 1.4790 5.0000 0.131\n+-- dummy change --\n+-- dummy change --"},{"sha":"a7aa3d6ed0d483b6fb6eae5f15176bc55b0bfb36","filename":"RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_80X.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fdata%2FSummer16%2FeffAreaElectrons_cone03_pfNeuHadronsAndPhotons_80X.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fdata%2FSummer16%2FeffAreaElectrons_cone03_pfNeuHadronsAndPhotons_80X.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fdata%2FSummer16%2FeffAreaElectrons_cone03_pfNeuHadronsAndPhotons_80X.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n 2.2000 2.3000 0.1635\n 2.3000 2.4000 0.1937\n 2.4000 5.0000 0.2393\n+-- dummy change --\n+-- dummy change --"},{"sha":"98607fe139ca34c802acaea8469da2cb47a0b455","filename":"RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5E2x5OverE5x5WithSatCut.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fplugins%2Fcuts%2FGsfEleFull5x5E2x5OverE5x5WithSatCut.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fplugins%2Fcuts%2FGsfEleFull5x5E2x5OverE5x5WithSatCut.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fplugins%2Fcuts%2FGsfEleFull5x5E2x5OverE5x5WithSatCut.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -44,3 +44,5 @@ double GsfEleFull5x5E2x5OverE5x5WithSatCut::value(const reco::CandidatePtr& cand\n //what this is returning is fairly meaningless...\n return ele->full5x5_e1x5() ? ele->full5x5_e2x5Max() / ele->full5x5_e1x5() : 0.;\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"da863d49eba8c94b3e63d8b71ec75939118c430a","filename":"RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5SigmaIEtaIEtaCut.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fplugins%2Fcuts%2FGsfEleFull5x5SigmaIEtaIEtaCut.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fplugins%2Fcuts%2FGsfEleFull5x5SigmaIEtaIEtaCut.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fplugins%2Fcuts%2FGsfEleFull5x5SigmaIEtaIEtaCut.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -39,3 +39,5 @@ double GsfEleFull5x5SigmaIEtaIEtaCut::value(const reco::CandidatePtr& cand) cons\n reco::GsfElectronPtr ele(cand);\n return ele->full5x5_sigmaIetaIeta();\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"4b08b4ed161ae7bae16f8869b1bfefa47ada72ab","filename":"RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5SigmaIEtaIEtaWithSatCut.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fplugins%2Fcuts%2FGsfEleFull5x5SigmaIEtaIEtaWithSatCut.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fplugins%2Fcuts%2FGsfEleFull5x5SigmaIEtaIEtaWithSatCut.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fplugins%2Fcuts%2FGsfEleFull5x5SigmaIEtaIEtaWithSatCut.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -36,3 +36,5 @@ double GsfEleFull5x5SigmaIEtaIEtaWithSatCut::value(const reco::CandidatePtr& can\n reco::GsfElectronPtr ele(cand);\n return ele->full5x5_sigmaIetaIeta();\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"6f76ce824fbd7f9d83834ebec605e0913e50390b","filename":"RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleHadronicOverEMEnergyScaledCut.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fplugins%2Fcuts%2FGsfEleHadronicOverEMEnergyScaledCut.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fplugins%2Fcuts%2FGsfEleHadronicOverEMEnergyScaledCut.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fplugins%2Fcuts%2FGsfEleHadronicOverEMEnergyScaledCut.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -54,3 +54,5 @@ double GsfEleHadronicOverEMEnergyScaledCut::value(const reco::CandidatePtr& cand\n reco::GsfElectronPtr ele(cand);\n return ele->hadronicOverEm();\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"beca7013fc45ce4a42ea62818e182734a5864a9f","filename":"RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleHadronicOverEMLinearCut.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fplugins%2Fcuts%2FGsfEleHadronicOverEMLinearCut.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fplugins%2Fcuts%2FGsfEleHadronicOverEMLinearCut.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fplugins%2Fcuts%2FGsfEleHadronicOverEMLinearCut.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -37,3 +37,5 @@ double GsfEleHadronicOverEMLinearCut::value(const reco::CandidatePtr& cand) cons\n const float energy = ele->superCluster()->energy();\n return ele->hadronicOverEm() * energy;\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"baa04f600fb78edbb1572ac86676b485cc798681","filename":"RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronHLTPreselecition_Summer16_V1_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronHLTPreselecition_Summer16_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronHLTPreselecition_Summer16_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronHLTPreselecition_Summer16_V1_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -95,3 +95,5 @@\n \n ### for now until we have a database...\n cutBasedElectronHLTPreselection_Summer16_V1.isPOGApproved = cms.untracked.bool(True)\n+-- dummy change --\n+-- dummy change --"},{"sha":"b138384c704d7f84d625c33032784cee125d1cc3","filename":"RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Fall17_94X_V1_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Fall17_94X_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Fall17_94X_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Fall17_94X_V1_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -184,3 +184,5 @@\n cutBasedElectronID_Fall17_94X_V1_loose.isPOGApproved = cms.untracked.bool(True)\n cutBasedElectronID_Fall17_94X_V1_medium.isPOGApproved = cms.untracked.bool(True)\n cutBasedElectronID_Fall17_94X_V1_tight.isPOGApproved = cms.untracked.bool(True)\n+-- dummy change --\n+-- dummy change --"},{"sha":"8fbbfcdb5a8d3819ebdb68e6f76a30076eb14b1f","filename":"RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Fall17_94X_V2_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Fall17_94X_V2_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Fall17_94X_V2_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Fall17_94X_V2_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -176,3 +176,5 @@\n cutBasedElectronID_Fall17_94X_V2_loose.isPOGApproved = cms.untracked.bool(True)\n cutBasedElectronID_Fall17_94X_V2_medium.isPOGApproved = cms.untracked.bool(True)\n cutBasedElectronID_Fall17_94X_V2_tight.isPOGApproved = cms.untracked.bool(True)\n+-- dummy change --\n+-- dummy change --"},{"sha":"91079be25fb202b59014669a0e3e9ff47043c9ad","filename":"RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_25ns_V1_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Spring15_25ns_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Spring15_25ns_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Spring15_25ns_V1_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -181,3 +181,5 @@\n cutBasedElectronID_Spring15_25ns_V1_standalone_loose.isPOGApproved = cms.untracked.bool(True)\n cutBasedElectronID_Spring15_25ns_V1_standalone_medium.isPOGApproved = cms.untracked.bool(True)\n cutBasedElectronID_Spring15_25ns_V1_standalone_tight.isPOGApproved = cms.untracked.bool(True)\n+-- dummy change --\n+-- dummy change --"},{"sha":"d73ba93a88c4add134d2ff569fabf886712ba755","filename":"RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_50ns_V1_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Spring15_50ns_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Spring15_50ns_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Spring15_50ns_V1_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -174,3 +174,5 @@\n cutBasedElectronID_Spring15_50ns_V1_standalone_loose.isPOGApproved = cms.untracked.bool(True)\n cutBasedElectronID_Spring15_50ns_V1_standalone_medium.isPOGApproved = cms.untracked.bool(True)\n cutBasedElectronID_Spring15_50ns_V1_standalone_tight.isPOGApproved = cms.untracked.bool(True)\n+-- dummy change --\n+-- dummy change --"},{"sha":"53b43117a0a394a0c192bae6be8bf2100cc0210e","filename":"RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_50ns_V2_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Spring15_50ns_V2_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Spring15_50ns_V2_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Spring15_50ns_V2_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -184,3 +184,5 @@\n cutBasedElectronID_Spring15_50ns_V2_standalone_loose.isPOGApproved = cms.untracked.bool(True)\n cutBasedElectronID_Spring15_50ns_V2_standalone_medium.isPOGApproved = cms.untracked.bool(True)\n cutBasedElectronID_Spring15_50ns_V2_standalone_tight.isPOGApproved = cms.untracked.bool(True)\n+-- dummy change --\n+-- dummy change --"},{"sha":"e20800d649e6e25a77744a37b87aa4e7e4ef4de0","filename":"RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Summer16_80X_V1_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Summer16_80X_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Summer16_80X_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Summer16_80X_V1_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -167,3 +167,5 @@\n cutBasedElectronID_Summer16_80X_V1_loose.isPOGApproved = cms.untracked.bool(True)\n cutBasedElectronID_Summer16_80X_V1_medium.isPOGApproved = cms.untracked.bool(True)\n cutBasedElectronID_Summer16_80X_V1_tight.isPOGApproved = cms.untracked.bool(True)\n+-- dummy change --\n+-- dummy change --"},{"sha":"2d0c66a5665665a24769188b493439c32e004687","filename":"RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Summer20_PhaseII_V0_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Summer20_PhaseII_V0_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Summer20_PhaseII_V0_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Summer20_PhaseII_V0_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -176,3 +176,5 @@\n cutBasedElectronID_Summer20_PhaseII_V0_loose.isPOGApproved = cms.bool(False)\n cutBasedElectronID_Summer20_PhaseII_V0_medium.isPOGApproved = cms.bool(False)\n cutBasedElectronID_Summer20_PhaseII_V0_tight.isPOGApproved = cms.bool(False)\n+-- dummy change --\n+-- dummy change --"},{"sha":"20ee091519a7bc9716368bb5b4dede400d136a74","filename":"RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Winter22_122X_V1_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Winter22_122X_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Winter22_122X_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Winter22_122X_V1_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -171,3 +171,5 @@\n cutBasedElectronID_RunIIIWinter22_V1_medium.isPOGApproved = cms.untracked.bool(True)\n cutBasedElectronID_RunIIIWinter22_V1_tight.isPOGApproved = cms.untracked.bool(True)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"cc5a74f9193885cb8bf33e3917c8aa8ffbc6cad6","filename":"RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_tools.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_tools.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_tools.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_tools.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -598,3 +598,5 @@ def configureVIDCutBasedEleHLTPreselection_V1( wpEB, wpEE, ecalIsoInputs, hcalIs\n #\n return parameterSet\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"f39dfc7e35cc0ebd8f3a2b48a5ca283e7294a2cc","filename":"RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV51_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FheepElectronID_HEEPV51_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FheepElectronID_HEEPV51_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FheepElectronID_HEEPV51_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -100,3 +100,5 @@\n central_id_registry.register(heepElectronID_HEEPV51.idName,\"b0e84f87acbc411de145ab2b8187ef1c\")\n \n heepElectronID_HEEPV51.isPOGApproved = cms.untracked.bool(False)\n+-- dummy change --\n+-- dummy change --"},{"sha":"cbc521e7eeb666bfcfdd9454059939eab58c729f","filename":"RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV60_80XAOD_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FheepElectronID_HEEPV60_80XAOD_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FheepElectronID_HEEPV60_80XAOD_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FheepElectronID_HEEPV60_80XAOD_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -101,3 +101,5 @@\n central_id_registry.register(heepElectronID_HEEPV60_80XAOD.idName,\"a7e52edab71dfae8b854b7bce70b56a7\")\n heepElectronID_HEEPV60_80XAOD.isPOGApproved = cms.untracked.bool(False)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"3dfda0756fcb7b9747677585a8542ca9104cf79f","filename":"RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV60_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FheepElectronID_HEEPV60_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FheepElectronID_HEEPV60_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FheepElectronID_HEEPV60_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -100,3 +100,5 @@\n central_id_registry.register(heepElectronID_HEEPV60.idName,\"df10ac7e3a9c22f63fa7936573beaafb\")\n \n heepElectronID_HEEPV60.isPOGApproved = cms.untracked.bool(True)\n+-- dummy change --\n+-- dummy change --"},{"sha":"da339a603f6ea57887e70492e9eab386c86119c4","filename":"RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV70_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FheepElectronID_HEEPV70_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FheepElectronID_HEEPV70_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FheepElectronID_HEEPV70_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -101,3 +101,5 @@\n central_id_registry.register(heepElectronID_HEEPV70.idName,\"49b6b60e9f16727f241eb34b9d345a8f\")\n heepElectronID_HEEPV70.isPOGApproved = cms.untracked.bool(True)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"407a316264117734cdf8bc24d75f207652b6f2b2","filename":"RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV71_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FheepElectronID_HEEPV71_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FheepElectronID_HEEPV71_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FheepElectronID_HEEPV71_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -29,3 +29,5 @@\n #central_id_registry.register(heepElectronID_HEEPV71.idName,\"49b6b60e9f16727f241eb34b9d345a8f\")\n heepElectronID_HEEPV71.isPOGApproved = cms.untracked.bool(True)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"f472e353f881736180d672b92c3dbf800dd0e38b","filename":"RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_tools.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FheepElectronID_tools.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FheepElectronID_tools.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FheepElectronID_tools.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -578,3 +578,5 @@ def addHEEPProducersToSeq(process,seq,useMiniAOD, task=None):\n function simply remains as a placeholder\n '''\n return\n+-- dummy change --\n+-- dummy change --"},{"sha":"44061fcde5488dda95d6c7e3b47c2c31ddceceba","filename":"RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V1_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Fall17_iso_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Fall17_iso_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Fall17_iso_V1_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -97,3 +97,5 @@\n mvaEleID_Fall17_V1_wpLoose.isPOGApproved = cms.untracked.bool(True)\n mvaEleID_Fall17_V1_wp90.isPOGApproved = cms.untracked.bool(True)\n mvaEleID_Fall17_V1_wp80.isPOGApproved = cms.untracked.bool(True)\n+-- dummy change --\n+-- dummy change --"},{"sha":"3c4f6763bcf2e6306571ab18e8667116f5a2dd3b","filename":"RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V2_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Fall17_iso_V2_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Fall17_iso_V2_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Fall17_iso_V2_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -84,3 +84,5 @@\n mvaEleID_Fall17_iso_V2_wp80.isPOGApproved = cms.untracked.bool(True)\n mvaEleID_Fall17_iso_V2_wpLoose.isPOGApproved = cms.untracked.bool(True)\n mvaEleID_Fall17_iso_V2_wp90.isPOGApproved = cms.untracked.bool(True)\n+-- dummy change --\n+-- dummy change --"},{"sha":"311d6c3eda2266bb5a39736def0538e888b874ac","filename":"RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V1_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Fall17_noIso_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Fall17_noIso_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Fall17_noIso_V1_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -97,3 +97,5 @@\n mvaEleID_Fall17_V1_wpLoose.isPOGApproved = cms.untracked.bool(True)\n mvaEleID_Fall17_V1_wp90.isPOGApproved = cms.untracked.bool(True)\n mvaEleID_Fall17_V1_wp80.isPOGApproved = cms.untracked.bool(True)\n+-- dummy change --\n+-- dummy change --"},{"sha":"8a7b0f1560afb979a6f4ef8ddcc081e9aeb174c7","filename":"RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V2_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Fall17_noIso_V2_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Fall17_noIso_V2_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Fall17_noIso_V2_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -70,3 +70,5 @@\n mvaEleID_Fall17_noIso_V2_wp80.isPOGApproved = cms.untracked.bool(True)\n mvaEleID_Fall17_noIso_V2_wpLoose.isPOGApproved = cms.untracked.bool(True)\n mvaEleID_Fall17_noIso_V2_wp90.isPOGApproved = cms.untracked.bool(True)\n+-- dummy change --\n+-- dummy change --"},{"sha":"cff0c249d0c355a3e930234ebf2f4abcb0164d4d","filename":"RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_RunIIIWinter22_iso_V1_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_RunIIIWinter22_iso_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_RunIIIWinter22_iso_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_RunIIIWinter22_iso_V1_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -61,3 +61,5 @@\n \n mvaEleID_RunIIIWinter22_iso_V1_wp80.isPOGApproved = cms.untracked.bool(True)\n mvaEleID_RunIIIWinter22_iso_V1_wp90.isPOGApproved = cms.untracked.bool(True)\n+-- dummy change --\n+-- dummy change --"},{"sha":"5e6b45347a8894750b9b4d2efe9a2e0ab7af7cb5","filename":"RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_RunIIIWinter22_noIso_V1_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_RunIIIWinter22_noIso_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_RunIIIWinter22_noIso_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_RunIIIWinter22_noIso_V1_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -59,3 +59,5 @@\n \n mvaEleID_RunIIIWinter22_noIso_V1_wp80.isPOGApproved = cms.untracked.bool(True)\n mvaEleID_RunIIIWinter22_noIso_V1_wp90.isPOGApproved = cms.untracked.bool(True)\n+-- dummy change --\n+-- dummy change --"},{"sha":"94b8a4e7cd94dfb2587400df3c2e553d1bfaea8f","filename":"RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_25ns_Trig_V1_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Spring15_25ns_Trig_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Spring15_25ns_Trig_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Spring15_25ns_Trig_V1_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -81,3 +81,5 @@\n \n mvaEleID_Spring15_25ns_Trig_V1_wp90.isPOGApproved = cms.untracked.bool(True)\n mvaEleID_Spring15_25ns_Trig_V1_wp80.isPOGApproved = cms.untracked.bool(True)\n+-- dummy change --\n+-- dummy change --"},{"sha":"65798f55e8c53790f64ae507637209e939639224","filename":"RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_25ns_nonTrig_V1_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Spring15_25ns_nonTrig_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Spring15_25ns_nonTrig_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Spring15_25ns_nonTrig_V1_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -112,3 +112,5 @@\n mvaEleID_Spring15_25ns_nonTrig_V1_wpLoose.isPOGApproved = cms.untracked.bool(True)\n mvaEleID_Spring15_25ns_nonTrig_V1_wp90.isPOGApproved = cms.untracked.bool(True)\n mvaEleID_Spring15_25ns_nonTrig_V1_wp80.isPOGApproved = cms.untracked.bool(True)\n+-- dummy change --\n+-- dummy change --"},{"sha":"7606f42bf8b348a125403a37753cac8acd83aa49","filename":"RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_50ns_Trig_V1_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Spring15_50ns_Trig_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Spring15_50ns_Trig_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Spring15_50ns_Trig_V1_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -81,3 +81,5 @@\n \n mvaEleID_Spring15_50ns_Trig_V1_wp90.isPOGApproved = cms.untracked.bool(True)\n mvaEleID_Spring15_50ns_Trig_V1_wp80.isPOGApproved = cms.untracked.bool(True)\n+-- dummy change --\n+-- dummy change --"},{"sha":"7d138c047c5040b203e3d2057cd19e5280e2fd5e","filename":"RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_GeneralPurpose_V1_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Spring16_GeneralPurpose_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Spring16_GeneralPurpose_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Spring16_GeneralPurpose_V1_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -85,3 +85,5 @@\n \n mvaEleID_Spring16_GeneralPurpose_V1_wp90.isPOGApproved = cms.untracked.bool(True)\n mvaEleID_Spring16_GeneralPurpose_V1_wp80.isPOGApproved = cms.untracked.bool(True)\n+-- dummy change --\n+-- dummy change --"},{"sha":"7789f4712937ecdc6ffa584d79687e2399a5b43e","filename":"RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_HZZ_V1_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Spring16_HZZ_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Spring16_HZZ_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Spring16_HZZ_V1_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -86,3 +86,5 @@\n '1797cc03eb62387e10266fca72ea10cd')\n \n mvaEleID_Spring16_HZZ_V1_wpLoose.isPOGApproved = cms.untracked.bool(True)\n+-- dummy change --\n+-- dummy change --"},{"sha":"64bd957e9c4e5194171500016572ac92d1b42a49","filename":"RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer16UL_ID_ISO_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Summer16UL_ID_ISO_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Summer16UL_ID_ISO_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Summer16UL_ID_ISO_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -47,3 +47,5 @@\n mvaEleID_Summer16UL_ID_ISO_HZZ = configureVIDMVAEleID( mvaEleID_Summer16UL_ID_ISO_HZZ_container )\n \n mvaEleID_Summer16UL_ID_ISO_HZZ.isPOGApproved = cms.untracked.bool(True)\n+-- dummy change --\n+-- dummy change --"},{"sha":"3e463bcc7dc9b8ab074700971c2a7debca72773e","filename":"RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer17UL_ID_ISO_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Summer17UL_ID_ISO_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Summer17UL_ID_ISO_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Summer17UL_ID_ISO_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -47,3 +47,5 @@\n mvaEleID_Summer17UL_ID_ISO_HZZ = configureVIDMVAEleID( mvaEleID_Summer17UL_ID_ISO_HZZ_container )\n \n mvaEleID_Summer17UL_ID_ISO_HZZ.isPOGApproved = cms.untracked.bool(True)\n+-- dummy change --\n+-- dummy change --"},{"sha":"b9b5a926080dd2ea2a4231caab38ebc8233f40fa","filename":"RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer18UL_ID_ISO_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Summer18UL_ID_ISO_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Summer18UL_ID_ISO_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Summer18UL_ID_ISO_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -47,3 +47,5 @@\n mvaEleID_Summer18UL_ID_ISO_HZZ = configureVIDMVAEleID( mvaEleID_Summer18UL_ID_ISO_HZZ_container )\n \n mvaEleID_Summer18UL_ID_ISO_HZZ.isPOGApproved = cms.untracked.bool(True)\n+-- dummy change --\n+-- dummy change --"},{"sha":"a851eedb6140719acd56486211f9ffb8d411aa59","filename":"RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Winter22_HZZ_V1_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Winter22_HZZ_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Winter22_HZZ_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Winter22_HZZ_V1_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -47,3 +47,5 @@\n mvaEleID_Winter22_HZZ_V1 = configureVIDMVAEleID( mvaEleID_Winter22_HZZ_V1_container )\n \n mvaEleID_Winter22_HZZ_V1.isPOGApproved = cms.untracked.bool(True)\n+-- dummy change --\n+-- dummy change --"},{"sha":"e12f7b774bcd5d01f143a6a1d13665770949f0b9","filename":"RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n 2.2000 2.3000 0.043\n 2.3000 2.4000 0.038\n 2.4000 5.0000 0.034\n+-- dummy change --\n+-- dummy change --"},{"sha":"7d99d6c47ee8fbb661af494c1581369ee33cc623","filename":"RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased_TrueVtx.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfChargedHadrons_90percentBased_TrueVtx.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfChargedHadrons_90percentBased_TrueVtx.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfChargedHadrons_90percentBased_TrueVtx.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n 2.2000 2.3000 0.033\n 2.3000 2.4000 0.031\n 2.4000 5.0000 0.027\n+-- dummy change --\n+-- dummy change --"},{"sha":"96cd1caf321e7f473695fac10ffa7b40a2292a6b","filename":"RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased_V2.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfChargedHadrons_90percentBased_V2.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfChargedHadrons_90percentBased_V2.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfChargedHadrons_90percentBased_V2.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -7,3 +7,5 @@\n 2.2000 2.3000 0.0098\n 2.3000 2.4000 0.0089\n 2.4000 5.0000 0.0087\n+-- dummy change --\n+-- dummy change --"},{"sha":"cbc5c51d8d0bee018e4ab035175760793a0a7493","filename":"RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n 2.2000 2.3000 0.007\n 2.3000 2.4000 0.007\n 2.4000 5.0000 0.012\n+-- dummy change --\n+-- dummy change --"},{"sha":"aed02beddf1d7235f106657295b5cfc021306d86","filename":"RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased_TrueVtx.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfNeutralHadrons_90percentBased_TrueVtx.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfNeutralHadrons_90percentBased_TrueVtx.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfNeutralHadrons_90percentBased_TrueVtx.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n 2.2000 2.3000 0.0151\n 2.3000 2.4000 0.0001\n 2.4000 5.0000 0.013\n+-- dummy change --\n+-- dummy change --"},{"sha":"99617417ed5c0b3305dc3529339774007a23c2bb","filename":"RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased_V2.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfNeutralHadrons_90percentBased_V2.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfNeutralHadrons_90percentBased_V2.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfNeutralHadrons_90percentBased_V2.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -7,3 +7,5 @@\n 2.2000 2.3000 0.0078\n 2.3000 2.4000 0.0028\n 2.4000 5.0000 0.0137\n+-- dummy change --\n+-- dummy change --"},{"sha":"ae9b168ae769a88b0c239e36185eb55c198bd927","filename":"RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfPhotons_90percentBased.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfPhotons_90percentBased.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfPhotons_90percentBased.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n 2.2000 2.3000 0.099\n 2.3000 2.4000 0.109\n 2.4000 5.0000 0.134\n+-- dummy change --\n+-- dummy change --"},{"sha":"382ad781ce98e1e2674c5a7147c2409865d80e1f","filename":"RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased_TrueVtx.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfPhotons_90percentBased_TrueVtx.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfPhotons_90percentBased_TrueVtx.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfPhotons_90percentBased_TrueVtx.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n 2.2000 2.3000 0.100\n 2.3000 2.4000 0.115\n 2.4000 5.0000 0.137\n+-- dummy change --\n+-- dummy change --"},{"sha":"571282ea158730ee76d1c9bc53dd115abed82be9","filename":"RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased_V2.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfPhotons_90percentBased_V2.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfPhotons_90percentBased_V2.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfPhotons_90percentBased_V2.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -7,3 +7,5 @@\n 2.2000 2.3000 0.1070\n 2.3000 2.4000 0.1212\n 2.4000 5.0000 0.1466\n+-- dummy change --\n+-- dummy change --"},{"sha":"8c80781d83c1b19aec09f68bac21611cf96ef479","filename":"RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesFall17V1p1.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FPhotonMVAEstimatorRun2VariablesFall17V1p1.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FPhotonMVAEstimatorRun2VariablesFall17V1p1.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FPhotonMVAEstimatorRun2VariablesFall17V1p1.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -26,3 +26,5 @@ esEnergyOverRawE superCluster.preshowerEnergy/superCluster.rawEnergy\n phoIso03 photonIso\t\t None None\n chgIsoWrtChosenVtx chargedHadronIso None None\n chgIsoWrtWorstVtx chargedHadronWorstVtxIso None None\n+-- dummy change --\n+-- dummy change --"},{"sha":"68c61f3e22f240a820fc64987e87001cd446deb7","filename":"RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring15.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FPhotonMVAEstimatorRun2VariablesSpring15.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FPhotonMVAEstimatorRun2VariablesSpring15.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FPhotonMVAEstimatorRun2VariablesSpring15.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -29,3 +29,5 @@ rho fixedGridRhoFastjetAll\n phoIsoRaw photonIDValueMapProducer:phoPhotonIsolation None None\n chIsoRaw photonIDValueMapProducer:phoChargedIsolation None None\n chWorstRaw photonIDValueMapProducer:phoWorstChargedIsolation None None\n+-- dummy change --\n+-- dummy change --"},{"sha":"ba2d178188b223838907b54879accac0b2fc39b7","filename":"RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring15ValMaps.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FPhotonMVAEstimatorRun2VariablesSpring15ValMaps.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FPhotonMVAEstimatorRun2VariablesSpring15ValMaps.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FPhotonMVAEstimatorRun2VariablesSpring15ValMaps.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -29,3 +29,5 @@ rho fixedGridRhoFastjetAll\n phoIsoRaw photonIDValueMapProducer:phoPhotonIsolation None None\n chIsoRaw photonIDValueMapProducer:phoChargedIsolation None None\n chWorstRaw photonIDValueMapProducer:phoWorstChargedIsolation None None\n+-- dummy change --\n+-- dummy change --"},{"sha":"d4e8453b9d2642ce0c6abd01d2d46f1485029e64","filename":"RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring16.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FPhotonMVAEstimatorRun2VariablesSpring16.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FPhotonMVAEstimatorRun2VariablesSpring16.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FPhotonMVAEstimatorRun2VariablesSpring16.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -28,3 +28,5 @@ CITK_isoChargedHad chargedHadronPFPVIso\n chgIsoWrtWorstVtx chargedHadronWorstVtxGeomVetoIso None None\n esEffSigmaRR full5x5_showerShapeVariables.effSigmaRR None None\n esEnergy/SCRawE superCluster.preshowerEnergy/superCluster.rawEnergy None None\n+-- dummy change --\n+-- dummy change --"},{"sha":"80ed923ffab9bf81526c6a71947616e03766588b","filename":"RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun3VariablesWinter22V1.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FPhotonMVAEstimatorRun3VariablesWinter22V1.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FPhotonMVAEstimatorRun3VariablesWinter22V1.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FPhotonMVAEstimatorRun3VariablesWinter22V1.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@ pho_SCEta superCluster.eta\n evt_rho \t\t fixedGridRhoAll None None\n pho_ESEffSigmaRR full5x5_showerShapeVariables.effSigmaRR None None\n pho_PreShEbySCRawE superCluster.preshowerEnergy/superCluster.rawEnergy None None\n+-- dummy change --\n+-- dummy change --"},{"sha":"a3d4f9284bc577a60d99ed0926514183533506a9","filename":"RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_ChgHadronIso_95percentBased.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_ChgHadronIso_95percentBased.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_ChgHadronIso_95percentBased.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_ChgHadronIso_95percentBased.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@\n 2.2 2.3 0.0264064 -8.89189e-05\n 2.3 2.4 0.025587 -5.90178e-05\n 2.4 2.5 0.0224817 -4.22712e-05\n+-- dummy change --\n+-- dummy change --"},{"sha":"0bbf60c27dcdc0e0c17680213b71096320aa3594","filename":"RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_ECalClusterIso_95percentBased.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_ECalClusterIso_95percentBased.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_ECalClusterIso_95percentBased.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_ECalClusterIso_95percentBased.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@\n 2.2 2.3 0.0412923 9.63732e-06\n 2.3 2.4 0.03555 5.79549e-05\n 2.4 2.5 0.0360895 7.28546e-06\n+-- dummy change --\n+-- dummy change --"},{"sha":"318119de0968e301d86483b9145ea0a665771cd0","filename":"RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_HCalClusterIso_95percentBased.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_HCalClusterIso_95percentBased.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_HCalClusterIso_95percentBased.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_HCalClusterIso_95percentBased.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@\n 2.2 2.3 0.322673 -0.000750113\n 2.3 2.4 0.315793 -0.000795134\n 2.4 2.5 0.36531 -0.00043867\n+-- dummy change --\n+-- dummy change --"},{"sha":"3ad2f5f41cd0d0a8f56b329241fdab39d4df88b8","filename":"RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_NeuHadronIso_95percentBased.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_NeuHadronIso_95percentBased.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_NeuHadronIso_95percentBased.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_NeuHadronIso_95percentBased.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n #\n # https://indico.cern.ch/event/1204275/#5-update-on-run3-photon-cut-ba\n # https://indico.cern.ch/event/1204277/#5-update-on-run3-photon-cut-ba\n+-- dummy change --\n+-- dummy change --"},{"sha":"d489126429780c76d6700d780cb195085fee0bbf","filename":"RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_PhotonIso_95percentBased.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_PhotonIso_95percentBased.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_PhotonIso_95percentBased.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_PhotonIso_95percentBased.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n #\n # https://indico.cern.ch/event/1204275/#5-update-on-run3-photon-cut-ba\n # https://indico.cern.ch/event/1204277/#5-update-on-run3-photon-cut-ba\n+-- dummy change --\n+-- dummy change --"},{"sha":"c3b4a5cc14eb0d7da402d53d663b6ef8be79bc02","filename":"RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_TrackerIso_95percentBased.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_TrackerIso_95percentBased.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_TrackerIso_95percentBased.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_TrackerIso_95percentBased.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n #\n # https://indico.cern.ch/event/1204275/#5-update-on-run3-photon-cut-ba\n # https://indico.cern.ch/event/1204277/#5-update-on-run3-photon-cut-ba\n+-- dummy change --\n+-- dummy change --"},{"sha":"02e90fd1ac895db627d3deae8ea9cd044a012985","filename":"RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_coneBasedHoverE_95percentBased.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_coneBasedHoverE_95percentBased.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_coneBasedHoverE_95percentBased.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_coneBasedHoverE_95percentBased.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -21,3 +21,5 @@\n 2.2 2.3 0.00334674 -1.47232e-05\n 2.3 2.4 0.00416787 -2.13958e-05\n 2.4 2.5 0.00458106 -2.80795e-05\n+-- dummy change --\n+-- dummy change --"},{"sha":"5a2120b3e166af531221d3d0f3f22d46c237d913","filename":"RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfChargedHadrons_25ns_NULLcorrection.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring15%2FeffAreaPhotons_cone03_pfChargedHadrons_25ns_NULLcorrection.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring15%2FeffAreaPhotons_cone03_pfChargedHadrons_25ns_NULLcorrection.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring15%2FeffAreaPhotons_cone03_pfChargedHadrons_25ns_NULLcorrection.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n 2.2000 2.3000 0.0 \n 2.3000 2.4000 0.0 \n 2.4000 5.0000 0.0 \n+-- dummy change --\n+-- dummy change --"},{"sha":"2bf58a3ef1c68b863e25e4c26cb740582ce5f04f","filename":"RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfChargedHadrons_50ns.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring15%2FeffAreaPhotons_cone03_pfChargedHadrons_50ns.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring15%2FeffAreaPhotons_cone03_pfChargedHadrons_50ns.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring15%2FeffAreaPhotons_cone03_pfChargedHadrons_50ns.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n 2.2000 2.3000 0.0095 \n 2.3000 2.4000 0.0068 \n 2.4000 5.0000 0.0053 \n+-- dummy change --\n+-- dummy change --"},{"sha":"8b854cad47e8d3325277a8184cce6bfc325b2f06","filename":"RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfNeutralHadrons_25ns_90percentBased.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring15%2FeffAreaPhotons_cone03_pfNeutralHadrons_25ns_90percentBased.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring15%2FeffAreaPhotons_cone03_pfNeutralHadrons_25ns_90percentBased.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring15%2FeffAreaPhotons_cone03_pfNeutralHadrons_25ns_90percentBased.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n 2.2000 2.3000 0.0360\n 2.3000 2.4000 0.0462\n 2.4000 5.0000 0.0656\n+-- dummy change --\n+-- dummy change --"},{"sha":"cd43dc840c365ca7715b8962f8b80cd07248655d","filename":"RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfNeutralHadrons_50ns.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring15%2FeffAreaPhotons_cone03_pfNeutralHadrons_50ns.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring15%2FeffAreaPhotons_cone03_pfNeutralHadrons_50ns.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring15%2FeffAreaPhotons_cone03_pfNeutralHadrons_50ns.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n 2.2000 2.3000 0.0124\n 2.3000 2.4000 0.0186\n 2.4000 5.0000 0.0320\n+-- dummy change --\n+-- dummy change --"},{"sha":"c000964175479ffac982967eec309df93e3fd625","filename":"RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfPhotons_25ns_90percentBased.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring15%2FeffAreaPhotons_cone03_pfPhotons_25ns_90percentBased.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring15%2FeffAreaPhotons_cone03_pfPhotons_25ns_90percentBased.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring15%2FeffAreaPhotons_cone03_pfPhotons_25ns_90percentBased.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n 2.2000 2.3000 0.1498\n 2.3000 2.4000 0.1857\n 2.4000 5.0000 0.2183\n+-- dummy change --\n+-- dummy change --"},{"sha":"ac266ca5fc9784b54c995592f6f2442f55b9b889","filename":"RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfPhotons_50ns.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring15%2FeffAreaPhotons_cone03_pfPhotons_50ns.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring15%2FeffAreaPhotons_cone03_pfPhotons_50ns.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring15%2FeffAreaPhotons_cone03_pfPhotons_50ns.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n 2.2000 2.3000 0.0766 \n 2.3000 2.4000 0.0949 \n 2.4000 5.0000 0.1160 \n+-- dummy change --\n+-- dummy change --"},{"sha":"3af781b9ade1eccce59b3e14a82ff6acf824a24d","filename":"RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring16%2FeffAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring16%2FeffAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring16%2FeffAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n 2.2000 2.3000 0.0254\n 2.3000 2.4000 0.0217\n 2.4000 5.0000 0.0167\n+-- dummy change --\n+-- dummy change --"},{"sha":"8c25dbcd2ff67c6c2e06705c15e70262f5e4f0be","filename":"RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring16%2FeffAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring16%2FeffAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring16%2FeffAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n 2.2000 2.3000 0.0184\n 2.3000 2.4000 0.0284\n 2.4000 5.0000 0.0591\n+-- dummy change --\n+-- dummy change --"},{"sha":"0b28a8fe3f5eb5ae7caf8fec0f14df5859a34a8a","filename":"RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfPhotons_90percentBased.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring16%2FeffAreaPhotons_cone03_pfPhotons_90percentBased.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring16%2FeffAreaPhotons_cone03_pfPhotons_90percentBased.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring16%2FeffAreaPhotons_cone03_pfPhotons_90percentBased.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n 2.2000 2.3000 0.1457\n 2.3000 2.4000 0.1719\n 2.4000 5.0000 0.1998\n+-- dummy change --\n+-- dummy change --"},{"sha":"af26c682ef43d7fa4479ef69c4f06ff2cb35835a","filename":"RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfPhotons_90percentBased_3bins.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring16%2FeffAreaPhotons_cone03_pfPhotons_90percentBased_3bins.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring16%2FeffAreaPhotons_cone03_pfPhotons_90percentBased_3bins.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring16%2FeffAreaPhotons_cone03_pfPhotons_90percentBased_3bins.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -20,3 +20,5 @@\n 1.0000 2.0000 0.1107\n 2.0000 3.0000 0.1056\n 3.0000 5.0000 0.1998\n+-- dummy change --\n+-- dummy change --"},{"sha":"f9608fc0374c5b0e0ad2b1997537ba863d3cad94","filename":"RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndExpoScalingCut.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fplugins%2Fcuts%2FPhoAnyPFIsoWithEAAndExpoScalingCut.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fplugins%2Fcuts%2FPhoAnyPFIsoWithEAAndExpoScalingCut.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fplugins%2Fcuts%2FPhoAnyPFIsoWithEAAndExpoScalingCut.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -156,3 +156,5 @@ double PhoAnyPFIsoWithEAAndExpoScalingCut::value(const reco::CandidatePtr& cand)\n // Apply the cut and return the result\n return anyPFIsoWithEA;\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"f2f1328c48757b648b7f6e5cd218bb7861bc29be","filename":"RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndExpoScalingEBCut.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fplugins%2Fcuts%2FPhoAnyPFIsoWithEAAndExpoScalingEBCut.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fplugins%2Fcuts%2FPhoAnyPFIsoWithEAAndExpoScalingEBCut.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fplugins%2Fcuts%2FPhoAnyPFIsoWithEAAndExpoScalingEBCut.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -153,3 +153,5 @@ double PhoAnyPFIsoWithEAAndExpoScalingEBCut::value(const reco::CandidatePtr& can\n // Apply the cut and return the result\n return anyPFIsoWithEA;\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"e683e502f3227d06d1d615eb074e6915eda504aa","filename":"RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndQuadScalingCut.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fplugins%2Fcuts%2FPhoAnyPFIsoWithEAAndQuadScalingCut.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fplugins%2Fcuts%2FPhoAnyPFIsoWithEAAndQuadScalingCut.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fplugins%2Fcuts%2FPhoAnyPFIsoWithEAAndQuadScalingCut.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -156,3 +156,5 @@ double PhoAnyPFIsoWithEAAndQuadScalingCut::value(const reco::CandidatePtr& cand)\n // Apply the cut and return the result\n return anyPFIsoWithEA;\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"fab5348c35f03f12338a70a044f73308506540ec","filename":"RecoEgamma/PhotonIdentification/plugins/cuts/PhoFull5x5SigmaIEtaIEtaValueMapCut.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fplugins%2Fcuts%2FPhoFull5x5SigmaIEtaIEtaValueMapCut.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fplugins%2Fcuts%2FPhoFull5x5SigmaIEtaIEtaValueMapCut.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fplugins%2Fcuts%2FPhoFull5x5SigmaIEtaIEtaValueMapCut.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -83,3 +83,5 @@ double PhoFull5x5SigmaIEtaIEtaValueMapCut::value(const reco::CandidatePtr& cand)\n \n return _full5x5SigmaIEtaIEtaMap.isValid() ? sihihval : pho->full5x5_sigmaIetaIeta();\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"6c3f3cca0c20273827d8fbb9ce9bc78093e2fdb0","filename":"RecoEgamma/PhotonIdentification/plugins/cuts/PhoGenericQuadraticRhoPtScaledCut.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fplugins%2Fcuts%2FPhoGenericQuadraticRhoPtScaledCut.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fplugins%2Fcuts%2FPhoGenericQuadraticRhoPtScaledCut.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fplugins%2Fcuts%2FPhoGenericQuadraticRhoPtScaledCut.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -76,3 +76,5 @@ double PhoGenericQuadraticRhoPtScaledCut::value(const reco::CandidatePtr& cand)\n reco::PhotonPtr pho(cand);\n return varFunc_(*pho);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"18b1e2733bf066dddf63165f628ed685a78451a5","filename":"RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V1_TrueVtx_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_Fall17_94X_V1_TrueVtx_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_Fall17_94X_V1_TrueVtx_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_Fall17_94X_V1_TrueVtx_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -154,3 +154,5 @@\n cutBasedPhotonID_Fall17_94X_V1_loose.isPOGApproved = cms.untracked.bool(True)\n cutBasedPhotonID_Fall17_94X_V1_medium.isPOGApproved = cms.untracked.bool(True)\n cutBasedPhotonID_Fall17_94X_V1_tight.isPOGApproved = cms.untracked.bool(True)\n+-- dummy change --\n+-- dummy change --"},{"sha":"6485675b694a168f32120cf33eb6f2b218b30421","filename":"RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V1_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_Fall17_94X_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_Fall17_94X_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_Fall17_94X_V1_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -153,3 +153,5 @@\n cutBasedPhotonID_Fall17_94X_V1_loose.isPOGApproved = cms.untracked.bool(True)\n cutBasedPhotonID_Fall17_94X_V1_medium.isPOGApproved = cms.untracked.bool(True)\n cutBasedPhotonID_Fall17_94X_V1_tight.isPOGApproved = cms.untracked.bool(True)\n+-- dummy change --\n+-- dummy change --"},{"sha":"b7a4ba52e0a527e7b26cb8d4f18c78b3fcd78692","filename":"RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V2_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_Fall17_94X_V2_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_Fall17_94X_V2_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_Fall17_94X_V2_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -152,3 +152,5 @@\n cutBasedPhotonID_Fall17_94X_V2_loose.isPOGApproved = cms.untracked.bool(True)\n cutBasedPhotonID_Fall17_94X_V2_medium.isPOGApproved = cms.untracked.bool(True)\n cutBasedPhotonID_Fall17_94X_V2_tight.isPOGApproved = cms.untracked.bool(True)\n+-- dummy change --\n+-- dummy change --"},{"sha":"e6afdf21e979dfc576ef44b4f64cf777dd4c3afd","filename":"RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_RunIIIWinter22_122X_V1_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_RunIIIWinter22_122X_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_RunIIIWinter22_122X_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_RunIIIWinter22_122X_V1_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -175,3 +175,5 @@\n cutBasedPhotonID_RunIIIWinter22_122X_V1_medium.isPOGApproved = cms.untracked.bool(True)\n cutBasedPhotonID_RunIIIWinter22_122X_V1_tight.isPOGApproved = cms.untracked.bool(True)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"c4d0445ca9b2ee206d43ae0ec84ef246afd8494d","filename":"RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring15_25ns_V1_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_Spring15_25ns_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_Spring15_25ns_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_Spring15_25ns_V1_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -150,3 +150,5 @@\n cutBasedPhotonID_Spring15_25ns_V1_standalone_loose.isPOGApproved = cms.untracked.bool(True)\n cutBasedPhotonID_Spring15_25ns_V1_standalone_medium.isPOGApproved = cms.untracked.bool(True)\n cutBasedPhotonID_Spring15_25ns_V1_standalone_tight.isPOGApproved = cms.untracked.bool(True)\n+-- dummy change --\n+-- dummy change --"},{"sha":"bb15ceaa06335b2bda50bcad28cf18e08b272728","filename":"RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring15_50ns_V1_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_Spring15_50ns_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_Spring15_50ns_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_Spring15_50ns_V1_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -150,3 +150,5 @@\n cutBasedPhotonID_Spring15_50ns_V1_standalone_loose.isPOGApproved = cms.untracked.bool(True)\n cutBasedPhotonID_Spring15_50ns_V1_standalone_medium.isPOGApproved = cms.untracked.bool(True)\n cutBasedPhotonID_Spring15_50ns_V1_standalone_tight.isPOGApproved = cms.untracked.bool(True)\n+-- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e?per_page=100&page=26 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:20 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"41d8e67bffbf3bc7daf9a446a87210dc4570cdd247c5c084d6ef2e9e1a00b07a"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:04:54 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4945'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '55'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C7F2:DE0F6:168100:16F73F:68122483')] +{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","node_id":"C_kwDOF83__NoAKGMyMzA5OWM3Mzc3MTIzYjZkZTdmYWZhN2E0ODZiMjBiMThkNTRmN2U","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"message":"Try generating big cache","tree":{"sha":"f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684"}],"stats":{"total":6008,"additions":5944,"deletions":64},"files":[{"sha":"5e0267a92ef157485de5adbc979e3267564071fb","filename":"RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring16_V2p2_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_Spring16_V2p2_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_Spring16_V2p2_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_Spring16_V2p2_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -154,3 +154,5 @@\n cutBasedPhotonID_Spring16_V2p2_loose.isPOGApproved = cms.untracked.bool(True)\n cutBasedPhotonID_Spring16_V2p2_medium.isPOGApproved = cms.untracked.bool(True)\n cutBasedPhotonID_Spring16_V2p2_tight.isPOGApproved = cms.untracked.bool(True)\n+-- dummy change --\n+-- dummy change --"},{"sha":"638b60b90087fe34e1e633554e18203a82359bc9","filename":"RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_tools.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_tools.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_tools.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_tools.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -671,3 +671,5 @@ def configureVIDCutBasedPhoID_V6( wpEB, wpEE, isoInputs, clusterIsoInputs, hOver\n return parameterSet\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"e50aa761369103ccab00c4c4c0e3110c34101ff2","filename":"RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V1_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Fall17_94X_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Fall17_94X_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Fall17_94X_V1_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -56,3 +56,5 @@\n \n mvaPhoID_RunIIFall17_v1_wp90.isPOGApproved = cms.untracked.bool(True)\n mvaPhoID_RunIIFall17_v1_wp80.isPOGApproved = cms.untracked.bool(True)\n+-- dummy change --\n+-- dummy change --"},{"sha":"f4c807423ca1e63c57058ad0902f967e8d65940b","filename":"RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V1p1_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Fall17_94X_V1p1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Fall17_94X_V1p1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Fall17_94X_V1p1_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -56,3 +56,5 @@\n \n mvaPhoID_RunIIFall17_v1p1_wp90.isPOGApproved = cms.untracked.bool(True)\n mvaPhoID_RunIIFall17_v1p1_wp80.isPOGApproved = cms.untracked.bool(True)\n+-- dummy change --\n+-- dummy change --"},{"sha":"2f6b1c9ca3cefdaafdc2afbd585764d957a874b0","filename":"RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V2_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Fall17_94X_V2_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Fall17_94X_V2_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Fall17_94X_V2_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -53,3 +53,5 @@\n '3013ddce7a3ad8b54827c29f5d92282e')\n mvaPhoID_RunIIFall17_v2_wp90.isPOGApproved = cms.bool(True)\n mvaPhoID_RunIIFall17_v2_wp80.isPOGApproved = cms.bool(True)\n+-- dummy change --\n+-- dummy change --"},{"sha":"23019e099e7929cbd92b1bcc6269307f64c1f6d0","filename":"RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V0_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_25ns_nonTrig_V0_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_25ns_nonTrig_V0_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_25ns_nonTrig_V0_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -78,3 +78,5 @@\n '0db3574f257ba9082ffc4874ba6cee99')\n \n mvaPhoID_Spring15_25ns_nonTrig_V0_wp90.isPOGApproved = cms.untracked.bool(False)\n+-- dummy change --\n+-- dummy change --"},{"sha":"a31b02ba5a412b5b3ba11809ce7efdc8dd8338ac","filename":"RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V2_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_25ns_nonTrig_V2_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_25ns_nonTrig_V2_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_25ns_nonTrig_V2_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -79,3 +79,5 @@\n '8a6870b7182e5aeee51b71cdba3c3fce')\n \n mvaPhoID_Spring15_25ns_nonTrig_V2_wp90.isPOGApproved = cms.untracked.bool(True)\n+-- dummy change --\n+-- dummy change --"},{"sha":"9a4b8c286be88c85c11750770905da0a620dad96","filename":"RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V2p1_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_25ns_nonTrig_V2p1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_25ns_nonTrig_V2p1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_25ns_nonTrig_V2p1_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -81,3 +81,5 @@\n '62eb8da6a5e26164d52d36cb81f952fc')\n \n mvaPhoID_Spring15_25ns_nonTrig_V2p1_wp90.isPOGApproved = cms.untracked.bool(True)\n+-- dummy change --\n+-- dummy change --"},{"sha":"795db56f7c8b564c49425c85c700e36b76eafb65","filename":"RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V0_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_50ns_nonTrig_V0_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_50ns_nonTrig_V0_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_50ns_nonTrig_V0_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -78,3 +78,5 @@\n 'f7632ecc85a3b775335fd9bf78f468df')\n \n mvaPhoID_Spring15_50ns_nonTrig_V0_wp90.isPOGApproved = cms.untracked.bool(False)\n+-- dummy change --\n+-- dummy change --"},{"sha":"d89c5f22ba469ad2eae0ddc95fd7ecef685d980a","filename":"RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V1_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_50ns_nonTrig_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_50ns_nonTrig_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_50ns_nonTrig_V1_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -78,3 +78,5 @@\n '48415c18fe032ac6838a5eb1650574b0')\n \n mvaPhoID_Spring15_50ns_nonTrig_V1_wp90.isPOGApproved = cms.untracked.bool(False)\n+-- dummy change --\n+-- dummy change --"},{"sha":"e7165fb77b8289ac22a145d3a9f7397d26745b71","filename":"RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V2_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_50ns_nonTrig_V2_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_50ns_nonTrig_V2_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_50ns_nonTrig_V2_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -80,3 +80,5 @@\n '541536b38c6a01f2ceded658477ff570')\n \n mvaPhoID_Spring15_50ns_nonTrig_V2_wp90.isPOGApproved = cms.untracked.bool(True)\n+-- dummy change --\n+-- dummy change --"},{"sha":"2f01de57cc98c865bbec7dcf9469cd37868d032e","filename":"RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V2p1_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_50ns_nonTrig_V2p1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_50ns_nonTrig_V2p1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_50ns_nonTrig_V2p1_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -82,3 +82,5 @@\n '9b03aa4412c43fdbd72ea55f2e1a16bc')\n \n mvaPhoID_Spring15_50ns_nonTrig_V2p1_wp90.isPOGApproved = cms.untracked.bool(True)\n+-- dummy change --\n+-- dummy change --"},{"sha":"c05a6d24da6dad79d02d7fbdf45dbfad725d36f1","filename":"RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring16_nonTrig_V1_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring16_nonTrig_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring16_nonTrig_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring16_nonTrig_V1_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -70,3 +70,5 @@\n \n mvaPhoID_Spring16_nonTrig_V1_wp90.isPOGApproved = cms.untracked.bool(True)\n mvaPhoID_Spring16_nonTrig_V1_wp80.isPOGApproved = cms.untracked.bool(True)\n+-- dummy change --\n+-- dummy change --"},{"sha":"6404fc67144d32702812be98811ee12fad6c437d","filename":"RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Summer20_PhaseII_V0_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Summer20_PhaseII_V0_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Summer20_PhaseII_V0_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Summer20_PhaseII_V0_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -55,3 +55,5 @@\n 'f8a37759d59521cb1a488aeb874b6140')\n mvaPhoID_PhaseIISummer20_v0_wp90.isPOGApproved = cms.bool(False)\n mvaPhoID_PhaseIISummer20_v0_wp80.isPOGApproved = cms.bool(False)\n+-- dummy change --\n+-- dummy change --"},{"sha":"10c4b5c59382a272e9ff70d69a39c4ea21dfaa78","filename":"RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Winter22_122X_V1_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Winter22_122X_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Winter22_122X_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Winter22_122X_V1_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -59,3 +59,5 @@\n 'c198ffac6a62f5b64b1db5190048903722d29a66')\n mvaPhoID_RunIIIWinter22_v1_wp90.isPOGApproved = cms.bool(True)\n mvaPhoID_RunIIIWinter22_v1_wp80.isPOGApproved = cms.bool(True)\n+-- dummy change --\n+-- dummy change --"},{"sha":"2c9cdd6cfc7c4cdeffb7cfbc70cb2ffa444fe390","filename":"RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDRVertexAssigned.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoJets%2FJetAssociationAlgorithms%2Finterface%2FJetTracksAssociationDRVertexAssigned.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoJets%2FJetAssociationAlgorithms%2Finterface%2FJetTracksAssociationDRVertexAssigned.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoJets%2FJetAssociationAlgorithms%2Finterface%2FJetTracksAssociationDRVertexAssigned.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -26,3 +26,5 @@ class JetTracksAssociationDRVertexAssigned {\n };\r\n \r\n #endif\r\n+-- dummy change --\n+-- dummy change --"},{"sha":"3e6a72b5529835a92e3b19a1463b360105666de4","filename":"RecoJets/JetAssociationProducers/python/ic5PFJetTracksAssociatorAtVertex_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoJets%2FJetAssociationProducers%2Fpython%2Fic5PFJetTracksAssociatorAtVertex_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoJets%2FJetAssociationProducers%2Fpython%2Fic5PFJetTracksAssociatorAtVertex_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoJets%2FJetAssociationProducers%2Fpython%2Fic5PFJetTracksAssociatorAtVertex_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -7,3 +7,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"a545817ffa383d71c5f7a054f8c292174ca8c5c0","filename":"RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalCrystalMatrixProbality.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalDeadChannelRecoveryAlgos%2Finterface%2FEcalCrystalMatrixProbality.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalDeadChannelRecoveryAlgos%2Finterface%2FEcalCrystalMatrixProbality.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalDeadChannelRecoveryAlgos%2Finterface%2FEcalCrystalMatrixProbality.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -19,3 +19,5 @@ class EcalCrystalMatrixProbality {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"35c63b32dfa28a1defd86ea768e0f71cbe3dd55a","filename":"RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalDeadChannelRecoveryAlgos.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalDeadChannelRecoveryAlgos%2Finterface%2FEcalDeadChannelRecoveryAlgos.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalDeadChannelRecoveryAlgos%2Finterface%2FEcalDeadChannelRecoveryAlgos.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalDeadChannelRecoveryAlgos%2Finterface%2FEcalDeadChannelRecoveryAlgos.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -28,3 +28,5 @@ class EcalDeadChannelRecoveryAlgos {\n EcalDeadChannelRecoveryBDTG bdtg_;\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"34f6f6ada6403301302d9070e9c467baf8f723e7","filename":"RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalDeadChannelRecoveryBDTG.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalDeadChannelRecoveryAlgos%2Finterface%2FEcalDeadChannelRecoveryBDTG.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalDeadChannelRecoveryAlgos%2Finterface%2FEcalDeadChannelRecoveryBDTG.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalDeadChannelRecoveryAlgos%2Finterface%2FEcalDeadChannelRecoveryBDTG.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -49,3 +49,5 @@ class EcalDeadChannelRecoveryBDTG {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"7fc6f150ef5d87539c6b4d7e279e0d68ae7ae356","filename":"RecoLocalCalo/EcalRecProducers/interface/EcalUncalibRecHitFillDescriptionWorkerFactory.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Finterface%2FEcalUncalibRecHitFillDescriptionWorkerFactory.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Finterface%2FEcalUncalibRecHitFillDescriptionWorkerFactory.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Finterface%2FEcalUncalibRecHitFillDescriptionWorkerFactory.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n typedef edmplugin::PluginFactory EcalUncalibRecHitFillDescriptionWorkerFactory;\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"2ec8a19d3622bf6d03c81fdfa86d6b892b764f59","filename":"RecoLocalCalo/EcalRecProducers/interface/EcalUncalibRecHitWorkerRunOneDigiBase.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Finterface%2FEcalUncalibRecHitWorkerRunOneDigiBase.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Finterface%2FEcalUncalibRecHitWorkerRunOneDigiBase.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Finterface%2FEcalUncalibRecHitWorkerRunOneDigiBase.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -27,3 +27,5 @@ class EcalUncalibRecHitWorkerRunOneDigiBase : public EcalUncalibRecHitWorkerBase\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"61e813f7707d578e771573c48323c2786280c4dd","filename":"RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitConvertGPU2CPUFormat.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2FEcalUncalibRecHitConvertGPU2CPUFormat.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2FEcalUncalibRecHitConvertGPU2CPUFormat.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2FEcalUncalibRecHitConvertGPU2CPUFormat.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -99,3 +99,5 @@ void EcalUncalibRecHitConvertGPU2CPUFormat::produce(edm::Event& event, edm::Even\n }\n \n DEFINE_FWK_MODULE(EcalUncalibRecHitConvertGPU2CPUFormat);\n+-- dummy change --\n+-- dummy change --"},{"sha":"24f323a50df8dbf8ae1e5c0e920cde2209eb7ace","filename":"RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsAlgoGPU.cu","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2FEcalUncalibRecHitPhase2WeightsAlgoGPU.cu","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2FEcalUncalibRecHitPhase2WeightsAlgoGPU.cu","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2FEcalUncalibRecHitPhase2WeightsAlgoGPU.cu?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -31,3 +31,5 @@ namespace ecal {\n \n } // namespace weights\n } // namespace ecal\n+-- dummy change --\n+-- dummy change --"},{"sha":"801a948bf22a76e0c4939939aff7ecf253e0356f","filename":"RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsKernels.cu","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2FEcalUncalibRecHitPhase2WeightsKernels.cu","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2FEcalUncalibRecHitPhase2WeightsKernels.cu","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2FEcalUncalibRecHitPhase2WeightsKernels.cu?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -63,3 +63,5 @@ namespace ecal {\n } //kernel\n } //namespace weights\n } //namespace ecal\n+-- dummy change --\n+-- dummy change --"},{"sha":"29a223c55d8559572dada9b37a40e05096af522a","filename":"RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2FEcalUncalibRecHitPhase2WeightsProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2FEcalUncalibRecHitPhase2WeightsProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2FEcalUncalibRecHitPhase2WeightsProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -143,3 +143,5 @@ void EcalUncalibRecHitPhase2WeightsProducer::produce(edm::Event& evt, const edm:\n \n #include \"FWCore/Framework/interface/MakerMacros.h\"\n DEFINE_FWK_MODULE(EcalUncalibRecHitPhase2WeightsProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"08463e31330146adea7e553e705e968c54e8decd","filename":"RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsProducerGPU.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2FEcalUncalibRecHitPhase2WeightsProducerGPU.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2FEcalUncalibRecHitPhase2WeightsProducerGPU.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2FEcalUncalibRecHitPhase2WeightsProducerGPU.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -104,3 +104,5 @@ void EcalUncalibRecHitPhase2WeightsProducerGPU::produce(edm::Event &event, const\n }\n \n DEFINE_FWK_MODULE(EcalUncalibRecHitPhase2WeightsProducerGPU);\n+-- dummy change --\n+-- dummy change --"},{"sha":"343073aa9a95a8543b0fe8c40be82b730d34bcc1","filename":"RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerFixedAlphaBetaFit.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2FEcalUncalibRecHitWorkerFixedAlphaBetaFit.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2FEcalUncalibRecHitWorkerFixedAlphaBetaFit.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2FEcalUncalibRecHitWorkerFixedAlphaBetaFit.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -240,3 +240,5 @@ DEFINE_EDM_PLUGIN(EcalUncalibRecHitWorkerFactory,\n DEFINE_EDM_PLUGIN(EcalUncalibRecHitFillDescriptionWorkerFactory,\n EcalUncalibRecHitWorkerFixedAlphaBetaFit,\n \"EcalUncalibRecHitWorkerFixedAlphaBetaFit\");\n+-- dummy change --\n+-- dummy change --"},{"sha":"d31dd76596a63e2fb5f749b74f71cc4663a23b17","filename":"RecoLocalCalo/EcalRecProducers/plugins/alpaka/AmplitudeComputationCommonKernels.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FAmplitudeComputationCommonKernels.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FAmplitudeComputationCommonKernels.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FAmplitudeComputationCommonKernels.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -484,3 +484,5 @@ namespace alpaka::trait {\n } // namespace alpaka::trait\n \n #endif // RecoLocalCalo_EcalRecProducers_plugins_AmplitudeComputationCommonKernels_h\n+-- dummy change --\n+-- dummy change --"},{"sha":"969256fe0378e4c0b81dce5e627391088cb34387","filename":"RecoLocalCalo/EcalRecProducers/plugins/alpaka/AmplitudeComputationKernels.dev.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FAmplitudeComputationKernels.dev.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FAmplitudeComputationKernels.dev.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FAmplitudeComputationKernels.dev.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -315,3 +315,5 @@ namespace alpaka::trait {\n }\n };\n } // namespace alpaka::trait\n+-- dummy change --\n+-- dummy change --"},{"sha":"a7953fdc857162d7fcadb28311057481388bb12e","filename":"RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalMultifitConditionsHostESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalMultifitConditionsHostESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalMultifitConditionsHostESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalMultifitConditionsHostESProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -213,3 +213,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n } // namespace ALPAKA_ACCELERATOR_NAMESPACE\n \n DEFINE_FWK_EVENTSETUP_ALPAKA_MODULE(EcalMultifitConditionsHostESProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"4035b54f4e28687fd10c0fb08c7eb92910d46116","filename":"RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalPhase2DigiToPortableProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalPhase2DigiToPortableProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalPhase2DigiToPortableProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalPhase2DigiToPortableProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -83,3 +83,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n } // namespace ALPAKA_ACCELERATOR_NAMESPACE\n \n DEFINE_FWK_ALPAKA_MODULE(EcalPhase2DigiToPortableProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"311c0cad87c9a5d46bde519bbe2d952cc77cad3b","filename":"RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalRecHitConditionsESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalRecHitConditionsESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalRecHitConditionsESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalRecHitConditionsESProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -196,3 +196,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n } // namespace ALPAKA_ACCELERATOR_NAMESPACE\n \n DEFINE_FWK_EVENTSETUP_ALPAKA_MODULE(EcalRecHitConditionsESProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"c0c78df5ebb7dc01320bac546c08238d54aeb68a","filename":"RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitMultiFitAlgoPortable.dev.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitMultiFitAlgoPortable.dev.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitMultiFitAlgoPortable.dev.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitMultiFitAlgoPortable.dev.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -234,3 +234,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE::ecal::multifit {\n }\n \n } // namespace ALPAKA_ACCELERATOR_NAMESPACE::ecal::multifit\n+-- dummy change --\n+-- dummy change --"},{"sha":"464500d4ba880c003cf6cdb1e386ecffe20ddc96","filename":"RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitMultiFitAlgoPortable.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitMultiFitAlgoPortable.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitMultiFitAlgoPortable.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitMultiFitAlgoPortable.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -28,3 +28,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE::ecal::multifit {\n } // namespace ALPAKA_ACCELERATOR_NAMESPACE::ecal::multifit\n \n #endif // RecoLocalCalo_EcalRecProducers_plugins_alpaka_EcalUncalibRecHitMultiFitAlgoPortable_h\n+-- dummy change --\n+-- dummy change --"},{"sha":"6106ea59dc99ca2bece67eb94a9aadd99fc09bc3","filename":"RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsAlgoPortable.dev.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitPhase2WeightsAlgoPortable.dev.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitPhase2WeightsAlgoPortable.dev.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitPhase2WeightsAlgoPortable.dev.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -78,3 +78,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE::ecal::weights {\n }\n \n } // namespace ALPAKA_ACCELERATOR_NAMESPACE::ecal::weights\n+-- dummy change --\n+-- dummy change --"},{"sha":"ebcadc520c7b45a5ae7626130d4fb446189e9423","filename":"RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsAlgoPortable.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitPhase2WeightsAlgoPortable.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitPhase2WeightsAlgoPortable.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitPhase2WeightsAlgoPortable.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -17,3 +17,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE::ecal::weights {\n } //namespace ALPAKA_ACCELERATOR_NAMESPACE::ecal::weights\n \n #endif // RecoLocalCalo_EcalRecProducers_plugins_EcalUncalibRecHitPhase2WeightsAlgoPortable_h\n+-- dummy change --\n+-- dummy change --"},{"sha":"cbc2a153d3b586f48bef388937b75dc12ab77fc7","filename":"RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsProducerPortable.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitPhase2WeightsProducerPortable.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitPhase2WeightsProducerPortable.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitPhase2WeightsProducerPortable.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -140,3 +140,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n \n } //namespace ALPAKA_ACCELERATOR_NAMESPACE\n DEFINE_FWK_ALPAKA_MODULE(EcalUncalibRecHitPhase2WeightsProducerPortable);\n+-- dummy change --\n+-- dummy change --"},{"sha":"66568e66946182665240cbbe80835e37aa8a4469","filename":"RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsStruct.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitPhase2WeightsStruct.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitPhase2WeightsStruct.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitPhase2WeightsStruct.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n } //namespace ALPAKA_ACCELERATOR_NAMESPACE\n \n #endif // RecoLocalCalo_EcalRecProducers_plugins_EcalUncalibRecHitPhase2WeightsStruct_h\n+-- dummy change --\n+-- dummy change --"},{"sha":"d1d0157ad35be780747084fd2039f856e497d125","filename":"RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitProducerPortable.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitProducerPortable.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitProducerPortable.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitProducerPortable.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -279,3 +279,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n \n #include \"HeterogeneousCore/AlpakaCore/interface/alpaka/MakerMacros.h\"\n DEFINE_FWK_ALPAKA_MODULE(EcalUncalibRecHitProducerPortable);\n+-- dummy change --\n+-- dummy change --"},{"sha":"9536c73f1e81b8bad7a19e1bd4f3e906740211ce","filename":"RecoLocalCalo/EcalRecProducers/python/ecalFixedAlphaBetaFitUncalibRecHit_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fpython%2FecalFixedAlphaBetaFitUncalibRecHit_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fpython%2FecalFixedAlphaBetaFitUncalibRecHit_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fpython%2FecalFixedAlphaBetaFitUncalibRecHit_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n # producer of rechits starting from digis\n ecalFixedAlphaBetaFitUncalibRecHit = _mod.ecalFixedAlphaBetaFitUncalibRecHitProducer.clone()\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"5d0e179ed1b07fd99f3182c6b76cdab4935fca36","filename":"RecoLocalCalo/EcalRecProducers/src/EcalUncalibRecHitFillDescriptionWorkerFactory.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fsrc%2FEcalUncalibRecHitFillDescriptionWorkerFactory.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Fsrc%2FEcalUncalibRecHitFillDescriptionWorkerFactory.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fsrc%2FEcalUncalibRecHitFillDescriptionWorkerFactory.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n #include \"RecoLocalCalo/EcalRecProducers/interface/EcalUncalibRecHitFillDescriptionWorkerFactory.h\"\n EDM_REGISTER_PLUGINFACTORY(EcalUncalibRecHitFillDescriptionWorkerFactory,\n \"EcalUncalibRecHitFillDescriptionWorkerFactory\");\n+-- dummy change --\n+-- dummy change --"},{"sha":"a7c5ae9f9c69cfee63fe23fa901f3d60d77c98d4","filename":"RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducer.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Ftest%2FtestEcalUncalibRecHitPhase2WeightsProducer.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Ftest%2FtestEcalUncalibRecHitPhase2WeightsProducer.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Ftest%2FtestEcalUncalibRecHitPhase2WeightsProducer.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -186,3 +186,5 @@\n from Configuration.StandardSequences.earlyDeleteSettings_cff import customiseEarlyDelete\n process = customiseEarlyDelete(process)\n # End adding early deletion\n+-- dummy change --\n+-- dummy change --"},{"sha":"98d99f3a4a0f6ac38d75baebc88ced126a6c6fcf","filename":"RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducerGPU.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Ftest%2FtestEcalUncalibRecHitPhase2WeightsProducerGPU.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Ftest%2FtestEcalUncalibRecHitPhase2WeightsProducerGPU.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Ftest%2FtestEcalUncalibRecHitPhase2WeightsProducerGPU.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -139,3 +139,5 @@\n from Configuration.StandardSequences.earlyDeleteSettings_cff import customiseEarlyDelete\n process = customiseEarlyDelete(process)\n # End adding early deletion\n+-- dummy change --\n+-- dummy change --"},{"sha":"eda21a711984156a20a295fe09d2e9148f50dda1","filename":"RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducerGPU_harvesting.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Ftest%2FtestEcalUncalibRecHitPhase2WeightsProducerGPU_harvesting.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FEcalRecProducers%2Ftest%2FtestEcalUncalibRecHitPhase2WeightsProducerGPU_harvesting.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Ftest%2FtestEcalUncalibRecHitPhase2WeightsProducerGPU_harvesting.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -93,3 +93,5 @@\n from Configuration.StandardSequences.earlyDeleteSettings_cff import customiseEarlyDelete\n process = customiseEarlyDelete(process)\n # End adding early deletion\n+-- dummy change --\n+-- dummy change --"},{"sha":"0fed3d406d096fadacfa91be2d3d1252068e9ece","filename":"RecoLocalCalo/HGCalRecAlgos/interface/alpaka/HGCalRecHitCalibrationAlgorithms.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FHGCalRecAlgos%2Finterface%2Falpaka%2FHGCalRecHitCalibrationAlgorithms.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FHGCalRecAlgos%2Finterface%2Falpaka%2FHGCalRecHitCalibrationAlgorithms.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FHGCalRecAlgos%2Finterface%2Falpaka%2FHGCalRecHitCalibrationAlgorithms.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -45,3 +45,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n } // namespace ALPAKA_ACCELERATOR_NAMESPACE\n \n #endif // RecoLocalCalo_HGCalRecAlgos_interface_alpaka_HGCalRecHitCalibrationAlgorithms_h\n+-- dummy change --\n+-- dummy change --"},{"sha":"881e588b68f73d5ba131b278b02d9dfdbc3962c6","filename":"RecoLocalCalo/HGCalRecAlgos/plugins/alpaka/HGCalRecHitCalibrationAlgorithms.dev.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FHGCalRecAlgos%2Fplugins%2Falpaka%2FHGCalRecHitCalibrationAlgorithms.dev.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FHGCalRecAlgos%2Fplugins%2Falpaka%2FHGCalRecHitCalibrationAlgorithms.dev.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FHGCalRecAlgos%2Fplugins%2Falpaka%2FHGCalRecHitCalibrationAlgorithms.dev.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -215,3 +215,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n }\n \n } // namespace ALPAKA_ACCELERATOR_NAMESPACE\n+-- dummy change --\n+-- dummy change --"},{"sha":"214b23c15484f54697deb0a3709d804e20816a87","filename":"RecoLocalCalo/HGCalRecAlgos/plugins/alpaka/HGCalRecHitConfigurationESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FHGCalRecAlgos%2Fplugins%2Falpaka%2FHGCalRecHitConfigurationESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FHGCalRecAlgos%2Fplugins%2Falpaka%2FHGCalRecHitConfigurationESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FHGCalRecAlgos%2Fplugins%2Falpaka%2FHGCalRecHitConfigurationESProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -90,3 +90,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n } // namespace ALPAKA_ACCELERATOR_NAMESPACE\n \n DEFINE_FWK_EVENTSETUP_ALPAKA_MODULE(hgcalrechit::HGCalConfigurationESProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"b621771e7ab27d21ca32dbdd48148eccbf4d7464","filename":"RecoLocalCalo/HGCalRecProducers/interface/alpaka/HGCalSoAClustersExtraDeviceCollection.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FHGCalRecProducers%2Finterface%2Falpaka%2FHGCalSoAClustersExtraDeviceCollection.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FHGCalRecProducers%2Finterface%2Falpaka%2FHGCalSoAClustersExtraDeviceCollection.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FHGCalRecProducers%2Finterface%2Falpaka%2FHGCalSoAClustersExtraDeviceCollection.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n } // namespace ALPAKA_ACCELERATOR_NAMESPACE\n \n #endif // DataFormats_PortableTestObjects_interface_alpaka_HGCalSoAClustersExtraDeviceCollection_h\n+-- dummy change --\n+-- dummy change --"},{"sha":"d6b1189c843bf8484392156be7ab04815de86a27","filename":"RecoLocalCalo/HGCalRecProducers/plugins/HGCalLayerClusterHeterogeneousDumper.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2FHGCalLayerClusterHeterogeneousDumper.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2FHGCalLayerClusterHeterogeneousDumper.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2FHGCalLayerClusterHeterogeneousDumper.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -39,3 +39,5 @@ class HGCalLayerClusterHeterogeneousDumper : public edm::global::EDAnalyzer<> {\n \n #include \"FWCore/Framework/interface/MakerMacros.h\"\n DEFINE_FWK_MODULE(HGCalLayerClusterHeterogeneousDumper);\n+-- dummy change --\n+-- dummy change --"},{"sha":"eeb472dfc875ed3ac18781fc7e56e11719250956","filename":"RecoLocalCalo/HGCalRecProducers/plugins/HGCalLayerClusterHeterogeneousSoADumper.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2FHGCalLayerClusterHeterogeneousSoADumper.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2FHGCalLayerClusterHeterogeneousSoADumper.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2FHGCalLayerClusterHeterogeneousSoADumper.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -49,3 +49,5 @@ class HGCalLayerClusterHeterogeneousSoADumper : public edm::global::EDAnalyzer<>\n \n #include \"FWCore/Framework/interface/MakerMacros.h\"\n DEFINE_FWK_MODULE(HGCalLayerClusterHeterogeneousSoADumper);\n+-- dummy change --\n+-- dummy change --"},{"sha":"fa88b0da42b21db059a69d0828254a79741b503f","filename":"RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsConditions.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2FHeterogeneousHGCalHEFCellPositionsConditions.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2FHeterogeneousHGCalHEFCellPositionsConditions.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2FHeterogeneousHGCalHEFCellPositionsConditions.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -303,3 +303,5 @@ HeterogeneousHGCalHEFCellPositionsConditions::GPUData::~GPUData() {\n }\n cudaCheck(cudaFree(device));\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"1a615dc7648eec71563d32821968a6550a781258","filename":"RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsFiller.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2FHeterogeneousHGCalHEFCellPositionsFiller.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2FHeterogeneousHGCalHEFCellPositionsFiller.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2FHeterogeneousHGCalHEFCellPositionsFiller.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -96,3 +96,5 @@ std::unique_ptr HeterogeneousHGCal\n #include \"FWCore/Utilities/interface/typelookup.h\"\n #include \"FWCore/Framework/interface/eventsetuprecord_registration_macro.h\"\n DEFINE_FWK_EVENTSETUP_MODULE(HeterogeneousHGCalHEFCellPositionsFiller);\n+-- dummy change --\n+-- dummy change --"},{"sha":"9599b68e73e79002be380602afd96a4a26b366ed","filename":"RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsFiller.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2FHeterogeneousHGCalHEFCellPositionsFiller.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2FHeterogeneousHGCalHEFCellPositionsFiller.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2FHeterogeneousHGCalHEFCellPositionsFiller.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -52,3 +52,5 @@ class HeterogeneousHGCalHEFCellPositionsFiller : public edm::ESProducer {\n };\n \n #endif //RecoLocalCalo_HGCalESProducers_HeterogeneousHGCalHEFCellPositionsFiller_h\n+-- dummy change --\n+-- dummy change --"},{"sha":"02e98c838f01e1d74af63ae4665b3f1dea110d24","filename":"RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersAlgoWrapper.dev.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2Falpaka%2FHGCalLayerClustersAlgoWrapper.dev.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2Falpaka%2FHGCalLayerClustersAlgoWrapper.dev.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2Falpaka%2FHGCalLayerClustersAlgoWrapper.dev.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -53,3 +53,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n }\n \n } // namespace ALPAKA_ACCELERATOR_NAMESPACE\n+-- dummy change --\n+-- dummy change --"},{"sha":"c26908781e62db68c82fd40caf32fb7c617ae5dc","filename":"RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersSoAAlgoWrapper.dev.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2Falpaka%2FHGCalLayerClustersSoAAlgoWrapper.dev.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2Falpaka%2FHGCalLayerClustersSoAAlgoWrapper.dev.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2Falpaka%2FHGCalLayerClustersSoAAlgoWrapper.dev.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -219,3 +219,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n outputs_service);\n }\n } // namespace ALPAKA_ACCELERATOR_NAMESPACE\n+-- dummy change --\n+-- dummy change --"},{"sha":"dc25c3f6de7d9885268d9f3de15d21521d019d63","filename":"RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersSoAAlgoWrapper.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2Falpaka%2FHGCalLayerClustersSoAAlgoWrapper.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2Falpaka%2FHGCalLayerClustersSoAAlgoWrapper.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2Falpaka%2FHGCalLayerClustersSoAAlgoWrapper.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -28,3 +28,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n } // namespace ALPAKA_ACCELERATOR_NAMESPACE\n \n #endif // RecoLocalCalo_HGCalRecProducers_plugins_alpaka_HGCalLayerClustersSoAAlgoWrapper_h\n+-- dummy change --\n+-- dummy change --"},{"sha":"5933f94434c7333443fe4bcf39d38567abae1bbb","filename":"RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalSoALayerClustersProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2Falpaka%2FHGCalSoALayerClustersProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2Falpaka%2FHGCalSoALayerClustersProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2Falpaka%2FHGCalSoALayerClustersProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -98,3 +98,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n \n #include \"HeterogeneousCore/AlpakaCore/interface/alpaka/MakerMacros.h\"\n DEFINE_FWK_ALPAKA_MODULE(HGCalSoALayerClustersProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"6a9660faacf13f577d75849ff1b8fc600a75a91a","filename":"RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalSoARecHitsLayerClustersProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2Falpaka%2FHGCalSoARecHitsLayerClustersProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2Falpaka%2FHGCalSoARecHitsLayerClustersProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2Falpaka%2FHGCalSoARecHitsLayerClustersProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -74,3 +74,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n \n #include \"HeterogeneousCore/AlpakaCore/interface/alpaka/MakerMacros.h\"\n DEFINE_FWK_ALPAKA_MODULE(HGCalSoARecHitsLayerClustersProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"71f8badda9a0904a59abeb7d3ff84b22c7ba8af8","filename":"RecoLocalCalo/HcalRecAlgos/plugins/alpaka/HcalRecoParamsWithPulseShapesESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FHcalRecAlgos%2Fplugins%2Falpaka%2FHcalRecoParamsWithPulseShapesESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FHcalRecAlgos%2Fplugins%2Falpaka%2FHcalRecoParamsWithPulseShapesESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FHcalRecAlgos%2Fplugins%2Falpaka%2FHcalRecoParamsWithPulseShapesESProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -111,3 +111,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n } // namespace ALPAKA_ACCELERATOR_NAMESPACE\n \n DEFINE_FWK_EVENTSETUP_ALPAKA_MODULE(HcalRecoParamWithPulseShapeESProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"983400375659ffee1d6ccc1fdb0228ed52a0113a","filename":"RecoLocalCalo/HcalRecProducers/plugins/alpaka/HcalSiPMCharacteristicsESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FHcalRecProducers%2Fplugins%2Falpaka%2FHcalSiPMCharacteristicsESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalCalo%2FHcalRecProducers%2Fplugins%2Falpaka%2FHcalSiPMCharacteristicsESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FHcalRecProducers%2Fplugins%2Falpaka%2FHcalSiPMCharacteristicsESProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -62,3 +62,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n } // namespace ALPAKA_ACCELERATOR_NAMESPACE\n \n DEFINE_FWK_EVENTSETUP_ALPAKA_MODULE(HcalSiPMCharacteristicsESProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"8e2251e6ac0654aa32b99e1ae5546d8d0180ddb6","filename":"RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n Reco2DAlgoName = cms.string('DTCombinatorialPatternReco')\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"db2205645731a83e9811a364878111778e3586cb","filename":"RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n Reco2DAlgoName = cms.string('DTCombinatorialPatternReco')\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"5c191993aebf1254b3d2a5d64d45ef883b6e258d","filename":"RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDrift_CosmicData_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco2DAlgo_LinearDrift_CosmicData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco2DAlgo_LinearDrift_CosmicData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco2DAlgo_LinearDrift_CosmicData_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -31,3 +31,5 @@\n Reco2DAlgoName = cms.string('DTCombinatorialPatternReco')\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"47d4e0cf7e4866c72c929ac8f11a006797595398","filename":"RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDrift_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco2DAlgo_LinearDrift_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco2DAlgo_LinearDrift_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco2DAlgo_LinearDrift_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -31,3 +31,5 @@\n Reco2DAlgoName = cms.string('DTCombinatorialPatternReco')\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"ed528dc255f1711d4bf3fd4f6f959edcf7dd72ae","filename":"RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_NoDrift_CosmicData_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco2DAlgo_NoDrift_CosmicData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco2DAlgo_NoDrift_CosmicData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco2DAlgo_NoDrift_CosmicData_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -29,3 +29,5 @@\n Reco2DAlgoName = cms.string('DTCombinatorialPatternReco')\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"6763bf462ed6db93d1bd653661227013b7c7554d","filename":"RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_ParamDrift_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco2DAlgo_ParamDrift_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco2DAlgo_ParamDrift_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco2DAlgo_ParamDrift_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"913b4c7c5e336a24093c9469b8e9a66a1e7b238e","filename":"RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -40,3 +40,5 @@\n )\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b091842964da9a18e16e86f2d281ae2d0533df09","filename":"RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -38,3 +38,5 @@\n )\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"350fb93e072959739339d185fc87d8849d62d8f3","filename":"RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDrift_CosmicData_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco4DAlgo_LinearDrift_CosmicData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco4DAlgo_LinearDrift_CosmicData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco4DAlgo_LinearDrift_CosmicData_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -39,3 +39,5 @@\n )\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"44a86923eb7b6b3b6ebbc2c633c531a9d5836e56","filename":"RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDrift_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco4DAlgo_LinearDrift_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco4DAlgo_LinearDrift_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco4DAlgo_LinearDrift_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -35,3 +35,5 @@\n )\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b4b165e4d02ce4f7ff4f4d49316db085097ae1c5","filename":"RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_NoDrift_CosmicData_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco4DAlgo_NoDrift_CosmicData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco4DAlgo_NoDrift_CosmicData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco4DAlgo_NoDrift_CosmicData_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -36,3 +36,5 @@\n )\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"5c8897c075c396dde841310eb555dfb401de32b8","filename":"RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_ParamDrift_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco4DAlgo_ParamDrift_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco4DAlgo_ParamDrift_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco4DAlgo_ParamDrift_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -36,3 +36,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"eb8f0f74abd8ac12a92ed789532599ea91359a18","filename":"RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2FDTMeantimerPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2FDTMeantimerPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2FDTMeantimerPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -34,3 +34,5 @@\n Reco2DAlgoName = cms.string('DTMeantimerPatternReco')\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"51421888c2898c2bc43fba0ab16f31a69f5b4689","filename":"RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco2DAlgo_LinearDriftFromDB_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2FDTMeantimerPatternReco2DAlgo_LinearDriftFromDB_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2FDTMeantimerPatternReco2DAlgo_LinearDriftFromDB_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2FDTMeantimerPatternReco2DAlgo_LinearDriftFromDB_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n ),\n Reco2DAlgoName = cms.string('DTMeantimerPatternReco')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"7c08b0016a23099299161a9cad70ccb5f8229495","filename":"RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2FDTMeantimerPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2FDTMeantimerPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2FDTMeantimerPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -39,3 +39,5 @@\n )\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"9646b063897c9a6155542db058bf68fa739f41a1","filename":"RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco4DAlgo_LinearDriftFromDB_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2FDTMeantimerPatternReco4DAlgo_LinearDriftFromDB_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2FDTMeantimerPatternReco4DAlgo_LinearDriftFromDB_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2FDTMeantimerPatternReco4DAlgo_LinearDriftFromDB_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -38,3 +38,5 @@\n )\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"e7eafea6b9704ad58fe96f3ee489daa479f5c35b","filename":"RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DExtendedSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DExtendedSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DExtendedSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n recClusLabel = cms.InputTag(\"dt1DClusters\"),\n recHits1DLabel = cms.InputTag(\"dt1DRecHits\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"1ca36d8619532012c1f27ce3df64c78faab8fcc8","filename":"RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_LinearDrift_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DExtendedSegments_CombPatternReco2D_LinearDrift_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DExtendedSegments_CombPatternReco2D_LinearDrift_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DExtendedSegments_CombPatternReco2D_LinearDrift_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n recClusLabel = cms.InputTag(\"dt1DClusters\"),\n recHits1DLabel = cms.InputTag(\"dt1DRecHits\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"46b96382b0d3c2b74fa867e9aea25a48aeac3d0a","filename":"RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_ParamDrift_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DExtendedSegments_CombPatternReco2D_ParamDrift_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DExtendedSegments_CombPatternReco2D_ParamDrift_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DExtendedSegments_CombPatternReco2D_ParamDrift_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n recClusLabel = cms.InputTag(\"dt1DClusters\"),\n recHits1DLabel = cms.InputTag(\"dt1DRecHits\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"62c1a131c14c59fb956288a6781b8b301692f864","filename":"RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"d0fdeb29b50af0f1d88d5b0ec81ea84f81d3e895","filename":"RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n # name of the rechit 1D collection in the event\n recHits1DLabel = cms.InputTag(\"dt1DCosmicRecHits\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"f7ed475572e9be0cb05387811a1987dba1990152","filename":"RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDrift_CosmicData_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_LinearDrift_CosmicData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_LinearDrift_CosmicData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_LinearDrift_CosmicData_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"752321935d258d2975a452d41666f5ac93e50af9","filename":"RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDrift_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_LinearDrift_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_LinearDrift_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_LinearDrift_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -24,3 +24,5 @@\n # name of the rechit 1D collection in the event\n recHits1DLabel = cms.InputTag(\"dt1DCosmicRecHits\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"da7147ebdd2f8a757f21b2f4f47d38b4874f84b5","filename":"RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_NoDrift_CosmicData_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_NoDrift_CosmicData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_NoDrift_CosmicData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_NoDrift_CosmicData_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"be44f88bdd3c3c1bc988d58e5ad93dfcc20a4b12","filename":"RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_ParamDrift_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_ParamDrift_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_ParamDrift_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_ParamDrift_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"7f259753e81c5d77efb2afb62c6b1a22a3a5e7de","filename":"RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@\n # enable the t0 seg correction (event by event)\n dt2DSegments.Reco2DAlgoConfig.performT0SegCorrection = False\n dt2DSegments.Reco2DAlgoConfig.performT0_vdriftSegCorrection = False\n+-- dummy change --\n+-- dummy change --"},{"sha":"c774451491e8d8e8c52a32469710ab133997643d","filename":"RecoLocalMuon/DTSegment/python/dt2DSegments_MTPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_MTPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_MTPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_MTPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n # name of the rechit 1D collection in the event\n recHits1DLabel = cms.InputTag(\"dt1DCosmicRecHits\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c774451491e8d8e8c52a32469710ab133997643d","filename":"RecoLocalMuon/DTSegment/python/dt2DSegments_MTPatternReco2D_LinearDriftFromDB_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_MTPatternReco2D_LinearDriftFromDB_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_MTPatternReco2D_LinearDriftFromDB_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_MTPatternReco2D_LinearDriftFromDB_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n # name of the rechit 1D collection in the event\n recHits1DLabel = cms.InputTag(\"dt1DCosmicRecHits\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c034d8e3ac278f90aa0504b1be62b8aded4e7d1d","filename":"RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DExtendedSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DExtendedSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DExtendedSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,3 +2,5 @@\n \n from RecoLocalMuon.DTSegment.dt4DSegments_CombPatternReco4D_LinearDriftFromDB_cfi import *\n dt4DSegments.recHits2DLabel= \"dt2DExtendedSegments\"\n+-- dummy change --\n+-- dummy change --"},{"sha":"b1a97b40aeb4f84b8db18319816fd3b8b3013df3","filename":"RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_LinearDrift_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DExtendedSegments_CombPatternReco4D_LinearDrift_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DExtendedSegments_CombPatternReco4D_LinearDrift_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DExtendedSegments_CombPatternReco4D_LinearDrift_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,3 +2,5 @@\n \n from RecoLocalMuon.DTSegment.dt4DSegments_CombPatternReco4D_LinearDrift_cfi import *\n dt4DSegments.recHits2DLabel= \"dt2DExtendedSegments\"\n+-- dummy change --\n+-- dummy change --"},{"sha":"d3680e58fa671464511f49cd79bc7e9b7b6c31b6","filename":"RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_ParamDrift_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DExtendedSegments_CombPatternReco4D_ParamDrift_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DExtendedSegments_CombPatternReco4D_ParamDrift_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DExtendedSegments_CombPatternReco4D_ParamDrift_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,3 +2,5 @@\n \n from RecoLocalMuon.DTSegment.dt4DSegments_CombPatternReco4D_ParamDrift_cfi import *\n dt4DSegments.recHits2DLabel= \"dt2DExtendedSegments\"\n+-- dummy change --\n+-- dummy change --"},{"sha":"22f45d15f60322aacfdf281a27024aed768f19b1","filename":"RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -15,3 +15,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"971c8aeab402712c79056b3b83c8831ea6c1e00d","filename":"RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -26,3 +26,5 @@\n # name of the rechit 2D collection in the event\n recHits2DLabel = cms.InputTag(\"dt2DCosmicSegments\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"795d4dd19fa8eb2f7f308e07677c21b00f789f10","filename":"RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDrift_CosmicData_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_LinearDrift_CosmicData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_LinearDrift_CosmicData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_LinearDrift_CosmicData_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -15,3 +15,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"d92eda66bb88bd4632c3905dc5fc0328fdfb2a5b","filename":"RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDrift_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_LinearDrift_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_LinearDrift_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_LinearDrift_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -27,3 +27,5 @@\n # name of the rechit 2D collection in the event\n recHits2DLabel = cms.InputTag(\"dt2DCosmicSegments\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"827c85fc8d165a26f3544861d198ee7fa7df50f1","filename":"RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_NoDrift_CosmicData_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_NoDrift_CosmicData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_NoDrift_CosmicData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_NoDrift_CosmicData_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -15,3 +15,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"989077db19876ce265fb9a37ea5805e3d3719036","filename":"RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_ParamDrift_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_ParamDrift_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_ParamDrift_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_ParamDrift_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -15,3 +15,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"db759b2c2e4ff5fb7c22e448f8a8a101fcdbb0ae","filename":"RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -19,3 +19,5 @@\n \n dt4DSegments.Reco4DAlgoConfig.Reco2DAlgoConfig.performT0SegCorrection = False\n dt4DSegments.Reco4DAlgoConfig.Reco2DAlgoConfig.performT0_vdriftSegCorrection = False\n+-- dummy change --\n+-- dummy change --"},{"sha":"60e98df077b6167da4e498ab1e91606eae872996","filename":"RecoLocalMuon/DTSegment/python/dt4DSegments_MTPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_MTPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_MTPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_MTPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -15,3 +15,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e?per_page=100&page=27 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:20 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"b4821df36659787ca635056f76d0f1d1a39f399b6b456d84c1e6ed59987fac97"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:04:54 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4944'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '56'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C7F4:CA32E:170491:177A9C:68122484')] +{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","node_id":"C_kwDOF83__NoAKGMyMzA5OWM3Mzc3MTIzYjZkZTdmYWZhN2E0ODZiMjBiMThkNTRmN2U","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"message":"Try generating big cache","tree":{"sha":"f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684"}],"stats":{"total":6008,"additions":5944,"deletions":64},"files":[{"sha":"9f47bb2ca28f4a82172a7d9d2e68b16108a103ee","filename":"RecoLocalMuon/DTSegment/python/dt4DSegments_MTPatternReco4D_LinearDriftFromDB_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_MTPatternReco4D_LinearDriftFromDB_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_MTPatternReco4D_LinearDriftFromDB_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_MTPatternReco4D_LinearDriftFromDB_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -26,3 +26,5 @@\n # name of the rechit 2D collection in the event\n recHits2DLabel = cms.InputTag(\"dt2DCosmicSegments\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"237a64efc8ac2caeefa2d14bc2a739bf7cf1c1d2","filename":"RecoLocalMuon/GEMRecHit/test/SingleMuPt100_cfi_GEM-SIM-DIGI_Extended2015MuonGEMDev.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FGEMRecHit%2Ftest%2FSingleMuPt100_cfi_GEM-SIM-DIGI_Extended2015MuonGEMDev.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalMuon%2FGEMRecHit%2Ftest%2FSingleMuPt100_cfi_GEM-SIM-DIGI_Extended2015MuonGEMDev.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FGEMRecHit%2Ftest%2FSingleMuPt100_cfi_GEM-SIM-DIGI_Extended2015MuonGEMDev.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -142,3 +142,5 @@\n \n # End of customisation functions\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"4604bfcddfea800ee8da40c8d962ab0aa98daf11","filename":"RecoLocalTracker/ClusterParameterEstimator/interface/ClusterParameterEstimator.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FClusterParameterEstimator%2Finterface%2FClusterParameterEstimator.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FClusterParameterEstimator%2Finterface%2FClusterParameterEstimator.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FClusterParameterEstimator%2Finterface%2FClusterParameterEstimator.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -44,3 +44,5 @@ class ClusterParameterEstimator {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"34f672307e8db657af05d234b501e35a8c69c71f","filename":"RecoLocalTracker/ClusterParameterEstimator/interface/PixelClusterParameterEstimator.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FClusterParameterEstimator%2Finterface%2FPixelClusterParameterEstimator.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FClusterParameterEstimator%2Finterface%2FPixelClusterParameterEstimator.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FClusterParameterEstimator%2Finterface%2FPixelClusterParameterEstimator.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -69,3 +69,5 @@ class PixelClusterParameterEstimator {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"541f76a1e24e3fd2ca5f85ce533ef19a8491dd5f","filename":"RecoLocalTracker/ClusterParameterEstimator/interface/StripClusterParameterEstimator.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FClusterParameterEstimator%2Finterface%2FStripClusterParameterEstimator.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FClusterParameterEstimator%2Finterface%2FStripClusterParameterEstimator.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FClusterParameterEstimator%2Finterface%2FStripClusterParameterEstimator.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -67,3 +67,5 @@ class StripClusterParameterEstimator {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"0663795c4e17d426f975867085edec19deab2ba1","filename":"RecoLocalTracker/Configuration/python/RecoLocalTracker_Cosmics_EventContent_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FConfiguration%2Fpython%2FRecoLocalTracker_Cosmics_EventContent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FConfiguration%2Fpython%2FRecoLocalTracker_Cosmics_EventContent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FConfiguration%2Fpython%2FRecoLocalTracker_Cosmics_EventContent_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -29,3 +29,5 @@\n RecoLocalTrackerFEVT.outputCommands.extend(RecoLocalTrackerRECO.outputCommands)\n \n phase2_tracker.toModify(RecoLocalTrackerFEVT, outputCommands = RecoLocalTrackerFEVT.outputCommands + ['keep *_siPhase2Clusters_*_*','keep *_siPhase2RecHits_*_*'] )\n+-- dummy change --\n+-- dummy change --"},{"sha":"ab5eb87c698957de1a68e4d0c8c7ea9594a727de","filename":"RecoLocalTracker/Phase2TrackerRecHits/python/Phase2StripCPEGeometricESProducer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FPhase2TrackerRecHits%2Fpython%2FPhase2StripCPEGeometricESProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FPhase2TrackerRecHits%2Fpython%2FPhase2StripCPEGeometricESProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FPhase2TrackerRecHits%2Fpython%2FPhase2StripCPEGeometricESProducer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n ComponentType = 'Phase2StripCPEGeometric',\n parameters = cms.PSet()\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"810132940f5adb6231eee405a8264f93855f105e","filename":"RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerAlgorithm.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiPhase2Clusterizer%2Fplugins%2FPhase2TrackerClusterizerAlgorithm.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiPhase2Clusterizer%2Fplugins%2FPhase2TrackerClusterizerAlgorithm.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiPhase2Clusterizer%2Fplugins%2FPhase2TrackerClusterizerAlgorithm.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -107,3 +107,5 @@ void Phase2TrackerClusterizerAlgorithm::clearMatrix(edm::DetSet::const_iterator di(begin); di != end; ++di)\n matrix_.set(di->row(), di->column(), false, false);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"221dc34b34af3a6839047d939fc0cc80cd77a4fc","filename":"RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerAlgorithm.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiPhase2Clusterizer%2Fplugins%2FPhase2TrackerClusterizerAlgorithm.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiPhase2Clusterizer%2Fplugins%2FPhase2TrackerClusterizerAlgorithm.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiPhase2Clusterizer%2Fplugins%2FPhase2TrackerClusterizerAlgorithm.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -28,3 +28,5 @@ class Phase2TrackerClusterizerAlgorithm {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"e29790bb0260bd4fca256d25f7a180d757a6ce68","filename":"RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerSequentialAlgorithm.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiPhase2Clusterizer%2Fplugins%2FPhase2TrackerClusterizerSequentialAlgorithm.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiPhase2Clusterizer%2Fplugins%2FPhase2TrackerClusterizerSequentialAlgorithm.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiPhase2Clusterizer%2Fplugins%2FPhase2TrackerClusterizerSequentialAlgorithm.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -43,3 +43,5 @@ void Phase2TrackerClusterizerSequentialAlgorithm::clusterizeDetUnit(\n }\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"3e5be6b9a477d87665764071a77725fb9585edcb","filename":"RecoLocalTracker/SiPhase2VectorHitBuilder/interface/VectorHitBuilderAlgorithm.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiPhase2VectorHitBuilder%2Finterface%2FVectorHitBuilderAlgorithm.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiPhase2VectorHitBuilder%2Finterface%2FVectorHitBuilderAlgorithm.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiPhase2VectorHitBuilder%2Finterface%2FVectorHitBuilderAlgorithm.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -87,3 +87,5 @@ class VectorHitBuilderAlgorithm : public VectorHitBuilderAlgorithmBase {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"41364c7117ffa42dea7631cc46ea15e90a81b8a2","filename":"RecoLocalTracker/SiPhase2VectorHitBuilder/interface/VectorHitBuilderAlgorithmBase.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiPhase2VectorHitBuilder%2Finterface%2FVectorHitBuilderAlgorithmBase.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiPhase2VectorHitBuilder%2Finterface%2FVectorHitBuilderAlgorithmBase.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiPhase2VectorHitBuilder%2Finterface%2FVectorHitBuilderAlgorithmBase.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -69,3 +69,5 @@ class VectorHitBuilderAlgorithmBase {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"327a7b8aaaf7b814663d0e4442ca3908ebb79656","filename":"RecoLocalTracker/SiPhase2VectorHitBuilder/plugins/SiPhase2RecHitMatcherESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiPhase2VectorHitBuilder%2Fplugins%2FSiPhase2RecHitMatcherESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiPhase2VectorHitBuilder%2Fplugins%2FSiPhase2RecHitMatcherESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiPhase2VectorHitBuilder%2Fplugins%2FSiPhase2RecHitMatcherESProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -82,3 +82,5 @@ void SiPhase2RecHitMatcherESProducer::fillDescriptions(edm::ConfigurationDescrip\n }\n \n DEFINE_FWK_EVENTSETUP_MODULE(SiPhase2RecHitMatcherESProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"1b8888479cd7299ebef03151b300edf4c2229374","filename":"RecoLocalTracker/SiPhase2VectorHitBuilder/plugins/VectorHitBuilderEDProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiPhase2VectorHitBuilder%2Fplugins%2FVectorHitBuilderEDProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiPhase2VectorHitBuilder%2Fplugins%2FVectorHitBuilderEDProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiPhase2VectorHitBuilder%2Fplugins%2FVectorHitBuilderEDProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -123,3 +123,5 @@ void VectorHitBuilderEDProducer::fillDescriptions(edm::ConfigurationDescriptions\n DEFINE_FWK_MODULE(VectorHitBuilderEDProducer);\n #include \"FWCore/Utilities/interface/typelookup.h\"\n TYPELOOKUP_DATA_REG(VectorHitBuilderEDProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"2e764423dbe0f05df24a8cacacfdc0fd0047d646","filename":"RecoLocalTracker/SiPhase2VectorHitBuilder/test/Clusters_productionAndTesting.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiPhase2VectorHitBuilder%2Ftest%2FClusters_productionAndTesting.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiPhase2VectorHitBuilder%2Ftest%2FClusters_productionAndTesting.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiPhase2VectorHitBuilder%2Ftest%2FClusters_productionAndTesting.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -120,3 +120,5 @@\n # Schedule definition\n process.schedule = cms.Schedule(process.raw2digi_step,process.L1Reco_step,process.trackerlocalreco_step,process.RECOSIMoutput_step, process.analysis_step)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"1b807e2714052f688322f38c338e449e58b76ae0","filename":"RecoLocalTracker/SiPhase2VectorHitBuilder/test/VHs_SeedingOT_productionAndTesting.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiPhase2VectorHitBuilder%2Ftest%2FVHs_SeedingOT_productionAndTesting.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiPhase2VectorHitBuilder%2Ftest%2FVHs_SeedingOT_productionAndTesting.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiPhase2VectorHitBuilder%2Ftest%2FVHs_SeedingOT_productionAndTesting.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -119,3 +119,5 @@\n \n # End of customisation functions\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"3a003930f48e4dd5b19b9b02d783fe689183fe65","filename":"RecoLocalTracker/SiPhase2VectorHitBuilder/test/VHs_combinatorialStudies_PU200.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiPhase2VectorHitBuilder%2Ftest%2FVHs_combinatorialStudies_PU200.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiPhase2VectorHitBuilder%2Ftest%2FVHs_combinatorialStudies_PU200.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiPhase2VectorHitBuilder%2Ftest%2FVHs_combinatorialStudies_PU200.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -143,3 +143,5 @@\n # Schedule definition\n process.schedule = cms.Schedule(process.raw2digi_step,process.L1Reco_step,process.trackerlocalreco_step,process.RECOSIMoutput_step, process.analysis_step)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"96c0b863e7e951372f3d3089596b7e4b71f57c87","filename":"RecoLocalTracker/SiPixelClusterizer/plugins/SiPixelDigisClustersFromSoAAlpaka.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiPixelClusterizer%2Fplugins%2FSiPixelDigisClustersFromSoAAlpaka.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiPixelClusterizer%2Fplugins%2FSiPixelDigisClustersFromSoAAlpaka.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiPixelClusterizer%2Fplugins%2FSiPixelDigisClustersFromSoAAlpaka.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -247,3 +247,5 @@ DEFINE_FWK_MODULE(SiPixelDigisClustersFromSoAAlpakaPhase2);\n \n using SiPixelDigisClustersFromSoAAlpakaHIonPhase1 = SiPixelDigisClustersFromSoAAlpaka;\n DEFINE_FWK_MODULE(SiPixelDigisClustersFromSoAAlpakaHIonPhase1);\n+-- dummy change --\n+-- dummy change --"},{"sha":"982c23447380270cac07537a30b7a3142ebb5a7c","filename":"RecoLocalTracker/SiPixelClusterizer/plugins/alpaka/SiPixelPhase2DigiToCluster.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiPixelClusterizer%2Fplugins%2Falpaka%2FSiPixelPhase2DigiToCluster.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiPixelClusterizer%2Fplugins%2Falpaka%2FSiPixelPhase2DigiToCluster.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiPixelClusterizer%2Fplugins%2Falpaka%2FSiPixelPhase2DigiToCluster.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -137,3 +137,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n // define as framework plugin\n #include \"HeterogeneousCore/AlpakaCore/interface/alpaka/MakerMacros.h\"\n DEFINE_FWK_ALPAKA_MODULE(SiPixelPhase2DigiToCluster);\n+-- dummy change --\n+-- dummy change --"},{"sha":"32b61cda73147e92614840af7fd58ea05cbf12d2","filename":"RecoLocalTracker/SiPixelClusterizer/plugins/alpaka/SiPixelRawToClusterKernel.dev.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiPixelClusterizer%2Fplugins%2Falpaka%2FSiPixelRawToClusterKernel.dev.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiPixelClusterizer%2Fplugins%2Falpaka%2FSiPixelRawToClusterKernel.dev.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiPixelClusterizer%2Fplugins%2Falpaka%2FSiPixelRawToClusterKernel.dev.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -771,3 +771,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n } // namespace pixelDetails\n \n } // namespace ALPAKA_ACCELERATOR_NAMESPACE\n+-- dummy change --\n+-- dummy change --"},{"sha":"1295161877debfb7335cd2e4eb2e8870760379d4","filename":"RecoLocalTracker/SiPixelClusterizer/python/SiPixelClusterizerPreSplitting_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiPixelClusterizer%2Fpython%2FSiPixelClusterizerPreSplitting_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiPixelClusterizer%2Fpython%2FSiPixelClusterizerPreSplitting_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiPixelClusterizer%2Fpython%2FSiPixelClusterizerPreSplitting_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n siPixelDigiMorphing.toModify(siPixelClustersPreSplitting,\n src = 'siPixelDigisMorphed'\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"ab9ddc01dd8488c80d5d65e17879349e85447033","filename":"RecoLocalTracker/SiPixelRecHits/interface/alpaka/PixelCPEFastParamsCollection.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiPixelRecHits%2Finterface%2Falpaka%2FPixelCPEFastParamsCollection.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiPixelRecHits%2Finterface%2Falpaka%2FPixelCPEFastParamsCollection.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiPixelRecHits%2Finterface%2Falpaka%2FPixelCPEFastParamsCollection.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -39,3 +39,5 @@ namespace cms::alpakatools {\n } // namespace cms::alpakatools\n \n #endif // DataFormats_PixelCPEFastParamsoA_interface_alpaka_PixelCPEFastParamsCollection_h\n+-- dummy change --\n+-- dummy change --"},{"sha":"aad95075d21becb0f2f99b99d1a99eb222708197","filename":"RecoLocalTracker/SiPixelRecHits/plugins/alpaka/PixelCPEFastParamsESProducerAlpaka.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiPixelRecHits%2Fplugins%2Falpaka%2FPixelCPEFastParamsESProducerAlpaka.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiPixelRecHits%2Fplugins%2Falpaka%2FPixelCPEFastParamsESProducerAlpaka.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiPixelRecHits%2Fplugins%2Falpaka%2FPixelCPEFastParamsESProducerAlpaka.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -120,3 +120,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n DEFINE_FWK_EVENTSETUP_ALPAKA_MODULE(PixelCPEFastParamsESProducerAlpakaPhase1);\n DEFINE_FWK_EVENTSETUP_ALPAKA_MODULE(PixelCPEFastParamsESProducerAlpakaHIonPhase1);\n DEFINE_FWK_EVENTSETUP_ALPAKA_MODULE(PixelCPEFastParamsESProducerAlpakaPhase2);\n+-- dummy change --\n+-- dummy change --"},{"sha":"707a88ba3c8aa707435e5852a09690675947469d","filename":"RecoLocalTracker/SiStripClusterizer/interface/StripClusterizerAlgorithmFactory.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripClusterizer%2Finterface%2FStripClusterizerAlgorithmFactory.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripClusterizer%2Finterface%2FStripClusterizerAlgorithmFactory.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiStripClusterizer%2Finterface%2FStripClusterizerAlgorithmFactory.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@ class StripClusterizerAlgorithmFactory {\n static void fillDescriptions(edm::ParameterSetDescription& clusterizer);\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"73b8b2ed36b9ee4242a87e7415f082e22a49c2dd","filename":"RecoLocalTracker/SiStripClusterizer/plugins/SiStripClusterizerConditionsESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripClusterizer%2Fplugins%2FSiStripClusterizerConditionsESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripClusterizer%2Fplugins%2FSiStripClusterizerConditionsESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiStripClusterizer%2Fplugins%2FSiStripClusterizerConditionsESProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -86,3 +86,5 @@ SiStripClusterizerConditionsESProducer::ReturnType SiStripClusterizerConditionsE\n }\n \n DEFINE_FWK_EVENTSETUP_MODULE(SiStripClusterizerConditionsESProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"80962732bd039288eee114d8424e81fa46ad11a5","filename":"RecoLocalTracker/SiStripClusterizer/plugins/SiStripClusterizerConditionsGPUESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripClusterizer%2Fplugins%2FSiStripClusterizerConditionsGPUESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripClusterizer%2Fplugins%2FSiStripClusterizerConditionsGPUESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiStripClusterizer%2Fplugins%2FSiStripClusterizerConditionsGPUESProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -62,3 +62,5 @@ SiStripClusterizerConditionsGPUESProducer::ReturnType SiStripClusterizerConditio\n }\n \n DEFINE_FWK_EVENTSETUP_MODULE(SiStripClusterizerConditionsGPUESProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"ec7510d1b084dd13327089863f15ecb99736ac6e","filename":"RecoLocalTracker/SiStripClusterizer/python/SiStripClusters2ApproxClusters_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripClusterizer%2Fpython%2FSiStripClusters2ApproxClusters_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripClusterizer%2Fpython%2FSiStripClusters2ApproxClusters_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiStripClusterizer%2Fpython%2FSiStripClusters2ApproxClusters_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n beamSpot = \"hltBeamSpotProducer\",\n inputClusters = \"siStripClustersHLT\",\n clusterShapeHitFilterLabel = \"hltClusterShapeHitFilterESProducer\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"d1b25f93b5921748f7179745be8d0f55035e135b","filename":"RecoLocalTracker/SiStripClusterizer/python/test/ClusterRefinerTagMCmerged_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripClusterizer%2Fpython%2Ftest%2FClusterRefinerTagMCmerged_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripClusterizer%2Fpython%2Ftest%2FClusterRefinerTagMCmerged_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiStripClusterizer%2Fpython%2Ftest%2FClusterRefinerTagMCmerged_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -17,3 +17,5 @@\n associateStrip = cms.bool(True)\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"e5402067fc169c9c97a5056b8df416213a7a6021","filename":"RecoLocalTracker/SiStripClusterizer/python/test/ClusterizerUnitTestFunctions_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripClusterizer%2Fpython%2Ftest%2FClusterizerUnitTestFunctions_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripClusterizer%2Fpython%2Ftest%2FClusterizerUnitTestFunctions_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiStripClusterizer%2Fpython%2Ftest%2FClusterizerUnitTestFunctions_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@ def cluster(firststrip, amplitudes) :\n good = True;\n bad = False;\n Invalid = True;\n+-- dummy change --\n+-- dummy change --"},{"sha":"7661a0e3072165742ea3a08e38907e5f5b5c3687","filename":"RecoLocalTracker/SiStripClusterizer/test/step2_RAW2DIGI_L1Reco_RECO_ApproxClusters.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripClusterizer%2Ftest%2Fstep2_RAW2DIGI_L1Reco_RECO_ApproxClusters.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripClusterizer%2Ftest%2Fstep2_RAW2DIGI_L1Reco_RECO_ApproxClusters.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiStripClusterizer%2Ftest%2Fstep2_RAW2DIGI_L1Reco_RECO_ApproxClusters.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -164,3 +164,5 @@\n from Configuration.StandardSequences.earlyDeleteSettings_cff import customiseEarlyDelete\n process = customiseEarlyDelete(process)\n # End adding early deletion\n+-- dummy change --\n+-- dummy change --"},{"sha":"2e69b76f3b2b85c47b86613097eba9320ee43443","filename":"RecoLocalTracker/SiStripClusterizer/test/step2_RAW2DIGI_L1Reco_RECO_ApproxClusters_streamerOutput.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripClusterizer%2Ftest%2Fstep2_RAW2DIGI_L1Reco_RECO_ApproxClusters_streamerOutput.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripClusterizer%2Ftest%2Fstep2_RAW2DIGI_L1Reco_RECO_ApproxClusters_streamerOutput.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiStripClusterizer%2Ftest%2Fstep2_RAW2DIGI_L1Reco_RECO_ApproxClusters_streamerOutput.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -151,3 +151,5 @@\n from Configuration.StandardSequences.earlyDeleteSettings_cff import customiseEarlyDelete\n process = customiseEarlyDelete(process)\n # End adding early deletion\n+-- dummy change --\n+-- dummy change --"},{"sha":"5f710e42d68049f77337d9f184d4e506b85572e7","filename":"RecoLocalTracker/SiStripClusterizer/test/testSiStripQuality/SiStripBadChannel.tpl","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripClusterizer%2Ftest%2FtestSiStripQuality%2FSiStripBadChannel.tpl","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripClusterizer%2Ftest%2FtestSiStripQuality%2FSiStripBadChannel.tpl","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiStripClusterizer%2Ftest%2FtestSiStripQuality%2FSiStripBadChannel.tpl?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -46,3 +46,5 @@ process ICALIB = {\n endpath ep = { print }\n }\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"37f9b4422a147e1e8f3418e35fbcddcc878ddbdd","filename":"RecoLocalTracker/SiStripClusterizer/test/testSiStripQuality/SiStripBadModule.tpl","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripClusterizer%2Ftest%2FtestSiStripQuality%2FSiStripBadModule.tpl","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripClusterizer%2Ftest%2FtestSiStripQuality%2FSiStripBadModule.tpl","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiStripClusterizer%2Ftest%2FtestSiStripQuality%2FSiStripBadModule.tpl?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -45,3 +45,5 @@ process ICALIB = {\n endpath ep = { print }\n }\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"1f940e134619ba985b27fcb04cd88dd023d265cb","filename":"RecoLocalTracker/SiStripRecHitConverter/interface/SiStripRecHitConverterAlgorithm.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripRecHitConverter%2Finterface%2FSiStripRecHitConverterAlgorithm.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripRecHitConverter%2Finterface%2FSiStripRecHitConverterAlgorithm.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiStripRecHitConverter%2Finterface%2FSiStripRecHitConverterAlgorithm.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -72,3 +72,5 @@ class SiStripRecHitConverterAlgorithm {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"f9bc50ecdf84abf357d8e82579dc26ebad55fb2a","filename":"RecoLocalTracker/SiStripRecHitConverter/plugins/SiStripRecHitMatcherESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripRecHitConverter%2Fplugins%2FSiStripRecHitMatcherESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripRecHitConverter%2Fplugins%2FSiStripRecHitMatcherESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiStripRecHitConverter%2Fplugins%2FSiStripRecHitMatcherESProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@ SiStripRecHitMatcherESProducer::SiStripRecHitMatcherESProducer(const edm::Parame\n std::unique_ptr SiStripRecHitMatcherESProducer::produce(const TkStripCPERecord& iRecord) {\n return std::make_unique(pset_);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"7afb7d6725988935a69438fee3f74ad8dd8b9c82","filename":"RecoLocalTracker/SiStripRecHitConverter/plugins/SiStripRecHitMatcherESProducer.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripRecHitConverter%2Fplugins%2FSiStripRecHitMatcherESProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripRecHitConverter%2Fplugins%2FSiStripRecHitMatcherESProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiStripRecHitConverter%2Fplugins%2FSiStripRecHitMatcherESProducer.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@ class SiStripRecHitMatcherESProducer : public edm::ESProducer {\n edm::ParameterSet pset_;\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"163cf2c1ce0fcd8a14a04823d4e6b456104d82e4","filename":"RecoLocalTracker/SiStripZeroSuppression/interface/IteratedMedianCMNSubtractor.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripZeroSuppression%2Finterface%2FIteratedMedianCMNSubtractor.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripZeroSuppression%2Finterface%2FIteratedMedianCMNSubtractor.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiStripZeroSuppression%2Finterface%2FIteratedMedianCMNSubtractor.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -39,3 +39,5 @@ class IteratedMedianCMNSubtractor : public SiStripCommonModeNoiseSubtractor {\n edm::ESWatcher qualityWatcher_;\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"fcb9e0e64fd6120d14e500698e402d1309e01797","filename":"RecoLocalTracker/SiStripZeroSuppression/interface/SiStripCommonModeNoiseSubtractor.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripZeroSuppression%2Finterface%2FSiStripCommonModeNoiseSubtractor.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripZeroSuppression%2Finterface%2FSiStripCommonModeNoiseSubtractor.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiStripZeroSuppression%2Finterface%2FSiStripCommonModeNoiseSubtractor.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -34,3 +34,5 @@ inline float SiStripCommonModeNoiseSubtractor::median(std::vector& sample) {\n return (*std::max_element(sample.begin(), mid) + *mid) / 2.;\n }\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"bd72229d0ad0ee14b2eecb742aabe189458ec579","filename":"RecoLocalTracker/SiStripZeroSuppression/interface/SiStripRawProcessingAlgorithms.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripZeroSuppression%2Finterface%2FSiStripRawProcessingAlgorithms.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripZeroSuppression%2Finterface%2FSiStripRawProcessingAlgorithms.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiStripZeroSuppression%2Finterface%2FSiStripRawProcessingAlgorithms.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -73,3 +73,5 @@ class SiStripRawProcessingAlgorithms {\n bool useCMMap);\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"fd6d18a9678d75d3d4558da4809f796ecf0a87ee","filename":"RecoLocalTracker/SiStripZeroSuppression/interface/SiStripRawProcessingFactory.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripZeroSuppression%2Finterface%2FSiStripRawProcessingFactory.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripZeroSuppression%2Finterface%2FSiStripRawProcessingFactory.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiStripZeroSuppression%2Finterface%2FSiStripRawProcessingFactory.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -26,3 +26,5 @@ class SiStripRawProcessingFactory {\n static void fillDescriptions(edm::ParameterSetDescription& algorithms);\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"afed7aa7b9cfa0ee445b559d3b501f6b971dd9e7","filename":"RecoLocalTracker/SiStripZeroSuppression/python/SiStripZeroSuppression_SimData_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripZeroSuppression%2Fpython%2FSiStripZeroSuppression_SimData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripZeroSuppression%2Fpython%2FSiStripZeroSuppression_SimData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiStripZeroSuppression%2Fpython%2FSiStripZeroSuppression_SimData_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -18,3 +18,5 @@\n storeInZScollBadAPV = cms.bool(True),\n produceHybridFormat = cms.bool(False)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"93015d57a72c85eac44ae30b269a3971712c6a4a","filename":"RecoLocalTracker/SiStripZeroSuppression/python/siStripMergeZeroSuppression_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripZeroSuppression%2Fpython%2FsiStripMergeZeroSuppression_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripZeroSuppression%2Fpython%2FsiStripMergeZeroSuppression_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiStripZeroSuppression%2Fpython%2FsiStripMergeZeroSuppression_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -7,3 +7,5 @@\n DigisToMergeZS = cms.InputTag('siStripDigis','ZeroSuppressed'),\n DigisToMergeVR = cms.InputTag('siStripVRDigis','VirginRaw'),\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"055d500f4c828319cc349903dbcaf50f61cce9c6","filename":"RecoLocalTracker/SiStripZeroSuppression/test/SiStripZS_EmulateHybrid_RealData.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripZeroSuppression%2Ftest%2FSiStripZS_EmulateHybrid_RealData.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSiStripZeroSuppression%2Ftest%2FSiStripZS_EmulateHybrid_RealData.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiStripZeroSuppression%2Ftest%2FSiStripZS_EmulateHybrid_RealData.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -114,3 +114,5 @@\n \n # Schedule definition\n process.schedule = cms.Schedule(process.raw2digi_step,process.reconstruction_step, process.RECOoutput_step)\n+-- dummy change --\n+-- dummy change --"},{"sha":"abb48b35690de9dc0c0a76e4fe5513a584c38885","filename":"RecoLocalTracker/SubCollectionProducers/interface/PixelClusterSelectorTopBottom.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSubCollectionProducers%2Finterface%2FPixelClusterSelectorTopBottom.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSubCollectionProducers%2Finterface%2FPixelClusterSelectorTopBottom.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSubCollectionProducers%2Finterface%2FPixelClusterSelectorTopBottom.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -40,3 +40,5 @@ class PixelClusterSelectorTopBottom : public edm::global::EDProducer<> {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"cd6045c3738114a858c7234ca681a55655fe094a","filename":"RecoLocalTracker/SubCollectionProducers/interface/StripClusterSelectorTopBottom.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSubCollectionProducers%2Finterface%2FStripClusterSelectorTopBottom.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSubCollectionProducers%2Finterface%2FStripClusterSelectorTopBottom.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSubCollectionProducers%2Finterface%2FStripClusterSelectorTopBottom.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -43,3 +43,5 @@ class StripClusterSelectorTopBottom : public edm::global::EDProducer<> {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"2ec21b779d001a3d00e96a19d2e3b1a137e19f44","filename":"RecoLocalTracker/SubCollectionProducers/python/ClusterMultiplicityFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2FClusterMultiplicityFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2FClusterMultiplicityFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2FClusterMultiplicityFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"68c3c63dd309213a6895f2693f259f321112b3d5","filename":"RecoLocalTracker/SubCollectionProducers/python/TopBottomClusterInfoProducer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2FTopBottomClusterInfoProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2FTopBottomClusterInfoProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2FTopBottomClusterInfoProducer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n stripStereoHitsNew = cms.InputTag(\"siStripMatchedRecHitsTop\",\"stereoRecHit\"),\n pixelHitsNew = cms.InputTag(\"siPixelRecHitsTop\")\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"40113c190177334b31f4c627d769b9fde512a248","filename":"RecoLocalTracker/SubCollectionProducers/python/TrackCandidateTopBottomHitFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2FTrackCandidateTopBottomHitFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2FTrackCandidateTopBottomHitFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2FTrackCandidateTopBottomHitFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"e54317fbe8254d2e42e807fb0c9d7923317c1aba","filename":"RecoLocalTracker/SubCollectionProducers/python/hltTrackClusterRemoverNew_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2FhltTrackClusterRemoverNew_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2FhltTrackClusterRemoverNew_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2FhltTrackClusterRemoverNew_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n ),\n doStripChargeCheck = cms.bool(False),\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"6bf243bc3ca26e1334593d793ce644920b4b2a1d","filename":"RecoLocalTracker/SubCollectionProducers/python/splitter_tracking_RunI_setup_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2Fsplitter_tracking_RunI_setup_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2Fsplitter_tracking_RunI_setup_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2Fsplitter_tracking_RunI_setup_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -131,3 +131,5 @@ def customizeTracking(newpixclusters, newstripclusters, newpixrechits, newstripr\n convLayerPairs.TOB4.rphiRecHits = cms.InputTag(newstriprechits,\"rphiRecHit\")\n convLayerPairs.TOB5.rphiRecHits = cms.InputTag(newstriprechits,\"rphiRecHit\")\n convLayerPairs.TOB6.rphiRecHits = cms.InputTag(newstriprechits,\"rphiRecHit\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"7771e22d9b4cffe85c54f56e0f56f827a8100629","filename":"RecoLocalTracker/SubCollectionProducers/python/test/ClusterMCsplitStrips_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2Ftest%2FClusterMCsplitStrips_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2Ftest%2FClusterMCsplitStrips_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2Ftest%2FClusterMCsplitStrips_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -9,3 +9,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"8aeee12cdef9c216dfebecbacd32ccc622440dc3","filename":"RecoLocalTracker/SubCollectionProducers/python/test/MCsplitStripsCustomize_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2Ftest%2FMCsplitStripsCustomize_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2Ftest%2FMCsplitStripsCustomize_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2Ftest%2FMCsplitStripsCustomize_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -20,3 +20,5 @@ def splitMCmerged(process):\n process.StripCPEfromTrackAngleESProducer.parameters.maxChgOneMIP = cms.double(-6000.)\n \n return(process)\n+-- dummy change --\n+-- dummy change --"},{"sha":"8ecb22ad3e55c28597e8b3d23c9eb43aab505ed1","filename":"RecoLuminosity/LumiProducer/test/analysis/test/crab3_ALCALUMIPIXELS_PIXONLY_DATA.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLuminosity%2FLumiProducer%2Ftest%2Fanalysis%2Ftest%2Fcrab3_ALCALUMIPIXELS_PIXONLY_DATA.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoLuminosity%2FLumiProducer%2Ftest%2Fanalysis%2Ftest%2Fcrab3_ALCALUMIPIXELS_PIXONLY_DATA.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLuminosity%2FLumiProducer%2Ftest%2Fanalysis%2Ftest%2Fcrab3_ALCALUMIPIXELS_PIXONLY_DATA.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -38,3 +38,5 @@\n config.Site.storageSite = 'T2_CH_CERN'\n config.Site.whitelist=['T2_FR_CCIN2P3','T2_IT_Pisa','T2_UK_London_IC','T2_HU_Budapest']\n #config.Site.whitelist=['T2_FR_CCIN2P3']\n+-- dummy change --\n+-- dummy change --"},{"sha":"52429d655fc45042b14254b4058181539451f17d","filename":"RecoMTD/TransientTrackingRecHit/plugins/MTDTransientTrackingRecHitBuilderESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoMTD%2FTransientTrackingRecHit%2Fplugins%2FMTDTransientTrackingRecHitBuilderESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoMTD%2FTransientTrackingRecHit%2Fplugins%2FMTDTransientTrackingRecHitBuilderESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoMTD%2FTransientTrackingRecHit%2Fplugins%2FMTDTransientTrackingRecHitBuilderESProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -50,3 +50,5 @@ std::unique_ptr MTDTransientTrackingRecHitBuilde\n #include \"FWCore/Utilities/interface/typelookup.h\"\n \n DEFINE_FWK_EVENTSETUP_MODULE(MTDTransientTrackingRecHitBuilderESProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"7286474412b5c4cc642bd0106e98ff6743f57cc1","filename":"RecoMTD/TransientTrackingRecHit/python/MTDTransientTrackingRecHitBuilder_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoMTD%2FTransientTrackingRecHit%2Fpython%2FMTDTransientTrackingRecHitBuilder_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoMTD%2FTransientTrackingRecHit%2Fpython%2FMTDTransientTrackingRecHitBuilder_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoMTD%2FTransientTrackingRecHit%2Fpython%2FMTDTransientTrackingRecHitBuilder_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"e9525a637acd70755ad02f88b09003325d93d75c","filename":"RecoMuon/L3MuonIsolationProducer/plugins/L3MuonCombinedRelativeIsolationProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoMuon%2FL3MuonIsolationProducer%2Fplugins%2FL3MuonCombinedRelativeIsolationProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoMuon%2FL3MuonIsolationProducer%2Fplugins%2FL3MuonCombinedRelativeIsolationProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoMuon%2FL3MuonIsolationProducer%2Fplugins%2FL3MuonCombinedRelativeIsolationProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -345,3 +345,5 @@ void L3MuonCombinedRelativeIsolationProducer::produce(Event& event, const EventS\n \n #include \"FWCore/Framework/interface/MakerMacros.h\"\n DEFINE_FWK_MODULE(L3MuonCombinedRelativeIsolationProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"e7fcc23fc09bef3d8f64ac02eb7cdc4f2a961e15","filename":"RecoMuon/L3MuonIsolationProducer/plugins/L3MuonCombinedRelativeIsolationProducer.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoMuon%2FL3MuonIsolationProducer%2Fplugins%2FL3MuonCombinedRelativeIsolationProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoMuon%2FL3MuonIsolationProducer%2Fplugins%2FL3MuonCombinedRelativeIsolationProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoMuon%2FL3MuonIsolationProducer%2Fplugins%2FL3MuonCombinedRelativeIsolationProducer.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -79,3 +79,5 @@ class L3MuonCombinedRelativeIsolationProducer : public edm::stream::EDProducer<>\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"9616e7441a9d676c5a9a255d965094653770ea8f","filename":"RecoMuon/MuonIdentification/python/Identification/cutBasedMuonId_MuonPOG_V0_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoMuon%2FMuonIdentification%2Fpython%2FIdentification%2FcutBasedMuonId_MuonPOG_V0_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoMuon%2FMuonIdentification%2Fpython%2FIdentification%2FcutBasedMuonId_MuonPOG_V0_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoMuon%2FMuonIdentification%2Fpython%2FIdentification%2FcutBasedMuonId_MuonPOG_V0_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -166,3 +166,5 @@\n central_id_registry.register(cutBasedMuonId_MuonPOG_V0_soft.idName , '12da9c6aae4d389980da3f463aac2afb')\n central_id_registry.register(cutBasedMuonId_MuonPOG_V0_highpt.idName, '3f6a009a63dc9eb6af3f2de17d53c9fd')\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"10b4211971c6cbb152ab8f82253e2c76301479c7","filename":"RecoMuon/MuonIdentification/python/Identification/globalMuonPromptTight_V0_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoMuon%2FMuonIdentification%2Fpython%2FIdentification%2FglobalMuonPromptTight_V0_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoMuon%2FMuonIdentification%2Fpython%2FIdentification%2FglobalMuonPromptTight_V0_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoMuon%2FMuonIdentification%2Fpython%2FIdentification%2FglobalMuonPromptTight_V0_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n \n central_id_registry.register(globalMuonPromptTight_V0,\n '4e200c57c24487498e1673f21c0e682e')\n+-- dummy change --\n+-- dummy change --"},{"sha":"819c2e9699b0da82e8be7858c4a1af1b160e766b","filename":"RecoMuon/MuonIsolationProducers/python/muIsoDepositCalByAssociatorTowers_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoMuon%2FMuonIsolationProducers%2Fpython%2FmuIsoDepositCalByAssociatorTowers_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoMuon%2FMuonIsolationProducers%2Fpython%2FmuIsoDepositCalByAssociatorTowers_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoMuon%2FMuonIsolationProducers%2Fpython%2FmuIsoDepositCalByAssociatorTowers_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"c155d7e09a102b034c3c831d9c814b241a068b36","filename":"RecoMuon/StandAloneMuonProducer/python/standAloneMuonsDirectTrajectoryBuilder_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoMuon%2FStandAloneMuonProducer%2Fpython%2FstandAloneMuonsDirectTrajectoryBuilder_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoMuon%2FStandAloneMuonProducer%2Fpython%2FstandAloneMuonsDirectTrajectoryBuilder_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoMuon%2FStandAloneMuonProducer%2Fpython%2FstandAloneMuonsDirectTrajectoryBuilder_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -21,3 +21,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"339e41cd30dc0997424401d76315ebacb7dd7a1e","filename":"RecoMuon/TrackerSeedGenerator/python/pixelTrackFilterByKinematicsForTSGFromL1_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoMuon%2FTrackerSeedGenerator%2Fpython%2FpixelTrackFilterByKinematicsForTSGFromL1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoMuon%2FTrackerSeedGenerator%2Fpython%2FpixelTrackFilterByKinematicsForTSGFromL1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoMuon%2FTrackerSeedGenerator%2Fpython%2FpixelTrackFilterByKinematicsForTSGFromL1_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n ptMin = 10.0,\n tipMax = 0.1,\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d11b61c6f9e668ffe9b85d37ad5eb67021316346","filename":"RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHitBreaker.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoMuon%2FTransientTrackingRecHit%2Finterface%2FMuonTransientTrackingRecHitBreaker.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoMuon%2FTransientTrackingRecHit%2Finterface%2FMuonTransientTrackingRecHitBreaker.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoMuon%2FTransientTrackingRecHit%2Finterface%2FMuonTransientTrackingRecHitBreaker.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -19,3 +19,5 @@ class MuonTransientTrackingRecHitBreaker {\n private:\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"bd9c565c140c8fe1a97e81f411ce0e5d33c1b8dc","filename":"RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHitBuilder.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoMuon%2FTransientTrackingRecHit%2Finterface%2FMuonTransientTrackingRecHitBuilder.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoMuon%2FTransientTrackingRecHit%2Finterface%2FMuonTransientTrackingRecHitBuilder.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoMuon%2FTransientTrackingRecHit%2Finterface%2FMuonTransientTrackingRecHitBuilder.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -31,3 +31,5 @@ class MuonTransientTrackingRecHitBuilder : public TransientTrackingRecHitBuilder\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"49e0640ec6ac4706ef581c01ae8c7e686db88071","filename":"RecoMuon/TransientTrackingRecHit/plugins/MuonTransientTrackingRecHitBuilderESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoMuon%2FTransientTrackingRecHit%2Fplugins%2FMuonTransientTrackingRecHitBuilderESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoMuon%2FTransientTrackingRecHit%2Fplugins%2FMuonTransientTrackingRecHitBuilderESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoMuon%2FTransientTrackingRecHit%2Fplugins%2FMuonTransientTrackingRecHitBuilderESProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -56,3 +56,5 @@ void MuonTransientTrackingRecHitBuilderESProducer::fillDescriptions(edm::Configu\n }\n \n DEFINE_FWK_EVENTSETUP_MODULE(MuonTransientTrackingRecHitBuilderESProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"e29bb70ad143c6007612534ac436a4a30c13344d","filename":"RecoMuon/TransientTrackingRecHit/python/MuonTransientTrackingRecHitBuilder_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoMuon%2FTransientTrackingRecHit%2Fpython%2FMuonTransientTrackingRecHitBuilder_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoMuon%2FTransientTrackingRecHit%2Fpython%2FMuonTransientTrackingRecHitBuilder_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoMuon%2FTransientTrackingRecHit%2Fpython%2FMuonTransientTrackingRecHitBuilder_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,3 +2,5 @@\n \n from RecoMuon.TransientTrackingRecHit.muonTransientTrackingRecHitBuilderESProducer_cfi import muonTransientTrackingRecHitBuilderESProducer as _muonTransientTrackingRecHitBuilderESProducer\n MuonTransientTrackingRecHitBuilderESProducer = _muonTransientTrackingRecHitBuilderESProducer.clone()\n+-- dummy change --\n+-- dummy change --"},{"sha":"88ae30244449ff23b452a3dd2ca8d95128f4f978","filename":"RecoParticleFlow/Configuration/python/DBS_Samples/RelValQCD_FlatPt_15_3000_Fast_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoParticleFlow%2FConfiguration%2Fpython%2FDBS_Samples%2FRelValQCD_FlatPt_15_3000_Fast_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoParticleFlow%2FConfiguration%2Fpython%2FDBS_Samples%2FRelValQCD_FlatPt_15_3000_Fast_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoParticleFlow%2FConfiguration%2Fpython%2FDBS_Samples%2FRelValQCD_FlatPt_15_3000_Fast_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -24,3 +24,5 @@\n secFiles.extend( [\n ] )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"00d9bda7708f464b903203cccd62079d05fbc019","filename":"RecoParticleFlow/Configuration/python/RecoParticleFlow_conversion_EventContent_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoParticleFlow%2FConfiguration%2Fpython%2FRecoParticleFlow_conversion_EventContent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoParticleFlow%2FConfiguration%2Fpython%2FRecoParticleFlow_conversion_EventContent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoParticleFlow%2FConfiguration%2Fpython%2FRecoParticleFlow_conversion_EventContent_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -34,3 +34,5 @@\n 'keep recoPFCandidates_*_*_*')\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"62567bc329399e040769ec59cdca1bddb909f8ce","filename":"RecoParticleFlow/Configuration/python/RecoParticleFlow_nuclear_EventContent_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoParticleFlow%2FConfiguration%2Fpython%2FRecoParticleFlow_nuclear_EventContent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoParticleFlow%2FConfiguration%2Fpython%2FRecoParticleFlow_nuclear_EventContent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoParticleFlow%2FConfiguration%2Fpython%2FRecoParticleFlow_nuclear_EventContent_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -35,3 +35,5 @@\n 'keep recoPFCandidates_*_*_*')\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"78ca31e49eaf963f42af422624f424161c8cbd4d","filename":"RecoParticleFlow/PFClusterProducer/interface/alpaka/PFClusteringEdgeVarsDeviceCollection.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoParticleFlow%2FPFClusterProducer%2Finterface%2Falpaka%2FPFClusteringEdgeVarsDeviceCollection.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoParticleFlow%2FPFClusterProducer%2Finterface%2Falpaka%2FPFClusteringEdgeVarsDeviceCollection.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoParticleFlow%2FPFClusterProducer%2Finterface%2Falpaka%2FPFClusteringEdgeVarsDeviceCollection.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE::reco {\n } // namespace ALPAKA_ACCELERATOR_NAMESPACE::reco\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"d7abf0e8c7895a152ddbc64d9dc23a7731ca900f","filename":"RecoParticleFlow/PFClusterProducer/interface/alpaka/PFClusteringVarsDeviceCollection.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoParticleFlow%2FPFClusterProducer%2Finterface%2Falpaka%2FPFClusteringVarsDeviceCollection.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoParticleFlow%2FPFClusterProducer%2Finterface%2Falpaka%2FPFClusteringVarsDeviceCollection.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoParticleFlow%2FPFClusterProducer%2Finterface%2Falpaka%2FPFClusteringVarsDeviceCollection.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE::reco {\n } // namespace ALPAKA_ACCELERATOR_NAMESPACE::reco\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"abea37bbfd835ae91f8fda64b774e150dd738d99","filename":"RecoParticleFlow/PFClusterProducer/plugins/SimMappers/GenericSimClusterMapper.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoParticleFlow%2FPFClusterProducer%2Fplugins%2FSimMappers%2FGenericSimClusterMapper.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoParticleFlow%2FPFClusterProducer%2Fplugins%2FSimMappers%2FGenericSimClusterMapper.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoParticleFlow%2FPFClusterProducer%2Fplugins%2FSimMappers%2FGenericSimClusterMapper.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -93,3 +93,5 @@ void GenericSimClusterMapper::buildClusters(const edm::Handle {\n TH1F* h_firedHits_[4];\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"8dbb05bd5fdffa9dae3b151865af15dc291d1fe2","filename":"RecoTBCalo/EcalTBHodoscopeReconstructor/interface/EcalTBHodoscopeRecInfoProducer.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTBCalo%2FEcalTBHodoscopeReconstructor%2Finterface%2FEcalTBHodoscopeRecInfoProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTBCalo%2FEcalTBHodoscopeReconstructor%2Finterface%2FEcalTBHodoscopeRecInfoProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTBCalo%2FEcalTBHodoscopeReconstructor%2Finterface%2FEcalTBHodoscopeRecInfoProducer.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -27,3 +27,5 @@ class EcalTBHodoscopeRecInfoProducer : public edm::global::EDProducer<> {\n EcalTBHodoscopeRecInfoAlgo algo_;\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"d8c31ce9200321ff3fd143e473545773d0b55431","filename":"RecoTBCalo/EcalTBHodoscopeReconstructor/python/EcalTBHodoscopeReconstructor_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTBCalo%2FEcalTBHodoscopeReconstructor%2Fpython%2FEcalTBHodoscopeReconstructor_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTBCalo%2FEcalTBHodoscopeReconstructor%2Fpython%2FEcalTBHodoscopeReconstructor_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTBCalo%2FEcalTBHodoscopeReconstructor%2Fpython%2FEcalTBHodoscopeReconstructor_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"f60bee55cdaa827f49090bd3c365c400dcbac072","filename":"RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecal2004TBHodoscopeReconstructor_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTBCalo%2FEcalTBHodoscopeReconstructor%2Fpython%2Fecal2004TBHodoscopeReconstructor_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTBCalo%2FEcalTBHodoscopeReconstructor%2Fpython%2Fecal2004TBHodoscopeReconstructor_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTBCalo%2FEcalTBHodoscopeReconstructor%2Fpython%2Fecal2004TBHodoscopeReconstructor_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"a8e80727e8cc841e441f19530ed4ec758aefcfe8","filename":"RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecal2006TBHodoscopeReconstructor_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTBCalo%2FEcalTBHodoscopeReconstructor%2Fpython%2Fecal2006TBHodoscopeReconstructor_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTBCalo%2FEcalTBHodoscopeReconstructor%2Fpython%2Fecal2006TBHodoscopeReconstructor_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTBCalo%2FEcalTBHodoscopeReconstructor%2Fpython%2Fecal2006TBHodoscopeReconstructor_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"7a3af9b9bb76ebf5951f1ff5d8220155ea154dc7","filename":"RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecalTBSimHodoscopeReconstructor_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTBCalo%2FEcalTBHodoscopeReconstructor%2Fpython%2FecalTBSimHodoscopeReconstructor_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTBCalo%2FEcalTBHodoscopeReconstructor%2Fpython%2FecalTBSimHodoscopeReconstructor_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTBCalo%2FEcalTBHodoscopeReconstructor%2Fpython%2FecalTBSimHodoscopeReconstructor_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"eeef0993bfaac9d76a160d61e49534ba119d9b84","filename":"RecoTauTag/RecoTau/python/PFRecoTauDiscriminationAgainstElectronMVA6Phase2_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTauTag%2FRecoTau%2Fpython%2FPFRecoTauDiscriminationAgainstElectronMVA6Phase2_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTauTag%2FRecoTau%2Fpython%2FPFRecoTauDiscriminationAgainstElectronMVA6Phase2_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTauTag%2FRecoTau%2Fpython%2FPFRecoTauDiscriminationAgainstElectronMVA6Phase2_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -55,3 +55,5 @@\n pfRecoTauDiscriminationAgainstElectronMVA6Phase2Seq = cms.Sequence(\n pfRecoTauDiscriminationAgainstElectronMVA6Phase2Task\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"eaca9e29bffc09a6e6848a145dbfdd3c03003da6","filename":"RecoTauTag/RecoTau/python/tauDiscriminationAgainstElectronMVA6Phase2_mvaDefs_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTauTag%2FRecoTau%2Fpython%2FtauDiscriminationAgainstElectronMVA6Phase2_mvaDefs_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTauTag%2FRecoTau%2Fpython%2FtauDiscriminationAgainstElectronMVA6Phase2_mvaDefs_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTauTag%2FRecoTau%2Fpython%2FtauDiscriminationAgainstElectronMVA6Phase2_mvaDefs_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -87,3 +87,5 @@\n \"_Tight\",\n \"_VTight\"\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"71c8231e88c71019f66bfd6a5c1e8d0ad248b841","filename":"RecoTracker/ConversionSeedGenerators/plugins/CombinedHitPairGeneratorForPhotonConversion.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FCombinedHitPairGeneratorForPhotonConversion.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FCombinedHitPairGeneratorForPhotonConversion.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FCombinedHitPairGeneratorForPhotonConversion.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -53,3 +53,5 @@ void CombinedHitPairGeneratorForPhotonConversion::clearCache() {\n thePairs.clear();\n thePairs.shrink_to_fit();\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"95350d0aae27dc396d885934166078983c9b30e2","filename":"RecoTracker/ConversionSeedGenerators/plugins/CombinedHitPairGeneratorForPhotonConversion.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FCombinedHitPairGeneratorForPhotonConversion.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FCombinedHitPairGeneratorForPhotonConversion.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FCombinedHitPairGeneratorForPhotonConversion.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -61,3 +61,5 @@ class dso_hidden CombinedHitPairGeneratorForPhotonConversion {\n unsigned int theMaxElement;\n };\n #endif\n+-- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e?per_page=100&page=28 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:21 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"bf9c8f762668bc4df884ebf0a22bd270675b53fc3b8f2cd444f59c6721726f39"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:04:54 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4943'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '57'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C7FE:359D07:16BF54:17359F:68122484')] +{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","node_id":"C_kwDOF83__NoAKGMyMzA5OWM3Mzc3MTIzYjZkZTdmYWZhN2E0ODZiMjBiMThkNTRmN2U","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"message":"Try generating big cache","tree":{"sha":"f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684"}],"stats":{"total":6008,"additions":5944,"deletions":64},"files":[{"sha":"dcb359f2634353f9259815602ddcf13721ed7c7d","filename":"RecoTracker/ConversionSeedGenerators/plugins/CombinedHitQuadrupletGeneratorForPhotonConversion.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FCombinedHitQuadrupletGeneratorForPhotonConversion.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FCombinedHitQuadrupletGeneratorForPhotonConversion.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FCombinedHitQuadrupletGeneratorForPhotonConversion.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -37,3 +37,5 @@ void CombinedHitQuadrupletGeneratorForPhotonConversion::hitPairs(const TrackingR\n }\n theLayerCache.clear();\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"814bfaf030523e6e9bf5f2c90a60de03db0d0a11","filename":"RecoTracker/ConversionSeedGenerators/plugins/CombinedHitQuadrupletGeneratorForPhotonConversion.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FCombinedHitQuadrupletGeneratorForPhotonConversion.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FCombinedHitQuadrupletGeneratorForPhotonConversion.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FCombinedHitQuadrupletGeneratorForPhotonConversion.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -52,3 +52,5 @@ class CombinedHitQuadrupletGeneratorForPhotonConversion {\n OrderedHitPairs thePairs;\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"20236899f6e8f423c1725dfb69fc790efdf37fc7","filename":"RecoTracker/ConversionSeedGenerators/plugins/HitPairGeneratorFromLayerPairForPhotonConversion.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FHitPairGeneratorFromLayerPairForPhotonConversion.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FHitPairGeneratorFromLayerPairForPhotonConversion.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FHitPairGeneratorFromLayerPairForPhotonConversion.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -378,3 +378,5 @@ double HitPairGeneratorFromLayerPairForPhotonConversion::getCot(double dz, doubl\n else\n return -99999.f;\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"2c659b6381d94ce69c82e454488fb7a800c84d98","filename":"RecoTracker/ConversionSeedGenerators/plugins/HitPairGeneratorFromLayerPairForPhotonConversion.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FHitPairGeneratorFromLayerPairForPhotonConversion.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FHitPairGeneratorFromLayerPairForPhotonConversion.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FHitPairGeneratorFromLayerPairForPhotonConversion.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -68,3 +68,5 @@ class dso_hidden HitPairGeneratorFromLayerPairForPhotonConversion { // : public\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"7e9705372bba409f68356e7c2336c7e67ccf83e0","filename":"RecoTracker/ConversionSeedGenerators/plugins/HitQuadrupletGeneratorFromLayerPairForPhotonConversion.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FHitQuadrupletGeneratorFromLayerPairForPhotonConversion.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FHitQuadrupletGeneratorFromLayerPairForPhotonConversion.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FHitQuadrupletGeneratorFromLayerPairForPhotonConversion.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -427,3 +427,5 @@ double HitQuadrupletGeneratorFromLayerPairForPhotonConversion::getZAtR(\n \n return zInn + (zOut - zInn) * (r - rInn) / (rOut - rInn);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"dc12171af1e2225e31c57f3c731ed530c89c7f3c","filename":"RecoTracker/ConversionSeedGenerators/plugins/HitQuadrupletGeneratorFromLayerPairForPhotonConversion.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FHitQuadrupletGeneratorFromLayerPairForPhotonConversion.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FHitQuadrupletGeneratorFromLayerPairForPhotonConversion.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FHitQuadrupletGeneratorFromLayerPairForPhotonConversion.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -61,3 +61,5 @@ class HitQuadrupletGeneratorFromLayerPairForPhotonConversion {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"c9ca710e0ec3cb073e7d5316cd1e6b5f5d8a46d4","filename":"RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadruplets.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FPhotonConversionTrajectorySeedProducerFromQuadruplets.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FPhotonConversionTrajectorySeedProducerFromQuadruplets.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FPhotonConversionTrajectorySeedProducerFromQuadruplets.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -50,3 +50,5 @@ void PhotonConversionTrajectorySeedProducerFromQuadruplets::produce(edm::Event&\n \n #include \"FWCore/Framework/interface/MakerMacros.h\"\n DEFINE_FWK_MODULE(PhotonConversionTrajectorySeedProducerFromQuadruplets);\n+-- dummy change --\n+-- dummy change --"},{"sha":"0a26ff4fce77075164dd2e6bfc16aa0e6b0d75ce","filename":"RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FPhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FPhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FPhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -158,3 +158,5 @@ bool PhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo::inspect(const Tr\n quadVector.clear();\n return true;\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"657b2dd5ca43a20517c45a6a5635524f644fe458","filename":"RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FPhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FPhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FPhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -75,3 +75,5 @@ class PhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo {\n std::stringstream ss;\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"2d9855498bedc3ac579d7d3a5d21ee406ca38167","filename":"RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLeg.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FPhotonConversionTrajectorySeedProducerFromSingleLeg.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FPhotonConversionTrajectorySeedProducerFromSingleLeg.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FPhotonConversionTrajectorySeedProducerFromSingleLeg.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -45,3 +45,5 @@ void PhotonConversionTrajectorySeedProducerFromSingleLeg::produce(edm::Event& ev\n \n #include \"FWCore/Framework/interface/MakerMacros.h\"\n DEFINE_FWK_MODULE(PhotonConversionTrajectorySeedProducerFromSingleLeg);\n+-- dummy change --\n+-- dummy change --"},{"sha":"5b371212ff346a0484467c406321a0faf972823c","filename":"RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLegAlgo.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FPhotonConversionTrajectorySeedProducerFromSingleLegAlgo.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FPhotonConversionTrajectorySeedProducerFromSingleLegAlgo.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FPhotonConversionTrajectorySeedProducerFromSingleLegAlgo.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -355,3 +355,5 @@ bool PhotonConversionTrajectorySeedProducerFromSingleLegAlgo::inspectTrack(const\n }\n return true;\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"33bd356420ab176b0b7b5b315f20f4697457decb","filename":"RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLegAlgo.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FPhotonConversionTrajectorySeedProducerFromSingleLegAlgo.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FPhotonConversionTrajectorySeedProducerFromSingleLegAlgo.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FPhotonConversionTrajectorySeedProducerFromSingleLegAlgo.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -92,3 +92,5 @@ class dso_hidden PhotonConversionTrajectorySeedProducerFromSingleLegAlgo {\n std::stringstream ss;\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"a9b6db34ea3cacc1fcc0b59fa6e43af6667f0a90","filename":"RecoTracker/ConversionSeedGenerators/plugins/SeedForPhotonConversionFromQuadruplets.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FSeedForPhotonConversionFromQuadruplets.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FSeedForPhotonConversionFromQuadruplets.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FSeedForPhotonConversionFromQuadruplets.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1069,3 +1069,5 @@ double SeedForPhotonConversionFromQuadruplets::DeltaPhiManual(const math::XYZVec\n \n return DeltaPhiMan;\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"52008f19f4cf0ad5d4d755b798f236b8952350ef","filename":"RecoTracker/ConversionSeedGenerators/plugins/SeedForPhotonConversionFromQuadruplets.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FSeedForPhotonConversionFromQuadruplets.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FSeedForPhotonConversionFromQuadruplets.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FSeedForPhotonConversionFromQuadruplets.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -118,3 +118,5 @@ class SeedForPhotonConversionFromQuadruplets {\n std::unique_ptr theComparitor;\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"4daedeb54edc14b56b8ef6982b54fd0824cd4835","filename":"RecoTracker/ConversionSeedGenerators/python/PhotonConversionTrajectorySeedProducerFromQuadruplets_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FConversionSeedGenerators%2Fpython%2FPhotonConversionTrajectorySeedProducerFromQuadruplets_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FConversionSeedGenerators%2Fpython%2FPhotonConversionTrajectorySeedProducerFromQuadruplets_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FConversionSeedGenerators%2Fpython%2FPhotonConversionTrajectorySeedProducerFromQuadruplets_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -57,3 +57,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"27359dab0df4e2ada6da37263f14ac099b3f506c","filename":"RecoTracker/ConversionSeedGenerators/python/PhotonConversionTrajectorySeedProducerFromSingleLeg_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FConversionSeedGenerators%2Fpython%2FPhotonConversionTrajectorySeedProducerFromSingleLeg_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FConversionSeedGenerators%2Fpython%2FPhotonConversionTrajectorySeedProducerFromSingleLeg_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FConversionSeedGenerators%2Fpython%2FPhotonConversionTrajectorySeedProducerFromSingleLeg_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -87,3 +87,5 @@\n ),\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"9a780fda2cccf489a3b9df7fd6cdb3b9bd4193d1","filename":"RecoTracker/DisplacedRegionalTracking/plugins/DisplacedRegionSeedingVertexProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FDisplacedRegionalTracking%2Fplugins%2FDisplacedRegionSeedingVertexProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FDisplacedRegionalTracking%2Fplugins%2FDisplacedRegionSeedingVertexProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FDisplacedRegionalTracking%2Fplugins%2FDisplacedRegionSeedingVertexProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -290,3 +290,5 @@ double DisplacedRegionSeedingVertexProducer::getDiscriminatorValue(const Displac\n }\n \n DEFINE_FWK_MODULE(DisplacedRegionSeedingVertexProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"254b0ce35fada80fbe2ca9f9b25cf6132309acf1","filename":"RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-10mu-fulldet-build-extrectracks.sh","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FMkFitCore%2Fstandalone%2Fval_scripts%2Fvalidation-cmssw-10mu-fulldet-build-extrectracks.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FMkFitCore%2Fstandalone%2Fval_scripts%2Fvalidation-cmssw-10mu-fulldet-build-extrectracks.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FMkFitCore%2Fstandalone%2Fval_scripts%2Fvalidation-cmssw-10mu-fulldet-build-extrectracks.sh?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -29,3 +29,5 @@ done\n root -b -q -l plotting/makeValidation.C\\(\\\"${oBase}\\\",\\\"\\\",1\\)\n \n make distclean\n+-- dummy change --\n+-- dummy change --"},{"sha":"1bce76fd294bf19ae9e904b2d0c65ff473caa9f3","filename":"RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-10mu-fulldet-build.sh","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FMkFitCore%2Fstandalone%2Fval_scripts%2Fvalidation-cmssw-10mu-fulldet-build.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FMkFitCore%2Fstandalone%2Fval_scripts%2Fvalidation-cmssw-10mu-fulldet-build.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FMkFitCore%2Fstandalone%2Fval_scripts%2Fvalidation-cmssw-10mu-fulldet-build.sh?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -37,3 +37,5 @@ do\n done\n \n make distclean\n+-- dummy change --\n+-- dummy change --"},{"sha":"1ef914d298ad4e901f9f52627ecbf9dfa5bbf269","filename":"RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-benchmarks-multiiter.sh","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FMkFitCore%2Fstandalone%2Fval_scripts%2Fvalidation-cmssw-benchmarks-multiiter.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FMkFitCore%2Fstandalone%2Fval_scripts%2Fvalidation-cmssw-benchmarks-multiiter.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FMkFitCore%2Fstandalone%2Fval_scripts%2Fvalidation-cmssw-benchmarks-multiiter.sh?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -281,3 +281,5 @@ done\n \n ## Final message\n echo \"Finished physics validation!\"\n+-- dummy change --\n+-- dummy change --"},{"sha":"38b61543336630ad61a3991da9ba89cc90fe39cc","filename":"RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-ttbar-fulldet-build-extrectracks.sh","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FMkFitCore%2Fstandalone%2Fval_scripts%2Fvalidation-cmssw-ttbar-fulldet-build-extrectracks.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FMkFitCore%2Fstandalone%2Fval_scripts%2Fvalidation-cmssw-ttbar-fulldet-build-extrectracks.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FMkFitCore%2Fstandalone%2Fval_scripts%2Fvalidation-cmssw-ttbar-fulldet-build-extrectracks.sh?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -38,3 +38,5 @@ do\n done\n \n make distclean\n+-- dummy change --\n+-- dummy change --"},{"sha":"e8b8e9e240a871b6b2b8e99cc41cb645ac8f7dbf","filename":"RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-ttbar-fulldet-build.sh","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FMkFitCore%2Fstandalone%2Fval_scripts%2Fvalidation-cmssw-ttbar-fulldet-build.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FMkFitCore%2Fstandalone%2Fval_scripts%2Fvalidation-cmssw-ttbar-fulldet-build.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FMkFitCore%2Fstandalone%2Fval_scripts%2Fvalidation-cmssw-ttbar-fulldet-build.sh?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -46,3 +46,5 @@ do\n done\n \n make distclean\n+-- dummy change --\n+-- dummy change --"},{"sha":"1930d4e061809e46e3a591f045f533310eb27692","filename":"RecoTracker/MkFitCore/standalone/xeon_scripts/benchmark-cmssw-ttbar-fulldet-build-remote.sh","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FMkFitCore%2Fstandalone%2Fxeon_scripts%2Fbenchmark-cmssw-ttbar-fulldet-build-remote.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FMkFitCore%2Fstandalone%2Fxeon_scripts%2Fbenchmark-cmssw-ttbar-fulldet-build-remote.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FMkFitCore%2Fstandalone%2Fxeon_scripts%2Fbenchmark-cmssw-ttbar-fulldet-build-remote.sh?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -60,3 +60,5 @@ SSHO ${HOST} bash -c \"'\n rm -rf ${DIR}\n exit\n '\"\n+-- dummy change --\n+-- dummy change --"},{"sha":"bc1db602a52fdcedb8f39ed975d5c3598c215b3e","filename":"RecoTracker/MkFitCore/standalone/xeon_scripts/benchmark-cmssw-ttbar-fulldet-build.sh","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FMkFitCore%2Fstandalone%2Fxeon_scripts%2Fbenchmark-cmssw-ttbar-fulldet-build.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FMkFitCore%2Fstandalone%2Fxeon_scripts%2Fbenchmark-cmssw-ttbar-fulldet-build.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FMkFitCore%2Fstandalone%2Fxeon_scripts%2Fbenchmark-cmssw-ttbar-fulldet-build.sh?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -160,3 +160,5 @@ make distclean ${mOpt}\n \n ## Final message\n echo \"Finished compute benchmarks on ${ben_arch}!\"\n+-- dummy change --\n+-- dummy change --"},{"sha":"e79a49e3cf014420ce51eeb4d8ec433137858cb7","filename":"RecoTracker/PixelLowPtUtilities/interface/StripSubClusterShapeTrajectoryFilter.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FPixelLowPtUtilities%2Finterface%2FStripSubClusterShapeTrajectoryFilter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FPixelLowPtUtilities%2Finterface%2FStripSubClusterShapeTrajectoryFilter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FPixelLowPtUtilities%2Finterface%2FStripSubClusterShapeTrajectoryFilter.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -128,3 +128,5 @@ class StripSubClusterShapeSeedFilter : public StripSubClusterShapeFilterBase, pu\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"83c9c82f191357bfd9ae047987e67007eec25165","filename":"RecoTracker/PixelLowPtUtilities/python/StripSubClusterShapeTrajectoryFilter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FPixelLowPtUtilities%2Fpython%2FStripSubClusterShapeTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FPixelLowPtUtilities%2Fpython%2FStripSubClusterShapeTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FPixelLowPtUtilities%2Fpython%2FStripSubClusterShapeTrajectoryFilter_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -25,3 +25,5 @@\n TEC = cms.bool(False),\n ),\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d75d50e563a10e8d5c922150c81fc8ea50560a4a","filename":"RecoTracker/PixelSeeding/interface/HitTripletGeneratorFromPairAndLayersFactory.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FPixelSeeding%2Finterface%2FHitTripletGeneratorFromPairAndLayersFactory.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FPixelSeeding%2Finterface%2FHitTripletGeneratorFromPairAndLayersFactory.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FPixelSeeding%2Finterface%2FHitTripletGeneratorFromPairAndLayersFactory.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@ typedef edmplugin::PluginFactory PixelTrackCleanerBySharedHitsESProducer::prod\n #include \"FWCore/PluginManager/interface/ModuleDef.h\"\n #include \"FWCore/Framework/interface/MakerMacros.h\"\n DEFINE_FWK_EVENTSETUP_MODULE(PixelTrackCleanerBySharedHitsESProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"9368c7790afd26a866d24eaca08786bd7fdec22e","filename":"RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForBeamHalo_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FSpecialSeedGenerators%2Fpython%2FCombinatorialSeedGeneratorForBeamHalo_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FSpecialSeedGenerators%2Fpython%2FCombinatorialSeedGeneratorForBeamHalo_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FSpecialSeedGenerators%2Fpython%2FCombinatorialSeedGeneratorForBeamHalo_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n layerInfo,\n layerList = layerList,\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"983194e2e6e9931c409eb5240964d665437aeed4","filename":"RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForBeamHalo_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FSpecialSeedGenerators%2Fpython%2FCombinatorialSeedGeneratorForBeamHalo_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FSpecialSeedGenerators%2Fpython%2FCombinatorialSeedGeneratorForBeamHalo_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FSpecialSeedGenerators%2Fpython%2FCombinatorialSeedGeneratorForBeamHalo_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -102,3 +102,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"1ddb6fc3135c9da74c9d74de78b43120e662bea5","filename":"RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsP5_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FSpecialSeedGenerators%2Fpython%2FCombinatorialSeedGeneratorForCosmicsP5_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FSpecialSeedGenerators%2Fpython%2FCombinatorialSeedGeneratorForCosmicsP5_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FSpecialSeedGenerators%2Fpython%2FCombinatorialSeedGeneratorForCosmicsP5_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -123,3 +123,5 @@\n NavigationDirection = cms.string('insideOut')\n ))\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"cfb2035c1fd4c10c00aafecdb795db1a6d1c394c","filename":"RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FSpecialSeedGenerators%2Fpython%2FCombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FSpecialSeedGenerators%2Fpython%2FCombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FSpecialSeedGenerators%2Fpython%2FCombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -7,3 +7,5 @@\n layerInfo,\n layerList = layerList\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"7a2607f69bee52ea6edde27bb72e234a6a3dc406","filename":"RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FSpecialSeedGenerators%2Fpython%2FCombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FSpecialSeedGenerators%2Fpython%2FCombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FSpecialSeedGenerators%2Fpython%2FCombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -94,3 +94,5 @@\n # skipClusters = cms.InputTag(\"pixelPairStepClusters\"),\n # hitErrorRPhi = cms.double(0.0027)\n #)\n+-- dummy change --\n+-- dummy change --"},{"sha":"31044c20de8363d994b40c0c86b4f7478a35083d","filename":"RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmics_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FSpecialSeedGenerators%2Fpython%2FCombinatorialSeedGeneratorForCosmics_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FSpecialSeedGenerators%2Fpython%2FCombinatorialSeedGeneratorForCosmics_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FSpecialSeedGenerators%2Fpython%2FCombinatorialSeedGeneratorForCosmics_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -115,3 +115,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"cbe9af8f0459f669769bf897b3687898ca1861fc","filename":"RecoTracker/TkMSParametrization/interface/MultipleScatteringParametrisationMaker.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTkMSParametrization%2Finterface%2FMultipleScatteringParametrisationMaker.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTkMSParametrization%2Finterface%2FMultipleScatteringParametrisationMaker.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FTkMSParametrization%2Finterface%2FMultipleScatteringParametrisationMaker.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -24,3 +24,5 @@ class MultipleScatteringParametrisationMaker {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"7786483d61913c86c6e5d0cad276725fdb6ba171","filename":"RecoTracker/TkMSParametrization/plugins/MultipleScatteringParametrisationMakerESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTkMSParametrization%2Fplugins%2FMultipleScatteringParametrisationMakerESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTkMSParametrization%2Fplugins%2FMultipleScatteringParametrisationMakerESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FTkMSParametrization%2Fplugins%2FMultipleScatteringParametrisationMakerESProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -42,3 +42,5 @@ std::unique_ptr MultipleScatteringParame\n }\n \n DEFINE_FWK_EVENTSETUP_MODULE(MultipleScatteringParametrisationMakerESProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"20159d0a7a6af8e874004e62fa25f733de30357e","filename":"RecoTracker/TkMSParametrization/src/ES_MultipleScatteringParametrisationMaker.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTkMSParametrization%2Fsrc%2FES_MultipleScatteringParametrisationMaker.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTkMSParametrization%2Fsrc%2FES_MultipleScatteringParametrisationMaker.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FTkMSParametrization%2Fsrc%2FES_MultipleScatteringParametrisationMaker.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,3 +2,5 @@\n #include \"FWCore/Utilities/interface/typelookup.h\"\n \n TYPELOOKUP_DATA_REG(MultipleScatteringParametrisationMaker);\n+-- dummy change --\n+-- dummy change --"},{"sha":"1e2f7462b37184f461c168b20f5b66d42f731ecb","filename":"RecoTracker/TkSeedGenerator/interface/MultiHitGeneratorFromPairAndLayersFactory.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTkSeedGenerator%2Finterface%2FMultiHitGeneratorFromPairAndLayersFactory.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTkSeedGenerator%2Finterface%2FMultiHitGeneratorFromPairAndLayersFactory.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FTkSeedGenerator%2Finterface%2FMultiHitGeneratorFromPairAndLayersFactory.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@ typedef edmplugin::PluginFactorycompatible(hits, kine, helix) : true);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"e9cea7710302a382832911e98f434102add9c32e","filename":"RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsTripletOnlyCreator.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTkSeedGenerator%2Fplugins%2FSeedFromConsecutiveHitsTripletOnlyCreator.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTkSeedGenerator%2Fplugins%2FSeedFromConsecutiveHitsTripletOnlyCreator.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FTkSeedGenerator%2Fplugins%2FSeedFromConsecutiveHitsTripletOnlyCreator.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -21,3 +21,5 @@ class dso_hidden SeedFromConsecutiveHitsTripletOnlyCreator final : public SeedFr\n bool initialKinematic(GlobalTrajectoryParameters& kine, const SeedingHitSet& hits) const override;\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"f038b4fbdecb44413ef40f62a7c15bf313bad516","filename":"RecoTracker/TkSeedGenerator/python/SeedFromConsecutiveHitsStraightLineCreator_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTkSeedGenerator%2Fpython%2FSeedFromConsecutiveHitsStraightLineCreator_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTkSeedGenerator%2Fpython%2FSeedFromConsecutiveHitsStraightLineCreator_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FTkSeedGenerator%2Fpython%2FSeedFromConsecutiveHitsStraightLineCreator_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n OriginTransverseErrorMultiplier = cms.double(1.0),\n MinOneOverPtError = cms.double(1.0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"a00b09cdca4f82bf1e7ddd131d9222b9e0404e1a","filename":"RecoTracker/TkSeedGenerator/python/SeedFromConsecutiveHitsTripletOnlyCreator_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTkSeedGenerator%2Fpython%2FSeedFromConsecutiveHitsTripletOnlyCreator_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTkSeedGenerator%2Fpython%2FSeedFromConsecutiveHitsTripletOnlyCreator_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FTkSeedGenerator%2Fpython%2FSeedFromConsecutiveHitsTripletOnlyCreator_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n propagator = cms.string('PropagatorWithMaterial')\n # propagator = cms.string('PropagatorWithMaterialParabolicMf')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"90c3aae93c85eb0a140cb5fa15a48cd45a9a28ec","filename":"RecoTracker/TkSeedGenerator/python/SeedGeneratorFromProtoTracksEDProducer_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTkSeedGenerator%2Fpython%2FSeedGeneratorFromProtoTracksEDProducer_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTkSeedGenerator%2Fpython%2FSeedGeneratorFromProtoTracksEDProducer_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FTkSeedGenerator%2Fpython%2FSeedGeneratorFromProtoTracksEDProducer_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -15,3 +15,5 @@\n StripCPE = 'Fake',\n ComponentName = 'PixelTTRHBuilderWithoutAngle'\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"863171a3d95541d064527fb8ca71fc4fc3b3b2b0","filename":"RecoTracker/TkSeedGenerator/python/SeedGeneratorFromRegionHitsEDProducer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTkSeedGenerator%2Fpython%2FSeedGeneratorFromRegionHitsEDProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTkSeedGenerator%2Fpython%2FSeedGeneratorFromRegionHitsEDProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FTkSeedGenerator%2Fpython%2FSeedGeneratorFromRegionHitsEDProducer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -56,3 +56,5 @@\n MaxNumberOfPixelClusters = 100000)\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"378542ca18e2c8bb41df7066e1c17cf1ee20bbce","filename":"RecoTracker/TkSeedGenerator/python/seedCreatorFromRegionConsecutiveHitsEDProducer_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTkSeedGenerator%2Fpython%2FseedCreatorFromRegionConsecutiveHitsEDProducer_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTkSeedGenerator%2Fpython%2FseedCreatorFromRegionConsecutiveHitsEDProducer_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FTkSeedGenerator%2Fpython%2FseedCreatorFromRegionConsecutiveHitsEDProducer_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n magneticField = '',\n propagator = 'PropagatorWithMaterial',\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"be0a4ea772fd288ba13da2338fa736e79096b6b5","filename":"RecoTracker/TkSeedGenerator/python/seedCreatorFromRegionConsecutiveHitsTripletOnlyEDProducer_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTkSeedGenerator%2Fpython%2FseedCreatorFromRegionConsecutiveHitsTripletOnlyEDProducer_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTkSeedGenerator%2Fpython%2FseedCreatorFromRegionConsecutiveHitsTripletOnlyEDProducer_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FTkSeedGenerator%2Fpython%2FseedCreatorFromRegionConsecutiveHitsTripletOnlyEDProducer_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n magneticField = '',\n propagator = 'PropagatorWithMaterial',\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"a474fbc79ba628667c1938fc2143de6f6245f4f5","filename":"RecoTracker/TkSeedingLayers/python/PixelLessLayerPairs4PixelLessTracking_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTkSeedingLayers%2Fpython%2FPixelLessLayerPairs4PixelLessTracking_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTkSeedingLayers%2Fpython%2FPixelLessLayerPairs4PixelLessTracking_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FTkSeedingLayers%2Fpython%2FPixelLessLayerPairs4PixelLessTracking_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -89,3 +89,5 @@\n clusterChargeCut = cms.PSet(refToPSet_ = cms.string('SiStripClusterChargeCutNone'))\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"ad18a67a95695fee38133fb25abafef273eec116","filename":"RecoTracker/TkSeedingLayers/python/TTRHBuilderWithoutAngle4MixedTriplets_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTkSeedingLayers%2Fpython%2FTTRHBuilderWithoutAngle4MixedTriplets_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTkSeedingLayers%2Fpython%2FTTRHBuilderWithoutAngle4MixedTriplets_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FTkSeedingLayers%2Fpython%2FTTRHBuilderWithoutAngle4MixedTriplets_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n StripCPE = 'Fake',\n ComponentName = 'TTRHBuilderWithoutAngle4MixedTriplets'\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"28d816efcf898d99328c7e2d0d9614d7e6199469","filename":"RecoTracker/TkSeedingLayers/python/TTRHBuilderWithoutAngle4PixelTriplets_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTkSeedingLayers%2Fpython%2FTTRHBuilderWithoutAngle4PixelTriplets_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTkSeedingLayers%2Fpython%2FTTRHBuilderWithoutAngle4PixelTriplets_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FTkSeedingLayers%2Fpython%2FTTRHBuilderWithoutAngle4PixelTriplets_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n StripCPE = 'Fake',\n ComponentName = 'TTRHBuilderWithoutAngle4PixelTriplets'\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"99a550d0fd48fdacab16739523bb54cc6ca55e03","filename":"RecoTracker/TkTrackingRegions/interface/GlobalTrackingRegionProducerFromBeamSpot.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTkTrackingRegions%2Finterface%2FGlobalTrackingRegionProducerFromBeamSpot.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTkTrackingRegions%2Finterface%2FGlobalTrackingRegionProducerFromBeamSpot.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FTkTrackingRegions%2Finterface%2FGlobalTrackingRegionProducerFromBeamSpot.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -118,3 +118,5 @@ class GlobalTrackingRegionProducerFromBeamSpot : public TrackingRegionProducer {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"adb23d52630de99971f9a97239a30c98dc9fb507","filename":"RecoTracker/TkTrackingRegions/plugins/CandidatePointSeededTrackingRegionsProducer.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTkTrackingRegions%2Fplugins%2FCandidatePointSeededTrackingRegionsProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTkTrackingRegions%2Fplugins%2FCandidatePointSeededTrackingRegionsProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FTkTrackingRegions%2Fplugins%2FCandidatePointSeededTrackingRegionsProducer.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -382,3 +382,5 @@ class CandidatePointSeededTrackingRegionsProducer : public TrackingRegionProduce\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"aa83e27a79b82c63c0bdd6537bbd5f8fd27172a7","filename":"RecoTracker/TkTrackingRegions/plugins/GlobalTrackingRegionWithVerticesProducer.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTkTrackingRegions%2Fplugins%2FGlobalTrackingRegionWithVerticesProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTkTrackingRegions%2Fplugins%2FGlobalTrackingRegionWithVerticesProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FTkTrackingRegions%2Fplugins%2FGlobalTrackingRegionWithVerticesProducer.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -222,3 +222,5 @@ class GlobalTrackingRegionWithVerticesProducer : public TrackingRegionProducer {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"491edb0cc391ea5cb38a81da3ab7e648d2da7987","filename":"RecoTracker/TkTrackingRegions/plugins/PixelInactiveAreaTrackingRegionsSeedingLayersProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTkTrackingRegions%2Fplugins%2FPixelInactiveAreaTrackingRegionsSeedingLayersProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTkTrackingRegions%2Fplugins%2FPixelInactiveAreaTrackingRegionsSeedingLayersProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FTkTrackingRegions%2Fplugins%2FPixelInactiveAreaTrackingRegionsSeedingLayersProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -104,3 +104,5 @@ void PixelInactiveAreaTrackingRegionsSeedingLayersProducer::produce(edm::Event&\n }\n \n DEFINE_FWK_MODULE(PixelInactiveAreaTrackingRegionsSeedingLayersProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"19d003681541e919fe186636ed329a61a926962a","filename":"RecoTracker/TransientTrackingRecHit/interface/TkTransientTrackingRecHitBuilder.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTransientTrackingRecHit%2Finterface%2FTkTransientTrackingRecHitBuilder.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTransientTrackingRecHit%2Finterface%2FTkTransientTrackingRecHitBuilder.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FTransientTrackingRecHit%2Finterface%2FTkTransientTrackingRecHitBuilder.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -52,3 +52,5 @@ class TkTransientTrackingRecHitBuilder final : public TransientTrackingRecHitBui\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"0936d31b684954c13be166a5eb4b20983c53eb8d","filename":"RecoTracker/TransientTrackingRecHit/plugins/TkTransientTrackingRecHitBuilderESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTransientTrackingRecHit%2Fplugins%2FTkTransientTrackingRecHitBuilderESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTransientTrackingRecHit%2Fplugins%2FTkTransientTrackingRecHitBuilderESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FTransientTrackingRecHit%2Fplugins%2FTkTransientTrackingRecHitBuilderESProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -127,3 +127,5 @@ void TkTransientTrackingRecHitBuilderESProducer::fillDescriptions(edm::Configura\n }\n \n DEFINE_FWK_EVENTSETUP_MODULE(TkTransientTrackingRecHitBuilderESProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"f0bcf88ea318f0eea3be92f0c5f6c87211762723","filename":"RecoTracker/TransientTrackingRecHit/python/TransientTrackingRecHitBuilderWithoutRefit_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTransientTrackingRecHit%2Fpython%2FTransientTrackingRecHitBuilderWithoutRefit_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTransientTrackingRecHit%2Fpython%2FTransientTrackingRecHitBuilderWithoutRefit_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FTransientTrackingRecHit%2Fpython%2FTransientTrackingRecHitBuilderWithoutRefit_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n Phase2StripCPE = 'Phase2StripCPE',\n StripCPE = 'FakeStripCPE')\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"ef7e58a7746ac5c30666ed9462eb5f3e8cbe1035","filename":"RecoTracker/TransientTrackingRecHit/python/TransientTrackingRecHitBuilder_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTransientTrackingRecHit%2Fpython%2FTransientTrackingRecHitBuilder_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoTracker%2FTransientTrackingRecHit%2Fpython%2FTransientTrackingRecHitBuilder_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FTransientTrackingRecHit%2Fpython%2FTransientTrackingRecHitBuilder_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@\n Phase2StripCPE = 'Phase2StripCPE',\n StripCPE = 'FakeStripCPE')\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"c6fa776b395c54dcd0233f3855beef69a3089778","filename":"RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsEarly10TeVCollision_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FBeamSpotProducer%2Fpython%2FBeamSpotFakeConditionsEarly10TeVCollision_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FBeamSpotProducer%2Fpython%2FBeamSpotFakeConditionsEarly10TeVCollision_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoVertex%2FBeamSpotProducer%2Fpython%2FBeamSpotFakeConditionsEarly10TeVCollision_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,3 +2,5 @@\n \n from RecoVertex.BeamSpotProducer.BeamSpotFakeConditionsEarly10TeVCollision_cfi import *\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"e238e0889b05e5bba0d6b9c7229eebbe62e4fd83","filename":"RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsEarly10TeVCollision_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FBeamSpotProducer%2Fpython%2FBeamSpotFakeConditionsEarly10TeVCollision_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FBeamSpotProducer%2Fpython%2FBeamSpotFakeConditionsEarly10TeVCollision_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoVertex%2FBeamSpotProducer%2Fpython%2FBeamSpotFakeConditionsEarly10TeVCollision_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -7,3 +7,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b2231c8782612bbcbc61fd24f4c6ee4a5926f8c5","filename":"RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsNominalCollision_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FBeamSpotProducer%2Fpython%2FBeamSpotFakeConditionsNominalCollision_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FBeamSpotProducer%2Fpython%2FBeamSpotFakeConditionsNominalCollision_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoVertex%2FBeamSpotProducer%2Fpython%2FBeamSpotFakeConditionsNominalCollision_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,3 +2,5 @@\n \n from RecoVertex.BeamSpotProducer.BeamSpotFakeConditionsNominalCollision_cfi import *\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"f14f52a36c65b36e848e033c225b0b877983e00a","filename":"RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsNominalCollision_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FBeamSpotProducer%2Fpython%2FBeamSpotFakeConditionsNominalCollision_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FBeamSpotProducer%2Fpython%2FBeamSpotFakeConditionsNominalCollision_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoVertex%2FBeamSpotProducer%2Fpython%2FBeamSpotFakeConditionsNominalCollision_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -7,3 +7,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"f363ab3d9cbb6e6f7bca1fa7902d9221d2b97241","filename":"RecoVertex/ConfigurableVertexReco/interface/ConfigurableAdaptiveReconstructor.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FConfigurableVertexReco%2Finterface%2FConfigurableAdaptiveReconstructor.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FConfigurableVertexReco%2Finterface%2FConfigurableAdaptiveReconstructor.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoVertex%2FConfigurableVertexReco%2Finterface%2FConfigurableAdaptiveReconstructor.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -27,3 +27,5 @@ class ConfigurableAdaptiveReconstructor : public AbstractConfReconstructor {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"8e2aaedc66e6ae3843ff44fb3fd7340c178eecd5","filename":"RecoVertex/GaussianSumVertexFit/interface/GsfVertexTrackCompatibilityEstimator.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FGaussianSumVertexFit%2Finterface%2FGsfVertexTrackCompatibilityEstimator.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FGaussianSumVertexFit%2Finterface%2FGsfVertexTrackCompatibilityEstimator.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoVertex%2FGaussianSumVertexFit%2Finterface%2FGsfVertexTrackCompatibilityEstimator.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -63,3 +63,5 @@ class GsfVertexTrackCompatibilityEstimator : public VertexTrackCompatibilityEsti\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"8a772d6e24cd00549a9b693ef098e6b96e7564fb","filename":"RecoVertex/KinematicFitPrimitives/interface/ExtendedPerigeeTrajectoryParameters.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FKinematicFitPrimitives%2Finterface%2FExtendedPerigeeTrajectoryParameters.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FKinematicFitPrimitives%2Finterface%2FExtendedPerigeeTrajectoryParameters.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoVertex%2FKinematicFitPrimitives%2Finterface%2FExtendedPerigeeTrajectoryParameters.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -35,3 +35,5 @@ class ExtendedPerigeeTrajectoryParameters {\n TrackCharge ch;\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"4920b689b3f8216fc5d0f647998caef13db2fad0","filename":"RecoVertex/KinematicFitPrimitives/interface/KinematicParticleFactoryFromTransientTrack.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FKinematicFitPrimitives%2Finterface%2FKinematicParticleFactoryFromTransientTrack.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FKinematicFitPrimitives%2Finterface%2FKinematicParticleFactoryFromTransientTrack.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoVertex%2FKinematicFitPrimitives%2Finterface%2FKinematicParticleFactoryFromTransientTrack.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -84,3 +84,5 @@ class KinematicParticleFactoryFromTransientTrack {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"5c33977eb9d677166bc95e4af9e6619052e139de","filename":"RecoVertex/KinematicFitPrimitives/interface/ParticleKinematicLinearizedTrackState.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FKinematicFitPrimitives%2Finterface%2FParticleKinematicLinearizedTrackState.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FKinematicFitPrimitives%2Finterface%2FParticleKinematicLinearizedTrackState.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoVertex%2FKinematicFitPrimitives%2Finterface%2FParticleKinematicLinearizedTrackState.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -152,3 +152,5 @@ class ParticleKinematicLinearizedTrackState : public LinearizedTrackState<6> {\n mutable bool impactPointAvailable;\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"e0cb7016f531801265e9304dbf845a59111ebd3b","filename":"RecoVertex/KinematicFitPrimitives/interface/ParticleKinematicLinearizedTrackStateFactory.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FKinematicFitPrimitives%2Finterface%2FParticleKinematicLinearizedTrackStateFactory.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FKinematicFitPrimitives%2Finterface%2FParticleKinematicLinearizedTrackStateFactory.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoVertex%2FKinematicFitPrimitives%2Finterface%2FParticleKinematicLinearizedTrackStateFactory.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -29,3 +29,5 @@ class ParticleKinematicLinearizedTrackStateFactory : public AbstractLTSFactory<6\n const ParticleKinematicLinearizedTrackStateFactory* clone() const override;\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"926fe31938e2bcea8c06d0d631231989fe4649b9","filename":"RecoVertex/KinematicFitPrimitives/interface/TransientTrackKinematicStateBuilder.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FKinematicFitPrimitives%2Finterface%2FTransientTrackKinematicStateBuilder.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FKinematicFitPrimitives%2Finterface%2FTransientTrackKinematicStateBuilder.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoVertex%2FKinematicFitPrimitives%2Finterface%2FTransientTrackKinematicStateBuilder.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -68,3 +68,5 @@ class TransientTrackKinematicStateBuilder {\n TrackKinematicStatePropagator propagator;\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"abc4a4d925976896413ecb83385fd4d3b9987d13","filename":"RecoVertex/KinematicFitPrimitives/src/KinematicParticleFactoryFromTransientTrack.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FKinematicFitPrimitives%2Fsrc%2FKinematicParticleFactoryFromTransientTrack.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FKinematicFitPrimitives%2Fsrc%2FKinematicParticleFactoryFromTransientTrack.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoVertex%2FKinematicFitPrimitives%2Fsrc%2FKinematicParticleFactoryFromTransientTrack.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -80,3 +80,5 @@ RefCountedKinematicParticle KinematicParticleFactoryFromTransientTrack::particle\n return ReferenceCountingPointer(new TransientTrackKinematicParticle(\n kineState, chiSquared, degreesOfFr, lastConstraint, previousParticle, propagator, track));\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"bb1a443c91655943c3f08f8e968869022cf684d5","filename":"RecoVertex/KinematicFitPrimitives/src/ParticleKinematicLinearizedTrackStateFactory.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FKinematicFitPrimitives%2Fsrc%2FParticleKinematicLinearizedTrackStateFactory.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FKinematicFitPrimitives%2Fsrc%2FParticleKinematicLinearizedTrackStateFactory.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoVertex%2FKinematicFitPrimitives%2Fsrc%2FParticleKinematicLinearizedTrackStateFactory.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -21,3 +21,5 @@ ParticleKinematicLinearizedTrackStateFactory::linearizedTrackState(const GlobalP\n const TrajectoryStateOnSurface& tsos) const {\n throw VertexException(\"ParticleKinematicLinearizedTrackStateFactory from TransientTrack not possible\");\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"a2d7b72deedcc5f3f3788e9d0a464430d61c4368","filename":"RecoVertex/LinearizationPointFinders/interface/CrossingPtBasedLinearizationPointFinder.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FLinearizationPointFinders%2Finterface%2FCrossingPtBasedLinearizationPointFinder.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FLinearizationPointFinders%2Finterface%2FCrossingPtBasedLinearizationPointFinder.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoVertex%2FLinearizationPointFinders%2Finterface%2FCrossingPtBasedLinearizationPointFinder.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -80,3 +80,5 @@ class CrossingPtBasedLinearizationPointFinder : public LinearizationPointFinder\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"b4dfe7c17b8c0b280fd807255dff0522f8c69a10","filename":"RecoVertex/LinearizationPointFinders/interface/DefaultLinearizationPointFinder.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FLinearizationPointFinders%2Finterface%2FDefaultLinearizationPointFinder.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FLinearizationPointFinders%2Finterface%2FDefaultLinearizationPointFinder.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoVertex%2FLinearizationPointFinders%2Finterface%2FDefaultLinearizationPointFinder.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -19,3 +19,5 @@ class DefaultLinearizationPointFinder : public FsmwLinearizationPointFinder {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"4b08f1d190f7bfcbc5a63297995579032130a4cb","filename":"RecoVertex/LinearizationPointFinders/interface/FallbackLinearizationPointFinder.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FLinearizationPointFinders%2Finterface%2FFallbackLinearizationPointFinder.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FLinearizationPointFinders%2Finterface%2FFallbackLinearizationPointFinder.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoVertex%2FLinearizationPointFinders%2Finterface%2FFallbackLinearizationPointFinder.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@ class FallbackLinearizationPointFinder : public LinearizationPointFinder {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"9ef35dd63a42e58f92476f62c371a2b7d195077e","filename":"RecoVertex/LinearizationPointFinders/interface/SubsetHSMLinearizationPointFinder.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FLinearizationPointFinders%2Finterface%2FSubsetHSMLinearizationPointFinder.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FLinearizationPointFinders%2Finterface%2FSubsetHSMLinearizationPointFinder.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoVertex%2FLinearizationPointFinders%2Finterface%2FSubsetHSMLinearizationPointFinder.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -29,3 +29,5 @@ class SubsetHSMLinearizationPointFinder : public CrossingPtBasedLinearizationPoi\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"102f44a4ff942d50351588391c66378635e98dc1","filename":"RecoVertex/LinearizationPointFinders/src/CrossingPtBasedLinearizationPointFinder.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FLinearizationPointFinders%2Fsrc%2FCrossingPtBasedLinearizationPointFinder.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FLinearizationPointFinders%2Fsrc%2FCrossingPtBasedLinearizationPointFinder.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoVertex%2FLinearizationPointFinders%2Fsrc%2FCrossingPtBasedLinearizationPointFinder.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -278,3 +278,5 @@ GlobalPoint CrossingPtBasedLinearizationPointFinder::getLinearizationPoint(\n \n return GlobalPoint(0., 0., 0.); // if nothing else, then return 0,0,0\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"64e402670791c02ce7437d63230801486fb5e8ac","filename":"RecoVertex/PixelVertexFinding/plugins/alpaka/PixelVertexWorkSpaceSoADeviceAlpaka.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FPixelVertexFinding%2Fplugins%2Falpaka%2FPixelVertexWorkSpaceSoADeviceAlpaka.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FPixelVertexFinding%2Fplugins%2Falpaka%2FPixelVertexWorkSpaceSoADeviceAlpaka.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoVertex%2FPixelVertexFinding%2Fplugins%2Falpaka%2FPixelVertexWorkSpaceSoADeviceAlpaka.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -20,3 +20,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n } // namespace ALPAKA_ACCELERATOR_NAMESPACE\n \n #endif // RecoVertex_PixelVertexFinding_plugins_alpaka_PixelVertexWorkSpaceSoADeviceAlpaka_h\n+-- dummy change --\n+-- dummy change --"},{"sha":"b549aa506ff2dd9a8eddd905c37adbfe8b5f3c8b","filename":"RecoVertex/PrimaryVertexProducer/interface/AdaptiveChisquarePrimaryVertexFitter.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FPrimaryVertexProducer%2Finterface%2FAdaptiveChisquarePrimaryVertexFitter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FPrimaryVertexProducer%2Finterface%2FAdaptiveChisquarePrimaryVertexFitter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoVertex%2FPrimaryVertexProducer%2Finterface%2FAdaptiveChisquarePrimaryVertexFitter.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -96,3 +96,5 @@ class AdaptiveChisquarePrimaryVertexFitter : public PrimaryVertexFitterBase {\n double multivertexfit_;\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"9143bbd627343619a046405a253a075cee0b80c5","filename":"RecoVertex/PrimaryVertexProducer/interface/SequentialPrimaryVertexFitterAdapter.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FPrimaryVertexProducer%2Finterface%2FSequentialPrimaryVertexFitterAdapter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FPrimaryVertexProducer%2Finterface%2FSequentialPrimaryVertexFitterAdapter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoVertex%2FPrimaryVertexProducer%2Finterface%2FSequentialPrimaryVertexFitterAdapter.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -54,3 +54,5 @@ class SequentialPrimaryVertexFitterAdapter : public PrimaryVertexFitterBase {\n const VertexFitter<5>* fitter; // Kalman or Adaptive\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"4fd9dee95130cf727b466c361df0cd7e30752ea9","filename":"RecoVertex/PrimaryVertexProducer/python/OfflinePrimaryVerticesFromCosmicTracks_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FPrimaryVertexProducer%2Fpython%2FOfflinePrimaryVerticesFromCosmicTracks_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FPrimaryVertexProducer%2Fpython%2FOfflinePrimaryVerticesFromCosmicTracks_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoVertex%2FPrimaryVertexProducer%2Fpython%2FOfflinePrimaryVerticesFromCosmicTracks_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -33,3 +33,5 @@\n ]\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"ee3a8dfabf6ab7f4e5730bb477e9a65819a04246","filename":"RecoVertex/TrimmedKalmanVertexFinder/interface/ConfigurableTrimmedVertexFinder.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FTrimmedKalmanVertexFinder%2Finterface%2FConfigurableTrimmedVertexFinder.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/RecoVertex%2FTrimmedKalmanVertexFinder%2Finterface%2FConfigurableTrimmedVertexFinder.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoVertex%2FTrimmedKalmanVertexFinder%2Finterface%2FConfigurableTrimmedVertexFinder.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -120,3 +120,5 @@ class ConfigurableTrimmedVertexFinder : public VertexReconstructor {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"8ecdd74a01b762cd6ecd14abeeaae2a6730887dd","filename":"SLHCUpgradeSimulations/Geometry/data/PhaseI/EmptyPixelSkimmedGeometry_phase1.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SLHCUpgradeSimulations%2FGeometry%2Fdata%2FPhaseI%2FEmptyPixelSkimmedGeometry_phase1.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SLHCUpgradeSimulations%2FGeometry%2Fdata%2FPhaseI%2FEmptyPixelSkimmedGeometry_phase1.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SLHCUpgradeSimulations%2FGeometry%2Fdata%2FPhaseI%2FEmptyPixelSkimmedGeometry_phase1.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -0,0 +1,2 @@\n+-- dummy change --\n+-- dummy change --"},{"sha":"8ecdd74a01b762cd6ecd14abeeaae2a6730887dd","filename":"SLHCUpgradeSimulations/Geometry/data/PhaseII/Tilted/EmptyPixelSkimmedGeometry.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SLHCUpgradeSimulations%2FGeometry%2Fdata%2FPhaseII%2FTilted%2FEmptyPixelSkimmedGeometry.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SLHCUpgradeSimulations%2FGeometry%2Fdata%2FPhaseII%2FTilted%2FEmptyPixelSkimmedGeometry.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SLHCUpgradeSimulations%2FGeometry%2Fdata%2FPhaseII%2FTilted%2FEmptyPixelSkimmedGeometry.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -0,0 +1,2 @@\n+-- dummy change --\n+-- dummy change --"},{"sha":"21a3443e94ec65992ffa995ec9e51c2481423514","filename":"SimCalorimetry/Configuration/python/SimCalorimetry_EcalSelectiveReadoutProducers_setBeamcom09_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FConfiguration%2Fpython%2FSimCalorimetry_EcalSelectiveReadoutProducers_setBeamcom09_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FConfiguration%2Fpython%2FSimCalorimetry_EcalSelectiveReadoutProducers_setBeamcom09_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FConfiguration%2Fpython%2FSimCalorimetry_EcalSelectiveReadoutProducers_setBeamcom09_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -15,3 +15,5 @@ def customise(process):\n \n return(process)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"c383ee06f0051fa10cdcbbe0ebdecb62f4b50865","filename":"SimCalorimetry/EcalEBTrigPrimAlgos/interface/EcalEBPhase2AmplitudeReconstructor.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalEBTrigPrimAlgos%2Finterface%2FEcalEBPhase2AmplitudeReconstructor.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalEBTrigPrimAlgos%2Finterface%2FEcalEBPhase2AmplitudeReconstructor.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalEBTrigPrimAlgos%2Finterface%2FEcalEBPhase2AmplitudeReconstructor.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -36,3 +36,5 @@ class EcalEBPhase2AmplitudeReconstructor {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"d489471591e70a0558d543d48f9f21f0d7f20b1c","filename":"SimCalorimetry/EcalEBTrigPrimProducers/plugins/EcalEBTrigPrimPhase2ESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalEBTrigPrimProducers%2Fplugins%2FEcalEBTrigPrimPhase2ESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalEBTrigPrimProducers%2Fplugins%2FEcalEBTrigPrimPhase2ESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalEBTrigPrimProducers%2Fplugins%2FEcalEBTrigPrimPhase2ESProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -720,3 +720,5 @@ std::vector EcalEBTrigPrimPhase2ESProducer::getRange(\n }\n \n DEFINE_FWK_EVENTSETUP_MODULE(EcalEBTrigPrimPhase2ESProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"0c27e23c44e1d30f5978349ca6f5febebae0d101","filename":"SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitiveDigis_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalEBTrigPrimProducers%2Fpython%2FecalEBTriggerPrimitiveDigis_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalEBTrigPrimProducers%2Fpython%2FecalEBTriggerPrimitiveDigis_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalEBTrigPrimProducers%2Fpython%2FecalEBTriggerPrimitiveDigis_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n #Common\n from Configuration.Eras.Modifier_phase2_hgcal_cff import phase2_hgcal\n phase2_hgcal.toModify( simEcalEBTriggerPrimitiveDigis, BarrelOnly = cms.bool(True) )\n+-- dummy change --\n+-- dummy change --"},{"sha":"6aa009ee420ce31336005decf9bd1c80f33c59d1","filename":"SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitiveDigis_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalEBTrigPrimProducers%2Fpython%2FecalEBTriggerPrimitiveDigis_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalEBTrigPrimProducers%2Fpython%2FecalEBTriggerPrimitiveDigis_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalEBTrigPrimProducers%2Fpython%2FecalEBTriggerPrimitiveDigis_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -14,3 +14,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"4a1335692c5b86bd870f16cd9a8ad03a34e6d3a4","filename":"SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitivePhase2Digis_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalEBTrigPrimProducers%2Fpython%2FecalEBTriggerPrimitivePhase2Digis_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalEBTrigPrimProducers%2Fpython%2FecalEBTriggerPrimitivePhase2Digis_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalEBTrigPrimProducers%2Fpython%2FecalEBTriggerPrimitivePhase2Digis_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -15,3 +15,5 @@\n \n from Configuration.Eras.Modifier_phase2_ecalTP_devel_cff import phase2_ecalTP_devel\n phase2_ecalTP_devel.toModify( simEcalEBTriggerPrimitivePhase2Digis)\n+-- dummy change --\n+-- dummy change --"},{"sha":"50680b18ef236e78eede0f25e9e49037ecc599eb","filename":"SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitivePhase2ESProducer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalEBTrigPrimProducers%2Fpython%2FecalEBTriggerPrimitivePhase2ESProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalEBTrigPrimProducers%2Fpython%2FecalEBTriggerPrimitivePhase2ESProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalEBTrigPrimProducers%2Fpython%2FecalEBTriggerPrimitivePhase2ESProducer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -71,3 +71,5 @@\n firstValid = cms.vuint32(1)\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"12dfa86088d544e02178c4595dd09e2bf9622fb4","filename":"SimCalorimetry/EcalElectronicsEmulation/python/EcalElecEmulTccOnlyExample_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalElectronicsEmulation%2Fpython%2FEcalElecEmulTccOnlyExample_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalElectronicsEmulation%2Fpython%2FEcalElecEmulTccOnlyExample_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalElectronicsEmulation%2Fpython%2FEcalElecEmulTccOnlyExample_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -42,3 +42,5 @@\n process.ecalSimRawData.tpVerbose = False\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"6a4975104e964f99b13e4df51a1aabad7b093b51","filename":"SimCalorimetry/EcalSelectiveReadoutAlgos/interface/EcalSelectiveReadoutSuppressor.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalSelectiveReadoutAlgos%2Finterface%2FEcalSelectiveReadoutSuppressor.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalSelectiveReadoutAlgos%2Finterface%2FEcalSelectiveReadoutSuppressor.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalSelectiveReadoutAlgos%2Finterface%2FEcalSelectiveReadoutSuppressor.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -313,3 +313,5 @@ class EcalSelectiveReadoutSuppressor {\n edm::ESGetToken geoToken_;\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"490849d897308bda2af0b01bfb3a3090cf8a5955","filename":"SimCalorimetry/EcalSelectiveReadoutProducers/interface/namespace_ecalsrcondtools.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalSelectiveReadoutProducers%2Finterface%2Fnamespace_ecalsrcondtools.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalSelectiveReadoutProducers%2Finterface%2Fnamespace_ecalsrcondtools.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalSelectiveReadoutProducers%2Finterface%2Fnamespace_ecalsrcondtools.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -38,3 +38,5 @@ namespace ecalsrcondtools {\n }; // namespace ecalsrcondtools\n \n #endif //SRCONDACCESS_H not defined\n+-- dummy change --\n+-- dummy change --"},{"sha":"203a673896b57884dc9fa2be1c7cd83c18ec9621","filename":"SimCalorimetry/EcalSelectiveReadoutProducers/plugins/EcalSelectiveReadoutProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalSelectiveReadoutProducers%2Fplugins%2FEcalSelectiveReadoutProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalSelectiveReadoutProducers%2Fplugins%2FEcalSelectiveReadoutProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalSelectiveReadoutProducers%2Fplugins%2FEcalSelectiveReadoutProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -733,3 +733,5 @@ void EcalSelectiveReadoutProducer::checkValidity(const EcalSRSettings& settings)\n }\n \n DEFINE_FWK_MODULE(EcalSelectiveReadoutProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"2b15368461824fe505b55063de831cf03e37d472","filename":"SimCalorimetry/EcalTrigPrimProducers/python/ecalTrigPrimESProducer_craft_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTrigPrimESProducer_craft_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTrigPrimESProducer_craft_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTrigPrimESProducer_craft_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -120,3 +120,5 @@\n iovIsRunNotTime = cms.bool(True),\n firstValid = cms.vuint32(1)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"ba01f31d15f21ecd03815792e5326e946b6f337a","filename":"SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_CosmicsConfiguration_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_CosmicsConfiguration_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_CosmicsConfiguration_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_CosmicsConfiguration_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -24,3 +24,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"1d445c3c063e9946c4f8dd0f060f39c2e95e81d7","filename":"SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_barrelOnly_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_barrelOnly_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_barrelOnly_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_barrelOnly_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -95,3 +95,5 @@\n simEcalTriggerPrimitiveDigis.BarrelOnly = True\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"2965b48c596aebbba2309cfd55570db4162985df","filename":"SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_craft_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_craft_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_craft_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_craft_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n # esmodule creating records + corresponding empty essource\n from SimCalorimetry.EcalTrigPrimProducers.ecalTrigPrimESProducer_craft_cff import *\n \n+-- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e?per_page=100&page=29 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:21 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"85a16b656b6cd1731f9f96089c340492951260560322cb3066d478a8d744d841"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:04:54 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4942'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '58'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C80E:7AF77:174706:17BD44:68122485')] +{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","node_id":"C_kwDOF83__NoAKGMyMzA5OWM3Mzc3MTIzYjZkZTdmYWZhN2E0ODZiMjBiMThkNTRmN2U","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"message":"Try generating big cache","tree":{"sha":"f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684"}],"stats":{"total":6008,"additions":5944,"deletions":64},"files":[{"sha":"8ca125544d90ab89df94d584b6b427d5144b5ab7","filename":"SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_craft_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_craft_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_craft_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_craft_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -15,3 +15,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"a8be9fd7a6980111d8ced3662b86714218381d27","filename":"SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_mc_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_mc_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_mc_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_mc_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n #Common\n from Configuration.Eras.Modifier_phase2_hgcal_cff import phase2_hgcal\n phase2_hgcal.toModify( simEcalTriggerPrimitiveDigis, BarrelOnly = cms.bool(True) )\n+-- dummy change --\n+-- dummy change --"},{"sha":"8ca125544d90ab89df94d584b6b427d5144b5ab7","filename":"SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_mc_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_mc_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_mc_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_mc_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -15,3 +15,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"aba3834f0a2acdf378292ccf9eb280f36af43987","filename":"SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_readDBOffline_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_readDBOffline_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_readDBOffline_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_readDBOffline_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n # Trigger Primitive Producer\n from SimCalorimetry.EcalTrigPrimProducers.ecalTriggerPrimitiveDigis_readDBOffline_cfi import *\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"8ca125544d90ab89df94d584b6b427d5144b5ab7","filename":"SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_readDBOffline_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_readDBOffline_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_readDBOffline_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_readDBOffline_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -15,3 +15,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"0e2615adc91e6758b194a82fa4cbb189406f90e9","filename":"SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_with_suppressed_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_with_suppressed_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_with_suppressed_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_with_suppressed_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n #Common\n from Configuration.Eras.Modifier_phase2_hgcal_cff import phase2_hgcal\n phase2_hgcal.toModify( simEcalTriggerPrimitiveDigis, BarrelOnly = cms.bool(True) )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d0d2cb8d049660606b6e39c8f23da7db84e9f801","filename":"SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_with_suppressed_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_with_suppressed_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_with_suppressed_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_with_suppressed_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -15,3 +15,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"6da989cfc2d3ebe2764a12e75e8d160205a94413","filename":"SimCalorimetry/EcalZeroSuppressionProducers/doc/EcalZeroSuppressionProducers.doc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalZeroSuppressionProducers%2Fdoc%2FEcalZeroSuppressionProducers.doc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalZeroSuppressionProducers%2Fdoc%2FEcalZeroSuppressionProducers.doc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalZeroSuppressionProducers%2Fdoc%2FEcalZeroSuppressionProducers.doc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -53,3 +53,5 @@ Last updated:\n @DATE@ Author: computer-generated.\n */\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"a56e0228f0e2e92617e35f55d3e0e1d7393324df","filename":"SimCalorimetry/EcalZeroSuppressionProducers/interface/ESZeroSuppressionProducer.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalZeroSuppressionProducers%2Finterface%2FESZeroSuppressionProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalZeroSuppressionProducers%2Finterface%2FESZeroSuppressionProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalZeroSuppressionProducers%2Finterface%2FESZeroSuppressionProducer.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -36,3 +36,5 @@ class ESZeroSuppressionProducer : public edm::stream::EDProducer<> {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"eef30973aef1e78ec1b00fa88b7772e6a3e4b292","filename":"SimCalorimetry/EcalZeroSuppressionProducers/interface/EcalZeroSuppressionProducer.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalZeroSuppressionProducers%2Finterface%2FEcalZeroSuppressionProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalZeroSuppressionProducers%2Finterface%2FEcalZeroSuppressionProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalZeroSuppressionProducers%2Finterface%2FEcalZeroSuppressionProducer.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -48,3 +48,5 @@ class EcalZeroSuppressionProducer : public edm::stream::EDProducer<> {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"7069e53e255a0b8b5187990e22f8afecb56d7998","filename":"SimCalorimetry/EcalZeroSuppressionProducers/python/ecalGlobalZeroSuppression_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalZeroSuppressionProducers%2Fpython%2FecalGlobalZeroSuppression_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FEcalZeroSuppressionProducers%2Fpython%2FecalGlobalZeroSuppression_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalZeroSuppressionProducers%2Fpython%2FecalGlobalZeroSuppression_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"c9c13a2eb7d4fea9bd648e398685e840b7d9a1e7","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/AllHitToTracksterAssociatorsProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FAllHitToTracksterAssociatorsProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FAllHitToTracksterAssociatorsProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FAllHitToTracksterAssociatorsProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -110,3 +110,5 @@ void AllHitToTracksterAssociatorsProducer::fillDescriptions(edm::ConfigurationDe\n \n // Define this as a plug-in\n DEFINE_FWK_MODULE(AllHitToTracksterAssociatorsProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"f53563b4547d0949a544c43d607f7d59058a93c0","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/AllLayerClusterToTracksterAssociatorsProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FAllLayerClusterToTracksterAssociatorsProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FAllLayerClusterToTracksterAssociatorsProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FAllLayerClusterToTracksterAssociatorsProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -93,3 +93,5 @@ void AllLayerClusterToTracksterAssociatorsProducer::fillDescriptions(edm::Config\n \n // Define this as a plug-in\n DEFINE_FWK_MODULE(AllLayerClusterToTracksterAssociatorsProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"fc2385817718598011565e2918a431b8e11daab1","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/AllTracksterToSimTracksterAssociatorsByHitsProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FAllTracksterToSimTracksterAssociatorsByHitsProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FAllTracksterToSimTracksterAssociatorsByHitsProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FAllTracksterToSimTracksterAssociatorsByHitsProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -399,3 +399,5 @@ void AllTracksterToSimTracksterAssociatorsByHitsProducer::fillDescriptions(\n \n // Define this as a plug-in\n DEFINE_FWK_MODULE(AllTracksterToSimTracksterAssociatorsByHitsProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"362f66318f978dabc59823ca2f4fe316dc555488","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/AllTracksterToSimTracksterAssociatorsByLCsProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FAllTracksterToSimTracksterAssociatorsByLCsProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FAllTracksterToSimTracksterAssociatorsByLCsProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FAllTracksterToSimTracksterAssociatorsByLCsProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -299,3 +299,5 @@ void AllTracksterToSimTracksterAssociatorsByLCsProducer::fillDescriptions(edm::C\n \n // Define this as a plug-in\n DEFINE_FWK_MODULE(AllTracksterToSimTracksterAssociatorsByLCsProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"d73ac0cf5451fe00a3fc6b4c9fff4ea2f38f459e","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/HitToLayerClusterAssociatorProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FHitToLayerClusterAssociatorProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FHitToLayerClusterAssociatorProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FHitToLayerClusterAssociatorProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -75,3 +75,5 @@ void HitToLayerClusterAssociatorProducer::fillDescriptions(edm::ConfigurationDes\n \n // Define this as a plug-in\n DEFINE_FWK_MODULE(HitToLayerClusterAssociatorProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"748610332d9277342d59fef93201f6b4eb693747","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/HitToLayerClusterAssociatorProducer.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FHitToLayerClusterAssociatorProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FHitToLayerClusterAssociatorProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FHitToLayerClusterAssociatorProducer.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -36,3 +36,5 @@ class HitToLayerClusterAssociatorProducer : public edm::global::EDProducer<> {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"32ef564f533c909d4228219e68bd2dfd7a73eb89","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/HitToSimClusterCaloParticleAssociatorProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FHitToSimClusterCaloParticleAssociatorProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FHitToSimClusterCaloParticleAssociatorProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FHitToSimClusterCaloParticleAssociatorProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -92,3 +92,5 @@ void HitToSimClusterCaloParticleAssociatorProducer::fillDescriptions(edm::Config\n \n // Define this as a plug-in\n DEFINE_FWK_MODULE(HitToSimClusterCaloParticleAssociatorProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"3123d03ed485bfd0df69dc24cb670530d6f6ad91","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/HitToSimClusterCaloParticleAssociatorProducer.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FHitToSimClusterCaloParticleAssociatorProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FHitToSimClusterCaloParticleAssociatorProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FHitToSimClusterCaloParticleAssociatorProducer.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -38,3 +38,5 @@ class HitToSimClusterCaloParticleAssociatorProducer : public edm::global::EDProd\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"18523b5b671191d9ac5c878a766afbe46919a453","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/HitToTracksterAssociatorProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FHitToTracksterAssociatorProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FHitToTracksterAssociatorProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FHitToTracksterAssociatorProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -91,3 +91,5 @@ void HitToTracksterAssociatorProducer::fillDescriptions(edm::ConfigurationDescri\n \n // Define this as a plug-in\n DEFINE_FWK_MODULE(HitToTracksterAssociatorProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"94b086c1a18d4981a09387defef63fc26b8f104e","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/HitToTracksterAssociatorProducer.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FHitToTracksterAssociatorProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FHitToTracksterAssociatorProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FHitToTracksterAssociatorProducer.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -35,3 +35,5 @@ class HitToTracksterAssociatorProducer : public edm::global::EDProducer<> {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"c0aefa72f10d17b65d5d0ddcf046cceb082cf086","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreImpl.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToCPAssociatorByEnergyScoreImpl.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToCPAssociatorByEnergyScoreImpl.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToCPAssociatorByEnergyScoreImpl.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -538,3 +538,5 @@ ticl::SimToRecoCollection LCToCPAssociatorByEnergyScoreImpl::associateSimTo\n \n template class LCToCPAssociatorByEnergyScoreImpl;\n template class LCToCPAssociatorByEnergyScoreImpl;\n+-- dummy change --\n+-- dummy change --"},{"sha":"93dd2a0fe7231067a3a11fa85e8b3985697e6ec3","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreImpl.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToCPAssociatorByEnergyScoreImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToCPAssociatorByEnergyScoreImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToCPAssociatorByEnergyScoreImpl.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -95,3 +95,5 @@ extern template class LCToCPAssociatorByEnergyScoreImpl;\n \n using HGCalLCToCPAssociatorByEnergyScoreImpl = LCToCPAssociatorByEnergyScoreImpl;\n using BarrelLCToCPAssociatorByEnergyScoreImpl = LCToCPAssociatorByEnergyScoreImpl;\n+-- dummy change --\n+-- dummy change --"},{"sha":"f1ee536c9dd6a65a15c48a6cfe233db3724cf439","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToCPAssociatorByEnergyScoreProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToCPAssociatorByEnergyScoreProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToCPAssociatorByEnergyScoreProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -77,3 +77,5 @@ void LCToCPAssociatorByEnergyScoreProducer::fillDescriptions(edm::Configura\n }\n cfg.addWithDefaultLabel(desc);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"e33733d42910dca02e67967bb95acc7016cc83cf","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreProducer.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToCPAssociatorByEnergyScoreProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToCPAssociatorByEnergyScoreProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToCPAssociatorByEnergyScoreProducer.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -48,3 +48,5 @@ using BarrelLCToCPAssociatorByEnergyScoreProducer = LCToCPAssociatorByEnergyScor\n DEFINE_FWK_MODULE(BarrelLCToCPAssociatorByEnergyScoreProducer);\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"137033c3f6a887c7179a375dee3555a7d3894823","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreImpl.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSCAssociatorByEnergyScoreImpl.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSCAssociatorByEnergyScoreImpl.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSCAssociatorByEnergyScoreImpl.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -555,3 +555,5 @@ ticl::SimToRecoCollectionWithSimClusters LCToSCAssociatorByEnergyScoreImpl:\n \n template class LCToSCAssociatorByEnergyScoreImpl;\n template class LCToSCAssociatorByEnergyScoreImpl;\n+-- dummy change --\n+-- dummy change --"},{"sha":"e6f167a87be26c4614432e1d81f3051f22836a20","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreImpl.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSCAssociatorByEnergyScoreImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSCAssociatorByEnergyScoreImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSCAssociatorByEnergyScoreImpl.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -94,3 +94,5 @@ extern template class LCToSCAssociatorByEnergyScoreImpl;\n \n using HGCalLCToSCAssociatorByEnergyScoreImpl = LCToSCAssociatorByEnergyScoreImpl;\n using BarrelLCToSCAssociatorByEnergyScoreImpl = LCToSCAssociatorByEnergyScoreImpl;\n+-- dummy change --\n+-- dummy change --"},{"sha":"06f20539e1da21171d02af6cf915eb490889a7d1","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSCAssociatorByEnergyScoreProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSCAssociatorByEnergyScoreProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSCAssociatorByEnergyScoreProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -76,3 +76,5 @@ void LCToSCAssociatorByEnergyScoreProducer::fillDescriptions(edm::Configura\n }\n cfg.addWithDefaultLabel(desc);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"425fb9878d51bcfaf5efa2427b5de8f45b651906","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreProducer.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSCAssociatorByEnergyScoreProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSCAssociatorByEnergyScoreProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSCAssociatorByEnergyScoreProducer.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -48,3 +48,5 @@ using BarrelLCToSCAssociatorByEnergyScoreProducer = LCToSCAssociatorByEnergyScor\n DEFINE_FWK_MODULE(BarrelLCToSCAssociatorByEnergyScoreProducer);\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"56dd4c78cb78e189154e0165cb90db2a737b378b","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreImpl.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSimTSAssociatorByEnergyScoreImpl.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSimTSAssociatorByEnergyScoreImpl.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSimTSAssociatorByEnergyScoreImpl.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -179,3 +179,5 @@ ticl::SimTracksterToRecoCollection LCToSimTSAssociatorByEnergyScoreImpl::associa\n } // end loop over simTracksters\n return returnValue;\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"4e72c8698c46de59f610b7b2dc047cd1ea3e9623","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreImpl.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSimTSAssociatorByEnergyScoreImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSimTSAssociatorByEnergyScoreImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSimTSAssociatorByEnergyScoreImpl.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -44,3 +44,5 @@ class LCToSimTSAssociatorByEnergyScoreImpl : public ticl::LayerClusterToSimTrack\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"3b9a4cef90f6fd047fb67fc4df12fd99811c516b","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSimTSAssociatorByEnergyScoreProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSimTSAssociatorByEnergyScoreProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSimTSAssociatorByEnergyScoreProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -57,3 +57,5 @@ void LCToSimTSAssociatorByEnergyScoreProducer::fillDescriptions(edm::Configurati\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(LCToSimTSAssociatorByEnergyScoreProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"19dfcd7ed05a7dcb6e0c95d9668e06beeb1b643c","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorEDProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSimTSAssociatorEDProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSimTSAssociatorEDProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSimTSAssociatorEDProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -117,3 +117,5 @@ void LCToSimTSAssociatorEDProducer::produce(edm::StreamID, edm::Event &iEvent, c\n \n // define this as a plug-in\n DEFINE_FWK_MODULE(LCToSimTSAssociatorEDProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"027c9c4241248cb88fc696558cc6fc8ad58b95cd","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreImpl.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FMultiClusterAssociatorByEnergyScoreImpl.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FMultiClusterAssociatorByEnergyScoreImpl.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FMultiClusterAssociatorByEnergyScoreImpl.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -534,3 +534,5 @@ hgcal::SimToRecoCollectionWithMultiClusters MultiClusterAssociatorByEnergyScoreI\n }\n return returnValue;\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"770fc9f77a5f97d19a8e9cbc2e3cb0154bd3cac8","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreImpl.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FMultiClusterAssociatorByEnergyScoreImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FMultiClusterAssociatorByEnergyScoreImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FMultiClusterAssociatorByEnergyScoreImpl.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -70,3 +70,5 @@ class MultiClusterAssociatorByEnergyScoreImpl : public hgcal::MultiClusterToCalo\n hgcal::association makeConnections(const edm::Handle &mCCH,\n const edm::Handle &cPCH) const;\n };\n+-- dummy change --\n+-- dummy change --"},{"sha":"24c22bfd88a6af7e051245d819f8c848422ddadf","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FMultiClusterAssociatorByEnergyScoreProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FMultiClusterAssociatorByEnergyScoreProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FMultiClusterAssociatorByEnergyScoreProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -88,3 +88,5 @@ void MultiClusterAssociatorByEnergyScoreProducer::fillDescriptions(edm::Configur\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(MultiClusterAssociatorByEnergyScoreProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"4a87cc011edff8caea8b0f4de5b997bd22360c70","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/SimClusterToCaloParticleAssociatorProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FSimClusterToCaloParticleAssociatorProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FSimClusterToCaloParticleAssociatorProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FSimClusterToCaloParticleAssociatorProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -57,3 +57,5 @@ void SimClusterToCaloParticleAssociatorProducer::fillDescriptions(edm::Configura\n \n // Define this as a plug-in\n DEFINE_FWK_MODULE(SimClusterToCaloParticleAssociatorProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"e8e06e8aa5d753c2b1ef3bc9a0cbc183b92241a8","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/SimClusterToCaloParticleAssociatorProducer.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FSimClusterToCaloParticleAssociatorProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FSimClusterToCaloParticleAssociatorProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FSimClusterToCaloParticleAssociatorProducer.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -29,3 +29,5 @@ class SimClusterToCaloParticleAssociatorProducer : public edm::global::EDProduce\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"8a45c6ec9154c9b63d1fd438a456b677a3b9805f","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreImpl.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSCAssociatorByEnergyScoreImpl.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSCAssociatorByEnergyScoreImpl.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSCAssociatorByEnergyScoreImpl.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -529,3 +529,5 @@ ticl::SimToRecoCollectionTracksters TSToSCAssociatorByEnergyScoreImpl::associate\n }\n return returnValue;\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"8423c0ff0b2418c4587f77bb713065dad45138f2","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreImpl.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSCAssociatorByEnergyScoreImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSCAssociatorByEnergyScoreImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSCAssociatorByEnergyScoreImpl.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -64,3 +64,5 @@ class TSToSCAssociatorByEnergyScoreImpl : public ticl::TracksterToSimClusterAsso\n const edm::Handle &lCCH,\n const edm::Handle &sCCH) const;\n };\n+-- dummy change --\n+-- dummy change --"},{"sha":"bcf767a53b8928e3daf6fb743777fcd2d04a94c0","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSCAssociatorByEnergyScoreProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSCAssociatorByEnergyScoreProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSCAssociatorByEnergyScoreProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -88,3 +88,5 @@ void TSToSCAssociatorByEnergyScoreProducer::fillDescriptions(edm::ConfigurationD\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(TSToSCAssociatorByEnergyScoreProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"7b4ca19fb5f8d069772a718654ad0e1a9d6ef5f4","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreImpl.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSAssociatorByEnergyScoreImpl.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSAssociatorByEnergyScoreImpl.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSAssociatorByEnergyScoreImpl.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -481,3 +481,5 @@ ticl::SimToRecoCollectionSimTracksters TSToSimTSAssociatorByEnergyScoreImpl::ass\n }\n return returnValue;\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"52b5300298b05210e746812ec8b013a613f9d6ca","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreImpl.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSAssociatorByEnergyScoreImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSAssociatorByEnergyScoreImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSAssociatorByEnergyScoreImpl.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -92,3 +92,5 @@ class TSToSimTSAssociatorByEnergyScoreImpl : public ticl::TracksterToSimTrackste\n const edm::Handle &lCCH,\n const edm::Handle &sTCH) const;\n };\n+-- dummy change --\n+-- dummy change --"},{"sha":"762641e777999f92a74849a4c0dab6a534017bc6","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSAssociatorByEnergyScoreProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSAssociatorByEnergyScoreProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSAssociatorByEnergyScoreProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -89,3 +89,5 @@ void TSToSimTSAssociatorByEnergyScoreProducer::fillDescriptions(edm::Configurati\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(TSToSimTSAssociatorByEnergyScoreProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"a4d7425a88d88646b47a5209c32d8dbcd121a611","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorEDProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSAssociatorEDProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSAssociatorEDProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSAssociatorEDProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -93,3 +93,5 @@ void TSToSimTSAssociatorEDProducer::produce(edm::StreamID, edm::Event &iEvent, c\n \n // define this as a plug-in\n DEFINE_FWK_MODULE(TSToSimTSAssociatorEDProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"f7d4524ca783752ddb2bd878cd72dcf0636e69c7","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreImpl.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSHitLCAssociatorByEnergyScoreImpl.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSHitLCAssociatorByEnergyScoreImpl.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSHitLCAssociatorByEnergyScoreImpl.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -266,3 +266,5 @@ ticl::SimToRecoCollectionSimTracksters TSToSimTSHitLCAssociatorByEnergyScoreImpl\n }\n return returnValue;\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"ba0d2e6911ee41eb1dd173a490f51f2c10b1ea24","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreImpl.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSHitLCAssociatorByEnergyScoreImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSHitLCAssociatorByEnergyScoreImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSHitLCAssociatorByEnergyScoreImpl.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -78,3 +78,5 @@ class TSToSimTSHitLCAssociatorByEnergyScoreImpl : public ticl::TracksterToSimTra\n unsigned layers_;\n edm::EDProductGetter const *productGetter_;\n };\n+-- dummy change --\n+-- dummy change --"},{"sha":"22a7aabe06eee3bbb17040bdb2a653daa15efa37","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSHitLCAssociatorByEnergyScoreProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSHitLCAssociatorByEnergyScoreProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSHitLCAssociatorByEnergyScoreProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -89,3 +89,5 @@ void TSToSimTSHitLCAssociatorByEnergyScoreProducer::fillDescriptions(edm::Config\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(TSToSimTSHitLCAssociatorByEnergyScoreProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"53424003dad24c3a5ac8dc1c48b626b963e5634b","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorEDProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSHitLCAssociatorEDProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSHitLCAssociatorEDProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSHitLCAssociatorEDProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -101,3 +101,5 @@ void TSToSimTSHitLCAssociatorEDProducer::produce(edm::StreamID,\n }\n \n DEFINE_FWK_MODULE(TSToSimTSHitLCAssociatorEDProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"8b905e0e543b09fff37e48d2710e6524fef6d156","filename":"SimCalorimetry/HGCalAssociatorProducers/python/HitToTracksterAssociation_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fpython%2FHitToTracksterAssociation_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fpython%2FHitToTracksterAssociation_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fpython%2FHitToTracksterAssociation_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -35,3 +35,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"f9c13554bc41cb229769b6c66cbf0e4799a4f5d8","filename":"SimCalorimetry/HGCalAssociatorProducers/python/SimClusterToCaloParticleAssociation_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fpython%2FSimClusterToCaloParticleAssociation_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fpython%2FSimClusterToCaloParticleAssociation_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fpython%2FSimClusterToCaloParticleAssociation_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n simClusters = \"mixData:MergedCaloTruth\",\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"ebbb7eba57023878531a2a18c014880bb66dceb2","filename":"SimCalorimetry/HGCalAssociatorProducers/python/TSToSimTSAssociationByHits_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fpython%2FTSToSimTSAssociationByHits_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalAssociatorProducers%2Fpython%2FTSToSimTSAssociationByHits_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fpython%2FTSToSimTSAssociationByHits_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -19,3 +19,5 @@\n premix_stage2.toModify(allTrackstersToSimTrackstersAssociationsByHits,\n caloParticles = \"mixData:MergedCaloTruth\",\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d85138531053f67950d41b05bf78dcaa010cee82","filename":"SimCalorimetry/HGCalSimProducers/data/doseParams_3000fb_fluka_HFNose_3.7.20.12_Eta2.4.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalSimProducers%2Fdata%2FdoseParams_3000fb_fluka_HFNose_3.7.20.12_Eta2.4.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHGCalSimProducers%2Fdata%2FdoseParams_3000fb_fluka_HFNose_3.7.20.12_Eta2.4.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalSimProducers%2Fdata%2FdoseParams_3000fb_fluka_HFNose_3.7.20.12_Eta2.4.txt?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n 6 6 0 0 0 0 0 0 16.21 0.002 -6.64e-04 7.58e-06 -3.55e-08 40\n 6 7 0 0 0 0 0 0 16.12 0.001 -9.32e-04 1.90e-05 -1.52e-07 40\n 6 8 0 0 0 0 0 0 15.84 -0.007 -2.62e-04 -3.18e-07 2.33e-08 40\n+-- dummy change --\n+-- dummy change --"},{"sha":"7caafbeed126c28e7258bf22d8d53420dca37fbf","filename":"SimCalorimetry/HcalZeroSuppressionProducers/doc/HcalZeroSuppressionProducers.doc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHcalZeroSuppressionProducers%2Fdoc%2FHcalZeroSuppressionProducers.doc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHcalZeroSuppressionProducers%2Fdoc%2FHcalZeroSuppressionProducers.doc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHcalZeroSuppressionProducers%2Fdoc%2FHcalZeroSuppressionProducers.doc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -47,3 +47,5 @@ Last updated:\n @DATE@ Author: computer-generated.\n */\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"5c6d1fe17e2b790ef2b9a166d39bbe6fac9bc879","filename":"SimCalorimetry/HcalZeroSuppressionProducers/interface/HcalZeroSuppressionAlgo.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHcalZeroSuppressionProducers%2Finterface%2FHcalZeroSuppressionAlgo.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHcalZeroSuppressionProducers%2Finterface%2FHcalZeroSuppressionAlgo.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHcalZeroSuppressionProducers%2Finterface%2FHcalZeroSuppressionAlgo.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -38,3 +38,5 @@ class HcalZeroSuppressionAlgo {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"52b966378f7e919eed9942aa9849f42ef5a5e4a6","filename":"SimCalorimetry/HcalZeroSuppressionProducers/python/NoHcalZeroSuppression_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHcalZeroSuppressionProducers%2Fpython%2FNoHcalZeroSuppression_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHcalZeroSuppressionProducers%2Fpython%2FNoHcalZeroSuppression_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHcalZeroSuppressionProducers%2Fpython%2FNoHcalZeroSuppression_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -18,3 +18,5 @@ def customise(process):\n process.simHcalDigis.useConfigZSvalues = 1\n \n return(process)\n+-- dummy change --\n+-- dummy change --"},{"sha":"f99a80a427c2d4915a0aff6d14b15b0449cdc47b","filename":"SimCalorimetry/HcalZeroSuppressionProducers/python/hcalDigisNoSuppression_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHcalZeroSuppressionProducers%2Fpython%2FhcalDigisNoSuppression_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimCalorimetry%2FHcalZeroSuppressionProducers%2Fpython%2FhcalDigisNoSuppression_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHcalZeroSuppressionProducers%2Fpython%2FhcalDigisNoSuppression_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -17,3 +17,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"451344986cd8bb314ac8959dc5867f794754704e","filename":"SimDataFormats/Associations/interface/LayerClusterToCaloParticleAssociatorBaseImpl.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Finterface%2FLayerClusterToCaloParticleAssociatorBaseImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Finterface%2FLayerClusterToCaloParticleAssociatorBaseImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Finterface%2FLayerClusterToCaloParticleAssociatorBaseImpl.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -43,3 +43,5 @@ namespace ticl {\n } // namespace ticl\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"eabc202d9dded6f104fd2d8f4826f0a89f8bc795","filename":"SimDataFormats/Associations/interface/LayerClusterToSimClusterAssociatorBaseImpl.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Finterface%2FLayerClusterToSimClusterAssociatorBaseImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Finterface%2FLayerClusterToSimClusterAssociatorBaseImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Finterface%2FLayerClusterToSimClusterAssociatorBaseImpl.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -42,3 +42,5 @@ namespace ticl {\n } // namespace ticl\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"84088fe641277c2b88895ff7f2adb1158cb953f2","filename":"SimDataFormats/Associations/interface/LayerClusterToSimTracksterAssociatorBaseImpl.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Finterface%2FLayerClusterToSimTracksterAssociatorBaseImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Finterface%2FLayerClusterToSimTracksterAssociatorBaseImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Finterface%2FLayerClusterToSimTracksterAssociatorBaseImpl.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -57,3 +57,5 @@ namespace ticl {\n } // namespace ticl\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"e13000b1e304cb745c4bea885778a14fc83ef534","filename":"SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociationMap.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Finterface%2FMtdRecoClusterToSimLayerClusterAssociationMap.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Finterface%2FMtdRecoClusterToSimLayerClusterAssociationMap.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Finterface%2FMtdRecoClusterToSimLayerClusterAssociationMap.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -55,3 +55,5 @@ class MtdRecoClusterToSimLayerClusterAssociationMap {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"0f4622b8b44bf7a5c6722d4385eec55216573742","filename":"SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociator.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Finterface%2FMtdRecoClusterToSimLayerClusterAssociator.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Finterface%2FMtdRecoClusterToSimLayerClusterAssociator.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Finterface%2FMtdRecoClusterToSimLayerClusterAssociator.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -47,3 +47,5 @@ namespace reco {\n } // namespace reco\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"7f49ef97336f7bfca414496f8ef26e84d67cd635","filename":"SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociatorBaseImpl.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Finterface%2FMtdRecoClusterToSimLayerClusterAssociatorBaseImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Finterface%2FMtdRecoClusterToSimLayerClusterAssociatorBaseImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Finterface%2FMtdRecoClusterToSimLayerClusterAssociatorBaseImpl.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -35,3 +35,5 @@ namespace reco {\n } // namespace reco\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"f3c56a598cca4bf95b9e99dd46ad3dc86421eeb3","filename":"SimDataFormats/Associations/interface/MtdSimLayerClusterToRecoClusterAssociationMap.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Finterface%2FMtdSimLayerClusterToRecoClusterAssociationMap.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Finterface%2FMtdSimLayerClusterToRecoClusterAssociationMap.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Finterface%2FMtdSimLayerClusterToRecoClusterAssociationMap.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -68,3 +68,5 @@ class MtdSimLayerClusterToRecoClusterAssociationMap {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"2bb905ac349b46cdcf1b4f544bde7587ce1347d9","filename":"SimDataFormats/Associations/interface/MtdSimLayerClusterToTPAssociatorBaseImpl.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Finterface%2FMtdSimLayerClusterToTPAssociatorBaseImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Finterface%2FMtdSimLayerClusterToTPAssociatorBaseImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Finterface%2FMtdSimLayerClusterToTPAssociatorBaseImpl.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -46,3 +46,5 @@ namespace reco {\n } // namespace reco\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"b3be61ef2700c9b95cd0cce548e76dd7b0c687a1","filename":"SimDataFormats/Associations/interface/MultiClusterToCaloParticleAssociatorBaseImpl.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Finterface%2FMultiClusterToCaloParticleAssociatorBaseImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Finterface%2FMultiClusterToCaloParticleAssociatorBaseImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Finterface%2FMultiClusterToCaloParticleAssociatorBaseImpl.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -45,3 +45,5 @@ namespace hgcal {\n } // namespace hgcal\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"e364fed9edf2096d760dd7ffbaf6ec1479ee07ca","filename":"SimDataFormats/Associations/interface/MuonToTrackingParticleAssociatorBaseImpl.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Finterface%2FMuonToTrackingParticleAssociatorBaseImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Finterface%2FMuonToTrackingParticleAssociatorBaseImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Finterface%2FMuonToTrackingParticleAssociatorBaseImpl.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -29,3 +29,5 @@ namespace reco {\n } // namespace reco\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"1b9f794ae8bdff328674012fa81a88f2b0eafab7","filename":"SimDataFormats/Associations/interface/TrackToTrackingParticleAssociatorBaseImpl.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Finterface%2FTrackToTrackingParticleAssociatorBaseImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Finterface%2FTrackToTrackingParticleAssociatorBaseImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Finterface%2FTrackToTrackingParticleAssociatorBaseImpl.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -57,3 +57,5 @@ namespace reco {\n } // namespace reco\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"7cdbd437c6218f83490ab759e8a0f4f3d6ff67f7","filename":"SimDataFormats/Associations/interface/TracksterToSimClusterAssociatorBaseImpl.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Finterface%2FTracksterToSimClusterAssociatorBaseImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Finterface%2FTracksterToSimClusterAssociatorBaseImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Finterface%2FTracksterToSimClusterAssociatorBaseImpl.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -45,3 +45,5 @@ namespace ticl {\n } // namespace ticl\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"4deaaa0f1426f6c55a5981419f284dbe11634492","filename":"SimDataFormats/Associations/interface/TracksterToSimTracksterAssociatorBaseImpl.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Finterface%2FTracksterToSimTracksterAssociatorBaseImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Finterface%2FTracksterToSimTracksterAssociatorBaseImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Finterface%2FTracksterToSimTracksterAssociatorBaseImpl.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -48,3 +48,5 @@ namespace ticl {\n } // namespace ticl\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"971c41a2a09b0200b48ae597b1597916454a834b","filename":"SimDataFormats/Associations/interface/TracksterToSimTracksterHitLCAssociatorBaseImpl.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Finterface%2FTracksterToSimTracksterHitLCAssociatorBaseImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Finterface%2FTracksterToSimTracksterHitLCAssociatorBaseImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Finterface%2FTracksterToSimTracksterHitLCAssociatorBaseImpl.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -56,3 +56,5 @@ namespace ticl {\n } // namespace ticl\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"b1a0be4f7dddbbfe37cf948046cc5b3a17161667","filename":"SimDataFormats/Associations/interface/VertexToTrackingVertexAssociatorBaseImpl.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Finterface%2FVertexToTrackingVertexAssociatorBaseImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Finterface%2FVertexToTrackingVertexAssociatorBaseImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Finterface%2FVertexToTrackingVertexAssociatorBaseImpl.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -25,3 +25,5 @@ namespace reco {\n } // namespace reco\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"dc031e42d5dcec164ca8fd878dd4f24e67027801","filename":"SimDataFormats/Associations/src/LayerClusterToCaloParticleAssociatorBaseImpl.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Fsrc%2FLayerClusterToCaloParticleAssociatorBaseImpl.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Fsrc%2FLayerClusterToCaloParticleAssociatorBaseImpl.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Fsrc%2FLayerClusterToCaloParticleAssociatorBaseImpl.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -17,3 +17,5 @@ namespace ticl {\n }\n \n } // namespace ticl\n+-- dummy change --\n+-- dummy change --"},{"sha":"e3574860b06c29c7f5d175b51c7f66fb20440cd5","filename":"SimDataFormats/Associations/src/LayerClusterToSimTracksterAssociatorBaseImpl.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Fsrc%2FLayerClusterToSimTracksterAssociatorBaseImpl.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Fsrc%2FLayerClusterToSimTracksterAssociatorBaseImpl.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Fsrc%2FLayerClusterToSimTracksterAssociatorBaseImpl.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -27,3 +27,5 @@ namespace ticl {\n }\n \n } // namespace ticl\n+-- dummy change --\n+-- dummy change --"},{"sha":"8c06e5780fb23c4d0384cb9dc24390d568490e50","filename":"SimDataFormats/Associations/src/MtdRecoClusterToSimLayerClusterAssociationMap.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Fsrc%2FMtdRecoClusterToSimLayerClusterAssociationMap.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Fsrc%2FMtdRecoClusterToSimLayerClusterAssociationMap.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Fsrc%2FMtdRecoClusterToSimLayerClusterAssociationMap.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n MtdRecoClusterToSimLayerClusterAssociationMap::MtdRecoClusterToSimLayerClusterAssociationMap() {}\n \n MtdRecoClusterToSimLayerClusterAssociationMap::~MtdRecoClusterToSimLayerClusterAssociationMap() {}\n+-- dummy change --\n+-- dummy change --"},{"sha":"995857c824fbcb08aa982200fc2eb14bd627d6a5","filename":"SimDataFormats/Associations/src/MtdRecoClusterToSimLayerClusterAssociatorBaseImpl.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Fsrc%2FMtdRecoClusterToSimLayerClusterAssociatorBaseImpl.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Fsrc%2FMtdRecoClusterToSimLayerClusterAssociatorBaseImpl.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Fsrc%2FMtdRecoClusterToSimLayerClusterAssociatorBaseImpl.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -19,3 +19,5 @@ namespace reco {\n }\n \n } // namespace reco\n+-- dummy change --\n+-- dummy change --"},{"sha":"8ddad704391aabea986c77d5f946558d9a043622","filename":"SimDataFormats/Associations/src/MtdSimLayerClusterToRecoClusterAssociationMap.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Fsrc%2FMtdSimLayerClusterToRecoClusterAssociationMap.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Fsrc%2FMtdSimLayerClusterToRecoClusterAssociationMap.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Fsrc%2FMtdSimLayerClusterToRecoClusterAssociationMap.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n MtdSimLayerClusterToRecoClusterAssociationMap::MtdSimLayerClusterToRecoClusterAssociationMap() {}\n \n MtdSimLayerClusterToRecoClusterAssociationMap::~MtdSimLayerClusterToRecoClusterAssociationMap() {}\n+-- dummy change --\n+-- dummy change --"},{"sha":"318b0567722b5e5efd334ca278d5da5a770a0672","filename":"SimDataFormats/Associations/src/MultiClusterToCaloParticleAssociatorBaseImpl.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Fsrc%2FMultiClusterToCaloParticleAssociatorBaseImpl.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Fsrc%2FMultiClusterToCaloParticleAssociatorBaseImpl.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Fsrc%2FMultiClusterToCaloParticleAssociatorBaseImpl.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -19,3 +19,5 @@ namespace hgcal {\n }\n \n } // namespace hgcal\n+-- dummy change --\n+-- dummy change --"},{"sha":"cc220e51dd93b0b52a6eb336523fecda266d5d1c","filename":"SimDataFormats/Associations/src/TracksterToSimTracksterHitLCAssociatorBaseImpl.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Fsrc%2FTracksterToSimTracksterHitLCAssociatorBaseImpl.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimDataFormats%2FAssociations%2Fsrc%2FTracksterToSimTracksterHitLCAssociatorBaseImpl.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Fsrc%2FTracksterToSimTracksterHitLCAssociatorBaseImpl.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@ namespace ticl {\n }\n \n } // namespace ticl\n+-- dummy change --\n+-- dummy change --"},{"sha":"b2a36a98ca392b5968297e868b9befd23be5a805","filename":"SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -245,3 +245,5 @@ reco::SimToRecoCollectionMtd MtdRecoClusterToSimLayerClusterAssociatorByHitsImpl\n outputCollection.post_insert();\n return outputCollection;\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"7b20e05aafc8dc241e375fcc81d2bfca4b9eaa30","filename":"SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@ class MtdRecoClusterToSimLayerClusterAssociatorByHitsImpl\n const double timeCut_;\n mtd::MTDGeomUtil geomTools_;\n };\n+-- dummy change --\n+-- dummy change --"},{"sha":"dec014569b776ae498393f99b85ee2702c03c22d","filename":"SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdRecoClusterToSimLayerClusterAssociatorByHitsProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdRecoClusterToSimLayerClusterAssociatorByHitsProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdRecoClusterToSimLayerClusterAssociatorByHitsProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -79,3 +79,5 @@ void MtdRecoClusterToSimLayerClusterAssociatorByHitsProducer::fillDescriptions(e\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(MtdRecoClusterToSimLayerClusterAssociatorByHitsProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"63145081c86dbaa77a42b69e6d1a2bc312096c7e","filename":"SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorEDProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdRecoClusterToSimLayerClusterAssociatorEDProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdRecoClusterToSimLayerClusterAssociatorEDProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdRecoClusterToSimLayerClusterAssociatorEDProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -97,3 +97,5 @@ void MtdRecoClusterToSimLayerClusterAssociatorEDProducer::fillDescriptions(edm::\n \n // define this as a plug-in\n DEFINE_FWK_MODULE(MtdRecoClusterToSimLayerClusterAssociatorEDProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"aff17394ea5585fbd8bae1c4ff11c510576fad86","filename":"SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdImpl.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdSimLayerClusterToTPAssociatorByTrackIdImpl.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdSimLayerClusterToTPAssociatorByTrackIdImpl.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdSimLayerClusterToTPAssociatorByTrackIdImpl.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -127,3 +127,5 @@ reco::TPToSimCollectionMtd MtdSimLayerClusterToTPAssociatorByTrackIdImpl::associ\n \n return outputCollection;\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"a8d2bfe2db475c11240614a8e959ebeb495f4743","filename":"SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdImpl.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdSimLayerClusterToTPAssociatorByTrackIdImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdSimLayerClusterToTPAssociatorByTrackIdImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdSimLayerClusterToTPAssociatorByTrackIdImpl.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -22,3 +22,5 @@ class MtdSimLayerClusterToTPAssociatorByTrackIdImpl : public reco::MtdSimLayerCl\n private:\n edm::EDProductGetter const *productGetter_;\n };\n+-- dummy change --\n+-- dummy change --"},{"sha":"f66039bc30a8e16f81afc3ca892c78152a6e9b3b","filename":"SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdSimLayerClusterToTPAssociatorByTrackIdProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdSimLayerClusterToTPAssociatorByTrackIdProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdSimLayerClusterToTPAssociatorByTrackIdProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -54,3 +54,5 @@ void MtdSimLayerClusterToTPAssociatorByTrackIdProducer::fillDescriptions(edm::Co\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(MtdSimLayerClusterToTPAssociatorByTrackIdProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"e8032660245a1927dadc97185b3ad3202bec3d61","filename":"SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorEDProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdSimLayerClusterToTPAssociatorEDProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdSimLayerClusterToTPAssociatorEDProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdSimLayerClusterToTPAssociatorEDProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -89,3 +89,5 @@ void MtdSimLayerClusterToTPAssociatorEDProducer::fillDescriptions(edm::Configura\n \n // define this as a plug-in\n DEFINE_FWK_MODULE(MtdSimLayerClusterToTPAssociatorEDProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"402ae1e803582532110c03585637ff49e7256a82","filename":"SimFastTiming/MtdAssociatorProducers/python/mtdRecoClusterToSimLayerClusterAssociation_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimFastTiming%2FMtdAssociatorProducers%2Fpython%2FmtdRecoClusterToSimLayerClusterAssociation_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimFastTiming%2FMtdAssociatorProducers%2Fpython%2FmtdRecoClusterToSimLayerClusterAssociation_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimFastTiming%2FMtdAssociatorProducers%2Fpython%2FmtdRecoClusterToSimLayerClusterAssociation_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@\n \n from Configuration.ProcessModifiers.premix_stage2_cff import premix_stage2\n premix_stage2.toModify(mtdRecoClusterToSimLayerClusterAssociation, mtdSimClustersTag = \"mixData:MergedMtdTruthLC\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"5dee108a2ab2a3bc7dc2841e98205a44bba086d0","filename":"SimFastTiming/MtdAssociatorProducers/python/mtdSimLayerClusterToTPAssociation_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimFastTiming%2FMtdAssociatorProducers%2Fpython%2FmtdSimLayerClusterToTPAssociation_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimFastTiming%2FMtdAssociatorProducers%2Fpython%2FmtdSimLayerClusterToTPAssociation_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimFastTiming%2FMtdAssociatorProducers%2Fpython%2FmtdSimLayerClusterToTPAssociation_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n from Configuration.ProcessModifiers.premix_stage2_cff import premix_stage2\n premix_stage2.toModify(mtdSimLayerClusterToTPAssociation, mtdSimClustersTag = \"mixData:MergedMtdTruthLC\")\n premix_stage2.toModify(mtdSimLayerClusterToTPAssociation, trackingParticlesTag = \"mixData:MergedTrackTruth\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"5e6271dc1774f43ff99e1177ddc6a5c2020a8d13","filename":"SimGeneral/Configuration/python/RunsAndWeights_Run2018_Equal_Lumi_Integer_Weights.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FConfiguration%2Fpython%2FRunsAndWeights_Run2018_Equal_Lumi_Integer_Weights.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FConfiguration%2Fpython%2FRunsAndWeights_Run2018_Equal_Lumi_Integer_Weights.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FConfiguration%2Fpython%2FRunsAndWeights_Run2018_Equal_Lumi_Integer_Weights.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1,3 +1,5 @@\n # Scenario of Run Dependent MC 2018 with 9 equally weighted iovs\n \n runProbabilityDistribution=[315257, 316082, 316720, 317527, 320917, 321414, 321973, 322492, 324245]\n+-- dummy change --\n+-- dummy change --"},{"sha":"81247f1b17a8a90066d016ea310849bbfadb26b2","filename":"SimGeneral/DataMixingModule/python/supplementary/DigiRecoExampleMC_STARTUP_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FDataMixingModule%2Fpython%2Fsupplementary%2FDigiRecoExampleMC_STARTUP_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FDataMixingModule%2Fpython%2Fsupplementary%2FDigiRecoExampleMC_STARTUP_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FDataMixingModule%2Fpython%2Fsupplementary%2FDigiRecoExampleMC_STARTUP_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -85,3 +85,5 @@\n \n # Schedule definition\n #process.schedule = cms.Schedule(process.p1,process.RECO)\n+-- dummy change --\n+-- dummy change --"},{"sha":"0033b773870e4cfb80ca9f076506a36f37b569e9","filename":"SimGeneral/DataMixingModule/python/supplementary/ReconstructionLocalCosmics_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FDataMixingModule%2Fpython%2Fsupplementary%2FReconstructionLocalCosmics_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FDataMixingModule%2Fpython%2Fsupplementary%2FReconstructionLocalCosmics_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FDataMixingModule%2Fpython%2Fsupplementary%2FReconstructionLocalCosmics_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -33,3 +33,5 @@\n \n \n reconstructionCosmics = cms.Sequence(localReconstructionCosmics)\n+-- dummy change --\n+-- dummy change --"},{"sha":"72d02f4c8f890b2c1ff488ac8a850979d6935c94","filename":"SimGeneral/DataMixingModule/python/supplementary/recoT0DQM_EvContent_40T_digiOnly_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FDataMixingModule%2Fpython%2Fsupplementary%2FrecoT0DQM_EvContent_40T_digiOnly_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FDataMixingModule%2Fpython%2Fsupplementary%2FrecoT0DQM_EvContent_40T_digiOnly_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FDataMixingModule%2Fpython%2Fsupplementary%2FrecoT0DQM_EvContent_40T_digiOnly_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -101,3 +101,5 @@\n process.allPath = cms.Path( process.RawToDigi_woGCT )\n \n process.outpath = cms.EndPath(process.FEVT)\n+-- dummy change --\n+-- dummy change --"},{"sha":"e8d767de0378624a9e4d3c6e4780cab02a7f56f6","filename":"SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_11h_8h_hybrid2p40_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2FRun3_2023_LHC_Simulation_11h_8h_hybrid2p40_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2FRun3_2023_LHC_Simulation_11h_8h_hybrid2p40_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2FRun3_2023_LHC_Simulation_11h_8h_hybrid2p40_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -52,3 +52,5 @@\n \t0.004322848059175865, 0.003535598604846249, 0.0028715281742859853, 0.0023165902139235545, 0.0018569290866144964,\n \t0.0014793413608179037, 0.0011715926297290258, 0.000922608985038087, 0.0007225657460982642, 0.000562896732554238,\n \t0.0004362460082522062 )\n+-- dummy change --\n+-- dummy change --"},{"sha":"ef255948cce4d923bd91f3f8ef5b9da8aa68b271","filename":"SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_12p5h_9h_hybrid2p23_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2FRun3_2023_LHC_Simulation_12p5h_9h_hybrid2p23_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2FRun3_2023_LHC_Simulation_12p5h_9h_hybrid2p23_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2FRun3_2023_LHC_Simulation_12p5h_9h_hybrid2p23_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -52,3 +52,5 @@\n \t0.001317394620618747, 0.0010437568832815229, 0.0008231711610503282, 0.0006463045706591073, 0.0005052068974853441,\n \t0.0003931848671938052, 0.00030465950668724277, 0.00023502024949971086, 0.00018048485172410123, 0.00013797053104661156,\n \t0.00010497902395277662 )\n+-- dummy change --\n+-- dummy change --"},{"sha":"7ffe026657daaf202eab70bc3b1566c5cf3e2f11","filename":"SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_14h_10h_hybrid2p05_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2FRun3_2023_LHC_Simulation_14h_10h_hybrid2p05_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2FRun3_2023_LHC_Simulation_14h_10h_hybrid2p05_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2FRun3_2023_LHC_Simulation_14h_10h_hybrid2p05_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -52,3 +52,5 @@\n \t0.00032353816937015874, 0.0002510983675781964, 0.00019401398194100923, 0.0001492218329758968, 0.00011423093009941775,\n \t0.00008702267546001525, 0.00006596721140612243, 0.00004975364011358022, 0.00003733198725641398, 0.000027865029905267033,\n \t0.0000206883825376351 )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0df08c91de42b15b126d5f5ff2d44ddf99c4a460","filename":"SimGeneral/MixingModule/python/Run3_2025_LHC_Simulation_fill12p5h_levelling9h_nb2340_xSec80mb_il2p23_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2FRun3_2025_LHC_Simulation_fill12p5h_levelling9h_nb2340_xSec80mb_il2p23_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2FRun3_2025_LHC_Simulation_fill12p5h_levelling9h_nb2340_xSec80mb_il2p23_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2FRun3_2025_LHC_Simulation_fill12p5h_levelling9h_nb2340_xSec80mb_il2p23_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -53,3 +53,5 @@\n \t0.0009768600068832721, 0.0007776546470029057, 0.0006165324821007001, 0.0004868155154920938, 0.000382843527372107, \n \t0.0002998628250636046 )\n \t\n+-- dummy change --\n+-- dummy change --"},{"sha":"c813b9ac838067b307291437280475e545903c74","filename":"SimGeneral/MixingModule/python/mix_2012_Summer_50ns_PoissonOOTPU_ExtWind_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2Fmix_2012_Summer_50ns_PoissonOOTPU_ExtWind_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2Fmix_2012_Summer_50ns_PoissonOOTPU_ExtWind_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2Fmix_2012_Summer_50ns_PoissonOOTPU_ExtWind_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -100,3 +100,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"06d7bd0761193109a6e9544866ed62e9ce6e37e9","filename":"SimGeneral/MixingModule/python/mix_2012_lumiLevel_15_20_50ns_PoissonOOTPU_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2Fmix_2012_lumiLevel_15_20_50ns_PoissonOOTPU_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2Fmix_2012_lumiLevel_15_20_50ns_PoissonOOTPU_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2Fmix_2012_lumiLevel_15_20_50ns_PoissonOOTPU_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -66,3 +66,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"7f5f142dfa3842ed164815067a51ca6f7f5f43ef","filename":"SimGeneral/MixingModule/python/mix_2015_25nsLowPU_matchData_PoissonOOTPU_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2Fmix_2015_25nsLowPU_matchData_PoissonOOTPU_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2Fmix_2015_25nsLowPU_matchData_PoissonOOTPU_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2Fmix_2015_25nsLowPU_matchData_PoissonOOTPU_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -18,3 +18,5 @@\n 2.10695271218541E-07,\n 2.10695271218541E-07,\n 2.10695271218541E-07)\n+-- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e?per_page=100&page=30 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:24:21 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"9a5091e0e9d5ca1fc03173a2ee6e6c52c224e3f95d7e6a212ef7426cb5ae37e2"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:04:54 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4941'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '59'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C81A:E666D:177A35:17F065:68122485')] +{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","node_id":"C_kwDOF83__NoAKGMyMzA5OWM3Mzc3MTIzYjZkZTdmYWZhN2E0ODZiMjBiMThkNTRmN2U","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"message":"Try generating big cache","tree":{"sha":"f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684"}],"stats":{"total":6008,"additions":5944,"deletions":64},"files":[{"sha":"d01e89e130be177c07d97c266fc48b73a01c0760","filename":"SimGeneral/MixingModule/python/mix_2015_25ns_FallMC_matchData_PoissonOOTPU_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2Fmix_2015_25ns_FallMC_matchData_PoissonOOTPU_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2Fmix_2015_25ns_FallMC_matchData_PoissonOOTPU_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2Fmix_2015_25ns_FallMC_matchData_PoissonOOTPU_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -90,3 +90,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"e94246b1780e6c2e43b555bd221afddfb216c85b","filename":"SimGeneral/MixingModule/python/mix_2016_25ns_SpringMC_PUScenarioV1_PoissonOOTPU_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2Fmix_2016_25ns_SpringMC_PUScenarioV1_PoissonOOTPU_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2Fmix_2016_25ns_SpringMC_PUScenarioV1_PoissonOOTPU_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2Fmix_2016_25ns_SpringMC_PUScenarioV1_PoissonOOTPU_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -90,3 +90,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"4a3d997ac7c1c6290c5825d6eebc9f872106bd10","filename":"SimGeneral/MixingModule/python/mix_2016_PoissonOOTPU_HighPUTrains_Fill5412_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2Fmix_2016_PoissonOOTPU_HighPUTrains_Fill5412_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2Fmix_2016_PoissonOOTPU_HighPUTrains_Fill5412_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2Fmix_2016_PoissonOOTPU_HighPUTrains_Fill5412_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -140,3 +140,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"ae4bd96feef336eea4a5972d7e61621208d02d5a","filename":"SimGeneral/MixingModule/python/mix_2017_25ns_WinterMC_PUScenarioV1_PoissonOOTPU_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2Fmix_2017_25ns_WinterMC_PUScenarioV1_PoissonOOTPU_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2Fmix_2017_25ns_WinterMC_PUScenarioV1_PoissonOOTPU_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2Fmix_2017_25ns_WinterMC_PUScenarioV1_PoissonOOTPU_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -110,3 +110,5 @@\n 2.81008884326e-08,\n 1.70121486128e-08,\n 1.02159894812e-08)\n+-- dummy change --\n+-- dummy change --"},{"sha":"ac9e48d03e3237ff4feac90dccce087fc9eebe16","filename":"SimGeneral/MixingModule/python/mix_2018_25ns_JuneProjectionFull18_PoissonOOTPU_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2Fmix_2018_25ns_JuneProjectionFull18_PoissonOOTPU_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2Fmix_2018_25ns_JuneProjectionFull18_PoissonOOTPU_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2Fmix_2018_25ns_JuneProjectionFull18_PoissonOOTPU_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n 1.312835e-07, 1.081326e-07, 9.141993e-08, 7.890983e-08, 6.91468e-08,\n 6.119019e-08, 5.443693e-08, 4.85036e-08, 4.31486e-08, 3.822112e-08\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"951c640798ba660ca678300bb2a00a43239dce60","filename":"SimGeneral/MixingModule/python/mix_2018_25ns_ProjectedPileup_PoissonOOTPU_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2Fmix_2018_25ns_ProjectedPileup_PoissonOOTPU_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2Fmix_2018_25ns_ProjectedPileup_PoissonOOTPU_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2Fmix_2018_25ns_ProjectedPileup_PoissonOOTPU_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n 0.0, 0.0, 0.0, 0.0, 0.0,\n 0.0, 0.0, 0.0, 0.0, 0.0,\n 0.0, 0.0, 0.0, 0.0)\n+-- dummy change --\n+-- dummy change --"},{"sha":"ea53747a0b3dd09ff3017e7ab6458f2c1233b6d4","filename":"SimGeneral/MixingModule/python/mix_2022_25ns_RunIII2022Summer24_PoissonOOTPU_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2Fmix_2022_25ns_RunIII2022Summer24_PoissonOOTPU_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2Fmix_2022_25ns_RunIII2022Summer24_PoissonOOTPU_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2Fmix_2022_25ns_RunIII2022Summer24_PoissonOOTPU_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -34,3 +34,5 @@\n 0.0, 0.0, 0.0, 0.0, 0.0,\n 0.0, 0.0, 0.0, 0.0, 0.0\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"e4904a41085a99df6f00a2ce3403b1ec5d7a3347","filename":"SimGeneral/MixingModule/python/mix_2023_25ns_RunIII2023Summer24_PoissonOOTPU_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2Fmix_2023_25ns_RunIII2023Summer24_PoissonOOTPU_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2Fmix_2023_25ns_RunIII2023Summer24_PoissonOOTPU_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2Fmix_2023_25ns_RunIII2023Summer24_PoissonOOTPU_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -34,3 +34,5 @@\n 0.0, 0.0, 0.0, 0.0, 0.0,\n 0.0, 0.0, 0.0, 0.0, 0.0\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"a435dd47527ccb8ca30a838f95e2ebd79ea565ae","filename":"SimGeneral/MixingModule/python/mix_2023_Fills_8807_8901_ProjectedPileup_PoissonOOTPU_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2Fmix_2023_Fills_8807_8901_ProjectedPileup_PoissonOOTPU_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2Fmix_2023_Fills_8807_8901_ProjectedPileup_PoissonOOTPU_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2Fmix_2023_Fills_8807_8901_ProjectedPileup_PoissonOOTPU_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -36,3 +36,5 @@\n 0.0, 0.0, 0.0, 0.0, 0.0\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"c0452dd2907f6ce22c018cf68607db0a4e91a762","filename":"SimGeneral/MixingModule/python/mix_2024_25ns_RunIII2024Summer24_PoissonOOTPU_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2Fmix_2024_25ns_RunIII2024Summer24_PoissonOOTPU_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2Fmix_2024_25ns_RunIII2024Summer24_PoissonOOTPU_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2Fmix_2024_25ns_RunIII2024Summer24_PoissonOOTPU_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -34,3 +34,5 @@\n 0.0, 0.0, 0.0, 0.0, 0.0,\n 0.0, 0.0, 0.0, 0.0, 0.0\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"219bc3a3b93658eb0b61cbb58ad0eace462f62ad","filename":"SimGeneral/MixingModule/python/mix_E7TeV_Fall2011_Reprocess_50ns_PoissonOOTPU_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2Fmix_E7TeV_Fall2011_Reprocess_50ns_PoissonOOTPU_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2Fmix_E7TeV_Fall2011_Reprocess_50ns_PoissonOOTPU_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2Fmix_E7TeV_Fall2011_Reprocess_50ns_PoissonOOTPU_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -91,3 +91,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"9af0135e292b7aa6a0a1e44636e77d41521afc6a","filename":"SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_25ns_PoissonOOT_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2Fmix_E7TeV_FlatDist10_2011EarlyData_25ns_PoissonOOT_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2Fmix_E7TeV_FlatDist10_2011EarlyData_25ns_PoissonOOT_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2Fmix_E7TeV_FlatDist10_2011EarlyData_25ns_PoissonOOT_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -40,3 +40,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"8bb6c93f766ae33dae5a421db6859801d2519b47","filename":"SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_50ns_PoissonOOT.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2Fmix_E7TeV_FlatDist10_2011EarlyData_50ns_PoissonOOT.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2Fmix_E7TeV_FlatDist10_2011EarlyData_50ns_PoissonOOT.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2Fmix_E7TeV_FlatDist10_2011EarlyData_50ns_PoissonOOT.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -40,3 +40,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b3c6ec6e434540840d3942f5555d4b6cc2b263ac","filename":"SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_inTimeOnly_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2Fmix_E7TeV_FlatDist10_2011EarlyData_inTimeOnly_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FMixingModule%2Fpython%2Fmix_E7TeV_FlatDist10_2011EarlyData_inTimeOnly_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2Fmix_E7TeV_FlatDist10_2011EarlyData_inTimeOnly_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -33,3 +33,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"75258430969961db249de87fe0acca4a4284ac24","filename":"SimGeneral/TrackingAnalysis/python/trackingParticleNumberOfLayersProducer_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FTrackingAnalysis%2Fpython%2FtrackingParticleNumberOfLayersProducer_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimGeneral%2FTrackingAnalysis%2Fpython%2FtrackingParticleNumberOfLayersProducer_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FTrackingAnalysis%2Fpython%2FtrackingParticleNumberOfLayersProducer_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n \n from Configuration.ProcessModifiers.premix_stage2_cff import premix_stage2\n premix_stage2.toModify(trackingParticleNumberOfLayersProducer, trackingParticles = \"mixData:MergedTrackTruth\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"e46425d13a54d315253f63a9b7a02d7e84f8d9a3","filename":"SimTracker/TrackAssociation/python/trackingParticleRecoTrackAsssociation_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackAssociation%2Fpython%2FtrackingParticleRecoTrackAsssociation_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackAssociation%2Fpython%2FtrackingParticleRecoTrackAsssociation_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackAssociation%2Fpython%2FtrackingParticleRecoTrackAsssociation_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -15,3 +15,5 @@\n assocOutInConversionTracks.label_tr = 'ckfOutInTracksFromConversions'\n assocInOutConversionTracks.label_tr = 'ckfInOutTracksFromConversions'\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b72c6e1e1c7841f63bb3e940bc52d29dabf3703e","filename":"SimTracker/TrackAssociation/python/trackingParticleRecoTrackAsssociation_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackAssociation%2Fpython%2FtrackingParticleRecoTrackAsssociation_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackAssociation%2Fpython%2FtrackingParticleRecoTrackAsssociation_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackAssociation%2Fpython%2FtrackingParticleRecoTrackAsssociation_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n from Configuration.ProcessModifiers.premix_stage2_cff import premix_stage2\n premix_stage2.toModify(trackingParticleRecoTrackAsssociation, label_tp = \"mixData:MergedTrackTruth\")\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"963aa8b2e3b353cb02f8edfd01e93d597fe6fa03","filename":"SimTracker/TrackAssociatorProducers/plugins/QuickTrackAssociatorByHitsProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackAssociatorProducers%2Fplugins%2FQuickTrackAssociatorByHitsProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackAssociatorProducers%2Fplugins%2FQuickTrackAssociatorByHitsProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackAssociatorProducers%2Fplugins%2FQuickTrackAssociatorByHitsProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -205,3 +205,5 @@ void QuickTrackAssociatorByHitsProducer::fillDescriptions(edm::ConfigurationDesc\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(QuickTrackAssociatorByHitsProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"7020db675fc8745eacb6d8e58532f777e194f2a5","filename":"SimTracker/TrackAssociatorProducers/plugins/TrackAssociatorByPositionProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackAssociatorProducers%2Fplugins%2FTrackAssociatorByPositionProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackAssociatorProducers%2Fplugins%2FTrackAssociatorByPositionProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackAssociatorProducers%2Fplugins%2FTrackAssociatorByPositionProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -125,3 +125,5 @@ void TrackAssociatorByPositionProducer::fillDescriptions(edm::ConfigurationDescr\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(TrackAssociatorByPositionProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"cee4d72587efa106648a8ca03776a75e5ff737a6","filename":"SimTracker/TrackerMaterialAnalysis/data/dd4hep_trackingMaterialGroups_ForPhaseII.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fdata%2Fdd4hep_trackingMaterialGroups_ForPhaseII.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fdata%2Fdd4hep_trackingMaterialGroups_ForPhaseII.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fdata%2Fdd4hep_trackingMaterialGroups_ForPhaseII.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -596,3 +596,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"0e80143a83d2608d47aa05d99d0e084cf9159daf","filename":"SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseI/v1/trackingMaterialGroups_ForPhaseI.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fdata%2FtrackingMaterialGroups_ForPhaseI%2Fv1%2FtrackingMaterialGroups_ForPhaseI.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fdata%2FtrackingMaterialGroups_ForPhaseI%2Fv1%2FtrackingMaterialGroups_ForPhaseI.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fdata%2FtrackingMaterialGroups_ForPhaseI%2Fv1%2FtrackingMaterialGroups_ForPhaseI.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1271,3 +1271,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"4d2f84130fc69d4331872102695703a9d1442c14","filename":"SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseII/v1/trackingMaterialGroups_ForPhaseII.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fdata%2FtrackingMaterialGroups_ForPhaseII%2Fv1%2FtrackingMaterialGroups_ForPhaseII.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fdata%2FtrackingMaterialGroups_ForPhaseII%2Fv1%2FtrackingMaterialGroups_ForPhaseII.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fdata%2FtrackingMaterialGroups_ForPhaseII%2Fv1%2FtrackingMaterialGroups_ForPhaseII.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -497,3 +497,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"460098aa1ba9bb0fc64985f3e956832da44360e7","filename":"SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseII/v2/trackingMaterialGroups_ForPhaseII.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fdata%2FtrackingMaterialGroups_ForPhaseII%2Fv2%2FtrackingMaterialGroups_ForPhaseII.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fdata%2FtrackingMaterialGroups_ForPhaseII%2Fv2%2FtrackingMaterialGroups_ForPhaseII.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fdata%2FtrackingMaterialGroups_ForPhaseII%2Fv2%2FtrackingMaterialGroups_ForPhaseII.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -497,3 +497,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"0d6f0c438759913e8ad926c2365b1fa2a06d103b","filename":"SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_ListGroupsMaterialDifference.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_ListGroupsMaterialDifference.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_ListGroupsMaterialDifference.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_ListGroupsMaterialDifference.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n inline void DD4hep_ListGroups::fillMaterialDifferences() {}\n \n #endif // DD4HEP_SIMTRACKER_TRACKERMATERIALANALYSIS_LISTGROUPS_MATERIALDIFFERENCE_H\n+-- dummy change --\n+-- dummy change --"},{"sha":"de46be8e1cfaa5e75eda8a0fdb36d909abb1dbe2","filename":"SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_MaterialAccountingGroup.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_MaterialAccountingGroup.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_MaterialAccountingGroup.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_MaterialAccountingGroup.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -236,3 +236,5 @@ double DD4hep_MaterialAccountingGroup::sigmaEnergyLoss(void) const {\n double DD4hep_MaterialAccountingGroup::averageRadiationLengths(void) const {\n return m_tracks ? m_accounting.radiationLengths() / m_tracks : 0.;\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"859a4ee7f74646b3b5cc79cb05040e6d260926f9","filename":"SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_MaterialAccountingGroup.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_MaterialAccountingGroup.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_MaterialAccountingGroup.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_MaterialAccountingGroup.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -76,3 +76,5 @@ class DD4hep_MaterialAccountingGroup {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"78ec0fa5cd1930386a20af8252938f26d08ade5e","filename":"SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialAnalyser.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_TrackingMaterialAnalyser.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_TrackingMaterialAnalyser.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_TrackingMaterialAnalyser.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -385,3 +385,5 @@ int DD4hep_TrackingMaterialAnalyser::findLayer(const MaterialAccountingDetector&\n #include \"FWCore/PluginManager/interface/ModuleDef.h\"\n #include \"FWCore/Framework/interface/MakerMacros.h\"\n DEFINE_FWK_MODULE(DD4hep_TrackingMaterialAnalyser);\n+-- dummy change --\n+-- dummy change --"},{"sha":"adf8f01c358cbea89e0b26c4464c01f46bccf9df","filename":"SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialAnalyser.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_TrackingMaterialAnalyser.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_TrackingMaterialAnalyser.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_TrackingMaterialAnalyser.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -49,3 +49,5 @@ class DD4hep_TrackingMaterialAnalyser : public edm::one::EDAnalyzer<> {\n };\n \n #endif // DD4hep_TrackingMaterialAnalyser_h\n+-- dummy change --\n+-- dummy change --"},{"sha":"ac7ed40c3a7f418ba3b96b5bbd26377c341c3f8e","filename":"SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialPlotter.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_TrackingMaterialPlotter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_TrackingMaterialPlotter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_TrackingMaterialPlotter.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -211,3 +211,5 @@ void DD4hep_TrackingMaterialPlotter::draw(void) {\n colormap->SaveAs(\"layers.root\");\n canvas->SaveAs(\"layers.png\");\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"c19d026e01eb87a7f967d08244d30a36b9619c7b","filename":"SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialPlotter.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_TrackingMaterialPlotter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_TrackingMaterialPlotter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_TrackingMaterialPlotter.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -40,3 +40,5 @@ class DD4hep_TrackingMaterialPlotter {\n };\n \n #endif // DD4hep_TrackingMaterialPlotter_h\n+-- dummy change --\n+-- dummy change --"},{"sha":"94f1378ae358cecc37e02634ef3ea29ca5a4c051","filename":"SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHFNosePhaseII_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForHFNosePhaseII_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForHFNosePhaseII_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForHFNosePhaseII_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -15,3 +15,5 @@\n \"HGCalHFNoseSensitive\"\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"6fbc81900eee7aa7ff3e223caa18679895ca8d3a","filename":"SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHGCalPhaseII_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForHGCalPhaseII_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForHGCalPhaseII_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForHGCalPhaseII_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,3 +2,5 @@\n \n # Analyze and plot the tracking material\n from SimTracker.TrackerMaterialAnalysis.trackingMaterialAnalyser_ForHGCalPhaseII_cfi import *\n+-- dummy change --\n+-- dummy change --"},{"sha":"6b6b17c1c8ba55ebed4036f4ed4bc2eee84b3d1c","filename":"SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHGCalPhaseII_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForHGCalPhaseII_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForHGCalPhaseII_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForHGCalPhaseII_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -17,3 +17,5 @@\n \"HGCalHEScintillatorSensitive\"\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"85478069acf312b2665841a5a589e2a601a6f490","filename":"SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseII_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForPhaseII_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForPhaseII_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForPhaseII_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,3 +2,5 @@\n \n # Analyze and plot the tracking material\n from SimTracker.TrackerMaterialAnalysis.trackingMaterialAnalyser_ForPhaseII_cfi import *\n+-- dummy change --\n+-- dummy change --"},{"sha":"8e9546c0b623ef511bd41a6ee4b97cd62632a834","filename":"SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseII_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForPhaseII_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForPhaseII_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForPhaseII_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -43,3 +43,5 @@\n \"TrackerRecMaterialPhase2OTForwardDisk5\"\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"fb1ec71a3d0b49401a926b9555b01cad1e9e66cd","filename":"SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseI_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForPhaseI_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForPhaseI_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForPhaseI_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -2,3 +2,5 @@\n \n # Analyze and plot the tracking material\n from SimTracker.TrackerMaterialAnalysis.trackingMaterialAnalyser_ForPhaseI_cfi import *\n+-- dummy change --\n+-- dummy change --"},{"sha":"5bce08740ee14136df28cdc38ea666baa7ca87e3","filename":"SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseI_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForPhaseI_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForPhaseI_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForPhaseI_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -79,3 +79,5 @@\n \"TrackerRecMaterialTECDisk8\",\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"8a994bfc06e25d744201595bcaf2584c0cdf3a7e","filename":"SimTracker/TrackerMaterialAnalysis/python/trackingMaterialProducerHFNose_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialProducerHFNose_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialProducerHFNose_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialProducerHFNose_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -3,3 +3,5 @@\n # Geometry and Magnetic Field\n from SimTracker.TrackerMaterialAnalysis.randomNumberGeneratorService_cfi import *\n from SimTracker.TrackerMaterialAnalysis.trackingMaterialProducerHFNose_cfi import *\n+-- dummy change --\n+-- dummy change --"},{"sha":"53381e9e5d68ff8fd489cdd4eb81ae9fc8404209","filename":"SimTracker/TrackerMaterialAnalysis/python/trackingMaterialProducerHFNose_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialProducerHFNose_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialProducerHFNose_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialProducerHFNose_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -28,3 +28,5 @@\n ),\n type = cms.string('TrackingMaterialProducer')\n ))\n+-- dummy change --\n+-- dummy change --"},{"sha":"e7d0482cbece36c7242d967b621676b5026e5ae8","filename":"SimTracker/TrackerMaterialAnalysis/test/trackingMaterialAnalyser_ForHFNosePhaseII.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialAnalyser_ForHFNosePhaseII.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialAnalyser_ForHFNosePhaseII.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialAnalyser_ForHFNosePhaseII.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -69,3 +69,5 @@ def customizeMessageLogger(process):\n #process = customizeMessageLogger(process)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"5da7d827e046bf7999e7d612eed51d60fc6a87ce","filename":"SimTracker/TrackerMaterialAnalysis/test/trackingMaterialAnalyser_ForHGCalPhaseII.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialAnalyser_ForHGCalPhaseII.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialAnalyser_ForHGCalPhaseII.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialAnalyser_ForHGCalPhaseII.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -69,3 +69,5 @@ def customizeMessageLogger(process):\n #process = customizeMessageLogger(process)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"6158164df62888cac588c01be902272d4c04777d","filename":"SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialProducer10GeVNeutrino.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialProducer10GeVNeutrino.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialProducer10GeVNeutrino.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -85,3 +85,5 @@ def customizeMessageLogger(process):\n return process\n \n #process = customizeMessageLogger(process)\n+-- dummy change --\n+-- dummy change --"},{"sha":"1f0cf1816f5442fa86bc663be16a3c04d9c0aa4c","filename":"SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForHFNosePhaseII.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialProducer10GeVNeutrino_ForHFNosePhaseII.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialProducer10GeVNeutrino_ForHFNosePhaseII.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialProducer10GeVNeutrino_ForHFNosePhaseII.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -84,3 +84,5 @@ def customizeMessageLogger(process):\n return process\n \n #process = customizeMessageLogger(process)\n+-- dummy change --\n+-- dummy change --"},{"sha":"e9f5e22cd149156f1ad3ef8cf24b90734864fa10","filename":"SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForHGCalPhaseII.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialProducer10GeVNeutrino_ForHGCalPhaseII.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialProducer10GeVNeutrino_ForHGCalPhaseII.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialProducer10GeVNeutrino_ForHGCalPhaseII.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -84,3 +84,5 @@ def customizeMessageLogger(process):\n return process\n \n #process = customizeMessageLogger(process)\n+-- dummy change --\n+-- dummy change --"},{"sha":"4ce08ba299bdc334682e5622f01c30e392da8d32","filename":"SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForPhaseI.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialProducer10GeVNeutrino_ForPhaseI.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialProducer10GeVNeutrino_ForPhaseI.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialProducer10GeVNeutrino_ForPhaseI.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -86,3 +86,5 @@ def customizeMessageLogger(process):\n return process\n \n #process = customizeMessageLogger(process)\n+-- dummy change --\n+-- dummy change --"},{"sha":"858761a4688a068721d4a2f93ec9e7ecfef34b62","filename":"SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForPhaseII.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialProducer10GeVNeutrino_ForPhaseII.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialProducer10GeVNeutrino_ForPhaseII.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialProducer10GeVNeutrino_ForPhaseII.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -80,3 +80,5 @@\n * process.trackingMaterialProducer)\n process.outpath = cms.EndPath(process.out)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"ebb3320e4b41d4d754283851a54bcdd5874a3469","filename":"SimTracker/VertexAssociation/plugins/VertexAssociatorByPositionAndTracksProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FVertexAssociation%2Fplugins%2FVertexAssociatorByPositionAndTracksProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTracker%2FVertexAssociation%2Fplugins%2FVertexAssociatorByPositionAndTracksProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FVertexAssociation%2Fplugins%2FVertexAssociatorByPositionAndTracksProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -117,3 +117,5 @@ void VertexAssociatorByPositionAndTracksProducer::produce(edm::StreamID,\n }\n \n DEFINE_FWK_MODULE(VertexAssociatorByPositionAndTracksProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"8f0f318928c5893028403fde14173be22e671775","filename":"SimTransport/TotemRPProtonTransportParametrization/interface/LHCOpticsApproximator.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTransport%2FTotemRPProtonTransportParametrization%2Finterface%2FLHCOpticsApproximator.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTransport%2FTotemRPProtonTransportParametrization%2Finterface%2FLHCOpticsApproximator.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTransport%2FTotemRPProtonTransportParametrization%2Finterface%2FLHCOpticsApproximator.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -230,3 +230,5 @@ class LHCApertureApproximator : public LHCOpticsApproximator {\n ClassDef(LHCApertureApproximator, 1) // Aperture approximator\n };\n #endif //TotemRPProtonTransportParametrization_LHC_OPTICS_APPROXIMATOR_H\n+-- dummy change --\n+-- dummy change --"},{"sha":"6f539701c7f80eb31bf06030cb28907b29b71fc5","filename":"SimTransport/TotemRPProtonTransportParametrization/src/LHCOpticsApproximator.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTransport%2FTotemRPProtonTransportParametrization%2Fsrc%2FLHCOpticsApproximator.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/SimTransport%2FTotemRPProtonTransportParametrization%2Fsrc%2FLHCOpticsApproximator.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTransport%2FTotemRPProtonTransportParametrization%2Fsrc%2FLHCOpticsApproximator.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1232,3 +1232,5 @@ double LHCOpticsApproximator::GetDxds(double mad_init_x,\n \n return dispersion;\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"a7bed58db74a44c0871f52bfbcddd17f942f14d4","filename":"TopQuarkAnalysis/TopEventProducers/python/producers/TtDilepEvtSolProducer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fproducers%2FTtDilepEvtSolProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fproducers%2FTtDilepEvtSolProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fproducers%2FTtDilepEvtSolProducer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -41,3 +41,5 @@\n \t\t\t\t 59.1015,\n \t\t\t\t 24.9145)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"379922b2eddb8c3325af73f835253f3df560c277","filename":"TopQuarkAnalysis/TopEventProducers/python/producers/TtSemiEvtSolProducer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fproducers%2FTtSemiEvtSolProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fproducers%2FTtSemiEvtSolProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fproducers%2FTtSemiEvtSolProducer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -46,3 +46,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"19ceb69bb3f155d8a97dd060daa8d4a03b100168","filename":"TopQuarkAnalysis/TopEventProducers/python/sequences/ttFullHadEvtHypotheses_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fsequences%2FttFullHadEvtHypotheses_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fsequences%2FttFullHadEvtHypotheses_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fsequences%2FttFullHadEvtHypotheses_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@\n makeHypothesis_kinFitTask\n )\n makeTtFullHadHypotheses = cms.Sequence(makeTtFullHadHypothesesTask)\n+-- dummy change --\n+-- dummy change --"},{"sha":"f5af400e2e9a114a413e206d864572efbd5a77b7","filename":"TopQuarkAnalysis/TopEventProducers/python/sequences/ttFullLepEvtHypotheses_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fsequences%2FttFullLepEvtHypotheses_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fsequences%2FttFullLepEvtHypotheses_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fsequences%2FttFullLepEvtHypotheses_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -16,3 +16,5 @@\n makeHypothesis_kinSolutionTask\n )\n makeTtFullLepHypotheses = cms.Sequence(makeTtFullLepHypothesesTask)\n+-- dummy change --\n+-- dummy change --"},{"sha":"c521890d51b5a3af78911d441a33ae3738f54760","filename":"TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepEvtHypotheses_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fsequences%2FttSemiLepEvtHypotheses_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fsequences%2FttSemiLepEvtHypotheses_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fsequences%2FttSemiLepEvtHypotheses_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -40,3 +40,5 @@\n makeHypothesis_hitFitTask\n )\n makeTtSemiLepHypotheses = cms.Sequence(makeTtSemiLepHypothesesTask)\n+-- dummy change --\n+-- dummy change --"},{"sha":"1f3abcd00737c4a1c462d5b50634566fbf60dca1","filename":"TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepKinematicFit_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fsequences%2FttSemiLepKinematicFit_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fsequences%2FttSemiLepKinematicFit_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fsequences%2FttSemiLepKinematicFit_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -11,3 +11,5 @@\n ## make kin fit for event selection\n makeTtSemiLepKinematicFitTask = cms.Task(kinFitTtSemiLepEventSelection)\n makeTtSemiLepKinematicFit = cms.Sequence(makeTtSemiLepKinematicFitTask)\n+-- dummy change --\n+-- dummy change --"},{"sha":"ffeed73df08fd58af968f06b984ac6d13fad536e","filename":"TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepMVASelection_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fsequences%2FttSemiLepMVASelection_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fsequences%2FttSemiLepMVASelection_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fsequences%2FttSemiLepMVASelection_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n ## make mva discriminant for event selection\n makeTtSemiLepMVASelDiscriminantTask = cms.Task(findTtSemiLepSignalSelMVA)\n makeTtSemiLepMVASelDiscriminant = cms.Sequence(makeTtSemiLepMVASelDiscriminantTask)\n+-- dummy change --\n+-- dummy change --"},{"sha":"c4c4cfb86e3d0e62618a77a3eef1b147c73ea5b6","filename":"TopQuarkAnalysis/TopEventSelection/data/TtFullHadSignalSelMVATrainTreeSaver.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/TopQuarkAnalysis%2FTopEventSelection%2Fdata%2FTtFullHadSignalSelMVATrainTreeSaver.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/TopQuarkAnalysis%2FTopEventSelection%2Fdata%2FTtFullHadSignalSelMVATrainTreeSaver.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TopQuarkAnalysis%2FTopEventSelection%2Fdata%2FTtFullHadSignalSelMVATrainTreeSaver.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -387,3 +387,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"0c4c2844178963dc5cf03c1e3404304b98c3507e","filename":"TopQuarkAnalysis/TopEventSelection/data/TtSemiLepSignalSelMVATrainTreeSaver.xml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/TopQuarkAnalysis%2FTopEventSelection%2Fdata%2FTtSemiLepSignalSelMVATrainTreeSaver.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/TopQuarkAnalysis%2FTopEventSelection%2Fdata%2FTtSemiLepSignalSelMVATrainTreeSaver.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TopQuarkAnalysis%2FTopEventSelection%2Fdata%2FTtSemiLepSignalSelMVATrainTreeSaver.xml?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -48,3 +48,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"e3db8668f7d20e36d061cb21568e7fe1d0512350","filename":"TopQuarkAnalysis/TopEventSelection/python/TtFullHadSignalSelMVATrainTreeSaver_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/TopQuarkAnalysis%2FTopEventSelection%2Fpython%2FTtFullHadSignalSelMVATrainTreeSaver_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/TopQuarkAnalysis%2FTopEventSelection%2Fpython%2FTtFullHadSignalSelMVATrainTreeSaver_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TopQuarkAnalysis%2FTopEventSelection%2Fpython%2FTtFullHadSignalSelMVATrainTreeSaver_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -32,3 +32,5 @@\n ## remark: do not use this sequence if you want to call your trainer after an event filter\n ## since the SaveFile module should be called in an unfiltered path!\n saveTrainTree = cms.Sequence(buildTraintree)\n+-- dummy change --\n+-- dummy change --"},{"sha":"2e5f67cf86b2ad144b853bc5e52e325874a85bbc","filename":"TopQuarkAnalysis/TopEventSelection/python/TtSemiLepSignalSelMVATrainTreeSaver_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/TopQuarkAnalysis%2FTopEventSelection%2Fpython%2FTtSemiLepSignalSelMVATrainTreeSaver_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/TopQuarkAnalysis%2FTopEventSelection%2Fpython%2FTtSemiLepSignalSelMVATrainTreeSaver_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TopQuarkAnalysis%2FTopEventSelection%2Fpython%2FTtSemiLepSignalSelMVATrainTreeSaver_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n ## remark: do not use this sequence if you want to call your trainer after an event filter\n ## since the SaveFile module should be called in an unfiltered path!\n saveTrainTree = cms.Sequence(buildTraintree)\n+-- dummy change --\n+-- dummy change --"},{"sha":"ca2483e11992dfb9cd554dfc23cf8aba53250dca","filename":"TopQuarkAnalysis/TopJetCombination/plugins/TtSemiLepJetCombWMassDeltaTopMass.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/TopQuarkAnalysis%2FTopJetCombination%2Fplugins%2FTtSemiLepJetCombWMassDeltaTopMass.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/TopQuarkAnalysis%2FTopJetCombination%2Fplugins%2FTtSemiLepJetCombWMassDeltaTopMass.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TopQuarkAnalysis%2FTopJetCombination%2Fplugins%2FTtSemiLepJetCombWMassDeltaTopMass.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -191,3 +191,5 @@ void TtSemiLepJetCombWMassDeltaTopMass::produce(edm::StreamID, edm::Event& evt,\n \n #include \"FWCore/Framework/interface/MakerMacros.h\"\n DEFINE_FWK_MODULE(TtSemiLepJetCombWMassDeltaTopMass);\n+-- dummy change --\n+-- dummy change --"},{"sha":"e340a6d87d05a6b886740bab82f57efe9276ad33","filename":"TopQuarkAnalysis/TopJetCombination/python/TtSemiLepJetCombMVATrainTreeSaver_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/TopQuarkAnalysis%2FTopJetCombination%2Fpython%2FTtSemiLepJetCombMVATrainTreeSaver_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/TopQuarkAnalysis%2FTopJetCombination%2Fpython%2FTtSemiLepJetCombMVATrainTreeSaver_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TopQuarkAnalysis%2FTopJetCombination%2Fpython%2FTtSemiLepJetCombMVATrainTreeSaver_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -26,3 +26,5 @@\n \n ## provide a sequence to save a tree for the training\n saveTtSemiLepJetCombMVATrainTree = cms.Sequence(trainTtSemiLepJetCombMVA)\n+-- dummy change --\n+-- dummy change --"},{"sha":"616ff3cb84f08cc23bf64a7f7ed1d51811caa595","filename":"TopQuarkAnalysis/TopJetCombination/python/TtSemiLepJetCombWMassDeltaTopMass_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/TopQuarkAnalysis%2FTopJetCombination%2Fpython%2FTtSemiLepJetCombWMassDeltaTopMass_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/TopQuarkAnalysis%2FTopJetCombination%2Fpython%2FTtSemiLepJetCombWMassDeltaTopMass_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TopQuarkAnalysis%2FTopJetCombination%2Fpython%2FTtSemiLepJetCombWMassDeltaTopMass_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -33,3 +33,5 @@\n ## in all these cases (0, 1, 2, 3), only the real part is used if solutions are complex\n neutrinoSolutionType = cms.int32(-1)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"b7b53df9abfada2870a577267c373189b3f9a524","filename":"TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Fall11_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/TopQuarkAnalysis%2FTopObjectResolutions%2Fpython%2FstringResolutions_etEtaPhi_Fall11_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/TopQuarkAnalysis%2FTopObjectResolutions%2Fpython%2FstringResolutions_etEtaPhi_Fall11_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TopQuarkAnalysis%2FTopObjectResolutions%2Fpython%2FstringResolutions_etEtaPhi_Fall11_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -640,3 +640,5 @@\n ),\n constraints = cms.vdouble(0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"51761f04a1ed2aa39bb93fc313a2b9f17d4f1cce","filename":"TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Spring10_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/TopQuarkAnalysis%2FTopObjectResolutions%2Fpython%2FstringResolutions_etEtaPhi_Spring10_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/TopQuarkAnalysis%2FTopObjectResolutions%2Fpython%2FstringResolutions_etEtaPhi_Spring10_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TopQuarkAnalysis%2FTopObjectResolutions%2Fpython%2FstringResolutions_etEtaPhi_Spring10_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -1008,3 +1008,5 @@\n ),\n constraints = cms.vdouble(0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"9569bc2f59c58553b875c5389e8ce86f81af84a5","filename":"TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Summer11_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/TopQuarkAnalysis%2FTopObjectResolutions%2Fpython%2FstringResolutions_etEtaPhi_Summer11_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/TopQuarkAnalysis%2FTopObjectResolutions%2Fpython%2FstringResolutions_etEtaPhi_Summer11_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TopQuarkAnalysis%2FTopObjectResolutions%2Fpython%2FstringResolutions_etEtaPhi_Summer11_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -640,3 +640,5 @@\n ),\n constraints = cms.vdouble(0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"658efb076b88eff21eb4ad24f46597d3dc22305d","filename":"TrackPropagation/SteppingHelixPropagator/plugins/SteppingHelixPropagatorESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/TrackPropagation%2FSteppingHelixPropagator%2Fplugins%2FSteppingHelixPropagatorESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/TrackPropagation%2FSteppingHelixPropagator%2Fplugins%2FSteppingHelixPropagatorESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TrackPropagation%2FSteppingHelixPropagator%2Fplugins%2FSteppingHelixPropagatorESProducer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -158,3 +158,5 @@ void SteppingHelixPropagatorESProducer::fillDescriptions(edm::ConfigurationDescr\n #include \"FWCore/Utilities/interface/typelookup.h\"\n \n DEFINE_FWK_EVENTSETUP_MODULE(SteppingHelixPropagatorESProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"1d44360c12f29d11a46422f12c2e483d48b47744","filename":"TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorAlong_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/TrackPropagation%2FSteppingHelixPropagator%2Fpython%2FSteppingHelixPropagatorAlong_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/TrackPropagation%2FSteppingHelixPropagator%2Fpython%2FSteppingHelixPropagatorAlong_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TrackPropagation%2FSteppingHelixPropagator%2Fpython%2FSteppingHelixPropagatorAlong_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"c22e9834eee4b21ce4d4bb4bb3ee978167a07d2c","filename":"TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorAny_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/TrackPropagation%2FSteppingHelixPropagator%2Fpython%2FSteppingHelixPropagatorAny_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/TrackPropagation%2FSteppingHelixPropagator%2Fpython%2FSteppingHelixPropagatorAny_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TrackPropagation%2FSteppingHelixPropagator%2Fpython%2FSteppingHelixPropagatorAny_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"9ef6de244bdf629097b37146998a4d3df634a022","filename":"TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorHLT_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/TrackPropagation%2FSteppingHelixPropagator%2Fpython%2FSteppingHelixPropagatorHLT_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/TrackPropagation%2FSteppingHelixPropagator%2Fpython%2FSteppingHelixPropagatorHLT_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TrackPropagation%2FSteppingHelixPropagator%2Fpython%2FSteppingHelixPropagatorHLT_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -13,3 +13,5 @@\n SteppingHelixPropagatorL2Opposite.ComponentName = 'SteppingHelixPropagatorL2Opposite'\n SteppingHelixPropagatorL2Opposite.useTuningForL2Speed = True\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"e7f9713980a54a685046b7b3816225db629c4e04","filename":"TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorOpposite_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/TrackPropagation%2FSteppingHelixPropagator%2Fpython%2FSteppingHelixPropagatorOpposite_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/TrackPropagation%2FSteppingHelixPropagator%2Fpython%2FSteppingHelixPropagatorOpposite_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TrackPropagation%2FSteppingHelixPropagator%2Fpython%2FSteppingHelixPropagatorOpposite_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -23,3 +23,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"84dd5bf3d583d609c1c6bfc8126e515878ca04f9","filename":"TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorsNoErrorPropagation_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/TrackPropagation%2FSteppingHelixPropagator%2Fpython%2FSteppingHelixPropagatorsNoErrorPropagation_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/TrackPropagation%2FSteppingHelixPropagator%2Fpython%2FSteppingHelixPropagatorsNoErrorPropagation_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TrackPropagation%2FSteppingHelixPropagator%2Fpython%2FSteppingHelixPropagatorsNoErrorPropagation_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -30,3 +30,5 @@\n SteppingHelixPropagatorL2OppositeNoError = TrackPropagation.SteppingHelixPropagator.SteppingHelixPropagatorHLT_cff.SteppingHelixPropagatorL2Opposite.clone()\n SteppingHelixPropagatorL2OppositeNoError.ComponentName = 'SteppingHelixPropagatorL2OppositeNoError'\n SteppingHelixPropagatorL2OppositeNoError.NoErrorPropagation = True\n+-- dummy change --\n+-- dummy change --"},{"sha":"975932c0f6f319c9ec364ce6fda9d6ad439a870e","filename":"TrackPropagation/SteppingHelixPropagator/test/SteppingHelixPropagatorAnalyzer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/TrackPropagation%2FSteppingHelixPropagator%2Ftest%2FSteppingHelixPropagatorAnalyzer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/TrackPropagation%2FSteppingHelixPropagator%2Ftest%2FSteppingHelixPropagatorAnalyzer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TrackPropagation%2FSteppingHelixPropagator%2Ftest%2FSteppingHelixPropagatorAnalyzer.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -540,3 +540,5 @@ void SteppingHelixPropagatorAnalyzer ::addPSimHits(\n \n //define this as a plug-in\n DEFINE_FWK_MODULE(SteppingHelixPropagatorAnalyzer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"df0994c4842c324ab880d7eba77e0cc26b42f4ef","filename":"TrackingTools/GeomPropagators/interface/AnalyticalTrajectoryExtrapolatorToLine.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/TrackingTools%2FGeomPropagators%2Finterface%2FAnalyticalTrajectoryExtrapolatorToLine.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/TrackingTools%2FGeomPropagators%2Finterface%2FAnalyticalTrajectoryExtrapolatorToLine.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TrackingTools%2FGeomPropagators%2Finterface%2FAnalyticalTrajectoryExtrapolatorToLine.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -57,3 +57,5 @@ class AnalyticalTrajectoryExtrapolatorToLine {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"f1c1632a63f2333ef44096ec74092e62102a2c94","filename":"TrackingTools/KalmanUpdators/python/MRHChi2MeasurementEstimatorESProducer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/TrackingTools%2FKalmanUpdators%2Fpython%2FMRHChi2MeasurementEstimatorESProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/TrackingTools%2FKalmanUpdators%2Fpython%2FMRHChi2MeasurementEstimatorESProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TrackingTools%2FKalmanUpdators%2Fpython%2FMRHChi2MeasurementEstimatorESProducer_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -7,3 +7,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"15d7387fc4f80fa8809fcbc7b0eab5ab5e9d2882","filename":"TrackingTools/MaterialEffects/python/RungeKuttaTrackerPropagatorOpposite_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/TrackingTools%2FMaterialEffects%2Fpython%2FRungeKuttaTrackerPropagatorOpposite_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/TrackingTools%2FMaterialEffects%2Fpython%2FRungeKuttaTrackerPropagatorOpposite_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TrackingTools%2FMaterialEffects%2Fpython%2FRungeKuttaTrackerPropagatorOpposite_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -15,3 +15,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"975bf9b93ad6f9486d1d62986914cb93463a6a2c","filename":"TrackingTools/PatternTools/interface/trackingParametersAtClosestApproachToBeamSpot.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/TrackingTools%2FPatternTools%2Finterface%2FtrackingParametersAtClosestApproachToBeamSpot.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/TrackingTools%2FPatternTools%2Finterface%2FtrackingParametersAtClosestApproachToBeamSpot.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TrackingTools%2FPatternTools%2Finterface%2FtrackingParametersAtClosestApproachToBeamSpot.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -37,3 +37,5 @@ namespace reco {\n }\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"d6cd8d751220db35c0008fb3df83dbe30652399f","filename":"TrackingTools/PatternTools/src/trackingParametersAtClosestApproachToBeamSpot.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/TrackingTools%2FPatternTools%2Fsrc%2FtrackingParametersAtClosestApproachToBeamSpot.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/TrackingTools%2FPatternTools%2Fsrc%2FtrackingParametersAtClosestApproachToBeamSpot.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TrackingTools%2FPatternTools%2Fsrc%2FtrackingParametersAtClosestApproachToBeamSpot.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -47,3 +47,5 @@ std::pair reco::trackingParametersAtClos\n return std::make_pair(false, sParameters);\n }\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"8b6262d7e5f639b71b84f7cab40cf3bf392609f7","filename":"TrackingTools/TrajectoryFiltering/interface/ChargeSignificanceTrajectoryFilter.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/TrackingTools%2FTrajectoryFiltering%2Finterface%2FChargeSignificanceTrajectoryFilter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/TrackingTools%2FTrajectoryFiltering%2Finterface%2FChargeSignificanceTrajectoryFilter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TrackingTools%2FTrajectoryFiltering%2Finterface%2FChargeSignificanceTrajectoryFilter.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -74,3 +74,5 @@ class ChargeSignificanceTrajectoryFilter final : public TrajectoryFilter {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"93f66ea3e8ea4cee47d00de96f3a019a6cd009a2","filename":"TrackingTools/TrajectoryFiltering/interface/MaxConsecLostHitsTrajectoryFilter.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/TrackingTools%2FTrajectoryFiltering%2Finterface%2FMaxConsecLostHitsTrajectoryFilter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/TrackingTools%2FTrajectoryFiltering%2Finterface%2FMaxConsecLostHitsTrajectoryFilter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TrackingTools%2FTrajectoryFiltering%2Finterface%2FMaxConsecLostHitsTrajectoryFilter.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -47,3 +47,5 @@ class MaxConsecLostHitsTrajectoryFilter final : public TrajectoryFilter {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"9fe5071c3d6037e6feab14bcf4983eab80183976","filename":"TrackingTools/TrajectoryParametrization/interface/CurvilinearTrajectoryParameters.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/TrackingTools%2FTrajectoryParametrization%2Finterface%2FCurvilinearTrajectoryParameters.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/TrackingTools%2FTrajectoryParametrization%2Finterface%2FCurvilinearTrajectoryParameters.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TrackingTools%2FTrajectoryParametrization%2Finterface%2FCurvilinearTrajectoryParameters.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -82,3 +82,5 @@ class CurvilinearTrajectoryParameters {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"9d93d03363412c4935487e60d9f7e2f8b7e07b48","filename":"TrackingTools/TrajectoryParametrization/interface/PerigeeTrajectoryParameters.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/TrackingTools%2FTrajectoryParametrization%2Finterface%2FPerigeeTrajectoryParameters.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/TrackingTools%2FTrajectoryParametrization%2Finterface%2FPerigeeTrajectoryParameters.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TrackingTools%2FTrajectoryParametrization%2Finterface%2FPerigeeTrajectoryParameters.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -86,3 +86,5 @@ class PerigeeTrajectoryParameters {\n TrackCharge theCharge;\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"8a3595f75470130a537f4577bb66b8ab7f755219","filename":"TrackingTools/TransientTrackingRecHit/interface/GenericTransientTrackingRecHit.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/TrackingTools%2FTransientTrackingRecHit%2Finterface%2FGenericTransientTrackingRecHit.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/TrackingTools%2FTransientTrackingRecHit%2Finterface%2FGenericTransientTrackingRecHit.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TrackingTools%2FTransientTrackingRecHit%2Finterface%2FGenericTransientTrackingRecHit.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -66,3 +66,5 @@ class GenericTransientTrackingRecHit : public TValidTrackingRecHit {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"c85980d9e5cd129e52c703a61bbea5b77080f1b4","filename":"TrackingTools/TransientTrackingRecHit/interface/TransientTrackingRecHitBuilder.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/TrackingTools%2FTransientTrackingRecHit%2Finterface%2FTransientTrackingRecHitBuilder.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/TrackingTools%2FTransientTrackingRecHit%2Finterface%2FTransientTrackingRecHitBuilder.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TrackingTools%2FTransientTrackingRecHit%2Finterface%2FTransientTrackingRecHitBuilder.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -18,3 +18,5 @@ class TransientTrackingRecHitBuilder {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"47b5958dfba3d0df377e80a236cba094ffa5ae4f","filename":"Utilities/ReleaseScripts/ignominy/config/IgnominyCommon/IgGNUPlotTemplate_CMS.gnu","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Utilities%2FReleaseScripts%2Fignominy%2Fconfig%2FIgnominyCommon%2FIgGNUPlotTemplate_CMS.gnu","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Utilities%2FReleaseScripts%2Fignominy%2Fconfig%2FIgnominyCommon%2FIgGNUPlotTemplate_CMS.gnu","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Utilities%2FReleaseScripts%2Fignominy%2Fconfig%2FIgnominyCommon%2FIgGNUPlotTemplate_CMS.gnu?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -5,3 +5,5 @@ set xlabel \"${TEMPLATE_XLABEL}\"\n set output '${FIELD}.eps'\n plot 'common.data' using 1:${INDEX} title \"${FIELD}\"\n exit\n+-- dummy change --\n+-- dummy change --"},{"sha":"750dc5d824463f1612e9f4c9c5eb82b180785ad7","filename":"Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_baseline.json","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Utilities%2FReleaseScripts%2Ftest%2FcheckDictionaryUpdate%2FdumpClassVersion_baseline.json","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Utilities%2FReleaseScripts%2Ftest%2FcheckDictionaryUpdate%2FdumpClassVersion_baseline.json","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Utilities%2FReleaseScripts%2Ftest%2FcheckDictionaryUpdate%2FdumpClassVersion_baseline.json?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -7,4 +7,5 @@\n \"checksum\": 427917710,\n \"version\": 3\n }\n-}\n\\ No newline at end of file\n+}-- dummy change --\n+-- dummy change --"},{"sha":"81c4c0a372ad853b45b6d6aba766bc77d64a6b1b","filename":"Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_newClass.json","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Utilities%2FReleaseScripts%2Ftest%2FcheckDictionaryUpdate%2FdumpClassVersion_newClass.json","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Utilities%2FReleaseScripts%2Ftest%2FcheckDictionaryUpdate%2FdumpClassVersion_newClass.json","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Utilities%2FReleaseScripts%2Ftest%2FcheckDictionaryUpdate%2FdumpClassVersion_newClass.json?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -12,3 +12,5 @@\n \"version\": 3\n }\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"30b88afd902b803d7287f7e926c37a76f3015df9","filename":"Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_removeClass.json","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Utilities%2FReleaseScripts%2Ftest%2FcheckDictionaryUpdate%2FdumpClassVersion_removeClass.json","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Utilities%2FReleaseScripts%2Ftest%2FcheckDictionaryUpdate%2FdumpClassVersion_removeClass.json","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Utilities%2FReleaseScripts%2Ftest%2FcheckDictionaryUpdate%2FdumpClassVersion_removeClass.json?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -4,3 +4,5 @@\n \"version\": 3\n }\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"7f3794661960bd2c6c5470d9f4c60d9ba7eca29e","filename":"Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_versionUpdate.json","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Utilities%2FReleaseScripts%2Ftest%2FcheckDictionaryUpdate%2FdumpClassVersion_versionUpdate.json","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Utilities%2FReleaseScripts%2Ftest%2FcheckDictionaryUpdate%2FdumpClassVersion_versionUpdate.json","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Utilities%2FReleaseScripts%2Ftest%2FcheckDictionaryUpdate%2FdumpClassVersion_versionUpdate.json?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n \"version\": 4\n }\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"fb567bba7a81575b209138eb8ec356eb7df518b9","filename":"Utilities/StorageFactory/test/test_multiple_files_file_statistics_sender_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Utilities%2FStorageFactory%2Ftest%2Ftest_multiple_files_file_statistics_sender_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Utilities%2FStorageFactory%2Ftest%2Ftest_multiple_files_file_statistics_sender_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Utilities%2FStorageFactory%2Ftest%2Ftest_multiple_files_file_statistics_sender_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -8,3 +8,5 @@\n )\n \n process.add_(cms.Service(\"StatisticsSenderService\", debug = cms.untracked.bool(True)))\n+-- dummy change --\n+-- dummy change --"},{"sha":"03a39a47cfba463500ea59b03d51109ba24ed402","filename":"Validation/CTPPS/python/ctppsProtonReconstructionEfficiencyEstimatorData_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Validation%2FCTPPS%2Fpython%2FctppsProtonReconstructionEfficiencyEstimatorData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Validation%2FCTPPS%2Fpython%2FctppsProtonReconstructionEfficiencyEstimatorData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Validation%2FCTPPS%2Fpython%2FctppsProtonReconstructionEfficiencyEstimatorData_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -6,3 +6,5 @@\n \n from Configuration.Eras.Modifier_ctpps_directSim_cff import ctpps_directSim\n ctpps_directSim.toModify(ctppsProtonReconstructionEfficiencyEstimatorData, useNewLHCInfo = False)\n+-- dummy change --\n+-- dummy change --"},{"sha":"630ffdd5b6f65ef6c6d4f1812048aff2353e55ed","filename":"Validation/CaloTowers/test/runNoise_valid_simhits_digis_rechits_calotowers_ZS_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Validation%2FCaloTowers%2Ftest%2FrunNoise_valid_simhits_digis_rechits_calotowers_ZS_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Validation%2FCaloTowers%2Ftest%2FrunNoise_valid_simhits_digis_rechits_calotowers_ZS_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Validation%2FCaloTowers%2Ftest%2FrunNoise_valid_simhits_digis_rechits_calotowers_ZS_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -159,3 +159,5 @@\n process.calotowersClient * \n process.hcalrechitsClient * \n process.dqmSaver)\n+-- dummy change --\n+-- dummy change --"},{"sha":"65769b568786ca24f54a3a821bf3804fa282f405","filename":"Validation/HGCalValidation/test/python/testValidationHGCalTrigPrim_RelVal_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Validation%2FHGCalValidation%2Ftest%2Fpython%2FtestValidationHGCalTrigPrim_RelVal_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Validation%2FHGCalValidation%2Ftest%2Fpython%2FtestValidationHGCalTrigPrim_RelVal_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Validation%2FHGCalValidation%2Ftest%2Fpython%2FtestValidationHGCalTrigPrim_RelVal_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -119,3 +119,5 @@\n #process = customiseEarlyDelete(process)\n # End adding early deletion\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"a654b776a730eba029ed4b970c96bea0b6c7185a","filename":"Validation/RecoEgamma/python/ElectronMcSignalValidatorPt1000_gedGsfElectrons_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Validation%2FRecoEgamma%2Fpython%2FElectronMcSignalValidatorPt1000_gedGsfElectrons_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Validation%2FRecoEgamma%2Fpython%2FElectronMcSignalValidatorPt1000_gedGsfElectrons_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Validation%2FRecoEgamma%2Fpython%2FElectronMcSignalValidatorPt1000_gedGsfElectrons_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -88,3 +88,5 @@\n NbinSEED = 100, SEED_min = -0.5, SEED_max = 9999.5,\n ),\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"4b840043d041bdb8dac7ec8a5207da1f7f70c255","filename":"Validation/RecoEgamma/test/ElectronMcSignalValidationPt1000_gedGsfElectrons_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Validation%2FRecoEgamma%2Ftest%2FElectronMcSignalValidationPt1000_gedGsfElectrons_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Validation%2FRecoEgamma%2Ftest%2FElectronMcSignalValidationPt1000_gedGsfElectrons_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Validation%2FRecoEgamma%2Ftest%2FElectronMcSignalValidationPt1000_gedGsfElectrons_cfg.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -100,3 +100,5 @@\n process.outpath = cms.EndPath(\n process.EDM,\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"722940ca3bfe00adc55aa6ba696712253bdcb07e","filename":"Validation/SiPixelPhase1ConfigV/python/SiPixelPhase1OfflineDQM_harvestingV_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Validation%2FSiPixelPhase1ConfigV%2Fpython%2FSiPixelPhase1OfflineDQM_harvestingV_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Validation%2FSiPixelPhase1ConfigV%2Fpython%2FSiPixelPhase1OfflineDQM_harvestingV_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Validation%2FSiPixelPhase1ConfigV%2Fpython%2FSiPixelPhase1OfflineDQM_harvestingV_cff.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -10,3 +10,5 @@\n + SiPixelPhase1TrackingParticleHarvesterV\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"cb64685daa87c3a79156cddc684cd9d5f92fd1af","filename":"Validation/SiPixelPhase1TrackClustersV/python/SiPixelPhase1TrackClustersV_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Validation%2FSiPixelPhase1TrackClustersV%2Fpython%2FSiPixelPhase1TrackClustersV_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Validation%2FSiPixelPhase1TrackClustersV%2Fpython%2FSiPixelPhase1TrackClustersV_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Validation%2FSiPixelPhase1TrackClustersV%2Fpython%2FSiPixelPhase1TrackClustersV_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -60,3 +60,5 @@\n histograms = SiPixelPhase1TrackClustersConf,\n geometry = SiPixelPhase1Geometry\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"dd2487b990cea37f2751490e767dea79269edce2","filename":"Validation/SiPixelPhase1TrackingParticleV/interface/SiPixelPhase1TrackingParticleV.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Validation%2FSiPixelPhase1TrackingParticleV%2Finterface%2FSiPixelPhase1TrackingParticleV.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Validation%2FSiPixelPhase1TrackingParticleV%2Finterface%2FSiPixelPhase1TrackingParticleV.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Validation%2FSiPixelPhase1TrackingParticleV%2Finterface%2FSiPixelPhase1TrackingParticleV.h?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -45,3 +45,5 @@ class SiPixelPhase1TrackingParticleV : public SiPixelPhase1Base {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"96dcfcd8773cc11926dfd953e37ef2e7cf8302b7","filename":"Validation/SiPixelPhase1TrackingParticleV/python/SiPixelPhase1TrackingParticleV_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Validation%2FSiPixelPhase1TrackingParticleV%2Fpython%2FSiPixelPhase1TrackingParticleV_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Validation%2FSiPixelPhase1TrackingParticleV%2Fpython%2FSiPixelPhase1TrackingParticleV_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Validation%2FSiPixelPhase1TrackingParticleV%2Fpython%2FSiPixelPhase1TrackingParticleV_cfi.py?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -134,3 +134,5 @@\n histograms = SiPixelPhase1TrackingParticleConf,\n geometry = SiPixelPhase1Geometry\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"5a8a4dc886b810b1191b94df6a288b5ea5e757bc","filename":"Validation/SiPixelPhase1TrackingParticleV/src/SiPixelPhase1TrackingParticleV.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c23099c7377123b6de7fafa7a486b20b18d54f7e/Validation%2FSiPixelPhase1TrackingParticleV%2Fsrc%2FSiPixelPhase1TrackingParticleV.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c23099c7377123b6de7fafa7a486b20b18d54f7e/Validation%2FSiPixelPhase1TrackingParticleV%2Fsrc%2FSiPixelPhase1TrackingParticleV.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Validation%2FSiPixelPhase1TrackingParticleV%2Fsrc%2FSiPixelPhase1TrackingParticleV.cc?ref=c23099c7377123b6de7fafa7a486b20b18d54f7e","patch":"@@ -121,3 +121,5 @@ void SiPixelPhase1TrackingParticleV::analyze(const edm::Event &iEvent, const edm\n }\n \n DEFINE_FWK_MODULE(SiPixelPhase1TrackingParticleV);\n+-- dummy change --\n+-- dummy change --"}]} + diff --git a/tests/ReplayData/TestProcessPr.test_create_repo.txt b/tests/ReplayData/TestProcessPr.test_create_repo.txt new file mode 100644 index 00000000000..6fa337eb0f6 --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_create_repo.txt @@ -0,0 +1,44 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 15 Apr 2025 13:08:53 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"4925e6324bd19abd0eb2c03d3dcf97f1403297b4dcb31853335a9852e6fc4f50"'), ('Last-Modified', 'Tue, 15 Apr 2025 12:42:37 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4987'), ('X-RateLimit-Reset', '1744725717'), ('X-RateLimit-Used', '13'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'BF26:12F5E7:172E15:17AF4D:67FE5A65')] +{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-15T12:42:37Z","pushed_at":"2025-04-15T12:48:06Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1303783,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":3,"watchers":0,"default_branch":"master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-15T11:23:51Z","pushed_at":"2025-04-15T11:25:05Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1458043,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4419,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1017,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4419,"open_issues":1017,"watchers":1140,"default_branch":"master"},"source":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-15T11:23:51Z","pushed_at":"2025-04-15T11:25:05Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1458043,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4419,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1017,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4419,"open_issues":1017,"watchers":1140,"default_branch":"master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":4419,"subscribers_count":0} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/30 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 15 Apr 2025 13:08:54 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"1545d055dc7856a24248e0299cd317305a05217d9d6d6579a9ae1947f112750e"'), ('Last-Modified', 'Tue, 15 Apr 2025 13:08:40 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4986'), ('X-RateLimit-Reset', '1744725717'), ('X-RateLimit-Used', '14'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'BF2E:19B92:181DE1:189F56:67FE5A65')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/30","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmssw","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/30/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/30/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/30/events","html_url":"https://github.com/iarspider-cmssw/cmssw/issues/30","id":2996354947,"node_id":"I_kwDOF83__M6ymL-D","number":30,"title":"Create repository Foo/bar","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2025-04-15T13:01:13Z","updated_at":"2025-04-15T13:08:40Z","closed_at":null,"author_association":"MEMBER","type":null,"sub_issues_summary":{"total":0,"completed":0,"percent_completed":0},"active_lock_reason":null,"body":null,"closed_by":null,"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/30/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/30/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 15 Apr 2025 13:08:54 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4986'), ('X-RateLimit-Reset', '1744725717'), ('X-RateLimit-Used', '14'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '82E2:347E89:17B8F6:183A80:67FE5A66')] +{"resources":{"core":{"limit":5000,"used":14,"remaining":4986,"reset":1744725717},"search":{"limit":30,"used":0,"remaining":30,"reset":1744722594},"graphql":{"limit":5000,"used":1,"remaining":4999,"reset":1744725109},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1744726134},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1744722594},"code_scanning_upload":{"limit":1000,"used":0,"remaining":1000,"reset":1744726134},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1744722594},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1744726134},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1744726134},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1744722594},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1744726134},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1744726134},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1744722594}},"rate":{"limit":5000,"used":14,"remaining":4986,"reset":1744725717}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/30/comments?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 15 Apr 2025 13:09:00 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Content-Length', '2'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', '"cc3cf89db95a6b340628b5378432e2c6087fa8f10025c5fb8c9ad4b480ed0967"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4985'), ('X-RateLimit-Reset', '1744725717'), ('X-RateLimit-Used', '15'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Server', 'github.com'), ('X-GitHub-Request-Id', '82EA:3D3452:18D83A:195A92:67FE5A6C')] +[] + diff --git a/tests/ReplayData/TestProcessPr.test_create_split_cache.txt b/tests/ReplayData/TestProcessPr.test_create_split_cache.txt new file mode 100644 index 00000000000..f7d35bf27e6 --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_create_split_cache.txt @@ -0,0 +1,429 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:53:02 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"849ef23329fd7da6964e6f036e2d806909780fa48c4e5c73a88e7f8548e76e4e"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:43:16 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4875'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '125'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CA58:2A5676:396AF8:3A9583:68122B3E')] +{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-30T13:43:16Z","pushed_at":"2025-04-30T13:52:47Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1301233,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":6,"watchers":0,"default_branch":"master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-30T06:00:19Z","pushed_at":"2025-04-30T09:07:11Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1461193,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4425,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1025,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4425,"open_issues":1025,"watchers":1140,"default_branch":"master"},"source":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-30T06:00:19Z","pushed_at":"2025-04-30T09:07:11Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1461193,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4425,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1025,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4425,"open_issues":1025,"watchers":1140,"default_branch":"master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":4425,"subscribers_count":0} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/37 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:53:02 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"4770d689070aac2d13b85819d32a204c3e437accf58e5bad60745c0730e88208"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:52:48 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4874'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '126'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CA5C:28829C:38E07A:3A0AE9:68122B3E')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/37","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmssw","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/37/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/37/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/37/events","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/37","id":3031259977,"node_id":"PR_kwDOF83__M6UgMy3","number":37,"title":"Try generating big cache","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[{"id":6005195488,"node_id":"LA_kwDOF83__M8AAAABZfAC4A","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/alca-pending","name":"alca-pending","color":"fbca04","default":false,"description":""},{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160599807,"node_id":"LA_kwDOF83__M8AAAABbzNK_w","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/trk","name":"trk","color":"257fdb","default":false,"description":null},{"id":6160599884,"node_id":"LA_kwDOF83__M8AAAABbzNLTA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tracking","name":"tracking","color":"257fdb","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600115,"node_id":"LA_kwDOF83__M8AAAABbzNMMw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-pending","name":"code-checks-pending","color":"fbca04","default":false,"description":null},{"id":6160600392,"node_id":"LA_kwDOF83__M8AAAABbzNNSA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/analysis-pending","name":"analysis-pending","color":"fbca04","default":false,"description":null},{"id":6160600474,"node_id":"LA_kwDOF83__M8AAAABbzNNmg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/core-pending","name":"core-pending","color":"fbca04","default":false,"description":null},{"id":6160600526,"node_id":"LA_kwDOF83__M8AAAABbzNNzg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/daq-pending","name":"daq-pending","color":"fbca04","default":false,"description":null},{"id":6160600591,"node_id":"LA_kwDOF83__M8AAAABbzNODw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/db-pending","name":"db-pending","color":"fbca04","default":false,"description":null},{"id":6160600663,"node_id":"LA_kwDOF83__M8AAAABbzNOVw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/dqm-pending","name":"dqm-pending","color":"fbca04","default":false,"description":null},{"id":6160600751,"node_id":"LA_kwDOF83__M8AAAABbzNOrw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/fastsim-pending","name":"fastsim-pending","color":"fbca04","default":false,"description":null},{"id":6160600900,"node_id":"LA_kwDOF83__M8AAAABbzNPRA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/generators-pending","name":"generators-pending","color":"fbca04","default":false,"description":null},{"id":6160601000,"node_id":"LA_kwDOF83__M8AAAABbzNPqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/geometry-pending","name":"geometry-pending","color":"fbca04","default":false,"description":null},{"id":6160601128,"node_id":"LA_kwDOF83__M8AAAABbzNQKA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/heterogeneous-pending","name":"heterogeneous-pending","color":"fbca04","default":false,"description":null},{"id":6160601270,"node_id":"LA_kwDOF83__M8AAAABbzNQtg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/hlt-pending","name":"hlt-pending","color":"fbca04","default":false,"description":null},{"id":6160601371,"node_id":"LA_kwDOF83__M8AAAABbzNRGw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/l1-pending","name":"l1-pending","color":"fbca04","default":false,"description":null},{"id":6160601410,"node_id":"LA_kwDOF83__M8AAAABbzNRQg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/operations-pending","name":"operations-pending","color":"fbca04","default":false,"description":null},{"id":6160601508,"node_id":"LA_kwDOF83__M8AAAABbzNRpA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pdmv-pending","name":"pdmv-pending","color":"fbca04","default":false,"description":null},{"id":6160601664,"node_id":"LA_kwDOF83__M8AAAABbzNSQA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/reconstruction-pending","name":"reconstruction-pending","color":"fbca04","default":false,"description":null},{"id":6160601741,"node_id":"LA_kwDOF83__M8AAAABbzNSjQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/simulation-pending","name":"simulation-pending","color":"fbca04","default":false,"description":null},{"id":6160601844,"node_id":"LA_kwDOF83__M8AAAABbzNS9A","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/upgrade-pending","name":"upgrade-pending","color":"fbca04","default":false,"description":null},{"id":6160602039,"node_id":"LA_kwDOF83__M8AAAABbzNTtw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/xpog-pending","name":"xpog-pending","color":"fbca04","default":false,"description":null}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":3,"closed_issues":16,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-30T13:28:52Z","due_on":null,"closed_at":null},"comments":2,"created_at":"2025-04-30T13:17:42Z","updated_at":"2025-04-30T13:52:48Z","closed_at":null,"author_association":"MEMBER","type":null,"active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/37","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/37","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/37.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/37.patch","merged_at":null},"body":"\r\n#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","closed_by":null,"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/37/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/37/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:53:03 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4874'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '126'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CA68:E666D:3B32BB:3C5D8E:68122B3E')] +{"resources":{"core":{"limit":5000,"used":126,"remaining":4874,"reset":1746022671},"search":{"limit":30,"used":0,"remaining":30,"reset":1746021242},"graphql":{"limit":5000,"used":1,"remaining":4999,"reset":1746022935},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1746024782},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1746021242},"code_scanning_upload":{"limit":5000,"used":126,"remaining":4874,"reset":1746022671},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1746021242},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1746024782},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1746024782},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1746021242},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1746024782},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1746024782},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1746021242}},"rate":{"limit":5000,"used":126,"remaining":4874,"reset":1746022671}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/37 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:53:03 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"0431ce402d5dde49a961e5b95d3b83a79f64ad92c768f82573f29105fc4bc61c"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:52:48 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4873'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '127'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CA74:E666D:3B33A2:3C5EA6:68122B3F')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/37","id":2491468983,"node_id":"PR_kwDOF83__M6UgMy3","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/37","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/37.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/37.patch","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/37","number":37,"state":"open","locked":false,"title":"Try generating big cache","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"body":"\r\n#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","created_at":"2025-04-30T13:17:42Z","updated_at":"2025-04-30T13:52:48Z","closed_at":null,"merged_at":null,"merge_commit_sha":"a30b29d41fcd95793a9164fe1fbf503d8c09eeb7","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[{"id":6005195488,"node_id":"LA_kwDOF83__M8AAAABZfAC4A","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/alca-pending","name":"alca-pending","color":"fbca04","default":false,"description":""},{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160599807,"node_id":"LA_kwDOF83__M8AAAABbzNK_w","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/trk","name":"trk","color":"257fdb","default":false,"description":null},{"id":6160599884,"node_id":"LA_kwDOF83__M8AAAABbzNLTA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tracking","name":"tracking","color":"257fdb","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600115,"node_id":"LA_kwDOF83__M8AAAABbzNMMw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-pending","name":"code-checks-pending","color":"fbca04","default":false,"description":null},{"id":6160600392,"node_id":"LA_kwDOF83__M8AAAABbzNNSA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/analysis-pending","name":"analysis-pending","color":"fbca04","default":false,"description":null},{"id":6160600474,"node_id":"LA_kwDOF83__M8AAAABbzNNmg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/core-pending","name":"core-pending","color":"fbca04","default":false,"description":null},{"id":6160600526,"node_id":"LA_kwDOF83__M8AAAABbzNNzg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/daq-pending","name":"daq-pending","color":"fbca04","default":false,"description":null},{"id":6160600591,"node_id":"LA_kwDOF83__M8AAAABbzNODw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/db-pending","name":"db-pending","color":"fbca04","default":false,"description":null},{"id":6160600663,"node_id":"LA_kwDOF83__M8AAAABbzNOVw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/dqm-pending","name":"dqm-pending","color":"fbca04","default":false,"description":null},{"id":6160600751,"node_id":"LA_kwDOF83__M8AAAABbzNOrw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/fastsim-pending","name":"fastsim-pending","color":"fbca04","default":false,"description":null},{"id":6160600900,"node_id":"LA_kwDOF83__M8AAAABbzNPRA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/generators-pending","name":"generators-pending","color":"fbca04","default":false,"description":null},{"id":6160601000,"node_id":"LA_kwDOF83__M8AAAABbzNPqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/geometry-pending","name":"geometry-pending","color":"fbca04","default":false,"description":null},{"id":6160601128,"node_id":"LA_kwDOF83__M8AAAABbzNQKA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/heterogeneous-pending","name":"heterogeneous-pending","color":"fbca04","default":false,"description":null},{"id":6160601270,"node_id":"LA_kwDOF83__M8AAAABbzNQtg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/hlt-pending","name":"hlt-pending","color":"fbca04","default":false,"description":null},{"id":6160601371,"node_id":"LA_kwDOF83__M8AAAABbzNRGw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/l1-pending","name":"l1-pending","color":"fbca04","default":false,"description":null},{"id":6160601410,"node_id":"LA_kwDOF83__M8AAAABbzNRQg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/operations-pending","name":"operations-pending","color":"fbca04","default":false,"description":null},{"id":6160601508,"node_id":"LA_kwDOF83__M8AAAABbzNRpA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pdmv-pending","name":"pdmv-pending","color":"fbca04","default":false,"description":null},{"id":6160601664,"node_id":"LA_kwDOF83__M8AAAABbzNSQA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/reconstruction-pending","name":"reconstruction-pending","color":"fbca04","default":false,"description":null},{"id":6160601741,"node_id":"LA_kwDOF83__M8AAAABbzNSjQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/simulation-pending","name":"simulation-pending","color":"fbca04","default":false,"description":null},{"id":6160601844,"node_id":"LA_kwDOF83__M8AAAABbzNS9A","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/upgrade-pending","name":"upgrade-pending","color":"fbca04","default":false,"description":null},{"id":6160602039,"node_id":"LA_kwDOF83__M8AAAABbzNTtw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/xpog-pending","name":"xpog-pending","color":"fbca04","default":false,"description":null}],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":3,"closed_issues":16,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-30T13:28:52Z","due_on":null,"closed_at":null},"draft":false,"commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/37/commits","review_comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/37/comments","review_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/37/comments","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/38ec0b5001047967c074e924158218a1e07ed0af","head":{"label":"iarspider-cmssw:tests-for-cache-2","ref":"tests-for-cache-2","sha":"38ec0b5001047967c074e924158218a1e07ed0af","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-30T13:43:16Z","pushed_at":"2025-04-30T13:52:47Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1301233,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":6,"watchers":0,"default_branch":"master"}},"base":{"label":"iarspider-cmssw:master","ref":"master","sha":"c83ecb127f70592a95b0544c2e7e2404c9d7e440","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-30T13:43:16Z","pushed_at":"2025-04-30T13:52:47Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1301233,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":6,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/37"},"html":{"href":"https://github.com/iarspider-cmssw/cmssw/pull/37"},"issue":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/37"},"comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/37/comments"},"review_comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/37/comments"},"review_comment":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/37/commits"},"statuses":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/38ec0b5001047967c074e924158218a1e07ed0af"}},"author_association":"MEMBER","auto_merge":null,"active_lock_reason":null,"merged":false,"mergeable":true,"rebaseable":true,"mergeable_state":"clean","merged_by":null,"comments":2,"review_comments":0,"maintainer_can_modify":false,"commits":4,"additions":8914,"deletions":64,"changed_files":3000} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/37/commits?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:53:04 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"6881a84f504df36f0dc71339a1aa45dcc3c061302c5a78570698f719e07f08cf"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:52:48 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4872'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '128'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CA7C:DE0F6:3A3E18:3B68EC:68122B40')] +[{"sha":"ef1fdd4522128ab6176ca2fa6a0d2e1934e2ed60","node_id":"C_kwDOF83__NoAKGVmMWZkZDQ1MjIxMjhhYjYxNzZjYTJmYTZhMGQyZTE5MzRlMmVkNjA","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-29T11:18:04Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-29T11:18:04Z"},"message":"Test merge command","tree":{"sha":"84184d71b81089b7c2439997f28e1b431a8fba77","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/84184d71b81089b7c2439997f28e1b431a8fba77"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/ef1fdd4522128ab6176ca2fa6a0d2e1934e2ed60","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ef1fdd4522128ab6176ca2fa6a0d2e1934e2ed60","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/ef1fdd4522128ab6176ca2fa6a0d2e1934e2ed60","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ef1fdd4522128ab6176ca2fa6a0d2e1934e2ed60/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c83ecb127f70592a95b0544c2e7e2404c9d7e440","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c83ecb127f70592a95b0544c2e7e2404c9d7e440","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c83ecb127f70592a95b0544c2e7e2404c9d7e440"}]},{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","node_id":"C_kwDOF83__NoAKDA1OTkxZmY0OWM2Nzc5Y2Q4NjJjZjViYjgxNzYzYmEzOTRiNjA2ODQ","commit":{"author":{"name":"iarspider","email":"iarspider@gmail.com","date":"2025-04-29T11:52:59Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2025-04-29T11:52:59Z"},"message":"Merge pull request #35 from iarspider-cmssw/test-merge-command\n\nTest merge command","tree":{"sha":"84184d71b81089b7c2439997f28e1b431a8fba77","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/84184d71b81089b7c2439997f28e1b431a8fba77"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/05991ff49c6779cd862cf5bb81763ba394b60684","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJoEL2bCRC1aQ7uu5UhlAAAWHIQAJ+6PJzxOstW4jbjrhYi6qCs\nEBxG2Y1EvtgpiE8f2Cz8YGn8/zrwO92xhVgpERTk974PIjYfMRFmh/5edHcgWvAx\n8QPywQ4RvzzgEua2mcLIzYeqowIN6TU8gM+J9MlaifAmsOJX7s8/BLRWK8KDADC1\nEqbDGTfTWN2qXGuOU3EPfK6x+xn4zCFXo3XvYNrQg8V7aSZ88V9lcALJmyxTlzDB\nUTbC826d2OkJqUBVsY6TWSriRlw6Ogzg03T7f15ZdgVwz+giKtZmboR8yu62zWeP\n3kem1+Xg93bqJnDend986GlwZN07nILRk7EQfFrEFNbBzPw4GMUeKqBcbhI6ZIAz\n5oD6E/jUwcyedYd3hAF9xxyBZ5NLbjWqhUnkzHmcLygw5dv5pnS0iCeL6GsjgZhq\nGhMKyiYk9JRsM0kzwBYlap7ZmTLxsOel+1D2DLE3joo8Abzfp6CsnqZhKo93Z5gT\n6fHoNdpb4DlpJZv9s9b+Zfh6U+uJ8W42JAbzEaxnSbUuvx+wPMbLDXWU1ZFilNS+\nsKvl2gLQfpgQ5GkZxehrgo83sxHNVKtlpuCaqouprTwoDq7g3Qf0nLJ7rVkDfUQe\nfbuDuylJQmRRo6OPzd8GM6mtPVNbOQDJGPFVTvPrqJAu3hK9ZLJsqV/oTlsV+JIE\n0D69GxhlneznaNXEiC+B\n=ER3P\n-----END PGP SIGNATURE-----\n","payload":"tree 84184d71b81089b7c2439997f28e1b431a8fba77\nparent c83ecb127f70592a95b0544c2e7e2404c9d7e440\nparent ef1fdd4522128ab6176ca2fa6a0d2e1934e2ed60\nauthor iarspider 1745927579 +0200\ncommitter GitHub 1745927579 +0200\n\nMerge pull request #35 from iarspider-cmssw/test-merge-command\n\nTest merge command","verified_at":"2025-04-29T11:58:01Z"}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/05991ff49c6779cd862cf5bb81763ba394b60684/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c83ecb127f70592a95b0544c2e7e2404c9d7e440","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c83ecb127f70592a95b0544c2e7e2404c9d7e440","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c83ecb127f70592a95b0544c2e7e2404c9d7e440"},{"sha":"ef1fdd4522128ab6176ca2fa6a0d2e1934e2ed60","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ef1fdd4522128ab6176ca2fa6a0d2e1934e2ed60","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/ef1fdd4522128ab6176ca2fa6a0d2e1934e2ed60"}]},{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","node_id":"C_kwDOF83__NoAKGMyMzA5OWM3Mzc3MTIzYjZkZTdmYWZhN2E0ODZiMjBiMThkNTRmN2U","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"message":"Try generating big cache","tree":{"sha":"f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684"}]},{"sha":"38ec0b5001047967c074e924158218a1e07ed0af","node_id":"C_kwDOF83__NoAKDM4ZWMwYjUwMDEwNDc5NjdjMDc0ZTkyNDE1ODIxOGExZTA3ZWQwYWY","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:43:40Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:52:38Z"},"message":"More changes","tree":{"sha":"33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/38ec0b5001047967c074e924158218a1e07ed0af","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/38ec0b5001047967c074e924158218a1e07ed0af","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e"}]}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af/status +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:53:05 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"c8e8e07364f582f531d3223f1291467125ac154ee2f1bac36cf504649832f69b"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo, repo:status'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4871'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '129'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CA88:C14B7:37B6E2:38E1D6:68122B41')] +{"state":"pending","statuses":[],"sha":"38ec0b5001047967c074e924158218a1e07ed0af","total_count":0,"repository":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments"},"commit_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af/status"} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/git/commits/38ec0b5001047967c074e924158218a1e07ed0af +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:53:05 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"c3dafd4bbf678cfd62b2f462f5f82d5c6d3034c94ad8321471b55e84dc732003"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:52:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4870'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '130'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CA8C:5E3FA:3957FB:3A82CD:68122B41')] +{"sha":"38ec0b5001047967c074e924158218a1e07ed0af","node_id":"C_kwDOF83__NoAKDM4ZWMwYjUwMDEwNDc5NjdjMDc0ZTkyNDE1ODIxOGExZTA3ZWQwYWY","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/38ec0b5001047967c074e924158218a1e07ed0af","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/38ec0b5001047967c074e924158218a1e07ed0af","author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:43:40Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:52:38Z"},"tree":{"sha":"33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd"},"message":"More changes","parents":[{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e"}],"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/37/comments?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:53:05 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"a08e770fad7436ddd45b4e35709f06358e04b3d8482553a2c3cddb1651c3a965"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4869'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '131'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CA9A:52083:3F8AB3:40B5CF:68122B41')] +[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2841961878","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/37#issuecomment-2841961878","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/37","id":2841961878,"node_id":"IC_kwDOF83__M6pZOWW","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-30T13:24:03Z","updated_at":"2025-04-30T13:24:03Z","author_association":"MEMBER","body":"+file-count","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2841961878/reactions","total_count":1,"+1":1,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2841978523","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/37#issuecomment-2841978523","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/37","id":2841978523,"node_id":"IC_kwDOF83__M6pZSab","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-30T13:30:10Z","updated_at":"2025-04-30T13:30:10Z","author_association":"MEMBER","body":"cms-bot internal usage","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2841978523/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:53:06 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"4706ceda59a4c53ac849644e3dcc05810f0248763b0ad17e845c1475e6ab732a"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:52:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="next", ; rel="last"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4868'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '132'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CAA6:CA32E:3A5896:3B835D:68122B41')] +{"sha":"38ec0b5001047967c074e924158218a1e07ed0af","node_id":"C_kwDOF83__NoAKDM4ZWMwYjUwMDEwNDc5NjdjMDc0ZTkyNDE1ODIxOGExZTA3ZWQwYWY","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:43:40Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:52:38Z"},"message":"More changes","tree":{"sha":"33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/38ec0b5001047967c074e924158218a1e07ed0af","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/38ec0b5001047967c074e924158218a1e07ed0af","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e"}],"stats":{"total":2973,"additions":2971,"deletions":2},"files":[{"sha":"60d40559000a6af382a8a80b477769a5b285bab5","filename":"Alignment/APEEstimation/python/samples/Data_TkAlMinBias_Run2018C_PromptReco_v3_cff.py","status":"modified","additions":0,"deletions":2,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlMinBias_Run2018C_PromptReco_v3_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlMinBias_Run2018C_PromptReco_v3_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlMinBias_Run2018C_PromptReco_v3_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -31,5 +31,3 @@\n secFiles.extend( [\n ] )\n \n--- dummy change --\n--- dummy change --"},{"sha":"ab01809920702a269e61882008b0d18ffed6f7cb","filename":"Alignment/APEEstimation/python/samples/Data_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"30b6158a54bb795f1d106caad8b0a7b80b594afb","filename":"Alignment/APEEstimation/python/samples/Data_TkAlZMuMu_Run2015B_DoubleMuon_PromptReco_v1_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlZMuMu_Run2015B_DoubleMuon_PromptReco_v1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlZMuMu_Run2015B_DoubleMuon_PromptReco_v1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlZMuMu_Run2015B_DoubleMuon_PromptReco_v1_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -28,3 +28,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fa5102e57b42f0aba49427452fd08f5e67c40fcb","filename":"Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_ApeSkim_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FMc_TkAlMuonIsolated_Phys14_74X_wlnu_ApeSkim_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FMc_TkAlMuonIsolated_Phys14_74X_wlnu_ApeSkim_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FMc_TkAlMuonIsolated_Phys14_74X_wlnu_ApeSkim_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d6726943c45fb45417712ae422db98c1fb1bf600","filename":"Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FMc_TkAlMuonIsolated_Phys14_74X_wlnu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FMc_TkAlMuonIsolated_Phys14_74X_wlnu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FMc_TkAlMuonIsolated_Phys14_74X_wlnu_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -65,3 +65,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fb6d06143e25071d2468dd4d015db2220f64aef3","filename":"Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsEntry.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignmentExtendedCorrelationsEntry.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignmentExtendedCorrelationsEntry.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignmentExtendedCorrelationsEntry.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -66,3 +66,4 @@ class AlignmentExtendedCorrelationsEntry {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0c7a1e6c379e7a0f3c0b8692bb9b3fc895a62580","filename":"Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsStore.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignmentExtendedCorrelationsStore.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignmentExtendedCorrelationsStore.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignmentExtendedCorrelationsStore.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -99,3 +99,4 @@ class AlignmentExtendedCorrelationsStore : public AlignmentCorrelationsStore {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"98a897a34ba9dd6c3c928142d7c5ea6d64cebecc","filename":"Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationPluginFactory.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FIntegratedCalibrationPluginFactory.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FIntegratedCalibrationPluginFactory.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FIntegratedCalibrationPluginFactory.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -19,3 +19,4 @@ typedef edmplugin::PluginFactory; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4867'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '133'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CAAA:52083:3F9072:40BB6E:68122B42')] +{"sha":"38ec0b5001047967c074e924158218a1e07ed0af","node_id":"C_kwDOF83__NoAKDM4ZWMwYjUwMDEwNDc5NjdjMDc0ZTkyNDE1ODIxOGExZTA3ZWQwYWY","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:43:40Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:52:38Z"},"message":"More changes","tree":{"sha":"33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/38ec0b5001047967c074e924158218a1e07ed0af","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/38ec0b5001047967c074e924158218a1e07ed0af","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e"}],"stats":{"total":2973,"additions":2971,"deletions":2},"files":[{"sha":"92700bba43bfaf78f4c93eefa6ef2f5e85c3671c","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanLSFJOBReports","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemScriptCleanLSFJOBReports","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemScriptCleanLSFJOBReports","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemScriptCleanLSFJOBReports?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -37,3 +37,4 @@ endif\n echo \"*EcnaSystemScriptCleanLSFJOBReports> End of execution.\"\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0939961769fac073b49e5cee7bbb89e952e66c12","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanPythonFiles","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemScriptCleanPythonFiles","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemScriptCleanPythonFiles","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemScriptCleanPythonFiles?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -37,3 +37,4 @@ endif\n echo \"*EcnaSystemScriptCleanPythonFiles> End of execution.\"\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a8642b2109e66b155a3e0b0d471615fccd7f101c","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanSubmissionScripts","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemScriptCleanSubmissionScripts","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemScriptCleanSubmissionScripts","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemScriptCleanSubmissionScripts?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -39,3 +39,4 @@ endif\n echo \"*EcnaSystemScriptCleanSubmissionScripts> End of execution.\"\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8e8689071cff4c020160705548f05c279ca55d1d","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160077","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R160077","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R160077","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R160077?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"505bd39e71b4173d31fbc8ba9bdfe361d15100c5","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160994","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R160994","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R160994","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R160994?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -2,3 +2,4 @@\n '/store/data/Run2011A/TestEnables/RAW/v1/000/160/994/2CD5B5F5-C753-E011-87A4-000423D996C8.root'\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f54b47ea8f2688acfb51d938738641e55b237d1c","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160998","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R160998","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R160998","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R160998?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -17,3 +17,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4d38536df3bb0a24123a61b163cd310b366c5870","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161016","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R161016","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R161016","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R161016?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -20,3 +20,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8f8bd89706fe31638c6a7c50526e567534800298","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161020","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R161020","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R161020","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R161020?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1,3 +1,4 @@\n '/store/data/Run2011A/Tau/RAW/v1/000/161/020/0874F601-0A54-E011-A780-0030487CD6E6.root'\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"128bdec50102797b9d08cec919f65b22a380f791","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161311","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R161311","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R161311","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R161311?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -2,3 +2,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"527e0d973cf45d6110aab10ea17720730d87e1c6","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R162517","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R162517","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R162517","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R162517?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d7ea1143b4d5a37f4a88d943ab32a8ab5185eec4","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R162811","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R162811","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R162811","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R162811?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -22,3 +22,4 @@\n '/store/data/Run2011A/TestEnables/RAW/v1/000/162/811/060E4939-8467-E011-A79B-001617C3B710.root'\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c8161f122024d344733a0a436b49ee4b97d11708","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R170298","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R170298","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R170298","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R170298?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6b048167070117e321fcbaefec5e9e7d8549641a","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R175975","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R175975","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R175975","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R175975?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,3 +9,4 @@\n '/store/data/Run2011B/TestEnablesEcalHcalDT/RAW/v1/000/175/975/04491905-95DB-E011-B880-BCAEC518FF6E.root',\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c2ea768d1075a93095d4c867d72e6a285ecfdc63","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R178231","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R178231","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R178231","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R178231?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n '/store/data/Run2011B/TestEnablesEcalHcalDT/RAW/v1/000/178/231/121DFE24-D7F3-E011-AD82-003048D2C020.root'\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f285741a273be2eee1f8c87da7b212ca5476a047","filename":"CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_ideal.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_128_MC_ideal.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_128_MC_ideal.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_128_MC_ideal.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -149,5 +149,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"2568f650d3d7ba83e80b6dac9c2373de458b3eb9","filename":"CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_ideal_prep.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_128_MC_ideal_prep.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_128_MC_ideal_prep.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_128_MC_ideal_prep.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -150,5 +150,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"13d1abb7f9fc83179b3cc43c028f1b1effd437e1","filename":"CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_startup.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_128_MC_startup.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_128_MC_startup.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_128_MC_startup.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -149,5 +149,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"9cae8d1cf3aa1ed10dec3f4fb69881c311fa328e","filename":"CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_startup_prep.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_128_MC_startup_prep.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_128_MC_startup_prep.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_128_MC_startup_prep.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -150,5 +150,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"c07407f9e0803f7bccfa4fd729627196d496ce10","filename":"CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_ideal_prep.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_MC_ideal_prep.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_MC_ideal_prep.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_MC_ideal_prep.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -150,5 +150,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"5723db976a2a4ebe975a583065d6d46e9d99401a","filename":"CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_startup.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_MC_startup.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_MC_startup.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_MC_startup.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -149,5 +149,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"f8fff72c3643d2f8582e364596d8baa8b064f644","filename":"CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_startup_prep.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_MC_startup_prep.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_MC_startup_prep.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_MC_startup_prep.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -150,5 +150,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"65b22e5ae052c20296b08c42361fcd3619fb9de2","filename":"CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_ideal_prep.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv5_MC_ideal_prep.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv5_MC_ideal_prep.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv5_MC_ideal_prep.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -158,5 +158,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"5218eab93fab3b3ee5c148cb2725900135d09d21","filename":"CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_startup.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv5_MC_startup.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv5_MC_startup.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv5_MC_startup.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -158,5 +158,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"e1163ef72dfc2ece0ad0c8815d1c3e1149849d85","filename":"CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_startup_prep.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv5_MC_startup_prep.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv5_MC_startup_prep.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv5_MC_startup_prep.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -184,5 +184,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"dc3d6276f4ab7841822317dbb027bb63882a20b2","filename":"CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv4_128_MC_startup.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FproduceTPGParameters_beamv4_128_MC_startup.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FproduceTPGParameters_beamv4_128_MC_startup.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FproduceTPGParameters_beamv4_128_MC_startup.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -145,3 +145,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2efa2f09669332cb2f8133f64a86b95666a3bd76","filename":"CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv6_transparency_spikekill_2016_script.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FproduceTPGParameters_beamv6_transparency_spikekill_2016_script.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FproduceTPGParameters_beamv6_transparency_spikekill_2016_script.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FproduceTPGParameters_beamv6_transparency_spikekill_2016_script.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -171,3 +171,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"885deb06642551b4907fd42b9a1777b6276d2166","filename":"CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv6_transparency_spikekill_2016_script_270062.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FproduceTPGParameters_beamv6_transparency_spikekill_2016_script_270062.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FproduceTPGParameters_beamv6_transparency_spikekill_2016_script_270062.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FproduceTPGParameters_beamv6_transparency_spikekill_2016_script_270062.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -198,3 +198,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ce93f62a89754c0196f574e4f3353c5ab8098033","filename":"CalibCalorimetry/EcalTrivialCondModules/interface/EcalTrivialConditionRetriever.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalTrivialCondModules%2Finterface%2FEcalTrivialConditionRetriever.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalTrivialCondModules%2Finterface%2FEcalTrivialConditionRetriever.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTrivialCondModules%2Finterface%2FEcalTrivialConditionRetriever.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -411,3 +411,4 @@ class EcalTrivialConditionRetriever : public edm::ESProducer, public edm::EventS\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2b0fff812980e9a965a818c24d50be21f44f3bec","filename":"CalibCalorimetry/EcalTrivialCondModules/python/EcalTrivialCondRetrieverTB_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalTrivialCondModules%2Fpython%2FEcalTrivialCondRetrieverTB_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibCalorimetry%2FEcalTrivialCondModules%2Fpython%2FEcalTrivialCondRetrieverTB_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTrivialCondModules%2Fpython%2FEcalTrivialCondRetrieverTB_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -18,3 +18,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9eb5cab6f88ceb050121351e5aeafbefb1e99f70","filename":"CalibMuon/DTCalibration/python/dt_offlineAnalysis_common_cosmics_vDriftSeg_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibMuon%2FDTCalibration%2Fpython%2Fdt_offlineAnalysis_common_cosmics_vDriftSeg_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibMuon%2FDTCalibration%2Fpython%2Fdt_offlineAnalysis_common_cosmics_vDriftSeg_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibMuon%2FDTCalibration%2Fpython%2Fdt_offlineAnalysis_common_cosmics_vDriftSeg_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n dtCalibOfflineRecoRAW = cms.Sequence(muonDTDigis + dt1DRecHits + dt2DSegments + dt4DSegments)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"574a64f2a8a128f859039c68ec3ac33b4b6dce70","filename":"CalibPPS/AlignmentGlobal/python/ALCARECOPromptCalibProdPPSAlignment_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibPPS%2FAlignmentGlobal%2Fpython%2FALCARECOPromptCalibProdPPSAlignment_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibPPS%2FAlignmentGlobal%2Fpython%2FALCARECOPromptCalibProdPPSAlignment_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibPPS%2FAlignmentGlobal%2Fpython%2FALCARECOPromptCalibProdPPSAlignment_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n OutALCARECOPromptCalibProdPPSAlignment.outputCommands.insert(0, 'drop *')\r\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7c0531a18f3811b8a63daa2ef8dcc103a68b71a9","filename":"CalibPPS/ESProducers/interface/CTPPSRPAlignmentCorrectionsDataESSourceXMLCommon.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibPPS%2FESProducers%2Finterface%2FCTPPSRPAlignmentCorrectionsDataESSourceXMLCommon.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibPPS%2FESProducers%2Finterface%2FCTPPSRPAlignmentCorrectionsDataESSourceXMLCommon.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibPPS%2FESProducers%2Finterface%2FCTPPSRPAlignmentCorrectionsDataESSourceXMLCommon.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -37,3 +37,4 @@ class CTPPSRPAlignmentCorrectionsDataESSourceXMLCommon {\n };\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"734b783d52248ba35c40a623029ff98d77009025","filename":"CalibPPS/TimingCalibration/plugins/PPSDiamondSampicTimingCalibrationPCLHarvester.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibPPS%2FTimingCalibration%2Fplugins%2FPPSDiamondSampicTimingCalibrationPCLHarvester.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibPPS%2FTimingCalibration%2Fplugins%2FPPSDiamondSampicTimingCalibrationPCLHarvester.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibPPS%2FTimingCalibration%2Fplugins%2FPPSDiamondSampicTimingCalibrationPCLHarvester.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -290,3 +290,4 @@ void PPSDiamondSampicTimingCalibrationPCLHarvester::fillDescriptions(edm::Config\n DEFINE_FWK_MODULE(PPSDiamondSampicTimingCalibrationPCLHarvester);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"75d6d17981436a68d9b015cc77c230ecbed7205e","filename":"CalibPPS/TimingCalibration/plugins/PPSDiamondSampicTimingCalibrationPCLWorker.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibPPS%2FTimingCalibration%2Fplugins%2FPPSDiamondSampicTimingCalibrationPCLWorker.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibPPS%2FTimingCalibration%2Fplugins%2FPPSDiamondSampicTimingCalibrationPCLWorker.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibPPS%2FTimingCalibration%2Fplugins%2FPPSDiamondSampicTimingCalibrationPCLWorker.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -191,3 +191,4 @@ bool PPSDiamondSampicTimingCalibrationPCLWorker::searchForProduct(edm::Event con\n DEFINE_FWK_MODULE(PPSDiamondSampicTimingCalibrationPCLWorker);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"79bdc48b7ae056db28d59ae7552fc09ced5101c0","filename":"CalibPPS/TimingCalibration/python/ALCARECOPPSDiamondSampicTimingCalibHarvester_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibPPS%2FTimingCalibration%2Fpython%2FALCARECOPPSDiamondSampicTimingCalibHarvester_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibPPS%2FTimingCalibration%2Fpython%2FALCARECOPPSDiamondSampicTimingCalibHarvester_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibPPS%2FTimingCalibration%2Fpython%2FALCARECOPPSDiamondSampicTimingCalibHarvester_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -19,3 +19,4 @@\n dqmEnvPPSTimingSampicCalibration)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"06a6787b477afbc600978b46cfe7736317c81929","filename":"CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibPPS%2FTimingCalibration%2Fpython%2FALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibPPS%2FTimingCalibration%2Fpython%2FALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibPPS%2FTimingCalibration%2Fpython%2FALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n OutALCARECOPromptCalibProdPPSDiamondSampic.outputCommands.insert(0, 'drop *')\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b4b258d26fb26eb09fcd96fe9887f19dcc015e12","filename":"CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibPPS%2FTimingCalibration%2Fpython%2FALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibPPS%2FTimingCalibration%2Fpython%2FALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibPPS%2FTimingCalibration%2Fpython%2FALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -22,3 +22,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"94415bb715304f45735b90837565729c94ce9838","filename":"CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSTimingCalib_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibPPS%2FTimingCalibration%2Fpython%2FALCARECOPromptCalibProdPPSTimingCalib_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibPPS%2FTimingCalibration%2Fpython%2FALCARECOPromptCalibProdPPSTimingCalib_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibPPS%2FTimingCalibration%2Fpython%2FALCARECOPromptCalibProdPPSTimingCalib_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n OutALCARECOPromptCalibProdPPSTimingCalib.outputCommands.insert(0, 'drop *')\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e6d34da35de3b79b61dcfa69e3de91494ae63fa5","filename":"CalibTracker/Configuration/python/SiPixelCabling/SiPixelCabling_Frontier_DevDB_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FConfiguration%2Fpython%2FSiPixelCabling%2FSiPixelCabling_Frontier_DevDB_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FConfiguration%2Fpython%2FSiPixelCabling%2FSiPixelCabling_Frontier_DevDB_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FConfiguration%2Fpython%2FSiPixelCabling%2FSiPixelCabling_Frontier_DevDB_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1b2ce1dfb723ed8102193a33bd12557811c2bec4","filename":"CalibTracker/Configuration/python/SiPixelCabling/SiPixelCabling_Frontier_IntDB_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FConfiguration%2Fpython%2FSiPixelCabling%2FSiPixelCabling_Frontier_IntDB_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FConfiguration%2Fpython%2FSiPixelCabling%2FSiPixelCabling_Frontier_IntDB_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FConfiguration%2Fpython%2FSiPixelCabling%2FSiPixelCabling_Frontier_IntDB_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3d883625a95bbe201c5da3b5f41b62691bf15449","filename":"CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Fake_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FConfiguration%2Fpython%2FSiPixelLorentzAngle%2FSiPixelLorentzAngle_Fake_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FConfiguration%2Fpython%2FSiPixelLorentzAngle%2FSiPixelLorentzAngle_Fake_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FConfiguration%2Fpython%2FSiPixelLorentzAngle%2FSiPixelLorentzAngle_Fake_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b2f88dc40b05ba2d0e74e48e5296aea02ce3f1e1","filename":"CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_DevDB_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FConfiguration%2Fpython%2FSiPixelLorentzAngle%2FSiPixelLorentzAngle_Frontier_DevDB_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FConfiguration%2Fpython%2FSiPixelLorentzAngle%2FSiPixelLorentzAngle_Frontier_DevDB_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FConfiguration%2Fpython%2FSiPixelLorentzAngle%2FSiPixelLorentzAngle_Frontier_DevDB_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8d6d4658c095a08a996a334165a243a3bb7871af","filename":"CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_IntDB_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FConfiguration%2Fpython%2FSiPixelLorentzAngle%2FSiPixelLorentzAngle_Frontier_IntDB_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FConfiguration%2Fpython%2FSiPixelLorentzAngle%2FSiPixelLorentzAngle_Frontier_IntDB_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FConfiguration%2Fpython%2FSiPixelLorentzAngle%2FSiPixelLorentzAngle_Frontier_IntDB_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e3e8ecac81c70f20d29d70e98522a618b3ec0e39","filename":"CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FConfiguration%2Fpython%2FSiPixelLorentzAngle%2FSiPixelLorentzAngle_Frontier_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FConfiguration%2Fpython%2FSiPixelLorentzAngle%2FSiPixelLorentzAngle_Frontier_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FConfiguration%2Fpython%2FSiPixelLorentzAngle%2FSiPixelLorentzAngle_Frontier_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bb269882ef0a198b8b7b4cec410a8b2cc5958efa","filename":"CalibTracker/Configuration/python/SiStripLorentzAngle/SiStripLorentzAngle_Fake_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FConfiguration%2Fpython%2FSiStripLorentzAngle%2FSiStripLorentzAngle_Fake_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FConfiguration%2Fpython%2FSiStripLorentzAngle%2FSiStripLorentzAngle_Fake_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FConfiguration%2Fpython%2FSiStripLorentzAngle%2FSiStripLorentzAngle_Fake_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d6324added05fc7031ed57a56b1857d5adcf886b","filename":"CalibTracker/Configuration/python/SiStripLorentzAngle/SiStripLorentzAngle_Frontier_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FConfiguration%2Fpython%2FSiStripLorentzAngle%2FSiStripLorentzAngle_Frontier_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FConfiguration%2Fpython%2FSiStripLorentzAngle%2FSiStripLorentzAngle_Frontier_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FConfiguration%2Fpython%2FSiStripLorentzAngle%2FSiStripLorentzAngle_Frontier_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -20,3 +20,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9a94c7fd02eadf1869bdac3358bd5fd403014bff","filename":"CalibTracker/Configuration/python/SiStripNoise/SiStripNoise_Fake_APVModeDec_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FConfiguration%2Fpython%2FSiStripNoise%2FSiStripNoise_Fake_APVModeDec_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FConfiguration%2Fpython%2FSiStripNoise%2FSiStripNoise_Fake_APVModeDec_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FConfiguration%2Fpython%2FSiStripNoise%2FSiStripNoise_Fake_APVModeDec_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n siStripNoisesFakeESSource.NoiseStripLengthQuote = cms.vdouble(630.)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2c7f24a21afcdee0b598cefc6cbe5105bd607e42","filename":"CalibTracker/Configuration/python/SiStripNoise/SiStripNoise_Fake_APVModePeak_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FConfiguration%2Fpython%2FSiStripNoise%2FSiStripNoise_Fake_APVModePeak_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FConfiguration%2Fpython%2FSiStripNoise%2FSiStripNoise_Fake_APVModePeak_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FConfiguration%2Fpython%2FSiStripNoise%2FSiStripNoise_Fake_APVModePeak_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n siStripNoisesFakeESSource.NoiseStripLengthQuote = cms.vdouble(414.)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4284319f4b3d11974a891db777381b235a711918","filename":"CalibTracker/Configuration/python/TrackerAlignment/TrackerAlignment_Frontier_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FConfiguration%2Fpython%2FTrackerAlignment%2FTrackerAlignment_Frontier_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FConfiguration%2Fpython%2FTrackerAlignment%2FTrackerAlignment_Frontier_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FConfiguration%2Fpython%2FTrackerAlignment%2FTrackerAlignment_Frontier_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -19,3 +19,4 @@\n # ESPrefer(\"PoolDBESSource\", \"trackerAlignment\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3f8b90837fda2a464599476907a7cc57393ddaa1","filename":"CalibTracker/Configuration/python/Tracker_DependentRecords_forGlobalTag_nofakes_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FConfiguration%2Fpython%2FTracker_DependentRecords_forGlobalTag_nofakes_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FConfiguration%2Fpython%2FTracker_DependentRecords_forGlobalTag_nofakes_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FConfiguration%2Fpython%2FTracker_DependentRecords_forGlobalTag_nofakes_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -43,3 +43,4 @@\n from RecoTracker.TkMSParametrization.multipleScatteringParametrisationMakerESProducer_cfi import *\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"647455c6540d6dda4eaaecdd2cd5a140a7235904","filename":"CalibTracker/SiPhase2TrackerESProducers/interface/SiPhase2OuterTrackerFakeLorentzAngleESSource.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPhase2TrackerESProducers%2Finterface%2FSiPhase2OuterTrackerFakeLorentzAngleESSource.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPhase2TrackerESProducers%2Finterface%2FSiPhase2OuterTrackerFakeLorentzAngleESSource.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPhase2TrackerESProducers%2Finterface%2FSiPhase2OuterTrackerFakeLorentzAngleESSource.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -61,3 +61,4 @@ class SiPhase2OuterTrackerFakeLorentzAngleESSource : public edm::ESProducer,\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5cb4b32112c4c017c6847996255d069174d17ba9","filename":"CalibTracker/SiPhase2TrackerESProducers/plugins/SiPhase2BadStripConfigurableFakeESSource.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPhase2TrackerESProducers%2Fplugins%2FSiPhase2BadStripConfigurableFakeESSource.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPhase2TrackerESProducers%2Fplugins%2FSiPhase2BadStripConfigurableFakeESSource.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPhase2TrackerESProducers%2Fplugins%2FSiPhase2BadStripConfigurableFakeESSource.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -253,3 +253,4 @@ void SiPhase2BadStripConfigurableFakeESSource::fillDescriptions(edm::Configurati\n DEFINE_FWK_EVENTSETUP_SOURCE(SiPhase2BadStripConfigurableFakeESSource);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"dedf2cb24b179cc453abd4c4cd89819937363d08","filename":"CalibTracker/SiPhase2TrackerESProducers/plugins/SiPhase2OuterTrackerFakeLorentzAngleESSource.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPhase2TrackerESProducers%2Fplugins%2FSiPhase2OuterTrackerFakeLorentzAngleESSource.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPhase2TrackerESProducers%2Fplugins%2FSiPhase2OuterTrackerFakeLorentzAngleESSource.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPhase2TrackerESProducers%2Fplugins%2FSiPhase2OuterTrackerFakeLorentzAngleESSource.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -98,3 +98,4 @@ void SiPhase2OuterTrackerFakeLorentzAngleESSource::fillDescriptions(edm::Configu\n DEFINE_FWK_EVENTSETUP_SOURCE(SiPhase2OuterTrackerFakeLorentzAngleESSource);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fb417fd470bd10cfcc47dfe27a4ab16e1ec86589","filename":"CalibTracker/SiPhase2TrackerESProducers/python/SiPhase2OuterTrackerFakeLorentzAngleESSource_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPhase2TrackerESProducers%2Fpython%2FSiPhase2OuterTrackerFakeLorentzAngleESSource_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPhase2TrackerESProducers%2Fpython%2FSiPhase2OuterTrackerFakeLorentzAngleESSource_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPhase2TrackerESProducers%2Fpython%2FSiPhase2OuterTrackerFakeLorentzAngleESSource_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n recordName = 'LorentzAngle')\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3a2fbb1a2adfacf58051412923cb665779d3bb63","filename":"CalibTracker/SiPixelConnectivity/plugins/PixelToFEDAssociateFromAsciiESProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelConnectivity%2Fplugins%2FPixelToFEDAssociateFromAsciiESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelConnectivity%2Fplugins%2FPixelToFEDAssociateFromAsciiESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelConnectivity%2Fplugins%2FPixelToFEDAssociateFromAsciiESProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -18,3 +18,4 @@ std::unique_ptr PixelToFEDAssociateFromAsciiESProducer::pro\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6bd920c4f5c932dcc042505dc2e397f39ddea40f","filename":"CalibTracker/SiPixelConnectivity/plugins/PixelToFEDAssociateFromAsciiESProducer.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelConnectivity%2Fplugins%2FPixelToFEDAssociateFromAsciiESProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelConnectivity%2Fplugins%2FPixelToFEDAssociateFromAsciiESProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelConnectivity%2Fplugins%2FPixelToFEDAssociateFromAsciiESProducer.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -21,3 +21,4 @@ class PixelToFEDAssociateFromAsciiESProducer : public edm::ESProducer {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"253f018f1fce6a6ac2ab5d70492827e3ad4fbcd9","filename":"CalibTracker/SiPixelConnectivity/plugins/PixelToLNKAssociateFromAsciiESProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelConnectivity%2Fplugins%2FPixelToLNKAssociateFromAsciiESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelConnectivity%2Fplugins%2FPixelToLNKAssociateFromAsciiESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelConnectivity%2Fplugins%2FPixelToLNKAssociateFromAsciiESProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -18,3 +18,4 @@ std::unique_ptr PixelToLNKAssociateFromAsciiESProducer::pro\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8dd5f01d88b1f632b922df119ffdc8a221e5f629","filename":"CalibTracker/SiPixelConnectivity/plugins/PixelToLNKAssociateFromAsciiESProducer.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelConnectivity%2Fplugins%2FPixelToLNKAssociateFromAsciiESProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelConnectivity%2Fplugins%2FPixelToLNKAssociateFromAsciiESProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelConnectivity%2Fplugins%2FPixelToLNKAssociateFromAsciiESProducer.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -21,3 +21,4 @@ class PixelToLNKAssociateFromAsciiESProducer : public edm::ESProducer {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f5921cfc9368848d5e8732a559aadbd47f03e0e5","filename":"CalibTracker/SiPixelConnectivity/python/PixelToLNKAssociateFromAsciiESProducer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelConnectivity%2Fpython%2FPixelToLNKAssociateFromAsciiESProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelConnectivity%2Fpython%2FPixelToLNKAssociateFromAsciiESProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelConnectivity%2Fpython%2FPixelToLNKAssociateFromAsciiESProducer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"aab3190c73aa9d7a1e8b27d0154853fdc49a9051","filename":"CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationForHLTSimService.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelESProducers%2Finterface%2FSiPixelGainCalibrationForHLTSimService.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelESProducers%2Finterface%2FSiPixelGainCalibrationForHLTSimService.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelESProducers%2Finterface%2FSiPixelGainCalibrationForHLTSimService.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -38,3 +38,4 @@ class SiPixelGainCalibrationForHLTSimService\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f2a0897aa26df9315d0724458e060a877e3b7517","filename":"CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationOfflineService.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelESProducers%2Finterface%2FSiPixelGainCalibrationOfflineService.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelESProducers%2Finterface%2FSiPixelGainCalibrationOfflineService.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelESProducers%2Finterface%2FSiPixelGainCalibrationOfflineService.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -36,3 +36,4 @@ class SiPixelGainCalibrationOfflineService\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"287b2c96465ef8565a36068f76f0879ca65f145c","filename":"CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationOfflineSimService.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelESProducers%2Finterface%2FSiPixelGainCalibrationOfflineSimService.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelESProducers%2Finterface%2FSiPixelGainCalibrationOfflineSimService.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelESProducers%2Finterface%2FSiPixelGainCalibrationOfflineSimService.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -37,3 +37,4 @@ class SiPixelGainCalibrationOfflineSimService\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cc6e1dd3cd8458bd76398c54f653ecd721029dde","filename":"CalibTracker/SiPixelESProducers/plugins/SiPixelGainCalibrationForHLTGPUESProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelESProducers%2Fplugins%2FSiPixelGainCalibrationForHLTGPUESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelESProducers%2Fplugins%2FSiPixelGainCalibrationForHLTGPUESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelESProducers%2Fplugins%2FSiPixelGainCalibrationForHLTGPUESProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -49,3 +49,4 @@ std::unique_ptr SiPixelGainCalibrationForHLTGPU\n DEFINE_FWK_EVENTSETUP_MODULE(SiPixelGainCalibrationForHLTGPUESProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c5ddc91b629a1c1597a496306651848b12ebd028","filename":"CalibTracker/SiPixelESProducers/plugins/SiPixelROCsStatusAndMappingWrapperESProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelESProducers%2Fplugins%2FSiPixelROCsStatusAndMappingWrapperESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelESProducers%2Fplugins%2FSiPixelROCsStatusAndMappingWrapperESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelESProducers%2Fplugins%2FSiPixelROCsStatusAndMappingWrapperESProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -68,3 +68,4 @@ std::unique_ptr SiPixelROCsStatusAndMappingW\n DEFINE_FWK_EVENTSETUP_MODULE(SiPixelROCsStatusAndMappingWrapperESProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"353ac89f18cb0f314330c6bafdcc5578e0a34c64","filename":"CalibTracker/SiPixelESProducers/plugins/alpaka/SiPixelGainCalibrationForHLTSoAESProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelESProducers%2Fplugins%2Falpaka%2FSiPixelGainCalibrationForHLTSoAESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelESProducers%2Fplugins%2Falpaka%2FSiPixelGainCalibrationForHLTSoAESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelESProducers%2Fplugins%2Falpaka%2FSiPixelGainCalibrationForHLTSoAESProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -128,3 +128,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n DEFINE_FWK_EVENTSETUP_ALPAKA_MODULE(SiPixelGainCalibrationForHLTSoAESProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"00c7da30ad729ecff88b91cb2c73e5be97ad20cf","filename":"CalibTracker/SiPixelESProducers/python/SiPixel2DTemplateDBObjectESProducer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelESProducers%2Fpython%2FSiPixel2DTemplateDBObjectESProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelESProducers%2Fpython%2FSiPixel2DTemplateDBObjectESProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelESProducers%2Fpython%2FSiPixel2DTemplateDBObjectESProducer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6024ead466a8d03e40ae20508956ae501377a0ba","filename":"CalibTracker/SiPixelESProducers/python/SiPixelFakeGenErrorDBObjectESSource_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelESProducers%2Fpython%2FSiPixelFakeGenErrorDBObjectESSource_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelESProducers%2Fpython%2FSiPixelFakeGenErrorDBObjectESSource_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelESProducers%2Fpython%2FSiPixelFakeGenErrorDBObjectESSource_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"40a41c75214655a83081ce615298f5657c966755","filename":"CalibTracker/SiPixelESProducers/python/SiPixelFakeTemplateDBObjectESSource_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelESProducers%2Fpython%2FSiPixelFakeTemplateDBObjectESSource_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelESProducers%2Fpython%2FSiPixelFakeTemplateDBObjectESSource_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelESProducers%2Fpython%2FSiPixelFakeTemplateDBObjectESSource_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ea0bb35d421b81798e11e36500f55ea077f72084","filename":"CalibTracker/SiPixelESProducers/python/siPixelQualityForDigitizerESProducer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelESProducers%2Fpython%2FsiPixelQualityForDigitizerESProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelESProducers%2Fpython%2FsiPixelQualityForDigitizerESProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelESProducers%2Fpython%2FsiPixelQualityForDigitizerESProducer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@ def _removeSiPixelQualityForDigitizerESProducer(process):\n removeSiPixelQualityForDigitizerESProducer_ = (~run2_SiPixel_2018).makeProcessModifier( _removeSiPixelQualityForDigitizerESProducer )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"946682d1593ff1604a4798725936729a259cde91","filename":"CalibTracker/SiPixelESProducers/python/siPixelQualityForRawToDigiESProducer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelESProducers%2Fpython%2FsiPixelQualityForRawToDigiESProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelESProducers%2Fpython%2FsiPixelQualityForRawToDigiESProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelESProducers%2Fpython%2FsiPixelQualityForRawToDigiESProducer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@ def _removeSiPixelQualityForRawToDigiESProducer(process):\n removeSiPixelQualityForRawToDigiESProducer_ = (~siPixelQualityRawToDigi).makeProcessModifier( _removeSiPixelQualityForRawToDigiESProducer )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c81ae7b5748c0b120a89d92642951611b14865b3","filename":"CalibTracker/SiPixelESProducers/test/PixelFEDChannelCollectionMapTestReader_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelESProducers%2Ftest%2FPixelFEDChannelCollectionMapTestReader_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelESProducers%2Ftest%2FPixelFEDChannelCollectionMapTestReader_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelESProducers%2Ftest%2FPixelFEDChannelCollectionMapTestReader_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -80,3 +80,4 @@\n process.p = cms.Path(process.get+process.ReadDB)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"119599295a1c7cbaa51dac8eae30f0d9fa2be9eb","filename":"CalibTracker/SiPixelGainCalibration/python/SiPixelGainCalibrationAnalysis_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelGainCalibration%2Fpython%2FSiPixelGainCalibrationAnalysis_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelGainCalibration%2Fpython%2FSiPixelGainCalibrationAnalysis_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelGainCalibration%2Fpython%2FSiPixelGainCalibrationAnalysis_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -58,3 +58,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"80f27c61cc9569f37d70dad52abf3ff81fd22e94","filename":"CalibTracker/SiPixelGainCalibration/test/SimpleTestPrintOutPixelCalibAnalyzer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelGainCalibration%2Ftest%2FSimpleTestPrintOutPixelCalibAnalyzer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelGainCalibration%2Ftest%2FSimpleTestPrintOutPixelCalibAnalyzer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelGainCalibration%2Ftest%2FSimpleTestPrintOutPixelCalibAnalyzer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -65,3 +65,4 @@ void SimpleTestPrintOutPixelCalibAnalyzer::analyze(edm::StreamID id,\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e962f7091cfde8b4728bb96274348cb70bda36cf","filename":"CalibTracker/SiPixelLorentzAngle/interface/SiPixelLorentzAngleCalibrationStruct.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelLorentzAngle%2Finterface%2FSiPixelLorentzAngleCalibrationStruct.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelLorentzAngle%2Finterface%2FSiPixelLorentzAngleCalibrationStruct.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelLorentzAngle%2Finterface%2FSiPixelLorentzAngleCalibrationStruct.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -115,3 +115,4 @@ struct SiPixelLorentzAngleCalibrationHistograms {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b3d8e0aef0c414fde98559928811aab55778cd31","filename":"CalibTracker/SiPixelLorentzAngle/python/ALCARECOSiPixelLorentzAngle_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelLorentzAngle%2Fpython%2FALCARECOSiPixelLorentzAngle_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelLorentzAngle%2Fpython%2FALCARECOSiPixelLorentzAngle_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelLorentzAngle%2Fpython%2FALCARECOSiPixelLorentzAngle_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b911ad91013813343d1be00aa778f8abc981f6b9","filename":"CalibTracker/SiPixelLorentzAngle/python/SiPixelLorentzAnglePCLHarvesterMCS_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelLorentzAngle%2Fpython%2FSiPixelLorentzAnglePCLHarvesterMCS_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelLorentzAngle%2Fpython%2FSiPixelLorentzAnglePCLHarvesterMCS_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelLorentzAngle%2Fpython%2FSiPixelLorentzAnglePCLHarvesterMCS_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d02c7bf914ad4d121d5d056980bf7999266a9b4e","filename":"CalibTracker/SiPixelLorentzAngle/test/calculateLorentzAngleFromClusterSizeFpix.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelLorentzAngle%2Ftest%2FcalculateLorentzAngleFromClusterSizeFpix.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelLorentzAngle%2Ftest%2FcalculateLorentzAngleFromClusterSizeFpix.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelLorentzAngle%2Ftest%2FcalculateLorentzAngleFromClusterSizeFpix.C?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -333,3 +333,4 @@ int calculateLorentzAngleFromClusterSizeFpix()\n }\r\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bd56736c601a2617e182926521d08fa61e908914","filename":"CalibTracker/SiPixelSCurveCalibration/interface/SiPixelSCurveCalibrationAnalysis.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelSCurveCalibration%2Finterface%2FSiPixelSCurveCalibrationAnalysis.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelSCurveCalibration%2Finterface%2FSiPixelSCurveCalibrationAnalysis.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelSCurveCalibration%2Finterface%2FSiPixelSCurveCalibrationAnalysis.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -127,3 +127,4 @@ class SiPixelSCurveCalibrationAnalysis : public SiPixelOfflineCalibAnalysisBase\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fec8704b94d4cec36f5d7ef22b9f5387613e8431","filename":"CalibTracker/SiPixelSCurveCalibration/python/SiPixelSCurveCalibrationAnalysis_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelSCurveCalibration%2Fpython%2FSiPixelSCurveCalibrationAnalysis_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiPixelSCurveCalibration%2Fpython%2FSiPixelSCurveCalibrationAnalysis_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelSCurveCalibration%2Fpython%2FSiPixelSCurveCalibrationAnalysis_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -41,3 +41,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9051c7fb857f2911d356e8e1d550503302fd17ac","filename":"CalibTracker/SiStripChannelGain/test/CodeExample/produceCalibrationTree_cfg_OnBatch.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripChannelGain%2Ftest%2FCodeExample%2FproduceCalibrationTree_cfg_OnBatch.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripChannelGain%2Ftest%2FCodeExample%2FproduceCalibrationTree_cfg_OnBatch.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripChannelGain%2Ftest%2FCodeExample%2FproduceCalibrationTree_cfg_OnBatch.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -212,3 +212,4 @@ def CreateTheShellFile(PATH,INDEX):\n print(\"\\n\\n\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fe54a730ae173ad5d75f7f0a98c6cb237a6e4fe9","filename":"CalibTracker/SiStripChannelGain/test/Cosmic_B38/SiStrip_ChannelGain_Cosmic_Craft.db","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripChannelGain%2Ftest%2FCosmic_B38%2FSiStrip_ChannelGain_Cosmic_Craft.db","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripChannelGain%2Ftest%2FCosmic_B38%2FSiStrip_ChannelGain_Cosmic_Craft.db","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripChannelGain%2Ftest%2FCosmic_B38%2FSiStrip_ChannelGain_Cosmic_Craft.db?ref=38ec0b5001047967c074e924158218a1e07ed0af"},{"sha":"95c340925c49b522e9619fbaf387c92cbe6a010e","filename":"CalibTracker/SiStripChannelGain/test/UsefullCode/Comparison/MakeChargeDistribution.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FComparison%2FMakeChargeDistribution.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FComparison%2FMakeChargeDistribution.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FComparison%2FMakeChargeDistribution.C?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -258,3 +258,4 @@ void PlotMacro_Core(string input, string input2, string moduleName, string outpu\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"12ee9a170326e71a3455f0930683d5f39dacb31b","filename":"CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/MakeAsciiFileFromTree.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FMakeAsciiFileFromTree.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FMakeAsciiFileFromTree.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FMakeAsciiFileFromTree.C?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -115,3 +115,4 @@ void MakeAsciiFileFromTree(){\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"879355cfdf71d79c79c936529c80dd3238e99b6f","filename":"CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/MakeAsciiFileFromTree.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FMakeAsciiFileFromTree.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FMakeAsciiFileFromTree.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FMakeAsciiFileFromTree.sh?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -28,3 +28,4 @@ EOF\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b35a43d6a10a3b586b120019c0e15fd3e60a6f1a","filename":"CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/PredictedVsObserved.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FPredictedVsObserved.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FPredictedVsObserved.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FPredictedVsObserved.C?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -273,3 +273,4 @@ if(true){\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"879355cfdf71d79c79c936529c80dd3238e99b6f","filename":"CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/PredictedVsObserved.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FPredictedVsObserved.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FPredictedVsObserved.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FPredictedVsObserved.sh?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -28,3 +28,4 @@ EOF\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1ea509b272167b9ffa1590ce1af3c62f1e642150","filename":"CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/ProducePayloadFromASCII_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FProducePayloadFromASCII_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FProducePayloadFromASCII_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FProducePayloadFromASCII_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -59,3 +59,4 @@\n process.p = cms.Path(process.SiStripCalibFromAscii) \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4f2731c3247755184957b861e1a75eb467c7d6f1","filename":"CalibTracker/SiStripChannelGain/test/UsefullCode/TimeHistory/MakeChargeDistribution.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FTimeHistory%2FMakeChargeDistribution.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FTimeHistory%2FMakeChargeDistribution.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FTimeHistory%2FMakeChargeDistribution.C?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -184,3 +184,4 @@ void PlotMacro_Core(string input, string input2, string moduleName, string outpu\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a4a7093dbcf02c3eb617664c3a783b265081b6bf","filename":"CalibTracker/SiStripCommon/test/MakeCalibrationTrees/produceCalibrationTree_CosmicsLABP_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripCommon%2Ftest%2FMakeCalibrationTrees%2FproduceCalibrationTree_CosmicsLABP_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripCommon%2Ftest%2FMakeCalibrationTrees%2FproduceCalibrationTree_CosmicsLABP_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripCommon%2Ftest%2FMakeCalibrationTrees%2FproduceCalibrationTree_CosmicsLABP_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -172,3 +172,4 @@\n process.schedule = cms.Schedule(process.nanoCTPath, process.end)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9fde6b7eef9d22f91e771d9a1249efb0b4a6b58e","filename":"CalibTracker/SiStripCommon/test/MakeCalibrationTrees/produceCalibrationTree_template_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripCommon%2Ftest%2FMakeCalibrationTrees%2FproduceCalibrationTree_template_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripCommon%2Ftest%2FMakeCalibrationTrees%2FproduceCalibrationTree_template_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripCommon%2Ftest%2FMakeCalibrationTrees%2FproduceCalibrationTree_template_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -195,3 +195,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8d897ef78cd4eb02c4c0d54a904df0fe1638db27","filename":"CalibTracker/SiStripCommon/test/MakeCalibrationTrees/submitCalibTree/__init__.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripCommon%2Ftest%2FMakeCalibrationTrees%2FsubmitCalibTree%2F__init__.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripCommon%2Ftest%2FMakeCalibrationTrees%2FsubmitCalibTree%2F__init__.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripCommon%2Ftest%2FMakeCalibrationTrees%2FsubmitCalibTree%2F__init__.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1,2 +1,3 @@\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"60b0812402453ee9f2b8daf9aba2490335ed8d82","filename":"CalibTracker/SiStripCommon/test/MakeCalibrationTrees/submitCalibTree/launchJobs.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripCommon%2Ftest%2FMakeCalibrationTrees%2FsubmitCalibTree%2FlaunchJobs.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripCommon%2Ftest%2FMakeCalibrationTrees%2FsubmitCalibTree%2FlaunchJobs.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripCommon%2Ftest%2FMakeCalibrationTrees%2FsubmitCalibTree%2FlaunchJobs.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -268,3 +268,4 @@ def checkCorrupted(lastGood, config):\n # print \"unknown argument: make sure you know what you are doing?\"\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"13e9f0e9d6a017db86b09db6f89ecb2ca9a5d448","filename":"CalibTracker/SiStripDCS/test/DetVOffReaderDebug__FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripDCS%2Ftest%2FDetVOffReaderDebug__FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripDCS%2Ftest%2FDetVOffReaderDebug__FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripDCS%2Ftest%2FDetVOffReaderDebug__FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -90,3 +90,4 @@ DummyCondObjPrinter::~DummyCondObjPrinter()\n %MSG\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"359ce4274aadd1647bdbd43cb5d44a2f5bd36cbe","filename":"CalibTracker/SiStripDCS/test/HV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripDCS%2Ftest%2FHV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripDCS%2Ftest%2FHV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripDCS%2Ftest%2FHV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15148,3 +15148,4 @@\n 369120597\tON\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"359ce4274aadd1647bdbd43cb5d44a2f5bd36cbe","filename":"CalibTracker/SiStripDCS/test/LV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripDCS%2Ftest%2FLV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripDCS%2Ftest%2FLV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripDCS%2Ftest%2FLV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15148,3 +15148,4 @@\n 369120597\tON\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0d7acab49ae5686b715504e85b9b99f5752f9734","filename":"CalibTracker/SiStripESProducers/plugins/DBWriter/SiStripFedCablingManipulator.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fplugins%2FDBWriter%2FSiStripFedCablingManipulator.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fplugins%2FDBWriter%2FSiStripFedCablingManipulator.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fplugins%2FDBWriter%2FSiStripFedCablingManipulator.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -157,3 +157,4 @@ std::unique_ptr SiStripFedCablingManipulator::manipulate(cons\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9cf080ff811d468cf98845372d5a6041fd9acecb","filename":"CalibTracker/SiStripESProducers/plugins/fake/SiStripBackPlaneCorrectionFakeESSource.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fplugins%2Ffake%2FSiStripBackPlaneCorrectionFakeESSource.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fplugins%2Ffake%2FSiStripBackPlaneCorrectionFakeESSource.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fplugins%2Ffake%2FSiStripBackPlaneCorrectionFakeESSource.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -92,3 +92,4 @@ SiStripBackPlaneCorrectionFakeESSource::ReturnType SiStripBackPlaneCorrectionFak\n DEFINE_FWK_EVENTSETUP_SOURCE(SiStripBackPlaneCorrectionFakeESSource);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"dc38dc9f0d44ba6b42aaaa2b62b7d428e078a07a","filename":"CalibTracker/SiStripESProducers/plugins/fake/SiStripBadModuleConfigurableFakeESSource.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fplugins%2Ffake%2FSiStripBadModuleConfigurableFakeESSource.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fplugins%2Ffake%2FSiStripBadModuleConfigurableFakeESSource.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fplugins%2Ffake%2FSiStripBadModuleConfigurableFakeESSource.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -289,3 +289,4 @@ std::vector SiStripBadModuleConfigurableFakeESSource::selectDetectors(\n DEFINE_FWK_EVENTSETUP_SOURCE(SiStripBadModuleConfigurableFakeESSource);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"abc206979597dc2dea39b3476ea9b93374f9fad7","filename":"CalibTracker/SiStripESProducers/plugins/fake/SiStripNoiseNormalizedWithApvGainBuilder.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fplugins%2Ffake%2FSiStripNoiseNormalizedWithApvGainBuilder.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fplugins%2Ffake%2FSiStripNoiseNormalizedWithApvGainBuilder.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fplugins%2Ffake%2FSiStripNoiseNormalizedWithApvGainBuilder.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -115,3 +115,4 @@ void SiStripNoiseNormalizedWithApvGainBuilder::analyze(const edm::Event& evt, co\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"662045737a79eba8492be53474cb6eae3ce3f924","filename":"CalibTracker/SiStripESProducers/plugins/fake/SiStripNoiseNormalizedWithApvGainBuilder.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fplugins%2Ffake%2FSiStripNoiseNormalizedWithApvGainBuilder.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fplugins%2Ffake%2FSiStripNoiseNormalizedWithApvGainBuilder.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fplugins%2Ffake%2FSiStripNoiseNormalizedWithApvGainBuilder.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -73,3 +73,4 @@ class SiStripNoiseNormalizedWithApvGainBuilder : public edm::one::EDAnalyzer<> {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/38ec0b5001047967c074e924158218a1e07ed0af?per_page=100&page=3 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:53:07 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"a989a8b31b5fb4ed72a7c65ee657fbc229e64f13c114fe29705af2467267db39"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:52:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4866'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '134'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CAB2:237F6C:3A726E:3B9D71:68122B42')] +{"sha":"38ec0b5001047967c074e924158218a1e07ed0af","node_id":"C_kwDOF83__NoAKDM4ZWMwYjUwMDEwNDc5NjdjMDc0ZTkyNDE1ODIxOGExZTA3ZWQwYWY","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:43:40Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:52:38Z"},"message":"More changes","tree":{"sha":"33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/38ec0b5001047967c074e924158218a1e07ed0af","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/38ec0b5001047967c074e924158218a1e07ed0af","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e"}],"stats":{"total":2973,"additions":2971,"deletions":2},"files":[{"sha":"05792d94d657e93abcbe5d0c791bc50dd7fa034c","filename":"CalibTracker/SiStripESProducers/plugins/real/SiStripApvSimulationParametersESProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fplugins%2Freal%2FSiStripApvSimulationParametersESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fplugins%2Freal%2FSiStripApvSimulationParametersESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fplugins%2Freal%2FSiStripApvSimulationParametersESProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -185,3 +185,4 @@ std::unique_ptr SiStripApvSimulationParametersES\n DEFINE_FWK_EVENTSETUP_SOURCE(SiStripApvSimulationParametersESSource);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"41b1fb8173004b45bb55d86157c7cf92f5cf183b","filename":"CalibTracker/SiStripESProducers/plugins/real/SiStripBackPlaneCorrectionDepESProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fplugins%2Freal%2FSiStripBackPlaneCorrectionDepESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fplugins%2Freal%2FSiStripBackPlaneCorrectionDepESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fplugins%2Freal%2FSiStripBackPlaneCorrectionDepESProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -125,3 +125,4 @@ void SiStripBackPlaneCorrectionDepESProducer::fillDescriptions(edm::Configuratio\n DEFINE_FWK_EVENTSETUP_MODULE(SiStripBackPlaneCorrectionDepESProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0fd4e160dfb76cdf388d73b2df1630b0fe2741b0","filename":"CalibTracker/SiStripESProducers/plugins/real/SiStripLorentzAngleDepESProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fplugins%2Freal%2FSiStripLorentzAngleDepESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fplugins%2Freal%2FSiStripLorentzAngleDepESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fplugins%2Freal%2FSiStripLorentzAngleDepESProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -122,3 +122,4 @@ void SiStripLorentzAngleDepESProducer::fillDescriptions(edm::ConfigurationDescri\n DEFINE_FWK_EVENTSETUP_MODULE(SiStripLorentzAngleDepESProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"862991630f3a604d78ccb6b24000b0ae5e51c49a","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripApvGainDummyDBWriter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripApvGainDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripApvGainDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripApvGainDummyDBWriter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,5 +9,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"214c79fe2f4ff4f529b1076ca97866472731a90b","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripBackPlaneCorrectionDummyDBWriter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBackPlaneCorrectionDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBackPlaneCorrectionDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBackPlaneCorrectionDummyDBWriter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,5 +9,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"3408b3dfd12c910c4f6315c681d63bc6484e6a64","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadChannelDummyDBWriter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadChannelDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadChannelDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadChannelDummyDBWriter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,5 +9,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"2613b73701ddaf8e916b291a0891ae63378ba8cb","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadFiberDummyDBWriter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadFiberDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadFiberDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadFiberDummyDBWriter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,5 +9,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"8a02a6246f466532d5fb34cdc232d3797b1140d2","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadModuleDummyDBWriter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadModuleDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadModuleDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadModuleDummyDBWriter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,5 +10,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"e87ca48b8b86e58a5897ce62ad7b46531af5c175","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadStripDummyDBWriter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadStripDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadStripDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadStripDummyDBWriter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,5 +9,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"23856d692122ad15455d80759850fc42c63a6a1c","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadStripFromQualityDummyDBWriter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadStripFromQualityDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadStripFromQualityDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadStripFromQualityDummyDBWriter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,5 +9,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"446442c45b3c02dda4e8c9c1e0b1906d96ea22a4","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripBaseDelayDummyDBWriter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBaseDelayDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBaseDelayDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBaseDelayDummyDBWriter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n OpenIovAtTime = cms.untracked.uint32(1))\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7ab9c05717126dffa89c04a35518600b96080917","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripConfObjectDummyDBWriter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripConfObjectDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripConfObjectDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripConfObjectDummyDBWriter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,5 +9,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"fc6885900695293d7e34969640c4f3e2d4535995","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripDetVOffDummyDBWriter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripDetVOffDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripDetVOffDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripDetVOffDummyDBWriter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,5 +10,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"b749b251c2798678459ebe025ca8883dd95b254b","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripFedCablingDummyDBWriter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripFedCablingDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripFedCablingDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripFedCablingDummyDBWriter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,5 +9,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"6b3d271157285bd67e464db874fd6d2854fd5d98","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripFedCablingManipulator_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripFedCablingManipulator_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripFedCablingManipulator_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripFedCablingManipulator_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,5 +8,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"a980a32d5f2fc2c82368868755bb237f34f4d69b","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripLatencyDummyDBWriter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripLatencyDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripLatencyDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripLatencyDummyDBWriter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n OpenIovAtTime = cms.untracked.uint32(1))\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"289ee6ef323f5520e1d510601ec6cec8144f4b6b","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripLorentzAngleDummyDBWriter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripLorentzAngleDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripLorentzAngleDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripLorentzAngleDummyDBWriter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,5 +9,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"07b12d899b7d003559033702239991ed286ad169","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripNoisesDummyDBWriter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripNoisesDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripNoisesDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripNoisesDummyDBWriter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,5 +9,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"f848986e3733c1dc311122b65940ac3b73f9fca3","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripPedestalsDummyDBWriter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripPedestalsDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripPedestalsDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripPedestalsDummyDBWriter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,5 +9,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"df1b76bd1ebed17a7b259d8e9f1630c6b6e57ab5","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripThresholdDummyDBWriter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripThresholdDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripThresholdDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripThresholdDummyDBWriter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,5 +9,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"1098d139d3528b267bc9b4ac301879f8f7ea53cd","filename":"CalibTracker/SiStripESProducers/python/SiStripBackPlaneCorrectionDepESProducer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FSiStripBackPlaneCorrectionDepESProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FSiStripBackPlaneCorrectionDepESProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FSiStripBackPlaneCorrectionDepESProducer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n siStripBackPlaneCorrectionDepESProducer = _siStripBackPlaneCorrectionDepESProducer.clone()\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5207672c55d7e7058c245fc2e11b5c6240dece69","filename":"CalibTracker/SiStripESProducers/python/SiStripHashedDetIdESProducerFromGeom_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FSiStripHashedDetIdESProducerFromGeom_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FSiStripHashedDetIdESProducerFromGeom_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FSiStripHashedDetIdESProducerFromGeom_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0c152e2d25475b9f916b67f0b1a0e3b21fb02d21","filename":"CalibTracker/SiStripESProducers/python/SiStripQualityConfigurableFakeESSource_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FSiStripQualityConfigurableFakeESSource_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2FSiStripQualityConfigurableFakeESSource_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FSiStripQualityConfigurableFakeESSource_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -43,3 +43,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e049e47009c4139eeb914ac45c35d4761ba27590","filename":"CalibTracker/SiStripESProducers/python/fake/Phase2TrackerConfigurableCablingESSource_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FPhase2TrackerConfigurableCablingESSource_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FPhase2TrackerConfigurableCablingESSource_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FPhase2TrackerConfigurableCablingESSource_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e1294d260c17ccbcd570e0da9001c5f568e86183","filename":"CalibTracker/SiStripESProducers/python/fake/SiStripBackPlaneCorrectionFakeESSource_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripBackPlaneCorrectionFakeESSource_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripBackPlaneCorrectionFakeESSource_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripBackPlaneCorrectionFakeESSource_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9e612b469b594063304b00924fdc71a1a18e0245","filename":"CalibTracker/SiStripESProducers/python/fake/SiStripBadChannelFakeESSource_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripBadChannelFakeESSource_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripBadChannelFakeESSource_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripBadChannelFakeESSource_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,5 +6,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"969a950db854c0d73c37d579a7bd1376d9fb0c97","filename":"CalibTracker/SiStripESProducers/python/fake/SiStripBadModuleConfigurableFakeESSource_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripBadModuleConfigurableFakeESSource_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripBadModuleConfigurableFakeESSource_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripBadModuleConfigurableFakeESSource_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -46,3 +46,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1100e11d07aaf5de9206d2626d9dee346d63419d","filename":"CalibTracker/SiStripESProducers/python/fake/SiStripConfObjectFakeESSource_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripConfObjectFakeESSource_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripConfObjectFakeESSource_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripConfObjectFakeESSource_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -23,5 +23,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"c68d1c326e2387956cb85e36f13d3436b7cb7ed9","filename":"CalibTracker/SiStripESProducers/python/fake/SiStripFedCablingFakeESSource_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripFedCablingFakeESSource_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripFedCablingFakeESSource_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripFedCablingFakeESSource_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,3 +9,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"10846095c98157badc2fc50faa306ea9a9f96160","filename":"CalibTracker/SiStripESProducers/python/fake/SiStripLorentzAngleFakeESSource_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripLorentzAngleFakeESSource_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripLorentzAngleFakeESSource_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripLorentzAngleFakeESSource_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -21,3 +21,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"abf1a009f30ac5fd0ce49d925bd7f9c6b4fcda75","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripApvGain_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripApvGain_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripApvGain_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripApvGain_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -60,3 +60,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8d178e11d4dfb032a51a6558e994876fcfc501fa","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBackPlaneCorrection_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBackPlaneCorrection_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBackPlaneCorrection_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBackPlaneCorrection_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -59,3 +59,4 @@\n process.p1 = cms.Path(process.siStripBackPlaneCorrectionDummyDBWriter)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fdbb08af210ff3f986b4d9d09821b0d1bc69a2f4","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadChannel_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBadChannel_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBadChannel_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBadChannel_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -52,3 +52,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c06e31ac141436204345b95474df39244d24671d","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadFiber_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBadFiber_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBadFiber_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBadFiber_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -52,3 +52,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"528ebd9589fac8ad77c51d9f5e3e913eb9ddf7c9","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadModule_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBadModule_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBadModule_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBadModule_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -52,3 +52,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bea763588dcc85788977c1d7ac13fcd08a0d8e82","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBaseDelay_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBaseDelay_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBaseDelay_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBaseDelay_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -64,3 +64,4 @@\n process.p1 = cms.Path(process.siStripBaseDelayDummyDBWriter)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"91c0a9baeb31bee17fffa17a76379b0896e9804b","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripClusterThreshold_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripClusterThreshold_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripClusterThreshold_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripClusterThreshold_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -56,3 +56,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"844606a06a5da672e24b0ee46309f0854d9f415c","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripConfObject_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripConfObject_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripConfObject_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripConfObject_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -55,3 +55,4 @@\n process.p1 = cms.Path(process.siStripConfObjectDummyDBWriter)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"68068a79fda2bce288940f91598eac34765c4687","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripDetVOff_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripDetVOff_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripDetVOff_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripDetVOff_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -52,3 +52,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fdfcf19ce90a885a7db97f23d9dbec8c8f253377","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripFedCabling_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripFedCabling_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripFedCabling_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripFedCabling_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -53,3 +53,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"93213fb9984dbd4be08ee65f1de2f958de3a2c83","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripLatency_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripLatency_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripLatency_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripLatency_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -68,3 +68,4 @@\n process.p1 = cms.Path(process.siStripLatencyDummyDBWriter)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a629487a59c138613e05d7addff55ba14fa8a8b8","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripLorentzAngle_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripLorentzAngle_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripLorentzAngle_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripLorentzAngle_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -73,3 +73,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c832d553f05bb4579632c69c9c3f1e5979d158c7","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_DecMode_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripNoises_DecMode_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripNoises_DecMode_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripNoises_DecMode_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -52,3 +52,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6098c5e96ca89318e1ab35b3205c66d62dc0496b","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_PeakMode_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripNoises_PeakMode_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripNoises_PeakMode_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripNoises_PeakMode_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -53,3 +53,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c832d553f05bb4579632c69c9c3f1e5979d158c7","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripNoises_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripNoises_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripNoises_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -52,3 +52,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"15156588a8f1362cb82a658b88e4014a1e0f5d6f","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripPedestals_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripPedestals_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripPedestals_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripPedestals_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -52,3 +52,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"28cd6e8995c174dc0b11a9ea67f97f5ecca68301","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripThreshold_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripThreshold_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripThreshold_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripThreshold_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -52,3 +52,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fbad5294eef10beadc9b4e4ea1f733b07ad60922","filename":"CalibTracker/SiStripESProducers/test/python/SiStripBadAPVListBuilder_byHand_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FSiStripBadAPVListBuilder_byHand_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FSiStripBadAPVListBuilder_byHand_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FSiStripBadAPVListBuilder_byHand_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -132,3 +132,4 @@ def getFileInPath(rfile):\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"08b01b5184b825c209aad3b175338dc6883e0270","filename":"CalibTracker/SiStripESProducers/test/python/SiStripBadComponentBuilder_byHand_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FSiStripBadComponentBuilder_byHand_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FSiStripBadComponentBuilder_byHand_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FSiStripBadComponentBuilder_byHand_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -159,3 +159,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"45ec811028f7f46e260049be0c807c20880ef6c1","filename":"CalibTracker/SiStripESProducers/test/python/SiStripNoiseNormalizedWithApvGainBuilder_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FSiStripNoiseNormalizedWithApvGainBuilder_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FSiStripNoiseNormalizedWithApvGainBuilder_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FSiStripNoiseNormalizedWithApvGainBuilder_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -97,3 +97,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5e6ee23277cc4f185b49d7e6971c17d93e243980","filename":"CalibTracker/SiStripESProducers/test/python/siStripBackPlaneCorrectionDepDummyPrinter_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripBackPlaneCorrectionDepDummyPrinter_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripBackPlaneCorrectionDepDummyPrinter_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripBackPlaneCorrectionDepDummyPrinter_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -84,3 +84,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1f1c585427b0cc3603b7f9d377a94f5dfbcf81ee","filename":"CalibTracker/SiStripESProducers/test/python/siStripBackPlaneCorrectionDummyPrinter_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripBackPlaneCorrectionDummyPrinter_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripBackPlaneCorrectionDummyPrinter_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripBackPlaneCorrectionDummyPrinter_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -49,3 +49,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c61de58a437c0f082d0e33ba88f0b88c6e776d2b","filename":"CalibTracker/SiStripESProducers/test/python/siStripClusterThresholdDummyPrinter_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripClusterThresholdDummyPrinter_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripClusterThresholdDummyPrinter_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripClusterThresholdDummyPrinter_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -53,3 +53,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"58913cb1a1cd8452f8c94432395f0587e8ae5dad","filename":"CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleDepDummyPrinter_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripLorentzAngleDepDummyPrinter_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripLorentzAngleDepDummyPrinter_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripLorentzAngleDepDummyPrinter_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -101,3 +101,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a8de38fc9f944b342f0017c0a6d9841ba50966b9","filename":"CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleDummyPrinter_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripLorentzAngleDummyPrinter_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripLorentzAngleDummyPrinter_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripLorentzAngleDummyPrinter_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -54,3 +54,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"65c07405580d42a987a05c744f77405c7f126c2c","filename":"CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleSimDummyPrinter_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripLorentzAngleSimDummyPrinter_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripLorentzAngleSimDummyPrinter_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripLorentzAngleSimDummyPrinter_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -65,3 +65,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"dc723cdf6de790ab54339db33d394815f01cb6ff","filename":"CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_firstIOV_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_firstIOV_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_firstIOV_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_firstIOV_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -73,3 +73,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7248912784d08bb8f2076f94e62a3e3abe6adc1f","filename":"CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_secondIOV_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_secondIOV_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_secondIOV_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_secondIOV_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -73,3 +73,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f83965f28d9d8722669fa29cba44e9ff80e339a6","filename":"CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_firstIOV_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_firstIOV_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_firstIOV_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_firstIOV_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -72,3 +72,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1fbcda7b87be3618668ac8b489b22d594d050d78","filename":"CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_secondIOV_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_secondIOV_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_secondIOV_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_secondIOV_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -72,3 +72,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"71ea93286758a9368a22b925a66d5ea448b833ef","filename":"CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_merge_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_merge_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_merge_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_merge_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -75,3 +75,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"870a895585732bea960654085a7dcab688c2ff22","filename":"CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/read_DummyCondDBWriter_SiStripQuality_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2Fread_DummyCondDBWriter_SiStripQuality_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2Fread_DummyCondDBWriter_SiStripQuality_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2Fread_DummyCondDBWriter_SiStripQuality_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -52,3 +52,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a7fcb850344dc562de9372effaee674a085c5912","filename":"CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/run.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2Frun.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2Frun.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2Frun.sh?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@ cmsRun read_DummyCondDBWriter_SiStripQuality_cfg.py\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cc0365ac7af6718d47ab8fa0365bb7438ac32171","filename":"CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromBadModuleConfigurableFakeESSource_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripQualityESProducer_fromBadModuleConfigurableFakeESSource_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripQualityESProducer_fromBadModuleConfigurableFakeESSource_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripQualityESProducer_fromBadModuleConfigurableFakeESSource_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -45,3 +45,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ba9fb2e05deacc2346543386c3c8f13ee26d57a9","filename":"CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromBadStripFakeESSource_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripQualityESProducer_fromBadStripFakeESSource_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripQualityESProducer_fromBadStripFakeESSource_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripQualityESProducer_fromBadStripFakeESSource_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -48,3 +48,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b1fcbbf04784bc48091f17ef67ff81ec020ba0ef","filename":"CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromQualityFakeESSource_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripQualityESProducer_fromQualityFakeESSource_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripQualityESProducer_fromQualityFakeESSource_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripQualityESProducer_fromQualityFakeESSource_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -40,3 +40,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8062ef0303a723abcf9242fe7e1959c312136101","filename":"CalibTracker/SiStripLorentzAngle/interface/SiStripLorentzAngleCalibrationHelpers.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripLorentzAngle%2Finterface%2FSiStripLorentzAngleCalibrationHelpers.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripLorentzAngle%2Finterface%2FSiStripLorentzAngleCalibrationHelpers.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripLorentzAngle%2Finterface%2FSiStripLorentzAngleCalibrationHelpers.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -140,3 +140,4 @@ namespace siStripLACalibration {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c84aa4942330dbbbf0059214bf38408a652a4978","filename":"CalibTracker/SiStripLorentzAngle/interface/SiStripLorentzAngleCalibrationStruct.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripLorentzAngle%2Finterface%2FSiStripLorentzAngleCalibrationStruct.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripLorentzAngle%2Finterface%2FSiStripLorentzAngleCalibrationStruct.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripLorentzAngle%2Finterface%2FSiStripLorentzAngleCalibrationStruct.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -56,3 +56,4 @@ struct SiStripLorentzAngleCalibrationHistograms {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2ac142120ef0af3595272460c78445aa77bf79e5","filename":"CalibTracker/SiStripLorentzAngle/test/step_PromptCalibProdSiStripLA_ALCAHARVEST_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripLorentzAngle%2Ftest%2Fstep_PromptCalibProdSiStripLA_ALCAHARVEST_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripLorentzAngle%2Ftest%2Fstep_PromptCalibProdSiStripLA_ALCAHARVEST_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripLorentzAngle%2Ftest%2Fstep_PromptCalibProdSiStripLA_ALCAHARVEST_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -118,3 +118,4 @@\n # End adding early deletion\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2d32b9d61da9f2c7e2ffd87ff72a3a678f31459e","filename":"CalibTracker/SiStripQuality/interface/SiStripBadAPVAlgorithmFromClusterOccupancy.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripQuality%2Finterface%2FSiStripBadAPVAlgorithmFromClusterOccupancy.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripQuality%2Finterface%2FSiStripBadAPVAlgorithmFromClusterOccupancy.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripQuality%2Finterface%2FSiStripBadAPVAlgorithmFromClusterOccupancy.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -204,3 +204,4 @@ class SiStripBadAPVAlgorithmFromClusterOccupancy {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2ab8fece8493274ea5719e3f9e0ce288e32b59c4","filename":"CalibTracker/SiStripQuality/interface/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripQuality%2Finterface%2FSiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripQuality%2Finterface%2FSiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripQuality%2Finterface%2FSiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -318,3 +318,4 @@ class SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b2db07f7e3ffd518576b98cc9777d73bea96dcd2","filename":"CalibTracker/SiStripQuality/interface/SiStripHotStripAlgorithmFromClusterOccupancy.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripQuality%2Finterface%2FSiStripHotStripAlgorithmFromClusterOccupancy.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripQuality%2Finterface%2FSiStripHotStripAlgorithmFromClusterOccupancy.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripQuality%2Finterface%2FSiStripHotStripAlgorithmFromClusterOccupancy.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -140,3 +140,4 @@ class SiStripHotStripAlgorithmFromClusterOccupancy {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bcfe4607a1df943f74bf799c78e06f0bf8c2633d","filename":"CalibTracker/SiStripQuality/src/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripQuality%2Fsrc%2FSiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripQuality%2Fsrc%2FSiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripQuality%2Fsrc%2FSiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1214,3 +1214,4 @@ void SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy::fillStripDQMHistogra\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e317615439eb4c03102016de30c5b58cc9b05376","filename":"CalibTracker/SiStripQuality/test/cfg/StudyExample/SiStripQualityStatistics_Cabling_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripQuality%2Ftest%2Fcfg%2FStudyExample%2FSiStripQualityStatistics_Cabling_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripQuality%2Ftest%2Fcfg%2FStudyExample%2FSiStripQualityStatistics_Cabling_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripQuality%2Ftest%2Fcfg%2FStudyExample%2FSiStripQualityStatistics_Cabling_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -90,3 +90,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"770b72965e60129a5cb76b2efe3fad2392250e09","filename":"CalibTracker/SiStripQuality/test/cfg/StudyExample/SiStripQualityStatistics_singleTag_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripQuality%2Ftest%2Fcfg%2FStudyExample%2FSiStripQualityStatistics_singleTag_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripQuality%2Ftest%2Fcfg%2FStudyExample%2FSiStripQualityStatistics_singleTag_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripQuality%2Ftest%2Fcfg%2FStudyExample%2FSiStripQualityStatistics_singleTag_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -90,3 +90,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"35dee4ddc04e11fc7f469d7a99a3c9490d44944a","filename":"CalibTracker/SiStripQuality/test/cfg/makeMergeBadComponentPayload_example_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripQuality%2Ftest%2Fcfg%2FmakeMergeBadComponentPayload_example_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FSiStripQuality%2Ftest%2Fcfg%2FmakeMergeBadComponentPayload_example_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripQuality%2Ftest%2Fcfg%2FmakeMergeBadComponentPayload_example_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -114,3 +114,4 @@\n process.p = cms.Path(process.stat*process.siStripBadStripFromQualityDBWriter)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"dfc99b661196c6283ae561abe47e2f2c32085335","filename":"CalibTracker/StandaloneTrackerTopology/test/testStandaloneTrackerTopology_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FStandaloneTrackerTopology%2Ftest%2FtestStandaloneTrackerTopology_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CalibTracker%2FStandaloneTrackerTopology%2Ftest%2FtestStandaloneTrackerTopology_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FStandaloneTrackerTopology%2Ftest%2FtestStandaloneTrackerTopology_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -85,3 +85,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"00ff5347bb42b68270c9d43eb7758fd87f3aee1a","filename":"Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalCalIsolElectron_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOEcalCalIsolElectron_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOEcalCalIsolElectron_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOEcalCalIsolElectron_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -122,5 +122,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"78e78061df265f594b2d6aaeefc4f0ed980a6a15","filename":"Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalRecalIsolElectron_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOEcalRecalIsolElectron_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOEcalRecalIsolElectron_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOEcalRecalIsolElectron_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4eb16c9f0385ca44320ac032704e74fddd21c2fe","filename":"Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalTestPulsesRaw_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOEcalTestPulsesRaw_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOEcalTestPulsesRaw_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOEcalTestPulsesRaw_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n OutALCARECOEcalTestPulsesRaw.outputCommands.insert(0, \"drop *\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"744ae0d0238ac52d81f141d3a9b85059d7304e27","filename":"Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalUncalIsolElectron_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOEcalUncalIsolElectron_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOEcalUncalIsolElectron_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOEcalUncalIsolElectron_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -52,3 +52,4 @@\n SelectEvents = cms.vstring('pathALCARECOEcalUncalZElectron', 'pathALCARECOEcalUncalZSCElectron') )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"aeb1943478582054ce29460e21e4b45423ae2773","filename":"Calibration/EcalAlCaRecoProducers/python/ALCARECOZeeMCEcalCalElectron_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOZeeMCEcalCalElectron_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOZeeMCEcalCalElectron_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOZeeMCEcalCalElectron_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fd6f79eda41cea831811516d325b2d64d8f04e0f","filename":"Calibration/EcalAlCaRecoProducers/python/ALCARECOZeeMC_plus_HLT_EcalCalElectron_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOZeeMC_plus_HLT_EcalCalElectron_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOZeeMC_plus_HLT_EcalCalElectron_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOZeeMC_plus_HLT_EcalCalElectron_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,3 +9,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7f41969d642f7e3ef6b13a842b46c6f89eb07535","filename":"Calibration/EcalCalibAlgos/python/ALCARECOPromptCalibProdEcalPedestals_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FEcalCalibAlgos%2Fpython%2FALCARECOPromptCalibProdEcalPedestals_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FEcalCalibAlgos%2Fpython%2FALCARECOPromptCalibProdEcalPedestals_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FEcalCalibAlgos%2Fpython%2FALCARECOPromptCalibProdEcalPedestals_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n OutALCARECOPromptCalibProdEcalPedestals.outputCommands.insert(0, \"drop *\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ac38d6b9238f6c394acc70c7f53478d48da77c2f","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalGammaJetFilter_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalGammaJetFilter_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalGammaJetFilter_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalGammaJetFilter_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -52,3 +52,4 @@\n OutALCARECOHcalCalGammaJet.outputCommands.insert(0, \"drop *\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f52645e2d9665636c96769541527514ae8c7a662","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonFilter_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHBHEMuonFilter_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHBHEMuonFilter_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHBHEMuonFilter_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -33,3 +33,4 @@\n OutALCARECOHcalCalHBHEMuonFilter.outputCommands.insert(0,\"drop *\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bbfe8a5be7dd04affa213b22dcc9d08bebe7252b","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonProducerFilter_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHBHEMuonProducerFilter_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHBHEMuonProducerFilter_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHBHEMuonProducerFilter_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -19,3 +19,4 @@\n OutALCARECOHcalCalHBHEMuonProducerFilter.outputCommands.insert(0, \"drop *\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9c597d6604319840a747b32be1eaae735e3b5f14","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonProducerFilter_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHBHEMuonProducerFilter_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHBHEMuonProducerFilter_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHBHEMuonProducerFilter_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,5 +13,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"16a7debfd4eef9ffc8d851999c9812ab656f63d3","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonFilter_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHEMuonFilter_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHEMuonFilter_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHEMuonFilter_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -33,3 +33,4 @@\n OutALCARECOHcalCalHEMuonFilter.outputCommands.insert(0,\"drop *\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"64c7775641e566d6c937317f07b369181a05e621","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonProducerFilter_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHEMuonProducerFilter_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHEMuonProducerFilter_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHEMuonProducerFilter_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -19,3 +19,4 @@\n OutALCARECOHcalCalHEMuonProducerFilter.outputCommands.insert(0, \"drop *\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"77f4b85e57698aafa231ad21b52a37efafefd820","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonProducerFilter_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHEMuonProducerFilter_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHEMuonProducerFilter_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHEMuonProducerFilter_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,5 +12,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"24a72417f68f08cbfe499aa37bb7ea4a842c6a5d","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilterNoHLT_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkFilterNoHLT_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkFilterNoHLT_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkFilterNoHLT_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -28,3 +28,4 @@\n OutALCARECOHcalCalIsoTrkFilterNoHLT.outputCommands.insert(0, \"drop *\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"05862974d27e752096dcae1bb4057f4b7a694783","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilterNoHLT_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkFilterNoHLT_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkFilterNoHLT_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkFilterNoHLT_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fd62ea6ffc184bc4830b2464ddd39115552f7f83","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilter_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkFilter_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkFilter_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkFilter_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -31,3 +31,4 @@\n OutALCARECOHcalCalIsoTrkFilter.outputCommands.insert(0, \"drop *\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e3ff923b86ec3e74cfa2851353011f894161c87c","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkNoHLT_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkNoHLT_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkNoHLT_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkNoHLT_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -29,3 +29,4 @@\n OutALCARECOHcalCalIsoTrkNoHLT.outputCommands.insert(0, \"drop *\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6106d8e84c9aea40d9c9ffb8950e2747930df34e","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkProducerFilter_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkProducerFilter_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkProducerFilter_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkProducerFilter_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -21,3 +21,4 @@\n OutALCARECOHcalCalIsoTrkProducerFilter.outputCommands.insert(0, \"drop *\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e5b894823054b0ec9e8e893d367e36efddaa9ac3","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkProducerFilter_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkProducerFilter_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkProducerFilter_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkProducerFilter_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,5 +13,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"7d30c6fefff35b53a338a1abb944bdb19e6e2e62","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsolatedBunchSelector_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsolatedBunchSelector_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsolatedBunchSelector_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsolatedBunchSelector_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -26,3 +26,4 @@\n OutALCARECOHcalCalIsolatedBunchSelector.outputCommands.insert(0, \"drop *\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"53bdc73010f5fc2286b2394cdb432fb29141501c","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsolatedBunchSelector_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsolatedBunchSelector_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsolatedBunchSelector_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsolatedBunchSelector_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n alcaIsolatedBunchSelector)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f7409af8548aa78e3b5fea7fd79d4dff6b012934","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIterativePhiSym_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIterativePhiSym_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIterativePhiSym_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIterativePhiSym_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n OutALCARECOHcalCalIterativePhiSym.outputCommands.insert(0, \"drop *\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/38ec0b5001047967c074e924158218a1e07ed0af?per_page=100&page=4 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:53:07 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"f64b2a8863a0504652a84bdd060af8d400571b40a0074310cdb17ad51da07b64"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:52:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4865'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '135'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CABE:1578F3:3AA4E5:3BD027:68122B43')] +{"sha":"38ec0b5001047967c074e924158218a1e07ed0af","node_id":"C_kwDOF83__NoAKDM4ZWMwYjUwMDEwNDc5NjdjMDc0ZTkyNDE1ODIxOGExZTA3ZWQwYWY","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:43:40Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:52:38Z"},"message":"More changes","tree":{"sha":"33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/38ec0b5001047967c074e924158218a1e07ed0af","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/38ec0b5001047967c074e924158218a1e07ed0af","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e"}],"stats":{"total":2973,"additions":2971,"deletions":2},"files":[{"sha":"55da21d0ec411bc70f0c84087752a353316355a2","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalLowPUHBHEMuonFilter_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalLowPUHBHEMuonFilter_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalLowPUHBHEMuonFilter_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalLowPUHBHEMuonFilter_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -33,3 +33,4 @@\n OutALCARECOHcalCalLowPUHBHEMuonFilter.outputCommands.insert(0,\"drop *\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"15571331019a807cf86c094f180cc0cc5288a45f","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalLowPUHBHEMuonFilter_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalLowPUHBHEMuonFilter_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalLowPUHBHEMuonFilter_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalLowPUHBHEMuonFilter_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n alcaLowPUHBHEMuonFilter)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e1ddb9025e71b04277d81a3ed764e66c9242f321","filename":"Calibration/HcalAlCaRecoProducers/test/HCalCalPedestal_ALCA_run251252_Run2015B_data.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Ftest%2FHCalCalPedestal_ALCA_run251252_Run2015B_data.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalAlCaRecoProducers%2Ftest%2FHCalCalPedestal_ALCA_run251252_Run2015B_data.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Ftest%2FHCalCalPedestal_ALCA_run251252_Run2015B_data.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -84,3 +84,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"48bb4b591134bc4fa6d3cfd5cc4acdd1bbb24403","filename":"Calibration/HcalCalibAlgos/test/python/gammaJetAnalysis_data2012_noGJetProd_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalCalibAlgos%2Ftest%2Fpython%2FgammaJetAnalysis_data2012_noGJetProd_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalCalibAlgos%2Ftest%2Fpython%2FgammaJetAnalysis_data2012_noGJetProd_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalCalibAlgos%2Ftest%2Fpython%2FgammaJetAnalysis_data2012_noGJetProd_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -94,3 +94,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2b5eafb2574366c63fe8e91a6ee73a1421b45b7a","filename":"Calibration/HcalIsolatedTrackReco/plugins/EcalIsolatedParticleCandidateProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalIsolatedTrackReco%2Fplugins%2FEcalIsolatedParticleCandidateProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalIsolatedTrackReco%2Fplugins%2FEcalIsolatedParticleCandidateProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalIsolatedTrackReco%2Fplugins%2FEcalIsolatedParticleCandidateProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -252,3 +252,4 @@ void EcalIsolatedParticleCandidateProducer::fillDescriptions(edm::ConfigurationD\n DEFINE_FWK_MODULE(EcalIsolatedParticleCandidateProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ca43fab00f61ad45b9c1018273fcb40d0c9fee6d","filename":"Calibration/HcalIsolatedTrackReco/plugins/IsolatedEcalPixelTrackCandidateProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalIsolatedTrackReco%2Fplugins%2FIsolatedEcalPixelTrackCandidateProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalIsolatedTrackReco%2Fplugins%2FIsolatedEcalPixelTrackCandidateProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalIsolatedTrackReco%2Fplugins%2FIsolatedEcalPixelTrackCandidateProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -215,3 +215,4 @@ void IsolatedEcalPixelTrackCandidateProducer::produce(edm::StreamID,\n DEFINE_FWK_MODULE(IsolatedEcalPixelTrackCandidateProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"15dbe6927b737c8fcc81d41a45d545e4b875a9e6","filename":"Calibration/HcalIsolatedTrackReco/plugins/IsolatedPixelTrackCandidateL1TProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalIsolatedTrackReco%2Fplugins%2FIsolatedPixelTrackCandidateL1TProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalIsolatedTrackReco%2Fplugins%2FIsolatedPixelTrackCandidateL1TProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalIsolatedTrackReco%2Fplugins%2FIsolatedPixelTrackCandidateL1TProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -452,3 +452,4 @@ std::pair IsolatedPixelTrackCandidateL1TProducer::GetEtaPhiAtEca\n DEFINE_FWK_MODULE(IsolatedPixelTrackCandidateL1TProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f46ab1f485f7648658d76dc982dee7cc50a8f0bd","filename":"Calibration/HcalIsolatedTrackReco/plugins/IsolatedPixelTrackCandidateProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalIsolatedTrackReco%2Fplugins%2FIsolatedPixelTrackCandidateProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FHcalIsolatedTrackReco%2Fplugins%2FIsolatedPixelTrackCandidateProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalIsolatedTrackReco%2Fplugins%2FIsolatedPixelTrackCandidateProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -409,3 +409,4 @@ std::pair IsolatedPixelTrackCandidateProducer::GetEtaPhiAtEcal(\n DEFINE_FWK_MODULE(IsolatedPixelTrackCandidateProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"af73555b26014dbf9ffed55c7d9fe7662c682c91","filename":"Calibration/IsolatedParticles/test/python/proto_runIsolatedParticlesGeneratedJets_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FIsolatedParticles%2Ftest%2Fpython%2Fproto_runIsolatedParticlesGeneratedJets_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FIsolatedParticles%2Ftest%2Fpython%2Fproto_runIsolatedParticlesGeneratedJets_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FIsolatedParticles%2Ftest%2Fpython%2Fproto_runIsolatedParticlesGeneratedJets_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -53,3 +53,4 @@\n process.p1 = cms.Path(process.primaryVertexFilter*process.isolatedParticlesGeneratedJets)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"de3922d19262f76de5174037068d4b7fc3fdcf66","filename":"Calibration/IsolatedParticles/test/python/proto_runIsolatedTracksNxNNzsData_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FIsolatedParticles%2Ftest%2Fpython%2Fproto_runIsolatedTracksNxNNzsData_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FIsolatedParticles%2Ftest%2Fpython%2Fproto_runIsolatedTracksNxNNzsData_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FIsolatedParticles%2Ftest%2Fpython%2Fproto_runIsolatedTracksNxNNzsData_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -101,3 +101,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"985bd5a27259edac360d3845b25f800bf2d78aad","filename":"Calibration/LumiAlCaRecoProducers/python/ALCARECOAlCaPCCRandomFromRECO_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FLumiAlCaRecoProducers%2Fpython%2FALCARECOAlCaPCCRandomFromRECO_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FLumiAlCaRecoProducers%2Fpython%2FALCARECOAlCaPCCRandomFromRECO_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FLumiAlCaRecoProducers%2Fpython%2FALCARECOAlCaPCCRandomFromRECO_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n OutALCARECOAlCaPCCRandomFromRECO.outputCommands.insert(0,\"drop *\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2c093682c6f1ae4faefdbe15bf5b9a0fd78fbf91","filename":"Calibration/LumiAlCaRecoProducers/python/ALCARECOAlCaPCCZeroBiasFromRECO_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FLumiAlCaRecoProducers%2Fpython%2FALCARECOAlCaPCCZeroBiasFromRECO_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FLumiAlCaRecoProducers%2Fpython%2FALCARECOAlCaPCCZeroBiasFromRECO_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FLumiAlCaRecoProducers%2Fpython%2FALCARECOAlCaPCCZeroBiasFromRECO_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n OutALCARECOAlCaPCCZeroBiasFromRECO.outputCommands.insert(0,\"drop *\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8768c426b80f0be227361affefd921ee0d15189a","filename":"Calibration/LumiAlCaRecoProducers/python/ALCARECOLumiPixelsMinBias_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FLumiAlCaRecoProducers%2Fpython%2FALCARECOLumiPixelsMinBias_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FLumiAlCaRecoProducers%2Fpython%2FALCARECOLumiPixelsMinBias_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FLumiAlCaRecoProducers%2Fpython%2FALCARECOLumiPixelsMinBias_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -22,3 +22,4 @@\n OutALCARECOLumiPixelsMinBias.outputCommands.insert(0,\"drop *\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2f9f6b0bd77437481c8d3ba6c80417dd1d3508fa","filename":"Calibration/LumiAlCaRecoProducers/python/ALCARECOPromptCalibProdLumiPCC_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FLumiAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdLumiPCC_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FLumiAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdLumiPCC_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FLumiAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdLumiPCC_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -17,3 +17,4 @@\n OutALCARECOPromptCalibProdLumiPCC.outputCommands.insert(0, \"drop *\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a661e8f86fda2ee5ff8645055941284cbfffd7a1","filename":"Calibration/TkAlCaRecoProducers/plugins/CalibrationTrackSelectorFromDetIdList.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fplugins%2FCalibrationTrackSelectorFromDetIdList.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fplugins%2FCalibrationTrackSelectorFromDetIdList.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fplugins%2FCalibrationTrackSelectorFromDetIdList.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -178,3 +178,4 @@ void CalibrationTrackSelectorFromDetIdList::beginRun(edm::Run const &run, const\n DEFINE_FWK_MODULE(CalibrationTrackSelectorFromDetIdList);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6815d26fe04fc649f0f267dd2ff66b3f3091e998","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHPLowPU_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdBeamSpotHPLowPU_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdBeamSpotHPLowPU_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdBeamSpotHPLowPU_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n OutALCARECOPromptCalibProdBeamSpotHPLowPU.outputCommands.insert(0, \"drop *\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"31cce782116861594cca9803954ce869a6d3a7d6","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHPLowPU_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdBeamSpotHPLowPU_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdBeamSpotHPLowPU_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdBeamSpotHPLowPU_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n alcaBeamSpotProducerHPLowPU)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bcc045d74ef9d789554c42722eb3220e7632b5a9","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHP_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdBeamSpotHP_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdBeamSpotHP_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdBeamSpotHP_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -17,3 +17,4 @@\n OutALCARECOPromptCalibProdBeamSpotHP.outputCommands.insert(0, \"drop *\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"79bafe36acb1894e70171f133537ae5262ad4a8f","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiPixelLorentzAngleMCS_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiPixelLorentzAngleMCS_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiPixelLorentzAngleMCS_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n OutALCARECOPromptCalibProdSiPixelLAMCS.outputCommands.insert(0, \"drop *\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"211114ac804fb0eff0fb988ea91cc84d39beb540","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiPixelLorentzAngleMCS_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiPixelLorentzAngleMCS_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiPixelLorentzAngleMCS_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -70,3 +70,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4b095b32a910383b6c0f8252d37163e16cc2b3ba","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngle_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiPixelLorentzAngle_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiPixelLorentzAngle_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiPixelLorentzAngle_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n OutALCARECOPromptCalibProdSiPixelLA.outputCommands.insert(0, \"drop *\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"50e711606447b39e8816a275c254e347ff5a5c2e","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngle_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiPixelLorentzAngle_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiPixelLorentzAngle_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiPixelLorentzAngle_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -70,3 +70,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d12a56c26bfc62ff563006b2e9a6a9da82cbaf37","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGainsAAG_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripGainsAAG_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripGainsAAG_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripGainsAAG_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -21,3 +21,4 @@\n OutALCARECOPromptCalibProdSiStripGainsAAG.outputCommands.insert(0, \"drop *\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"61013a56a2adcfc69e31fa23aae9a983f9c7e403","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGainsAAG_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripGainsAAG_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripGainsAAG_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripGainsAAG_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -98,3 +98,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"551f65b91014ab7da6d494b1ef4e306101d237ed","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGains_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripGains_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripGains_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripGains_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -19,3 +19,4 @@\n OutALCARECOPromptCalibProdSiStripGains.outputCommands.insert(0, \"drop *\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ba36a977d8422903d233ade7cb4631b4a376605c","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGains_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripGains_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripGains_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripGains_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -99,3 +99,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"622c1879a7b9cddd4779153d218951e0f7b00f9f","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripHitEfficiency_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripHitEfficiency_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripHitEfficiency_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripHitEfficiency_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,3 +9,4 @@\n OutALCARECOPromptCalibProdSiStripHitEff.outputCommands.insert(0, \"drop *\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ce5896ca5a6aa665a475782bb4c16a6eb375c659","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripHitEfficiency_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripHitEfficiency_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripHitEfficiency_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripHitEfficiency_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -95,3 +95,4 @@\n MEtoEDMConvertSiStripHitEff)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4e8b8f6c1b193afcb8d9fe6c43334c961744cee4","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripLorentzAngle_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripLorentzAngle_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripLorentzAngle_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripLorentzAngle_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n OutALCARECOPromptCalibProdSiStripLA.outputCommands.insert(0, \"drop *\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"38e75018ce46e1af3ca959fe07edd9ed78856c7e","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripLorentzAngle_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripLorentzAngle_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripLorentzAngle_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStripLorentzAngle_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -66,3 +66,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1922e8d5b3b5e0f218ffeb522eb17d70c2b5f5b3","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStrip_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStrip_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStrip_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOPromptCalibProdSiStrip_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -17,3 +17,4 @@\n OutALCARECOPromptCalibProdSiStrip.outputCommands.insert(0, \"drop *\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"92a2bb745661b56d909523d0e3cca1fc77e1caff","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuonLoose_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiPixelCalSingleMuonLoose_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiPixelCalSingleMuonLoose_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiPixelCalSingleMuonLoose_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n OutALCARECOSiPixelCalSingleMuonLoose.outputCommands.insert(0, \"drop *\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"828fa3a0f50922730f525da235eab38970c57de9","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuonTight_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiPixelCalSingleMuonTight_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiPixelCalSingleMuonTight_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiPixelCalSingleMuonTight_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -18,3 +18,4 @@\n OutALCARECOSiPixelCalSingleMuonTight.outputCommands.insert(0, \"drop *\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e32e9ccdd26c12d04fbc2e1af015156e79ac77c0","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuon_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiPixelCalSingleMuon_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiPixelCalSingleMuon_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiPixelCalSingleMuon_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n OutALCARECOSiPixelCalSingleMuon.outputCommands.insert(0, \"drop *\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b74b1a2e786cb71d9a6a36866a4dc8cca922c527","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalCosmicsNano_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiStripCalCosmicsNano_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiStripCalCosmicsNano_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiStripCalCosmicsNano_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -17,3 +17,4 @@\n OutALCARECOSiStripCalCosmicsNano.outputCommands.insert(0, \"drop *\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c12c9c4e93713a8d1826d6bfcb3787fe7ca8821f","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasAAGHI_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiStripCalMinBiasAAGHI_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiStripCalMinBiasAAGHI_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiStripCalMinBiasAAGHI_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -33,3 +33,4 @@\n OutALCARECOSiStripCalMinBiasAAG.outputCommands.insert(0,\"drop *\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c12c9c4e93713a8d1826d6bfcb3787fe7ca8821f","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasAAG_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiStripCalMinBiasAAG_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiStripCalMinBiasAAG_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiStripCalMinBiasAAG_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -33,3 +33,4 @@\n OutALCARECOSiStripCalMinBiasAAG.outputCommands.insert(0,\"drop *\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"83b385f12e1b86e8a3176b1d480eb45a9787ad68","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasHI_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiStripCalMinBiasHI_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiStripCalMinBiasHI_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiStripCalMinBiasHI_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -33,3 +33,4 @@\n OutALCARECOSiStripCalMinBias.outputCommands.insert(0,\"drop *\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"15014a73d790e09d6b3a00d311cfaaf482e245b1","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalSmallBiasScan_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiStripCalSmallBiasScan_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiStripCalSmallBiasScan_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiStripCalSmallBiasScan_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -33,3 +33,4 @@\n OutALCARECOSiStripCalSmallBiasScan.outputCommands.insert(0,\"drop *\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2b0b30d0808018dfe53b63331055d177ae25e395","filename":"Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalZeroBiasHI_Output_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiStripCalZeroBiasHI_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiStripCalZeroBiasHI_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FALCARECOSiStripCalZeroBiasHI_Output_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -17,3 +17,4 @@\n OutALCARECOSiStripCalZeroBias.outputCommands.insert(0,\"drop *\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a45c149dfc575f99849b519ead1d6f33eb6b71eb","filename":"Calibration/TkAlCaRecoProducers/python/AlcaSiPixelLorentzAngleHarvesterMCS_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FAlcaSiPixelLorentzAngleHarvesterMCS_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FAlcaSiPixelLorentzAngleHarvesterMCS_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FAlcaSiPixelLorentzAngleHarvesterMCS_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -18,3 +18,4 @@\n ALCAHARVESTSiPixelLorentzAngleMCS = cms.Sequence( EDMtoMEConvertSiPixelLorentzAngleMCS + alcaSiPixelLorentzAngleHarvesterMCS + dqmEnvSiPixelLorentzAngleMCS )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2e2ec2dcd42da0f00ffc5f4636b3651f310ff1fd","filename":"Calibration/TkAlCaRecoProducers/python/AlcaSiPixelLorentzAngleHarvesterMCS_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FAlcaSiPixelLorentzAngleHarvesterMCS_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FAlcaSiPixelLorentzAngleHarvesterMCS_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FAlcaSiPixelLorentzAngleHarvesterMCS_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n alcaSiPixelLorentzAngleHarvesterMCS = SiPixelLorentzAnglePCLHarvesterMCS.clone()\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c20727d53afb55151e5d35ae6dcb07bc6f917092","filename":"Calibration/TkAlCaRecoProducers/python/CalibrationTrackSelectorFromDetIdList_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FCalibrationTrackSelectorFromDetIdList_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Calibration%2FTkAlCaRecoProducers%2Fpython%2FCalibrationTrackSelectorFromDetIdList_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FTkAlCaRecoProducers%2Fpython%2FCalibrationTrackSelectorFromDetIdList_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9eca9257107ba7e2dcd90998d3d5f6e55d2627f7","filename":"CaloOnlineTools/HcalOnlineDb/interface/ConfigurationDatabaseStandardXMLParser.hh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CaloOnlineTools%2FHcalOnlineDb%2Finterface%2FConfigurationDatabaseStandardXMLParser.hh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CaloOnlineTools%2FHcalOnlineDb%2Finterface%2FConfigurationDatabaseStandardXMLParser.hh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CaloOnlineTools%2FHcalOnlineDb%2Finterface%2FConfigurationDatabaseStandardXMLParser.hh?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -33,3 +33,4 @@ private:\n #endif // ConfigurationDatabaseStandardXMLParser_hh_included\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ab00273045b9d92576ca9171e4254eb66a4330e5","filename":"CaloOnlineTools/HcalOnlineDb/test/HCAL_TRIG_PRIM_LOOKUP_TABLE.XMLloader.template","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CaloOnlineTools%2FHcalOnlineDb%2Ftest%2FHCAL_TRIG_PRIM_LOOKUP_TABLE.XMLloader.template","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CaloOnlineTools%2FHcalOnlineDb%2Ftest%2FHCAL_TRIG_PRIM_LOOKUP_TABLE.XMLloader.template","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CaloOnlineTools%2FHcalOnlineDb%2Ftest%2FHCAL_TRIG_PRIM_LOOKUP_TABLE.XMLloader.template?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -31,3 +31,4 @@\n
\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f9660bbc5effdb64a7e48ddb4310c3625cf7259c","filename":"CaloOnlineTools/HcalOnlineDb/test/HCAL_TRIG_PRIM_LOOKUP_TABLE.checksums.template","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CaloOnlineTools%2FHcalOnlineDb%2Ftest%2FHCAL_TRIG_PRIM_LOOKUP_TABLE.checksums.template","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CaloOnlineTools%2FHcalOnlineDb%2Ftest%2FHCAL_TRIG_PRIM_LOOKUP_TABLE.checksums.template","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CaloOnlineTools%2FHcalOnlineDb%2Ftest%2FHCAL_TRIG_PRIM_LOOKUP_TABLE.checksums.template?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"96c70a1225b68c6cac1510f558f45e2a5ac9f472","filename":"CommonTools/ParticleFlow/python/Isolation/customiseEarlyDeleteForCandIsoDeposits.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CommonTools%2FParticleFlow%2Fpython%2FIsolation%2FcustomiseEarlyDeleteForCandIsoDeposits.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CommonTools%2FParticleFlow%2Fpython%2FIsolation%2FcustomiseEarlyDeleteForCandIsoDeposits.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CommonTools%2FParticleFlow%2Fpython%2FIsolation%2FcustomiseEarlyDeleteForCandIsoDeposits.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -17,3 +17,4 @@ def _branchName(productType, moduleLabel, instanceLabel=\"\"):\n return products\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"87351c6cc5075103e278d6b23c26a6db8e972c96","filename":"CommonTools/ParticleFlow/python/Isolation/electronPFIsolationDepositsPFBRECO_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CommonTools%2FParticleFlow%2Fpython%2FIsolation%2FelectronPFIsolationDepositsPFBRECO_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CommonTools%2FParticleFlow%2Fpython%2FIsolation%2FelectronPFIsolationDepositsPFBRECO_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CommonTools%2FParticleFlow%2Fpython%2FIsolation%2FelectronPFIsolationDepositsPFBRECO_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -40,3 +40,4 @@\n electronPFIsolationDepositsPFBRECOSequence = cms.Sequence(electronPFIsolationDepositsPFBRECOTask)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"15bd18e408573d1f17fca036ee0f6fe56954e536","filename":"CommonTools/ParticleFlow/python/Isolation/electronPFIsolationValuesPFBRECO_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CommonTools%2FParticleFlow%2Fpython%2FIsolation%2FelectronPFIsolationValuesPFBRECO_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CommonTools%2FParticleFlow%2Fpython%2FIsolation%2FelectronPFIsolationValuesPFBRECO_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CommonTools%2FParticleFlow%2Fpython%2FIsolation%2FelectronPFIsolationValuesPFBRECO_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -83,3 +83,4 @@\n electronPFIsolationValuesPFBRECOSequence = cms.Sequence(electronPFIsolationValuesPFBRECOTask)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"76b40b8818329ab5c91922bf63babfd3a14a8cb9","filename":"CommonTools/ParticleFlow/python/Isolation/photonPFIsolationDepositsPFBRECO_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CommonTools%2FParticleFlow%2Fpython%2FIsolation%2FphotonPFIsolationDepositsPFBRECO_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CommonTools%2FParticleFlow%2Fpython%2FIsolation%2FphotonPFIsolationDepositsPFBRECO_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CommonTools%2FParticleFlow%2Fpython%2FIsolation%2FphotonPFIsolationDepositsPFBRECO_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -39,3 +39,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4d039c53f4541be8ddc77200880a4c4c4a44b275","filename":"CommonTools/ParticleFlow/python/ParticleSelectors/pfAllNeutralHadronsAndPhotons_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CommonTools%2FParticleFlow%2Fpython%2FParticleSelectors%2FpfAllNeutralHadronsAndPhotons_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CommonTools%2FParticleFlow%2Fpython%2FParticleSelectors%2FpfAllNeutralHadronsAndPhotons_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CommonTools%2FParticleFlow%2Fpython%2FParticleSelectors%2FpfAllNeutralHadronsAndPhotons_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,5 +8,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"50a966e97f196b221fa45c8e9d12cfe78b3a823c","filename":"CommonTools/ParticleFlow/python/ParticleSelectors/pfPdgIdPFCandidateSelector_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CommonTools%2FParticleFlow%2Fpython%2FParticleSelectors%2FpfPdgIdPFCandidateSelector_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CommonTools%2FParticleFlow%2Fpython%2FParticleSelectors%2FpfPdgIdPFCandidateSelector_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CommonTools%2FParticleFlow%2Fpython%2FParticleSelectors%2FpfPdgIdPFCandidateSelector_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ae5e98b790c10d4e0428a1a0a46d2314fdae87d2","filename":"CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_create_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CommonTools%2FTriggerUtils%2Ftest%2FGenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_create_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CommonTools%2FTriggerUtils%2Ftest%2FGenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_create_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CommonTools%2FTriggerUtils%2Ftest%2FGenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_create_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -65,3 +65,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"15dd2c66371266de452667d6c50834cc9e1d47d3","filename":"CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_read_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CommonTools%2FTriggerUtils%2Ftest%2FGenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_read_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CommonTools%2FTriggerUtils%2Ftest%2FGenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_read_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CommonTools%2FTriggerUtils%2Ftest%2FGenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_read_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -40,3 +40,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"574941f3e29620586a723c0621c29329c3df3f34","filename":"CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_update_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CommonTools%2FTriggerUtils%2Ftest%2FGenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_update_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CommonTools%2FTriggerUtils%2Ftest%2FGenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_update_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CommonTools%2FTriggerUtils%2Ftest%2FGenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_update_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -71,3 +71,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b7a1df658955060dfcd44b106c36fd4b47cc4ecf","filename":"CondCore/AlignmentPlugins/plugins/TrackerAlignmentErrorExtended_PayloadInspector.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondCore%2FAlignmentPlugins%2Fplugins%2FTrackerAlignmentErrorExtended_PayloadInspector.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondCore%2FAlignmentPlugins%2Fplugins%2FTrackerAlignmentErrorExtended_PayloadInspector.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondCore%2FAlignmentPlugins%2Fplugins%2FTrackerAlignmentErrorExtended_PayloadInspector.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -905,3 +905,4 @@ PAYLOAD_INSPECTOR_MODULE(TrackerAlignmentErrorExtended) {\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f0e88e5a632d80b98ce54f56d6f0ae5a2cb2cfe1","filename":"CondCore/AlignmentPlugins/plugins/TrackerSurfaceDeformations_PayloadInspector.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondCore%2FAlignmentPlugins%2Fplugins%2FTrackerSurfaceDeformations_PayloadInspector.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondCore%2FAlignmentPlugins%2Fplugins%2FTrackerSurfaceDeformations_PayloadInspector.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondCore%2FAlignmentPlugins%2Fplugins%2FTrackerSurfaceDeformations_PayloadInspector.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1182,3 +1182,4 @@ PAYLOAD_INSPECTOR_MODULE(TrackerSurfaceDeformations) {\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8571e2eeda7e16be65691d3c5c0d8aa06fbc22e3","filename":"CondCore/CTPPSPlugins/plugins/CTPPSRPAlignmentCorrectionsData_PayloadInspector.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondCore%2FCTPPSPlugins%2Fplugins%2FCTPPSRPAlignmentCorrectionsData_PayloadInspector.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondCore%2FCTPPSPlugins%2Fplugins%2FCTPPSRPAlignmentCorrectionsData_PayloadInspector.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondCore%2FCTPPSPlugins%2Fplugins%2FCTPPSRPAlignmentCorrectionsData_PayloadInspector.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -72,3 +72,4 @@ PAYLOAD_INSPECTOR_MODULE(CTPPSRPAlignmentCorrectionsData) {\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"333cf70b3bf11bd675867cc64b53cf74ade016b5","filename":"CondCore/DBOutputService/test/python/testIOVPayloadAnalyzer_example_oracle_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondCore%2FDBOutputService%2Ftest%2Fpython%2FtestIOVPayloadAnalyzer_example_oracle_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondCore%2FDBOutputService%2Ftest%2Fpython%2FtestIOVPayloadAnalyzer_example_oracle_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondCore%2FDBOutputService%2Ftest%2Fpython%2FtestIOVPayloadAnalyzer_example_oracle_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -30,3 +30,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d173a86f5bfce84888dba6e573def93e266f51c1","filename":"CondCore/EcalPlugins/plugins/EcalClusterEnergyCorrectionObjectSpecificParameters_PayloadInspector.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondCore%2FEcalPlugins%2Fplugins%2FEcalClusterEnergyCorrectionObjectSpecificParameters_PayloadInspector.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondCore%2FEcalPlugins%2Fplugins%2FEcalClusterEnergyCorrectionObjectSpecificParameters_PayloadInspector.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondCore%2FEcalPlugins%2Fplugins%2FEcalClusterEnergyCorrectionObjectSpecificParameters_PayloadInspector.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -89,3 +89,4 @@ PAYLOAD_INSPECTOR_MODULE(EcalClusterEnergyCorrectionObjectSpecificParameters) {\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a45ff5da460978fa088b70e2e21fa6ae0484d011","filename":"CondCore/EcalPlugins/plugins/EcalClusterEnergyCorrectionParameters_PayloadInspector.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondCore%2FEcalPlugins%2Fplugins%2FEcalClusterEnergyCorrectionParameters_PayloadInspector.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondCore%2FEcalPlugins%2Fplugins%2FEcalClusterEnergyCorrectionParameters_PayloadInspector.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondCore%2FEcalPlugins%2Fplugins%2FEcalClusterEnergyCorrectionParameters_PayloadInspector.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -87,3 +87,4 @@ PAYLOAD_INSPECTOR_MODULE(EcalClusterEnergyCorrectionParameters) {\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3f6d3d7893220091e8e6529b80b42fffa147b681","filename":"CondCore/EcalPlugins/plugins/EcalClusterEnergyUncertaintyParameters_PayloadInspector.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondCore%2FEcalPlugins%2Fplugins%2FEcalClusterEnergyUncertaintyParameters_PayloadInspector.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondCore%2FEcalPlugins%2Fplugins%2FEcalClusterEnergyUncertaintyParameters_PayloadInspector.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondCore%2FEcalPlugins%2Fplugins%2FEcalClusterEnergyUncertaintyParameters_PayloadInspector.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -88,3 +88,4 @@ PAYLOAD_INSPECTOR_MODULE(EcalClusterEnergyUncertaintyParameters) {\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"15ac3c3030b775808d66e3ccb56753d70dbeecc4","filename":"CondCore/EcalPlugins/plugins/EcalClusterLocalContCorrParameters_PayloadInspector.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondCore%2FEcalPlugins%2Fplugins%2FEcalClusterLocalContCorrParameters_PayloadInspector.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondCore%2FEcalPlugins%2Fplugins%2FEcalClusterLocalContCorrParameters_PayloadInspector.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondCore%2FEcalPlugins%2Fplugins%2FEcalClusterLocalContCorrParameters_PayloadInspector.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -87,3 +87,4 @@ PAYLOAD_INSPECTOR_MODULE(EcalClusterLocalContCorrParameters) {\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7223a2d0b56a66a207ac1a127564e8809de2e345","filename":"CondCore/PCLConfigPlugins/plugins/SiPixelAliPCLThresholdsPayloadInspectorHelper.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondCore%2FPCLConfigPlugins%2Fplugins%2FSiPixelAliPCLThresholdsPayloadInspectorHelper.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondCore%2FPCLConfigPlugins%2Fplugins%2FSiPixelAliPCLThresholdsPayloadInspectorHelper.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondCore%2FPCLConfigPlugins%2Fplugins%2FSiPixelAliPCLThresholdsPayloadInspectorHelper.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -425,3 +425,4 @@ namespace AlignPCLThresholdPlotHelper {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c99a44daaeedfede4d34dcce7115c05687408a24","filename":"CondCore/SiPixelPlugins/plugins/SiPixelGainCalibrationForHLT_PayloadInspector.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondCore%2FSiPixelPlugins%2Fplugins%2FSiPixelGainCalibrationForHLT_PayloadInspector.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondCore%2FSiPixelPlugins%2Fplugins%2FSiPixelGainCalibrationForHLT_PayloadInspector.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondCore%2FSiPixelPlugins%2Fplugins%2FSiPixelGainCalibrationForHLT_PayloadInspector.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -181,3 +181,4 @@ PAYLOAD_INSPECTOR_MODULE(SiPixelGainCalibrationForHLT) {\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4f585583718626c28e7836b91c8557b22baab93f","filename":"CondCore/SiPixelPlugins/plugins/SiPixelGainCalibrationOffline_PayloadInspector.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondCore%2FSiPixelPlugins%2Fplugins%2FSiPixelGainCalibrationOffline_PayloadInspector.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondCore%2FSiPixelPlugins%2Fplugins%2FSiPixelGainCalibrationOffline_PayloadInspector.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondCore%2FSiPixelPlugins%2Fplugins%2FSiPixelGainCalibrationOffline_PayloadInspector.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -183,3 +183,4 @@ PAYLOAD_INSPECTOR_MODULE(SiPixelGainCalibrationOffline) {\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c8b4403e4c8d1f068f1c36830d0f4c50f942f022","filename":"CondFormats/CastorObjects/data/castor_channelquality_HighGain_Run141956-148844.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FCastorObjects%2Fdata%2Fcastor_channelquality_HighGain_Run141956-148844.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FCastorObjects%2Fdata%2Fcastor_channelquality_HighGain_Run141956-148844.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FCastorObjects%2Fdata%2Fcastor_channelquality_HighGain_Run141956-148844.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -36,3 +36,4 @@\n -1 16 8 CASTOR_HAD BAD\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8a0eeb998a7995ae4242c938a038c6d05bed7991","filename":"CondFormats/DataRecord/interface/EcalClusterEnergyCorrectionObjectSpecificParametersRcd.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FDataRecord%2Finterface%2FEcalClusterEnergyCorrectionObjectSpecificParametersRcd.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FDataRecord%2Finterface%2FEcalClusterEnergyCorrectionObjectSpecificParametersRcd.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FDataRecord%2Finterface%2FEcalClusterEnergyCorrectionObjectSpecificParametersRcd.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@ class EcalClusterEnergyCorrectionObjectSpecificParametersRcd\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2536a9d05aba492cf9f9704e526a28a37b10e34c","filename":"CondFormats/DataRecord/interface/EcalGlobalShowerContainmentCorrectionsVsEtaRcd.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FDataRecord%2Finterface%2FEcalGlobalShowerContainmentCorrectionsVsEtaRcd.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FDataRecord%2Finterface%2FEcalGlobalShowerContainmentCorrectionsVsEtaRcd.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FDataRecord%2Finterface%2FEcalGlobalShowerContainmentCorrectionsVsEtaRcd.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@ class EcalGlobalShowerContainmentCorrectionsVsEtaRcd\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a07353a579d9f862bff2bbb1049fe656b771ff14","filename":"CondFormats/DataRecord/interface/HeterogeneousHGCalHEFCellPositionsConditionsRecord.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FDataRecord%2Finterface%2FHeterogeneousHGCalHEFCellPositionsConditionsRecord.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FDataRecord%2Finterface%2FHeterogeneousHGCalHEFCellPositionsConditionsRecord.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FDataRecord%2Finterface%2FHeterogeneousHGCalHEFCellPositionsConditionsRecord.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@ class HeterogeneousHGCalHEFCellPositionsConditionsRecord\n #endif //CondFormats_DataRecord_HeterogeneousHGCalHEFCellPositionsConditionsRecord_h\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7cabd248636d5cf6b84ce905a9b755cffbff1955","filename":"CondFormats/DataRecord/src/EcalClusterEnergyCorrectionObjectSpecificParametersRcd.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FDataRecord%2Fsrc%2FEcalClusterEnergyCorrectionObjectSpecificParametersRcd.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FDataRecord%2Fsrc%2FEcalClusterEnergyCorrectionObjectSpecificParametersRcd.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FDataRecord%2Fsrc%2FEcalClusterEnergyCorrectionObjectSpecificParametersRcd.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n EVENTSETUP_RECORD_REG(EcalClusterEnergyCorrectionObjectSpecificParametersRcd);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"422304d34398b7f929dff9ac01d0726bda99a638","filename":"CondFormats/DataRecord/src/HeterogeneousHGCalHEFCellPositionsConditionsRecord.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FDataRecord%2Fsrc%2FHeterogeneousHGCalHEFCellPositionsConditionsRecord.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FDataRecord%2Fsrc%2FHeterogeneousHGCalHEFCellPositionsConditionsRecord.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FDataRecord%2Fsrc%2FHeterogeneousHGCalHEFCellPositionsConditionsRecord.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n EVENTSETUP_RECORD_REG(HeterogeneousHGCalHEFCellPositionsConditionsRecord);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"88acd7d16ccd326f908b36da9dbfad7d2bfdefff","filename":"CondFormats/EcalCorrections/interface/EcalGlobalShowerContainmentCorrectionsVsEta.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FEcalCorrections%2Finterface%2FEcalGlobalShowerContainmentCorrectionsVsEta.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FEcalCorrections%2Finterface%2FEcalGlobalShowerContainmentCorrectionsVsEta.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FEcalCorrections%2Finterface%2FEcalGlobalShowerContainmentCorrectionsVsEta.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -103,3 +103,4 @@ class EcalGlobalShowerContainmentCorrectionsVsEta {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bb8572508c4a2471259ac09de166f87e7f4eff51","filename":"CondFormats/EcalCorrections/src/T_EventSetup_EcalGlobalShowerContainmentCorrectionsVsEta.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FEcalCorrections%2Fsrc%2FT_EventSetup_EcalGlobalShowerContainmentCorrectionsVsEta.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FEcalCorrections%2Fsrc%2FT_EventSetup_EcalGlobalShowerContainmentCorrectionsVsEta.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FEcalCorrections%2Fsrc%2FT_EventSetup_EcalGlobalShowerContainmentCorrectionsVsEta.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n TYPELOOKUP_DATA_REG(EcalGlobalShowerContainmentCorrectionsVsEta);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"61e09d1452519166ec15508e46918463cebfdaa2","filename":"CondFormats/EcalCorrections/src/T_EventSetup_EcalShowerContainmentCorrections.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FEcalCorrections%2Fsrc%2FT_EventSetup_EcalShowerContainmentCorrections.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FEcalCorrections%2Fsrc%2FT_EventSetup_EcalShowerContainmentCorrections.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FEcalCorrections%2Fsrc%2FT_EventSetup_EcalShowerContainmentCorrections.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n TYPELOOKUP_DATA_REG(EcalShowerContainmentCorrections);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6357b765691189831bc30990b6fb633b297f2d77","filename":"CondFormats/EcalObjects/interface/EcalClusterEnergyCorrectionObjectSpecificParameters.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FEcalObjects%2Finterface%2FEcalClusterEnergyCorrectionObjectSpecificParameters.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FEcalObjects%2Finterface%2FEcalClusterEnergyCorrectionObjectSpecificParameters.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FEcalObjects%2Finterface%2FEcalClusterEnergyCorrectionObjectSpecificParameters.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@ typedef EcalFunParams EcalClusterEnergyCorrectionObjectSpecificParameters;\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e8e70253916260d64c626adc062149e389e80df0","filename":"CondFormats/GeometryObjects/src/T_EventSetup_PTrackerAdditionalParametersPerDet.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FGeometryObjects%2Fsrc%2FT_EventSetup_PTrackerAdditionalParametersPerDet.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FGeometryObjects%2Fsrc%2FT_EventSetup_PTrackerAdditionalParametersPerDet.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FGeometryObjects%2Fsrc%2FT_EventSetup_PTrackerAdditionalParametersPerDet.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n TYPELOOKUP_DATA_REG(PTrackerAdditionalParametersPerDet);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8611b1ea32d74a64e62edffbe89b87c12bd5d082","filename":"CondFormats/HGCalObjects/interface/HeterogeneousHGCalHEFCellPositionsConditions.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FHGCalObjects%2Finterface%2FHeterogeneousHGCalHEFCellPositionsConditions.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FHGCalObjects%2Finterface%2FHeterogeneousHGCalHEFCellPositionsConditions.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FHGCalObjects%2Finterface%2FHeterogeneousHGCalHEFCellPositionsConditions.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -75,3 +75,4 @@ class HeterogeneousHGCalHEFCellPositionsConditions {\n #endif //CondFormats_HGCalObjects_HeterogeneousHGCalHEFConditions_h\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ceef03f63b1f57f0be724ec445daaaba593f2abc","filename":"CondFormats/HGCalObjects/src/T_EventSetup_HeterogeneousHGCalHEFCellPositionsConditions.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FHGCalObjects%2Fsrc%2FT_EventSetup_HeterogeneousHGCalHEFCellPositionsConditions.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FHGCalObjects%2Fsrc%2FT_EventSetup_HeterogeneousHGCalHEFCellPositionsConditions.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FHGCalObjects%2Fsrc%2FT_EventSetup_HeterogeneousHGCalHEFCellPositionsConditions.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -3,3 +3,4 @@\n TYPELOOKUP_DATA_REG(HeterogeneousHGCalHEFCellPositionsConditions);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d25c101d2451faa35bb7fd79ce96a43c3752276e","filename":"CondFormats/HGCalObjects/src/alpaka/T_EventSetup_HGCalCalibrationParameterDevice.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FHGCalObjects%2Fsrc%2Falpaka%2FT_EventSetup_HGCalCalibrationParameterDevice.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FHGCalObjects%2Fsrc%2Falpaka%2FT_EventSetup_HGCalCalibrationParameterDevice.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FHGCalObjects%2Fsrc%2Falpaka%2FT_EventSetup_HGCalCalibrationParameterDevice.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@ TYPELOOKUP_ALPAKA_DATA_REG(hgcalrechit::HGCalCalibParamDevice);\n TYPELOOKUP_ALPAKA_DATA_REG(hgcalrechit::HGCalConfigParamDevice);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3fd907d51f0c6ceb6c1d634b22a2a8f2d4eb368c","filename":"CondFormats/JetMETObjects/test/run_TestCondFormatsJetMETObjectsJetCorrectorParameters.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FJetMETObjects%2Ftest%2Frun_TestCondFormatsJetMETObjectsJetCorrectorParameters.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FJetMETObjects%2Ftest%2Frun_TestCondFormatsJetMETObjectsJetCorrectorParameters.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FJetMETObjects%2Ftest%2Frun_TestCondFormatsJetMETObjectsJetCorrectorParameters.sh?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -3,3 +3,4 @@ mkdir -p CondFormats/JetMETObjects/data\n TestCondFormatsJetMETObjectsJetCorrectorParameters \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"993646c1e441d5042bbe133c0193901acdb57d6e","filename":"CondFormats/PPSObjects/src/T_EventSetup_LHCInterpolatedOpticalFunctionsSetCollection.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FPPSObjects%2Fsrc%2FT_EventSetup_LHCInterpolatedOpticalFunctionsSetCollection.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FPPSObjects%2Fsrc%2FT_EventSetup_LHCInterpolatedOpticalFunctionsSetCollection.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FPPSObjects%2Fsrc%2FT_EventSetup_LHCInterpolatedOpticalFunctionsSetCollection.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n TYPELOOKUP_DATA_REG(LHCInterpolatedOpticalFunctionsSetCollection);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"66267331dfa7440093c38f240ef1e5e3e7802539","filename":"CondFormats/PhysicsToolsObjects/interface/PerformancePayloadFromBinnedTFormula.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FPhysicsToolsObjects%2Finterface%2FPerformancePayloadFromBinnedTFormula.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FPhysicsToolsObjects%2Finterface%2FPerformancePayloadFromBinnedTFormula.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FPhysicsToolsObjects%2Finterface%2FPerformancePayloadFromBinnedTFormula.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -91,3 +91,4 @@ class PerformancePayloadFromBinnedTFormula : public PerformancePayload {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"547b5ad1a302bdc4e3547daf448571f2a9a065fc","filename":"CondFormats/SiPhase2TrackerObjects/src/T_EventSetup_SiPhase2OuterTrackerLorentzAngle.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FSiPhase2TrackerObjects%2Fsrc%2FT_EventSetup_SiPhase2OuterTrackerLorentzAngle.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FSiPhase2TrackerObjects%2Fsrc%2FT_EventSetup_SiPhase2OuterTrackerLorentzAngle.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FSiPhase2TrackerObjects%2Fsrc%2FT_EventSetup_SiPhase2OuterTrackerLorentzAngle.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n TYPELOOKUP_DATA_REG(SiPhase2OuterTrackerLorentzAngle);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2ff9f1d5aeca6ac48c947c2f61f4c65fc12d6632","filename":"CondFormats/SiPhase2TrackerObjects/src/T_EventSetup_TrackerDetToDTCELinkCablingMap.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FSiPhase2TrackerObjects%2Fsrc%2FT_EventSetup_TrackerDetToDTCELinkCablingMap.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FSiPhase2TrackerObjects%2Fsrc%2FT_EventSetup_TrackerDetToDTCELinkCablingMap.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FSiPhase2TrackerObjects%2Fsrc%2FT_EventSetup_TrackerDetToDTCELinkCablingMap.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n TYPELOOKUP_DATA_REG(TrackerDetToDTCELinkCablingMap);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1b21e512a0e88aecbe560231f8f088caaac6b598","filename":"CondFormats/SiPhase2TrackerObjects/test/testSerializationSiPhase2TrackerObjects.cpp","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FSiPhase2TrackerObjects%2Ftest%2FtestSerializationSiPhase2TrackerObjects.cpp","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FSiPhase2TrackerObjects%2Ftest%2FtestSerializationSiPhase2TrackerObjects.cpp","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FSiPhase2TrackerObjects%2Ftest%2FtestSerializationSiPhase2TrackerObjects.cpp?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@ int main() {\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7f5ce1ce9af5921a0a5a15e9fb453075f3f5d3a8","filename":"CondFormats/SiPixelObjects/interface/alpaka/SiPixelGainCalibrationForHLTDevice.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FSiPixelObjects%2Finterface%2Falpaka%2FSiPixelGainCalibrationForHLTDevice.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FSiPixelObjects%2Finterface%2Falpaka%2FSiPixelGainCalibrationForHLTDevice.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FSiPixelObjects%2Finterface%2Falpaka%2FSiPixelGainCalibrationForHLTDevice.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n #endif // CondFormats_SiPixelObjects_interface_alpaka_SiPixelGainCalibrationForHLTDevice_h\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"46a1be5454eab78c800e0b07051660465349efea","filename":"CondFormats/SiPixelObjects/interface/alpaka/SiPixelGainCalibrationForHLTUtilities.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FSiPixelObjects%2Finterface%2Falpaka%2FSiPixelGainCalibrationForHLTUtilities.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FSiPixelObjects%2Finterface%2Falpaka%2FSiPixelGainCalibrationForHLTUtilities.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FSiPixelObjects%2Finterface%2Falpaka%2FSiPixelGainCalibrationForHLTUtilities.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -43,3 +43,4 @@ struct SiPixelGainUtilities {\n #endif // CondFormats_SiPixelObjects_interface_alpaka_SiPixelGainCalibrationForHLTUtilities_h\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9a4adb8cdb85cc202a58d592a654782622413007","filename":"CondFormats/SiPixelObjects/src/alpaka/T_EventSetup_SiPixelGainCalibrationForHLTDevice.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FSiPixelObjects%2Fsrc%2Falpaka%2FT_EventSetup_SiPixelGainCalibrationForHLTDevice.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FSiPixelObjects%2Fsrc%2Falpaka%2FT_EventSetup_SiPixelGainCalibrationForHLTDevice.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FSiPixelObjects%2Fsrc%2Falpaka%2FT_EventSetup_SiPixelGainCalibrationForHLTDevice.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n TYPELOOKUP_ALPAKA_DATA_REG(SiPixelGainCalibrationForHLTDevice);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ed3364f5d48cb7ba2430cef31c97b7f95962ece8","filename":"CondFormats/SiStripObjects/test/UnitTests/MasterTestCondFormatsSiStripObjects.cpp","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FSiStripObjects%2Ftest%2FUnitTests%2FMasterTestCondFormatsSiStripObjects.cpp","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondFormats%2FSiStripObjects%2Ftest%2FUnitTests%2FMasterTestCondFormatsSiStripObjects.cpp","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondFormats%2FSiStripObjects%2Ftest%2FUnitTests%2FMasterTestCondFormatsSiStripObjects.cpp?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -45,3 +45,4 @@ int main(int argc, char* argv[]) {\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a6ff02f0ca4c94a499503bed1daac37594ea242c","filename":"CondTools/Ecal/interface/EcalClusterEnergyCorrectionObjectSpecificXMLTranslator.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondTools%2FEcal%2Finterface%2FEcalClusterEnergyCorrectionObjectSpecificXMLTranslator.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondTools%2FEcal%2Finterface%2FEcalClusterEnergyCorrectionObjectSpecificXMLTranslator.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondTools%2FEcal%2Finterface%2FEcalClusterEnergyCorrectionObjectSpecificXMLTranslator.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -28,3 +28,4 @@ class EcalClusterEnergyCorrectionObjectSpecificXMLTranslator {\n #endif // __EcalClusterEnergyCorrectionXMLTranslator_h_\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"556b20a5254a0133bd1e57b813c09a4e701051b7","filename":"CondTools/Ecal/python/produceTPGParameters_beamv6_transparency_spikekill_2016_script.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondTools%2FEcal%2Fpython%2FproduceTPGParameters_beamv6_transparency_spikekill_2016_script.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondTools%2FEcal%2Fpython%2FproduceTPGParameters_beamv6_transparency_spikekill_2016_script.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondTools%2FEcal%2Fpython%2FproduceTPGParameters_beamv6_transparency_spikekill_2016_script.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -176,3 +176,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3cc63e8415ad821c44fe8d54aa60e29029b8fdb8","filename":"CondTools/Ecal/test/EcalIntercalibConstantsPopConBTransitionAnalyzer_test_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/CondTools%2FEcal%2Ftest%2FEcalIntercalibConstantsPopConBTransitionAnalyzer_test_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/CondTools%2FEcal%2Ftest%2FEcalIntercalibConstantsPopConBTransitionAnalyzer_test_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CondTools%2FEcal%2Ftest%2FEcalIntercalibConstantsPopConBTransitionAnalyzer_test_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -128,3 +128,4 @@\n process.p = cms.Path( process.popConEcalIntercalibConstants )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"37a4b405eb977aee8e704e77f0d59a62679fd9b0","filename":"Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FDataProcessing%2Fpython%2FImpl%2FppEra_Run3_pp_on_PbPb_approxSiStripClusters.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FDataProcessing%2Fpython%2FImpl%2FppEra_Run3_pp_on_PbPb_approxSiStripClusters.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FDataProcessing%2Fpython%2FImpl%2FppEra_Run3_pp_on_PbPb_approxSiStripClusters.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -35,3 +35,4 @@ def __init__(self):\n \"\"\"\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"905339761b79cc5dc62e02bd8099ae3bb95cb936","filename":"Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2023.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FDataProcessing%2Fpython%2FImpl%2FppEra_Run3_pp_on_PbPb_approxSiStripClusters_2023.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FDataProcessing%2Fpython%2FImpl%2FppEra_Run3_pp_on_PbPb_approxSiStripClusters_2023.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FDataProcessing%2Fpython%2FImpl%2FppEra_Run3_pp_on_PbPb_approxSiStripClusters_2023.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -35,3 +35,4 @@ def __init__(self):\n \"\"\"\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9e01a6f963b489a5c94e29ed7d674f97d64c7830","filename":"Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2024.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FDataProcessing%2Fpython%2FImpl%2FppEra_Run3_pp_on_PbPb_approxSiStripClusters_2024.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FDataProcessing%2Fpython%2FImpl%2FppEra_Run3_pp_on_PbPb_approxSiStripClusters_2024.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FDataProcessing%2Fpython%2FImpl%2FppEra_Run3_pp_on_PbPb_approxSiStripClusters_2024.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -35,3 +35,4 @@ def __init__(self):\n \"\"\"\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8b87a2a457a80d3b12cf550be3d84edeaea469ff","filename":"Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2025.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FDataProcessing%2Fpython%2FImpl%2FppEra_Run3_pp_on_PbPb_approxSiStripClusters_2025.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FDataProcessing%2Fpython%2FImpl%2FppEra_Run3_pp_on_PbPb_approxSiStripClusters_2025.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FDataProcessing%2Fpython%2FImpl%2FppEra_Run3_pp_on_PbPb_approxSiStripClusters_2025.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -35,3 +35,4 @@ def __init__(self):\n \"\"\"\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"dc5d6e4fa1ee0f8291aba747852d7995f32511f5","filename":"Configuration/DataProcessing/python/Impl/trackingOnlyEra_Run2_2018_highBetaStar.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FDataProcessing%2Fpython%2FImpl%2FtrackingOnlyEra_Run2_2018_highBetaStar.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FDataProcessing%2Fpython%2FImpl%2FtrackingOnlyEra_Run2_2018_highBetaStar.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FDataProcessing%2Fpython%2FImpl%2FtrackingOnlyEra_Run2_2018_highBetaStar.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -37,3 +37,4 @@ def __init__(self):\n \"\"\"\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7dc80f3fce171f41854fcc8afb8aa98a25b2cc0f","filename":"Configuration/EcalTB/python/reco_application_2006rawdata_localTrivialreco_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FEcalTB%2Fpython%2Freco_application_2006rawdata_localTrivialreco_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FEcalTB%2Fpython%2Freco_application_2006rawdata_localTrivialreco_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FEcalTB%2Fpython%2Freco_application_2006rawdata_localTrivialreco_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -52,3 +52,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"155ab563a72c25e127fd4ed92002e6b1fd5e61e1","filename":"Configuration/Generator/python/B0ToJpsiK0s_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FB0ToJpsiK0s_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FB0ToJpsiK0s_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FB0ToJpsiK0s_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -147,3 +147,4 @@\n ProductionFilterSequence = cms.Sequence(generator*bfilter*decayfilter*psifilter)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/38ec0b5001047967c074e924158218a1e07ed0af?per_page=100&page=5 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:53:08 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"0b437afee7939e7caeb7fdd658373fb785db5ba9b7dc3b9fcbfeaaf39424c0cf"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:52:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4864'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '136'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CAC8:729CD:394352:3A6E74:68122B43')] +{"sha":"38ec0b5001047967c074e924158218a1e07ed0af","node_id":"C_kwDOF83__NoAKDM4ZWMwYjUwMDEwNDc5NjdjMDc0ZTkyNDE1ODIxOGExZTA3ZWQwYWY","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:43:40Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:52:38Z"},"message":"More changes","tree":{"sha":"33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/38ec0b5001047967c074e924158218a1e07ed0af","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/38ec0b5001047967c074e924158218a1e07ed0af","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e"}],"stats":{"total":2973,"additions":2971,"deletions":2},"files":[{"sha":"36b6dacf1e526d78466e4256531b60b42e5db140","filename":"Configuration/Generator/python/BuMixing_BMuonFilter_forSTEAM_13TeV_TuneCUETP8M1_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FBuMixing_BMuonFilter_forSTEAM_13TeV_TuneCUETP8M1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FBuMixing_BMuonFilter_forSTEAM_13TeV_TuneCUETP8M1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FBuMixing_BMuonFilter_forSTEAM_13TeV_TuneCUETP8M1_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -60,3 +60,4 @@\n ProductionFilterSequence = cms.Sequence(generator*bufilter*mumugenfilter)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4c2f9ecce559d509d6125b6d6579032b3e2e8b58","filename":"Configuration/Generator/python/BuMixing_BMuonFilter_forSTEAM_14TeV_TuneCP5_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FBuMixing_BMuonFilter_forSTEAM_14TeV_TuneCP5_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FBuMixing_BMuonFilter_forSTEAM_14TeV_TuneCP5_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FBuMixing_BMuonFilter_forSTEAM_14TeV_TuneCP5_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -60,3 +60,4 @@\n ProductionFilterSequence = cms.Sequence(generator*bufilter*mumugenfilter)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"eb2548c0f5178fd31583e18a57adf32c63ecae4f","filename":"Configuration/Generator/python/BuToJPsiPrimeKToJPsiPiPiK_14TeV_TuneCP5_pythia8_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FBuToJPsiPrimeKToJPsiPiPiK_14TeV_TuneCP5_pythia8_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FBuToJPsiPrimeKToJPsiPiPiK_14TeV_TuneCP5_pythia8_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FBuToJPsiPrimeKToJPsiPiPiK_14TeV_TuneCP5_pythia8_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -119,3 +119,4 @@\n ProductionFilterSequence = cms.Sequence(generator*bfilter*jpsifilter*xxxfilter*decayfilter)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cf5060552fe385e97a47759063943d29ee5a3127","filename":"Configuration/Generator/python/BuToKstarPsi2S_forSTEAM_13TeV_TuneCUETP8M1_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FBuToKstarPsi2S_forSTEAM_13TeV_TuneCUETP8M1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FBuToKstarPsi2S_forSTEAM_13TeV_TuneCUETP8M1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FBuToKstarPsi2S_forSTEAM_13TeV_TuneCUETP8M1_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -62,3 +62,4 @@\n ProductionFilterSequence = cms.Sequence(generator*bufilter*mumugenfilter)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"260b6f986d626ad41dac95e39fc5775321285c1c","filename":"Configuration/Generator/python/Chib1PToUpsilon1SGamma_MuFilter_TuneCP5_14TeV-pythia8_evtgen_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FChib1PToUpsilon1SGamma_MuFilter_TuneCP5_14TeV-pythia8_evtgen_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FChib1PToUpsilon1SGamma_MuFilter_TuneCP5_14TeV-pythia8_evtgen_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FChib1PToUpsilon1SGamma_MuFilter_TuneCP5_14TeV-pythia8_evtgen_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -115,3 +115,4 @@\n ProductionFilterSequence = cms.Sequence(generator*pwaveIDfilter*pwaveMassfilter*muminusfilter*muplusfilter)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7fbb6fd95e6a5de2bc51ade5283ceb2cd2e195ca","filename":"Configuration/Generator/python/ChicToJpsiGamma_MuFilter_TuneCP5_14TeV_pythia8_evtgen_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FChicToJpsiGamma_MuFilter_TuneCP5_14TeV_pythia8_evtgen_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FChicToJpsiGamma_MuFilter_TuneCP5_14TeV_pythia8_evtgen_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FChicToJpsiGamma_MuFilter_TuneCP5_14TeV_pythia8_evtgen_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -79,3 +79,4 @@\n ProductionFilterSequence = cms.Sequence(generator*oniafilter*muminusfilter*muplusfilter)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"169b2d60c1c3afae2c2a290364e4e204ec6ff25f","filename":"Configuration/Generator/python/DStarToD0Pi_D0ToKsPiPi_inclusive_SoftQCD_TuneCP5_13p6TeV-pythia8-evtgen.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FDStarToD0Pi_D0ToKsPiPi_inclusive_SoftQCD_TuneCP5_13p6TeV-pythia8-evtgen.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FDStarToD0Pi_D0ToKsPiPi_inclusive_SoftQCD_TuneCP5_13p6TeV-pythia8-evtgen.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FDStarToD0Pi_D0ToKsPiPi_inclusive_SoftQCD_TuneCP5_13p6TeV-pythia8-evtgen.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -116,3 +116,4 @@\n ProductionFilterSequence = cms.Sequence(generator*decayfilter*D0filter)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"dff30fbdc2de663a94a6b068ff6279980c6c1e51","filename":"Configuration/Generator/python/DYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FDYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FDYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FDYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -38,3 +38,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a18add5f3f375ee26954b9b6dd69958adc937e81","filename":"Configuration/Generator/python/DYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FDYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FDYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FDYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -47,3 +47,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8683b8ccce65b8236dadbb40b7167bdc84d2f892","filename":"Configuration/Generator/python/DYToll01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FDYToll01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FDYToll01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FDYToll01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"424c157aa6ee73258ce75390fae2743e841cc103","filename":"Configuration/Generator/python/DYToll012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FDYToll012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FDYToll012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FDYToll012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6453398f1166cc6500c1b62e693579d5be28e25c","filename":"Configuration/Generator/python/DYToll012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FDYToll012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FDYToll012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FDYToll012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"774a3aff7d9bc379b903555b57d4ea205a67cb94","filename":"Configuration/Generator/python/DarkSUSY_mH_125_mN1_60_mGammaD_10_cT_10_Madgraph_LHE_13TeV_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FDarkSUSY_mH_125_mN1_60_mGammaD_10_cT_10_Madgraph_LHE_13TeV_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FDarkSUSY_mH_125_mN1_60_mGammaD_10_cT_10_Madgraph_LHE_13TeV_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FDarkSUSY_mH_125_mN1_60_mGammaD_10_cT_10_Madgraph_LHE_13TeV_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"aaa38a3cd26a8a6842cfbc58c4b7a5201cd2e90e","filename":"Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_300_1000mm_TuneCUETP8M1_13TeV_pythia8_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FDisplacedSUSY_stopToBottom_M_300_1000mm_TuneCUETP8M1_13TeV_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FDisplacedSUSY_stopToBottom_M_300_1000mm_TuneCUETP8M1_13TeV_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FDisplacedSUSY_stopToBottom_M_300_1000mm_TuneCUETP8M1_13TeV_pythia8_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -788,3 +788,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f2538420722a3114f90ce5ef23ca5e441f15b1d7","filename":"Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_13TeV_pythia8_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FDisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_13TeV_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FDisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_13TeV_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FDisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_13TeV_pythia8_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -791,3 +791,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d6aa808491e457f06de71b87883114cc93e65e5e","filename":"Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_14TeV_pythia8_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FDisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_14TeV_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FDisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_14TeV_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FDisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_14TeV_pythia8_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -791,3 +791,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"84415b70ff72cb9453fa56294dda3af4a0c11cf7","filename":"Configuration/Generator/python/HSCPmchamp1_M_600_TuneZ2star_13TeV_pythia6_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHSCPmchamp1_M_600_TuneZ2star_13TeV_pythia6_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHSCPmchamp1_M_600_TuneZ2star_13TeV_pythia6_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHSCPmchamp1_M_600_TuneZ2star_13TeV_pythia6_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -68,3 +68,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c49ffe9407fbba8ab44ecf9dedf803651c60fbf8","filename":"Configuration/Generator/python/HTo2LongLivedTo4bMH-125_MFF-12_CTau-900mm_TuneCP5_14TeV_pythia8_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHTo2LongLivedTo4bMH-125_MFF-12_CTau-900mm_TuneCP5_14TeV_pythia8_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHTo2LongLivedTo4bMH-125_MFF-12_CTau-900mm_TuneCP5_14TeV_pythia8_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHTo2LongLivedTo4bMH-125_MFF-12_CTau-900mm_TuneCP5_14TeV_pythia8_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -101,3 +101,4 @@\n ProductionFilterSequence = cms.Sequence(generator) \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c2a157945740638a606ed0b8f74c969abd9b6ada","filename":"Configuration/Generator/python/Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -42,3 +42,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f5dac83718aa1d819bb6692efc0949fcd1c0bcef","filename":"Configuration/Generator/python/Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -33,3 +33,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8a63d72b3f9cfb27a46f4707f1bc6ab899b7b622","filename":"Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_EvtGen_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_EvtGen_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_EvtGen_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_EvtGen_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -48,3 +48,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fba0ca6e1268cdbdb576601a1a3fbefd4086ab9a","filename":"Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -43,3 +43,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"328fd9a562ad42b6362724f615b0b6b947cdd2d6","filename":"Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taupinu_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taupinu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taupinu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taupinu_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -49,3 +49,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"210bccf3cb512cc899d25421f10747d98015625c","filename":"Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taurhonu_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taurhonu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taurhonu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taurhonu_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -47,3 +47,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c3e49a6424acffe4c62dc2c02ed9e610024532e2","filename":"Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -38,3 +38,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"658c145f763b98ea346c34e7f490e73a5fe8bcbd","filename":"Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taupinu_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taupinu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taupinu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taupinu_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -38,3 +38,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"779874fa0ca96d75b4e1505dc5057b7ada341c44","filename":"Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taurhonu_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taurhonu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taurhonu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taurhonu_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -38,3 +38,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1f3ac7c8876198101ac82958f24173949f3b0a88","filename":"Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8withPhotospp_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8withPhotospp_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8withPhotospp_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8withPhotospp_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -37,3 +37,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b2f2cce567d8530d954d53b7de28e2b8be1b65ad","filename":"Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -31,3 +31,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"11013ffaaf4307c85a3d8a5f8a3155dbb19aa3ab","filename":"Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -31,3 +31,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"976ed54a020bb3da93161e976a742af5a076250e","filename":"Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -40,3 +40,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"515083a61ec2277c21a62cab13846505e67974f5","filename":"Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"40b20fc3bc7d2625142399fd60fb4d1fbb5138f8","filename":"Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -42,3 +42,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8bdab99cfb2aa47d4b9bff3eba6a73c535f75131","filename":"Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a93ab8260074ba1a03813859d2c1f241f56f3bc2","filename":"Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -42,3 +42,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0d4541adc53e6148ec2a1e031f88b07f2c0daf57","filename":"Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -43,3 +43,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d7bb05e57022ead1a72b846cd113b599ec78f584","filename":"Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -49,3 +49,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2bfb2ad5384a3a55bbb0002c96be67527f4197b6","filename":"Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -47,3 +47,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e94fae0c36304506627f883f0129903bd8f30924","filename":"Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -41,3 +41,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a3c50549ffcf83c2aaa1c18b9a0cd1fc300e75fc","filename":"Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -38,3 +38,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"db42d99e76ddf6478f1d6474785bc88a4c1c389e","filename":"Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -38,3 +38,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"496b1b1de4d1e436d3cefdb01c6981901f4ca854","filename":"Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -38,3 +38,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"94ec91a83fc5202d153d7513c37dc8f58ed6c58d","filename":"Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -40,3 +40,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7ee24a8cd258d18d757a5ea3b3b4550b5878db5b","filename":"Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -46,3 +46,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"26d95db3b7eec4d61e87bf35b49ce699a68d46a7","filename":"Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_powhegEmissionVeto2p_pythia8_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_powhegEmissionVeto2p_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_powhegEmissionVeto2p_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_powhegEmissionVeto2p_pythia8_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8c37a0caef2494757777be92534bf58fd4c71558","filename":"Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_powhegEmissionVeto_pythia8_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_powhegEmissionVeto_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_powhegEmissionVeto_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCP5_13TeV_powhegEmissionVeto_pythia8_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -30,3 +30,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9fdbf39b8a87acb8a68100f0de9417859db45c4c","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -31,3 +31,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e80393901b9875ac7b2af8dcedcdfe5921100563","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -31,3 +31,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1578bcfdd4c1ca78e372afc4b4f445fb6ba156df","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -40,3 +40,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"09bfbbcf0a3727b48f72ce5320f6f3baa1659e8d","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"172897d9425c42813946f285400bc90f7286a40a","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -42,3 +42,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b47e053a93b003ad5ff21fd93ba19ada3f4e4fa1","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7b33c974a099fc5ff66fb77676d6e72e1fe66810","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -42,3 +42,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"491234bae56b2e4d56c0a8dc175d8db5ebbe113d","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_EvtGen_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_EvtGen_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_EvtGen_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_EvtGen_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -58,3 +58,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"26ab69cf8c425d2430f01e458b86d2492c8b0b8c","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -43,3 +43,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5f2b0d2947429f126232366c6bad7f89f8a60dd2","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -49,3 +49,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"13bab9477aec9374778d65c2caff848e83d8512c","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -47,3 +47,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"77e7f0d120a4939938404b72c22548262e1e4575","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -38,3 +38,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1c6b70cbc7052de5f46965c28b4829657c2e63e7","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -38,3 +38,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ab99d77cb6e84071bd669ff5c8716e59d3b0920f","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -38,3 +38,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"162e0456ad624562ab274d7372658513a04523de","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8withPhotospp_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8withPhotospp_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8withPhotospp_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8withPhotospp_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -37,3 +37,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e96a60f3e713a4a70427016885912e12c99a694c","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max1j_max1p_LHE_pythia8_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max1j_max1p_LHE_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max1j_max1p_LHE_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max1j_max1p_LHE_pythia8_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -37,3 +37,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"815b79e1fc45e7a92ddc6168587f022a05c99258","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -38,3 +38,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b063b522d9adcad6f7008daeb71f34d4fb90aa3e","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -37,3 +37,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"50ff18f695eb036c44c0800efdc469e746f83835","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -46,3 +46,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"04ceb622a9b0f0a0197a5bd9cb7477d9a70bf7cd","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_generic_LHE_pythia8_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_generic_LHE_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_generic_LHE_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_generic_LHE_pythia8_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -20,3 +20,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5ab9b76c0c3b3d86087ba8fc0b834fa43348a77d","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_ggHZZ4L_powhegEmissionVeto_pythia8_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_ggHZZ4L_powhegEmissionVeto_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_ggHZZ4L_powhegEmissionVeto_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_ggHZZ4L_powhegEmissionVeto_pythia8_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -29,3 +29,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7f1ec4c014faada4bf41c7f61687f60323e7d2cb","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto2p_pythia8_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto2p_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto2p_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto2p_pythia8_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -29,3 +29,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ce41e277deae9be449e87431e46b47e2a7743a9f","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_2p_HToGG_M125_LHE_py8_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_2p_HToGG_M125_LHE_py8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_2p_HToGG_M125_LHE_py8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_2p_HToGG_M125_LHE_py8_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f999d9159fe424623d31b7165e3dc89831e81fec","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToBB_M-125_LHE_pythia8_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToBB_M-125_LHE_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToBB_M-125_LHE_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToBB_M-125_LHE_pythia8_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"25f9efc359e310dca660af18a2c647c1393e8514","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToZZ4nu_M-125_LHE_pythia8_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToZZ4nu_M-125_LHE_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToZZ4nu_M-125_LHE_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToZZ4nu_M-125_LHE_pythia8_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -37,3 +37,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ee739c7bc54f369d12e9587032bf69b6d288630e","filename":"Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_pythia8_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_pythia8_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -29,3 +29,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"96c2028754514d6507fe8de3e6f9f65376f366de","filename":"Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -45,3 +45,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e2fa9b513624566b58276beed4ae5c9e198396e1","filename":"Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_herwigpp_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_herwigpp_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_herwigpp_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_herwigpp_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -42,3 +42,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fe5602c80037ddfda88ac20fa33db471f04152f4","filename":"Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_herwigpp_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_madgraph_differentPDF_herwigpp_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_madgraph_differentPDF_herwigpp_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_madgraph_differentPDF_herwigpp_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -39,3 +39,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"92b9448859dd0b7301c0b7b186ddd2d8fb7690cf","filename":"Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraphamcatnlo_MPIoff_herwigpp_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_madgraphamcatnlo_MPIoff_herwigpp_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_madgraphamcatnlo_MPIoff_herwigpp_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_madgraphamcatnlo_MPIoff_herwigpp_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"392a011c5cec673d34e98f0bbc828ea35ad02e35","filename":"Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraphamcatnlo_herwigpp_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_madgraphamcatnlo_herwigpp_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_madgraphamcatnlo_herwigpp_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_madgraphamcatnlo_herwigpp_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -31,3 +31,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"44a6f4ea6ba99be43d92c60877a9f27dc8d71371","filename":"Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -40,3 +40,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e9d4659d68eebb7209ffebd2a368b52ca41b503d","filename":"Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_herwigpp_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_herwigpp_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_herwigpp_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_herwigpp_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -37,3 +37,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0952a7e6b506586799a575eeca8ee0379fc84155","filename":"Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_herwigpp_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_powheg_differentPDF_herwigpp_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_powheg_differentPDF_herwigpp_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_powheg_differentPDF_herwigpp_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8fd57bd630cda1cb316b1968a55988d4ff3d875d","filename":"Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_samePDF_MPIoff_herwigpp_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_powheg_samePDF_MPIoff_herwigpp_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_powheg_samePDF_MPIoff_herwigpp_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_powheg_samePDF_MPIoff_herwigpp_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"269a1490d737cfc98f686e220d69321f010b3ef2","filename":"Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_samePDF_herwigpp_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_powheg_samePDF_herwigpp_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_powheg_samePDF_herwigpp_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHadronizer_TuneEE5C_13TeV_powheg_samePDF_herwigpp_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -31,3 +31,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"76acf91fb8eba5aa722c1a0dffd0b8afa18261c0","filename":"Configuration/Generator/python/Herwig7Settings/Herwig7LHEMG5aMCatNLOSettings_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHerwig7Settings%2FHerwig7LHEMG5aMCatNLOSettings_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHerwig7Settings%2FHerwig7LHEMG5aMCatNLOSettings_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHerwig7Settings%2FHerwig7LHEMG5aMCatNLOSettings_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6041495f93af3fd9c89ea4c4b7af42f54c04b001","filename":"Configuration/Generator/python/Herwig7Settings/Herwig7StableParticlesForDetector_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHerwig7Settings%2FHerwig7StableParticlesForDetector_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FHerwig7Settings%2FHerwig7StableParticlesForDetector_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FHerwig7Settings%2FHerwig7StableParticlesForDetector_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a342db42ca90e5ff86276571f950845d0ddbd67e","filename":"Configuration/Generator/python/LambdaBToLambdaMuMuToPPiMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FLambdaBToLambdaMuMuToPPiMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FLambdaBToLambdaMuMuToPPiMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FLambdaBToLambdaMuMuToPPiMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -66,3 +66,4 @@\n ProductionFilterSequence = cms.Sequence(generator*lambdabfilter*mumugenfilter)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b3fb44231d15d8cf5c0ccf461098b4111df87738","filename":"Configuration/Generator/python/LbToJpsiLambda_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FLbToJpsiLambda_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FLbToJpsiLambda_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FLbToJpsiLambda_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -149,3 +149,4 @@\n ProductionFilterSequence = cms.Sequence(generator*lbfilter*decayfilter*psifilter)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7d9ca1c613f1b87f014cb957d9b542de5f167bbd","filename":"Configuration/Generator/python/LbToJpsiXiK0sPi_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FLbToJpsiXiK0sPi_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FLbToJpsiXiK0sPi_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FLbToJpsiXiK0sPi_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -115,3 +115,4 @@\n ProductionFilterSequence = cms.Sequence(generator*lbfilter*decayfilter*jpsifilter)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2817556631df431f321cba2265d165f6177d5798","filename":"Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP1DownSettings_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP1DownSettings_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP1DownSettings_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP1DownSettings_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -20,3 +20,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"26aa3057e90996e6d30356d6b6bee4d44b8049d0","filename":"Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP2DownSettings_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP2DownSettings_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP2DownSettings_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP2DownSettings_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -23,3 +23,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"449d9115cec01259825344ca8531aad74e8d5be3","filename":"Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP3DownSettings_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP3DownSettings_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP3DownSettings_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP3DownSettings_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -29,3 +29,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b4e1b702d6c676f58b557c808bd2af7d7e4e8a97","filename":"Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP4DownSettings_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP4DownSettings_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP4DownSettings_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP4DownSettings_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -29,3 +29,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0992bcd11130a3e38ff90f4b189d84c1c29fec3a","filename":"Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5CR1Settings_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP5CR1Settings_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP5CR1Settings_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP5CR1Settings_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -35,3 +35,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"70e6389c629e81ccb3799e7b17f8c16b8f529177","filename":"Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5CR2Settings_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP5CR2Settings_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP5CR2Settings_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP5CR2Settings_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -29,3 +29,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5e4f0ee2f008a8bbb78bc4bfce1253e54871280a","filename":"Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5DownSettings_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP5DownSettings_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP5DownSettings_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FMCTunesRun3ECM13p6TeV%2FPythiaCP5DownSettings_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -27,3 +27,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"94ebc7fb25fd3f447d5039945c339e0ca7b4a440","filename":"Configuration/Generator/python/QCD_Pt-15To7000_TuneCUETP8M1_Flat_14TeV-pythia8_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FQCD_Pt-15To7000_TuneCUETP8M1_Flat_14TeV-pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FQCD_Pt-15To7000_TuneCUETP8M1_Flat_14TeV-pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FQCD_Pt-15To7000_TuneCUETP8M1_Flat_14TeV-pythia8_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -36,3 +36,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"62156900cf4146adfd08bc91d0d88df56a943d3c","filename":"Configuration/Generator/python/QCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_13TeV_pythia8_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FQCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_13TeV_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FQCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_13TeV_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FQCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_13TeV_pythia8_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -56,3 +56,4 @@\n ProductionFilterSequence = cms.Sequence(generator*mugenfilter)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e26774ceee22a4e42fa15aaefa19a324b27de50b","filename":"Configuration/Generator/python/QCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_14TeV_pythia8_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FQCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_14TeV_pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FQCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_14TeV_pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FQCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_14TeV_pythia8_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -56,3 +56,4 @@\n ProductionFilterSequence = cms.Sequence(generator*mugenfilter)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3dbe8b30501f9fc66fa2988c516f731af7169c71","filename":"Configuration/Generator/python/QCD_Pt20toInf_MuEnrichedPt15_14TeV_TuneCP5_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FQCD_Pt20toInf_MuEnrichedPt15_14TeV_TuneCP5_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FQCD_Pt20toInf_MuEnrichedPt15_14TeV_TuneCP5_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FQCD_Pt20toInf_MuEnrichedPt15_14TeV_TuneCP5_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -56,3 +56,4 @@\n ProductionFilterSequence = cms.Sequence(generator*mugenfilter)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"79d571781316fe26ca7a606b5c84e6f6588df5e0","filename":"Configuration/Generator/python/RS750_quarks_and_leptons_8TeV_TuneCUETP8M1_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FRS750_quarks_and_leptons_8TeV_TuneCUETP8M1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FRS750_quarks_and_leptons_8TeV_TuneCUETP8M1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FRS750_quarks_and_leptons_8TeV_TuneCUETP8M1_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -36,3 +36,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"78c47c89c04defcae611c0d7f33267e201fdb1d3","filename":"Configuration/Generator/python/RSGravitonToGammaGamma_kMpl01_M_3000_TuneCUETP8M1_13TeV_pythia8_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FRSGravitonToGammaGamma_kMpl01_M_3000_TuneCUETP8M1_13TeV_pythia8_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FRSGravitonToGammaGamma_kMpl01_M_3000_TuneCUETP8M1_13TeV_pythia8_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FRSGravitonToGammaGamma_kMpl01_M_3000_TuneCUETP8M1_13TeV_pythia8_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -37,5 +37,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/38ec0b5001047967c074e924158218a1e07ed0af?per_page=100&page=6 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:53:08 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"68650edc931edd0199e7024b549753913854ad6d399292ea09882a41fd99d642"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:52:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4863'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '137'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CAD8:2BD49F:39A935:3AD4A2:68122B44')] +{"sha":"38ec0b5001047967c074e924158218a1e07ed0af","node_id":"C_kwDOF83__NoAKDM4ZWMwYjUwMDEwNDc5NjdjMDc0ZTkyNDE1ODIxOGExZTA3ZWQwYWY","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:43:40Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:52:38Z"},"message":"More changes","tree":{"sha":"33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/38ec0b5001047967c074e924158218a1e07ed0af","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/38ec0b5001047967c074e924158218a1e07ed0af","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e"}],"stats":{"total":2973,"additions":2971,"deletions":2},"files":[{"sha":"b23101ced244527331ad34033078a7420088810a","filename":"Configuration/Generator/python/ReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_ExtGen_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_ExtGen_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_ExtGen_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_ExtGen_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -17,3 +17,4 @@\n generator = ExternalGeneratorFilter(_generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1eb4b550eedc856794127d4573ad7d6ef9dfcf1f","filename":"Configuration/Generator/python/ReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n ))\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4b5789ad456c2d47fc7529b2f67e9f4b5f2fc89a","filename":"Configuration/Generator/python/SMS-Higgsino_mN2-170_mC1-160_mN1-150_HT60_TuneCP5_13TeV_pythia8_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FSMS-Higgsino_mN2-170_mC1-160_mN1-150_HT60_TuneCP5_13TeV_pythia8_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FSMS-Higgsino_mN2-170_mC1-160_mN1-150_HT60_TuneCP5_13TeV_pythia8_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FSMS-Higgsino_mN2-170_mC1-160_mN1-150_HT60_TuneCP5_13TeV_pythia8_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -276,3 +276,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3bc97ef3065a7b2a9608f2248cc0576f7e84b85e","filename":"Configuration/Generator/python/SMS-T1tttt_mGl-1500_mLSP-100_13TeV-pythia8_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FSMS-T1tttt_mGl-1500_mLSP-100_13TeV-pythia8_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FSMS-T1tttt_mGl-1500_mLSP-100_13TeV-pythia8_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FSMS-T1tttt_mGl-1500_mLSP-100_13TeV-pythia8_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -271,3 +271,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ad7ea1df6ed9b72c63701a10cc587257fb396c2e","filename":"Configuration/Generator/python/SMS-T1tttt_mGl-1500_mLSP-100_TuneCP5_14TeV_pythia8_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FSMS-T1tttt_mGl-1500_mLSP-100_TuneCP5_14TeV_pythia8_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FSMS-T1tttt_mGl-1500_mLSP-100_TuneCP5_14TeV_pythia8_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FSMS-T1tttt_mGl-1500_mLSP-100_TuneCP5_14TeV_pythia8_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -271,3 +271,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"93331cfee1f074c2281c2309b88cb166594fc8ae","filename":"Configuration/Generator/python/TTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FTTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FTTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FTTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n #https://github.com/cms-sw/genproductions/tree/c41ab29f3d86c9e53df8b0d76c12cd519adbf013/bin/MadGraph5_aMCatNLO/cards/production/13TeV/tt012j_5f_ckm_NLO_FXFX\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"90516c54deb2efe1fff3c70a0b9d4b61db37a860","filename":"Configuration/Generator/python/TTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FTTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FTTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FTTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -59,3 +59,4 @@\n ProductionFilterSequence = cms.Sequence(externalLHEProducer*generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4b01841ce08c9af52539b76d0ee48b8d8846152c","filename":"Configuration/Generator/python/TTbarToDilepton_mt172p5_TuneCP5_14TeV_pythia8_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FTTbarToDilepton_mt172p5_TuneCP5_14TeV_pythia8_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FTTbarToDilepton_mt172p5_TuneCP5_14TeV_pythia8_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FTTbarToDilepton_mt172p5_TuneCP5_14TeV_pythia8_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -29,3 +29,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"89d6614ae1837fba7b0df8b2a1262300082abbd1","filename":"Configuration/Generator/python/Upsilon1SToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FUpsilon1SToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FUpsilon1SToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FUpsilon1SToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -52,3 +52,4 @@\n ProductionFilterSequence = cms.Sequence(generator*oniafilter*mumugenfilter)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"088ef55b1784f084569e022852cb99ab1059da50","filename":"Configuration/Generator/python/Upsilon4sBaBarExample_BpBm_Dstarpipi_D0Kpi_nonres_forSTEAM_13TeV_TuneCUETP8M1_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FUpsilon4sBaBarExample_BpBm_Dstarpipi_D0Kpi_nonres_forSTEAM_13TeV_TuneCUETP8M1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FUpsilon4sBaBarExample_BpBm_Dstarpipi_D0Kpi_nonres_forSTEAM_13TeV_TuneCUETP8M1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FUpsilon4sBaBarExample_BpBm_Dstarpipi_D0Kpi_nonres_forSTEAM_13TeV_TuneCUETP8M1_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -52,3 +52,4 @@\n ProductionFilterSequence = cms.Sequence(generator*bufilter)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f5106039eb95367e056657aca3a2d7c9014b333f","filename":"Configuration/Generator/python/Upsilon4swithBuToKstarJPsiToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FUpsilon4swithBuToKstarJPsiToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FUpsilon4swithBuToKstarJPsiToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FUpsilon4swithBuToKstarJPsiToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -63,3 +63,4 @@\n ProductionFilterSequence = cms.Sequence(generator*bufilter*mumugenfilter)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f9e9f0548960582050b4aefe08189ece2fb53476","filename":"Configuration/Generator/python/WTolNu01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FWTolNu01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FWTolNu01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FWTolNu01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n #https://github.com/cms-sw/genproductions/tree/b9f934265b462f4f3bbb8919799fa20668bb6fce/bin/MadGraph5_aMCatNLO/cards/production/13TeV/WJets_HT_LO_MLM/WJetsToLNu_HT-0toInf\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"df2cb1e09f8e1759627377bc870be5ea3de0899e","filename":"Configuration/Generator/python/WTolNu012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FWTolNu012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FWTolNu012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FWTolNu012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"72619c98f4ece9ef7bee495b2e96b081ceb66880","filename":"Configuration/Generator/python/WprimeToENu_M-2000_TuneCUETP8M1_13TeV-pythia8_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FWprimeToENu_M-2000_TuneCUETP8M1_13TeV-pythia8_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FWprimeToENu_M-2000_TuneCUETP8M1_13TeV-pythia8_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FWprimeToENu_M-2000_TuneCUETP8M1_13TeV-pythia8_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -29,3 +29,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"90cd98550f73f328608641fba853f5d97510dc8d","filename":"Configuration/Generator/python/ZTT_Tauola_All_hadronic_13TeV_TuneCUETP8M1_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FZTT_Tauola_All_hadronic_13TeV_TuneCUETP8M1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FZTT_Tauola_All_hadronic_13TeV_TuneCUETP8M1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FZTT_Tauola_All_hadronic_13TeV_TuneCUETP8M1_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -38,3 +38,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6ca72302e248e25a874aa60c3f81e2f007f04616","filename":"Configuration/Generator/python/ZTT_Tauola_All_hadronic_14TeV_TuneCUETP8M1_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FZTT_Tauola_All_hadronic_14TeV_TuneCUETP8M1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FZTT_Tauola_All_hadronic_14TeV_TuneCUETP8M1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FZTT_Tauola_All_hadronic_14TeV_TuneCUETP8M1_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -38,3 +38,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"443e4aa925f8897c69feb8ec4b00bb482da11b4a","filename":"Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_13TeV_TuneCUETP8M1_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FZTT_Tauola_OneLepton_OtherHadrons_13TeV_TuneCUETP8M1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FZTT_Tauola_OneLepton_OtherHadrons_13TeV_TuneCUETP8M1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FZTT_Tauola_OneLepton_OtherHadrons_13TeV_TuneCUETP8M1_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -38,3 +38,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1c1b4076bfc7e014b7f7ee3adcb3133990907e02","filename":"Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_ExtGen_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_ExtGen_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_ExtGen_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_ExtGen_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -40,3 +40,4 @@\n generator = ExternalGeneratorFilter(_generator, _external_process_components_=cms.vstring(\"HepPDTESSource\"))\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4c966ed7e164e9d2bd9386954bacebacaac2e17c","filename":"Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -39,3 +39,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"434b499ebeac2e5bb83c5d5348d12ad66406f5db","filename":"Configuration/Generator/python/ZmumuJets_Pt_20_300_GEN_13TeV_TuneCUETP8M1_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FZmumuJets_Pt_20_300_GEN_13TeV_TuneCUETP8M1_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2FZmumuJets_Pt_20_300_GEN_13TeV_TuneCUETP8M1_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2FZmumuJets_Pt_20_300_GEN_13TeV_TuneCUETP8M1_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -35,3 +35,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a43e5be64f282790540927760e808186918ae679","filename":"Configuration/Generator/python/sherpa_ttbar_2j_MENLOPS_13TeV_MASTER_ExtGen_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2Fsherpa_ttbar_2j_MENLOPS_13TeV_MASTER_ExtGen_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGenerator%2Fpython%2Fsherpa_ttbar_2j_MENLOPS_13TeV_MASTER_ExtGen_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGenerator%2Fpython%2Fsherpa_ttbar_2j_MENLOPS_13TeV_MASTER_ExtGen_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -67,3 +67,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"071439d04d5774c5c88d4832f2efbd2c3ee42a27","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus05PercentReco_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatMinus05PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatMinus05PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatMinus05PercentReco_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -51,3 +51,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e256ba322f5c30a9b9089244efd08cc647cb9220","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus05Percent_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatMinus05Percent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatMinus05Percent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatMinus05Percent_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"54652b46bb9fb79cea8341a06759bb61695bfa41","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus10PercentReco_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatMinus10PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatMinus10PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatMinus10PercentReco_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -51,3 +51,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fc8de00016c138a2d19ed574b44dae88657d942f","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus10Percent_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatMinus10Percent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatMinus10Percent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatMinus10Percent_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"731edb7bbf2b4ae18eb36f689dfa03357b0d64fc","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus05PercentReco_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatPlus05PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatPlus05PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatPlus05PercentReco_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -51,3 +51,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"86b0ec2bec89daad13d5f91e846331317bad0306","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus05Percent_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatPlus05Percent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatPlus05Percent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatPlus05Percent_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f046c5d03517da2a3d6a88518d59dcb325db2e39","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus10PercentReco_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatPlus10PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatPlus10PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatPlus10PercentReco_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -51,3 +51,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0c151b6552bb3c15ccc755750bb2fb7355a86284","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus10Percent_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatPlus10Percent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatPlus10Percent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2021FlatPlus10Percent_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0f9a94e0c17e3c88ce817aef52e2b074311ab362","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus05PercentReco_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatMinus05PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatMinus05PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatMinus05PercentReco_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -51,3 +51,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9d270d88941fa270eb7b1b96bb0295757617d16a","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus05Percent_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatMinus05Percent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatMinus05Percent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatMinus05Percent_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"09e60a2668558aca1bbcfee51c41e9ff5ec55263","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus10PercentReco_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatMinus10PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatMinus10PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatMinus10PercentReco_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -51,3 +51,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"340c778a99103c8efb1af4a36a72d62399db9e8f","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus10Percent_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatMinus10Percent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatMinus10Percent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatMinus10Percent_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"93e6f131938a73d7fd8730c73a5125e72c63f588","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus05PercentReco_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatPlus05PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatPlus05PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatPlus05PercentReco_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -51,3 +51,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0fd426e0f08e3a4a5ab1e98b9f000eaed880435f","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus05Percent_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatPlus05Percent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatPlus05Percent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatPlus05Percent_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f0a257896141c87102f3baafe2c17db6b5917a53","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus10PercentReco_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatPlus10PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatPlus10PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatPlus10PercentReco_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -51,3 +51,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e7e0d3273ba927e9cfe1dcf57f0ca1d04e833f10","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus10Percent_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatPlus10Percent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatPlus10Percent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2023FlatPlus10Percent_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c0adbd4a1eac8a6aa43576bb7971eaff0ad9c29e","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus05PercentReco_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatMinus05PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatMinus05PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatMinus05PercentReco_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -51,3 +51,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f7aa361e9c98404435c59f096843030b5d2fd230","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus05Percent_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatMinus05Percent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatMinus05Percent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatMinus05Percent_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e18b3b312bdbc2c567be2f114e45267795fc5896","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus10PercentReco_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatMinus10PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatMinus10PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatMinus10PercentReco_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -51,3 +51,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cbe4d388a16290f393b6cae4d849e2177a75ca71","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus10Percent_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatMinus10Percent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatMinus10Percent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatMinus10Percent_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0b8dce3b818dfd639e275b1d7855be74149310b8","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus05PercentReco_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatPlus05PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatPlus05PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatPlus05PercentReco_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -51,3 +51,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7e677f6409d52801aa42141f58af0fabadc93079","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus05Percent_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatPlus05Percent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatPlus05Percent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatPlus05Percent_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e9fdfc2167e0f63b89f164b568206e205b3ef804","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus10PercentReco_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatPlus10PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatPlus10PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatPlus10PercentReco_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -51,3 +51,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"58cdd5cfe8a192d6c272276b56f53f8583e85521","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus10Percent_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatPlus10Percent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatPlus10Percent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2024FlatPlus10Percent_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"eb31234b9cb8563e934217b0b904878bec646ab5","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus05PercentReco_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatMinus05PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatMinus05PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatMinus05PercentReco_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -51,3 +51,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"460df7843e4ac5d197f9c05c5fbe62234dbfb0e3","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus05Percent_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatMinus05Percent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatMinus05Percent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatMinus05Percent_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9f61faed1ae0acf059c2344913ad1499c48cd299","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus10PercentReco_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatMinus10PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatMinus10PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatMinus10PercentReco_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -51,3 +51,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"20e92844873421b91b24bab693b6ef7163328c90","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus10Percent_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatMinus10Percent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatMinus10Percent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatMinus10Percent_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8d994f4423455a66746b4c3bac5fc7f471f00f2a","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus05PercentReco_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatPlus05PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatPlus05PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatPlus05PercentReco_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -51,3 +51,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bd8ec105525967f54ce9111e12a5cd38d34acf16","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus05Percent_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatPlus05Percent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatPlus05Percent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatPlus05Percent_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"51cbf6865507568c6ad10be89afbd941ee15f21a","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus10PercentReco_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatPlus10PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatPlus10PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatPlus10PercentReco_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -51,3 +51,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b6c08e4cf93c1b5a3fdaedd9a232bd353eec7632","filename":"Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus10Percent_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatPlus10Percent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatPlus10Percent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryDD4hepExtended2025FlatPlus10Percent_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"af9cdb8dee233b778719e28efef82c633df800da","filename":"Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus05PercentReco_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryExtended2017Plan1FlatMinus05PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryExtended2017Plan1FlatMinus05PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryExtended2017Plan1FlatMinus05PercentReco_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n from Geometry.HcalEventSetup.hcalTopologyIdeal_cfi import *\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ebf9e7821c0c61bb4f406084a15709607590ed42","filename":"Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus05Percent_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryExtended2017Plan1FlatMinus05Percent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryExtended2017Plan1FlatMinus05Percent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryExtended2017Plan1FlatMinus05Percent_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4ea70b737ed33495003b739e4a86f0ef485636cc","filename":"Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus10PercentReco_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryExtended2017Plan1FlatMinus10PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryExtended2017Plan1FlatMinus10PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryExtended2017Plan1FlatMinus10PercentReco_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n from Geometry.HcalEventSetup.hcalTopologyIdeal_cfi import *\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"22a32b52d09246f4c09e48e3f54f82abf20a3832","filename":"Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus10Percent_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryExtended2017Plan1FlatMinus10Percent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryExtended2017Plan1FlatMinus10Percent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryExtended2017Plan1FlatMinus10Percent_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6af4ada09ed0cffcef0dcd15e1b58fa07d519e6a","filename":"Configuration/Geometry/python/GeometryExtended2017Plan1FlatPlus05PercentReco_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryExtended2017Plan1FlatPlus05PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryExtended2017Plan1FlatPlus05PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryExtended2017Plan1FlatPlus05PercentReco_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n from Geometry.HcalEventSetup.hcalTopologyIdeal_cfi import *\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a7b1171e1413979184ff6b561971f6987a82bf59","filename":"Configuration/Geometry/python/GeometryExtended2017Plan1FlatPlus10PercentReco_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryExtended2017Plan1FlatPlus10PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryExtended2017Plan1FlatPlus10PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryExtended2017Plan1FlatPlus10PercentReco_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n from Geometry.HcalEventSetup.hcalTopologyIdeal_cfi import *\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1cec815d4c789303b2d5edd6ee15402d6248d27d","filename":"Configuration/Geometry/python/GeometryExtended2024FlatMinus05PercentReco_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryExtended2024FlatMinus05PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryExtended2024FlatMinus05PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryExtended2024FlatMinus05PercentReco_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -51,3 +51,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d5ad6e9842127e75a20df8f28ad6793de9d39132","filename":"Configuration/Geometry/python/GeometryExtended2024FlatMinus10PercentReco_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryExtended2024FlatMinus10PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryExtended2024FlatMinus10PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryExtended2024FlatMinus10PercentReco_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -51,3 +51,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f65297a76cf799fa735b3f8da929a4cad1f4d6bc","filename":"Configuration/Geometry/python/GeometryExtended2025FlatMinus05PercentReco_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryExtended2025FlatMinus05PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryExtended2025FlatMinus05PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryExtended2025FlatMinus05PercentReco_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -51,3 +51,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"eb8d62f95567e7741f80648c6c37187f616694f3","filename":"Configuration/Geometry/python/GeometryExtended2025FlatMinus10PercentReco_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryExtended2025FlatMinus10PercentReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FGeometry%2Fpython%2FGeometryExtended2025FlatMinus10PercentReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FGeometry%2Fpython%2FGeometryExtended2025FlatMinus10PercentReco_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -51,3 +51,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3cf03ca8c513895b5696a85117db8c2a2e693ce7","filename":"Configuration/ProcessModifiers/python/ecal_component_finely_sampled_waveforms_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FProcessModifiers%2Fpython%2Fecal_component_finely_sampled_waveforms_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FProcessModifiers%2Fpython%2Fecal_component_finely_sampled_waveforms_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FProcessModifiers%2Fpython%2Fecal_component_finely_sampled_waveforms_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -3,3 +3,4 @@\n ecal_component_finely_sampled_waveforms = cms.Modifier()\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f5e4af84315dd2dcf58d89c9ea29241e84b28ef3","filename":"Configuration/ProcessModifiers/python/ticl_superclustering_mustache_ticl_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FProcessModifiers%2Fpython%2Fticl_superclustering_mustache_ticl_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FProcessModifiers%2Fpython%2Fticl_superclustering_mustache_ticl_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FProcessModifiers%2Fpython%2Fticl_superclustering_mustache_ticl_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n ticl_superclustering_mustache_ticl = cms.Modifier() \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bcbd688a6bd22825619cdd7512204fc3f6d076cb","filename":"Configuration/ProcessModifiers/python/trackingMkFitDisplacedRegionalStep_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FProcessModifiers%2Fpython%2FtrackingMkFitDisplacedRegionalStep_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FProcessModifiers%2Fpython%2FtrackingMkFitDisplacedRegionalStep_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FProcessModifiers%2Fpython%2FtrackingMkFitDisplacedRegionalStep_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n trackingMkFitDisplacedRegionalStep = cms.Modifier()\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"73b5b673a6fb4e0c5cc039850b04d1d48112a4c8","filename":"Configuration/ProcessModifiers/python/trackingMkFitInitialStepPreSplitting_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FProcessModifiers%2Fpython%2FtrackingMkFitInitialStepPreSplitting_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FProcessModifiers%2Fpython%2FtrackingMkFitInitialStepPreSplitting_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FProcessModifiers%2Fpython%2FtrackingMkFitInitialStepPreSplitting_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n trackingMkFitInitialStepPreSplitting = cms.Modifier()\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e046399e622141866f6456230fd8f161896cf295","filename":"Configuration/ProcessModifiers/python/unifiedparticleTransformerAK4SonicTriton_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FProcessModifiers%2Fpython%2FunifiedparticleTransformerAK4SonicTriton_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FProcessModifiers%2Fpython%2FunifiedparticleTransformerAK4SonicTriton_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FProcessModifiers%2Fpython%2FunifiedparticleTransformerAK4SonicTriton_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -3,3 +3,4 @@\n unifiedparticleTransformerAK4SonicTriton = cms.Modifier()\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f20eb0dab2803593be838a1372893fd71ebb121b","filename":"Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p3_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FSkimming%2Ftest%2FCSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p3_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FSkimming%2Ftest%2FCSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p3_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FSkimming%2Ftest%2FCSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p3_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -151,3 +151,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"aafa461a37944c8db40b0ff853792ef507f6e6ac","filename":"Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p4_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FSkimming%2Ftest%2FCSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p4_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FSkimming%2Ftest%2FCSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p4_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FSkimming%2Ftest%2FCSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p4_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -151,3 +151,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c5dd3a2c569cb07925968546987b4c5dda139570","filename":"Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch2_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FSkimming%2Ftest%2FCSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch2_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FSkimming%2Ftest%2FCSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch2_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FSkimming%2Ftest%2FCSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch2_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -151,3 +151,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a3308b52027281301a0e66ff89e39563938e4172","filename":"Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch4_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FSkimming%2Ftest%2FCSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch4_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FSkimming%2Ftest%2FCSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch4_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FSkimming%2Ftest%2FCSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch4_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -151,3 +151,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cc0c24f3ae766b70de651bc67bcf4985c9b4689f","filename":"Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p3_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FSkimming%2Ftest%2FSDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p3_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FSkimming%2Ftest%2FSDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p3_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FSkimming%2Ftest%2FSDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p3_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -405,3 +405,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ba6c0e8eedc0c69efff3c9ee9aa84233d879df3e","filename":"Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p4_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FSkimming%2Ftest%2FSDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p4_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FSkimming%2Ftest%2FSDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p4_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FSkimming%2Ftest%2FSDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p4_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -405,3 +405,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"282ea1e42b83e5c5a77aad09ddcf08d8d9f84736","filename":"Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess370patch2_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FSkimming%2Ftest%2FSDmaker_6SD_3CS_PDMinBias_1e28_reprocess370patch2_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FSkimming%2Ftest%2FSDmaker_6SD_3CS_PDMinBias_1e28_reprocess370patch2_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FSkimming%2Ftest%2FSDmaker_6SD_3CS_PDMinBias_1e28_reprocess370patch2_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -405,3 +405,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0fc29fa2f1d9ca6e47f7c546b2909770e1626572","filename":"Configuration/StandardSequences/python/SimulationRandomNumberGeneratorSeeds_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FStandardSequences%2Fpython%2FSimulationRandomNumberGeneratorSeeds_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Configuration%2FStandardSequences%2Fpython%2FSimulationRandomNumberGeneratorSeeds_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Configuration%2FStandardSequences%2Fpython%2FSimulationRandomNumberGeneratorSeeds_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"eccea269aa5f639a82217de2d5a72a2ba04c3780","filename":"DPGAnalysis/SiStripTools/python/SiStripConfObjectAPVPhaseOffsetsFakeESSource_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSiStripTools%2Fpython%2FSiStripConfObjectAPVPhaseOffsetsFakeESSource_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSiStripTools%2Fpython%2FSiStripConfObjectAPVPhaseOffsetsFakeESSource_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSiStripTools%2Fpython%2FSiStripConfObjectAPVPhaseOffsetsFakeESSource_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6d4b0ee95a3d850904290c1a03928ab8c7891bbd","filename":"DPGAnalysis/SiStripTools/python/byclustsummsipixelvssistripmulteventfilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSiStripTools%2Fpython%2Fbyclustsummsipixelvssistripmulteventfilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSiStripTools%2Fpython%2Fbyclustsummsipixelvssistripmulteventfilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSiStripTools%2Fpython%2Fbyclustsummsipixelvssistripmulteventfilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -18,3 +18,4 @@\n \t\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"86ae9832202ff7cc4723acdaaaca7402d5d870b3","filename":"DPGAnalysis/SiStripTools/python/configurableapvcyclephaseproducer_CRAFT08_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSiStripTools%2Fpython%2Fconfigurableapvcyclephaseproducer_CRAFT08_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSiStripTools%2Fpython%2Fconfigurableapvcyclephaseproducer_CRAFT08_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSiStripTools%2Fpython%2Fconfigurableapvcyclephaseproducer_CRAFT08_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -73,3 +73,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2c24221e85905fa31f230f1f2faae053daadd8e3","filename":"DPGAnalysis/SiStripTools/python/configurableapvcyclephaseproducer_GR09_withdefault_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSiStripTools%2Fpython%2Fconfigurableapvcyclephaseproducer_GR09_withdefault_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSiStripTools%2Fpython%2Fconfigurableapvcyclephaseproducer_GR09_withdefault_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSiStripTools%2Fpython%2Fconfigurableapvcyclephaseproducer_GR09_withdefault_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"078ef49a15d20feeeb909f3aee28f8cf60711a63","filename":"DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_additionalpeak_AlCaReco_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_FrameHeaderEvents_additionalpeak_AlCaReco_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_FrameHeaderEvents_additionalpeak_AlCaReco_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_FrameHeaderEvents_additionalpeak_AlCaReco_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -20,3 +20,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1bace8bb8124f200811303543f0a587bfb3ea90a","filename":"DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_firstpeak_AlCaReco_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_FrameHeaderEvents_firstpeak_AlCaReco_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_FrameHeaderEvents_firstpeak_AlCaReco_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_FrameHeaderEvents_firstpeak_AlCaReco_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -20,3 +20,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1dc12deb93ad5a054e310813535d170d501f0ceb","filename":"DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_firstpeak_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_FrameHeaderEvents_firstpeak_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_FrameHeaderEvents_firstpeak_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_FrameHeaderEvents_firstpeak_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"966faf3eda929a978047a20337f21a89cf6ac4c9","filename":"DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_maxonly_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_FrameHeaderEvents_maxonly_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_FrameHeaderEvents_maxonly_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_FrameHeaderEvents_maxonly_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e305df378084e1ac1b3079723cbe182ca94155ce","filename":"DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_secondpeak_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_FrameHeaderEvents_secondpeak_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_FrameHeaderEvents_secondpeak_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_FrameHeaderEvents_secondpeak_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d3607aff708203091588a80cef5b0897aeabcd9f","filename":"DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_widerange_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_FrameHeaderEvents_widerange_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_FrameHeaderEvents_widerange_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_FrameHeaderEvents_widerange_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4f025a68259d6e345954f6192c26acf98f08c0ef","filename":"DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_HugeEvents_AlCaReco_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_HugeEvents_AlCaReco_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_HugeEvents_AlCaReco_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TIBTEC_HugeEvents_AlCaReco_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -20,3 +20,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"14feaf89d6c722612b6ac49acbff6e9a8812cf66","filename":"DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_firstpeak_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TOB_FrameHeaderEvents_firstpeak_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TOB_FrameHeaderEvents_firstpeak_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TOB_FrameHeaderEvents_firstpeak_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6262f3e65148f454e2773f571edb312d93bd146d","filename":"DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_maxonly_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TOB_FrameHeaderEvents_maxonly_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TOB_FrameHeaderEvents_maxonly_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TOB_FrameHeaderEvents_maxonly_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fbd596845abce6f8a030a82be87b9dfb324395f3","filename":"DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_secondpeak_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TOB_FrameHeaderEvents_secondpeak_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TOB_FrameHeaderEvents_secondpeak_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TOB_FrameHeaderEvents_secondpeak_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5d8a7ae06c0aaba592c612d1259dd73891a80892","filename":"DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_widerange_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TOB_FrameHeaderEvents_widerange_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TOB_FrameHeaderEvents_widerange_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSiStripTools%2Fpython%2Ffilters%2FPotential_TOB_FrameHeaderEvents_widerange_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"13381187d23b924b6975fd4b058e90985956145d","filename":"DPGAnalysis/SiStripTools/python/occupancyplotsselections_pixelphase1_detailed_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSiStripTools%2Fpython%2Foccupancyplotsselections_pixelphase1_detailed_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSiStripTools%2Fpython%2Foccupancyplotsselections_pixelphase1_detailed_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSiStripTools%2Fpython%2Foccupancyplotsselections_pixelphase1_detailed_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1432,3 +1432,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c6eabd3090f5cc3c2d6a7063a231a732d79d397c","filename":"DPGAnalysis/SiStripTools/test/CondDBWriter_SiStripConfObjectAPVPhaseOffsets_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSiStripTools%2Ftest%2FCondDBWriter_SiStripConfObjectAPVPhaseOffsets_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSiStripTools%2Ftest%2FCondDBWriter_SiStripConfObjectAPVPhaseOffsets_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSiStripTools%2Ftest%2FCondDBWriter_SiStripConfObjectAPVPhaseOffsets_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -56,3 +56,4 @@\n process.p1 = cms.Path(process.siStripConfObjectDummyDBWriter)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a79bc91d9eee77fbd8dd1ab2c8ea858c540dcff8","filename":"DPGAnalysis/Skims/data/Cert_13TeV_16Dec2015ReReco_Collisions15_25ns_50ns_JSON.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSkims%2Fdata%2FCert_13TeV_16Dec2015ReReco_Collisions15_25ns_50ns_JSON.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSkims%2Fdata%2FCert_13TeV_16Dec2015ReReco_Collisions15_25ns_50ns_JSON.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSkims%2Fdata%2FCert_13TeV_16Dec2015ReReco_Collisions15_25ns_50ns_JSON.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -2,3 +2,4 @@\n \"254231\": [[1, 24]], \"254232\": [[1, 81]], \"254790\": [[90, 90], [93, 630], [633, 697], [701, 715], [719, 784]], \"254852\": [[47, 94]], \"254879\": [[52, 52], [54, 140]], \"254906\": [[1, 75]], \"254907\": [[1, 52]], \"254914\": [[32, 32], [34, 78]], \"256630\": [[5, 26]], \"256673\": [[55, 56]], \"256674\": [[1, 2]], \"256675\": [[1, 106], [111, 164]], \"256676\": [[1, 160], [162, 208]], \"256677\": [[1, 291], [293, 390], [392, 397], [400, 455], [457, 482]], \"256801\": [[73, 263]], \"256842\": [[131, 132]], \"256843\": [[1, 204], [207, 284], [286, 378], [380, 461], [463, 587], [598, 627], [630, 661], [1001, 1034], [1036, 1081], [1083, 1191], [1193, 1193], [1195, 1329], [1331, 1332]], \"256866\": [[34, 47]], \"256867\": [[1, 16], [19, 94]], \"256868\": [[5, 33], [35, 200], [202, 492]], \"256869\": [[1, 34]], \"256926\": [[35, 50], [53, 62], [64, 65]], \"256941\": [[1, 17], [19, 29], [103, 105], [107, 126], [129, 129], [131, 168], [170, 170], [175, 290], [293, 294]], \"257461\": [[44, 95]], \"257531\": [[5, 45], [50, 143]], \"257599\": [[42, 118]], \"257613\": [[14, 1307]], \"257614\": [[1, 16]], \"257645\": [[37, 73], [75, 1096]], \"257682\": [[66, 366]], \"257722\": [[1, 19]], \"257723\": [[1, 1], [3, 108], [114, 148]], \"257735\": [[1, 15]], \"257751\": [[1, 463]], \"257804\": [[1, 17]], \"257805\": [[1, 249]], \"257816\": [[1, 385]], \"257819\": [[1, 248]], \"257968\": [[69, 326]], \"257969\": [[1, 634]], \"258129\": [[30, 124]], \"258136\": [[1, 60]], \"258157\": [[1, 56]], \"258158\": [[1, 1088], [1091, 1786]], \"258159\": [[1, 501]], \"258177\": [[1, 342], [347, 724], [755, 1939]], \"258211\": [[43, 129]], \"258213\": [[1, 165]], \"258214\": [[1, 217]], \"258215\": [[1, 6]], \"258287\": [[45, 144], [148, 227]], \"258403\": [[1, 251]], \"258425\": [[3, 136]], \"258426\": [[1, 10]], \"258427\": [[1, 107]], \"258428\": [[1, 159]], \"258432\": [[1, 4]], \"258434\": [[1, 453]], \"258440\": [[1, 442], [444, 732]], \"258444\": [[1, 37]], \"258445\": [[1, 302]], \"258446\": [[1, 142]], \"258448\": [[2, 100], [102, 731]], \"258655\": [[60, 68]], \"258656\": [[1, 334]], \"258694\": [[23, 199]], \"258702\": [[52, 402]], \"258703\": [[1, 389]], \"258705\": [[1, 100]], \"258706\": [[1, 733]], \"258712\": [[1, 524]], \"258713\": [[1, 161]], \"258714\": [[1, 67]], \"258741\": [[22, 72]], \"258742\": [[2, 693]], \"258745\": [[1, 260]], \"258749\": [[1, 204], [220, 604]], \"258750\": [[1, 197]], \"259626\": [[83, 111], [113, 167], [169, 437]], \"259637\": [[1, 72], [75, 221]], \"259681\": [[64, 98]], \"259683\": [[5, 19], [21, 23], [25, 94]], \"259685\": [[1, 209], [212, 240], [242, 290], [292, 445], [447, 538], [540, 544], [546, 630]], \"259686\": [[1, 43], [45, 47], [49, 100], [102, 245], [248, 341]], \"259721\": [[73, 99], [102, 408]], \"259809\": [[53, 222]], \"259810\": [[1, 113], [116, 116]], \"259811\": [[1, 47], [50, 91]], \"259813\": [[1, 10]], \"259817\": [[1, 5]], \"259818\": [[1, 160]], \"259820\": [[1, 32], [36, 161]], \"259821\": [[1, 75], [78, 212]], \"259822\": [[1, 14], [17, 464]], \"259861\": [[1, 34], [36, 38], [40, 66], [69, 156]], \"259862\": [[1, 13], [16, 532]], \"259884\": [[73, 143], [147, 155]], \"259890\": [[1, 34], [37, 109]], \"259891\": [[1, 108]], \"260373\": [[47, 370], [373, 408]], \"260424\": [[3, 12], [15, 266], [269, 672]], \"260425\": [[1, 18], [21, 55], [58, 256]], \"260426\": [[1, 52], [55, 296], [298, 307], [310, 504]], \"260427\": [[1, 285]], \"260431\": [[1, 447]], \"260532\": [[3, 8], [10, 456], [458, 746]], \"260533\": [[1, 14]], \"260534\": [[1, 375]], \"260536\": [[9, 37], [45, 60], [62, 193]], \"260538\": [[1, 284]], \"260541\": [[1, 24]], \"260575\": [[2, 21]], \"260576\": [[2, 88], [90, 465]], \"260577\": [[1, 76]], \"260593\": [[65, 401]], \"260627\": [[97, 611], [613, 757], [760, 788], [791, 1051], [1054, 1530], [1533, 1845]]}\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d8878a474cf4d401b16020f7dd9afc6287af8aee","filename":"DPGAnalysis/Skims/data/Cert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSkims%2Fdata%2FCert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSkims%2Fdata%2FCert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSkims%2Fdata%2FCert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1,2 +1,3 @@\n {\"190645\": [[10, 110]], \"190646\": [[1, 111]], \"190659\": [[33, 167]], \"190679\": [[1, 55]], \"190688\": [[69, 249]], \"190702\": [[51, 53], [55, 122], [124, 169]], \"190703\": [[1, 252]], \"190704\": [[1, 3]], \"190705\": [[1, 5], [7, 65], [81, 336], [338, 350], [353, 383]], \"190706\": [[1, 126]], \"190707\": [[1, 237], [239, 257]], \"190708\": [[1, 189]], \"190733\": [[71, 96], [99, 389], [392, 460]], \"190736\": [[1, 80], [83, 185]], \"190738\": [[1, 130], [133, 226], [229, 349]], \"190782\": [[55, 181], [184, 233], [236, 399], [401, 409]], \"190895\": [[64, 202], [210, 302], [305, 584], [587, 948]], \"190906\": [[73, 256], [259, 354], [356, 496]], \"190945\": [[124, 207]], \"190949\": [[1, 81]], \"191043\": [[45, 46]], \"191046\": [[1, 21], [24, 82], [84, 88], [92, 116], [119, 180], [183, 183], [185, 239]], \"191056\": [[1, 1], [4, 9], [16, 17], [19, 19]], \"191057\": [[1, 1], [4, 40]], \"191062\": [[1, 1], [3, 3], [5, 214], [216, 541]], \"191090\": [[1, 55]], \"191201\": [[38, 49], [52, 79]], \"191202\": [[1, 64], [66, 68], [87, 105], [108, 118]], \"191226\": [[77, 78], [81, 831], [833, 1454], [1456, 1466], [1469, 1507], [1510, 1686]], \"191247\": [[1, 153], [156, 280], [283, 606], [608, 620], [622, 818], [821, 834], [837, 1031], [1034, 1046], [1049, 1140], [1143, 1187], [1190, 1214], [1217, 1224]], \"191248\": [[1, 103]], \"191264\": [[59, 79], [82, 152], [155, 189]], \"191271\": [[56, 223], [225, 363]], \"191276\": [[1, 16]], \"191277\": [[1, 28], [30, 164], [167, 253], [255, 457], [460, 535], [537, 576], [579, 775], [778, 811], [813, 849]], \"191367\": [[1, 2]], \"191411\": [[1, 23]], \"191695\": [[1, 1]], \"191718\": [[43, 95], [98, 207]], \"191720\": [[1, 1], [3, 15], [17, 181]], \"191721\": [[1, 1], [3, 34], [36, 183], [186, 189]], \"191726\": [[1, 13]], \"191810\": [[15, 15], [22, 49], [52, 92]], \"191830\": [[54, 242], [245, 301], [304, 393]], \"191833\": [[1, 1], [3, 103]], \"191834\": [[1, 30], [33, 74], [77, 299], [302, 352]], \"191837\": [[1, 44], [47, 53], [56, 65]], \"191856\": [[1, 133]], \"191859\": [[1, 28], [31, 126]], \"193093\": [[1, 33]], \"193123\": [[1, 27]], \"193124\": [[1, 52]], \"193192\": [[58, 86]], \"193193\": [[1, 6], [8, 8], [11, 83], [86, 120], [122, 160], [162, 274], [276, 495], [497, 506]], \"193207\": [[54, 182]], \"193334\": [[29, 172]], \"193336\": [[1, 264], [267, 492], [495, 684], [687, 729], [732, 951]], \"193541\": [[77, 101], [103, 413], [416, 575], [578, 619]], \"193556\": [[41, 83]], \"193557\": [[1, 84]], \"193575\": [[48, 173], [176, 349], [351, 394], [397, 415], [417, 658], [660, 752]], \"193621\": [[60, 570], [573, 769], [772, 976], [979, 1053], [1056, 1137], [1139, 1193], [1195, 1371], [1373, 1654]], \"193834\": [[1, 35]], \"193835\": [[1, 20], [22, 26]], \"193836\": [[1, 2]], \"193998\": [[66, 113], [115, 278]], \"193999\": [[1, 45]], \"194027\": [[57, 113]], \"194050\": [[53, 113], [116, 273], [275, 355], [357, 369], [372, 391], [394, 490], [492, 814], [816, 1435], [1437, 1735], [1760, 1888]], \"194051\": [[1, 12]], \"194052\": [[1, 99], [102, 166]], \"194075\": [[48, 101], [103, 103], [105, 107], [109, 109], [111, 111]], \"194076\": [[1, 9], [11, 55], [58, 163], [165, 228], [230, 264], [267, 507], [509, 527], [530, 538], [541, 562], [565, 748]], \"194108\": [[81, 161], [164, 264], [266, 373], [376, 396], [398, 433], [436, 452], [454, 577], [579, 590], [593, 668], [671, 872]], \"194115\": [[66, 184], [186, 338], [340, 346], [348, 493], [496, 731], [819, 857]], \"194117\": [[1, 38]], \"194119\": [[1, 229], [232, 261]], \"194120\": [[1, 162], [165, 406]], \"194150\": [[42, 127], [129, 261], [264, 311]], \"194151\": [[47, 72], [75, 191], [193, 238], [240, 617], [619, 619], [621, 621], [623, 623]], \"194153\": [[1, 115]], \"194199\": [[96, 227], [229, 336], [339, 402]], \"194210\": [[3, 195], [198, 217], [220, 359], [361, 555]], \"194223\": [[61, 112]], \"194224\": [[1, 126], [129, 206], [208, 250], [253, 309], [312, 386], [389, 412]], \"194225\": [[1, 23], [26, 47], [49, 85], [88, 149]], \"194270\": [[56, 68]], \"194303\": [[56, 66], [69, 102]], \"194304\": [[1, 43], [46, 46]], \"194305\": [[1, 84]], \"194314\": [[52, 130], [133, 300]], \"194315\": [[1, 10], [13, 314], [317, 428], [431, 452], [455, 467]], \"194317\": [[1, 20]], \"194424\": [[63, 141], [144, 195], [198, 266], [268, 421], [424, 478], [481, 531], [534, 553], [556, 706], [708, 708]], \"194428\": [[1, 85], [87, 122], [125, 294], [296, 465]], \"194429\": [[1, 4], [7, 54], [57, 147], [150, 411], [413, 742], [745, 986], [988, 1019]], \"194439\": [[46, 77], [79, 106]], \"194455\": [[45, 64], [67, 140], [142, 255], [293, 303]], \"194464\": [[1, 127], [130, 142], [145, 210]], \"194479\": [[1, 44], [165, 232], [235, 262], [265, 374], [377, 431], [434, 489], [492, 529], [531, 566]], \"194480\": [[1, 32], [34, 205], [207, 375], [377, 387], [389, 759], [762, 956], [959, 1402]], \"194533\": [[46, 379], [382, 415], [417, 618], [620, 872]], \"194619\": [[31, 110]], \"194631\": [[1, 42], [44, 100], [102, 169], [171, 222]], \"194643\": [[1, 287]], \"194644\": [[1, 168], [171, 181], [184, 185], [187, 319], [321, 421]], \"194691\": [[61, 104], [107, 155], [158, 251], [254, 268], [271, 272], [275, 289], [292, 313]], \"194699\": [[1, 30], [32, 52], [55, 64], [67, 71], [73, 154], [157, 215], [218, 238], [241, 259]], \"194702\": [[1, 138], [141, 191]], \"194704\": [[1, 41], [44, 545], [548, 592]], \"194711\": [[1, 7], [9, 619]], \"194712\": [[1, 56], [61, 418], [420, 625], [627, 759]], \"194735\": [[44, 71], [74, 101], [104, 130]], \"194778\": [[60, 118], [120, 219]], \"194789\": [[1, 18], [21, 32], [34, 80], [82, 166], [168, 269], [272, 405], [409, 414], [417, 427], [430, 566]], \"194790\": [[1, 45]], \"194825\": [[72, 117], [120, 221]], \"194896\": [[34, 55], [58, 79], [82, 103]], \"194897\": [[1, 6], [8, 78], [80, 96], [98, 102]], \"194912\": [[53, 70], [72, 96], [98, 444], [446, 450], [453, 467], [470, 561], [564, 660], [663, 813], [815, 840], [843, 864], [866, 1004], [1007, 1025], [1027, 1067], [1069, 1137], [1140, 1166], [1168, 1249], [1251, 1304], [1307, 1444], [1447, 1487], [1489, 1503], [1506, 1662]], \"194914\": [[1, 38]], \"194915\": [[1, 74]], \"195013\": [[94, 144], [146, 185], [187, 206], [208, 299], [302, 324], [326, 366], [369, 447], [450, 526], [528, 541]], \"195014\": [[1, 6], [9, 119], [121, 148]], \"195015\": [[1, 13]], \"195016\": [[1, 21], [23, 55], [58, 63], [65, 174], [177, 184], [186, 241], [243, 246], [248, 251], [254, 367], [370, 422], [425, 560], [563, 569]], \"195099\": [[70, 144], [147, 186], [189, 208], [211, 224], [227, 248]], \"195109\": [[98, 241]], \"195112\": [[1, 12], [15, 26]], \"195113\": [[1, 209], [212, 388], [391, 403], [406, 419], [422, 492], [495, 579]], \"195114\": [[1, 69], [72, 103]], \"195115\": [[1, 7], [10, 22]], \"195147\": [[132, 282], [285, 294], [297, 331], [334, 363], [366, 442], [445, 536], [539, 559]], \"195163\": [[72, 138], [140, 224], [227, 240], [243, 243], [246, 347]], \"195164\": [[1, 64]], \"195165\": [[1, 4], [7, 41], [44, 54], [56, 153], [156, 260], [263, 266]], \"195251\": [[1, 131], [134, 137], [140, 152], [154, 165], [167, 242]], \"195303\": [[109, 191], [194, 277], [280, 310], [312, 316], [318, 409]], \"195304\": [[1, 3], [6, 22], [27, 80], [83, 100], [103, 154], [157, 341], [344, 588], [590, 727], [729, 1003], [1006, 1079], [1083, 1140], [1143, 1229]], \"195378\": [[90, 117], [120, 127], [130, 185], [187, 204], [206, 302], [305, 542], [544, 565], [567, 645], [647, 701], [703, 734], [737, 1120], [1122, 1133]], \"195390\": [[1, 1], [4, 27], [30, 145], [147, 183], [186, 187], [190, 208], [210, 213], [215, 400]], \"195396\": [[49, 55], [58, 63], [66, 131]], \"195397\": [[1, 10], [12, 89], [92, 120], [123, 141], [143, 251], [253, 253], [256, 475], [478, 525], [527, 608], [611, 776], [779, 970], [972, 1121], [1123, 1181], [1184, 1198], [1200, 1209]], \"195398\": [[3, 137], [139, 494], [497, 585], [587, 817], [820, 824], [827, 1225], [1228, 1307], [1309, 1712], [1721, 1736], [1741, 1752], [1767, 1795]], \"195399\": [[1, 192], [194, 382]], \"195530\": [[1, 80], [82, 104], [107, 156], [159, 300], [302, 405]], \"195540\": [[68, 123], [126, 137], [140, 283], [286, 319]], \"195551\": [[91, 106]], \"195552\": [[1, 21], [23, 27], [30, 147], [149, 155], [158, 182], [185, 287], [290, 349], [352, 469], [472, 815], [818, 823], [825, 883], [885, 1152], [1154, 1300], [1303, 1789]], \"195633\": [[40, 42]], \"195647\": [[1, 41]], \"195649\": [[1, 69], [72, 151], [154, 181], [183, 247]], \"195655\": [[1, 129], [131, 184], [186, 260], [263, 350], [353, 446], [448, 483], [485, 498]], \"195656\": [[1, 362]], \"195658\": [[1, 37], [40, 362], [364, 382], [384, 386]], \"195749\": [[1, 8], [10, 33], [36, 131]], \"195757\": [[1, 82], [85, 115], [118, 161], [163, 206]], \"195758\": [[1, 18]], \"195774\": [[1, 13], [16, 137], [139, 151], [154, 162], [164, 256], [258, 276], [279, 362], [365, 466], [469, 618], [620, 649], [651, 830]], \"195775\": [[1, 57], [60, 100], [103, 170]], \"195776\": [[1, 63], [66, 283], [286, 337], [340, 399], [401, 409], [411, 477]], \"195841\": [[74, 85]], \"195868\": [[1, 88], [90, 107], [110, 205]], \"195915\": [[1, 109], [111, 275], [278, 390], [393, 417], [419, 429], [432, 505], [507, 747], [749, 785], [787, 828], [830, 850]], \"195916\": [[1, 16], [19, 68], [71, 212]], \"195917\": [[1, 4]], \"195918\": [[1, 44], [46, 46], [49, 64]], \"195919\": [[1, 15]], \"195923\": [[1, 14]], \"195925\": [[1, 12]], \"195926\": [[1, 1], [3, 19], [21, 34]], \"195929\": [[1, 29]], \"195930\": [[1, 77], [80, 176], [179, 526], [529, 596]], \"195937\": [[1, 28], [31, 186], [188, 396]], \"195947\": [[23, 62], [64, 88]], \"195948\": [[51, 116], [119, 144], [147, 147], [150, 352], [355, 369], [372, 402], [404, 500], [503, 540], [543, 565], [567, 602], [605, 615]], \"195950\": [[1, 71], [73, 138], [141, 169], [172, 332], [335, 350], [353, 382], [385, 421], [424, 450], [453, 483], [485, 616], [619, 715], [718, 787], [789, 800], [803, 829], [831, 831], [833, 1587]], \"195963\": [[54, 58]], \"195970\": [[44, 49], [51, 85]], \"196019\": [[54, 68]], \"196027\": [[1, 55], [58, 119], [121, 155], [158, 186]], \"196046\": [[12, 40]], \"196047\": [[1, 64], [70, 75]], \"196048\": [[1, 44], [46, 48]], \"196197\": [[58, 122], [125, 179], [181, 311], [313, 516], [519, 562]], \"196199\": [[1, 33], [36, 83], [86, 118], [121, 147], [150, 237], [239, 285], [287, 534]], \"196200\": [[1, 68]], \"196202\": [[3, 61], [64, 108]], \"196203\": [[1, 102], [107, 117]], \"196218\": [[55, 199], [201, 224], [226, 393], [396, 494], [496, 741], [744, 752], [754, 757], [759, 820]], \"196239\": [[1, 59], [62, 154], [157, 272], [274, 373], [375, 432], [435, 465], [468, 647], [650, 706], [709, 1025]], \"196249\": [[63, 77], [80, 99]], \"196250\": [[1, 2], [5, 265], [267, 426]], \"196252\": [[1, 35]], \"196334\": [[59, 111], [113, 123], [126, 132], [135, 167], [170, 193], [196, 257], [259, 267], [270, 289], [292, 342]], \"196349\": [[65, 84], [86, 154], [157, 244], [246, 258]], \"196357\": [[1, 4]], \"196359\": [[1, 2]], \"196362\": [[1, 88]], \"196363\": [[1, 8], [11, 34]], \"196364\": [[1, 93], [96, 136], [139, 365], [368, 380], [382, 601], [603, 795], [798, 884], [887, 1196], [1199, 1200], [1203, 1299]], \"196437\": [[1, 1], [3, 74], [77, 169]], \"196438\": [[1, 181], [184, 699], [701, 1269]], \"196452\": [[82, 112], [114, 490], [493, 586], [589, 618], [622, 668], [671, 716], [718, 726], [728, 956], [958, 1004], [1007, 1091]], \"196453\": [[1, 74], [77, 145], [147, 669], [673, 714], [717, 799], [802, 988], [991, 1178], [1180, 1180], [1182, 1248], [1250, 1528], [1531, 1647]], \"196495\": [[114, 180], [182, 272]], \"196509\": [[1, 68]], \"196531\": [[62, 150], [152, 253], [256, 285], [288, 302], [305, 422], [425, 440]], \"198049\": [[1, 11], [14, 57]], \"198050\": [[2, 155]], \"198063\": [[1, 37], [40, 72], [74, 124], [127, 294]], \"198116\": [[36, 52], [54, 55], [58, 96], [98, 112]], \"198207\": [[1, 97]], \"198208\": [[1, 92], [94, 134], [137, 147], [150, 209]], \"198210\": [[1, 221]], \"198212\": [[1, 574]], \"198213\": [[1, 107]], \"198215\": [[1, 12]], \"198230\": [[1, 33], [36, 57], [60, 235], [237, 324], [326, 388], [390, 459], [462, 625], [627, 651], [653, 805], [808, 811], [814, 948], [950, 1090], [1093, 1103], [1106, 1332], [1335, 1380]], \"198249\": [[1, 7]], \"198269\": [[3, 198]], \"198271\": [[1, 91], [93, 170], [173, 299], [301, 450], [453, 513], [516, 616], [619, 628], [631, 791], [793, 797]], \"198272\": [[1, 185], [188, 245], [248, 314], [317, 433], [436, 444], [454, 620]], \"198346\": [[44, 47]], \"198372\": [[57, 110]], \"198485\": [[68, 109], [112, 134], [136, 181], [184, 239]], \"198487\": [[1, 145], [147, 514], [517, 668], [671, 733], [736, 757], [760, 852], [854, 994], [997, 1434], [1437, 1610]], \"198522\": [[65, 144], [147, 208]], \"198941\": [[102, 189], [191, 220], [222, 241], [243, 249], [252, 284]], \"198954\": [[108, 156], [159, 277]], \"198955\": [[1, 45], [47, 50], [53, 220], [223, 269], [271, 284], [286, 338], [340, 580], [583, 742], [744, 910], [913, 946], [949, 1162], [1165, 1169], [1172, 1182], [1185, 1188], [1190, 1246], [1249, 1304], [1306, 1467], [1470, 1485], [1487, 1552]], \"198969\": [[58, 81], [84, 247], [249, 323], [325, 365], [367, 413], [416, 466], [468, 643], [646, 918], [920, 1011], [1013, 1175], [1178, 1236], [1239, 1253]], \"199008\": [[75, 93], [95, 121], [124, 208], [211, 331], [333, 373], [376, 482], [485, 605], [608, 644]], \"199011\": [[1, 11], [13, 24]], \"199021\": [[59, 88], [91, 128], [130, 133], [136, 309], [311, 333], [335, 410], [414, 469], [471, 533], [535, 563], [565, 1223], [1226, 1479], [1481, 1494]], \"199318\": [[65, 138]], \"199319\": [[1, 7], [9, 223], [226, 277], [280, 348], [351, 358], [360, 422], [424, 490], [492, 493], [496, 612], [615, 642], [645, 720], [723, 728], [730, 731], [734, 741], [744, 752], [754, 943], [945, 997]], \"199336\": [[1, 33], [36, 122], [125, 231], [234, 614], [617, 789], [791, 977]], \"199356\": [[95, 121], [123, 168], [171, 205], [208, 231]], \"199409\": [[25, 54], [56, 89], [91, 204], [206, 290], [293, 583], [586, 602], [604, 1014], [1016, 1300]], \"199428\": [[61, 197], [200, 210], [212, 382], [387, 414], [417, 436], [439, 530], [533, 648]], \"199429\": [[1, 28], [30, 36], [39, 55], [58, 101], [103, 148], [151, 154]], \"199435\": [[63, 106], [109, 261], [263, 579], [582, 654], [656, 696], [699, 1034], [1037, 1144], [1147, 1327], [1330, 1411], [1414, 1431], [1434, 1441], [1444, 1487], [1489, 1610]], \"199436\": [[1, 113], [116, 254], [257, 675], [678, 748]], \"199564\": [[1, 3]], \"199569\": [[1, 2], [5, 136], [139, 367]], \"199570\": [[1, 17]], \"199571\": [[1, 184], [186, 360], [363, 561]], \"199572\": [[1, 317]], \"199573\": [[1, 22]], \"199574\": [[1, 53], [56, 153], [156, 246]], \"199608\": [[60, 157], [159, 209], [211, 341], [344, 390], [392, 461], [464, 800], [802, 1064], [1067, 1392], [1395, 1630], [1633, 1904], [1907, 1962], [1965, 2252], [2255, 2422]], \"199698\": [[72, 94], [96, 127]], \"199699\": [[1, 154], [157, 169], [172, 410], [412, 756]], \"199703\": [[1, 94], [97, 482], [485, 529]], \"199739\": [[66, 133]], \"199751\": [[103, 119], [121, 127]], \"199752\": [[1, 141], [144, 180], [182, 186], [188, 211], [214, 322]], \"199753\": [[1, 59]], \"199754\": [[1, 203], [205, 325], [328, 457], [459, 607], [610, 613], [615, 806], [808, 998]], \"199804\": [[78, 88], [90, 181], [183, 235], [238, 278], [281, 290], [292, 519], [522, 575], [577, 628], [631, 632]], \"199812\": [[70, 141], [144, 163], [182, 211], [214, 471], [474, 505], [508, 557], [560, 571], [574, 623], [626, 751], [754, 796]], \"199832\": [[58, 62], [65, 118], [121, 139], [142, 286]], \"199833\": [[1, 13], [16, 103], [105, 250], [253, 493], [496, 794], [797, 1032], [1034, 1185], [1188, 1239]], \"199834\": [[1, 9], [11, 11], [14, 18], [21, 54], [56, 57], [62, 65], [69, 284], [286, 503], [505, 942]], \"199862\": [[59, 141]], \"199864\": [[1, 87], [89, 89], [92, 103], [106, 372], [374, 385], [388, 486]], \"199867\": [[1, 134], [136, 172], [174, 218], [221, 320]], \"199868\": [[1, 21]], \"199875\": [[70, 150], [152, 334]], \"199876\": [[1, 19], [22, 95], [97, 249], [252, 272], [274, 340], [343, 362], [365, 376]], \"199877\": [[1, 173], [175, 605], [607, 701], [703, 871]], \"199960\": [[72, 139], [141, 197], [204, 232], [235, 363], [365, 367], [370, 380], [383, 459], [461, 466], [469, 485]], \"199961\": [[1, 211], [213, 287]], \"199967\": [[60, 120], [122, 170], [172, 198]], \"199973\": [[73, 89]], \"200041\": [[62, 83], [85, 157], [162, 274], [277, 318], [321, 335], [337, 386], [388, 389], [392, 400], [402, 568], [571, 593], [595, 646], [649, 728], [731, 860], [862, 930], [932, 1096]], \"200042\": [[1, 110], [112, 536]], \"200049\": [[1, 177]], \"200075\": [[76, 139], [142, 232], [256, 326], [329, 422], [425, 431], [434, 500], [502, 605]], \"200091\": [[67, 67], [70, 151], [154, 172], [174, 187], [190, 196], [199, 201], [204, 425], [428, 535], [537, 607], [610, 879], [881, 943], [946, 999], [1001, 1025], [1027, 1132], [1135, 1339], [1341, 1433], [1435, 1450], [1453, 1523], [1526, 1664], [1667, 1680], [1683, 1710]], \"200152\": [[74, 116]], \"200160\": [[52, 68]], \"200161\": [[1, 97], [100, 112]], \"200174\": [[81, 84]], \"200177\": [[1, 56]], \"200178\": [[1, 38]], \"200180\": [[1, 18]], \"200186\": [[1, 3], [6, 24]], \"200188\": [[1, 24], [27, 28], [31, 76], [79, 271], [274, 352]], \"200190\": [[1, 4], [6, 76], [79, 143], [146, 159], [162, 256], [258, 321], [324, 401], [403, 453], [456, 457], [460, 565], [567, 588], [591, 591], [593, 595], [597, 646], [649, 878]], \"200229\": [[1, 33], [41, 219], [222, 244], [247, 290], [293, 624], [627, 629]], \"200243\": [[69, 103], [106, 139]], \"200244\": [[3, 304], [307, 442], [445, 507], [510, 619]], \"200245\": [[1, 103], [105, 128], [131, 248], [251, 357]], \"200368\": [[72, 180]], \"200369\": [[1, 5], [8, 61], [64, 360], [363, 439], [441, 578], [580, 603], [606, 684], [686, 686]], \"200381\": [[8, 15], [18, 36], [38, 89], [91, 195]], \"200466\": [[134, 274]], \"200473\": [[96, 157], [159, 224], [226, 304], [306, 469], [472, 524], [527, 542], [545, 619], [622, 688], [691, 730], [733, 738], [740, 1324]], \"200491\": [[87, 107], [110, 149], [152, 157], [160, 197], [199, 237], [240, 270], [273, 273], [276, 334], [336, 360], [363, 419]], \"200515\": [[97, 183]], \"200519\": [[1, 111], [114, 126], [129, 136], [138, 224], [227, 258], [261, 350], [353, 611], [613, 747]], \"200525\": [[77, 149], [151, 164], [166, 190], [193, 276], [278, 311], [314, 464], [467, 488], [491, 674], [676, 704], [707, 755], [757, 895], [898, 937], [939, 990]], \"200532\": [[1, 37]], \"200599\": [[75, 129], [132, 137]], \"200600\": [[1, 183], [186, 299], [302, 313], [316, 324], [327, 334], [336, 397], [399, 417], [420, 526], [529, 591], [594, 596], [598, 609], [611, 660], [663, 823], [826, 900], [902, 943], [945, 1139]], \"200961\": [[1, 115]], \"200976\": [[94, 164]], \"200990\": [[75, 143]], \"200991\": [[1, 42], [44, 44], [47, 80], [83, 175], [178, 181], [184, 252], [255, 632], [635, 916], [918, 1017], [1019, 1048]], \"200992\": [[1, 405], [408, 434], [436, 581]], \"201062\": [[78, 268]], \"201097\": [[83, 136], [138, 245], [248, 300], [303, 370], [372, 429], [432, 497]], \"201114\": [[1, 14]], \"201115\": [[1, 73]], \"201159\": [[70, 211]], \"201164\": [[1, 8], [10, 94], [96, 125], [128, 178], [180, 198], [200, 271], [274, 416], [418, 418]], \"201168\": [[1, 37], [39, 275], [278, 481], [483, 558], [560, 730]], \"201173\": [[1, 194], [197, 586]], \"201174\": [[1, 214], [216, 263], [265, 339], [342, 451]], \"201191\": [[75, 98], [100, 216], [218, 389], [392, 492], [494, 506], [509, 585], [587, 594], [597, 607], [609, 794], [796, 838], [841, 974], [977, 1105], [1108, 1117], [1120, 1382], [1385, 1386]], \"201193\": [[1, 19]], \"201196\": [[1, 238], [241, 278], [286, 299], [302, 338], [341, 515], [518, 720], [723, 789], [803, 841]], \"201197\": [[1, 23]], \"201202\": [[1, 437]], \"201229\": [[1, 5], [8, 26], [29, 73]], \"201278\": [[62, 163], [166, 229], [232, 256], [259, 316], [318, 595], [598, 938], [942, 974], [976, 1160], [1163, 1304], [1306, 1793], [1796, 1802], [1805, 1906], [1909, 1929], [1932, 2174]], \"201554\": [[70, 86], [88, 114], [116, 126]], \"201602\": [[76, 81], [83, 194], [196, 494], [496, 614], [617, 635]], \"201611\": [[87, 145], [149, 182], [184, 186]], \"201613\": [[1, 42], [44, 49], [53, 210], [213, 215], [218, 225], [228, 646]], \"201624\": [[83, 92], [95, 240], [270, 270]], \"201625\": [[211, 312], [315, 348], [351, 416], [418, 588], [591, 671], [673, 758], [760, 791], [793, 944]], \"201657\": [[77, 93], [95, 108], [110, 118]], \"201658\": [[1, 19], [21, 118], [121, 136], [139, 288]], \"201668\": [[78, 157]], \"201669\": [[1, 9], [12, 136], [139, 141], [143, 165]], \"201671\": [[1, 120], [122, 174], [177, 462], [464, 482], [485, 499], [501, 545], [547, 571], [574, 614], [617, 766], [768, 896], [899, 911], [914, 1007]], \"201678\": [[1, 120]], \"201679\": [[1, 110], [112, 241], [244, 298], [302, 321], [324, 461], [463, 483]], \"201692\": [[78, 81], [83, 179]], \"201705\": [[65, 73], [75, 109], [111, 187]], \"201706\": [[1, 62]], \"201707\": [[1, 23], [26, 42], [45, 115], [118, 130], [133, 160], [163, 276], [279, 471], [473, 511], [514, 545], [547, 570], [572, 622], [625, 735], [738, 806], [809, 876], [879, 964]], \"201708\": [[1, 79]], \"201718\": [[58, 108]], \"201727\": [[67, 185]], \"201729\": [[6, 20], [22, 75], [77, 126], [129, 154], [156, 216], [219, 244]], \"201794\": [[58, 94]], \"201802\": [[68, 209], [211, 214], [216, 220], [223, 288], [290, 296]], \"201816\": [[1, 72], [74, 105], [107, 157]], \"201817\": [[1, 274]], \"201818\": [[1, 1]], \"201819\": [[1, 94], [96, 241]], \"201824\": [[1, 139], [141, 176], [179, 286], [289, 492]], \"202012\": [[98, 121], [126, 131]], \"202013\": [[1, 2], [5, 35], [38, 57]], \"202014\": [[1, 5], [8, 14], [16, 18], [20, 77], [79, 102], [104, 174], [177, 190], [192, 196]], \"202016\": [[1, 48], [51, 134], [137, 177], [179, 743], [745, 831], [834, 890], [893, 896], [898, 932], [934, 1010]], \"202044\": [[84, 101], [104, 266], [268, 461], [463, 466]], \"202045\": [[1, 30], [33, 72], [75, 528], [531, 601], [603, 785], [788, 809], [822, 823]], \"202054\": [[6, 266], [268, 489], [492, 605], [608, 631]], \"202060\": [[76, 142], [144, 154], [156, 244], [246, 497], [499, 642], [644, 682], [684, 743], [746, 936]], \"202074\": [[66, 174]], \"202075\": [[1, 18], [21, 187], [189, 214], [217, 247], [250, 342], [345, 406], [409, 497], [500, 537], [539, 539], [542, 560], [562, 615], [618, 628]], \"202084\": [[83, 156], [159, 177], [179, 180], [182, 239]], \"202087\": [[1, 25], [28, 208], [210, 357], [359, 652], [655, 853], [856, 1093]], \"202088\": [[1, 286]], \"202093\": [[1, 104], [107, 320], [322, 360]], \"202116\": [[59, 60]], \"202178\": [[67, 78], [80, 88], [91, 177], [180, 186], [188, 337], [340, 377], [379, 425], [428, 475], [478, 548], [551, 717], [720, 965], [967, 1444], [1447, 1505], [1508, 1519], [1522, 1555]], \"202205\": [[94, 114]], \"202209\": [[1, 48], [51, 142]], \"202237\": [[39, 128], [131, 131], [134, 219], [222, 235], [238, 275], [277, 289], [291, 316], [319, 419], [422, 538], [540, 936], [939, 950], [952, 976], [979, 1079]], \"202272\": [[76, 112], [115, 141], [144, 185], [188, 205], [208, 305], [307, 313], [315, 371], [436, 480], [483, 555], [558, 577], [579, 683], [686, 705], [707, 740], [742, 890], [937, 1295], [1299, 1481]], \"202299\": [[68, 84], [87, 141], [143, 193], [196, 358], [361, 379], [382, 414], [416, 452], [455, 555]], \"202305\": [[1, 89], [92, 130], [133, 323]], \"202314\": [[67, 104], [107, 265], [268, 278]], \"202328\": [[46, 89], [92, 156], [158, 276], [278, 291], [294, 434], [437, 460], [463, 586], [588, 610], [612, 614]], \"202333\": [[1, 235]], \"202389\": [[81, 182], [185, 190], [192, 199]], \"202469\": [[87, 158], [160, 174], [177, 352]], \"202472\": [[1, 96], [99, 112]], \"202477\": [[1, 129], [131, 150]], \"202478\": [[1, 177], [180, 183], [186, 219], [222, 360], [362, 506], [509, 531], [534, 718], [720, 927], [929, 973], [975, 1029], [1031, 1186], [1189, 1212], [1215, 1248]], \"202504\": [[77, 96], [99, 133], [135, 182], [184, 211], [213, 241], [243, 392], [395, 527], [529, 617], [620, 715], [718, 763], [766, 1172], [1174, 1247], [1250, 1471], [1474, 1679], [1682, 1704]], \"202972\": [[1, 30], [33, 184], [186, 290], [292, 295], [298, 371], [374, 429], [431, 544]], \"202973\": [[1, 234], [237, 305], [308, 437], [439, 530], [532, 541], [544, 552], [555, 851], [853, 1408]], \"203002\": [[77, 128], [130, 141], [144, 207], [209, 267], [270, 360], [362, 501], [504, 641], [643, 669], [671, 671], [674, 717], [720, 1034], [1037, 1070], [1073, 1370], [1372, 1392], [1395, 1410], [1413, 1596]], \"203709\": [[1, 121]], \"203742\": [[1, 29]], \"203777\": [[103, 113]], \"203830\": [[82, 182]], \"203832\": [[1, 11]], \"203833\": [[1, 70], [73, 128]], \"203834\": [[1, 40]], \"203835\": [[1, 70], [73, 358]], \"203853\": [[122, 222]], \"203894\": [[82, 272], [275, 477], [480, 902], [905, 1319]], \"203909\": [[79, 113], [116, 117], [120, 140], [143, 382]], \"203912\": [[1, 306], [308, 566], [569, 609], [611, 698], [701, 820], [823, 865], [867, 1033], [1035, 1321]], \"203987\": [[1, 9], [12, 241], [243, 339], [342, 781], [784, 1014]], \"203992\": [[1, 15]], \"203994\": [[1, 56], [59, 136], [139, 304], [306, 342], [344, 425]], \"204100\": [[117, 139]], \"204101\": [[1, 74]], \"204113\": [[82, 96], [98, 102], [105, 127], [129, 191], [194, 258], [261, 327], [329, 388], [390, 400], [402, 583], [585, 690]], \"204114\": [[1, 358]], \"204238\": [[23, 52], [55, 55]], \"204250\": [[92, 118], [121, 177], [179, 285], [287, 336], [339, 400], [403, 521], [524, 543], [546, 682], [684, 801]], \"204511\": [[1, 56]], \"204541\": [[5, 39], [42, 42], [44, 139], [142, 149], [151, 204]], \"204544\": [[1, 11], [13, 93], [96, 195], [197, 224], [226, 334], [337, 426]], \"204552\": [[1, 9]], \"204553\": [[1, 51], [53, 60], [63, 101]], \"204554\": [[1, 5], [7, 221], [224, 455], [458, 470], [472, 481], [483, 514]], \"204555\": [[1, 329], [331, 334]], \"204563\": [[91, 99], [102, 178], [180, 219], [222, 229], [231, 364], [366, 366], [369, 470], [473, 524], [527, 571]], \"204564\": [[1, 84], [87, 89], [92, 159], [161, 187], [190, 191], [193, 293], [296, 315], [317, 340], [343, 427], [429, 434], [437, 735], [737, 855], [858, 1206], [1209, 1248], [1251, 1284]], \"204565\": [[1, 48]], \"204566\": [[1, 12]], \"204567\": [[1, 38]], \"204576\": [[49, 192], [195, 301]], \"204577\": [[1, 46], [49, 64], [67, 105], [107, 170], [173, 181], [183, 193], [196, 653], [656, 669], [671, 740], [742, 913], [915, 1057], [1059, 1115], [1117, 1282]], \"204599\": [[73, 83], [85, 94], [97, 121], [124, 125], [128, 173], [175, 240], [243, 245], [248, 264], [266, 292], [294, 334]], \"204601\": [[1, 25], [28, 62], [65, 80], [83, 89], [92, 290], [292, 563], [565, 591], [593, 652], [655, 780], [783, 812], [814, 892], [894, 984], [986, 1003], [1006, 1038], [1040, 1088], [1091, 1102], [1105, 1161], [1164, 1250]], \"205086\": [[95, 149]], \"205111\": [[88, 390], [392, 441], [444, 446]], \"205158\": [[81, 289], [292, 313], [315, 473], [476, 591], [594, 595], [597, 612], [615, 663], [665, 667], [672, 685], [687, 733]], \"205193\": [[80, 109], [111, 349], [352, 486], [488, 650], [652, 712], [714, 902]], \"205217\": [[1, 12], [16, 111], [113, 171], [174, 250], [253, 318]], \"205233\": [[94, 153]], \"205236\": [[1, 190], [193, 207], [209, 260], [263, 331], [334, 352]], \"205238\": [[1, 6], [9, 199], [202, 254], [256, 304], [306, 355], [358, 381], [384, 596], [598, 617]], \"205303\": [[35, 54], [90, 132], [135, 144]], \"205310\": [[76, 306], [309, 313], [316, 316], [319, 321], [324, 457], [460, 559]], \"205311\": [[1, 85], [88, 92], [95, 183], [186, 395], [397, 592], [595, 910], [913, 1260]], \"205339\": [[71, 175], [178, 213], [216, 230], [233, 262], [265, 404]], \"205344\": [[1, 83], [86, 104], [106, 359], [362, 431], [433, 949], [951, 967], [969, 1127], [1129, 1346], [1348, 1586]], \"205515\": [[82, 201], [203, 216]], \"205519\": [[1, 47], [50, 172], [175, 367], [370, 386], [389, 472]], \"205526\": [[1, 269], [272, 277], [280, 332]], \"205614\": [[1, 4], [7, 40]], \"205617\": [[1, 29], [32, 102], [105, 123], [125, 140], [143, 264], [266, 448], [451, 532], [534, 547]], \"205618\": [[1, 12]], \"205620\": [[1, 175]], \"205666\": [[60, 119], [122, 165], [168, 259], [261, 322], [325, 578], [580, 594], [597, 721], [724, 739]], \"205667\": [[1, 165], [168, 282], [285, 318], [321, 412], [415, 689], [692, 751], [754, 774], [777, 1109]], \"205683\": [[76, 82], [85, 178], [181, 198], [201, 305]], \"205690\": [[1, 40]], \"205694\": [[1, 205], [208, 230], [233, 347], [350, 452], [455, 593], [595, 890]], \"205718\": [[49, 75], [78, 97], [100, 103], [105, 176], [178, 338], [341, 361], [363, 524], [527, 531], [534, 589], [591, 694]], \"205774\": [[1, 80]], \"205777\": [[1, 8]], \"205781\": [[1, 89], [91, 197], [200, 502]], \"205826\": [[80, 232], [235, 303], [306, 468]], \"205833\": [[84, 86], [89, 121], [123, 155], [157, 165], [167, 173], [176, 219], [221, 267], [270, 312], [315, 346], [350, 355], [360, 366]], \"205834\": [[1, 12], [14, 195]], \"205908\": [[68, 200], [202, 209]], \"205921\": [[22, 73], [76, 268], [271, 394], [397, 401], [410, 428], [431, 498], [500, 571], [574, 779], [782, 853]], \"206066\": [[89, 146]], \"206088\": [[86, 159], [161, 178], [181, 199], [202, 286]], \"206102\": [[83, 116], [120, 130], [133, 208], [211, 235], [238, 246], [249, 278], [281, 349]], \"206187\": [[107, 169], [172, 242], [245, 288], [290, 340], [343, 427], [429, 435], [437, 486], [489, 569], [571, 647], [649, 662], [664, 708]], \"206188\": [[1, 40], [42, 55]], \"206199\": [[1, 75], [77, 82], [85, 114]], \"206207\": [[82, 130], [132, 176], [179, 194], [196, 388], [390, 419], [422, 447], [450, 569], [572, 690]], \"206208\": [[1, 470], [472, 518]], \"206210\": [[11, 25], [28, 275], [277, 298], [300, 383], [386, 466]], \"206243\": [[62, 169], [172, 196], [199, 354], [357, 433], [435, 448], [451, 533], [536, 554], [557, 723], [726, 905]], \"206245\": [[1, 62]], \"206246\": [[1, 14], [16, 237], [240, 285], [288, 407], [412, 676], [678, 704], [706, 785], [787, 962], [965, 997], [1000, 1198], [1201, 1290]], \"206257\": [[1, 29]], \"206258\": [[1, 36], [39, 223], [226, 249]], \"206302\": [[1, 8], [11, 33], [36, 44], [47, 82], [84, 108], [110, 149], [151, 186], [189, 229], [231, 232], [234, 241], [243, 276]], \"206303\": [[1, 19], [23, 286]], \"206304\": [[1, 4], [6, 62]], \"206331\": [[91, 222], [225, 312]], \"206389\": [[88, 185], [187, 249], [252, 272], [275, 392]], \"206391\": [[1, 55], [57, 91]], \"206401\": [[69, 90], [92, 194], [197, 210], [212, 249], [251, 265], [267, 409]], \"206446\": [[92, 141], [143, 159], [162, 205], [208, 301], [304, 442], [445, 445], [448, 474], [476, 616], [619, 872], [874, 910], [912, 948], [950, 989], [992, 1030], [1033, 1075], [1109, 1149]], \"206448\": [[1, 143], [145, 559], [561, 1170], [1173, 1231], [1235, 1237]], \"206466\": [[24, 137], [140, 277], [280, 296], [299, 303], [306, 405], [407, 419], [422, 477], [480, 511], [514, 676]], \"206476\": [[73, 129], [133, 137], [140, 141], [143, 219]], \"206477\": [[1, 14], [16, 31], [33, 41], [44, 51], [53, 70], [73, 75], [77, 89], [91, 94], [97, 115], [118, 184]], \"206478\": [[1, 27], [29, 136], [139, 144]], \"206484\": [[73, 95], [98, 133], [136, 163], [166, 186], [189, 384], [387, 463], [465, 551], [554, 554], [556, 669]], \"206512\": [[91, 123], [125, 133], [136, 161], [163, 190], [193, 201], [203, 212], [214, 332], [334, 584], [587, 604], [607, 1005], [1008, 1123], [1126, 1163], [1165, 1211]], \"206513\": [[3, 39], [42, 188], [191, 234], [237, 238], [241, 323]], \"206542\": [[1, 115], [117, 165], [168, 511], [514, 547], [550, 603], [606, 668], [671, 727], [730, 739], [741, 833]], \"206550\": [[77, 132], [135, 144]], \"206572\": [[37, 47]], \"206573\": [[2, 14]], \"206574\": [[1, 87]], \"206575\": [[1, 7], [10, 10], [12, 69]], \"206594\": [[72, 107], [110, 246], [249, 281]], \"206595\": [[1, 34], [37, 42], [45, 193]], \"206596\": [[1, 13], [15, 220], [222, 228], [231, 236], [239, 292], [295, 695], [697, 728], [730, 810]], \"206598\": [[1, 81], [83, 103], [105, 588], [591, 657], [659, 719]], \"206605\": [[1, 36], [39, 78]], \"206744\": [[49, 157], [160, 192], [195, 395], [398, 452]], \"206745\": [[1, 81], [84, 199], [202, 224], [227, 237], [240, 304], [306, 318], [321, 720], [723, 796], [799, 894], [897, 944], [946, 1106], [1108, 1524], [1527, 1862], [1988, 1996]], \"206859\": [[79, 210], [212, 258], [260, 323], [325, 356], [359, 609], [612, 681], [684, 732], [734, 768], [771, 808], [811, 827], [830, 848]], \"206866\": [[1, 30], [33, 113], [115, 274]], \"206868\": [[1, 3], [10, 16]], \"206869\": [[1, 251], [253, 271], [274, 502], [507, 520], [522, 566], [568, 752]], \"206897\": [[1, 34], [38, 61], [63, 102], [109, 109], [111, 112], [114, 131], [133, 137]], \"206901\": [[1, 98]], \"206906\": [[1, 31], [38, 94], [96, 136], [138, 139], [142, 149], [151, 175], [177, 206]], \"206940\": [[1, 151], [153, 153], [155, 298], [301, 382], [384, 712], [715, 803], [805, 960], [963, 1027]], \"207099\": [[83, 134], [137, 172], [175, 213], [216, 314], [316, 320], [323, 330], [333, 367], [370, 481], [484, 602], [605, 755], [757, 1046], [1048, 1171]], \"207100\": [[1, 91], [94, 94]], \"207214\": [[57, 112], [114, 177], [179, 181], [184, 196], [199, 220], [223, 262], [265, 405], [408, 482], [485, 640], [643, 708], [718, 757], [759, 808], [811, 829]], \"207217\": [[1, 32]], \"207219\": [[1, 112]], \"207220\": [[1, 160]], \"207221\": [[1, 102]], \"207222\": [[1, 17], [20, 289]], \"207231\": [[70, 84], [86, 121], [123, 184], [187, 189], [192, 303], [306, 354], [357, 481], [484, 504], [508, 549], [552, 626], [628, 690], [693, 875], [878, 1000], [1003, 1170], [1173, 1187], [1189, 1227], [1229, 1415], [1418, 1445], [1447, 1505]], \"207233\": [[1, 119], [121, 148]], \"207269\": [[80, 394], [397, 436], [439, 463], [466, 551], [568, 577]], \"207273\": [[3, 877]], \"207279\": [[68, 138], [141, 149], [151, 237], [240, 266], [269, 307], [309, 416], [498, 551], [554, 640], [643, 961], [963, 1095], [1098, 1160]], \"207320\": [[1, 110], [112, 350]], \"207371\": [[72, 117], [120, 124]], \"207372\": [[1, 27], [30, 113], [116, 154], [156, 174], [176, 478], [480, 496]], \"207397\": [[32, 77], [80, 140], [143, 179]], \"207398\": [[1, 14], [16, 33]], \"207454\": [[79, 95], [98, 123], [126, 259], [261, 363], [365, 458], [461, 498], [501, 609], [612, 632], [635, 781], [784, 866], [869, 974], [977, 1064], [1067, 1079], [1081, 1321], [1323, 1464], [1467, 1569], [1571, 1604], [1607, 1712], [1714, 1988]], \"207469\": [[1, 31], [34, 45]], \"207477\": [[76, 104], [107, 111], [114, 147], [150, 295], [298, 483], [486, 494], [497, 527], [530, 563], [565, 570]], \"207487\": [[50, 98], [101, 311], [313, 359], [363, 468], [471, 472]], \"207488\": [[1, 63], [66, 92], [95, 113], [116, 198], [200, 250], [252, 288], [291, 365], [368, 377], [379, 440]], \"207490\": [[1, 48], [51, 111]], \"207491\": [[1, 176], [179, 458]], \"207492\": [[1, 20], [23, 298]], \"207515\": [[79, 109], [112, 132], [134, 208], [211, 225], [228, 320], [322, 381], [383, 498], [500, 730], [733, 849], [851, 954], [957, 994], [997, 1052], [1055, 1143], [1145, 1211]], \"207517\": [[1, 12], [15, 57]], \"207518\": [[1, 59], [61, 83]], \"207882\": [[22, 45]], \"207883\": [[1, 1], [3, 4], [7, 75]], \"207884\": [[1, 106], [108, 183]], \"207885\": [[1, 90]], \"207886\": [[1, 30], [32, 90], [92, 156], [158, 166], [168, 171]], \"207889\": [[1, 43], [47, 57], [60, 303], [306, 442], [445, 445], [447, 551], [553, 731], [733, 907], [910, 945]], \"207898\": [[1, 33], [36, 57], [60, 235], [239, 257], [260, 277]], \"207905\": [[75, 196], [198, 281], [284, 329], [331, 402], [404, 565], [568, 672], [675, 805], [807, 850], [852, 861], [864, 884], [886, 1180], [1183, 1283], [1285, 1331], [1333, 1515], [1518, 1734], [1737, 1796]], \"207920\": [[84, 146], [149, 241], [243, 261], [264, 291], [294, 486], [489, 518], [520, 598], [600, 708], [710, 826]], \"207921\": [[1, 37], [40, 58]], \"207922\": [[1, 69], [71, 100], [103, 126], [129, 242], [274, 291]], \"207924\": [[1, 52], [54, 171], [173, 178], [181, 339]], \"208307\": [[2, 42], [45, 45], [47, 70], [72, 147], [150, 252], [256, 259], [262, 275], [278, 342], [345, 450], [453, 527], [530, 583], [586, 605], [608, 616], [618, 667], [670, 761], [763, 798], [800, 889], [891, 893], [896, 1055], [1057, 1205], [1208, 1294], [1297, 1328]], \"208339\": [[77, 89], [91, 122], [125, 208], [211, 346], [349, 363]], \"208341\": [[1, 84], [87, 117], [120, 513], [515, 685], [688, 693], [695, 775], [777, 824]], \"208351\": [[83, 97], [100, 356], [359, 367], [369, 369]], \"208352\": [[1, 15], [17, 17], [19, 19]], \"208353\": [[1, 76], [78, 269], [271, 348]], \"208357\": [[1, 70], [73, 507]], \"208390\": [[72, 128], [130, 169]], \"208391\": [[52, 82], [84, 162], [164, 216], [219, 493], [495, 498], [500, 523], [526, 533], [535, 588], [591, 660], [663, 869]], \"208427\": [[49, 89], [92, 161], [164, 164], [166, 173], [175, 268], [271, 312], [315, 315], [317, 335], [337, 361], [364, 402], [404, 422], [425, 577], [580, 647]], \"208428\": [[1, 58], [61, 68], [70, 156], [159, 227]], \"208429\": [[1, 56], [59, 139], [141, 159], [162, 237], [240, 440], [442, 452], [455, 589], [592, 712], [715, 922]], \"208487\": [[2, 26], [29, 159], [161, 307], [309, 459], [462, 476], [479, 621]], \"208509\": [[71, 232]], \"208538\": [[2, 43]], \"208540\": [[1, 26], [29, 98]], \"208541\": [[1, 57], [59, 173], [175, 376], [378, 413]], \"208551\": [[119, 193], [195, 212], [215, 300], [303, 354], [356, 554], [557, 580]], \"208686\": [[73, 79], [82, 181], [183, 224], [227, 243], [246, 311], [313, 459]]}-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b072305f62b2d84b90364984fec2018175e91812","filename":"DPGAnalysis/Skims/data/Cert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON_MuonPhys.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSkims%2Fdata%2FCert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON_MuonPhys.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSkims%2Fdata%2FCert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON_MuonPhys.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSkims%2Fdata%2FCert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON_MuonPhys.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1,2 +1,3 @@\n {\"190645\": [[10, 110]], \"190646\": [[1, 111]], \"190659\": [[33, 167]], \"190679\": [[1, 55]], \"190688\": [[69, 249]], \"190702\": [[51, 53], [55, 169]], \"190703\": [[1, 252]], \"190704\": [[1, 3]], \"190705\": [[1, 5], [7, 76], [78, 423]], \"190706\": [[1, 126]], \"190707\": [[1, 332]], \"190708\": [[1, 189]], \"190710\": [[1, 2]], \"190733\": [[71, 460]], \"190736\": [[1, 185]], \"190738\": [[1, 349]], \"190782\": [[55, 409]], \"190895\": [[64, 202], [210, 584], [587, 948]], \"190906\": [[73, 354], [356, 496]], \"190945\": [[124, 207]], \"190949\": [[1, 81]], \"191043\": [[45, 46]], \"191046\": [[1, 21], [24, 183], [185, 239]], \"191056\": [[1, 1], [4, 9], [16, 17], [19, 19]], \"191057\": [[1, 1], [4, 65]], \"191062\": [[1, 1], [3, 541]], \"191090\": [[1, 55]], \"191201\": [[38, 79]], \"191202\": [[1, 68], [87, 118]], \"191226\": [[77, 1686]], \"191247\": [[1, 1224]], \"191248\": [[1, 103]], \"191264\": [[59, 189]], \"191271\": [[56, 363]], \"191276\": [[1, 16]], \"191277\": [[1, 535], [537, 849]], \"191367\": [[1, 2]], \"191411\": [[1, 23]], \"191691\": [[71, 80]], \"191695\": [[1, 1]], \"191718\": [[30, 207]], \"191720\": [[1, 1], [3, 181]], \"191721\": [[1, 1], [3, 189]], \"191726\": [[1, 13]], \"191800\": [[70, 86]], \"191810\": [[1, 99]], \"191811\": [[1, 101], [103, 151]], \"191830\": [[54, 393]], \"191833\": [[1, 1], [3, 105]], \"191834\": [[1, 352]], \"191837\": [[1, 65]], \"191839\": [[1, 1], [3, 36]], \"191842\": [[1, 17]], \"191845\": [[1, 26]], \"191849\": [[1, 49]], \"191856\": [[1, 133]], \"191857\": [[1, 30]], \"191858\": [[1, 48]], \"191859\": [[1, 126]], \"193093\": [[1, 33]], \"193112\": [[24, 53]], \"193123\": [[1, 27]], \"193124\": [[1, 52]], \"193192\": [[58, 86]], \"193193\": [[1, 6], [8, 8], [11, 506]], \"193207\": [[54, 182]], \"193334\": [[29, 172]], \"193336\": [[1, 951]], \"193541\": [[77, 101], [103, 619]], \"193556\": [[41, 83]], \"193557\": [[1, 84]], \"193575\": [[48, 752]], \"193621\": [[60, 1654]], \"193834\": [[1, 35]], \"193835\": [[1, 20], [22, 26]], \"193836\": [[1, 9]], \"193998\": [[64, 278]], \"193999\": [[1, 45]], \"194027\": [[57, 113]], \"194050\": [[53, 113], [116, 273], [275, 355], [357, 1888]], \"194051\": [[1, 12]], \"194052\": [[1, 166]], \"194075\": [[48, 101], [103, 103], [105, 107], [109, 109], [111, 111]], \"194076\": [[1, 748]], \"194108\": [[81, 872]], \"194115\": [[66, 184], [186, 857]], \"194117\": [[1, 38]], \"194119\": [[1, 265]], \"194120\": [[1, 406]], \"194150\": [[42, 311]], \"194151\": [[47, 617], [619, 619], [621, 621], [623, 623]], \"194153\": [[1, 115]], \"194199\": [[96, 402]], \"194210\": [[3, 555]], \"194223\": [[61, 112]], \"194224\": [[1, 412]], \"194225\": [[1, 149]], \"194270\": [[56, 68]], \"194303\": [[56, 102]], \"194304\": [[1, 46]], \"194305\": [[1, 84]], \"194314\": [[52, 300]], \"194315\": [[1, 467]], \"194317\": [[1, 20]], \"194424\": [[63, 706], [708, 708]], \"194428\": [[1, 563]], \"194429\": [[1, 1019]], \"194439\": [[46, 106]], \"194455\": [[45, 303]], \"194464\": [[1, 210]], \"194479\": [[1, 566]], \"194480\": [[1, 1402]], \"194533\": [[46, 872]], \"194619\": [[31, 111]], \"194631\": [[1, 222]], \"194643\": [[1, 287]], \"194644\": [[1, 421]], \"194691\": [[61, 313]], \"194699\": [[1, 259]], \"194702\": [[1, 191]], \"194704\": [[1, 592]], \"194711\": [[1, 619]], \"194712\": [[1, 759]], \"194735\": [[44, 132]], \"194778\": [[60, 219]], \"194789\": [[1, 566]], \"194790\": [[1, 45]], \"194825\": [[72, 117], [120, 222]], \"194896\": [[34, 103]], \"194897\": [[1, 96], [98, 102]], \"194912\": [[53, 1662]], \"194914\": [[1, 38]], \"194915\": [[1, 74]], \"195013\": [[75, 526], [528, 541]], \"195014\": [[1, 160]], \"195015\": [[1, 13]], \"195016\": [[1, 569]], \"195099\": [[62, 248]], \"195109\": [[86, 337]], \"195110\": [[1, 6]], \"195111\": [[1, 44]], \"195112\": [[1, 26]], \"195113\": [[1, 579]], \"195114\": [[1, 103]], \"195115\": [[1, 22]], \"195147\": [[132, 559]], \"195163\": [[72, 347]], \"195164\": [[1, 64]], \"195165\": [[1, 4], [7, 266]], \"195251\": [[1, 242]], \"195265\": [[47, 156]], \"195266\": [[1, 404]], \"195303\": [[109, 409]], \"195304\": [[1, 1229]], \"195378\": [[90, 1302]], \"195379\": [[1, 277]], \"195387\": [[1, 7]], \"195390\": [[1, 400]], \"195396\": [[49, 131]], \"195397\": [[1, 1209]], \"195398\": [[3, 1712], [1721, 1736], [1741, 1752], [1767, 1795]], \"195399\": [[1, 383]], \"195529\": [[1, 59]], \"195530\": [[1, 592]], \"195540\": [[68, 319]], \"195551\": [[91, 106]], \"195552\": [[1, 1789]], \"195633\": [[40, 42]], \"195634\": [[1, 56]], \"195644\": [[1, 57]], \"195645\": [[1, 23]], \"195647\": [[1, 41]], \"195649\": [[1, 247]], \"195655\": [[1, 498]], \"195656\": [[1, 362]], \"195658\": [[1, 386]], \"195749\": [[1, 131]], \"195757\": [[1, 206]], \"195758\": [[1, 18]], \"195774\": [[1, 963]], \"195775\": [[1, 170]], \"195776\": [[1, 337], [340, 477]], \"195841\": [[74, 85]], \"195868\": [[1, 205]], \"195915\": [[1, 851]], \"195916\": [[1, 213]], \"195917\": [[1, 5]], \"195918\": [[1, 65]], \"195919\": [[1, 16]], \"195923\": [[1, 15]], \"195925\": [[1, 13]], \"195926\": [[1, 35]], \"195929\": [[1, 29]], \"195930\": [[1, 597]], \"195937\": [[1, 186], [188, 396]], \"195947\": [[23, 88]], \"195948\": [[1, 615]], \"195950\": [[1, 169], [172, 1587]], \"195963\": [[52, 58]], \"195970\": [[44, 49], [51, 85]], \"196019\": [[54, 68]], \"196027\": [[1, 186]], \"196046\": [[12, 40]], \"196047\": [[1, 64], [69, 75]], \"196048\": [[1, 44], [46, 49]], \"196197\": [[58, 562]], \"196199\": [[1, 534]], \"196200\": [[1, 68]], \"196202\": [[1, 108]], \"196203\": [[1, 117]], \"196218\": [[55, 820]], \"196239\": [[1, 1025]], \"196249\": [[63, 99]], \"196250\": [[1, 426]], \"196252\": [[1, 35]], \"196334\": [[59, 342]], \"196349\": [[65, 271], [273, 274]], \"196352\": [[1, 11]], \"196353\": [[1, 158]], \"196357\": [[1, 4]], \"196359\": [[1, 2]], \"196362\": [[1, 88]], \"196363\": [[1, 34]], \"196364\": [[1, 1299]], \"196431\": [[73, 514]], \"196432\": [[1, 34]], \"196433\": [[1, 311]], \"196437\": [[1, 225]], \"196438\": [[1, 1269]], \"196452\": [[82, 1091]], \"196453\": [[1, 1647]], \"196495\": [[114, 272]], \"196497\": [[1, 56]], \"196501\": [[1, 33]], \"196509\": [[1, 68]], \"196531\": [[62, 440]], \"198049\": [[1, 11], [14, 57]], \"198050\": [[1, 155]], \"198063\": [[1, 294]], \"198116\": [[36, 112]], \"198207\": [[1, 97]], \"198208\": [[1, 209]], \"198210\": [[1, 221]], \"198212\": [[1, 574]], \"198213\": [[1, 107]], \"198215\": [[1, 12]], \"198230\": [[1, 1380]], \"198249\": [[1, 7]], \"198269\": [[1, 198]], \"198271\": [[1, 797]], \"198272\": [[1, 245], [248, 620]], \"198346\": [[44, 47]], \"198372\": [[57, 110]], \"198485\": [[68, 239]], \"198487\": [[1, 1610]], \"198522\": [[65, 208]], \"198941\": [[102, 284]], \"198954\": [[108, 277]], \"198955\": [[1, 1552]], \"198969\": [[58, 1253]], \"199008\": [[75, 482], [485, 644]], \"199011\": [[1, 24]], \"199021\": [[59, 533], [535, 1494]], \"199318\": [[65, 138]], \"199319\": [[1, 752], [754, 997]], \"199336\": [[1, 977]], \"199356\": [[95, 231]], \"199409\": [[25, 1312]], \"199428\": [[61, 382], [387, 648]], \"199429\": [[1, 154]], \"199435\": [[63, 1610]], \"199436\": [[1, 254], [257, 748]], \"199564\": [[1, 3]], \"199566\": [[1, 32]], \"199568\": [[1, 126]], \"199569\": [[1, 367]], \"199570\": [[1, 17]], \"199571\": [[1, 561]], \"199572\": [[1, 317]], \"199573\": [[1, 22]], \"199574\": [[1, 246]], \"199608\": [[60, 2422]], \"199698\": [[72, 127]], \"199699\": [[1, 756]], \"199703\": [[1, 529]], \"199739\": [[66, 133]], \"199751\": [[103, 130]], \"199752\": [[1, 322]], \"199753\": [[1, 59]], \"199754\": [[1, 998]], \"199804\": [[78, 632]], \"199812\": [[70, 163], [182, 796]], \"199832\": [[58, 286]], \"199833\": [[1, 1239]], \"199834\": [[1, 942]], \"199862\": [[59, 141]], \"199864\": [[1, 486]], \"199867\": [[1, 320]], \"199868\": [[1, 21]], \"199875\": [[70, 334]], \"199876\": [[1, 376]], \"199877\": [[1, 871]], \"199960\": [[72, 485]], \"199961\": [[1, 287]], \"199967\": [[60, 170], [172, 198]], \"199973\": [[73, 89]], \"200041\": [[62, 1096]], \"200042\": [[1, 536]], \"200049\": [[1, 177]], \"200075\": [[76, 605]], \"200091\": [[67, 999], [1001, 1711]], \"200152\": [[74, 116]], \"200160\": [[52, 68]], \"200161\": [[1, 112]], \"200174\": [[81, 84]], \"200177\": [[1, 56]], \"200178\": [[1, 38]], \"200180\": [[1, 18]], \"200186\": [[1, 24]], \"200188\": [[1, 352]], \"200190\": [[1, 256], [258, 565], [567, 878]], \"200229\": [[1, 33], [41, 629]], \"200243\": [[69, 139]], \"200244\": [[1, 619]], \"200245\": [[1, 377]], \"200368\": [[72, 180]], \"200369\": [[1, 686]], \"200381\": [[8, 195]], \"200466\": [[134, 274]], \"200473\": [[96, 1324]], \"200491\": [[87, 419]], \"200515\": [[97, 183]], \"200519\": [[1, 747]], \"200525\": [[77, 990]], \"200532\": [[1, 37]], \"200599\": [[75, 137]], \"200600\": [[1, 596], [598, 1139]], \"200601\": [[1, 10]], \"200961\": [[1, 115]], \"200976\": [[94, 164]], \"200990\": [[75, 143]], \"200991\": [[1, 1048]], \"200992\": [[1, 581]], \"201062\": [[78, 268]], \"201097\": [[83, 497]], \"201114\": [[1, 14]], \"201115\": [[1, 73]], \"201159\": [[70, 211]], \"201164\": [[1, 418]], \"201168\": [[1, 730]], \"201173\": [[1, 586]], \"201174\": [[1, 451]], \"201191\": [[75, 1382], [1385, 1386]], \"201193\": [[1, 19]], \"201196\": [[1, 841]], \"201197\": [[1, 23]], \"201199\": [[1, 6]], \"201200\": [[1, 184]], \"201202\": [[1, 437]], \"201229\": [[1, 73]], \"201278\": [[62, 2174]], \"201535\": [[6, 61]], \"201554\": [[70, 126]], \"201602\": [[76, 635]], \"201611\": [[87, 182], [184, 186]], \"201613\": [[1, 646]], \"201624\": [[83, 240], [270, 270]], \"201625\": [[211, 758], [760, 944]], \"201657\": [[77, 108], [110, 118]], \"201658\": [[1, 288]], \"201668\": [[78, 157]], \"201669\": [[1, 165]], \"201671\": [[1, 462], [464, 1007]], \"201678\": [[1, 120]], \"201679\": [[1, 483]], \"201692\": [[78, 179]], \"201705\": [[65, 187]], \"201706\": [[1, 62]], \"201707\": [[1, 964]], \"201708\": [[1, 79]], \"201718\": [[58, 108]], \"201727\": [[67, 237]], \"201729\": [[1, 244]], \"201794\": [[58, 94]], \"201802\": [[68, 296]], \"201816\": [[1, 157]], \"201817\": [[1, 274]], \"201818\": [[1, 1]], \"201819\": [[1, 241]], \"201824\": [[1, 492]], \"202012\": [[98, 121], [126, 131]], \"202013\": [[1, 35], [38, 57]], \"202014\": [[1, 5], [8, 14], [16, 18], [20, 77], [79, 102], [104, 196]], \"202016\": [[1, 1010]], \"202044\": [[84, 466]], \"202045\": [[1, 809], [822, 823]], \"202054\": [[1, 631]], \"202060\": [[76, 936]], \"202074\": [[66, 174]], \"202075\": [[1, 628]], \"202084\": [[83, 239]], \"202087\": [[1, 1093]], \"202088\": [[1, 286]], \"202093\": [[1, 360]], \"202116\": [[59, 60]], \"202178\": [[67, 1555]], \"202205\": [[94, 114]], \"202209\": [[1, 142]], \"202237\": [[39, 1079]], \"202272\": [[76, 371], [436, 1481]], \"202299\": [[68, 555]], \"202305\": [[1, 323]], \"202314\": [[66, 278]], \"202328\": [[46, 614]], \"202333\": [[1, 235]], \"202389\": [[81, 199]], \"202469\": [[87, 352]], \"202472\": [[1, 112]], \"202477\": [[1, 150]], \"202478\": [[1, 1248]], \"202504\": [[77, 1704]], \"202972\": [[1, 600]], \"202973\": [[1, 1408]], \"203002\": [[75, 1596]], \"203709\": [[1, 121]], \"203742\": [[1, 29]], \"203777\": [[103, 113]], \"203830\": [[82, 182]], \"203832\": [[1, 11]], \"203833\": [[1, 128]], \"203834\": [[1, 40]], \"203835\": [[1, 358]], \"203853\": [[122, 222]], \"203894\": [[82, 1319]], \"203909\": [[79, 382]], \"203912\": [[1, 1321]], \"203980\": [[8, 89]], \"203981\": [[1, 121]], \"203985\": [[1, 10]], \"203986\": [[1, 45]], \"203987\": [[1, 1014]], \"203991\": [[1, 3]], \"203992\": [[1, 15]], \"203994\": [[1, 425]], \"204100\": [[117, 139]], \"204101\": [[1, 74]], \"204113\": [[82, 690]], \"204114\": [[1, 358]], \"204238\": [[23, 55]], \"204250\": [[92, 801]], \"204511\": [[1, 56]], \"204541\": [[5, 204]], \"204544\": [[1, 426]], \"204552\": [[1, 9]], \"204553\": [[1, 101]], \"204554\": [[1, 514]], \"204555\": [[1, 334]], \"204563\": [[91, 571]], \"204564\": [[1, 1284]], \"204565\": [[1, 48]], \"204566\": [[1, 12]], \"204567\": [[1, 38]], \"204576\": [[49, 301]], \"204577\": [[1, 1282]], \"204599\": [[73, 334]], \"204601\": [[1, 1250]], \"205086\": [[95, 149]], \"205111\": [[88, 446]], \"205158\": [[81, 734]], \"205193\": [[78, 902]], \"205217\": [[1, 318]], \"205233\": [[94, 153]], \"205236\": [[1, 352]], \"205238\": [[1, 304], [306, 617]], \"205303\": [[35, 144]], \"205310\": [[76, 559]], \"205311\": [[1, 1260]], \"205339\": [[71, 404]], \"205344\": [[1, 1587]], \"205515\": [[82, 216]], \"205519\": [[1, 472]], \"205526\": [[1, 344]], \"205598\": [[1, 9]], \"205599\": [[1, 5]], \"205605\": [[1, 65]], \"205614\": [[1, 40]], \"205617\": [[1, 547]], \"205618\": [[1, 12]], \"205620\": [[1, 206]], \"205666\": [[60, 739]], \"205667\": [[1, 1109]], \"205683\": [[76, 305]], \"205690\": [[1, 40]], \"205694\": [[1, 890]], \"205718\": [[49, 694]], \"205774\": [[1, 80]], \"205777\": [[1, 8]], \"205781\": [[1, 502]], \"205826\": [[80, 468]], \"205833\": [[84, 366]], \"205834\": [[1, 195]], \"205908\": [[68, 209]], \"205921\": [[22, 853]], \"206066\": [[89, 146]], \"206088\": [[86, 286]], \"206102\": [[83, 349]], \"206187\": [[107, 708]], \"206188\": [[1, 55]], \"206199\": [[1, 114]], \"206207\": [[82, 690]], \"206208\": [[1, 547]], \"206210\": [[1, 466]], \"206243\": [[62, 923]], \"206245\": [[1, 62]], \"206246\": [[1, 1290]], \"206257\": [[1, 29]], \"206258\": [[1, 249]], \"206302\": [[1, 276]], \"206303\": [[1, 286]], \"206304\": [[1, 62]], \"206331\": [[91, 312]], \"206389\": [[88, 392]], \"206391\": [[1, 91]], \"206401\": [[69, 409]], \"206446\": [[92, 1149]], \"206448\": [[1, 1231], [1235, 1237]], \"206466\": [[24, 676]], \"206476\": [[73, 129], [133, 141], [143, 219]], \"206477\": [[1, 14], [16, 31], [33, 51], [53, 184]], \"206478\": [[1, 144]], \"206484\": [[73, 669]], \"206512\": [[91, 1211]], \"206513\": [[1, 323]], \"206539\": [[59, 60]], \"206542\": [[1, 833]], \"206550\": [[77, 144]], \"206572\": [[37, 47]], \"206573\": [[1, 14]], \"206574\": [[1, 87]], \"206575\": [[1, 69]], \"206594\": [[72, 281]], \"206595\": [[1, 193]], \"206596\": [[1, 810]], \"206598\": [[1, 719]], \"206605\": [[1, 78]], \"206744\": [[49, 477]], \"206745\": [[1, 1996]], \"206859\": [[79, 848]], \"206866\": [[1, 321]], \"206867\": [[1, 13]], \"206868\": [[1, 16]], \"206869\": [[1, 752]], \"206897\": [[1, 34], [38, 61], [63, 102], [109, 109], [111, 112], [114, 131], [133, 137]], \"206901\": [[1, 98]], \"206906\": [[1, 31], [38, 94], [96, 149], [151, 175], [177, 206]], \"206939\": [[23, 208]], \"206940\": [[1, 1027]], \"207099\": [[83, 1171]], \"207100\": [[1, 94]], \"207214\": [[57, 844]], \"207217\": [[1, 32]], \"207219\": [[1, 112]], \"207220\": [[1, 160]], \"207221\": [[1, 102]], \"207222\": [[1, 289]], \"207231\": [[70, 84], [86, 121], [123, 1505]], \"207233\": [[1, 148]], \"207269\": [[80, 577]], \"207273\": [[1, 877]], \"207279\": [[68, 1160]], \"207320\": [[1, 350]], \"207371\": [[72, 124]], \"207372\": [[1, 496]], \"207397\": [[32, 179]], \"207398\": [[1, 33]], \"207454\": [[79, 1988]], \"207469\": [[1, 45]], \"207477\": [[76, 570]], \"207487\": [[50, 472]], \"207488\": [[1, 440]], \"207490\": [[1, 142]], \"207491\": [[1, 458]], \"207492\": [[1, 298]], \"207515\": [[79, 1211]], \"207517\": [[1, 59]], \"207518\": [[1, 83]], \"207882\": [[22, 45]], \"207883\": [[1, 1], [3, 75]], \"207884\": [[1, 183]], \"207885\": [[1, 90]], \"207886\": [[1, 166], [168, 171]], \"207887\": [[1, 30]], \"207889\": [[1, 303], [306, 945]], \"207898\": [[1, 235], [239, 277]], \"207905\": [[75, 1796]], \"207920\": [[82, 826]], \"207921\": [[1, 58]], \"207922\": [[1, 291]], \"207924\": [[1, 339]], \"208300\": [[1, 21]], \"208304\": [[1, 25]], \"208307\": [[1, 1328]], \"208339\": [[77, 89], [91, 363]], \"208341\": [[1, 84], [87, 513], [515, 693], [695, 775], [777, 824]], \"208351\": [[83, 367], [369, 370]], \"208352\": [[1, 15], [17, 17], [19, 19]], \"208353\": [[1, 76], [78, 269], [271, 348]], \"208357\": [[1, 507]], \"208390\": [[72, 231]], \"208391\": [[1, 869]], \"208407\": [[1, 18]], \"208427\": [[49, 647]], \"208428\": [[1, 227]], \"208429\": [[1, 922]], \"208487\": [[2, 621]], \"208509\": [[71, 232]], \"208538\": [[2, 43]], \"208540\": [[1, 98]], \"208541\": [[1, 413]], \"208551\": [[119, 580]], \"208686\": [[73, 459]]}-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b7a0933a91ec6402f94986f2455c513bff779133","filename":"DPGAnalysis/Skims/data/Cert_271036-274240_13TeV_PromptReco_Collisions16_JSON.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSkims%2Fdata%2FCert_271036-274240_13TeV_PromptReco_Collisions16_JSON.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DPGAnalysis%2FSkims%2Fdata%2FCert_271036-274240_13TeV_PromptReco_Collisions16_JSON.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DPGAnalysis%2FSkims%2Fdata%2FCert_271036-274240_13TeV_PromptReco_Collisions16_JSON.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1,2 +1,3 @@\n {\"273158\": [[1, 1279]], \"273302\": [[1, 459]], \"273402\": [[100, 292]], \"273403\": [[1, 53]], \"273404\": [[1, 18]], \"273405\": [[2, 25]], \"273406\": [[1, 112]], \"273408\": [[1, 6]], \"273409\": [[1, 309]], \"273410\": [[1, 90]], \"273411\": [[1, 29]], \"273425\": [[62, 352], [354, 733]], \"273446\": [[1, 33]], \"273447\": [[1, 113], [115, 412]], \"273448\": [[1, 391]], \"273449\": [[1, 214]], \"273450\": [[1, 214], [219, 647]], \"273492\": [[71, 71], [73, 282], [284, 325], [327, 338]], \"273493\": [[1, 233]], \"273494\": [[1, 192]], \"273502\": [[73, 256], [258, 318], [320, 813], [815, 1064]], \"273503\": [[1, 598]], \"273554\": [[77, 437]], \"273555\": [[1, 173]], \"273725\": [[83, 252], [254, 2545]], \"273728\": [[1, 100]], \"273730\": [[1, 1814], [1820, 2126]], \"274094\": [[105, 332]], \"274146\": [[1, 67]], \"274159\": [[1, 43]], \"274160\": [[1, 207]], \"274161\": [[1, 516]], \"274172\": [[31, 95]], \"274198\": [[81, 191]], \"274199\": [[1, 623]], \"274200\": [[1, 678]], \"274240\": [[1, 40], [42, 82]]}-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ffc437044d1c7f1501a2f25930721eb9a0c40d7c","filename":"DQM/BeamMonitor/test/2012_PixelTracksVertices_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FBeamMonitor%2Ftest%2F2012_PixelTracksVertices_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FBeamMonitor%2Ftest%2F2012_PixelTracksVertices_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FBeamMonitor%2Ftest%2F2012_PixelTracksVertices_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -225,3 +225,4 @@\n #print process.dumpPython()\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f3ae6665b5a10be19873ecb1ba49a648b473d0bf","filename":"DQM/BeamMonitor/test/2012_PixelTracksVertices_Test_beamspotproblem_dqm_sourceclient-live_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FBeamMonitor%2Ftest%2F2012_PixelTracksVertices_Test_beamspotproblem_dqm_sourceclient-live_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FBeamMonitor%2Ftest%2F2012_PixelTracksVertices_Test_beamspotproblem_dqm_sourceclient-live_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FBeamMonitor%2Ftest%2F2012_PixelTracksVertices_Test_beamspotproblem_dqm_sourceclient-live_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -179,3 +179,4 @@\n process.siStripDigis.ProductLabel = cms.InputTag(\"rawDataCollector\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6393cadceb66cbf4469044adab10974d2c53b137","filename":"DQM/BeamMonitor/test/2012_ReducedTrackingSteps_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FBeamMonitor%2Ftest%2F2012_ReducedTrackingSteps_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FBeamMonitor%2Ftest%2F2012_ReducedTrackingSteps_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FBeamMonitor%2Ftest%2F2012_ReducedTrackingSteps_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -252,3 +252,4 @@\n #print process.dumpPython()\n -- dummy change --\n -- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/38ec0b5001047967c074e924158218a1e07ed0af?per_page=100&page=7 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:53:09 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"5a8bcf8a769520ae94179f8dd774c109759ac82b3dee3a4d3583b553c6fbac2c"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:52:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4862'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '138'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CADE:C14B7:37CBB6:38F6BE:68122B44')] +{"sha":"38ec0b5001047967c074e924158218a1e07ed0af","node_id":"C_kwDOF83__NoAKDM4ZWMwYjUwMDEwNDc5NjdjMDc0ZTkyNDE1ODIxOGExZTA3ZWQwYWY","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:43:40Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:52:38Z"},"message":"More changes","tree":{"sha":"33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/38ec0b5001047967c074e924158218a1e07ed0af","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/38ec0b5001047967c074e924158218a1e07ed0af","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e"}],"stats":{"total":2973,"additions":2971,"deletions":2},"files":[{"sha":"3a802d0ee88ddc1eecf9f19990105aa58398ee56","filename":"DQM/EcalPreshowerMonitorModule/python/EcalPreshowerMonitorTasks_withFEDIntegrity_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FEcalPreshowerMonitorModule%2Fpython%2FEcalPreshowerMonitorTasks_withFEDIntegrity_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FEcalPreshowerMonitorModule%2Fpython%2FEcalPreshowerMonitorTasks_withFEDIntegrity_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FEcalPreshowerMonitorModule%2Fpython%2FEcalPreshowerMonitorTasks_withFEDIntegrity_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -17,3 +17,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"077b0d76399a92bdd9a5ca1c6868fffd83eb678b","filename":"DQM/SiPixelPhase1Config/test/pixelphase1_for_timing_scan_dqm_sourceclient-live_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FSiPixelPhase1Config%2Ftest%2Fpixelphase1_for_timing_scan_dqm_sourceclient-live_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FSiPixelPhase1Config%2Ftest%2Fpixelphase1_for_timing_scan_dqm_sourceclient-live_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FSiPixelPhase1Config%2Ftest%2Fpixelphase1_for_timing_scan_dqm_sourceclient-live_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -227,3 +227,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3ba5bbb894f2d61b9ab1717d40eab0525d22fc90","filename":"DQM/SiPixelPhase1Config/test/qTests/mean_num_digis_qualitytest_config_cosmics.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FSiPixelPhase1Config%2Ftest%2FqTests%2Fmean_num_digis_qualitytest_config_cosmics.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FSiPixelPhase1Config%2Ftest%2FqTests%2Fmean_num_digis_qualitytest_config_cosmics.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FSiPixelPhase1Config%2Ftest%2FqTests%2Fmean_num_digis_qualitytest_config_cosmics.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -534,3 +534,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7df98adc9a7612eb192a29571fc563e546a95c89","filename":"DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FSiStripCommissioningDbClients%2Fplugins%2FSiStripCommissioningOfflineDbClient.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FSiStripCommissioningDbClients%2Fplugins%2FSiStripCommissioningOfflineDbClient.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FSiStripCommissioningDbClients%2Fplugins%2FSiStripCommissioningOfflineDbClient.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -157,3 +157,4 @@ void SiStripCommissioningOfflineDbClient::uploadToConfigDb() {\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"37a3a2145f835aff9b5dda3d0eb00fe1aeb23cdd","filename":"DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FSiStripCommissioningDbClients%2Fplugins%2FSiStripCommissioningOfflineDbClient.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FSiStripCommissioningDbClients%2Fplugins%2FSiStripCommissioningOfflineDbClient.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FSiStripCommissioningDbClients%2Fplugins%2FSiStripCommissioningOfflineDbClient.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -44,3 +44,4 @@ class SiStripCommissioningOfflineDbClient : public SiStripCommissioningOfflineCl\n #endif // DQM_SiStripCommissioningDbClients_SiStripCommissioningOfflineDbClient_H\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e599497efc8426ca3bfca28b33d94a9788b20342","filename":"DQM/SiStripCommissioningSources/python/SiStripCommissioningSource_FromEDM_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FSiStripCommissioningSources%2Fpython%2FSiStripCommissioningSource_FromEDM_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FSiStripCommissioningSources%2Fpython%2FSiStripCommissioningSource_FromEDM_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FSiStripCommissioningSources%2Fpython%2FSiStripCommissioningSource_FromEDM_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -123,3 +123,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"30674bf45f9d79cf0bc73b39e106d9ed7715f569","filename":"DQM/SiStripCommissioningSources/python/SiStripCommissioningSource_FromRAW_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FSiStripCommissioningSources%2Fpython%2FSiStripCommissioningSource_FromRAW_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FSiStripCommissioningSources%2Fpython%2FSiStripCommissioningSource_FromRAW_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FSiStripCommissioningSources%2Fpython%2FSiStripCommissioningSource_FromRAW_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -146,3 +146,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bd408708d39e27f95c10af1cad199c5077732b4a","filename":"DQM/SiStripMonitorApproximateCluster/plugins/SiStripMonitorApproximateCluster.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FSiStripMonitorApproximateCluster%2Fplugins%2FSiStripMonitorApproximateCluster.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FSiStripMonitorApproximateCluster%2Fplugins%2FSiStripMonitorApproximateCluster.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FSiStripMonitorApproximateCluster%2Fplugins%2FSiStripMonitorApproximateCluster.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -420,3 +420,4 @@ void SiStripMonitorApproximateCluster::fillDescriptions(edm::ConfigurationDescri\n DEFINE_FWK_MODULE(SiStripMonitorApproximateCluster);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1b205bc98e7b22b9ed6a31404c971a6bff175d11","filename":"DQM/SiStripMonitorApproximateCluster/python/SiStripMonitorApproximateCluster_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FSiStripMonitorApproximateCluster%2Fpython%2FSiStripMonitorApproximateCluster_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FSiStripMonitorApproximateCluster%2Fpython%2FSiStripMonitorApproximateCluster_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FSiStripMonitorApproximateCluster%2Fpython%2FSiStripMonitorApproximateCluster_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n SiStripMonitorApproximateCluster = siStripMonitorApproximateCluster.clone()\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f02ac0bcbb2e1d980db8c9e95e50b7b906ee95d3","filename":"DQM/SiStripMonitorClient/data/sistrip_monitorelement_config_ped_cluster_digi.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FSiStripMonitorClient%2Fdata%2Fsistrip_monitorelement_config_ped_cluster_digi.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FSiStripMonitorClient%2Fdata%2Fsistrip_monitorelement_config_ped_cluster_digi.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FSiStripMonitorClient%2Fdata%2Fsistrip_monitorelement_config_ped_cluster_digi.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -17,3 +17,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5e569b4b1c7f4de224dbe1a176d6c2936e056634","filename":"DQM/SiStripMonitorClient/python/SiStripDQMSourceConfigOfflineGlobalRunCAF_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FSiStripMonitorClient%2Fpython%2FSiStripDQMSourceConfigOfflineGlobalRunCAF_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FSiStripMonitorClient%2Fpython%2FSiStripDQMSourceConfigOfflineGlobalRunCAF_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FSiStripMonitorClient%2Fpython%2FSiStripDQMSourceConfigOfflineGlobalRunCAF_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -101,3 +101,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b86e3e08b9e72f617d3d72812256059cc4619821","filename":"DQM/SiStripMonitorSummary/scripts/MonitorDB_NewDirStructure_KeepTagLinks_generic.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FSiStripMonitorSummary%2Fscripts%2FMonitorDB_NewDirStructure_KeepTagLinks_generic.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FSiStripMonitorSummary%2Fscripts%2FMonitorDB_NewDirStructure_KeepTagLinks_generic.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FSiStripMonitorSummary%2Fscripts%2FMonitorDB_NewDirStructure_KeepTagLinks_generic.sh?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -785,3 +785,4 @@ EOF\n done;\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e6802793d01deb798baae27909e6a873f30a1a25","filename":"DQM/SiStripMonitorSummary/scripts/MonitorDB_NewDirStructure_KeepTagLinks_generic_V2.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FSiStripMonitorSummary%2Fscripts%2FMonitorDB_NewDirStructure_KeepTagLinks_generic_V2.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FSiStripMonitorSummary%2Fscripts%2FMonitorDB_NewDirStructure_KeepTagLinks_generic_V2.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FSiStripMonitorSummary%2Fscripts%2FMonitorDB_NewDirStructure_KeepTagLinks_generic_V2.sh?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -741,3 +741,4 @@ EOF\n done;\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"72f20f7070a7c5c543c17de3a534497a2c8a1570","filename":"DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_flat_0_aaaaaa_40x100.png","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_flat_0_aaaaaa_40x100.png","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_flat_0_aaaaaa_40x100.png?ref=38ec0b5001047967c074e924158218a1e07ed0af"},{"sha":"3f405b1b551a9ea7668c23dcf092aee04a81ae6c","filename":"DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_flat_75_ffffff_40x100.png","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_flat_75_ffffff_40x100.png","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_flat_75_ffffff_40x100.png?ref=38ec0b5001047967c074e924158218a1e07ed0af"},{"sha":"e21a6808c50e990617618d08f032043cbd8162d0","filename":"DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_glass_55_fbf9ee_1x400.png","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_glass_55_fbf9ee_1x400.png","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_glass_55_fbf9ee_1x400.png?ref=38ec0b5001047967c074e924158218a1e07ed0af"},{"sha":"910e9a18b770ef4fc02a862b46d93cdcf7f977c6","filename":"DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_glass_65_ffffff_1x400.png","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_glass_65_ffffff_1x400.png","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_glass_65_ffffff_1x400.png?ref=38ec0b5001047967c074e924158218a1e07ed0af"},{"sha":"e20d651f142493c4fdba1e0af134d4b1509aa4c9","filename":"DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_glass_75_dadada_1x400.png","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_glass_75_dadada_1x400.png","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_glass_75_dadada_1x400.png?ref=38ec0b5001047967c074e924158218a1e07ed0af"},{"sha":"09476bb77da83d39e3bdd3f8880e62ea48fd49cb","filename":"DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_glass_75_e6e6e6_1x400.png","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_glass_75_e6e6e6_1x400.png","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_glass_75_e6e6e6_1x400.png?ref=38ec0b5001047967c074e924158218a1e07ed0af"},{"sha":"2262828c56a9b2764da05abdfa17f5f09ce1e503","filename":"DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_glass_95_fef1ec_1x400.png","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_glass_95_fef1ec_1x400.png","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_glass_95_fef1ec_1x400.png?ref=38ec0b5001047967c074e924158218a1e07ed0af"},{"sha":"0a0d96dcfa3166364254157a19b6218265e51475","filename":"DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_highlight-soft_75_cccccc_1x100.png","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_highlight-soft_75_cccccc_1x100.png","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-bg_highlight-soft_75_cccccc_1x100.png?ref=38ec0b5001047967c074e924158218a1e07ed0af"},{"sha":"c36b103ff0ceeb351ca9e4f5aec0058b2dc87189","filename":"DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_222222_256x240.png","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-icons_222222_256x240.png","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-icons_222222_256x240.png","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-icons_222222_256x240.png?ref=38ec0b5001047967c074e924158218a1e07ed0af"},{"sha":"92bc9391036e8a2b18d8518cab134d8da5670a9f","filename":"DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_2e83ff_256x240.png","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-icons_2e83ff_256x240.png","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-icons_2e83ff_256x240.png","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-icons_2e83ff_256x240.png?ref=38ec0b5001047967c074e924158218a1e07ed0af"},{"sha":"71268747538a292c9740ae37a293a868706be39e","filename":"DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_454545_256x240.png","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-icons_454545_256x240.png","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-icons_454545_256x240.png","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-icons_454545_256x240.png?ref=38ec0b5001047967c074e924158218a1e07ed0af"},{"sha":"10ba8c383d41048e6dba39b54ff28d2192362257","filename":"DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_888888_256x240.png","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-icons_888888_256x240.png","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-icons_888888_256x240.png","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-icons_888888_256x240.png?ref=38ec0b5001047967c074e924158218a1e07ed0af"},{"sha":"9ad722253beaa0c64f6ad6a8ebad72b921bfec81","filename":"DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_cd0a0a_256x240.png","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-icons_cd0a0a_256x240.png","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-icons_cd0a0a_256x240.png","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FTrackerCommon%2Ftest%2Fjquery%2Fcss%2Fsmoothness%2Fimages%2Fui-icons_cd0a0a_256x240.png?ref=38ec0b5001047967c074e924158218a1e07ed0af"},{"sha":"1a11c1b4709213832ecba19d8e8fc80931e644d5","filename":"DQM/TrackingMonitorClient/python/TrackingEffFromHitPatternClientConfigZeroBias_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FTrackingMonitorClient%2Fpython%2FTrackingEffFromHitPatternClientConfigZeroBias_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQM%2FTrackingMonitorClient%2Fpython%2FTrackingEffFromHitPatternClientConfigZeroBias_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQM%2FTrackingMonitorClient%2Fpython%2FTrackingEffFromHitPatternClientConfigZeroBias_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1a9d855cafe2dfe87edc9b8a23e167812087763b","filename":"DQMOffline/CalibTracker/test/AnalyzeSeveralRuns_ExpressStreamWithDQMHarvesting_afs.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQMOffline%2FCalibTracker%2Ftest%2FAnalyzeSeveralRuns_ExpressStreamWithDQMHarvesting_afs.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQMOffline%2FCalibTracker%2Ftest%2FAnalyzeSeveralRuns_ExpressStreamWithDQMHarvesting_afs.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQMOffline%2FCalibTracker%2Ftest%2FAnalyzeSeveralRuns_ExpressStreamWithDQMHarvesting_afs.sh?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -81,3 +81,4 @@ echo \"Now the sqlite and corresponding metadata files have to be moved to the Po\n echo \"Do: scp @cmsusr5:/nfshome0/popcondev/SiStripJob\"\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d255094957eb6daf80c0451503f52c75ed74f8b4","filename":"DQMOffline/CalibTracker/test/CRAFTCalib/SiStripDQMBadStripsValidationReReco.job","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQMOffline%2FCalibTracker%2Ftest%2FCRAFTCalib%2FSiStripDQMBadStripsValidationReReco.job","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQMOffline%2FCalibTracker%2Ftest%2FCRAFTCalib%2FSiStripDQMBadStripsValidationReReco.job","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQMOffline%2FCalibTracker%2Ftest%2FCRAFTCalib%2FSiStripDQMBadStripsValidationReReco.job?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,3 +9,4 @@ cd ${CMSSW_BASE}/src/DQMOffline/CalibTracker/test/CRAFTCalib\n cmsRun ${task}_cfg.py >&! ${outdir}/${task}-${run}.log \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d27f8a8f423926b906ec8a3ca8cf5e0ae547722b","filename":"DQMOffline/CalibTracker/test/CRAFTCalib/SiStripDQMBadStripsValidationReReco_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQMOffline%2FCalibTracker%2Ftest%2FCRAFTCalib%2FSiStripDQMBadStripsValidationReReco_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQMOffline%2FCalibTracker%2Ftest%2FCRAFTCalib%2FSiStripDQMBadStripsValidationReReco_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQMOffline%2FCalibTracker%2Ftest%2FCRAFTCalib%2FSiStripDQMBadStripsValidationReReco_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -134,3 +134,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"50023080cf19a9051fd383671f3acf96867504ea","filename":"DQMOffline/CalibTracker/test/SiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQMOffline%2FCalibTracker%2Ftest%2FSiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQMOffline%2FCalibTracker%2Ftest%2FSiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQMOffline%2FCalibTracker%2Ftest%2FSiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -161,3 +161,4 @@\n process.ep = cms.EndPath(process.out)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8a60447e9286b096dd27182e22f1bc4b097ff34c","filename":"DQMOffline/CalibTracker/test/template_SiStripQualityBadAPVIdentifierRoot_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQMOffline%2FCalibTracker%2Ftest%2Ftemplate_SiStripQualityBadAPVIdentifierRoot_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQMOffline%2FCalibTracker%2Ftest%2Ftemplate_SiStripQualityBadAPVIdentifierRoot_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQMOffline%2FCalibTracker%2Ftest%2Ftemplate_SiStripQualityBadAPVIdentifierRoot_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -130,3 +130,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3630f0d2fa2664413f8cd52926065cbac8c57975","filename":"DQMOffline/CalibTracker/test/template_SiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQMOffline%2FCalibTracker%2Ftest%2Ftemplate_SiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQMOffline%2FCalibTracker%2Ftest%2Ftemplate_SiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQMOffline%2FCalibTracker%2Ftest%2Ftemplate_SiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -142,3 +142,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e2af5667b160e4c7579c5129987c90442e5f349c","filename":"DQMOffline/CalibTracker/test/template_SiStripQualityHotStripIdentifierRoot_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQMOffline%2FCalibTracker%2Ftest%2Ftemplate_SiStripQualityHotStripIdentifierRoot_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQMOffline%2FCalibTracker%2Ftest%2Ftemplate_SiStripQualityHotStripIdentifierRoot_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQMOffline%2FCalibTracker%2Ftest%2Ftemplate_SiStripQualityHotStripIdentifierRoot_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -146,3 +146,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"65d8b2f59d5d0dc5a958a88c4905e7798c4a953b","filename":"DQMOffline/L1Trigger/test/runDQMOffline_step1NoRECO_justRate_L1TriggerOnly_job1_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DQMOffline%2FL1Trigger%2Ftest%2FrunDQMOffline_step1NoRECO_justRate_L1TriggerOnly_job1_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DQMOffline%2FL1Trigger%2Ftest%2FrunDQMOffline_step1NoRECO_justRate_L1TriggerOnly_job1_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DQMOffline%2FL1Trigger%2Ftest%2FrunDQMOffline_step1NoRECO_justRate_L1TriggerOnly_job1_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -136,3 +136,4 @@\n # End of customisation functions\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8bbf3dfabd0ada67fab3f73c1131e593d054daeb","filename":"DataFormats/EcalRecHit/interface/alpaka/EcalUncalibratedRecHitDeviceCollection.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DataFormats%2FEcalRecHit%2Finterface%2Falpaka%2FEcalUncalibratedRecHitDeviceCollection.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DataFormats%2FEcalRecHit%2Finterface%2Falpaka%2FEcalUncalibratedRecHitDeviceCollection.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DataFormats%2FEcalRecHit%2Finterface%2Falpaka%2FEcalUncalibratedRecHitDeviceCollection.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e21ad9b4796b8221be87ab1b6f89f9b7ea27929d","filename":"DataFormats/L1ScoutingRawData/test/create_SDSRawDataCollection_test_file_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DataFormats%2FL1ScoutingRawData%2Ftest%2Fcreate_SDSRawDataCollection_test_file_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DataFormats%2FL1ScoutingRawData%2Ftest%2Fcreate_SDSRawDataCollection_test_file_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DataFormats%2FL1ScoutingRawData%2Ftest%2Fcreate_SDSRawDataCollection_test_file_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -22,3 +22,4 @@\n process.endPath = cms.EndPath(process.out)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"664307878c41ace2f46ef981490d28a7ec14c284","filename":"DataFormats/ParticleFlowReco/interface/alpaka/PFRecHitFractionDeviceCollection.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DataFormats%2FParticleFlowReco%2Finterface%2Falpaka%2FPFRecHitFractionDeviceCollection.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DataFormats%2FParticleFlowReco%2Finterface%2Falpaka%2FPFRecHitFractionDeviceCollection.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DataFormats%2FParticleFlowReco%2Finterface%2Falpaka%2FPFRecHitFractionDeviceCollection.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -18,3 +18,4 @@ ASSERT_DEVICE_MATCHES_HOST_COLLECTION(reco::PFRecHitFractionDeviceCollection, re\n #endif // DataFormats_ParticleFlowReco_interface_alpaka_PFRecHitFractionDeviceCollection_h\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"606c7a8d1671fadd3e70ed3a86e2eb3caadcfc9f","filename":"DataFormats/SiStripCluster/test/TestWriteSiStripApproximateClusterCollection.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DataFormats%2FSiStripCluster%2Ftest%2FTestWriteSiStripApproximateClusterCollection.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DataFormats%2FSiStripCluster%2Ftest%2FTestWriteSiStripApproximateClusterCollection.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DataFormats%2FSiStripCluster%2Ftest%2FTestWriteSiStripApproximateClusterCollection.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -104,3 +104,4 @@ using edmtest::TestWriteSiStripApproximateClusterCollection;\n DEFINE_FWK_MODULE(TestWriteSiStripApproximateClusterCollection);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9521d9cd1fe11179b818611ecd017ef14ea067d7","filename":"DataFormats/SiStripCluster/test/create_SiStripApproximateClusterCollection_test_file_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DataFormats%2FSiStripCluster%2Ftest%2Fcreate_SiStripApproximateClusterCollection_test_file_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DataFormats%2FSiStripCluster%2Ftest%2Fcreate_SiStripApproximateClusterCollection_test_file_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DataFormats%2FSiStripCluster%2Ftest%2Fcreate_SiStripApproximateClusterCollection_test_file_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -21,3 +21,4 @@\n process.endPath = cms.EndPath(process.out)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8436496d3be98a4bd723e925b286f8fac154142d","filename":"DataFormats/SiStripCluster/test/test_readSiStripApproximateClusterCollection_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DataFormats%2FSiStripCluster%2Ftest%2Ftest_readSiStripApproximateClusterCollection_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DataFormats%2FSiStripCluster%2Ftest%2Ftest_readSiStripApproximateClusterCollection_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DataFormats%2FSiStripCluster%2Ftest%2Ftest_readSiStripApproximateClusterCollection_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -20,3 +20,4 @@\n process.endPath = cms.EndPath(process.out)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"77674fd09440421ef0d92751d8a1c61a63888ed9","filename":"DetectorDescription/OfflineDBLoader/python/test/cmsIdealGeometryForWrite_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DetectorDescription%2FOfflineDBLoader%2Fpython%2Ftest%2FcmsIdealGeometryForWrite_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DetectorDescription%2FOfflineDBLoader%2Fpython%2Ftest%2FcmsIdealGeometryForWrite_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DetectorDescription%2FOfflineDBLoader%2Fpython%2Ftest%2FcmsIdealGeometryForWrite_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -254,5 +254,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"673cf6aa0df409c7e7abc33cdd395e8962b23ccb","filename":"DetectorDescription/OfflineDBLoader/python/test/cmsIdealGeometryNoRPCSpecs_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/DetectorDescription%2FOfflineDBLoader%2Fpython%2Ftest%2FcmsIdealGeometryNoRPCSpecs_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/DetectorDescription%2FOfflineDBLoader%2Fpython%2Ftest%2FcmsIdealGeometryNoRPCSpecs_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/DetectorDescription%2FOfflineDBLoader%2Fpython%2Ftest%2FcmsIdealGeometryNoRPCSpecs_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -254,3 +254,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"31b2dd803caf588285321000e078f477c973e9e5","filename":"Documentation/ReferenceManualScripts/data/iframes/tree/images/folder-closed.gif","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ffolder-closed.gif","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ffolder-closed.gif","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ffolder-closed.gif?ref=38ec0b5001047967c074e924158218a1e07ed0af"},{"sha":"fea27e788a31b37e703ddd8d89bda799fee6bd6f","filename":"Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-black-line.gif","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-black-line.gif","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-black-line.gif","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-black-line.gif?ref=38ec0b5001047967c074e924158218a1e07ed0af"},{"sha":"e4b4dfdb77b988d1c5dab082915221e8a6c4adf9","filename":"Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-black.gif","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-black.gif","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-black.gif","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-black.gif?ref=38ec0b5001047967c074e924158218a1e07ed0af"},{"sha":"c4f67929088b867cd13ef79143a6417f8bfb4daa","filename":"Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-default-line.gif","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-default-line.gif","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-default-line.gif","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-default-line.gif?ref=38ec0b5001047967c074e924158218a1e07ed0af"},{"sha":"e250814e36ba2c09825db82976f7cc2f8ead2676","filename":"Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-default.gif","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-default.gif","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-default.gif","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-default.gif?ref=38ec0b5001047967c074e924158218a1e07ed0af"},{"sha":"af6a88c1b08b65c2e6276ebed86b43bd85d2b56e","filename":"Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-famfamfam-line.gif","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-famfamfam-line.gif","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-famfamfam-line.gif","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-famfamfam-line.gif?ref=38ec0b5001047967c074e924158218a1e07ed0af"},{"sha":"9bfa842cf03eddde92d78429361928ff35f841ea","filename":"Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-famfamfam.gif","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-famfamfam.gif","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-famfamfam.gif","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-famfamfam.gif?ref=38ec0b5001047967c074e924158218a1e07ed0af"},{"sha":"2d019c837105cfcf21ff4ec269efb3007d4b2fba","filename":"Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-gray-line.gif","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-gray-line.gif","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-gray-line.gif","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-gray-line.gif?ref=38ec0b5001047967c074e924158218a1e07ed0af"},{"sha":"2c45e9a8fc1d8c36981e6e071a2886ddba277ef2","filename":"Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-gray.gif","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-gray.gif","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-gray.gif","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-gray.gif?ref=38ec0b5001047967c074e924158218a1e07ed0af"},{"sha":"33d90127d25a05d4953b7161ea38dbb4f8bc0ddd","filename":"Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-red-line.gif","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-red-line.gif","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-red-line.gif","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Documentation%2FReferenceManualScripts%2Fdata%2Fiframes%2Ftree%2Fimages%2Ftreeview-red-line.gif?ref=38ec0b5001047967c074e924158218a1e07ed0af"},{"sha":"f5037cfe5e48d49da45777e6d2743f080dd4ad2f","filename":"EgammaAnalysis/ElectronTools/test/egammaPatElectronsToCalibratedPatElectrons_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EgammaAnalysis%2FElectronTools%2Ftest%2FegammaPatElectronsToCalibratedPatElectrons_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EgammaAnalysis%2FElectronTools%2Ftest%2FegammaPatElectronsToCalibratedPatElectrons_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EgammaAnalysis%2FElectronTools%2Ftest%2FegammaPatElectronsToCalibratedPatElectrons_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -65,5 +65,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"8dcb8e054c6031e1697fe5f4df313a8e2c2d8b2e","filename":"EventFilter/EcalRawToDigi/plugins/alpaka/EcalElectronicsMappingHostESProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FEcalRawToDigi%2Fplugins%2Falpaka%2FEcalElectronicsMappingHostESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FEcalRawToDigi%2Fplugins%2Falpaka%2FEcalElectronicsMappingHostESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FEcalRawToDigi%2Fplugins%2Falpaka%2FEcalElectronicsMappingHostESProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -64,3 +64,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n DEFINE_FWK_EVENTSETUP_ALPAKA_MODULE(EcalElectronicsMappingHostESProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2eb829b3cb6561bad281740079f286a654883428","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyHFRingUnpacker.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage1%2FLegacyHFRingUnpacker.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage1%2FLegacyHFRingUnpacker.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage1%2FLegacyHFRingUnpacker.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -78,3 +78,4 @@ namespace l1t {\n DEFINE_L1T_UNPACKER(l1t::stage1::legacy::HFRingUnpacker);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6a8140416948ad6be31976b7c8688792c622f5e6","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyPhysCandUnpacker.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage1%2FLegacyPhysCandUnpacker.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage1%2FLegacyPhysCandUnpacker.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage1%2FLegacyPhysCandUnpacker.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -112,3 +112,4 @@ DEFINE_L1T_UNPACKER(l1t::stage1::legacy::TauUnpacker);\n DEFINE_L1T_UNPACKER(l1t::stage1::legacy::IsoTauUnpacker);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"33502f2eefff9195730ba0b6beba0acd704d5694","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyPhysCandUnpacker.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage1%2FLegacyPhysCandUnpacker.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage1%2FLegacyPhysCandUnpacker.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage1%2FLegacyPhysCandUnpacker.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -42,3 +42,4 @@ namespace l1t {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"866de2400b7909d2cfbb61462fbaff5232894925","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage1/PhysicsToBitConverter.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage1%2FPhysicsToBitConverter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage1%2FPhysicsToBitConverter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage1%2FPhysicsToBitConverter.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -72,3 +72,4 @@ namespace l1t {\n } // namespace l1t\r\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9231250b7ce71001803e1d2290bbabd92b4f6ca2","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage1/PhysicsToBitConverter.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage1%2FPhysicsToBitConverter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage1%2FPhysicsToBitConverter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage1%2FPhysicsToBitConverter.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -72,3 +72,4 @@ namespace l1t {\n #endif\r\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f63ed27d7d414bbe42116abf2779b241c9548e9f","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Collections.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FCaloLayer1Collections.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FCaloLayer1Collections.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FCaloLayer1Collections.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -18,3 +18,4 @@ namespace l1t {\n } // namespace l1t\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5407dc1d972475212e699094b704d1ecb6dcfe14","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Collections.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FCaloLayer1Collections.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FCaloLayer1Collections.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FCaloLayer1Collections.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -55,3 +55,4 @@ namespace l1t {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"000a4d53c61aaf9411d98c193b2a4b78e2824d35","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloSummaryCollections.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FCaloSummaryCollections.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FCaloSummaryCollections.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FCaloSummaryCollections.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,3 +9,4 @@ namespace l1t {\n } // namespace l1t\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f41753864e5e01f192e97f2ac9196a1d90643da9","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloSummaryCollections.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FCaloSummaryCollections.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FCaloSummaryCollections.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FCaloSummaryCollections.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -23,3 +23,4 @@ namespace l1t {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2f786bd4b12f69ea9fff2e6c1ebcc1cae6c44dff","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/EtSumUnpacker_0x10010057.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FEtSumUnpacker_0x10010057.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FEtSumUnpacker_0x10010057.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FEtSumUnpacker_0x10010057.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -219,3 +219,4 @@ namespace l1t {\n DEFINE_L1T_UNPACKER(l1t::stage2::EtSumUnpacker_0x10010057);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1f1c4c68cae4e2255008d6d24db6a0835d2edc3a","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/EtSumUnpacker_0x10010057.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FEtSumUnpacker_0x10010057.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FEtSumUnpacker_0x10010057.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FEtSumUnpacker_0x10010057.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -23,3 +23,4 @@ namespace l1t {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9788e1cbc01a7945341111e4d1184f9a04072f72","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/GlobalAlgBlkUnpacker.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FGlobalAlgBlkUnpacker.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FGlobalAlgBlkUnpacker.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FGlobalAlgBlkUnpacker.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -138,3 +138,4 @@ namespace l1t {\n DEFINE_L1T_UNPACKER(l1t::stage2::GlobalAlgBlkUnpacker);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"df6cc6caa6e814ab2e3f76f5a4867986f6640a58","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/GlobalExtBlkUnpacker.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FGlobalExtBlkUnpacker.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FGlobalExtBlkUnpacker.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FGlobalExtBlkUnpacker.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -74,3 +74,4 @@ namespace l1t {\n DEFINE_L1T_UNPACKER(l1t::stage2::GlobalExtBlkUnpacker);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"18017acb829fd809f7b00eefc19bd54a21739bec","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonPacker.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FIntermediateMuonPacker.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FIntermediateMuonPacker.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FIntermediateMuonPacker.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@ namespace l1t {\n DEFINE_L1T_PACKER(l1t::stage2::IntermediateMuonPacker);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f63399517a7283b1cee1a7a5117d398eb665873d","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonPacker.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FIntermediateMuonPacker.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FIntermediateMuonPacker.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FIntermediateMuonPacker.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@ namespace l1t {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"46972588c51be8fe92b3e1df9109cf27de677ae7","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonUnpacker.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FIntermediateMuonUnpacker.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FIntermediateMuonUnpacker.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FIntermediateMuonUnpacker.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -144,3 +144,4 @@ namespace l1t {\n DEFINE_L1T_UNPACKER(l1t::stage2::IntermediateMuonUnpacker);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"69e4250b13c2b47074ac235fefc8c5a1d51a7dca","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonUnpacker.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FIntermediateMuonUnpacker.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FIntermediateMuonUnpacker.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FIntermediateMuonUnpacker.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -30,3 +30,4 @@ namespace l1t {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6a755d3eb074e7d2218a3eaa181302150eb57405","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TObjectCollections.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FL1TObjectCollections.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FL1TObjectCollections.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FL1TObjectCollections.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@ namespace l1t {\n } // namespace l1t\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"48f1a009ad850e02a56b3a8031aee71deb73687a","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TStage2Layer2Constants.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FL1TStage2Layer2Constants.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FL1TStage2Layer2Constants.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FL1TStage2Layer2Constants.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@ const unsigned int l1t::stage2::layer2::demux::nEtSumPerLink = 4;\n const unsigned int l1t::stage2::layer2::demux::amcSlotNum = 12;\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c11ae5b5587f9f2671eff16f8147d419a76bab6c","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TStage2Layer2Constants.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FL1TStage2Layer2Constants.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FL1TStage2Layer2Constants.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FL1TStage2Layer2Constants.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -40,3 +40,4 @@ namespace l1t {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"50e17eb21b40b54ca671f91d53baf56b342133f6","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x1001000b.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FMPUnpacker_0x1001000b.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FMPUnpacker_0x1001000b.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FMPUnpacker_0x1001000b.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -210,3 +210,4 @@ namespace l1t {\n DEFINE_L1T_UNPACKER(l1t::stage2::MPUnpacker_0x1001000b);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ca9f64b064d1c19c5effd7f82da0fdff98413e1c","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x1001000b.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FMPUnpacker_0x1001000b.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FMPUnpacker_0x1001000b.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FMPUnpacker_0x1001000b.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -19,3 +19,4 @@ namespace l1t {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4c7ea9823bcf7ea9d7a257f614823e712a5271b3","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010010.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FMPUnpacker_0x10010010.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FMPUnpacker_0x10010010.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FMPUnpacker_0x10010010.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -353,3 +353,4 @@ namespace l1t {\n DEFINE_L1T_UNPACKER(l1t::stage2::MPUnpacker_0x10010010);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0865ef6c813f5789add6dea10734ecc9f5aebce0","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010010.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FMPUnpacker_0x10010010.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FMPUnpacker_0x10010010.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FMPUnpacker_0x10010010.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@ namespace l1t {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c1a3979207245d7fa03452743b41b0780e48f1ad","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010033.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FMPUnpacker_0x10010033.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FMPUnpacker_0x10010033.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FMPUnpacker_0x10010033.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -363,3 +363,4 @@ namespace l1t {\n DEFINE_L1T_UNPACKER(l1t::stage2::MPUnpacker_0x10010033);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2a78baf5a7cfa39d46aacc4d03e4a953aca7fb35","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010033.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FMPUnpacker_0x10010033.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FMPUnpacker_0x10010033.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FMPUnpacker_0x10010033.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@ namespace l1t {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"24295cbc7e9a22b8bb701019bb7821a814d60e88","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTPacker.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FRegionalMuonGMTPacker.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FRegionalMuonGMTPacker.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FRegionalMuonGMTPacker.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -143,3 +143,4 @@ namespace l1t {\n DEFINE_L1T_PACKER(l1t::stage2::RegionalMuonGMTPacker);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f9cf8c679bc22070701f376239f533b495ea0b87","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTPacker.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FRegionalMuonGMTPacker.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FRegionalMuonGMTPacker.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FRegionalMuonGMTPacker.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -54,3 +54,4 @@ namespace l1t {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6c78688f63634e451544460253f399de04618539","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTUnpacker.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FRegionalMuonGMTUnpacker.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FRegionalMuonGMTUnpacker.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FRegionalMuonGMTUnpacker.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -143,3 +143,4 @@ namespace l1t {\n DEFINE_L1T_UNPACKER(l1t::stage2::RegionalMuonGMTUnpacker);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9db9103e9525c8c03778f7dc3d92a1c6a9ed4223","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTUnpacker.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FRegionalMuonGMTUnpacker.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FRegionalMuonGMTUnpacker.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FRegionalMuonGMTUnpacker.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@ namespace l1t {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a60200105bb26b2122bccc0bb9af542806f0202b","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/UCTCTP7RawData5BX_HCALFB.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FUCTCTP7RawData5BX_HCALFB.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FUCTCTP7RawData5BX_HCALFB.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FUCTCTP7RawData5BX_HCALFB.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -375,3 +375,4 @@ class UCTCTP7RawData5BX_HCALFB {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bd3a044f4c01cb9499bbb7ee096c3bca93be5fb7","filename":"EventFilter/L1TRawToDigi/plugins/implementations_stage2/UCTCTP7RawData_HCALFB.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FUCTCTP7RawData_HCALFB.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FUCTCTP7RawData_HCALFB.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FL1TRawToDigi%2Fplugins%2Fimplementations_stage2%2FUCTCTP7RawData_HCALFB.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -370,3 +370,4 @@ class UCTCTP7RawData_HCALFB {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7b272c10a28d3c9437f8465696dbe0fe7831524e","filename":"EventFilter/Phase2TrackerRawToDigi/interface/Phase2TrackerFEDRawChannelUnpacker.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FPhase2TrackerRawToDigi%2Finterface%2FPhase2TrackerFEDRawChannelUnpacker.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FPhase2TrackerRawToDigi%2Finterface%2FPhase2TrackerFEDRawChannelUnpacker.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FPhase2TrackerRawToDigi%2Finterface%2FPhase2TrackerFEDRawChannelUnpacker.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -58,3 +58,4 @@ namespace Phase2Tracker {\n #endif // } end def EventFilter_Phase2TrackerRawToDigi_Phase2TrackerPhase2TrackerFEDRawChannelUnpacker_H\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a2ca5a0952e3be7b3182ba728fe3c34ead0ceba8","filename":"EventFilter/Phase2TrackerRawToDigi/interface/Phase2TrackerFEDZSChannelUnpacker.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FPhase2TrackerRawToDigi%2Finterface%2FPhase2TrackerFEDZSChannelUnpacker.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FPhase2TrackerRawToDigi%2Finterface%2FPhase2TrackerFEDZSChannelUnpacker.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FPhase2TrackerRawToDigi%2Finterface%2FPhase2TrackerFEDZSChannelUnpacker.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -43,3 +43,4 @@ namespace Phase2Tracker {\n #endif // } end def EventFilter_Phase2TrackerRawToDigi_Phase2TrackerPhase2TrackerFEDZSChannelUnpacker_H\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"85fb80d07611fa007bda5b1b6901b449a304b894","filename":"EventFilter/Phase2TrackerRawToDigi/plugins/Phase2TrackerCommissioningDigiProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FPhase2TrackerRawToDigi%2Fplugins%2FPhase2TrackerCommissioningDigiProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FPhase2TrackerRawToDigi%2Fplugins%2FPhase2TrackerCommissioningDigiProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FPhase2TrackerRawToDigi%2Fplugins%2FPhase2TrackerCommissioningDigiProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -81,3 +81,4 @@ void Phase2Tracker::Phase2TrackerCommissioningDigiProducer::produce(edm::StreamI\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"27fe79411701bbe28b6238a80a45bfd2031adfcc","filename":"EventFilter/Phase2TrackerRawToDigi/python/Phase2TrackerCommissioningDigiProducer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FPhase2TrackerRawToDigi%2Fpython%2FPhase2TrackerCommissioningDigiProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FPhase2TrackerRawToDigi%2Fpython%2FPhase2TrackerCommissioningDigiProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FPhase2TrackerRawToDigi%2Fpython%2FPhase2TrackerCommissioningDigiProducer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d7ba0d612d7d0de43209261aa226f7594a81b114","filename":"EventFilter/Phase2TrackerRawToDigi/python/test/Phase2TrackerFEDTestAnalyzer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FPhase2TrackerRawToDigi%2Fpython%2Ftest%2FPhase2TrackerFEDTestAnalyzer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FPhase2TrackerRawToDigi%2Fpython%2Ftest%2FPhase2TrackerFEDTestAnalyzer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FPhase2TrackerRawToDigi%2Fpython%2Ftest%2FPhase2TrackerFEDTestAnalyzer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"26efee30b232e303115efd388a54796c1c2d5d39","filename":"EventFilter/Phase2TrackerRawToDigi/test/plugins/Phase2TrackerFEDTestAnalyzer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FPhase2TrackerRawToDigi%2Ftest%2Fplugins%2FPhase2TrackerFEDTestAnalyzer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/EventFilter%2FPhase2TrackerRawToDigi%2Ftest%2Fplugins%2FPhase2TrackerFEDTestAnalyzer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/EventFilter%2FPhase2TrackerRawToDigi%2Ftest%2Fplugins%2FPhase2TrackerFEDTestAnalyzer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -152,3 +152,4 @@ void Phase2TrackerFEDTestAnalyzer::analyze(const edm::Event& event, const edm::E\n DEFINE_FWK_MODULE(Phase2TrackerFEDTestAnalyzer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d879df6915d0c2af8fb5b7811bc3e0ee778669f2","filename":"FWCore/Integration/python/test/unscheduled_fail_on_output_IgnoreCompletely_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/FWCore%2FIntegration%2Fpython%2Ftest%2Funscheduled_fail_on_output_IgnoreCompletely_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/FWCore%2FIntegration%2Fpython%2Ftest%2Funscheduled_fail_on_output_IgnoreCompletely_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/FWCore%2FIntegration%2Fpython%2Ftest%2Funscheduled_fail_on_output_IgnoreCompletely_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n process.options.IgnoreCompletely = cms.untracked.vstring('NotFound')\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9fdd0c3c62cb3cb7cbe3a52b4752b0349f800e64","filename":"FWCore/Integration/python/test/unscheduled_fail_on_output_no_dependency_TryToContinue_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/FWCore%2FIntegration%2Fpython%2Ftest%2Funscheduled_fail_on_output_no_dependency_TryToContinue_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/FWCore%2FIntegration%2Fpython%2Ftest%2Funscheduled_fail_on_output_no_dependency_TryToContinue_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/FWCore%2FIntegration%2Fpython%2Ftest%2Funscheduled_fail_on_output_no_dependency_TryToContinue_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n process.failingEnd = cms.EndPath(process.failGet)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cb463d6d750cdd8af46bcee672436e00c32e2af6","filename":"FWCore/Integration/test/testSwitchProducerConditionalTaskEDAliasConsumeAllCases_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/FWCore%2FIntegration%2Ftest%2FtestSwitchProducerConditionalTaskEDAliasConsumeAllCases_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/FWCore%2FIntegration%2Ftest%2FtestSwitchProducerConditionalTaskEDAliasConsumeAllCases_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/FWCore%2FIntegration%2Ftest%2FtestSwitchProducerConditionalTaskEDAliasConsumeAllCases_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -69,3 +69,4 @@ def __init__(self, **kargs):\n process.p3 = cms.Path(process.test1Consumer + process.test2Consumer)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7f1d0bb9fc50a52093ed7b015fb386062c545681","filename":"FWCore/Integration/test/testSwitchProducerConditionalTaskEDAliasWildcard_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/FWCore%2FIntegration%2Ftest%2FtestSwitchProducerConditionalTaskEDAliasWildcard_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/FWCore%2FIntegration%2Ftest%2FtestSwitchProducerConditionalTaskEDAliasWildcard_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/FWCore%2FIntegration%2Ftest%2FtestSwitchProducerConditionalTaskEDAliasWildcard_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -83,3 +83,4 @@ def __init__(self, **kargs):\n process.p2 = cms.Path(process.intConsumer2, process.ct)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7da9ad8bada703004bb8626c0d957ecbef4bcb48","filename":"FWCore/Integration/test/unit_test_outputs/testProducerWithPsetDesc_briefdoc.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/FWCore%2FIntegration%2Ftest%2Funit_test_outputs%2FtestProducerWithPsetDesc_briefdoc.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/FWCore%2FIntegration%2Ftest%2Funit_test_outputs%2FtestProducerWithPsetDesc_briefdoc.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/FWCore%2FIntegration%2Ftest%2Funit_test_outputs%2FtestProducerWithPsetDesc_briefdoc.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -3695,3 +3695,4 @@\n value int32 11\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c270fd7e639261857a4ecaf1b44b39d22e25388f","filename":"FastSimulation/CTPPSFastTrackingProducer/python/CTPPSFastTrackingProducer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/FastSimulation%2FCTPPSFastTrackingProducer%2Fpython%2FCTPPSFastTrackingProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/FastSimulation%2FCTPPSFastTrackingProducer%2Fpython%2FCTPPSFastTrackingProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/FastSimulation%2FCTPPSFastTrackingProducer%2Fpython%2FCTPPSFastTrackingProducer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -73,3 +73,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f0503969b9d76035957f85349ec950785fb06617","filename":"FastSimulation/SimplifiedGeometryPropagator/doc/SimplifiedGeometryPropagator.doc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/FastSimulation%2FSimplifiedGeometryPropagator%2Fdoc%2FSimplifiedGeometryPropagator.doc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/FastSimulation%2FSimplifiedGeometryPropagator%2Fdoc%2FSimplifiedGeometryPropagator.doc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/FastSimulation%2FSimplifiedGeometryPropagator%2Fdoc%2FSimplifiedGeometryPropagator.doc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -75,3 +75,4 @@ Last updated:\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/38ec0b5001047967c074e924158218a1e07ed0af?per_page=100&page=8 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:53:09 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"1a03b1465a94f4627fac6c833d893c2324c47110878b9cac7c893b9fac568a1d"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:52:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4861'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '139'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CAE4:DE0F6:3A554E:3B80BB:68122B45')] +{"sha":"38ec0b5001047967c074e924158218a1e07ed0af","node_id":"C_kwDOF83__NoAKDM4ZWMwYjUwMDEwNDc5NjdjMDc0ZTkyNDE1ODIxOGExZTA3ZWQwYWY","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:43:40Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:52:38Z"},"message":"More changes","tree":{"sha":"33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/38ec0b5001047967c074e924158218a1e07ed0af","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/38ec0b5001047967c074e924158218a1e07ed0af","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e"}],"stats":{"total":2973,"additions":2971,"deletions":2},"files":[{"sha":"c1ec1ce6606177121c1a81a57f0ed173ea0f5a2a","filename":"FastSimulation/SimplifiedGeometryPropagator/interface/BarrelSimplifiedGeometry.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/FastSimulation%2FSimplifiedGeometryPropagator%2Finterface%2FBarrelSimplifiedGeometry.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/FastSimulation%2FSimplifiedGeometryPropagator%2Finterface%2FBarrelSimplifiedGeometry.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/FastSimulation%2FSimplifiedGeometryPropagator%2Finterface%2FBarrelSimplifiedGeometry.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -91,3 +91,4 @@ namespace fastsim {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f1cfac84bcea704f3db55368bed9402d97e3c83c","filename":"FastSimulation/SimplifiedGeometryPropagator/interface/ForwardSimplifiedGeometry.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/FastSimulation%2FSimplifiedGeometryPropagator%2Finterface%2FForwardSimplifiedGeometry.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/FastSimulation%2FSimplifiedGeometryPropagator%2Finterface%2FForwardSimplifiedGeometry.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/FastSimulation%2FSimplifiedGeometryPropagator%2Finterface%2FForwardSimplifiedGeometry.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -86,3 +86,4 @@ namespace fastsim {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1ed3dd0b7e4781f3009092dcc1a0b3809100dac6","filename":"FastSimulation/SimplifiedGeometryPropagator/interface/InteractionModelFactory.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/FastSimulation%2FSimplifiedGeometryPropagator%2Finterface%2FInteractionModelFactory.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/FastSimulation%2FSimplifiedGeometryPropagator%2Finterface%2FInteractionModelFactory.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/FastSimulation%2FSimplifiedGeometryPropagator%2Finterface%2FInteractionModelFactory.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -19,3 +19,4 @@ namespace fastsim {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ec3164f4f3fe150d52a039ce56ac49c44d58127d","filename":"FastSimulation/SimplifiedGeometryPropagator/interface/SimplifiedGeometryFactory.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/FastSimulation%2FSimplifiedGeometryPropagator%2Finterface%2FSimplifiedGeometryFactory.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/FastSimulation%2FSimplifiedGeometryPropagator%2Finterface%2FSimplifiedGeometryFactory.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/FastSimulation%2FSimplifiedGeometryPropagator%2Finterface%2FSimplifiedGeometryFactory.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -108,3 +108,4 @@ namespace fastsim {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"170b14b313f4cfb57359fca649b94028024a4173","filename":"FastSimulation/TrackingRecHitProducer/interface/TrackingRecHitAlgorithmFactory.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/FastSimulation%2FTrackingRecHitProducer%2Finterface%2FTrackingRecHitAlgorithmFactory.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/FastSimulation%2FTrackingRecHitProducer%2Finterface%2FTrackingRecHitAlgorithmFactory.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/FastSimulation%2FTrackingRecHitProducer%2Finterface%2FTrackingRecHitAlgorithmFactory.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -19,3 +19,4 @@ typedef edmplugin::PluginFactory EvtModelUserReg::getUserModels() {\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1aaa94507ecd1792d84b9c34841aaea3d57560c8","filename":"GeneratorInterface/EvtGenInterface/plugins/test/Py8_lambadb_evtgen1_Lb2plnuLCSR_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FEvtGenInterface%2Fplugins%2Ftest%2FPy8_lambadb_evtgen1_Lb2plnuLCSR_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FEvtGenInterface%2Fplugins%2Ftest%2FPy8_lambadb_evtgen1_Lb2plnuLCSR_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FEvtGenInterface%2Fplugins%2Ftest%2FPy8_lambadb_evtgen1_Lb2plnuLCSR_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -137,3 +137,4 @@\n # Customisation from command line\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"17143dee68eba00785baab495dae52e4ce7bb397","filename":"GeneratorInterface/Herwig7Interface/python/Herwig7_Dummy_Matchbox_90X_ppToee.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FHerwig7Interface%2Fpython%2FHerwig7_Dummy_Matchbox_90X_ppToee.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FHerwig7Interface%2Fpython%2FHerwig7_Dummy_Matchbox_90X_ppToee.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FHerwig7Interface%2Fpython%2FHerwig7_Dummy_Matchbox_90X_ppToee.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -75,3 +75,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b4972ab35cbe91e3838a9e0eca4c20576f96e438","filename":"GeneratorInterface/Herwig7Interface/python/Herwig7_loadCommonMergingSettings_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FHerwig7Interface%2Fpython%2FHerwig7_loadCommonMergingSettings_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FHerwig7Interface%2Fpython%2FHerwig7_loadCommonMergingSettings_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FHerwig7Interface%2Fpython%2FHerwig7_loadCommonMergingSettings_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -45,3 +45,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5a6cbacb8b5a70226f90f15b7249b17a9bec4023","filename":"GeneratorInterface/Herwig7Interface/python/PPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FHerwig7Interface%2Fpython%2FPPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FHerwig7Interface%2Fpython%2FPPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FHerwig7Interface%2Fpython%2FPPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -48,3 +48,4 @@\n ProductionFilterSequence = cms.Sequence(generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"315815beea8a6497cb4b2722edd3421a8d67bd17","filename":"GeneratorInterface/Herwig7Interface/test/DYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FHerwig7Interface%2Ftest%2FDYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FHerwig7Interface%2Ftest%2FDYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FHerwig7Interface%2Ftest%2FDYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -263,3 +263,4 @@\n # End adding early deletion\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"332ff2594b9350e903d841a9a32d395a0f8e9015","filename":"GeneratorInterface/Herwig7Interface/test/DYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FHerwig7Interface%2Ftest%2FDYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FHerwig7Interface%2Ftest%2FDYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FHerwig7Interface%2Ftest%2FDYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -258,3 +258,4 @@\n # End adding early deletion\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"120a609b19684eb46ea8630fa24298fc83a2944a","filename":"GeneratorInterface/Herwig7Interface/test/DYToLL_TuneCH3_13TeV_herwig7_hepmc3_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FHerwig7Interface%2Ftest%2FDYToLL_TuneCH3_13TeV_herwig7_hepmc3_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FHerwig7Interface%2Ftest%2FDYToLL_TuneCH3_13TeV_herwig7_hepmc3_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FHerwig7Interface%2Ftest%2FDYToLL_TuneCH3_13TeV_herwig7_hepmc3_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -176,3 +176,4 @@\n # End adding early deletion\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a681f021c4036d27e3cf96492afd3cdacffb471c","filename":"GeneratorInterface/Herwig7Interface/test/Herwig7_Matchbox_90X_ppToee_GEN_SIM.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FHerwig7Interface%2Ftest%2FHerwig7_Matchbox_90X_ppToee_GEN_SIM.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FHerwig7Interface%2Ftest%2FHerwig7_Matchbox_90X_ppToee_GEN_SIM.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FHerwig7Interface%2Ftest%2FHerwig7_Matchbox_90X_ppToee_GEN_SIM.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -173,3 +173,4 @@\n # End adding early deletion\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"60bb659355772425a369354f0e0c64dae3850a7d","filename":"GeneratorInterface/Herwig7Interface/test/PPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FHerwig7Interface%2Ftest%2FPPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FHerwig7Interface%2Ftest%2FPPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FHerwig7Interface%2Ftest%2FPPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -197,3 +197,4 @@\n # End adding early deletion\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6ecf3d145e1bcd3e78cd990b8440f0c9c5770912","filename":"GeneratorInterface/LHEInterface/data/run_generic_tarball_cvmfs_madgraphLO_multithread.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FLHEInterface%2Fdata%2Frun_generic_tarball_cvmfs_madgraphLO_multithread.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FLHEInterface%2Fdata%2Frun_generic_tarball_cvmfs_madgraphLO_multithread.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FLHEInterface%2Fdata%2Frun_generic_tarball_cvmfs_madgraphLO_multithread.sh?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -191,3 +191,4 @@ exit 0\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d5268ad1131456adc48dd50efe9cc2f32b5c7ac2","filename":"GeneratorInterface/LHEInterface/data/run_generic_tarball_cvmfs_manual_multithread.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FLHEInterface%2Fdata%2Frun_generic_tarball_cvmfs_manual_multithread.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FLHEInterface%2Fdata%2Frun_generic_tarball_cvmfs_manual_multithread.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FLHEInterface%2Fdata%2Frun_generic_tarball_cvmfs_manual_multithread.sh?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -122,3 +122,4 @@ exit 0\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"caf79659ae76b5024a30fb443e30e7cc325deca3","filename":"GeneratorInterface/PyquenInterface/python/Pyquen_Zmumu_2760GeV_dimuonAcc_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FPyquenInterface%2Fpython%2FPyquen_Zmumu_2760GeV_dimuonAcc_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FPyquenInterface%2Fpython%2FPyquen_Zmumu_2760GeV_dimuonAcc_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FPyquenInterface%2Fpython%2FPyquen_Zmumu_2760GeV_dimuonAcc_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n hiSignal.embeddingMode = 0\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e4a7fcd6f9bb81e3c289a183a762aacb268badc3","filename":"GeneratorInterface/Pythia6Interface/test/Py6GenFilter_ElectronProtonInitialState_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FPythia6Interface%2Ftest%2FPy6GenFilter_ElectronProtonInitialState_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FPythia6Interface%2Ftest%2FPy6GenFilter_ElectronProtonInitialState_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FPythia6Interface%2Ftest%2FPy6GenFilter_ElectronProtonInitialState_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -114,3 +114,4 @@\n process.schedule = cms.Schedule(process.p, process.outpath)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1fe1bf00b7ff243e1afccf8a95deaf266a581c77","filename":"GeneratorInterface/Pythia8Interface/test/compare_external_generators_streams_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FPythia8Interface%2Ftest%2Fcompare_external_generators_streams_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FPythia8Interface%2Ftest%2Fcompare_external_generators_streams_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FPythia8Interface%2Ftest%2Fcompare_external_generators_streams_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -41,3 +41,4 @@\n process.p = cms.Path(process.sleeper+process.gen1+process.gen2+process.compare)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a75f85a1d77c1fdde829fd46af6e571c068c5570","filename":"GeneratorInterface/Pythia8Interface/test/pythia8ex2_ConvertToMain70_cfg_Fragment.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FPythia8Interface%2Ftest%2Fpythia8ex2_ConvertToMain70_cfg_Fragment.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FPythia8Interface%2Ftest%2Fpythia8ex2_ConvertToMain70_cfg_Fragment.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FPythia8Interface%2Ftest%2Fpythia8ex2_ConvertToMain70_cfg_Fragment.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -29,3 +29,4 @@\n generator = ExternalGeneratorFilter(_generator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7f4525419ee62a8cb35276f5c8e83bd714819f05","filename":"GeneratorInterface/Pythia8Interface/test/pythia8hmc3_photos_ZToTauTau_13TeV_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FPythia8Interface%2Ftest%2Fpythia8hmc3_photos_ZToTauTau_13TeV_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FPythia8Interface%2Ftest%2Fpythia8hmc3_photos_ZToTauTau_13TeV_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FPythia8Interface%2Ftest%2Fpythia8hmc3_photos_ZToTauTau_13TeV_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -102,3 +102,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6464ec72e32a12c9ed3e01738f378993adda6597","filename":"GeneratorInterface/Pythia8Interface/test/test_Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FPythia8Interface%2Ftest%2Ftest_Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FPythia8Interface%2Ftest%2Ftest_Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FPythia8Interface%2Ftest%2Ftest_Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8.sh?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@ sed -i \"s/Pythia8GeneratorFilter/Pythia8ConcurrentGeneratorFilter/g\" test_BTV-Ru\n cmsRun test_BTV-RunIISummer20UL17GEN-00002_1_cfg.py\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d6a7a7dc0528e0bdb132fec9c1a3206be588686f","filename":"GeneratorInterface/Pythia8Interface/test/test_catch2_External_Pythia8GeneratorFilter.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FPythia8Interface%2Ftest%2Ftest_catch2_External_Pythia8GeneratorFilter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FPythia8Interface%2Ftest%2Ftest_catch2_External_Pythia8GeneratorFilter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FPythia8Interface%2Ftest%2Ftest_catch2_External_Pythia8GeneratorFilter.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -57,3 +57,4 @@ process.moduleToTest(process.toTest)\n //Add additional TEST_CASEs to exercise the modules capabilities\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"37d0594b5e92234da05d62e53d12ed65f000ade1","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMC.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Finterface%2FReggeGribovPartonMC.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Finterface%2FReggeGribovPartonMC.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Finterface%2FReggeGribovPartonMC.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -28,3 +28,4 @@ namespace gen {\n #endif //ifndef REGGEGRIBOVPARTONMC_H\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f261f10245d29a5e210f205a2c707d79db2324cc","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMCGeneratorFilter.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Finterface%2FReggeGribovPartonMCGeneratorFilter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Finterface%2FReggeGribovPartonMCGeneratorFilter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Finterface%2FReggeGribovPartonMCGeneratorFilter.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@ namespace gen {\n #endif //#ifndef REGGEGRIBOVPARTONMCGENERATORFILTER_H\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"02d0efb5444fccdb9e84a24076cc07be1b40e1b2","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMCHadronizer.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Finterface%2FReggeGribovPartonMCHadronizer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Finterface%2FReggeGribovPartonMCHadronizer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Finterface%2FReggeGribovPartonMCHadronizer.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -230,3 +230,4 @@ namespace gen {\n #endif //ifndef REGGEGRIBOVPARTONMCHADRONIZER_H\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"eb92149d2819796388d9a904005076d11cc9e26e","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_AdvancedParameters_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_AdvancedParameters_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_AdvancedParameters_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_AdvancedParameters_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a3e44940fe61901d11c5264648fb42f4121b71c7","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_PbPb_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_EposLHC_2760GeV_PbPb_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_EposLHC_2760GeV_PbPb_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_EposLHC_2760GeV_PbPb_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -22,5 +22,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"c9adb8daa005864c1947b45bd2c35ce7be0df5a9","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_pp_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_EposLHC_2760GeV_pp_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_EposLHC_2760GeV_pp_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_EposLHC_2760GeV_pp_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -22,5 +22,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"b872a67ff824c14144276cdcb98c2c00cf834367","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_5TeV_pPb_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_EposLHC_5TeV_pPb_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_EposLHC_5TeV_pPb_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_EposLHC_5TeV_pPb_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -21,5 +21,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"ef9bcd1afb128ff065c710c6e87578a594233144","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_7TeV_pp_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_EposLHC_7TeV_pp_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_EposLHC_7TeV_pp_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_EposLHC_7TeV_pp_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -22,5 +22,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"817e265cf9d1151df6458ac43ad7b7fcbef2e3c4","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_8TeV_pp_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_EposLHC_8TeV_pp_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_EposLHC_8TeV_pp_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_EposLHC_8TeV_pp_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -22,5 +22,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"fab309da3977c3a57959d2050cf7e06c369396ce","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_900GeV_pp_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_EposLHC_900GeV_pp_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_EposLHC_900GeV_pp_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_EposLHC_900GeV_pp_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -22,5 +22,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"ede1b25c96803273fe9ecc5d8a6f69726e8eeaef","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_PbPb_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_QGSJetII_2760GeV_PbPb_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_QGSJetII_2760GeV_PbPb_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_QGSJetII_2760GeV_PbPb_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -22,5 +22,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"c9f555916f6ff6de56bab225252fef23c7fcaa9a","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_pp_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_QGSJetII_2760GeV_pp_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_QGSJetII_2760GeV_pp_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_QGSJetII_2760GeV_pp_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -22,5 +22,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"7ddad9960a173ff44929394ec29a6ac0003f11cb","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_5TeV_pPb_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_QGSJetII_5TeV_pPb_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_QGSJetII_5TeV_pPb_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_QGSJetII_5TeV_pPb_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -22,5 +22,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"4cf516fe4bff7f72190ec3e050d9810ec2753534","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_7TeV_pp_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_QGSJetII_7TeV_pp_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_QGSJetII_7TeV_pp_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_QGSJetII_7TeV_pp_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -22,5 +22,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"f891948e8947953aed1069678a85ece4911cd636","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_8TeV_pp_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_QGSJetII_8TeV_pp_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_QGSJetII_8TeV_pp_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_QGSJetII_8TeV_pp_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -22,5 +22,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"9df0b9bfab8c19069716410640c87dc2d89ec15d","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_900GeV_pp_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_QGSJetII_900GeV_pp_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_QGSJetII_900GeV_pp_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fpython%2FReggeGribovPartonMC_QGSJetII_900GeV_pp_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -22,5 +22,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"b029789519551029ed43befb752ec96168cd7d49","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/src/ReggeGribovPartonMCGeneratorFilter.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fsrc%2FReggeGribovPartonMCGeneratorFilter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fsrc%2FReggeGribovPartonMCGeneratorFilter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fsrc%2FReggeGribovPartonMCGeneratorFilter.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1,3 +1,4 @@\n #include \"GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMC.h\"\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"79c82ff26d22a275b454cceeb91e3647d37787d2","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/src/ReggeGribovPartonMCHadronizer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fsrc%2FReggeGribovPartonMCHadronizer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fsrc%2FReggeGribovPartonMCHadronizer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Fsrc%2FReggeGribovPartonMCHadronizer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -289,3 +289,4 @@ bool ReggeGribovPartonMCHadronizer::initializeTablePaths() {\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b58cb66a233a74a177968da79d5491381821237a","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_PbPb_2760GeV_cfi_py_GEN.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Ftest%2FEposLHC_PbPb_2760GeV_cfi_py_GEN.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Ftest%2FEposLHC_PbPb_2760GeV_cfi_py_GEN.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Ftest%2FEposLHC_PbPb_2760GeV_cfi_py_GEN.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -90,3 +90,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b3cacf69026b7e5f8c522fb8e3727a483edf496f","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pPb_5020GeV_cfi_py_GEN.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Ftest%2FEposLHC_pPb_5020GeV_cfi_py_GEN.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Ftest%2FEposLHC_pPb_5020GeV_cfi_py_GEN.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Ftest%2FEposLHC_pPb_5020GeV_cfi_py_GEN.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -89,3 +89,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"67f8b586b5237d04f54ad424910f56b00451cc19","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pp_8TeV_cfi_py_GEN.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Ftest%2FEposLHC_pp_8TeV_cfi_py_GEN.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Ftest%2FEposLHC_pp_8TeV_cfi_py_GEN.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Ftest%2FEposLHC_pp_8TeV_cfi_py_GEN.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -89,3 +89,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"287534583143ab5e989353694a3f2a303268353d","filename":"GeneratorInterface/ReggeGribovPartonMCInterface/test/QGSJetII-04_pPb_5020GeV_cfi_py_GEN.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Ftest%2FQGSJetII-04_pPb_5020GeV_cfi_py_GEN.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FReggeGribovPartonMCInterface%2Ftest%2FQGSJetII-04_pPb_5020GeV_cfi_py_GEN.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FReggeGribovPartonMCInterface%2Ftest%2FQGSJetII-04_pPb_5020GeV_cfi_py_GEN.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -89,3 +89,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1e05d7283fc31c38ffeceb29208dcde3ddfe762d","filename":"GeneratorInterface/SherpaInterface/data/Run.dat_13TeV_WJets_MEPSatNLO_2jNLO_2jLO","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FSherpaInterface%2Fdata%2FRun.dat_13TeV_WJets_MEPSatNLO_2jNLO_2jLO","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FSherpaInterface%2Fdata%2FRun.dat_13TeV_WJets_MEPSatNLO_2jNLO_2jLO","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FSherpaInterface%2Fdata%2FRun.dat_13TeV_WJets_MEPSatNLO_2jNLO_2jLO?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -46,3 +46,4 @@\n }(selector)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d402ae1cc84c6fa309a0327b70e00760b40f9543","filename":"GeneratorInterface/SherpaInterface/data/Run.dat_13TeV_ZJets_MEPSatNLO_2jNLO_2jLO","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FSherpaInterface%2Fdata%2FRun.dat_13TeV_ZJets_MEPSatNLO_2jNLO_2jLO","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FSherpaInterface%2Fdata%2FRun.dat_13TeV_ZJets_MEPSatNLO_2jNLO_2jLO","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FSherpaInterface%2Fdata%2FRun.dat_13TeV_ZJets_MEPSatNLO_2jNLO_2jLO?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -44,3 +44,4 @@\n }(selector)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"41bd19a75ee245d4779288c94efa385a6e46142b","filename":"GeneratorInterface/TauolaInterface/plugins/TauSpinner/read_particles_from_HepMC.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FTauolaInterface%2Fplugins%2FTauSpinner%2Fread_particles_from_HepMC.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FTauolaInterface%2Fplugins%2FTauSpinner%2Fread_particles_from_HepMC.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FTauolaInterface%2Fplugins%2FTauSpinner%2Fread_particles_from_HepMC.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -187,3 +187,4 @@ int readParticlesFromHepMC(const HepMC::GenEvent *event,\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"53ddb0e0cee5a9018795751daa4cd72ecce7c37e","filename":"GeneratorInterface/TauolaInterface/test/DYToLL_M_50_TuneZ2star_8TeV_Tauola_TauSpinner_Example_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FTauolaInterface%2Ftest%2FDYToLL_M_50_TuneZ2star_8TeV_Tauola_TauSpinner_Example_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FTauolaInterface%2Ftest%2FDYToLL_M_50_TuneZ2star_8TeV_Tauola_TauSpinner_Example_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FTauolaInterface%2Ftest%2FDYToLL_M_50_TuneZ2star_8TeV_Tauola_TauSpinner_Example_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -154,3 +154,4 @@\n getattr(process,path)._seq = process.ProductionFilterSequence * getattr(process,path)._seq \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"247229d097dcee30858aec40c39b058bc4382a52","filename":"GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHESPINCORR_GEN_VALIDATION.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FTauolaInterface%2Ftest%2FDYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHESPINCORR_GEN_VALIDATION.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FTauolaInterface%2Ftest%2FDYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHESPINCORR_GEN_VALIDATION.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FTauolaInterface%2Ftest%2FDYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHESPINCORR_GEN_VALIDATION.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -149,3 +149,4 @@\n # End of customisation functions\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a3d98c76ae5f258b7f4fd22bcb47227421186705","filename":"GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHE_GEN_VALIDATION.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FTauolaInterface%2Ftest%2FDYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHE_GEN_VALIDATION.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FTauolaInterface%2Ftest%2FDYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHE_GEN_VALIDATION.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FTauolaInterface%2Ftest%2FDYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHE_GEN_VALIDATION.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -149,3 +149,4 @@\n # End of customisation functions\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bb9a068a41b9190d2c9103d3a14ab117e03a4a24","filename":"GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FTauolaInterface%2Ftest%2FDYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FTauolaInterface%2Ftest%2FDYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FTauolaInterface%2Ftest%2FDYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -145,3 +145,4 @@\n # End of customisation functions\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7815c4e300f880331eda2080c84a82302b5dacb5","filename":"GeneratorInterface/TauolaInterface/test/DYToLLtaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FTauolaInterface%2Ftest%2FDYToLLtaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FTauolaInterface%2Ftest%2FDYToLLtaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FTauolaInterface%2Ftest%2FDYToLLtaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -143,3 +143,4 @@\n # End of customisation functions\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"78dfd09a0170906ac67e5d679e01e8ab54286758","filename":"GeneratorInterface/TauolaInterface/test/GGToHtautau_13TeV_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FTauolaInterface%2Ftest%2FGGToHtautau_13TeV_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FTauolaInterface%2Ftest%2FGGToHtautau_13TeV_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FTauolaInterface%2Ftest%2FGGToHtautau_13TeV_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -126,3 +126,4 @@\n # End of customisation functions\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d18f8fa3d5644c0bf191f4082c96c413985b4017","filename":"GeneratorInterface/TauolaInterface/test/GGToHtautau_13TeV_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FTauolaInterface%2Ftest%2FGGToHtautau_13TeV_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FTauolaInterface%2Ftest%2FGGToHtautau_13TeV_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FTauolaInterface%2Ftest%2FGGToHtautau_13TeV_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -126,3 +126,4 @@\n # End of customisation functions\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ac2ee37ea4ca6e1e659a40656f36cfc89247638d","filename":"GeneratorInterface/TauolaInterface/test/H130GGgluonfusion_8TeV_Tauola_TauSpinner_Example_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FTauolaInterface%2Ftest%2FH130GGgluonfusion_8TeV_Tauola_TauSpinner_Example_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FTauolaInterface%2Ftest%2FH130GGgluonfusion_8TeV_Tauola_TauSpinner_Example_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FTauolaInterface%2Ftest%2FH130GGgluonfusion_8TeV_Tauola_TauSpinner_Example_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -164,3 +164,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b47d4cf0bdc90d56b0842bba77e23c05f3c561b2","filename":"GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHESPINCORR_GEN_VALIDATION.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FTauolaInterface%2Ftest%2FWToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHESPINCORR_GEN_VALIDATION.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FTauolaInterface%2Ftest%2FWToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHESPINCORR_GEN_VALIDATION.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FTauolaInterface%2Ftest%2FWToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHESPINCORR_GEN_VALIDATION.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -149,3 +149,4 @@\n # End of customisation functions\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2c8f343450ce13f1cfbbc9b04052681c2a4c6f04","filename":"GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHE_GEN_VALIDATION.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FTauolaInterface%2Ftest%2FWToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHE_GEN_VALIDATION.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FTauolaInterface%2Ftest%2FWToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHE_GEN_VALIDATION.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FTauolaInterface%2Ftest%2FWToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHE_GEN_VALIDATION.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -149,3 +149,4 @@\n # End of customisation functions\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f972c8e7a8e67b9f7bd1b93aa0cc951f84c5fe9b","filename":"GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FTauolaInterface%2Ftest%2FWToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FTauolaInterface%2Ftest%2FWToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FTauolaInterface%2Ftest%2FWToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -145,3 +145,4 @@\n # End of customisation functions\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"58d7147dd48754c8e37411ccf704193d014bf4d1","filename":"GeneratorInterface/TauolaInterface/test/WToLNutaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FTauolaInterface%2Ftest%2FWToLNutaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeneratorInterface%2FTauolaInterface%2Ftest%2FWToLNutaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeneratorInterface%2FTauolaInterface%2Ftest%2FWToLNutaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -143,3 +143,4 @@\n # End of customisation functions\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9bd77e1bd4f2a06edc50b2605ac1acba1e9d259a","filename":"Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatMinus05Percent.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2021FlatMinus05Percent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2021FlatMinus05Percent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2021FlatMinus05Percent.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -382,3 +382,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a8de55da0af86cc3317ec167f66baed06e200fcc","filename":"Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatMinus10Percent.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2021FlatMinus10Percent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2021FlatMinus10Percent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2021FlatMinus10Percent.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -382,3 +382,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"74d1dd2738b41d6e2f981b59eece75d75aa291ee","filename":"Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatPlus05Percent.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2021FlatPlus05Percent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2021FlatPlus05Percent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2021FlatPlus05Percent.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -382,3 +382,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6ac921bc44c972271f6a52d0ce7c097caf0bcc5e","filename":"Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatPlus10Percent.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2021FlatPlus10Percent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2021FlatPlus10Percent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2021FlatPlus10Percent.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -382,3 +382,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7ff38314e0fa5c34890268f956f359bddb07dabe","filename":"Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatMinus05Percent.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2023FlatMinus05Percent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2023FlatMinus05Percent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2023FlatMinus05Percent.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -382,3 +382,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"de8f9fb506400f65888536e0ca07f5bd950eb3c6","filename":"Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatMinus10Percent.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2023FlatMinus10Percent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2023FlatMinus10Percent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2023FlatMinus10Percent.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -382,3 +382,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7a2988b178b193022e9460b020fa950533e8056b","filename":"Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatPlus05Percent.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2023FlatPlus05Percent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2023FlatPlus05Percent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2023FlatPlus05Percent.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -382,3 +382,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8b15b248e40adbbf62672dd83fdbe42b0b0314ac","filename":"Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatPlus10Percent.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2023FlatPlus10Percent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2023FlatPlus10Percent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2023FlatPlus10Percent.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -382,3 +382,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2db13e555cb2e21eb3a4f54fef9e35dc7133b363","filename":"Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatMinus05Percent.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2024FlatMinus05Percent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2024FlatMinus05Percent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2024FlatMinus05Percent.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -382,3 +382,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"aa209ad367ff156bcc69aa9c13ec7d82b1904c56","filename":"Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatMinus10Percent.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2024FlatMinus10Percent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2024FlatMinus10Percent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2024FlatMinus10Percent.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -382,3 +382,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"09e8161d7e94901e0b35d407cc97846c87c6cfa3","filename":"Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatPlus05Percent.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2024FlatPlus05Percent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2024FlatPlus05Percent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2024FlatPlus05Percent.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -382,3 +382,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3e8643ad0d82b167d2f761934f7731927b54a061","filename":"Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatPlus10Percent.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2024FlatPlus10Percent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2024FlatPlus10Percent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2024FlatPlus10Percent.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -382,3 +382,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2f316f2c955e0d04e6dfec6a6e770e7984efb2fd","filename":"Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatMinus05Percent.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2025FlatMinus05Percent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2025FlatMinus05Percent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2025FlatMinus05Percent.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -382,3 +382,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8016f76c5db0d093d79112f37740a350a0e6f9ba","filename":"Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatMinus10Percent.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2025FlatMinus10Percent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2025FlatMinus10Percent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2025FlatMinus10Percent.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -382,3 +382,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9aa58e8d2708295ff6d48754bea5dfd1edd1fa11","filename":"Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatPlus05Percent.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2025FlatPlus05Percent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2025FlatPlus05Percent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2025FlatPlus05Percent.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -382,3 +382,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4a9eac446015f0afdd0b4606f1c3643cabdcdd95","filename":"Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatPlus10Percent.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2025FlatPlus10Percent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2025FlatPlus10Percent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fdata%2Fdd4hep%2FcmsExtendedGeometry2025FlatPlus10Percent.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -382,3 +382,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fe16904c981a388d262291125e2670ccf657873d","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatMinus05PercentXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015FlatMinus05PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015FlatMinus05PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015FlatMinus05PercentXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -288,3 +288,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"233b5360b04d55e1f81b873ccf1b94d9abf01e7a","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatMinus10PercentXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015FlatMinus10PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015FlatMinus10PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015FlatMinus10PercentXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -288,3 +288,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"95dd97e84a82b5bcb8581f0610069dad70d27be5","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatPlus05PercentXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015FlatPlus05PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015FlatPlus05PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015FlatPlus05PercentXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -288,3 +288,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"eb223f00740d71d0ab602fa65aeeee5e8c280630","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatPlus10PercentXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015FlatPlus10PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015FlatPlus10PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015FlatPlus10PercentXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -288,3 +288,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7f431be97c63c107ab3e7383e2d89ff10510c722","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorMeasuredXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015devCastorMeasuredXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015devCastorMeasuredXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015devCastorMeasuredXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -289,3 +289,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"15ba53b1e4072b0ad0fc185c2ee0ade260fffec5","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorSystMinusXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015devCastorSystMinusXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015devCastorSystMinusXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015devCastorSystMinusXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -289,3 +289,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"399b930645671397fe2ca8898946f854336b3aa3","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorSystPlusXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015devCastorSystPlusXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015devCastorSystPlusXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2015devCastorSystPlusXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -289,3 +289,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9309ddbd55446827ba883c41404fe424299d9f44","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatMinus05PercentXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2017Plan1FlatMinus05PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2017Plan1FlatMinus05PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2017Plan1FlatMinus05PercentXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -290,3 +290,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"155cf28e0706451b6de3200a6918a10cb9b9c0ad","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatMinus10PercentXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2017Plan1FlatMinus10PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2017Plan1FlatMinus10PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2017Plan1FlatMinus10PercentXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -290,3 +290,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5ed763ff4f43f44371a5321914a9ba61c24ee38a","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatPlus05PercentXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2017Plan1FlatPlus05PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2017Plan1FlatPlus05PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2017Plan1FlatPlus05PercentXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -290,3 +290,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3550cff1422438f3a99376505fb9bf9f123ad4a6","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatPlus10PercentXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2017Plan1FlatPlus10PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2017Plan1FlatPlus10PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2017Plan1FlatPlus10PercentXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -290,3 +290,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"40e9b50031f00212ea257fcbe9869a3417d89e09","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1ZeroMaterialXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2017Plan1ZeroMaterialXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2017Plan1ZeroMaterialXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2017Plan1ZeroMaterialXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -289,3 +289,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"56956d3f4220c6439345a5c3d29eb43cbd621201","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatMinus05PercentXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2018FlatMinus05PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2018FlatMinus05PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2018FlatMinus05PercentXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -286,3 +286,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"078aded7599fde648acb1c77fad40b8cd175fc02","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatMinus10PercentXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2018FlatMinus10PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2018FlatMinus10PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2018FlatMinus10PercentXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -286,3 +286,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f4cc132e236580b0e967d20ed55ee159e1be0042","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatPlus05PercentXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2018FlatPlus05PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2018FlatPlus05PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2018FlatPlus05PercentXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -286,3 +286,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"097c9412ae65fe18e6e2f7c387d050abf6e66e15","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatPlus10PercentXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2018FlatPlus10PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2018FlatPlus10PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2018FlatPlus10PercentXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -286,3 +286,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1df9037ca9080d3a16bff98da4899c22d0a28e84","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -386,3 +386,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b4c0853b96e6d388412d3a14e9ac45a1190bd5aa","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -386,3 +386,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"49addbaf7b9f16119baecf996b40e0fb08018ce3","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -386,3 +386,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5744adda6e61e5b399466786505ffe3fa5c4c3c6","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -386,3 +386,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/38ec0b5001047967c074e924158218a1e07ed0af?per_page=100&page=9 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:53:09 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"142a6b201f768003a7fb7c6cde0aa231faef61c340e6a7b6bd0bf6f9abebcf2b"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:52:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4860'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '140'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CAE8:49C52:3A00C5:3B2C31:68122B45')] +{"sha":"38ec0b5001047967c074e924158218a1e07ed0af","node_id":"C_kwDOF83__NoAKDM4ZWMwYjUwMDEwNDc5NjdjMDc0ZTkyNDE1ODIxOGExZTA3ZWQwYWY","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:43:40Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:52:38Z"},"message":"More changes","tree":{"sha":"33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/38ec0b5001047967c074e924158218a1e07ed0af","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/38ec0b5001047967c074e924158218a1e07ed0af","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e"}],"stats":{"total":2973,"additions":2971,"deletions":2},"files":[{"sha":"6bbdb27909f520db904362a48e9badb141f3f7d7","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatMinus05PercentXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2023FlatMinus05PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2023FlatMinus05PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2023FlatMinus05PercentXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -386,3 +386,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0456b4a7601f7c4ffcbfe0077443b3150ec7217f","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatMinus10PercentXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2023FlatMinus10PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2023FlatMinus10PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2023FlatMinus10PercentXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -386,3 +386,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"dd60d7e4194a835a59343c815c1f05f633ffede8","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatPlus05PercentXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2023FlatPlus05PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2023FlatPlus05PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2023FlatPlus05PercentXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -386,3 +386,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6e8363615d239c388598fdbf913003a1d9cf660b","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatPlus10PercentXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2023FlatPlus10PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2023FlatPlus10PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2023FlatPlus10PercentXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -386,3 +386,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b1b79cd411deb1cc6f5b01b332a722ab6ae54f55","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatMinus05PercentXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2024FlatMinus05PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2024FlatMinus05PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2024FlatMinus05PercentXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -386,3 +386,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d8506f09d0810bd860a87b82568b992a7c674030","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatMinus10PercentXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2024FlatMinus10PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2024FlatMinus10PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2024FlatMinus10PercentXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -386,3 +386,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b5c0bfac0ceca52a50fe48183e73d32f572689b6","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatPlus05PercentXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2024FlatPlus05PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2024FlatPlus05PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2024FlatPlus05PercentXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -386,3 +386,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d41e604df4302afc3c7c865ff28dfd3696b633ab","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatPlus10PercentXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2024FlatPlus10PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2024FlatPlus10PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2024FlatPlus10PercentXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -386,3 +386,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1446cda540a176d8f34c30daa50e17c9accc40fe","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatMinus05PercentXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2025FlatMinus05PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2025FlatMinus05PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2025FlatMinus05PercentXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -386,3 +386,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"03a0c67d277707ed0f10e7b5c8c39a7ed823fa46","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatMinus10PercentXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2025FlatMinus10PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2025FlatMinus10PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2025FlatMinus10PercentXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -386,3 +386,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0502a284a6fd4814b1ec5cd9cef2d147ec5833b1","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatPlus05PercentXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2025FlatPlus05PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2025FlatPlus05PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2025FlatPlus05PercentXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -386,3 +386,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c32a65898d6ef8c71529ff4396eb6a2173418836","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatPlus10PercentXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2025FlatPlus10PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2025FlatPlus10PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometry2025FlatPlus10PercentXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -386,3 +386,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b8bce0a9e63edc400f4adff0083bacafddc66e5c","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometryDetailedCavern2017Plan1XML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometryDetailedCavern2017Plan1XML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometryDetailedCavern2017Plan1XML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometryDetailedCavern2017Plan1XML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -291,3 +291,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5bc4a56e03597e5ab92e76e5a419cb712e6342ed","filename":"Geometry/CMSCommonData/python/cmsExtendedGeometryDetailedCavern2017Plan1ZeroMaterialXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometryDetailedCavern2017Plan1ZeroMaterialXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometryDetailedCavern2017Plan1ZeroMaterialXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FCMSCommonData%2Fpython%2FcmsExtendedGeometryDetailedCavern2017Plan1ZeroMaterialXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -292,3 +292,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"95d525d1705c41cc264e271a0bdcbc913bc72ceb","filename":"Geometry/ForwardSimData/data/ForwardShieldProdCuts/2021/v1/ForwardShieldProdCuts.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FForwardSimData%2Fdata%2FForwardShieldProdCuts%2F2021%2Fv1%2FForwardShieldProdCuts.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FForwardSimData%2Fdata%2FForwardShieldProdCuts%2F2021%2Fv1%2FForwardShieldProdCuts.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FForwardSimData%2Fdata%2FForwardShieldProdCuts%2F2021%2Fv1%2FForwardShieldProdCuts.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -18,3 +18,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1505153b0736e99522031af14a1c2992c53ab65f","filename":"Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryBuilder.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FGlobalTrackingGeometryBuilder%2Fplugins%2FGlobalTrackingGeometryBuilder.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FGlobalTrackingGeometryBuilder%2Fplugins%2FGlobalTrackingGeometryBuilder.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FGlobalTrackingGeometryBuilder%2Fplugins%2FGlobalTrackingGeometryBuilder.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -43,3 +43,4 @@ GlobalTrackingGeometry* GlobalTrackingGeometryBuilder::build(const TrackerGeomet\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5dfb07a8c53a9b78114ee83f87a387a2dbb3244e","filename":"Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FGlobalTrackingGeometryBuilder%2Fplugins%2FGlobalTrackingGeometryESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FGlobalTrackingGeometryBuilder%2Fplugins%2FGlobalTrackingGeometryESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FGlobalTrackingGeometryBuilder%2Fplugins%2FGlobalTrackingGeometryESProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -102,3 +102,4 @@ std::unique_ptr GlobalTrackingGeometryESProducer::produc\n DEFINE_FWK_EVENTSETUP_MODULE(GlobalTrackingGeometryESProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3fdff7c3e42a6b03cc389b272ac6849e978c9a19","filename":"Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FGlobalTrackingGeometryBuilder%2Fplugins%2FGlobalTrackingGeometryESProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FGlobalTrackingGeometryBuilder%2Fplugins%2FGlobalTrackingGeometryESProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FGlobalTrackingGeometryBuilder%2Fplugins%2FGlobalTrackingGeometryESProducer.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -50,3 +50,4 @@ class GlobalTrackingGeometryESProducer : public edm::ESProducer {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f85f80e89f79e741e91d42f785fe8ed24a9c1c72","filename":"Geometry/HcalCommonData/data/hcalRecNumbering/2018Plan36/v1/hcalRecNumbering.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FHcalCommonData%2Fdata%2FhcalRecNumbering%2F2018Plan36%2Fv1%2FhcalRecNumbering.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FHcalCommonData%2Fdata%2FhcalRecNumbering%2F2018Plan36%2Fv1%2FhcalRecNumbering.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FHcalCommonData%2Fdata%2FhcalRecNumbering%2F2018Plan36%2Fv1%2FhcalRecNumbering.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -44,3 +44,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f85f80e89f79e741e91d42f785fe8ed24a9c1c72","filename":"Geometry/HcalCommonData/data/hcalRecNumbering/2018Plan36/v2/hcalRecNumbering.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FHcalCommonData%2Fdata%2FhcalRecNumbering%2F2018Plan36%2Fv2%2FhcalRecNumbering.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FHcalCommonData%2Fdata%2FhcalRecNumbering%2F2018Plan36%2Fv2%2FhcalRecNumbering.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FHcalCommonData%2Fdata%2FhcalRecNumbering%2F2018Plan36%2Fv2%2FhcalRecNumbering.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -44,3 +44,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"88e59bd4f652760fc8d7b15b18ca01c4c8984f2f","filename":"Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.0.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FHcalCommonData%2Ftest%2Fpython%2FTTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.0.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FHcalCommonData%2Ftest%2Fpython%2FTTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.0.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FHcalCommonData%2Ftest%2Fpython%2FTTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.0.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -158,3 +158,4 @@\n # End adding early deletion\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5b3019a7f3d1303ffaddd5e82cc1d523519dbf84","filename":"Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.911.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FHcalCommonData%2Ftest%2Fpython%2FTTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.911.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FHcalCommonData%2Ftest%2Fpython%2FTTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.911.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FHcalCommonData%2Ftest%2Fpython%2FTTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.911.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -158,3 +158,4 @@\n # End adding early deletion\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9ac753bf0132ee636b83fdf075973d6fdeac9c6e","filename":"Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.0.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FHcalCommonData%2Ftest%2Fpython%2FTTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.0.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FHcalCommonData%2Ftest%2Fpython%2FTTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.0.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FHcalCommonData%2Ftest%2Fpython%2FTTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.0.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -158,3 +158,4 @@\n # End adding early deletion\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8b3bee6c1c3bd93483b2bcb1c1595d7ffe4f4f59","filename":"Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.911.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FHcalCommonData%2Ftest%2Fpython%2FTTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.911.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FHcalCommonData%2Ftest%2Fpython%2FTTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.911.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FHcalCommonData%2Ftest%2Fpython%2FTTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.911.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -153,3 +153,4 @@\n # End adding early deletion\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"85820c04eba4ead0ac1c7607d999eb0d71980852","filename":"Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.0.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FHcalCommonData%2Ftest%2Fpython%2Fstep3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.0.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FHcalCommonData%2Ftest%2Fpython%2Fstep3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.0.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FHcalCommonData%2Ftest%2Fpython%2Fstep3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.0.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -261,3 +261,4 @@\n # End adding early deletion\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"aff7f59f8234332d96a4e34b033d3265b8bfb352","filename":"Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.911.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FHcalCommonData%2Ftest%2Fpython%2Fstep3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.911.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FHcalCommonData%2Ftest%2Fpython%2Fstep3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.911.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FHcalCommonData%2Ftest%2Fpython%2Fstep3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.911.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -262,3 +262,4 @@\n # End adding early deletion\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d19159a67402a4847f86e909c36d651ce18299f6","filename":"Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.0.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FHcalCommonData%2Ftest%2Fpython%2Fstep3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.0.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FHcalCommonData%2Ftest%2Fpython%2Fstep3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.0.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FHcalCommonData%2Ftest%2Fpython%2Fstep3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.0.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -261,3 +261,4 @@\n # End adding early deletion\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"57a989d36edce28597f5449794841732f4f6bfb1","filename":"Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.911.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FHcalCommonData%2Ftest%2Fpython%2Fstep3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.911.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FHcalCommonData%2Ftest%2Fpython%2Fstep3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.911.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FHcalCommonData%2Ftest%2Fpython%2Fstep3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.911.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -256,3 +256,4 @@\n # End adding early deletion\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"010d52bbe3cd5a42fee3e1ad99584f702a86e0b4","filename":"Geometry/TrackerCommonData/data/2016/FlatMinus05Percent/tibtidcommonmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2F2016%2FFlatMinus05Percent%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2F2016%2FFlatMinus05Percent%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2F2016%2FFlatMinus05Percent%2Ftibtidcommonmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -570,3 +570,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fd9fefdaedcb75af8f2d7882d039799d14810e6f","filename":"Geometry/TrackerCommonData/data/2016/FlatMinus10Percent/tibtidcommonmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2F2016%2FFlatMinus10Percent%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2F2016%2FFlatMinus10Percent%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2F2016%2FFlatMinus10Percent%2Ftibtidcommonmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -570,3 +570,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"aea756b15594628b0a98e72c106acaa9b900a036","filename":"Geometry/TrackerCommonData/data/2016/FlatPlus05Percent/tibtidcommonmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2F2016%2FFlatPlus05Percent%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2F2016%2FFlatPlus05Percent%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2F2016%2FFlatPlus05Percent%2Ftibtidcommonmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -570,3 +570,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"64a6bc7be90d741fdfc81a5beb5136a6f0147476","filename":"Geometry/TrackerCommonData/data/2016/FlatPlus10Percent/tibtidcommonmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2F2016%2FFlatPlus10Percent%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2F2016%2FFlatPlus10Percent%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2F2016%2FFlatPlus10Percent%2Ftibtidcommonmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -570,3 +570,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"010d52bbe3cd5a42fee3e1ad99584f702a86e0b4","filename":"Geometry/TrackerCommonData/data/FlatMinus05Percent/2015/tibtidcommonmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus05Percent%2F2015%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus05Percent%2F2015%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus05Percent%2F2015%2Ftibtidcommonmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -570,3 +570,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a2545350ca3b129ab2595d55c5721b5dff533572","filename":"Geometry/TrackerCommonData/data/FlatMinus05Percent/2017/tibtidcommonmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus05Percent%2F2017%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus05Percent%2F2017%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus05Percent%2F2017%2Ftibtidcommonmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -570,3 +570,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a2545350ca3b129ab2595d55c5721b5dff533572","filename":"Geometry/TrackerCommonData/data/FlatMinus05Percent/2021/tibtidcommonmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus05Percent%2F2021%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus05Percent%2F2021%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus05Percent%2F2021%2Ftibtidcommonmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -570,3 +570,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8299198c1fb46c4eb26671e2ab79d26b205c4892","filename":"Geometry/TrackerCommonData/data/FlatMinus05Percent/2021/v2/tibtidcommonmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus05Percent%2F2021%2Fv2%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus05Percent%2F2021%2Fv2%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus05Percent%2F2021%2Fv2%2Ftibtidcommonmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -486,3 +486,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fd9fefdaedcb75af8f2d7882d039799d14810e6f","filename":"Geometry/TrackerCommonData/data/FlatMinus10Percent/2015/tibtidcommonmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus10Percent%2F2015%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus10Percent%2F2015%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus10Percent%2F2015%2Ftibtidcommonmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -570,3 +570,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0eded11a0101f0b5d50589e2069b7b474e074ac0","filename":"Geometry/TrackerCommonData/data/FlatMinus10Percent/2017/tibtidcommonmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus10Percent%2F2017%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus10Percent%2F2017%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus10Percent%2F2017%2Ftibtidcommonmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -570,3 +570,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0eded11a0101f0b5d50589e2069b7b474e074ac0","filename":"Geometry/TrackerCommonData/data/FlatMinus10Percent/2021/tibtidcommonmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus10Percent%2F2021%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus10Percent%2F2021%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus10Percent%2F2021%2Ftibtidcommonmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -570,3 +570,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"18e7e444aa7e07b85a92dc2a6cf2c32060ca289b","filename":"Geometry/TrackerCommonData/data/FlatMinus10Percent/2021/v2/tibtidcommonmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus10Percent%2F2021%2Fv2%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus10Percent%2F2021%2Fv2%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FFlatMinus10Percent%2F2021%2Fv2%2Ftibtidcommonmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -486,3 +486,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"aea756b15594628b0a98e72c106acaa9b900a036","filename":"Geometry/TrackerCommonData/data/FlatPlus05Percent/2015/tibtidcommonmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus05Percent%2F2015%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus05Percent%2F2015%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus05Percent%2F2015%2Ftibtidcommonmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -570,3 +570,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7fe976fe26c03c51f2f6d765cb4093963e01ca77","filename":"Geometry/TrackerCommonData/data/FlatPlus05Percent/2017/tibtidcommonmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus05Percent%2F2017%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus05Percent%2F2017%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus05Percent%2F2017%2Ftibtidcommonmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -570,3 +570,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7fe976fe26c03c51f2f6d765cb4093963e01ca77","filename":"Geometry/TrackerCommonData/data/FlatPlus05Percent/2021/tibtidcommonmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus05Percent%2F2021%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus05Percent%2F2021%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus05Percent%2F2021%2Ftibtidcommonmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -570,3 +570,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3dcc5b30590c203844813eeae9755cc684339ec2","filename":"Geometry/TrackerCommonData/data/FlatPlus05Percent/2021/v2/tibtidcommonmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus05Percent%2F2021%2Fv2%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus05Percent%2F2021%2Fv2%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus05Percent%2F2021%2Fv2%2Ftibtidcommonmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -486,3 +486,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"64a6bc7be90d741fdfc81a5beb5136a6f0147476","filename":"Geometry/TrackerCommonData/data/FlatPlus10Percent/2015/tibtidcommonmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus10Percent%2F2015%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus10Percent%2F2015%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus10Percent%2F2015%2Ftibtidcommonmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -570,3 +570,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1e2031ef72761fb2b34e4cd40ce97d4a182cffd3","filename":"Geometry/TrackerCommonData/data/FlatPlus10Percent/2017/tibtidcommonmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus10Percent%2F2017%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus10Percent%2F2017%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus10Percent%2F2017%2Ftibtidcommonmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -570,3 +570,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1e2031ef72761fb2b34e4cd40ce97d4a182cffd3","filename":"Geometry/TrackerCommonData/data/FlatPlus10Percent/2021/tibtidcommonmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus10Percent%2F2021%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus10Percent%2F2021%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus10Percent%2F2021%2Ftibtidcommonmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -570,3 +570,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cf7c8bd0a92ccc017e8c544233f85079d31aed85","filename":"Geometry/TrackerCommonData/data/FlatPlus10Percent/2021/v2/tibtidcommonmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus10Percent%2F2021%2Fv2%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus10Percent%2F2021%2Fv2%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FFlatPlus10Percent%2F2021%2Fv2%2Ftibtidcommonmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -486,3 +486,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7d8aef8dac5f69b3b25d17ce7ef791c280f4a335","filename":"Geometry/TrackerCommonData/data/PhaseI/PixelForward/trackerStructureTopology.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseI%2FPixelForward%2FtrackerStructureTopology.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseI%2FPixelForward%2FtrackerStructureTopology.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseI%2FPixelForward%2FtrackerStructureTopology.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -622,3 +622,4 @@ July 2009\n \r\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0a64bfc7b0122e7196dbecfe4081e3ef0b2bf918","filename":"Geometry/TrackerCommonData/data/PhaseII/TFPXTEPXReordered/trackerParameters.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTFPXTEPXReordered%2FtrackerParameters.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTFPXTEPXReordered%2FtrackerParameters.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTFPXTEPXReordered%2FtrackerParameters.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -45,3 +45,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"93d6b2843ca108c5e6e6fbcee6d04ec90d11f8d8","filename":"Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/trackerStructureTopology.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker%2FtrackerStructureTopology.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker%2FtrackerStructureTopology.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker%2FtrackerStructureTopology.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -3650,3 +3650,4 @@ note: see Baseline_tilted_2016_04_12.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"efab18e99f94f967689afe51b3e98e1e20caa62d","filename":"Geometry/TrackerCommonData/data/PhaseII/TiltedTracker4025/pixelStructureTopology.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker4025%2FpixelStructureTopology.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker4025%2FpixelStructureTopology.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker4025%2FpixelStructureTopology.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -691,3 +691,4 @@ note: see OT613_200_IT4025_2017_03_28.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e2c70264f71d5a4c8fd37322868cc058bf4922e6","filename":"Geometry/TrackerCommonData/data/PhaseII/TiltedTracker4025/trackerStructureTopology.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker4025%2FtrackerStructureTopology.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker4025%2FtrackerStructureTopology.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker4025%2FtrackerStructureTopology.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -3173,3 +3173,4 @@ note: see OT613_200_IT4025_2017_03_28.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"19dc3c9fc64123c8d25eaf118a4c6d5a60461a34","filename":"Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/pixelStructureTopology.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker404%2FpixelStructureTopology.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker404%2FpixelStructureTopology.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker404%2FpixelStructureTopology.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -691,3 +691,4 @@ note: see OT614_200_IT404_2017_12_12.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c325c7c8c4ce6750a4a017be34796af8d55f6106","filename":"Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/trackerStructureTopology.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker404%2FtrackerStructureTopology.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker404%2FtrackerStructureTopology.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker404%2FtrackerStructureTopology.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -3173,3 +3173,4 @@ note: see OT614_200_IT404_2017_12_12.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"929f0793a687114d453d7a44a4c2ac0bf4e20395","filename":"Geometry/TrackerCommonData/data/PhaseII/TiltedTracker405/pixelStructureTopology.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker405%2FpixelStructureTopology.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker405%2FpixelStructureTopology.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker405%2FpixelStructureTopology.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -691,3 +691,4 @@ note: see OT613_200_IT405_2018_06_26.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a4708a9da17c6a6affb36459f3cbe25db90d4336","filename":"Geometry/TrackerCommonData/data/PhaseII/TiltedTracker613/pixelStructureTopology.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker613%2FpixelStructureTopology.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker613%2FpixelStructureTopology.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker613%2FpixelStructureTopology.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -691,3 +691,4 @@ note: see OT616_200_IT613_2019_02_20.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"139b7e14dbb359c338496fbb6672e8600bb46e81","filename":"Geometry/TrackerCommonData/data/PhaseII/TiltedTracker613_MB_2019_04/tracker.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker613_MB_2019_04%2Ftracker.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker613_MB_2019_04%2Ftracker.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTiltedTracker613_MB_2019_04%2Ftracker.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -33321,3 +33321,4 @@ note: see OT616_200_IT613_2019_04_25.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0618eda0bfd2c5d9aa84c47508cd38b1159ff368","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixel.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2Fpixel.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2Fpixel.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2Fpixel.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13754,3 +13754,4 @@ note: see OT800_IT615_2021_02_08.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2ab44f6ccbdb5af546c2b1dc44a5aee69802f3ff","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelStructureTopology.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2FpixelStructureTopology.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2FpixelStructureTopology.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2FpixelStructureTopology.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -692,3 +692,4 @@ note: see OT800_IT615_2021_02_08.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"de86b6ae0fb05cd98d6bb013353eb9f078b7e8a6","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixfwd.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2Fpixfwd.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2Fpixfwd.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2Fpixfwd.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -82,3 +82,4 @@ note: see OT800_IT615_2021_02_08.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d5d4d05d972a43a2d3533da9f16f71a06d3c172d","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/tracker.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2Ftracker.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2Ftracker.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2Ftracker.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -33353,3 +33353,4 @@ note: see OT800_IT615_2021_02_08.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b2b7e758ed629ace2273f9e07db08fa27c018848","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerStructureTopology.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2FtrackerStructureTopology.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2FtrackerStructureTopology.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2FtrackerStructureTopology.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -3174,3 +3174,4 @@ note: see OT800_IT615_2021_02_08.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d7260a7f1d52647326b21eb7a14de7566c54fab3","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_03/tracker.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_03%2Ftracker.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_03%2Ftracker.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_03%2Ftracker.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -33361,3 +33361,4 @@ enlarged the Tracker volume so that it touches CALO and BeamPipe\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ec7783c9fc343e448b5d3feaee2f70411abaf406","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixel.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT702_2021_03%2Fpixel.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT702_2021_03%2Fpixel.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT702_2021_03%2Fpixel.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13759,3 +13759,4 @@ note: see OT800_IT704_2023_02_09.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"dfa1c7f227cb7b191288a91860c2b1f4f498dcf5","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelStructureTopology.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT702_2021_03%2FpixelStructureTopology.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT702_2021_03%2FpixelStructureTopology.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT702_2021_03%2FpixelStructureTopology.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -692,3 +692,4 @@ note: see OT800_IT702_2021_03_16.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"44f14c005acbdca98f580eea6cea260460775ca0","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT703_2021_03/pixelStructureTopology.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT703_2021_03%2FpixelStructureTopology.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT703_2021_03%2FpixelStructureTopology.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT703_2021_03%2FpixelStructureTopology.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -692,3 +692,4 @@ note: see OT800_IT703_2021_03_16.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"48e6ffb2510e823e07839ff4649d64071bd1c4ef","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixel.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT711_2023_05%2Fpixel.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT711_2023_05%2Fpixel.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT711_2023_05%2Fpixel.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14009,3 +14009,4 @@ note: see OT800_IT711_2024_01_11.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4676202ce4329af34e8ab98c51860d448689fd7f","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelStructureTopology.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT711_2023_05%2FpixelStructureTopology.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT711_2023_05%2FpixelStructureTopology.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT711_2023_05%2FpixelStructureTopology.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -756,3 +756,4 @@ note: see OT800_IT711_2024_01_11.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"69ecd3073a65ad76863dfe6532a4c4711b04dd37","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2024_02/pixelStructureTopology.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT711_2024_02%2FpixelStructureTopology.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT711_2024_02%2FpixelStructureTopology.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT711_2024_02%2FpixelStructureTopology.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -982,3 +982,4 @@ note: see OT800_IT711_2024_01_11.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"feac072d649ad0803272a36a32365a8e0a15fddc","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT800_IT615_2022_10/pixbar.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT800_IT615_2022_10%2Fpixbar.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT800_IT615_2022_10%2Fpixbar.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT800_IT615_2022_10%2Fpixbar.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -186,3 +186,4 @@ note: see OT800_IT615_2022_10_03.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"902182916ddfc25c0548fd2f1b447ed3f7593aae","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixel.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT801_IT640%2Fpixel.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT801_IT640%2Fpixel.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT801_IT640%2Fpixel.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -19128,3 +19128,4 @@ note: see OT801_IT800_2021_04_30.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ee57865c62845c0948e0ddc30ebbb751f0d0a9f0","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelStructureTopology.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT801_IT640%2FpixelStructureTopology.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT801_IT640%2FpixelStructureTopology.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT801_IT640%2FpixelStructureTopology.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1185,3 +1185,4 @@ note: see OT801_IT800_2021_04_15.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f28b99722baa00e2148fbb80c2386a6e8609d1e5","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/tracker.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT801_IT640%2Ftracker.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT801_IT640%2Ftracker.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT801_IT640%2Ftracker.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -33485,3 +33485,4 @@ note: see OT801_IT710_2021_04_12.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"450f39c734a27f22b4f5d1b683def4543aa04008","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixel.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT741_2024_01%2Fpixel.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT741_2024_01%2Fpixel.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT741_2024_01%2Fpixel.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -19419,3 +19419,4 @@ note: see OT806_IT741_2024_03_15.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ccb302ed23de6dda02e9decacd05e35eb9dc814f","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelStructureTopology.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT741_2024_01%2FpixelStructureTopology.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT741_2024_01%2FpixelStructureTopology.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT741_2024_01%2FpixelStructureTopology.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1355,3 +1355,4 @@ note: see OT806_IT741_2024_03_15.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8160955c97e6b5d1f5e99fb9a5516d2825379560","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/tracker.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT741_2024_01%2Ftracker.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT741_2024_01%2Ftracker.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT741_2024_01%2Ftracker.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -33346,3 +33346,4 @@ note: see OT806_IT741_2024_03_28.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6c1c726029073da9ba41d7cad07a6f56a9ed4344","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT742_2024_01/pixel.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT742_2024_01%2Fpixel.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT742_2024_01%2Fpixel.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT742_2024_01%2Fpixel.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -19420,3 +19420,4 @@ note: see OT806_IT742_2024_04_08.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5a50de44436c3a4765a76090a7243c762187acb8","filename":"Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT744_2024_01/pixel.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT744_2024_01%2Fpixel.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT744_2024_01%2Fpixel.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT744_2024_01%2Fpixel.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -19420,3 +19420,4 @@ note: see OT806_IT744_2024_04_05.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e6d40b351b9724c2f83f808af0f0d26fa567ad6a","filename":"Geometry/TrackerCommonData/data/flat10services30percent/tibtidcommonmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2Fflat10services30percent%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2Fflat10services30percent%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2Fflat10services30percent%2Ftibtidcommonmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -544,3 +544,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2fb5c4d6b643b2d49ba24736b15c24daf0e178b7","filename":"Geometry/TrackerCommonData/data/flat20services30percent/tibtidcommonmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2Fflat20services30percent%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2Fflat20services30percent%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2Fflat20services30percent%2Ftibtidcommonmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -544,3 +544,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a51bd29745a1224270fe64884217bc76512d6d07","filename":"Geometry/TrackerCommonData/data/pixbarmaterial/2017ZeroMaterial/v1/pixbarmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2Fpixbarmaterial%2F2017ZeroMaterial%2Fv1%2Fpixbarmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2Fpixbarmaterial%2F2017ZeroMaterial%2Fv1%2Fpixbarmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2Fpixbarmaterial%2F2017ZeroMaterial%2Fv1%2Fpixbarmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -732,3 +732,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4eeabb888703224ffca6dd0bd27ce5f39dd26ecd","filename":"Geometry/TrackerCommonData/data/pixfwdMaterials/2017ZeroMaterial/v1/pixfwdMaterials.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FpixfwdMaterials%2F2017ZeroMaterial%2Fv1%2FpixfwdMaterials.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FpixfwdMaterials%2F2017ZeroMaterial%2Fv1%2FpixfwdMaterials.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FpixfwdMaterials%2F2017ZeroMaterial%2Fv1%2FpixfwdMaterials.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -566,3 +566,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bd61030d628b0bff0b8e6b3620c692a20a53d159","filename":"Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_PixelBarrelConn/pixbarmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FspecialTestGeometries%2Fmod_10_PixelBarrelConn%2Fpixbarmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FspecialTestGeometries%2Fmod_10_PixelBarrelConn%2Fpixbarmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FspecialTestGeometries%2Fmod_10_PixelBarrelConn%2Fpixbarmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -456,3 +456,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b7ce0fb7cad395e5d828927f608963f1985a4f2c","filename":"Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_PixelBarrelConnToST/pixbarmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FspecialTestGeometries%2Fmod_10_PixelBarrelConnToST%2Fpixbarmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FspecialTestGeometries%2Fmod_10_PixelBarrelConnToST%2Fpixbarmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FspecialTestGeometries%2Fmod_10_PixelBarrelConnToST%2Fpixbarmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -456,3 +456,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"37b5770662459b27e3726d5b7383e6030e9b696f","filename":"Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBFlange/tibmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FspecialTestGeometries%2Fmod_10_TIBFlange%2Ftibmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FspecialTestGeometries%2Fmod_10_TIBFlange%2Ftibmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FspecialTestGeometries%2Fmod_10_TIBFlange%2Ftibmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -443,3 +443,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7f148bd6271381a1307ed456431bfedf6802974e","filename":"Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBTIDMargherita/tibtidcommonmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FspecialTestGeometries%2Fmod_10_TIBTIDMargherita%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FspecialTestGeometries%2Fmod_10_TIBTIDMargherita%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FspecialTestGeometries%2Fmod_10_TIBTIDMargherita%2Ftibtidcommonmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -544,3 +544,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"81bdb7ae79bfb795b778d1f79c49400ea817cb52","filename":"Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBTIDServiceCylinder/tibtidcommonmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FspecialTestGeometries%2Fmod_10_TIBTIDServiceCylinder%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FspecialTestGeometries%2Fmod_10_TIBTIDServiceCylinder%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FspecialTestGeometries%2Fmod_10_TIBTIDServiceCylinder%2Ftibtidcommonmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -544,3 +544,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"36b552c163acb9d73d84e510590cdf88938529b2","filename":"Geometry/TrackerCommonData/data/specialTestGeometries/specialTestGeometries.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FspecialTestGeometries%2FspecialTestGeometries.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2FspecialTestGeometries%2FspecialTestGeometries.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2FspecialTestGeometries%2FspecialTestGeometries.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -59,3 +59,4 @@ Mod\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0134d40f3624ebc96be9e8b2600d94aeb1880c75","filename":"Geometry/TrackerCommonData/data/tecmaterial/2017ZeroMaterial/v1/tecmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2Ftecmaterial%2F2017ZeroMaterial%2Fv1%2Ftecmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2Ftecmaterial%2F2017ZeroMaterial%2Fv1%2Ftecmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2Ftecmaterial%2F2017ZeroMaterial%2Fv1%2Ftecmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1093,3 +1093,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4671a94b1bb168125b3ff4442e990e792de143bf","filename":"Geometry/TrackerCommonData/data/tibmaterial/2017ZeroMaterial/v1/tibmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2Ftibmaterial%2F2017ZeroMaterial%2Fv1%2Ftibmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2Ftibmaterial%2F2017ZeroMaterial%2Fv1%2Ftibmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2Ftibmaterial%2F2017ZeroMaterial%2Fv1%2Ftibmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -443,3 +443,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e815f8aec4fef8182d8417f0f7608dbe99b37526","filename":"Geometry/TrackerCommonData/data/tibtidcommonmaterial/2016/v1/tibtidcommonmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2Ftibtidcommonmaterial%2F2016%2Fv1%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2Ftibtidcommonmaterial%2F2016%2Fv1%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2Ftibtidcommonmaterial%2F2016%2Fv1%2Ftibtidcommonmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -486,3 +486,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ccfed4ebd59f2a5541517dbf1867cb61190a7476","filename":"Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017/v1/tibtidcommonmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2Ftibtidcommonmaterial%2F2017%2Fv1%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2Ftibtidcommonmaterial%2F2017%2Fv1%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2Ftibtidcommonmaterial%2F2017%2Fv1%2Ftibtidcommonmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -570,3 +570,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fb110203731a2b9eb9382219fdfc861034056624","filename":"Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017/v2/tibtidcommonmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2Ftibtidcommonmaterial%2F2017%2Fv2%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2Ftibtidcommonmaterial%2F2017%2Fv2%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2Ftibtidcommonmaterial%2F2017%2Fv2%2Ftibtidcommonmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -486,3 +486,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4f0866217e4da0d7990ecb48f1db66bf85bf09c8","filename":"Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017ZeroMaterial/v1/tibtidcommonmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2Ftibtidcommonmaterial%2F2017ZeroMaterial%2Fv1%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2Ftibtidcommonmaterial%2F2017ZeroMaterial%2Fv1%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2Ftibtidcommonmaterial%2F2017ZeroMaterial%2Fv1%2Ftibtidcommonmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -570,3 +570,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ccfed4ebd59f2a5541517dbf1867cb61190a7476","filename":"Geometry/TrackerCommonData/data/tibtidcommonmaterial/2021/v1/tibtidcommonmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2Ftibtidcommonmaterial%2F2021%2Fv1%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2Ftibtidcommonmaterial%2F2021%2Fv1%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2Ftibtidcommonmaterial%2F2021%2Fv1%2Ftibtidcommonmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -570,3 +570,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fb110203731a2b9eb9382219fdfc861034056624","filename":"Geometry/TrackerCommonData/data/tibtidcommonmaterial/2021/v2/tibtidcommonmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2Ftibtidcommonmaterial%2F2021%2Fv2%2Ftibtidcommonmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2Ftibtidcommonmaterial%2F2021%2Fv2%2Ftibtidcommonmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2Ftibtidcommonmaterial%2F2021%2Fv2%2Ftibtidcommonmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -486,3 +486,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6bdd2b2fd671fdb6a6a877913df8f871871eae4a","filename":"Geometry/TrackerCommonData/data/tidmaterial/2017ZeroMaterial/v1/tidmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2Ftidmaterial%2F2017ZeroMaterial%2Fv1%2Ftidmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2Ftidmaterial%2F2017ZeroMaterial%2Fv1%2Ftidmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2Ftidmaterial%2F2017ZeroMaterial%2Fv1%2Ftidmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -340,3 +340,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a8c12d510f03da4351f223efcee0965dda136099","filename":"Geometry/TrackerCommonData/data/tobmaterial/2017ZeroMaterial/v1/tobmaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2Ftobmaterial%2F2017ZeroMaterial%2Fv1%2Ftobmaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2Ftobmaterial%2F2017ZeroMaterial%2Fv1%2Ftobmaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2Ftobmaterial%2F2017ZeroMaterial%2Fv1%2Ftobmaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -2248,3 +2248,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8f7a198842e22400af822c6ca4c21a179567e1fd","filename":"Geometry/TrackerCommonData/data/trackermaterial/2017ZeroMaterial/v1/trackermaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2Ftrackermaterial%2F2017ZeroMaterial%2Fv1%2Ftrackermaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fdata%2Ftrackermaterial%2F2017ZeroMaterial%2Fv1%2Ftrackermaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fdata%2Ftrackermaterial%2F2017ZeroMaterial%2Fv1%2Ftrackermaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -586,3 +586,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/38ec0b5001047967c074e924158218a1e07ed0af?per_page=100&page=10 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:53:10 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"386bf9ed5ae236c63cf1ab954d8f2daa14163bdd173850eb5e205742a1fb9dde"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:52:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4859'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '141'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CAF2:2A5676:3994EC:3AC059:68122B45')] +{"sha":"38ec0b5001047967c074e924158218a1e07ed0af","node_id":"C_kwDOF83__NoAKDM4ZWMwYjUwMDEwNDc5NjdjMDc0ZTkyNDE1ODIxOGExZTA3ZWQwYWY","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:43:40Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:52:38Z"},"message":"More changes","tree":{"sha":"33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/38ec0b5001047967c074e924158218a1e07ed0af","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/38ec0b5001047967c074e924158218a1e07ed0af","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e"}],"stats":{"total":2973,"additions":2971,"deletions":2},"files":[{"sha":"f112bede086e2512cb1350be1ec84ee22511a800","filename":"Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fpython%2FcmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fpython%2FcmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fpython%2FcmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -381,3 +381,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8d33d093a63fd94cd62a406b4b61073c63340d18","filename":"Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fpython%2FcmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fpython%2FcmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fpython%2FcmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -378,3 +378,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"308cf39376e45b3ff78e2576c88d912fe3b43ede","filename":"Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fpython%2FcmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fpython%2FcmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fpython%2FcmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -378,3 +378,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1d4acc4c67af3bbac77841ccc97b01fbc8788a7e","filename":"Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fpython%2FcmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fpython%2FcmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fpython%2FcmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -381,3 +381,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"29bb6b18390e934dc4d85ba266499c7db58b5818","filename":"Geometry/TrackerCommonData/python/cmsExtendedGeometry2021ZeroMaterialXML_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fpython%2FcmsExtendedGeometry2021ZeroMaterialXML_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerCommonData%2Fpython%2FcmsExtendedGeometry2021ZeroMaterialXML_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerCommonData%2Fpython%2FcmsExtendedGeometry2021ZeroMaterialXML_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -381,3 +381,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"aca2a80d9cbe915774a23734be6eaaf0d0226fd5","filename":"Geometry/TrackerGeometryBuilder/plugins/TrackerAdditionalParametersPerDetESModule.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerGeometryBuilder%2Fplugins%2FTrackerAdditionalParametersPerDetESModule.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerGeometryBuilder%2Fplugins%2FTrackerAdditionalParametersPerDetESModule.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerGeometryBuilder%2Fplugins%2FTrackerAdditionalParametersPerDetESModule.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -68,3 +68,4 @@ TrackerAdditionalParametersPerDetESModule::ReturnType TrackerAdditionalParameter\n DEFINE_FWK_EVENTSETUP_MODULE(TrackerAdditionalParametersPerDetESModule);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"804f383d9b466e58bac004e7e82ef155d25f7eb1","filename":"Geometry/TrackerGeometryBuilder/test/python/testTrackerModuleInfoDBDD4hep_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerGeometryBuilder%2Ftest%2Fpython%2FtestTrackerModuleInfoDBDD4hep_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerGeometryBuilder%2Ftest%2Fpython%2FtestTrackerModuleInfoDBDD4hep_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerGeometryBuilder%2Ftest%2Fpython%2FtestTrackerModuleInfoDBDD4hep_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -40,3 +40,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2cabd04cda910f44953202f3cd4b0701ecf4ad31","filename":"Geometry/TrackerGeometryBuilder/test/python/testTrackerModuleInfoFromDDDNoPrintDDD_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerGeometryBuilder%2Ftest%2Fpython%2FtestTrackerModuleInfoFromDDDNoPrintDDD_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerGeometryBuilder%2Ftest%2Fpython%2FtestTrackerModuleInfoFromDDDNoPrintDDD_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerGeometryBuilder%2Ftest%2Fpython%2FtestTrackerModuleInfoFromDDDNoPrintDDD_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -31,3 +31,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f92d73575adae609017c5994d608798f4e39a2b2","filename":"Geometry/TrackerGeometryBuilder/test/python/testTrackerParametersFromDD4hep_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerGeometryBuilder%2Ftest%2Fpython%2FtestTrackerParametersFromDD4hep_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerGeometryBuilder%2Ftest%2Fpython%2FtestTrackerParametersFromDD4hep_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerGeometryBuilder%2Ftest%2Fpython%2FtestTrackerParametersFromDD4hep_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -57,3 +57,4 @@\n process.p1 = cms.Path(process.test)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"02d123718576d6e4db770d507d81066315bbef83","filename":"Geometry/TrackerGeometryBuilder/test/python/testTrackerParametersFromDDD_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerGeometryBuilder%2Ftest%2Fpython%2FtestTrackerParametersFromDDD_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerGeometryBuilder%2Ftest%2Fpython%2FtestTrackerParametersFromDDD_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerGeometryBuilder%2Ftest%2Fpython%2FtestTrackerParametersFromDDD_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -60,5 +60,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"eb2471aa1af1ee9c3ede8661879e70c45d502e09","filename":"Geometry/TrackerGeometryBuilder/test/python/trackerModuleInfoLocalDBDD4hep_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerGeometryBuilder%2Ftest%2Fpython%2FtrackerModuleInfoLocalDBDD4hep_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerGeometryBuilder%2Ftest%2Fpython%2FtrackerModuleInfoLocalDBDD4hep_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerGeometryBuilder%2Ftest%2Fpython%2FtrackerModuleInfoLocalDBDD4hep_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -54,3 +54,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c9056cdeb94a590aef745b8b7dc2d6e681f18f76","filename":"Geometry/TrackerGeometryBuilder/test/python/trackerParametersFromLocalDB_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerGeometryBuilder%2Ftest%2Fpython%2FtrackerParametersFromLocalDB_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerGeometryBuilder%2Ftest%2Fpython%2FtrackerParametersFromLocalDB_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerGeometryBuilder%2Ftest%2Fpython%2FtrackerParametersFromLocalDB_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -26,5 +26,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"4a14d4a0857bfcc801f8ba3d413f8a6302555c1d","filename":"Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2DoubleDiskBuilder.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerNumberingBuilder%2Fplugins%2FCmsTrackerPixelPhase2DoubleDiskBuilder.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerNumberingBuilder%2Fplugins%2FCmsTrackerPixelPhase2DoubleDiskBuilder.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerNumberingBuilder%2Fplugins%2FCmsTrackerPixelPhase2DoubleDiskBuilder.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -47,3 +47,4 @@ template class CmsTrackerPixelPhase2DoubleDiskBuilder;\n template class CmsTrackerPixelPhase2DoubleDiskBuilder;\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"150267de3a8862de6f7d9301f6cff039af6bd27e","filename":"Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2DoubleDiskBuilder.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerNumberingBuilder%2Fplugins%2FCmsTrackerPixelPhase2DoubleDiskBuilder.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerNumberingBuilder%2Fplugins%2FCmsTrackerPixelPhase2DoubleDiskBuilder.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerNumberingBuilder%2Fplugins%2FCmsTrackerPixelPhase2DoubleDiskBuilder.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -18,3 +18,4 @@ class CmsTrackerPixelPhase2DoubleDiskBuilder : public CmsTrackerLevelBuilder;\n template class CmsTrackerPixelPhase2SubDiskBuilder;\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e55c711072fefb662c06cc4e43f334d060ae3422","filename":"Geometry/TrackerRecoData/data/PhaseII/OuterTracker616_2020_04/trackerRecoMaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FOuterTracker616_2020_04%2FtrackerRecoMaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FOuterTracker616_2020_04%2FtrackerRecoMaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FOuterTracker616_2020_04%2FtrackerRecoMaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -626,3 +626,4 @@ note: see OT616_IT615_cmssw_2020_04_30.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4a6dc60f450ebdb5ef0c6775facb5a82e31a90d9","filename":"Geometry/TrackerRecoData/data/PhaseII/TiltedTracker4025/trackerRecoMaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTiltedTracker4025%2FtrackerRecoMaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTiltedTracker4025%2FtrackerRecoMaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTiltedTracker4025%2FtrackerRecoMaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -626,3 +626,4 @@ note: see OT613_200_IT4025_2017_03_28.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3733f55c743b70bf23344f634ae4ed9571dd3347","filename":"Geometry/TrackerRecoData/data/PhaseII/TiltedTracker613_MB_2019_04/trackerRecoMaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTiltedTracker613_MB_2019_04%2FtrackerRecoMaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTiltedTracker613_MB_2019_04%2FtrackerRecoMaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTiltedTracker613_MB_2019_04%2FtrackerRecoMaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -626,3 +626,4 @@ note: see OT616_200_IT613_2019_04_25.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"79e7fdcf8d92e50da65f5f902851752347f1ca78","filename":"Geometry/TrackerRecoData/data/PhaseII/TiltedTracker613_MB_2019_04/v2_ITonly/trackerRecoMaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTiltedTracker613_MB_2019_04%2Fv2_ITonly%2FtrackerRecoMaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTiltedTracker613_MB_2019_04%2Fv2_ITonly%2FtrackerRecoMaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTiltedTracker613_MB_2019_04%2Fv2_ITonly%2FtrackerRecoMaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -618,3 +618,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8e2135ffea38b1b82dd1f9350e9157178adf1a21","filename":"Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerRecoMaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2FtrackerRecoMaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2FtrackerRecoMaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2FtrackerRecoMaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -535,3 +535,4 @@ note: see OT800_IT615_2021_02_08.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2d9365b3448c2fb70c8152f6b3e5385966ba51a3","filename":"Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/trackerRecoMaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT702_2021_03%2FtrackerRecoMaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT702_2021_03%2FtrackerRecoMaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT702_2021_03%2FtrackerRecoMaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -535,3 +535,4 @@ note: see OT800_IT702_2021_03_16.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"91a9c5689f619a34c38f6f30abc1cc9052056b34","filename":"Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT710_2023_04/trackerRecoMaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT710_2023_04%2FtrackerRecoMaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT710_2023_04%2FtrackerRecoMaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT710_2023_04%2FtrackerRecoMaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -540,3 +540,4 @@ note: see OT800_IT7010_2022_10_13.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"24ae33123f0a330ab7b0fde7c4d47a55823ee5ac","filename":"Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/trackerRecoMaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT711_2023_05%2FtrackerRecoMaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT711_2023_05%2FtrackerRecoMaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT711_2023_05%2FtrackerRecoMaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -540,3 +540,4 @@ note: see OT800_IT711_2023_05_25.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"967a99e32598c4730c2abd6100cf0ce0c22653fb","filename":"Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/trackerRecoMaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT801_IT640%2FtrackerRecoMaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT801_IT640%2FtrackerRecoMaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT801_IT640%2FtrackerRecoMaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -587,3 +587,4 @@ note: see OT801_IT800_2021_04_15.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"af0c47c41b88e1dfbe2bca46ff15eb0c11f8f07b","filename":"Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/trackerRecoMaterial.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT741_2024_01%2FtrackerRecoMaterial.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT741_2024_01%2FtrackerRecoMaterial.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerRecoData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT741_2024_01%2FtrackerRecoMaterial.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -696,3 +696,4 @@ note: see OT806_IT741_2024_03_15.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6f7f2c03dec2f261fd593c87606ee1cd06aa0efe","filename":"Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelProdCuts.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2FpixelProdCuts.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2FpixelProdCuts.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2FpixelProdCuts.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -104,3 +104,4 @@ note: see OT800_IT615_2021_02_08.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6ac0e35f472e1b7e13e254050e17c955fe40029d","filename":"Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelsens.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2Fpixelsens.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2Fpixelsens.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2Fpixelsens.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -96,3 +96,4 @@ note: see OT800_IT615_2021_02_08.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"eaec0068e8437ea6f3676c4ce9b3937dd92ac734","filename":"Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerProdCuts.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2FtrackerProdCuts.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2FtrackerProdCuts.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2FtrackerProdCuts.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -356,3 +356,4 @@ note: see OT800_IT615_2021_02_08.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"306e4550ed34136522aa122642bcd8da01054100","filename":"Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackersens.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2Ftrackersens.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2Ftrackersens.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_2021_02%2Ftrackersens.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -336,3 +336,4 @@ note: see OT800_IT615_2021_02_08.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d255b1f5cc9caac82b6f100396e76fc2b4899ec2","filename":"Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelProdCuts.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT702_2021_03%2FpixelProdCuts.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT702_2021_03%2FpixelProdCuts.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT702_2021_03%2FpixelProdCuts.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -104,3 +104,4 @@ note: see OT800_IT702_2021_03_16.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cd2485612dfe460c0acd465a91f4f22a37c31b1d","filename":"Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelsens.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT702_2021_03%2Fpixelsens.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT702_2021_03%2Fpixelsens.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT702_2021_03%2Fpixelsens.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -96,3 +96,4 @@ note: see OT800_IT702_2021_03_16.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e4f6f581c864e9815314068f668d3adb54ce8123","filename":"Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelProdCuts.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT711_2023_05%2FpixelProdCuts.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT711_2023_05%2FpixelProdCuts.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT711_2023_05%2FpixelProdCuts.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -109,3 +109,4 @@ note: see OT800_IT711_2023_05_25.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ce5981f8fea92d956f82335e44b1ca0b8cacfd83","filename":"Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelsens.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT711_2023_05%2Fpixelsens.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT711_2023_05%2Fpixelsens.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_IT711_2023_05%2Fpixelsens.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -101,3 +101,4 @@ note: see OT800_IT711_2023_05_25.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3c2cffd3a758e8b2497c2370b480a536beb5383a","filename":"Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelProdCuts.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT801_IT640%2FpixelProdCuts.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT801_IT640%2FpixelProdCuts.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT801_IT640%2FpixelProdCuts.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -156,3 +156,4 @@ note: see OT801_IT800_2021_04_15.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"56644a1f033b232cf5d37f2973dae02501613e4e","filename":"Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelsens.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT801_IT640%2Fpixelsens.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT801_IT640%2Fpixelsens.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT801_IT640%2Fpixelsens.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -148,3 +148,4 @@ note: see OT801_IT800_2021_04_15.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"74fa82a49094f93eb3b48844aed1dc5be06448c1","filename":"Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelProdCuts.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT741_2024_01%2FpixelProdCuts.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT741_2024_01%2FpixelProdCuts.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT741_2024_01%2FpixelProdCuts.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -161,3 +161,4 @@ note: see OT806_IT741_2024_03_15.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7543b945f2ecab04f790a3403026fcd31ed58e07","filename":"Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelsens.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT741_2024_01%2Fpixelsens.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT741_2024_01%2Fpixelsens.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTrackerSimData%2Fdata%2FPhaseII%2FTracker_DD4hep_compatible_OT806_IT741_2024_01%2Fpixelsens.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -153,3 +153,4 @@ note: see OT806_IT741_2024_03_15.cfg for full config files\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b978e5b379cac255761cf5c0f7cf83abfe4b745a","filename":"Geometry/TwentyFivePercentTrackerCommonData/data/tibConfiguration_twentyfivepercent.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2FtibConfiguration_twentyfivepercent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2FtibConfiguration_twentyfivepercent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2FtibConfiguration_twentyfivepercent.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -47,3 +47,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a66b3118fdc7caf2e84ca295c22b166397139108","filename":"Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer0_twentyfivepercent.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftiblayer0_twentyfivepercent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftiblayer0_twentyfivepercent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftiblayer0_twentyfivepercent.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -63,3 +63,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5f5511042361a64c392c986c5639121bcd83b761","filename":"Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer1_twentyfivepercent.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftiblayer1_twentyfivepercent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftiblayer1_twentyfivepercent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftiblayer1_twentyfivepercent.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -63,3 +63,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1bf1f70e8551317be7f3788d031ec0586161b61a","filename":"Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer2_twentyfivepercent.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftiblayer2_twentyfivepercent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftiblayer2_twentyfivepercent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftiblayer2_twentyfivepercent.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -63,3 +63,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6b4b69419abdaa6dd6dad4612fe0750a220b4777","filename":"Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer3_twentyfivepercent.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftiblayer3_twentyfivepercent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftiblayer3_twentyfivepercent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftiblayer3_twentyfivepercent.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -63,3 +63,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5b668473b3d8de5a31fd0b6db8d087fce48ef84a","filename":"Geometry/TwentyFivePercentTrackerCommonData/data/tibstring0_twentyfivepercent.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftibstring0_twentyfivepercent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftibstring0_twentyfivepercent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftibstring0_twentyfivepercent.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -46,3 +46,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f2edac7378ffa112738361ac430ca31159af3ded","filename":"Geometry/TwentyFivePercentTrackerCommonData/data/tibstring1_twentyfivepercent.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftibstring1_twentyfivepercent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftibstring1_twentyfivepercent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftibstring1_twentyfivepercent.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -46,3 +46,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"70c343930ee59c5f28abaea1230c776e2884c721","filename":"Geometry/TwentyFivePercentTrackerCommonData/data/tibstring2_twentyfivepercent.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftibstring2_twentyfivepercent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftibstring2_twentyfivepercent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftibstring2_twentyfivepercent.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -46,3 +46,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b9afa3188afb9d7657ba809431d9b94319453de2","filename":"Geometry/TwentyFivePercentTrackerCommonData/data/tibstring3_twentyfivepercent.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftibstring3_twentyfivepercent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftibstring3_twentyfivepercent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftibstring3_twentyfivepercent.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -46,3 +46,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"953c369a7faf2eccf05b6424de9c7c6e1113e960","filename":"Geometry/TwentyFivePercentTrackerCommonData/data/trackerConfiguration_twentyfivepercent.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2FtrackerConfiguration_twentyfivepercent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2FtrackerConfiguration_twentyfivepercent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2FtrackerConfiguration_twentyfivepercent.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"87f0d8daa428da576c72710737eb38a75403c8c3","filename":"Geometry/TwentyFivePercentTrackerCommonData/data/trackerStructureTopology_twentyfivepercent.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2FtrackerStructureTopology_twentyfivepercent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2FtrackerStructureTopology_twentyfivepercent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2FtrackerStructureTopology_twentyfivepercent.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -128,3 +128,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7126bfb9ab89c4f4f846bcf734ce312c0b25ed1e","filename":"Geometry/TwentyFivePercentTrackerCommonData/data/trackertib_twentyfivepercent.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftrackertib_twentyfivepercent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftrackertib_twentyfivepercent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTwentyFivePercentTrackerCommonData%2Fdata%2Ftrackertib_twentyfivepercent.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4b25d89878b5fc44d2020d6dcb5f013c9ff48504","filename":"Geometry/TwentyFivePercentTrackerCommonData/test/trackerSimConfiguration_TwentyFivePercent.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTwentyFivePercentTrackerCommonData%2Ftest%2FtrackerSimConfiguration_TwentyFivePercent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FTwentyFivePercentTrackerCommonData%2Ftest%2FtrackerSimConfiguration_TwentyFivePercent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FTwentyFivePercentTrackerCommonData%2Ftest%2FtrackerSimConfiguration_TwentyFivePercent.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -85,3 +85,4 @@\n \t\t\t\t\t\t\t \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2bc662ecaff7a2d71d903351295272b07113549f","filename":"Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Left_Station/v1/CTPPS_210_Left_Station.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_210_Left_Station%2Fv1%2FCTPPS_210_Left_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_210_Left_Station%2Fv1%2FCTPPS_210_Left_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_210_Left_Station%2Fv1%2FCTPPS_210_Left_Station.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -235,3 +235,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e208b159f09db9df557d670cee488eee70748d24","filename":"Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Left_Station/v2/CTPPS_210_Left_Station.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_210_Left_Station%2Fv2%2FCTPPS_210_Left_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_210_Left_Station%2Fv2%2FCTPPS_210_Left_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_210_Left_Station%2Fv2%2FCTPPS_210_Left_Station.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -235,3 +235,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"32ae3552e473b47f78b24410935dd2120c7ee69a","filename":"Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Right_Station/v1/CTPPS_210_Right_Station.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_210_Right_Station%2Fv1%2FCTPPS_210_Right_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_210_Right_Station%2Fv1%2FCTPPS_210_Right_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_210_Right_Station%2Fv1%2FCTPPS_210_Right_Station.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -236,3 +236,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"81551aacddf0a6c22a49c629eae02c96c342be41","filename":"Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Right_Station/v2/CTPPS_210_Right_Station.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_210_Right_Station%2Fv2%2FCTPPS_210_Right_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_210_Right_Station%2Fv2%2FCTPPS_210_Right_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_210_Right_Station%2Fv2%2FCTPPS_210_Right_Station.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -236,3 +236,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"08e48771e49493f54a2d19f9dba43c427545d5f3","filename":"Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Left_Station/v1/CTPPS_220_Left_Station.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_220_Left_Station%2Fv1%2FCTPPS_220_Left_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_220_Left_Station%2Fv1%2FCTPPS_220_Left_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_220_Left_Station%2Fv1%2FCTPPS_220_Left_Station.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -212,3 +212,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7f7694dbe09108d06b5f7092cc83a5cf5addeec0","filename":"Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Left_Station/v2/CTPPS_220_Left_Station.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_220_Left_Station%2Fv2%2FCTPPS_220_Left_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_220_Left_Station%2Fv2%2FCTPPS_220_Left_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_220_Left_Station%2Fv2%2FCTPPS_220_Left_Station.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -212,3 +212,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7ec989f2b4b14149e94a7558bc3d1b4964cfe80d","filename":"Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Right_Station/v1/CTPPS_220_Right_Station.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_220_Right_Station%2Fv1%2FCTPPS_220_Right_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_220_Right_Station%2Fv1%2FCTPPS_220_Right_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_220_Right_Station%2Fv1%2FCTPPS_220_Right_Station.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -213,3 +213,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8b512dc48919c7a2d20be2b431c993fac5cb7006","filename":"Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Right_Station/v2/CTPPS_220_Right_Station.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_220_Right_Station%2Fv2%2FCTPPS_220_Right_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_220_Right_Station%2Fv2%2FCTPPS_220_Right_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2018%2FCTPPS_220_Right_Station%2Fv2%2FCTPPS_220_Right_Station.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -213,3 +213,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"91dc3989f7812d23cbaea723a3c1e86485442d40","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Cuts_Per_Region/Reco/v1/RP_Cuts_Per_Region.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FCuts_Per_Region%2FReco%2Fv1%2FRP_Cuts_Per_Region.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FCuts_Per_Region%2FReco%2Fv1%2FRP_Cuts_Per_Region.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FCuts_Per_Region%2FReco%2Fv1%2FRP_Cuts_Per_Region.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -69,3 +69,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2166b106ece112f8e1c5151df4ee8c7d18d884db","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Cuts_Per_Region/Simu/v1/CTPPS_Cuts_Per_Region.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FCuts_Per_Region%2FSimu%2Fv1%2FCTPPS_Cuts_Per_Region.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FCuts_Per_Region%2FSimu%2Fv1%2FCTPPS_Cuts_Per_Region.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FCuts_Per_Region%2FSimu%2Fv1%2FCTPPS_Cuts_Per_Region.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -71,3 +71,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"195df7b196a409dcd436b6ceb1d2badf385ef860","filename":"Geometry/VeryForwardData/data/CTPPS_2021/RP_Dist_Beam_Cent/Reco/v1/RP_Dist_Beam_Cent.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FRP_Dist_Beam_Cent%2FReco%2Fv1%2FRP_Dist_Beam_Cent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FRP_Dist_Beam_Cent%2FReco%2Fv1%2FRP_Dist_Beam_Cent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FRP_Dist_Beam_Cent%2FReco%2Fv1%2FRP_Dist_Beam_Cent.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -42,3 +42,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"195df7b196a409dcd436b6ceb1d2badf385ef860","filename":"Geometry/VeryForwardData/data/CTPPS_2021/RP_Dist_Beam_Cent/Simu/v1/RP_Dist_Beam_Cent.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FRP_Dist_Beam_Cent%2FSimu%2Fv1%2FRP_Dist_Beam_Cent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FRP_Dist_Beam_Cent%2FSimu%2Fv1%2FRP_Dist_Beam_Cent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FRP_Dist_Beam_Cent%2FSimu%2Fv1%2FRP_Dist_Beam_Cent.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -42,3 +42,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c549f3dd09186b2d533300576904ccad69c02f50","filename":"Geometry/VeryForwardData/data/CTPPS_2021/RP_Param_Beam_Region/v1/RP_Param_Beam_Region.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FRP_Param_Beam_Region%2Fv1%2FRP_Param_Beam_Region.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FRP_Param_Beam_Region%2Fv1%2FRP_Param_Beam_Region.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FRP_Param_Beam_Region%2Fv1%2FRP_Param_Beam_Region.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -40,3 +40,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9ed9eaedefdafa830a886dfa9a82dd9613907856","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_210_Left_Station.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv1%2FRP_210_Left_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv1%2FRP_210_Left_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv1%2FRP_210_Left_Station.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -221,3 +221,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bb3bf948ba325fb47910e8301bceed2168138517","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_210_Right_Station.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv1%2FRP_210_Right_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv1%2FRP_210_Right_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv1%2FRP_210_Right_Station.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -219,3 +219,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"576146026d890444e7551be812ee60a5fe97afbd","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_220_Left_Station.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv1%2FRP_220_Left_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv1%2FRP_220_Left_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv1%2FRP_220_Left_Station.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -154,3 +154,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0940669049b2501fa7d831a80a795aa8b1c25bed","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_220_Right_Station.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv1%2FRP_220_Right_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv1%2FRP_220_Right_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv1%2FRP_220_Right_Station.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -152,3 +152,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c5c29f8e7e84f1b68c18a2d2ef6e9e0df11645bc","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_Stations_Assembly.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv1%2FRP_Stations_Assembly.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv1%2FRP_Stations_Assembly.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv1%2FRP_Stations_Assembly.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -38,3 +38,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2a8dfa3c99cafcd6038fe30872e30bc5dbd54498","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_210_Left_Station.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv2%2FRP_210_Left_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv2%2FRP_210_Left_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv2%2FRP_210_Left_Station.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -221,3 +221,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f77a48750667e1e711f9642c92a64645064cfc08","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_210_Right_Station.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv2%2FRP_210_Right_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv2%2FRP_210_Right_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv2%2FRP_210_Right_Station.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -219,3 +219,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"545d7d85a316f4b50ad06374125f7d117253341f","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_220_Left_Station.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv2%2FRP_220_Left_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv2%2FRP_220_Left_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv2%2FRP_220_Left_Station.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -154,3 +154,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"502eeb7fb017bb61f3a7820a43402ad14282df52","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_220_Right_Station.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv2%2FRP_220_Right_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv2%2FRP_220_Right_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FReco%2Fv2%2FRP_220_Right_Station.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -152,3 +152,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ffa7aa5eaab44f00d72193b8f7c00fcb9f72637c","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_210_Left_Station.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv2%2FCTPPS_210_Left_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv2%2FCTPPS_210_Left_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv2%2FCTPPS_210_Left_Station.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -235,3 +235,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1070f5a7b94ea8a5ba46123e983a31131cb41894","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_210_Right_Station.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv2%2FCTPPS_210_Right_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv2%2FCTPPS_210_Right_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv2%2FCTPPS_210_Right_Station.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -236,3 +236,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7f7694dbe09108d06b5f7092cc83a5cf5addeec0","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_220_Left_Station.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv2%2FCTPPS_220_Left_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv2%2FCTPPS_220_Left_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv2%2FCTPPS_220_Left_Station.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -212,3 +212,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8b512dc48919c7a2d20be2b431c993fac5cb7006","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_220_Right_Station.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv2%2FCTPPS_220_Right_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv2%2FCTPPS_220_Right_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv2%2FCTPPS_220_Right_Station.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -213,3 +213,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"341aceac3037f0844a69cafd480ac66fd322c678","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_Stations_Assembly.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv2%2FCTPPS_Stations_Assembly.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv2%2FCTPPS_Stations_Assembly.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv2%2FCTPPS_Stations_Assembly.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -39,3 +39,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"acd9d19362b70ec945038ecba2914c56a55d7b74","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_210_Left_Station.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv3%2FCTPPS_210_Left_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv3%2FCTPPS_210_Left_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv3%2FCTPPS_210_Left_Station.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -235,3 +235,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4863e8558e19c4815d7da197deb02dbfe33a57da","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_210_Right_Station.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv3%2FCTPPS_210_Right_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv3%2FCTPPS_210_Right_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv3%2FCTPPS_210_Right_Station.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -236,3 +236,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c9a871f92ec5335d3c5c4597dba4e3992617d40a","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_220_Left_Station.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv3%2FCTPPS_220_Left_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv3%2FCTPPS_220_Left_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv3%2FCTPPS_220_Left_Station.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -212,3 +212,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"208ab43d9cfc6e00f916961620424a845930cbb0","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_220_Right_Station.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv3%2FCTPPS_220_Right_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv3%2FCTPPS_220_Right_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv3%2FCTPPS_220_Right_Station.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -213,3 +213,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ad835af448acb249c497d42963382a33236b3edd","filename":"Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_Stations_Assembly.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv3%2FCTPPS_Stations_Assembly.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv3%2FCTPPS_Stations_Assembly.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2021%2FStations%2FSimu%2Fv3%2FCTPPS_Stations_Assembly.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -37,3 +37,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"91dc3989f7812d23cbaea723a3c1e86485442d40","filename":"Geometry/VeryForwardData/data/CTPPS_2025/Cuts_Per_Region/Reco/v1/RP_Cuts_Per_Region.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FCuts_Per_Region%2FReco%2Fv1%2FRP_Cuts_Per_Region.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FCuts_Per_Region%2FReco%2Fv1%2FRP_Cuts_Per_Region.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FCuts_Per_Region%2FReco%2Fv1%2FRP_Cuts_Per_Region.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -69,3 +69,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2166b106ece112f8e1c5151df4ee8c7d18d884db","filename":"Geometry/VeryForwardData/data/CTPPS_2025/Cuts_Per_Region/Simu/v1/CTPPS_Cuts_Per_Region.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FCuts_Per_Region%2FSimu%2Fv1%2FCTPPS_Cuts_Per_Region.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FCuts_Per_Region%2FSimu%2Fv1%2FCTPPS_Cuts_Per_Region.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FCuts_Per_Region%2FSimu%2Fv1%2FCTPPS_Cuts_Per_Region.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -71,3 +71,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"195df7b196a409dcd436b6ceb1d2badf385ef860","filename":"Geometry/VeryForwardData/data/CTPPS_2025/RP_Dist_Beam_Cent/Reco/v1/RP_Dist_Beam_Cent.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FRP_Dist_Beam_Cent%2FReco%2Fv1%2FRP_Dist_Beam_Cent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FRP_Dist_Beam_Cent%2FReco%2Fv1%2FRP_Dist_Beam_Cent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FRP_Dist_Beam_Cent%2FReco%2Fv1%2FRP_Dist_Beam_Cent.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -42,3 +42,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"195df7b196a409dcd436b6ceb1d2badf385ef860","filename":"Geometry/VeryForwardData/data/CTPPS_2025/RP_Dist_Beam_Cent/Simu/v1/RP_Dist_Beam_Cent.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FRP_Dist_Beam_Cent%2FSimu%2Fv1%2FRP_Dist_Beam_Cent.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FRP_Dist_Beam_Cent%2FSimu%2Fv1%2FRP_Dist_Beam_Cent.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FRP_Dist_Beam_Cent%2FSimu%2Fv1%2FRP_Dist_Beam_Cent.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -42,3 +42,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c549f3dd09186b2d533300576904ccad69c02f50","filename":"Geometry/VeryForwardData/data/CTPPS_2025/RP_Param_Beam_Region/v1/RP_Param_Beam_Region.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FRP_Param_Beam_Region%2Fv1%2FRP_Param_Beam_Region.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FRP_Param_Beam_Region%2Fv1%2FRP_Param_Beam_Region.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FRP_Param_Beam_Region%2Fv1%2FRP_Param_Beam_Region.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -40,3 +40,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f026e83a324f8aa6b4bddbdd34f0d246beb009b5","filename":"Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_210_Left_Station.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FReco%2Fv1%2FRP_210_Left_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FReco%2Fv1%2FRP_210_Left_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FReco%2Fv1%2FRP_210_Left_Station.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -249,3 +249,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9f10d7e241de94768383daba01a4a9db29c4cb42","filename":"Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_210_Right_Station.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FReco%2Fv1%2FRP_210_Right_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FReco%2Fv1%2FRP_210_Right_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FReco%2Fv1%2FRP_210_Right_Station.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -241,3 +241,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"08215b178d6c104a20512ffd7ea02dcfb8643b32","filename":"Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_220_Left_Station.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FReco%2Fv1%2FRP_220_Left_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FReco%2Fv1%2FRP_220_Left_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FReco%2Fv1%2FRP_220_Left_Station.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -173,3 +173,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4ddcb77278a82e7d7443bd8002e503b18e3a6fb6","filename":"Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_220_Right_Station.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FReco%2Fv1%2FRP_220_Right_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FReco%2Fv1%2FRP_220_Right_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FReco%2Fv1%2FRP_220_Right_Station.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -172,3 +172,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c5c29f8e7e84f1b68c18a2d2ef6e9e0df11645bc","filename":"Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_Stations_Assembly.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FReco%2Fv1%2FRP_Stations_Assembly.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FReco%2Fv1%2FRP_Stations_Assembly.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FReco%2Fv1%2FRP_Stations_Assembly.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -38,3 +38,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d56989b2961e179e1743e45b701cd027398a0152","filename":"Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Left_Station.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FSimu%2Fv1%2FCTPPS_210_Left_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FSimu%2Fv1%2FCTPPS_210_Left_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FSimu%2Fv1%2FCTPPS_210_Left_Station.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -257,3 +257,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7387fad7e393ce8117da5e183f340a54a2730be2","filename":"Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Right_Station.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FSimu%2Fv1%2FCTPPS_210_Right_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FSimu%2Fv1%2FCTPPS_210_Right_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FSimu%2Fv1%2FCTPPS_210_Right_Station.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -259,3 +259,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2f76a44ca58b763c774b2ac1d89508917b4bfa68","filename":"Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Right_Station.xml_bkp","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FSimu%2Fv1%2FCTPPS_210_Right_Station.xml_bkp","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FSimu%2Fv1%2FCTPPS_210_Right_Station.xml_bkp","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FSimu%2Fv1%2FCTPPS_210_Right_Station.xml_bkp?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -263,3 +263,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"05014e49d1de211baf92904bf6130038ea9dfc4a","filename":"Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_220_Left_Station.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FSimu%2Fv1%2FCTPPS_220_Left_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FSimu%2Fv1%2FCTPPS_220_Left_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FSimu%2Fv1%2FCTPPS_220_Left_Station.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -238,3 +238,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1117fe71b349c86f4835f634db01b38b6103b438","filename":"Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_220_Right_Station.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FSimu%2Fv1%2FCTPPS_220_Right_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FSimu%2Fv1%2FCTPPS_220_Right_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FSimu%2Fv1%2FCTPPS_220_Right_Station.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -253,3 +253,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ad835af448acb249c497d42963382a33236b3edd","filename":"Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_Stations_Assembly.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FSimu%2Fv1%2FCTPPS_Stations_Assembly.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FSimu%2Fv1%2FCTPPS_Stations_Assembly.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_2025%2FStations%2FSimu%2Fv1%2FCTPPS_Stations_Assembly.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -37,3 +37,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3a94f34131e8ec4eda9d712991f39ca29f0de70e","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Detector_Assembly.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2017%2FCTPPS_Diamond_Detector_Assembly.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2017%2FCTPPS_Diamond_Detector_Assembly.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2017%2FCTPPS_Diamond_Detector_Assembly.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -71,3 +71,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e2f2f553eb6b5a40692aa57f10da85ad3f302cf0","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2017%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane1.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2017%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane1.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2017%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane1.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -266,3 +266,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/38ec0b5001047967c074e924158218a1e07ed0af?per_page=100&page=11 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:53:10 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"fb716f5de4182d7444b04fad0d055f5b560a203f7b3cc0c4651f3dd7c392128c"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:52:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4858'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '142'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CAFE:2BD49F:39B4B3:3AE031:68122B46')] +{"sha":"38ec0b5001047967c074e924158218a1e07ed0af","node_id":"C_kwDOF83__NoAKDM4ZWMwYjUwMDEwNDc5NjdjMDc0ZTkyNDE1ODIxOGExZTA3ZWQwYWY","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:43:40Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:52:38Z"},"message":"More changes","tree":{"sha":"33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/38ec0b5001047967c074e924158218a1e07ed0af","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/38ec0b5001047967c074e924158218a1e07ed0af","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e"}],"stats":{"total":2973,"additions":2971,"deletions":2},"files":[{"sha":"2c1f609382a78ae09376acce024f160277fb7972","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2017%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane2.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2017%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane2.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2017%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane2.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -266,3 +266,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f44078e253b6b0099be76ea5970065b538e5db32","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2017%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane3.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2017%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane3.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2017%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane3.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -266,3 +266,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"848de78f61d4dec97b9c22cbbf02e34320ac9827","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2017%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane4.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2017%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane4.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2017%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane4.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -266,3 +266,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9b676d8314f51addab71199087b6527edb6ead45","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Detector_Assembly.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2018%2FCTPPS_Diamond_Detector_Assembly.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2018%2FCTPPS_Diamond_Detector_Assembly.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2018%2FCTPPS_Diamond_Detector_Assembly.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -71,3 +71,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ca74c0e998b566c624823b8da0cf6f52c2639d18","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Detector_Assembly/2021/v1/CTPPS_Diamond_Detector_Assembly.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2018%2FCTPPS_Diamond_Detector_Assembly%2F2021%2Fv1%2FCTPPS_Diamond_Detector_Assembly.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2018%2FCTPPS_Diamond_Detector_Assembly%2F2021%2Fv1%2FCTPPS_Diamond_Detector_Assembly.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2018%2FCTPPS_Diamond_Detector_Assembly%2F2021%2Fv1%2FCTPPS_Diamond_Detector_Assembly.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -71,3 +71,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e2f2f553eb6b5a40692aa57f10da85ad3f302cf0","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2018%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane1.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2018%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane1.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2018%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane1.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -266,3 +266,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9a0f73b40bcf8a2cdce57b162df6afda07a08f4e","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2018%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane2.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2018%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane2.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2018%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane2.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -266,3 +266,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5ec2b936887998bf2af4793492c885d738e39a72","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2018%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane3.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2018%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane3.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2018%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane3.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -268,3 +268,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"65659c938d31fc64e64eb8bf3e5f1361f9292a73","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2018%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane4.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2018%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane4.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2018%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane4.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -268,3 +268,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6b901988a2051800ed0851b4f470c6e9136c56fe","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Detector_Assembly.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FCTPPS_Diamond_Detector_Assembly.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FCTPPS_Diamond_Detector_Assembly.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FCTPPS_Diamond_Detector_Assembly.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -69,3 +69,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"847f89222a46d7cacc1e311ce78bc8dcc504b4da","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Detector_Assembly/v1/CTPPS_Diamond_Detector_Assembly.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FCTPPS_Diamond_Detector_Assembly%2Fv1%2FCTPPS_Diamond_Detector_Assembly.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FCTPPS_Diamond_Detector_Assembly%2Fv1%2FCTPPS_Diamond_Detector_Assembly.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FCTPPS_Diamond_Detector_Assembly%2Fv1%2FCTPPS_Diamond_Detector_Assembly.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -69,3 +69,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4dfc349d036c3a2475653c7bc0cf2fa2bf1afc2d","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane1.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane1.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane1.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -268,3 +268,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4c0a2a8b841d2093742d654dd222ad0f77772d87","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane2.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane2.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane2.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -268,3 +268,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5ec2b936887998bf2af4793492c885d738e39a72","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane3.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane3.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane3.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -268,3 +268,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"65659c938d31fc64e64eb8bf3e5f1361f9292a73","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane4.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane4.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FCTPPS_Diamond_Planes%2FCTPPS_Diamond_Plane4.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -268,3 +268,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"123f0f77b8303ef5fc183827270e9e75f8e0a96a","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Reco/v1/CTPPS_Timing_Stations_Assembly.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FReco%2Fv1%2FCTPPS_Timing_Stations_Assembly.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FReco%2Fv1%2FCTPPS_Timing_Stations_Assembly.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FReco%2Fv1%2FCTPPS_Timing_Stations_Assembly.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -36,3 +36,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"af38ba8fb43a1b70c05bef30b6e6642ed465e2b2","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Simu/v1/CTPPS_Detectors_Assembly_022.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FSimu%2Fv1%2FCTPPS_Detectors_Assembly_022.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FSimu%2Fv1%2FCTPPS_Detectors_Assembly_022.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FSimu%2Fv1%2FCTPPS_Detectors_Assembly_022.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1512960fd64265b39ae5425965571ab465966303","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Simu/v1/CTPPS_Detectors_Assembly_122.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FSimu%2Fv1%2FCTPPS_Detectors_Assembly_122.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FSimu%2Fv1%2FCTPPS_Detectors_Assembly_122.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_2021%2FSimu%2Fv1%2FCTPPS_Detectors_Assembly_122.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9803587b9815f1a2a5c03bbc9333c844a455deb9","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern1_Segment1.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern1_Segment1.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern1_Segment1.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern1_Segment1.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"da941af55c96c7ee386ff4c42fba9984995e8db5","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern2_Segment1.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern2_Segment1.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern2_Segment1.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern2_Segment1.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"93b98187b920182c72c5f99d86239731914eacb6","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern2_Segment2.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern2_Segment2.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern2_Segment2.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern2_Segment2.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4dd4ae0be15cf9e2381dc06f7cd8be600322aa5b","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment1.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern3_Segment1.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern3_Segment1.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern3_Segment1.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5037c6fc685062f9045589829e0ac728170aff19","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment2.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern3_Segment2.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern3_Segment2.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern3_Segment2.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"92a9a52e8c6194325ca26ffe35ce3eb8f922a1d1","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment3.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern3_Segment3.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern3_Segment3.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern3_Segment3.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"555ec552c56d6f917625af4df937d883e7977230","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment4.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern3_Segment4.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern3_Segment4.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern3_Segment4.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"66864a275346a1e6c57dd0ebdc5d3890f88b46bc","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment1.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern4_Segment1.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern4_Segment1.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern4_Segment1.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"dd471b33bca0b45935f328532bc6c36b27a90dff","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment2.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern4_Segment2.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern4_Segment2.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern4_Segment2.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0314f1c94eeca76f9773bec0069c112ee068a4b8","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment3.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern4_Segment3.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern4_Segment3.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern4_Segment3.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"50dfe31ef15374765ad02a8384c8bc635f03b801","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment4.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern4_Segment4.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern4_Segment4.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern4_Segment4.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1dffe9139bb9cc7e8df1da733c3f3c8ac6c8e36c","filename":"Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment5.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern4_Segment5.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern4_Segment5.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Diamond_Segments%2FCTPPS_Diamond_Pattern4_Segment5.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"03f526d60de5f9eaeb101ceb1f189357374a67fe","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2017/CTPPS_Pixel_Assembly_Box_Real_023.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2017%2FCTPPS_Pixel_Assembly_Box_Real_023.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2017%2FCTPPS_Pixel_Assembly_Box_Real_023.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2017%2FCTPPS_Pixel_Assembly_Box_Real_023.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -106,3 +106,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fed2ff7c41d3756b62aa45212ee45223ede82abb","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2017/CTPPS_Pixel_Assembly_Box_Real_123.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2017%2FCTPPS_Pixel_Assembly_Box_Real_123.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2017%2FCTPPS_Pixel_Assembly_Box_Real_123.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2017%2FCTPPS_Pixel_Assembly_Box_Real_123.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -106,3 +106,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9c7cbf6520b95e74b3c13ab6d24cd0d7e5ce7382","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_003.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2018%2FCTPPS_Pixel_Assembly_Box_Real_003.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2018%2FCTPPS_Pixel_Assembly_Box_Real_003.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2018%2FCTPPS_Pixel_Assembly_Box_Real_003.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -106,3 +106,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"37e6ef60ed968a389a2f4860fe288d586e1506cb","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_023.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2018%2FCTPPS_Pixel_Assembly_Box_Real_023.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2018%2FCTPPS_Pixel_Assembly_Box_Real_023.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2018%2FCTPPS_Pixel_Assembly_Box_Real_023.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -106,3 +106,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c576bf2fd0f9297bc8637ecb5439b56c31c9ee6d","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_103.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2018%2FCTPPS_Pixel_Assembly_Box_Real_103.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2018%2FCTPPS_Pixel_Assembly_Box_Real_103.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2018%2FCTPPS_Pixel_Assembly_Box_Real_103.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -106,3 +106,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fed2ff7c41d3756b62aa45212ee45223ede82abb","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_123.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2018%2FCTPPS_Pixel_Assembly_Box_Real_123.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2018%2FCTPPS_Pixel_Assembly_Box_Real_123.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2018%2FCTPPS_Pixel_Assembly_Box_Real_123.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -106,3 +106,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8867eb0fd1e71ead889de6bb54b6807af12e6f5b","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_003.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv1%2FCTPPS_Pixel_Assembly_Box_Real_003.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv1%2FCTPPS_Pixel_Assembly_Box_Real_003.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv1%2FCTPPS_Pixel_Assembly_Box_Real_003.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -104,3 +104,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8b5ec83f487df283fdccdfc89591b149078d4c18","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_023.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv1%2FCTPPS_Pixel_Assembly_Box_Real_023.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv1%2FCTPPS_Pixel_Assembly_Box_Real_023.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv1%2FCTPPS_Pixel_Assembly_Box_Real_023.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -104,3 +104,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ce557ee6cd5d21bc6bcaf12c0f6a89b84dcc8526","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_103.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv1%2FCTPPS_Pixel_Assembly_Box_Real_103.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv1%2FCTPPS_Pixel_Assembly_Box_Real_103.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv1%2FCTPPS_Pixel_Assembly_Box_Real_103.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -104,3 +104,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7b9b913c2605b13a85960e9f31e7400756501707","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_123.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv1%2FCTPPS_Pixel_Assembly_Box_Real_123.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv1%2FCTPPS_Pixel_Assembly_Box_Real_123.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv1%2FCTPPS_Pixel_Assembly_Box_Real_123.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -104,3 +104,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8bf78190236de40495bd5284452347f82c1ce4fe","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_003.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv2%2FCTPPS_Pixel_Assembly_Box_Real_003.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv2%2FCTPPS_Pixel_Assembly_Box_Real_003.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv2%2FCTPPS_Pixel_Assembly_Box_Real_003.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -104,3 +104,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"19dc3103b6e81a6b263fd89ad8cadc1cfc9e45b4","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_023.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv2%2FCTPPS_Pixel_Assembly_Box_Real_023.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv2%2FCTPPS_Pixel_Assembly_Box_Real_023.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv2%2FCTPPS_Pixel_Assembly_Box_Real_023.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -104,3 +104,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"64fb434efce5b08e13104b2f6877b194bdd1408c","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_103.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv2%2FCTPPS_Pixel_Assembly_Box_Real_103.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv2%2FCTPPS_Pixel_Assembly_Box_Real_103.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv2%2FCTPPS_Pixel_Assembly_Box_Real_103.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -104,3 +104,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2247a5c129681fd4ef9896e645d76d1efe197ef4","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_123.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv2%2FCTPPS_Pixel_Assembly_Box_Real_123.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv2%2FCTPPS_Pixel_Assembly_Box_Real_123.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FAssembly%2Fv2%2FCTPPS_Pixel_Assembly_Box_Real_123.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -104,3 +104,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"20f34268bbe46e65e9f1d74726c9a22f566a86ab","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v1/PPS_Pixel_Module_2x2_Run3.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FModules%2Fv1%2FPPS_Pixel_Module_2x2_Run3.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FModules%2Fv1%2FPPS_Pixel_Module_2x2_Run3.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FModules%2Fv1%2FPPS_Pixel_Module_2x2_Run3.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -230,3 +230,4 @@ Author: F.Ferro - INFN Genova\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1a9aca26d78073ab8c010f6db1d86fffdf6efbdf","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v1/ppstrackerMaterials.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FModules%2Fv1%2FppstrackerMaterials.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FModules%2Fv1%2FppstrackerMaterials.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FModules%2Fv1%2FppstrackerMaterials.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -118,3 +118,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"20f34268bbe46e65e9f1d74726c9a22f566a86ab","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v2/PPS_Pixel_Module_2x2_Run3.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FModules%2Fv2%2FPPS_Pixel_Module_2x2_Run3.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FModules%2Fv2%2FPPS_Pixel_Module_2x2_Run3.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FModules%2Fv2%2FPPS_Pixel_Module_2x2_Run3.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -230,3 +230,4 @@ Author: F.Ferro - INFN Genova\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3db6a9d082f14e2f68c626e97feac88b043b570a","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v2/ppstrackerMaterials.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FModules%2Fv2%2FppstrackerMaterials.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FModules%2Fv2%2FppstrackerMaterials.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FModules%2Fv2%2FppstrackerMaterials.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -117,3 +117,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4acfe3334cf52716231caa2dc745009e9ebcc5e6","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v3/PPS_Pixel_Module_2x2_Run3.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FModules%2Fv3%2FPPS_Pixel_Module_2x2_Run3.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FModules%2Fv3%2FPPS_Pixel_Module_2x2_Run3.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_2021%2FModules%2Fv3%2FPPS_Pixel_Module_2x2_Run3.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -248,3 +248,4 @@ Author: F.Ferro - INFN Genova\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5519778ceef7025e4f8f84fa4a151211dd22fc41","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v1/CTPPS_Pixel_Module_2x2.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_Module_2x2%2Fv1%2FCTPPS_Pixel_Module_2x2.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_Module_2x2%2Fv1%2FCTPPS_Pixel_Module_2x2.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_Module_2x2%2Fv1%2FCTPPS_Pixel_Module_2x2.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -373,3 +373,4 @@ FOR THE TPG I TAKE AN OBJECT AS ENVELOP1+ENVELOP2 BUT 500uM THICK. FOR THE TWO F\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b268266d7b440d1b1b7f308a6bc96e7e66d7bd64","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v2/CTPPS_Pixel_Module_2x2.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_Module_2x2%2Fv2%2FCTPPS_Pixel_Module_2x2.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_Module_2x2%2Fv2%2FCTPPS_Pixel_Module_2x2.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_Module_2x2%2Fv2%2FCTPPS_Pixel_Module_2x2.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -373,3 +373,4 @@ FOR THE TPG I TAKE AN OBJECT AS ENVELOP1+ENVELOP2 BUT 500uM THICK. FOR THE TWO F\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"32ad935e6a936247fa1594ccc89e7a9f596dda04","filename":"Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v3/CTPPS_Pixel_Module_2x2.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_Module_2x2%2Fv3%2FCTPPS_Pixel_Module_2x2.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_Module_2x2%2Fv3%2FCTPPS_Pixel_Module_2x2.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Pixel_Module_2x2%2Fv3%2FCTPPS_Pixel_Module_2x2.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -371,3 +371,4 @@ FOR THE TPG I TAKE AN OBJECT AS ENVELOP1+ENVELOP2 BUT 500uM THICK. FOR THE TWO F\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9e603edd8872defd91781064dd5e8c5e854c334f","filename":"Geometry/VeryForwardData/data/CTPPS_Timing_Horizontal_Pot/v1/CTPPS_Timing_Horizontal_Pot.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Timing_Horizontal_Pot%2Fv1%2FCTPPS_Timing_Horizontal_Pot.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Timing_Horizontal_Pot%2Fv1%2FCTPPS_Timing_Horizontal_Pot.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Timing_Horizontal_Pot%2Fv1%2FCTPPS_Timing_Horizontal_Pot.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -60,3 +60,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"dd462101280e691dc23eee480a542efbf3eafcfd","filename":"Geometry/VeryForwardData/data/CTPPS_Timing_Horizontal_Pot/v2/CTPPS_Timing_Horizontal_Pot.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Timing_Horizontal_Pot%2Fv2%2FCTPPS_Timing_Horizontal_Pot.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Timing_Horizontal_Pot%2Fv2%2FCTPPS_Timing_Horizontal_Pot.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Timing_Horizontal_Pot%2Fv2%2FCTPPS_Timing_Horizontal_Pot.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -60,3 +60,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"886a0daf911e0ac661feb3c838bf235b6368be5f","filename":"Geometry/VeryForwardData/data/CTPPS_Timing_Negative_Station/v1/CTPPS_Timing_Negative_Station.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Timing_Negative_Station%2Fv1%2FCTPPS_Timing_Negative_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Timing_Negative_Station%2Fv1%2FCTPPS_Timing_Negative_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Timing_Negative_Station%2Fv1%2FCTPPS_Timing_Negative_Station.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -64,3 +64,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"796bb85e0df43c23c470c546cabd13314569d289","filename":"Geometry/VeryForwardData/data/CTPPS_Timing_Negative_Station/v2/CTPPS_Timing_Negative_Station.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Timing_Negative_Station%2Fv2%2FCTPPS_Timing_Negative_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Timing_Negative_Station%2Fv2%2FCTPPS_Timing_Negative_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Timing_Negative_Station%2Fv2%2FCTPPS_Timing_Negative_Station.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -71,3 +71,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e0607067bcb1e41761b8d73963738c3b2e85e846","filename":"Geometry/VeryForwardData/data/CTPPS_Timing_Positive_Station/v1/CTPPS_Timing_Positive_Station.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Timing_Positive_Station%2Fv1%2FCTPPS_Timing_Positive_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Timing_Positive_Station%2Fv1%2FCTPPS_Timing_Positive_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Timing_Positive_Station%2Fv1%2FCTPPS_Timing_Positive_Station.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -58,3 +58,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e4bee3a1a91109e4e4c765831895e9b58b13caf7","filename":"Geometry/VeryForwardData/data/CTPPS_Timing_Positive_Station/v2/CTPPS_Timing_Positive_Station.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Timing_Positive_Station%2Fv2%2FCTPPS_Timing_Positive_Station.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Timing_Positive_Station%2Fv2%2FCTPPS_Timing_Positive_Station.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_Timing_Positive_Station%2Fv2%2FCTPPS_Timing_Positive_Station.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -72,3 +72,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6e75ea57b5ad959366710f332bf03459ddefe612","filename":"Geometry/VeryForwardData/data/CTPPS_UFSD_Segments/CTPPS_UFSD_Pattern2_SegmentA.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_UFSD_Segments%2FCTPPS_UFSD_Pattern2_SegmentA.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_UFSD_Segments%2FCTPPS_UFSD_Pattern2_SegmentA.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_UFSD_Segments%2FCTPPS_UFSD_Pattern2_SegmentA.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -29,3 +29,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7d8d35aa5b550020aba61821679ddadbc6e7687f","filename":"Geometry/VeryForwardData/data/CTPPS_UFSD_Segments/CTPPS_UFSD_Pattern2_SegmentB.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_UFSD_Segments%2FCTPPS_UFSD_Pattern2_SegmentB.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_UFSD_Segments%2FCTPPS_UFSD_Pattern2_SegmentB.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FCTPPS_UFSD_Segments%2FCTPPS_UFSD_Pattern2_SegmentB.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -29,3 +29,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d78fc127a16496256b3b8439d8a1b978a3b326b5","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_000.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_000.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_000.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_000.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -374,3 +374,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7498a829fefa09f05675d22060db33d684571bdb","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_001.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_001.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_001.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_001.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -374,3 +374,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"04cb53eb3117d51f9c38435bc7bf7cea0185d77a","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_002.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_002.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_002.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_002.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -374,3 +374,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f058f3d76e51ddf8a4b4d635a49fd0ff210de770","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_003.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_003.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_003.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_003.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -374,3 +374,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a23afe9f55402f8e9b927403be1d0d109f28e170","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_004.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_004.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_004.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_004.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -374,3 +374,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"31ddbad4c219364bdb6912302c610805b4a69b2f","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_005.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_005.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_005.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_005.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -374,3 +374,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"59f3193b276016ec1fe2ed1fade90a2dfa495f15","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_020.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_020.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_020.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_020.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -374,3 +374,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4a1e96a876f011667cce5e01f51f8e6d69113c81","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_021.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_021.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_021.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_021.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -374,3 +374,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a3a12556039840c695e30e44791eeaa29667777c","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_022.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_022.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_022.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_022.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -374,3 +374,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b0ff0d93edcba7d1a3bfc0d158dc01b84814a816","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_023.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_023.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_023.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_023.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -374,3 +374,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9f39fde83c35c865e5940995e9923b3e30acfe21","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_024.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_024.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_024.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_024.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -374,3 +374,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"042f40f64e77e4e064cffecdf4f878a46687d29c","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_025.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_025.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_025.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_025.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -374,3 +374,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"261945d09b812053075ab8c4e9c78283d920e33d","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_100.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_100.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_100.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_100.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -374,3 +374,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fb167ab2bcaf931cf9b849a85d8ac429c9c657ee","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_101.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_101.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_101.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_101.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -374,3 +374,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b3a9cb862bdea6ac55b6028b37a8d1ed7722fcf8","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_102.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_102.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_102.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_102.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -374,3 +374,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4fa1926785cdc2b2f1f251ba20b5ff61b33da77f","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_103.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_103.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_103.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_103.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -374,3 +374,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0179d26a115f61758fa91fccbc1250b2ab747265","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_104.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_104.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_104.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_104.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -374,3 +374,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d5cf6b1f92670dbca8bc77db84d2b51a4571aac1","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_105.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_105.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_105.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_105.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -374,3 +374,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"28e417dbebc7ef5ae26f96f2114bf1b3a82977cd","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_120.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_120.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_120.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_120.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -374,3 +374,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8d752ff7aafe99a5fc41eca404bf8d44d7492b63","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_121.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_121.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_121.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_121.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -374,3 +374,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6852e36cd2eef1bc502d62fadd675c6a349236ea","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_122.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_122.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_122.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_122.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -374,3 +374,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ce3559a5f56d21b23d761374c4321dccbddac121","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_123.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_123.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_123.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_123.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -374,3 +374,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c430eb2a57a7557162394f4eb333aec484a578a1","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_124.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_124.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_124.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_124.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -374,3 +374,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e2e432741822f0de76dc694e10cea6acbb0c8125","filename":"Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_125.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_125.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_125.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Detectors_Assembly%2FRP_Detectors_Assembly_125.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -374,3 +374,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fd6bb22132bddeff33dbc121a1940cd2175ec7fe","filename":"Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Reco/v1/RP_Horizontal_Device.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Horizontal_Device%2F2021%2FReco%2Fv1%2FRP_Horizontal_Device.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Horizontal_Device%2F2021%2FReco%2Fv1%2FRP_Horizontal_Device.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Horizontal_Device%2F2021%2FReco%2Fv1%2FRP_Horizontal_Device.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -53,3 +53,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ebf890b9d060673fbcb60979c0fd44cb6abb0605","filename":"Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Reco/v2/RP_Horizontal_Device.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Horizontal_Device%2F2021%2FReco%2Fv2%2FRP_Horizontal_Device.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Horizontal_Device%2F2021%2FReco%2Fv2%2FRP_Horizontal_Device.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Horizontal_Device%2F2021%2FReco%2Fv2%2FRP_Horizontal_Device.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -53,3 +53,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8fb025b646fdb2d388fad45f0124301460f8f0b6","filename":"Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Simu/v1/RP_Horizontal_Device.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Horizontal_Device%2F2021%2FSimu%2Fv1%2FRP_Horizontal_Device.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Horizontal_Device%2F2021%2FSimu%2Fv1%2FRP_Horizontal_Device.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Horizontal_Device%2F2021%2FSimu%2Fv1%2FRP_Horizontal_Device.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -39,3 +39,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d819ed452ad49d841ed83727c4356d7e4eed17d9","filename":"Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Simu/v2/RP_Horizontal_Device.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Horizontal_Device%2F2021%2FSimu%2Fv2%2FRP_Horizontal_Device.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Horizontal_Device%2F2021%2FSimu%2Fv2%2FRP_Horizontal_Device.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Horizontal_Device%2F2021%2FSimu%2Fv2%2FRP_Horizontal_Device.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -39,3 +39,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8fb025b646fdb2d388fad45f0124301460f8f0b6","filename":"Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/v1/RP_Horizontal_Device.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Horizontal_Device%2F2021%2Fv1%2FRP_Horizontal_Device.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Horizontal_Device%2F2021%2Fv1%2FRP_Horizontal_Device.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Horizontal_Device%2F2021%2Fv1%2FRP_Horizontal_Device.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -39,3 +39,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d296c8b8bf2336cf950c4f16788b27af4f24f6d4","filename":"Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Reco/v1/RP_Vertical_Device.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Vertical_Device%2F2021%2FReco%2Fv1%2FRP_Vertical_Device.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Vertical_Device%2F2021%2FReco%2Fv1%2FRP_Vertical_Device.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Vertical_Device%2F2021%2FReco%2Fv1%2FRP_Vertical_Device.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -48,3 +48,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b2ae5f135551b4d920948986bc8e07fde63643fc","filename":"Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Reco/v2/RP_Vertical_Device.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Vertical_Device%2F2021%2FReco%2Fv2%2FRP_Vertical_Device.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Vertical_Device%2F2021%2FReco%2Fv2%2FRP_Vertical_Device.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Vertical_Device%2F2021%2FReco%2Fv2%2FRP_Vertical_Device.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -48,3 +48,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"95198c86c546fab43130649118d3039e618e78eb","filename":"Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Simu/v1/RP_Vertical_Device.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Vertical_Device%2F2021%2FSimu%2Fv1%2FRP_Vertical_Device.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Vertical_Device%2F2021%2FSimu%2Fv1%2FRP_Vertical_Device.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Vertical_Device%2F2021%2FSimu%2Fv1%2FRP_Vertical_Device.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d499f5d2e252a1ec1c177d921b4439f610e05773","filename":"Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Simu/v2/RP_Vertical_Device.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Vertical_Device%2F2021%2FSimu%2Fv2%2FRP_Vertical_Device.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Vertical_Device%2F2021%2FSimu%2Fv2%2FRP_Vertical_Device.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Vertical_Device%2F2021%2FSimu%2Fv2%2FRP_Vertical_Device.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"95198c86c546fab43130649118d3039e618e78eb","filename":"Geometry/VeryForwardData/data/RP_Vertical_Device/2021/v1/RP_Vertical_Device.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Vertical_Device%2F2021%2Fv1%2FRP_Vertical_Device.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardData%2Fdata%2FRP_Vertical_Device%2F2021%2Fv1%2FRP_Vertical_Device.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardData%2Fdata%2FRP_Vertical_Device%2F2021%2Fv1%2FRP_Vertical_Device.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d7ace832c8583f0f4ebca1f077b72dc90271c499","filename":"Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2016_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardGeometry%2Fpython%2Fdd4hep%2FgeometryPPS_CMSxz_fromDD_2016_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardGeometry%2Fpython%2Fdd4hep%2FgeometryPPS_CMSxz_fromDD_2016_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardGeometry%2Fpython%2Fdd4hep%2FgeometryPPS_CMSxz_fromDD_2016_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -17,3 +17,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9f5f2f989f088193532fc3fa256348b4247fda7c","filename":"Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2017_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardGeometry%2Fpython%2Fdd4hep%2FgeometryPPS_CMSxz_fromDD_2017_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardGeometry%2Fpython%2Fdd4hep%2FgeometryPPS_CMSxz_fromDD_2017_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardGeometry%2Fpython%2Fdd4hep%2FgeometryPPS_CMSxz_fromDD_2017_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -17,3 +17,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b5f0f1dbfe3be1f279effe10da7d576792d488ab","filename":"Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2018_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardGeometry%2Fpython%2Fdd4hep%2FgeometryPPS_CMSxz_fromDD_2018_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardGeometry%2Fpython%2Fdd4hep%2FgeometryPPS_CMSxz_fromDD_2018_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardGeometry%2Fpython%2Fdd4hep%2FgeometryPPS_CMSxz_fromDD_2018_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -17,3 +17,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1d6380949d55c48442cb07179ce3668233ecc64a","filename":"Geometry/VeryForwardProtonTransport/data/parametrization_6500GeV_90_transp.root","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardProtonTransport%2Fdata%2Fparametrization_6500GeV_90_transp.root","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardProtonTransport%2Fdata%2Fparametrization_6500GeV_90_transp.root","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardProtonTransport%2Fdata%2Fparametrization_6500GeV_90_transp.root?ref=38ec0b5001047967c074e924158218a1e07ed0af"},{"sha":"bf6995337c0bbaad474c538be93f988d49b28ace","filename":"Geometry/VeryForwardProtonTransport/data/parametrization_6500GeV_90p0_50urad_reco.root","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardProtonTransport%2Fdata%2Fparametrization_6500GeV_90p0_50urad_reco.root","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Geometry%2FVeryForwardProtonTransport%2Fdata%2Fparametrization_6500GeV_90p0_50urad_reco.root","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Geometry%2FVeryForwardProtonTransport%2Fdata%2Fparametrization_6500GeV_90p0_50urad_reco.root?ref=38ec0b5001047967c074e924158218a1e07ed0af"},{"sha":"290c0a2bd8991c387e54f48f7172ae83792fa747","filename":"GeometryReaders/XMLIdealGeometryESSource/python/cmsMagneticFieldGeometryDB_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeometryReaders%2FXMLIdealGeometryESSource%2Fpython%2FcmsMagneticFieldGeometryDB_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeometryReaders%2FXMLIdealGeometryESSource%2Fpython%2FcmsMagneticFieldGeometryDB_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeometryReaders%2FXMLIdealGeometryESSource%2Fpython%2FcmsMagneticFieldGeometryDB_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/38ec0b5001047967c074e924158218a1e07ed0af?per_page=100&page=12 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:53:11 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"ae644b969fdebe936b9264e60006dbb33b2aa633b7760183c25e3e71047af1cd"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:52:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4857'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '143'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CB0C:52083:3FAA6B:40D613:68122B46')] +{"sha":"38ec0b5001047967c074e924158218a1e07ed0af","node_id":"C_kwDOF83__NoAKDM4ZWMwYjUwMDEwNDc5NjdjMDc0ZTkyNDE1ODIxOGExZTA3ZWQwYWY","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:43:40Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:52:38Z"},"message":"More changes","tree":{"sha":"33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/38ec0b5001047967c074e924158218a1e07ed0af","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/38ec0b5001047967c074e924158218a1e07ed0af","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e"}],"stats":{"total":2973,"additions":2971,"deletions":2},"files":[{"sha":"f5cbcd71343c5eb27722376aa10d4edc48547915","filename":"GeometryReaders/XMLIdealGeometryESSource/src/XMLIdealMagneticFieldGeometryESProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeometryReaders%2FXMLIdealGeometryESSource%2Fsrc%2FXMLIdealMagneticFieldGeometryESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeometryReaders%2FXMLIdealGeometryESSource%2Fsrc%2FXMLIdealMagneticFieldGeometryESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeometryReaders%2FXMLIdealGeometryESSource%2Fsrc%2FXMLIdealMagneticFieldGeometryESProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -81,3 +81,4 @@ XMLIdealMagneticFieldGeometryESProducer::ReturnType XMLIdealMagneticFieldGeometr\n DEFINE_FWK_EVENTSETUP_MODULE(XMLIdealMagneticFieldGeometryESProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fa7e44b4efe8aabdcfd4a2249be22d0f98c09383","filename":"GeometryReaders/XMLIdealGeometryESSource/test/runXMLBigFileToDBAndBackValidation.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeometryReaders%2FXMLIdealGeometryESSource%2Ftest%2FrunXMLBigFileToDBAndBackValidation.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeometryReaders%2FXMLIdealGeometryESSource%2Ftest%2FrunXMLBigFileToDBAndBackValidation.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeometryReaders%2FXMLIdealGeometryESSource%2Ftest%2FrunXMLBigFileToDBAndBackValidation.sh?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -208,3 +208,4 @@ echo \"ALL DONE!\"\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"56496eae7eff95e7550153c54b4d25724f17681c","filename":"GeometryReaders/XMLIdealGeometryESSource/test/testSpecParsMuonSensitiveDetectorMuonCSCHits.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/GeometryReaders%2FXMLIdealGeometryESSource%2Ftest%2FtestSpecParsMuonSensitiveDetectorMuonCSCHits.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/GeometryReaders%2FXMLIdealGeometryESSource%2Ftest%2FtestSpecParsMuonSensitiveDetectorMuonCSCHits.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/GeometryReaders%2FXMLIdealGeometryESSource%2Ftest%2FtestSpecParsMuonSensitiveDetectorMuonCSCHits.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -23,3 +23,4 @@\n process.e1 = cms.EndPath(process.myprint)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"02149fcf08b620ec75b09838cfc457d8ce167e0a","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/highPtTripletStepChi2Est_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhighPtTripletStepChi2Est_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhighPtTripletStepChi2Est_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhighPtTripletStepChi2Est_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"05789153c4e3770a2ed4a6c31e36580c90ddefd3","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/highPtTripletStepTrajectoryCleanerBySharedHits_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhighPtTripletStepTrajectoryCleanerBySharedHits_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhighPtTripletStepTrajectoryCleanerBySharedHits_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhighPtTripletStepTrajectoryCleanerBySharedHits_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cbc9eeb453b7d9ef458ed3ed535270d528d92cfa","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltCandidateJetBProbabilityComputer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltCandidateJetBProbabilityComputer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltCandidateJetBProbabilityComputer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltCandidateJetBProbabilityComputer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -22,3 +22,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c6f0346f8347a5b1ee338473967cf7735192103c","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltCandidateJetProbabilityComputer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltCandidateJetProbabilityComputer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltCandidateJetProbabilityComputer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltCandidateJetProbabilityComputer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -21,3 +21,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"56acd5f41f5f8f8c5e045c17247872202aee0530","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPBwdElectronPropagator_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPBwdElectronPropagator_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPBwdElectronPropagator_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPBwdElectronPropagator_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4e6497b9e05160479b0f76c974d0309d87b88cff","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator16_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPChi2ChargeMeasurementEstimator16_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPChi2ChargeMeasurementEstimator16_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPChi2ChargeMeasurementEstimator16_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"467abf02575ed6389961d76d3b67876ba0005dc2","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator2000_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPChi2ChargeMeasurementEstimator2000_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPChi2ChargeMeasurementEstimator2000_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPChi2ChargeMeasurementEstimator2000_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"49d47fcf2deecb7ab3ea293074b7c68734715830","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator30_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPChi2ChargeMeasurementEstimator30_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPChi2ChargeMeasurementEstimator30_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPChi2ChargeMeasurementEstimator30_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"994119a2ed65a4c12f1ed44715a86f0f9810198f","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator9_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPChi2ChargeMeasurementEstimator9_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPChi2ChargeMeasurementEstimator9_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPChi2ChargeMeasurementEstimator9_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f16ecfbe6f55fe5e829392addf682b888444438d","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator100_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPChi2MeasurementEstimator100_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPChi2MeasurementEstimator100_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPChi2MeasurementEstimator100_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f3e7bc5c6b7165dbbe6d9db8ec4c7cc461eed75c","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator30_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPChi2MeasurementEstimator30_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPChi2MeasurementEstimator30_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPChi2MeasurementEstimator30_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"73d3a7c3704c70fbb41c9edb54d621f3137697f1","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPDummyDetLayerGeometry_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPDummyDetLayerGeometry_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPDummyDetLayerGeometry_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPDummyDetLayerGeometry_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5f0b560fd5463f3813506957bb018f592d870023","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorAny_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPFastSteppingHelixPropagatorAny_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPFastSteppingHelixPropagatorAny_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPFastSteppingHelixPropagatorAny_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -22,3 +22,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"00ae3d334b999e40b82badba496ccbb4891f57c6","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorOpposite_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPFastSteppingHelixPropagatorOpposite_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPFastSteppingHelixPropagatorOpposite_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPFastSteppingHelixPropagatorOpposite_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -22,3 +22,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9cbd2818c2ea946da96274cc428a27481a14acfd","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFwdElectronPropagator_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPFwdElectronPropagator_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPFwdElectronPropagator_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPFwdElectronPropagator_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"de9f92a37a5b9808105c6bf752ee66516dc9601e","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPGlobalDetLayerGeometry_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPGlobalDetLayerGeometry_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPGlobalDetLayerGeometry_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPGlobalDetLayerGeometry_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"96cb14200fd528e4d3d4b514e2c84c95568cfa38","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFFittingSmootherForL2Muon_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPKFFittingSmootherForL2Muon_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPKFFittingSmootherForL2Muon_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPKFFittingSmootherForL2Muon_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -18,3 +18,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ca1cf287c8eae2f8be8609d5d5ed35d52a9261d8","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFFittingSmootherWithOutliersRejectionAndRK_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPKFFittingSmootherWithOutliersRejectionAndRK_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPKFFittingSmootherWithOutliersRejectionAndRK_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPKFFittingSmootherWithOutliersRejectionAndRK_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -18,3 +18,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b84fa18b52df554122090581782ca5d63dc8deee","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectoryFitterForL2Muon_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPKFTrajectoryFitterForL2Muon_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPKFTrajectoryFitterForL2Muon_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPKFTrajectoryFitterForL2Muon_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8288c9ae287a8b6af3b5013537eb04c719e9aa64","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForL2Muon_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPKFTrajectorySmootherForL2Muon_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPKFTrajectorySmootherForL2Muon_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPKFTrajectorySmootherForL2Muon_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"87f2894ca2ff3d3c84fb9a64ad70a322a78240ef","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForMuonTrackLoader_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPKFTrajectorySmootherForMuonTrackLoader_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPKFTrajectorySmootherForMuonTrackLoader_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPKFTrajectorySmootherForMuonTrackLoader_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bd688813b8382af1db1e06381731ff12877326be","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPL3MuKFTrajectoryFitter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPL3MuKFTrajectoryFitter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPL3MuKFTrajectoryFitter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPL3MuKFTrajectoryFitter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2458c243aaa077044518dea7fe1485bd46b5d0b1","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPMeasurementTracker_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPMeasurementTracker_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPMeasurementTracker_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPMeasurementTracker_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -38,3 +38,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"212f37ababeae6a01f8055333eeefb50a3a83989","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPMuonTransientTrackingRecHitBuilder_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPMuonTransientTrackingRecHitBuilder_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPMuonTransientTrackingRecHitBuilder_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPMuonTransientTrackingRecHitBuilder_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1f9f2e91a4fa2f8e962a1cb692359e7f9427cc02","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPPixelCPEFastParams_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPPixelCPEFastParams_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPPixelCPEFastParams_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPPixelCPEFastParams_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@ def _addProcessPixelCPEFastParamsPhase2(process):\n modifyConfigurationForAlpakaPixelCPEFastParamsPhase2_ = alpaka.makeProcessModifier(_addProcessPixelCPEFastParamsPhase2)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"03e58e883cedb82bc074a8c1126a612166cd7e1e","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRKTrajectoryFitter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPRKTrajectoryFitter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPRKTrajectoryFitter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPRKTrajectoryFitter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6431619d9b235ebca3355968aa2b749b7cd16ad6","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRKTrajectorySmoother_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPRKTrajectorySmoother_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPRKTrajectorySmoother_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPRKTrajectorySmoother_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"22d5c567d9af28be3ff074b729dc0c749ff0bfdd","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRungeKuttaTrackerPropagator_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPRungeKuttaTrackerPropagator_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPRungeKuttaTrackerPropagator_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPRungeKuttaTrackerPropagator_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0457b6c72a890643c7c7eca65e094f2182534492","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSiPixelCablingSoA_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSiPixelCablingSoA_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSiPixelCablingSoA_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSiPixelCablingSoA_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@ def _addProcessSiPixelCablingAlpaka(process):\n modifyConfigurationForAlpakaSiPixelCabling_ = alpaka.makeProcessModifier(_addProcessSiPixelCablingAlpaka)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b5c8b3e6fe91f5316a0a05f66ba39f1228aae9f3","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSiPixelGainCalibrationForHLTSoA_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSiPixelGainCalibrationForHLTSoA_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSiPixelGainCalibrationForHLTSoA_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSiPixelGainCalibrationForHLTSoA_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@ def _addProcessSiPixelGainCalibrationAlpaka(process):\n modifyConfigurationForAlpakaSiPixelGainCalibration_ = alpaka.makeProcessModifier(_addProcessSiPixelGainCalibrationAlpaka)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"067f5713abf3cbdd8c2c09da21ea780807e34947","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagatorAnyOpposite_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSmartPropagatorAnyOpposite_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSmartPropagatorAnyOpposite_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSmartPropagatorAnyOpposite_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,3 +9,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6d3354621ebe7cfddfc301fd678ae7cbea9be343","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagatorAny_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSmartPropagatorAny_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSmartPropagatorAny_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSmartPropagatorAny_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,3 +9,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b808816184df175bf818135f7e4d1e36a7a04046","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagator_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSmartPropagator_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSmartPropagator_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSmartPropagator_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,3 +9,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ffd877116aa1d622531f5ca251091ecba6460341","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorAlong_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSteppingHelixPropagatorAlong_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSteppingHelixPropagatorAlong_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSteppingHelixPropagatorAlong_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -22,3 +22,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ff380b49650c99ef982caf5d33f28da7b1a4eff4","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorOpposite_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSteppingHelixPropagatorOpposite_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSteppingHelixPropagatorOpposite_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPSteppingHelixPropagatorOpposite_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -22,3 +22,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7b18cb1ebcdb61491d68ffb4dbed65652460f8ff","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderPixelOnly_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPTTRHBuilderPixelOnly_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPTTRHBuilderPixelOnly_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPTTRHBuilderPixelOnly_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e2f9eaa1d0f6677be4a9cb08764c93c5aa4f1455","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderWithTrackAngle_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPTTRHBuilderWithTrackAngle_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPTTRHBuilderWithTrackAngle_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPTTRHBuilderWithTrackAngle_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"89a68ebb7948262a297ab4a4f7c55f1de6f8cbaf","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderWithoutRefit_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPTTRHBuilderWithoutRefit_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPTTRHBuilderWithoutRefit_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPTTRHBuilderWithoutRefit_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@ def _addProcessTTRHBuilderWithoutRefit(process):\n modifyConfigurationForTrackingLSTTTRHBuilderWithoutRefit_ = trackingLST.makeProcessModifier(_addProcessTTRHBuilderWithoutRefit)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7645e3cdef0ff0c10be43f7e418e144e01f5ea22","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTrackAlgoPriorityOrder_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPTrackAlgoPriorityOrder_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPTrackAlgoPriorityOrder_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPTrackAlgoPriorityOrder_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cf93de32b79b8d3f14943013534dd74540b61f83","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTrajectoryCleanerBySharedHits_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPTrajectoryCleanerBySharedHits_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPTrajectoryCleanerBySharedHits_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltESPTrajectoryCleanerBySharedHits_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a6f62c910d4e90bd769ff9cd5e9721deadeaed03","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepChi2Est_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltPhase2L3MuonHighPtTripletStepChi2Est_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltPhase2L3MuonHighPtTripletStepChi2Est_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltPhase2L3MuonHighPtTripletStepChi2Est_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ef0cc9d4d78fca1d3b435024f86ef9c85cb9c86e","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepTrajectoryCleanerBySharedHits_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltPhase2L3MuonHighPtTripletStepTrajectoryCleanerBySharedHits_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltPhase2L3MuonHighPtTripletStepTrajectoryCleanerBySharedHits_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltPhase2L3MuonHighPtTripletStepTrajectoryCleanerBySharedHits_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c7914e5b66f4f37a8ef5835b78d6b13289a763cf","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonInitialStepChi2Est_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltPhase2L3MuonInitialStepChi2Est_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltPhase2L3MuonInitialStepChi2Est_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltPhase2L3MuonInitialStepChi2Est_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8833407a48ce3f67c94774837e0ed43aa623c8eb","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonPixelTrackCleanerBySharedHits_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltPhase2L3MuonPixelTrackCleanerBySharedHits_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltPhase2L3MuonPixelTrackCleanerBySharedHits_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltPhase2L3MuonPixelTrackCleanerBySharedHits_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"85932adf41c89af2c5f728e64b815472bbbc6d09","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonTrackAlgoPriorityOrder_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltPhase2L3MuonTrackAlgoPriorityOrder_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltPhase2L3MuonTrackAlgoPriorityOrder_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltPhase2L3MuonTrackAlgoPriorityOrder_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"19deb67e9aa2514dbe9b32daae0ae36647ab65b4","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPixelTracksCleanerBySharedHits_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltPixelTracksCleanerBySharedHits_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltPixelTracksCleanerBySharedHits_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FhltPixelTracksCleanerBySharedHits_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9ed03a06988a797ca4e58339107287da48428ec3","filename":"HLTrigger/Configuration/python/HLT_75e33/eventsetup/muonSeededTrajectoryCleanerBySharedHits_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FmuonSeededTrajectoryCleanerBySharedHits_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FmuonSeededTrajectoryCleanerBySharedHits_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Feventsetup%2FmuonSeededTrajectoryCleanerBySharedHits_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"07450daf8e8c8c857192d9792f2a9b1e789cd7d4","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hlt1PFPuppiCentralJet70MaxEta2p4_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fhlt1PFPuppiCentralJet70MaxEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fhlt1PFPuppiCentralJet70MaxEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fhlt1PFPuppiCentralJet70MaxEta2p4_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e44e46881e49416228a6cd3c020f635f0f003a18","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hlt1PFPuppiCentralJet75MaxEta2p4_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fhlt1PFPuppiCentralJet75MaxEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fhlt1PFPuppiCentralJet75MaxEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fhlt1PFPuppiCentralJet75MaxEta2p4_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6e4e1d4cbe1a1af3c96f8774500a33ffeb42a79c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hlt2PFPuppiCentralJet40MaxEta2p4_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fhlt2PFPuppiCentralJet40MaxEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fhlt2PFPuppiCentralJet40MaxEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fhlt2PFPuppiCentralJet40MaxEta2p4_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"914a9d4b249d6f50c6927c62f9350a7037131353","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hlt2PFPuppiCentralJet60MaxEta2p4_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fhlt2PFPuppiCentralJet60MaxEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fhlt2PFPuppiCentralJet60MaxEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fhlt2PFPuppiCentralJet60MaxEta2p4_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"848b583cfb2aac2496577360f682ad076766aee3","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hlt3PFPuppiCentralJet45MaxEta2p4_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fhlt3PFPuppiCentralJet45MaxEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fhlt3PFPuppiCentralJet45MaxEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fhlt3PFPuppiCentralJet45MaxEta2p4_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"95a230ffadb969b7e1267cce52b4f6eda7c62fc6","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hlt4PFPuppiCentralJet40MaxEta2p4_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fhlt4PFPuppiCentralJet40MaxEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fhlt4PFPuppiCentralJet40MaxEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fhlt4PFPuppiCentralJet40MaxEta2p4_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"83381c175e20ec6e96b8b923c33af3fa08a7457f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL1_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFCHSJetCorrectorL1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFCHSJetCorrectorL1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFCHSJetCorrectorL1_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9e5d2ef8d79eb45bb881d3d913d26f300b2fe625","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL2_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFCHSJetCorrectorL2_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFCHSJetCorrectorL2_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFCHSJetCorrectorL2_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0dd1720f30edd0fd4705381d0b7662fe7c3459dc","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL3_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFCHSJetCorrectorL3_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFCHSJetCorrectorL3_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFCHSJetCorrectorL3_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7d1131c83cb5d97bda4eee2edd568af6421da5bd","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrector_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFCHSJetCorrector_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFCHSJetCorrector_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFCHSJetCorrector_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"dd18a0e469c226c7f010b4edcb7e7ed7523ed849","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetsCorrected_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFCHSJetsCorrected_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFCHSJetsCorrected_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFCHSJetsCorrected_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"dd37b656fe68ddffa61bb3562ffded82d5673ffe","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL1_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFPuppiJetCorrectorL1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFPuppiJetCorrectorL1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFPuppiJetCorrectorL1_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"45d2c65420db1f611ecc5470719e2a38da057ec8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL2_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFPuppiJetCorrectorL2_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFPuppiJetCorrectorL2_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFPuppiJetCorrectorL2_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a62cf9247bba238d17d0fe14a79b7146e607b2e9","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL3_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFPuppiJetCorrectorL3_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFPuppiJetCorrectorL3_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFPuppiJetCorrectorL3_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"66104ca50152e9c69e674c1fac734146ec3c2018","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrector_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFPuppiJetCorrector_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFPuppiJetCorrector_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFPuppiJetCorrector_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"16ec112d0c71654b12cbb6cc6955ed58baa6a655","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetsCorrected_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFPuppiJetsCorrected_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFPuppiJetsCorrected_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK4PFPuppiJetsCorrected_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"547da43d10d680e32d87d9d19175711ce375590d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL1_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFCHSJetCorrectorL1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFCHSJetCorrectorL1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFCHSJetCorrectorL1_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e3b9355a23ee4e401140e5cccbdb4ad7e0b53d2c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL2_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFCHSJetCorrectorL2_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFCHSJetCorrectorL2_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFCHSJetCorrectorL2_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1b8d1e5ffcf249c024a276cb89e5c3d2448158f8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL3_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFCHSJetCorrectorL3_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFCHSJetCorrectorL3_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFCHSJetCorrectorL3_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"353885961c97d88e96010664a40522a77363a770","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrector_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFCHSJetCorrector_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFCHSJetCorrector_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFCHSJetCorrector_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a5f9b78e3c01b4ed674e5a3b0475868ab919da82","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetsCorrected_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFCHSJetsCorrected_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFCHSJetsCorrected_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFCHSJetsCorrected_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"aa2aeb001ad2a8b50ba840713b4ac82b7fb70447","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL1_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFPuppiJetCorrectorL1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFPuppiJetCorrectorL1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFPuppiJetCorrectorL1_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5861308280d07228afcda72ca0c05e94ccd6c500","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL2_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFPuppiJetCorrectorL2_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFPuppiJetCorrectorL2_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFPuppiJetCorrectorL2_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"03a7f6ba8a39414f72e3cd6427730564fa4289c8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL3_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFPuppiJetCorrectorL3_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFPuppiJetCorrectorL3_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFPuppiJetCorrectorL3_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c25b5741395aa015f0a7b39af80c475deff49c2e","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrector_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFPuppiJetCorrector_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFPuppiJetCorrector_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFPuppiJetCorrector_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8d1272ede43fa962d97cc3464ea159396ab8b73a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetsCorrected_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFPuppiJetsCorrected_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFPuppiJetsCorrected_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltAK8PFPuppiJetsCorrected_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"594396a59e685b513420c0c16ba6f993f861b10c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p31Eta2p4TripleEta2p4_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBTagPFPuppiDeepCSV0p31Eta2p4TripleEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBTagPFPuppiDeepCSV0p31Eta2p4TripleEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBTagPFPuppiDeepCSV0p31Eta2p4TripleEta2p4_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1664d28405ec0dcd27821f6e304381b392911896","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p38Eta2p4TripleEta2p4_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBTagPFPuppiDeepCSV0p38Eta2p4TripleEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBTagPFPuppiDeepCSV0p38Eta2p4TripleEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBTagPFPuppiDeepCSV0p38Eta2p4TripleEta2p4_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8af501f619dea6fe8bce4fd40030d717afc13429","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p865DoubleEta2p4_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBTagPFPuppiDeepCSV0p865DoubleEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBTagPFPuppiDeepCSV0p865DoubleEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBTagPFPuppiDeepCSV0p865DoubleEta2p4_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"25a4467f3977a3ccc1590f0e5dde9e0f6ec36d92","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p275Eta2p4TripleEta2p4_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBTagPFPuppiDeepFlavour0p275Eta2p4TripleEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBTagPFPuppiDeepFlavour0p275Eta2p4TripleEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBTagPFPuppiDeepFlavour0p275Eta2p4TripleEta2p4_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9c5511d24d3ebfd687d48fe76016478490ede21a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p375Eta2p4TripleEta2p4_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBTagPFPuppiDeepFlavour0p375Eta2p4TripleEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBTagPFPuppiDeepFlavour0p375Eta2p4TripleEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBTagPFPuppiDeepFlavour0p375Eta2p4TripleEta2p4_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"44cff10517366a4a297bc9f70caeeaa59099af44","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p935DoubleEta2p4_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBTagPFPuppiDeepFlavour0p935DoubleEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBTagPFPuppiDeepFlavour0p935DoubleEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBTagPFPuppiDeepFlavour0p935DoubleEta2p4_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5b81c6e9ec5f6a32745fe628ceb4bcf146658c9f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltBunchSpacingProducer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBunchSpacingProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBunchSpacingProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltBunchSpacingProducer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -3,3 +3,4 @@\n bunchSpacingProducer = cms.EDProducer(\"BunchSpacingProducer\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4843d6880411f4f4a64a724703c6c27618fdce52","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepBLifetimeTagInfosPFPuppiModEta2p4_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepBLifetimeTagInfosPFPuppiModEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepBLifetimeTagInfosPFPuppiModEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepBLifetimeTagInfosPFPuppiModEta2p4_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -20,3 +20,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4b3b20b91badd2e045739f10d8aa70f362aa133e","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepBLifetimeTagInfosPFPuppi_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepBLifetimeTagInfosPFPuppi_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepBLifetimeTagInfosPFPuppi_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepBLifetimeTagInfosPFPuppi_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -20,3 +20,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6d0a48808fb32ee1a5e3b653ec741a67fafa4646","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsInfosPuppiModEta2p4_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepCombinedSecondaryVertexBJetTagsInfosPuppiModEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepCombinedSecondaryVertexBJetTagsInfosPuppiModEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepCombinedSecondaryVertexBJetTagsInfosPuppiModEta2p4_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -79,3 +79,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1963db121f6f866d4a911f41222b4c087446871a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsInfosPuppi_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepCombinedSecondaryVertexBJetTagsInfosPuppi_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepCombinedSecondaryVertexBJetTagsInfosPuppi_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepCombinedSecondaryVertexBJetTagsInfosPuppi_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -79,3 +79,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c14efe901cc436294ed5fef7e4e37199e2bb78ba","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsPFPuppiModEta2p4_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepCombinedSecondaryVertexBJetTagsPFPuppiModEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepCombinedSecondaryVertexBJetTagsPFPuppiModEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepCombinedSecondaryVertexBJetTagsPFPuppiModEta2p4_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5a7be9d106cae8cb88605953faa87059215d3d68","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsPFPuppi_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepCombinedSecondaryVertexBJetTagsPFPuppi_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepCombinedSecondaryVertexBJetTagsPFPuppi_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepCombinedSecondaryVertexBJetTagsPFPuppi_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"74fc5faabedb4987a28981592004fbef4c9c1498","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveMergedVerticesPF_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepInclusiveMergedVerticesPF_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepInclusiveMergedVerticesPF_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepInclusiveMergedVerticesPF_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8d4887fd38c2761c6a2a5bc5f042c8cea8e63c8c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveSecondaryVerticesPF_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepInclusiveSecondaryVerticesPF_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepInclusiveSecondaryVerticesPF_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepInclusiveSecondaryVerticesPF_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8f6e38273b0daa36ff31446b9ae1432765a85032","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveVertexFinderPF_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepInclusiveVertexFinderPF_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepInclusiveVertexFinderPF_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepInclusiveVertexFinderPF_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -38,3 +38,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ece1a9650d86550295823b73c766d37bfcf1bfca","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepSecondaryVertexTagInfosPFPuppiModEta2p4_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepSecondaryVertexTagInfosPFPuppiModEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepSecondaryVertexTagInfosPFPuppiModEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepSecondaryVertexTagInfosPFPuppiModEta2p4_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -71,3 +71,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4321877f56d1f34494da1bee3e4660adc9069942","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepSecondaryVertexTagInfosPFPuppi_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepSecondaryVertexTagInfosPFPuppi_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepSecondaryVertexTagInfosPFPuppi_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepSecondaryVertexTagInfosPFPuppi_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -72,3 +72,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"45c0143b07f1da800e7cc72ead3e944cd2fb68c8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepTrackVertexArbitratorPF_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepTrackVertexArbitratorPF_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepTrackVertexArbitratorPF_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDeepTrackVertexArbitratorPF_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -20,3 +20,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"aeb01b11860dd3086779595a3bd304dd6d5dff4a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG12EtL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG12EtL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG12EtL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG12EtL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f33d5dbb1be6bc9be7205aeaae07e6a63ea51392","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoClusterShapeL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoClusterShapeL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoClusterShapeL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"aeda0c4613a6bfccb868e51fd98802d762d60cd9","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeSigmavvL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoClusterShapeSigmavvL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoClusterShapeSigmavvL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoClusterShapeSigmavvL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c4c2548a9ffc37edc83a6064b2dcac86c1547acb","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeSigmawwL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoClusterShapeSigmawwL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoClusterShapeSigmawwL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoClusterShapeSigmawwL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7c7fefe6534d6d507245f4ee31833a922dedc554","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoEcalIsoL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoEcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoEcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoEcalIsoL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/38ec0b5001047967c074e924158218a1e07ed0af?per_page=100&page=13 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:53:11 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"e6e9ec759d396ca86d5b4ade9debaff1ac7ad7c240f1287ed1439c28eef3b4ec"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:52:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4856'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '144'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CB0E:1C490A:39D819:3B03D9:68122B47')] +{"sha":"38ec0b5001047967c074e924158218a1e07ed0af","node_id":"C_kwDOF83__NoAKDM4ZWMwYjUwMDEwNDc5NjdjMDc0ZTkyNDE1ODIxOGExZTA3ZWQwYWY","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:43:40Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:52:38Z"},"message":"More changes","tree":{"sha":"33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/38ec0b5001047967c074e924158218a1e07ed0af","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/38ec0b5001047967c074e924158218a1e07ed0af","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e"}],"stats":{"total":2973,"additions":2971,"deletions":2},"files":[{"sha":"5bea3f78ad2cd486bf65c9e4acdeba4aeeb7d128","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHEL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoHEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoHEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoHEL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"32de5a2a24b44933a26b0450e8130f8768baf6e2","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHcalIsoL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoHcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoHcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoHcalIsoL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9c34068f99a3f9720e222e7343dfa43de62b0061","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHgcalHEL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoHgcalHEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoHgcalHEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoHgcalHEL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"07a5b6ddcfe7cc37ab9c497f3eed2ed87b1f3e81","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHgcalIsoL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoHgcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoHgcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG2312IsoHgcalIsoL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6928709c74381dbe89d076becf397c398c6ac58f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG23EtL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG23EtL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG23EtL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG23EtL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"048b881c937757c779f61d0af0fb9fd7b79fa9d1","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG23EtUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG23EtUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG23EtUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG23EtUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6c77aa40af39067d302479ac91275eb7d329e0c2","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLClusterShapeL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLClusterShapeL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLClusterShapeL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c0764840eaabad9f8105b89589ac732719284772","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeSigmavvL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLClusterShapeSigmavvL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLClusterShapeSigmavvL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLClusterShapeSigmavvL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3d5b0d4d1261bfb4162991da2a23b844f36c1bfe","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeSigmavvUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLClusterShapeSigmavvUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLClusterShapeSigmavvUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLClusterShapeSigmavvUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1c76df346ef8dea9a215a9618b1363178b7896a7","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLClusterShapeUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLClusterShapeUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLClusterShapeUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ac7bd4c1fdd3ebee1b1f5d7702acbada3693874b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHEL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLHEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLHEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLHEL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3ee1e3dabed1007f4677609c7e894301d195d6f0","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHEUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLHEUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLHEUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLHEUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0abead5ca730561a50803608a14e92c769fa00e5","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHgcalHEL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLHgcalHEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLHgcalHEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLHgcalHEL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"91c5b4cae80869b3e1c17e6838550de0adbbbf62","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHgcalHEUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLHgcalHEUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLHgcalHEUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25CaloIdLHgcalHEUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"521b050c1308b9b732640c9570a861260f460b42","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25EtL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25EtL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25EtL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25EtL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d24af6d0b9ae4d5f9b5bd59892651ccc90c076e8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25EtUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25EtUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25EtUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG25EtUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1f4498e4976fbb63840de836b4ba401b2e23f339","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdClusterShapeL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdClusterShapeL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdClusterShapeL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a3bfdd55fed3738c6cd80886356469c90d9b5b5b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmavvL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdClusterShapeSigmavvL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdClusterShapeSigmavvL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdClusterShapeSigmavvL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c7ae31b2ecac840db61c4d78b0a27e61d400ea3f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmavvUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdClusterShapeSigmavvUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdClusterShapeSigmavvUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdClusterShapeSigmavvUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9a00fe59ab4b114636c413e601205fe58635e9c8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmawwL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdClusterShapeSigmawwL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdClusterShapeSigmawwL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdClusterShapeSigmawwL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"42be8d739af0f66a0b8baadff163d702a28e5786","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmawwUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdClusterShapeSigmawwUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdClusterShapeSigmawwUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdClusterShapeSigmawwUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b3ef6d8afa597869b80ed0edade302e6462b1b86","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdClusterShapeUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdClusterShapeUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdClusterShapeUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a98cd4942b0409a3c11a699c8b8c8ac9f68e4c8b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdEcalIsoL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdEcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdEcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdEcalIsoL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8cede05bc80040db252eebde014430d6eff65453","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdEcalIsoUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdEcalIsoUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdEcalIsoUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdEcalIsoUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"82ef8d1145aa83c5d7a2f4610169fef0b203deab","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHEL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHEL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"838e08821765961481068d92020ebcf184d2388e","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHEUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHEUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHEUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHEUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"645dcc4b41340fb9c48b04f464b130837d627c5d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHcalIsoL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHcalIsoL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a932cd0399269ab462389ab10e16d0c2538ebba9","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHcalIsoUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHcalIsoUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHcalIsoUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHcalIsoUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b8ef3902e6976e5504d67998864c0cbac3e1396f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalHEL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHgcalHEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHgcalHEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHgcalHEL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3a217fa039eef7df51d5749bc8d1185514696b80","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalHEUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHgcalHEUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHgcalHEUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHgcalHEUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"dc8c9930c8f4eebb2c47b514c2bc8db791b57462","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalIsoL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHgcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHgcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHgcalIsoL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"480a4386736e3e04c357c09dab28afaeabb027dd","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalIsoUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHgcalIsoUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHgcalIsoUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEG3023IsoCaloIdHgcalIsoUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"156f0245aa859179bb68700dc73b2b06882dd27d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoBestGsfChi2L1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoBestGsfChi2L1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoBestGsfChi2L1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoBestGsfChi2L1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c29979b745e4f7aaf8936ed055416a91c923788b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoBestGsfNLayerITL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoBestGsfNLayerITL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoBestGsfNLayerITL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoBestGsfNLayerITL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d1317e41dc123a47ec37d266419c514327a4d414","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfDetaL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoGsfDetaL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoGsfDetaL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoGsfDetaL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8264c67030409f8d42e4befcefbe31a587d9804c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfDphiL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoGsfDphiL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoGsfDphiL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoGsfDphiL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"30c06f1fd577ea5dcf4194166c36f3ef2964e913","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfOneOEMinusOneOPL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoGsfOneOEMinusOneOPL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoGsfOneOEMinusOneOPL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoGsfOneOEMinusOneOPL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bd79ea03681d98cd497e9a029b18c5d307689221","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7501c00b2484ed3e0944a516b64f61af239bae2a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfTrackIsoL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoGsfTrackIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoGsfTrackIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoGsfTrackIsoL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e47ed45d2f155bdb52f29029f639d4b832645b69","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoPMS2L1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoPMS2L1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoPMS2L1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoPMS2L1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"519912dd60b37bbd27669f9026ed4a94bcba2199","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoPixelMatchL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoPixelMatchL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoPixelMatchL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle2312IsoPixelMatchL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"45eb50f7a3506f013213cb2e98296414e3370438","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPMS2L1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle25CaloIdLPMS2L1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle25CaloIdLPMS2L1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle25CaloIdLPMS2L1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"641341a02bde04827b0b16cd980d480eec559ebf","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPMS2UnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle25CaloIdLPMS2UnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle25CaloIdLPMS2UnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle25CaloIdLPMS2UnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b4944255e9124a28a4fc554d4253e41e67943570","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPixelMatchL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle25CaloIdLPixelMatchL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle25CaloIdLPixelMatchL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle25CaloIdLPixelMatchL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5f33e41e73840dab354467070450eeafb3b8a030","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPixelMatchUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle25CaloIdLPixelMatchUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle25CaloIdLPixelMatchUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiEle25CaloIdLPixelMatchUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8df2038a55bdf18f39614d252c205a31f117eba9","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiMuon178RelTrkIsoFiltered0p4DzFiltered0p2_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiMuon178RelTrkIsoFiltered0p4DzFiltered0p2_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiMuon178RelTrkIsoFiltered0p4DzFiltered0p2_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiMuon178RelTrkIsoFiltered0p4DzFiltered0p2_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5d5272ef2e3d336c380676cf446368b969a01c66","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDiMuon178RelTrkIsoFiltered0p4_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiMuon178RelTrkIsoFiltered0p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiMuon178RelTrkIsoFiltered0p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDiMuon178RelTrkIsoFiltered0p4_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"778138117123daa52fe731981ebbffc2799dd894","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDoublePFPuppiJets128Eta2p4MaxDeta1p6_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDoublePFPuppiJets128Eta2p4MaxDeta1p6_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDoublePFPuppiJets128Eta2p4MaxDeta1p6_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDoublePFPuppiJets128Eta2p4MaxDeta1p6_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -22,3 +22,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c9340662d245e9173b232c39a28e3fb575aa6578","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDoublePFPuppiJets128MaxEta2p4_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDoublePFPuppiJets128MaxEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDoublePFPuppiJets128MaxEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDoublePFPuppiJets128MaxEta2p4_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c468182c1d7b93406ac769021e3b81038e631310","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltDoubleTkMuon157L1TkMuonFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDoubleTkMuon157L1TkMuonFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDoubleTkMuon157L1TkMuonFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltDoubleTkMuon157L1TkMuonFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"14555b71b04fa420e5100b52f5389b8cba984c98","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEG108EtL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG108EtL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG108EtL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG108EtL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"943ef367c7f0e1f5fe31784a3ccc07f3d8e6285e","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEG108EtUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG108EtUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG108EtUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG108EtUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"42f468aba63fb983043743fbbb4a0bef8087371b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEG115EtL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG115EtL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG115EtL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG115EtL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6384704178e5bf328518548b0d1d473c1da1b99c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEG187EtL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG187EtL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG187EtL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG187EtL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fca0c0d039ce374b15ea1870de381705dd84ef49","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEG187EtUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG187EtUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG187EtUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG187EtUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f37947153f184d1e56553939b1965595da3fda7d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEG23EtL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG23EtL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG23EtL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG23EtL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9da736df8fdebbee852dcb9ebfef602c8d2f02d2","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEG26EtL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG26EtL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG26EtL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG26EtL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a450b276796e53069f361db6803c237bdf574274","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEG26EtUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG26EtUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG26EtUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG26EtUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"82cb1bdbc3b2bc657908dfcd97a6cbdc6a453f02","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEG30EtL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG30EtL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG30EtL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG30EtL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"982004a2bd83b09a70ef6c5a811ab30e590f2cac","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEG30EtUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG30EtUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG30EtUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG30EtUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"005e7d6678f040f7f7cf733b513bd434ecb160b8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEG32EtL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG32EtL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG32EtL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG32EtL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"aa2e1b8105f0eebdf7fc17b298bf968c4d9aaf17","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEG32EtUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG32EtUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG32EtUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEG32EtUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"263b2d3ad5c16d46c0f112d9b41f2cc1546ed441","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoubleEleIsolatedFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEGL1SeedsForDoubleEleIsolatedFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEGL1SeedsForDoubleEleIsolatedFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEGL1SeedsForDoubleEleIsolatedFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6176f0a2745be5ac507d9b7fad8c690c32630aa0","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoubleEleNonIsolatedFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEGL1SeedsForDoubleEleNonIsolatedFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEGL1SeedsForDoubleEleNonIsolatedFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEGL1SeedsForDoubleEleNonIsolatedFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d204bcb365ff155c37191c3f22ef841f36322290","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoublePhotonIsolatedFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEGL1SeedsForDoublePhotonIsolatedFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEGL1SeedsForDoublePhotonIsolatedFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEGL1SeedsForDoublePhotonIsolatedFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cdc6c645eb0b3632d4d09c47f91337220a24849c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSingleEleIsolatedFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEGL1SeedsForSingleEleIsolatedFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEGL1SeedsForSingleEleIsolatedFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEGL1SeedsForSingleEleIsolatedFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a6e47f4671e3ecc6f17ac188d5311b95f84b6b1c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSingleEleNonIsolatedFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEGL1SeedsForSingleEleNonIsolatedFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEGL1SeedsForSingleEleNonIsolatedFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEGL1SeedsForSingleEleNonIsolatedFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f66786b677676a843bd0b3dd4e7d94192c673e77","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSinglePhotonIsolatedFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEGL1SeedsForSinglePhotonIsolatedFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEGL1SeedsForSinglePhotonIsolatedFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEGL1SeedsForSinglePhotonIsolatedFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f8b28caa8d165ff4f251c67332d8c0c229cbf9f7","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalBarrelClusterFastTimer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEcalBarrelClusterFastTimer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEcalBarrelClusterFastTimer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEcalBarrelClusterFastTimer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"344497532b2cfc42086c63bae5d0ef8a031dd9e5","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalBarrelDigisInRegions_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEcalBarrelDigisInRegions_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEcalBarrelDigisInRegions_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEcalBarrelDigisInRegions_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bcc00f01bb11369d91233f66d200d2cf4f11a6bc","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalDetIdToBeRecovered_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEcalDetIdToBeRecovered_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEcalDetIdToBeRecovered_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEcalDetIdToBeRecovered_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -18,3 +18,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"db5fc53d9fb75e8c0837b3b6e81c6c595db95bd5","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalDetailedTimeRecHit_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEcalDetailedTimeRecHit_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEcalDetailedTimeRecHit_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEcalDetailedTimeRecHit_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"83caae9466839f38bf420a4e49e0ddb92b4ac165","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalMultiFitUncalibRecHit_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEcalMultiFitUncalibRecHit_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEcalMultiFitUncalibRecHit_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEcalMultiFitUncalibRecHit_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -61,3 +61,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c17765f39fd81c5b1664ed2a13071b9bc8f446d8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalUncalibRecHitL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEcalUncalibRecHitL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEcalUncalibRecHitL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEcalUncalibRecHitL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -61,3 +61,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"552afd2a89d7cc7b1eded122608ea79b99f81b41","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaBestGsfTrackVarsL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaBestGsfTrackVarsL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaBestGsfTrackVarsL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaBestGsfTrackVarsL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c743007920c2ee9936fab8a695410521160d1101","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaBestGsfTrackVarsUnseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaBestGsfTrackVarsUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaBestGsfTrackVarsUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaBestGsfTrackVarsUnseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"dcf6dcbd1ee37a605055fef345c882d626f5cc50","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaCandidatesL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaCandidatesL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaCandidatesL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n ticl_v5.toModify(hltEgammaCandidatesL1Seeded, scIslandEndcapProducer = cms.InputTag(\"hltTiclEGammaSuperClusterProducerL1Seeded\"))\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9d8c45777b2417259f8714d761b78b9b59b208c8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesUnseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaCandidatesUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaCandidatesUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaCandidatesUnseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n ticl_v5.toModify(hltEgammaCandidatesUnseeded, scIslandEndcapProducer = cms.InputTag(\"hltTiclEGammaSuperClusterProducerUnseeded\"))\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"385276057ce601db14520a8b4c842e0a16de6c52","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesWrapperL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaCandidatesWrapperL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaCandidatesWrapperL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaCandidatesWrapperL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a9d0860597dfcb6fb42a8e2b8d23c35ffe504659","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesWrapperUnseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaCandidatesWrapperUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaCandidatesWrapperUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaCandidatesWrapperUnseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8ad1bc8ef1ea3a4719b93b983545c67ab4229a43","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCkfTrackCandidatesForGSFL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaCkfTrackCandidatesForGSFL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaCkfTrackCandidatesForGSFL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaCkfTrackCandidatesForGSFL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -23,3 +23,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cc6d42df57091de02b45137415566b94241e9a0b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCkfTrackCandidatesForGSFUnseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaCkfTrackCandidatesForGSFUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaCkfTrackCandidatesForGSFUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaCkfTrackCandidatesForGSFUnseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -23,3 +23,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"aa0e2cb504bb96bcf7b59405428d1bd0ed00796d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaClusterShapeL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaClusterShapeL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaClusterShapeL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaClusterShapeL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"758132831a9542c2c0ce9da1f090ddc215017351","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaClusterShapeUnseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaClusterShapeUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaClusterShapeUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaClusterShapeUnseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a3be256c2cd9d92014aea63e5e16f522fd833fee","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEcalPFClusterIsoL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaEcalPFClusterIsoL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaEcalPFClusterIsoL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaEcalPFClusterIsoL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -19,3 +19,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bc11bf38f6d0bd0b9e23c4bc023a3d3723a7f13b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEcalPFClusterIsoUnseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaEcalPFClusterIsoUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaEcalPFClusterIsoUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaEcalPFClusterIsoUnseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -19,3 +19,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cd3c32a5f5236e7caed21991b716aa4d4d8b71d3","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaEleGsfTrackIsoL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaEleGsfTrackIsoL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaEleGsfTrackIsoL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -18,3 +18,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c2525edf7de6ccab555895d5a7b0175400b4486b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoUnseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaEleGsfTrackIsoUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaEleGsfTrackIsoUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaEleGsfTrackIsoUnseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -18,3 +18,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"25126975eb4f43c847a07019a24ed776d1beb740","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleL1TrkIsoL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaEleL1TrkIsoL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaEleL1TrkIsoL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaEleL1TrkIsoL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -27,3 +27,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"326eab74ab5d7347244825778d25dd57b1a253dd","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleL1TrkIsoUnseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaEleL1TrkIsoUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaEleL1TrkIsoUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaEleL1TrkIsoUnseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -27,3 +27,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f613171cef90ba243549da11cf07bc14ce382abd","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaElectronPixelSeedsL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaElectronPixelSeedsL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaElectronPixelSeedsL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaElectronPixelSeedsL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -50,3 +50,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fc4f87386b767bbbadd9d3bf910aa91e4bbfda85","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaElectronPixelSeedsUnseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaElectronPixelSeedsUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaElectronPixelSeedsUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaElectronPixelSeedsUnseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -50,3 +50,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e9c7a09c8012729090c2d8f8c7faa23b25ae80c3","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfElectronsL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaGsfElectronsL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaGsfElectronsL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaGsfElectronsL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6a685f47ac7528661b4c09e87bde0e790a74d37e","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfElectronsUnseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaGsfElectronsUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaGsfElectronsUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaGsfElectronsUnseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"17fcddacef764351a67503846f2602663c3bbc95","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTrackVarsL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaGsfTrackVarsL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaGsfTrackVarsL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaGsfTrackVarsL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8df61fda45784a31024dd3534bafe9dfb8562d86","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTrackVarsUnseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaGsfTrackVarsUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaGsfTrackVarsUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaGsfTrackVarsUnseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"36d1ee51b1291d0043081f72e72c11e7c6754365","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTracksL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaGsfTracksL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaGsfTracksL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaGsfTracksL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7ac7e5fc22758898d152e4a4c02ec2b4bdd01a00","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTracksUnseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaGsfTracksUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaGsfTracksUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaGsfTracksUnseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"da9f42edc5a6a127547b71fa8772bc03abd87a55","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCALIDVarsL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHGCALIDVarsL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHGCALIDVarsL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHGCALIDVarsL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"616e915318ab0a7d3d4d48d41b62f4cce5b1353f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCALIDVarsUnseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHGCALIDVarsUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHGCALIDVarsUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHGCALIDVarsUnseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/38ec0b5001047967c074e924158218a1e07ed0af?per_page=100&page=14 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:53:11 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"ba26e86c4b55b6ebcfe3b8219d49984a8a70bf91ff1ac232497d12b209a17bb4"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:52:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4855'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '145'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CB1A:1CC6F5:38A3AD:39CF2A:68122B47')] +{"sha":"38ec0b5001047967c074e924158218a1e07ed0af","node_id":"C_kwDOF83__NoAKDM4ZWMwYjUwMDEwNDc5NjdjMDc0ZTkyNDE1ODIxOGExZTA3ZWQwYWY","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:43:40Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:52:38Z"},"message":"More changes","tree":{"sha":"33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/38ec0b5001047967c074e924158218a1e07ed0af","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/38ec0b5001047967c074e924158218a1e07ed0af","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e"}],"stats":{"total":2973,"additions":2971,"deletions":2},"files":[{"sha":"6086e0179d7aa44550c5b11ddc9eb8ce49e131d3","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCalLayerClusterIsoL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHGCalLayerClusterIsoL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHGCalLayerClusterIsoL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHGCalLayerClusterIsoL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f5a173287aa1cdc5de8d0a0065f764e34e6078f7","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCalLayerClusterIsoUnseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHGCalLayerClusterIsoUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHGCalLayerClusterIsoUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHGCalLayerClusterIsoUnseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0f2a4ff0d7fc1081ea0a573459b42e9db857d1f0","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHcalPFClusterIsoL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHcalPFClusterIsoL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHcalPFClusterIsoL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHcalPFClusterIsoL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -23,3 +23,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6ca46c97376ba35c8c930b6039e9ac6c70523042","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHcalPFClusterIsoUnseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHcalPFClusterIsoUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHcalPFClusterIsoUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHcalPFClusterIsoUnseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -23,3 +23,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8ce316d571173a1f6566a33109c88a5ae45344c7","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHollowTrackIsoL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHollowTrackIsoL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHollowTrackIsoL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHollowTrackIsoL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5d06287065cad67f180413ebf3a11a6220187828","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHollowTrackIsoUnseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHollowTrackIsoUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHollowTrackIsoUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHollowTrackIsoUnseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3c639f7b04b2029d43053a2f9c0b4d45f84bc765","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHoverEL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHoverEL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHoverEL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHoverEL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ec998a5c7c4c0caa7028d5a7eabf9a397381b8c2","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHoverEUnseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHoverEUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHoverEUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaHoverEUnseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3637553c04ea7ac931e85b157cb866ac69d8bfa9","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaPixelMatchVarsL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaPixelMatchVarsL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaPixelMatchVarsL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaPixelMatchVarsL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -154,3 +154,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0751fde817e09d9a0e7087ba0f3a613f3bb28129","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaPixelMatchVarsUnseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaPixelMatchVarsUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaPixelMatchVarsUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaPixelMatchVarsUnseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -154,3 +154,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b6753bc26a65e4a2b120815f3aa1c09a52a91c98","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaSuperClustersToPixelMatchL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaSuperClustersToPixelMatchL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaSuperClustersToPixelMatchL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaSuperClustersToPixelMatchL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -18,3 +18,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"34ca2f3a0e51194fa3fd97bfede9c2ef8b79b4ee","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaSuperClustersToPixelMatchUnseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaSuperClustersToPixelMatchUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaSuperClustersToPixelMatchUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEgammaSuperClustersToPixelMatchUnseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -18,3 +18,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"090768e2b0770d79665ce9f7476920eb82086324","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoClusterShapeL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoClusterShapeL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoClusterShapeL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"09229cd14c2ad6556fc6b0c105339710be4621e3","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeSigmavvL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoClusterShapeSigmavvL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoClusterShapeSigmavvL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoClusterShapeSigmavvL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ee5b24887316d2ab3b325573cd7cef66332d1cde","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeSigmawwL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoClusterShapeSigmawwL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoClusterShapeSigmawwL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoClusterShapeSigmawwL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"949c661b73d31286d19ea31b3b682a924a871a46","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoGsfDetaL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoGsfDetaL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoGsfDetaL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoGsfDetaL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f052f256f31fcf3a0211e80a98b84d74c32443d9","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoGsfDphiL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoGsfDphiL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoGsfDphiL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoGsfDphiL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"602f32ce79ae2da34eb3282f574737a825a7a9c2","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoHEL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoHEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoHEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoHEL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6f1e542327b7ffd5a3984fd951276c118c280d22","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoHgcalHEL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoHgcalHEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoHgcalHEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoHgcalHEL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"03aece12af6b7528470c6b8018b41a052dd1a0ad","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoPMS2L1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoPMS2L1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoPMS2L1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoPMS2L1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4f05abfa43b162b44b0c00118cd9ce84ae9aacb5","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoPixelMatchL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoPixelMatchL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoPixelMatchL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle115NonIsoPixelMatchL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e0fbead14ee2a794000b75a25b377716032747c2","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfChi2L1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70BestGsfChi2L1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70BestGsfChi2L1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70BestGsfChi2L1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"77bc50b55c71fb8b7df4add85f98087b6e45af7b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfChi2UnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70BestGsfChi2UnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70BestGsfChi2UnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70BestGsfChi2UnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"01e7a09ab3b315b4727a750a56190931b92399a4","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfNLayerITL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70BestGsfNLayerITL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70BestGsfNLayerITL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70BestGsfNLayerITL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1786617ac86bf99a274c8719d448ee84d60c42f8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfNLayerITUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70BestGsfNLayerITUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70BestGsfNLayerITUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70BestGsfNLayerITUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ae325ab8138145ed4fc9f5d1783ced7e5793b988","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70ClusterShapeL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70ClusterShapeL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70ClusterShapeL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0350827723cea9d905f229703ee0cb4814636ad4","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmavvL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70ClusterShapeSigmavvL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70ClusterShapeSigmavvL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70ClusterShapeSigmavvL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"451134af5176e9d65880cc3db6509d7e6d6c625c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmavvUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70ClusterShapeSigmavvUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70ClusterShapeSigmavvUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70ClusterShapeSigmavvUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ff97459a2dad6be1629f8af487d2cd1b9893899f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmawwL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70ClusterShapeSigmawwL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70ClusterShapeSigmawwL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70ClusterShapeSigmawwL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ef4a6b408e4b2f7bb968a472c77fe6c625ecc2de","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmawwUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70ClusterShapeSigmawwUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70ClusterShapeSigmawwUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70ClusterShapeSigmawwUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9f1745cb6221e9f46ae2340f101d2ee0ce38ab14","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70ClusterShapeUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70ClusterShapeUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70ClusterShapeUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"76c3c674f720167cb9056c93320db11554b39e97","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70EcalIsoL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70EcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70EcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70EcalIsoL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"eae693e688ad884737b04e730951e37729d1e3ed","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70EcalIsoUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70EcalIsoUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70EcalIsoUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70EcalIsoUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"20d27ea467edbdde8dcb2754c195c3ab98a450b2","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDetaL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfDetaL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfDetaL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfDetaL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4bcd0a7bbe12e880787f3ed4e7b2a9acbd9070b5","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDetaUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfDetaUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfDetaUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfDetaUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bace417f39a2f7612816de24d86c997fe8771723","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDphiL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfDphiL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfDphiL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfDphiL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"75da2980267fdfbbbc11ef3a4ce08288599299f5","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDphiUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfDphiUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfDphiUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfDphiUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ec200317dc49708d994714e763de28483a32f1b3","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfOneOEMinusOneOPL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfOneOEMinusOneOPL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfOneOEMinusOneOPL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfOneOEMinusOneOPL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"14294ee622a048c29d829d7da26d5df757915c47","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfOneOEMinusOneOPUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfOneOEMinusOneOPUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfOneOEMinusOneOPUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfOneOEMinusOneOPUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8c14ac9316304b4bf2db9816df44e6f91e4138ce","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoFromL1TracksL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfTrackIsoFromL1TracksL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfTrackIsoFromL1TracksL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfTrackIsoFromL1TracksL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f1521dbcb155c5dad52be5e37989031542455ffd","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoFromL1TracksUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfTrackIsoFromL1TracksUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfTrackIsoFromL1TracksUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfTrackIsoFromL1TracksUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c1e63afea22093b46f29e2d7514f9d4873d9aa6e","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfTrackIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfTrackIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfTrackIsoL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1f5fdbf4adc8a6e0ebf46d6b6f8a1b87a299e133","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfTrackIsoUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfTrackIsoUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70GsfTrackIsoUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9304f19f52802c3cf0a743b6272781ed39ac6bdf","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HEL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HEL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6bc7e7dfbef8fae126a0047ad4136c3b1a20df74","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HEUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HEUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HEUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HEUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a7844db5e8dc4ffbe9e493fb23465264e9305ef3","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HcalIsoL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HcalIsoL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"61609214a137afd5c40bf66bb413cfa77c1b3282","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HcalIsoUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HcalIsoUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HcalIsoUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HcalIsoUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0b4dc6bcc1e4b6c1615ab95b49cb595a428a72f8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalHEL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HgcalHEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HgcalHEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HgcalHEL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cbb94a8182a9f3b97214946b43ebe852e824b32b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalHEUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HgcalHEUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HgcalHEUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HgcalHEUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c6938dc01e0e9ca9941d0d1aa9e0f594ac1560e4","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalIsoL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HgcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HgcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HgcalIsoL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7eaeed7c89fab4d0ac098e300404b2132060a216","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalIsoUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HgcalIsoUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HgcalIsoUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70HgcalIsoUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"092de3047469d4e2aeda8bf6b3f81cfe7a81a1e3","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PMS2L1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70PMS2L1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70PMS2L1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70PMS2L1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8628eac8df81d0317a0a958422aab658eba45d2b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PMS2UnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70PMS2UnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70PMS2UnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70PMS2UnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a7cc9f1894dcb622918f7068821a7530e6c8403a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PixelMatchL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70PixelMatchL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70PixelMatchL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70PixelMatchL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a3ab96b4decbcc0dcad3f9a036eb0d057c92c022","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PixelMatchUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70PixelMatchUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70PixelMatchUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle26WP70PixelMatchUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c83bc33724d51ea0b4868e107c2ccdcc3365ed10","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightBestGsfChi2L1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightBestGsfChi2L1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightBestGsfChi2L1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightBestGsfChi2L1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7be4282ea377acd4ee32431704877a660a572c9e","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightBestGsfNLayerITL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightBestGsfNLayerITL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightBestGsfNLayerITL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightBestGsfNLayerITL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"901866d18fdbc5e2ad3c5c664e74655c6ef02e01","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightClusterShapeL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightClusterShapeL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightClusterShapeL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9c32c558ca9fd8df6e02b9989b68514f8bd525d8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeSigmavvL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightClusterShapeSigmavvL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightClusterShapeSigmavvL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightClusterShapeSigmavvL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e6c7154adb1435a79f1f0ae77d82c237bc8b03fd","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeSigmawwL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightClusterShapeSigmawwL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightClusterShapeSigmawwL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightClusterShapeSigmawwL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9e1ddcb00b536b30fb7258ca817521cd864b931f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightEcalIsoL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightEcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightEcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightEcalIsoL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9fd51956fa9c517f498e956403c4fce2218320d0","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfDetaL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightGsfDetaL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightGsfDetaL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightGsfDetaL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5aec600db36891c6d6f6deab366d0a48a03a60ef","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfDphiL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightGsfDphiL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightGsfDphiL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightGsfDphiL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1864b0ccb539cd36a11fc322b2d23a983b7236b0","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8d59cb6996b74bc411d134bd2f3289ce15d39eec","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"dc56759388b015ab1bf3c5a353e4592ed235813d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfTrackIsoL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightGsfTrackIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightGsfTrackIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightGsfTrackIsoL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"02e53fdee32a786b52608bf438302a4ba3723cf3","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHEL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightHEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightHEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightHEL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cd759a8de88e2ce4c73e25fc35b391256a8cc9b9","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHcalIsoL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightHcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightHcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightHcalIsoL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9972286a5f4bbc1c1e03a3dab95d66c3474bd941","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHgcalHEL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightHgcalHEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightHgcalHEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightHgcalHEL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d7da1dfa9bd017d571469eaa58632e1d18a8200b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHgcalIsoL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightHgcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightHgcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightHgcalIsoL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2479fa2e17188a5d3f1b1773a0cafa70e84ec53d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightPMS2L1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightPMS2L1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightPMS2L1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightPMS2L1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f840a366aac3851870a8d9672a35ef7b53ddbe7a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightPixelMatchL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightPixelMatchL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightPixelMatchL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle30WPTightPixelMatchL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d3099315715a7b1585536d1dff782cce70f56683","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfChi2L1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightBestGsfChi2L1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightBestGsfChi2L1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightBestGsfChi2L1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f79145f2b904b7bd4373f354c6eb021b372a9ab4","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfChi2UnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightBestGsfChi2UnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightBestGsfChi2UnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightBestGsfChi2UnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f7a2bfb0f4443a84fb4c959e1ca240ddf477fff5","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfNLayerITL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightBestGsfNLayerITL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightBestGsfNLayerITL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightBestGsfNLayerITL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ff2c95862f947bac3e0b04467c4456dda157fdeb","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfNLayerITUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightBestGsfNLayerITUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightBestGsfNLayerITUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightBestGsfNLayerITUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bc58680e3c1841f82f86f3273d764d12547e733b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightClusterShapeL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightClusterShapeL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightClusterShapeL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"22bda43b1ead8bf17a69af5e17f4424d1ee8b2e8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmavvL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightClusterShapeSigmavvL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightClusterShapeSigmavvL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightClusterShapeSigmavvL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7e3a15f3168e73196f84d69be8bc420813645e4a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmavvUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightClusterShapeSigmavvUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightClusterShapeSigmavvUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightClusterShapeSigmavvUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"167e1cf4804b76dea5bb120659e8faee06b1b3e5","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmawwL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightClusterShapeSigmawwL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightClusterShapeSigmawwL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightClusterShapeSigmawwL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ce210c45ccaf482cd8af0647c145adaab01f5eae","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmawwUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightClusterShapeSigmawwUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightClusterShapeSigmawwUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightClusterShapeSigmawwUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cc2d48674efd9dfc1156158d189d66c21d0c7e38","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightClusterShapeUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightClusterShapeUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightClusterShapeUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"38bb3d1424db04972070c0e904a708a3336b2df3","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightEcalIsoL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightEcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightEcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightEcalIsoL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"19f4d115a146d2de0331c75e8dc7489724757260","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightEcalIsoUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightEcalIsoUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightEcalIsoUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightEcalIsoUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b6bf349074ff50e867803f2ccee8f3b5176c1e4b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDetaL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfDetaL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfDetaL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfDetaL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f0ef15227f613fdf36f0a72f3e8f554146b7e488","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDetaUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfDetaUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfDetaUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfDetaUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c35205478b2e43c7616c83c51d2e3ec7f5926414","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDphiL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfDphiL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfDphiL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfDphiL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e5433772907ac60a418b89369200c7d1d39bcde6","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDphiUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfDphiUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfDphiUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfDphiUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"08faa8cefbeff5463e1e5b20a0df356e1bcf81fc","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"938daa402c9372916a59ab15da72d28218accae7","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f1ca7a7690c88398bdd1cda19ce25d10038272ef","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e8209c08edfa6889d822027ccaebb52820dc0f62","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f4575a037e12e7e85b7d06bf5da81673e951f5ec","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfTrackIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfTrackIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfTrackIsoL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bfccdb420a95edd7ef1fd7f0ab90e0787cfedb36","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfTrackIsoUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfTrackIsoUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightGsfTrackIsoUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2f61464adaa25d74c49cd570ef5dca471b7febe4","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHEL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHEL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"94a42f9bf64c487a3c6ae9d5606639e077b23128","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHEUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHEUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHEUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHEUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3c9c8d87b671b437355d9dc21cc09c86afeb4587","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHcalIsoL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHcalIsoL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f9afdb7129dbd7584b744b7db33649cfd707cab9","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHcalIsoUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHcalIsoUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHcalIsoUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHcalIsoUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0dccb4e0526d414c1aab08173c76a86d6d14f166","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalHEL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHgcalHEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHgcalHEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHgcalHEL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ec928ba48a49a780a6cbaea4421d0ed885c089ce","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalHEUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHgcalHEUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHgcalHEUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHgcalHEUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/38ec0b5001047967c074e924158218a1e07ed0af?per_page=100&page=15 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:53:12 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"a9412a3c1ccf3272d8e07f4f122f9f50db3a02e00558b17ea9abbf894e1dc32c"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:52:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4854'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '146'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D2B8:237F6C:3A8E31:3BB9E0:68122B48')] +{"sha":"38ec0b5001047967c074e924158218a1e07ed0af","node_id":"C_kwDOF83__NoAKDM4ZWMwYjUwMDEwNDc5NjdjMDc0ZTkyNDE1ODIxOGExZTA3ZWQwYWY","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:43:40Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:52:38Z"},"message":"More changes","tree":{"sha":"33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/38ec0b5001047967c074e924158218a1e07ed0af","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/38ec0b5001047967c074e924158218a1e07ed0af","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e"}],"stats":{"total":2973,"additions":2971,"deletions":2},"files":[{"sha":"7b1f661d0aaf03af71b4ff1f2766bbfcd9e4f3ed","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalIsoL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHgcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHgcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHgcalIsoL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cee3479906b811c5c7ac9f481ad4561fca7b0913","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalIsoUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHgcalIsoUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHgcalIsoUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightHgcalIsoUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6c9b5d4aec80270d4765d55cde0b51570eae7ffc","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPMS2L1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightPMS2L1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightPMS2L1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightPMS2L1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cfee0dc01e57dcf9ab622ff515e42b2ed91fbf90","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPMS2UnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightPMS2UnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightPMS2UnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightPMS2UnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ef435a54a15d5087374be8dd04f1035e1e3058c5","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPixelMatchL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightPixelMatchL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightPixelMatchL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightPixelMatchL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b0821c377f41597541978a3aa90a9cdb801f2803","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPixelMatchUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightPixelMatchUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightPixelMatchUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle32WPTightPixelMatchUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ea28ccbe4551c0ebbc254b4869331b49679a9a4c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5DphiL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5DphiL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5DphiL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5DphiL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"faf6a63543b45857699d591071d0e286bcfebf7b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5DphiUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5DphiUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5DphiUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5DphiUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6dce0d387e8d0e5b1dd5e38ee0eb68458810a586","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfChi2L1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightBestGsfChi2L1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightBestGsfChi2L1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightBestGsfChi2L1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2d8b653f97df88b12de46e0d15663362ad565215","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfChi2UnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightBestGsfChi2UnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightBestGsfChi2UnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightBestGsfChi2UnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d969d1cb7b6aebd99e7a393141d4c2288f5ef603","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfNLayerITL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightBestGsfNLayerITL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightBestGsfNLayerITL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightBestGsfNLayerITL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2af59981bbfc605b259183ec1c27ac10701a70d8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfNLayerITUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightBestGsfNLayerITUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightBestGsfNLayerITUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightBestGsfNLayerITUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b32e5688e2baaa869d84a80c386f03f4a2b16b57","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightClusterShapeL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightClusterShapeL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightClusterShapeL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"20e12bea2a3c9c6a5293c787dec24bf08b1e63af","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmavvL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightClusterShapeSigmavvL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightClusterShapeSigmavvL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightClusterShapeSigmavvL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"dba11cb4687c0d7c80955ac99e46eba46daab86f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmavvUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightClusterShapeSigmavvUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightClusterShapeSigmavvUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightClusterShapeSigmavvUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"522861a86ceaaa1c30bb0fd59ef30191a61ff008","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmawwL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightClusterShapeSigmawwL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightClusterShapeSigmawwL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightClusterShapeSigmawwL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0c422157b35b2ff3b28437c3765b8c2b3a8b1168","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmawwUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightClusterShapeSigmawwUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightClusterShapeSigmawwUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightClusterShapeSigmawwUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2bedd77d077b9746b09046e34ecf2331aeb39f6f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightClusterShapeUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightClusterShapeUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightClusterShapeUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c60869c2d9465aa42432ed8903382eb40d90c4ef","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightEcalIsoL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightEcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightEcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightEcalIsoL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"248259c8b83dc4a0f22e7d9b7c53a8e9752a8b99","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightEcalIsoUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightEcalIsoUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightEcalIsoUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightEcalIsoUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4a043f2196282a9c2c53679caa1df2eb2f339a68","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDetaL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfDetaL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfDetaL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfDetaL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0200288db77a9d0f09bbd4584372924e86052afc","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDetaUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfDetaUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfDetaUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfDetaUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4c7a3aef2cbe51bf0b22ea8b4bc2801d35e031b1","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDphiL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfDphiL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfDphiL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfDphiL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3f641feb085100807141e1ca8d7206b2119a73f2","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDphiUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfDphiUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfDphiUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfDphiUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"22bd88faa90dc1fcae7adffb1b9acebad6083b00","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ccc9aabf54650f713f54d81f59915afe2275c287","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4911dd3edb65acfd2ccb932749549d5e152b4aa8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"679c3c48dbef53969415a53f315bf2536fe7d97f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3c392870b0261492dc19c5ef5a7eebbe11ef009c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfTrackIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfTrackIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfTrackIsoL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"12c47e878884550276e78addfda17e7196a7aeaa","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfTrackIsoUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfTrackIsoUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightGsfTrackIsoUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"809ecc414798b5dcc0ce582a39d4066d1ad4c610","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHEL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHEL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9b5b52ebd128e92dec7d69e46cbe074d21467e63","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHEUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHEUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHEUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHEUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a67edb4a5c8e0e7884af7cdcca1a470b5a1cc439","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHcalIsoL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHcalIsoL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d65982641a862e60b415d04e0ec9240e7ed088bb","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHcalIsoUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHcalIsoUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHcalIsoUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHcalIsoUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9c3f7b064ef3080ed035aac76d91653539b5cc32","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalHEL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHgcalHEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHgcalHEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHgcalHEL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"df3565907ce8f1b262de2daa70d5ea9999a820e1","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalHEUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHgcalHEUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHgcalHEUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHgcalHEUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d9655ab9cfb4cb9fe6a4ab17371828810a26096e","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalIsoL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHgcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHgcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHgcalIsoL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a3b6dda49b9aaa322104b529c022b73ca4a19bd6","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalIsoUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHgcalIsoUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHgcalIsoUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightHgcalIsoUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cb89e68c8b2ecf7820e818c866a05b2e8033e0b9","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPMS2L1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightPMS2L1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightPMS2L1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightPMS2L1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fa982eb22db7321210941a7af3b876f334b1d9aa","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPMS2UnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightPMS2UnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightPMS2UnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightPMS2UnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9abaf701b970c245acd304a2eb542fe0f1567aa8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPixelMatchL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightPixelMatchL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightPixelMatchL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightPixelMatchL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d22ed64125b8838208732e0c5f1c705fde6cdaa8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPixelMatchUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightPixelMatchUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightPixelMatchUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEle5WPTightPixelMatchUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"77f93ea0c199ee0f908ef9d4472e2586ec68b840","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsForTripletsL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitDoubletsForTripletsL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitDoubletsForTripletsL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitDoubletsForTripletsL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b93680c67bc3b94caa7c301ffb67c77f5b2620f8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsForTripletsUnseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitDoubletsForTripletsUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitDoubletsForTripletsUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitDoubletsForTripletsUnseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"852677f7ad79f8c550da43a1e585a65043fa4cce","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitDoubletsL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitDoubletsL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitDoubletsL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2ad17472cfdf2b2c6f0a3152eff1a20129ccb589","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsUnseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitDoubletsUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitDoubletsUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitDoubletsUnseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"55459421899e101e806e831c893dd77884c73e8f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsClusterRemoverL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitTripletsClusterRemoverL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitTripletsClusterRemoverL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitTripletsClusterRemoverL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5543fa7689819054c0c340cec71576e813498043","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsClusterRemoverUnseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitTripletsClusterRemoverUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitTripletsClusterRemoverUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitTripletsClusterRemoverUnseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f816d263ca3ff86fe982d6b1fa2abf64e235407d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitTripletsL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitTripletsL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitTripletsL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -20,3 +20,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"82ebac6f7169cf1a95a7de17819f662ea21bb0d3","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsUnseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitTripletsUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitTripletsUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelHitTripletsUnseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -20,3 +20,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0cd9dc4c77f18e61277fce4a82fc3170f0ea532e","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsCombinedL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelSeedsCombinedL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelSeedsCombinedL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelSeedsCombinedL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"37c205705fd98f9084426483b21df80aec92b5eb","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsCombinedUnseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelSeedsCombinedUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelSeedsCombinedUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelSeedsCombinedUnseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c48067f94e276c4b2b8e18d7a79733a8f80f6a2e","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsDoubletsL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelSeedsDoubletsL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelSeedsDoubletsL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelSeedsDoubletsL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3037079d0904f5f764ad156a9145ced5a2b8449f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsDoubletsUnseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelSeedsDoubletsUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelSeedsDoubletsUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelSeedsDoubletsUnseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d703f5bde51774543797e44afedf6eacff77fb71","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsTripletsL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelSeedsTripletsL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelSeedsTripletsL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelSeedsTripletsL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f71ca85a6c59b17704f7e472c7ffba3eeb0ca5bc","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsTripletsUnseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelSeedsTripletsUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelSeedsTripletsUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltElePixelSeedsTripletsUnseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c90b1a4de1372c384a48debb3920d69d70dda680","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEleSeedsTrackingRegionsL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEleSeedsTrackingRegionsL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEleSeedsTrackingRegionsL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEleSeedsTrackingRegionsL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -22,3 +22,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c5324f3c319910fcf6040c3ace8770a8f6cd543f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltEleSeedsTrackingRegionsUnseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEleSeedsTrackingRegionsUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEleSeedsTrackingRegionsUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltEleSeedsTrackingRegionsUnseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -22,3 +22,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d9fa573d2970075609e57cd50f788e64ffd32b62","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersCLUE3DHighL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFilteredLayerClustersCLUE3DHighL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFilteredLayerClustersCLUE3DHighL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFilteredLayerClustersCLUE3DHighL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"54b37a532b1e1c2d01fe30883b54139f9c278fad","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersCLUE3DHigh_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFilteredLayerClustersCLUE3DHigh_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFilteredLayerClustersCLUE3DHigh_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFilteredLayerClustersCLUE3DHigh_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bee064dee8e4279a71baec7dba1a08df97ff9888","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersRecoveryL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFilteredLayerClustersRecoveryL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFilteredLayerClustersRecoveryL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFilteredLayerClustersRecoveryL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0b855d53dad3a3d61ab0160a24213de92df6a525","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersRecovery_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFilteredLayerClustersRecovery_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFilteredLayerClustersRecovery_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFilteredLayerClustersRecovery_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"45c27470a4561785b4a8e37455197b2c21b36fe2","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltFirstStepPrimaryVerticesUnsorted_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFirstStepPrimaryVerticesUnsorted_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFirstStepPrimaryVerticesUnsorted_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFirstStepPrimaryVerticesUnsorted_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -39,3 +39,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"984095093bc8ae5a3beacc72469328174fd6ab28","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltFixedGridRhoFastjetAllCaloForEGamma_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFixedGridRhoFastjetAllCaloForEGamma_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFixedGridRhoFastjetAllCaloForEGamma_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFixedGridRhoFastjetAllCaloForEGamma_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"51e933aa15de787394f69b2e76b7be570d29c124","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltFixedGridRhoFastjetAll_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFixedGridRhoFastjetAll_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFixedGridRhoFastjetAll_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltFixedGridRhoFastjetAll_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8e0fcc12a83a169f06f04cbc14f6dc5b3dbd04b9","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltGoodOfflinePrimaryVertices_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltGoodOfflinePrimaryVertices_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltGoodOfflinePrimaryVertices_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltGoodOfflinePrimaryVertices_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7f2120b50846d8c3142865157cd34cb22fc6495a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHGCalUncalibRecHitL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHGCalUncalibRecHitL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHGCalUncalibRecHitL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHGCalUncalibRecHitL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -62,3 +62,4 @@\n ticl_v5.toModify(hltHGCalUncalibRecHitL1Seeded, computeLocalTime = cms.bool(True))\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b04e3259a986a9bf5bb5167ee03f834bbc70baae","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersEEL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersEEL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersEEL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersEEL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -36,3 +36,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4fc5492115182e0ddc7d525e2377a45c88a71419","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersEE_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersEE_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersEE_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersEE_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -35,3 +35,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d0b3a0432186119557084741ab80042415e2eb68","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersFromSoAProducer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersFromSoAProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersFromSoAProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersFromSoAProducer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"dbb26c3603ba86d57e5d7e228b826bdc6aaa3b22","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSciL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersHSciL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersHSciL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersHSciL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -36,3 +36,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"dad16b87d569dbc015e137d34d822eea3e8e90b1","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSci_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersHSci_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersHSci_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersHSci_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -35,3 +35,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"48fc6329802416b264ebf8c90dae4d1c3f47fde8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSiL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersHSiL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersHSiL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersHSiL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -36,3 +36,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6ef2b7650b63c4246898dd5bf92392060fff1f7d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSi_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersHSi_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersHSi_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalLayerClustersHSi_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -35,3 +35,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f3643310243101b389850fac16177e424efc0592","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalMergeLayerClustersL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalMergeLayerClustersL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalMergeLayerClustersL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalMergeLayerClustersL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"140b8a6df3ca80c5aeedcad6a4657bbd33c2eef7","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalMergeLayerClusters_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalMergeLayerClusters_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalMergeLayerClusters_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalMergeLayerClusters_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b9865930e036913dc20342ba6d32c134a94e9da8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoALayerClustersProducer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalSoALayerClustersProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalSoALayerClustersProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalSoALayerClustersProducer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6e81f0874d0add80e4aded62a1c9dee08901cd0f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoARecHitsLayerClustersProducer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalSoARecHitsLayerClustersProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalSoARecHitsLayerClustersProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalSoARecHitsLayerClustersProducer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2bb5612e36baeb4d30c29f3fbd0cf3533c08adcf","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoARecHitsProducer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalSoARecHitsProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalSoARecHitsProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalSoARecHitsProducer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -18,3 +18,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"709fe62e19baf172fdd20a7ee43988b9746f8642","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalTrackCollection_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalTrackCollection_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalTrackCollection_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHgcalTrackCollection_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -18,3 +18,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"90ec4879afb51519dbe5c837ca90918a6e86bc6c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepClusters_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepClusters_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepClusters_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepClusters_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -21,3 +21,4 @@\n trackingLST.toReplaceWith(hltHighPtTripletStepClusters, _hltHighPtTripletStepClustersLST)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"98034338e7faa3f7f07e53eea866b179c218f85b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepHitDoublets_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepHitDoublets_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepHitDoublets_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepHitDoublets_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -17,3 +17,4 @@\n phase2_hlt_vertexTrimming.toModify(hltHighPtTripletStepHitDoublets, trackingRegions = \"hltTrackingRegionFromTrimmedVertices\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e7303f62a40796976769b93235ea40ed194890d0","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepHitTriplets_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepHitTriplets_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepHitTriplets_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepHitTriplets_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -23,3 +23,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2a2e34cc399655865d45e18a8262194e0075a2ee","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeedLayers_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepSeedLayers_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepSeedLayers_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepSeedLayers_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -67,3 +67,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"03c631709ff1b7a8d90a85ca427845f365061e0f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeedTracksLST_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepSeedTracksLST_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepSeedTracksLST_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepSeedTracksLST_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d7ada309c84fd5790279d1ed039a8c7e5d58d631","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeeds_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepSeeds_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepSeeds_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepSeeds_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2ff5cc906f32abaedbf431fbd5e8b1220f636088","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCandidates_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackCandidates_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackCandidates_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackCandidates_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -26,3 +26,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4203118c5752e355e34a4bc4f4d18af725ea18db","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCandidatespLSTCLST_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackCandidatespLSTCLST_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackCandidatespLSTCLST_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackCandidatespLSTCLST_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n hltHighPtTripletStepTrackCandidatespLSTCLST = _hltHighPtTripletStepTrackCandidates.clone( src = \"hltInitialStepTrackCandidates:pLSTSsLST\" )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"86a3989927227fb024ee522e85536da06a726df4","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCutClassifier_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackCutClassifier_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackCutClassifier_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackCutClassifier_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d7498f7bf0e96e5b561a9d1bc18471342a3b5255","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCutClassifierpLSTCLST_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackCutClassifierpLSTCLST_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackCutClassifierpLSTCLST_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackCutClassifierpLSTCLST_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n hltHighPtTripletStepTrackCutClassifierpLSTCLST = _hltHighPtTripletStepTrackCutClassifier.clone( src = \"hltHighPtTripletStepTrackspLSTCLST\" )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"af38db4a7f26f2d7d45aa1b133e31d0e4b9ea2dc","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackSelectionHighPurity_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackSelectionHighPurity_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackSelectionHighPurity_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackSelectionHighPurity_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"40ef944b33508639d1c5a23ebd8bc50f4d286c31","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackSelectionHighPuritypLSTCLST_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackSelectionHighPuritypLSTCLST_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackSelectionHighPuritypLSTCLST_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackSelectionHighPuritypLSTCLST_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"54400923be8b608edcfbcdf9a37bf342669088ae","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackingRegionFromTrimmedVertices_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackingRegionFromTrimmedVertices_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackingRegionFromTrimmedVertices_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackingRegionFromTrimmedVertices_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -29,3 +29,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e46122161407ebf94171a47800a20aaa5d60c620","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTracks_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTracks_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTracks_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTracks_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -19,3 +19,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a21af056169da2747941a64c9397d43b49912fd9","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackspLSTCLST_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackspLSTCLST_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackspLSTCLST_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHighPtTripletStepTrackspLSTCLST_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n hltHighPtTripletStepTrackspLSTCLST = _hltHighPtTripletStepTracks.clone( src = \"hltHighPtTripletStepTrackCandidatespLSTCLST\" )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f0db386d6a4beaababc623356af8c3ebdcce7a5f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsCombinatoricRecoTaus_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsCombinatoricRecoTaus_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsCombinatoricRecoTaus_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsCombinatoricRecoTaus_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -124,3 +124,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"32f19f98be97f902f28afc584e32274b7b6d7dc3","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsDoublePFTau35MediumDitauWPDeepTau_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsDoublePFTau35MediumDitauWPDeepTau_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsDoublePFTau35MediumDitauWPDeepTau_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsDoublePFTau35MediumDitauWPDeepTau_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"56b4ad48b6f539822e5a3e3a35673306a04d03cc","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsDoublePFTau40TrackPt1MediumChargedIsolation_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsDoublePFTau40TrackPt1MediumChargedIsolation_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsDoublePFTau40TrackPt1MediumChargedIsolation_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsDoublePFTau40TrackPt1MediumChargedIsolation_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"96571c4bb8c667809f226852a2677d6f8b2ef6a4","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTau27LooseTauWPDeepTau_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTau27LooseTauWPDeepTau_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTau27LooseTauWPDeepTau_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTau27LooseTauWPDeepTau_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2b12d33bf65a2b3a4e8ce075a0f2e467b0ebf6c5","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTau30LooseTauWPDeepTau_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTau30LooseTauWPDeepTau_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTau30LooseTauWPDeepTau_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTau30LooseTauWPDeepTau_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/38ec0b5001047967c074e924158218a1e07ed0af?per_page=100&page=16 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:53:12 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"ad13a37049e377e8122bf178599f2b38b7b667011d0567baab1ee723fe355d2f"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:52:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4853'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '147'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D2BE:1578F3:3AC275:3BEE34:68122B48')] +{"sha":"38ec0b5001047967c074e924158218a1e07ed0af","node_id":"C_kwDOF83__NoAKDM4ZWMwYjUwMDEwNDc5NjdjMDc0ZTkyNDE1ODIxOGExZTA3ZWQwYWY","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:43:40Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:52:38Z"},"message":"More changes","tree":{"sha":"33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/38ec0b5001047967c074e924158218a1e07ed0af","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/38ec0b5001047967c074e924158218a1e07ed0af","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e"}],"stats":{"total":2973,"additions":2971,"deletions":2},"files":[{"sha":"90cc28ac3fed08625c3e95a13315e1a9723d116b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauBasicDiscriminatorsForDeepTau_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauBasicDiscriminatorsForDeepTau_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauBasicDiscriminatorsForDeepTau_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauBasicDiscriminatorsForDeepTau_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -118,3 +118,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9edcecc23f485f86af146574dfa72c53477f4f2b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauBasicDiscriminatorsdR03ForDeepTau_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauBasicDiscriminatorsdR03ForDeepTau_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauBasicDiscriminatorsdR03ForDeepTau_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauBasicDiscriminatorsdR03ForDeepTau_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -118,3 +118,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2d45574c06c7fb2c775615cd23ca2ed99c253ff8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauDeepTauProducer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauDeepTauProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauDeepTauProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauDeepTauProducer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -33,3 +33,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e8c77cdafe6385604afc3003ea3b1d110f9309ab","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauDiscriminationByDecayModeFindingNewDMs_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauDiscriminationByDecayModeFindingNewDMs_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauDiscriminationByDecayModeFindingNewDMs_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauDiscriminationByDecayModeFindingNewDMs_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -110,3 +110,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f1bcf261fae01a64674fc60faa96ed0573248c59","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumAbsOrRelChargedIsolationDiscriminator_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauMediumAbsOrRelChargedIsolationDiscriminator_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauMediumAbsOrRelChargedIsolationDiscriminator_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauMediumAbsOrRelChargedIsolationDiscriminator_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -18,3 +18,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d66f54969b5a44518dfff013b5f92156ea953637","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumAbsoluteChargedIsolationDiscriminator_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauMediumAbsoluteChargedIsolationDiscriminator_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauMediumAbsoluteChargedIsolationDiscriminator_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauMediumAbsoluteChargedIsolationDiscriminator_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -102,3 +102,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8f5a1a59023bc537ff43894f3a346f285923f9af","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumRelativeChargedIsolationDiscriminator_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauMediumRelativeChargedIsolationDiscriminator_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauMediumRelativeChargedIsolationDiscriminator_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauMediumRelativeChargedIsolationDiscriminator_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -102,3 +102,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"be010f84a3931e22450f784d3e177f241acb4d2d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauPrimaryVertexProducerForDeepTau_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauPrimaryVertexProducerForDeepTau_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauPrimaryVertexProducerForDeepTau_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauPrimaryVertexProducerForDeepTau_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -58,3 +58,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d650b928b05ef20b610246730697e4648f1b4d06","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauProducerSansRefs_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauProducerSansRefs_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauProducerSansRefs_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauProducerSansRefs_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -45,3 +45,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8e38b1229c07feb0cef5f1e65e189d6eb8eff6d0","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauSecondaryVertexProducerForDeepTau_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauSecondaryVertexProducerForDeepTau_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauSecondaryVertexProducerForDeepTau_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauSecondaryVertexProducerForDeepTau_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b1efb2ec697857d81a0b2382368b4da603ddd8be","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauTrackFindingDiscriminator_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauTrackFindingDiscriminator_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauTrackFindingDiscriminator_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauTrackFindingDiscriminator_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7d985733056197b59608da35e29a6987adb4fc75","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauTransverseImpactParametersForDeepTau_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauTransverseImpactParametersForDeepTau_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauTransverseImpactParametersForDeepTau_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsPFTauTransverseImpactParametersForDeepTau_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ea5a4f76044090e951a73ab60525c8ebb3e53511","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTauLooseTauWPDeepTau_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsSelectedPFTauLooseTauWPDeepTau_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsSelectedPFTauLooseTauWPDeepTau_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsSelectedPFTauLooseTauWPDeepTau_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d046e49f5bb17c5eba19f8beaf3b926c134381ae","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausMediumDitauWPDeepTau_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsSelectedPFTausMediumDitauWPDeepTau_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsSelectedPFTausMediumDitauWPDeepTau_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsSelectedPFTausMediumDitauWPDeepTau_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c8105a494a94a439a2c3489795242c82b35f1b83","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausTrackFinding_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsSelectedPFTausTrackFinding_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsSelectedPFTausTrackFinding_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsSelectedPFTausTrackFinding_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2e439124a43cac305ee692f12bfdb970a687049d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausTrackPt1MediumChargedIsolation_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsSelectedPFTausTrackPt1MediumChargedIsolation_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsSelectedPFTausTrackPt1MediumChargedIsolation_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsSelectedPFTausTrackPt1MediumChargedIsolation_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2f2f3b45198188addd47965cb2bfc22aad6b40bc","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectionDiscriminator_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsSelectionDiscriminator_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsSelectionDiscriminator_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsSelectionDiscriminator_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -110,3 +110,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1ca61a8e35587844380cc793c1110da03eb24c00","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsTauPFJetsRecoTauChargedHadronsWithNeutrals_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsTauPFJetsRecoTauChargedHadronsWithNeutrals_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsTauPFJetsRecoTauChargedHadronsWithNeutrals_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHpsTauPFJetsRecoTauChargedHadronsWithNeutrals_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -119,3 +119,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3b7083dce16be0a329c9af1b993e74aaa114e22f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltHtMhtPFPuppiCentralJetsQuadC30MaxEta2p4_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHtMhtPFPuppiCentralJetsQuadC30MaxEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHtMhtPFPuppiCentralJetsQuadC30MaxEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltHtMhtPFPuppiCentralJetsQuadC30MaxEta2p4_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"43d732802a5df31564bbabbbb4106e7d7dcbf1f5","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepSeedTracksLST_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepSeedTracksLST_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepSeedTracksLST_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepSeedTracksLST_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c45c699efe7c47fa215b4ccfbb929032e2235f0b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCandidates_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackCandidates_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackCandidates_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackCandidates_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -48,3 +48,4 @@\n trackingLST.toReplaceWith(hltInitialStepTrackCandidates, _hltInitialStepTrackCandidatesLST)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bfd32a0468efe77d7b8381887d8a01c6f35eee88","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifier_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackCutClassifier_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackCutClassifier_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackCutClassifier_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"14ca06eb8823d8b8a9ea69279c77ce41de57af2b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifierpLSTCLST_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackCutClassifierpLSTCLST_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackCutClassifierpLSTCLST_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackCutClassifierpLSTCLST_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n hltInitialStepTrackCutClassifierpLSTCLST = _hltInitialStepTrackCutClassifier.clone( src = \"hltInitialStepTrackspLSTCLST\" )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"98b8f113ebf6ddf31bf44870213b49ea8e33ff7e","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifierpTTCLST_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackCutClassifierpTTCLST_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackCutClassifierpTTCLST_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackCutClassifierpTTCLST_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n hltInitialStepTrackCutClassifierpTTCLST = _hltInitialStepTrackCutClassifier.clone( src = \"hltInitialStepTrackspTTCLST\" )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"23b73691a9c69a25151316919f957f29f9423d77","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPurity_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackSelectionHighPurity_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackSelectionHighPurity_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackSelectionHighPurity_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d8f2d47dc50cf19b904a6a9d7877529d64d80b9e","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPuritypLSTCLST_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackSelectionHighPuritypLSTCLST_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackSelectionHighPuritypLSTCLST_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackSelectionHighPuritypLSTCLST_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0d6d1926e503908ac73f6294a0c5bd23fd0779ce","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPuritypTTCLST_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackSelectionHighPuritypTTCLST_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackSelectionHighPuritypTTCLST_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackSelectionHighPuritypTTCLST_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fa52441efe6b2e451c2cab37162b382d7fa94948","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTracksT5TCLST_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTracksT5TCLST_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTracksT5TCLST_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTracksT5TCLST_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n hltInitialStepTracksT5TCLST = _hltInitialStepTracks.clone( src = \"hltInitialStepTrackCandidates:t5TCsLST\" )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4721d42a84d9af5972e4f7bae426be6733167a21","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackspLSTCLST_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackspLSTCLST_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackspLSTCLST_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackspLSTCLST_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n hltInitialStepTrackspLSTCLST = _hltInitialStepTracks.clone( src = \"hltInitialStepTrackCandidates:pLSTCsLST\" )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bd6acd4bec75e8bb891a632ca90243d94e491bb2","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackspTTCLST_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackspTTCLST_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackspTTCLST_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltInitialStepTrackspTTCLST_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n hltInitialStepTrackspTTCLST = _hltInitialStepTracks.clone( src = \"hltInitialStepTrackCandidates:pTTCsLST\" )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"57f1d73c2f1cde9290228c5c2b669f7bc2483121","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter0Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter0Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter0Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -22,3 +22,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b6d29c1643ee3455c3fcfa55b8d374c2c12a09be","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -19,3 +19,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a4f2849d9982dd21beb43cd2828b0ec4931af419","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e4be863d896622ab3166caec222176edba101d2a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter0Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter0Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter0Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c893d9fcf218497aa124d1b76637cbf5904fe706","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"088630337940aa3d838016d0e7edfc69c83d97f1","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -22,3 +22,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5e0a69e98211bb959e25a656254a16d0cc36cb5b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonClustersRefRemoval_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonClustersRefRemoval_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonClustersRefRemoval_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonClustersRefRemoval_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6a4a9ae83188cb83663f57a0e4108192472cff60","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -19,3 +19,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a572dbec4f6a36ddb83033612480e52a6eb11deb","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1dc110489445cdba149cdb1b6bc661a177624166","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonMerged_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonMerged_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonMerged_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonMerged_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d9cf645bebe3f02ae723bb1185366342ad4f8167","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelClusterCheck_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonPixelClusterCheck_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonPixelClusterCheck_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonPixelClusterCheck_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"68b2c869329b1327f1abc6c9df3a4a25717c3d8d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelHitDoublets_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonPixelHitDoublets_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonPixelHitDoublets_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonPixelHitDoublets_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b4371019e1eeb06443901060af19b79a922239a1","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelHitTriplets_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonPixelHitTriplets_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonPixelHitTriplets_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonPixelHitTriplets_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -20,3 +20,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"aa82450d4f10f571cd27f653c80239666faee3c9","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelLayerTriplets_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonPixelLayerTriplets_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonPixelLayerTriplets_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonPixelLayerTriplets_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -62,3 +62,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b0b3980c40e7fc9724dd38ccd522bf730a7b2c5f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelSeedsFiltered_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonPixelSeedsFiltered_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonPixelSeedsFiltered_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonPixelSeedsFiltered_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -42,3 +42,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7f3dab2ef3accad9dd58d14b0b5621b1417ba346","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelSeeds_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonPixelSeeds_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonPixelSeeds_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonPixelSeeds_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"01f379c729de98fd3e22aa924476ca7d50903496","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"62012da150cc4fd38b5853315f5fca4b9cc62257","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a111aaaf0cdd272b15d234f09cb76293b3725c80","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedForDoublePuppiTau_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1SeedForDoublePuppiTau_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1SeedForDoublePuppiTau_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1SeedForDoublePuppiTau_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bc6546e8873f552717860ae474a29c0ee2d6fbaa","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForDoublePuppiJetBtagFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1SeedsForDoublePuppiJetBtagFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1SeedsForDoublePuppiJetBtagFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1SeedsForDoublePuppiJetBtagFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"39c3beac8b47acd087225652851c8c526b20f581","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiHTFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1SeedsForPuppiHTFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1SeedsForPuppiHTFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1SeedsForPuppiHTFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7ed2a379f1861ba396ef934ad16d2939034abba0","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiJetFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1SeedsForPuppiJetFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1SeedsForPuppiJetFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1SeedsForPuppiJetFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1065324d1961acc82f066c1231a56d6eeb926761","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiMETFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1SeedsForPuppiMETFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1SeedsForPuppiMETFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1SeedsForPuppiMETFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"52d7a6e585d2e8960cd59e3366ad4c291ea03f4a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForQuadPuppiJetTripleBtagFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1SeedsForQuadPuppiJetTripleBtagFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1SeedsForQuadPuppiJetTripleBtagFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1SeedsForQuadPuppiJetTripleBtagFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"304c5377253d63cf8d514231fd5ca8527dff299f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TEGammaFilteredCollectionProducer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1TEGammaFilteredCollectionProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1TEGammaFilteredCollectionProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1TEGammaFilteredCollectionProducer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a51154f4e8c251069065a517c37eeed01c14ab6a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TEGammaHGCFilteredCollectionProducer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1TEGammaHGCFilteredCollectionProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1TEGammaHGCFilteredCollectionProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL1TEGammaHGCFilteredCollectionProducer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d902f1e22c3087c7e3dbb9422049f8e0ca2d1495","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonFromL1TkMuonCandidates_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL2MuonFromL1TkMuonCandidates_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL2MuonFromL1TkMuonCandidates_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL2MuonFromL1TkMuonCandidates_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f1d43f040031cd96e959aa40bc5e1f5811763ed6","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonSeedsFromL1TkMuon_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL2MuonSeedsFromL1TkMuon_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL2MuonSeedsFromL1TkMuon_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL2MuonSeedsFromL1TkMuon_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -49,3 +49,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6a62655a55110f5c9c1ed61984c42e5a53eb8272","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3MuonsPhase2L3Links_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3MuonsPhase2L3Links_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3MuonsPhase2L3Links_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3MuonsPhase2L3Links_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9f0db6edcff23859e17427a26fb6ea9ce44daaa8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22EcalIso0p41_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22EcalIso0p41_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22EcalIso0p41_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22EcalIso0p41_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cbc110cee555bf123a7aac0d46dec00890f80cde","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22HcalIso0p40_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22HcalIso0p40_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22HcalIso0p40_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22HcalIso0p40_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"832c348f521d0b5f00f51d35d7e5946cdbdc978e","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22HgcalIso4p70_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22HgcalIso4p70_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22HgcalIso4p70_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22HgcalIso4p70_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7230d0ef0a722979dc014e5b1bd8e5a9b2b82529","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfecalIsoFiltered0p41_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22L3f24QL3pfecalIsoFiltered0p41_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22L3f24QL3pfecalIsoFiltered0p41_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22L3f24QL3pfecalIsoFiltered0p41_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"231515b69b22dc39b19837d6ded6fb60505ff3c3","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfhcalIsoFiltered0p40_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22L3f24QL3pfhcalIsoFiltered0p40_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22L3f24QL3pfhcalIsoFiltered0p40_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22L3f24QL3pfhcalIsoFiltered0p40_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4357f9b1226546bffcf3b471d82c46ce5f2ecff8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfhgcalIsoFiltered4p70_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22L3f24QL3pfhgcalIsoFiltered4p70_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22L3f24QL3pfhgcalIsoFiltered4p70_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22L3f24QL3pfhgcalIsoFiltered4p70_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d6a7939da94eb7471d06fddd52df3c1595e56a54","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3trkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22L3f24QL3trkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22L3f24QL3trkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22L3f24QL3trkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9f930c02b62cc314b9a9fe0f985a8335e69fba0e","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22TrkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22TrkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22TrkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3crIsoL1TkSingleMu22TrkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4cdf2efa8a0d48ffdef43ad43b6fe47a4b1c4a47","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fFiltered17_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1DoubleMu155fFiltered17_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1DoubleMu155fFiltered17_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1DoubleMu155fFiltered17_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a3ca5442bbf70ff9cb079df55d6429a90eff453c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fFiltered37_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1DoubleMu155fFiltered37_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1DoubleMu155fFiltered37_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1DoubleMu155fFiltered37_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"807c0878283ca926adbb9f5e0e520d6115864c11","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fPreFiltered27_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1DoubleMu155fPreFiltered27_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1DoubleMu155fPreFiltered27_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1DoubleMu155fPreFiltered27_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2012e160c52f325daf9ef136b0e837d9824c295f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fPreFiltered8_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1DoubleMu155fPreFiltered8_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1DoubleMu155fPreFiltered8_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1DoubleMu155fPreFiltered8_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4cdf8dbd9d660302ecbc3859dbeecf689a0e4225","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu18Filtered20_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1TkSingleMu18Filtered20_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1TkSingleMu18Filtered20_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1TkSingleMu18Filtered20_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b4ee30b7107058fa2c055f0236756aaca94002e6","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu22L3Filtered24Q_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1TkSingleMu22L3Filtered24Q_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1TkSingleMu22L3Filtered24Q_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1TkSingleMu22L3Filtered24Q_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"210951fd663dba0e3ca6cdbb4d34083d9452f0cc","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu22L3Filtered50Q_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1TkSingleMu22L3Filtered50Q_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1TkSingleMu22L3Filtered50Q_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1TkSingleMu22L3Filtered50Q_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"224eb95858f5e23f3e5510b521eee8fef0f290fd","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533L31055DZFiltered0p2_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1TkTripleMu533L31055DZFiltered0p2_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1TkTripleMu533L31055DZFiltered0p2_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1TkTripleMu533L31055DZFiltered0p2_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"911ed4522b6846e4f4e465b518d9eb71a3f74b3a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533L3Filtered1055_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1TkTripleMu533L3Filtered1055_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1TkTripleMu533L3Filtered1055_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1TkTripleMu533L3Filtered1055_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9099d0ef9ac5d0d6fb05a996141d9f42f2e9634c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533PreFiltered555_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1TkTripleMu533PreFiltered555_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1TkTripleMu533PreFiltered555_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltL3fL1TkTripleMu533PreFiltered555_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ade4059cbb4b05ea83ceec9a384b4e8222f348f6","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltMeasurementTrackerEvent_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltMeasurementTrackerEvent_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltMeasurementTrackerEvent_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltMeasurementTrackerEvent_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a74ac236a3d02bdf3e0bb47746774cf1b5ba44a4","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltOfflinePrimaryVertices_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltOfflinePrimaryVertices_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltOfflinePrimaryVertices_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltOfflinePrimaryVertices_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -39,3 +39,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b8e0b7892fadb2a998b416d085faa110642aa56b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPFMETTypeOneCorrector_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFMETTypeOneCorrector_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFMETTypeOneCorrector_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFMETTypeOneCorrector_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1fb9ed0a29572741863e1693a6515d50aee76639","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetQuad30MaxEta2p4_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiCentralJetQuad30MaxEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiCentralJetQuad30MaxEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiCentralJetQuad30MaxEta2p4_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ebfab64a53b9384270e1c4a6f0298a29ce30154d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetsQuad30HT200MaxEta2p4_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiCentralJetsQuad30HT200MaxEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiCentralJetsQuad30HT200MaxEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiCentralJetsQuad30HT200MaxEta2p4_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"713d2435453d40a4c1bd3d559a7b410d2e5efa65","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetsQuad30HT330MaxEta2p4_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiCentralJetsQuad30HT330MaxEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiCentralJetsQuad30HT330MaxEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiCentralJetsQuad30HT330MaxEta2p4_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"782d96c6ff9854b8dda03dea2b983b3179db442b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiJetForBtagEta2p4_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiJetForBtagEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiJetForBtagEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiJetForBtagEta2p4_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"37f87d505c2796bc1cc38d53d20052b313c301ac","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiJetForBtagSelectorEta2p4_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiJetForBtagSelectorEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiJetForBtagSelectorEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiJetForBtagSelectorEta2p4_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"90a9eba008a4564f5cfc72eadf17d65cafc43b05","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOne140_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiMETTypeOne140_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiMETTypeOne140_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiMETTypeOne140_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d897a7a68e2d3a0832a7188ffd3ed717dee9d881","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOneCorrector_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiMETTypeOneCorrector_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiMETTypeOneCorrector_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPFPuppiMETTypeOneCorrector_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6c033aaa0742661c0bacd99c793989407b60c380","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowBadHcalPseudoCluster_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowBadHcalPseudoCluster_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowBadHcalPseudoCluster_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowBadHcalPseudoCluster_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3bf3c72261b284ca373a1ecb289bc0188c16fac1","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterECALL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterECALL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterECALL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -21,3 +21,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9a617a294d6a11dc68a318d5463a30108812d787","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrectedL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterECALUncorrectedL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterECALUncorrectedL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterECALUncorrectedL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -135,3 +135,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6798dd8b2c6e2714d02032b65294b49037e1b13b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrectedUnseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterECALUncorrectedUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterECALUncorrectedUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterECALUncorrectedUnseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -135,3 +135,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8e44e9e543e77674cc8d646da4ee57555634ec16","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrected_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterECALUncorrected_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterECALUncorrected_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterECALUncorrected_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -135,3 +135,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"558274ee8ce730661cfbd4e85c8e9be84700a83f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUnseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterECALUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterECALUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterECALUnseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -21,3 +21,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"10f5b2be87cb5a71ffe157115af927b682e2ebe0","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECAL_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterECAL_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterECAL_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterECAL_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -21,3 +21,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3e49fca76343782fbeb04c1ed6c4b8a1946aafef","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHBHE_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHBHE_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHBHE_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHBHE_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -166,3 +166,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f0e7ef8cdac235c1e3559842ac0def1969ec578d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHCAL_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHCAL_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHCAL_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHCAL_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -42,3 +42,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5bb726f49eefb9edc2e0e7d5b5cdb1f36ce8e1f5","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHF_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHF_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHF_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHF_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -79,3 +79,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2b68c621fee32f4986b2440876ed8c33c89a6fbb","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCalFromTICLL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHGCalFromTICLL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHGCalFromTICLL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHGCalFromTICLL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -35,3 +35,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"27f50954fece07f77c797d8faf1d3f92f02ad21f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCalFromTICLUnseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHGCalFromTICLUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHGCalFromTICLUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHGCalFromTICLUnseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -38,3 +38,4 @@\n ticl_v5.toModify(hltParticleFlowClusterHGCalFromTICLUnseeded.initialClusteringStep, tracksterSrc = \"hltTiclCandidate\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f47f13c6a72b8c49372089cc8b90bb1508c457cf","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCal_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHGCal_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHGCal_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHGCal_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -38,3 +38,4 @@\n ticl_v5.toModify(hltParticleFlowClusterHGCal.initialClusteringStep, tracksterSrc = \"hltTiclCandidate\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/38ec0b5001047967c074e924158218a1e07ed0af?per_page=100&page=17 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:53:13 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"7ca9e29f55b1901a8e403d4ad9bac74ffb5a136f1a086822b8b9ca43b42d2ef8"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:52:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4852'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '148'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D2C2:5E3FA:398017:3AABB7:68122B48')] +{"sha":"38ec0b5001047967c074e924158218a1e07ed0af","node_id":"C_kwDOF83__NoAKDM4ZWMwYjUwMDEwNDc5NjdjMDc0ZTkyNDE1ODIxOGExZTA3ZWQwYWY","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:43:40Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:52:38Z"},"message":"More changes","tree":{"sha":"33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/38ec0b5001047967c074e924158218a1e07ed0af","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/38ec0b5001047967c074e924158218a1e07ed0af","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e"}],"stats":{"total":2973,"additions":2971,"deletions":2},"files":[{"sha":"7472a9427c12be88905ad9a6f92af108e4109091","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHO_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHO_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHO_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowClusterHO_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -79,3 +79,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0fe81e5b55dec80983b8caa4d4d0d83a1b387df6","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitECALL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitECALL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitECALL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitECALL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -51,3 +51,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bc419e3b46f2bfb4e08ea45e740efcc6d7fd18af","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitECALUnseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitECALUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitECALUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitECALUnseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -51,3 +51,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"175ffe910864f2a04822d01be9f3093effad1f62","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHBHE_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitHBHE_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitHBHE_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitHBHE_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -42,3 +42,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4a48c5b4e585cb3702259a9ea966601c596ddd0c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHF_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitHF_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitHF_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitHF_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -41,3 +41,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6322b9a020e3e0e4acbbb4f4d71031567e047194","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHGCL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitHGCL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitHGCL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitHGCL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -48,3 +48,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cd51ceaf63e96da86d13f29e3a43d3f34e033f6e","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHGC_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitHGC_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitHGC_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitHGC_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -48,3 +48,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"872c513698f0b0be2616938d92be3c3d9bfc5331","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHO_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitHO_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitHO_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowRecHitHO_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3d50b3e8e4d91013b5956dc7dc693c5f8baae0bf","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECALL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowSuperClusterECALL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowSuperClusterECALL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowSuperClusterECALL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -46,3 +46,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"59047190770d345f0b2c888d3133251449fed77c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECALUnseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowSuperClusterECALUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowSuperClusterECALUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowSuperClusterECALUnseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -46,3 +46,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"60c9b390a21e4a8964f8a8a14221a5a39063e2ab","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECAL_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowSuperClusterECAL_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowSuperClusterECAL_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowSuperClusterECAL_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -61,3 +61,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"97c936b55188fc85d6acdd1dc375d89de0600bcb","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCalFromTICLL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowSuperClusterHGCalFromTICLL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowSuperClusterHGCalFromTICLL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowSuperClusterHGCalFromTICLL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -52,3 +52,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6c15e9ad42a6724e494aa3239c1cd991c56b1f5f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCalFromTICLUnseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowSuperClusterHGCalFromTICLUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowSuperClusterHGCalFromTICLUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowSuperClusterHGCalFromTICLUnseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -52,3 +52,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d1c67f3728c4e56bfa585de11ed988e3f87c972c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCal_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowSuperClusterHGCal_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowSuperClusterHGCal_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowSuperClusterHGCal_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -61,3 +61,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1a7bc54621cc9aa9c94c9ea8b08962fee410322f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowTimeAssignerECAL_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowTimeAssignerECAL_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowTimeAssignerECAL_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowTimeAssignerECAL_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c889add2345cded231a8a860cd0d8ac6eb3bb7e1","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowTmpBarrel_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowTmpBarrel_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowTmpBarrel_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltParticleFlowTmpBarrel_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -178,3 +178,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b4a8ebb6bb6eb489b2113cd86ba2e8c276f28634","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsECAL_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfClusterRefsForJetsECAL_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfClusterRefsForJetsECAL_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfClusterRefsForJetsECAL_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2ebe8b308e52a36e2e58f3ad754655b16e268817","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHCAL_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfClusterRefsForJetsHCAL_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfClusterRefsForJetsHCAL_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfClusterRefsForJetsHCAL_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"42ed8f60c1fee28a1b27fb90bb026f4a6d21b53e","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHF_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfClusterRefsForJetsHF_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfClusterRefsForJetsHF_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfClusterRefsForJetsHF_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5fc397db1348e96d2f013b4e42ca9b3e6cf5d2ad","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHGCAL_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfClusterRefsForJetsHGCAL_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfClusterRefsForJetsHGCAL_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfClusterRefsForJetsHGCAL_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"66a26c971cfe6eb58f79c65e6410d0ef49e6cf8a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHO_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfClusterRefsForJetsHO_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfClusterRefsForJetsHO_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfClusterRefsForJetsHO_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9852a070bd138e291a3899922dcc21519fb3a044","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJets_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfClusterRefsForJets_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfClusterRefsForJets_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfClusterRefsForJets_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1cd9e2402fcf1d50d7b9a9bfd82353f80f56d3be","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourJetTagsModEta2p4_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfDeepFlavourJetTagsModEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfDeepFlavourJetTagsModEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfDeepFlavourJetTagsModEta2p4_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -23,3 +23,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8e7f656de894cc1c58bf64524b2a2cc2063af015","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourJetTags_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfDeepFlavourJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfDeepFlavourJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfDeepFlavourJetTags_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -23,3 +23,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4f2313a29b6c4e646e72305bec420a03197e4ad0","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourTagInfosModEta2p4_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfDeepFlavourTagInfosModEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfDeepFlavourTagInfosModEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfDeepFlavourTagInfosModEta2p4_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -22,3 +22,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"00130564bd139c7c10376df2c3d14cdb3b378cfa","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourTagInfos_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfDeepFlavourTagInfos_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfDeepFlavourTagInfos_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPfDeepFlavourTagInfos_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -22,3 +22,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bc8b279642afa58cd53710eae8fb2a355fa4d144","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelLayerQuadruplets_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonPixelLayerQuadruplets_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonPixelLayerQuadruplets_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonPixelLayerQuadruplets_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -45,3 +45,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e7bfc8a2c74a18ce811bee257b2218aa7776c8ac","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksHitDoublets_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonPixelTracksHitDoublets_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonPixelTracksHitDoublets_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonPixelTracksHitDoublets_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f9a8cb7205f1268d5c58e9c2685ef6d56e11451f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b8ce0957847994c20b20d98e1cad9a1bf34d115d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksTrackingRegions_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonPixelTracksTrackingRegions_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonPixelTracksTrackingRegions_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonPixelTracksTrackingRegions_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -31,3 +31,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5688ed2a40466488c9c87fb251ae07268c2557f4","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracks_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonPixelTracks_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonPixelTracks_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonPixelTracks_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,3 +9,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bc3480eb4df7206d58986b8b38abf66ae8a1dbcd","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelVertices_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonPixelVertices_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonPixelVertices_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonPixelVertices_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -18,3 +18,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"078fe75fe4027007f17738960966154bc4b2dd54","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonTrimmedPixelVertices_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonTrimmedPixelVertices_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonTrimmedPixelVertices_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3FromL1TkMuonTrimmedPixelVertices_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3a4ffff86aa9ccbe6dc2b79cf8313dd838744692","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonCandidates_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonCandidates_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonCandidates_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonCandidates_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"91abcb7247c34d9ca3a25123a809316ac3164356","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonGeneralTracks_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonGeneralTracks_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonGeneralTracks_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonGeneralTracks_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -26,3 +26,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6dcbf27db6a7a5aaa9dfcacb98eff0f91c6be72a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepClusters_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepClusters_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepClusters_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepClusters_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5b5c95252fbe62e9c549ecc05e68805374d29a7b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepHitDoublets_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepHitDoublets_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepHitDoublets_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepHitDoublets_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"df2bc0ba42c2acfae64d4940fcaf5af406417506","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepHitTriplets_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepHitTriplets_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepHitTriplets_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepHitTriplets_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -23,3 +23,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"da4f4783bb5f921a2f86d02ae298c22105d91863","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepSeedLayers_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepSeedLayers_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepSeedLayers_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepSeedLayers_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -67,3 +67,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b12931ce819dc65a9d9ebf074209b870ff585dd1","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepSeeds_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepSeeds_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepSeeds_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepSeeds_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1cfa958856b0814cadc3af3fd154ba07651d8851","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackCandidates_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepTrackCandidates_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepTrackCandidates_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepTrackCandidates_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -26,3 +26,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2fca3f7e3902fba5db4395605b60b9a9f55ab470","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackCutClassifier_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepTrackCutClassifier_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepTrackCutClassifier_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepTrackCutClassifier_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7e70859622fc651e682c9b61225aa58dc65c315f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTracksSelectionHighPurity_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepTracksSelectionHighPurity_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepTracksSelectionHighPurity_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepTracksSelectionHighPurity_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5077b747e69e4afae34ba07fa3141c08e4d9203a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTracks_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepTracks_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepTracks_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonHighPtTripletStepTracks_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -19,3 +19,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d9ff5652265edbe60d7ef4b1578228de0c7ea4ab","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepSeeds_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonInitialStepSeeds_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonInitialStepSeeds_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonInitialStepSeeds_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"55c3b49cbaff5a64465fc2c23261c133ce4f2313","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTrackCandidates_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonInitialStepTrackCandidates_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonInitialStepTrackCandidates_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonInitialStepTrackCandidates_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2b5efe7dd18ebaa6565bfccc8094e5045593d128","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTrackCutClassifier_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonInitialStepTrackCutClassifier_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonInitialStepTrackCutClassifier_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonInitialStepTrackCutClassifier_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f86d20a4136e8335b9fbf64a0297a35de660f1dd","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTracksSelectionHighPurity_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonInitialStepTracksSelectionHighPurity_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonInitialStepTracksSelectionHighPurity_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonInitialStepTracksSelectionHighPurity_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"50783a91932d751ed0a8d61af070b65916259886","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTracks_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonInitialStepTracks_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonInitialStepTracks_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonInitialStepTracks_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -19,3 +19,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ad24aff6524a822aa8e6bb607a96c011944a8cc3","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksAndHighPtTripletTrackingRegions_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonPixelTracksAndHighPtTripletTrackingRegions_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonPixelTracksAndHighPtTripletTrackingRegions_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonPixelTracksAndHighPtTripletTrackingRegions_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ac23d3dfb1ea9edf15907b1ae8f4a777ddddf152","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksHitDoublets_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonPixelTracksHitDoublets_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonPixelTracksHitDoublets_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonPixelTracksHitDoublets_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"48cff0938b4dd57faf70668122a298586ef0d908","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksHitQuadruplets_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonPixelTracksHitQuadruplets_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonPixelTracksHitQuadruplets_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonPixelTracksHitQuadruplets_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -26,3 +26,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"56efa12918feb7a522d66588626ca0d4e7c9c149","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksSeedLayers_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonPixelTracksSeedLayers_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonPixelTracksSeedLayers_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonPixelTracksSeedLayers_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -56,3 +56,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"74358cc9843e370ad7dc7728ee5a3b8a3ba3f68f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracks_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonPixelTracks_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonPixelTracks_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonPixelTracks_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8bd6d704030004ad0182df3835a16c0a7c06cdb2","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelVertices_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonPixelVertices_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonPixelVertices_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonPixelVertices_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -18,3 +18,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e2e5317712e3e0a18791fd578c4679b4fbc366d9","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsEcalIsodR0p3dRVeto0p000_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonsEcalIsodR0p3dRVeto0p000_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonsEcalIsodR0p3dRVeto0p000_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonsEcalIsodR0p3dRVeto0p000_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -19,3 +19,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fd402dd8f8e92fd25f032b836d233708d4fb4037","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsHcalIsodR0p3dRVeto0p000_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonsHcalIsodR0p3dRVeto0p000_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonsHcalIsodR0p3dRVeto0p000_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonsHcalIsodR0p3dRVeto0p000_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -23,3 +23,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"21606d38a31ab13eb155641e27979bf2c7c2c059","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsHgcalLCIsodR0p2dRVetoEM0p00dRVetoHad0p02minEEM0p00minEHad0p00_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonsHgcalLCIsodR0p2dRVetoEM0p00dRVetoHad0p02minEEM0p00minEHad0p00_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonsHgcalLCIsodR0p2dRVetoEM0p00dRVetoHad0p02minEEM0p00minEHad0p00_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonsHgcalLCIsodR0p2dRVetoEM0p00dRVetoHad0p02minEEM0p00minEHad0p00_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -19,3 +19,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ad71523dd0c3db2f362bc4b8de54a72caa7dcf9a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p07_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p07_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p07_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p07_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -53,3 +53,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a13a61a71e20e47a5ad0eaf0fcdbc4fd452c3e99","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p4_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p4_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -53,3 +53,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ffb08b2fddb56508ee2e75333441febb32576580","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3MuonCandidates_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OIL3MuonCandidates_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OIL3MuonCandidates_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OIL3MuonCandidates_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9363ae939f57b58c774eb0d2039cb84e8f44058c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3MuonsLinksCombination_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OIL3MuonsLinksCombination_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OIL3MuonsLinksCombination_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OIL3MuonsLinksCombination_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"768684bf47042247e5fd72866f544a1cb82c20b7","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuCtfWithMaterialTracks_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OIMuCtfWithMaterialTracks_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OIMuCtfWithMaterialTracks_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OIMuCtfWithMaterialTracks_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -19,3 +19,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"db18c356d7b1e93a3107231f63acfc44001b0777","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuonTrackCutClassifier_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OIMuonTrackCutClassifier_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OIMuonTrackCutClassifier_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OIMuonTrackCutClassifier_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"169629d97565d504796bdde353c9761b543086cd","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuonTrackSelectionHighPurity_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OIMuonTrackSelectionHighPurity_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OIMuonTrackSelectionHighPurity_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OIMuonTrackSelectionHighPurity_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bcddbdce51ee48b3484191bae42bc30b4037a4c3","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OISeedsFromL2Muons_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OISeedsFromL2Muons_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OISeedsFromL2Muons_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OISeedsFromL2Muons_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -53,3 +53,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5848c7e15e2be3add9d955c0e8b60db5238fb0a5","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OITrackCandidates_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OITrackCandidates_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OITrackCandidates_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2L3OITrackCandidates_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -22,3 +22,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"db3b2faca203094f6d4c16dba62d6cd2667e581b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2OTHitsInputLST_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2OTHitsInputLST_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2OTHitsInputLST_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2OTHitsInputLST_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fca0f51498902c2844a57a9a1e00e3a28d65e1c8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2OnlineBeamSpotDevice_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2OnlineBeamSpotDevice_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2OnlineBeamSpotDevice_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2OnlineBeamSpotDevice_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6f339bd15cd88b202c1499115db4018a849634ad","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelFitterByHelixProjections_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelFitterByHelixProjections_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelFitterByHelixProjections_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelFitterByHelixProjections_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0e0168b505fc2598167fe95f8aaf9368cce16c50","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTrackFilterByKinematics_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelTrackFilterByKinematics_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelTrackFilterByKinematics_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelTrackFilterByKinematics_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,3 +9,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f635ca4b54567f33cdac7817fcc3c3288bbf1986","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3103e86925a5171a6330b73bc198bba017402c87","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitDoublets_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelTracksHitDoublets_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelTracksHitDoublets_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelTracksHitDoublets_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f9cd675aab75f49a6e7ce1a8b6195f6f08ee4db0","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitSeeds_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelTracksHitSeeds_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelTracksHitSeeds_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelTracksHitSeeds_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"80f0aab11bba0e801c407d7516460899d60a4fe4","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksSeedLayers_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelTracksSeedLayers_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelTracksSeedLayers_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelTracksSeedLayers_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -55,3 +55,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"763c535f9c8dd655d5c81619ffbba28fde90bd16","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksSoA_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelTracksSoA_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelTracksSoA_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2PixelTracksSoA_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -48,3 +48,4 @@\n singleIterPatatrack.toReplaceWith(hltPhase2PixelTracksSoA, _hltPhase2PixelTracksSoASingleIterPatatrack)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"01f1fbbd5ed17e13371111be05d93cd0778102ca","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2SiPixelClustersSoA_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2SiPixelClustersSoA_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2SiPixelClustersSoA_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2SiPixelClustersSoA_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"343c8f2f4d6e32e40b681675c85775ce7f3abfd1","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2SiPixelRecHitsSoA_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2SiPixelRecHitsSoA_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2SiPixelRecHitsSoA_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2SiPixelRecHitsSoA_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9e5812452de37feb6a49ebacde8736c577fa7537","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2TowerMakerForAll_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2TowerMakerForAll_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2TowerMakerForAll_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2TowerMakerForAll_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -78,3 +78,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8c55a3acd75e1e171fee835990e3bb6993baa6a0","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2TrimmedPixelVertices_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2TrimmedPixelVertices_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2TrimmedPixelVertices_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhase2TrimmedPixelVertices_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"147667807a39eb07544bf7cdf2a67bc25dc01e90","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoClusterShapeL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoClusterShapeL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoClusterShapeL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoClusterShapeL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"67ee33fe723eee1cb6e6ce3f99f44aca29b0774f","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoClusterShapeUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoClusterShapeUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoClusterShapeUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoClusterShapeUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fd2c3d2e3348eb3443a52e9ac90f0c98ac239c11","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoEcalIsoL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoEcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoEcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoEcalIsoL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"879632b9ccc4bdc8ed131de25d8ca9c8b2edb4a2","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoEcalIsoUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoEcalIsoUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoEcalIsoUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoEcalIsoUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"923adb3dd5170ae171e20d564ff618824903e680","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHEL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoHEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoHEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoHEL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4872a0a5d5b725f2177fbc2c85f3be8f05f7af46","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHEUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoHEUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoHEUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoHEUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3a2f7b66213dd51d40c64f7d83fc9036d8150475","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHcalIsoL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoHcalIsoL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoHcalIsoL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoHcalIsoL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7832d9fbe82efd4f96a5e5da2f4f36a6fc2e63b2","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHcalIsoUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoHcalIsoUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoHcalIsoUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton108EBTightIDTightIsoHcalIsoUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5eade81017d07c8a183928e23778678afca6c298","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HEL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton187HEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton187HEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton187HEL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1d3f9a41bf98bec0b5db941c970f5093b737789a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HEUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton187HEUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton187HEUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton187HEUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7ae977ec0f8ddcd3eb88d3df054f975ded31d5bb","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HgcalHEL1SeededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton187HgcalHEL1SeededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton187HgcalHEL1SeededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton187HgcalHEL1SeededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ffcea6cc1ad291622c59c1ba13f38f11bcb17ca5","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HgcalHEUnseededFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton187HgcalHEUnseededFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton187HgcalHEUnseededFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPhoton187HgcalHEUnseededFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ce0ed086506ed7098d5e141884a03c7186108237","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelClustersMultiplicity_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPixelClustersMultiplicity_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPixelClustersMultiplicity_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPixelClustersMultiplicity_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"acde8e54938bfcdff5ba8db38b55a79b57f276c1","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerPairsL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPixelLayerPairsL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPixelLayerPairsL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPixelLayerPairsL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -76,3 +76,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bd1dd63b3374b0b363f782a8af6e37262783d6ca","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerPairsUnseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPixelLayerPairsUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPixelLayerPairsUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPixelLayerPairsUnseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -76,3 +76,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"469a749cfdcd833607db6f7d5226a4ca448f0c92","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDiphoton3023IsoCaloIdL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreDiphoton3023IsoCaloIdL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreDiphoton3023IsoCaloIdL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreDiphoton3023IsoCaloIdL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ddb659b8c1b5df7a749b4df7c12c666224ba7385","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDiphoton3023IsoCaloIdUnseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreDiphoton3023IsoCaloIdUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreDiphoton3023IsoCaloIdUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreDiphoton3023IsoCaloIdUnseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"959684245c762365b5387689f4c78ebeea8b9b51","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle2312IsoL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreDoubleEle2312IsoL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreDoubleEle2312IsoL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreDoubleEle2312IsoL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f18630ed1c8ec6d935c22edc97298a0d817072ee","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle25CaloIdLPMS2L1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreDoubleEle25CaloIdLPMS2L1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreDoubleEle25CaloIdLPMS2L1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreDoubleEle25CaloIdLPMS2L1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8b9442dc222cf50632fa86dba7c79571cc8868eb","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle25CaloIdLPMS2Unseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreDoubleEle25CaloIdLPMS2Unseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreDoubleEle25CaloIdLPMS2Unseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreDoubleEle25CaloIdLPMS2Unseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/38ec0b5001047967c074e924158218a1e07ed0af?per_page=100&page=18 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:53:13 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"abede7caa123d2d076d62862c9811f47792bc71c240f605ea57eb45c81c0f56a"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:52:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4851'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '149'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D2C4:7AF77:3AFF9F:3C2B7E:68122B49')] +{"sha":"38ec0b5001047967c074e924158218a1e07ed0af","node_id":"C_kwDOF83__NoAKDM4ZWMwYjUwMDEwNDc5NjdjMDc0ZTkyNDE1ODIxOGExZTA3ZWQwYWY","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:43:40Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:52:38Z"},"message":"More changes","tree":{"sha":"33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/38ec0b5001047967c074e924158218a1e07ed0af","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/38ec0b5001047967c074e924158218a1e07ed0af","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e"}],"stats":{"total":2973,"additions":2971,"deletions":2},"files":[{"sha":"cdd28f0014328f765d808585642b01f4b5d8b523","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle115NonIsoL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreEle115NonIsoL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreEle115NonIsoL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreEle115NonIsoL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7aff56e2ba0b2d3afdc3ee102badcf715a58b2c1","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle26WP70L1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreEle26WP70L1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreEle26WP70L1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreEle26WP70L1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3f86bdb1c3dd909a646e15a95c255d05ac3e9877","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle26WP70Unseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreEle26WP70Unseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreEle26WP70Unseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreEle26WP70Unseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e72c8e3595a0b65c5361db432ded3c2516b78c2e","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle32WPTightL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreEle32WPTightL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreEle32WPTightL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreEle32WPTightL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b5d7934cab09013889bea463f9558c11ac0d9d5c","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle32WPTightUnseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreEle32WPTightUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreEle32WPTightUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreEle32WPTightUnseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2a6b7b00ef1724254bb6d2adeb1cc4fa5781d7a8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPreHLTAnalyzerEndpath_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreHLTAnalyzerEndpath_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreHLTAnalyzerEndpath_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPreHLTAnalyzerEndpath_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f704c91ceed5e2eb333c28d75789af7ce5137e9d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton108EBTightIDTightIsoL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPrePhoton108EBTightIDTightIsoL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPrePhoton108EBTightIDTightIsoL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPrePhoton108EBTightIDTightIsoL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3bd6cecda4c53bfad19c979effc7101d2d154820","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton108EBTightIDTightIsoUnseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPrePhoton108EBTightIDTightIsoUnseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPrePhoton108EBTightIDTightIsoUnseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPrePhoton108EBTightIDTightIsoUnseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"856e8bea9b6a67d7ef01a9502717bc6fbcbc8c0b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton187L1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPrePhoton187L1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPrePhoton187L1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPrePhoton187L1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c9839844ac19da7041eca4d66aedc3d494391968","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton187Unseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPrePhoton187Unseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPrePhoton187Unseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPrePhoton187Unseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d0ab61cdf07e5ca6578656adb1afb48c2872d178","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPrimaryVertexAssociationModEta2p4_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPrimaryVertexAssociationModEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPrimaryVertexAssociationModEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPrimaryVertexAssociationModEta2p4_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -37,3 +37,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ca05ad42e6ae76935f26945a756a5ea4870bda9a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPrimaryVertexAssociation_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPrimaryVertexAssociation_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPrimaryVertexAssociation_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPrimaryVertexAssociation_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -37,3 +37,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"52b9b4d44403fc9e1f68f7d4a33b88fa50b3f3bc","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPuppiTauTkIsoEle45_22L1TkFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPuppiTauTkIsoEle45_22L1TkFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPuppiTauTkIsoEle45_22L1TkFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPuppiTauTkIsoEle45_22L1TkFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6c974d2cb01712160f099d2f73fa67f34686b8e9","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltPuppiTauTkMuon4218L1TkFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPuppiTauTkMuon4218L1TkFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPuppiTauTkMuon4218L1TkFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltPuppiTauTkMuon4218L1TkFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ab7db9ce73c6623d84a30c35015af88057ff8ff4","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltRechitInRegionsHGCAL_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltRechitInRegionsHGCAL_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltRechitInRegionsHGCAL_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltRechitInRegionsHGCAL_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -19,3 +19,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d0d8817e8dad7b12255a3edfedc2221e2e231ef3","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltSiPixelClusterShapeCache_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltSiPixelClusterShapeCache_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltSiPixelClusterShapeCache_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltSiPixelClusterShapeCache_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2381e70441a02868ff67d26baa4af0296c1e41ec","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltSingleAK4PFPuppiJet520_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltSingleAK4PFPuppiJet520_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltSingleAK4PFPuppiJet520_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltSingleAK4PFPuppiJet520_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"63a7153ed4a60a7572fd3d5c9c36c86fa5b1856a","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltSingleTkMuon22L1TkMuonFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltSingleTkMuon22L1TkMuonFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltSingleTkMuon22L1TkMuonFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltSingleTkMuon22L1TkMuonFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d4cd46326b92430150f3d2e88b44f1bb5781c74d","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclLayerTileProducerL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclLayerTileProducerL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclLayerTileProducerL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclLayerTileProducerL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6a0ffb57408e8d24169f0f17687f0736d4aa1b4b","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclLayerTileProducer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclLayerTileProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclLayerTileProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclLayerTileProducer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9acdc7ad05e500558d61831e48ea4c9597d27dda","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTracksterLinksL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclTracksterLinksL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclTracksterLinksL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclTracksterLinksL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -45,3 +45,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"70ac218be66a0b196a331e3efe5ef8b32f17c1fd","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersCLUE3DHighL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclTrackstersCLUE3DHighL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclTrackstersCLUE3DHighL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclTrackstersCLUE3DHighL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -159,3 +159,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ade32a79a65005f7a2dc36c8a24816e0e3f57a0e","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersCLUE3DHigh_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclTrackstersCLUE3DHigh_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclTrackstersCLUE3DHigh_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclTrackstersCLUE3DHigh_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -159,3 +159,4 @@\n ticl_v5.toModify(hltTiclTrackstersCLUE3DHigh, inferenceAlgo = cms.string('TracksterInferenceByPFN'))\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"22c294f3853ca4510b14402a3f6d5389573831b3","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersRecoveryL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclTrackstersRecoveryL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclTrackstersRecoveryL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclTrackstersRecoveryL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -107,3 +107,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"582520f2d2e9466d90891a538883b221040498a9","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersRecovery_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclTrackstersRecovery_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclTrackstersRecovery_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTiclTrackstersRecovery_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -107,3 +107,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"68fa67938377c6f02c9e16e4c1d017db27b82fbe","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltTrackRefsForJetsBeforeSorting_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTrackRefsForJetsBeforeSorting_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTrackRefsForJetsBeforeSorting_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTrackRefsForJetsBeforeSorting_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5c631905e2ba291a9b3a9d9f79e1010e741fc979","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltTrackWithVertexRefSelectorBeforeSorting_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTrackWithVertexRefSelectorBeforeSorting_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTrackWithVertexRefSelectorBeforeSorting_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltTrackWithVertexRefSelectorBeforeSorting_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -26,3 +26,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c7a04bf4ed080160e85a61eb7bf28a321b1a92bd","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/hltUnsortedOfflinePrimaryVertices_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltUnsortedOfflinePrimaryVertices_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltUnsortedOfflinePrimaryVertices_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2FhltUnsortedOfflinePrimaryVertices_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -49,3 +49,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5dc16a90c39a6a0e5216ed28cab6dce14be97c52","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEleSingle22Filter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fl1tTkIsoEleSingle22Filter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fl1tTkIsoEleSingle22Filter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fl1tTkIsoEleSingle22Filter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b9a530e9768e3b656ee4182a7a632d96888a21f6","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEleSingle28Filter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fl1tTkIsoEleSingle28Filter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fl1tTkIsoEleSingle28Filter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fl1tTkIsoEleSingle28Filter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0e6ae46245dc0b8fdd6727632a38e4616afd98ef","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmDouble12Filter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fl1tTkIsoEmDouble12Filter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fl1tTkIsoEmDouble12Filter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fl1tTkIsoEmDouble12Filter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f01f82cc4b1a4a90e4b0df727f8fe552ce76fdfa","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmSingle22Filter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fl1tTkIsoEmSingle22Filter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fl1tTkIsoEmSingle22Filter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fl1tTkIsoEmSingle22Filter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5a986abcc2263ed006f40c88e9b0a3d91a1c49d8","filename":"HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmSingle36Filter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fl1tTkIsoEmSingle36Filter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fl1tTkIsoEmSingle36Filter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fmodules%2Fl1tTkIsoEmSingle36Filter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ec241ffef3205ffe39ca5a6b550b076b7b19dc3d","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_L1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Diphoton30_23_IsoCaloId_L1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Diphoton30_23_IsoCaloId_L1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Diphoton30_23_IsoCaloId_L1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"45446fe537e03ca3a4c704c164d02b9714973a55","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_Unseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Diphoton30_23_IsoCaloId_Unseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Diphoton30_23_IsoCaloId_Unseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Diphoton30_23_IsoCaloId_Unseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9ee118145a206c70259461e485b7c532f73b536f","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle23_12_Iso_L1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoubleEle23_12_Iso_L1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoubleEle23_12_Iso_L1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoubleEle23_12_Iso_L1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c77d37a3a0517af69d8de2372aaf4ac91668dcb2","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_L1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoubleEle25_CaloIdL_PMS2_L1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoubleEle25_CaloIdL_PMS2_L1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoubleEle25_CaloIdL_PMS2_L1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"21701fb632488bf808d6264255e52187dd13e500","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_Unseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoubleEle25_CaloIdL_PMS2_Unseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoubleEle25_CaloIdL_PMS2_Unseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoubleEle25_CaloIdL_PMS2_Unseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"af1be1ba269bd3e020a678472828a5833e0bdbc6","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleMediumChargedIsoPFTauHPS40_eta2p1_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoubleMediumChargedIsoPFTauHPS40_eta2p1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoubleMediumChargedIsoPFTauHPS40_eta2p1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoubleMediumChargedIsoPFTauHPS40_eta2p1_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -37,3 +37,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"43ef794976170b38104e09faf18c264b39c06e80","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleMediumDeepTauPFTauHPS35_eta2p1_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoubleMediumDeepTauPFTauHPS35_eta2p1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoubleMediumDeepTauPFTauHPS35_eta2p1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoubleMediumDeepTauPFTauHPS35_eta2p1_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -37,3 +37,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f568e78be118306aee1a675732867d28e395440e","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepCSV_2p4_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepCSV_2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepCSV_2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepCSV_2p4_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -33,3 +33,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"660306c5c5966f4c2cee9517412b0525f65eaa94","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepFlavour_2p4_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepFlavour_2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepFlavour_2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepFlavour_2p4_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -33,3 +33,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d9e61f7fe0c69789850e3d9c61d4f5d46c89add2","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele115_NonIso_L1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Ele115_NonIso_L1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Ele115_NonIso_L1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Ele115_NonIso_L1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0f1239ab5a7790d49f20f91cabc953eb80c355f0","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele30_WPTight_L1Seeded_LooseDeepTauPFTauHPS30_eta2p1_CrossL1_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Ele30_WPTight_L1Seeded_LooseDeepTauPFTauHPS30_eta2p1_CrossL1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Ele30_WPTight_L1Seeded_LooseDeepTauPFTauHPS30_eta2p1_CrossL1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Ele30_WPTight_L1Seeded_LooseDeepTauPFTauHPS30_eta2p1_CrossL1_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -107,3 +107,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e4877a1a5c9b6c827dec3129132e80d93da3ca43","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele32_WPTight_L1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Ele32_WPTight_L1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Ele32_WPTight_L1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Ele32_WPTight_L1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cca15b8d79ad9119a38f5337ed24d2074ad554e3","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele32_WPTight_Unseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Ele32_WPTight_Unseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Ele32_WPTight_Unseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Ele32_WPTight_Unseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7bc549b8efec92fd2c71e4452b00905b860124f6","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_IsoMu20_eta2p1_LooseDeepTauPFTauHPS27_eta2p1_CrossL1_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_IsoMu20_eta2p1_LooseDeepTauPFTauHPS27_eta2p1_CrossL1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_IsoMu20_eta2p1_LooseDeepTauPFTauHPS27_eta2p1_CrossL1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_IsoMu20_eta2p1_LooseDeepTauPFTauHPS27_eta2p1_CrossL1_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -65,3 +65,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b442b1104d16c50a5bb327e98747323a711a6f09","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -37,3 +37,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a90f29794e15c2d2dfefece8bfa1b36600d15729","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu37_Mu27_FromL1TkMuon_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Mu37_Mu27_FromL1TkMuon_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Mu37_Mu27_FromL1TkMuon_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Mu37_Mu27_FromL1TkMuon_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -29,3 +29,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9ea84bfd738143e528097536224b509eb1e844d6","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepCSV_2p4_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepCSV_2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepCSV_2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepCSV_2p4_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -39,3 +39,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"eaf7d53a7bfd7134f05f724ce05054aeae53a825","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -39,3 +39,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f19e1efe05f3daa83c8a8cd87027c852b46a0947","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepCSV_2p4_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepCSV_2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepCSV_2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepCSV_2p4_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -43,3 +43,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d404c715cbe53c9658be9c430c9f6f2a22521440","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -43,3 +43,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6b2ee7797d873fc1c88c782845fd2a2b7d12c80c","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFPuppiMETTypeOne140_PFPuppiMHT140_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_PFPuppiMETTypeOne140_PFPuppiMHT140_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_PFPuppiMETTypeOne140_PFPuppiMHT140_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_PFPuppiMETTypeOne140_PFPuppiMHT140_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -37,3 +37,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a37bf24e9a6d2ff0324f6af66c68e7f0c34dd7b4","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_L1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Photon108EB_TightID_TightIso_L1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Photon108EB_TightID_TightIso_L1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Photon108EB_TightID_TightIso_L1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1eaa0e9d99f6c9900cacaa5b9845ce67232e08a8","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_Unseeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Photon108EB_TightID_TightIso_Unseeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Photon108EB_TightID_TightIso_Unseeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_Photon108EB_TightID_TightIso_Unseeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"461a1175ee375c9d6b6e98226ccf15e378ccbca0","filename":"HLTrigger/Configuration/python/HLT_75e33/paths/HLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpaths%2FHLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7b8f937a080207a5be4e66fdaf9230eed09b13ce","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/CkfBaseTrajectoryFilter_block_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FCkfBaseTrajectoryFilter_block_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FCkfBaseTrajectoryFilter_block_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FCkfBaseTrajectoryFilter_block_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n strictSeedExtension = cms.bool(False)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"63076065920939c8916c89b30d45dff8f1c80705","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/ClusterShapeTrajectoryFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FClusterShapeTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FClusterShapeTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FClusterShapeTrajectoryFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2c5f59842a3fd8450e677ad6f1d6955268c30b35","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/GroupedCkfTrajectoryBuilder_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FGroupedCkfTrajectoryBuilder_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FGroupedCkfTrajectoryBuilder_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FGroupedCkfTrajectoryBuilder_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -28,3 +28,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0deb8e6f0079a2aaf0507dfa7cbae71118deec2e","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/HGCAL_chargeCollectionEfficiencies_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHGCAL_chargeCollectionEfficiencies_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHGCAL_chargeCollectionEfficiencies_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHGCAL_chargeCollectionEfficiencies_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n values = cms.vdouble(1.0, 1.0, 1.0)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4000c232082e62b10ce2339bf3f8d7fc1469e5c7","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonGroupedCkfTrajectoryFilterIT_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTIter0Phase2L3FromL1TkMuonGroupedCkfTrajectoryFilterIT_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTIter0Phase2L3FromL1TkMuonGroupedCkfTrajectoryFilterIT_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTIter0Phase2L3FromL1TkMuonGroupedCkfTrajectoryFilterIT_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n strictSeedExtension = cms.bool(False)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ea83dd6b268cbe11de7c5e64dd6d7fbf383647a9","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTIter0Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTIter0Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTIter0Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -27,3 +27,4 @@\n useSameTrajFilter = cms.bool(True)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"eafddc9995ca1e6350433f97640be4095c2742fa","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTIter2Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTIter2Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTIter2Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -28,3 +28,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"63ec9e91dd5fe6bc5686232fc6c3019d23f06fbc","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetTrajectoryFilterIT_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTIter2Phase2L3FromL1TkMuonPSetTrajectoryFilterIT_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTIter2Phase2L3FromL1TkMuonPSetTrajectoryFilterIT_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTIter2Phase2L3FromL1TkMuonPSetTrajectoryFilterIT_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n strictSeedExtension = cms.bool(False)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"11ec7295d698656cdb7af1d9c5aa9190969a83b7","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryBuilder_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTPSetMuonCkfTrajectoryBuilder_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTPSetMuonCkfTrajectoryBuilder_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTPSetMuonCkfTrajectoryBuilder_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -23,3 +23,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"212580033208cc3d8a6893d3fe114e009c320a1f","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTPSetMuonCkfTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTPSetMuonCkfTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTPSetMuonCkfTrajectoryFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n strictSeedExtension = cms.bool(False)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"596edd21169cd1a83557b6b54a0a1dd97de52624","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetTrajectoryBuilderForGsfElectrons_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTPSetTrajectoryBuilderForGsfElectrons_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTPSetTrajectoryBuilderForGsfElectrons_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTPSetTrajectoryBuilderForGsfElectrons_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -18,3 +18,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bb91d645d719a53e6c673cb6d538335d2edb711f","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetTrajectoryFilterForElectrons_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTPSetTrajectoryFilterForElectrons_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTPSetTrajectoryFilterForElectrons_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTPSetTrajectoryFilterForElectrons_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n strictSeedExtension = cms.bool(False)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d498aa0d0fcca017563e038fd360063ab45d24a0","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/HLTSiStripClusterChargeCutLoose_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTSiStripClusterChargeCutLoose_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTSiStripClusterChargeCutLoose_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTSiStripClusterChargeCutLoose_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n value = cms.double(1620.0)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1ebf4819e7c8a3f0d40c4d5cc3965b3f33a49e1e","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/HLTSiStripClusterChargeCutNone_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTSiStripClusterChargeCutNone_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTSiStripClusterChargeCutNone_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FHLTSiStripClusterChargeCutNone_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n value = cms.double(-1.0)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"44a35a4252a79f83c8e2b7be6fcb0ae2aa5f8bcb","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutLoose_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FSiStripClusterChargeCutLoose_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FSiStripClusterChargeCutLoose_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FSiStripClusterChargeCutLoose_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n value = cms.double(1620.0)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"361ab2fbd8f9adf6b0a83c6ffa2e1db456613449","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutNone_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FSiStripClusterChargeCutNone_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FSiStripClusterChargeCutNone_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FSiStripClusterChargeCutNone_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n value = cms.double(-1.0)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b41a77b1fe374bfc167bb6ae02b5110868135eeb","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutTight_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FSiStripClusterChargeCutTight_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FSiStripClusterChargeCutTight_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FSiStripClusterChargeCutTight_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n value = cms.double(1945.0)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5e7b49c35226da3d41ab4061c7fc04d378222b3f","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/TrajectoryFilterForConversions_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FTrajectoryFilterForConversions_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FTrajectoryFilterForConversions_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FTrajectoryFilterForConversions_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n strictSeedExtension = cms.bool(False)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cbdc7bcaa9daaa62d7c6505216854f7a1878868f","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/TrajectoryFilterForElectrons_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FTrajectoryFilterForElectrons_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FTrajectoryFilterForElectrons_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FTrajectoryFilterForElectrons_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n strictSeedExtension = cms.bool(False)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"43cca8155a5c588adc9ac05ce465b3fcfb76535e","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/ckfBaseTrajectoryFilterP5_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FckfBaseTrajectoryFilterP5_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FckfBaseTrajectoryFilterP5_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FckfBaseTrajectoryFilterP5_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n strictSeedExtension = cms.bool(False)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"15420ab1308bc89983c4af2b973d119778cd87d5","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/ckfTrajectoryFilterBeamHaloMuon_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FckfTrajectoryFilterBeamHaloMuon_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FckfTrajectoryFilterBeamHaloMuon_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FckfTrajectoryFilterBeamHaloMuon_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n strictSeedExtension = cms.bool(False)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"076bbd1710445948c153509c0064b0f366c6abed","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/detachedQuadStepTrajectoryFilterBase_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FdetachedQuadStepTrajectoryFilterBase_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FdetachedQuadStepTrajectoryFilterBase_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FdetachedQuadStepTrajectoryFilterBase_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n strictSeedExtension = cms.bool(False)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"11347187d93fb91dfcfe06338d7579c3efe2ad81","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/detachedQuadStepTrajectoryFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FdetachedQuadStepTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FdetachedQuadStepTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FdetachedQuadStepTrajectoryFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n )\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"dc7cfdde2f018e2479e39d9a83b92b9dab337b79","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/detachedTripletStepTrajectoryFilterBase_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FdetachedTripletStepTrajectoryFilterBase_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FdetachedTripletStepTrajectoryFilterBase_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FdetachedTripletStepTrajectoryFilterBase_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n strictSeedExtension = cms.bool(False)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bc1c0de4383d825b5f86bd7554769935346d2118","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/detachedTripletStepTrajectoryFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FdetachedTripletStepTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FdetachedTripletStepTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FdetachedTripletStepTrajectoryFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n ))\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c3e28d119c8a647047e5800a9ef1dad3be1eb523","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryBuilder_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhighPtTripletStepTrajectoryBuilder_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhighPtTripletStepTrajectoryBuilder_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhighPtTripletStepTrajectoryBuilder_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -29,3 +29,4 @@\n useSameTrajFilter = cms.bool(False)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"07aba55d04af4d27b45e0f7fafc7384d1ea501dd","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilterBase_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhighPtTripletStepTrajectoryFilterBase_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhighPtTripletStepTrajectoryFilterBase_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhighPtTripletStepTrajectoryFilterBase_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n strictSeedExtension = cms.bool(False)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e3e7cd90e269ba9b6b85a31ab2534ef6893208c8","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilterInOut_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhighPtTripletStepTrajectoryFilterInOut_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhighPtTripletStepTrajectoryFilterInOut_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhighPtTripletStepTrajectoryFilterInOut_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n strictSeedExtension = cms.bool(False)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"278be003bca09bc6723407046af204898819abfc","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhighPtTripletStepTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhighPtTripletStepTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhighPtTripletStepTrajectoryFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n )\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"102a48939ccb6e915ca1fdb0dc04dc358342d28d","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryBuilder_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonHighPtTripletStepTrajectoryBuilder_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonHighPtTripletStepTrajectoryBuilder_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonHighPtTripletStepTrajectoryBuilder_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -30,3 +30,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d97892a3944b6b62e41f4ce163d2b97c79df7c7b","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterBase_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonHighPtTripletStepTrajectoryFilterBase_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonHighPtTripletStepTrajectoryFilterBase_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonHighPtTripletStepTrajectoryFilterBase_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n strictSeedExtension = cms.bool(False)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fbb7e962f83b864ad6c7a592f15fbb3efa88ea04","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterInOut_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonHighPtTripletStepTrajectoryFilterInOut_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonHighPtTripletStepTrajectoryFilterInOut_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonHighPtTripletStepTrajectoryFilterInOut_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n strictSeedExtension = cms.bool(False)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bb450d8fb23bade7efa8363e59afbdee7c2b5e8a","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonHighPtTripletStepTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonHighPtTripletStepTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonHighPtTripletStepTrajectoryFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n )\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"70218c4b19f512ebc995f0ada96819f66ac44756","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryBuilder_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonInitialStepTrajectoryBuilder_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonInitialStepTrajectoryBuilder_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonInitialStepTrajectoryBuilder_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -30,3 +30,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e8f55a5bf25e1ac60686e81b6a31b13a6ba2d950","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonInitialStepTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonInitialStepTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonInitialStepTrajectoryFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n strictSeedExtension = cms.bool(False)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d6217ce8c7c8876ba175cbebdd9752f9bfe1d124","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonPSetPvClusterComparerForIT_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonPSetPvClusterComparerForIT_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonPSetPvClusterComparerForIT_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonPSetPvClusterComparerForIT_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n track_pt_min = cms.double(1.0)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6f57f6e9a188aad471b153f485611aafa9ef4084","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonSeedFromProtoTracks_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonSeedFromProtoTracks_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonSeedFromProtoTracks_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2L3MuonSeedFromProtoTracks_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n propagator = cms.string('PropagatorWithMaterial')\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7682e94cd0a75526de0967837a353b4aeab2dfcf","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2PSetPvClusterComparerForIT_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2PSetPvClusterComparerForIT_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2PSetPvClusterComparerForIT_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2PSetPvClusterComparerForIT_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n track_pt_min = cms.double(1.0)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8578cbb9c0b08051a86c67328809c930bc5147c4","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2SeedFromProtoTracks_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2SeedFromProtoTracks_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2SeedFromProtoTracks_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltPhase2SeedFromProtoTracks_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n propagator = cms.string('PropagatorWithMaterial')\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3cb2ef1d1bec6c158204bbc4673d193b38954efa","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/hltTiclTracksterLinksPSet_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltTiclTracksterLinksPSet_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltTiclTracksterLinksPSet_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FhltTiclTracksterLinksPSet_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -50,3 +50,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"875d4cac6d70cec6346dcc790d93fffadaa1cfb7","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryBuilder_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FinitialStepTrajectoryBuilder_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FinitialStepTrajectoryBuilder_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FinitialStepTrajectoryBuilder_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -30,3 +30,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a4b3fbddcd236cc19398c4c7f7317d14e3226765","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterBasePreSplitting_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FinitialStepTrajectoryFilterBasePreSplitting_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FinitialStepTrajectoryFilterBasePreSplitting_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FinitialStepTrajectoryFilterBasePreSplitting_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n strictSeedExtension = cms.bool(False)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"25d58b44dbed9f1886ebd7c7f5aff404fd1605e1","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterPreSplitting_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FinitialStepTrajectoryFilterPreSplitting_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FinitialStepTrajectoryFilterPreSplitting_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FinitialStepTrajectoryFilterPreSplitting_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n )\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/38ec0b5001047967c074e924158218a1e07ed0af?per_page=100&page=19 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:53:13 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"a881de7f96a4d53d1170afcb18e89f5313bc002d60ca8bfe60cc8843b2279312"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:52:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4850'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '150'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D2CC:160556:3960BB:3A8C51:68122B49')] +{"sha":"38ec0b5001047967c074e924158218a1e07ed0af","node_id":"C_kwDOF83__NoAKDM4ZWMwYjUwMDEwNDc5NjdjMDc0ZTkyNDE1ODIxOGExZTA3ZWQwYWY","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:43:40Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:52:38Z"},"message":"More changes","tree":{"sha":"33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/38ec0b5001047967c074e924158218a1e07ed0af","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/38ec0b5001047967c074e924158218a1e07ed0af","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e"}],"stats":{"total":2973,"additions":2971,"deletions":2},"files":[{"sha":"d3936eb8dbdf5f64b3830c2c41d1aa6728b1ce73","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterShapePreSplitting_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FinitialStepTrajectoryFilterShapePreSplitting_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FinitialStepTrajectoryFilterShapePreSplitting_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FinitialStepTrajectoryFilterShapePreSplitting_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -21,3 +21,4 @@\n trimMaxFracTotal = cms.double(0.15)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3141398f2b11a5fc0116e04e516e498056c50af6","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FinitialStepTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FinitialStepTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FinitialStepTrajectoryFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n strictSeedExtension = cms.bool(False)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cddbbd213f8efe68d07b98520625377677a253ea","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/jetCoreRegionalStepTrajectoryFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FjetCoreRegionalStepTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FjetCoreRegionalStepTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FjetCoreRegionalStepTrajectoryFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n strictSeedExtension = cms.bool(False)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b687525242bbb9ea0bf6765bbc8a64a31f759dae","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/lowPtGsfEleTrajectoryFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FlowPtGsfEleTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FlowPtGsfEleTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FlowPtGsfEleTrajectoryFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n strictSeedExtension = cms.bool(False)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"80f9e7ebf31d2178403a1ca9e9400b78d3708652","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/lowPtQuadStepTrajectoryFilterBase_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FlowPtQuadStepTrajectoryFilterBase_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FlowPtQuadStepTrajectoryFilterBase_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FlowPtQuadStepTrajectoryFilterBase_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n strictSeedExtension = cms.bool(False)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1266cd20e19c395c9d05a11488fff6f983185012","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/lowPtQuadStepTrajectoryFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FlowPtQuadStepTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FlowPtQuadStepTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FlowPtQuadStepTrajectoryFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n )\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c67c8375deb6fea36ea6307a495fe691de2bc7b2","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepStandardTrajectoryFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FlowPtTripletStepStandardTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FlowPtTripletStepStandardTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FlowPtTripletStepStandardTrajectoryFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n strictSeedExtension = cms.bool(False)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1e0ed4c0de6a15b2ea0462c68dd0393ca44de907","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepTrajectoryFilterInOut_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FlowPtTripletStepTrajectoryFilterInOut_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FlowPtTripletStepTrajectoryFilterInOut_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FlowPtTripletStepTrajectoryFilterInOut_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n strictSeedExtension = cms.bool(False)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"074310f4b3194e4dacc8a6e9c84d259f249251b9","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepTrajectoryFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FlowPtTripletStepTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FlowPtTripletStepTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FlowPtTripletStepTrajectoryFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n )\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"323eb56e8ede6f98b3eda2c9671e0b08d95719c5","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/mixedTripletStepTrajectoryFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FmixedTripletStepTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FmixedTripletStepTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FmixedTripletStepTrajectoryFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n strictSeedExtension = cms.bool(False)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2bc9993a2078b80cd5dae7595590b395d21a64e4","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryBuilderForInOut_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FmuonSeededTrajectoryBuilderForInOut_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FmuonSeededTrajectoryBuilderForInOut_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FmuonSeededTrajectoryBuilderForInOut_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -28,3 +28,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"807a1dcdab723780962884a64274c9f3cd34ffdb","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryBuilderForOutInDisplaced_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FmuonSeededTrajectoryBuilderForOutInDisplaced_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FmuonSeededTrajectoryBuilderForOutInDisplaced_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FmuonSeededTrajectoryBuilderForOutInDisplaced_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -28,3 +28,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2a536cf31a91c615d9860d772fe701532e1373d6","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForInOut_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FmuonSeededTrajectoryFilterForInOut_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FmuonSeededTrajectoryFilterForInOut_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FmuonSeededTrajectoryFilterForInOut_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n strictSeedExtension = cms.bool(False)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7a4572ae8c49be14faf681e093cacd756ad10e6c","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForOutInDisplaced_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FmuonSeededTrajectoryFilterForOutInDisplaced_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FmuonSeededTrajectoryFilterForOutInDisplaced_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FmuonSeededTrajectoryFilterForOutInDisplaced_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n strictSeedExtension = cms.bool(False)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"89ea2f7b9ded5e725f3e919bbac3478b65f793a5","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForOutIn_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FmuonSeededTrajectoryFilterForOutIn_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FmuonSeededTrajectoryFilterForOutIn_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FmuonSeededTrajectoryFilterForOutIn_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n strictSeedExtension = cms.bool(False)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e8727a62d27504ae2d5c06ee45e2036167fc5f48","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/pSetPvClusterComparerForIT_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FpSetPvClusterComparerForIT_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FpSetPvClusterComparerForIT_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FpSetPvClusterComparerForIT_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n track_pt_min = cms.double(1.0)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"119d11a7afec162256e7d20bd7613fe5f0697416","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/pixelLessStepTrajectoryFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FpixelLessStepTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FpixelLessStepTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FpixelLessStepTrajectoryFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n strictSeedExtension = cms.bool(False)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"30d33aebbfa1c1035eecdcb7fd1706c9cb24a79e","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilterBase_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FpixelPairStepTrajectoryFilterBase_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FpixelPairStepTrajectoryFilterBase_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FpixelPairStepTrajectoryFilterBase_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n strictSeedExtension = cms.bool(False)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"84e264150939ad0c0c2427df8354142dd1f43e12","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilterInOut_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FpixelPairStepTrajectoryFilterInOut_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FpixelPairStepTrajectoryFilterInOut_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FpixelPairStepTrajectoryFilterInOut_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n strictSeedExtension = cms.bool(False)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"466f72b873929c58154fe60d9cb2d86084f0f038","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FpixelPairStepTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FpixelPairStepTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FpixelPairStepTrajectoryFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n )\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8ee5c192fbf75813349a1dc5762be52b32d1a6cb","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/tobTecStepInOutTrajectoryFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FtobTecStepInOutTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FtobTecStepInOutTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FtobTecStepInOutTrajectoryFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n strictSeedExtension = cms.bool(False)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"38f5334d08052ecd62dc0535847d7ffc51dabfe4","filename":"HLTrigger/Configuration/python/HLT_75e33/psets/tobTecStepTrajectoryFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FtobTecStepTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FtobTecStepTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fpsets%2FtobTecStepTrajectoryFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n strictSeedExtension = cms.bool(False)\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"20de01c43a145d6744cb416cf918f4e65f2c098d","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK4PFJetsReconstruction_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTAK4PFJetsReconstruction_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTAK4PFJetsReconstruction_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTAK4PFJetsReconstruction_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n HLTAK4PFJetsReconstruction = cms.Sequence(hltAK4PFJets+hltAK4PFJetCorrectorL1+hltAK4PFJetCorrectorL2+hltAK4PFJetCorrectorL3+hltAK4PFJetCorrector+hltAK4PFJetsCorrected)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"93475bcfed8758062aa47d7fccf7072c2732a19d","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK4PFPuppiJetsReconstruction_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTAK4PFPuppiJetsReconstruction_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTAK4PFPuppiJetsReconstruction_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTAK4PFPuppiJetsReconstruction_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n HLTAK4PFPuppiJetsReconstruction = cms.Sequence(hltGoodOfflinePrimaryVertices+hltPixelClustersMultiplicity+hltPFPuppi+hltAK4PFPuppiJets+hltAK4PFPuppiJetCorrectorL1+hltAK4PFPuppiJetCorrectorL2+hltAK4PFPuppiJetCorrectorL3+hltAK4PFPuppiJetCorrector+hltAK4PFPuppiJetsCorrected)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bd8dcf6813206e853f5e77cbba9509df3ad306c1","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK8PFJetsReconstruction_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTAK8PFJetsReconstruction_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTAK8PFJetsReconstruction_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTAK8PFJetsReconstruction_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n HLTAK8PFJetsReconstruction = cms.Sequence(hltAK8PFJets+hltAK8PFJetCorrectorL1+hltAK8PFJetCorrectorL2+hltAK8PFJetCorrectorL3+hltAK8PFJetCorrector+hltAK8PFJetsCorrected)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e0ff9f0891378ec5464b1c6f80ea183fe7a81925","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepCSVSequencePFPuppiModEta2p4_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTBtagDeepCSVSequencePFPuppiModEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTBtagDeepCSVSequencePFPuppiModEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTBtagDeepCSVSequencePFPuppiModEta2p4_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n HLTBtagDeepCSVSequencePFPuppiModEta2p4 = cms.Sequence(hltPFPuppiJetForBtagSelectorEta2p4+hltPFPuppiJetForBtagEta2p4+hltDeepBLifetimeTagInfosPFPuppiModEta2p4+hltDeepInclusiveVertexFinderPF+hltDeepInclusiveSecondaryVerticesPF+hltDeepTrackVertexArbitratorPF+hltDeepInclusiveMergedVerticesPF+hltDeepSecondaryVertexTagInfosPFPuppiModEta2p4+hltDeepCombinedSecondaryVertexBJetTagsInfosPuppiModEta2p4+hltDeepCombinedSecondaryVertexBJetTagsPFPuppiModEta2p4)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"91ce6932325fc0c1e7ef46987a442d0384ab7ded","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepCSVSequencePFPuppi_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTBtagDeepCSVSequencePFPuppi_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTBtagDeepCSVSequencePFPuppi_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTBtagDeepCSVSequencePFPuppi_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n HLTBtagDeepCSVSequencePFPuppi = cms.Sequence(hltDeepBLifetimeTagInfosPFPuppi+hltDeepInclusiveVertexFinderPF+hltDeepInclusiveSecondaryVerticesPF+hltDeepTrackVertexArbitratorPF+hltDeepInclusiveMergedVerticesPF+hltDeepSecondaryVertexTagInfosPFPuppi+hltDeepCombinedSecondaryVertexBJetTagsInfosPuppi+hltDeepCombinedSecondaryVertexBJetTagsPFPuppi)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2fc5e9066a231de6505e7a9f565627a76be4695d","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepFlavourSequencePFPuppiModEta2p4_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTBtagDeepFlavourSequencePFPuppiModEta2p4_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTBtagDeepFlavourSequencePFPuppiModEta2p4_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTBtagDeepFlavourSequencePFPuppiModEta2p4_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n HLTBtagDeepFlavourSequencePFPuppiModEta2p4 = cms.Sequence(hltPFPuppiJetForBtagSelectorEta2p4+hltPFPuppiJetForBtagEta2p4+hltDeepBLifetimeTagInfosPFPuppiModEta2p4+hltDeepInclusiveVertexFinderPF+hltDeepInclusiveSecondaryVerticesPF+hltDeepTrackVertexArbitratorPF+hltDeepInclusiveMergedVerticesPF+hltDeepSecondaryVertexTagInfosPFPuppiModEta2p4+hltPrimaryVertexAssociationModEta2p4+hltDeepCombinedSecondaryVertexBJetTagsInfosPuppiModEta2p4+hltPfDeepFlavourTagInfosModEta2p4+hltPfDeepFlavourJetTagsModEta2p4)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7c7ab04d5720b96efd3c2f8afd275ca1ba58126f","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepFlavourSequencePFPuppi_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTBtagDeepFlavourSequencePFPuppi_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTBtagDeepFlavourSequencePFPuppi_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTBtagDeepFlavourSequencePFPuppi_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n HLTBtagDeepFlavourSequencePFPuppi = cms.Sequence(hltDeepBLifetimeTagInfosPFPuppi+hltDeepInclusiveVertexFinderPF+hltDeepInclusiveSecondaryVerticesPF+hltDeepTrackVertexArbitratorPF+hltDeepInclusiveMergedVerticesPF+hltDeepSecondaryVertexTagInfosPFPuppi+hltPrimaryVertexAssociation+hltDeepCombinedSecondaryVertexBJetTagsInfosPuppi+hltPfDeepFlavourTagInfos+hltPfDeepFlavourJetTags)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"987c1c05e1a999cecd59475d6fdd547d80e23e33","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCaloMETReconstruction_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTCaloMETReconstruction_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTCaloMETReconstruction_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTCaloMETReconstruction_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n HLTCaloMETReconstruction = cms.Sequence(hltCaloMET)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"100c4f370ac631977e43c673b0d621ded6414f27","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCaloTowersRecSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTCaloTowersRecSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTCaloTowersRecSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTCaloTowersRecSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n HLTCaloTowersRecSequence = cms.Sequence(hltTowerMaker)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"561a412bbc055be8ef719e15583005c445be7a59","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCalolocalrecoSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTCalolocalrecoSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTCalolocalrecoSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTCalolocalrecoSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n HLTCalolocalrecoSequence = cms.Sequence(HLTDoFullUnpackingEgammaEcalSequence+HLTDoLocalHcalSequence)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"101075b95a3ce8c1da504a176be9a6e7e816448a","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCsclocalrecoSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTCsclocalrecoSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTCsclocalrecoSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTCsclocalrecoSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n HLTCsclocalrecoSequence = cms.Sequence(hltCsc2DRecHits+hltCscSegments)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3a5a8bdad7fb397985127149cea97fc2e9e592ec","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDiphoton3023IsoCaloIdL1SeededSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDiphoton3023IsoCaloIdL1SeededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDiphoton3023IsoCaloIdL1SeededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDiphoton3023IsoCaloIdL1SeededSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -54,3 +54,4 @@\n +hltDiEG3023IsoCaloIdHcalIsoL1SeededFilter)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"99f7c57aa5843a925a0d03d48c48a8e5e2c03fb8","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDiphoton3023IsoCaloIdUnseededSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDiphoton3023IsoCaloIdUnseededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDiphoton3023IsoCaloIdUnseededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDiphoton3023IsoCaloIdUnseededSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -55,3 +55,4 @@\n +hltDiEG3023IsoCaloIdHcalIsoUnseededFilter)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ab853c5b26343b574525c28b93dcbc6fa4e67c6e","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoFullUnpackingEgammaEcalL1SeededSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoFullUnpackingEgammaEcalL1SeededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoFullUnpackingEgammaEcalL1SeededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoFullUnpackingEgammaEcalL1SeededSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n HLTDoFullUnpackingEgammaEcalL1SeededSequence = cms.Sequence(hltEcalDigis+bunchSpacingProducer+hltEcalDetIdToBeRecovered+hltL1TEGammaFilteredCollectionProducer+hltEcalBarrelDigisInRegions+hltEcalUncalibRecHitL1Seeded+hltEcalRecHitL1Seeded)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"95da99a63f8cdb0d5c9b76a16382cfb668774cd9","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoFullUnpackingEgammaEcalSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoFullUnpackingEgammaEcalSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoFullUnpackingEgammaEcalSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoFullUnpackingEgammaEcalSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n HLTDoFullUnpackingEgammaEcalSequence = cms.Sequence(hltEcalDigis+bunchSpacingProducer+hltEcalDetIdToBeRecovered+hltEcalMultiFitUncalibRecHit+hltEcalRecHit+hltEcalDetailedTimeRecHit)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cb663d664c3bea4bb8cf68325732cb8836799264","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalHcalSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoLocalHcalSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoLocalHcalSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoLocalHcalSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n HLTDoLocalHcalSequence = cms.Sequence(hltHbhereco+hltHoreco+hltHfprereco+hltHfreco)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6aea3558118de1af71334184e16f072e4454c302","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalPixelSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoLocalPixelSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoLocalPixelSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoLocalPixelSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -20,3 +20,4 @@\n alpaka.toReplaceWith(HLTDoLocalPixelSequence, _HLTDoLocalPixelSequence)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ab08ae0da811baf3ca4adc8f9aee9db0071f5031","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalStripSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoLocalStripSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoLocalStripSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoLocalStripSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n HLTDoLocalStripSequence = cms.Sequence(hltSiPhase2Clusters)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1a5513d6b158a95080b278683a8f7785d68cf6f0","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle2312IsoL1SeededSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoubleEle2312IsoL1SeededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoubleEle2312IsoL1SeededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoubleEle2312IsoL1SeededSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -84,3 +84,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"21724289322f4148081915fb0623ecea489db29f","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle25CaloIdLPMS2L1SeededSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoubleEle25CaloIdLPMS2L1SeededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoubleEle25CaloIdLPMS2L1SeededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoubleEle25CaloIdLPMS2L1SeededSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -40,3 +40,4 @@\n +hltDiEle25CaloIdLPMS2L1SeededFilter)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7a3bd650c30bcc12866075e06cec7b94fac9169c","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle25CaloIdLPMS2UnseededSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoubleEle25CaloIdLPMS2UnseededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoubleEle25CaloIdLPMS2UnseededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDoubleEle25CaloIdLPMS2UnseededSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -44,3 +44,4 @@\n +hltDiEle25CaloIdLPMS2UnseededFilter)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f842001afa6f7661e942547eb6b0d17250f9d639","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDtlocalrecoSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDtlocalrecoSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDtlocalrecoSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTDtlocalrecoSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n HLTDtlocalrecoSequence = cms.Sequence(hltDt1DRecHits+hltDt4DSegments)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c3a1b862770810165f719a0d26da0b1de72d1a78","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEGammaDoLocalHcalSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEGammaDoLocalHcalSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEGammaDoLocalHcalSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEGammaDoLocalHcalSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n HLTEGammaDoLocalHcalSequence = cms.Sequence(hltHcalDigis+hltHbhereco)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"17cc0015c23f8ca13ca269f0a2e1ef15adaf4d06","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle115NonIsoL1SeededGsfElectronL1SeededSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle115NonIsoL1SeededGsfElectronL1SeededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle115NonIsoL1SeededGsfElectronL1SeededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle115NonIsoL1SeededGsfElectronL1SeededSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n HLTEle115NonIsoL1SeededGsfElectronL1SeededSequence = cms.Sequence(hltEgammaCkfTrackCandidatesForGSFL1Seeded+hltEgammaGsfTracksL1Seeded+hltEgammaGsfTrackVarsL1Seeded)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3a6d5623dd564b08c4ca7da47c08f88c46fb8f05","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle115NonIsoL1SeededSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle115NonIsoL1SeededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle115NonIsoL1SeededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle115NonIsoL1SeededSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -51,3 +51,4 @@\n +hltEle115NonIsoGsfDphiL1SeededFilter)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"53f47e70fa9a0d88409e44c1520dc7fd4b2eb9f3","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle26WP70L1SeededSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle26WP70L1SeededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle26WP70L1SeededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle26WP70L1SeededSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -82,3 +82,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"09aad078ba2103b40761ab452a288ef34647fe72","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle26WP70UnseededSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle26WP70UnseededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle26WP70UnseededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle26WP70UnseededSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -80,3 +80,4 @@\n +hltEle26WP70GsfTrackIsoUnseededFilter)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"71966a1b5fb1b58a8d4ef612c96adc4714efaf79","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle32WPTightL1SeededSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle32WPTightL1SeededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle32WPTightL1SeededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle32WPTightL1SeededSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -85,3 +85,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"603a5975161acf12f72951beaad8396e269fc469","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle32WPTightUnseededSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle32WPTightUnseededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle32WPTightUnseededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle32WPTightUnseededSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -82,3 +82,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e58bb098481609be06f452e7df37f32e47c25467","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5OpenL1SeededSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle5OpenL1SeededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle5OpenL1SeededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle5OpenL1SeededSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -84,3 +84,4 @@\n +cms.ignore(hltEle5WPTightGsfTrackIsoL1SeededFilter))\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"485812d49dad299fe58e4f5d2b1c2b48023dc36f","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5OpenUnseededSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle5OpenUnseededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle5OpenUnseededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTEle5OpenUnseededSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -83,3 +83,4 @@\n +cms.ignore(hltEle5WPTightGsfTrackIsoUnseededFilter))\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6785bdb064e3cddfb1d49882b5799432a36b789e","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTElePixelMatchL1SeededSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTElePixelMatchL1SeededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTElePixelMatchL1SeededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTElePixelMatchL1SeededSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -37,3 +37,4 @@\n +hltEgammaPixelMatchVarsL1Seeded))\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"88fcd711732b65cd6b487c0595949966959455bd","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTElePixelMatchUnseededSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTElePixelMatchUnseededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTElePixelMatchUnseededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTElePixelMatchUnseededSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -22,3 +22,4 @@\n HLTElePixelMatchUnseededSequence = cms.Sequence(HLTDoLocalPixelSequence+HLTDoLocalStripSequence+(hltEgammaCandidatesUnseeded+hltEgammaHoverEUnseeded+hltMeasurementTrackerEvent+hltPixelLayerTriplets+hltEgammaSuperClustersToPixelMatchUnseeded+hltEleSeedsTrackingRegionsUnseeded+hltElePixelHitDoubletsForTripletsUnseeded+hltElePixelHitTripletsUnseeded+hltElePixelSeedsTripletsUnseeded+hltElePixelHitTripletsClusterRemoverUnseeded+hltPixelLayerPairsUnseeded+hltElePixelHitDoubletsUnseeded+hltElePixelSeedsDoubletsUnseeded+hltElePixelSeedsCombinedUnseeded+hltEgammaElectronPixelSeedsUnseeded+hltEgammaPixelMatchVarsUnseeded))\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9002f34044080eee2550d5653698520892c16915","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTFastJetForEgammaSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTFastJetForEgammaSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTFastJetForEgammaSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTFastJetForEgammaSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n HLTFastJetForEgammaSequence = cms.Sequence(hltEcalMultiFitUncalibRecHit+hltEcalRecHit+hltFixedGridRhoFastjetAllCaloForEGamma)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"988282bf7613f1cb405202402ce6c2ef96aac313","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGemLocalRecoSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTGemLocalRecoSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTGemLocalRecoSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTGemLocalRecoSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n HLTGemLocalRecoSequence = cms.Sequence(hltGemRecHits+hltGemSegments)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"aca6f649470688c22a8e857f4e0e9b117c704fc0","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGsfElectronL1SeededSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTGsfElectronL1SeededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTGsfElectronL1SeededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTGsfElectronL1SeededSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,3 +9,4 @@\n HLTGsfElectronL1SeededSequence = cms.Sequence(hltEgammaCkfTrackCandidatesForGSFL1Seeded+hltEgammaGsfTracksL1Seeded+hltEgammaGsfTrackVarsL1Seeded+hltEgammaGsfElectronsL1Seeded+hltEgammaBestGsfTrackVarsL1Seeded)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b4248580c0ec25c37c609e537728df266e570662","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGsfElectronUnseededSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTGsfElectronUnseededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTGsfElectronUnseededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTGsfElectronUnseededSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,3 +9,4 @@\n HLTGsfElectronUnseededSequence = cms.Sequence(hltEgammaCkfTrackCandidatesForGSFUnseeded+hltEgammaGsfTracksUnseeded+hltEgammaGsfElectronsUnseeded+hltEgammaBestGsfTrackVarsUnseeded+hltEgammaGsfTrackVarsUnseeded)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"994f554125f36bb19c0462b9dc9db329416ddb8d","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHPSDeepTauPFTauSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHPSDeepTauPFTauSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHPSDeepTauPFTauSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHPSDeepTauPFTauSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n HLTHPSDeepTauPFTauSequence = cms.Sequence(hltHpsPFTauDiscriminationByDecayModeFindingNewDMs+hltHpsPFTauPrimaryVertexProducerForDeepTau+hltHpsPFTauSecondaryVertexProducerForDeepTau+hltHpsPFTauTransverseImpactParametersForDeepTau+hltFixedGridRhoFastjetAll+hltHpsPFTauBasicDiscriminatorsForDeepTau+hltHpsPFTauBasicDiscriminatorsdR03ForDeepTau+hltHpsPFTauDeepTauProducer)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8dc5c9334bdb1113e8f24ee2e44b5f56c01ff396","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHPSMediumChargedIsoPFTauSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHPSMediumChargedIsoPFTauSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHPSMediumChargedIsoPFTauSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHPSMediumChargedIsoPFTauSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n HLTHPSMediumChargedIsoPFTauSequence = cms.Sequence(hltHpsPFTauMediumAbsoluteChargedIsolationDiscriminator+hltHpsPFTauMediumRelativeChargedIsolationDiscriminator+hltHpsPFTauMediumAbsOrRelChargedIsolationDiscriminator)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5af6e1eb1d427bf15761c9cef2d746b645d07dbe","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalLocalRecoSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHgcalLocalRecoSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHgcalLocalRecoSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHgcalLocalRecoSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -38,3 +38,4 @@\n time_layerclustersEE = cms.InputTag(\"hltHgCalLayerClustersFromSoAProducer\", \"timeLayerCluster\"))\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3cccd48615b26bdfd8670e8d371d4ceadc91f8cb","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaL1SeededSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHgcalTiclPFClusteringForEgammaL1SeededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHgcalTiclPFClusteringForEgammaL1SeededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHgcalTiclPFClusteringForEgammaL1SeededSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -77,3 +77,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3c9ba6c322cf1a17af5c9a2e4e440cef3f0add51","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaUnseededSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHgcalTiclPFClusteringForEgammaUnseededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHgcalTiclPFClusteringForEgammaUnseededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHgcalTiclPFClusteringForEgammaUnseededSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -99,3 +99,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a81ca399b650d411ac4867d13efd4c830275c77e","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgamma_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHgcalTiclPFClusteringForEgamma_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHgcalTiclPFClusteringForEgamma_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHgcalTiclPFClusteringForEgamma_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -18,3 +18,4 @@\n HLTHgcalTiclPFClusteringForEgamma = cms.Sequence((hltHgcalDigis+hltHGCalUncalibRecHit+hltHGCalRecHit+hltParticleFlowRecHitHGC+hltHgcalLayerClustersEE+hltHgcalLayerClustersHSci+hltHgcalLayerClustersHSi+hltHgcalMergeLayerClusters+hltFilteredLayerClustersCLUE3DHigh+hltTiclSeedingGlobal+hltTiclLayerTileProducer+hltTiclTrackstersCLUE3DHigh+hltParticleFlowClusterHGCal+hltParticleFlowSuperClusterHGCal))\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"20a09c35a1e840be501e2275dfa29bfcbbfdf766","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHighPtTripletStepSeedingSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHighPtTripletStepSeedingSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHighPtTripletStepSeedingSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHighPtTripletStepSeedingSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n phase2_hlt_vertexTrimming.toReplaceWith(HLTHighPtTripletStepSeedingSequence, _HLTHighPtTripletStepSeedingSequenceTrimming)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"451c11e29b3fcae6e80c97b072d0dabe6fb4749c","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHighPtTripletStepSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHighPtTripletStepSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHighPtTripletStepSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTHighPtTripletStepSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n (seedingLST & trackingLST).toReplaceWith(HLTHighPtTripletStepSequence, _HLTHighPtTripletStepSequenceLSTSeeding)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1b9d87e6b2dc990786d11eb21cc9067404dfd5d1","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTInitialStepPVSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTInitialStepPVSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTInitialStepPVSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTInitialStepPVSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n HLTInitialStepPVSequence = cms.Sequence(hltFirstStepPrimaryVerticesUnsorted+hltPhase2TowerMakerForAll+hltAk4CaloJetsForTrk)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fbaaba2a7e5081c42b9e5351dba13fe30cbf5336","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTInitialStepSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTInitialStepSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTInitialStepSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTInitialStepSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -51,3 +51,4 @@\n (seedingLST & trackingLST).toReplaceWith(HLTInitialStepSequence, _HLTInitialStepSequenceLST.copyAndExclude([hltInitialStepTrackspLSTCLST,hltInitialStepTrackCutClassifierpLSTCLST,hltInitialStepTrackSelectionHighPuritypLSTCLST]))\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a58546ff82b2d2c3bfa43283c28cdc58b1fd96f3","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTItLocalRecoSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTItLocalRecoSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTItLocalRecoSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTItLocalRecoSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n alpaka.toReplaceWith(HLTItLocalRecoSequence, _HLTItLocalRecoSequence)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9b4b5fed35fc1efdb2aa5bc0e19eb275a6fd3c55","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTIter0Phase2L3FromL1TkSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTIter0Phase2L3FromL1TkSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTIter0Phase2L3FromL1TkSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTIter0Phase2L3FromL1TkSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4f3c42e827c3e49c9e48a823558187a72f7c931b","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTIter2Phase2L3FromL1TkSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTIter2Phase2L3FromL1TkSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTIter2Phase2L3FromL1TkSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTIter2Phase2L3FromL1TkSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -31,3 +31,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1c3c315fa8054c057ea2b883d4b145bf34332237","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTL1UnpackerSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTL1UnpackerSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTL1UnpackerSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTL1UnpackerSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -3,3 +3,4 @@\n HLTL1UnpackerSequence = cms.Sequence()\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"54199badcd4e5be3b9c567c671d53559e52bea45","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTL2MuonsFromL1TkSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTL2MuonsFromL1TkSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTL2MuonsFromL1TkSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTL2MuonsFromL1TkSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -20,3 +20,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fee09808ee376473f45519224fa33847239f79ec","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTMuonlocalrecoSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTMuonlocalrecoSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTMuonlocalrecoSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTMuonlocalrecoSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n HLTMuonlocalrecoSequence = cms.Sequence(HLTCsclocalrecoSequence+HLTDtlocalrecoSequence+HLTGemLocalRecoSequence+hltRpcRecHits)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"21791a09e9a4296050761f0b9b1be8345e989973","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTOtLocalRecoSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTOtLocalRecoSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTOtLocalRecoSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTOtLocalRecoSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n HLTOtLocalRecoSequence = cms.Sequence(hltMeasurementTrackerEvent)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4626085545f57b3968f647e872e355d88d83e263","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusterJMEReconstruction_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFClusterJMEReconstruction_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFClusterJMEReconstruction_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFClusterJMEReconstruction_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n HLTPFClusterJMEReconstruction = cms.Sequence(HLTPfClusterRefsForJetsSequence+hltAK4PFClusterJets+hltAK8PFClusterJets+hltPFClusterMET)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ba0e51a93236a850b3628cca6840d52adecdd9d8","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusteringForEgammaL1SeededSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFClusteringForEgammaL1SeededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFClusteringForEgammaL1SeededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFClusteringForEgammaL1SeededSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n HLTPFClusteringForEgammaL1SeededSequence = cms.Sequence((hltL1TEGammaFilteredCollectionProducer+hltRechitInRegionsECAL+hltParticleFlowRecHitECALL1Seeded+hltParticleFlowClusterECALUncorrectedL1Seeded+hltParticleFlowClusterECALL1Seeded+hltParticleFlowSuperClusterECALL1Seeded))\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fb29230186494b46afd3bc0384edc7ce5583f62d","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusteringForEgammaUnseededSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFClusteringForEgammaUnseededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFClusteringForEgammaUnseededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFClusteringForEgammaUnseededSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n HLTPFClusteringForEgammaUnseededSequence = cms.Sequence(hltParticleFlowRecHitECALUnseeded+hltParticleFlowClusterECALUncorrectedUnseeded+hltParticleFlowClusterECALUnseeded+hltParticleFlowSuperClusterECALUnseeded)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2495a5896ac6cbe28f710667aa93c1fb1722c026","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFHcalClusteringForEgammaSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFHcalClusteringForEgammaSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFHcalClusteringForEgammaSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFHcalClusteringForEgammaSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n HLTPFHcalClusteringForEgammaSequence = cms.Sequence(hltParticleFlowRecHitHBHE+hltParticleFlowClusterHBHE+hltParticleFlowClusterHCAL)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"253a14c0445d0569105140f028e8a760da209d22","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFJetsCHSReconstruction_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFJetsCHSReconstruction_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFJetsCHSReconstruction_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFJetsCHSReconstruction_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -20,3 +20,4 @@\n HLTPFJetsCHSReconstruction = cms.Sequence(hltParticleFlowPtrs+hltGoodOfflinePrimaryVertices+hltPfPileUpJME+hltPfNoPileUpJME+hltAK4PFCHSJets+hltAK4PFCHSJetCorrectorL1+hltAK4PFCHSJetCorrectorL2+hltAK4PFCHSJetCorrectorL3+hltAK4PFCHSJetCorrector+hltAK4PFCHSJetsCorrected+hltAK8PFCHSJets+hltAK8PFCHSJetCorrectorL1+hltAK8PFCHSJetCorrectorL2+hltAK8PFCHSJetCorrectorL3+hltAK8PFCHSJetCorrector+hltAK8PFCHSJetsCorrected)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"85f59f34df446316271340425925c50a86f18800","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFMETsReconstruction_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFMETsReconstruction_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFMETsReconstruction_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFMETsReconstruction_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n HLTPFMETsReconstruction = cms.Sequence(hltPFMET+hltAK4PFCHSJetCorrectorL1+hltAK4PFCHSJetCorrectorL2+hltAK4PFCHSJetCorrectorL3+hltAK4PFCHSJetCorrector+hltPFMETTypeOneCorrector+hltPFMETTypeOne)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"149edfc8e5a5a4074774c817601223c58afa9687","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFPuppiJMEReconstruction_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFPuppiJMEReconstruction_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFPuppiJMEReconstruction_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFPuppiJMEReconstruction_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -22,3 +22,4 @@\n HLTPFPuppiJMEReconstruction = cms.Sequence(hltPixelClustersMultiplicity+hltPFPuppiNoLep+hltPFPuppiMET+hltPixelClustersMultiplicity+hltPFPuppi+hltAK4PFPuppiJets+hltAK4PFPuppiJetCorrectorL1+hltAK4PFPuppiJetCorrectorL2+hltAK4PFPuppiJetCorrectorL3+hltAK4PFPuppiJetCorrector+hltAK4PFPuppiJetsCorrected+hltPFPuppiMETTypeOneCorrector+hltPFPuppiMETTypeOne+hltAK8PFPuppiJets+hltAK8PFPuppiJetCorrectorL1+hltAK8PFPuppiJetCorrectorL2+hltAK8PFPuppiJetCorrectorL3+hltAK8PFPuppiJetCorrector+hltAK8PFPuppiJetsCorrected)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a3bb202cef5c41917d63cdf8bf365bc4ef9bd619","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFPuppiMETReconstruction_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFPuppiMETReconstruction_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFPuppiMETReconstruction_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPFPuppiMETReconstruction_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n HLTPFPuppiMETReconstruction = cms.Sequence(hltGoodOfflinePrimaryVertices+hltPixelClustersMultiplicity+hltPFPuppiNoLep+hltPFPuppiMET)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"69d2eeee596c0172c11e552878687c37df989970","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowClusterECALSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTParticleFlowClusterECALSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTParticleFlowClusterECALSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTParticleFlowClusterECALSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n HLTParticleFlowClusterECALSequence = cms.Sequence(hltEcalBarrelClusterFastTimer+hltParticleFlowTimeAssignerECAL+hltParticleFlowClusterECAL)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b0831240e8ff86473c904d28f479504e0cb4a047","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowClusterSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTParticleFlowClusterSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTParticleFlowClusterSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTParticleFlowClusterSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n HLTParticleFlowClusterSequence = cms.Sequence(hltParticleFlowBadHcalPseudoCluster+HLTPfClusteringECALSequence+HLTPfClusteringHBHEHFSequence+HLTPfClusteringHOSequence)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e47caf4de786e550ab70b19df03bba0ea11c858d","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowRecoSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTParticleFlowRecoSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTParticleFlowRecoSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTParticleFlowRecoSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,3 +9,4 @@\n HLTParticleFlowRecoSequence = cms.Sequence(hltPfTrack+hltParticleFlowBlock+hltParticleFlowTmpBarrel+hltParticleFlowTmp+hltFixedGridRhoFastjetAll)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"de1bcc420e07486f26e3aef28ac39326b9cf7b12","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTParticleFlowSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTParticleFlowSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTParticleFlowSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n HLTParticleFlowSequence = cms.Sequence(HLTParticleFlowClusterSequence+HLTIterTICLSequence+HLTVertexRecoSequence+HLTParticleFlowSuperClusteringSequence+HLTCaloTowersRecSequence+HLTParticleFlowRecoSequence)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c68f7b79b88c645336441f926d11d98b8ea20a95","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowSuperClusteringSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTParticleFlowSuperClusteringSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTParticleFlowSuperClusteringSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTParticleFlowSuperClusteringSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n HLTParticleFlowSuperClusteringSequence = cms.Sequence(hltParticleFlowSuperClusterECAL)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8d740d2696b2942b9c58cca7f202bafb48edc3d8","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusterRefsForJetsSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPfClusterRefsForJetsSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPfClusterRefsForJetsSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPfClusterRefsForJetsSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -35,3 +35,4 @@\n hltPfClusterRefsForJets)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"01de03aeefbcd1ae932e1004da7b79d2c2edd1ae","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringECALSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPfClusteringECALSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPfClusteringECALSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPfClusteringECALSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n HLTPfClusteringECALSequence = cms.Sequence(hltParticleFlowRecHitECALUnseeded+hltParticleFlowClusterECALUncorrected+HLTParticleFlowClusterECALSequence)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"172cd9f751ba85c4bc98923d7aeb60af3bb38767","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringHBHEHFSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPfClusteringHBHEHFSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPfClusteringHBHEHFSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPfClusteringHBHEHFSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,3 +9,4 @@\n HLTPfClusteringHBHEHFSequence = cms.Sequence(hltParticleFlowRecHitHBHE+hltParticleFlowClusterHBHE+hltParticleFlowClusterHCAL+hltParticleFlowRecHitHF+hltParticleFlowClusterHF)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e9a3cf986c8249ed85a4fb70eb02f9b793d28d50","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringHOSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPfClusteringHOSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPfClusteringHOSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPfClusteringHOSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n HLTPfClusteringHOSequence = cms.Sequence(hltParticleFlowRecHitHO+hltParticleFlowClusterHO)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c6a9f635a565915c7e05d3c43b02a208e5a06e50","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3FromL1TkSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhase2L3FromL1TkSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhase2L3FromL1TkSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhase2L3FromL1TkSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -19,3 +19,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"86c80d44f45e1269476e8a1e09e019bfa22e3630","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3MuonGeneralTracksSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhase2L3MuonGeneralTracksSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhase2L3MuonGeneralTracksSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhase2L3MuonGeneralTracksSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -50,3 +50,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7e60ae1bc7e4684cbc95fe5f600bdc6c0f3c3455","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3MuonsSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhase2L3MuonsSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhase2L3MuonsSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhase2L3MuonsSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"570bad3dfd8337327c209b73f8b638951e3873a7","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3OISequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhase2L3OISequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhase2L3OISequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhase2L3OISequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"37007856cf6b209a14036fe362798a59e324a894","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2PixelTracksSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhase2PixelTracksSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhase2PixelTracksSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhase2PixelTracksSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -23,3 +23,4 @@\n alpaka.toReplaceWith(HLTPhase2PixelTracksSequence, _HLTPhase2PixelTracksSequence)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6be8cb4533cc74f764d48de8a82a1df588111fae","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton108EBTightIDTightIsoL1SeededSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhoton108EBTightIDTightIsoL1SeededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhoton108EBTightIDTightIsoL1SeededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhoton108EBTightIDTightIsoL1SeededSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -41,3 +41,4 @@\n +hltPhoton108EBTightIDTightIsoHcalIsoL1SeededFilter)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"006a60ceba3c4eb6bce6b5b7fb5740299b94a58a","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton108EBTightIDTightIsoUnseededSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhoton108EBTightIDTightIsoUnseededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhoton108EBTightIDTightIsoUnseededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhoton108EBTightIDTightIsoUnseededSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -41,3 +41,4 @@\n +hltPhoton108EBTightIDTightIsoHcalIsoUnseededFilter)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/38ec0b5001047967c074e924158218a1e07ed0af?per_page=100&page=20 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:53:14 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"21c84045487c36f60f86dfe18504b7ce79022f9e1e46989b5337de830d831b18"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:52:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4849'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '151'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D2D6:359D07:3A5E4F:3B8A48:68122B49')] +{"sha":"38ec0b5001047967c074e924158218a1e07ed0af","node_id":"C_kwDOF83__NoAKDM4ZWMwYjUwMDEwNDc5NjdjMDc0ZTkyNDE1ODIxOGExZTA3ZWQwYWY","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:43:40Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:52:38Z"},"message":"More changes","tree":{"sha":"33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/38ec0b5001047967c074e924158218a1e07ed0af","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/38ec0b5001047967c074e924158218a1e07ed0af","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e"}],"stats":{"total":2973,"additions":2971,"deletions":2},"files":[{"sha":"90effe29c27282ce9a4f12ad3187423a7fafa27d","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton187L1SeededSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhoton187L1SeededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhoton187L1SeededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhoton187L1SeededSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -30,3 +30,4 @@\n +hltPhoton187HEL1SeededFilter)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e166a9c76d8bb937e4d37c57c08d4088a888418d","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton187UnseededSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhoton187UnseededSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhoton187UnseededSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTPhoton187UnseededSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -30,3 +30,4 @@\n +hltPhoton187HEUnseededFilter)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"afcb66597cb000c76c59995bd6d739d1bb7dce6f","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclCandidateSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclCandidateSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclCandidateSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclCandidateSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n HLTTiclCandidateSequence = cms.Sequence(hltTiclCandidate)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ebc445ed4597662a7eba49ddabc5c7ba2da9b9d8","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclLayerTileSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclLayerTileSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclLayerTileSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclLayerTileSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n HLTTiclLayerTileSequence = cms.Sequence(hltTiclLayerTileProducer)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d2a7765cc61b55e58be3809de4dd49a4722e5279","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTracksterLinksSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclTracksterLinksSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclTracksterLinksSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclTracksterLinksSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n HLTTiclTracksterLinksSequence = cms.Sequence(hltTiclTracksterLinks)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f527f9ebeb23ecea2f46ba1e532567ccfdad0802","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTracksterMergeSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclTracksterMergeSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclTracksterMergeSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclTracksterMergeSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n HLTTiclTracksterMergeSequence = cms.Sequence(hltTiclTrackstersMerge)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a870c71fc08b6253b8d45b905243ade530bb1e03","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersCLUE3DHighStepSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclTrackstersCLUE3DHighStepSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclTrackstersCLUE3DHighStepSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclTrackstersCLUE3DHighStepSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n HLTTiclTrackstersCLUE3DHighStepSequence = cms.Sequence(hltFilteredLayerClustersCLUE3DHigh+hltTiclSeedingGlobal+hltTiclTrackstersCLUE3DHigh)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1d69f4066daa3d07b677a99e7ed0773d6e737e53","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersRecoverySequenceL1Seeded_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclTrackstersRecoverySequenceL1Seeded_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclTrackstersRecoverySequenceL1Seeded_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclTrackstersRecoverySequenceL1Seeded_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n HLTTiclTrackstersRecoverySequence = cms.Sequence(hltFilteredLayerClustersRecovery+hltTiclTrackstersRecovery)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"05b16c524065ff432ec542c0f33ea5b823f1640c","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersRecoverySequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclTrackstersRecoverySequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclTrackstersRecoverySequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTTiclTrackstersRecoverySequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n HLTTiclTrackstersRecoverySequence = cms.Sequence(hltFilteredLayerClustersRecovery+hltTiclTrackstersRecovery)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0c4dc1ee3c9ac03dd33feace60b4f24657ab645a","filename":"HLTrigger/Configuration/python/HLT_75e33/sequences/HLTVertexRecoSequence_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTVertexRecoSequence_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTVertexRecoSequence_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fsequences%2FHLTVertexRecoSequence_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,3 +9,4 @@\n HLTVertexRecoSequence = cms.Sequence(HLTInitialStepPVSequence+hltUnsortedOfflinePrimaryVertices+hltTrackWithVertexRefSelectorBeforeSorting+hltTrackRefsForJetsBeforeSorting+hltOfflinePrimaryVertices)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"29344fa21e73d12d3b475fc532b8ade5d5d4bbe2","filename":"HLTrigger/Configuration/python/HLT_75e33/services/RandomNumberGeneratorService_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fservices%2FRandomNumberGeneratorService_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fservices%2FRandomNumberGeneratorService_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Fpython%2FHLT_75e33%2Fservices%2FRandomNumberGeneratorService_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -165,3 +165,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e9307569e906a86ce796fa47f7d7337eaf86971f","filename":"HLTrigger/Configuration/test/testAccessToEDMInputsOfHLTTests_update_filelist.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Ftest%2FtestAccessToEDMInputsOfHLTTests_update_filelist.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTrigger%2FConfiguration%2Ftest%2FtestAccessToEDMInputsOfHLTTests_update_filelist.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTrigger%2FConfiguration%2Ftest%2FtestAccessToEDMInputsOfHLTTests_update_filelist.sh?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -93,3 +93,4 @@ printf \"%s\\n\" \"-------------------------\"\n cd \"${TESTDIR}\"\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"826641074d406bada440d09b8a90d70b06b494f7","filename":"HLTriggerOffline/HeavyFlavor/python/heavyFlavorValidationHarvestingSequence_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTriggerOffline%2FHeavyFlavor%2Fpython%2FheavyFlavorValidationHarvestingSequence_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTriggerOffline%2FHeavyFlavor%2Fpython%2FheavyFlavorValidationHarvestingSequence_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTriggerOffline%2FHeavyFlavor%2Fpython%2FheavyFlavorValidationHarvestingSequence_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -139,3 +139,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0d88a37425076606bfd761d491e7f2d3d63d78a9","filename":"HLTriggerOffline/SUSYBSM/test/BSMTriggerCheck/html/template/comp_beginning.html","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTriggerOffline%2FSUSYBSM%2Ftest%2FBSMTriggerCheck%2Fhtml%2Ftemplate%2Fcomp_beginning.html","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTriggerOffline%2FSUSYBSM%2Ftest%2FBSMTriggerCheck%2Fhtml%2Ftemplate%2Fcomp_beginning.html","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTriggerOffline%2FSUSYBSM%2Ftest%2FBSMTriggerCheck%2Fhtml%2Ftemplate%2Fcomp_beginning.html?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -17,3 +17,4 @@\n
\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"db00b7fa90407d15084221a4910c591794908db5","filename":"HLTriggerOffline/SUSYBSM/test/BSMTriggerCheck/html/template/menu_beginning.html","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTriggerOffline%2FSUSYBSM%2Ftest%2FBSMTriggerCheck%2Fhtml%2Ftemplate%2Fmenu_beginning.html","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTriggerOffline%2FSUSYBSM%2Ftest%2FBSMTriggerCheck%2Fhtml%2Ftemplate%2Fmenu_beginning.html","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTriggerOffline%2FSUSYBSM%2Ftest%2FBSMTriggerCheck%2Fhtml%2Ftemplate%2Fmenu_beginning.html?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n

\t\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3706e82ef983f39f9a0977dbefcdbdc1b8d57279","filename":"HLTriggerOffline/Scouting/test/runScoutingMonitoringDQM_EGammaOnly_step1_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTriggerOffline%2FScouting%2Ftest%2FrunScoutingMonitoringDQM_EGammaOnly_step1_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTriggerOffline%2FScouting%2Ftest%2FrunScoutingMonitoringDQM_EGammaOnly_step1_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTriggerOffline%2FScouting%2Ftest%2FrunScoutingMonitoringDQM_EGammaOnly_step1_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -54,3 +54,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3972be6c539ec97deccfa1e193fd8a158cc5c2b6","filename":"HLTriggerOffline/Scouting/test/runScoutingMonitoringDQM_EGammaOnly_step2_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HLTriggerOffline%2FScouting%2Ftest%2FrunScoutingMonitoringDQM_EGammaOnly_step2_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HLTriggerOffline%2FScouting%2Ftest%2FrunScoutingMonitoringDQM_EGammaOnly_step2_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HLTriggerOffline%2FScouting%2Ftest%2FrunScoutingMonitoringDQM_EGammaOnly_step2_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -31,3 +31,4 @@\n process.schedule = cms.Schedule(process.p, process.p1)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7ee2440812db2f0746fccc5569cfa89cf198bd93","filename":"HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToFlyingCascadeBuilderBase.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HeavyFlavorAnalysis%2FSpecificDecay%2Finterface%2FBPHDecayToFlyingCascadeBuilderBase.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HeavyFlavorAnalysis%2FSpecificDecay%2Finterface%2FBPHDecayToFlyingCascadeBuilderBase.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HeavyFlavorAnalysis%2FSpecificDecay%2Finterface%2FBPHDecayToFlyingCascadeBuilderBase.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -87,3 +87,4 @@ class BPHDecayToFlyingCascadeBuilderBase : public virtual BPHDecaySpecificBuilde\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"89f43e0ee8532cc66b09b849045a3ff3b6656ef0","filename":"HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToResTrkTrkSameMassBuilder.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HeavyFlavorAnalysis%2FSpecificDecay%2Finterface%2FBPHDecayToResTrkTrkSameMassBuilder.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HeavyFlavorAnalysis%2FSpecificDecay%2Finterface%2FBPHDecayToResTrkTrkSameMassBuilder.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HeavyFlavorAnalysis%2FSpecificDecay%2Finterface%2FBPHDecayToResTrkTrkSameMassBuilder.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -132,3 +132,4 @@ class BPHDecayToResTrkTrkSameMassBuilder : public BPHDecayToResTrkTrkSameMassBui\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4b982a321b01c10631877ffab01adbd274466ab8","filename":"HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToResTrkTrkSameMassBuilderBase.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HeavyFlavorAnalysis%2FSpecificDecay%2Finterface%2FBPHDecayToResTrkTrkSameMassBuilderBase.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HeavyFlavorAnalysis%2FSpecificDecay%2Finterface%2FBPHDecayToResTrkTrkSameMassBuilderBase.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HeavyFlavorAnalysis%2FSpecificDecay%2Finterface%2FBPHDecayToResTrkTrkSameMassBuilderBase.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -97,3 +97,4 @@ class BPHDecayToResTrkTrkSameMassBuilderBase : public virtual BPHDecayConstraine\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e34be53d9fb0885aaad1c2264996dceed7b55396","filename":"HeavyFlavorAnalysis/SpecificDecay/src/BPHDecayToResTrkTrkSameMassBuilderBase.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HeavyFlavorAnalysis%2FSpecificDecay%2Fsrc%2FBPHDecayToResTrkTrkSameMassBuilderBase.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HeavyFlavorAnalysis%2FSpecificDecay%2Fsrc%2FBPHDecayToResTrkTrkSameMassBuilderBase.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HeavyFlavorAnalysis%2FSpecificDecay%2Fsrc%2FBPHDecayToResTrkTrkSameMassBuilderBase.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -106,3 +106,4 @@ void BPHDecayToResTrkTrkSameMassBuilderBase::setTrkEtaMax(double eta) {\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6780c90d2434c236c8eda1ac136fd3132535f04a","filename":"HeterogeneousCore/AlpakaInterface/interface/AssertDeviceMatchesHostCollection.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HeterogeneousCore%2FAlpakaInterface%2Finterface%2FAssertDeviceMatchesHostCollection.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HeterogeneousCore%2FAlpakaInterface%2Finterface%2FAssertDeviceMatchesHostCollection.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HeterogeneousCore%2FAlpakaInterface%2Finterface%2FAssertDeviceMatchesHostCollection.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -22,3 +22,4 @@\n #endif // HeterogeneousCore_AlpakaInterface_interface_AssertDeviceMatchesHostCollection_h\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a30acd074f21271f43dd68dc4e7a98d749db5a3f","filename":"HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerCopyToDeviceCache.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HeterogeneousCore%2FAlpakaTest%2Fplugins%2Falpaka%2FTestAlpakaGlobalProducerCopyToDeviceCache.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HeterogeneousCore%2FAlpakaTest%2Fplugins%2Falpaka%2FTestAlpakaGlobalProducerCopyToDeviceCache.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HeterogeneousCore%2FAlpakaTest%2Fplugins%2Falpaka%2FTestAlpakaGlobalProducerCopyToDeviceCache.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -84,3 +84,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n DEFINE_FWK_ALPAKA_MODULE(TestAlpakaGlobalProducerCopyToDeviceCache);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5e8600cd8550aca4bb384435c77a6412bdf06d4f","filename":"HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerImplicitCopyToDevice.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HeterogeneousCore%2FAlpakaTest%2Fplugins%2Falpaka%2FTestAlpakaGlobalProducerImplicitCopyToDevice.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HeterogeneousCore%2FAlpakaTest%2Fplugins%2Falpaka%2FTestAlpakaGlobalProducerImplicitCopyToDevice.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HeterogeneousCore%2FAlpakaTest%2Fplugins%2Falpaka%2FTestAlpakaGlobalProducerImplicitCopyToDevice.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -39,3 +39,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n DEFINE_FWK_ALPAKA_MODULE(TestAlpakaGlobalProducerImplicitCopyToDevice);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2a66344c5f1068a47dd0198d126522e80c7c8034","filename":"HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerMoveToDeviceCache.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HeterogeneousCore%2FAlpakaTest%2Fplugins%2Falpaka%2FTestAlpakaGlobalProducerMoveToDeviceCache.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HeterogeneousCore%2FAlpakaTest%2Fplugins%2Falpaka%2FTestAlpakaGlobalProducerMoveToDeviceCache.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HeterogeneousCore%2FAlpakaTest%2Fplugins%2Falpaka%2FTestAlpakaGlobalProducerMoveToDeviceCache.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -83,3 +83,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n DEFINE_FWK_ALPAKA_MODULE(TestAlpakaGlobalProducerMoveToDeviceCache);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9d45b7e4e503a7277f56c7095f189b604b3598d3","filename":"HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerNoOutput.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HeterogeneousCore%2FAlpakaTest%2Fplugins%2Falpaka%2FTestAlpakaGlobalProducerNoOutput.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HeterogeneousCore%2FAlpakaTest%2Fplugins%2Falpaka%2FTestAlpakaGlobalProducerNoOutput.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HeterogeneousCore%2FAlpakaTest%2Fplugins%2Falpaka%2FTestAlpakaGlobalProducerNoOutput.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -38,3 +38,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n DEFINE_FWK_ALPAKA_MODULE(TestAlpakaGlobalProducerNoOutput);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c40c2d089709b726343ccc608168ad1e1141ab8f","filename":"HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaStreamSynchronizingProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HeterogeneousCore%2FAlpakaTest%2Fplugins%2Falpaka%2FTestAlpakaStreamSynchronizingProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HeterogeneousCore%2FAlpakaTest%2Fplugins%2Falpaka%2FTestAlpakaStreamSynchronizingProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HeterogeneousCore%2FAlpakaTest%2Fplugins%2Falpaka%2FTestAlpakaStreamSynchronizingProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -76,3 +76,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n DEFINE_FWK_ALPAKA_MODULE(TestAlpakaStreamSynchronizingProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c3a622b2821375ef2790776ba23af13945c68bda","filename":"HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaStreamSynchronizingProducerToDevice.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HeterogeneousCore%2FAlpakaTest%2Fplugins%2Falpaka%2FTestAlpakaStreamSynchronizingProducerToDevice.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HeterogeneousCore%2FAlpakaTest%2Fplugins%2Falpaka%2FTestAlpakaStreamSynchronizingProducerToDevice.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HeterogeneousCore%2FAlpakaTest%2Fplugins%2Falpaka%2FTestAlpakaStreamSynchronizingProducerToDevice.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -63,3 +63,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n DEFINE_FWK_ALPAKA_MODULE(TestAlpakaStreamSynchronizingProducerToDevice);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"784edac1c163dedf9c6669953ea3e346c2d41982","filename":"HeterogeneousTest/AlpakaDevice/plugins/alpaka/AlpakaTestDeviceAdditionAlgo.dev.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HeterogeneousTest%2FAlpakaDevice%2Fplugins%2Falpaka%2FAlpakaTestDeviceAdditionAlgo.dev.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HeterogeneousTest%2FAlpakaDevice%2Fplugins%2Falpaka%2FAlpakaTestDeviceAdditionAlgo.dev.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HeterogeneousTest%2FAlpakaDevice%2Fplugins%2Falpaka%2FAlpakaTestDeviceAdditionAlgo.dev.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -31,3 +31,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE::HeterogeneousTestAlpakaDevicePlugins {\n } // namespace ALPAKA_ACCELERATOR_NAMESPACE::HeterogeneousTestAlpakaDevicePlugins\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9fdd093a61162a970d3c2917f9005a8de7ef5bd0","filename":"HeterogeneousTest/AlpakaDevice/plugins/alpaka/AlpakaTestDeviceAdditionModule.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HeterogeneousTest%2FAlpakaDevice%2Fplugins%2Falpaka%2FAlpakaTestDeviceAdditionModule.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HeterogeneousTest%2FAlpakaDevice%2Fplugins%2Falpaka%2FAlpakaTestDeviceAdditionModule.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HeterogeneousTest%2FAlpakaDevice%2Fplugins%2Falpaka%2FAlpakaTestDeviceAdditionModule.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -124,3 +124,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n DEFINE_FWK_ALPAKA_MODULE(AlpakaTestDeviceAdditionModule);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"df5bca584e11c822019299ec5f93e5ce0ce82c6f","filename":"HeterogeneousTest/AlpakaKernel/plugins/alpaka/AlpakaTestKernelAdditionAlgo.dev.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HeterogeneousTest%2FAlpakaKernel%2Fplugins%2Falpaka%2FAlpakaTestKernelAdditionAlgo.dev.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HeterogeneousTest%2FAlpakaKernel%2Fplugins%2Falpaka%2FAlpakaTestKernelAdditionAlgo.dev.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HeterogeneousTest%2FAlpakaKernel%2Fplugins%2Falpaka%2FAlpakaTestKernelAdditionAlgo.dev.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -22,3 +22,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE::HeterogeneousTestAlpakaKernelPlugins {\n } // namespace ALPAKA_ACCELERATOR_NAMESPACE::HeterogeneousTestAlpakaKernelPlugins\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"24c93307e24ac5525d94193bcbe6d03b4f38f7bb","filename":"HeterogeneousTest/AlpakaKernel/plugins/alpaka/AlpakaTestKernelAdditionModule.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HeterogeneousTest%2FAlpakaKernel%2Fplugins%2Falpaka%2FAlpakaTestKernelAdditionModule.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HeterogeneousTest%2FAlpakaKernel%2Fplugins%2Falpaka%2FAlpakaTestKernelAdditionModule.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HeterogeneousTest%2FAlpakaKernel%2Fplugins%2Falpaka%2FAlpakaTestKernelAdditionModule.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -124,3 +124,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n DEFINE_FWK_ALPAKA_MODULE(AlpakaTestKernelAdditionModule);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b0456ab3b7ca32838c2c11a790f60edf3f7ceebb","filename":"HeterogeneousTest/AlpakaOpaque/plugins/alpaka/AlpakaTestOpaqueAdditionModule.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HeterogeneousTest%2FAlpakaOpaque%2Fplugins%2Falpaka%2FAlpakaTestOpaqueAdditionModule.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HeterogeneousTest%2FAlpakaOpaque%2Fplugins%2Falpaka%2FAlpakaTestOpaqueAdditionModule.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HeterogeneousTest%2FAlpakaOpaque%2Fplugins%2Falpaka%2FAlpakaTestOpaqueAdditionModule.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -94,3 +94,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n DEFINE_FWK_ALPAKA_MODULE(AlpakaTestOpaqueAdditionModule);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d69b1f5185eb65e43da0e2090238b44b89e4545f","filename":"HeterogeneousTest/AlpakaWrapper/plugins/alpaka/AlpakaTestWrapperAdditionModule.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/HeterogeneousTest%2FAlpakaWrapper%2Fplugins%2Falpaka%2FAlpakaTestWrapperAdditionModule.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/HeterogeneousTest%2FAlpakaWrapper%2Fplugins%2Falpaka%2FAlpakaTestWrapperAdditionModule.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/HeterogeneousTest%2FAlpakaWrapper%2Fplugins%2Falpaka%2FAlpakaTestWrapperAdditionModule.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -122,3 +122,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n DEFINE_FWK_ALPAKA_MODULE(AlpakaTestWrapperAdditionModule);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"022da4f058c597056043d9f3e9e7e1ed3ea2398e","filename":"IOMC/EventVertexGenerators/python/VtxSmearedFixed_EmitRealistic5TeVppCollision2017_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedFixed_EmitRealistic5TeVppCollision2017_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedFixed_EmitRealistic5TeVppCollision2017_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedFixed_EmitRealistic5TeVppCollision2017_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ce2810b2f15e08bc0a2c86ae2b128682e09c76e6","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRealistic100ns13TeVCollisionBetaStar90mLowBunches_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic100ns13TeVCollisionBetaStar90mLowBunches_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic100ns13TeVCollisionBetaStar90mLowBunches_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic100ns13TeVCollisionBetaStar90mLowBunches_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"491d81d1e3d4e89fb2e57e97f32d22535754a892","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRealistic100ns13TeVCollisionBetaStar90m_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic100ns13TeVCollisionBetaStar90m_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic100ns13TeVCollisionBetaStar90m_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic100ns13TeVCollisionBetaStar90m_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a172e5c1f183a2366b84ae908d636846dc1b073a","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeV2016Collision_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns13TeV2016Collision_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns13TeV2016Collision_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns13TeV2016Collision_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c2147d25867bfb097702af6213ea2779e50faf33","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeVEarly2017Collision_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns13TeVEarly2017Collision_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns13TeVEarly2017Collision_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns13TeVEarly2017Collision_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7e20eeccd8117f905406b3608ad4fd4b74bbce05","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeVEarly2018Collision_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns13TeVEarly2018Collision_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns13TeVEarly2018Collision_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns13TeVEarly2018Collision_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bde1f77548495f7bc2379a117f4665ff9368a9ba","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEOY2022Collision_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns13p6TeVEOY2022Collision_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns13p6TeVEOY2022Collision_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns13p6TeVEOY2022Collision_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"647c19cc34613ad699ce6c3c45b6aebeb72e7389","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEarly2022Collision_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns13p6TeVEarly2022Collision_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns13p6TeVEarly2022Collision_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns13p6TeVEarly2022Collision_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2abeebd84893ffd5f2e9e327355b8d9c71d927a2","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEarly2023Collision_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns13p6TeVEarly2023Collision_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns13p6TeVEarly2023Collision_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns13p6TeVEarly2023Collision_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"002951680d6e712016529267dcfe1acc15995f94","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns900GeV2021Collision_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns900GeV2021Collision_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns900GeV2021Collision_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic25ns900GeV2021Collision_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"50b28555a78b639ccddb7ccad1bff23c3039b301","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRealistic2p76TeV2011Collision_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic2p76TeV2011Collision_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic2p76TeV2011Collision_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic2p76TeV2011Collision_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,5 +8,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"02744b92f2d191163b24ff41a271329b57781d9f","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRealistic2p76TeV2013Collision_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic2p76TeV2013Collision_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic2p76TeV2013Collision_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic2p76TeV2013Collision_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,5 +8,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"71a48ddf64ee69a842a3d7713c9821998663c3c7","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRealistic50ns13TeVCollisionZeroTesla_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic50ns13TeVCollisionZeroTesla_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic50ns13TeVCollisionZeroTesla_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic50ns13TeVCollisionZeroTesla_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"78305b5cc813e34ea264fd736ee473d84c2d7111","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRealistic5TeVPA2016Collision_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic5TeVPA2016Collision_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic5TeVPA2016Collision_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic5TeVPA2016Collision_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"719db9f341c851a548782bf3e6a4d9f5c7f6aff7","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRealistic5TeVppCollision2017_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic5TeVppCollision2017_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic5TeVppCollision2017_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic5TeVppCollision2017_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e4ad8623d76166fc250f5ca59c3c2a9b22a78a3a","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRealistic7TeVCollisionComm10_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic7TeVCollisionComm10_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic7TeVCollisionComm10_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic7TeVCollisionComm10_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,5 +8,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"c58294fa43730b8a89f510fae044a3cf33316461","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRealistic8TeVPA2016Collision_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic8TeVPA2016Collision_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic8TeVPA2016Collision_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealistic8TeVPA2016Collision_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"aba6d87f530441de088bdbef0fd84a6e793f375b","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRealisticHICollisionFixZ2015_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealisticHICollisionFixZ2015_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealisticHICollisionFixZ2015_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRealisticHICollisionFixZ2015_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,5 +8,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"cac9527f2156f66e34ee3c6eab8268e38c92a597","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRun3FlatOpticsGaussSigmaZ4p2cm_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRun3FlatOpticsGaussSigmaZ4p2cm_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRun3FlatOpticsGaussSigmaZ4p2cm_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRun3FlatOpticsGaussSigmaZ4p2cm_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7a4d38de4cd6bc12ca77eabf4f7ca9deaf9b7823","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRun3FlatOpticsGaussSigmaZ5p3cm_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRun3FlatOpticsGaussSigmaZ5p3cm_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRun3FlatOpticsGaussSigmaZ5p3cm_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRun3FlatOpticsGaussSigmaZ5p3cm_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e9a2bd3cfa2e4ce7b592facdeafd375c478f35d3","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRun3RoundOptics25ns13TeVHighSigmaZ_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRun3RoundOptics25ns13TeVHighSigmaZ_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRun3RoundOptics25ns13TeVHighSigmaZ_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRun3RoundOptics25ns13TeVHighSigmaZ_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"23110b8193ad46192d6f2000193404c8114ffa2f","filename":"IOMC/EventVertexGenerators/python/VtxSmearedRun3RoundOptics25ns13TeVLowSigmaZ_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRun3RoundOptics25ns13TeVLowSigmaZ_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRun3RoundOptics25ns13TeVLowSigmaZ_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/IOMC%2FEventVertexGenerators%2Fpython%2FVtxSmearedRun3RoundOptics25ns13TeVLowSigmaZ_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b5ec15ee824d49dd8be4d6eb28b988bf6e798744","filename":"JetMETCorrections/InterpolationTables/interface/InterpolationFunctorInstances.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/JetMETCorrections%2FInterpolationTables%2Finterface%2FInterpolationFunctorInstances.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/JetMETCorrections%2FInterpolationTables%2Finterface%2FInterpolationFunctorInstances.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/JetMETCorrections%2FInterpolationTables%2Finterface%2FInterpolationFunctorInstances.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@ namespace npstat {\n #endif // NPSTAT_INTERPOLATIONFUNCTORINSTANCES_HH_\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a7a4fb9690aef5ca70a58f8d97cdac65bc9b77c5","filename":"JetMETCorrections/InterpolationTables/interface/StorableMultivariateFunctorReader.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/JetMETCorrections%2FInterpolationTables%2Finterface%2FStorableMultivariateFunctorReader.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/JetMETCorrections%2FInterpolationTables%2Finterface%2FStorableMultivariateFunctorReader.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/JetMETCorrections%2FInterpolationTables%2Finterface%2FStorableMultivariateFunctorReader.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -33,3 +33,4 @@ namespace npstat {\n #endif // NPSTAT_READER_FOR_STORABLEMULTIVARIATEFUNCTOR\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8a1fb2a6e597c154bfcc4cd649774da56b4f18cf","filename":"JetMETCorrections/TauJet/data/IterativeCone0.4_EtScheme_TowerEt0.5_E0.8_Jets871_2x1033PU_tau.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/JetMETCorrections%2FTauJet%2Fdata%2FIterativeCone0.4_EtScheme_TowerEt0.5_E0.8_Jets871_2x1033PU_tau.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/JetMETCorrections%2FTauJet%2Fdata%2FIterativeCone0.4_EtScheme_TowerEt0.5_E0.8_Jets871_2x1033PU_tau.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/JetMETCorrections%2FTauJet%2Fdata%2FIterativeCone0.4_EtScheme_TowerEt0.5_E0.8_Jets871_2x1033PU_tau.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -76,3 +76,4 @@\n 2.3 -1\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c2d2f1a5d578901b83b3c4ae44944b154560a826","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_BTagSeeds_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2023%2Fl1tGTMenu_BTagSeeds_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2023%2Fl1tGTMenu_BTagSeeds_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2023%2Fl1tGTMenu_BTagSeeds_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -167,3 +167,4 @@\n algorithms.append(cms.PSet(expression = cms.string(\"TripleTkMuon_5_3p5_2p5_OS_Mass5to17\")))\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"aba4fb38a1b62fdd700988c015d2bb59b57d7c5d","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2023%2Fl1tGTMenu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2023%2Fl1tGTMenu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2023%2Fl1tGTMenu_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f473143dd8b92a53b442819f00d5f8695fe79133","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_crossLepSeeds_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2023%2Fl1tGTMenu_crossLepSeeds_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2023%2Fl1tGTMenu_crossLepSeeds_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2023%2Fl1tGTMenu_crossLepSeeds_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -199,3 +199,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e351887ed4325c9cc40a972a35d7b7d0261a54fd","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_hadr_crossLepSeeds_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2023%2Fl1tGTMenu_hadr_crossLepSeeds_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2023%2Fl1tGTMenu_hadr_crossLepSeeds_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2023%2Fl1tGTMenu_hadr_crossLepSeeds_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -282,3 +282,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d3b7f3d47d4431b5c8c546d11f41156dfe449676","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_hadr_metSeeds_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2023%2Fl1tGTMenu_hadr_metSeeds_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2023%2Fl1tGTMenu_hadr_metSeeds_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2023%2Fl1tGTMenu_hadr_metSeeds_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -134,3 +134,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e85c7174b22825524f1c10b886976e98b0a82742","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_lepSeeds_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2023%2Fl1tGTMenu_lepSeeds_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2023%2Fl1tGTMenu_lepSeeds_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2023%2Fl1tGTMenu_lepSeeds_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -252,3 +252,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1bddf281b24370f157f98e587a046abfb0219830","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenuObjects_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenuObjects_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenuObjects_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenuObjects_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -102,3 +102,4 @@\n regionsMaxRelIsolationPt = get_object_isos(\"CL2Photons\",\"Iso\"),\n )-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d6c4b9b0a381f261d73a1f0da8646b7705345f46","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_BTagSeeds_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenu_BTagSeeds_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenu_BTagSeeds_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenu_BTagSeeds_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -126,3 +126,4 @@\n algorithms.append(cms.PSet(expression = cms.string(\"pTripleTkMuon_5_3p5_2p5_OS_Mass5to17\")))\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a5f963d6c686832548ca7702e01105346e4aca73","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenu_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"166cea8a79f29157b680dadd7cc604548a88a2cb","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_crossLepSeeds_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenu_crossLepSeeds_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenu_crossLepSeeds_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenu_crossLepSeeds_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -128,3 +128,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"687a836445ca18a51406d30700f70b59c98d734d","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_hadr_crossLepSeeds_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenu_hadr_crossLepSeeds_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenu_hadr_crossLepSeeds_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenu_hadr_crossLepSeeds_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -190,3 +190,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6f601e8e23b528e0b8630c84498b3b4b2e965fd3","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_hadr_metSeeds_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenu_hadr_metSeeds_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenu_hadr_metSeeds_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenu_hadr_metSeeds_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -102,3 +102,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"077a8fad06b4b315639d9cb88f2c221b04263caf","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_lepSeeds_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenu_lepSeeds_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenu_lepSeeds_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTMenu_lepSeeds_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -157,3 +157,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6f9de7ffc4b1a1e67ab487661836d4604d2c3861","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_constants.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTObject_constants.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTObject_constants.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTObject_constants.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -72,3 +72,4 @@ def get_object_isos(obj, id = \"default\", obj_dict=objectIDs):\n return cms.double(values)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e28f7bf4cd5d4349c72a8f3648f1f16d2cbdbabd","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_ids.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTObject_ids.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTObject_ids.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTObject_ids.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -60,3 +60,4 @@\n }\n }-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"866096052628b84ab7de3dd652e174095944d91f","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_scalings.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTObject_scalings.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTObject_scalings.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024%2Fl1tGTObject_scalings.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -322,3 +322,4 @@\n }\n }-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cc9d907a88909bbdb2b24fdd8c98e36376cd042f","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_BTagSeeds_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTMenu_BTagSeeds_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTMenu_BTagSeeds_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTMenu_BTagSeeds_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -169,3 +169,4 @@\n algorithms.append(cms.PSet(expression = cms.string(\"pTripleTkMuon_5_3p5_2p5_OS_Mass5to17\")))\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5819b50a0e9590fd6e189f26d2414e17b4c893fc","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTMenu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTMenu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTMenu_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"62e7f52f102f7303e125f717b042e4c6b1cdb5dc","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_crossLepSeeds_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTMenu_crossLepSeeds_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTMenu_crossLepSeeds_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTMenu_crossLepSeeds_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -204,3 +204,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cda8e5fbee01798a7e51f3c04f62dfc38ae99180","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_hadr_crossLepSeeds_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTMenu_hadr_crossLepSeeds_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTMenu_hadr_crossLepSeeds_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTMenu_hadr_crossLepSeeds_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -278,3 +278,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ec011df2ebb8769f90b9dffa41a2b8a098cf8098","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_hadr_metSeeds_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTMenu_hadr_metSeeds_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTMenu_hadr_metSeeds_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTMenu_hadr_metSeeds_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -136,3 +136,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"175a7edf5d3316db7a5a48183fcd633a97f9ca65","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_lepSeeds_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTMenu_lepSeeds_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTMenu_lepSeeds_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTMenu_lepSeeds_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -260,3 +260,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d6c632e37e88a594f47750d312bfa6e8afda0d0a","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_constants.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTObject_constants.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTObject_constants.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTObject_constants.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -72,3 +72,4 @@ def get_object_isos(obj, id = \"default\", obj_dict=objectIDs):\n return cms.double(values)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e28f7bf4cd5d4349c72a8f3648f1f16d2cbdbabd","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_ids.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTObject_ids.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTObject_ids.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTObject_ids.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -60,3 +60,4 @@\n }\n }-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"866096052628b84ab7de3dd652e174095944d91f","filename":"L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_scalings.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTObject_scalings.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTObject_scalings.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FConfiguration%2Fpython%2FPhase2GTMenus%2FSeedDefinitions%2Fstep1_2024_explicitSeeds%2Fl1tGTObject_scalings.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -322,3 +322,4 @@\n }\n }-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"49d23b011b2ad6df2596ea2aa33dde91561cc637","filename":"L1Trigger/DTTriggerPhase2/test/primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FDTTriggerPhase2%2Ftest%2FprimitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FDTTriggerPhase2%2Ftest%2FprimitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FDTTriggerPhase2%2Ftest%2FprimitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -53,5 +53,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"d3029c183793cf53915d2ff33c142fc461b714b0","filename":"L1Trigger/DTTriggerPhase2/test/primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg_withRPC.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FDTTriggerPhase2%2Ftest%2FprimitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg_withRPC.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FDTTriggerPhase2%2Ftest%2FprimitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg_withRPC.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FDTTriggerPhase2%2Ftest%2FprimitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg_withRPC.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -69,3 +69,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"33c0221aeb3eca2ccc3bf1f29998522ab95439e9","filename":"L1Trigger/DTTriggerPhase2/test/test_primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FDTTriggerPhase2%2Ftest%2Ftest_primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FDTTriggerPhase2%2Ftest%2Ftest_primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FDTTriggerPhase2%2Ftest%2Ftest_primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -79,5 +79,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"5b957a87068e2a3aca8bd6cd79f3db563f8bbd9e","filename":"L1Trigger/GlobalTriggerAnalyzer/python/customise_l1GtPatternGeneratorFromRaw.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FGlobalTriggerAnalyzer%2Fpython%2Fcustomise_l1GtPatternGeneratorFromRaw.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FGlobalTriggerAnalyzer%2Fpython%2Fcustomise_l1GtPatternGeneratorFromRaw.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FGlobalTriggerAnalyzer%2Fpython%2Fcustomise_l1GtPatternGeneratorFromRaw.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -80,3 +80,4 @@ def customise(process):\n return (process)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"caf8062191d97e5bace44aafc0907bd1287c623f","filename":"L1Trigger/GlobalTriggerAnalyzer/test/L1GtPatternGenerator_overrideL1Menu_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FGlobalTriggerAnalyzer%2Ftest%2FL1GtPatternGenerator_overrideL1Menu_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FGlobalTriggerAnalyzer%2Ftest%2FL1GtPatternGenerator_overrideL1Menu_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FGlobalTriggerAnalyzer%2Ftest%2FL1GtPatternGenerator_overrideL1Menu_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -305,3 +305,4 @@\n #process.outpath = cms.EndPath(process.outputL1GtPatternGen)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"79a774d65483bc9c54e1ef3e9489c039395cd4ed","filename":"L1Trigger/L1CaloTrigger/python/l1tPhase2GCTBarrelToCorrelatorLayer1Emulator_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1CaloTrigger%2Fpython%2Fl1tPhase2GCTBarrelToCorrelatorLayer1Emulator_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1CaloTrigger%2Fpython%2Fl1tPhase2GCTBarrelToCorrelatorLayer1Emulator_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1CaloTrigger%2Fpython%2Fl1tPhase2GCTBarrelToCorrelatorLayer1Emulator_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d06a311ecddabcce23191fac98ee515591bb12a6","filename":"L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_0_ECALZS_inconsistent_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloParams_2018_v1_0_ECALZS_inconsistent_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloParams_2018_v1_0_ECALZS_inconsistent_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloParams_2018_v1_0_ECALZS_inconsistent_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -220,3 +220,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1a3fa641e793e64b19952ec4d377aa141daef2fb","filename":"L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_1_ECALZS_inconsistent_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloParams_2018_v1_1_ECALZS_inconsistent_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloParams_2018_v1_1_ECALZS_inconsistent_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloParams_2018_v1_1_ECALZS_inconsistent_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -171,3 +171,4 @@\n ])\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"88eb1a7ef383245228d7b9926ceb49c14efcc2b2","filename":"L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_1_ECALZS_noHFJEC_newEGIso_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloParams_2018_v1_1_ECALZS_noHFJEC_newEGIso_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloParams_2018_v1_1_ECALZS_noHFJEC_newEGIso_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloParams_2018_v1_1_ECALZS_noHFJEC_newEGIso_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -172,3 +172,4 @@\n ])\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"29b54e0fd6f123d494f0095f8b45ef6c36a289b2","filename":"L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_0_HI_inconsistent_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_0_HI_inconsistent_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_0_HI_inconsistent_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_0_HI_inconsistent_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -187,3 +187,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d22c13cbb5291b6405606512d1f1594be565afe5","filename":"L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_10_mean_inconsistent_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_10_mean_inconsistent_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_10_mean_inconsistent_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_10_mean_inconsistent_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -225,3 +225,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f5abac78692c2f08e7cea204a642e012c30cd689","filename":"L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_10_mode_inconsistent_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_10_mode_inconsistent_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_10_mode_inconsistent_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_10_mode_inconsistent_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -225,3 +225,4 @@\n ])\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"eb6c9323bbce2d38b656b946d3e7c66885b9c48e","filename":"L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_2_noHCALSF_inconsistent_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_2_noHCALSF_inconsistent_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_2_noHCALSF_inconsistent_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_2_noHCALSF_inconsistent_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -183,3 +183,4 @@\n caloStage2Params.layer1HFScaleFactors = cms.vdouble([1.]*12)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c5d465463d5376c67e79d6e4f067aa44bb20d16f","filename":"L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_2_updateHFSF_v6MET_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_8_2_updateHFSF_v6MET_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_8_2_updateHFSF_v6MET_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_8_2_updateHFSF_v6MET_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -228,3 +228,4 @@\n ])\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bc2042c0caabdaa424b7ec8ca6efa939b44b5530","filename":"L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_2_updateHFSF_v7MET_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_8_2_updateHFSF_v7MET_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_8_2_updateHFSF_v7MET_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_8_2_updateHFSF_v7MET_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -226,3 +226,4 @@\n ])\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3ccf1aeb8d3fabb68a2262c90e3b6161d2cef861","filename":"L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_updateHFSF_v6MET_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_8_updateHFSF_v6MET_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_8_updateHFSF_v6MET_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_8_updateHFSF_v6MET_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -228,3 +228,4 @@\n ])\n -- dummy change --\n -- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/38ec0b5001047967c074e924158218a1e07ed0af?per_page=100&page=21 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:53:14 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"5a8312c75621f6939d3ca534c6f8a20eb6dfaa26b55089e9ca8f3da3b474835d"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:52:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4848'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '152'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D2E2:143563:3AA3CC:3BCFC3:68122B4A')] +{"sha":"38ec0b5001047967c074e924158218a1e07ed0af","node_id":"C_kwDOF83__NoAKDM4ZWMwYjUwMDEwNDc5NjdjMDc0ZTkyNDE1ODIxOGExZTA3ZWQwYWY","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:43:40Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:52:38Z"},"message":"More changes","tree":{"sha":"33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/38ec0b5001047967c074e924158218a1e07ed0af","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/38ec0b5001047967c074e924158218a1e07ed0af","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e"}],"stats":{"total":2973,"additions":2971,"deletions":2},"files":[{"sha":"390489c76b7af5a398546fde3df9027e5936ba20","filename":"L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_mean_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_9_inconsistent_mean_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_9_inconsistent_mean_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_9_inconsistent_mean_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -224,3 +224,4 @@\n ])\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7a360609a301b0f49a5c17f4363cc17116a9c43d","filename":"L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_mean_newHF_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_9_inconsistent_mean_newHF_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_9_inconsistent_mean_newHF_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_9_inconsistent_mean_newHF_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -249,3 +249,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a95a5811ca77f61944ac970295ac9a3fa131b5b7","filename":"L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_newHF_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_9_inconsistent_newHF_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_9_inconsistent_newHF_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_9_inconsistent_newHF_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -248,3 +248,4 @@\n ])\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"31c44a0db6ea7f81ff60dc32ff191b02be6aa596","filename":"L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_newHF_v6MET_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_9_inconsistent_newHF_v6MET_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_9_inconsistent_newHF_v6MET_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_9_inconsistent_newHF_v6MET_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -248,3 +248,4 @@\n ])\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"efd495dce264355729d0e7c6b83d2ce26f685e0e","filename":"L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_oldHFSFForJECOnly_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_9_inconsistent_oldHFSFForJECOnly_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_9_inconsistent_oldHFSFForJECOnly_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fpython%2FcaloStage2Params_2017_v1_9_inconsistent_oldHFSFForJECOnly_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -217,3 +217,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"23a18fcc6ba2cacec384776a1c1073e450001413","filename":"L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2ClusterAlgorithmFirmwareImp1.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fsrc%2Ffirmware%2FStage2Layer2ClusterAlgorithmFirmwareImp1.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fsrc%2Ffirmware%2FStage2Layer2ClusterAlgorithmFirmwareImp1.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fsrc%2Ffirmware%2FStage2Layer2ClusterAlgorithmFirmwareImp1.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -498,3 +498,4 @@ bool l1t::Stage2Layer2ClusterAlgorithmFirmwareImp1::idHoverE(const l1t::CaloTowe\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a146e6f18dbfe3ebf46ee92ffee9e9dc18def40e","filename":"L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2EGammaAlgorithmFirmwareImp1.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fsrc%2Ffirmware%2FStage2Layer2EGammaAlgorithmFirmwareImp1.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fsrc%2Ffirmware%2FStage2Layer2EGammaAlgorithmFirmwareImp1.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fsrc%2Ffirmware%2FStage2Layer2EGammaAlgorithmFirmwareImp1.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -641,3 +641,4 @@ bool l1t::Stage2Layer2EGammaAlgorithmFirmwareImp1::idHoverE_ext(const l1t::CaloT\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5976162c1857c2c42b457e426937dcf66d578de2","filename":"L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2EtSumAlgorithmFirmwareImp1.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fsrc%2Ffirmware%2FStage2Layer2EtSumAlgorithmFirmwareImp1.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fsrc%2Ffirmware%2FStage2Layer2EtSumAlgorithmFirmwareImp1.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fsrc%2Ffirmware%2FStage2Layer2EtSumAlgorithmFirmwareImp1.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -250,3 +250,4 @@ void l1t::Stage2Layer2EtSumAlgorithmFirmwareImp1::processEvent(const std::vector\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"25e69ffd5b38cfcd014fadd79de1e4c880c80eaa","filename":"L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2JetSumAlgorithmFirmwareImp1.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fsrc%2Ffirmware%2FStage2Layer2JetSumAlgorithmFirmwareImp1.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fsrc%2Ffirmware%2FStage2Layer2JetSumAlgorithmFirmwareImp1.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fsrc%2Ffirmware%2FStage2Layer2JetSumAlgorithmFirmwareImp1.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -136,3 +136,4 @@ void l1t::Stage2Layer2JetSumAlgorithmFirmwareImp1::processEvent(const std::vecto\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"201ba897802fbc4eaecae1bf00ce91a381fe1f50","filename":"L1Trigger/L1TCalorimeter/src/firmware/Stage2TowerCompressAlgorithmFirmwareImp1.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fsrc%2Ffirmware%2FStage2TowerCompressAlgorithmFirmwareImp1.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fsrc%2Ffirmware%2FStage2TowerCompressAlgorithmFirmwareImp1.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fsrc%2Ffirmware%2FStage2TowerCompressAlgorithmFirmwareImp1.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -64,3 +64,4 @@ void l1t::Stage2TowerCompressAlgorithmFirmwareImp1::processEvent(const std::vect\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3e26e7b3e5b096977b3f51356d2c62a12a5038ee","filename":"L1Trigger/L1TCalorimeter/src/firmware/Stage2TowerDecompressAlgorithmFirmwareImp1.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fsrc%2Ffirmware%2FStage2TowerDecompressAlgorithmFirmwareImp1.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TCalorimeter%2Fsrc%2Ffirmware%2FStage2TowerDecompressAlgorithmFirmwareImp1.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TCalorimeter%2Fsrc%2Ffirmware%2FStage2TowerDecompressAlgorithmFirmwareImp1.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -115,3 +115,4 @@ void l1t::Stage2TowerDecompressAlgorithmFirmwareImp1::processEvent(const std::ve\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9028bd8a3ceacb0a97037f997cba64e5e08032a4","filename":"L1Trigger/L1THGCal/interface/concentrator/HGCalConcentratorProcessorSelection.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1THGCal%2Finterface%2Fconcentrator%2FHGCalConcentratorProcessorSelection.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1THGCal%2Finterface%2Fconcentrator%2FHGCalConcentratorProcessorSelection.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1THGCal%2Finterface%2Fconcentrator%2FHGCalConcentratorProcessorSelection.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -51,3 +51,4 @@ class HGCalConcentratorProcessorSelection : public HGCalConcentratorProcessorBas\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"db4fea4a5786a084136dbeadc8aa477015159ef8","filename":"L1Trigger/L1THGCal/interface/concentrator/HGCalConcentratorSuperTriggerCellImpl.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1THGCal%2Finterface%2Fconcentrator%2FHGCalConcentratorSuperTriggerCellImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1THGCal%2Finterface%2Fconcentrator%2FHGCalConcentratorSuperTriggerCellImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1THGCal%2Finterface%2Fconcentrator%2FHGCalConcentratorSuperTriggerCellImpl.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -110,3 +110,4 @@ class HGCalConcentratorSuperTriggerCellImpl {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ebddb6a2db63f78b2ad8bbacf2e47abcebfb0273","filename":"L1Trigger/L1THGCal/plugins/backend/HGCalBackendLayer2Processor3DClustering_SA.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1THGCal%2Fplugins%2Fbackend%2FHGCalBackendLayer2Processor3DClustering_SA.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1THGCal%2Fplugins%2Fbackend%2FHGCalBackendLayer2Processor3DClustering_SA.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1THGCal%2Fplugins%2Fbackend%2FHGCalBackendLayer2Processor3DClustering_SA.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -130,3 +130,4 @@ DEFINE_EDM_PLUGIN(HGCalBackendLayer2Factory,\n \"HGCalBackendLayer2Processor3DClusteringSA\");\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d9d002ca0f64e3381534719baee3fd44bfbab93e","filename":"L1Trigger/L1THGCalUtilities/test/ntuples/HGCalTriggerNtupleHGCConcentratorData.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1THGCalUtilities%2Ftest%2Fntuples%2FHGCalTriggerNtupleHGCConcentratorData.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1THGCalUtilities%2Ftest%2Fntuples%2FHGCalTriggerNtupleHGCConcentratorData.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1THGCalUtilities%2Ftest%2Fntuples%2FHGCalTriggerNtupleHGCConcentratorData.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -108,3 +108,4 @@ void HGCalTriggerNtupleHGCConcentratorData::clear() {\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"23ffb0a22923d4a8aa11ebbc141ad1de3c19b8ee","filename":"L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGenerator.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TMuonOverlapPhase1%2Ftest%2Fexpert%2Fomtf%2FrunMuonOverlapPatternGenerator.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TMuonOverlapPhase1%2Ftest%2Fexpert%2Fomtf%2FrunMuonOverlapPatternGenerator.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TMuonOverlapPhase1%2Ftest%2Fexpert%2Fomtf%2FrunMuonOverlapPatternGenerator.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -271,3 +271,4 @@\n #process.schedule.extend([process.output_step])\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6ad77b8cefe572b39193a6d2742f4473ecc16dc3","filename":"L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGeneratorClassProb.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TMuonOverlapPhase1%2Ftest%2Fexpert%2Fomtf%2FrunMuonOverlapPatternGeneratorClassProb.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TMuonOverlapPhase1%2Ftest%2Fexpert%2Fomtf%2FrunMuonOverlapPatternGeneratorClassProb.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TMuonOverlapPhase1%2Ftest%2Fexpert%2Fomtf%2FrunMuonOverlapPatternGeneratorClassProb.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -196,3 +196,4 @@\n #process.schedule.extend([process.output_step])\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8d52d2607ebf06be265f0be23b554c81870b9320","filename":"L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGenerator_displ.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TMuonOverlapPhase1%2Ftest%2Fexpert%2Fomtf%2FrunMuonOverlapPatternGenerator_displ.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TMuonOverlapPhase1%2Ftest%2Fexpert%2Fomtf%2FrunMuonOverlapPatternGenerator_displ.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TMuonOverlapPhase1%2Ftest%2Fexpert%2Fomtf%2FrunMuonOverlapPatternGenerator_displ.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -307,3 +307,4 @@\n #process.schedule.extend([process.output_step])\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"61f5f1b5b33fef4cd5eade86318215eb657eeaa3","filename":"L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlap_Pats0x0013_generateExtrFactors.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TMuonOverlapPhase1%2Ftest%2Fexpert%2Fomtf%2FrunMuonOverlap_Pats0x0013_generateExtrFactors.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TMuonOverlapPhase1%2Ftest%2Fexpert%2Fomtf%2FrunMuonOverlap_Pats0x0013_generateExtrFactors.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TMuonOverlapPhase1%2Ftest%2Fexpert%2Fomtf%2FrunMuonOverlap_Pats0x0013_generateExtrFactors.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -277,3 +277,4 @@\n #process.schedule.extend([process.output_step])\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4786c68dafcd0b17c5e28bec139a152b4d8f4661","filename":"L1Trigger/L1TMuonOverlapPhase2/interface/LutNetworkFixedPointRegression2Outputs.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TMuonOverlapPhase2%2Finterface%2FLutNetworkFixedPointRegression2Outputs.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TMuonOverlapPhase2%2Finterface%2FLutNetworkFixedPointRegression2Outputs.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TMuonOverlapPhase2%2Finterface%2FLutNetworkFixedPointRegression2Outputs.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -241,3 +241,4 @@ namespace lutNN {\n #endif /* L1Trigger_L1TMuonOverlapPhase2_LutNetworkFixedPointRegression2Outputs_h */\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f5015c26074fb1abaca0ca4a2fde9b9404957205","filename":"L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGeneratorClassProb_phase2.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TMuonOverlapPhase2%2Ftest%2Fexpert%2FrunMuonOverlapPatternGeneratorClassProb_phase2.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TMuonOverlapPhase2%2Ftest%2Fexpert%2FrunMuonOverlapPatternGeneratorClassProb_phase2.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TMuonOverlapPhase2%2Ftest%2Fexpert%2FrunMuonOverlapPatternGeneratorClassProb_phase2.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -179,3 +179,4 @@\n #process.schedule.extend([process.output_step])\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4cb6c87d71c9e6d5b0da4cabc52a66dd01f5fcd9","filename":"L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGenerator_displ_phase2.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TMuonOverlapPhase2%2Ftest%2Fexpert%2FrunMuonOverlapPatternGenerator_displ_phase2.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TMuonOverlapPhase2%2Ftest%2Fexpert%2FrunMuonOverlapPatternGenerator_displ_phase2.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TMuonOverlapPhase2%2Ftest%2Fexpert%2FrunMuonOverlapPatternGenerator_displ_phase2.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -260,3 +260,4 @@\n #process.schedule.extend([process.output_step])\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8b776d1adbee09d361b2ad30c082ec1a98c58e5b","filename":"L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGenerator_phase2.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TMuonOverlapPhase2%2Ftest%2Fexpert%2FrunMuonOverlapPatternGenerator_phase2.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FL1TMuonOverlapPhase2%2Ftest%2Fexpert%2FrunMuonOverlapPatternGenerator_phase2.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FL1TMuonOverlapPhase2%2Ftest%2Fexpert%2FrunMuonOverlapPatternGenerator_phase2.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -278,3 +278,4 @@\n #process.schedule.extend([process.output_step])\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cd801b2990ccf236873b72af33457ab7a39df3b9","filename":"L1Trigger/Phase2L1ParticleFlow/data/hgcal_egID/Photon_Pion_vs_Neutrino_BDTweights_1116.xml.gz","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FPhase2L1ParticleFlow%2Fdata%2Fhgcal_egID%2FPhoton_Pion_vs_Neutrino_BDTweights_1116.xml.gz","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FPhase2L1ParticleFlow%2Fdata%2Fhgcal_egID%2FPhoton_Pion_vs_Neutrino_BDTweights_1116.xml.gz","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FPhase2L1ParticleFlow%2Fdata%2Fhgcal_egID%2FPhoton_Pion_vs_Neutrino_BDTweights_1116.xml.gz?ref=38ec0b5001047967c074e924158218a1e07ed0af"},{"sha":"30003c2c6c72bf63f9d7ab7e9fb0adba6fea5726","filename":"L1Trigger/Phase2L1ParticleFlow/data/hgcal_egID/Photon_vs_Pion_BDTweights_1116.xml.gz","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FPhase2L1ParticleFlow%2Fdata%2Fhgcal_egID%2FPhoton_vs_Pion_BDTweights_1116.xml.gz","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FPhase2L1ParticleFlow%2Fdata%2Fhgcal_egID%2FPhoton_vs_Pion_BDTweights_1116.xml.gz","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FPhase2L1ParticleFlow%2Fdata%2Fhgcal_egID%2FPhoton_vs_Pion_BDTweights_1116.xml.gz?ref=38ec0b5001047967c074e924158218a1e07ed0af"},{"sha":"3fc55984bb4667017f67cbab8b118e1223cebf0d","filename":"L1Trigger/Phase2L1ParticleFlow/interface/L1TCorrelatorLayer1PatternFileWriter.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2FL1TCorrelatorLayer1PatternFileWriter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2FL1TCorrelatorLayer1PatternFileWriter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2FL1TCorrelatorLayer1PatternFileWriter.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -93,3 +93,4 @@ class L1TCorrelatorLayer1PatternFileWriter {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ffdb898867c1815928872b692e886a9c83bacc6c","filename":"L1Trigger/Phase2L1ParticleFlow/interface/regionizer/buffered_folded_multififo_regionizer_ref.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Fbuffered_folded_multififo_regionizer_ref.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Fbuffered_folded_multififo_regionizer_ref.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Fbuffered_folded_multififo_regionizer_ref.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -77,3 +77,4 @@ namespace l1ct {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"13d2cdd24ad0b3a7a0b4ab14f3dfcb2774870709","filename":"L1Trigger/Phase2L1ParticleFlow/interface/regionizer/folded_multififo_regionizer_ref.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Ffolded_multififo_regionizer_ref.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Ffolded_multififo_regionizer_ref.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Ffolded_multififo_regionizer_ref.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -89,3 +89,4 @@ namespace l1ct {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"91cb503d72ff1fe1f4c1ff4c70aaaa907b283bf7","filename":"L1Trigger/Phase2L1ParticleFlow/interface/regionizer/middle_buffer_multififo_regionizer_ref.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Fmiddle_buffer_multififo_regionizer_ref.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Fmiddle_buffer_multififo_regionizer_ref.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Fmiddle_buffer_multififo_regionizer_ref.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -125,3 +125,4 @@ namespace l1ct {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"82ce9e465845be36874892d9fc45854c05c31490","filename":"L1Trigger/Phase2L1ParticleFlow/interface/regionizer/multififo_regionizer_elements_ref.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Fmultififo_regionizer_elements_ref.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Fmultififo_regionizer_elements_ref.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Fmultififo_regionizer_elements_ref.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -294,3 +294,4 @@ void l1ct::multififo_regionizer::EtaPhiBuffer::reset() {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"75eb73755ee29e9c6ea9794bb20b2ce25c1fbdde","filename":"L1Trigger/Phase2L1ParticleFlow/interface/regionizer/multififo_regionizer_elements_ref.icc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Fmultififo_regionizer_elements_ref.icc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Fmultififo_regionizer_elements_ref.icc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Fmultififo_regionizer_elements_ref.icc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -397,3 +397,4 @@ void l1ct::multififo_regionizer::Regionizer::destream(int iclock,\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7b04aebce1d1632d98ee523df360be6ea53e4cf7","filename":"L1Trigger/Phase2L1ParticleFlow/interface/regionizer/tdr_regionizer_elements_ref.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Ftdr_regionizer_elements_ref.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Ftdr_regionizer_elements_ref.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Ftdr_regionizer_elements_ref.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -328,3 +328,4 @@ namespace l1ct {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f8917723432468528e1e05cbf0124585619677a9","filename":"L1Trigger/Phase2L1ParticleFlow/interface/regionizer/tdr_regionizer_elements_ref.icc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Ftdr_regionizer_elements_ref.icc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Ftdr_regionizer_elements_ref.icc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FPhase2L1ParticleFlow%2Finterface%2Fregionizer%2Ftdr_regionizer_elements_ref.icc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -587,3 +587,4 @@ std::vector> l1ct::tdr_regionizer::Regionizer::fillLinks(const\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9d74d1e709e73631c2919aae061386da9ac5fa21","filename":"L1Trigger/Phase2L1ParticleFlow/src/regionizer/buffered_folded_multififo_regionizer_ref.cpp","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FPhase2L1ParticleFlow%2Fsrc%2Fregionizer%2Fbuffered_folded_multififo_regionizer_ref.cpp","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FPhase2L1ParticleFlow%2Fsrc%2Fregionizer%2Fbuffered_folded_multififo_regionizer_ref.cpp","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FPhase2L1ParticleFlow%2Fsrc%2Fregionizer%2Fbuffered_folded_multififo_regionizer_ref.cpp?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -328,3 +328,4 @@ void l1ct::BufferedFoldedMultififoRegionizerEmulator::run(const RegionizerDecode\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0244635f188aa80446f0f043168f4228b4fa8716","filename":"L1Trigger/Phase2L1ParticleFlow/src/regionizer/folded_multififo_regionizer_ref.cpp","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FPhase2L1ParticleFlow%2Fsrc%2Fregionizer%2Ffolded_multififo_regionizer_ref.cpp","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FPhase2L1ParticleFlow%2Fsrc%2Fregionizer%2Ffolded_multififo_regionizer_ref.cpp","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FPhase2L1ParticleFlow%2Fsrc%2Fregionizer%2Ffolded_multififo_regionizer_ref.cpp?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -243,3 +243,4 @@ void l1ct::FoldedMultififoRegionizerEmulator::run(const RegionizerDecodedInputs&\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cd7c0c9299a17a27919293c22d52202a9c1fddf4","filename":"L1Trigger/Phase2L1ParticleFlow/src/regionizer/middle_buffer_multififo_regionizer_ref.cpp","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FPhase2L1ParticleFlow%2Fsrc%2Fregionizer%2Fmiddle_buffer_multififo_regionizer_ref.cpp","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1Trigger%2FPhase2L1ParticleFlow%2Fsrc%2Fregionizer%2Fmiddle_buffer_multififo_regionizer_ref.cpp","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1Trigger%2FPhase2L1ParticleFlow%2Fsrc%2Fregionizer%2Fmiddle_buffer_multififo_regionizer_ref.cpp?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -631,3 +631,4 @@ void l1ct::MiddleBufferMultififoRegionizerEmulator::decode(l1ct::HadCaloObjEmu&\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"156a1b0419cbcb6714e2f9f30b7c5088799eb2ca","filename":"L1TriggerConfig/CSCTFConfigProducers/python/L1MuCSCTFConfigurationRcdSrc_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FCSCTFConfigProducers%2Fpython%2FL1MuCSCTFConfigurationRcdSrc_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FCSCTFConfigProducers%2Fpython%2FL1MuCSCTFConfigurationRcdSrc_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FCSCTFConfigProducers%2Fpython%2FL1MuCSCTFConfigurationRcdSrc_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,3 +9,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"169a05c1476d8812941c7a638237e776408aa160","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/phi12.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fphi12.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fphi12.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fphi12.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1024,3 +1024,4 @@\n 511 2\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"078b7abc19b77555d73d299eca79706cbd0d9023","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/phi42.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fphi42.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fphi42.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fphi42.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1024,3 +1024,4 @@\n 511 -1\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a1babe959ca3cfd55e2047c040c3a61d4abf5002","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12h.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta12h.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta12h.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta12h.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4097,3 +4097,4 @@\n 2047 6\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4b5aa6c64bc245019de27f2182e11ff753d10f90","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12h_ovl.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta12h_ovl.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta12h_ovl.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta12h_ovl.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4097,3 +4097,4 @@\n 2047 6\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7bba79f63a5fac943d509742d48bc05a2e33925e","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12l.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta12l.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta12l.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta12l.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4097,3 +4097,4 @@\n 2047 6\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ae4dd61227f9b41c6273baa0314bb2957a806538","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12l_ovl.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta12l_ovl.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta12l_ovl.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta12l_ovl.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4097,3 +4097,4 @@\n 2047 6\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7e9317e3338b3ea757ecb7981c1eab3220bd8d2c","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13h.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta13h.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta13h.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta13h.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4097,3 +4097,4 @@\n 2047 6\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f098e3eb2eeea9402efd5536d6094c4af9234457","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13h_ovl.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta13h_ovl.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta13h_ovl.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta13h_ovl.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4097,3 +4097,4 @@\n 2047 6\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"74fb78cc307a59b2a953ad32473fa2e2763a026e","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13l.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta13l.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta13l.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta13l.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4097,3 +4097,4 @@\n 2047 6\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"452635cae724abe8f95249378b5ad17a331287c7","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13l_ovl.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta13l_ovl.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta13l_ovl.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta13l_ovl.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4097,3 +4097,4 @@\n 2047 6\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"610a95f0ef7a31b606ced24bc67bb664c4a847c6","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14h.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta14h.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta14h.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta14h.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4097,3 +4097,4 @@\n 2047 7\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"610a95f0ef7a31b606ced24bc67bb664c4a847c6","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14h_ovl.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta14h_ovl.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta14h_ovl.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta14h_ovl.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4097,3 +4097,4 @@\n 2047 7\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2618a9b0d9a0cb6f3bc8428cafc9451afc4a8816","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14l.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta14l.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta14l.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta14l.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4097,3 +4097,4 @@\n 2047 7\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2618a9b0d9a0cb6f3bc8428cafc9451afc4a8816","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14l_ovl.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta14l_ovl.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta14l_ovl.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta14l_ovl.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4097,3 +4097,4 @@\n 2047 7\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"05864843e883d09949e6995e1d07e314d9e1af3b","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta15h_ovl.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta15h_ovl.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta15h_ovl.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta15h_ovl.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4097,3 +4097,4 @@\n 2047 7\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"05864843e883d09949e6995e1d07e314d9e1af3b","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta15l_ovl.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta15l_ovl.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta15l_ovl.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta15l_ovl.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4097,3 +4097,4 @@\n 2047 7\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c26a80aec71ede5d14c4805b250d3c46f87d93a9","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23h.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta23h.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta23h.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta23h.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4097,3 +4097,4 @@\n 2047 6\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e9bbe3d80b57e3bd3f5d50a145e2b7e85bfc7690","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23h_ovl.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta23h_ovl.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta23h_ovl.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta23h_ovl.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4097,3 +4097,4 @@\n 2047 6\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"465a8d4be17faddd1bbaf7c1a554106541d0508a","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23l.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta23l.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta23l.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta23l.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4097,3 +4097,4 @@\n 2047 6\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5c12e01364b99a01fe65e92e3e33e4ad1b53bad0","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23l_ovl.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta23l_ovl.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta23l_ovl.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta23l_ovl.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4097,3 +4097,4 @@\n 2047 6\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ece256a3581e5ea3036ea3f94b8cc66c5f72de46","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24h.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta24h.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta24h.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta24h.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4097,3 +4097,4 @@\n 2047 9\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f275d51cc7a1ac34ffa988a477f7742fe02c07d2","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24h_ovl.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta24h_ovl.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta24h_ovl.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta24h_ovl.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4097,3 +4097,4 @@\n 2047 9\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ae6d042d8e255e55e9732584579c762fab9fa4d9","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24l.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta24l.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta24l.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta24l.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4097,3 +4097,4 @@\n 2047 9\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cf47e059985589b0653f7493caa198c32d8ce38a","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24l_ovl.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta24l_ovl.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta24l_ovl.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta24l_ovl.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4097,3 +4097,4 @@\n 2047 9\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"53bac893425ac3345a648855b938a5b40ef53aff","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta25h_ovl.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta25h_ovl.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta25h_ovl.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta25h_ovl.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4097,3 +4097,4 @@\n 2047 8\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"15f9cb73ea9893285ac43c3efa74a0cec995ca16","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta25l_ovl.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta25l_ovl.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta25l_ovl.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta25l_ovl.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4097,3 +4097,4 @@\n 2047 8\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f243da83d607096bd9defc8145003005a3dd30c7","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34h.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta34h.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta34h.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta34h.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4097,3 +4097,4 @@\n 2047 8\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f243da83d607096bd9defc8145003005a3dd30c7","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34h_ovl.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta34h_ovl.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta34h_ovl.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta34h_ovl.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4097,3 +4097,4 @@\n 2047 8\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b02b2638f2c7dbbcd0932bd8df0e79e8efa364bc","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34l.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta34l.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta34l.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta34l.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4097,3 +4097,4 @@\n 2047 8\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b02b2638f2c7dbbcd0932bd8df0e79e8efa364bc","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34l_ovl.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta34l_ovl.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta34l_ovl.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FAss%2Fpta34l_ovl.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4097,3 +4097,4 @@\n 2047 8\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"02f45b4c26c07bb29f23dd3303f51b49aa4dc97d","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/ETFPatternList.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FETFPatternList.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FETFPatternList.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FETFPatternList.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1918,3 +1918,4 @@\n 1902 +21______ 4 +30\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3a82dbed5571e416f8710ef318a1600fb5c055d5","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP1.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FQualPatternList_SP1.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FQualPatternList_SP1.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FQualPatternList_SP1.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -36,3 +36,4 @@\n 22 -31 6 344 374 372 343 373 371\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d0506a1859a402d7c8cc69a84e244faa7cdff35b","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP2.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FQualPatternList_SP2.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FQualPatternList_SP2.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FQualPatternList_SP2.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -36,3 +36,4 @@\n 22 -21 110 92 104 54 74 36 62 88 90 91 100 102 103 50 52 53 70 72 73 32 34 35 58 60 61 86 87 89 98 99 101 48 49 51 68 69 71 30 31 33 56 57 59 85 97 47 67 29 55 80 84 96 14 24 46 66 108 6 18 28 40 78 79 82 83 94 95 12 13 22 23 44 45 64 65 106 107 4 5 16 17 26 27 38 39 76 77 81 93 10 11 21 43 63 105 2 3 15 25 37 110 20 42 8 109 75 9 19 41 1 7\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b06dc915aa92fc3139c6117ca20bf39274c33f13","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP3.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FQualPatternList_SP3.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FQualPatternList_SP3.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FQualPatternList_SP3.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -36,3 +36,4 @@\n 22 -8 0\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6af3d9df8361e0ef347eaf939ee06331e1425ba2","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP4.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FQualPatternList_SP4.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FQualPatternList_SP4.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FQualPatternList_SP4.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -36,3 +36,4 @@\n 22 +7 0\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"44c5e3924266708be9503db2802e0c8acfa82859","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP5.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FQualPatternList_SP5.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FQualPatternList_SP5.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FQualPatternList_SP5.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -36,3 +36,4 @@\n 22 +20 110 1716 1746 1698 1728 1668 1682 1712 1714 1715 1742 1744 1745 1694 1696 1697 1724 1726 1727 1664 1666 1667 1678 1680 1681 1710 1711 1713 1740 1741 1743 1692 1693 1695 1722 1723 1725 1662 1663 1665 1676 1677 1679 1709 1739 1691 1721 1661 1675 1704 1708 1734 1738 1656 1674 1686 1690 1720 1644 1648 1660 1702 1703 1706 1707 1732 1733 1736 1737 1654 1655 1672 1673 1684 1685 1688 1689 1718 1719 1642 1643 1646 1647 1658 1659 1700 1701 1705 1731 1735 1652 1653 1671 1683 1687 1717 1640 1641 1645 1657 1730 1650 1670 1626 1699 1729 1649 1651 1669 1639 1625\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8c439d2dfcc9e01f8eca885e761809378d2e8156","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP6.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FQualPatternList_SP6.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FQualPatternList_SP6.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FEau%2FQualPatternList_SP6.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -36,3 +36,4 @@\n 22 +30 6 1902 1900 1898 1901 1899 1897\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d446bec86c26481c05e8d4546cf26e2bba20a658","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext12.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext12.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext12.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext12.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1024,3 +1024,4 @@\n 511 306 581\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6a11aaaede36672e67d9c6a27cb3fc5fd55fcc73","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext13.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext13.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext13.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext13.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1024,3 +1024,4 @@\n 511 78 663\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e6fb2e0f61e279939aca4834c0c6bf781e1b9785","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext14.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext14.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext14.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext14.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1024,3 +1024,4 @@\n 511 -27 649\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"468ce82c2795a163602cfba7d3dfebe692e8a0ae","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext15.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext15.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext15.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext15.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1024,3 +1024,4 @@\n 511 -293 562\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e6fb2e0f61e279939aca4834c0c6bf781e1b9785","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext16.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext16.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext16.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext16.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1024,3 +1024,4 @@\n 511 -27 649\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"20426cf295ce08c89a96e3755cbab5b09bf781f0","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext21.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext21.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext21.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext21.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1024,3 +1024,4 @@\n 511 -528 191\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d5928bee6c8425805e4d7ad6f52116f5e669f8b9","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext23.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext23.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext23.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext23.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1024,3 +1024,4 @@\n 511 -56 336\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"858b55f261d90ff89f60fcb898771cb537444f9b","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext24.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext24.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext24.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext24.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1024,3 +1024,4 @@\n 511 -204 407\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"402b6154fd25c2d9db8e2f2184002910d03404f6","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext25.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext25.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext25.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext25.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1024,3 +1024,4 @@\n 511 -158 284\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"858b55f261d90ff89f60fcb898771cb537444f9b","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext26.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext26.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext26.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext26.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1024,3 +1024,4 @@\n 511 -204 407\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c7f6953e5dbc2abdda9ad753aeaa644253219bc0","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext34.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext34.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext34.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext34.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1024,3 +1024,4 @@\n 511 -495 -72\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"402b6154fd25c2d9db8e2f2184002910d03404f6","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext35.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext35.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext35.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext35.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1024,3 +1024,4 @@\n 511 -158 284\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c7f6953e5dbc2abdda9ad753aeaa644253219bc0","filename":"L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext56.lut","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext56.lut","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext56.lut","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FDTTrackFinder%2Fparameters%2FL1TriggerData%2FDTTrackFinder%2FExt%2Fext56.lut?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1024,3 +1024,4 @@\n 511 -495 -72\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"dcd00bc439d3703d322d70c46467c2fd5601cefd","filename":"L1TriggerConfig/GMTConfigProducers/python/L1MuGMTChannelMaskConfigOnline_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FGMTConfigProducers%2Fpython%2FL1MuGMTChannelMaskConfigOnline_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FGMTConfigProducers%2Fpython%2FL1MuGMTChannelMaskConfigOnline_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FGMTConfigProducers%2Fpython%2FL1MuGMTChannelMaskConfigOnline_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6b2d0f345d6d67a9af57a3f5f4d69be26476355d","filename":"L1TriggerConfig/GMTConfigProducers/python/L1MuGMTParametersKeysOnlineProd_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FGMTConfigProducers%2Fpython%2FL1MuGMTParametersKeysOnlineProd_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FGMTConfigProducers%2Fpython%2FL1MuGMTParametersKeysOnlineProd_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FGMTConfigProducers%2Fpython%2FL1MuGMTParametersKeysOnlineProd_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,3 +9,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"74d6fb1a3926dab6d37e0a5f6ca78601b98cb279","filename":"L1TriggerConfig/GMTConfigProducers/python/L1MuGMTParametersOnlineProducer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FGMTConfigProducers%2Fpython%2FL1MuGMTParametersOnlineProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FGMTConfigProducers%2Fpython%2FL1MuGMTParametersOnlineProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FGMTConfigProducers%2Fpython%2FL1MuGMTParametersOnlineProducer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ce24550b77b111ab08c870afd36b798e22e8ee52","filename":"L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesConfig_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1CSCTPConfigProducers%2Fpython%2FL1CSCTriggerPrimitivesConfig_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1CSCTPConfigProducers%2Fpython%2FL1CSCTriggerPrimitivesConfig_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1CSCTPConfigProducers%2Fpython%2FL1CSCTriggerPrimitivesConfig_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e961f336b77c28665bc86b9f05986e9c9c949ea2","filename":"L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesConfig_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1CSCTPConfigProducers%2Fpython%2FL1CSCTriggerPrimitivesConfig_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1CSCTPConfigProducers%2Fpython%2FL1CSCTriggerPrimitivesConfig_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1CSCTPConfigProducers%2Fpython%2FL1CSCTriggerPrimitivesConfig_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -40,3 +40,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a5934c3acc3a08238aa697a1eb506f4f92fb3ecd","filename":"L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesDBConfig_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1CSCTPConfigProducers%2Fpython%2FL1CSCTriggerPrimitivesDBConfig_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1CSCTPConfigProducers%2Fpython%2FL1CSCTriggerPrimitivesDBConfig_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1CSCTPConfigProducers%2Fpython%2FL1CSCTriggerPrimitivesDBConfig_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -27,3 +27,4 @@\n es_prefer_l1csctpdbconfsrc = cms.ESPrefer(\"PoolDBESSource\",\"l1csctpdbconfsrc\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2a66a9cf46d4e8a3a5f1caead750e56d4d2e6af5","filename":"L1TriggerConfig/L1CSCTPConfigProducers/src/L1CSCTriggerPrimitivesConfigProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1CSCTPConfigProducers%2Fsrc%2FL1CSCTriggerPrimitivesConfigProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1CSCTPConfigProducers%2Fsrc%2FL1CSCTriggerPrimitivesConfigProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1CSCTPConfigProducers%2Fsrc%2FL1CSCTriggerPrimitivesConfigProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -117,3 +117,4 @@ std::unique_ptr L1CSCTriggerPrimitivesConfigProducer::produ\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d4ab96b3c1f5d910f78a9a3a4854d24f3083bb82","filename":"L1TriggerConfig/L1CSCTPConfigProducers/src/L1CSCTriggerPrimitivesConfigProducer.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1CSCTPConfigProducers%2Fsrc%2FL1CSCTriggerPrimitivesConfigProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1CSCTPConfigProducers%2Fsrc%2FL1CSCTriggerPrimitivesConfigProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1CSCTPConfigProducers%2Fsrc%2FL1CSCTriggerPrimitivesConfigProducer.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -55,3 +55,4 @@ class L1CSCTriggerPrimitivesConfigProducer : public edm::ESProducer {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"961aba16088f747cd435d36e26c7ca466940c4a3","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu2008_2E30.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1030%2FL1Menu2008_2E30.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1030%2FL1Menu2008_2E30.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1030%2FL1Menu2008_2E30.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4932,3 +4932,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"638353546a01333d62e3eb78362be432edf68d13","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu_2008MC_2E30.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1030%2FL1Menu_2008MC_2E30.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1030%2FL1Menu_2008MC_2E30.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1030%2FL1Menu_2008MC_2E30.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8090,3 +8090,4 @@ AlgoDBLockEnd-->\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"42a0fde484ac26b051b58225bcb1316df7b353ee","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1030%2FL1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1030%2FL1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1030%2FL1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4822,3 +4822,4 @@ AlgoDBLockEnd-->\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5f78808723f4e0840959972a3ccfdd257bcd27e1","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu2008_2E31.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu2008_2E31.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu2008_2E31.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu2008_2E31.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4932,3 +4932,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f1008f770be447f512ee215c0c4ddaae7d6e19b0","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v0_L1T_Scales_20080922_Imp0.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v0_L1T_Scales_20080922_Imp0.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v0_L1T_Scales_20080922_Imp0.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v0_L1T_Scales_20080922_Imp0.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -2957,3 +2957,4 @@ AlgoDBLockEnd-->\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/38ec0b5001047967c074e924158218a1e07ed0af?per_page=100&page=22 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:53:15 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"4a65b71be9e136361fb4a4cc01ca15d060943a411a70cab22994f430f54e653e"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:52:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4847'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '153'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D2EE:52083:3FC082:40EC6B:68122B4A')] +{"sha":"38ec0b5001047967c074e924158218a1e07ed0af","node_id":"C_kwDOF83__NoAKDM4ZWMwYjUwMDEwNDc5NjdjMDc0ZTkyNDE1ODIxOGExZTA3ZWQwYWY","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:43:40Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:52:38Z"},"message":"More changes","tree":{"sha":"33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/38ec0b5001047967c074e924158218a1e07ed0af","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/38ec0b5001047967c074e924158218a1e07ed0af","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e"}],"stats":{"total":2973,"additions":2971,"deletions":2},"files":[{"sha":"59a8db657ca77844ec8c258aaacfaa3b103a26bd","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v1_L1T_Scales_20080922_Imp0.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v1_L1T_Scales_20080922_Imp0.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v1_L1T_Scales_20080922_Imp0.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v1_L1T_Scales_20080922_Imp0.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -2962,3 +2962,4 @@ AlgoDBLockEnd-->\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d315f1b0ff71c501cc312c3ef393e98ed3d39caf","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20080922_Imp0.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v2_L1T_Scales_20080922_Imp0.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v2_L1T_Scales_20080922_Imp0.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v2_L1T_Scales_20080922_Imp0.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -2966,3 +2966,4 @@ AlgoDBLockEnd-->\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"297df9e3015085fc16c18eec5341b18cd1d36e32","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090519_Imp0.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v2_L1T_Scales_20090519_Imp0.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v2_L1T_Scales_20090519_Imp0.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v2_L1T_Scales_20090519_Imp0.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -2966,3 +2966,4 @@ AlgoDBLockEnd-->\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0dd767d157fe0c91ef7cd3a7a622a393b97c3521","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090624_Imp0.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v2_L1T_Scales_20090624_Imp0.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v2_L1T_Scales_20090624_Imp0.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v2_L1T_Scales_20090624_Imp0.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -2974,3 +2974,4 @@ HTT_0x4B0:HTT_0x4B0\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"42dd3ac999aaa9eec9c6af55529c85d81412bba1","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v4_L1T_Scales_20090624_Imp0.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v4_L1T_Scales_20090624_Imp0.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v4_L1T_Scales_20090624_Imp0.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v4_L1T_Scales_20090624_Imp0.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -3055,3 +3055,4 @@ HTT_0x4B0:HTT_0x4B0\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"450123015f350fc9b18c28760a6c4f5530abadbd","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1x1032/L1Menu_CRUZET200805.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5349,3 +5349,4 @@ L1Menu2007NovGR.xml + vme.xml.ELEC14-20_THR1-2-3-5-10-25-50_JET21-28_THR1-6-11-1\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"44dc823728a8fb472073903020e6d0c5a0fd3783","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v0_L1T_Scales_20101224_Imp0_0x1027.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2012_v0_L1T_Scales_20101224_Imp0_0x1027.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2012_v0_L1T_Scales_20101224_Imp0_0x1027.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2012_v0_L1T_Scales_20101224_Imp0_0x1027.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8765,3 +8765,4 @@ SingleTauJet_0x10:SingleTauJet_0x10\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e5351032548e955c666cbd787b467aaaf59f95c0","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v1_L1T_Scales_20101224_Imp0_0x1028.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2012_v1_L1T_Scales_20101224_Imp0_0x1028.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2012_v1_L1T_Scales_20101224_Imp0_0x1028.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2012_v1_L1T_Scales_20101224_Imp0_0x1028.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8943,3 +8943,4 @@ SingleMu_0x01_BeamHalo:SingleMu_0x01_BeamHalo\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"31aa6ef7a696de8fee0aa84f19b270284d388d46","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v2_L1T_Scales_20101224_Imp0_0x102a.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2012_v2_L1T_Scales_20101224_Imp0_0x102a.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2012_v2_L1T_Scales_20101224_Imp0_0x102a.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2012_v2_L1T_Scales_20101224_Imp0_0x102a.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8617,3 +8617,4 @@ SingleTauJet_0x06:SingleTauJet_0x06\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"aa67ef7e8dbf9171f9b2007e4dcd186c49e113e2","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v3_L1T_Scales_20101224_Imp0_0x102b.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2012_v3_L1T_Scales_20101224_Imp0_0x102b.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2012_v3_L1T_Scales_20101224_Imp0_0x102b.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2012_v3_L1T_Scales_20101224_Imp0_0x102b.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8671,3 +8671,4 @@ SingleMu_0x0B_Eta2p1:SingleMu_0x0B_Eta2p1\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c9aa127d665711ac6f62ecc691cead55da782c0f","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25nsStage1_v3_L1T_Scales_20141121_Imp0_0x1031.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_25nsStage1_v3_L1T_Scales_20141121_Imp0_0x1031.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_25nsStage1_v3_L1T_Scales_20141121_Imp0_0x1031.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_25nsStage1_v3_L1T_Scales_20141121_Imp0_0x1031.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6437,3 +6437,4 @@ ZDC_tight_vertex.v0:ZDC_tight_vertex.v0\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e8e07b8d198e5d77ea4ed7617aa80029ed4bfd2a","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v0_L1T_Scales_20101224_Imp0_0x102f.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_25ns_v0_L1T_Scales_20101224_Imp0_0x102f.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_25ns_v0_L1T_Scales_20101224_Imp0_0x102f.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_25ns_v0_L1T_Scales_20101224_Imp0_0x102f.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6645,3 +6645,4 @@ TripleTauJet_0x10_0x0C_0x07:TripleTauJet_0x10_0x0C_0x07\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"eec4a47b475638258436dbf118a9fe72f5495503","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v1_L1T_Scales_20101224_Imp0_0x102f.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_25ns_v1_L1T_Scales_20101224_Imp0_0x102f.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_25ns_v1_L1T_Scales_20101224_Imp0_0x102f.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_25ns_v1_L1T_Scales_20101224_Imp0_0x102f.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5603,3 +5603,4 @@ TripleTauJet_0x10_0x0C_0x07:TripleTauJet_0x10_0x0C_0x07\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"044d2a899356ca8f536adec94b478d628a843230","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v2_L1T_Scales_20141121_Imp0_0x1030.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_25ns_v2_L1T_Scales_20141121_Imp0_0x1030.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_25ns_v2_L1T_Scales_20141121_Imp0_0x1030.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_25ns_v2_L1T_Scales_20141121_Imp0_0x1030.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6180,3 +6180,4 @@ SingleNoIsoEG_0x0F:SingleNoIsoEG_0x0F\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"276a2a558916ea7568680637de592faf28c07269","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v1_L1T_Scales_20141121_Imp0_0x1030.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_50nsGct_v1_L1T_Scales_20141121_Imp0_0x1030.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_50nsGct_v1_L1T_Scales_20141121_Imp0_0x1030.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_50nsGct_v1_L1T_Scales_20141121_Imp0_0x1030.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8324,3 +8324,4 @@ TripleTauJet_0x0A:TripleTauJet_0x0A\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"37ab417f18b4157057c1ee87378038e26f2d5ebd","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v2_L1T_Scales_20141121.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_50nsGct_v2_L1T_Scales_20141121.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_50nsGct_v2_L1T_Scales_20141121.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_50nsGct_v2_L1T_Scales_20141121.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8861,3 +8861,4 @@ ZDC_tight_vertex.v0:ZDC_tight_vertex.v0\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9e154956a3170fa89fa2bf0ef13ac1643d6226e2","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v3_L1T_Scales_20141121.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_50nsGct_v3_L1T_Scales_20141121.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_50nsGct_v3_L1T_Scales_20141121.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_50nsGct_v3_L1T_Scales_20141121.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8861,3 +8861,4 @@ ZDC_tight_vertex.v0:ZDC_tight_vertex.v0\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d28082c6c117a07bc65979a4b8ead8606f9ec124","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v4_L1T_Scales_20141121.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_50nsGct_v4_L1T_Scales_20141121.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_50nsGct_v4_L1T_Scales_20141121.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_50nsGct_v4_L1T_Scales_20141121.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9052,3 +9052,4 @@ ZDC_tight_vertex.v0:ZDC_tight_vertex.v0\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b847cab909558ff7100b21735d98470bdb66dba1","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50ns_v0_L1T_Scales_20141121_Imp0_0x1031.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_50ns_v0_L1T_Scales_20141121_Imp0_0x1031.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_50ns_v0_L1T_Scales_20141121_Imp0_0x1031.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_50ns_v0_L1T_Scales_20141121_Imp0_0x1031.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8557,3 +8557,4 @@ TripleTauJet_0x0A:TripleTauJet_0x0A\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"25255b88c9b77749975b7dc78f0233cc41be0a2d","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v1_L1T_Scales_20141121.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_lowPU_v1_L1T_Scales_20141121.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_lowPU_v1_L1T_Scales_20141121.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_lowPU_v1_L1T_Scales_20141121.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1879,3 +1879,4 @@ ZDC_tight_vertex.v0:ZDC_tight_vertex.v0\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"05993a487d5aac65b7311860543a13fb76ea8589","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v2_L1T_Scales_20141121.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_lowPU_v2_L1T_Scales_20141121.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_lowPU_v2_L1T_Scales_20141121.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_lowPU_v2_L1T_Scales_20141121.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1877,3 +1877,4 @@ ZDC_tight_vertex.v0:ZDC_tight_vertex.v0\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2a59681ac71ede54b7e557bcfe45a52cdb09ea83","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v3_L1T_Scales_20141121.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_lowPU_v3_L1T_Scales_20141121.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_lowPU_v3_L1T_Scales_20141121.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_lowPU_v3_L1T_Scales_20141121.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1951,3 +1951,4 @@ ZDC_tight_vertex.v0:ZDC_tight_vertex.v0\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1d12eedc9e7f6d48e4b838e940fc13365bde3fd9","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v4_L1T_Scales_20141121.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_lowPU_v4_L1T_Scales_20141121.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_lowPU_v4_L1T_Scales_20141121.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Collisions2015_lowPU_v4_L1T_Scales_20141121.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -2037,3 +2037,4 @@ ZDC_tight_vertex.v0:ZDC_tight_vertex.v0\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"67bf5914ce7a336b5acc8c405f2fd509ebd210f7","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2011_v0_L1T_Scales_20101224_Imp0_0x1026.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_CollisionsHeavyIons2011_v0_L1T_Scales_20101224_Imp0_0x1026.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_CollisionsHeavyIons2011_v0_L1T_Scales_20101224_Imp0_0x1026.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_CollisionsHeavyIons2011_v0_L1T_Scales_20101224_Imp0_0x1026.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -3003,3 +3003,4 @@ SingleTauJet_0x20:SingleTauJet_0x20\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4e505d5026ec8488e5526798c40a2eefa489a83c","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2011_v0_nobsc_notau_centrality_q2_singletrack.v1.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_CollisionsHeavyIons2011_v0_nobsc_notau_centrality_q2_singletrack.v1.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_CollisionsHeavyIons2011_v0_nobsc_notau_centrality_q2_singletrack.v1.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_CollisionsHeavyIons2011_v0_nobsc_notau_centrality_q2_singletrack.v1.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -2937,3 +2937,4 @@ AlgoDBLockEnd-->\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b37d2547a01c37bffe542210f73bdbf825e0cf8b","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2013_v0_L1T_Scales_20101224_Imp0_0x102c.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_CollisionsHeavyIons2013_v0_L1T_Scales_20101224_Imp0_0x102c.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_CollisionsHeavyIons2013_v0_L1T_Scales_20101224_Imp0_0x102c.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_CollisionsHeavyIons2013_v0_L1T_Scales_20101224_Imp0_0x102c.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7534,3 +7534,4 @@ SingleTauJet_0x04:SingleTauJet_0x04\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"08548b3cfa47182a2907b83b7838250f1c4d71d3","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -3312,3 +3312,4 @@ AlgoDBLockEnd-->\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9837272d893c83288a970290b30de10094ec20e4","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -3317,3 +3317,4 @@ AlgoDBLockEnd-->\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"98ff564c2a3a0a8e366847b1d5e729028af15406","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -3382,3 +3382,4 @@ SingleTauJet_0x05_Endcap:SingleTauJet_0x05_Endcap\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5394d5c0eb6e88687f79b80174f4dae3c947d263","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -3392,3 +3392,4 @@ SingleTauJet_0x05_Endcap:SingleTauJet_0x05_Endcap\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"19e4398c858323688350e1746cc42c65824609e6","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -3416,3 +3416,4 @@ SingleTauJet_0x05_Endcap:SingleTauJet_0x05_Endcap\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5f8622d3c44f0561294dfd101c58a9b9ec80c496","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v1.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup2_v1.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup2_v1.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup2_v1.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7250,3 +7250,4 @@ AlgoDBLockEnd-->\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2ef2e8b7cfd22dc34c3866e7566987825c1efc1e","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v2.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup2_v2.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup2_v2.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup2_v2.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5501,3 +5501,4 @@ AlgoDBLockEnd-->\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"77396ce349830ec39c9d092190a8944ccd2cf975","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4778,3 +4778,4 @@ AlgoDBLockEnd-->\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9b892999cea9116b135127a21fc18721f1841d56","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -3782,3 +3782,4 @@ AlgoDBLockEnd-->\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bb6a95138343c3437f9e5f73d068b04a0605146a","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v3.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup_v3.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup_v3.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup_v3.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6925,3 +6925,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"50ab74b44479206daafbe6fdafa125473e4c9cf6","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v4.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup_v4.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup_v4.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup_v4.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7255,3 +7255,4 @@ AlgoDBLockEnd-->\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d34391eafd0057613c3eb003898ca6a449f49a54","filename":"L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v5.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup_v5.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup_v5.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FLuminosity%2Fstartup%2FL1Menu_startup_v5.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7255,3 +7255,4 @@ AlgoDBLockEnd-->\n CondDBLockEnd-->\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d558fb7221a1e9b0f2bc973aaaffd6ec4a5ee2a9","filename":"L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/calosetup","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FInternalTemplates%2Fcalosetup","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FInternalTemplates%2Fcalosetup","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FInternalTemplates%2Fcalosetup?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -66,3 +66,4 @@ OTHERS => X\"00000000\"\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"60381a01216c80834e451b3480b8a52cc6438dae","filename":"L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/defvalpkg","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FInternalTemplates%2Fdefvalpkg","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FInternalTemplates%2Fdefvalpkg","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FInternalTemplates%2Fdefvalpkg?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -96,3 +96,4 @@ OTHERS => (\"00000000\", \"00000000\", \"00000000\", \"00000000\")\n ##\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d51051c4622b4d5d8968c7f608bd46c46d454a82","filename":"L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/header","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FInternalTemplates%2Fheader","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FInternalTemplates%2Fheader","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FInternalTemplates%2Fheader?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@ $(connected_channels_2)\n -- ************************** \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"76185da1c3b78f844b78869ae0dec820a04f08db","filename":"L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/jet_cnts","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FInternalTemplates%2Fjet_cnts","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FInternalTemplates%2Fjet_cnts","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FInternalTemplates%2Fjet_cnts?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -18,3 +18,4 @@ addr(13 DOWNTO 1), vdata(7 DOWNTO 0),\n dtack_$(particle)_$(type)($(ser_no)),\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"dfd15b33dd583e26077ed718fa09ad9914b60197","filename":"L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/muonsetup","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FInternalTemplates%2Fmuonsetup","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FInternalTemplates%2Fmuonsetup","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FInternalTemplates%2Fmuonsetup?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -76,3 +76,4 @@ OTHERS => X\"00\"\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"baef93a4f84eed4f31cefef26e3131b67bb829c7","filename":"L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/calo_setup.vhd","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fcalo_setup.vhd","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fcalo_setup.vhd","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fcalo_setup.vhd?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -20,3 +20,4 @@ $(phi_1_s)\n END $(particle)_setup;\r\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"30f666249c7ef16557f69cb663601d92a6ef5e4c","filename":"L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond1_chip.qsf","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fcond1_chip.qsf","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fcond1_chip.qsf","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fcond1_chip.qsf?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -784,3 +784,4 @@ set_global_assignment -name FMAX_REQUIREMENT \"43 MHz\" -section_id CLK_43MHZ\n set_instance_assignment -name CLOCK_SETTINGS CLK_43MHZ -to CLK40\r\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cb376bbecdbd7d2e39b806e03ac6a64dc79da5f4","filename":"L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond1_chip_pkg.vhd","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fcond1_chip_pkg.vhd","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fcond1_chip_pkg.vhd","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fcond1_chip_pkg.vhd?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -49,3 +49,4 @@ $(conditions_nr)\n END cond_chip_pkg;\r\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"693ba6ce2a9f812456e875c336ef68a69847ab3a","filename":"L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond2_chip.qsf","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fcond2_chip.qsf","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fcond2_chip.qsf","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fcond2_chip.qsf?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -784,3 +784,4 @@ set_global_assignment -name FMAX_REQUIREMENT \"43 MHz\" -section_id CLK_43MHZ\n set_instance_assignment -name CLOCK_SETTINGS CLK_43MHZ -to CLK40\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"049de1695b2b5057ca51ab292e191c92f7eff716","filename":"L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond2_chip_pkg.vhd","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fcond2_chip_pkg.vhd","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fcond2_chip_pkg.vhd","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fcond2_chip_pkg.vhd?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -49,3 +49,4 @@ $(conditions_nr)\n END cond_chip_pkg;\r\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7aff29ba4bbc720a4848853e3e3ffd3861618f26","filename":"L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/def_val_pkg.vhd","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fdef_val_pkg.vhd","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fdef_val_pkg.vhd","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fdef_val_pkg.vhd?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -27,3 +27,4 @@ $(jets_def_vals)\n END def_val_pkg;\r\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"122bbc30b423b0d16e4d87de3857c082341c1c95","filename":"L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/muon_setup.vhd","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fmuon_setup.vhd","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fmuon_setup.vhd","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fmuon_setup.vhd?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -26,3 +26,4 @@ $(phi_h_1_s)\n END $(particle)_setup;\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"23f9b5d19e717886ce9405dc34aeee8502f8868e","filename":"L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/pre_algo_and_or.vhd","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fpre_algo_and_or.vhd","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fpre_algo_and_or.vhd","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fdata%2FVhdlTemplates%2FTemplates%2Fpre_algo_and_or.vhd?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -167,3 +167,4 @@ $(prealgos)\n END ARCHITECTURE rtl;\r\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1f7bb41ffbfd410de56b5cd1e473dde8437dd36a","filename":"L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAlgoTrigConfigOnlineProd.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtPrescaleFactorsAlgoTrigConfigOnlineProd.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtPrescaleFactorsAlgoTrigConfigOnlineProd.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtPrescaleFactorsAlgoTrigConfigOnlineProd.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -48,3 +48,4 @@ class L1GtPrescaleFactorsAlgoTrigConfigOnlineProd\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a5e615da40418e2f4aa847c49bb93c61adbbda61","filename":"L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAlgoTrigTrivialProducer.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtPrescaleFactorsAlgoTrigTrivialProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtPrescaleFactorsAlgoTrigTrivialProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtPrescaleFactorsAlgoTrigTrivialProducer.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -53,3 +53,4 @@ class L1GtPrescaleFactorsAlgoTrigTrivialProducer : public edm::ESProducer {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"70479dbe99b2c0b14e548c57ffcb0eef73ad5c35","filename":"L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAndMasksTester.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtPrescaleFactorsAndMasksTester.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtPrescaleFactorsAndMasksTester.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtPrescaleFactorsAndMasksTester.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -115,3 +115,4 @@ class L1GtPrescaleFactorsAndMasksTester\n #endif /*L1GtConfigProducers_L1GtPrescaleFactorsAndMasksTester_h*/\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"754216675c88666925b279939e3961b5a1d69e2b","filename":"L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsTechTrigConfigOnlineProd.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtPrescaleFactorsTechTrigConfigOnlineProd.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtPrescaleFactorsTechTrigConfigOnlineProd.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtPrescaleFactorsTechTrigConfigOnlineProd.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -48,3 +48,4 @@ class L1GtPrescaleFactorsTechTrigConfigOnlineProd\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"88d69d9d4f55eea1dbb87a32bb600d383983bb2a","filename":"L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsTechTrigTrivialProducer.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtPrescaleFactorsTechTrigTrivialProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtPrescaleFactorsTechTrigTrivialProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtPrescaleFactorsTechTrigTrivialProducer.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -53,3 +53,4 @@ class L1GtPrescaleFactorsTechTrigTrivialProducer : public edm::ESProducer {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8d9a859b0e0c489361ab7eb46d63cf38d34ac4cc","filename":"L1TriggerConfig/L1GtConfigProducers/interface/L1GtStableParametersTrivialProducer.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtStableParametersTrivialProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtStableParametersTrivialProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtStableParametersTrivialProducer.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -108,3 +108,4 @@ class L1GtStableParametersTrivialProducer : public edm::ESProducer {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fe75b04ecdf873f30e194e2fda0e1478602cf5ef","filename":"L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskAlgoTrigConfigOnlineProd.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskAlgoTrigConfigOnlineProd.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskAlgoTrigConfigOnlineProd.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskAlgoTrigConfigOnlineProd.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -49,3 +49,4 @@ class L1GtTriggerMaskAlgoTrigConfigOnlineProd\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"30494cd8f8e897ca8e30763959a62f6426888a85","filename":"L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskAlgoTrigTrivialProducer.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskAlgoTrigTrivialProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskAlgoTrigTrivialProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskAlgoTrigTrivialProducer.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -53,3 +53,4 @@ class L1GtTriggerMaskAlgoTrigTrivialProducer : public edm::ESProducer {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ce86f32deeb84d1204b0e5a82a61bc99c57f204d","filename":"L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskTechTrigConfigOnlineProd.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskTechTrigConfigOnlineProd.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskTechTrigConfigOnlineProd.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskTechTrigConfigOnlineProd.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -49,3 +49,4 @@ class L1GtTriggerMaskTechTrigConfigOnlineProd\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4a92f739799291339bd63a3c9124161ceb299c07","filename":"L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskTechTrigTrivialProducer.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskTechTrigTrivialProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskTechTrigTrivialProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskTechTrigTrivialProducer.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -53,3 +53,4 @@ class L1GtTriggerMaskTechTrigTrivialProducer : public edm::ESProducer {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4b6c5491d19a802e2573b1027862edc5763a0eb9","filename":"L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoAlgoTrigTrivialProducer.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskVetoAlgoTrigTrivialProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskVetoAlgoTrigTrivialProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskVetoAlgoTrigTrivialProducer.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -53,3 +53,4 @@ class L1GtTriggerMaskVetoAlgoTrigTrivialProducer : public edm::ESProducer {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"294e1db1ede9a484b818273065078ce586268a9d","filename":"L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoTechTrigConfigOnlineProd.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskVetoTechTrigConfigOnlineProd.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskVetoTechTrigConfigOnlineProd.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskVetoTechTrigConfigOnlineProd.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -49,3 +49,4 @@ class L1GtTriggerMaskVetoTechTrigConfigOnlineProd\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fcbb52213348aa6079061dac7d1f1fa92b7d8227","filename":"L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoTechTrigTrivialProducer.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskVetoTechTrigTrivialProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskVetoTechTrigTrivialProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMaskVetoTechTrigTrivialProducer.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -53,3 +53,4 @@ class L1GtTriggerMaskVetoTechTrigTrivialProducer : public edm::ESProducer {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"078db7eda81be10e23677abbb5dfc5b2c5c9bffd","filename":"L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMenuConfigOnlineProd.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMenuConfigOnlineProd.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMenuConfigOnlineProd.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Finterface%2FL1GtTriggerMenuConfigOnlineProd.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -270,3 +270,4 @@ Result L1GtTriggerMenuConfigOnlineProd::lexical_cast_from_hex(Source& value) con\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"100cf2599af7301371251e4b3e3e441ed9c6f65a","filename":"L1TriggerConfig/L1GtConfigProducers/python/L1GtPrescaleFactorsAlgoTrigConfig_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FL1GtPrescaleFactorsAlgoTrigConfig_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FL1GtPrescaleFactorsAlgoTrigConfig_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FL1GtPrescaleFactorsAlgoTrigConfig_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"99d7c157c9a7fd42a8de2e5c69ae0b49133aae36","filename":"L1TriggerConfig/L1GtConfigProducers/python/L1GtPrescaleFactorsTechTrigConfig_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FL1GtPrescaleFactorsTechTrigConfig_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FL1GtPrescaleFactorsTechTrigConfig_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FL1GtPrescaleFactorsTechTrigConfig_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9856d9e168680e934f0eed5f6c3993ee1d73bc0a","filename":"L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskAlgoTrigConfig_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FL1GtTriggerMaskAlgoTrigConfig_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FL1GtTriggerMaskAlgoTrigConfig_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FL1GtTriggerMaskAlgoTrigConfig_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f4f96a2e76997e29256cc7bbf0ff29fd051e1423","filename":"L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskTechTrigConfig_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FL1GtTriggerMaskTechTrigConfig_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FL1GtTriggerMaskTechTrigConfig_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FL1GtTriggerMaskTechTrigConfig_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2d61012b63cd0706d54459740c7159e5fe65413a","filename":"L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskVetoAlgoTrigConfig_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FL1GtTriggerMaskVetoAlgoTrigConfig_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FL1GtTriggerMaskVetoAlgoTrigConfig_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FL1GtTriggerMaskVetoAlgoTrigConfig_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b948933784bd96d6e155a6b8e68507e05de9f454","filename":"L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskVetoTechTrigConfig_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FL1GtTriggerMaskVetoTechTrigConfig_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FL1GtTriggerMaskVetoTechTrigConfig_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FL1GtTriggerMaskVetoTechTrigConfig_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"622ad63407abd05f662d03517324e30487750b5a","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_PrescaleFactorsAlgoTrigUnprescale_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu2008_2E30_PrescaleFactorsAlgoTrigUnprescale_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu2008_2E30_PrescaleFactorsAlgoTrigUnprescale_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu2008_2E30_PrescaleFactorsAlgoTrigUnprescale_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"07783f1ad170a50036093ecc803ae7de1b89805f","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_PrescaleFactorsAlgoTrig_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu2008_2E30_PrescaleFactorsAlgoTrig_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu2008_2E30_PrescaleFactorsAlgoTrig_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu2008_2E30_PrescaleFactorsAlgoTrig_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -139,3 +139,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f055addb7e041b270b12ce14b924ccd67d3884bb","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_TriggerMaskAlgoTrig_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu2008_2E30_TriggerMaskAlgoTrig_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu2008_2E30_TriggerMaskAlgoTrig_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu2008_2E30_TriggerMaskAlgoTrig_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -35,3 +35,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5addc847a7e68b3b89824f6e6306d388408e126d","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_Unprescaled_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu2008_2E30_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu2008_2E30_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu2008_2E30_Unprescaled_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n # default: no prescale, no bit masked, no bit vetoed \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0c1532290eb4bff7b594d7daeae2bcd9021a3037","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu2008_2E30_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu2008_2E30_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu2008_2E30_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"422e9bcf7edf32e9dfd63cf09b111b15411386c3","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu_2008MC_2E30_Unprescaled_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu_2008MC_2E30_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu_2008MC_2E30_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu_2008MC_2E30_Unprescaled_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n # default: no prescale, no bit masked, no bit vetoed \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1ee25f09f25913abc2fa604dafea30b8afb4817f","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1030%2FL1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n # default: no prescale, no bit masked, no bit vetoed \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"622ad63407abd05f662d03517324e30487750b5a","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_PrescaleFactorsAlgoTrigUnprescale_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu2008_2E31_PrescaleFactorsAlgoTrigUnprescale_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu2008_2E31_PrescaleFactorsAlgoTrigUnprescale_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu2008_2E31_PrescaleFactorsAlgoTrigUnprescale_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c1cb0e42ee877a44e8dbe930df4162a6ca12234c","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_PrescaleFactorsAlgoTrig_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu2008_2E31_PrescaleFactorsAlgoTrig_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu2008_2E31_PrescaleFactorsAlgoTrig_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu2008_2E31_PrescaleFactorsAlgoTrig_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -140,3 +140,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f00063fec00e69969e863b07e521b2acedcdecdd","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_TriggerMaskAlgoTrig_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu2008_2E31_TriggerMaskAlgoTrig_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu2008_2E31_TriggerMaskAlgoTrig_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu2008_2E31_TriggerMaskAlgoTrig_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -139,3 +139,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8551197538aa88f80bc9fbc001b81b044b2bc2c7","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_Unprescaled_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu2008_2E31_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu2008_2E31_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu2008_2E31_Unprescaled_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n # default: no prescale, no bit masked, no bit vetoed \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2a8a5259016a6b79b4bd62630cb298677bbc75a6","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu2008_2E31_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu2008_2E31_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu2008_2E31_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c056d385ebfd0168aecd41740c9f33436e56ba7d","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v0_L1T_Scales_20080922_Imp0_Unprescaled_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v0_L1T_Scales_20080922_Imp0_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v0_L1T_Scales_20080922_Imp0_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v0_L1T_Scales_20080922_Imp0_Unprescaled_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n # default: no prescale, no bit masked, no bit vetoed \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0cb13c8c1c2582f9456d0c6caf664ac678ce78b0","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n # default: no prescale, no bit masked, no bit vetoed \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b7578214eb84a205107a410901660d0f6980a42a","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20080922_Imp0_Unprescaled_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v2_L1T_Scales_20080922_Imp0_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v2_L1T_Scales_20080922_Imp0_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v2_L1T_Scales_20080922_Imp0_Unprescaled_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n # default: no prescale, no bit masked, no bit vetoed \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"54797fbcdc04c5198272f503425a305d293c0627","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090519_Imp0_Unprescaled_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v2_L1T_Scales_20090519_Imp0_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v2_L1T_Scales_20090519_Imp0_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v2_L1T_Scales_20090519_Imp0_Unprescaled_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n # default: no prescale, no bit masked, no bit vetoed \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3ad461fe45bf5bc772edff81a8ce495c058a5037","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090624_Imp0_Unprescaled_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v2_L1T_Scales_20090624_Imp0_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v2_L1T_Scales_20090624_Imp0_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v2_L1T_Scales_20090624_Imp0_Unprescaled_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -23,3 +23,4 @@\n # default: no prescale, no bit masked, no bit vetoed \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d9f57ffdf402a2f7e231964a42a8dca9cc95b64d","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v4_L1T_Scales_20090624_Imp0_Unprescaled_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v4_L1T_Scales_20090624_Imp0_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v4_L1T_Scales_20090624_Imp0_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1031%2FL1Menu_MC2009_v4_L1T_Scales_20090624_Imp0_Unprescaled_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -23,3 +23,4 @@\n # default: no prescale, no bit masked, no bit vetoed \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2f580cc7f1d3699be4e56171da778facf969b394","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_PrescaleFactorsAlgoTrigUnprescale_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu2007_PrescaleFactorsAlgoTrigUnprescale_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu2007_PrescaleFactorsAlgoTrigUnprescale_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu2007_PrescaleFactorsAlgoTrigUnprescale_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1719096cef70a95bc56217951036b36f46926bf2","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_PrescaleFactorsAlgoTrig_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu2007_PrescaleFactorsAlgoTrig_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu2007_PrescaleFactorsAlgoTrig_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu2007_PrescaleFactorsAlgoTrig_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -140,3 +140,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"57a470d12095cd8c9d0079ad77ede7a3260d4f78","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_TriggerMaskAlgoTrig_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu2007_TriggerMaskAlgoTrig_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu2007_TriggerMaskAlgoTrig_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu2007_TriggerMaskAlgoTrig_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -139,3 +139,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"128cb3eaa06a3847f9edd65cc6b7bddd065f8272","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_Unprescaled_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu2007_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu2007_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu2007_Unprescaled_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"129c23f484a31f07a85213a519033498fa2e30e3","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu2007_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu2007_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu2007_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"622ad63407abd05f662d03517324e30487750b5a","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_PrescaleFactorsAlgoTrig_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_PrescaleFactorsAlgoTrig_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_PrescaleFactorsAlgoTrig_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_PrescaleFactorsAlgoTrig_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"05b97580afeb9ac35f3204ee5928fc8eeabe0fc1","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -139,3 +139,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3887f821f7e95aa61c3b8cc658f9606f3dfd1371","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_ecal_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_ecal_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_ecal_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_ecal_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -139,3 +139,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d454b1491df83f428d62b0173a8e8d59b63509c5","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_hcal_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_hcal_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_hcal_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_hcal_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -139,3 +139,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8cbaafc39adb32a044f3e4d7b05e6641dcd6749d","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskTechTrig_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_TriggerMaskTechTrig_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_TriggerMaskTechTrig_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_TriggerMaskTechTrig_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -75,3 +75,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e291d0d0612a6400ca0d0a81329b00386d0cda5f","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_gr7_muon_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_gr7_muon_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_gr7_muon_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -27,3 +27,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/38ec0b5001047967c074e924158218a1e07ed0af?per_page=100&page=23 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:53:15 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"6de6146b7941c1559bd120a96619e20ee44bf68a8b1df592420b30d2489b31c3"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:52:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4846'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '154'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D2F6:2A5676:39B279:3ADE5C:68122B4B')] +{"sha":"38ec0b5001047967c074e924158218a1e07ed0af","node_id":"C_kwDOF83__NoAKDM4ZWMwYjUwMDEwNDc5NjdjMDc0ZTkyNDE1ODIxOGExZTA3ZWQwYWY","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:43:40Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:52:38Z"},"message":"More changes","tree":{"sha":"33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/38ec0b5001047967c074e924158218a1e07ed0af","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/38ec0b5001047967c074e924158218a1e07ed0af","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e"}],"stats":{"total":2973,"additions":2971,"deletions":2},"files":[{"sha":"e62724866e379c91b8ac1fdb3ee32e3a45aaa9e8","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_ecal_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_gr7_muon_ecal_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_gr7_muon_ecal_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_gr7_muon_ecal_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f61b793f2b1abf4d296ae9db3de59331d7d126a9","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_hcal_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_gr7_muon_hcal_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_gr7_muon_hcal_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_CRUZET200805_gr7_muon_hcal_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4b86627355dd55b46cb122f07a13064cf6b8b3f8","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_Test_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_Test_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_Test_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Flumi1x1032%2FL1Menu_Test_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2350a56d801d1a1fbbbc7e902dc7fdf33792db8f","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n # default: no prescale, no bit masked, no bit vetoed \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b418cdf35a3ef634267ebded259af54ba2978834","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n # default: no prescale, no bit masked, no bit vetoed \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a73bd1ded26417c4bb33af096ba8057ed554e82d","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n # default: no prescale, no bit masked, no bit vetoed \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f165600c01c5abe9a2b3b7405c43230406a26d52","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n # default: no prescale, no bit masked, no bit vetoed \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6c5246f350fe5e06d91ccb60016faae4af23ddf1","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n # default: no prescale, no bit masked, no bit vetoed \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2d706b5a1d0baa5c40b75389e0b70726af4d12c1","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v1_Unprescaled_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup2_v1_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup2_v1_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup2_v1_Unprescaled_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n # default: no prescale, no bit masked, no bit vetoed \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c611ae734df1cac7b6f660a0ad5ea4884a05c224","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v2_Unprescaled_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup2_v2_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup2_v2_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup2_v2_Unprescaled_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n # default: no prescale, no bit masked, no bit vetoed \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"dfdde794e4ec35eefd612cde2b53534c08697d43","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n # default: no prescale, no bit masked, no bit vetoed \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3133c1640f76f69d75a8f2c7f772f5e4d56d9222","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n # default: no prescale, no bit masked, no bit vetoed \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e241be70a861fdd887f4f2d787d7df4e60d86608","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v3_Unprescaled_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup_v3_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup_v3_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup_v3_Unprescaled_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n # default: no prescale, no bit masked, no bit vetoed \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"07ee5ec42709cdb0c913a7093b91b4d6acdf7abb","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v4_Unprescaled_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup_v4_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup_v4_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup_v4_Unprescaled_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n # default: no prescale, no bit masked, no bit vetoed \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"962c19e4d13b3a4e8ad342efd4e03ed144809d2e","filename":"L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v5_Unprescaled_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup_v5_Unprescaled_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup_v5_Unprescaled_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2FLuminosity%2Fstartup%2FL1Menu_startup_v5_Unprescaled_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n # default: no prescale, no bit masked, no bit vetoed \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b6c2abdcd9e2eb80e4549007fdd30f07dfa707d6","filename":"L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsAlgoTrigOnline_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2Fl1GtPrescaleFactorsAlgoTrigOnline_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2Fl1GtPrescaleFactorsAlgoTrigOnline_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2Fl1GtPrescaleFactorsAlgoTrigOnline_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,3 +9,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9df8229b5e7a59737e15d4f864614f816aa893da","filename":"L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsAndMasksTester_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2Fl1GtPrescaleFactorsAndMasksTester_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2Fl1GtPrescaleFactorsAndMasksTester_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2Fl1GtPrescaleFactorsAndMasksTester_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -20,3 +20,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"93a1ec5c6ec518d187af5f687107ca2ee10afbe4","filename":"L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsTechTrigOnline_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2Fl1GtPrescaleFactorsTechTrigOnline_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2Fl1GtPrescaleFactorsTechTrigOnline_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2Fl1GtPrescaleFactorsTechTrigOnline_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,3 +9,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6a512ff72257de9c48250ffcda6b121ab73cf045","filename":"L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskAlgoTrigOnline_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2Fl1GtTriggerMaskAlgoTrigOnline_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2Fl1GtTriggerMaskAlgoTrigOnline_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2Fl1GtTriggerMaskAlgoTrigOnline_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"730b4ea1a3821faba756aaeb2dfb5dcbb5cd1e0e","filename":"L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskTechTrigOnline_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2Fl1GtTriggerMaskTechTrigOnline_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2Fl1GtTriggerMaskTechTrigOnline_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2Fl1GtTriggerMaskTechTrigOnline_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"25dcf42188731717e9a6a39023dda624a584fdc6","filename":"L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskVetoTechTrigOnline_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2Fl1GtTriggerMaskVetoTechTrigOnline_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2Fl1GtTriggerMaskVetoTechTrigOnline_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fpython%2Fl1GtTriggerMaskVetoTechTrigOnline_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"64b77d99080d7ab411e8baeadf4990a9d1786ea2","filename":"L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsAlgoTrigConfigOnlineProd.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtPrescaleFactorsAlgoTrigConfigOnlineProd.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtPrescaleFactorsAlgoTrigConfigOnlineProd.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtPrescaleFactorsAlgoTrigConfigOnlineProd.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -181,3 +181,4 @@ std::unique_ptr L1GtPrescaleFactorsAlgoTrigConfigOnlineProd\n DEFINE_FWK_EVENTSETUP_MODULE(L1GtPrescaleFactorsAlgoTrigConfigOnlineProd);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ba607b1fa7060f2c5404a30d601b1bd7b098c0a9","filename":"L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsAlgoTrigTrivialProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtPrescaleFactorsAlgoTrigTrivialProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtPrescaleFactorsAlgoTrigTrivialProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtPrescaleFactorsAlgoTrigTrivialProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -65,3 +65,4 @@ std::unique_ptr L1GtPrescaleFactorsAlgoTrigTrivialProducer:\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a6c1d1747e2b66782145671ea31cf493f6fb1c4f","filename":"L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsTechTrigConfigOnlineProd.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtPrescaleFactorsTechTrigConfigOnlineProd.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtPrescaleFactorsTechTrigConfigOnlineProd.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtPrescaleFactorsTechTrigConfigOnlineProd.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -181,3 +181,4 @@ std::unique_ptr L1GtPrescaleFactorsTechTrigConfigOnlineProd\n DEFINE_FWK_EVENTSETUP_MODULE(L1GtPrescaleFactorsTechTrigConfigOnlineProd);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"46461738ee3d2b5555cd7ba31cbf59d6a6ff7580","filename":"L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsTechTrigTrivialProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtPrescaleFactorsTechTrigTrivialProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtPrescaleFactorsTechTrigTrivialProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtPrescaleFactorsTechTrigTrivialProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -65,3 +65,4 @@ std::unique_ptr L1GtPrescaleFactorsTechTrigTrivialProducer:\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7e00521db5ae6f24cd32ecf18aaff1dd050788fb","filename":"L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskAlgoTrigConfigOnlineProd.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskAlgoTrigConfigOnlineProd.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskAlgoTrigConfigOnlineProd.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskAlgoTrigConfigOnlineProd.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -94,3 +94,4 @@ std::unique_ptr L1GtTriggerMaskAlgoTrigConfigOnlineProd::newObj\n DEFINE_FWK_EVENTSETUP_MODULE(L1GtTriggerMaskAlgoTrigConfigOnlineProd);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5914e2fcb4f132501141536699de19eaee11ad30","filename":"L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskAlgoTrigTrivialProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskAlgoTrigTrivialProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskAlgoTrigTrivialProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskAlgoTrigTrivialProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -55,3 +55,4 @@ std::unique_ptr L1GtTriggerMaskAlgoTrigTrivialProducer::produce\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1ed62cce6d1f2bbb0cfb321f426b5223861a15d5","filename":"L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskTechTrigConfigOnlineProd.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskTechTrigConfigOnlineProd.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskTechTrigConfigOnlineProd.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskTechTrigConfigOnlineProd.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -92,3 +92,4 @@ std::unique_ptr L1GtTriggerMaskTechTrigConfigOnlineProd::newObj\n DEFINE_FWK_EVENTSETUP_MODULE(L1GtTriggerMaskTechTrigConfigOnlineProd);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7374055baef42a197a907f74fc0646e16057de54","filename":"L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskTechTrigTrivialProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskTechTrigTrivialProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskTechTrigTrivialProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskTechTrigTrivialProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -55,3 +55,4 @@ std::unique_ptr L1GtTriggerMaskTechTrigTrivialProducer::produce\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"db9c3f9f8cb2168fe8e48fb6608ee9d8586ca1bf","filename":"L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoAlgoTrigTrivialProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskVetoAlgoTrigTrivialProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskVetoAlgoTrigTrivialProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskVetoAlgoTrigTrivialProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -55,3 +55,4 @@ std::unique_ptr L1GtTriggerMaskVetoAlgoTrigTrivialProducer::pro\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1f5a281d39bd524416a91a7778e34fda94011999","filename":"L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoTechTrigConfigOnlineProd.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskVetoTechTrigConfigOnlineProd.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskVetoTechTrigConfigOnlineProd.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskVetoTechTrigConfigOnlineProd.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -89,3 +89,4 @@ std::unique_ptr L1GtTriggerMaskVetoTechTrigConfigOnlineProd::ne\n DEFINE_FWK_EVENTSETUP_MODULE(L1GtTriggerMaskVetoTechTrigConfigOnlineProd);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3935a05d6d5c11d81e4fcac8597231cdd923c845","filename":"L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoTechTrigTrivialProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskVetoTechTrigTrivialProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskVetoTechTrigTrivialProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Fsrc%2FL1GtTriggerMaskVetoTechTrigTrivialProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -55,3 +55,4 @@ std::unique_ptr L1GtTriggerMaskVetoTechTrigTrivialProducer::pro\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f47eae8b7581fb54b196b4a5a6e94bd3e2646ad9","filename":"L1TriggerConfig/L1GtConfigProducers/test/L1GtPrescaleFactorsAlgoTrigOnlineTest_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Ftest%2FL1GtPrescaleFactorsAlgoTrigOnlineTest_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Ftest%2FL1GtPrescaleFactorsAlgoTrigOnlineTest_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Ftest%2FL1GtPrescaleFactorsAlgoTrigOnlineTest_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -42,3 +42,4 @@\n process.MessageLogger.debugModules = cms.untracked.vstring('*')\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"25b14827c807dd54b8dc39e3d670808057a93010","filename":"L1TriggerConfig/L1GtConfigProducers/test/L1GtPrescaleFactorsTechTrigOnlineTest_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Ftest%2FL1GtPrescaleFactorsTechTrigOnlineTest_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Ftest%2FL1GtPrescaleFactorsTechTrigOnlineTest_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Ftest%2FL1GtPrescaleFactorsTechTrigOnlineTest_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -42,3 +42,4 @@\n process.MessageLogger.debugModules = cms.untracked.vstring('*')\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0963842696ebb949eab1676cbb3d75956d7aed95","filename":"L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskAlgoTrigOnlineTest_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Ftest%2FL1GtTriggerMaskAlgoTrigOnlineTest_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Ftest%2FL1GtTriggerMaskAlgoTrigOnlineTest_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Ftest%2FL1GtTriggerMaskAlgoTrigOnlineTest_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -46,3 +46,4 @@\n process.MessageLogger.debugModules = cms.untracked.vstring('*')\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4c44e7bac5e043b618139683d7066204ebb68638","filename":"L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskTechTrigOnlineTest_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Ftest%2FL1GtTriggerMaskTechTrigOnlineTest_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Ftest%2FL1GtTriggerMaskTechTrigOnlineTest_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Ftest%2FL1GtTriggerMaskTechTrigOnlineTest_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -46,3 +46,4 @@\n process.MessageLogger.debugModules = cms.untracked.vstring('*')\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"11d8c544bd771fc825a7c6b587db069b4e452570","filename":"L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskVetoTechTrigOnlineTest_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Ftest%2FL1GtTriggerMaskVetoTechTrigOnlineTest_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1GtConfigProducers%2Ftest%2FL1GtTriggerMaskVetoTechTrigOnlineTest_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1GtConfigProducers%2Ftest%2FL1GtTriggerMaskVetoTechTrigOnlineTest_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -46,3 +46,4 @@\n process.MessageLogger.debugModules = cms.untracked.vstring('*')\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5a23a7b2fe8b81b9315ef9a027c59990b1fd4106","filename":"L1TriggerConfig/L1ScalesProducers/python/L1MuTriggerPtScaleOnlineProducer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1ScalesProducers%2Fpython%2FL1MuTriggerPtScaleOnlineProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1ScalesProducers%2Fpython%2FL1MuTriggerPtScaleOnlineProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1ScalesProducers%2Fpython%2FL1MuTriggerPtScaleOnlineProducer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4c1d19a2436fbdde151b665a2807fd957b8b1c4e","filename":"L1TriggerConfig/L1ScalesProducers/python/L1MuTriggerScalesOnlineProducer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1ScalesProducers%2Fpython%2FL1MuTriggerScalesOnlineProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1ScalesProducers%2Fpython%2FL1MuTriggerScalesOnlineProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1ScalesProducers%2Fpython%2FL1MuTriggerScalesOnlineProducer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -42,3 +42,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"01db9c5aa585c63c14093a46017c7ca475f0509d","filename":"L1TriggerConfig/L1TConfigProducers/python/L1TGlobalPrescalesVetosObjectKeysOnline_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1TConfigProducers%2Fpython%2FL1TGlobalPrescalesVetosObjectKeysOnline_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1TConfigProducers%2Fpython%2FL1TGlobalPrescalesVetosObjectKeysOnline_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1TConfigProducers%2Fpython%2FL1TGlobalPrescalesVetosObjectKeysOnline_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,3 +9,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bbf2b56d17edd57e172ae7836298a68b86362e94","filename":"L1TriggerConfig/L1TConfigProducers/python/L1TMuonEndCapForestOnlineProxy_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1TConfigProducers%2Fpython%2FL1TMuonEndCapForestOnlineProxy_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1TConfigProducers%2Fpython%2FL1TMuonEndCapForestOnlineProxy_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1TConfigProducers%2Fpython%2FL1TMuonEndCapForestOnlineProxy_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -18,3 +18,4 @@\n L1TMuonEndCapForestOnlineProxy = cms.ESProducer(\"L1TMuonEndCapForestOnlineProxy\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"20ab41ed23087508383a4008a3bc261bf700056c","filename":"L1TriggerConfig/L1TConfigProducers/python/L1TMuonOverlapObjectKeysOnline_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1TConfigProducers%2Fpython%2FL1TMuonOverlapObjectKeysOnline_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1TConfigProducers%2Fpython%2FL1TMuonOverlapObjectKeysOnline_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1TConfigProducers%2Fpython%2FL1TMuonOverlapObjectKeysOnline_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"50b690037186bcd26e6d5bc7522e94f3d0966ebe","filename":"L1TriggerConfig/L1TConfigProducers/python/L1TMuonOverlapParamsOnlineProxy_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1TConfigProducers%2Fpython%2FL1TMuonOverlapParamsOnlineProxy_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1TConfigProducers%2Fpython%2FL1TMuonOverlapParamsOnlineProxy_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1TConfigProducers%2Fpython%2FL1TMuonOverlapParamsOnlineProxy_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n L1TMuonOverlapParamsOnlineProxy = cms.ESProducer(\"L1TMuonOverlapParamsOnlineProxy\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"867eb70698aa023a07601bbb78fb09dabf6e0809","filename":"L1TriggerConfig/L1TConfigProducers/python/L1TUtmTriggerMenuObjectKeysOnline_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1TConfigProducers%2Fpython%2FL1TUtmTriggerMenuObjectKeysOnline_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1TConfigProducers%2Fpython%2FL1TUtmTriggerMenuObjectKeysOnline_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1TConfigProducers%2Fpython%2FL1TUtmTriggerMenuObjectKeysOnline_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,3 +9,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"64d02bd83ad3c87562e763e2d7c39573bcb54194","filename":"L1TriggerConfig/L1TConfigProducers/src/L1TGlobalPrescalesVetosObjectKeysOnlineProd.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1TConfigProducers%2Fsrc%2FL1TGlobalPrescalesVetosObjectKeysOnlineProd.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1TConfigProducers%2Fsrc%2FL1TGlobalPrescalesVetosObjectKeysOnlineProd.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1TConfigProducers%2Fsrc%2FL1TGlobalPrescalesVetosObjectKeysOnlineProd.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@ void L1TGlobalPrescalesVetosObjectKeysOnlineProd::fillObjectKeys(L1TriggerKeyExt\n DEFINE_FWK_EVENTSETUP_MODULE(L1TGlobalPrescalesVetosObjectKeysOnlineProd);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5f870a71cacbfa1eb8f454afbe04ed4040296da6","filename":"L1TriggerConfig/L1TConfigProducers/src/L1TUtmTriggerMenuObjectKeysOnlineProd.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1TConfigProducers%2Fsrc%2FL1TUtmTriggerMenuObjectKeysOnlineProd.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/L1TriggerConfig%2FL1TConfigProducers%2Fsrc%2FL1TUtmTriggerMenuObjectKeysOnlineProd.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/L1TriggerConfig%2FL1TConfigProducers%2Fsrc%2FL1TUtmTriggerMenuObjectKeysOnlineProd.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -46,3 +46,4 @@ void L1TUtmTriggerMenuObjectKeysOnlineProd::fillObjectKeys(L1TriggerKeyExt* pL1T\n DEFINE_FWK_EVENTSETUP_MODULE(L1TUtmTriggerMenuObjectKeysOnlineProd);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b3cc7846cad94df60b16254f6721d2106b91daac","filename":"MagneticField/GeomBuilder/plugins/dd4hep/DD4hep_VolumeBasedMagneticFieldESProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MagneticField%2FGeomBuilder%2Fplugins%2Fdd4hep%2FDD4hep_VolumeBasedMagneticFieldESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MagneticField%2FGeomBuilder%2Fplugins%2Fdd4hep%2FDD4hep_VolumeBasedMagneticFieldESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MagneticField%2FGeomBuilder%2Fplugins%2Fdd4hep%2FDD4hep_VolumeBasedMagneticFieldESProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -140,3 +140,4 @@ void DD4hep_VolumeBasedMagneticFieldESProducer::fillDescriptions(edm::Configurat\n DEFINE_FWK_EVENTSETUP_MODULE(DD4hep_VolumeBasedMagneticFieldESProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"27b99998cec946e97944632e7dd0cd00f9606dbb","filename":"MagneticField/GeomBuilder/plugins/dd4hep/DD4hep_VolumeBasedMagneticFieldESProducerFromDB.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MagneticField%2FGeomBuilder%2Fplugins%2Fdd4hep%2FDD4hep_VolumeBasedMagneticFieldESProducerFromDB.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MagneticField%2FGeomBuilder%2Fplugins%2Fdd4hep%2FDD4hep_VolumeBasedMagneticFieldESProducerFromDB.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MagneticField%2FGeomBuilder%2Fplugins%2Fdd4hep%2FDD4hep_VolumeBasedMagneticFieldESProducerFromDB.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -244,3 +244,4 @@ void DD4hep_VolumeBasedMagneticFieldESProducerFromDB::fillDescriptions(edm::Conf\n DEFINE_FWK_EVENTSETUP_MODULE(DD4hep_VolumeBasedMagneticFieldESProducerFromDB);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"72d35cebedf34b4db3c686100c9ce479b3185bb2","filename":"MagneticField/Interpolation/test/BinaryTablesGeneration/prepareMagneticFieldGrid.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MagneticField%2FInterpolation%2Ftest%2FBinaryTablesGeneration%2FprepareMagneticFieldGrid.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MagneticField%2FInterpolation%2Ftest%2FBinaryTablesGeneration%2FprepareMagneticFieldGrid.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MagneticField%2FInterpolation%2Ftest%2FBinaryTablesGeneration%2FprepareMagneticFieldGrid.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1606,3 +1606,4 @@ double prepareMagneticFieldGrid::SixDPoint::by() { return P6[4]; }\n double prepareMagneticFieldGrid::SixDPoint::bz() { return P6[5]; }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"659d52877e11362b9d69d61cf318593a2c0a8c07","filename":"MagneticField/Interpolation/test/BinaryTablesGeneration/prepareMagneticFieldGrid.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MagneticField%2FInterpolation%2Ftest%2FBinaryTablesGeneration%2FprepareMagneticFieldGrid.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MagneticField%2FInterpolation%2Ftest%2FBinaryTablesGeneration%2FprepareMagneticFieldGrid.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MagneticField%2FInterpolation%2Ftest%2FBinaryTablesGeneration%2FprepareMagneticFieldGrid.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -178,3 +178,4 @@ class prepareMagneticFieldGrid {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"294c9b6609897384e4dd9db6811cdc95702bb6bd","filename":"MagneticField/Interpolation/test/BinaryTablesGeneration/validateField_TOSCATables.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MagneticField%2FInterpolation%2Ftest%2FBinaryTablesGeneration%2FvalidateField_TOSCATables.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MagneticField%2FInterpolation%2Ftest%2FBinaryTablesGeneration%2FvalidateField_TOSCATables.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MagneticField%2FInterpolation%2Ftest%2FBinaryTablesGeneration%2FvalidateField_TOSCATables.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -41,3 +41,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a9bec88239f939cd0dfca02f70925cc7e88622a5","filename":"MagneticField/ParametrizedEngine/interface/ParabolicParametrizedMagneticField.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MagneticField%2FParametrizedEngine%2Finterface%2FParabolicParametrizedMagneticField.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MagneticField%2FParametrizedEngine%2Finterface%2FParabolicParametrizedMagneticField.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MagneticField%2FParametrizedEngine%2Finterface%2FParabolicParametrizedMagneticField.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -47,3 +47,4 @@ namespace magneticFieldParabolicPortable {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4bf05e64a901fc3420fee1181a4e0fcf7812f7d7","filename":"MagneticField/ParametrizedEngine/plugins/AutoParametrizedMagneticFieldProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MagneticField%2FParametrizedEngine%2Fplugins%2FAutoParametrizedMagneticFieldProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MagneticField%2FParametrizedEngine%2Fplugins%2FAutoParametrizedMagneticFieldProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MagneticField%2FParametrizedEngine%2Fplugins%2FAutoParametrizedMagneticFieldProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -104,3 +104,4 @@ int AutoParametrizedMagneticFieldProducer::closerNominaCurrent(float current) co\n DEFINE_FWK_EVENTSETUP_MODULE(AutoParametrizedMagneticFieldProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6c10cb0f41d66e5ade8da4a6f4abe7fc9a64fd70","filename":"MagneticField/ParametrizedEngine/python/parametrizedMagneticField_OAE85l_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MagneticField%2FParametrizedEngine%2Fpython%2FparametrizedMagneticField_OAE85l_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MagneticField%2FParametrizedEngine%2Fpython%2FparametrizedMagneticField_OAE85l_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MagneticField%2FParametrizedEngine%2Fpython%2FparametrizedMagneticField_OAE85l_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -19,3 +19,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2c26953421792a509e663f92865b4d391969c602","filename":"MagneticField/ParametrizedEngine/python/parametrizedMagneticField_OAE_3_8T_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MagneticField%2FParametrizedEngine%2Fpython%2FparametrizedMagneticField_OAE_3_8T_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MagneticField%2FParametrizedEngine%2Fpython%2FparametrizedMagneticField_OAE_3_8T_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MagneticField%2FParametrizedEngine%2Fpython%2FparametrizedMagneticField_OAE_3_8T_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -17,3 +17,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4d39cc8554cf2b74848cf208aeaa57c303c3d739","filename":"MagneticField/ParametrizedEngine/python/parametrizedMagneticField_PolyFit2D_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MagneticField%2FParametrizedEngine%2Fpython%2FparametrizedMagneticField_PolyFit2D_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MagneticField%2FParametrizedEngine%2Fpython%2FparametrizedMagneticField_PolyFit2D_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MagneticField%2FParametrizedEngine%2Fpython%2FparametrizedMagneticField_PolyFit2D_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -20,3 +20,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1d4308e0c23013a2e983697b821ebd400d5ed0c7","filename":"MagneticField/ParametrizedEngine/python/parametrizedMagneticField_PolyFit3D_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MagneticField%2FParametrizedEngine%2Fpython%2FparametrizedMagneticField_PolyFit3D_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MagneticField%2FParametrizedEngine%2Fpython%2FparametrizedMagneticField_PolyFit3D_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MagneticField%2FParametrizedEngine%2Fpython%2FparametrizedMagneticField_PolyFit3D_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -20,3 +20,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8c6af274521b3d3bdf9e188db8594bb5ea9f58f8","filename":"MagneticField/ParametrizedEngine/test/alpaka/testParabolicParametrizedMagneticField.dev.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MagneticField%2FParametrizedEngine%2Ftest%2Falpaka%2FtestParabolicParametrizedMagneticField.dev.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MagneticField%2FParametrizedEngine%2Ftest%2Falpaka%2FtestParabolicParametrizedMagneticField.dev.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MagneticField%2FParametrizedEngine%2Ftest%2Falpaka%2FtestParabolicParametrizedMagneticField.dev.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -131,3 +131,4 @@ int main() {\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"491920541edd6502b69b131338272f8f77da7dfd","filename":"MuonAnalysis/MomentumScaleCalibration/test/Macros/CompareWithSystematicError.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FCompareWithSystematicError.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FCompareWithSystematicError.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FCompareWithSystematicError.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -126,3 +126,4 @@ void CompareWithSystematicError()\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d18a08e55263fa301e9b0ba44156a167b82065ec","filename":"MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasUpsilonValidation.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FCompareBiasUpsilonValidation.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FCompareBiasUpsilonValidation.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FCompareBiasUpsilonValidation.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -211,3 +211,4 @@ class CompareBiasUpsilonValidation\n };\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"46818ea1d45af76eacc0db21505784616c234549","filename":"MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasY1SValidation.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FCompareBiasY1SValidation.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FCompareBiasY1SValidation.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FCompareBiasY1SValidation.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -235,3 +235,4 @@ class CompareBiasY1SValidation\n };\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ab93916d2ddaeaeffd19acf466659f09a39b8ffb","filename":"MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasZValidation.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FCompareBiasZValidation.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FCompareBiasZValidation.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FCompareBiasZValidation.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -228,3 +228,4 @@ class CompareBiasZValidation\n };\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"70903f0b4dda05b085b9aa7f4ce8ef4ab60b8a28","filename":"MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/ComparePhiPlusMinus.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FComparePhiPlusMinus.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FComparePhiPlusMinus.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FComparePhiPlusMinus.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -19,3 +19,4 @@\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"da997090688074fb62edefbf5da1c6181395f13e","filename":"MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareWithExpected.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FCompareWithExpected.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FCompareWithExpected.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FCompareWithExpected.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -51,3 +51,4 @@\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c92d7990b4c3003f0dfac9a10d7e0dd8cfa283fa","filename":"MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareWithExpectedBeforeAfter.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FCompareWithExpectedBeforeAfter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FCompareWithExpectedBeforeAfter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FCompareWithExpectedBeforeAfter.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -62,3 +62,4 @@\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5df9b4ab4fed4bb1a43547af964650f43ae48562","filename":"MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CrystalBallFitOnData_JPsi.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FCrystalBallFitOnData_JPsi.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FCrystalBallFitOnData_JPsi.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FCrystalBallFitOnData_JPsi.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -132,3 +132,4 @@ void CrystalBallFitOnData_JPsi()\n };\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"826e69fc0a318ecafc1271c77df9c808ac0be477","filename":"MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/GaussianFitOnData_Psi2S.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FGaussianFitOnData_Psi2S.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FGaussianFitOnData_Psi2S.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FGaussianFitOnData_Psi2S.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -166,3 +166,4 @@ void GaussianFitOnData_Psi2S()\n };\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b790d8570c20279ef0c9b41c39bbab65a9a9aab2","filename":"MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Base.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FMultiHistoOverlapAll_Base.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FMultiHistoOverlapAll_Base.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FMultiHistoOverlapAll_Base.C?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -624,3 +624,4 @@ void getCustomRanges(TString type, TString resonance, int iP, float minmax_plot[\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"69ea5d85028c5353cf8de1130d8d376a351d0909","filename":"MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Y1S.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FMultiHistoOverlapAll_Y1S.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FMultiHistoOverlapAll_Y1S.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FMultiHistoOverlapAll_Y1S.C?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@ void MultiHistoOverlapAll_Y1S(string files, string labels, string colors = \"\", s\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"820f32f5a6829d9d17066ac4101ca501397662cd","filename":"MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Z.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FMultiHistoOverlapAll_Z.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FMultiHistoOverlapAll_Z.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FMultiHistoOverlapAll_Z.C?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@ void MultiHistoOverlapAll_Z(string files, string labels, string colors = \"\", str\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0843ec024781f0ab62c84ff32046923e45e93599","filename":"MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlap_Upsilon.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FMultiHistoOverlap_Upsilon.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FMultiHistoOverlap_Upsilon.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FMultiHistoOverlap_Upsilon.C?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -388,3 +388,4 @@\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d609990b23773690ebb085f52456d3084ffa2561","filename":"MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlap_Y1S.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FMultiHistoOverlap_Y1S.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FMultiHistoOverlap_Y1S.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FMultiHistoOverlap_Y1S.C?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -19,3 +19,4 @@ void MultiHistoOverlap_Y1S(){\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"79ed085b2c94f9432ee85f02174d5a8c09e9fcf0","filename":"MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/RunCompareBias_template.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FRunCompareBias_template.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FRunCompareBias_template.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FRooFit%2FRunCompareBias_template.C?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"795439a9797e5715410aa1e554822b722b18c42d","filename":"MuonAnalysis/MomentumScaleCalibration/test/Macros/ShowProbabilityDistribution.C","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FShowProbabilityDistribution.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FShowProbabilityDistribution.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FShowProbabilityDistribution.C?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -19,3 +19,4 @@\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"79cc7833a8e3c35b2fa628e5b7c7a7e0f426d57a","filename":"MuonAnalysis/MomentumScaleCalibration/test/Macros/TreeProduction/MuScleFit_template_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FTreeProduction%2FMuScleFit_template_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FTreeProduction%2FMuScleFit_template_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FMacros%2FTreeProduction%2FMuScleFit_template_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -223,3 +223,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"00594af67e580f7adc0f1ddeaf1bea21f97ea68b","filename":"MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/SplitAndRunBatch.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FStatisticalErrors%2FSplitAndRunBatch.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FStatisticalErrors%2FSplitAndRunBatch.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FStatisticalErrors%2FSplitAndRunBatch.sh?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -50,3 +50,4 @@ do\n done\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e4953426a23746d37a63d8c50f7b3beba0233f87","filename":"MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/StatisticalErrors_instructions.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FStatisticalErrors%2FStatisticalErrors_instructions.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FStatisticalErrors%2FStatisticalErrors_instructions.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FStatisticalErrors%2FStatisticalErrors_instructions.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -111,3 +111,4 @@ PARAMETERS USING MULTIPLE PSEUDO-EXPERIMENTS\n \t you wish.\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c2094b4b1f641c61c6f2107da7aecdeb8243d623","filename":"MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/TakeParameterFromBatch.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FStatisticalErrors%2FTakeParameterFromBatch.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FStatisticalErrors%2FTakeParameterFromBatch.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FStatisticalErrors%2FTakeParameterFromBatch.sh?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -51,3 +51,4 @@ for file in $(ls ${dir}/FitParameters_*.txt)\n done\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b87d0654fd419a1b27b0d5db8910c97fc249b089","filename":"MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/TreeSplitter_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FStatisticalErrors%2FTreeSplitter_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FStatisticalErrors%2FTreeSplitter_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FStatisticalErrors%2FTreeSplitter_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -21,3 +21,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"97d0f5927aaca458ceaff4e0ae754710d6a866eb","filename":"MuonAnalysis/MomentumScaleCalibration/test/UnitTests/TestCrossSectionHandler.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FUnitTests%2FTestCrossSectionHandler.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FUnitTests%2FTestCrossSectionHandler.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2FUnitTests%2FTestCrossSectionHandler.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -326,3 +326,4 @@ CPPUNIT_TEST_SUITE_REGISTRATION(TestCrossSectionHandler);\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"facf2844ee9c5174d55ec79a6115600956306550","filename":"MuonAnalysis/MomentumScaleCalibration/test/tree_production/miniAODVBTFMuonsOnlyTreeMC_CRAB_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2Ftree_production%2FminiAODVBTFMuonsOnlyTreeMC_CRAB_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2Ftree_production%2FminiAODVBTFMuonsOnlyTreeMC_CRAB_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMomentumScaleCalibration%2Ftest%2Ftree_production%2FminiAODVBTFMuonsOnlyTreeMC_CRAB_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -298,3 +298,4 @@ def set(self, fix, order, value, step, min, max):\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"57f266fbc885fa9ad8d6561505cf1e13ffc659c9","filename":"MuonAnalysis/MuonAssociators/test/MuonMCClassifier/debugMuonsClassByHits_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMuonAssociators%2Ftest%2FMuonMCClassifier%2FdebugMuonsClassByHits_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMuonAssociators%2Ftest%2FMuonMCClassifier%2FdebugMuonsClassByHits_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMuonAssociators%2Ftest%2FMuonMCClassifier%2FdebugMuonsClassByHits_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -70,3 +70,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3844da77a6205f386251b4ef3ca4e6481832fc9c","filename":"MuonAnalysis/MuonAssociators/test/MuonMCClassifier/patMuonsWithClassByHits_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMuonAssociators%2Ftest%2FMuonMCClassifier%2FpatMuonsWithClassByHits_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMuonAssociators%2Ftest%2FMuonMCClassifier%2FpatMuonsWithClassByHits_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMuonAssociators%2Ftest%2FMuonMCClassifier%2FpatMuonsWithClassByHits_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -129,3 +129,4 @@\n process.end = cms.EndPath(process.out)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"be626e2f1cb4d8288912ef62b94e6cb39f29aeb7","filename":"MuonAnalysis/MuonAssociators/test/Trigger/patMuonsWithTrigger_Data_HLTDEBUG_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMuonAssociators%2Ftest%2FTrigger%2FpatMuonsWithTrigger_Data_HLTDEBUG_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMuonAssociators%2Ftest%2FTrigger%2FpatMuonsWithTrigger_Data_HLTDEBUG_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMuonAssociators%2Ftest%2FTrigger%2FpatMuonsWithTrigger_Data_HLTDEBUG_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -109,3 +109,4 @@\n process.e = cms.EndPath(process.out)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4bb66310fd106cecd53f7d1a0d49ce7ae06ff146","filename":"MuonAnalysis/MuonAssociators/test/Trigger/patMuonsWithTrigger_mc_HLTDEBUG_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMuonAssociators%2Ftest%2FTrigger%2FpatMuonsWithTrigger_mc_HLTDEBUG_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/MuonAnalysis%2FMuonAssociators%2Ftest%2FTrigger%2FpatMuonsWithTrigger_mc_HLTDEBUG_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/MuonAnalysis%2FMuonAssociators%2Ftest%2FTrigger%2FpatMuonsWithTrigger_mc_HLTDEBUG_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -78,3 +78,4 @@\n process.e = cms.EndPath(process.out)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2ea18bb3e9e234887ee3d8ecd44f208f842a5cc7","filename":"OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/db/ClassNotSupportedException.java","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2Fdb%2FClassNotSupportedException.java","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2Fdb%2FClassNotSupportedException.java","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2Fdb%2FClassNotSupportedException.java?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -29,3 +29,4 @@ public ClassNotSupportedException(String message) {\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"87e5927d7894f0e226486f4d4c35f9dd69a94ad4","filename":"OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIDGenerator.java","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FDetIDGenerator.java","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FDetIDGenerator.java","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FDetIDGenerator.java?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -650,3 +650,4 @@ public static void main(String args[])\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8afb94a19546730ef8cd98cfcf543cd762122d49","filename":"OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIdConverter.java","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FDetIdConverter.java","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FDetIdConverter.java","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FDetIdConverter.java?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -81,3 +81,4 @@ public static void main(String[] args){\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bd4881e037a02d3517d984cc93dd40bc79d7084f","filename":"OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/IDetIdGenerator.java","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FIDetIdGenerator.java","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FIDetIdGenerator.java","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FIDetIdGenerator.java?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -26,3 +26,4 @@ Returns a Vector of Vectors containing the (object_id, det_id) couples : [[objec\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ef55f1239c50a4dc9b085ca09f9a73891fccf6ad","filename":"OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECAnalyzer.java","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FTECAnalyzer.java","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FTECAnalyzer.java","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FTECAnalyzer.java?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -220,3 +220,4 @@ public ArrayList> getDetIds(){\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"66b8d0bcb890f11dbd51eb1db8f9fe08e8947a5c","filename":"OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECDetIdConverter.java","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FTECDetIdConverter.java","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FTECDetIdConverter.java","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FTECDetIdConverter.java?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -183,3 +183,4 @@ public static void main(String args[]){\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7c1b85890dded4f086a6d71942154acf261520bd","filename":"OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TOBAnalyzer.java","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FTOBAnalyzer.java","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FTOBAnalyzer.java","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FTOBAnalyzer.java?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -197,3 +197,4 @@ public ArrayList> getDetIds(){\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6111ac7dffb44cf74a70a13e9eda7579850e259f","filename":"OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TOBDetIdConverter.java","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FTOBDetIdConverter.java","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FTOBDetIdConverter.java","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/OnlineDB%2FSiStripConfigDb%2Fjava%2FDetIDGenerator%2Fsrc%2FdetidGenerator%2FTOBDetIdConverter.java?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -147,3 +147,4 @@ public static void main(String args[]){\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e13dfcc32a2829f8a256e96f18cf366f95c59a14","filename":"OnlineDB/SiStripO2O/test/O2O_Validation/template_Validate_FEDCabling_O2O_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/OnlineDB%2FSiStripO2O%2Ftest%2FO2O_Validation%2Ftemplate_Validate_FEDCabling_O2O_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/OnlineDB%2FSiStripO2O%2Ftest%2FO2O_Validation%2Ftemplate_Validate_FEDCabling_O2O_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/OnlineDB%2FSiStripO2O%2Ftest%2FO2O_Validation%2Ftemplate_Validate_FEDCabling_O2O_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -42,3 +42,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f0ba2fe890e4d94c87cfe7aa9b08e30037e8fbba","filename":"OnlineDB/SiStripO2O/test/P5/20X/SiStripO2O_AT_P5_table_multipartition_Commissioning.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/OnlineDB%2FSiStripO2O%2Ftest%2FP5%2F20X%2FSiStripO2O_AT_P5_table_multipartition_Commissioning.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/OnlineDB%2FSiStripO2O%2Ftest%2FP5%2F20X%2FSiStripO2O_AT_P5_table_multipartition_Commissioning.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/OnlineDB%2FSiStripO2O%2Ftest%2FP5%2F20X%2FSiStripO2O_AT_P5_table_multipartition_Commissioning.sh?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -152,3 +152,4 @@ rm -f $LOCKFILE\n rm -f $ERRORLOCKFILE\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b053c1a785d69b393e09fe462d6b805067b1b623","filename":"OnlineDB/SiStripO2O/test/P5/21X/SiStripO2O_AT_P5_table_multipartition_Commissioning.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/OnlineDB%2FSiStripO2O%2Ftest%2FP5%2F21X%2FSiStripO2O_AT_P5_table_multipartition_Commissioning.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/OnlineDB%2FSiStripO2O%2Ftest%2FP5%2F21X%2FSiStripO2O_AT_P5_table_multipartition_Commissioning.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/OnlineDB%2FSiStripO2O%2Ftest%2FP5%2F21X%2FSiStripO2O_AT_P5_table_multipartition_Commissioning.sh?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -152,3 +152,4 @@ rm -f $LOCKFILE\n rm -f $ERRORLOCKFILE\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1a86cb1411e931d67b9654ca8b9faa5f61f7bc5d","filename":"PhysicsTools/HepMCCandAlgos/python/allStandAloneMuonTracksGenParticlesLeptonMatch_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/PhysicsTools%2FHepMCCandAlgos%2Fpython%2FallStandAloneMuonTracksGenParticlesLeptonMatch_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/PhysicsTools%2FHepMCCandAlgos%2Fpython%2FallStandAloneMuonTracksGenParticlesLeptonMatch_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/PhysicsTools%2FHepMCCandAlgos%2Fpython%2FallStandAloneMuonTracksGenParticlesLeptonMatch_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e6fedf15cbcb7ea152b72b65f681449d37ad4579","filename":"PhysicsTools/HepMCCandAlgos/python/allSuperClustersGenParticlesLeptonMatch_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/PhysicsTools%2FHepMCCandAlgos%2Fpython%2FallSuperClustersGenParticlesLeptonMatch_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/PhysicsTools%2FHepMCCandAlgos%2Fpython%2FallSuperClustersGenParticlesLeptonMatch_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/PhysicsTools%2FHepMCCandAlgos%2Fpython%2FallSuperClustersGenParticlesLeptonMatch_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e504890ca19f40c253305681194d52e31791f281","filename":"PhysicsTools/NanoAODTools/python/postprocessing/framework/treeReaderArrayTools.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/PhysicsTools%2FNanoAODTools%2Fpython%2Fpostprocessing%2Fframework%2FtreeReaderArrayTools.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/PhysicsTools%2FNanoAODTools%2Fpython%2Fpostprocessing%2Fframework%2FtreeReaderArrayTools.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/PhysicsTools%2FNanoAODTools%2Fpython%2Fpostprocessing%2Fframework%2FtreeReaderArrayTools.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -153,3 +153,4 @@ def _gotoEntry(tree, entry, forceCall=False):\n tree.entry = entry\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fcaee6961debecf16cd8b75cac03ab6b05f8fdd4","filename":"PhysicsTools/PatAlgos/python/slimming/offlineSlimmedPrimaryVerticesWithBS_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/PhysicsTools%2FPatAlgos%2Fpython%2Fslimming%2FofflineSlimmedPrimaryVerticesWithBS_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/PhysicsTools%2FPatAlgos%2Fpython%2Fslimming%2FofflineSlimmedPrimaryVerticesWithBS_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/PhysicsTools%2FPatAlgos%2Fpython%2Fslimming%2FofflineSlimmedPrimaryVerticesWithBS_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/38ec0b5001047967c074e924158218a1e07ed0af?per_page=100&page=24 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:53:15 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"668a808759dd569ec70f690c421ae85fcf743b5ea13a3b1b34b4f02b200ee681"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:52:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4845'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '155'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D304:49C52:3A2279:3B4E90:68122B4B')] +{"sha":"38ec0b5001047967c074e924158218a1e07ed0af","node_id":"C_kwDOF83__NoAKDM4ZWMwYjUwMDEwNDc5NjdjMDc0ZTkyNDE1ODIxOGExZTA3ZWQwYWY","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:43:40Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:52:38Z"},"message":"More changes","tree":{"sha":"33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/38ec0b5001047967c074e924158218a1e07ed0af","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/38ec0b5001047967c074e924158218a1e07ed0af","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e"}],"stats":{"total":2973,"additions":2971,"deletions":2},"files":[{"sha":"2a64c9963745f25e240d6157f1a0dac838b3f653","filename":"PhysicsTools/SelectorUtils/interface/SimpleCutBasedElectronIDSelectionFunctor.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/PhysicsTools%2FSelectorUtils%2Finterface%2FSimpleCutBasedElectronIDSelectionFunctor.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/PhysicsTools%2FSelectorUtils%2Finterface%2FSimpleCutBasedElectronIDSelectionFunctor.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/PhysicsTools%2FSelectorUtils%2Finterface%2FSimpleCutBasedElectronIDSelectionFunctor.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -559,3 +559,4 @@ class SimpleCutBasedElectronIDSelectionFunctor : public Selector\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c82dc149199abf7ad0aac2462ca343747c553cf2","filename":"RecoBTag/CTagging/python/candidateCombinedSecondaryVertexSoftLeptonCvsLComputer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FCTagging%2Fpython%2FcandidateCombinedSecondaryVertexSoftLeptonCvsLComputer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FCTagging%2Fpython%2FcandidateCombinedSecondaryVertexSoftLeptonCvsLComputer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FCTagging%2Fpython%2FcandidateCombinedSecondaryVertexSoftLeptonCvsLComputer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -21,3 +21,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"210232ae9feabb8375fb4f5c9909f3689da22235","filename":"RecoBTag/CTagging/python/pfInclusiveSecondaryVertexFinderNegativeCvsLTagInfos_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FCTagging%2Fpython%2FpfInclusiveSecondaryVertexFinderNegativeCvsLTagInfos_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FCTagging%2Fpython%2FpfInclusiveSecondaryVertexFinderNegativeCvsLTagInfos_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FCTagging%2Fpython%2FpfInclusiveSecondaryVertexFinderNegativeCvsLTagInfos_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5d7496976876093fd6b7da18a8a32823270ef88f","filename":"RecoBTag/ImpactParameter/python/candidateNegativeOnlyJetBProbabilityComputer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FImpactParameter%2Fpython%2FcandidateNegativeOnlyJetBProbabilityComputer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FImpactParameter%2Fpython%2FcandidateNegativeOnlyJetBProbabilityComputer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FImpactParameter%2Fpython%2FcandidateNegativeOnlyJetBProbabilityComputer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"931a4269bf15cd7dba436dc7ff7d570542ca1dbd","filename":"RecoBTag/ImpactParameter/python/candidateNegativeOnlyJetProbabilityComputer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FImpactParameter%2Fpython%2FcandidateNegativeOnlyJetProbabilityComputer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FImpactParameter%2Fpython%2FcandidateNegativeOnlyJetProbabilityComputer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FImpactParameter%2Fpython%2FcandidateNegativeOnlyJetProbabilityComputer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"dbafb59969bc04dbf534d2b4071cdb60616696f8","filename":"RecoBTag/ImpactParameter/python/candidateNegativeTrackCounting3D2ndComputer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FImpactParameter%2Fpython%2FcandidateNegativeTrackCounting3D2ndComputer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FImpactParameter%2Fpython%2FcandidateNegativeTrackCounting3D2ndComputer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FImpactParameter%2Fpython%2FcandidateNegativeTrackCounting3D2ndComputer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -17,3 +17,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f5f6cfe193f62f1ce20321b53f0b309f095c64bb","filename":"RecoBTag/ImpactParameter/python/candidateNegativeTrackCounting3D3rdComputer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FImpactParameter%2Fpython%2FcandidateNegativeTrackCounting3D3rdComputer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FImpactParameter%2Fpython%2FcandidateNegativeTrackCounting3D3rdComputer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FImpactParameter%2Fpython%2FcandidateNegativeTrackCounting3D3rdComputer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"993ae880e26bdc6ba11df7a31b8784305052adae","filename":"RecoBTag/ImpactParameter/python/candidatePositiveOnlyJetBProbabilityComputer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FImpactParameter%2Fpython%2FcandidatePositiveOnlyJetBProbabilityComputer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FImpactParameter%2Fpython%2FcandidatePositiveOnlyJetBProbabilityComputer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FImpactParameter%2Fpython%2FcandidatePositiveOnlyJetBProbabilityComputer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"88f91eee4c75864e1acb5c0dbce8fb6ca36a49ef","filename":"RecoBTag/ImpactParameter/python/candidatePositiveOnlyJetProbabilityComputer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FImpactParameter%2Fpython%2FcandidatePositiveOnlyJetProbabilityComputer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FImpactParameter%2Fpython%2FcandidatePositiveOnlyJetProbabilityComputer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FImpactParameter%2Fpython%2FcandidatePositiveOnlyJetProbabilityComputer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"161dca03de538bfffa700a1119579eae5d47b355","filename":"RecoBTag/ONNXRuntime/plugins/UnifiedParticleTransformerAK4ONNXJetTagsProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FONNXRuntime%2Fplugins%2FUnifiedParticleTransformerAK4ONNXJetTagsProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FONNXRuntime%2Fplugins%2FUnifiedParticleTransformerAK4ONNXJetTagsProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FONNXRuntime%2Fplugins%2FUnifiedParticleTransformerAK4ONNXJetTagsProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -220,3 +220,4 @@ void UnifiedParticleTransformerAK4ONNXJetTagsProducer::make_inputs(\n DEFINE_FWK_MODULE(UnifiedParticleTransformerAK4ONNXJetTagsProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"69d6d3e30e8f1d8c62de392eaaac4e51030ae4ed","filename":"RecoBTag/ONNXRuntime/plugins/UnifiedParticleTransformerAK4SonicJetTagsProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FONNXRuntime%2Fplugins%2FUnifiedParticleTransformerAK4SonicJetTagsProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FONNXRuntime%2Fplugins%2FUnifiedParticleTransformerAK4SonicJetTagsProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FONNXRuntime%2Fplugins%2FUnifiedParticleTransformerAK4SonicJetTagsProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -204,3 +204,4 @@ void UnifiedParticleTransformerAK4SonicJetTagsProducer::produce(edm::Event &iEve\n DEFINE_FWK_MODULE(UnifiedParticleTransformerAK4SonicJetTagsProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"29bb3bd42a8f90118247c6efb108b6a378785e9f","filename":"RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V01/pfDeepBoostedJetPreprocessParams_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FONNXRuntime%2Fpython%2FParameters%2FDeepBoostedJet%2FV01%2FpfDeepBoostedJetPreprocessParams_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FONNXRuntime%2Fpython%2FParameters%2FDeepBoostedJet%2FV01%2FpfDeepBoostedJetPreprocessParams_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FONNXRuntime%2Fpython%2FParameters%2FDeepBoostedJet%2FV01%2FpfDeepBoostedJetPreprocessParams_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -480,3 +480,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"369563ee9e48aa888009d5d9c186e3f74e5a248c","filename":"RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V02/pfDeepBoostedJetPreprocessParams_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FONNXRuntime%2Fpython%2FParameters%2FDeepBoostedJet%2FV02%2FpfDeepBoostedJetPreprocessParams_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FONNXRuntime%2Fpython%2FParameters%2FDeepBoostedJet%2FV02%2FpfDeepBoostedJetPreprocessParams_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FONNXRuntime%2Fpython%2FParameters%2FDeepBoostedJet%2FV02%2FpfDeepBoostedJetPreprocessParams_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -480,3 +480,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a8ef13f580a384255cf6fa527427c24a75c54339","filename":"RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V02/pfMassDecorrelatedDeepBoostedJetPreprocessParams_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FONNXRuntime%2Fpython%2FParameters%2FDeepBoostedJet%2FV02%2FpfMassDecorrelatedDeepBoostedJetPreprocessParams_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FONNXRuntime%2Fpython%2FParameters%2FDeepBoostedJet%2FV02%2FpfMassDecorrelatedDeepBoostedJetPreprocessParams_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FONNXRuntime%2Fpython%2FParameters%2FDeepBoostedJet%2FV02%2FpfMassDecorrelatedDeepBoostedJetPreprocessParams_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -432,3 +432,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d570ca1177eb7190daae0cc895f0e11640928c47","filename":"RecoBTag/ONNXRuntime/python/Parameters/HiggsInteractionNet/V00/pfHiggsInteractionNetPreprocessParams_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FONNXRuntime%2Fpython%2FParameters%2FHiggsInteractionNet%2FV00%2FpfHiggsInteractionNetPreprocessParams_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FONNXRuntime%2Fpython%2FParameters%2FHiggsInteractionNet%2FV00%2FpfHiggsInteractionNetPreprocessParams_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FONNXRuntime%2Fpython%2FParameters%2FHiggsInteractionNet%2FV00%2FpfHiggsInteractionNetPreprocessParams_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -376,3 +376,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ddee335dc2d8a66173a302a0cd4ad837b528bba1","filename":"RecoBTag/ONNXRuntime/python/pfMassDecorrelatedDeepBoostedDiscriminatorsJetTags_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FONNXRuntime%2Fpython%2FpfMassDecorrelatedDeepBoostedDiscriminatorsJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FONNXRuntime%2Fpython%2FpfMassDecorrelatedDeepBoostedDiscriminatorsJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FONNXRuntime%2Fpython%2FpfMassDecorrelatedDeepBoostedDiscriminatorsJetTags_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -168,3 +168,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"dfe881c4be80f0eab4fc7a77ef85a9cb848d4580","filename":"RecoBTag/ONNXRuntime/python/pfMassDecorrelatedParticleNetDiscriminatorsJetTags_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FONNXRuntime%2Fpython%2FpfMassDecorrelatedParticleNetDiscriminatorsJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FONNXRuntime%2Fpython%2FpfMassDecorrelatedParticleNetDiscriminatorsJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FONNXRuntime%2Fpython%2FpfMassDecorrelatedParticleNetDiscriminatorsJetTags_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -50,3 +50,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f7653be5713ea9aa7ee2824620a34b25f40055dc","filename":"RecoBTag/ONNXRuntime/python/pfParticleNetFromMiniAODAK4DiscriminatorsJetTags_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FONNXRuntime%2Fpython%2FpfParticleNetFromMiniAODAK4DiscriminatorsJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FONNXRuntime%2Fpython%2FpfParticleNetFromMiniAODAK4DiscriminatorsJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FONNXRuntime%2Fpython%2FpfParticleNetFromMiniAODAK4DiscriminatorsJetTags_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -311,3 +311,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b4cfbefcb6208d5163a927709cc6b45aebdcebd8","filename":"RecoBTag/ONNXRuntime/python/pfParticleNetFromMiniAODAK8DiscriminatorsJetTags_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FONNXRuntime%2Fpython%2FpfParticleNetFromMiniAODAK8DiscriminatorsJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FONNXRuntime%2Fpython%2FpfParticleNetFromMiniAODAK8DiscriminatorsJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FONNXRuntime%2Fpython%2FpfParticleNetFromMiniAODAK8DiscriminatorsJetTags_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -105,3 +105,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c1a2c00a5db85c7cd44aaac46d1bb991ae1100f2","filename":"RecoBTag/ONNXRuntime/python/pfParticleTransformerAK4DiscriminatorsJetTags_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FONNXRuntime%2Fpython%2FpfParticleTransformerAK4DiscriminatorsJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FONNXRuntime%2Fpython%2FpfParticleTransformerAK4DiscriminatorsJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FONNXRuntime%2Fpython%2FpfParticleTransformerAK4DiscriminatorsJetTags_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -72,3 +72,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f2fc0cabab62ec4211500b278a5de899a45250fb","filename":"RecoBTag/ONNXRuntime/python/pfUnifiedParticleTransformerAK4DiscriminatorsJetTags_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FONNXRuntime%2Fpython%2FpfUnifiedParticleTransformerAK4DiscriminatorsJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FONNXRuntime%2Fpython%2FpfUnifiedParticleTransformerAK4DiscriminatorsJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FONNXRuntime%2Fpython%2FpfUnifiedParticleTransformerAK4DiscriminatorsJetTags_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -182,3 +182,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c93c89723508ed6e94d1f13b96be23d4c3fbe526","filename":"RecoBTag/ONNXRuntime/python/pfUnifiedParticleTransformerAK4V1DiscriminatorsJetTags_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FONNXRuntime%2Fpython%2FpfUnifiedParticleTransformerAK4V1DiscriminatorsJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FONNXRuntime%2Fpython%2FpfUnifiedParticleTransformerAK4V1DiscriminatorsJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FONNXRuntime%2Fpython%2FpfUnifiedParticleTransformerAK4V1DiscriminatorsJetTags_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -182,3 +182,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7765826c3a2c93f9e41b8a0364f9d6a0878ac689","filename":"RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterFromFile_WPandPayload.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FPerformanceDB%2Fplugins%2FPhysicsPerformanceDBWriterFromFile_WPandPayload.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FPerformanceDB%2Fplugins%2FPhysicsPerformanceDBWriterFromFile_WPandPayload.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FPerformanceDB%2Fplugins%2FPhysicsPerformanceDBWriterFromFile_WPandPayload.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -165,3 +165,4 @@ void PhysicsPerformanceDBWriterFromFile_WPandPayload::beginJob() {\n DEFINE_FWK_MODULE(PhysicsPerformanceDBWriterFromFile_WPandPayload);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2790e7123aa635d2238f63a49cf2282066de5359","filename":"RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterFromFile_WPandPayload_IOV.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FPerformanceDB%2Fplugins%2FPhysicsPerformanceDBWriterFromFile_WPandPayload_IOV.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FPerformanceDB%2Fplugins%2FPhysicsPerformanceDBWriterFromFile_WPandPayload_IOV.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FPerformanceDB%2Fplugins%2FPhysicsPerformanceDBWriterFromFile_WPandPayload_IOV.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -164,3 +164,4 @@ void PhysicsPerformanceDBWriterFromFile_WPandPayload_IOV::beginJob() {\n DEFINE_FWK_MODULE(PhysicsPerformanceDBWriterFromFile_WPandPayload_IOV);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"59d353e86b341a9e5b7eed977060d8d1932c8b1e","filename":"RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterTFormula_fromfile_WPandPL.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FPerformanceDB%2Fplugins%2FPhysicsPerformanceDBWriterTFormula_fromfile_WPandPL.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FPerformanceDB%2Fplugins%2FPhysicsPerformanceDBWriterTFormula_fromfile_WPandPL.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FPerformanceDB%2Fplugins%2FPhysicsPerformanceDBWriterTFormula_fromfile_WPandPL.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -197,3 +197,4 @@ void PhysicsPerformanceDBWriterTFormula_fromfile_WPandPL::beginJob() {\n DEFINE_FWK_MODULE(PhysicsPerformanceDBWriterTFormula_fromfile_WPandPL);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"082f00b4bbacc9f08ba1908494c1fb0358be3667","filename":"RecoBTag/SecondaryVertex/interface/CandidateBoostedDoubleSecondaryVertexComputer.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Finterface%2FCandidateBoostedDoubleSecondaryVertexComputer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Finterface%2FCandidateBoostedDoubleSecondaryVertexComputer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Finterface%2FCandidateBoostedDoubleSecondaryVertexComputer.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -35,3 +35,4 @@ class CandidateBoostedDoubleSecondaryVertexComputer : public JetTagComputer {\n #endif // RecoBTag_SecondaryVertex_CandidateBoostedDoubleSecondaryVertexComputer_h\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9e2ae2eafbafa2e9ded59599df2f2653d9764bab","filename":"RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexAK8Computer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateBoostedDoubleSecondaryVertexAK8Computer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateBoostedDoubleSecondaryVertexAK8Computer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateBoostedDoubleSecondaryVertexAK8Computer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n phase1Pixel.toModify(candidateBoostedDoubleSecondaryVertexAK8Computer, weightFile = 'RecoBTag/SecondaryVertex/data/BoostedDoubleSV_AK8_BDT_PhaseI_v1.weights.xml.gz')\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"33e962eed8ce375bf97e4748a19ae5e9cc50a6c8","filename":"RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexCA15Computer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateBoostedDoubleSecondaryVertexCA15Computer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateBoostedDoubleSecondaryVertexCA15Computer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateBoostedDoubleSecondaryVertexCA15Computer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f5f34295abfd0e7994f28463b48b8c1f4e8949b4","filename":"RecoBTag/SecondaryVertex/python/candidateCombinedSecondaryVertexSoftLeptonComputer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateCombinedSecondaryVertexSoftLeptonComputer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateCombinedSecondaryVertexSoftLeptonComputer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateCombinedSecondaryVertexSoftLeptonComputer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -21,3 +21,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"656a2e9a65dd7ce0680bd4dfcf9529bb12abe0eb","filename":"RecoBTag/SecondaryVertex/python/candidateCombinedSecondaryVertexV2Computer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateCombinedSecondaryVertexV2Computer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateCombinedSecondaryVertexV2Computer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateCombinedSecondaryVertexV2Computer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fc22e1397c443b76410231159ee4c95a538380c1","filename":"RecoBTag/SecondaryVertex/python/candidateNegativeCombinedSecondaryVertexV2Computer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateNegativeCombinedSecondaryVertexV2Computer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateNegativeCombinedSecondaryVertexV2Computer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateNegativeCombinedSecondaryVertexV2Computer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ce0440518f7196ab93584620f11b867540c6687b","filename":"RecoBTag/SecondaryVertex/python/candidatePositiveCombinedSecondaryVertexV2Computer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidatePositiveCombinedSecondaryVertexV2Computer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidatePositiveCombinedSecondaryVertexV2Computer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidatePositiveCombinedSecondaryVertexV2Computer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e1ce1356a68ec6de8a7f2d4e5bf86ff422dcc305","filename":"RecoBTag/SecondaryVertex/python/candidateSimpleSecondaryVertex2TrkComputer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateSimpleSecondaryVertex2TrkComputer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateSimpleSecondaryVertex2TrkComputer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateSimpleSecondaryVertex2TrkComputer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0a7ce09cd19ff3798b7985d818dd819a89df04d4","filename":"RecoBTag/SecondaryVertex/python/candidateSimpleSecondaryVertex3TrkComputer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateSimpleSecondaryVertex3TrkComputer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateSimpleSecondaryVertex3TrkComputer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FcandidateSimpleSecondaryVertex3TrkComputer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2505586bde3b353bc2f0cae17a329aaeade86164","filename":"RecoBTag/SecondaryVertex/python/combinedInclusiveSecondaryVertexV2BJetTags_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FcombinedInclusiveSecondaryVertexV2BJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FcombinedInclusiveSecondaryVertexV2BJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FcombinedInclusiveSecondaryVertexV2BJetTags_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"48e215ae1a367b42d01b84d9faf1c4657bf1a436","filename":"RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderFilteredNegativeTagInfos_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FinclusiveSecondaryVertexFinderFilteredNegativeTagInfos_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FinclusiveSecondaryVertexFinderFilteredNegativeTagInfos_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FinclusiveSecondaryVertexFinderFilteredNegativeTagInfos_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cd5a18f705f48abf57fe37d19764ae5157a2f0f0","filename":"RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderFilteredTagInfos_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FinclusiveSecondaryVertexFinderFilteredTagInfos_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FinclusiveSecondaryVertexFinderFilteredTagInfos_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FinclusiveSecondaryVertexFinderFilteredTagInfos_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c0124a1f963269d9377d41fab51f5b6fa374e125","filename":"RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FinclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FinclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FinclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"de595db19504cad7f017021cab1a220b31545b1c","filename":"RecoBTag/SecondaryVertex/python/negativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"14bf4fa7700e681c91f601b80b5162ba849007e1","filename":"RecoBTag/SecondaryVertex/python/negativeCombinedSecondaryVertexV2BJetTags_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeCombinedSecondaryVertexV2BJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeCombinedSecondaryVertexV2BJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeCombinedSecondaryVertexV2BJetTags_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"50bd66a909871001b2bba533e7c4183bdfcd077b","filename":"RecoBTag/SecondaryVertex/python/negativeCombinedSecondaryVertexV2Computer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeCombinedSecondaryVertexV2Computer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeCombinedSecondaryVertexV2Computer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeCombinedSecondaryVertexV2Computer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"41e189d64911a06c15fe708a1874e9fbba872e0a","filename":"RecoBTag/SecondaryVertex/python/negativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0026321596891e43f5786fc1168d7a9fffc4cdec","filename":"RecoBTag/SecondaryVertex/python/negativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0aa9a9697ee964965f5f3b3b2a351a1c538ff9b1","filename":"RecoBTag/SecondaryVertex/python/negativeSimpleSecondaryVertexHighEffBJetTags_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeSimpleSecondaryVertexHighEffBJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeSimpleSecondaryVertexHighEffBJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeSimpleSecondaryVertexHighEffBJetTags_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"20e00e5e0eced35d94e451a877d8997aee4fd614","filename":"RecoBTag/SecondaryVertex/python/negativeSimpleSecondaryVertexHighPurBJetTags_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeSimpleSecondaryVertexHighPurBJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeSimpleSecondaryVertexHighPurBJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FnegativeSimpleSecondaryVertexHighPurBJetTags_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7c977c7841b6c5ab677312c5591b62d4fc9b4fa1","filename":"RecoBTag/SecondaryVertex/python/pfBoostedDoubleSecondaryVertexAK8BJetTags_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpfBoostedDoubleSecondaryVertexAK8BJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpfBoostedDoubleSecondaryVertexAK8BJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpfBoostedDoubleSecondaryVertexAK8BJetTags_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1bab89cffac1d7144b1bac09f99cf83d2767566e","filename":"RecoBTag/SecondaryVertex/python/pfBoostedDoubleSecondaryVertexCA15BJetTags_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpfBoostedDoubleSecondaryVertexCA15BJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpfBoostedDoubleSecondaryVertexCA15BJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpfBoostedDoubleSecondaryVertexCA15BJetTags_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5c1eaae7d491dff6a222d0b2fd104eb24991ec43","filename":"RecoBTag/SecondaryVertex/python/pfCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpfCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpfCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpfCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f4b3ade33bc972f609c58b2d51076e5d7e9992c4","filename":"RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderAK8TagInfos_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpfInclusiveSecondaryVertexFinderAK8TagInfos_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpfInclusiveSecondaryVertexFinderAK8TagInfos_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpfInclusiveSecondaryVertexFinderAK8TagInfos_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2cd9c16bec91932efe2f41f2c78f03b2290d65d9","filename":"RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderCA15TagInfos_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpfInclusiveSecondaryVertexFinderCA15TagInfos_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpfInclusiveSecondaryVertexFinderCA15TagInfos_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpfInclusiveSecondaryVertexFinderCA15TagInfos_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f096a34765b19e99b4e093aa001184249049f245","filename":"RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpfInclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpfInclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpfInclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1dc187b87c7326c0c9d5cda965c096e2451415c5","filename":"RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderTagInfos_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpfInclusiveSecondaryVertexFinderTagInfos_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpfInclusiveSecondaryVertexFinderTagInfos_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpfInclusiveSecondaryVertexFinderTagInfos_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e70938d6468bfb7eb7fb2a2b9c47c6d8cf1f4d78","filename":"RecoBTag/SecondaryVertex/python/pfNegativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpfNegativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpfNegativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpfNegativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1fbf2aed53eebac8c5a6e9fdb7dff99b3e7d090c","filename":"RecoBTag/SecondaryVertex/python/pfNegativeCombinedSecondaryVertexV2BJetTags_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpfNegativeCombinedSecondaryVertexV2BJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpfNegativeCombinedSecondaryVertexV2BJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpfNegativeCombinedSecondaryVertexV2BJetTags_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2a99f251dfa864e212f4410484a356f1dd8b111d","filename":"RecoBTag/SecondaryVertex/python/pfNegativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpfNegativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpfNegativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpfNegativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"70a8515600e94f138bba194709664e5cb685aec1","filename":"RecoBTag/SecondaryVertex/python/pfNegativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpfNegativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpfNegativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpfNegativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d8896109c4f45645f389ada7812d88ce949f33f4","filename":"RecoBTag/SecondaryVertex/python/pfNegativeSimpleSecondaryVertexHighEffBJetTags_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpfNegativeSimpleSecondaryVertexHighEffBJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpfNegativeSimpleSecondaryVertexHighEffBJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpfNegativeSimpleSecondaryVertexHighEffBJetTags_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"35f219547ff766aa7af8bd29c687e0f095cc532b","filename":"RecoBTag/SecondaryVertex/python/pfNegativeSimpleSecondaryVertexHighPurBJetTags_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpfNegativeSimpleSecondaryVertexHighPurBJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpfNegativeSimpleSecondaryVertexHighPurBJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpfNegativeSimpleSecondaryVertexHighPurBJetTags_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"817fc12fab50370ae166283ab0a9b626c91fa478","filename":"RecoBTag/SecondaryVertex/python/pfPositiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpfPositiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpfPositiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpfPositiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3910f62b69dd4a3d8b745cf5a70ff08ec45a9807","filename":"RecoBTag/SecondaryVertex/python/pfPositiveCombinedSecondaryVertexV2BJetTags_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpfPositiveCombinedSecondaryVertexV2BJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpfPositiveCombinedSecondaryVertexV2BJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpfPositiveCombinedSecondaryVertexV2BJetTags_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"30e1c1ce733deefdd0ca600c8c924eb816c2f76e","filename":"RecoBTag/SecondaryVertex/python/pfSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpfSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpfSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpfSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"dc5f20aa2e28ec873d8458a3c71f4e92bf45046e","filename":"RecoBTag/SecondaryVertex/python/pfSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpfSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpfSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpfSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"87ad44a0bdc71178e173e8cd84eecc9293cb15f8","filename":"RecoBTag/SecondaryVertex/python/positiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpositiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpositiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpositiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6bf218ef9e023ba4411df5cf9a52dabd02821815","filename":"RecoBTag/SecondaryVertex/python/positiveCombinedSecondaryVertexV2BJetTags_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpositiveCombinedSecondaryVertexV2BJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpositiveCombinedSecondaryVertexV2BJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpositiveCombinedSecondaryVertexV2BJetTags_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"08eb1034b49f5ef79719e1d91d4233600d46dc24","filename":"RecoBTag/SecondaryVertex/python/positiveCombinedSecondaryVertexV2Computer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpositiveCombinedSecondaryVertexV2Computer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FpositiveCombinedSecondaryVertexV2Computer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FpositiveCombinedSecondaryVertexV2Computer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3a120d43d4a7ea3a84a80ac3705bdd5608f22454","filename":"RecoBTag/SecondaryVertex/python/simpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FsimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FsimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FsimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"68dc136fb122542910e6ab950b35562de3a59b22","filename":"RecoBTag/SecondaryVertex/python/simpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FsimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoBTag%2FSecondaryVertex%2Fpython%2FsimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoBTag%2FSecondaryVertex%2Fpython%2FsimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"109db0014e931f1963961114bf2ef0db6a9cba81","filename":"RecoEcal/EgammaClusterProducers/python/correctedDynamicHybridSuperClusters_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedDynamicHybridSuperClusters_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedDynamicHybridSuperClusters_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedDynamicHybridSuperClusters_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -28,3 +28,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4a405817a138accb1909dcdf979066466a4479c1","filename":"RecoEcal/EgammaClusterProducers/python/correctedEndcapSuperClustersWithPreshower_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedEndcapSuperClustersWithPreshower_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedEndcapSuperClustersWithPreshower_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedEndcapSuperClustersWithPreshower_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -27,3 +27,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f85f05800996d32d5e96a1a5943410bd410e89e0","filename":"RecoEcal/EgammaClusterProducers/python/correctedFixedMatrixSuperClustersWithPreshower_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedFixedMatrixSuperClustersWithPreshower_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedFixedMatrixSuperClustersWithPreshower_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedFixedMatrixSuperClustersWithPreshower_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0288332eab3c0070368473edd8ea2d72a774b02b","filename":"RecoEcal/EgammaClusterProducers/python/correctedIslandBarrelSuperClusters_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedIslandBarrelSuperClusters_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedIslandBarrelSuperClusters_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedIslandBarrelSuperClusters_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -30,3 +30,4 @@\n e.toReplaceWith(correctedIslandBarrelSuperClusters, _hiCorrectedIslandBarrelSuperClusters)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d8ed1e20d64bf4959129343ce974050924512c6a","filename":"RecoEcal/EgammaClusterProducers/python/correctedIslandEndcapSuperClusters_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedIslandEndcapSuperClusters_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedIslandEndcapSuperClusters_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedIslandEndcapSuperClusters_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -30,3 +30,4 @@\n e.toReplaceWith(correctedIslandEndcapSuperClusters, _hiCorrectedIslandEndcapSuperClusters)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a64f082242cb65f70722313e02def7a7afa56982","filename":"RecoEcal/EgammaClusterProducers/python/correctedMulti5x5ClustersWithPreshower_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedMulti5x5ClustersWithPreshower_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedMulti5x5ClustersWithPreshower_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedMulti5x5ClustersWithPreshower_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -31,3 +31,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2430fe123fa5211a81b41f4327bcecf06d356a44","filename":"RecoEcal/EgammaClusterProducers/python/correctedMulti5x5SuperClustersWithPreshower_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedMulti5x5SuperClustersWithPreshower_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedMulti5x5SuperClustersWithPreshower_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEcal%2FEgammaClusterProducers%2Fpython%2FcorrectedMulti5x5SuperClustersWithPreshower_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -38,3 +38,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0eb965ffee4d22675edb243870745bdec071103e","filename":"RecoEcal/EgammaClusterProducers/python/fixedMatrixPreshowerClusteringSequence_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEcal%2FEgammaClusterProducers%2Fpython%2FfixedMatrixPreshowerClusteringSequence_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEcal%2FEgammaClusterProducers%2Fpython%2FfixedMatrixPreshowerClusteringSequence_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEcal%2FEgammaClusterProducers%2Fpython%2FfixedMatrixPreshowerClusteringSequence_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"00ec54cfca919571e538530783ac6fed181597ae","filename":"RecoEcal/EgammaClusterProducers/python/fixedMatrixSuperClustersWithPreshower_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEcal%2FEgammaClusterProducers%2Fpython%2FfixedMatrixSuperClustersWithPreshower_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEcal%2FEgammaClusterProducers%2Fpython%2FfixedMatrixSuperClustersWithPreshower_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEcal%2FEgammaClusterProducers%2Fpython%2FfixedMatrixSuperClustersWithPreshower_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -23,3 +23,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"654fa37aef5918b44df9995a7ae55d4ac170cff9","filename":"RecoEcal/EgammaClusterProducers/python/interestingDetIdCollectionProducer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEcal%2FEgammaClusterProducers%2Fpython%2FinterestingDetIdCollectionProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEcal%2FEgammaClusterProducers%2Fpython%2FinterestingDetIdCollectionProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEcal%2FEgammaClusterProducers%2Fpython%2FinterestingDetIdCollectionProducer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c1c5c0c1fc287b8ed6188d46bf0392ab141a900c","filename":"RecoEcal/EgammaClusterProducers/python/interestingDetIdFromSuperClusterProducer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEcal%2FEgammaClusterProducers%2Fpython%2FinterestingDetIdFromSuperClusterProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEcal%2FEgammaClusterProducers%2Fpython%2FinterestingDetIdFromSuperClusterProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEcal%2FEgammaClusterProducers%2Fpython%2FinterestingDetIdFromSuperClusterProducer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9c7a5c012e38a29942ea6f60d74488d142062b9b","filename":"RecoEcal/EgammaClusterProducers/python/multi5x5PreshowerClusteringSequence_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEcal%2FEgammaClusterProducers%2Fpython%2Fmulti5x5PreshowerClusteringSequence_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEcal%2FEgammaClusterProducers%2Fpython%2Fmulti5x5PreshowerClusteringSequence_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEcal%2FEgammaClusterProducers%2Fpython%2Fmulti5x5PreshowerClusteringSequence_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -19,3 +19,4 @@\n multi5x5PreshowerClusteringSequence = cms.Sequence(multi5x5PreshowerClusteringTask)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9e5ff9e8b7c7ce182c43b627b678edb2c3f8781e","filename":"RecoEcal/EgammaClusterProducers/python/multi5x5SuperClustersWithPreshower_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEcal%2FEgammaClusterProducers%2Fpython%2Fmulti5x5SuperClustersWithPreshower_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEcal%2FEgammaClusterProducers%2Fpython%2Fmulti5x5SuperClustersWithPreshower_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEcal%2FEgammaClusterProducers%2Fpython%2Fmulti5x5SuperClustersWithPreshower_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -23,3 +23,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"066ccac0b4e81e8066e0449d42a2ae7cd892fea6","filename":"RecoEcal/EgammaClusterProducers/python/particleFlowSuperClusteringSequence_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEcal%2FEgammaClusterProducers%2Fpython%2FparticleFlowSuperClusteringSequence_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEcal%2FEgammaClusterProducers%2Fpython%2FparticleFlowSuperClusteringSequence_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEcal%2FEgammaClusterProducers%2Fpython%2FparticleFlowSuperClusteringSequence_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -37,3 +37,4 @@\n phase2_hgcal.toReplaceWith( particleFlowSuperClusteringTask, _phase2_hgcal_particleFlowSuperClusteringTask )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e4997416839dcb5c16a4674786db32649d244e2b","filename":"RecoEcal/EgammaClusterProducers/src/InterestingDetIdFromSuperClusterProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEcal%2FEgammaClusterProducers%2Fsrc%2FInterestingDetIdFromSuperClusterProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEcal%2FEgammaClusterProducers%2Fsrc%2FInterestingDetIdFromSuperClusterProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEcal%2FEgammaClusterProducers%2Fsrc%2FInterestingDetIdFromSuperClusterProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -202,3 +202,4 @@ void InterestingDetIdFromSuperClusterProducer::produce(edm::StreamID,\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"51d3e9b8b04ec4a4d083b0e6a556b65ca30bfbb4","filename":"RecoEcal/EgammaCoreTools/plugins/EcalBasicClusterLocalContCorrectionsESProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEcal%2FEgammaCoreTools%2Fplugins%2FEcalBasicClusterLocalContCorrectionsESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEcal%2FEgammaCoreTools%2Fplugins%2FEcalBasicClusterLocalContCorrectionsESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEcal%2FEgammaCoreTools%2Fplugins%2FEcalBasicClusterLocalContCorrectionsESProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -61,3 +61,4 @@ EcalBasicClusterLocalContCorrectionsESProducer::ReturnType EcalBasicClusterLocal\n DEFINE_FWK_EVENTSETUP_MODULE(EcalBasicClusterLocalContCorrectionsESProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5f109f804b6af6a00c5118f29e1fc0313a8ef501","filename":"RecoEgamma/EgammaElectronAlgos/interface/ecalClusterEnergyUncertaintyElectronSpecific.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaElectronAlgos%2Finterface%2FecalClusterEnergyUncertaintyElectronSpecific.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaElectronAlgos%2Finterface%2FecalClusterEnergyUncertaintyElectronSpecific.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaElectronAlgos%2Finterface%2FecalClusterEnergyUncertaintyElectronSpecific.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@ namespace egamma {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"43293d18437dd80ee2ea4818db8bafa91c88458a","filename":"RecoEgamma/EgammaElectronAlgos/src/ecalClusterEnergyUncertaintyElectronSpecific.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaElectronAlgos%2Fsrc%2FecalClusterEnergyUncertaintyElectronSpecific.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaElectronAlgos%2Fsrc%2FecalClusterEnergyUncertaintyElectronSpecific.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaElectronAlgos%2Fsrc%2FecalClusterEnergyUncertaintyElectronSpecific.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -243,3 +243,4 @@ float egamma::ecalClusterEnergyUncertaintyElectronSpecific(reco::SuperCluster co\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"edb199e995814bb870bf7fd13ebfe78d80368c93","filename":"RecoEgamma/EgammaElectronProducers/plugins/GsfElectronCoreEcalDrivenProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaElectronProducers%2Fplugins%2FGsfElectronCoreEcalDrivenProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaElectronProducers%2Fplugins%2FGsfElectronCoreEcalDrivenProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaElectronProducers%2Fplugins%2FGsfElectronCoreEcalDrivenProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -106,3 +106,4 @@ void GsfElectronCoreEcalDrivenProducer::produce(edm::StreamID, edm::Event& event\n DEFINE_FWK_MODULE(GsfElectronCoreEcalDrivenProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c89b320d87a4a11fe9e92c53d7cddca8c709e2d6","filename":"RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedHeavyObjectCache.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaElectronProducers%2Fplugins%2FLowPtGsfElectronSeedHeavyObjectCache.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaElectronProducers%2Fplugins%2FLowPtGsfElectronSeedHeavyObjectCache.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaElectronProducers%2Fplugins%2FLowPtGsfElectronSeedHeavyObjectCache.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -61,3 +61,4 @@ namespace lowptgsfeleseed {\n } // namespace lowptgsfeleseed\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0379f99f4de97b0812630a2273d76e7d3b9c3616","filename":"RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedHeavyObjectCache.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaElectronProducers%2Fplugins%2FLowPtGsfElectronSeedHeavyObjectCache.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaElectronProducers%2Fplugins%2FLowPtGsfElectronSeedHeavyObjectCache.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaElectronProducers%2Fplugins%2FLowPtGsfElectronSeedHeavyObjectCache.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -36,3 +36,4 @@ namespace lowptgsfeleseed {\n #endif // RecoEgamma_EgammaElectronProducers_LowPtGsfElectronSeedHeavyObjectCache_h\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ffdbc3e1854999f59223ca1a3d632b22f5ca4aeb","filename":"RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedValueMapsProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaElectronProducers%2Fplugins%2FLowPtGsfElectronSeedValueMapsProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaElectronProducers%2Fplugins%2FLowPtGsfElectronSeedValueMapsProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaElectronProducers%2Fplugins%2FLowPtGsfElectronSeedValueMapsProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -157,3 +157,4 @@ void LowPtGsfElectronSeedValueMapsProducer::fillDescriptions(edm::ConfigurationD\n DEFINE_FWK_MODULE(LowPtGsfElectronSeedValueMapsProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a42dfe98afaf41d09f71856842c9f4fa5c0d19fb","filename":"RecoEgamma/EgammaElectronProducers/plugins/TrackingRegionsFromSuperClustersProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaElectronProducers%2Fplugins%2FTrackingRegionsFromSuperClustersProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaElectronProducers%2Fplugins%2FTrackingRegionsFromSuperClustersProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaElectronProducers%2Fplugins%2FTrackingRegionsFromSuperClustersProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -336,3 +336,4 @@ using TrackingRegionsFromSuperClustersEDProducer = TrackingRegionEDProducerT; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4844'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '156'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D306:2A5676:39B673:3AE252:68122B4B')] +{"sha":"38ec0b5001047967c074e924158218a1e07ed0af","node_id":"C_kwDOF83__NoAKDM4ZWMwYjUwMDEwNDc5NjdjMDc0ZTkyNDE1ODIxOGExZTA3ZWQwYWY","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:43:40Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:52:38Z"},"message":"More changes","tree":{"sha":"33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/38ec0b5001047967c074e924158218a1e07ed0af","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/38ec0b5001047967c074e924158218a1e07ed0af","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e"}],"stats":{"total":2973,"additions":2971,"deletions":2},"files":[{"sha":"50bee7b2d68a5122b9dd87b5bb421b0543a9107d","filename":"RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaTowerExtractor.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fiso_deposit_extractors%2FEgammaTowerExtractor.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fiso_deposit_extractors%2FEgammaTowerExtractor.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fiso_deposit_extractors%2FEgammaTowerExtractor.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -133,3 +133,4 @@ reco::IsoDeposit EgammaTowerExtractor::deposit(const edm::Event& iEvent,\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f4db281aa84f42cf866684311e29a57b2e37c798","filename":"RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaTrackExtractor.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fiso_deposit_extractors%2FEgammaTrackExtractor.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fiso_deposit_extractors%2FEgammaTrackExtractor.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fiso_deposit_extractors%2FEgammaTrackExtractor.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -227,3 +227,4 @@ IsoDeposit EgammaTrackExtractor::deposit(const Event& event,\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3afee90b000e9e528cef020e27bcf06c25f68a9c","filename":"RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/ElectronPFIsolationWithConeVeto.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fisolation_cones%2FElectronPFIsolationWithConeVeto.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fisolation_cones%2FElectronPFIsolationWithConeVeto.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fisolation_cones%2FElectronPFIsolationWithConeVeto.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -102,3 +102,4 @@ bool ElectronPFIsolationWithConeVeto::isInIsolationCone(const reco::CandidatePtr\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4f6f234455f606cc00e674aca63f8ba8af21c23c","filename":"RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/ElectronPFIsolationWithMapBasedVeto.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fisolation_cones%2FElectronPFIsolationWithMapBasedVeto.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fisolation_cones%2FElectronPFIsolationWithMapBasedVeto.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fisolation_cones%2FElectronPFIsolationWithMapBasedVeto.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -157,3 +157,4 @@ bool ElectronPFIsolationWithMapBasedVeto::isInIsolationCone(const reco::Candidat\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"700e33e4b6025995da9fae9979626c9704fb805e","filename":"RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/PhotonPFIsolationWithConeVeto.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fisolation_cones%2FPhotonPFIsolationWithConeVeto.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fisolation_cones%2FPhotonPFIsolationWithConeVeto.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fisolation_cones%2FPhotonPFIsolationWithConeVeto.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -102,3 +102,4 @@ bool PhotonPFIsolationWithConeVeto::isInIsolationCone(const reco::CandidatePtr&\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5d05d7f6ec68aa790ab92fd41d56cb1055b8e6fb","filename":"RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/PhotonPFIsolationWithMapBasedVeto.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fisolation_cones%2FPhotonPFIsolationWithMapBasedVeto.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fisolation_cones%2FPhotonPFIsolationWithMapBasedVeto.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaIsolationAlgos%2Fplugins%2Fisolation_cones%2FPhotonPFIsolationWithMapBasedVeto.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -159,3 +159,4 @@ bool PhotonPFIsolationWithMapBasedVeto::isInIsolationCone(const reco::CandidateP\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0b58f39257a540f81df80f52c6ad8c02be78d6d4","filename":"RecoEgamma/EgammaIsolationAlgos/python/interestingEgammaIsoDetIdsSequence_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaIsolationAlgos%2Fpython%2FinterestingEgammaIsoDetIdsSequence_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaIsolationAlgos%2Fpython%2FinterestingEgammaIsoDetIdsSequence_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaIsolationAlgos%2Fpython%2FinterestingEgammaIsoDetIdsSequence_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -149,3 +149,4 @@\n minEnergyHB = 0.1)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fa79754cef731516c178fe7074218ec475c31fed","filename":"RecoEgamma/EgammaIsolationAlgos/python/interestingEgammaIsoESDetIdModule_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaIsolationAlgos%2Fpython%2FinterestingEgammaIsoESDetIdModule_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaIsolationAlgos%2Fpython%2FinterestingEgammaIsoESDetIdModule_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaIsolationAlgos%2Fpython%2FinterestingEgammaIsoESDetIdModule_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6b765c91b70c2b49c6d63b990612fc5217758535","filename":"RecoEgamma/EgammaIsolationAlgos/test/runInterestingEgammaIsoDetIdsSequence_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaIsolationAlgos%2Ftest%2FrunInterestingEgammaIsoDetIdsSequence_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaIsolationAlgos%2Ftest%2FrunInterestingEgammaIsoDetIdsSequence_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaIsolationAlgos%2Ftest%2FrunInterestingEgammaIsoDetIdsSequence_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -28,3 +28,4 @@\n process.outpath = cms.EndPath(process.out)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9b3beb81c35296793806ef9052a845324265858a","filename":"RecoEgamma/EgammaPhotonProducers/python/conversionTrackSequenceForReReco_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaPhotonProducers%2Fpython%2FconversionTrackSequenceForReReco_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaPhotonProducers%2Fpython%2FconversionTrackSequenceForReReco_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaPhotonProducers%2Fpython%2FconversionTrackSequenceForReReco_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -126,3 +126,4 @@\n #conversionTrackSequenceNoEcalSeeded = cms.Sequence(generalConversionTrackProducer*gsfConversionTrackProducer*gsfGeneralConversionTrackMerger)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d1d8f33b81109ea0e16d6b73b20b324396a5968f","filename":"RecoEgamma/EgammaPhotonProducers/python/propAlongMomentumWithMaterialForElectrons_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaPhotonProducers%2Fpython%2FpropAlongMomentumWithMaterialForElectrons_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaPhotonProducers%2Fpython%2FpropAlongMomentumWithMaterialForElectrons_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaPhotonProducers%2Fpython%2FpropAlongMomentumWithMaterialForElectrons_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d4f0446274fde97b49208c3589dc42211626e0f3","filename":"RecoEgamma/EgammaPhotonProducers/python/propOppoMomentumWithMaterialForElectrons_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaPhotonProducers%2Fpython%2FpropOppoMomentumWithMaterialForElectrons_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaPhotonProducers%2Fpython%2FpropOppoMomentumWithMaterialForElectrons_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaPhotonProducers%2Fpython%2FpropOppoMomentumWithMaterialForElectrons_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"31b3502f5e40ea4f72be1ce29811530083419af2","filename":"RecoEgamma/EgammaPhotonProducers/python/trajectoryCleanerBySharedHitsForConversions_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaPhotonProducers%2Fpython%2FtrajectoryCleanerBySharedHitsForConversions_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FEgammaPhotonProducers%2Fpython%2FtrajectoryCleanerBySharedHitsForConversions_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FEgammaPhotonProducers%2Fpython%2FtrajectoryCleanerBySharedHitsForConversions_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8d8478fc7f75c80c82ffdd5d500d60437d768591","filename":"RecoEgamma/ElectronIdentification/data/ElectronMVAEstimatorRun2Fall17V1Variables.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fdata%2FElectronMVAEstimatorRun2Fall17V1Variables.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fdata%2FElectronMVAEstimatorRun2Fall17V1Variables.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fdata%2FElectronMVAEstimatorRun2Fall17V1Variables.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -43,3 +43,4 @@ ele_pfNeutralHadIso pfIsolationVariables.sumNeutralHadronEt\n rho fixedGridRhoFastjetAll None None\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cac8b5ff5024ef8e32621d73f39d09ba9c457a44","filename":"RecoEgamma/ElectronIdentification/data/Fall17/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_92X.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fdata%2FFall17%2FeffAreaElectrons_cone03_pfNeuHadronsAndPhotons_92X.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fdata%2FFall17%2FeffAreaElectrons_cone03_pfNeuHadronsAndPhotons_92X.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fdata%2FFall17%2FeffAreaElectrons_cone03_pfNeuHadronsAndPhotons_92X.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -17,3 +17,4 @@\n 2.4000 5.0000 0.1524\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"57de63412c754eb5cc2542fd194093bb7d66ffb0","filename":"RecoEgamma/ElectronIdentification/data/Fall17/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_94X.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fdata%2FFall17%2FeffAreaElectrons_cone03_pfNeuHadronsAndPhotons_94X.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fdata%2FFall17%2FeffAreaElectrons_cone03_pfNeuHadronsAndPhotons_94X.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fdata%2FFall17%2FeffAreaElectrons_cone03_pfNeuHadronsAndPhotons_94X.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -18,3 +18,4 @@\n 2.400 2.500 0.1654\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"18d983d024e8803052344228db81502203d1ef88","filename":"RecoEgamma/ElectronIdentification/data/Run3_Winter22/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_122X.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fdata%2FRun3_Winter22%2FeffAreaElectrons_cone03_pfNeuHadronsAndPhotons_122X.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fdata%2FRun3_Winter22%2FeffAreaElectrons_cone03_pfNeuHadronsAndPhotons_122X.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fdata%2FRun3_Winter22%2FeffAreaElectrons_cone03_pfNeuHadronsAndPhotons_122X.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -18,3 +18,4 @@\n 2.400 2.500 0.1003\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"91d02f5ba001c42ec4c19b368a8dd225c2b90a26","filename":"RecoEgamma/ElectronIdentification/data/Spring15/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_25ns.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fdata%2FSpring15%2FeffAreaElectrons_cone03_pfNeuHadronsAndPhotons_25ns.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fdata%2FSpring15%2FeffAreaElectrons_cone03_pfNeuHadronsAndPhotons_25ns.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fdata%2FSpring15%2FeffAreaElectrons_cone03_pfNeuHadronsAndPhotons_25ns.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n 2.4000 5.0000 0.2687\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"37d0ad31682b36b76cfa87c212a13cd9a925901b","filename":"RecoEgamma/ElectronIdentification/data/Spring15/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_50ns.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fdata%2FSpring15%2FeffAreaElectrons_cone03_pfNeuHadronsAndPhotons_50ns.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fdata%2FSpring15%2FeffAreaElectrons_cone03_pfNeuHadronsAndPhotons_50ns.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fdata%2FSpring15%2FeffAreaElectrons_cone03_pfNeuHadronsAndPhotons_50ns.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n 2.2000 5.0000 0.1337\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3968e16899b5ae424b109f8f46a097e0c1c98b71","filename":"RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_HLT_ecalPFClusterIso.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fdata%2FSummer16%2FeffAreaElectrons_HLT_ecalPFClusterIso.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fdata%2FSummer16%2FeffAreaElectrons_HLT_ecalPFClusterIso.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fdata%2FSummer16%2FeffAreaElectrons_HLT_ecalPFClusterIso.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n 1.4790 5.0000 0.132\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"831737ffae3e0bd6a401cc39f5e5be742b32c7dc","filename":"RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_HLT_hcalPFClusterIso.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fdata%2FSummer16%2FeffAreaElectrons_HLT_hcalPFClusterIso.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fdata%2FSummer16%2FeffAreaElectrons_HLT_hcalPFClusterIso.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fdata%2FSummer16%2FeffAreaElectrons_HLT_hcalPFClusterIso.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n 1.4790 5.0000 0.131\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f645ae5d9f61051c8c05aea30732b5322c11865b","filename":"RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_80X.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fdata%2FSummer16%2FeffAreaElectrons_cone03_pfNeuHadronsAndPhotons_80X.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fdata%2FSummer16%2FeffAreaElectrons_cone03_pfNeuHadronsAndPhotons_80X.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fdata%2FSummer16%2FeffAreaElectrons_cone03_pfNeuHadronsAndPhotons_80X.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n 2.4000 5.0000 0.2393\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6e97440b75919423450d71fe27c5e057a6207071","filename":"RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5E2x5OverE5x5WithSatCut.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fplugins%2Fcuts%2FGsfEleFull5x5E2x5OverE5x5WithSatCut.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fplugins%2Fcuts%2FGsfEleFull5x5E2x5OverE5x5WithSatCut.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fplugins%2Fcuts%2FGsfEleFull5x5E2x5OverE5x5WithSatCut.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -46,3 +46,4 @@ double GsfEleFull5x5E2x5OverE5x5WithSatCut::value(const reco::CandidatePtr& cand\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"327995c513850794d086291b9062b1b9a8ffb035","filename":"RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5SigmaIEtaIEtaCut.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fplugins%2Fcuts%2FGsfEleFull5x5SigmaIEtaIEtaCut.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fplugins%2Fcuts%2FGsfEleFull5x5SigmaIEtaIEtaCut.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fplugins%2Fcuts%2FGsfEleFull5x5SigmaIEtaIEtaCut.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -41,3 +41,4 @@ double GsfEleFull5x5SigmaIEtaIEtaCut::value(const reco::CandidatePtr& cand) cons\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"62438d86fd588e38515c43666c1df7a7e932d65b","filename":"RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5SigmaIEtaIEtaWithSatCut.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fplugins%2Fcuts%2FGsfEleFull5x5SigmaIEtaIEtaWithSatCut.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fplugins%2Fcuts%2FGsfEleFull5x5SigmaIEtaIEtaWithSatCut.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fplugins%2Fcuts%2FGsfEleFull5x5SigmaIEtaIEtaWithSatCut.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -38,3 +38,4 @@ double GsfEleFull5x5SigmaIEtaIEtaWithSatCut::value(const reco::CandidatePtr& can\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7902b53d8c9ddc76a7edbd8e6da69bd51b9b036d","filename":"RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleHadronicOverEMEnergyScaledCut.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fplugins%2Fcuts%2FGsfEleHadronicOverEMEnergyScaledCut.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fplugins%2Fcuts%2FGsfEleHadronicOverEMEnergyScaledCut.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fplugins%2Fcuts%2FGsfEleHadronicOverEMEnergyScaledCut.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -56,3 +56,4 @@ double GsfEleHadronicOverEMEnergyScaledCut::value(const reco::CandidatePtr& cand\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d365954d524b76552f3d1e0cf0f0da1c69c7a1ab","filename":"RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleHadronicOverEMLinearCut.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fplugins%2Fcuts%2FGsfEleHadronicOverEMLinearCut.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fplugins%2Fcuts%2FGsfEleHadronicOverEMLinearCut.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fplugins%2Fcuts%2FGsfEleHadronicOverEMLinearCut.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -39,3 +39,4 @@ double GsfEleHadronicOverEMLinearCut::value(const reco::CandidatePtr& cand) cons\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b7095207cbd2b8fa87e6968125bdea842dcb1f6c","filename":"RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronHLTPreselecition_Summer16_V1_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronHLTPreselecition_Summer16_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronHLTPreselecition_Summer16_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronHLTPreselecition_Summer16_V1_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -97,3 +97,4 @@\n cutBasedElectronHLTPreselection_Summer16_V1.isPOGApproved = cms.untracked.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"72e33b99535b1b2e797a472aa4a86c5e98aa5f39","filename":"RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Fall17_94X_V1_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Fall17_94X_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Fall17_94X_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Fall17_94X_V1_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -186,3 +186,4 @@\n cutBasedElectronID_Fall17_94X_V1_tight.isPOGApproved = cms.untracked.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f71685cda6cca7cc357ac8eb8b3193a9a9306bb2","filename":"RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Fall17_94X_V2_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Fall17_94X_V2_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Fall17_94X_V2_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Fall17_94X_V2_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -178,3 +178,4 @@\n cutBasedElectronID_Fall17_94X_V2_tight.isPOGApproved = cms.untracked.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"008c8a64ef89841d696102f38efbaab6eb84ebfb","filename":"RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_25ns_V1_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Spring15_25ns_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Spring15_25ns_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Spring15_25ns_V1_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -183,3 +183,4 @@\n cutBasedElectronID_Spring15_25ns_V1_standalone_tight.isPOGApproved = cms.untracked.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3ecd9edd484ee79964888af4732442e9d73d8670","filename":"RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_50ns_V1_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Spring15_50ns_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Spring15_50ns_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Spring15_50ns_V1_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -176,3 +176,4 @@\n cutBasedElectronID_Spring15_50ns_V1_standalone_tight.isPOGApproved = cms.untracked.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b4a13c9ebc0425267596bb24ee82c2c0acbc0dde","filename":"RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_50ns_V2_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Spring15_50ns_V2_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Spring15_50ns_V2_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Spring15_50ns_V2_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -186,3 +186,4 @@\n cutBasedElectronID_Spring15_50ns_V2_standalone_tight.isPOGApproved = cms.untracked.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6e1d1884b76fcc4b99ab9ee984fee5d6ff96e25b","filename":"RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Summer16_80X_V1_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Summer16_80X_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Summer16_80X_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Summer16_80X_V1_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -169,3 +169,4 @@\n cutBasedElectronID_Summer16_80X_V1_tight.isPOGApproved = cms.untracked.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d58516862b18ba90b81eeb8f652385a203db4ad5","filename":"RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Summer20_PhaseII_V0_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Summer20_PhaseII_V0_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Summer20_PhaseII_V0_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Summer20_PhaseII_V0_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -178,3 +178,4 @@\n cutBasedElectronID_Summer20_PhaseII_V0_tight.isPOGApproved = cms.bool(False)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8c82367df635da22758b4c8ef49df953809624bf","filename":"RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Winter22_122X_V1_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Winter22_122X_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Winter22_122X_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_Winter22_122X_V1_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -173,3 +173,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"22389138ee8b74e77779485661d47b79dc3a89d6","filename":"RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_tools.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_tools.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_tools.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FcutBasedElectronID_tools.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -600,3 +600,4 @@ def configureVIDCutBasedEleHLTPreselection_V1( wpEB, wpEE, ecalIsoInputs, hcalIs\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a091741d92143cec53fce714dd9a4567e478016f","filename":"RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV51_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FheepElectronID_HEEPV51_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FheepElectronID_HEEPV51_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FheepElectronID_HEEPV51_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -102,3 +102,4 @@\n heepElectronID_HEEPV51.isPOGApproved = cms.untracked.bool(False)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4e3ce9d67545421773e970869d8a06553b698f4f","filename":"RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV60_80XAOD_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FheepElectronID_HEEPV60_80XAOD_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FheepElectronID_HEEPV60_80XAOD_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FheepElectronID_HEEPV60_80XAOD_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -103,3 +103,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"762cc872a2d91e3363b61c8cbd327b15400af1da","filename":"RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV60_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FheepElectronID_HEEPV60_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FheepElectronID_HEEPV60_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FheepElectronID_HEEPV60_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -102,3 +102,4 @@\n heepElectronID_HEEPV60.isPOGApproved = cms.untracked.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6d4f7e65161de6860855331f789c3c36031591fa","filename":"RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV70_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FheepElectronID_HEEPV70_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FheepElectronID_HEEPV70_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FheepElectronID_HEEPV70_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -103,3 +103,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"024bb64b2f4420b72fc899207749314c4a51ee3f","filename":"RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV71_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FheepElectronID_HEEPV71_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FheepElectronID_HEEPV71_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FheepElectronID_HEEPV71_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -31,3 +31,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"32a6681ca8251a052d8a70df42dab6837b7a4893","filename":"RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_tools.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FheepElectronID_tools.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FheepElectronID_tools.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FheepElectronID_tools.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -580,3 +580,4 @@ def addHEEPProducersToSeq(process,seq,useMiniAOD, task=None):\n return\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6d5bf78ba9a629c81561a4ea24f956e3d0de3a17","filename":"RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V1_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Fall17_iso_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Fall17_iso_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Fall17_iso_V1_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -99,3 +99,4 @@\n mvaEleID_Fall17_V1_wp80.isPOGApproved = cms.untracked.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"df302e1b72b00f134b2802e647b09200a7c31e69","filename":"RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V2_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Fall17_iso_V2_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Fall17_iso_V2_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Fall17_iso_V2_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -86,3 +86,4 @@\n mvaEleID_Fall17_iso_V2_wp90.isPOGApproved = cms.untracked.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"88c101c4d6d0ad1a7ff91f419baff3b9093ce76b","filename":"RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V1_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Fall17_noIso_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Fall17_noIso_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Fall17_noIso_V1_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -99,3 +99,4 @@\n mvaEleID_Fall17_V1_wp80.isPOGApproved = cms.untracked.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"17df0cf5370abb5b3ffa48bc104c28ab85a3b402","filename":"RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V2_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Fall17_noIso_V2_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Fall17_noIso_V2_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Fall17_noIso_V2_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -72,3 +72,4 @@\n mvaEleID_Fall17_noIso_V2_wp90.isPOGApproved = cms.untracked.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5fc0756c926d301f31e127b5f45e5290ae93c068","filename":"RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_RunIIIWinter22_iso_V1_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_RunIIIWinter22_iso_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_RunIIIWinter22_iso_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_RunIIIWinter22_iso_V1_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -63,3 +63,4 @@\n mvaEleID_RunIIIWinter22_iso_V1_wp90.isPOGApproved = cms.untracked.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3d6723a3109286592da5792c1e5af1ea248123d7","filename":"RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_RunIIIWinter22_noIso_V1_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_RunIIIWinter22_noIso_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_RunIIIWinter22_noIso_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_RunIIIWinter22_noIso_V1_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -61,3 +61,4 @@\n mvaEleID_RunIIIWinter22_noIso_V1_wp90.isPOGApproved = cms.untracked.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8a3c49ce2b5fba9eebe48d3d3470a672c6aa1af1","filename":"RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_25ns_Trig_V1_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Spring15_25ns_Trig_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Spring15_25ns_Trig_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Spring15_25ns_Trig_V1_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -83,3 +83,4 @@\n mvaEleID_Spring15_25ns_Trig_V1_wp80.isPOGApproved = cms.untracked.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cd7a0e93d445b094fd49154cb4c0553381c8331c","filename":"RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_25ns_nonTrig_V1_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Spring15_25ns_nonTrig_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Spring15_25ns_nonTrig_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Spring15_25ns_nonTrig_V1_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -114,3 +114,4 @@\n mvaEleID_Spring15_25ns_nonTrig_V1_wp80.isPOGApproved = cms.untracked.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b15b00c31522b6998d780889219249fc9fd9f868","filename":"RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_50ns_Trig_V1_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Spring15_50ns_Trig_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Spring15_50ns_Trig_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Spring15_50ns_Trig_V1_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -83,3 +83,4 @@\n mvaEleID_Spring15_50ns_Trig_V1_wp80.isPOGApproved = cms.untracked.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"12c8208cb080cedc1342acd24db4b1162e0504c2","filename":"RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_GeneralPurpose_V1_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Spring16_GeneralPurpose_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Spring16_GeneralPurpose_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Spring16_GeneralPurpose_V1_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -87,3 +87,4 @@\n mvaEleID_Spring16_GeneralPurpose_V1_wp80.isPOGApproved = cms.untracked.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"31e13529f4e303a4466dc97c01a066b94537ab3f","filename":"RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_HZZ_V1_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Spring16_HZZ_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Spring16_HZZ_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Spring16_HZZ_V1_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -88,3 +88,4 @@\n mvaEleID_Spring16_HZZ_V1_wpLoose.isPOGApproved = cms.untracked.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e7d9ed39dc04dcf4f703aa816c47444a0c9a18b6","filename":"RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer16UL_ID_ISO_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Summer16UL_ID_ISO_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Summer16UL_ID_ISO_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Summer16UL_ID_ISO_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -49,3 +49,4 @@\n mvaEleID_Summer16UL_ID_ISO_HZZ.isPOGApproved = cms.untracked.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7c0ab5277019537e1387102d45f398c3c64df499","filename":"RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer17UL_ID_ISO_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Summer17UL_ID_ISO_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Summer17UL_ID_ISO_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Summer17UL_ID_ISO_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -49,3 +49,4 @@\n mvaEleID_Summer17UL_ID_ISO_HZZ.isPOGApproved = cms.untracked.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5229b303bb56eb820079416c08764c38b986b027","filename":"RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer18UL_ID_ISO_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Summer18UL_ID_ISO_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Summer18UL_ID_ISO_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Summer18UL_ID_ISO_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -49,3 +49,4 @@\n mvaEleID_Summer18UL_ID_ISO_HZZ.isPOGApproved = cms.untracked.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a9fbadcfb216befd0e27c323118c235f3d04ad62","filename":"RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Winter22_HZZ_V1_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Winter22_HZZ_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Winter22_HZZ_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FElectronIdentification%2Fpython%2FIdentification%2FmvaElectronID_Winter22_HZZ_V1_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -49,3 +49,4 @@\n mvaEleID_Winter22_HZZ_V1.isPOGApproved = cms.untracked.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e9ecf2adf631cb73cb2ac92682e975410562b190","filename":"RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n 2.4000 5.0000 0.034\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c9a086a663ec9e82915e7914bc0fc1429eda987b","filename":"RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased_TrueVtx.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfChargedHadrons_90percentBased_TrueVtx.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfChargedHadrons_90percentBased_TrueVtx.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfChargedHadrons_90percentBased_TrueVtx.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n 2.4000 5.0000 0.027\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b3c92640cefeee0df87dd1069041a02a49dd678b","filename":"RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased_V2.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfChargedHadrons_90percentBased_V2.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfChargedHadrons_90percentBased_V2.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfChargedHadrons_90percentBased_V2.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,3 +9,4 @@\n 2.4000 5.0000 0.0087\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8305521dcf52e43342f2ec4217ff1a143af209df","filename":"RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n 2.4000 5.0000 0.012\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7717d70f9b76b41656477b20877b270c5e04f8e6","filename":"RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased_TrueVtx.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfNeutralHadrons_90percentBased_TrueVtx.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfNeutralHadrons_90percentBased_TrueVtx.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfNeutralHadrons_90percentBased_TrueVtx.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n 2.4000 5.0000 0.013\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1fbd2c173bd8d904b887a5f0f0806c0b55c3c81c","filename":"RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased_V2.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfNeutralHadrons_90percentBased_V2.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfNeutralHadrons_90percentBased_V2.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfNeutralHadrons_90percentBased_V2.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,3 +9,4 @@\n 2.4000 5.0000 0.0137\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1cbd7015f9deb018297ff3781a524ba12830969f","filename":"RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfPhotons_90percentBased.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfPhotons_90percentBased.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfPhotons_90percentBased.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n 2.4000 5.0000 0.134\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"580cf9af26a73d1e9099dd26cf16cc51e922db33","filename":"RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased_TrueVtx.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfPhotons_90percentBased_TrueVtx.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfPhotons_90percentBased_TrueVtx.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfPhotons_90percentBased_TrueVtx.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n 2.4000 5.0000 0.137\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"681707074cb74bc1bec3f909e10796f83fc1af5a","filename":"RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased_V2.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfPhotons_90percentBased_V2.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfPhotons_90percentBased_V2.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FFall17%2FeffAreaPhotons_cone03_pfPhotons_90percentBased_V2.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,3 +9,4 @@\n 2.4000 5.0000 0.1466\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8bfe6da3455fd43e2f6cdf47b2f9cf78267c02eb","filename":"RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesFall17V1p1.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FPhotonMVAEstimatorRun2VariablesFall17V1p1.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FPhotonMVAEstimatorRun2VariablesFall17V1p1.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FPhotonMVAEstimatorRun2VariablesFall17V1p1.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -28,3 +28,4 @@ chgIsoWrtChosenVtx chargedHadronIso\n chgIsoWrtWorstVtx chargedHadronWorstVtxIso None None\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4e2e1f291bd950ace8842a3009b66c54e4337feb","filename":"RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring15.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FPhotonMVAEstimatorRun2VariablesSpring15.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FPhotonMVAEstimatorRun2VariablesSpring15.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FPhotonMVAEstimatorRun2VariablesSpring15.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -31,3 +31,4 @@ chIsoRaw photonIDValueMapProducer:phoChargedIsolation\n chWorstRaw photonIDValueMapProducer:phoWorstChargedIsolation None None\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2db0508c89594399c1acc954539ea9c92b824de4","filename":"RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring15ValMaps.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FPhotonMVAEstimatorRun2VariablesSpring15ValMaps.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FPhotonMVAEstimatorRun2VariablesSpring15ValMaps.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FPhotonMVAEstimatorRun2VariablesSpring15ValMaps.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -31,3 +31,4 @@ chIsoRaw photonIDValueMapProducer:phoChargedIsolation\n chWorstRaw photonIDValueMapProducer:phoWorstChargedIsolation None None\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"099e85c2f9bc43bd0b9b55511ca6353787afef93","filename":"RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring16.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FPhotonMVAEstimatorRun2VariablesSpring16.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FPhotonMVAEstimatorRun2VariablesSpring16.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FPhotonMVAEstimatorRun2VariablesSpring16.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -30,3 +30,4 @@ esEffSigmaRR full5x5_showerShapeVariables.effSigmaRR\n esEnergy/SCRawE superCluster.preshowerEnergy/superCluster.rawEnergy None None\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0aecfdc63614c5ee59c72a90b2e39a70b44f19ab","filename":"RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun3VariablesWinter22V1.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FPhotonMVAEstimatorRun3VariablesWinter22V1.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FPhotonMVAEstimatorRun3VariablesWinter22V1.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FPhotonMVAEstimatorRun3VariablesWinter22V1.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@ pho_ESEffSigmaRR full5x5_showerShapeVariables.effSigmaRR\n pho_PreShEbySCRawE superCluster.preshowerEnergy/superCluster.rawEnergy None None\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"feeeffdc9cb404ff48f4fed559686e71aee0cf70","filename":"RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_ChgHadronIso_95percentBased.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_ChgHadronIso_95percentBased.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_ChgHadronIso_95percentBased.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_ChgHadronIso_95percentBased.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -18,3 +18,4 @@\n 2.4 2.5 0.0224817 -4.22712e-05\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2b699bb849605ef7ca7ac40ead759a2edbd8f650","filename":"RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_ECalClusterIso_95percentBased.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_ECalClusterIso_95percentBased.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_ECalClusterIso_95percentBased.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_ECalClusterIso_95percentBased.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -18,3 +18,4 @@\n 2.4 2.5 0.0360895 7.28546e-06\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8058b0fd87763ae717c16ce2414d6d3537a344ef","filename":"RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_HCalClusterIso_95percentBased.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_HCalClusterIso_95percentBased.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_HCalClusterIso_95percentBased.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_HCalClusterIso_95percentBased.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -18,3 +18,4 @@\n 2.4 2.5 0.36531 -0.00043867\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5283501d18691ac23f77f37d96877f268719649c","filename":"RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_NeuHadronIso_95percentBased.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_NeuHadronIso_95percentBased.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_NeuHadronIso_95percentBased.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_NeuHadronIso_95percentBased.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n # https://indico.cern.ch/event/1204277/#5-update-on-run3-photon-cut-ba\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"55eace064c1f7e7456458dfa7d324c31bf20d0b3","filename":"RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_PhotonIso_95percentBased.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_PhotonIso_95percentBased.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_PhotonIso_95percentBased.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_PhotonIso_95percentBased.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n # https://indico.cern.ch/event/1204277/#5-update-on-run3-photon-cut-ba\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8e48c27aeeb7e6a74a06ff756454cf873e2ad597","filename":"RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_TrackerIso_95percentBased.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_TrackerIso_95percentBased.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_TrackerIso_95percentBased.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_TrackerIso_95percentBased.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n # https://indico.cern.ch/event/1204277/#5-update-on-run3-photon-cut-ba\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"902d25abf662bdf898fa676263f2f11565ccaa8f","filename":"RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_coneBasedHoverE_95percentBased.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_coneBasedHoverE_95percentBased.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_coneBasedHoverE_95percentBased.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FRunIII_Winter22%2FeffectiveArea_coneBasedHoverE_95percentBased.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -23,3 +23,4 @@\n 2.4 2.5 0.00458106 -2.80795e-05\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"dbabc7b70ba13d03891db2bf6e6bc6e1768bf2e3","filename":"RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfChargedHadrons_25ns_NULLcorrection.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring15%2FeffAreaPhotons_cone03_pfChargedHadrons_25ns_NULLcorrection.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring15%2FeffAreaPhotons_cone03_pfChargedHadrons_25ns_NULLcorrection.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring15%2FeffAreaPhotons_cone03_pfChargedHadrons_25ns_NULLcorrection.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n 2.4000 5.0000 0.0 \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"013c824d288a94bf2a91b3398f212004f96e204e","filename":"RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfChargedHadrons_50ns.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring15%2FeffAreaPhotons_cone03_pfChargedHadrons_50ns.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring15%2FeffAreaPhotons_cone03_pfChargedHadrons_50ns.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring15%2FeffAreaPhotons_cone03_pfChargedHadrons_50ns.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n 2.4000 5.0000 0.0053 \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"18bb3fd5882272b34208ac690802fb319c67362b","filename":"RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfNeutralHadrons_25ns_90percentBased.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring15%2FeffAreaPhotons_cone03_pfNeutralHadrons_25ns_90percentBased.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring15%2FeffAreaPhotons_cone03_pfNeutralHadrons_25ns_90percentBased.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring15%2FeffAreaPhotons_cone03_pfNeutralHadrons_25ns_90percentBased.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n 2.4000 5.0000 0.0656\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f618c6b17acc50f565055a5846d0edb120ef5485","filename":"RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfNeutralHadrons_50ns.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring15%2FeffAreaPhotons_cone03_pfNeutralHadrons_50ns.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring15%2FeffAreaPhotons_cone03_pfNeutralHadrons_50ns.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring15%2FeffAreaPhotons_cone03_pfNeutralHadrons_50ns.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n 2.4000 5.0000 0.0320\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"41cd9093975658ddd17a2e95f440f9073ad5085d","filename":"RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfPhotons_25ns_90percentBased.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring15%2FeffAreaPhotons_cone03_pfPhotons_25ns_90percentBased.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring15%2FeffAreaPhotons_cone03_pfPhotons_25ns_90percentBased.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring15%2FeffAreaPhotons_cone03_pfPhotons_25ns_90percentBased.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n 2.4000 5.0000 0.2183\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0ac299331719c926801e53c5f51c2f8561d4909d","filename":"RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfPhotons_50ns.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring15%2FeffAreaPhotons_cone03_pfPhotons_50ns.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring15%2FeffAreaPhotons_cone03_pfPhotons_50ns.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring15%2FeffAreaPhotons_cone03_pfPhotons_50ns.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n 2.4000 5.0000 0.1160 \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a9e23b4164936a35bf591bc92177803c7df14282","filename":"RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring16%2FeffAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring16%2FeffAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring16%2FeffAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n 2.4000 5.0000 0.0167\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c675ef806daccc568ec57b86319e29ef3b867d78","filename":"RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring16%2FeffAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring16%2FeffAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring16%2FeffAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n 2.4000 5.0000 0.0591\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9fcf28b4e9842f0c09c0c9c734448c1be3d7b014","filename":"RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfPhotons_90percentBased.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring16%2FeffAreaPhotons_cone03_pfPhotons_90percentBased.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring16%2FeffAreaPhotons_cone03_pfPhotons_90percentBased.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring16%2FeffAreaPhotons_cone03_pfPhotons_90percentBased.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n 2.4000 5.0000 0.1998\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2d652813313ca8ef269f1191642f4a5f14964913","filename":"RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfPhotons_90percentBased_3bins.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring16%2FeffAreaPhotons_cone03_pfPhotons_90percentBased_3bins.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring16%2FeffAreaPhotons_cone03_pfPhotons_90percentBased_3bins.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fdata%2FSpring16%2FeffAreaPhotons_cone03_pfPhotons_90percentBased_3bins.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -22,3 +22,4 @@\n 3.0000 5.0000 0.1998\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4e915cefd981a0b0e12d81fd8d72f268fc48b13e","filename":"RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndExpoScalingCut.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fplugins%2Fcuts%2FPhoAnyPFIsoWithEAAndExpoScalingCut.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fplugins%2Fcuts%2FPhoAnyPFIsoWithEAAndExpoScalingCut.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fplugins%2Fcuts%2FPhoAnyPFIsoWithEAAndExpoScalingCut.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -158,3 +158,4 @@ double PhoAnyPFIsoWithEAAndExpoScalingCut::value(const reco::CandidatePtr& cand)\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"de501a4f5b14563f73e2221fa4d2d6a2655c1c42","filename":"RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndExpoScalingEBCut.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fplugins%2Fcuts%2FPhoAnyPFIsoWithEAAndExpoScalingEBCut.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fplugins%2Fcuts%2FPhoAnyPFIsoWithEAAndExpoScalingEBCut.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fplugins%2Fcuts%2FPhoAnyPFIsoWithEAAndExpoScalingEBCut.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -155,3 +155,4 @@ double PhoAnyPFIsoWithEAAndExpoScalingEBCut::value(const reco::CandidatePtr& can\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"75d22bae5428389c2954673ae09e9b15adf63a80","filename":"RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndQuadScalingCut.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fplugins%2Fcuts%2FPhoAnyPFIsoWithEAAndQuadScalingCut.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fplugins%2Fcuts%2FPhoAnyPFIsoWithEAAndQuadScalingCut.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fplugins%2Fcuts%2FPhoAnyPFIsoWithEAAndQuadScalingCut.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -158,3 +158,4 @@ double PhoAnyPFIsoWithEAAndQuadScalingCut::value(const reco::CandidatePtr& cand)\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"640cde0d30cbf7e9de45346ce6b0601950ca498c","filename":"RecoEgamma/PhotonIdentification/plugins/cuts/PhoFull5x5SigmaIEtaIEtaValueMapCut.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fplugins%2Fcuts%2FPhoFull5x5SigmaIEtaIEtaValueMapCut.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fplugins%2Fcuts%2FPhoFull5x5SigmaIEtaIEtaValueMapCut.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fplugins%2Fcuts%2FPhoFull5x5SigmaIEtaIEtaValueMapCut.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -85,3 +85,4 @@ double PhoFull5x5SigmaIEtaIEtaValueMapCut::value(const reco::CandidatePtr& cand)\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7c95b8a92b4a5f6ba63a2524573d938cd7d1d7f5","filename":"RecoEgamma/PhotonIdentification/plugins/cuts/PhoGenericQuadraticRhoPtScaledCut.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fplugins%2Fcuts%2FPhoGenericQuadraticRhoPtScaledCut.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fplugins%2Fcuts%2FPhoGenericQuadraticRhoPtScaledCut.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fplugins%2Fcuts%2FPhoGenericQuadraticRhoPtScaledCut.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -78,3 +78,4 @@ double PhoGenericQuadraticRhoPtScaledCut::value(const reco::CandidatePtr& cand)\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0c585db56e35ca4379ccf5decf9a4fe64401547c","filename":"RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V1_TrueVtx_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_Fall17_94X_V1_TrueVtx_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_Fall17_94X_V1_TrueVtx_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_Fall17_94X_V1_TrueVtx_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -156,3 +156,4 @@\n cutBasedPhotonID_Fall17_94X_V1_tight.isPOGApproved = cms.untracked.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0ed62727451663376b4f96b8f5cee86f3a6c625f","filename":"RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V1_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_Fall17_94X_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_Fall17_94X_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_Fall17_94X_V1_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -155,3 +155,4 @@\n cutBasedPhotonID_Fall17_94X_V1_tight.isPOGApproved = cms.untracked.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6daca98069d6bf153aacec3d075df1f2e7aba86a","filename":"RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V2_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_Fall17_94X_V2_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_Fall17_94X_V2_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_Fall17_94X_V2_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -154,3 +154,4 @@\n cutBasedPhotonID_Fall17_94X_V2_tight.isPOGApproved = cms.untracked.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"af1fe59c3e98fc115874d729ea6c8a6e44206d32","filename":"RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_RunIIIWinter22_122X_V1_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_RunIIIWinter22_122X_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_RunIIIWinter22_122X_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_RunIIIWinter22_122X_V1_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -177,3 +177,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4d183e52af63f247487da650d109ea935fd1cc9c","filename":"RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring15_25ns_V1_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_Spring15_25ns_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_Spring15_25ns_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_Spring15_25ns_V1_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -152,3 +152,4 @@\n cutBasedPhotonID_Spring15_25ns_V1_standalone_tight.isPOGApproved = cms.untracked.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"89eb3da9c3ff0a7463fbe12f53300c855dbc3835","filename":"RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring15_50ns_V1_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_Spring15_50ns_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_Spring15_50ns_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_Spring15_50ns_V1_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -152,3 +152,4 @@\n cutBasedPhotonID_Spring15_50ns_V1_standalone_tight.isPOGApproved = cms.untracked.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/38ec0b5001047967c074e924158218a1e07ed0af?per_page=100&page=26 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:53:16 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"cdcf8b512628e58a676a2a57d35f8d12f880da3bf9fb03acb63c2f17467f5513"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:52:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4843'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '157'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D316:7AF77:3B10BB:3C3CE0:68122B4C')] +{"sha":"38ec0b5001047967c074e924158218a1e07ed0af","node_id":"C_kwDOF83__NoAKDM4ZWMwYjUwMDEwNDc5NjdjMDc0ZTkyNDE1ODIxOGExZTA3ZWQwYWY","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:43:40Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:52:38Z"},"message":"More changes","tree":{"sha":"33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/38ec0b5001047967c074e924158218a1e07ed0af","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/38ec0b5001047967c074e924158218a1e07ed0af","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e"}],"stats":{"total":2973,"additions":2971,"deletions":2},"files":[{"sha":"5b9f485bbbcfd1895733146003f0640117cb358a","filename":"RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring16_V2p2_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_Spring16_V2p2_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_Spring16_V2p2_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_Spring16_V2p2_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -156,3 +156,4 @@\n cutBasedPhotonID_Spring16_V2p2_tight.isPOGApproved = cms.untracked.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"16f288161eabe6d3074584c98c63e609e43554e6","filename":"RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_tools.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_tools.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_tools.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FcutBasedPhotonID_tools.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -673,3 +673,4 @@ def configureVIDCutBasedPhoID_V6( wpEB, wpEE, isoInputs, clusterIsoInputs, hOver\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b9de5f6cfffc5886cdae4e1c8fa2c444c007fa52","filename":"RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V1_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Fall17_94X_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Fall17_94X_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Fall17_94X_V1_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -58,3 +58,4 @@\n mvaPhoID_RunIIFall17_v1_wp80.isPOGApproved = cms.untracked.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c177bc173dadad2c79d8ff63c3dfd0d5473862f8","filename":"RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V1p1_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Fall17_94X_V1p1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Fall17_94X_V1p1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Fall17_94X_V1p1_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -58,3 +58,4 @@\n mvaPhoID_RunIIFall17_v1p1_wp80.isPOGApproved = cms.untracked.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1012e90eb5e2cafdd275fd91b7919ee00fed4f28","filename":"RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V2_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Fall17_94X_V2_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Fall17_94X_V2_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Fall17_94X_V2_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -55,3 +55,4 @@\n mvaPhoID_RunIIFall17_v2_wp80.isPOGApproved = cms.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"808dd8efa99df90e941fda67f8cbd2a2d19d4d8a","filename":"RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V0_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_25ns_nonTrig_V0_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_25ns_nonTrig_V0_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_25ns_nonTrig_V0_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -80,3 +80,4 @@\n mvaPhoID_Spring15_25ns_nonTrig_V0_wp90.isPOGApproved = cms.untracked.bool(False)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"23bd9a582ebe5f10c3222b9636a9c9185ac9f8b2","filename":"RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V2_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_25ns_nonTrig_V2_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_25ns_nonTrig_V2_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_25ns_nonTrig_V2_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -81,3 +81,4 @@\n mvaPhoID_Spring15_25ns_nonTrig_V2_wp90.isPOGApproved = cms.untracked.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"89ba1302cf809aded91e4db57eb031f8deebefcb","filename":"RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V2p1_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_25ns_nonTrig_V2p1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_25ns_nonTrig_V2p1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_25ns_nonTrig_V2p1_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -83,3 +83,4 @@\n mvaPhoID_Spring15_25ns_nonTrig_V2p1_wp90.isPOGApproved = cms.untracked.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9eda9f7e2a4efdb82762e56e339ff0d3ae10087c","filename":"RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V0_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_50ns_nonTrig_V0_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_50ns_nonTrig_V0_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_50ns_nonTrig_V0_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -80,3 +80,4 @@\n mvaPhoID_Spring15_50ns_nonTrig_V0_wp90.isPOGApproved = cms.untracked.bool(False)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f37c147cf9a0a4e50035d76052ba638a35419e88","filename":"RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V1_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_50ns_nonTrig_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_50ns_nonTrig_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_50ns_nonTrig_V1_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -80,3 +80,4 @@\n mvaPhoID_Spring15_50ns_nonTrig_V1_wp90.isPOGApproved = cms.untracked.bool(False)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"17cc118b316c77618a1035e8739961624e6d4189","filename":"RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V2_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_50ns_nonTrig_V2_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_50ns_nonTrig_V2_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_50ns_nonTrig_V2_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -82,3 +82,4 @@\n mvaPhoID_Spring15_50ns_nonTrig_V2_wp90.isPOGApproved = cms.untracked.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"de81f0b1cd331cfca453790f680aa45ad10ee269","filename":"RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V2p1_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_50ns_nonTrig_V2p1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_50ns_nonTrig_V2p1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring15_50ns_nonTrig_V2p1_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -84,3 +84,4 @@\n mvaPhoID_Spring15_50ns_nonTrig_V2p1_wp90.isPOGApproved = cms.untracked.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8fa6f617f16bec7683dc73fc62b1814a11656eba","filename":"RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring16_nonTrig_V1_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring16_nonTrig_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring16_nonTrig_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Spring16_nonTrig_V1_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -72,3 +72,4 @@\n mvaPhoID_Spring16_nonTrig_V1_wp80.isPOGApproved = cms.untracked.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"44d316c698c38443d4c739e33a4d77a57e9a0b45","filename":"RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Summer20_PhaseII_V0_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Summer20_PhaseII_V0_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Summer20_PhaseII_V0_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Summer20_PhaseII_V0_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -57,3 +57,4 @@\n mvaPhoID_PhaseIISummer20_v0_wp80.isPOGApproved = cms.bool(False)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"276751909ad48efbd48beff1eb3ff591bf42a326","filename":"RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Winter22_122X_V1_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Winter22_122X_V1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Winter22_122X_V1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoEgamma%2FPhotonIdentification%2Fpython%2FIdentification%2FmvaPhotonID_Winter22_122X_V1_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -61,3 +61,4 @@\n mvaPhoID_RunIIIWinter22_v1_wp80.isPOGApproved = cms.bool(True)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"beefacf12d43f675936d3f755568c5bfb00cb66d","filename":"RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDRVertexAssigned.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoJets%2FJetAssociationAlgorithms%2Finterface%2FJetTracksAssociationDRVertexAssigned.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoJets%2FJetAssociationAlgorithms%2Finterface%2FJetTracksAssociationDRVertexAssigned.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoJets%2FJetAssociationAlgorithms%2Finterface%2FJetTracksAssociationDRVertexAssigned.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -28,3 +28,4 @@ class JetTracksAssociationDRVertexAssigned {\n #endif\r\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8a79c7f2e3680260cd2fc8b8ced5c1410212afa5","filename":"RecoJets/JetAssociationProducers/python/ic5PFJetTracksAssociatorAtVertex_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoJets%2FJetAssociationProducers%2Fpython%2Fic5PFJetTracksAssociatorAtVertex_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoJets%2FJetAssociationProducers%2Fpython%2Fic5PFJetTracksAssociatorAtVertex_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoJets%2FJetAssociationProducers%2Fpython%2Fic5PFJetTracksAssociatorAtVertex_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,3 +9,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b8e64d7cc84894c0570ad464b3b434738aa926ba","filename":"RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalCrystalMatrixProbality.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalDeadChannelRecoveryAlgos%2Finterface%2FEcalCrystalMatrixProbality.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalDeadChannelRecoveryAlgos%2Finterface%2FEcalCrystalMatrixProbality.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalDeadChannelRecoveryAlgos%2Finterface%2FEcalCrystalMatrixProbality.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -21,3 +21,4 @@ class EcalCrystalMatrixProbality {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ce8f877088c67dfb8208fdebff4191f648d4adc8","filename":"RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalDeadChannelRecoveryAlgos.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalDeadChannelRecoveryAlgos%2Finterface%2FEcalDeadChannelRecoveryAlgos.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalDeadChannelRecoveryAlgos%2Finterface%2FEcalDeadChannelRecoveryAlgos.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalDeadChannelRecoveryAlgos%2Finterface%2FEcalDeadChannelRecoveryAlgos.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -30,3 +30,4 @@ class EcalDeadChannelRecoveryAlgos {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4820cd3b563af22a238a358b6d4784ca9e559de8","filename":"RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalDeadChannelRecoveryBDTG.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalDeadChannelRecoveryAlgos%2Finterface%2FEcalDeadChannelRecoveryBDTG.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalDeadChannelRecoveryAlgos%2Finterface%2FEcalDeadChannelRecoveryBDTG.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalDeadChannelRecoveryAlgos%2Finterface%2FEcalDeadChannelRecoveryBDTG.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -51,3 +51,4 @@ class EcalDeadChannelRecoveryBDTG {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"057ef1050d3befef5cdcfa11e31b6bacfeafdd7c","filename":"RecoLocalCalo/EcalRecProducers/interface/EcalUncalibRecHitFillDescriptionWorkerFactory.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Finterface%2FEcalUncalibRecHitFillDescriptionWorkerFactory.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Finterface%2FEcalUncalibRecHitFillDescriptionWorkerFactory.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Finterface%2FEcalUncalibRecHitFillDescriptionWorkerFactory.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@ typedef edmplugin::PluginFactory EcalUncali\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"828dccc36792e2365774319afccaf5e57ef0ec17","filename":"RecoLocalCalo/EcalRecProducers/interface/EcalUncalibRecHitWorkerRunOneDigiBase.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Finterface%2FEcalUncalibRecHitWorkerRunOneDigiBase.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Finterface%2FEcalUncalibRecHitWorkerRunOneDigiBase.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Finterface%2FEcalUncalibRecHitWorkerRunOneDigiBase.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -29,3 +29,4 @@ class EcalUncalibRecHitWorkerRunOneDigiBase : public EcalUncalibRecHitWorkerBase\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9bd538730a6a54fd7529f92f7bbc480c1d9ea7df","filename":"RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitConvertGPU2CPUFormat.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2FEcalUncalibRecHitConvertGPU2CPUFormat.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2FEcalUncalibRecHitConvertGPU2CPUFormat.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2FEcalUncalibRecHitConvertGPU2CPUFormat.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -101,3 +101,4 @@ void EcalUncalibRecHitConvertGPU2CPUFormat::produce(edm::Event& event, edm::Even\n DEFINE_FWK_MODULE(EcalUncalibRecHitConvertGPU2CPUFormat);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1b61de056327d6146624389fb3c3ee47d65f8c6b","filename":"RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsAlgoGPU.cu","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2FEcalUncalibRecHitPhase2WeightsAlgoGPU.cu","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2FEcalUncalibRecHitPhase2WeightsAlgoGPU.cu","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2FEcalUncalibRecHitPhase2WeightsAlgoGPU.cu?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -33,3 +33,4 @@ namespace ecal {\n } // namespace ecal\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"de5f15a36a4f89bf5bbd5a0373aac82150753851","filename":"RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsKernels.cu","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2FEcalUncalibRecHitPhase2WeightsKernels.cu","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2FEcalUncalibRecHitPhase2WeightsKernels.cu","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2FEcalUncalibRecHitPhase2WeightsKernels.cu?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -65,3 +65,4 @@ namespace ecal {\n } //namespace ecal\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"343d5f8580a1345f23dd42919c5412244d43ca96","filename":"RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2FEcalUncalibRecHitPhase2WeightsProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2FEcalUncalibRecHitPhase2WeightsProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2FEcalUncalibRecHitPhase2WeightsProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -145,3 +145,4 @@ void EcalUncalibRecHitPhase2WeightsProducer::produce(edm::Event& evt, const edm:\n DEFINE_FWK_MODULE(EcalUncalibRecHitPhase2WeightsProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"13a3af2f712146da2b32ad3031c29e0ccb12c0b2","filename":"RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsProducerGPU.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2FEcalUncalibRecHitPhase2WeightsProducerGPU.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2FEcalUncalibRecHitPhase2WeightsProducerGPU.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2FEcalUncalibRecHitPhase2WeightsProducerGPU.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -106,3 +106,4 @@ void EcalUncalibRecHitPhase2WeightsProducerGPU::produce(edm::Event &event, const\n DEFINE_FWK_MODULE(EcalUncalibRecHitPhase2WeightsProducerGPU);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c058b0de4fb8c73630db22cf52b545cb8fbcb0c6","filename":"RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerFixedAlphaBetaFit.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2FEcalUncalibRecHitWorkerFixedAlphaBetaFit.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2FEcalUncalibRecHitWorkerFixedAlphaBetaFit.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2FEcalUncalibRecHitWorkerFixedAlphaBetaFit.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -242,3 +242,4 @@ DEFINE_EDM_PLUGIN(EcalUncalibRecHitFillDescriptionWorkerFactory,\n \"EcalUncalibRecHitWorkerFixedAlphaBetaFit\");\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"51dea205015dea6d7a264536bf32c62a9a6f3fd5","filename":"RecoLocalCalo/EcalRecProducers/plugins/alpaka/AmplitudeComputationCommonKernels.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FAmplitudeComputationCommonKernels.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FAmplitudeComputationCommonKernels.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FAmplitudeComputationCommonKernels.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -486,3 +486,4 @@ namespace alpaka::trait {\n #endif // RecoLocalCalo_EcalRecProducers_plugins_AmplitudeComputationCommonKernels_h\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d4eb8c5c912a1b0615f96aa9a6bd79c176c500cc","filename":"RecoLocalCalo/EcalRecProducers/plugins/alpaka/AmplitudeComputationKernels.dev.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FAmplitudeComputationKernels.dev.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FAmplitudeComputationKernels.dev.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FAmplitudeComputationKernels.dev.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -317,3 +317,4 @@ namespace alpaka::trait {\n } // namespace alpaka::trait\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"dc7502d5c8b15aa0101c01e37df4bcb256c9e7f3","filename":"RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalMultifitConditionsHostESProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalMultifitConditionsHostESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalMultifitConditionsHostESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalMultifitConditionsHostESProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -215,3 +215,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n DEFINE_FWK_EVENTSETUP_ALPAKA_MODULE(EcalMultifitConditionsHostESProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ab41c16cb9df17a2386eb50d0c354d24314e2483","filename":"RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalPhase2DigiToPortableProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalPhase2DigiToPortableProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalPhase2DigiToPortableProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalPhase2DigiToPortableProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -85,3 +85,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n DEFINE_FWK_ALPAKA_MODULE(EcalPhase2DigiToPortableProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6ab8ee2896d63a0f596b3614dcc12389b023a0d9","filename":"RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalRecHitConditionsESProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalRecHitConditionsESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalRecHitConditionsESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalRecHitConditionsESProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -198,3 +198,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n DEFINE_FWK_EVENTSETUP_ALPAKA_MODULE(EcalRecHitConditionsESProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d363c252942deb85385b9a8c79474f643625733b","filename":"RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitMultiFitAlgoPortable.dev.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitMultiFitAlgoPortable.dev.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitMultiFitAlgoPortable.dev.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitMultiFitAlgoPortable.dev.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -236,3 +236,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE::ecal::multifit {\n } // namespace ALPAKA_ACCELERATOR_NAMESPACE::ecal::multifit\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"588ec85583a02b5f921875341711b2d0a5c3bff4","filename":"RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitMultiFitAlgoPortable.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitMultiFitAlgoPortable.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitMultiFitAlgoPortable.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitMultiFitAlgoPortable.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -30,3 +30,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE::ecal::multifit {\n #endif // RecoLocalCalo_EcalRecProducers_plugins_alpaka_EcalUncalibRecHitMultiFitAlgoPortable_h\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"272e459a1d7c56b544deaedb17c04bf44131db1d","filename":"RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsAlgoPortable.dev.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitPhase2WeightsAlgoPortable.dev.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitPhase2WeightsAlgoPortable.dev.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitPhase2WeightsAlgoPortable.dev.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -80,3 +80,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE::ecal::weights {\n } // namespace ALPAKA_ACCELERATOR_NAMESPACE::ecal::weights\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8ef7f375ee64081762c55f8ca03f773c3250c479","filename":"RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsAlgoPortable.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitPhase2WeightsAlgoPortable.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitPhase2WeightsAlgoPortable.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitPhase2WeightsAlgoPortable.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -19,3 +19,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE::ecal::weights {\n #endif // RecoLocalCalo_EcalRecProducers_plugins_EcalUncalibRecHitPhase2WeightsAlgoPortable_h\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"baff9727f973f99ef34ea3fb152a3895d6231d39","filename":"RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsProducerPortable.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitPhase2WeightsProducerPortable.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitPhase2WeightsProducerPortable.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitPhase2WeightsProducerPortable.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -142,3 +142,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n DEFINE_FWK_ALPAKA_MODULE(EcalUncalibRecHitPhase2WeightsProducerPortable);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"09fdc55f984044af5a089580a83c0c78679c66f1","filename":"RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsStruct.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitPhase2WeightsStruct.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitPhase2WeightsStruct.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitPhase2WeightsStruct.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n #endif // RecoLocalCalo_EcalRecProducers_plugins_EcalUncalibRecHitPhase2WeightsStruct_h\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e9fff21d528fca54877ced989e7783eaa35ab5f5","filename":"RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitProducerPortable.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitProducerPortable.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitProducerPortable.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fplugins%2Falpaka%2FEcalUncalibRecHitProducerPortable.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -281,3 +281,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n DEFINE_FWK_ALPAKA_MODULE(EcalUncalibRecHitProducerPortable);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a8a38ee7634637650fdf82c789905a8b25b80e99","filename":"RecoLocalCalo/EcalRecProducers/python/ecalFixedAlphaBetaFitUncalibRecHit_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fpython%2FecalFixedAlphaBetaFitUncalibRecHit_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fpython%2FecalFixedAlphaBetaFitUncalibRecHit_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fpython%2FecalFixedAlphaBetaFitUncalibRecHit_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9f4cd269e267ab1676e2dd1ceed84ee62a4b7c7d","filename":"RecoLocalCalo/EcalRecProducers/src/EcalUncalibRecHitFillDescriptionWorkerFactory.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fsrc%2FEcalUncalibRecHitFillDescriptionWorkerFactory.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Fsrc%2FEcalUncalibRecHitFillDescriptionWorkerFactory.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Fsrc%2FEcalUncalibRecHitFillDescriptionWorkerFactory.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@ EDM_REGISTER_PLUGINFACTORY(EcalUncalibRecHitFillDescriptionWorkerFactory,\n \"EcalUncalibRecHitFillDescriptionWorkerFactory\");\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ed1f8dc143baa861a0d5c933c0b80aa2253e2d40","filename":"RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducer.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Ftest%2FtestEcalUncalibRecHitPhase2WeightsProducer.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Ftest%2FtestEcalUncalibRecHitPhase2WeightsProducer.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Ftest%2FtestEcalUncalibRecHitPhase2WeightsProducer.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -188,3 +188,4 @@\n # End adding early deletion\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"947358efb2c3d7b5a77363e6da284df4995d9531","filename":"RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducerGPU.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Ftest%2FtestEcalUncalibRecHitPhase2WeightsProducerGPU.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Ftest%2FtestEcalUncalibRecHitPhase2WeightsProducerGPU.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Ftest%2FtestEcalUncalibRecHitPhase2WeightsProducerGPU.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -141,3 +141,4 @@\n # End adding early deletion\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cbf9e70497a3ac07febf13aa2b844c0d27e4f580","filename":"RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducerGPU_harvesting.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Ftest%2FtestEcalUncalibRecHitPhase2WeightsProducerGPU_harvesting.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FEcalRecProducers%2Ftest%2FtestEcalUncalibRecHitPhase2WeightsProducerGPU_harvesting.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FEcalRecProducers%2Ftest%2FtestEcalUncalibRecHitPhase2WeightsProducerGPU_harvesting.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -95,3 +95,4 @@\n # End adding early deletion\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"487fe31ba445fd423a22b015db1ac24f5c087f8b","filename":"RecoLocalCalo/HGCalRecAlgos/interface/alpaka/HGCalRecHitCalibrationAlgorithms.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FHGCalRecAlgos%2Finterface%2Falpaka%2FHGCalRecHitCalibrationAlgorithms.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FHGCalRecAlgos%2Finterface%2Falpaka%2FHGCalRecHitCalibrationAlgorithms.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FHGCalRecAlgos%2Finterface%2Falpaka%2FHGCalRecHitCalibrationAlgorithms.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -47,3 +47,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n #endif // RecoLocalCalo_HGCalRecAlgos_interface_alpaka_HGCalRecHitCalibrationAlgorithms_h\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b709af25e2196fa4588c8abe0e9fe7956b2640a9","filename":"RecoLocalCalo/HGCalRecAlgos/plugins/alpaka/HGCalRecHitCalibrationAlgorithms.dev.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FHGCalRecAlgos%2Fplugins%2Falpaka%2FHGCalRecHitCalibrationAlgorithms.dev.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FHGCalRecAlgos%2Fplugins%2Falpaka%2FHGCalRecHitCalibrationAlgorithms.dev.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FHGCalRecAlgos%2Fplugins%2Falpaka%2FHGCalRecHitCalibrationAlgorithms.dev.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -217,3 +217,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n } // namespace ALPAKA_ACCELERATOR_NAMESPACE\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ba59fe7f43a2b89ccda313fe687786446e452aca","filename":"RecoLocalCalo/HGCalRecAlgos/plugins/alpaka/HGCalRecHitConfigurationESProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FHGCalRecAlgos%2Fplugins%2Falpaka%2FHGCalRecHitConfigurationESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FHGCalRecAlgos%2Fplugins%2Falpaka%2FHGCalRecHitConfigurationESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FHGCalRecAlgos%2Fplugins%2Falpaka%2FHGCalRecHitConfigurationESProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -92,3 +92,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n DEFINE_FWK_EVENTSETUP_ALPAKA_MODULE(hgcalrechit::HGCalConfigurationESProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"48209088081c30e437e05eda196ed332e32cf861","filename":"RecoLocalCalo/HGCalRecProducers/interface/alpaka/HGCalSoAClustersExtraDeviceCollection.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FHGCalRecProducers%2Finterface%2Falpaka%2FHGCalSoAClustersExtraDeviceCollection.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FHGCalRecProducers%2Finterface%2Falpaka%2FHGCalSoAClustersExtraDeviceCollection.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FHGCalRecProducers%2Finterface%2Falpaka%2FHGCalSoAClustersExtraDeviceCollection.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n #endif // DataFormats_PortableTestObjects_interface_alpaka_HGCalSoAClustersExtraDeviceCollection_h\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"058866f3ccc77fc6c90126626d68e3c6a659f3eb","filename":"RecoLocalCalo/HGCalRecProducers/plugins/HGCalLayerClusterHeterogeneousDumper.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2FHGCalLayerClusterHeterogeneousDumper.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2FHGCalLayerClusterHeterogeneousDumper.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2FHGCalLayerClusterHeterogeneousDumper.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -41,3 +41,4 @@ class HGCalLayerClusterHeterogeneousDumper : public edm::global::EDAnalyzer<> {\n DEFINE_FWK_MODULE(HGCalLayerClusterHeterogeneousDumper);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d69768c0a8227c8a95d737f3d70eb02fc3011da8","filename":"RecoLocalCalo/HGCalRecProducers/plugins/HGCalLayerClusterHeterogeneousSoADumper.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2FHGCalLayerClusterHeterogeneousSoADumper.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2FHGCalLayerClusterHeterogeneousSoADumper.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2FHGCalLayerClusterHeterogeneousSoADumper.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -51,3 +51,4 @@ class HGCalLayerClusterHeterogeneousSoADumper : public edm::global::EDAnalyzer<>\n DEFINE_FWK_MODULE(HGCalLayerClusterHeterogeneousSoADumper);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f630f597335c03ae3cdd296facf64176452367c0","filename":"RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsConditions.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2FHeterogeneousHGCalHEFCellPositionsConditions.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2FHeterogeneousHGCalHEFCellPositionsConditions.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2FHeterogeneousHGCalHEFCellPositionsConditions.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -305,3 +305,4 @@ HeterogeneousHGCalHEFCellPositionsConditions::GPUData::~GPUData() {\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"29dec915462acadc72b872e6aee7a98a9dfc0feb","filename":"RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsFiller.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2FHeterogeneousHGCalHEFCellPositionsFiller.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2FHeterogeneousHGCalHEFCellPositionsFiller.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2FHeterogeneousHGCalHEFCellPositionsFiller.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -98,3 +98,4 @@ std::unique_ptr HeterogeneousHGCal\n DEFINE_FWK_EVENTSETUP_MODULE(HeterogeneousHGCalHEFCellPositionsFiller);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5070e12f4ba49996dd9028143b6d0b92d76682f3","filename":"RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsFiller.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2FHeterogeneousHGCalHEFCellPositionsFiller.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2FHeterogeneousHGCalHEFCellPositionsFiller.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2FHeterogeneousHGCalHEFCellPositionsFiller.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -54,3 +54,4 @@ class HeterogeneousHGCalHEFCellPositionsFiller : public edm::ESProducer {\n #endif //RecoLocalCalo_HGCalESProducers_HeterogeneousHGCalHEFCellPositionsFiller_h\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"75263855146e36909388d8709d66dc492861375c","filename":"RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersAlgoWrapper.dev.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2Falpaka%2FHGCalLayerClustersAlgoWrapper.dev.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2Falpaka%2FHGCalLayerClustersAlgoWrapper.dev.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2Falpaka%2FHGCalLayerClustersAlgoWrapper.dev.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -55,3 +55,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n } // namespace ALPAKA_ACCELERATOR_NAMESPACE\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c7e0f9a25043e8b7f15cb5ab43abd0a4cef80dbd","filename":"RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersSoAAlgoWrapper.dev.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2Falpaka%2FHGCalLayerClustersSoAAlgoWrapper.dev.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2Falpaka%2FHGCalLayerClustersSoAAlgoWrapper.dev.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2Falpaka%2FHGCalLayerClustersSoAAlgoWrapper.dev.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -221,3 +221,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n } // namespace ALPAKA_ACCELERATOR_NAMESPACE\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c5c5b7dd4d4591adc0b59e28f2f28787d6072f6a","filename":"RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersSoAAlgoWrapper.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2Falpaka%2FHGCalLayerClustersSoAAlgoWrapper.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2Falpaka%2FHGCalLayerClustersSoAAlgoWrapper.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2Falpaka%2FHGCalLayerClustersSoAAlgoWrapper.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -30,3 +30,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n #endif // RecoLocalCalo_HGCalRecProducers_plugins_alpaka_HGCalLayerClustersSoAAlgoWrapper_h\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"295006a9b0ea80c3a612b42aceb5c68a9a573a76","filename":"RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalSoALayerClustersProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2Falpaka%2FHGCalSoALayerClustersProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2Falpaka%2FHGCalSoALayerClustersProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2Falpaka%2FHGCalSoALayerClustersProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -100,3 +100,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n DEFINE_FWK_ALPAKA_MODULE(HGCalSoALayerClustersProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ec3f5e3facbf3b1538252b221f93fdc776ecf93c","filename":"RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalSoARecHitsLayerClustersProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2Falpaka%2FHGCalSoARecHitsLayerClustersProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2Falpaka%2FHGCalSoARecHitsLayerClustersProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FHGCalRecProducers%2Fplugins%2Falpaka%2FHGCalSoARecHitsLayerClustersProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -76,3 +76,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n DEFINE_FWK_ALPAKA_MODULE(HGCalSoARecHitsLayerClustersProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3602bfab5020ac83ffc26ca89471e92f644b6a60","filename":"RecoLocalCalo/HcalRecAlgos/plugins/alpaka/HcalRecoParamsWithPulseShapesESProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FHcalRecAlgos%2Fplugins%2Falpaka%2FHcalRecoParamsWithPulseShapesESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FHcalRecAlgos%2Fplugins%2Falpaka%2FHcalRecoParamsWithPulseShapesESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FHcalRecAlgos%2Fplugins%2Falpaka%2FHcalRecoParamsWithPulseShapesESProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -113,3 +113,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n DEFINE_FWK_EVENTSETUP_ALPAKA_MODULE(HcalRecoParamWithPulseShapeESProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a817e82721afcf72f22b1611315121ce3d41a5f8","filename":"RecoLocalCalo/HcalRecProducers/plugins/alpaka/HcalSiPMCharacteristicsESProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FHcalRecProducers%2Fplugins%2Falpaka%2FHcalSiPMCharacteristicsESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalCalo%2FHcalRecProducers%2Fplugins%2Falpaka%2FHcalSiPMCharacteristicsESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalCalo%2FHcalRecProducers%2Fplugins%2Falpaka%2FHcalSiPMCharacteristicsESProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -64,3 +64,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n DEFINE_FWK_EVENTSETUP_ALPAKA_MODULE(HcalSiPMCharacteristicsESProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"19295bd1bbb5adb6838d92a01e653e2ff99fb122","filename":"RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ea8de36288d02e2806e25956d74dc389b6f49256","filename":"RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"444cabff9acfb7f7794072a6db08edc336fcd3fb","filename":"RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDrift_CosmicData_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco2DAlgo_LinearDrift_CosmicData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco2DAlgo_LinearDrift_CosmicData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco2DAlgo_LinearDrift_CosmicData_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -33,3 +33,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"67fa988f448d0296002ae5f8bf4084fe405bfd62","filename":"RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDrift_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco2DAlgo_LinearDrift_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco2DAlgo_LinearDrift_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco2DAlgo_LinearDrift_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -33,3 +33,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"eb9a3a085586832819355da850e611e8e7a7aa0f","filename":"RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_NoDrift_CosmicData_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco2DAlgo_NoDrift_CosmicData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco2DAlgo_NoDrift_CosmicData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco2DAlgo_NoDrift_CosmicData_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -31,3 +31,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4ff146a49aa46d92cd3363ba70323619137b7284","filename":"RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_ParamDrift_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco2DAlgo_ParamDrift_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco2DAlgo_ParamDrift_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco2DAlgo_ParamDrift_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8999bdab46f5d28b4e4d0750424eee17af4e70dc","filename":"RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -42,3 +42,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d3c373cc3fa3bab49e49933dd204cbb524c2aeef","filename":"RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -40,3 +40,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"49f98dc0b70666f3bbbcf44522e2ff854dceafec","filename":"RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDrift_CosmicData_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco4DAlgo_LinearDrift_CosmicData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco4DAlgo_LinearDrift_CosmicData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco4DAlgo_LinearDrift_CosmicData_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -41,3 +41,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1f1795217cd957c6af4fb246e7468ab6065272ce","filename":"RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDrift_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco4DAlgo_LinearDrift_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco4DAlgo_LinearDrift_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco4DAlgo_LinearDrift_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -37,3 +37,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f4b03fe2601dd82289ebea6fc3f6c7d483c4ed57","filename":"RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_NoDrift_CosmicData_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco4DAlgo_NoDrift_CosmicData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco4DAlgo_NoDrift_CosmicData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco4DAlgo_NoDrift_CosmicData_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -38,3 +38,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9ee7b3d18562a70a4bbc0014fbbf8cf3bd95cc9d","filename":"RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_ParamDrift_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco4DAlgo_ParamDrift_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco4DAlgo_ParamDrift_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2FDTCombinatorialPatternReco4DAlgo_ParamDrift_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -38,3 +38,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e0e59af0392782766195d9e13457dc9f242e6a97","filename":"RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2FDTMeantimerPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2FDTMeantimerPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2FDTMeantimerPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -36,3 +36,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0386a824b8ddf886e42ef799fd183fbe7b9d145f","filename":"RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco2DAlgo_LinearDriftFromDB_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2FDTMeantimerPatternReco2DAlgo_LinearDriftFromDB_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2FDTMeantimerPatternReco2DAlgo_LinearDriftFromDB_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2FDTMeantimerPatternReco2DAlgo_LinearDriftFromDB_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6b374b031c72e380e9902f44530d3c19ba164e6e","filename":"RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2FDTMeantimerPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2FDTMeantimerPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2FDTMeantimerPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -41,3 +41,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"34917a6c0d8e52cb039571cef54c0875dbf5f0c0","filename":"RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco4DAlgo_LinearDriftFromDB_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2FDTMeantimerPatternReco4DAlgo_LinearDriftFromDB_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2FDTMeantimerPatternReco4DAlgo_LinearDriftFromDB_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2FDTMeantimerPatternReco4DAlgo_LinearDriftFromDB_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -40,3 +40,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"eae7e6ca8c246f1b0d58be8915e746af65a9e5c9","filename":"RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DExtendedSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DExtendedSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DExtendedSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e14a0eabf5348f0b58a5e060ad5031f743ffcaad","filename":"RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_LinearDrift_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DExtendedSegments_CombPatternReco2D_LinearDrift_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DExtendedSegments_CombPatternReco2D_LinearDrift_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DExtendedSegments_CombPatternReco2D_LinearDrift_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a3f3e1a6aa49b55734e715a99b88fcc4f50f8740","filename":"RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_ParamDrift_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DExtendedSegments_CombPatternReco2D_ParamDrift_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DExtendedSegments_CombPatternReco2D_ParamDrift_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DExtendedSegments_CombPatternReco2D_ParamDrift_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"acfa11fdfcb0d1df44b20c2be6efec479ad59ed5","filename":"RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"007b18ad06a05dc850e3a9a16ada808cdf66d434","filename":"RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b234b0115a16e8507e69d3d9102b500b674fb5c8","filename":"RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDrift_CosmicData_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_LinearDrift_CosmicData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_LinearDrift_CosmicData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_LinearDrift_CosmicData_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1a3bde800ee844c2f7faa72b3c61cb5ec85878ef","filename":"RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDrift_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_LinearDrift_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_LinearDrift_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_LinearDrift_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -26,3 +26,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a3c502d825b28a3ef36e81dd5ab6fef1669ba38f","filename":"RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_NoDrift_CosmicData_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_NoDrift_CosmicData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_NoDrift_CosmicData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_NoDrift_CosmicData_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"eb964336890a7d30e3f59256133b972df69e80e5","filename":"RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_ParamDrift_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_ParamDrift_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_ParamDrift_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_ParamDrift_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fab015d88ddf2d51baf20aeb2b85f0beaceb0faa","filename":"RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_CombPatternReco2D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -18,3 +18,4 @@\n dt2DSegments.Reco2DAlgoConfig.performT0_vdriftSegCorrection = False\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"52b6456f9d2fe0a32be2fd871effad0154a870c9","filename":"RecoLocalMuon/DTSegment/python/dt2DSegments_MTPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_MTPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_MTPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_MTPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"52b6456f9d2fe0a32be2fd871effad0154a870c9","filename":"RecoLocalMuon/DTSegment/python/dt2DSegments_MTPatternReco2D_LinearDriftFromDB_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_MTPatternReco2D_LinearDriftFromDB_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_MTPatternReco2D_LinearDriftFromDB_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt2DSegments_MTPatternReco2D_LinearDriftFromDB_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"647f6dd71166461c63e07142f199a4baaf0737d3","filename":"RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DExtendedSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DExtendedSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DExtendedSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n dt4DSegments.recHits2DLabel= \"dt2DExtendedSegments\"\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ea82051d0e1310d51ee45ac7ea26efe20b4f08b2","filename":"RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_LinearDrift_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DExtendedSegments_CombPatternReco4D_LinearDrift_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DExtendedSegments_CombPatternReco4D_LinearDrift_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DExtendedSegments_CombPatternReco4D_LinearDrift_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n dt4DSegments.recHits2DLabel= \"dt2DExtendedSegments\"\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a55130577c8935e30ce30aa55b924aac01fed8c3","filename":"RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_ParamDrift_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DExtendedSegments_CombPatternReco4D_ParamDrift_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DExtendedSegments_CombPatternReco4D_ParamDrift_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DExtendedSegments_CombPatternReco4D_ParamDrift_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n dt4DSegments.recHits2DLabel= \"dt2DExtendedSegments\"\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"891c171a1ee72d23852b46ad34a5ff8a61f2c04d","filename":"RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -17,3 +17,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"18ea54e8953256e3e87e29b7cd2ab7b2065add68","filename":"RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -28,3 +28,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b93543ac3f3bc78e94d8dd16a0d000cfee6f4c50","filename":"RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDrift_CosmicData_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_LinearDrift_CosmicData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_LinearDrift_CosmicData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_LinearDrift_CosmicData_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -17,3 +17,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"877c3588bc0d9067e7d41ca4f0a9212878deba09","filename":"RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDrift_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_LinearDrift_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_LinearDrift_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_LinearDrift_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -29,3 +29,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2f8d624ea54962c6456faafaba76c1638a7a847d","filename":"RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_NoDrift_CosmicData_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_NoDrift_CosmicData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_NoDrift_CosmicData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_NoDrift_CosmicData_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -17,3 +17,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"379ded2eebda0852d481da590dc1a278a78a5a91","filename":"RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_ParamDrift_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_ParamDrift_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_ParamDrift_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_ParamDrift_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -17,3 +17,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8ec80d1b77c42af81714d4034492d438c1fff244","filename":"RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_CombPatternReco4D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -21,3 +21,4 @@\n dt4DSegments.Reco4DAlgoConfig.Reco2DAlgoConfig.performT0_vdriftSegCorrection = False\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"93ad89ccfeb1ecdca277620bbd189e6114809fc7","filename":"RecoLocalMuon/DTSegment/python/dt4DSegments_MTPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_MTPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_MTPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_MTPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -17,3 +17,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/38ec0b5001047967c074e924158218a1e07ed0af?per_page=100&page=27 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:53:16 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"4566f8651f338d411b2bcc090524acdd118695b272544b1fe1aad3f4225eb81e"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:52:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4842'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '158'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D320:28829C:393481:3A60A5:68122B4C')] +{"sha":"38ec0b5001047967c074e924158218a1e07ed0af","node_id":"C_kwDOF83__NoAKDM4ZWMwYjUwMDEwNDc5NjdjMDc0ZTkyNDE1ODIxOGExZTA3ZWQwYWY","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:43:40Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:52:38Z"},"message":"More changes","tree":{"sha":"33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/38ec0b5001047967c074e924158218a1e07ed0af","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/38ec0b5001047967c074e924158218a1e07ed0af","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e"}],"stats":{"total":2973,"additions":2971,"deletions":2},"files":[{"sha":"efb1284fd5dcfc5646aafb2abb88de95ca611823","filename":"RecoLocalMuon/DTSegment/python/dt4DSegments_MTPatternReco4D_LinearDriftFromDB_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_MTPatternReco4D_LinearDriftFromDB_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_MTPatternReco4D_LinearDriftFromDB_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FDTSegment%2Fpython%2Fdt4DSegments_MTPatternReco4D_LinearDriftFromDB_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -28,3 +28,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c77b8241907cbd12dae0302602038f565e8def3e","filename":"RecoLocalMuon/GEMRecHit/test/SingleMuPt100_cfi_GEM-SIM-DIGI_Extended2015MuonGEMDev.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FGEMRecHit%2Ftest%2FSingleMuPt100_cfi_GEM-SIM-DIGI_Extended2015MuonGEMDev.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalMuon%2FGEMRecHit%2Ftest%2FSingleMuPt100_cfi_GEM-SIM-DIGI_Extended2015MuonGEMDev.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalMuon%2FGEMRecHit%2Ftest%2FSingleMuPt100_cfi_GEM-SIM-DIGI_Extended2015MuonGEMDev.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -144,3 +144,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"58b93bb384e260cae45fe5baf370b1ab39a9597c","filename":"RecoLocalTracker/ClusterParameterEstimator/interface/ClusterParameterEstimator.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FClusterParameterEstimator%2Finterface%2FClusterParameterEstimator.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FClusterParameterEstimator%2Finterface%2FClusterParameterEstimator.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FClusterParameterEstimator%2Finterface%2FClusterParameterEstimator.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -46,3 +46,4 @@ class ClusterParameterEstimator {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"56b38057c89dea37d999fbb08ee4f1ecb86622dc","filename":"RecoLocalTracker/ClusterParameterEstimator/interface/PixelClusterParameterEstimator.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FClusterParameterEstimator%2Finterface%2FPixelClusterParameterEstimator.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FClusterParameterEstimator%2Finterface%2FPixelClusterParameterEstimator.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FClusterParameterEstimator%2Finterface%2FPixelClusterParameterEstimator.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -71,3 +71,4 @@ class PixelClusterParameterEstimator {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"316977aace7692018ba66bfff64ee1292a08a7e5","filename":"RecoLocalTracker/ClusterParameterEstimator/interface/StripClusterParameterEstimator.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FClusterParameterEstimator%2Finterface%2FStripClusterParameterEstimator.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FClusterParameterEstimator%2Finterface%2FStripClusterParameterEstimator.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FClusterParameterEstimator%2Finterface%2FStripClusterParameterEstimator.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -69,3 +69,4 @@ class StripClusterParameterEstimator {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1241ede963627ad08317886f688a8356d5a02e44","filename":"RecoLocalTracker/Configuration/python/RecoLocalTracker_Cosmics_EventContent_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FConfiguration%2Fpython%2FRecoLocalTracker_Cosmics_EventContent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FConfiguration%2Fpython%2FRecoLocalTracker_Cosmics_EventContent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FConfiguration%2Fpython%2FRecoLocalTracker_Cosmics_EventContent_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -31,3 +31,4 @@\n phase2_tracker.toModify(RecoLocalTrackerFEVT, outputCommands = RecoLocalTrackerFEVT.outputCommands + ['keep *_siPhase2Clusters_*_*','keep *_siPhase2RecHits_*_*'] )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b0874ccd608af715786aec189dcf4f3d10f0430a","filename":"RecoLocalTracker/Phase2TrackerRecHits/python/Phase2StripCPEGeometricESProducer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FPhase2TrackerRecHits%2Fpython%2FPhase2StripCPEGeometricESProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FPhase2TrackerRecHits%2Fpython%2FPhase2StripCPEGeometricESProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FPhase2TrackerRecHits%2Fpython%2FPhase2StripCPEGeometricESProducer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2ab2ea21f1f728da9ff86c10f6e72636fffed3c3","filename":"RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerAlgorithm.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FSiPhase2Clusterizer%2Fplugins%2FPhase2TrackerClusterizerAlgorithm.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FSiPhase2Clusterizer%2Fplugins%2FPhase2TrackerClusterizerAlgorithm.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiPhase2Clusterizer%2Fplugins%2FPhase2TrackerClusterizerAlgorithm.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -109,3 +109,4 @@ void Phase2TrackerClusterizerAlgorithm::clearMatrix(edm::DetSet SiStripRecHitMatcherESProducer::produce(co\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6ff87db792a107ca3f99bc411cb167d767aff4a5","filename":"RecoLocalTracker/SiStripRecHitConverter/plugins/SiStripRecHitMatcherESProducer.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FSiStripRecHitConverter%2Fplugins%2FSiStripRecHitMatcherESProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FSiStripRecHitConverter%2Fplugins%2FSiStripRecHitMatcherESProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiStripRecHitConverter%2Fplugins%2FSiStripRecHitMatcherESProducer.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -18,3 +18,4 @@ class SiStripRecHitMatcherESProducer : public edm::ESProducer {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4c1c674bde9f6123a47417113119306f0fc946bc","filename":"RecoLocalTracker/SiStripZeroSuppression/interface/IteratedMedianCMNSubtractor.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FSiStripZeroSuppression%2Finterface%2FIteratedMedianCMNSubtractor.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FSiStripZeroSuppression%2Finterface%2FIteratedMedianCMNSubtractor.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiStripZeroSuppression%2Finterface%2FIteratedMedianCMNSubtractor.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -41,3 +41,4 @@ class IteratedMedianCMNSubtractor : public SiStripCommonModeNoiseSubtractor {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e7f648dc8fd9a6c1a9db66b5abdc13048d4c7cfe","filename":"RecoLocalTracker/SiStripZeroSuppression/interface/SiStripCommonModeNoiseSubtractor.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FSiStripZeroSuppression%2Finterface%2FSiStripCommonModeNoiseSubtractor.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FSiStripZeroSuppression%2Finterface%2FSiStripCommonModeNoiseSubtractor.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiStripZeroSuppression%2Finterface%2FSiStripCommonModeNoiseSubtractor.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -36,3 +36,4 @@ inline float SiStripCommonModeNoiseSubtractor::median(std::vector& sample) {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"40768fb51c5767928b2d718855728c8a39c45e84","filename":"RecoLocalTracker/SiStripZeroSuppression/interface/SiStripRawProcessingAlgorithms.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FSiStripZeroSuppression%2Finterface%2FSiStripRawProcessingAlgorithms.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FSiStripZeroSuppression%2Finterface%2FSiStripRawProcessingAlgorithms.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiStripZeroSuppression%2Finterface%2FSiStripRawProcessingAlgorithms.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -75,3 +75,4 @@ class SiStripRawProcessingAlgorithms {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e6b078acbb1c7181b223dfa024f7e742a46a7873","filename":"RecoLocalTracker/SiStripZeroSuppression/interface/SiStripRawProcessingFactory.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FSiStripZeroSuppression%2Finterface%2FSiStripRawProcessingFactory.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FSiStripZeroSuppression%2Finterface%2FSiStripRawProcessingFactory.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiStripZeroSuppression%2Finterface%2FSiStripRawProcessingFactory.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -28,3 +28,4 @@ class SiStripRawProcessingFactory {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c389d66fabccd27129b6ce46338bd4baf3c41fe1","filename":"RecoLocalTracker/SiStripZeroSuppression/python/SiStripZeroSuppression_SimData_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FSiStripZeroSuppression%2Fpython%2FSiStripZeroSuppression_SimData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FSiStripZeroSuppression%2Fpython%2FSiStripZeroSuppression_SimData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiStripZeroSuppression%2Fpython%2FSiStripZeroSuppression_SimData_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -20,3 +20,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4fd704a1619237cab5bfc1688e58b28d5f5e4b58","filename":"RecoLocalTracker/SiStripZeroSuppression/python/siStripMergeZeroSuppression_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FSiStripZeroSuppression%2Fpython%2FsiStripMergeZeroSuppression_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FSiStripZeroSuppression%2Fpython%2FsiStripMergeZeroSuppression_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiStripZeroSuppression%2Fpython%2FsiStripMergeZeroSuppression_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,3 +9,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fa1191d1a5872cec9e601f66fa4b5dc2a17688fa","filename":"RecoLocalTracker/SiStripZeroSuppression/test/SiStripZS_EmulateHybrid_RealData.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FSiStripZeroSuppression%2Ftest%2FSiStripZS_EmulateHybrid_RealData.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FSiStripZeroSuppression%2Ftest%2FSiStripZS_EmulateHybrid_RealData.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSiStripZeroSuppression%2Ftest%2FSiStripZS_EmulateHybrid_RealData.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -116,3 +116,4 @@\n process.schedule = cms.Schedule(process.raw2digi_step,process.reconstruction_step, process.RECOoutput_step)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6677dd1bcc0cd2c690d5c557cb2c496b339415dc","filename":"RecoLocalTracker/SubCollectionProducers/interface/PixelClusterSelectorTopBottom.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FSubCollectionProducers%2Finterface%2FPixelClusterSelectorTopBottom.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FSubCollectionProducers%2Finterface%2FPixelClusterSelectorTopBottom.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSubCollectionProducers%2Finterface%2FPixelClusterSelectorTopBottom.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -42,3 +42,4 @@ class PixelClusterSelectorTopBottom : public edm::global::EDProducer<> {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8365d2d64e44d392fd284d451e4f4f999b7b2586","filename":"RecoLocalTracker/SubCollectionProducers/interface/StripClusterSelectorTopBottom.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FSubCollectionProducers%2Finterface%2FStripClusterSelectorTopBottom.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FSubCollectionProducers%2Finterface%2FStripClusterSelectorTopBottom.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSubCollectionProducers%2Finterface%2FStripClusterSelectorTopBottom.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -45,3 +45,4 @@ class StripClusterSelectorTopBottom : public edm::global::EDProducer<> {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"99fab7fae6c6d0d258139aee8689b676957b79eb","filename":"RecoLocalTracker/SubCollectionProducers/python/ClusterMultiplicityFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2FClusterMultiplicityFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2FClusterMultiplicityFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2FClusterMultiplicityFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"174fd8f5cd833be9ee3d6aca041ebd236ccdcf2b","filename":"RecoLocalTracker/SubCollectionProducers/python/TopBottomClusterInfoProducer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2FTopBottomClusterInfoProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2FTopBottomClusterInfoProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2FTopBottomClusterInfoProducer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"caa30859e930c2d9e1dbe335b66d62863dd8aee6","filename":"RecoLocalTracker/SubCollectionProducers/python/TrackCandidateTopBottomHitFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2FTrackCandidateTopBottomHitFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2FTrackCandidateTopBottomHitFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2FTrackCandidateTopBottomHitFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,5 +8,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"b11fcab3bf7dbce30743f287674b299eb0fbee31","filename":"RecoLocalTracker/SubCollectionProducers/python/hltTrackClusterRemoverNew_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2FhltTrackClusterRemoverNew_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2FhltTrackClusterRemoverNew_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2FhltTrackClusterRemoverNew_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ab841f2c450dab06f99fc674e300abd36fb6cfb1","filename":"RecoLocalTracker/SubCollectionProducers/python/splitter_tracking_RunI_setup_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2Fsplitter_tracking_RunI_setup_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2Fsplitter_tracking_RunI_setup_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2Fsplitter_tracking_RunI_setup_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -133,3 +133,4 @@ def customizeTracking(newpixclusters, newstripclusters, newpixrechits, newstripr\n convLayerPairs.TOB6.rphiRecHits = cms.InputTag(newstriprechits,\"rphiRecHit\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"faf429454fcf58fda5165f20820c012a254a0bfd","filename":"RecoLocalTracker/SubCollectionProducers/python/test/ClusterMCsplitStrips_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2Ftest%2FClusterMCsplitStrips_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2Ftest%2FClusterMCsplitStrips_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2Ftest%2FClusterMCsplitStrips_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -11,3 +11,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d414fdb4126e304ddabae6afffce7c01e5a91c8f","filename":"RecoLocalTracker/SubCollectionProducers/python/test/MCsplitStripsCustomize_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2Ftest%2FMCsplitStripsCustomize_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2Ftest%2FMCsplitStripsCustomize_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLocalTracker%2FSubCollectionProducers%2Fpython%2Ftest%2FMCsplitStripsCustomize_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -22,3 +22,4 @@ def splitMCmerged(process):\n return(process)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4b04540169738429f9e0dfa61f99c443332816de","filename":"RecoLuminosity/LumiProducer/test/analysis/test/crab3_ALCALUMIPIXELS_PIXONLY_DATA.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoLuminosity%2FLumiProducer%2Ftest%2Fanalysis%2Ftest%2Fcrab3_ALCALUMIPIXELS_PIXONLY_DATA.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoLuminosity%2FLumiProducer%2Ftest%2Fanalysis%2Ftest%2Fcrab3_ALCALUMIPIXELS_PIXONLY_DATA.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoLuminosity%2FLumiProducer%2Ftest%2Fanalysis%2Ftest%2Fcrab3_ALCALUMIPIXELS_PIXONLY_DATA.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -40,3 +40,4 @@\n #config.Site.whitelist=['T2_FR_CCIN2P3']\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"61b5e4f91d854b0cc95e4d86727edbb9da63bb8b","filename":"RecoMTD/TransientTrackingRecHit/plugins/MTDTransientTrackingRecHitBuilderESProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoMTD%2FTransientTrackingRecHit%2Fplugins%2FMTDTransientTrackingRecHitBuilderESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoMTD%2FTransientTrackingRecHit%2Fplugins%2FMTDTransientTrackingRecHitBuilderESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoMTD%2FTransientTrackingRecHit%2Fplugins%2FMTDTransientTrackingRecHitBuilderESProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -52,3 +52,4 @@ std::unique_ptr MTDTransientTrackingRecHitBuilde\n DEFINE_FWK_EVENTSETUP_MODULE(MTDTransientTrackingRecHitBuilderESProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"31e001d94befb9db044d385d4606b20207bcd144","filename":"RecoMTD/TransientTrackingRecHit/python/MTDTransientTrackingRecHitBuilder_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoMTD%2FTransientTrackingRecHit%2Fpython%2FMTDTransientTrackingRecHitBuilder_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoMTD%2FTransientTrackingRecHit%2Fpython%2FMTDTransientTrackingRecHitBuilder_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoMTD%2FTransientTrackingRecHit%2Fpython%2FMTDTransientTrackingRecHitBuilder_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,5 +6,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"f3c89f749253abcfb2c362b72e6b9eb4de63f5a9","filename":"RecoMuon/L3MuonIsolationProducer/plugins/L3MuonCombinedRelativeIsolationProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoMuon%2FL3MuonIsolationProducer%2Fplugins%2FL3MuonCombinedRelativeIsolationProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoMuon%2FL3MuonIsolationProducer%2Fplugins%2FL3MuonCombinedRelativeIsolationProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoMuon%2FL3MuonIsolationProducer%2Fplugins%2FL3MuonCombinedRelativeIsolationProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -347,3 +347,4 @@ void L3MuonCombinedRelativeIsolationProducer::produce(Event& event, const EventS\n DEFINE_FWK_MODULE(L3MuonCombinedRelativeIsolationProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"927085479e67cebae7ca46fac40cc45d099b60a9","filename":"RecoMuon/L3MuonIsolationProducer/plugins/L3MuonCombinedRelativeIsolationProducer.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoMuon%2FL3MuonIsolationProducer%2Fplugins%2FL3MuonCombinedRelativeIsolationProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoMuon%2FL3MuonIsolationProducer%2Fplugins%2FL3MuonCombinedRelativeIsolationProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoMuon%2FL3MuonIsolationProducer%2Fplugins%2FL3MuonCombinedRelativeIsolationProducer.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -81,3 +81,4 @@ class L3MuonCombinedRelativeIsolationProducer : public edm::stream::EDProducer<>\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"44143cd15148a63f6aba490e0dcfc555a6fabf30","filename":"RecoMuon/MuonIdentification/python/Identification/cutBasedMuonId_MuonPOG_V0_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoMuon%2FMuonIdentification%2Fpython%2FIdentification%2FcutBasedMuonId_MuonPOG_V0_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoMuon%2FMuonIdentification%2Fpython%2FIdentification%2FcutBasedMuonId_MuonPOG_V0_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoMuon%2FMuonIdentification%2Fpython%2FIdentification%2FcutBasedMuonId_MuonPOG_V0_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -168,3 +168,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2791e9b12a6c34f761b802cd2e56411138d9ab8e","filename":"RecoMuon/MuonIdentification/python/Identification/globalMuonPromptTight_V0_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoMuon%2FMuonIdentification%2Fpython%2FIdentification%2FglobalMuonPromptTight_V0_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoMuon%2FMuonIdentification%2Fpython%2FIdentification%2FglobalMuonPromptTight_V0_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoMuon%2FMuonIdentification%2Fpython%2FIdentification%2FglobalMuonPromptTight_V0_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n '4e200c57c24487498e1673f21c0e682e')\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"19e4e4b6c909f2b31bdf2fa7a8499823434b3e49","filename":"RecoMuon/MuonIsolationProducers/python/muIsoDepositCalByAssociatorTowers_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoMuon%2FMuonIsolationProducers%2Fpython%2FmuIsoDepositCalByAssociatorTowers_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoMuon%2FMuonIsolationProducers%2Fpython%2FmuIsoDepositCalByAssociatorTowers_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoMuon%2FMuonIsolationProducers%2Fpython%2FmuIsoDepositCalByAssociatorTowers_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,5 +14,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"40af6e96b5fcf35b9937713bd82fd0e09cc667aa","filename":"RecoMuon/StandAloneMuonProducer/python/standAloneMuonsDirectTrajectoryBuilder_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoMuon%2FStandAloneMuonProducer%2Fpython%2FstandAloneMuonsDirectTrajectoryBuilder_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoMuon%2FStandAloneMuonProducer%2Fpython%2FstandAloneMuonsDirectTrajectoryBuilder_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoMuon%2FStandAloneMuonProducer%2Fpython%2FstandAloneMuonsDirectTrajectoryBuilder_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -21,5 +21,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"a46a1b3d59f32eaf39078f2170e5a995d4c9f17e","filename":"RecoMuon/TrackerSeedGenerator/python/pixelTrackFilterByKinematicsForTSGFromL1_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoMuon%2FTrackerSeedGenerator%2Fpython%2FpixelTrackFilterByKinematicsForTSGFromL1_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoMuon%2FTrackerSeedGenerator%2Fpython%2FpixelTrackFilterByKinematicsForTSGFromL1_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoMuon%2FTrackerSeedGenerator%2Fpython%2FpixelTrackFilterByKinematicsForTSGFromL1_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7e3892db4dfce762f3d8c29d8901a5eb39a82e28","filename":"RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHitBreaker.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoMuon%2FTransientTrackingRecHit%2Finterface%2FMuonTransientTrackingRecHitBreaker.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoMuon%2FTransientTrackingRecHit%2Finterface%2FMuonTransientTrackingRecHitBreaker.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoMuon%2FTransientTrackingRecHit%2Finterface%2FMuonTransientTrackingRecHitBreaker.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -21,3 +21,4 @@ class MuonTransientTrackingRecHitBreaker {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8be5e0dbba88b14fa1d82c1aad36f373a4397018","filename":"RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHitBuilder.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoMuon%2FTransientTrackingRecHit%2Finterface%2FMuonTransientTrackingRecHitBuilder.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoMuon%2FTransientTrackingRecHit%2Finterface%2FMuonTransientTrackingRecHitBuilder.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoMuon%2FTransientTrackingRecHit%2Finterface%2FMuonTransientTrackingRecHitBuilder.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -33,3 +33,4 @@ class MuonTransientTrackingRecHitBuilder : public TransientTrackingRecHitBuilder\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e3002d57129d093419571b2000be6c463ac7554f","filename":"RecoMuon/TransientTrackingRecHit/plugins/MuonTransientTrackingRecHitBuilderESProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoMuon%2FTransientTrackingRecHit%2Fplugins%2FMuonTransientTrackingRecHitBuilderESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoMuon%2FTransientTrackingRecHit%2Fplugins%2FMuonTransientTrackingRecHitBuilderESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoMuon%2FTransientTrackingRecHit%2Fplugins%2FMuonTransientTrackingRecHitBuilderESProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -58,3 +58,4 @@ void MuonTransientTrackingRecHitBuilderESProducer::fillDescriptions(edm::Configu\n DEFINE_FWK_EVENTSETUP_MODULE(MuonTransientTrackingRecHitBuilderESProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8db827b058b8b037374f2faba5cea3cbef43155e","filename":"RecoMuon/TransientTrackingRecHit/python/MuonTransientTrackingRecHitBuilder_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoMuon%2FTransientTrackingRecHit%2Fpython%2FMuonTransientTrackingRecHitBuilder_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoMuon%2FTransientTrackingRecHit%2Fpython%2FMuonTransientTrackingRecHitBuilder_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoMuon%2FTransientTrackingRecHit%2Fpython%2FMuonTransientTrackingRecHitBuilder_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n MuonTransientTrackingRecHitBuilderESProducer = _muonTransientTrackingRecHitBuilderESProducer.clone()\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cbb55c7e138f6f46ffb93e5ee55b929b26a257dd","filename":"RecoParticleFlow/Configuration/python/DBS_Samples/RelValQCD_FlatPt_15_3000_Fast_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoParticleFlow%2FConfiguration%2Fpython%2FDBS_Samples%2FRelValQCD_FlatPt_15_3000_Fast_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoParticleFlow%2FConfiguration%2Fpython%2FDBS_Samples%2FRelValQCD_FlatPt_15_3000_Fast_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoParticleFlow%2FConfiguration%2Fpython%2FDBS_Samples%2FRelValQCD_FlatPt_15_3000_Fast_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -26,3 +26,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3e8b1ff599befb91a04ffae005fce17de04e8ff2","filename":"RecoParticleFlow/Configuration/python/RecoParticleFlow_conversion_EventContent_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoParticleFlow%2FConfiguration%2Fpython%2FRecoParticleFlow_conversion_EventContent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoParticleFlow%2FConfiguration%2Fpython%2FRecoParticleFlow_conversion_EventContent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoParticleFlow%2FConfiguration%2Fpython%2FRecoParticleFlow_conversion_EventContent_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -36,3 +36,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"574a5bfd14e36dc660c2d4cd936fa3e6e7b9b100","filename":"RecoParticleFlow/Configuration/python/RecoParticleFlow_nuclear_EventContent_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoParticleFlow%2FConfiguration%2Fpython%2FRecoParticleFlow_nuclear_EventContent_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoParticleFlow%2FConfiguration%2Fpython%2FRecoParticleFlow_nuclear_EventContent_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoParticleFlow%2FConfiguration%2Fpython%2FRecoParticleFlow_nuclear_EventContent_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -37,3 +37,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"918672bf7a454e715ab962d4236f04e00fecb063","filename":"RecoParticleFlow/PFClusterProducer/interface/alpaka/PFClusteringEdgeVarsDeviceCollection.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoParticleFlow%2FPFClusterProducer%2Finterface%2Falpaka%2FPFClusteringEdgeVarsDeviceCollection.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoParticleFlow%2FPFClusterProducer%2Finterface%2Falpaka%2FPFClusteringEdgeVarsDeviceCollection.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoParticleFlow%2FPFClusterProducer%2Finterface%2Falpaka%2FPFClusteringEdgeVarsDeviceCollection.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE::reco {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"681f6c8167302cc27f8cf7f668b6a2f8ff2364af","filename":"RecoParticleFlow/PFClusterProducer/interface/alpaka/PFClusteringVarsDeviceCollection.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoParticleFlow%2FPFClusterProducer%2Finterface%2Falpaka%2FPFClusteringVarsDeviceCollection.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoParticleFlow%2FPFClusterProducer%2Finterface%2Falpaka%2FPFClusteringVarsDeviceCollection.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoParticleFlow%2FPFClusterProducer%2Finterface%2Falpaka%2FPFClusteringVarsDeviceCollection.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE::reco {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"70649f2d3153579d8c93a7378d08b522f971072a","filename":"RecoParticleFlow/PFClusterProducer/plugins/SimMappers/GenericSimClusterMapper.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoParticleFlow%2FPFClusterProducer%2Fplugins%2FSimMappers%2FGenericSimClusterMapper.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoParticleFlow%2FPFClusterProducer%2Fplugins%2FSimMappers%2FGenericSimClusterMapper.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoParticleFlow%2FPFClusterProducer%2Fplugins%2FSimMappers%2FGenericSimClusterMapper.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -95,3 +95,4 @@ void GenericSimClusterMapper::buildClusters(const edm::Handle {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b4362649099a41654b846880799e943d9afd9ee8","filename":"RecoTBCalo/EcalTBHodoscopeReconstructor/interface/EcalTBHodoscopeRecInfoProducer.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTBCalo%2FEcalTBHodoscopeReconstructor%2Finterface%2FEcalTBHodoscopeRecInfoProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTBCalo%2FEcalTBHodoscopeReconstructor%2Finterface%2FEcalTBHodoscopeRecInfoProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTBCalo%2FEcalTBHodoscopeReconstructor%2Finterface%2FEcalTBHodoscopeRecInfoProducer.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -29,3 +29,4 @@ class EcalTBHodoscopeRecInfoProducer : public edm::global::EDProducer<> {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7fd9219b697cb3ef3fb0c60ec01d846af1c705f0","filename":"RecoTBCalo/EcalTBHodoscopeReconstructor/python/EcalTBHodoscopeReconstructor_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTBCalo%2FEcalTBHodoscopeReconstructor%2Fpython%2FEcalTBHodoscopeReconstructor_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTBCalo%2FEcalTBHodoscopeReconstructor%2Fpython%2FEcalTBHodoscopeReconstructor_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTBCalo%2FEcalTBHodoscopeReconstructor%2Fpython%2FEcalTBHodoscopeReconstructor_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fd00170a402575d5d64fd5b7e37d6fb65e65f2f5","filename":"RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecal2004TBHodoscopeReconstructor_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTBCalo%2FEcalTBHodoscopeReconstructor%2Fpython%2Fecal2004TBHodoscopeReconstructor_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTBCalo%2FEcalTBHodoscopeReconstructor%2Fpython%2Fecal2004TBHodoscopeReconstructor_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTBCalo%2FEcalTBHodoscopeReconstructor%2Fpython%2Fecal2004TBHodoscopeReconstructor_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0d73e8b6cb023935b658caf759f364722ac64c8e","filename":"RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecal2006TBHodoscopeReconstructor_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTBCalo%2FEcalTBHodoscopeReconstructor%2Fpython%2Fecal2006TBHodoscopeReconstructor_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTBCalo%2FEcalTBHodoscopeReconstructor%2Fpython%2Fecal2006TBHodoscopeReconstructor_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTBCalo%2FEcalTBHodoscopeReconstructor%2Fpython%2Fecal2006TBHodoscopeReconstructor_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4823ff2416cd037ae5192d0624aff4b80291961d","filename":"RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecalTBSimHodoscopeReconstructor_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTBCalo%2FEcalTBHodoscopeReconstructor%2Fpython%2FecalTBSimHodoscopeReconstructor_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTBCalo%2FEcalTBHodoscopeReconstructor%2Fpython%2FecalTBSimHodoscopeReconstructor_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTBCalo%2FEcalTBHodoscopeReconstructor%2Fpython%2FecalTBSimHodoscopeReconstructor_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d8155ee76087e5890aa162012109d68b000e925a","filename":"RecoTauTag/RecoTau/python/PFRecoTauDiscriminationAgainstElectronMVA6Phase2_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTauTag%2FRecoTau%2Fpython%2FPFRecoTauDiscriminationAgainstElectronMVA6Phase2_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTauTag%2FRecoTau%2Fpython%2FPFRecoTauDiscriminationAgainstElectronMVA6Phase2_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTauTag%2FRecoTau%2Fpython%2FPFRecoTauDiscriminationAgainstElectronMVA6Phase2_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -57,3 +57,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"69280463765a705604eca865b0400f9f3c64d565","filename":"RecoTauTag/RecoTau/python/tauDiscriminationAgainstElectronMVA6Phase2_mvaDefs_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTauTag%2FRecoTau%2Fpython%2FtauDiscriminationAgainstElectronMVA6Phase2_mvaDefs_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTauTag%2FRecoTau%2Fpython%2FtauDiscriminationAgainstElectronMVA6Phase2_mvaDefs_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTauTag%2FRecoTau%2Fpython%2FtauDiscriminationAgainstElectronMVA6Phase2_mvaDefs_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -89,3 +89,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6ad3ee0fe64c5562bd1cb0b1e021b12c92d29c1d","filename":"RecoTracker/ConversionSeedGenerators/plugins/CombinedHitPairGeneratorForPhotonConversion.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FCombinedHitPairGeneratorForPhotonConversion.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FCombinedHitPairGeneratorForPhotonConversion.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FCombinedHitPairGeneratorForPhotonConversion.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -55,3 +55,4 @@ void CombinedHitPairGeneratorForPhotonConversion::clearCache() {\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"702a4194f248e37b74421312486c5cbef9c29081","filename":"RecoTracker/ConversionSeedGenerators/plugins/CombinedHitPairGeneratorForPhotonConversion.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FCombinedHitPairGeneratorForPhotonConversion.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FCombinedHitPairGeneratorForPhotonConversion.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FCombinedHitPairGeneratorForPhotonConversion.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -63,3 +63,4 @@ class dso_hidden CombinedHitPairGeneratorForPhotonConversion {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/38ec0b5001047967c074e924158218a1e07ed0af?per_page=100&page=28 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:53:17 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"3d006edec1a76f3e62357496b7bac2e4e5a7d5b42df190e6a535707cd8400bdc"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:52:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4841'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '159'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D322:729CD:39726C:3A9E89:68122B4D')] +{"sha":"38ec0b5001047967c074e924158218a1e07ed0af","node_id":"C_kwDOF83__NoAKDM4ZWMwYjUwMDEwNDc5NjdjMDc0ZTkyNDE1ODIxOGExZTA3ZWQwYWY","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:43:40Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:52:38Z"},"message":"More changes","tree":{"sha":"33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/38ec0b5001047967c074e924158218a1e07ed0af","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/38ec0b5001047967c074e924158218a1e07ed0af","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e"}],"stats":{"total":2973,"additions":2971,"deletions":2},"files":[{"sha":"cf4dfb3fd74a3545a496df25f3f69263495f2260","filename":"RecoTracker/ConversionSeedGenerators/plugins/CombinedHitQuadrupletGeneratorForPhotonConversion.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FCombinedHitQuadrupletGeneratorForPhotonConversion.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FCombinedHitQuadrupletGeneratorForPhotonConversion.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FCombinedHitQuadrupletGeneratorForPhotonConversion.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -39,3 +39,4 @@ void CombinedHitQuadrupletGeneratorForPhotonConversion::hitPairs(const TrackingR\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"abc5bd28fd0964f8a23d003dc2a9352b92870e81","filename":"RecoTracker/ConversionSeedGenerators/plugins/CombinedHitQuadrupletGeneratorForPhotonConversion.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FCombinedHitQuadrupletGeneratorForPhotonConversion.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FCombinedHitQuadrupletGeneratorForPhotonConversion.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FCombinedHitQuadrupletGeneratorForPhotonConversion.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -54,3 +54,4 @@ class CombinedHitQuadrupletGeneratorForPhotonConversion {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"270ebfe5e99ccd9b52aedd32bd170ae1417abbff","filename":"RecoTracker/ConversionSeedGenerators/plugins/HitPairGeneratorFromLayerPairForPhotonConversion.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FHitPairGeneratorFromLayerPairForPhotonConversion.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FHitPairGeneratorFromLayerPairForPhotonConversion.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FHitPairGeneratorFromLayerPairForPhotonConversion.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -380,3 +380,4 @@ double HitPairGeneratorFromLayerPairForPhotonConversion::getCot(double dz, doubl\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ae6765c5f5d40a06d438991b3e53e01b58efd588","filename":"RecoTracker/ConversionSeedGenerators/plugins/HitPairGeneratorFromLayerPairForPhotonConversion.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FHitPairGeneratorFromLayerPairForPhotonConversion.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FHitPairGeneratorFromLayerPairForPhotonConversion.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FHitPairGeneratorFromLayerPairForPhotonConversion.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -70,3 +70,4 @@ class dso_hidden HitPairGeneratorFromLayerPairForPhotonConversion { // : public\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0d9a9e8ca728f9df4b420a13adb6dacda0979ca5","filename":"RecoTracker/ConversionSeedGenerators/plugins/HitQuadrupletGeneratorFromLayerPairForPhotonConversion.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FHitQuadrupletGeneratorFromLayerPairForPhotonConversion.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FHitQuadrupletGeneratorFromLayerPairForPhotonConversion.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FHitQuadrupletGeneratorFromLayerPairForPhotonConversion.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -429,3 +429,4 @@ double HitQuadrupletGeneratorFromLayerPairForPhotonConversion::getZAtR(\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"84575384ccf6796c62e80414a36a01e1c31c3d2e","filename":"RecoTracker/ConversionSeedGenerators/plugins/HitQuadrupletGeneratorFromLayerPairForPhotonConversion.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FHitQuadrupletGeneratorFromLayerPairForPhotonConversion.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FHitQuadrupletGeneratorFromLayerPairForPhotonConversion.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FHitQuadrupletGeneratorFromLayerPairForPhotonConversion.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -63,3 +63,4 @@ class HitQuadrupletGeneratorFromLayerPairForPhotonConversion {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0fb7225e76e0796208741e78266fc124f8727be0","filename":"RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadruplets.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FPhotonConversionTrajectorySeedProducerFromQuadruplets.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FPhotonConversionTrajectorySeedProducerFromQuadruplets.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FPhotonConversionTrajectorySeedProducerFromQuadruplets.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -52,3 +52,4 @@ void PhotonConversionTrajectorySeedProducerFromQuadruplets::produce(edm::Event&\n DEFINE_FWK_MODULE(PhotonConversionTrajectorySeedProducerFromQuadruplets);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"728727cf3914a86875894eda4a3b5a26f006aa0c","filename":"RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FPhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FPhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FPhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -160,3 +160,4 @@ bool PhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo::inspect(const Tr\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7621a8f85d50a618612b87f972381a33fb7f1bfe","filename":"RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FPhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FPhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FPhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -77,3 +77,4 @@ class PhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"47b6b0416dadfe0fcdcee9ce9f3499965595c37f","filename":"RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLeg.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FPhotonConversionTrajectorySeedProducerFromSingleLeg.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FPhotonConversionTrajectorySeedProducerFromSingleLeg.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FPhotonConversionTrajectorySeedProducerFromSingleLeg.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -47,3 +47,4 @@ void PhotonConversionTrajectorySeedProducerFromSingleLeg::produce(edm::Event& ev\n DEFINE_FWK_MODULE(PhotonConversionTrajectorySeedProducerFromSingleLeg);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2f07c69903e4e8be41aaa6893fbaf3ab4aba3dd2","filename":"RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLegAlgo.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FPhotonConversionTrajectorySeedProducerFromSingleLegAlgo.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FPhotonConversionTrajectorySeedProducerFromSingleLegAlgo.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FPhotonConversionTrajectorySeedProducerFromSingleLegAlgo.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -357,3 +357,4 @@ bool PhotonConversionTrajectorySeedProducerFromSingleLegAlgo::inspectTrack(const\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f77e389c53587db75f2913d1fbcd36b8e1b60779","filename":"RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLegAlgo.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FPhotonConversionTrajectorySeedProducerFromSingleLegAlgo.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FPhotonConversionTrajectorySeedProducerFromSingleLegAlgo.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FPhotonConversionTrajectorySeedProducerFromSingleLegAlgo.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -94,3 +94,4 @@ class dso_hidden PhotonConversionTrajectorySeedProducerFromSingleLegAlgo {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"209103710c17287fc886eb9f66ad48e7e59a3e7e","filename":"RecoTracker/ConversionSeedGenerators/plugins/SeedForPhotonConversionFromQuadruplets.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FSeedForPhotonConversionFromQuadruplets.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FSeedForPhotonConversionFromQuadruplets.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FSeedForPhotonConversionFromQuadruplets.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1071,3 +1071,4 @@ double SeedForPhotonConversionFromQuadruplets::DeltaPhiManual(const math::XYZVec\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8241c7cebbc92576cb7466c797b1d0274e9b2f14","filename":"RecoTracker/ConversionSeedGenerators/plugins/SeedForPhotonConversionFromQuadruplets.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FSeedForPhotonConversionFromQuadruplets.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FSeedForPhotonConversionFromQuadruplets.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FConversionSeedGenerators%2Fplugins%2FSeedForPhotonConversionFromQuadruplets.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -120,3 +120,4 @@ class SeedForPhotonConversionFromQuadruplets {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"181080a04f7eb1ee7dce0a56391e755255ebd215","filename":"RecoTracker/ConversionSeedGenerators/python/PhotonConversionTrajectorySeedProducerFromQuadruplets_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FConversionSeedGenerators%2Fpython%2FPhotonConversionTrajectorySeedProducerFromQuadruplets_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FConversionSeedGenerators%2Fpython%2FPhotonConversionTrajectorySeedProducerFromQuadruplets_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FConversionSeedGenerators%2Fpython%2FPhotonConversionTrajectorySeedProducerFromQuadruplets_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -57,5 +57,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"5dd20ef5a8ddac4355b07f8bd650bb8482a02651","filename":"RecoTracker/ConversionSeedGenerators/python/PhotonConversionTrajectorySeedProducerFromSingleLeg_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FConversionSeedGenerators%2Fpython%2FPhotonConversionTrajectorySeedProducerFromSingleLeg_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FConversionSeedGenerators%2Fpython%2FPhotonConversionTrajectorySeedProducerFromSingleLeg_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FConversionSeedGenerators%2Fpython%2FPhotonConversionTrajectorySeedProducerFromSingleLeg_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -89,3 +89,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f69a0b31f6dc35049b2c81be72644a8e06ce2c1b","filename":"RecoTracker/DisplacedRegionalTracking/plugins/DisplacedRegionSeedingVertexProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FDisplacedRegionalTracking%2Fplugins%2FDisplacedRegionSeedingVertexProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FDisplacedRegionalTracking%2Fplugins%2FDisplacedRegionSeedingVertexProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FDisplacedRegionalTracking%2Fplugins%2FDisplacedRegionSeedingVertexProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -292,3 +292,4 @@ double DisplacedRegionSeedingVertexProducer::getDiscriminatorValue(const Displac\n DEFINE_FWK_MODULE(DisplacedRegionSeedingVertexProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"073d7684c6419b2b92da06c4fbdd4d89454edff0","filename":"RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-10mu-fulldet-build-extrectracks.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FMkFitCore%2Fstandalone%2Fval_scripts%2Fvalidation-cmssw-10mu-fulldet-build-extrectracks.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FMkFitCore%2Fstandalone%2Fval_scripts%2Fvalidation-cmssw-10mu-fulldet-build-extrectracks.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FMkFitCore%2Fstandalone%2Fval_scripts%2Fvalidation-cmssw-10mu-fulldet-build-extrectracks.sh?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -31,3 +31,4 @@ root -b -q -l plotting/makeValidation.C\\(\\\"${oBase}\\\",\\\"\\\",1\\)\n make distclean\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7f5999c99cb218e949bbb9cc605c97ca5c6a16fd","filename":"RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-10mu-fulldet-build.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FMkFitCore%2Fstandalone%2Fval_scripts%2Fvalidation-cmssw-10mu-fulldet-build.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FMkFitCore%2Fstandalone%2Fval_scripts%2Fvalidation-cmssw-10mu-fulldet-build.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FMkFitCore%2Fstandalone%2Fval_scripts%2Fvalidation-cmssw-10mu-fulldet-build.sh?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -39,3 +39,4 @@ done\n make distclean\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"dd75632a8a574f48be8a2330a9f60110051bdd31","filename":"RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-benchmarks-multiiter.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FMkFitCore%2Fstandalone%2Fval_scripts%2Fvalidation-cmssw-benchmarks-multiiter.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FMkFitCore%2Fstandalone%2Fval_scripts%2Fvalidation-cmssw-benchmarks-multiiter.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FMkFitCore%2Fstandalone%2Fval_scripts%2Fvalidation-cmssw-benchmarks-multiiter.sh?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -283,3 +283,4 @@ done\n echo \"Finished physics validation!\"\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a8a98f8d4df12706d07e804526f1fe404e06c8cc","filename":"RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-ttbar-fulldet-build-extrectracks.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FMkFitCore%2Fstandalone%2Fval_scripts%2Fvalidation-cmssw-ttbar-fulldet-build-extrectracks.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FMkFitCore%2Fstandalone%2Fval_scripts%2Fvalidation-cmssw-ttbar-fulldet-build-extrectracks.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FMkFitCore%2Fstandalone%2Fval_scripts%2Fvalidation-cmssw-ttbar-fulldet-build-extrectracks.sh?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -40,3 +40,4 @@ done\n make distclean\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fe55bae5a20dfbd80d1a6502b3c9db0475421afe","filename":"RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-ttbar-fulldet-build.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FMkFitCore%2Fstandalone%2Fval_scripts%2Fvalidation-cmssw-ttbar-fulldet-build.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FMkFitCore%2Fstandalone%2Fval_scripts%2Fvalidation-cmssw-ttbar-fulldet-build.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FMkFitCore%2Fstandalone%2Fval_scripts%2Fvalidation-cmssw-ttbar-fulldet-build.sh?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -48,3 +48,4 @@ done\n make distclean\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3a417fb7ea35eb2256d671ade834343dd1aa7c77","filename":"RecoTracker/MkFitCore/standalone/xeon_scripts/benchmark-cmssw-ttbar-fulldet-build-remote.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FMkFitCore%2Fstandalone%2Fxeon_scripts%2Fbenchmark-cmssw-ttbar-fulldet-build-remote.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FMkFitCore%2Fstandalone%2Fxeon_scripts%2Fbenchmark-cmssw-ttbar-fulldet-build-remote.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FMkFitCore%2Fstandalone%2Fxeon_scripts%2Fbenchmark-cmssw-ttbar-fulldet-build-remote.sh?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -62,3 +62,4 @@ exit\n '\"\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2ad23ede7adea0556bb0764eeaa9884e555d8f63","filename":"RecoTracker/MkFitCore/standalone/xeon_scripts/benchmark-cmssw-ttbar-fulldet-build.sh","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FMkFitCore%2Fstandalone%2Fxeon_scripts%2Fbenchmark-cmssw-ttbar-fulldet-build.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FMkFitCore%2Fstandalone%2Fxeon_scripts%2Fbenchmark-cmssw-ttbar-fulldet-build.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FMkFitCore%2Fstandalone%2Fxeon_scripts%2Fbenchmark-cmssw-ttbar-fulldet-build.sh?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -162,3 +162,4 @@ make distclean ${mOpt}\n echo \"Finished compute benchmarks on ${ben_arch}!\"\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c3776664bad0532e1351f10c8a39038a51921094","filename":"RecoTracker/PixelLowPtUtilities/interface/StripSubClusterShapeTrajectoryFilter.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FPixelLowPtUtilities%2Finterface%2FStripSubClusterShapeTrajectoryFilter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FPixelLowPtUtilities%2Finterface%2FStripSubClusterShapeTrajectoryFilter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FPixelLowPtUtilities%2Finterface%2FStripSubClusterShapeTrajectoryFilter.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -130,3 +130,4 @@ class StripSubClusterShapeSeedFilter : public StripSubClusterShapeFilterBase, pu\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"60c162616cc29bbbbf19db3fcea36873d90129d9","filename":"RecoTracker/PixelLowPtUtilities/python/StripSubClusterShapeTrajectoryFilter_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FPixelLowPtUtilities%2Fpython%2FStripSubClusterShapeTrajectoryFilter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FPixelLowPtUtilities%2Fpython%2FStripSubClusterShapeTrajectoryFilter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FPixelLowPtUtilities%2Fpython%2FStripSubClusterShapeTrajectoryFilter_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -27,3 +27,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"dd5dbba2031da03889b4e2d67a3fad9117557813","filename":"RecoTracker/PixelSeeding/interface/HitTripletGeneratorFromPairAndLayersFactory.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FPixelSeeding%2Finterface%2FHitTripletGeneratorFromPairAndLayersFactory.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FPixelSeeding%2Finterface%2FHitTripletGeneratorFromPairAndLayersFactory.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FPixelSeeding%2Finterface%2FHitTripletGeneratorFromPairAndLayersFactory.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@ typedef edmplugin::PluginFactory PixelTrackCleanerBySharedHitsESProducer::prod\n DEFINE_FWK_EVENTSETUP_MODULE(PixelTrackCleanerBySharedHitsESProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bf6912f28d766319a82971af4e9418faca06c847","filename":"RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForBeamHalo_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FSpecialSeedGenerators%2Fpython%2FCombinatorialSeedGeneratorForBeamHalo_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FSpecialSeedGenerators%2Fpython%2FCombinatorialSeedGeneratorForBeamHalo_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FSpecialSeedGenerators%2Fpython%2FCombinatorialSeedGeneratorForBeamHalo_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"dc12abd55160b7a3e2e1b77d34cca832383fea4c","filename":"RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForBeamHalo_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FSpecialSeedGenerators%2Fpython%2FCombinatorialSeedGeneratorForBeamHalo_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FSpecialSeedGenerators%2Fpython%2FCombinatorialSeedGeneratorForBeamHalo_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FSpecialSeedGenerators%2Fpython%2FCombinatorialSeedGeneratorForBeamHalo_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -104,3 +104,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e60d9f0626d675a55b5fab69915057dfb79eea28","filename":"RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsP5_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FSpecialSeedGenerators%2Fpython%2FCombinatorialSeedGeneratorForCosmicsP5_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FSpecialSeedGenerators%2Fpython%2FCombinatorialSeedGeneratorForCosmicsP5_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FSpecialSeedGenerators%2Fpython%2FCombinatorialSeedGeneratorForCosmicsP5_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -125,3 +125,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b457439ed2f9ed1b1266a46013b24c25d99d285d","filename":"RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FSpecialSeedGenerators%2Fpython%2FCombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FSpecialSeedGenerators%2Fpython%2FCombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FSpecialSeedGenerators%2Fpython%2FCombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,3 +9,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"30125ae9576fe54111a00bcd9c63835f976c4471","filename":"RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FSpecialSeedGenerators%2Fpython%2FCombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FSpecialSeedGenerators%2Fpython%2FCombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FSpecialSeedGenerators%2Fpython%2FCombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -96,3 +96,4 @@\n #)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d52b9e06ef86da7894b05bd842e2c18d44c4e922","filename":"RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmics_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FSpecialSeedGenerators%2Fpython%2FCombinatorialSeedGeneratorForCosmics_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FSpecialSeedGenerators%2Fpython%2FCombinatorialSeedGeneratorForCosmics_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FSpecialSeedGenerators%2Fpython%2FCombinatorialSeedGeneratorForCosmics_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -117,3 +117,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7d57a2b7609770f6d67c65ea5d16823fdf274335","filename":"RecoTracker/TkMSParametrization/interface/MultipleScatteringParametrisationMaker.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FTkMSParametrization%2Finterface%2FMultipleScatteringParametrisationMaker.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FTkMSParametrization%2Finterface%2FMultipleScatteringParametrisationMaker.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FTkMSParametrization%2Finterface%2FMultipleScatteringParametrisationMaker.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -26,3 +26,4 @@ class MultipleScatteringParametrisationMaker {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"18f1d8b3f36d9d961ab2ffdf4221504f20fced4e","filename":"RecoTracker/TkMSParametrization/plugins/MultipleScatteringParametrisationMakerESProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FTkMSParametrization%2Fplugins%2FMultipleScatteringParametrisationMakerESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FTkMSParametrization%2Fplugins%2FMultipleScatteringParametrisationMakerESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FTkMSParametrization%2Fplugins%2FMultipleScatteringParametrisationMakerESProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -44,3 +44,4 @@ std::unique_ptr MultipleScatteringParame\n DEFINE_FWK_EVENTSETUP_MODULE(MultipleScatteringParametrisationMakerESProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f18f2eb9bab8092bf908aadbbe5a1a0298ad8841","filename":"RecoTracker/TkMSParametrization/src/ES_MultipleScatteringParametrisationMaker.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FTkMSParametrization%2Fsrc%2FES_MultipleScatteringParametrisationMaker.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FTkMSParametrization%2Fsrc%2FES_MultipleScatteringParametrisationMaker.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FTkMSParametrization%2Fsrc%2FES_MultipleScatteringParametrisationMaker.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n TYPELOOKUP_DATA_REG(MultipleScatteringParametrisationMaker);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b12aed3792dab84bb43e8fb07d1d217613b9d2c1","filename":"RecoTracker/TkSeedGenerator/interface/MultiHitGeneratorFromPairAndLayersFactory.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FTkSeedGenerator%2Finterface%2FMultiHitGeneratorFromPairAndLayersFactory.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoTracker%2FTkSeedGenerator%2Finterface%2FMultiHitGeneratorFromPairAndLayersFactory.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoTracker%2FTkSeedGenerator%2Finterface%2FMultiHitGeneratorFromPairAndLayersFactory.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@ typedef edmplugin::PluginFactory {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bdc313de74731925e9e8591bfea1f85604ee9103","filename":"RecoVertex/KinematicFitPrimitives/interface/ParticleKinematicLinearizedTrackStateFactory.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoVertex%2FKinematicFitPrimitives%2Finterface%2FParticleKinematicLinearizedTrackStateFactory.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoVertex%2FKinematicFitPrimitives%2Finterface%2FParticleKinematicLinearizedTrackStateFactory.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoVertex%2FKinematicFitPrimitives%2Finterface%2FParticleKinematicLinearizedTrackStateFactory.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -31,3 +31,4 @@ class ParticleKinematicLinearizedTrackStateFactory : public AbstractLTSFactory<6\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1956d63544ea5a81823e2ef4a81eb2df2cfc5c7e","filename":"RecoVertex/KinematicFitPrimitives/interface/TransientTrackKinematicStateBuilder.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoVertex%2FKinematicFitPrimitives%2Finterface%2FTransientTrackKinematicStateBuilder.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoVertex%2FKinematicFitPrimitives%2Finterface%2FTransientTrackKinematicStateBuilder.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoVertex%2FKinematicFitPrimitives%2Finterface%2FTransientTrackKinematicStateBuilder.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -70,3 +70,4 @@ class TransientTrackKinematicStateBuilder {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0f23218bcea6ad1ba0838e445d6626e982874a4b","filename":"RecoVertex/KinematicFitPrimitives/src/KinematicParticleFactoryFromTransientTrack.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoVertex%2FKinematicFitPrimitives%2Fsrc%2FKinematicParticleFactoryFromTransientTrack.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoVertex%2FKinematicFitPrimitives%2Fsrc%2FKinematicParticleFactoryFromTransientTrack.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoVertex%2FKinematicFitPrimitives%2Fsrc%2FKinematicParticleFactoryFromTransientTrack.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -82,3 +82,4 @@ RefCountedKinematicParticle KinematicParticleFactoryFromTransientTrack::particle\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8a7f666787346276324c111287caace38200aa09","filename":"RecoVertex/KinematicFitPrimitives/src/ParticleKinematicLinearizedTrackStateFactory.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoVertex%2FKinematicFitPrimitives%2Fsrc%2FParticleKinematicLinearizedTrackStateFactory.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoVertex%2FKinematicFitPrimitives%2Fsrc%2FParticleKinematicLinearizedTrackStateFactory.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoVertex%2FKinematicFitPrimitives%2Fsrc%2FParticleKinematicLinearizedTrackStateFactory.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -23,3 +23,4 @@ ParticleKinematicLinearizedTrackStateFactory::linearizedTrackState(const GlobalP\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4a46e3a1cb2e0535c38f4f86a526c1b34763ebae","filename":"RecoVertex/LinearizationPointFinders/interface/CrossingPtBasedLinearizationPointFinder.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoVertex%2FLinearizationPointFinders%2Finterface%2FCrossingPtBasedLinearizationPointFinder.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoVertex%2FLinearizationPointFinders%2Finterface%2FCrossingPtBasedLinearizationPointFinder.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoVertex%2FLinearizationPointFinders%2Finterface%2FCrossingPtBasedLinearizationPointFinder.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -82,3 +82,4 @@ class CrossingPtBasedLinearizationPointFinder : public LinearizationPointFinder\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"532e23df7b8fb716d7847f52929c276befe8fafd","filename":"RecoVertex/LinearizationPointFinders/interface/DefaultLinearizationPointFinder.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoVertex%2FLinearizationPointFinders%2Finterface%2FDefaultLinearizationPointFinder.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoVertex%2FLinearizationPointFinders%2Finterface%2FDefaultLinearizationPointFinder.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoVertex%2FLinearizationPointFinders%2Finterface%2FDefaultLinearizationPointFinder.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -21,3 +21,4 @@ class DefaultLinearizationPointFinder : public FsmwLinearizationPointFinder {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f53c061bb409cfcd15d97b90e44b55b6a88b9c59","filename":"RecoVertex/LinearizationPointFinders/interface/FallbackLinearizationPointFinder.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoVertex%2FLinearizationPointFinders%2Finterface%2FFallbackLinearizationPointFinder.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoVertex%2FLinearizationPointFinders%2Finterface%2FFallbackLinearizationPointFinder.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoVertex%2FLinearizationPointFinders%2Finterface%2FFallbackLinearizationPointFinder.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@ class FallbackLinearizationPointFinder : public LinearizationPointFinder {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"019f9e4b69177aaf6a1af0ad75f1a8878544b696","filename":"RecoVertex/LinearizationPointFinders/interface/SubsetHSMLinearizationPointFinder.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoVertex%2FLinearizationPointFinders%2Finterface%2FSubsetHSMLinearizationPointFinder.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoVertex%2FLinearizationPointFinders%2Finterface%2FSubsetHSMLinearizationPointFinder.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoVertex%2FLinearizationPointFinders%2Finterface%2FSubsetHSMLinearizationPointFinder.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -31,3 +31,4 @@ class SubsetHSMLinearizationPointFinder : public CrossingPtBasedLinearizationPoi\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5666b80584a571abb34c0b830dbc11deaad5c9d8","filename":"RecoVertex/LinearizationPointFinders/src/CrossingPtBasedLinearizationPointFinder.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoVertex%2FLinearizationPointFinders%2Fsrc%2FCrossingPtBasedLinearizationPointFinder.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoVertex%2FLinearizationPointFinders%2Fsrc%2FCrossingPtBasedLinearizationPointFinder.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoVertex%2FLinearizationPointFinders%2Fsrc%2FCrossingPtBasedLinearizationPointFinder.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -280,3 +280,4 @@ GlobalPoint CrossingPtBasedLinearizationPointFinder::getLinearizationPoint(\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d048089382e0568cb77e6a3fa1c961d0a8daaf35","filename":"RecoVertex/PixelVertexFinding/plugins/alpaka/PixelVertexWorkSpaceSoADeviceAlpaka.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoVertex%2FPixelVertexFinding%2Fplugins%2Falpaka%2FPixelVertexWorkSpaceSoADeviceAlpaka.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoVertex%2FPixelVertexFinding%2Fplugins%2Falpaka%2FPixelVertexWorkSpaceSoADeviceAlpaka.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoVertex%2FPixelVertexFinding%2Fplugins%2Falpaka%2FPixelVertexWorkSpaceSoADeviceAlpaka.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -22,3 +22,4 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n #endif // RecoVertex_PixelVertexFinding_plugins_alpaka_PixelVertexWorkSpaceSoADeviceAlpaka_h\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2c7f87fd66dbdd5a66ce72f3d7e4f9ec0cae85e1","filename":"RecoVertex/PrimaryVertexProducer/interface/AdaptiveChisquarePrimaryVertexFitter.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoVertex%2FPrimaryVertexProducer%2Finterface%2FAdaptiveChisquarePrimaryVertexFitter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoVertex%2FPrimaryVertexProducer%2Finterface%2FAdaptiveChisquarePrimaryVertexFitter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoVertex%2FPrimaryVertexProducer%2Finterface%2FAdaptiveChisquarePrimaryVertexFitter.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -98,3 +98,4 @@ class AdaptiveChisquarePrimaryVertexFitter : public PrimaryVertexFitterBase {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f9b22a687eb8e51a692c7f2cd839b31ad91c7e75","filename":"RecoVertex/PrimaryVertexProducer/interface/SequentialPrimaryVertexFitterAdapter.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoVertex%2FPrimaryVertexProducer%2Finterface%2FSequentialPrimaryVertexFitterAdapter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoVertex%2FPrimaryVertexProducer%2Finterface%2FSequentialPrimaryVertexFitterAdapter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoVertex%2FPrimaryVertexProducer%2Finterface%2FSequentialPrimaryVertexFitterAdapter.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -56,3 +56,4 @@ class SequentialPrimaryVertexFitterAdapter : public PrimaryVertexFitterBase {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a7bb3a7664080a5e3fe47b04dc90c40bdbbfae5c","filename":"RecoVertex/PrimaryVertexProducer/python/OfflinePrimaryVerticesFromCosmicTracks_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoVertex%2FPrimaryVertexProducer%2Fpython%2FOfflinePrimaryVerticesFromCosmicTracks_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoVertex%2FPrimaryVertexProducer%2Fpython%2FOfflinePrimaryVerticesFromCosmicTracks_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoVertex%2FPrimaryVertexProducer%2Fpython%2FOfflinePrimaryVerticesFromCosmicTracks_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -35,3 +35,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2a6e15cffa9c790f2bc00f0bd755e71016a2f9c3","filename":"RecoVertex/TrimmedKalmanVertexFinder/interface/ConfigurableTrimmedVertexFinder.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/RecoVertex%2FTrimmedKalmanVertexFinder%2Finterface%2FConfigurableTrimmedVertexFinder.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/RecoVertex%2FTrimmedKalmanVertexFinder%2Finterface%2FConfigurableTrimmedVertexFinder.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/RecoVertex%2FTrimmedKalmanVertexFinder%2Finterface%2FConfigurableTrimmedVertexFinder.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -122,3 +122,4 @@ class ConfigurableTrimmedVertexFinder : public VertexReconstructor {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8d897ef78cd4eb02c4c0d54a904df0fe1638db27","filename":"SLHCUpgradeSimulations/Geometry/data/PhaseI/EmptyPixelSkimmedGeometry_phase1.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SLHCUpgradeSimulations%2FGeometry%2Fdata%2FPhaseI%2FEmptyPixelSkimmedGeometry_phase1.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SLHCUpgradeSimulations%2FGeometry%2Fdata%2FPhaseI%2FEmptyPixelSkimmedGeometry_phase1.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SLHCUpgradeSimulations%2FGeometry%2Fdata%2FPhaseI%2FEmptyPixelSkimmedGeometry_phase1.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1,2 +1,3 @@\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8d897ef78cd4eb02c4c0d54a904df0fe1638db27","filename":"SLHCUpgradeSimulations/Geometry/data/PhaseII/Tilted/EmptyPixelSkimmedGeometry.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SLHCUpgradeSimulations%2FGeometry%2Fdata%2FPhaseII%2FTilted%2FEmptyPixelSkimmedGeometry.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SLHCUpgradeSimulations%2FGeometry%2Fdata%2FPhaseII%2FTilted%2FEmptyPixelSkimmedGeometry.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SLHCUpgradeSimulations%2FGeometry%2Fdata%2FPhaseII%2FTilted%2FEmptyPixelSkimmedGeometry.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1,2 +1,3 @@\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bea969c85a0c18737a5228bb91d4af6cf344d7a0","filename":"SimCalorimetry/Configuration/python/SimCalorimetry_EcalSelectiveReadoutProducers_setBeamcom09_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FConfiguration%2Fpython%2FSimCalorimetry_EcalSelectiveReadoutProducers_setBeamcom09_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FConfiguration%2Fpython%2FSimCalorimetry_EcalSelectiveReadoutProducers_setBeamcom09_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FConfiguration%2Fpython%2FSimCalorimetry_EcalSelectiveReadoutProducers_setBeamcom09_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -17,3 +17,4 @@ def customise(process):\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a90e55083f72e811dfd0ccb1436bf1a9f0f97e84","filename":"SimCalorimetry/EcalEBTrigPrimAlgos/interface/EcalEBPhase2AmplitudeReconstructor.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalEBTrigPrimAlgos%2Finterface%2FEcalEBPhase2AmplitudeReconstructor.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalEBTrigPrimAlgos%2Finterface%2FEcalEBPhase2AmplitudeReconstructor.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalEBTrigPrimAlgos%2Finterface%2FEcalEBPhase2AmplitudeReconstructor.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -38,3 +38,4 @@ class EcalEBPhase2AmplitudeReconstructor {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b58c4ed76a55e8c8b744b1b3970ad018091b090f","filename":"SimCalorimetry/EcalEBTrigPrimProducers/plugins/EcalEBTrigPrimPhase2ESProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalEBTrigPrimProducers%2Fplugins%2FEcalEBTrigPrimPhase2ESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalEBTrigPrimProducers%2Fplugins%2FEcalEBTrigPrimPhase2ESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalEBTrigPrimProducers%2Fplugins%2FEcalEBTrigPrimPhase2ESProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -722,3 +722,4 @@ std::vector EcalEBTrigPrimPhase2ESProducer::getRange(\n DEFINE_FWK_EVENTSETUP_MODULE(EcalEBTrigPrimPhase2ESProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2e264af31ee80adb7559256f69c8a1da3f407f7e","filename":"SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitiveDigis_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalEBTrigPrimProducers%2Fpython%2FecalEBTriggerPrimitiveDigis_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalEBTrigPrimProducers%2Fpython%2FecalEBTriggerPrimitiveDigis_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalEBTrigPrimProducers%2Fpython%2FecalEBTriggerPrimitiveDigis_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n phase2_hgcal.toModify( simEcalEBTriggerPrimitiveDigis, BarrelOnly = cms.bool(True) )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9d2bb1b6360c8d95e7e3b9d3e0452efc1ae55ea7","filename":"SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitiveDigis_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalEBTrigPrimProducers%2Fpython%2FecalEBTriggerPrimitiveDigis_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalEBTrigPrimProducers%2Fpython%2FecalEBTriggerPrimitiveDigis_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalEBTrigPrimProducers%2Fpython%2FecalEBTriggerPrimitiveDigis_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -16,3 +16,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2c0acf37d148f5ac9c02d277505814f3e07e79de","filename":"SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitivePhase2Digis_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalEBTrigPrimProducers%2Fpython%2FecalEBTriggerPrimitivePhase2Digis_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalEBTrigPrimProducers%2Fpython%2FecalEBTriggerPrimitivePhase2Digis_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalEBTrigPrimProducers%2Fpython%2FecalEBTriggerPrimitivePhase2Digis_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -17,3 +17,4 @@\n phase2_ecalTP_devel.toModify( simEcalEBTriggerPrimitivePhase2Digis)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2e64a5fc379de411f425cd4d17b670dd52140b8b","filename":"SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitivePhase2ESProducer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalEBTrigPrimProducers%2Fpython%2FecalEBTriggerPrimitivePhase2ESProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalEBTrigPrimProducers%2Fpython%2FecalEBTriggerPrimitivePhase2ESProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalEBTrigPrimProducers%2Fpython%2FecalEBTriggerPrimitivePhase2ESProducer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -73,3 +73,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cf35f4cab0ea14f70784c9cb2783940e68eca58d","filename":"SimCalorimetry/EcalElectronicsEmulation/python/EcalElecEmulTccOnlyExample_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalElectronicsEmulation%2Fpython%2FEcalElecEmulTccOnlyExample_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalElectronicsEmulation%2Fpython%2FEcalElecEmulTccOnlyExample_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalElectronicsEmulation%2Fpython%2FEcalElecEmulTccOnlyExample_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -44,3 +44,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ac52695828c194609d433bc4fca69afdca203eb1","filename":"SimCalorimetry/EcalSelectiveReadoutAlgos/interface/EcalSelectiveReadoutSuppressor.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalSelectiveReadoutAlgos%2Finterface%2FEcalSelectiveReadoutSuppressor.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalSelectiveReadoutAlgos%2Finterface%2FEcalSelectiveReadoutSuppressor.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalSelectiveReadoutAlgos%2Finterface%2FEcalSelectiveReadoutSuppressor.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -315,3 +315,4 @@ class EcalSelectiveReadoutSuppressor {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2e62fd8ef1e597b9e08375b871cc3eb992b868ec","filename":"SimCalorimetry/EcalSelectiveReadoutProducers/interface/namespace_ecalsrcondtools.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalSelectiveReadoutProducers%2Finterface%2Fnamespace_ecalsrcondtools.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalSelectiveReadoutProducers%2Finterface%2Fnamespace_ecalsrcondtools.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalSelectiveReadoutProducers%2Finterface%2Fnamespace_ecalsrcondtools.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -40,3 +40,4 @@ namespace ecalsrcondtools {\n #endif //SRCONDACCESS_H not defined\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"310ab109f8a353da11fef0f446112f8b2873a52d","filename":"SimCalorimetry/EcalSelectiveReadoutProducers/plugins/EcalSelectiveReadoutProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalSelectiveReadoutProducers%2Fplugins%2FEcalSelectiveReadoutProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalSelectiveReadoutProducers%2Fplugins%2FEcalSelectiveReadoutProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalSelectiveReadoutProducers%2Fplugins%2FEcalSelectiveReadoutProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -735,3 +735,4 @@ void EcalSelectiveReadoutProducer::checkValidity(const EcalSRSettings& settings)\n DEFINE_FWK_MODULE(EcalSelectiveReadoutProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"89cd73b12917d643242b4a24837b877973c7b5e2","filename":"SimCalorimetry/EcalTrigPrimProducers/python/ecalTrigPrimESProducer_craft_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTrigPrimESProducer_craft_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTrigPrimESProducer_craft_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTrigPrimESProducer_craft_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -122,3 +122,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5965ea3bec00c1b7896db2b6978a89eb647165a3","filename":"SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_CosmicsConfiguration_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_CosmicsConfiguration_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_CosmicsConfiguration_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_CosmicsConfiguration_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,5 +24,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"f7c20f3d346918fd0ea25589a00c4553c64e93d8","filename":"SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_barrelOnly_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_barrelOnly_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_barrelOnly_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_barrelOnly_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -97,3 +97,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2d35943688826e65493e2796b8e5536a6eb97c2a","filename":"SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_craft_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_craft_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_craft_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_craft_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/38ec0b5001047967c074e924158218a1e07ed0af?per_page=100&page=29 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:53:17 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"2a7f1f2023d3148b188ebde059756e5af5de81260eb10535f8f231d59204167a"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:52:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="next", ; rel="last", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4840'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '160'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D324:49C52:3A2C7D:3B58AE:68122B4D')] +{"sha":"38ec0b5001047967c074e924158218a1e07ed0af","node_id":"C_kwDOF83__NoAKDM4ZWMwYjUwMDEwNDc5NjdjMDc0ZTkyNDE1ODIxOGExZTA3ZWQwYWY","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:43:40Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:52:38Z"},"message":"More changes","tree":{"sha":"33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/38ec0b5001047967c074e924158218a1e07ed0af","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/38ec0b5001047967c074e924158218a1e07ed0af","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e"}],"stats":{"total":2973,"additions":2971,"deletions":2},"files":[{"sha":"512202fd614c4690b5a5a67baaf53cb9201073c7","filename":"SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_craft_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_craft_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_craft_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_craft_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -17,3 +17,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"53a29b82dff27d9435f3830344706c7a21a796de","filename":"SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_mc_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_mc_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_mc_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_mc_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n phase2_hgcal.toModify( simEcalTriggerPrimitiveDigis, BarrelOnly = cms.bool(True) )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"512202fd614c4690b5a5a67baaf53cb9201073c7","filename":"SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_mc_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_mc_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_mc_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_mc_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -17,3 +17,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"245801f4c6c87a387366188137d3ebf961986dd0","filename":"SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_readDBOffline_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_readDBOffline_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_readDBOffline_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_readDBOffline_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"512202fd614c4690b5a5a67baaf53cb9201073c7","filename":"SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_readDBOffline_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_readDBOffline_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_readDBOffline_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_readDBOffline_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -17,3 +17,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"87346be6396d58aed23706b3caf1b9d25378129d","filename":"SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_with_suppressed_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_with_suppressed_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_with_suppressed_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_with_suppressed_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n phase2_hgcal.toModify( simEcalTriggerPrimitiveDigis, BarrelOnly = cms.bool(True) )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d1fb16c029d959923fdd48cc52bfdac1e958726a","filename":"SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_with_suppressed_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_with_suppressed_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_with_suppressed_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalTrigPrimProducers%2Fpython%2FecalTriggerPrimitiveDigis_with_suppressed_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -17,3 +17,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"de30d67d55964d898369ec313ecc50a69068d10e","filename":"SimCalorimetry/EcalZeroSuppressionProducers/doc/EcalZeroSuppressionProducers.doc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalZeroSuppressionProducers%2Fdoc%2FEcalZeroSuppressionProducers.doc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalZeroSuppressionProducers%2Fdoc%2FEcalZeroSuppressionProducers.doc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalZeroSuppressionProducers%2Fdoc%2FEcalZeroSuppressionProducers.doc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -55,3 +55,4 @@ Last updated:\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"97f337210c386c06e484d1d8f1ef42d9997029fc","filename":"SimCalorimetry/EcalZeroSuppressionProducers/interface/ESZeroSuppressionProducer.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalZeroSuppressionProducers%2Finterface%2FESZeroSuppressionProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalZeroSuppressionProducers%2Finterface%2FESZeroSuppressionProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalZeroSuppressionProducers%2Finterface%2FESZeroSuppressionProducer.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -38,3 +38,4 @@ class ESZeroSuppressionProducer : public edm::stream::EDProducer<> {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b4e094f9a93c4d4e2b02e52f88e9cae5d5bcd3e9","filename":"SimCalorimetry/EcalZeroSuppressionProducers/interface/EcalZeroSuppressionProducer.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalZeroSuppressionProducers%2Finterface%2FEcalZeroSuppressionProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalZeroSuppressionProducers%2Finterface%2FEcalZeroSuppressionProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalZeroSuppressionProducers%2Finterface%2FEcalZeroSuppressionProducer.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -50,3 +50,4 @@ class EcalZeroSuppressionProducer : public edm::stream::EDProducer<> {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"aaafe0c4c82b06ada390cbe4a3f1e2a008111a45","filename":"SimCalorimetry/EcalZeroSuppressionProducers/python/ecalGlobalZeroSuppression_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalZeroSuppressionProducers%2Fpython%2FecalGlobalZeroSuppression_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FEcalZeroSuppressionProducers%2Fpython%2FecalGlobalZeroSuppression_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FEcalZeroSuppressionProducers%2Fpython%2FecalGlobalZeroSuppression_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,5 +12,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"3a373cf6bd961ececbc9569f9e707577134deb61","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/AllHitToTracksterAssociatorsProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FAllHitToTracksterAssociatorsProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FAllHitToTracksterAssociatorsProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FAllHitToTracksterAssociatorsProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -112,3 +112,4 @@ void AllHitToTracksterAssociatorsProducer::fillDescriptions(edm::ConfigurationDe\n DEFINE_FWK_MODULE(AllHitToTracksterAssociatorsProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c6d06a3219fac84d0321dc69e683e1bc3c361c53","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/AllLayerClusterToTracksterAssociatorsProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FAllLayerClusterToTracksterAssociatorsProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FAllLayerClusterToTracksterAssociatorsProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FAllLayerClusterToTracksterAssociatorsProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -95,3 +95,4 @@ void AllLayerClusterToTracksterAssociatorsProducer::fillDescriptions(edm::Config\n DEFINE_FWK_MODULE(AllLayerClusterToTracksterAssociatorsProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"258e303854753f1611cf3a685e7d637ca7d3832d","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/AllTracksterToSimTracksterAssociatorsByHitsProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FAllTracksterToSimTracksterAssociatorsByHitsProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FAllTracksterToSimTracksterAssociatorsByHitsProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FAllTracksterToSimTracksterAssociatorsByHitsProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -401,3 +401,4 @@ void AllTracksterToSimTracksterAssociatorsByHitsProducer::fillDescriptions(\n DEFINE_FWK_MODULE(AllTracksterToSimTracksterAssociatorsByHitsProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"251a572fbe5c2d27aa6f7c652b36b26ecac4a540","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/AllTracksterToSimTracksterAssociatorsByLCsProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FAllTracksterToSimTracksterAssociatorsByLCsProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FAllTracksterToSimTracksterAssociatorsByLCsProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FAllTracksterToSimTracksterAssociatorsByLCsProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -301,3 +301,4 @@ void AllTracksterToSimTracksterAssociatorsByLCsProducer::fillDescriptions(edm::C\n DEFINE_FWK_MODULE(AllTracksterToSimTracksterAssociatorsByLCsProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8c3f6c8fabc4e7add7e5ea3536513cb8c4e77ba9","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/HitToLayerClusterAssociatorProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FHitToLayerClusterAssociatorProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FHitToLayerClusterAssociatorProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FHitToLayerClusterAssociatorProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -77,3 +77,4 @@ void HitToLayerClusterAssociatorProducer::fillDescriptions(edm::ConfigurationDes\n DEFINE_FWK_MODULE(HitToLayerClusterAssociatorProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"018becc20a2c54155bec326c51dfbeda2950280b","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/HitToLayerClusterAssociatorProducer.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FHitToLayerClusterAssociatorProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FHitToLayerClusterAssociatorProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FHitToLayerClusterAssociatorProducer.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -38,3 +38,4 @@ class HitToLayerClusterAssociatorProducer : public edm::global::EDProducer<> {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f72635946aacda62da5523215448b4a28ee85a01","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/HitToSimClusterCaloParticleAssociatorProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FHitToSimClusterCaloParticleAssociatorProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FHitToSimClusterCaloParticleAssociatorProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FHitToSimClusterCaloParticleAssociatorProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -94,3 +94,4 @@ void HitToSimClusterCaloParticleAssociatorProducer::fillDescriptions(edm::Config\n DEFINE_FWK_MODULE(HitToSimClusterCaloParticleAssociatorProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"012b88b968a0635f401c6aa500d9b87af8ef313c","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/HitToSimClusterCaloParticleAssociatorProducer.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FHitToSimClusterCaloParticleAssociatorProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FHitToSimClusterCaloParticleAssociatorProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FHitToSimClusterCaloParticleAssociatorProducer.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -40,3 +40,4 @@ class HitToSimClusterCaloParticleAssociatorProducer : public edm::global::EDProd\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"11e721dae00ded17a7863dc04c244b49271c49f6","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/HitToTracksterAssociatorProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FHitToTracksterAssociatorProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FHitToTracksterAssociatorProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FHitToTracksterAssociatorProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -93,3 +93,4 @@ void HitToTracksterAssociatorProducer::fillDescriptions(edm::ConfigurationDescri\n DEFINE_FWK_MODULE(HitToTracksterAssociatorProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"93adbf5b1bb5d693a733654e90c2808d1129ce5d","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/HitToTracksterAssociatorProducer.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FHitToTracksterAssociatorProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FHitToTracksterAssociatorProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FHitToTracksterAssociatorProducer.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -37,3 +37,4 @@ class HitToTracksterAssociatorProducer : public edm::global::EDProducer<> {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1fab35db2b800343d670cf97a4075359970f0635","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreImpl.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToCPAssociatorByEnergyScoreImpl.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToCPAssociatorByEnergyScoreImpl.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToCPAssociatorByEnergyScoreImpl.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -540,3 +540,4 @@ template class LCToCPAssociatorByEnergyScoreImpl;\n template class LCToCPAssociatorByEnergyScoreImpl;\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"98b8094d58dec6f7d7a8863fa82e25ef21b906eb","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreImpl.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToCPAssociatorByEnergyScoreImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToCPAssociatorByEnergyScoreImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToCPAssociatorByEnergyScoreImpl.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -97,3 +97,4 @@ using HGCalLCToCPAssociatorByEnergyScoreImpl = LCToCPAssociatorByEnergyScoreImpl\n using BarrelLCToCPAssociatorByEnergyScoreImpl = LCToCPAssociatorByEnergyScoreImpl;\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"46ee10972bbac876a8cab955a2af4fec1479c47b","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToCPAssociatorByEnergyScoreProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToCPAssociatorByEnergyScoreProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToCPAssociatorByEnergyScoreProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -79,3 +79,4 @@ void LCToCPAssociatorByEnergyScoreProducer::fillDescriptions(edm::Configura\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9e7ec3438015d79d784681aa92d310636bd339dc","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreProducer.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToCPAssociatorByEnergyScoreProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToCPAssociatorByEnergyScoreProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToCPAssociatorByEnergyScoreProducer.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -50,3 +50,4 @@ DEFINE_FWK_MODULE(BarrelLCToCPAssociatorByEnergyScoreProducer);\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"579e57abecc2ed2a9568a2c1f65bbb77d1f29d9c","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreImpl.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSCAssociatorByEnergyScoreImpl.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSCAssociatorByEnergyScoreImpl.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSCAssociatorByEnergyScoreImpl.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -557,3 +557,4 @@ template class LCToSCAssociatorByEnergyScoreImpl;\n template class LCToSCAssociatorByEnergyScoreImpl;\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"81e8a1bba4349168397a0d040fcf76afc629e5fb","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreImpl.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSCAssociatorByEnergyScoreImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSCAssociatorByEnergyScoreImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSCAssociatorByEnergyScoreImpl.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -96,3 +96,4 @@ using HGCalLCToSCAssociatorByEnergyScoreImpl = LCToSCAssociatorByEnergyScoreImpl\n using BarrelLCToSCAssociatorByEnergyScoreImpl = LCToSCAssociatorByEnergyScoreImpl;\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fdfd16c1ff81e6575307a513753f6ce3f231051f","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSCAssociatorByEnergyScoreProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSCAssociatorByEnergyScoreProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSCAssociatorByEnergyScoreProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -78,3 +78,4 @@ void LCToSCAssociatorByEnergyScoreProducer::fillDescriptions(edm::Configura\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"280ac6208b9c159c71ba3bb219f5bf910a35b317","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreProducer.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSCAssociatorByEnergyScoreProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSCAssociatorByEnergyScoreProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSCAssociatorByEnergyScoreProducer.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -50,3 +50,4 @@ DEFINE_FWK_MODULE(BarrelLCToSCAssociatorByEnergyScoreProducer);\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"34420e2831dc531d2c3460899491454823fbacc9","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreImpl.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSimTSAssociatorByEnergyScoreImpl.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSimTSAssociatorByEnergyScoreImpl.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSimTSAssociatorByEnergyScoreImpl.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -181,3 +181,4 @@ ticl::SimTracksterToRecoCollection LCToSimTSAssociatorByEnergyScoreImpl::associa\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a355f16d7d64b9e8a9d7d7cc5ed8975637cf0f9a","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreImpl.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSimTSAssociatorByEnergyScoreImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSimTSAssociatorByEnergyScoreImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSimTSAssociatorByEnergyScoreImpl.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -46,3 +46,4 @@ class LCToSimTSAssociatorByEnergyScoreImpl : public ticl::LayerClusterToSimTrack\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"53462b2066bc2eb6aa2bd0d8953c7f958e9b65f8","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSimTSAssociatorByEnergyScoreProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSimTSAssociatorByEnergyScoreProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSimTSAssociatorByEnergyScoreProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -59,3 +59,4 @@ void LCToSimTSAssociatorByEnergyScoreProducer::fillDescriptions(edm::Configurati\n DEFINE_FWK_MODULE(LCToSimTSAssociatorByEnergyScoreProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"51e075435364170866b9d9913a9ac10522f3a69f","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorEDProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSimTSAssociatorEDProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSimTSAssociatorEDProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FLCToSimTSAssociatorEDProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -119,3 +119,4 @@ void LCToSimTSAssociatorEDProducer::produce(edm::StreamID, edm::Event &iEvent, c\n DEFINE_FWK_MODULE(LCToSimTSAssociatorEDProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"390f14507a2a077a69365c1ea05c9e9ee0cf00f5","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreImpl.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FMultiClusterAssociatorByEnergyScoreImpl.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FMultiClusterAssociatorByEnergyScoreImpl.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FMultiClusterAssociatorByEnergyScoreImpl.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -536,3 +536,4 @@ hgcal::SimToRecoCollectionWithMultiClusters MultiClusterAssociatorByEnergyScoreI\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f1bf59cfa67f9cf85e429270a64c9efaaf8d07b8","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreImpl.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FMultiClusterAssociatorByEnergyScoreImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FMultiClusterAssociatorByEnergyScoreImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FMultiClusterAssociatorByEnergyScoreImpl.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -72,3 +72,4 @@ class MultiClusterAssociatorByEnergyScoreImpl : public hgcal::MultiClusterToCalo\n };\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bed366ddac558b124c1224a1353d984033d59749","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FMultiClusterAssociatorByEnergyScoreProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FMultiClusterAssociatorByEnergyScoreProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FMultiClusterAssociatorByEnergyScoreProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -90,3 +90,4 @@ void MultiClusterAssociatorByEnergyScoreProducer::fillDescriptions(edm::Configur\n DEFINE_FWK_MODULE(MultiClusterAssociatorByEnergyScoreProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6be261f69dccdc8214dbb2420aa202dcb4262a03","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/SimClusterToCaloParticleAssociatorProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FSimClusterToCaloParticleAssociatorProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FSimClusterToCaloParticleAssociatorProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FSimClusterToCaloParticleAssociatorProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -59,3 +59,4 @@ void SimClusterToCaloParticleAssociatorProducer::fillDescriptions(edm::Configura\n DEFINE_FWK_MODULE(SimClusterToCaloParticleAssociatorProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1fd916e165957d178bcb5bf05ea29aa4682ace65","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/SimClusterToCaloParticleAssociatorProducer.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FSimClusterToCaloParticleAssociatorProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FSimClusterToCaloParticleAssociatorProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FSimClusterToCaloParticleAssociatorProducer.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -31,3 +31,4 @@ class SimClusterToCaloParticleAssociatorProducer : public edm::global::EDProduce\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4b8eea589857450f8e5224b129a37b0df7205c7f","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreImpl.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSCAssociatorByEnergyScoreImpl.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSCAssociatorByEnergyScoreImpl.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSCAssociatorByEnergyScoreImpl.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -531,3 +531,4 @@ ticl::SimToRecoCollectionTracksters TSToSCAssociatorByEnergyScoreImpl::associate\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c7f5b926e24887e4e3ef760a7246898aa8092aaa","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreImpl.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSCAssociatorByEnergyScoreImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSCAssociatorByEnergyScoreImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSCAssociatorByEnergyScoreImpl.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -66,3 +66,4 @@ class TSToSCAssociatorByEnergyScoreImpl : public ticl::TracksterToSimClusterAsso\n };\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8db20080da2bd598c0b33b81e388f4edffb2af68","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSCAssociatorByEnergyScoreProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSCAssociatorByEnergyScoreProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSCAssociatorByEnergyScoreProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -90,3 +90,4 @@ void TSToSCAssociatorByEnergyScoreProducer::fillDescriptions(edm::ConfigurationD\n DEFINE_FWK_MODULE(TSToSCAssociatorByEnergyScoreProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c86382bf5229a0cca5b027ee66d7b3648bcf2629","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreImpl.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSAssociatorByEnergyScoreImpl.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSAssociatorByEnergyScoreImpl.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSAssociatorByEnergyScoreImpl.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -483,3 +483,4 @@ ticl::SimToRecoCollectionSimTracksters TSToSimTSAssociatorByEnergyScoreImpl::ass\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"46cdfa276cc8f042e8ea518c3d1c47afe04b349c","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreImpl.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSAssociatorByEnergyScoreImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSAssociatorByEnergyScoreImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSAssociatorByEnergyScoreImpl.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -94,3 +94,4 @@ class TSToSimTSAssociatorByEnergyScoreImpl : public ticl::TracksterToSimTrackste\n };\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"467eafe19f401ec25aa1ce652414d8e43179bf48","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSAssociatorByEnergyScoreProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSAssociatorByEnergyScoreProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSAssociatorByEnergyScoreProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -91,3 +91,4 @@ void TSToSimTSAssociatorByEnergyScoreProducer::fillDescriptions(edm::Configurati\n DEFINE_FWK_MODULE(TSToSimTSAssociatorByEnergyScoreProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"60e3e59630d75581e3ac00381140db4c6f2ccf02","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorEDProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSAssociatorEDProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSAssociatorEDProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSAssociatorEDProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -95,3 +95,4 @@ void TSToSimTSAssociatorEDProducer::produce(edm::StreamID, edm::Event &iEvent, c\n DEFINE_FWK_MODULE(TSToSimTSAssociatorEDProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9c93420d5f7ecc79c26dea5a7b093733a047584e","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreImpl.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSHitLCAssociatorByEnergyScoreImpl.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSHitLCAssociatorByEnergyScoreImpl.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSHitLCAssociatorByEnergyScoreImpl.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -268,3 +268,4 @@ ticl::SimToRecoCollectionSimTracksters TSToSimTSHitLCAssociatorByEnergyScoreImpl\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f1fc4816182e7708509e4e8c1e0ca6cb61d61395","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreImpl.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSHitLCAssociatorByEnergyScoreImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSHitLCAssociatorByEnergyScoreImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSHitLCAssociatorByEnergyScoreImpl.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -80,3 +80,4 @@ class TSToSimTSHitLCAssociatorByEnergyScoreImpl : public ticl::TracksterToSimTra\n };\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ebdc0b899ee7c55aa895b7a9cabe1a7cb60754dd","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSHitLCAssociatorByEnergyScoreProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSHitLCAssociatorByEnergyScoreProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSHitLCAssociatorByEnergyScoreProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -91,3 +91,4 @@ void TSToSimTSHitLCAssociatorByEnergyScoreProducer::fillDescriptions(edm::Config\n DEFINE_FWK_MODULE(TSToSimTSHitLCAssociatorByEnergyScoreProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"adb647904628e85296b7cf959747698a23c5efb2","filename":"SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorEDProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSHitLCAssociatorEDProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSHitLCAssociatorEDProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fplugins%2FTSToSimTSHitLCAssociatorEDProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -103,3 +103,4 @@ void TSToSimTSHitLCAssociatorEDProducer::produce(edm::StreamID,\n DEFINE_FWK_MODULE(TSToSimTSHitLCAssociatorEDProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4deda13b047cd26df0e1981c77ef04b83a5beb8e","filename":"SimCalorimetry/HGCalAssociatorProducers/python/HitToTracksterAssociation_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fpython%2FHitToTracksterAssociation_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fpython%2FHitToTracksterAssociation_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fpython%2FHitToTracksterAssociation_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -37,3 +37,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d0d5bf3ede6e35765f1bf33fac5fcef039cebbbb","filename":"SimCalorimetry/HGCalAssociatorProducers/python/SimClusterToCaloParticleAssociation_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fpython%2FSimClusterToCaloParticleAssociation_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fpython%2FSimClusterToCaloParticleAssociation_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fpython%2FSimClusterToCaloParticleAssociation_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a325f3985cffcf0d1f43cbe89f171916b3c1e690","filename":"SimCalorimetry/HGCalAssociatorProducers/python/TSToSimTSAssociationByHits_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fpython%2FTSToSimTSAssociationByHits_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalAssociatorProducers%2Fpython%2FTSToSimTSAssociationByHits_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalAssociatorProducers%2Fpython%2FTSToSimTSAssociationByHits_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -21,3 +21,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"12706d5b2b634574949bf8736e93c5873df6e952","filename":"SimCalorimetry/HGCalSimProducers/data/doseParams_3000fb_fluka_HFNose_3.7.20.12_Eta2.4.txt","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalSimProducers%2Fdata%2FdoseParams_3000fb_fluka_HFNose_3.7.20.12_Eta2.4.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHGCalSimProducers%2Fdata%2FdoseParams_3000fb_fluka_HFNose_3.7.20.12_Eta2.4.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHGCalSimProducers%2Fdata%2FdoseParams_3000fb_fluka_HFNose_3.7.20.12_Eta2.4.txt?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n 6 8 0 0 0 0 0 0 15.84 -0.007 -2.62e-04 -3.18e-07 2.33e-08 40\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"76133ea9d6bb288720c1803830e976f80c5d6722","filename":"SimCalorimetry/HcalZeroSuppressionProducers/doc/HcalZeroSuppressionProducers.doc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHcalZeroSuppressionProducers%2Fdoc%2FHcalZeroSuppressionProducers.doc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHcalZeroSuppressionProducers%2Fdoc%2FHcalZeroSuppressionProducers.doc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHcalZeroSuppressionProducers%2Fdoc%2FHcalZeroSuppressionProducers.doc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -49,3 +49,4 @@ Last updated:\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fb0897a5cb5f28bd764acd9c60c052196f08ceae","filename":"SimCalorimetry/HcalZeroSuppressionProducers/interface/HcalZeroSuppressionAlgo.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHcalZeroSuppressionProducers%2Finterface%2FHcalZeroSuppressionAlgo.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHcalZeroSuppressionProducers%2Finterface%2FHcalZeroSuppressionAlgo.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHcalZeroSuppressionProducers%2Finterface%2FHcalZeroSuppressionAlgo.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -40,3 +40,4 @@ class HcalZeroSuppressionAlgo {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"98e77e1bcd5ddbf7028ebba561aa4b09d535828d","filename":"SimCalorimetry/HcalZeroSuppressionProducers/python/NoHcalZeroSuppression_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHcalZeroSuppressionProducers%2Fpython%2FNoHcalZeroSuppression_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHcalZeroSuppressionProducers%2Fpython%2FNoHcalZeroSuppression_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHcalZeroSuppressionProducers%2Fpython%2FNoHcalZeroSuppression_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -20,3 +20,4 @@ def customise(process):\n return(process)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f444eee32735ad929f7abd80c32ee1863ab6e09e","filename":"SimCalorimetry/HcalZeroSuppressionProducers/python/hcalDigisNoSuppression_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHcalZeroSuppressionProducers%2Fpython%2FhcalDigisNoSuppression_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimCalorimetry%2FHcalZeroSuppressionProducers%2Fpython%2FhcalDigisNoSuppression_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimCalorimetry%2FHcalZeroSuppressionProducers%2Fpython%2FhcalDigisNoSuppression_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -17,5 +17,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"5bec253641ff11e52c57a5d28396870964b9ca7e","filename":"SimDataFormats/Associations/interface/LayerClusterToCaloParticleAssociatorBaseImpl.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Finterface%2FLayerClusterToCaloParticleAssociatorBaseImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Finterface%2FLayerClusterToCaloParticleAssociatorBaseImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Finterface%2FLayerClusterToCaloParticleAssociatorBaseImpl.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -45,3 +45,4 @@ namespace ticl {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2d85e9ec723d39d119aecdd15d977b03a0689ca5","filename":"SimDataFormats/Associations/interface/LayerClusterToSimClusterAssociatorBaseImpl.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Finterface%2FLayerClusterToSimClusterAssociatorBaseImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Finterface%2FLayerClusterToSimClusterAssociatorBaseImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Finterface%2FLayerClusterToSimClusterAssociatorBaseImpl.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -44,3 +44,4 @@ namespace ticl {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"671af0937f19f2e30467970f328792eba349a296","filename":"SimDataFormats/Associations/interface/LayerClusterToSimTracksterAssociatorBaseImpl.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Finterface%2FLayerClusterToSimTracksterAssociatorBaseImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Finterface%2FLayerClusterToSimTracksterAssociatorBaseImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Finterface%2FLayerClusterToSimTracksterAssociatorBaseImpl.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -59,3 +59,4 @@ namespace ticl {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d0d63fd9c1449fe102e0171b75a0c207f62e45d4","filename":"SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociationMap.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Finterface%2FMtdRecoClusterToSimLayerClusterAssociationMap.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Finterface%2FMtdRecoClusterToSimLayerClusterAssociationMap.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Finterface%2FMtdRecoClusterToSimLayerClusterAssociationMap.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -57,3 +57,4 @@ class MtdRecoClusterToSimLayerClusterAssociationMap {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"92102a791c3e5898639a4714e24d77df5e205890","filename":"SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociator.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Finterface%2FMtdRecoClusterToSimLayerClusterAssociator.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Finterface%2FMtdRecoClusterToSimLayerClusterAssociator.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Finterface%2FMtdRecoClusterToSimLayerClusterAssociator.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -49,3 +49,4 @@ namespace reco {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f59948a873331d5395a3eb3d5f1c1164d73ecb38","filename":"SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociatorBaseImpl.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Finterface%2FMtdRecoClusterToSimLayerClusterAssociatorBaseImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Finterface%2FMtdRecoClusterToSimLayerClusterAssociatorBaseImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Finterface%2FMtdRecoClusterToSimLayerClusterAssociatorBaseImpl.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -37,3 +37,4 @@ namespace reco {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5f4624e405d00ad11356e59a6baa2631bafcf52c","filename":"SimDataFormats/Associations/interface/MtdSimLayerClusterToRecoClusterAssociationMap.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Finterface%2FMtdSimLayerClusterToRecoClusterAssociationMap.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Finterface%2FMtdSimLayerClusterToRecoClusterAssociationMap.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Finterface%2FMtdSimLayerClusterToRecoClusterAssociationMap.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -70,3 +70,4 @@ class MtdSimLayerClusterToRecoClusterAssociationMap {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3f8b390d7ab3ed8daf027229c41940327b284ebc","filename":"SimDataFormats/Associations/interface/MtdSimLayerClusterToTPAssociatorBaseImpl.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Finterface%2FMtdSimLayerClusterToTPAssociatorBaseImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Finterface%2FMtdSimLayerClusterToTPAssociatorBaseImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Finterface%2FMtdSimLayerClusterToTPAssociatorBaseImpl.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -48,3 +48,4 @@ namespace reco {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f099991ce483d08b7c5773bec2123ba9e3ab69c0","filename":"SimDataFormats/Associations/interface/MultiClusterToCaloParticleAssociatorBaseImpl.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Finterface%2FMultiClusterToCaloParticleAssociatorBaseImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Finterface%2FMultiClusterToCaloParticleAssociatorBaseImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Finterface%2FMultiClusterToCaloParticleAssociatorBaseImpl.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -47,3 +47,4 @@ namespace hgcal {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"eeb5aeb1ac6ca2f5be17da1b17d34a86cddc5db3","filename":"SimDataFormats/Associations/interface/MuonToTrackingParticleAssociatorBaseImpl.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Finterface%2FMuonToTrackingParticleAssociatorBaseImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Finterface%2FMuonToTrackingParticleAssociatorBaseImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Finterface%2FMuonToTrackingParticleAssociatorBaseImpl.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -31,3 +31,4 @@ namespace reco {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"32ebcb82e8719ff53a760fcdda28275dfc32ad6a","filename":"SimDataFormats/Associations/interface/TrackToTrackingParticleAssociatorBaseImpl.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Finterface%2FTrackToTrackingParticleAssociatorBaseImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Finterface%2FTrackToTrackingParticleAssociatorBaseImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Finterface%2FTrackToTrackingParticleAssociatorBaseImpl.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -59,3 +59,4 @@ namespace reco {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8ab058ac7abc915a794218570abcff0b555fd422","filename":"SimDataFormats/Associations/interface/TracksterToSimClusterAssociatorBaseImpl.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Finterface%2FTracksterToSimClusterAssociatorBaseImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Finterface%2FTracksterToSimClusterAssociatorBaseImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Finterface%2FTracksterToSimClusterAssociatorBaseImpl.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -47,3 +47,4 @@ namespace ticl {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"19ae9f6113c2c05ce674296e3db394a19dd8c105","filename":"SimDataFormats/Associations/interface/TracksterToSimTracksterAssociatorBaseImpl.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Finterface%2FTracksterToSimTracksterAssociatorBaseImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Finterface%2FTracksterToSimTracksterAssociatorBaseImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Finterface%2FTracksterToSimTracksterAssociatorBaseImpl.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -50,3 +50,4 @@ namespace ticl {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b042fbe4c038d7ef3b99d6238acf58050e0eca53","filename":"SimDataFormats/Associations/interface/TracksterToSimTracksterHitLCAssociatorBaseImpl.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Finterface%2FTracksterToSimTracksterHitLCAssociatorBaseImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Finterface%2FTracksterToSimTracksterHitLCAssociatorBaseImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Finterface%2FTracksterToSimTracksterHitLCAssociatorBaseImpl.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -58,3 +58,4 @@ namespace ticl {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"52c432b7902bc96e2cd04cd399975bbfbeca7a3a","filename":"SimDataFormats/Associations/interface/VertexToTrackingVertexAssociatorBaseImpl.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Finterface%2FVertexToTrackingVertexAssociatorBaseImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Finterface%2FVertexToTrackingVertexAssociatorBaseImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Finterface%2FVertexToTrackingVertexAssociatorBaseImpl.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -27,3 +27,4 @@ namespace reco {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6146bda3d9986ecb088a2e9e5aed075e1ade4694","filename":"SimDataFormats/Associations/src/LayerClusterToCaloParticleAssociatorBaseImpl.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Fsrc%2FLayerClusterToCaloParticleAssociatorBaseImpl.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Fsrc%2FLayerClusterToCaloParticleAssociatorBaseImpl.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Fsrc%2FLayerClusterToCaloParticleAssociatorBaseImpl.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -19,3 +19,4 @@ namespace ticl {\n } // namespace ticl\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9cce96ed21423c5af5a1ec215629abbd820f383b","filename":"SimDataFormats/Associations/src/LayerClusterToSimTracksterAssociatorBaseImpl.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Fsrc%2FLayerClusterToSimTracksterAssociatorBaseImpl.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Fsrc%2FLayerClusterToSimTracksterAssociatorBaseImpl.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Fsrc%2FLayerClusterToSimTracksterAssociatorBaseImpl.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -29,3 +29,4 @@ namespace ticl {\n } // namespace ticl\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cbec3c4f5551e55a576b732fce5fd261c2a6fa9e","filename":"SimDataFormats/Associations/src/MtdRecoClusterToSimLayerClusterAssociationMap.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Fsrc%2FMtdRecoClusterToSimLayerClusterAssociationMap.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Fsrc%2FMtdRecoClusterToSimLayerClusterAssociationMap.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Fsrc%2FMtdRecoClusterToSimLayerClusterAssociationMap.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@ MtdRecoClusterToSimLayerClusterAssociationMap::MtdRecoClusterToSimLayerClusterAs\n MtdRecoClusterToSimLayerClusterAssociationMap::~MtdRecoClusterToSimLayerClusterAssociationMap() {}\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b1a7015de23f971be2c4bf10344dc1f2df8bb999","filename":"SimDataFormats/Associations/src/MtdRecoClusterToSimLayerClusterAssociatorBaseImpl.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Fsrc%2FMtdRecoClusterToSimLayerClusterAssociatorBaseImpl.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Fsrc%2FMtdRecoClusterToSimLayerClusterAssociatorBaseImpl.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Fsrc%2FMtdRecoClusterToSimLayerClusterAssociatorBaseImpl.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -21,3 +21,4 @@ namespace reco {\n } // namespace reco\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0e489613a83edffd6119a6485a7539b1fa3eee79","filename":"SimDataFormats/Associations/src/MtdSimLayerClusterToRecoClusterAssociationMap.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Fsrc%2FMtdSimLayerClusterToRecoClusterAssociationMap.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Fsrc%2FMtdSimLayerClusterToRecoClusterAssociationMap.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Fsrc%2FMtdSimLayerClusterToRecoClusterAssociationMap.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@ MtdSimLayerClusterToRecoClusterAssociationMap::MtdSimLayerClusterToRecoClusterAs\n MtdSimLayerClusterToRecoClusterAssociationMap::~MtdSimLayerClusterToRecoClusterAssociationMap() {}\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d8620006f96b1e3860607a2a5afb3c903c1594fe","filename":"SimDataFormats/Associations/src/MultiClusterToCaloParticleAssociatorBaseImpl.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Fsrc%2FMultiClusterToCaloParticleAssociatorBaseImpl.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Fsrc%2FMultiClusterToCaloParticleAssociatorBaseImpl.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Fsrc%2FMultiClusterToCaloParticleAssociatorBaseImpl.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -21,3 +21,4 @@ namespace hgcal {\n } // namespace hgcal\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"acadef00e8ab98e0d5a6be68077ae3dc4b702671","filename":"SimDataFormats/Associations/src/TracksterToSimTracksterHitLCAssociatorBaseImpl.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Fsrc%2FTracksterToSimTracksterHitLCAssociatorBaseImpl.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimDataFormats%2FAssociations%2Fsrc%2FTracksterToSimTracksterHitLCAssociatorBaseImpl.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimDataFormats%2FAssociations%2Fsrc%2FTracksterToSimTracksterHitLCAssociatorBaseImpl.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@ namespace ticl {\n } // namespace ticl\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7b7a5a88b7d68772f4a33a020366f2328ed3328d","filename":"SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -247,3 +247,4 @@ reco::SimToRecoCollectionMtd MtdRecoClusterToSimLayerClusterAssociatorByHitsImpl\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e9e27dc0c403d0ef4e481cfc48e80ecfb5c55a86","filename":"SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@ class MtdRecoClusterToSimLayerClusterAssociatorByHitsImpl\n };\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"81c8ccd6736e18069593aa7c35c58c09cea5ab45","filename":"SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdRecoClusterToSimLayerClusterAssociatorByHitsProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdRecoClusterToSimLayerClusterAssociatorByHitsProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdRecoClusterToSimLayerClusterAssociatorByHitsProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -81,3 +81,4 @@ void MtdRecoClusterToSimLayerClusterAssociatorByHitsProducer::fillDescriptions(e\n DEFINE_FWK_MODULE(MtdRecoClusterToSimLayerClusterAssociatorByHitsProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cf629a2215d1e715193090a828211bcd910efeb5","filename":"SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorEDProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdRecoClusterToSimLayerClusterAssociatorEDProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdRecoClusterToSimLayerClusterAssociatorEDProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdRecoClusterToSimLayerClusterAssociatorEDProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -99,3 +99,4 @@ void MtdRecoClusterToSimLayerClusterAssociatorEDProducer::fillDescriptions(edm::\n DEFINE_FWK_MODULE(MtdRecoClusterToSimLayerClusterAssociatorEDProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"eec8db9db31a13b54a1fbab856a3d8908a387c4d","filename":"SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdImpl.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdSimLayerClusterToTPAssociatorByTrackIdImpl.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdSimLayerClusterToTPAssociatorByTrackIdImpl.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdSimLayerClusterToTPAssociatorByTrackIdImpl.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -129,3 +129,4 @@ reco::TPToSimCollectionMtd MtdSimLayerClusterToTPAssociatorByTrackIdImpl::associ\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0028deab9b1a4920add084c1bc3eb33a89bb66a0","filename":"SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdImpl.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdSimLayerClusterToTPAssociatorByTrackIdImpl.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdSimLayerClusterToTPAssociatorByTrackIdImpl.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdSimLayerClusterToTPAssociatorByTrackIdImpl.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -24,3 +24,4 @@ class MtdSimLayerClusterToTPAssociatorByTrackIdImpl : public reco::MtdSimLayerCl\n };\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"dfce7628a0fdaa314c7f3da478b0ba45c2746e45","filename":"SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdSimLayerClusterToTPAssociatorByTrackIdProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdSimLayerClusterToTPAssociatorByTrackIdProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdSimLayerClusterToTPAssociatorByTrackIdProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -56,3 +56,4 @@ void MtdSimLayerClusterToTPAssociatorByTrackIdProducer::fillDescriptions(edm::Co\n DEFINE_FWK_MODULE(MtdSimLayerClusterToTPAssociatorByTrackIdProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ef045037a0eae7284ba9868d2c74a78c7aef663d","filename":"SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorEDProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdSimLayerClusterToTPAssociatorEDProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdSimLayerClusterToTPAssociatorEDProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimFastTiming%2FMtdAssociatorProducers%2Fplugins%2FMtdSimLayerClusterToTPAssociatorEDProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -91,3 +91,4 @@ void MtdSimLayerClusterToTPAssociatorEDProducer::fillDescriptions(edm::Configura\n DEFINE_FWK_MODULE(MtdSimLayerClusterToTPAssociatorEDProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fa090064ff787afad092fcd50107c8bdb989303e","filename":"SimFastTiming/MtdAssociatorProducers/python/mtdRecoClusterToSimLayerClusterAssociation_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimFastTiming%2FMtdAssociatorProducers%2Fpython%2FmtdRecoClusterToSimLayerClusterAssociation_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimFastTiming%2FMtdAssociatorProducers%2Fpython%2FmtdRecoClusterToSimLayerClusterAssociation_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimFastTiming%2FMtdAssociatorProducers%2Fpython%2FmtdRecoClusterToSimLayerClusterAssociation_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@\n premix_stage2.toModify(mtdRecoClusterToSimLayerClusterAssociation, mtdSimClustersTag = \"mixData:MergedMtdTruthLC\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"30f571dd5bc4eb6775b2d0685e78c2dd0ea09e1d","filename":"SimFastTiming/MtdAssociatorProducers/python/mtdSimLayerClusterToTPAssociation_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimFastTiming%2FMtdAssociatorProducers%2Fpython%2FmtdSimLayerClusterToTPAssociation_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimFastTiming%2FMtdAssociatorProducers%2Fpython%2FmtdSimLayerClusterToTPAssociation_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimFastTiming%2FMtdAssociatorProducers%2Fpython%2FmtdSimLayerClusterToTPAssociation_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n premix_stage2.toModify(mtdSimLayerClusterToTPAssociation, trackingParticlesTag = \"mixData:MergedTrackTruth\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"96c48c7553b65eefc8d68ffbc58921cdf4007f58","filename":"SimGeneral/Configuration/python/RunsAndWeights_Run2018_Equal_Lumi_Integer_Weights.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FConfiguration%2Fpython%2FRunsAndWeights_Run2018_Equal_Lumi_Integer_Weights.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FConfiguration%2Fpython%2FRunsAndWeights_Run2018_Equal_Lumi_Integer_Weights.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FConfiguration%2Fpython%2FRunsAndWeights_Run2018_Equal_Lumi_Integer_Weights.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -3,3 +3,4 @@\n runProbabilityDistribution=[315257, 316082, 316720, 317527, 320917, 321414, 321973, 322492, 324245]\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b90e9decac75d365ae24b8a47b06db9bd444e43d","filename":"SimGeneral/DataMixingModule/python/supplementary/DigiRecoExampleMC_STARTUP_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FDataMixingModule%2Fpython%2Fsupplementary%2FDigiRecoExampleMC_STARTUP_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FDataMixingModule%2Fpython%2Fsupplementary%2FDigiRecoExampleMC_STARTUP_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FDataMixingModule%2Fpython%2Fsupplementary%2FDigiRecoExampleMC_STARTUP_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -87,3 +87,4 @@\n #process.schedule = cms.Schedule(process.p1,process.RECO)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"25af80179edf17273d7b5d8b0b55d7dddbf95e4c","filename":"SimGeneral/DataMixingModule/python/supplementary/ReconstructionLocalCosmics_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FDataMixingModule%2Fpython%2Fsupplementary%2FReconstructionLocalCosmics_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FDataMixingModule%2Fpython%2Fsupplementary%2FReconstructionLocalCosmics_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FDataMixingModule%2Fpython%2Fsupplementary%2FReconstructionLocalCosmics_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -35,3 +35,4 @@\n reconstructionCosmics = cms.Sequence(localReconstructionCosmics)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d7fca9d2958eb0c6a172ed963b4ecc76957dffe6","filename":"SimGeneral/DataMixingModule/python/supplementary/recoT0DQM_EvContent_40T_digiOnly_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FDataMixingModule%2Fpython%2Fsupplementary%2FrecoT0DQM_EvContent_40T_digiOnly_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FDataMixingModule%2Fpython%2Fsupplementary%2FrecoT0DQM_EvContent_40T_digiOnly_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FDataMixingModule%2Fpython%2Fsupplementary%2FrecoT0DQM_EvContent_40T_digiOnly_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -103,3 +103,4 @@\n process.outpath = cms.EndPath(process.FEVT)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"04d725664990d6503b41b634f5702b2772a314a7","filename":"SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_11h_8h_hybrid2p40_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2FRun3_2023_LHC_Simulation_11h_8h_hybrid2p40_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2FRun3_2023_LHC_Simulation_11h_8h_hybrid2p40_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2FRun3_2023_LHC_Simulation_11h_8h_hybrid2p40_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -54,3 +54,4 @@\n \t0.0004362460082522062 )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"42d352734c72561537a66913befd8fda3dedb68e","filename":"SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_12p5h_9h_hybrid2p23_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2FRun3_2023_LHC_Simulation_12p5h_9h_hybrid2p23_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2FRun3_2023_LHC_Simulation_12p5h_9h_hybrid2p23_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2FRun3_2023_LHC_Simulation_12p5h_9h_hybrid2p23_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -54,3 +54,4 @@\n \t0.00010497902395277662 )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"78527ad79a091073c165dc9d8531034bcc6f16b4","filename":"SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_14h_10h_hybrid2p05_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2FRun3_2023_LHC_Simulation_14h_10h_hybrid2p05_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2FRun3_2023_LHC_Simulation_14h_10h_hybrid2p05_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2FRun3_2023_LHC_Simulation_14h_10h_hybrid2p05_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -54,3 +54,4 @@\n \t0.0000206883825376351 )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b962124d69ed9c2d4a5c623c9c7fc08cb989f655","filename":"SimGeneral/MixingModule/python/Run3_2025_LHC_Simulation_fill12p5h_levelling9h_nb2340_xSec80mb_il2p23_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2FRun3_2025_LHC_Simulation_fill12p5h_levelling9h_nb2340_xSec80mb_il2p23_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2FRun3_2025_LHC_Simulation_fill12p5h_levelling9h_nb2340_xSec80mb_il2p23_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2FRun3_2025_LHC_Simulation_fill12p5h_levelling9h_nb2340_xSec80mb_il2p23_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -55,3 +55,4 @@\n \t\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f6669eca1881edeb65eba18ca3617e7815e0df36","filename":"SimGeneral/MixingModule/python/mix_2012_Summer_50ns_PoissonOOTPU_ExtWind_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2Fmix_2012_Summer_50ns_PoissonOOTPU_ExtWind_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2Fmix_2012_Summer_50ns_PoissonOOTPU_ExtWind_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2Fmix_2012_Summer_50ns_PoissonOOTPU_ExtWind_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -100,5 +100,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"6fce9bdd3685e72001722621c28e85ca60c45297","filename":"SimGeneral/MixingModule/python/mix_2012_lumiLevel_15_20_50ns_PoissonOOTPU_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2Fmix_2012_lumiLevel_15_20_50ns_PoissonOOTPU_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2Fmix_2012_lumiLevel_15_20_50ns_PoissonOOTPU_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2Fmix_2012_lumiLevel_15_20_50ns_PoissonOOTPU_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -66,5 +66,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"de6b4824446ccd9563fecbeec52747d3de7d3fc7","filename":"SimGeneral/MixingModule/python/mix_2015_25nsLowPU_matchData_PoissonOOTPU_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2Fmix_2015_25nsLowPU_matchData_PoissonOOTPU_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2Fmix_2015_25nsLowPU_matchData_PoissonOOTPU_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2Fmix_2015_25nsLowPU_matchData_PoissonOOTPU_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -20,3 +20,4 @@\n 2.10695271218541E-07)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repositories/399376380/commits/38ec0b5001047967c074e924158218a1e07ed0af?per_page=100&page=30 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:53:18 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"f421d08660f7266e2c4497056676c4d2b7c09217b6ac218c50d57850a5de5235"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:52:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('Link', '; rel="prev", ; rel="first"'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4839'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '161'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D32A:729CD:397629:3AA23C:68122B4D')] +{"sha":"38ec0b5001047967c074e924158218a1e07ed0af","node_id":"C_kwDOF83__NoAKDM4ZWMwYjUwMDEwNDc5NjdjMDc0ZTkyNDE1ODIxOGExZTA3ZWQwYWY","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:43:40Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:52:38Z"},"message":"More changes","tree":{"sha":"33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/33c8ddf2f20c5f0b4eeb28a3362bcbd1bd3732bd"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/38ec0b5001047967c074e924158218a1e07ed0af","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/38ec0b5001047967c074e924158218a1e07ed0af","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/38ec0b5001047967c074e924158218a1e07ed0af/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e"}],"stats":{"total":2973,"additions":2971,"deletions":2},"files":[{"sha":"af48e3d0d17135958a1c44bce16c3241ca4e4b4c","filename":"SimGeneral/MixingModule/python/mix_2015_25ns_FallMC_matchData_PoissonOOTPU_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2Fmix_2015_25ns_FallMC_matchData_PoissonOOTPU_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2Fmix_2015_25ns_FallMC_matchData_PoissonOOTPU_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2Fmix_2015_25ns_FallMC_matchData_PoissonOOTPU_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -90,5 +90,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"7243b75c8c5229c06b6a69d16cedf0dfb756c07c","filename":"SimGeneral/MixingModule/python/mix_2016_25ns_SpringMC_PUScenarioV1_PoissonOOTPU_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2Fmix_2016_25ns_SpringMC_PUScenarioV1_PoissonOOTPU_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2Fmix_2016_25ns_SpringMC_PUScenarioV1_PoissonOOTPU_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2Fmix_2016_25ns_SpringMC_PUScenarioV1_PoissonOOTPU_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -90,5 +90,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"ddc936b57475a1c483d1fed7497a5aff06e4a796","filename":"SimGeneral/MixingModule/python/mix_2016_PoissonOOTPU_HighPUTrains_Fill5412_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2Fmix_2016_PoissonOOTPU_HighPUTrains_Fill5412_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2Fmix_2016_PoissonOOTPU_HighPUTrains_Fill5412_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2Fmix_2016_PoissonOOTPU_HighPUTrains_Fill5412_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -140,5 +140,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"066b7a3c88fbd778a667725a5478dd2758914411","filename":"SimGeneral/MixingModule/python/mix_2017_25ns_WinterMC_PUScenarioV1_PoissonOOTPU_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2Fmix_2017_25ns_WinterMC_PUScenarioV1_PoissonOOTPU_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2Fmix_2017_25ns_WinterMC_PUScenarioV1_PoissonOOTPU_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2Fmix_2017_25ns_WinterMC_PUScenarioV1_PoissonOOTPU_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -112,3 +112,4 @@\n 1.02159894812e-08)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"60034b70264224e29822b8861b381e70b9dec936","filename":"SimGeneral/MixingModule/python/mix_2018_25ns_JuneProjectionFull18_PoissonOOTPU_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2Fmix_2018_25ns_JuneProjectionFull18_PoissonOOTPU_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2Fmix_2018_25ns_JuneProjectionFull18_PoissonOOTPU_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2Fmix_2018_25ns_JuneProjectionFull18_PoissonOOTPU_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"aa4846737dfed091f2119b59a0c66a8f2359fb7a","filename":"SimGeneral/MixingModule/python/mix_2018_25ns_ProjectedPileup_PoissonOOTPU_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2Fmix_2018_25ns_ProjectedPileup_PoissonOOTPU_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2Fmix_2018_25ns_ProjectedPileup_PoissonOOTPU_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2Fmix_2018_25ns_ProjectedPileup_PoissonOOTPU_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n 0.0, 0.0, 0.0, 0.0)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0b6390bb902fecf5cf2384cdf2f4a25cdea23753","filename":"SimGeneral/MixingModule/python/mix_2022_25ns_RunIII2022Summer24_PoissonOOTPU_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2Fmix_2022_25ns_RunIII2022Summer24_PoissonOOTPU_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2Fmix_2022_25ns_RunIII2022Summer24_PoissonOOTPU_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2Fmix_2022_25ns_RunIII2022Summer24_PoissonOOTPU_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -36,3 +36,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d6bc58cadfa0bfa4d227c45ddaafd8cd61ef58bd","filename":"SimGeneral/MixingModule/python/mix_2023_25ns_RunIII2023Summer24_PoissonOOTPU_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2Fmix_2023_25ns_RunIII2023Summer24_PoissonOOTPU_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2Fmix_2023_25ns_RunIII2023Summer24_PoissonOOTPU_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2Fmix_2023_25ns_RunIII2023Summer24_PoissonOOTPU_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -36,3 +36,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"67a983fe10a7ae0e8e47067d8aad2161c9527a69","filename":"SimGeneral/MixingModule/python/mix_2023_Fills_8807_8901_ProjectedPileup_PoissonOOTPU_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2Fmix_2023_Fills_8807_8901_ProjectedPileup_PoissonOOTPU_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2Fmix_2023_Fills_8807_8901_ProjectedPileup_PoissonOOTPU_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2Fmix_2023_Fills_8807_8901_ProjectedPileup_PoissonOOTPU_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -38,3 +38,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bbc7bf100f97f5921b3421581d0336aff67cd4ba","filename":"SimGeneral/MixingModule/python/mix_2024_25ns_RunIII2024Summer24_PoissonOOTPU_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2Fmix_2024_25ns_RunIII2024Summer24_PoissonOOTPU_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2Fmix_2024_25ns_RunIII2024Summer24_PoissonOOTPU_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2Fmix_2024_25ns_RunIII2024Summer24_PoissonOOTPU_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -36,3 +36,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f973be00ee2fc137f8404316ff54d9dcbda7d797","filename":"SimGeneral/MixingModule/python/mix_E7TeV_Fall2011_Reprocess_50ns_PoissonOOTPU_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2Fmix_E7TeV_Fall2011_Reprocess_50ns_PoissonOOTPU_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2Fmix_E7TeV_Fall2011_Reprocess_50ns_PoissonOOTPU_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2Fmix_E7TeV_Fall2011_Reprocess_50ns_PoissonOOTPU_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -91,5 +91,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"9cb03596522143e0bbf86ba2bb43babc8ca909a7","filename":"SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_25ns_PoissonOOT_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2Fmix_E7TeV_FlatDist10_2011EarlyData_25ns_PoissonOOT_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2Fmix_E7TeV_FlatDist10_2011EarlyData_25ns_PoissonOOT_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2Fmix_E7TeV_FlatDist10_2011EarlyData_25ns_PoissonOOT_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -40,5 +40,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"818f89d8d2fb46070dee24eb22d1d45e6f0611f7","filename":"SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_50ns_PoissonOOT.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2Fmix_E7TeV_FlatDist10_2011EarlyData_50ns_PoissonOOT.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2Fmix_E7TeV_FlatDist10_2011EarlyData_50ns_PoissonOOT.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2Fmix_E7TeV_FlatDist10_2011EarlyData_50ns_PoissonOOT.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -40,5 +40,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"cc09b696f8ae765db03b7bd2c1c747e6f7bfb1c0","filename":"SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_inTimeOnly_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2Fmix_E7TeV_FlatDist10_2011EarlyData_inTimeOnly_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FMixingModule%2Fpython%2Fmix_E7TeV_FlatDist10_2011EarlyData_inTimeOnly_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FMixingModule%2Fpython%2Fmix_E7TeV_FlatDist10_2011EarlyData_inTimeOnly_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -33,5 +33,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"f4e2a914ccbc44db27f63d91c104dba584fa99b7","filename":"SimGeneral/TrackingAnalysis/python/trackingParticleNumberOfLayersProducer_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FTrackingAnalysis%2Fpython%2FtrackingParticleNumberOfLayersProducer_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimGeneral%2FTrackingAnalysis%2Fpython%2FtrackingParticleNumberOfLayersProducer_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimGeneral%2FTrackingAnalysis%2Fpython%2FtrackingParticleNumberOfLayersProducer_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n premix_stage2.toModify(trackingParticleNumberOfLayersProducer, trackingParticles = \"mixData:MergedTrackTruth\")\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6f793327b12beb31ca7d1ed327dff6281906bff4","filename":"SimTracker/TrackAssociation/python/trackingParticleRecoTrackAsssociation_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackAssociation%2Fpython%2FtrackingParticleRecoTrackAsssociation_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackAssociation%2Fpython%2FtrackingParticleRecoTrackAsssociation_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackAssociation%2Fpython%2FtrackingParticleRecoTrackAsssociation_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -17,3 +17,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f40d7a4966e92284b62c1e84026c1110ec51bb05","filename":"SimTracker/TrackAssociation/python/trackingParticleRecoTrackAsssociation_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackAssociation%2Fpython%2FtrackingParticleRecoTrackAsssociation_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackAssociation%2Fpython%2FtrackingParticleRecoTrackAsssociation_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackAssociation%2Fpython%2FtrackingParticleRecoTrackAsssociation_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8a021556a27eceb9ed94b2776b08442368316d90","filename":"SimTracker/TrackAssociatorProducers/plugins/QuickTrackAssociatorByHitsProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackAssociatorProducers%2Fplugins%2FQuickTrackAssociatorByHitsProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackAssociatorProducers%2Fplugins%2FQuickTrackAssociatorByHitsProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackAssociatorProducers%2Fplugins%2FQuickTrackAssociatorByHitsProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -207,3 +207,4 @@ void QuickTrackAssociatorByHitsProducer::fillDescriptions(edm::ConfigurationDesc\n DEFINE_FWK_MODULE(QuickTrackAssociatorByHitsProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ab3758114ce3e76ae6830a3f7ff84cc1cbe91450","filename":"SimTracker/TrackAssociatorProducers/plugins/TrackAssociatorByPositionProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackAssociatorProducers%2Fplugins%2FTrackAssociatorByPositionProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackAssociatorProducers%2Fplugins%2FTrackAssociatorByPositionProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackAssociatorProducers%2Fplugins%2FTrackAssociatorByPositionProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -127,3 +127,4 @@ void TrackAssociatorByPositionProducer::fillDescriptions(edm::ConfigurationDescr\n DEFINE_FWK_MODULE(TrackAssociatorByPositionProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f9c66ffa09967b8de6d2f616b34177e59cfeca0f","filename":"SimTracker/TrackerMaterialAnalysis/data/dd4hep_trackingMaterialGroups_ForPhaseII.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fdata%2Fdd4hep_trackingMaterialGroups_ForPhaseII.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fdata%2Fdd4hep_trackingMaterialGroups_ForPhaseII.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fdata%2Fdd4hep_trackingMaterialGroups_ForPhaseII.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -598,3 +598,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0b1c131302789d680782823d8cd177832b19f866","filename":"SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseI/v1/trackingMaterialGroups_ForPhaseI.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fdata%2FtrackingMaterialGroups_ForPhaseI%2Fv1%2FtrackingMaterialGroups_ForPhaseI.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fdata%2FtrackingMaterialGroups_ForPhaseI%2Fv1%2FtrackingMaterialGroups_ForPhaseI.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fdata%2FtrackingMaterialGroups_ForPhaseI%2Fv1%2FtrackingMaterialGroups_ForPhaseI.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1273,3 +1273,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0ded32ad9d4c2f67544e9584ea7884074c31cbca","filename":"SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseII/v1/trackingMaterialGroups_ForPhaseII.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fdata%2FtrackingMaterialGroups_ForPhaseII%2Fv1%2FtrackingMaterialGroups_ForPhaseII.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fdata%2FtrackingMaterialGroups_ForPhaseII%2Fv1%2FtrackingMaterialGroups_ForPhaseII.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fdata%2FtrackingMaterialGroups_ForPhaseII%2Fv1%2FtrackingMaterialGroups_ForPhaseII.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -499,3 +499,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5392d528cdd07b2778621c41531dc63b32bba786","filename":"SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseII/v2/trackingMaterialGroups_ForPhaseII.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fdata%2FtrackingMaterialGroups_ForPhaseII%2Fv2%2FtrackingMaterialGroups_ForPhaseII.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fdata%2FtrackingMaterialGroups_ForPhaseII%2Fv2%2FtrackingMaterialGroups_ForPhaseII.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fdata%2FtrackingMaterialGroups_ForPhaseII%2Fv2%2FtrackingMaterialGroups_ForPhaseII.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -499,3 +499,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8a92d0090e73197b0f90e92fb4d41b1cdb0fbe1e","filename":"SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_ListGroupsMaterialDifference.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_ListGroupsMaterialDifference.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_ListGroupsMaterialDifference.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_ListGroupsMaterialDifference.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@ inline void DD4hep_ListGroups::fillMaterialDifferences() {}\n #endif // DD4HEP_SIMTRACKER_TRACKERMATERIALANALYSIS_LISTGROUPS_MATERIALDIFFERENCE_H\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"64f260c0d7c8c1816cc0df6308a6aac47ecf7f37","filename":"SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_MaterialAccountingGroup.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_MaterialAccountingGroup.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_MaterialAccountingGroup.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_MaterialAccountingGroup.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -238,3 +238,4 @@ double DD4hep_MaterialAccountingGroup::averageRadiationLengths(void) const {\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9d408097d0094d0b25a6409e2782d51d08f08a4f","filename":"SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_MaterialAccountingGroup.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_MaterialAccountingGroup.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_MaterialAccountingGroup.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_MaterialAccountingGroup.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -78,3 +78,4 @@ class DD4hep_MaterialAccountingGroup {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0ecc00e745bdab00c0d37ecd7e437ef0b1389662","filename":"SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialAnalyser.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_TrackingMaterialAnalyser.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_TrackingMaterialAnalyser.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_TrackingMaterialAnalyser.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -387,3 +387,4 @@ int DD4hep_TrackingMaterialAnalyser::findLayer(const MaterialAccountingDetector&\n DEFINE_FWK_MODULE(DD4hep_TrackingMaterialAnalyser);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"88a7edc032cb0fd7541c88433ab2e9ec4adeb24f","filename":"SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialAnalyser.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_TrackingMaterialAnalyser.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_TrackingMaterialAnalyser.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_TrackingMaterialAnalyser.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -51,3 +51,4 @@ class DD4hep_TrackingMaterialAnalyser : public edm::one::EDAnalyzer<> {\n #endif // DD4hep_TrackingMaterialAnalyser_h\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8bfe53260764281c0b9932ce95e1087f1d8f40c4","filename":"SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialPlotter.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_TrackingMaterialPlotter.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_TrackingMaterialPlotter.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_TrackingMaterialPlotter.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -213,3 +213,4 @@ void DD4hep_TrackingMaterialPlotter::draw(void) {\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0a13288c689be0996712b0a77dce3d4b4db0958b","filename":"SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialPlotter.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_TrackingMaterialPlotter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_TrackingMaterialPlotter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fplugins%2Fdd4hep%2FDD4hep_TrackingMaterialPlotter.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -42,3 +42,4 @@ class DD4hep_TrackingMaterialPlotter {\n #endif // DD4hep_TrackingMaterialPlotter_h\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"97798a69f1837dc0ed9c9874f9110f34142e269a","filename":"SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHFNosePhaseII_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForHFNosePhaseII_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForHFNosePhaseII_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForHFNosePhaseII_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -17,3 +17,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ffb75508f3ca611f9f7b5fd899273bb76884c2ad","filename":"SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHGCalPhaseII_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForHGCalPhaseII_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForHGCalPhaseII_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForHGCalPhaseII_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n from SimTracker.TrackerMaterialAnalysis.trackingMaterialAnalyser_ForHGCalPhaseII_cfi import *\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c28ab3035a099fd9ca5aab1f0b1b3995ec643415","filename":"SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHGCalPhaseII_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForHGCalPhaseII_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForHGCalPhaseII_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForHGCalPhaseII_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -19,3 +19,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"34dee67f864747db083d6ad4935f70507a7ced8e","filename":"SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseII_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForPhaseII_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForPhaseII_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForPhaseII_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n from SimTracker.TrackerMaterialAnalysis.trackingMaterialAnalyser_ForPhaseII_cfi import *\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0ca877e7f9b1f4d3f57bc458217149effc100ddf","filename":"SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseII_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForPhaseII_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForPhaseII_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForPhaseII_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -45,3 +45,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2def5bb367a7a7b01e43a1304a9670945a245b67","filename":"SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseI_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForPhaseI_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForPhaseI_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForPhaseI_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -4,3 +4,4 @@\n from SimTracker.TrackerMaterialAnalysis.trackingMaterialAnalyser_ForPhaseI_cfi import *\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f6247a2225c4c69ac9a9948c1545c04150da3c3c","filename":"SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseI_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForPhaseI_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForPhaseI_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialAnalyser_ForPhaseI_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -81,3 +81,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"99c9752e0a9d755b7177155d0af74ae21dde59a6","filename":"SimTracker/TrackerMaterialAnalysis/python/trackingMaterialProducerHFNose_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialProducerHFNose_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialProducerHFNose_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialProducerHFNose_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -5,3 +5,4 @@\n from SimTracker.TrackerMaterialAnalysis.trackingMaterialProducerHFNose_cfi import *\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"101b39aa03e6791a404bbd1a173ac50cb705227d","filename":"SimTracker/TrackerMaterialAnalysis/python/trackingMaterialProducerHFNose_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialProducerHFNose_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialProducerHFNose_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Fpython%2FtrackingMaterialProducerHFNose_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -30,3 +30,4 @@\n ))\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"31588417316e5c8517b6f134a2fb205cfc7dbad0","filename":"SimTracker/TrackerMaterialAnalysis/test/trackingMaterialAnalyser_ForHFNosePhaseII.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialAnalyser_ForHFNosePhaseII.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialAnalyser_ForHFNosePhaseII.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialAnalyser_ForHFNosePhaseII.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -71,3 +71,4 @@ def customizeMessageLogger(process):\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1a596e29c9e13eaeba753155396b8360040af454","filename":"SimTracker/TrackerMaterialAnalysis/test/trackingMaterialAnalyser_ForHGCalPhaseII.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialAnalyser_ForHGCalPhaseII.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialAnalyser_ForHGCalPhaseII.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialAnalyser_ForHGCalPhaseII.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -71,3 +71,4 @@ def customizeMessageLogger(process):\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0c66364509d08676d654b98707a6978cba3eb6db","filename":"SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialProducer10GeVNeutrino.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialProducer10GeVNeutrino.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialProducer10GeVNeutrino.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -87,3 +87,4 @@ def customizeMessageLogger(process):\n #process = customizeMessageLogger(process)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b41c18af38a2e627ccceef527b515903a65cfe0b","filename":"SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForHFNosePhaseII.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialProducer10GeVNeutrino_ForHFNosePhaseII.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialProducer10GeVNeutrino_ForHFNosePhaseII.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialProducer10GeVNeutrino_ForHFNosePhaseII.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -86,3 +86,4 @@ def customizeMessageLogger(process):\n #process = customizeMessageLogger(process)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"92ad3e11f4fd432b490280ac162a943647105e3d","filename":"SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForHGCalPhaseII.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialProducer10GeVNeutrino_ForHGCalPhaseII.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialProducer10GeVNeutrino_ForHGCalPhaseII.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialProducer10GeVNeutrino_ForHGCalPhaseII.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -86,3 +86,4 @@ def customizeMessageLogger(process):\n #process = customizeMessageLogger(process)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"fd33dccaf57a59df58e546303005994065e59f73","filename":"SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForPhaseI.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialProducer10GeVNeutrino_ForPhaseI.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialProducer10GeVNeutrino_ForPhaseI.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialProducer10GeVNeutrino_ForPhaseI.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -88,3 +88,4 @@ def customizeMessageLogger(process):\n #process = customizeMessageLogger(process)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ca5d2d362b26b8ba370e9cc358cace6fd97a8fd7","filename":"SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForPhaseII.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialProducer10GeVNeutrino_ForPhaseII.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialProducer10GeVNeutrino_ForPhaseII.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackerMaterialAnalysis%2Ftest%2FtrackingMaterialProducer10GeVNeutrino_ForPhaseII.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -82,3 +82,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d3afb6ab27db97fb539236c7bfa261980efba411","filename":"SimTracker/VertexAssociation/plugins/VertexAssociatorByPositionAndTracksProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FVertexAssociation%2Fplugins%2FVertexAssociatorByPositionAndTracksProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimTracker%2FVertexAssociation%2Fplugins%2FVertexAssociatorByPositionAndTracksProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FVertexAssociation%2Fplugins%2FVertexAssociatorByPositionAndTracksProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -119,3 +119,4 @@ void VertexAssociatorByPositionAndTracksProducer::produce(edm::StreamID,\n DEFINE_FWK_MODULE(VertexAssociatorByPositionAndTracksProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"cd42b7fe5ce096c3fd0c75304c34565d4b388b3b","filename":"SimTransport/TotemRPProtonTransportParametrization/interface/LHCOpticsApproximator.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimTransport%2FTotemRPProtonTransportParametrization%2Finterface%2FLHCOpticsApproximator.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimTransport%2FTotemRPProtonTransportParametrization%2Finterface%2FLHCOpticsApproximator.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTransport%2FTotemRPProtonTransportParametrization%2Finterface%2FLHCOpticsApproximator.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -232,3 +232,4 @@ class LHCApertureApproximator : public LHCOpticsApproximator {\n #endif //TotemRPProtonTransportParametrization_LHC_OPTICS_APPROXIMATOR_H\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"957d26299ff55199d4f38652088d28668bd85037","filename":"SimTransport/TotemRPProtonTransportParametrization/src/LHCOpticsApproximator.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/SimTransport%2FTotemRPProtonTransportParametrization%2Fsrc%2FLHCOpticsApproximator.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/SimTransport%2FTotemRPProtonTransportParametrization%2Fsrc%2FLHCOpticsApproximator.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTransport%2FTotemRPProtonTransportParametrization%2Fsrc%2FLHCOpticsApproximator.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1234,3 +1234,4 @@ double LHCOpticsApproximator::GetDxds(double mad_init_x,\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"6abbebad72925c490c19542cfe4d20e5937adddb","filename":"TopQuarkAnalysis/TopEventProducers/python/producers/TtDilepEvtSolProducer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fproducers%2FTtDilepEvtSolProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fproducers%2FTtDilepEvtSolProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fproducers%2FTtDilepEvtSolProducer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -43,3 +43,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"16bc2f8ac207ca04b23c54c8fff4b0ded73fbec8","filename":"TopQuarkAnalysis/TopEventProducers/python/producers/TtSemiEvtSolProducer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fproducers%2FTtSemiEvtSolProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fproducers%2FTtSemiEvtSolProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fproducers%2FTtSemiEvtSolProducer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -48,3 +48,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"b4408f91f8aa683cf8edb2cef925415608397a0c","filename":"TopQuarkAnalysis/TopEventProducers/python/sequences/ttFullHadEvtHypotheses_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fsequences%2FttFullHadEvtHypotheses_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fsequences%2FttFullHadEvtHypotheses_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fsequences%2FttFullHadEvtHypotheses_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -18,3 +18,4 @@\n makeTtFullHadHypotheses = cms.Sequence(makeTtFullHadHypothesesTask)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"033a85a6b2cb174a96e88ee471cdddbd28dc0b88","filename":"TopQuarkAnalysis/TopEventProducers/python/sequences/ttFullLepEvtHypotheses_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fsequences%2FttFullLepEvtHypotheses_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fsequences%2FttFullLepEvtHypotheses_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fsequences%2FttFullLepEvtHypotheses_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -18,3 +18,4 @@\n makeTtFullLepHypotheses = cms.Sequence(makeTtFullLepHypothesesTask)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8828a2111e4ec602fd43111358a407dfc8d508d2","filename":"TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepEvtHypotheses_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fsequences%2FttSemiLepEvtHypotheses_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fsequences%2FttSemiLepEvtHypotheses_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fsequences%2FttSemiLepEvtHypotheses_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -42,3 +42,4 @@\n makeTtSemiLepHypotheses = cms.Sequence(makeTtSemiLepHypothesesTask)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"2fbd71089d44e82ca303fb77b8ef9f9731ea4196","filename":"TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepKinematicFit_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fsequences%2FttSemiLepKinematicFit_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fsequences%2FttSemiLepKinematicFit_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fsequences%2FttSemiLepKinematicFit_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -13,3 +13,4 @@\n makeTtSemiLepKinematicFit = cms.Sequence(makeTtSemiLepKinematicFitTask)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"98469e450bac1fa6e30b6aa23d85bea19da92c51","filename":"TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepMVASelection_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fsequences%2FttSemiLepMVASelection_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fsequences%2FttSemiLepMVASelection_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TopQuarkAnalysis%2FTopEventProducers%2Fpython%2Fsequences%2FttSemiLepMVASelection_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n makeTtSemiLepMVASelDiscriminant = cms.Sequence(makeTtSemiLepMVASelDiscriminantTask)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"83e8d3fe9cc4509589eb8d689c716c74cd6d9404","filename":"TopQuarkAnalysis/TopEventSelection/data/TtFullHadSignalSelMVATrainTreeSaver.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/TopQuarkAnalysis%2FTopEventSelection%2Fdata%2FTtFullHadSignalSelMVATrainTreeSaver.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/TopQuarkAnalysis%2FTopEventSelection%2Fdata%2FTtFullHadSignalSelMVATrainTreeSaver.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TopQuarkAnalysis%2FTopEventSelection%2Fdata%2FTtFullHadSignalSelMVATrainTreeSaver.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -389,3 +389,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c86598a674b2fc0b30c8daf96fd94e18379ff886","filename":"TopQuarkAnalysis/TopEventSelection/data/TtSemiLepSignalSelMVATrainTreeSaver.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/TopQuarkAnalysis%2FTopEventSelection%2Fdata%2FTtSemiLepSignalSelMVATrainTreeSaver.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/TopQuarkAnalysis%2FTopEventSelection%2Fdata%2FTtSemiLepSignalSelMVATrainTreeSaver.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TopQuarkAnalysis%2FTopEventSelection%2Fdata%2FTtSemiLepSignalSelMVATrainTreeSaver.xml?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -50,3 +50,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"427c1c61bc6d2852972030168731edb0a28e96c5","filename":"TopQuarkAnalysis/TopEventSelection/python/TtFullHadSignalSelMVATrainTreeSaver_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/TopQuarkAnalysis%2FTopEventSelection%2Fpython%2FTtFullHadSignalSelMVATrainTreeSaver_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/TopQuarkAnalysis%2FTopEventSelection%2Fpython%2FTtFullHadSignalSelMVATrainTreeSaver_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TopQuarkAnalysis%2FTopEventSelection%2Fpython%2FTtFullHadSignalSelMVATrainTreeSaver_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -34,3 +34,4 @@\n saveTrainTree = cms.Sequence(buildTraintree)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"76beb8f8911631908909b98513e3a5ba0e295d6f","filename":"TopQuarkAnalysis/TopEventSelection/python/TtSemiLepSignalSelMVATrainTreeSaver_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/TopQuarkAnalysis%2FTopEventSelection%2Fpython%2FTtSemiLepSignalSelMVATrainTreeSaver_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/TopQuarkAnalysis%2FTopEventSelection%2Fpython%2FTtSemiLepSignalSelMVATrainTreeSaver_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TopQuarkAnalysis%2FTopEventSelection%2Fpython%2FTtSemiLepSignalSelMVATrainTreeSaver_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n saveTrainTree = cms.Sequence(buildTraintree)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"58a90eb8939490c3ae27db5121c0b3b7c8288c19","filename":"TopQuarkAnalysis/TopJetCombination/plugins/TtSemiLepJetCombWMassDeltaTopMass.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/TopQuarkAnalysis%2FTopJetCombination%2Fplugins%2FTtSemiLepJetCombWMassDeltaTopMass.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/TopQuarkAnalysis%2FTopJetCombination%2Fplugins%2FTtSemiLepJetCombWMassDeltaTopMass.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TopQuarkAnalysis%2FTopJetCombination%2Fplugins%2FTtSemiLepJetCombWMassDeltaTopMass.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -193,3 +193,4 @@ void TtSemiLepJetCombWMassDeltaTopMass::produce(edm::StreamID, edm::Event& evt,\n DEFINE_FWK_MODULE(TtSemiLepJetCombWMassDeltaTopMass);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f7eb61cfe49de2f24f31599bfba6aad89ad1d89d","filename":"TopQuarkAnalysis/TopJetCombination/python/TtSemiLepJetCombMVATrainTreeSaver_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/TopQuarkAnalysis%2FTopJetCombination%2Fpython%2FTtSemiLepJetCombMVATrainTreeSaver_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/TopQuarkAnalysis%2FTopJetCombination%2Fpython%2FTtSemiLepJetCombMVATrainTreeSaver_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TopQuarkAnalysis%2FTopJetCombination%2Fpython%2FTtSemiLepJetCombMVATrainTreeSaver_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -28,3 +28,4 @@\n saveTtSemiLepJetCombMVATrainTree = cms.Sequence(trainTtSemiLepJetCombMVA)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e7e32d4bbaccb6b8a0703a103cdf1717db5bb2fd","filename":"TopQuarkAnalysis/TopJetCombination/python/TtSemiLepJetCombWMassDeltaTopMass_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/TopQuarkAnalysis%2FTopJetCombination%2Fpython%2FTtSemiLepJetCombWMassDeltaTopMass_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/TopQuarkAnalysis%2FTopJetCombination%2Fpython%2FTtSemiLepJetCombWMassDeltaTopMass_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TopQuarkAnalysis%2FTopJetCombination%2Fpython%2FTtSemiLepJetCombWMassDeltaTopMass_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -35,3 +35,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8f5d083ccccd3d86e297768d404f90597b68d233","filename":"TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Fall11_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/TopQuarkAnalysis%2FTopObjectResolutions%2Fpython%2FstringResolutions_etEtaPhi_Fall11_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/TopQuarkAnalysis%2FTopObjectResolutions%2Fpython%2FstringResolutions_etEtaPhi_Fall11_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TopQuarkAnalysis%2FTopObjectResolutions%2Fpython%2FstringResolutions_etEtaPhi_Fall11_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -642,3 +642,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3a23a701bca7f88b8c41bc367785035b67f94125","filename":"TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Spring10_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/TopQuarkAnalysis%2FTopObjectResolutions%2Fpython%2FstringResolutions_etEtaPhi_Spring10_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/TopQuarkAnalysis%2FTopObjectResolutions%2Fpython%2FstringResolutions_etEtaPhi_Spring10_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TopQuarkAnalysis%2FTopObjectResolutions%2Fpython%2FstringResolutions_etEtaPhi_Spring10_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -1010,3 +1010,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"8cf6f4229bf565592af8cc113652db3ed87890a5","filename":"TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Summer11_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/TopQuarkAnalysis%2FTopObjectResolutions%2Fpython%2FstringResolutions_etEtaPhi_Summer11_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/TopQuarkAnalysis%2FTopObjectResolutions%2Fpython%2FstringResolutions_etEtaPhi_Summer11_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TopQuarkAnalysis%2FTopObjectResolutions%2Fpython%2FstringResolutions_etEtaPhi_Summer11_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -642,3 +642,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"9300648b6b18240a86293d46d9b794e44beb8a67","filename":"TrackPropagation/SteppingHelixPropagator/plugins/SteppingHelixPropagatorESProducer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/TrackPropagation%2FSteppingHelixPropagator%2Fplugins%2FSteppingHelixPropagatorESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/TrackPropagation%2FSteppingHelixPropagator%2Fplugins%2FSteppingHelixPropagatorESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TrackPropagation%2FSteppingHelixPropagator%2Fplugins%2FSteppingHelixPropagatorESProducer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -160,3 +160,4 @@ void SteppingHelixPropagatorESProducer::fillDescriptions(edm::ConfigurationDescr\n DEFINE_FWK_EVENTSETUP_MODULE(SteppingHelixPropagatorESProducer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"4421e14d58eba8a2c8b692473e8a68d544a32b71","filename":"TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorAlong_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/TrackPropagation%2FSteppingHelixPropagator%2Fpython%2FSteppingHelixPropagatorAlong_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/TrackPropagation%2FSteppingHelixPropagator%2Fpython%2FSteppingHelixPropagatorAlong_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TrackPropagation%2FSteppingHelixPropagator%2Fpython%2FSteppingHelixPropagatorAlong_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"50130ad94194075eed22e1d4c6f9b60ba9b9e180","filename":"TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorAny_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/TrackPropagation%2FSteppingHelixPropagator%2Fpython%2FSteppingHelixPropagatorAny_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/TrackPropagation%2FSteppingHelixPropagator%2Fpython%2FSteppingHelixPropagatorAny_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TrackPropagation%2FSteppingHelixPropagator%2Fpython%2FSteppingHelixPropagatorAny_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f19d0abf8d13e3133b62e1ce55a1d3edec7d8de3","filename":"TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorHLT_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/TrackPropagation%2FSteppingHelixPropagator%2Fpython%2FSteppingHelixPropagatorHLT_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/TrackPropagation%2FSteppingHelixPropagator%2Fpython%2FSteppingHelixPropagatorHLT_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TrackPropagation%2FSteppingHelixPropagator%2Fpython%2FSteppingHelixPropagatorHLT_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,3 +15,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"08340c3889a93393e6e60f6ca613e580f926c2e8","filename":"TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorOpposite_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/TrackPropagation%2FSteppingHelixPropagator%2Fpython%2FSteppingHelixPropagatorOpposite_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/TrackPropagation%2FSteppingHelixPropagator%2Fpython%2FSteppingHelixPropagatorOpposite_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TrackPropagation%2FSteppingHelixPropagator%2Fpython%2FSteppingHelixPropagatorOpposite_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -25,3 +25,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"629bbea1a352da97b25fa4eb296b93203b6de1db","filename":"TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorsNoErrorPropagation_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/TrackPropagation%2FSteppingHelixPropagator%2Fpython%2FSteppingHelixPropagatorsNoErrorPropagation_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/TrackPropagation%2FSteppingHelixPropagator%2Fpython%2FSteppingHelixPropagatorsNoErrorPropagation_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TrackPropagation%2FSteppingHelixPropagator%2Fpython%2FSteppingHelixPropagatorsNoErrorPropagation_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -32,3 +32,4 @@\n SteppingHelixPropagatorL2OppositeNoError.NoErrorPropagation = True\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a2a45a7d855b776200592b67185ee4fd23bea886","filename":"TrackPropagation/SteppingHelixPropagator/test/SteppingHelixPropagatorAnalyzer.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/TrackPropagation%2FSteppingHelixPropagator%2Ftest%2FSteppingHelixPropagatorAnalyzer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/TrackPropagation%2FSteppingHelixPropagator%2Ftest%2FSteppingHelixPropagatorAnalyzer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TrackPropagation%2FSteppingHelixPropagator%2Ftest%2FSteppingHelixPropagatorAnalyzer.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -542,3 +542,4 @@ void SteppingHelixPropagatorAnalyzer ::addPSimHits(\n DEFINE_FWK_MODULE(SteppingHelixPropagatorAnalyzer);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"f4ce85a0bc31ee8845486d5ea9c5e32f85d07586","filename":"TrackingTools/GeomPropagators/interface/AnalyticalTrajectoryExtrapolatorToLine.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/TrackingTools%2FGeomPropagators%2Finterface%2FAnalyticalTrajectoryExtrapolatorToLine.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/TrackingTools%2FGeomPropagators%2Finterface%2FAnalyticalTrajectoryExtrapolatorToLine.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TrackingTools%2FGeomPropagators%2Finterface%2FAnalyticalTrajectoryExtrapolatorToLine.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -59,3 +59,4 @@ class AnalyticalTrajectoryExtrapolatorToLine {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"177266a83b951ac7626ceaa0b5aa5f42f49b42bd","filename":"TrackingTools/KalmanUpdators/python/MRHChi2MeasurementEstimatorESProducer_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/TrackingTools%2FKalmanUpdators%2Fpython%2FMRHChi2MeasurementEstimatorESProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/TrackingTools%2FKalmanUpdators%2Fpython%2FMRHChi2MeasurementEstimatorESProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TrackingTools%2FKalmanUpdators%2Fpython%2FMRHChi2MeasurementEstimatorESProducer_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,3 +9,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"86701e8b1900506c8e25acf659cb6d1e1ac96891","filename":"TrackingTools/MaterialEffects/python/RungeKuttaTrackerPropagatorOpposite_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/TrackingTools%2FMaterialEffects%2Fpython%2FRungeKuttaTrackerPropagatorOpposite_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/TrackingTools%2FMaterialEffects%2Fpython%2FRungeKuttaTrackerPropagatorOpposite_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TrackingTools%2FMaterialEffects%2Fpython%2FRungeKuttaTrackerPropagatorOpposite_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -15,5 +15,6 @@\n \n \n \n+-- dummy change --\n -- dummy change --\n -- dummy change --"},{"sha":"663fcd89d10edbc6e886a4c7c6e51bb90fb9a211","filename":"TrackingTools/PatternTools/interface/trackingParametersAtClosestApproachToBeamSpot.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/TrackingTools%2FPatternTools%2Finterface%2FtrackingParametersAtClosestApproachToBeamSpot.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/TrackingTools%2FPatternTools%2Finterface%2FtrackingParametersAtClosestApproachToBeamSpot.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TrackingTools%2FPatternTools%2Finterface%2FtrackingParametersAtClosestApproachToBeamSpot.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -39,3 +39,4 @@ namespace reco {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"615e751cf091460afd612b814d43511a26d19399","filename":"TrackingTools/PatternTools/src/trackingParametersAtClosestApproachToBeamSpot.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/TrackingTools%2FPatternTools%2Fsrc%2FtrackingParametersAtClosestApproachToBeamSpot.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/TrackingTools%2FPatternTools%2Fsrc%2FtrackingParametersAtClosestApproachToBeamSpot.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TrackingTools%2FPatternTools%2Fsrc%2FtrackingParametersAtClosestApproachToBeamSpot.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -49,3 +49,4 @@ std::pair reco::trackingParametersAtClos\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a9d753d76eb6801805e2d93f8ecdc4d14f32b280","filename":"TrackingTools/TrajectoryFiltering/interface/ChargeSignificanceTrajectoryFilter.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/TrackingTools%2FTrajectoryFiltering%2Finterface%2FChargeSignificanceTrajectoryFilter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/TrackingTools%2FTrajectoryFiltering%2Finterface%2FChargeSignificanceTrajectoryFilter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TrackingTools%2FTrajectoryFiltering%2Finterface%2FChargeSignificanceTrajectoryFilter.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -76,3 +76,4 @@ class ChargeSignificanceTrajectoryFilter final : public TrajectoryFilter {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0e7ac00736f49e7c0a26275cbe6f8b177d8dd50b","filename":"TrackingTools/TrajectoryFiltering/interface/MaxConsecLostHitsTrajectoryFilter.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/TrackingTools%2FTrajectoryFiltering%2Finterface%2FMaxConsecLostHitsTrajectoryFilter.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/TrackingTools%2FTrajectoryFiltering%2Finterface%2FMaxConsecLostHitsTrajectoryFilter.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TrackingTools%2FTrajectoryFiltering%2Finterface%2FMaxConsecLostHitsTrajectoryFilter.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -49,3 +49,4 @@ class MaxConsecLostHitsTrajectoryFilter final : public TrajectoryFilter {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a707729708a617e9182bc82ae371791a87ea493a","filename":"TrackingTools/TrajectoryParametrization/interface/CurvilinearTrajectoryParameters.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/TrackingTools%2FTrajectoryParametrization%2Finterface%2FCurvilinearTrajectoryParameters.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/TrackingTools%2FTrajectoryParametrization%2Finterface%2FCurvilinearTrajectoryParameters.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TrackingTools%2FTrajectoryParametrization%2Finterface%2FCurvilinearTrajectoryParameters.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -84,3 +84,4 @@ class CurvilinearTrajectoryParameters {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"0f2a33f4b2ddf670fd39d9245d17190443d26ba0","filename":"TrackingTools/TrajectoryParametrization/interface/PerigeeTrajectoryParameters.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/TrackingTools%2FTrajectoryParametrization%2Finterface%2FPerigeeTrajectoryParameters.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/TrackingTools%2FTrajectoryParametrization%2Finterface%2FPerigeeTrajectoryParameters.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TrackingTools%2FTrajectoryParametrization%2Finterface%2FPerigeeTrajectoryParameters.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -88,3 +88,4 @@ class PerigeeTrajectoryParameters {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c58c0d033da3cdc0f5878b2b59010dfbe9126beb","filename":"TrackingTools/TransientTrackingRecHit/interface/GenericTransientTrackingRecHit.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/TrackingTools%2FTransientTrackingRecHit%2Finterface%2FGenericTransientTrackingRecHit.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/TrackingTools%2FTransientTrackingRecHit%2Finterface%2FGenericTransientTrackingRecHit.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TrackingTools%2FTransientTrackingRecHit%2Finterface%2FGenericTransientTrackingRecHit.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -68,3 +68,4 @@ class GenericTransientTrackingRecHit : public TValidTrackingRecHit {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ad7142ff776895eeaf23724c07d71796e0da9aca","filename":"TrackingTools/TransientTrackingRecHit/interface/TransientTrackingRecHitBuilder.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/TrackingTools%2FTransientTrackingRecHit%2Finterface%2FTransientTrackingRecHitBuilder.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/TrackingTools%2FTransientTrackingRecHit%2Finterface%2FTransientTrackingRecHitBuilder.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/TrackingTools%2FTransientTrackingRecHit%2Finterface%2FTransientTrackingRecHitBuilder.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -20,3 +20,4 @@ class TransientTrackingRecHitBuilder {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a23b68f78f628c961a8efbf9a777f1fa4fccbf43","filename":"Utilities/ReleaseScripts/ignominy/config/IgnominyCommon/IgGNUPlotTemplate_CMS.gnu","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Utilities%2FReleaseScripts%2Fignominy%2Fconfig%2FIgnominyCommon%2FIgGNUPlotTemplate_CMS.gnu","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Utilities%2FReleaseScripts%2Fignominy%2Fconfig%2FIgnominyCommon%2FIgGNUPlotTemplate_CMS.gnu","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Utilities%2FReleaseScripts%2Fignominy%2Fconfig%2FIgnominyCommon%2FIgGNUPlotTemplate_CMS.gnu?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -7,3 +7,4 @@ plot 'common.data' using 1:${INDEX} title \"${FIELD}\"\n exit\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d4e9f18cde249a8cbda56096220106f6cc7b1ac8","filename":"Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_baseline.json","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Utilities%2FReleaseScripts%2Ftest%2FcheckDictionaryUpdate%2FdumpClassVersion_baseline.json","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Utilities%2FReleaseScripts%2Ftest%2FcheckDictionaryUpdate%2FdumpClassVersion_baseline.json","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Utilities%2FReleaseScripts%2Ftest%2FcheckDictionaryUpdate%2FdumpClassVersion_baseline.json?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -9,3 +9,4 @@\n }\n }-- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"bf28afebe8cdd7680f91efc78c77b613f8d780f8","filename":"Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_newClass.json","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Utilities%2FReleaseScripts%2Ftest%2FcheckDictionaryUpdate%2FdumpClassVersion_newClass.json","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Utilities%2FReleaseScripts%2Ftest%2FcheckDictionaryUpdate%2FdumpClassVersion_newClass.json","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Utilities%2FReleaseScripts%2Ftest%2FcheckDictionaryUpdate%2FdumpClassVersion_newClass.json?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -14,3 +14,4 @@\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d7f1f931a08fe07c88007c6272d117cad25638b8","filename":"Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_removeClass.json","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Utilities%2FReleaseScripts%2Ftest%2FcheckDictionaryUpdate%2FdumpClassVersion_removeClass.json","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Utilities%2FReleaseScripts%2Ftest%2FcheckDictionaryUpdate%2FdumpClassVersion_removeClass.json","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Utilities%2FReleaseScripts%2Ftest%2FcheckDictionaryUpdate%2FdumpClassVersion_removeClass.json?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -6,3 +6,4 @@\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"7519cc62ecdba787bd4c2e408aba02e804a8dcc1","filename":"Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_versionUpdate.json","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Utilities%2FReleaseScripts%2Ftest%2FcheckDictionaryUpdate%2FdumpClassVersion_versionUpdate.json","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Utilities%2FReleaseScripts%2Ftest%2FcheckDictionaryUpdate%2FdumpClassVersion_versionUpdate.json","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Utilities%2FReleaseScripts%2Ftest%2FcheckDictionaryUpdate%2FdumpClassVersion_versionUpdate.json?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n }\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"c9752a930c08b3c8badf612dfb2cc521fca43b99","filename":"Utilities/StorageFactory/test/test_multiple_files_file_statistics_sender_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Utilities%2FStorageFactory%2Ftest%2Ftest_multiple_files_file_statistics_sender_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Utilities%2FStorageFactory%2Ftest%2Ftest_multiple_files_file_statistics_sender_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Utilities%2FStorageFactory%2Ftest%2Ftest_multiple_files_file_statistics_sender_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -10,3 +10,4 @@\n process.add_(cms.Service(\"StatisticsSenderService\", debug = cms.untracked.bool(True)))\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"be503c259005e1a3a965938fd2bca851ff01b37d","filename":"Validation/CTPPS/python/ctppsProtonReconstructionEfficiencyEstimatorData_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Validation%2FCTPPS%2Fpython%2FctppsProtonReconstructionEfficiencyEstimatorData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Validation%2FCTPPS%2Fpython%2FctppsProtonReconstructionEfficiencyEstimatorData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Validation%2FCTPPS%2Fpython%2FctppsProtonReconstructionEfficiencyEstimatorData_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -8,3 +8,4 @@\n ctpps_directSim.toModify(ctppsProtonReconstructionEfficiencyEstimatorData, useNewLHCInfo = False)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"29a21fa1d68073a18519f203b0b47727f4be3321","filename":"Validation/CaloTowers/test/runNoise_valid_simhits_digis_rechits_calotowers_ZS_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Validation%2FCaloTowers%2Ftest%2FrunNoise_valid_simhits_digis_rechits_calotowers_ZS_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Validation%2FCaloTowers%2Ftest%2FrunNoise_valid_simhits_digis_rechits_calotowers_ZS_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Validation%2FCaloTowers%2Ftest%2FrunNoise_valid_simhits_digis_rechits_calotowers_ZS_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -161,3 +161,4 @@\n process.dqmSaver)\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"3aa6ea3fdf22e5193ab962d33a1445c0efde7e2c","filename":"Validation/HGCalValidation/test/python/testValidationHGCalTrigPrim_RelVal_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Validation%2FHGCalValidation%2Ftest%2Fpython%2FtestValidationHGCalTrigPrim_RelVal_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Validation%2FHGCalValidation%2Ftest%2Fpython%2FtestValidationHGCalTrigPrim_RelVal_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Validation%2FHGCalValidation%2Ftest%2Fpython%2FtestValidationHGCalTrigPrim_RelVal_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -121,3 +121,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"5763ea18b7e06c9e876f170b3acbec59a7d18316","filename":"Validation/RecoEgamma/python/ElectronMcSignalValidatorPt1000_gedGsfElectrons_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Validation%2FRecoEgamma%2Fpython%2FElectronMcSignalValidatorPt1000_gedGsfElectrons_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Validation%2FRecoEgamma%2Fpython%2FElectronMcSignalValidatorPt1000_gedGsfElectrons_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Validation%2FRecoEgamma%2Fpython%2FElectronMcSignalValidatorPt1000_gedGsfElectrons_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -90,3 +90,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"d2edf7ab66bbad06c846b2c3331f7fee465906b8","filename":"Validation/RecoEgamma/test/ElectronMcSignalValidationPt1000_gedGsfElectrons_cfg.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Validation%2FRecoEgamma%2Ftest%2FElectronMcSignalValidationPt1000_gedGsfElectrons_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Validation%2FRecoEgamma%2Ftest%2FElectronMcSignalValidationPt1000_gedGsfElectrons_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Validation%2FRecoEgamma%2Ftest%2FElectronMcSignalValidationPt1000_gedGsfElectrons_cfg.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -102,3 +102,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"e03d1a333e9b36551d95136f3140b830fbb3b592","filename":"Validation/SiPixelPhase1ConfigV/python/SiPixelPhase1OfflineDQM_harvestingV_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Validation%2FSiPixelPhase1ConfigV%2Fpython%2FSiPixelPhase1OfflineDQM_harvestingV_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Validation%2FSiPixelPhase1ConfigV%2Fpython%2FSiPixelPhase1OfflineDQM_harvestingV_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Validation%2FSiPixelPhase1ConfigV%2Fpython%2FSiPixelPhase1OfflineDQM_harvestingV_cff.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -12,3 +12,4 @@\n \n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"a2fa5441eb0b454bce0f32035934d96aae1086bd","filename":"Validation/SiPixelPhase1TrackClustersV/python/SiPixelPhase1TrackClustersV_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Validation%2FSiPixelPhase1TrackClustersV%2Fpython%2FSiPixelPhase1TrackClustersV_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Validation%2FSiPixelPhase1TrackClustersV%2Fpython%2FSiPixelPhase1TrackClustersV_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Validation%2FSiPixelPhase1TrackClustersV%2Fpython%2FSiPixelPhase1TrackClustersV_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -62,3 +62,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"1248fc3b42a7ba3085d25c547192beffbf037434","filename":"Validation/SiPixelPhase1TrackingParticleV/interface/SiPixelPhase1TrackingParticleV.h","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Validation%2FSiPixelPhase1TrackingParticleV%2Finterface%2FSiPixelPhase1TrackingParticleV.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Validation%2FSiPixelPhase1TrackingParticleV%2Finterface%2FSiPixelPhase1TrackingParticleV.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Validation%2FSiPixelPhase1TrackingParticleV%2Finterface%2FSiPixelPhase1TrackingParticleV.h?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -47,3 +47,4 @@ class SiPixelPhase1TrackingParticleV : public SiPixelPhase1Base {\n #endif\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"ac11c333281545ddef2526f5f0fa51bbf2459755","filename":"Validation/SiPixelPhase1TrackingParticleV/python/SiPixelPhase1TrackingParticleV_cfi.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Validation%2FSiPixelPhase1TrackingParticleV%2Fpython%2FSiPixelPhase1TrackingParticleV_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Validation%2FSiPixelPhase1TrackingParticleV%2Fpython%2FSiPixelPhase1TrackingParticleV_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Validation%2FSiPixelPhase1TrackingParticleV%2Fpython%2FSiPixelPhase1TrackingParticleV_cfi.py?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -136,3 +136,4 @@\n )\n -- dummy change --\n -- dummy change --\n+-- dummy change --"},{"sha":"130c398b75fcdbbdacaa0f4b6d74d67251d94e67","filename":"Validation/SiPixelPhase1TrackingParticleV/src/SiPixelPhase1TrackingParticleV.cc","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/38ec0b5001047967c074e924158218a1e07ed0af/Validation%2FSiPixelPhase1TrackingParticleV%2Fsrc%2FSiPixelPhase1TrackingParticleV.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/38ec0b5001047967c074e924158218a1e07ed0af/Validation%2FSiPixelPhase1TrackingParticleV%2Fsrc%2FSiPixelPhase1TrackingParticleV.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Validation%2FSiPixelPhase1TrackingParticleV%2Fsrc%2FSiPixelPhase1TrackingParticleV.cc?ref=38ec0b5001047967c074e924158218a1e07ed0af","patch":"@@ -123,3 +123,4 @@ void SiPixelPhase1TrackingParticleV::analyze(const edm::Event &iEvent, const edm\n DEFINE_FWK_MODULE(SiPixelPhase1TrackingParticleV);\n -- dummy change --\n -- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/commits/ef1fdd4522128ab6176ca2fa6a0d2e1934e2ed60?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:53:18 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"9a8cd7166ad93a90878461795a1536dffba50b2fe31c709c1ebd8211e5cb5f06"'), ('Last-Modified', 'Tue, 29 Apr 2025 11:18:04 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4838'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '162'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D332:1578F3:3AE6B3:3C1300:68122B4E')] +{"sha":"ef1fdd4522128ab6176ca2fa6a0d2e1934e2ed60","node_id":"C_kwDOF83__NoAKGVmMWZkZDQ1MjIxMjhhYjYxNzZjYTJmYTZhMGQyZTE5MzRlMmVkNjA","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-29T11:18:04Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-29T11:18:04Z"},"message":"Test merge command","tree":{"sha":"84184d71b81089b7c2439997f28e1b431a8fba77","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/84184d71b81089b7c2439997f28e1b431a8fba77"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/ef1fdd4522128ab6176ca2fa6a0d2e1934e2ed60","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ef1fdd4522128ab6176ca2fa6a0d2e1934e2ed60","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/ef1fdd4522128ab6176ca2fa6a0d2e1934e2ed60","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ef1fdd4522128ab6176ca2fa6a0d2e1934e2ed60/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c83ecb127f70592a95b0544c2e7e2404c9d7e440","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c83ecb127f70592a95b0544c2e7e2404c9d7e440","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c83ecb127f70592a95b0544c2e7e2404c9d7e440"}],"stats":{"total":1,"additions":1,"deletions":0},"files":[{"sha":"36a8c56fc1e5ba419fb6be676cadac557c63f63b","filename":"Alignment/OfflineValidation/BuildFile.xml","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/ef1fdd4522128ab6176ca2fa6a0d2e1934e2ed60/Alignment%2FOfflineValidation%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/ef1fdd4522128ab6176ca2fa6a0d2e1934e2ed60/Alignment%2FOfflineValidation%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2FBuildFile.xml?ref=ef1fdd4522128ab6176ca2fa6a0d2e1934e2ed60","patch":"@@ -31,3 +31,4 @@\n \n \n \n+"}]} + diff --git a/tests/ReplayData/TestProcessPr.test_empty_pr.txt b/tests/ReplayData/TestProcessPr.test_empty_pr.txt new file mode 100644 index 00000000000..85d16658a7b --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_empty_pr.txt @@ -0,0 +1,44 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 28 Apr 2025 09:05:58 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"4733cd8fc7b0f5ad75288f13f9f20092c7928e0c20f20ce55b4bc2181734d087"'), ('Last-Modified', 'Tue, 15 Apr 2025 12:42:37 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4961'), ('X-RateLimit-Reset', '1745831887'), ('X-RateLimit-Used', '39'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'ECAC:158AF9:1F2B6B2:203502C:680F44F5')] +{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-15T12:42:37Z","pushed_at":"2025-04-28T08:59:39Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1292075,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":5,"watchers":0,"default_branch":"master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-27T08:43:14Z","pushed_at":"2025-04-28T09:05:50Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1461474,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4423,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1016,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4423,"open_issues":1016,"watchers":1140,"default_branch":"master"},"source":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-27T08:43:14Z","pushed_at":"2025-04-28T09:05:50Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1461474,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4423,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1016,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4423,"open_issues":1016,"watchers":1140,"default_branch":"master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":4423,"subscribers_count":0} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/33 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 28 Apr 2025 09:05:58 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"06a46194fd9f8c9ffa53442f478785046d61a6c7b4ed3c35d36f04af1d994f8a"'), ('Last-Modified', 'Mon, 28 Apr 2025 09:04:59 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4960'), ('X-RateLimit-Reset', '1745831887'), ('X-RateLimit-Used', '40'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'ECB0:FFB23:1FC37DE:20CDC12:680F44F6')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/33","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmssw","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/33/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/33/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/33/events","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/33","id":3024234501,"node_id":"PR_kwDOF83__M6UIVPd","number":33,"title":"Branch with no changes for tests","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2025-04-28T09:01:01Z","updated_at":"2025-04-28T09:04:59Z","closed_at":null,"author_association":"MEMBER","type":null,"active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/33","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/33","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/33.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/33.patch","merged_at":null},"body":"#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","closed_by":null,"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/33/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/33/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 28 Apr 2025 09:05:58 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4960'), ('X-RateLimit-Reset', '1745831887'), ('X-RateLimit-Used', '40'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'ECB6:13F41E:382806:39638F:680F44F6')] +{"resources":{"core":{"limit":5000,"used":40,"remaining":4960,"reset":1745831887},"search":{"limit":30,"used":0,"remaining":30,"reset":1745831218},"graphql":{"limit":5000,"used":1,"remaining":4999,"reset":1745831887},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1745834758},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1745831218},"code_scanning_upload":{"limit":1000,"used":0,"remaining":1000,"reset":1745834758},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1745831218},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1745834758},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1745834758},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1745831218},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1745834758},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1745834758},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1745831218}},"rate":{"limit":5000,"used":40,"remaining":4960,"reset":1745831887}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/33 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 28 Apr 2025 09:05:59 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"d53a40ec90efaef055fa1e49c26eaedf66111521effd4f398f6f7bfa3300a8a1"'), ('Last-Modified', 'Mon, 28 Apr 2025 09:04:59 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4959'), ('X-RateLimit-Reset', '1745831887'), ('X-RateLimit-Used', '41'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'ECC6:106F8F:1F62C7A:206CD85:680F44F6')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/33","id":2485212125,"node_id":"PR_kwDOF83__M6UIVPd","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/33","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/33.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/33.patch","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/33","number":33,"state":"open","locked":false,"title":"Branch with no changes for tests","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"body":"#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","created_at":"2025-04-28T09:01:00Z","updated_at":"2025-04-28T09:04:59Z","closed_at":null,"merged_at":null,"merge_commit_sha":"498538687776aef4961ee83017439ddaade98e81","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[],"milestone":null,"draft":false,"commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/33/commits","review_comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/33/comments","review_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/33/comments","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/0b95e814714af86b0338dc784ac9d97d78ef4d89","head":{"label":"iarspider-cmssw:empty-branch","ref":"empty-branch","sha":"0b95e814714af86b0338dc784ac9d97d78ef4d89","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-15T12:42:37Z","pushed_at":"2025-04-28T08:59:39Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1292075,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":5,"watchers":0,"default_branch":"master"}},"base":{"label":"iarspider-cmssw:master","ref":"master","sha":"5c0ff138f515b5b15d6a25c0d2edafe8fb522a49","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-15T12:42:37Z","pushed_at":"2025-04-28T08:59:39Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1292075,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":5,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/33"},"html":{"href":"https://github.com/iarspider-cmssw/cmssw/pull/33"},"issue":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/33"},"comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/33/comments"},"review_comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/33/comments"},"review_comment":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/33/commits"},"statuses":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/0b95e814714af86b0338dc784ac9d97d78ef4d89"}},"author_association":"MEMBER","auto_merge":null,"active_lock_reason":null,"merged":false,"mergeable":true,"rebaseable":true,"mergeable_state":"clean","merged_by":null,"comments":0,"review_comments":0,"maintainer_can_modify":false,"commits":1,"additions":0,"deletions":0,"changed_files":0} + diff --git a/tests/ReplayData/TestProcessPr.test_enable_none.txt b/tests/ReplayData/TestProcessPr.test_enable_none.txt new file mode 100644 index 00000000000..fc8062c1df6 --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_enable_none.txt @@ -0,0 +1,99 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 09:33:21 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"91b73a5bb4a8e7c00982bfa63c8532031f164e28528da621e9043511c3e95be4"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:43:16 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4971'), ('X-RateLimit-Reset', '1746613875'), ('X-RateLimit-Used', '29'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C0BE:13F438:3F5F2E2:414BD55:681B28E1')] +{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-30T13:43:16Z","pushed_at":"2025-05-07T09:27:45Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1305110,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":8,"watchers":0,"default_branch":"master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-05-07T07:56:35Z","pushed_at":"2025-05-07T09:07:47Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1461658,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4427,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1034,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4427,"open_issues":1034,"watchers":1140,"default_branch":"master"},"source":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-05-07T07:56:35Z","pushed_at":"2025-05-07T09:07:47Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1461658,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4427,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1034,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4427,"open_issues":1034,"watchers":1140,"default_branch":"master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":4427,"subscribers_count":0} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/9 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 09:33:22 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"96484c90ceaf709071b706e6842bfae0ed5484a206c9019920561962923ca714"'), ('Last-Modified', 'Wed, 07 May 2025 09:33:03 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4970'), ('X-RateLimit-Reset', '1746613875'), ('X-RateLimit-Used', '30'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C0CA:B7470:414E1C9:433AC94:681B28E1')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmssw","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9/events","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9","id":2037764811,"node_id":"PR_kwDOF83__M5hyyjJ","number":9,"title":"Iarspider patch 1","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160599055,"node_id":"LA_kwDOF83__M8AAAABbzNIDw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/urgent","name":"urgent","color":"cc317c","default":false,"description":null},{"id":6160599807,"node_id":"LA_kwDOF83__M8AAAABbzNK_w","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/trk","name":"trk","color":"257fdb","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600115,"node_id":"LA_kwDOF83__M8AAAABbzNMMw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-pending","name":"code-checks-pending","color":"fbca04","default":false,"description":null},{"id":6160600663,"node_id":"LA_kwDOF83__M8AAAABbzNOVw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/dqm-pending","name":"dqm-pending","color":"fbca04","default":false,"description":null},{"id":6160601371,"node_id":"LA_kwDOF83__M8AAAABbzNRGw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/l1-pending","name":"l1-pending","color":"fbca04","default":false,"description":null},{"id":6160601741,"node_id":"LA_kwDOF83__M8AAAABbzNSjQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/simulation-pending","name":"simulation-pending","color":"fbca04","default":false,"description":null}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":5,"closed_issues":16,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-05-07T09:31:49Z","due_on":null,"closed_at":null},"comments":9,"created_at":"2023-12-12T13:32:54Z","updated_at":"2025-05-07T09:33:03Z","closed_at":null,"author_association":"MEMBER","type":null,"active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/9","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/9.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/9.patch","merged_at":null},"body":" \r\n \r\n","closed_by":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 09:33:22 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4970'), ('X-RateLimit-Reset', '1746613875'), ('X-RateLimit-Used', '30'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E044:151E71:3F523F9:413EED3:681B28E2')] +{"resources":{"core":{"limit":5000,"used":30,"remaining":4970,"reset":1746613875},"search":{"limit":30,"used":0,"remaining":30,"reset":1746610462},"graphql":{"limit":5000,"used":0,"remaining":5000,"reset":1746614002},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1746614002},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1746610462},"code_scanning_upload":{"limit":5000,"used":30,"remaining":4970,"reset":1746613875},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1746610462},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1746614002},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1746614002},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1746610462},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1746614002},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1746614002},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1746610462}},"rate":{"limit":5000,"used":30,"remaining":4970,"reset":1746613875}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/9 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 09:33:22 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"7d842455afc33a3435435a5655a029740cddbfe3b2e432379be1a76bebaad9b1"'), ('Last-Modified', 'Wed, 07 May 2025 09:33:03 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4969'), ('X-RateLimit-Reset', '1746613875'), ('X-RateLimit-Used', '31'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E04E:D3E49:3F43FF1:413094F:681B28E2')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/9","id":1640704201,"node_id":"PR_kwDOF83__M5hyyjJ","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/9.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/9.patch","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","number":9,"state":"open","locked":false,"title":"Iarspider patch 1","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"body":" \r\n \r\n","created_at":"2023-12-12T13:32:54Z","updated_at":"2025-05-07T09:33:03Z","closed_at":null,"merged_at":null,"merge_commit_sha":"c1571de061ad26ca9c95948735889ebae9d14145","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160599055,"node_id":"LA_kwDOF83__M8AAAABbzNIDw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/urgent","name":"urgent","color":"cc317c","default":false,"description":null},{"id":6160599807,"node_id":"LA_kwDOF83__M8AAAABbzNK_w","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/trk","name":"trk","color":"257fdb","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600115,"node_id":"LA_kwDOF83__M8AAAABbzNMMw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-pending","name":"code-checks-pending","color":"fbca04","default":false,"description":null},{"id":6160600663,"node_id":"LA_kwDOF83__M8AAAABbzNOVw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/dqm-pending","name":"dqm-pending","color":"fbca04","default":false,"description":null},{"id":6160601371,"node_id":"LA_kwDOF83__M8AAAABbzNRGw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/l1-pending","name":"l1-pending","color":"fbca04","default":false,"description":null},{"id":6160601741,"node_id":"LA_kwDOF83__M8AAAABbzNSjQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/simulation-pending","name":"simulation-pending","color":"fbca04","default":false,"description":null}],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":5,"closed_issues":16,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-05-07T09:31:49Z","due_on":null,"closed_at":null},"draft":false,"commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/9/commits","review_comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/9/comments","review_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9/comments","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","head":{"label":"iarspider-cmssw:iarspider-patch-1","ref":"iarspider-patch-1","sha":"5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-30T13:43:16Z","pushed_at":"2025-05-07T09:27:45Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1305110,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":8,"watchers":0,"default_branch":"master"}},"base":{"label":"iarspider-cmssw:master","ref":"master","sha":"c83ecb127f70592a95b0544c2e7e2404c9d7e440","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-30T13:43:16Z","pushed_at":"2025-05-07T09:27:45Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1305110,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":8,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/9"},"html":{"href":"https://github.com/iarspider-cmssw/cmssw/pull/9"},"issue":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9"},"comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9/comments"},"review_comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/9/comments"},"review_comment":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/9/commits"},"statuses":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4"}},"author_association":"MEMBER","auto_merge":null,"active_lock_reason":null,"merged":false,"mergeable":true,"rebaseable":true,"mergeable_state":"unstable","merged_by":null,"comments":9,"review_comments":0,"maintainer_can_modify":false,"commits":4,"additions":3,"deletions":1,"changed_files":2} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/9/files?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 09:33:23 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"e65538f3a8b0a4b2a0f45b53febf8b6cf5619a8f9e518e83128d7bf30f98760b"'), ('Last-Modified', 'Wed, 07 May 2025 09:33:03 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4968'), ('X-RateLimit-Reset', '1746613875'), ('X-RateLimit-Used', '32'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E058:25D19E:1680E47:172B430:681B28E2')] +[{"sha":"9a83848133c1de5c6e0071f6c8ed7e527529534d","filename":"SimTracker/TrackTriggerAssociation/doc/README","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4/SimTracker%2FTrackTriggerAssociation%2Fdoc%2FREADME","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4/SimTracker%2FTrackTriggerAssociation%2Fdoc%2FREADME","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackTriggerAssociation%2Fdoc%2FREADME?ref=5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","patch":"@@ -1,3 +1,4 @@\n+123321 000\n README SimTracker/TrackTriggerAssociation\n \n S.Viret: 26/07/16\n@@ -6,4 +7,4 @@ Documentation on TrackTriggerAssociation package is available on the following T\n \n For the TTClusters: https://twiki.cern.ch/twiki/bin/viewauth/CMS/SLHCTrackerTriggerSWTools#MC_truth_for_TTCluster\n \n-For the TTStubs: https://twiki.cern.ch/twiki/bin/viewauth/CMS/SLHCTrackerTriggerSWTools#MC_truth_for_TTStub\n\\ No newline at end of file\n+For the TTStubs: https://twiki.cern.ch/twiki/bin/viewauth/CMS/SLHCTrackerTriggerSWTools#MC_truth_for_TTStub"},{"sha":"fec8f9d86c13d6ca0ba7316317695d3df46af93d","filename":"Validation/TrackerHits/test/README","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4/Validation%2FTrackerHits%2Ftest%2FREADME","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4/Validation%2FTrackerHits%2Ftest%2FREADME","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Validation%2FTrackerHits%2Ftest%2FREADME?ref=5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","patch":"@@ -1,2 +1,3 @@\n+456654 000\n cmsRun runP.cfg\n eval `scramv1 ru -csh`"}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/9/commits?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 09:33:23 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"8074293a3f991162041e34db2ae82fe7f0474eeb2ee6672ac44c5317099495b9"'), ('Last-Modified', 'Wed, 07 May 2025 09:33:03 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4967'), ('X-RateLimit-Reset', '1746613875'), ('X-RateLimit-Used', '33'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E05C:70951:42AACB0:4497DE6:681B28E3')] +[{"sha":"5391c56598b2b29a7ab6a5a5f3dbac8ec511574f","node_id":"C_kwDOF83__NoAKDUzOTFjNTY1OThiMmIyOWE3YWI2YTVhNWYzZGJhYzhlYzUxMTU3NGY","commit":{"author":{"name":"iarspider","email":"iarspider@gmail.com","date":"2023-12-12T13:31:11Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2023-12-12T13:31:11Z"},"message":"Update README","tree":{"sha":"b7bf7ac8d36f5c29169126103b0127be176634db","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/b7bf7ac8d36f5c29169126103b0127be176634db"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/5391c56598b2b29a7ab6a5a5f3dbac8ec511574f","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN PGP SIGNATURE-----\n\nwsBcBAABCAAQBQJleGCfCRBK7hj4Ov3rIwAAwngIAHnbeRj5WrJ7dp++xVef+Q/o\nWnbeynvVtg4iYmyGtiTYNB+fJ5olhbz5f6OSMzfGRuNUq9/UDE6o9xx4S1UZC73T\nBGDeNIj66dBMKp2+pSVlSS8s/xOaDpjnzlbyHa9rPfzWg4ksNimrpSzjWglQnfe1\nRJ/neas+K1I/eTZDAmOOZW5PGJSVZ1OTakJYMJxHt2VdDzTSLZRi6rIlRMF172qI\nXzOqoRzvxxFG6VmFU1dsKC9Xa7+2CSt+iHkoURrs1/m0AluXmvbPlgYm9+RMm4hw\n5j1P2Tgjzcq3UgomXqNg/Q6DOEEuSdhvSwzJd4dRYs5DbB0mnTwFMdeDKbrFN5c=\n=m9Zu\n-----END PGP SIGNATURE-----\n","payload":"tree b7bf7ac8d36f5c29169126103b0127be176634db\nparent 92957fee5d01ccef529a274e614af273046da378\nauthor iarspider 1702387871 +0100\ncommitter GitHub 1702387871 +0100\n\nUpdate README","verified_at":"2024-01-16T19:59:59Z"}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/5391c56598b2b29a7ab6a5a5f3dbac8ec511574f","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/5391c56598b2b29a7ab6a5a5f3dbac8ec511574f","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/5391c56598b2b29a7ab6a5a5f3dbac8ec511574f/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"92957fee5d01ccef529a274e614af273046da378","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/92957fee5d01ccef529a274e614af273046da378","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/92957fee5d01ccef529a274e614af273046da378"}]},{"sha":"17338beb185f1d28fdda4387ac6251c84c927eea","node_id":"C_kwDOF83__NoAKDE3MzM4YmViMTg1ZjFkMjhmZGRhNDM4N2FjNjI1MWM4NGM5MjdlZWE","commit":{"author":{"name":"iarspider","email":"iarspider@gmail.com","date":"2023-12-12T13:31:50Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2023-12-12T13:31:50Z"},"message":"Update README","tree":{"sha":"1120a135cbe3c8ae46e1fcbe14889ea77fee4331","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/1120a135cbe3c8ae46e1fcbe14889ea77fee4331"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/17338beb185f1d28fdda4387ac6251c84c927eea","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN PGP SIGNATURE-----\n\nwsBcBAABCAAQBQJleGDGCRBK7hj4Ov3rIwAArdsIADPEgFRz/FpWSa1dGiTrudWZ\nzC/TPrYBbEIdbLmn+yJ+xZiONsjQsmgbS00iCvmb5uhv9nWhW+qNuEsfUioTdNn4\n1pXXHEWs0fUyGEdkw3R1RYvBRA5cKN6Gczn8U48V5oxEHtYBaKxH5nwUe9bzqoea\nMQoE48ZBAURR3YFN5GYHaPKyu1DQbJfmnmjYdw1ZRl8jWT2xO06um9td6eamPZt0\n9Fj96ZDBVbQ74zuSb66AFaFec1/OmEmAI6/6asl65GrtNVap9EQjyqEL0vEa/DRf\n0izxzc/5xe3X4+T60X/AkR4APDjo3ukzi+eY53MPnM0L5oGaStp8f5x7/XiHzkM=\n=dfHZ\n-----END PGP SIGNATURE-----\n","payload":"tree 1120a135cbe3c8ae46e1fcbe14889ea77fee4331\nparent 5391c56598b2b29a7ab6a5a5f3dbac8ec511574f\nauthor iarspider 1702387910 +0100\ncommitter GitHub 1702387910 +0100\n\nUpdate README","verified_at":"2024-01-16T19:59:59Z"}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/17338beb185f1d28fdda4387ac6251c84c927eea","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/17338beb185f1d28fdda4387ac6251c84c927eea","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/17338beb185f1d28fdda4387ac6251c84c927eea/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"5391c56598b2b29a7ab6a5a5f3dbac8ec511574f","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/5391c56598b2b29a7ab6a5a5f3dbac8ec511574f","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/5391c56598b2b29a7ab6a5a5f3dbac8ec511574f"}]},{"sha":"4dfd0c268fa858e98fce9f9f9104e27e6e26fbac","node_id":"C_kwDOF83__NoAKDRkZmQwYzI2OGZhODU4ZTk4ZmNlOWY5ZjkxMDRlMjdlNmUyNmZiYWM","commit":{"author":{"name":"iarspider","email":"iarspider@gmail.com","date":"2023-12-12T13:51:25Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2023-12-12T13:51:25Z"},"message":"Update README","tree":{"sha":"baea5a0503fafad6f38c69b0e34bf63274269c28","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/baea5a0503fafad6f38c69b0e34bf63274269c28"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/4dfd0c268fa858e98fce9f9f9104e27e6e26fbac","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN PGP SIGNATURE-----\n\nwsBcBAABCAAQBQJleGVdCRBK7hj4Ov3rIwAAvIAIAEbYBfdeTGHftdXGzTn9G0QL\nG6GegjwyKdK5JYDmddzvHj1nZJbjEEGMJKKDepcvQHxIs1H6nZsxCQ1r6cjfk/0j\nQUCzZqkvgq7VpeLINSn/eA8kjNcYk0cfmQI+T2VNh+nGtZ4C5l9o+cPKZgp40ea0\nh97B+zncieWEwUis1WaZcUYOP2Mc1e3M/AuKTDNSwrVoop9J9sTmO/ywAvluzn4T\nZ7b22uON76ZdErlYYqyLOLYPeYbVZdjXI7xV/BHG6PkMZYRqbQinHE5PVwv7xxQQ\nQhKYCk8TOA7Pqj8uAaLQNkNvTFa+mnBlfgOkBtcDAo+gspqwgTpPb120zpP+TlQ=\n=kw38\n-----END PGP SIGNATURE-----\n","payload":"tree baea5a0503fafad6f38c69b0e34bf63274269c28\nparent 17338beb185f1d28fdda4387ac6251c84c927eea\nauthor iarspider 1702389085 +0100\ncommitter GitHub 1702389085 +0100\n\nUpdate README","verified_at":"2024-01-16T19:59:59Z"}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/4dfd0c268fa858e98fce9f9f9104e27e6e26fbac","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/4dfd0c268fa858e98fce9f9f9104e27e6e26fbac","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/4dfd0c268fa858e98fce9f9f9104e27e6e26fbac/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"17338beb185f1d28fdda4387ac6251c84c927eea","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/17338beb185f1d28fdda4387ac6251c84c927eea","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/17338beb185f1d28fdda4387ac6251c84c927eea"}]},{"sha":"5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","node_id":"C_kwDOF83__NoAKDVhNzZjNWJkMmZjOTNlZjg3ZWFjOGE0OGY1ZmM1ODE2YjAxZDdmYzQ","commit":{"author":{"name":"iarspider","email":"iarspider@gmail.com","date":"2023-12-12T13:57:07Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2023-12-12T13:57:07Z"},"message":"Update README","tree":{"sha":"08e45dc912b83bf43846eb037547f32e94f201d1","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/08e45dc912b83bf43846eb037547f32e94f201d1"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN PGP SIGNATURE-----\n\nwsBcBAABCAAQBQJleGazCRBK7hj4Ov3rIwAAeXcIAD8WJ1EG3fIzkuq3+wW1ERcK\n0Wjvhr7Fqwu1QaQhvsoMBQ7Jldi72tam9v3kyomchYx1X0oxWv+HLW5jXr3yAUya\nvCUwbl9As0P0r9+ZMjZFukwLQRX8wrPrTy0eaO1IGxi+d3I2fuzM1BncxaC0JRhy\n6MgQcbHBIu7Q6ntLPB3o5cfnnMUtzMOo0Ng3DPxeQtE1Rf/Bx7B7+dX8qIgugsfJ\n7FiQylG2aSDRdnn4CgyaJclJ90iWhf7x7Xo1IaEeVJTEI3t5XvJTn9R0Nl6Is8O+\nGdZQKH20TURi2NWxbYgQKwaZAzgU5qBj8YxlETjj6DVOI6SMumpOMyNIWkltb4A=\n=zg7r\n-----END PGP SIGNATURE-----\n","payload":"tree 08e45dc912b83bf43846eb037547f32e94f201d1\nparent 4dfd0c268fa858e98fce9f9f9104e27e6e26fbac\nauthor iarspider 1702389427 +0100\ncommitter GitHub 1702389427 +0100\n\nUpdate README","verified_at":"2024-01-16T19:59:59Z"}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"4dfd0c268fa858e98fce9f9f9104e27e6e26fbac","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/4dfd0c268fa858e98fce9f9f9104e27e6e26fbac","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/4dfd0c268fa858e98fce9f9f9104e27e6e26fbac"}]}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/commits/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4/status +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 09:33:23 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"40167ffefa8917d8107643c6076e1a9e5e436f2603175e55db2be7b399642505"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo, repo:status'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4966'), ('X-RateLimit-Reset', '1746613875'), ('X-RateLimit-Used', '34'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E06A:151E71:3F52A4B:413F535:681B28E3')] +{"state":"pending","statuses":[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":36095551221,"node_id":"SC_kwDOF83__M8AAAAIZ3Zm9Q","state":"pending","description":"code-checks requested","target_url":null,"context":"cms/9/code-checks","created_at":"2025-05-07T09:31:53Z","updated_at":"2025-05-07T09:31:53Z"}],"sha":"5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","total_count":1,"repository":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments"},"commit_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4/status"} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/git/commits/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 09:33:23 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"09faac459b34e80ee5bc618de0ff1d1be60447ed3d53061aa76c1f669b013a33"'), ('Last-Modified', 'Tue, 12 Dec 2023 13:57:07 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4965'), ('X-RateLimit-Reset', '1746613875'), ('X-RateLimit-Used', '35'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E078:12F8:2C49C24:2DBBACB:681B28E3')] +{"sha":"5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","node_id":"C_kwDOF83__NoAKDVhNzZjNWJkMmZjOTNlZjg3ZWFjOGE0OGY1ZmM1ODE2YjAxZDdmYzQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","author":{"name":"iarspider","email":"iarspider@gmail.com","date":"2023-12-12T13:57:07Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2023-12-12T13:57:07Z"},"tree":{"sha":"08e45dc912b83bf43846eb037547f32e94f201d1","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/08e45dc912b83bf43846eb037547f32e94f201d1"},"message":"Update README","parents":[{"sha":"4dfd0c268fa858e98fce9f9f9104e27e6e26fbac","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/4dfd0c268fa858e98fce9f9f9104e27e6e26fbac","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/4dfd0c268fa858e98fce9f9f9104e27e6e26fbac"}],"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN PGP SIGNATURE-----\n\nwsBcBAABCAAQBQJleGazCRBK7hj4Ov3rIwAAeXcIAD8WJ1EG3fIzkuq3+wW1ERcK\n0Wjvhr7Fqwu1QaQhvsoMBQ7Jldi72tam9v3kyomchYx1X0oxWv+HLW5jXr3yAUya\nvCUwbl9As0P0r9+ZMjZFukwLQRX8wrPrTy0eaO1IGxi+d3I2fuzM1BncxaC0JRhy\n6MgQcbHBIu7Q6ntLPB3o5cfnnMUtzMOo0Ng3DPxeQtE1Rf/Bx7B7+dX8qIgugsfJ\n7FiQylG2aSDRdnn4CgyaJclJ90iWhf7x7Xo1IaEeVJTEI3t5XvJTn9R0Nl6Is8O+\nGdZQKH20TURi2NWxbYgQKwaZAzgU5qBj8YxlETjj6DVOI6SMumpOMyNIWkltb4A=\n=zg7r\n-----END PGP SIGNATURE-----\n","payload":"tree 08e45dc912b83bf43846eb037547f32e94f201d1\nparent 4dfd0c268fa858e98fce9f9f9104e27e6e26fbac\nauthor iarspider 1702389427 +0100\ncommitter GitHub 1702389427 +0100\n\nUpdate README","verified_at":"2024-01-16T19:59:59Z"}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/9/comments?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 09:33:24 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"74dab6e6bc469d64cf875908064426287a47edd2b7697be1901f72efbb2df25e"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4964'), ('X-RateLimit-Reset', '1746613875'), ('X-RateLimit-Used', '36'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E080:D3E49:3F44774:4131127:681B28E4')] +[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852047910","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9#issuecomment-1852047910","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","id":1852047910,"node_id":"IC_kwDOF83__M5uZAIm","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2023-12-12T13:36:11Z","updated_at":"2025-05-07T09:31:54Z","author_association":"MEMBER","body":"cms-bot internal usage","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852047910/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852049424","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9#issuecomment-1852049424","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","id":1852049424,"node_id":"IC_kwDOF83__M5uZAgQ","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2023-12-12T13:37:11Z","updated_at":"2023-12-12T13:37:11Z","author_association":"MEMBER","body":"+code-checks","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852049424/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852050207","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9#issuecomment-1852050207","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","id":1852050207,"node_id":"IC_kwDOF83__M5uZAsf","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2023-12-12T13:37:37Z","updated_at":"2023-12-12T13:37:37Z","author_association":"MEMBER","body":"A new Pull Request was created by iarspider for master.\n\nIt involves the following packages:\n\n- SimTracker/TrackTriggerAssociation (**simulation, l1**)\n- Validation/TrackerHits (**dqm**)\n\n\nepalencia, syuvivida, aloeliger, tjavaid, iarspider, rvenditti, antoniovagnerini, nothingface0, mdhildreth, civanch can you please review it and eventually sign? Thanks.\nthreus, mmusich, arossi83, dgulhan, VinInn, sroychow, rovere, JanFSchulte, VourMa, GiacomoSguazzoni, mtosi, missirol this is something you requested to watch as well.\nantoniovilela, sextonkennedy, rappoccio you are the release manager for this.\n\ncms-bot commands are listed here\n","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852050207/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852068434","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9#issuecomment-1852068434","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","id":1852068434,"node_id":"IC_kwDOF83__M5uZFJS","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2023-12-12T13:45:49Z","updated_at":"2023-12-12T13:45:49Z","author_association":"MEMBER","body":"+dqm","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852068434/reactions","total_count":1,"+1":1,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852079588","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9#issuecomment-1852079588","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","id":1852079588,"node_id":"IC_kwDOF83__M5uZH3k","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2023-12-12T13:52:20Z","updated_at":"2023-12-12T13:52:20Z","author_association":"MEMBER","body":"+code-checks","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852079588/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852080208","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9#issuecomment-1852080208","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","id":1852080208,"node_id":"IC_kwDOF83__M5uZIBQ","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2023-12-12T13:52:40Z","updated_at":"2023-12-12T13:52:40Z","author_association":"MEMBER","body":"Pull request #9 was updated. epalencia, iarspider, aloeliger, mdhildreth, civanch can you please check and sign again.\n","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852080208/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2857856131","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9#issuecomment-2857856131","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","id":2857856131,"node_id":"IC_kwDOF83__M6qV2yD","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-05-07T09:31:03Z","updated_at":"2025-05-07T09:31:03Z","author_association":"MEMBER","body":"urgent","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2857856131/reactions","total_count":1,"+1":1,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2857857384","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9#issuecomment-2857857384","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","id":2857857384,"node_id":"IC_kwDOF83__M6qV3Fo","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-05-07T09:31:31Z","updated_at":"2025-05-07T09:31:31Z","author_association":"MEMBER","body":"enable nano","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2857857384/reactions","total_count":1,"+1":1,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2857861730","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9#issuecomment-2857861730","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","id":2857861730,"node_id":"IC_kwDOF83__M6qV4Ji","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-05-07T09:33:02Z","updated_at":"2025-05-07T09:33:02Z","author_association":"MEMBER","body":"enable gpu,none","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2857861730/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null}] + diff --git a/tests/ReplayData/TestProcessPr.test_future_commit.txt b/tests/ReplayData/TestProcessPr.test_future_commit.txt new file mode 100644 index 00000000000..4fcf135fc2e --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_future_commit.txt @@ -0,0 +1,99 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 15 Apr 2025 12:50:53 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"dfff944ef3265e6035f568ec299cf3721582b6c457eb7ec144a90ee354c25b70"'), ('Last-Modified', 'Tue, 15 Apr 2025 12:42:37 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4963'), ('X-RateLimit-Reset', '1744721867'), ('X-RateLimit-Used', '37'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '8040:14FBBF:31535:326F3:67FE562D')] +{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-15T12:42:37Z","pushed_at":"2025-04-15T12:48:06Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1303783,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":5,"watchers":0,"default_branch":"master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-15T11:23:51Z","pushed_at":"2025-04-15T11:25:05Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1458043,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4419,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1017,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4419,"open_issues":1017,"watchers":1140,"default_branch":"master"},"source":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-15T11:23:51Z","pushed_at":"2025-04-15T11:25:05Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1458043,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4419,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1017,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4419,"open_issues":1017,"watchers":1140,"default_branch":"master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":4419,"subscribers_count":0} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/29 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 15 Apr 2025 12:50:54 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"578593e8e6f28a1c8dabb534908445dbd949ff191eb82a52431f83cab0a9b4d4"'), ('Last-Modified', 'Tue, 15 Apr 2025 12:48:07 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4962'), ('X-RateLimit-Reset', '1744721867'), ('X-RateLimit-Used', '38'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'EBC4:3D3452:33070:34273:67FE562E')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/29","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmssw","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/29/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/29/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/29/events","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/29","id":2996305528,"node_id":"PR_kwDOF83__M6SqaLT","number":29,"title":"Test future commit","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2025-04-15T12:44:08Z","updated_at":"2025-04-15T12:48:07Z","closed_at":null,"author_association":"MEMBER","type":null,"sub_issues_summary":{"total":0,"completed":0,"percent_completed":0},"active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/29","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/29","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/29.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/29.patch","merged_at":null},"body":"#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","closed_by":null,"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/29/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/29/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 15 Apr 2025 12:50:54 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4962'), ('X-RateLimit-Reset', '1744721867'), ('X-RateLimit-Used', '38'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'EBD0:14FBBF:31870:32A49:67FE562E')] +{"resources":{"core":{"limit":5000,"used":38,"remaining":4962,"reset":1744721867},"search":{"limit":30,"used":0,"remaining":30,"reset":1744721514},"graphql":{"limit":5000,"used":0,"remaining":5000,"reset":1744725054},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1744725054},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1744721514},"code_scanning_upload":{"limit":1000,"used":0,"remaining":1000,"reset":1744725054},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1744721514},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1744725054},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1744725054},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1744721514},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1744725054},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1744725054},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1744721514}},"rate":{"limit":5000,"used":38,"remaining":4962,"reset":1744721867}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/29 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 15 Apr 2025 12:50:54 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"c55c944b45a8830e700b75ae8ffaa02bfd117a275c9a92eda45b3fe3b7c7fb43"'), ('Last-Modified', 'Tue, 15 Apr 2025 12:48:07 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4961'), ('X-RateLimit-Reset', '1744721867'), ('X-RateLimit-Used', '39'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'EBD4:10887:34DB7:35FBC:67FE562E')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/29","id":2460590803,"node_id":"PR_kwDOF83__M6SqaLT","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/29","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/29.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/29.patch","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/29","number":29,"state":"open","locked":false,"title":"Test future commit","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"body":"#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","created_at":"2025-04-15T12:44:08Z","updated_at":"2025-04-15T12:48:07Z","closed_at":null,"merged_at":null,"merge_commit_sha":"5c7ea134623a94b735fffd99384a3dc6b86f8b5f","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[],"milestone":null,"draft":false,"commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/29/commits","review_comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/29/comments","review_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/29/comments","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/efbeccecde47ad114ac98995e151c672034a4d29","head":{"label":"iarspider-cmssw:test-future-commit","ref":"test-future-commit","sha":"efbeccecde47ad114ac98995e151c672034a4d29","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-15T12:42:37Z","pushed_at":"2025-04-15T12:48:06Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1303783,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":5,"watchers":0,"default_branch":"master"}},"base":{"label":"iarspider-cmssw:master","ref":"master","sha":"5c0ff138f515b5b15d6a25c0d2edafe8fb522a49","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-15T12:42:37Z","pushed_at":"2025-04-15T12:48:06Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1303783,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":5,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/29"},"html":{"href":"https://github.com/iarspider-cmssw/cmssw/pull/29"},"issue":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/29"},"comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/29/comments"},"review_comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/29/comments"},"review_comment":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/29/commits"},"statuses":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/efbeccecde47ad114ac98995e151c672034a4d29"}},"author_association":"MEMBER","auto_merge":null,"active_lock_reason":null,"merged":false,"mergeable":true,"rebaseable":true,"mergeable_state":"clean","merged_by":null,"comments":0,"review_comments":0,"maintainer_can_modify":false,"commits":1,"additions":1,"deletions":0,"changed_files":1} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/milestones/4 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 15 Apr 2025 12:50:55 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"bb6e2ce0dca3a07d451e871e79d24ae0c506d06c59c492396e523291d954b215"'), ('Last-Modified', 'Wed, 02 Apr 2025 11:34:32 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4960'), ('X-RateLimit-Reset', '1744721867'), ('X-RateLimit-Used', '40'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'EBE2:12F5E7:2DE3E:2EFDE:67FE562E')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":1,"closed_issues":12,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-02T11:34:32Z","due_on":null,"closed_at":null} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/29/files?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 15 Apr 2025 12:50:55 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"29a8ebcca22f0f75103b04b3840fbd62bf8ec2fd67c95f4058301e4817099f34"'), ('Last-Modified', 'Tue, 15 Apr 2025 12:48:07 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4959'), ('X-RateLimit-Reset', '1744721867'), ('X-RateLimit-Used', '41'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'EBEC:3D3452:336A9:348A3:67FE562F')] +[{"sha":"e6b046fbbcbcd9d3855b2dd7ec76dc92d4bc8a4d","filename":"README","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/efbeccecde47ad114ac98995e151c672034a4d29/README","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/efbeccecde47ad114ac98995e151c672034a4d29/README","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/README?ref=efbeccecde47ad114ac98995e151c672034a4d29","patch":"@@ -1 +1,2 @@\n Introduction to CMSSW: http://cms-sw.github.io\n+"}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/29/commits?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 15 Apr 2025 12:50:55 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"084261d4f558f1fbbc6b6c480a14f55905b02df4520a5a1985bba5c1bd488909"'), ('Last-Modified', 'Tue, 15 Apr 2025 12:48:07 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4958'), ('X-RateLimit-Reset', '1744721867'), ('X-RateLimit-Used', '42'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'EBF6:27ADF3:3235A:3356C:67FE562F')] +[{"sha":"efbeccecde47ad114ac98995e151c672034a4d29","node_id":"C_kwDOF83__NoAKGVmYmVjY2VjZGU0N2FkMTE0YWM5ODk5NWUxNTFjNjcyMDM0YTRkMjk","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2099-01-01T11:00:00Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2099-01-01T11:00:00Z"},"message":"Test future commit","tree":{"sha":"feb2ffa1dd7b13c96e35e020879bceed08a78acf","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/feb2ffa1dd7b13c96e35e020879bceed08a78acf"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/efbeccecde47ad114ac98995e151c672034a4d29","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/efbeccecde47ad114ac98995e151c672034a4d29","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/efbeccecde47ad114ac98995e151c672034a4d29","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/efbeccecde47ad114ac98995e151c672034a4d29/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"5c0ff138f515b5b15d6a25c0d2edafe8fb522a49","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/5c0ff138f515b5b15d6a25c0d2edafe8fb522a49","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/5c0ff138f515b5b15d6a25c0d2edafe8fb522a49"}]}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/commits/efbeccecde47ad114ac98995e151c672034a4d29/status +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 15 Apr 2025 12:50:55 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"7aeb801ed70d7d77a48a2b0b8845bd8d804ddd9de98e0d165cbcf2daa0316bf4"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo, repo:status'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4957'), ('X-RateLimit-Reset', '1744721867'), ('X-RateLimit-Used', '43'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'EC04:39734F:33141:34338:67FE562F')] +{"state":"pending","statuses":[],"sha":"efbeccecde47ad114ac98995e151c672034a4d29","total_count":0,"repository":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments"},"commit_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/efbeccecde47ad114ac98995e151c672034a4d29","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/efbeccecde47ad114ac98995e151c672034a4d29/status"} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/git/commits/efbeccecde47ad114ac98995e151c672034a4d29 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 15 Apr 2025 12:50:56 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"ddb5e2a4e52dbac32cacb89018185a00b3047f32c2858ed208e2435fdde2f3a3"'), ('Last-Modified', 'Thu, 01 Jan 2099 11:00:00 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4956'), ('X-RateLimit-Reset', '1744721867'), ('X-RateLimit-Used', '44'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'EC0A:34F886:2F812:309CD:67FE5630')] +{"sha":"efbeccecde47ad114ac98995e151c672034a4d29","node_id":"C_kwDOF83__NoAKGVmYmVjY2VjZGU0N2FkMTE0YWM5ODk5NWUxNTFjNjcyMDM0YTRkMjk","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/efbeccecde47ad114ac98995e151c672034a4d29","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/efbeccecde47ad114ac98995e151c672034a4d29","author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2099-01-01T11:00:00Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2099-01-01T11:00:00Z"},"tree":{"sha":"feb2ffa1dd7b13c96e35e020879bceed08a78acf","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/feb2ffa1dd7b13c96e35e020879bceed08a78acf"},"message":"Test future commit","parents":[{"sha":"5c0ff138f515b5b15d6a25c0d2edafe8fb522a49","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/5c0ff138f515b5b15d6a25c0d2edafe8fb522a49","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/5c0ff138f515b5b15d6a25c0d2edafe8fb522a49"}],"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}} + diff --git a/tests/ReplayData/TestProcessPr.test_get_backported_pr.txt b/tests/ReplayData/TestProcessPr.test_get_backported_pr.txt new file mode 100644 index 00000000000..dce64dea593 --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_get_backported_pr.txt @@ -0,0 +1,99 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 28 Apr 2025 09:06:09 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"b1fbb16e211d88ba42060e3a8ca38a7ce5a2b66b976cf81805f76905f844daaf"'), ('Last-Modified', 'Tue, 15 Apr 2025 12:42:37 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4958'), ('X-RateLimit-Reset', '1745831887'), ('X-RateLimit-Used', '42'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E126:16D3B4:1F4C9A5:20577FE:680F4501')] +{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-15T12:42:37Z","pushed_at":"2025-04-28T08:59:39Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1292075,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":5,"watchers":0,"default_branch":"master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-27T08:43:14Z","pushed_at":"2025-04-28T09:06:03Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1461474,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4423,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1016,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4423,"open_issues":1016,"watchers":1140,"default_branch":"master"},"source":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-27T08:43:14Z","pushed_at":"2025-04-28T09:06:03Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1461474,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4423,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1016,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4423,"open_issues":1016,"watchers":1140,"default_branch":"master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":4423,"subscribers_count":0} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/25 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 28 Apr 2025 09:06:10 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"caff7a11cc7f74b1b9cb0681a63ac7979fc79f2082395146ae04f67203aa0109"'), ('Last-Modified', 'Mon, 28 Apr 2025 08:55:27 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4957'), ('X-RateLimit-Reset', '1745831887'), ('X-RateLimit-Used', '43'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E130:8B91F:1EBB806:1FC5CBC:680F4501')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmssw","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/events","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25","id":2955921161,"node_id":"PR_kwDOF83__M6Qi_t1","number":25,"title":"Dummy commit to create test for backport","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[{"id":5899799158,"node_id":"LA_kwDOF83__M8AAAABX6fKdg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/backport","name":"backport","color":"0000ff","default":false,"description":""},{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160598938,"node_id":"LA_kwDOF83__M8AAAABbzNHmg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/new-package-pending","name":"new-package-pending","color":"e11d21","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600089,"node_id":"LA_kwDOF83__M8AAAABbzNMGQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-rejected","name":"tests-rejected","color":"e11d21","default":false,"description":null},{"id":6160600165,"node_id":"LA_kwDOF83__M8AAAABbzNMZQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-approved","name":"code-checks-approved","color":"2cbe4e","default":false,"description":null}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":2,"closed_issues":13,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-22T13:43:47Z","due_on":null,"closed_at":null},"comments":8,"created_at":"2025-03-28T11:42:42Z","updated_at":"2025-04-28T08:55:27Z","closed_at":null,"author_association":"MEMBER","type":null,"active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.patch","merged_at":null},"body":"\r\n#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","closed_by":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 28 Apr 2025 09:06:10 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4957'), ('X-RateLimit-Reset', '1745831887'), ('X-RateLimit-Used', '43'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E13C:1E5F57:207AB04:2184890:680F4502')] +{"resources":{"core":{"limit":5000,"used":43,"remaining":4957,"reset":1745831887},"search":{"limit":30,"used":0,"remaining":30,"reset":1745831230},"graphql":{"limit":5000,"used":1,"remaining":4999,"reset":1745831887},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1745834770},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1745831230},"code_scanning_upload":{"limit":1000,"used":0,"remaining":1000,"reset":1745834770},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1745831230},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1745834770},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1745834770},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1745831230},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1745834770},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1745834770},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1745831230}},"rate":{"limit":5000,"used":43,"remaining":4957,"reset":1745831887}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/25 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 28 Apr 2025 09:06:10 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"d3c1bdde7e3cdfbdb945e5cd334261d8f143d4889ecdba07412e809d585bd734"'), ('Last-Modified', 'Mon, 28 Apr 2025 08:55:27 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4956'), ('X-RateLimit-Reset', '1745831887'), ('X-RateLimit-Used', '44'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E140:119B44:6A695F:6CC575:680F4502')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25","id":2425092981,"node_id":"PR_kwDOF83__M6Qi_t1","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.patch","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","number":25,"state":"open","locked":false,"title":"Dummy commit to create test for backport","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"body":"\r\n#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","created_at":"2025-03-28T11:42:42Z","updated_at":"2025-04-28T08:55:27Z","closed_at":null,"merged_at":null,"merge_commit_sha":"3fa56abdfd2902baa5c795d27cea051393862ed6","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[{"id":5899799158,"node_id":"LA_kwDOF83__M8AAAABX6fKdg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/backport","name":"backport","color":"0000ff","default":false,"description":""},{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160598938,"node_id":"LA_kwDOF83__M8AAAABbzNHmg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/new-package-pending","name":"new-package-pending","color":"e11d21","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600089,"node_id":"LA_kwDOF83__M8AAAABbzNMGQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-rejected","name":"tests-rejected","color":"e11d21","default":false,"description":null},{"id":6160600165,"node_id":"LA_kwDOF83__M8AAAABbzNMZQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-approved","name":"code-checks-approved","color":"2cbe4e","default":false,"description":null}],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":2,"closed_issues":13,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-22T13:43:47Z","due_on":null,"closed_at":null},"draft":false,"commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/commits","review_comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/comments","review_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/comments","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/c592a62359c0f0b69dd35bacd8231714cdbab3a0","head":{"label":"iarspider-cmssw:bot-test-backport","ref":"bot-test-backport","sha":"c592a62359c0f0b69dd35bacd8231714cdbab3a0","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-15T12:42:37Z","pushed_at":"2025-04-28T08:59:39Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1292075,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":5,"watchers":0,"default_branch":"master"}},"base":{"label":"iarspider-cmssw:master","ref":"master","sha":"5c0ff138f515b5b15d6a25c0d2edafe8fb522a49","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-15T12:42:37Z","pushed_at":"2025-04-28T08:59:39Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1292075,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":5,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25"},"html":{"href":"https://github.com/iarspider-cmssw/cmssw/pull/25"},"issue":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25"},"comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/comments"},"review_comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/comments"},"review_comment":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/commits"},"statuses":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/c592a62359c0f0b69dd35bacd8231714cdbab3a0"}},"author_association":"MEMBER","auto_merge":null,"active_lock_reason":null,"merged":false,"mergeable":true,"rebaseable":true,"mergeable_state":"unstable","merged_by":null,"comments":8,"review_comments":0,"maintainer_can_modify":false,"commits":2,"additions":3,"deletions":0,"changed_files":1} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/25/files?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 28 Apr 2025 09:06:11 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"70564bfdc34c8b1ee5d124874f01d62a150f94ad14bd0be3e76036998a0365db"'), ('Last-Modified', 'Mon, 28 Apr 2025 08:55:27 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4955'), ('X-RateLimit-Reset', '1745831887'), ('X-RateLimit-Used', '45'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E150:A563F:1EA02B0:1FA8F0E:680F4502')] +[{"sha":"8ba380ffd2b1d4ab7fa8173325151d49cefee02b","filename":"README","status":"modified","additions":3,"deletions":0,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c592a62359c0f0b69dd35bacd8231714cdbab3a0/README","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c592a62359c0f0b69dd35bacd8231714cdbab3a0/README","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/README?ref=c592a62359c0f0b69dd35bacd8231714cdbab3a0","patch":"@@ -1 +1,4 @@\n Introduction to CMSSW: http://cms-sw.github.io\n+\n+Lorem Ipsum\n+-- dummy change --"}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/25/commits?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 28 Apr 2025 09:06:11 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"241263e3f50e0525a5b19876b01c6d666898b27f72767cbdab878b8e18eaeb2b"'), ('Last-Modified', 'Mon, 28 Apr 2025 08:55:27 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4954'), ('X-RateLimit-Reset', '1745831887'), ('X-RateLimit-Used', '46'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E15A:B005:1DC79E1:1ECE9FB:680F4503')] +[{"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","node_id":"C_kwDOF83__NoAKGNlZWE2OTEwNmM1ZTBlMTdjMDNjODdjMTNiZGYxODdmMDMyMTRmZWM","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"message":"Dummy commit to create test for backport","tree":{"sha":"eee933d99c922eb365978abd78380ad50743d972","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/eee933d99c922eb365978abd78380ad50743d972"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/ceea69106c5e0e17c03c87c13bdf187f03214fec","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615"}]},{"sha":"c592a62359c0f0b69dd35bacd8231714cdbab3a0","node_id":"C_kwDOF83__NoAKGM1OTJhNjIzNTljMGYwYjY5ZGQzNWJhY2Q4MjMxNzE0Y2RiYWIzYTA","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-24T14:13:55Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-24T14:13:55Z"},"message":"Dummy change to reset status","tree":{"sha":"aeb161dd5e9320ad8b732dd5649e3962181c63c9","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/aeb161dd5e9320ad8b732dd5649e3962181c63c9"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c592a62359c0f0b69dd35bacd8231714cdbab3a0","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c592a62359c0f0b69dd35bacd8231714cdbab3a0","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c592a62359c0f0b69dd35bacd8231714cdbab3a0","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c592a62359c0f0b69dd35bacd8231714cdbab3a0/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/ceea69106c5e0e17c03c87c13bdf187f03214fec"}]}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/commits/c592a62359c0f0b69dd35bacd8231714cdbab3a0/status +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 28 Apr 2025 09:06:11 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"e5769af73aea2b1c241a8036d06920792ac9cc172132bd438dc8eb21d65bfcee"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo, repo:status'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4953'), ('X-RateLimit-Reset', '1745831887'), ('X-RateLimit-Used', '47'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E166:133F67:1E341E1:1F3B3B8:680F4503')] +{"state":"failure","statuses":[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/c592a62359c0f0b69dd35bacd8231714cdbab3a0","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35831451450,"node_id":"SC_kwDOF83__M8AAAAIV7iPOg","state":"success","description":"Check details","target_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2827788285","context":"cms/25/code-checks","created_at":"2025-04-24T14:15:18Z","updated_at":"2025-04-24T14:15:18Z"},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/c592a62359c0f0b69dd35bacd8231714cdbab3a0","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35831612783,"node_id":"SC_kwDOF83__M8AAAAIV7sFbw","state":"success","description":"Tests requested by iarspider at 2025-04-24 14:15:25 UTC.","target_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2827792102","context":"bot/25/jenkins","created_at":"2025-04-24T14:20:05Z","updated_at":"2025-04-24T14:20:05Z"},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/c592a62359c0f0b69dd35bacd8231714cdbab3a0","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35832009098,"node_id":"SC_kwDOF83__M8AAAAIV8ERig","state":"error","description":"Failed: ClangBuild","target_url":"https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-40a674/45690","context":"cms/25/el8_amd64_gcc12","created_at":"2025-04-24T14:32:00Z","updated_at":"2025-04-24T14:32:00Z"},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/c592a62359c0f0b69dd35bacd8231714cdbab3a0","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35832009246,"node_id":"SC_kwDOF83__M8AAAAIV8ESHg","state":"success","description":"Finished","target_url":"https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/45690/","context":"cms/25/el8_amd64_gcc12/required","created_at":"2025-04-24T14:32:00Z","updated_at":"2025-04-24T14:32:00Z"},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/c592a62359c0f0b69dd35bacd8231714cdbab3a0","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35889567017,"node_id":"SC_kwDOF83__M8AAAAIWy9VKQ","state":"success","description":"Comment by iarspider at 2025-04-28 08:52:48 UTC processed.","target_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2834496990","context":"bot/25/ack","created_at":"2025-04-28T08:55:27Z","updated_at":"2025-04-28T08:55:27Z"}],"sha":"c592a62359c0f0b69dd35bacd8231714cdbab3a0","total_count":5,"repository":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments"},"commit_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c592a62359c0f0b69dd35bacd8231714cdbab3a0","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c592a62359c0f0b69dd35bacd8231714cdbab3a0/status"} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/git/commits/c592a62359c0f0b69dd35bacd8231714cdbab3a0 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 28 Apr 2025 09:06:11 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"d982748a11986ebb16a6c18de772bbfd13e0da80f949aeb1f49a69e04c44e0c7"'), ('Last-Modified', 'Thu, 24 Apr 2025 14:13:55 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4952'), ('X-RateLimit-Reset', '1745831887'), ('X-RateLimit-Used', '48'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E16E:1C3FA5:1F0976A:20124B2:680F4503')] +{"sha":"c592a62359c0f0b69dd35bacd8231714cdbab3a0","node_id":"C_kwDOF83__NoAKGM1OTJhNjIzNTljMGYwYjY5ZGQzNWJhY2Q4MjMxNzE0Y2RiYWIzYTA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c592a62359c0f0b69dd35bacd8231714cdbab3a0","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c592a62359c0f0b69dd35bacd8231714cdbab3a0","author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-24T14:13:55Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-24T14:13:55Z"},"tree":{"sha":"aeb161dd5e9320ad8b732dd5649e3962181c63c9","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/aeb161dd5e9320ad8b732dd5649e3962181c63c9"},"message":"Dummy change to reset status","parents":[{"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/ceea69106c5e0e17c03c87c13bdf187f03214fec"}],"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/25/comments?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 28 Apr 2025 09:06:12 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"f18767ca8a8baa9d4d7cee21bb5f02ede2b2636077aa56e06c4b0f686999034d"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4951'), ('X-RateLimit-Reset', '1745831887'), ('X-RateLimit-Used', '49'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'EA42:B005:1DC7DF8:1ECEE47:680F4503')] +[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801602205","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2801602205","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2801602205,"node_id":"IC_kwDOF83__M6m_Q6d","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-14T12:47:46Z","updated_at":"2025-04-14T12:47:46Z","author_association":"MEMBER","body":"+code-checks","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801602205/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801604675","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2801604675","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2801604675,"node_id":"IC_kwDOF83__M6m_RhD","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-14T12:48:42Z","updated_at":"2025-04-28T08:55:25Z","author_association":"MEMBER","body":"A new Pull Request was created by iarspider for master.\n\nIt involves the following packages:\n\n- README (****)\n\n\nThe following packages do not have a category, yet:\n\nREADME\nPlease create a PR for https://github.com/cms-sw/cms-bot/blob/master/categories_map.py to assign category\n\niarspider can you please review it and eventually sign? Thanks.\niarspider you are the release manager for this.\n\ncms-bot commands are listed here\n\n- Backported from #31\n","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801604675/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2827788285","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2827788285","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2827788285,"node_id":"IC_kwDOF83__M6ojJ_9","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-24T14:14:41Z","updated_at":"2025-04-24T14:14:56Z","author_association":"MEMBER","body":"+code-checks","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2827788285/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2827791554","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2827791554","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2827791554,"node_id":"IC_kwDOF83__M6ojKzC","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-24T14:15:18Z","updated_at":"2025-04-24T14:15:18Z","author_association":"MEMBER","body":"Pull request #25 was updated. iarspider can you please check and sign again.\n","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2827791554/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2827792102","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2827792102","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2827792102,"node_id":"IC_kwDOF83__M6ojK7m","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-24T14:15:25Z","updated_at":"2025-04-24T14:15:25Z","author_association":"MEMBER","body":"please test","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2827792102/reactions","total_count":1,"+1":1,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2827851759","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2827851759","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2827851759,"node_id":"IC_kwDOF83__M6ojZfv","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-24T14:26:42Z","updated_at":"2025-04-28T08:55:27Z","author_association":"MEMBER","body":"cms-bot internal usage","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2827851759/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2827886592","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2827886592","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2827886592,"node_id":"IC_kwDOF83__M6ojiAA","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-24T14:37:49Z","updated_at":"2025-04-24T14:39:04Z","author_association":"MEMBER","body":"ignore tests-rejected with invalid-type","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2827886592/reactions","total_count":1,"+1":0,"-1":1,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2834496990","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2834496990","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2834496990,"node_id":"IC_kwDOF83__M6o8v3e","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-28T08:52:48Z","updated_at":"2025-04-28T08:52:48Z","author_association":"MEMBER","body":"backport of #31 ","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2834496990/reactions","total_count":1,"+1":1,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null}] + diff --git a/tests/ReplayData/TestProcessPr.test_grant.txt b/tests/ReplayData/TestProcessPr.test_grant.txt new file mode 100644 index 00000000000..1ce1fb46a20 --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_grant.txt @@ -0,0 +1,99 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 16 Apr 2025 10:04:05 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"4f6f094ad1e5702832915386c164d7d6dfaf867fea7750ba1e59f5386357532a"'), ('Last-Modified', 'Tue, 15 Apr 2025 12:42:37 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4980'), ('X-RateLimit-Reset', '1744800943'), ('X-RateLimit-Used', '20'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9D64:9526B:35AE650:37748A4:67FF8095')] +{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-15T12:42:37Z","pushed_at":"2025-04-15T12:48:06Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1303783,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":4,"watchers":0,"default_branch":"master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-15T11:23:51Z","pushed_at":"2025-04-16T09:12:04Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1457992,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4420,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1027,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4420,"open_issues":1027,"watchers":1140,"default_branch":"master"},"source":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-15T11:23:51Z","pushed_at":"2025-04-16T09:12:04Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1457992,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4420,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1027,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4420,"open_issues":1027,"watchers":1140,"default_branch":"master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":4420,"subscribers_count":0} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/25 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 16 Apr 2025 10:04:05 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"7df2aaddc0400c0cd60fa0efd05d97daf78ec8c041f11e87f87d07cf52c35882"'), ('Last-Modified', 'Wed, 16 Apr 2025 10:03:59 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4979'), ('X-RateLimit-Reset', '1744800943'), ('X-RateLimit-Used', '21'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9D70:1A10A:41C146E:43A6F2E:67FF8095')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmssw","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/events","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25","id":2955921161,"node_id":"PR_kwDOF83__M6Qi_t1","number":25,"title":"Dummy commit to create test for backport","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160598938,"node_id":"LA_kwDOF83__M8AAAABbzNHmg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/new-package-pending","name":"new-package-pending","color":"e11d21","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600165,"node_id":"LA_kwDOF83__M8AAAABbzNMZQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-approved","name":"code-checks-approved","color":"2cbe4e","default":false,"description":null}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":1,"closed_issues":12,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-16T09:53:10Z","due_on":null,"closed_at":null},"comments":4,"created_at":"2025-03-28T11:42:42Z","updated_at":"2025-04-16T10:03:59Z","closed_at":null,"author_association":"MEMBER","type":null,"sub_issues_summary":{"total":0,"completed":0,"percent_completed":0},"active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.patch","merged_at":null},"body":"\r\n#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","closed_by":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 16 Apr 2025 10:04:05 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4979'), ('X-RateLimit-Reset', '1744800943'), ('X-RateLimit-Used', '21'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9D78:3E240B:36FAB14:38C0CCB:67FF8095')] +{"resources":{"core":{"limit":5000,"used":21,"remaining":4979,"reset":1744800943},"search":{"limit":30,"used":0,"remaining":30,"reset":1744797905},"graphql":{"limit":5000,"used":0,"remaining":5000,"reset":1744801445},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1744801445},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1744797905},"code_scanning_upload":{"limit":1000,"used":0,"remaining":1000,"reset":1744801445},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1744797905},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1744801445},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1744801445},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1744797905},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1744801445},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1744801445},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1744797905}},"rate":{"limit":5000,"used":21,"remaining":4979,"reset":1744800943}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/25 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 16 Apr 2025 10:04:06 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"8d6f1d1685f001d8ebc1aa781f99c0ac7b326fed6029719aad9faebc1f17dc4a"'), ('Last-Modified', 'Wed, 16 Apr 2025 10:03:59 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4978'), ('X-RateLimit-Reset', '1744800943'), ('X-RateLimit-Used', '22'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9D88:3E240B:36FAC3F:38C0E01:67FF8096')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25","id":2425092981,"node_id":"PR_kwDOF83__M6Qi_t1","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.patch","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","number":25,"state":"open","locked":false,"title":"Dummy commit to create test for backport","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"body":"\r\n#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","created_at":"2025-03-28T11:42:42Z","updated_at":"2025-04-16T10:03:59Z","closed_at":null,"merged_at":null,"merge_commit_sha":"de128f7405d56588ed809ad4a84dd58dc6ff59a6","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160598938,"node_id":"LA_kwDOF83__M8AAAABbzNHmg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/new-package-pending","name":"new-package-pending","color":"e11d21","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600165,"node_id":"LA_kwDOF83__M8AAAABbzNMZQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-approved","name":"code-checks-approved","color":"2cbe4e","default":false,"description":null}],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":1,"closed_issues":12,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-16T09:53:10Z","due_on":null,"closed_at":null},"draft":false,"commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/commits","review_comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/comments","review_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/comments","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/ceea69106c5e0e17c03c87c13bdf187f03214fec","head":{"label":"iarspider-cmssw:bot-test-backport","ref":"bot-test-backport","sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-15T12:42:37Z","pushed_at":"2025-04-15T12:48:06Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1303783,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":4,"watchers":0,"default_branch":"master"}},"base":{"label":"iarspider-cmssw:master","ref":"master","sha":"5c0ff138f515b5b15d6a25c0d2edafe8fb522a49","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-15T12:42:37Z","pushed_at":"2025-04-15T12:48:06Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1303783,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":4,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25"},"html":{"href":"https://github.com/iarspider-cmssw/cmssw/pull/25"},"issue":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25"},"comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/comments"},"review_comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/comments"},"review_comment":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/commits"},"statuses":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/ceea69106c5e0e17c03c87c13bdf187f03214fec"}},"author_association":"MEMBER","auto_merge":null,"active_lock_reason":null,"merged":false,"mergeable":true,"rebaseable":true,"mergeable_state":"unstable","merged_by":null,"comments":4,"review_comments":0,"maintainer_can_modify":false,"commits":1,"additions":2,"deletions":0,"changed_files":1} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/25/files?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 16 Apr 2025 10:04:06 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"a2afcbe1af03c772fcc3abeae77724857c4732bee85b0f253319b35b38fb6d42"'), ('Last-Modified', 'Wed, 16 Apr 2025 10:03:59 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4977'), ('X-RateLimit-Reset', '1744800943'), ('X-RateLimit-Used', '23'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9D96:108B61:428C4EC:4472012:67FF8096')] +[{"sha":"c367bf9be61c3a14b4a4712dae50f8cd9c9590af","filename":"README","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/ceea69106c5e0e17c03c87c13bdf187f03214fec/README","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/ceea69106c5e0e17c03c87c13bdf187f03214fec/README","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/README?ref=ceea69106c5e0e17c03c87c13bdf187f03214fec","patch":"@@ -1 +1,3 @@\n Introduction to CMSSW: http://cms-sw.github.io\n+\n+Lorem Ipsum"}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/25/commits?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 16 Apr 2025 10:04:07 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"95b8608b490667e6fa26a1bd20721c666f74d0970f6fd73f35ad27fe7f3eb8eb"'), ('Last-Modified', 'Wed, 16 Apr 2025 10:03:59 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4976'), ('X-RateLimit-Reset', '1744800943'), ('X-RateLimit-Used', '24'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9D9C:9526B:35AEF02:3775181:67FF8096')] +[{"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","node_id":"C_kwDOF83__NoAKGNlZWE2OTEwNmM1ZTBlMTdjMDNjODdjMTNiZGYxODdmMDMyMTRmZWM","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"message":"Dummy commit to create test for backport","tree":{"sha":"eee933d99c922eb365978abd78380ad50743d972","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/eee933d99c922eb365978abd78380ad50743d972"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/ceea69106c5e0e17c03c87c13bdf187f03214fec","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615"}]}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec/status +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 16 Apr 2025 10:04:07 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"b54582713843133581635bb8ffc7f31420d5077a7b1cff6f696b971f1bf6f03c"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo, repo:status'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4975'), ('X-RateLimit-Reset', '1744800943'), ('X-RateLimit-Used', '25'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9DAA:3B633F:37111EE:38D74A1:67FF8097')] +{"state":"pending","statuses":[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/ceea69106c5e0e17c03c87c13bdf187f03214fec","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35600270110,"node_id":"SC_kwDOF83__M8AAAAISfEDHg","state":"pending","description":"Waiting for authorized user to issue the test command.","target_url":null,"context":"bot/25/jenkins","created_at":"2025-04-14T12:48:40Z","updated_at":"2025-04-14T12:48:40Z"},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/ceea69106c5e0e17c03c87c13bdf187f03214fec","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35600270532,"node_id":"SC_kwDOF83__M8AAAAISfEExA","state":"success","description":"Check details","target_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2801602205","context":"cms/25/code-checks","created_at":"2025-04-14T12:48:42Z","updated_at":"2025-04-14T12:48:42Z"},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/ceea69106c5e0e17c03c87c13bdf187f03214fec","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35600270963,"node_id":"SC_kwDOF83__M8AAAAISfEGcw","state":"success","description":"Comment by iarspider at 2025-04-14 12:47:46 UTC processed.","target_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2801602205","context":"bot/25/ack","created_at":"2025-04-14T12:48:43Z","updated_at":"2025-04-14T12:48:43Z"}],"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","total_count":3,"repository":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments"},"commit_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec/status"} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/git/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 16 Apr 2025 10:04:07 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"e26dc8078f6f9489e98184fe98bc1a24fb4ee71353b478e0944f00742a4748a6"'), ('Last-Modified', 'Fri, 28 Mar 2025 11:41:21 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4974'), ('X-RateLimit-Reset', '1744800943'), ('X-RateLimit-Used', '26'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9DB8:1638A8:3FD6043:41BBB08:67FF8097')] +{"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","node_id":"C_kwDOF83__NoAKGNlZWE2OTEwNmM1ZTBlMTdjMDNjODdjMTNiZGYxODdmMDMyMTRmZWM","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/ceea69106c5e0e17c03c87c13bdf187f03214fec","author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"tree":{"sha":"eee933d99c922eb365978abd78380ad50743d972","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/eee933d99c922eb365978abd78380ad50743d972"},"message":"Dummy commit to create test for backport","parents":[{"sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615"}],"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/25/comments?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 16 Apr 2025 10:04:07 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"7b3bd808f879a9f1891eeeb24a89ce634974eee42959ffc75b1f2379bdc2528d"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4973'), ('X-RateLimit-Reset', '1744800943'), ('X-RateLimit-Used', '27'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9DC2:82D14:3621B72:37E7DBA:67FF8097')] +[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801536138","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2801536138","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2801536138,"node_id":"IC_kwDOF83__M6m_AyK","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-14T12:22:23Z","updated_at":"2025-04-14T12:22:23Z","author_association":"MEMBER","body":"cms-bot internal usage","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801536138/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801602205","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2801602205","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2801602205,"node_id":"IC_kwDOF83__M6m_Q6d","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-14T12:47:46Z","updated_at":"2025-04-14T12:47:46Z","author_association":"MEMBER","body":"+code-checks","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801602205/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801604675","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2801604675","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2801604675,"node_id":"IC_kwDOF83__M6m_RhD","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-14T12:48:42Z","updated_at":"2025-04-14T12:48:42Z","author_association":"MEMBER","body":"A new Pull Request was created by iarspider for master.\n\nIt involves the following packages:\n\n- README (****)\n\n\nThe following packages do not have a category, yet:\n\nREADME\nPlease create a PR for https://github.com/cms-sw/cms-bot/blob/master/categories_map.py to assign category\n\niarspider can you please review it and eventually sign? Thanks.\niarspider you are the release manager for this.\n\ncms-bot commands are listed here\n","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801604675/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2809066370","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2809066370","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2809066370,"node_id":"IC_kwDOF83__M6nbvOC","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-16T10:03:58Z","updated_at":"2025-04-16T10:03:58Z","author_association":"MEMBER","body":"allow @cmsbot test rights","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2809066370/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null}] + diff --git a/tests/ReplayData/TestProcessPr.test_ignore_rejected_invalid.txt b/tests/ReplayData/TestProcessPr.test_ignore_rejected_invalid.txt new file mode 100644 index 00000000000..2222203040c --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_ignore_rejected_invalid.txt @@ -0,0 +1,99 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Thu, 24 Apr 2025 14:39:31 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"569f5cc065bc377db46ac55f19d7c438cd96fcead99d3da9a93fb6f0aeb79b36"'), ('Last-Modified', 'Tue, 15 Apr 2025 12:42:37 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4782'), ('X-RateLimit-Reset', '1745506901'), ('X-RateLimit-Used', '218'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'DAAE:107E20:10A658F:10FFC71:680A4D22')] +{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-15T12:42:37Z","pushed_at":"2025-04-24T14:13:59Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1292072,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":5,"watchers":0,"default_branch":"master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-23T20:17:38Z","pushed_at":"2025-04-24T09:07:42Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1459778,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4423,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1010,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4423,"open_issues":1010,"watchers":1140,"default_branch":"master"},"source":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-23T20:17:38Z","pushed_at":"2025-04-24T09:07:42Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1459778,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4423,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1010,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4423,"open_issues":1010,"watchers":1140,"default_branch":"master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":4423,"subscribers_count":0} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/25 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Thu, 24 Apr 2025 14:39:31 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"316be733d0616b233d8ee8b93bb0b575713d307e7ef90399e6a8f881be697e8a"'), ('Last-Modified', 'Thu, 24 Apr 2025 14:39:05 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4781'), ('X-RateLimit-Reset', '1745506901'), ('X-RateLimit-Used', '219'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'DAB0:3EAC70:10A3C03:10FCFFF:680A4D23')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmssw","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/events","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25","id":2955921161,"node_id":"PR_kwDOF83__M6Qi_t1","number":25,"title":"Dummy commit to create test for backport","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160598938,"node_id":"LA_kwDOF83__M8AAAABbzNHmg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/new-package-pending","name":"new-package-pending","color":"e11d21","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600089,"node_id":"LA_kwDOF83__M8AAAABbzNMGQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-rejected","name":"tests-rejected","color":"e11d21","default":false,"description":null},{"id":6160600165,"node_id":"LA_kwDOF83__M8AAAABbzNMZQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-approved","name":"code-checks-approved","color":"2cbe4e","default":false,"description":null}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":2,"closed_issues":13,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-22T13:43:47Z","due_on":null,"closed_at":null},"comments":7,"created_at":"2025-03-28T11:42:42Z","updated_at":"2025-04-24T14:39:05Z","closed_at":null,"author_association":"MEMBER","type":null,"sub_issues_summary":{"total":0,"completed":0,"percent_completed":0},"active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.patch","merged_at":null},"body":"\r\n#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","closed_by":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Thu, 24 Apr 2025 14:39:31 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4781'), ('X-RateLimit-Reset', '1745506901'), ('X-RateLimit-Used', '219'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'DABE:2FE5EE:2D9D854:2EB51A5:680A4D23')] +{"resources":{"core":{"limit":5000,"used":219,"remaining":4781,"reset":1745506901},"search":{"limit":30,"used":0,"remaining":30,"reset":1745505631},"graphql":{"limit":5000,"used":0,"remaining":5000,"reset":1745509171},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1745509171},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1745505631},"code_scanning_upload":{"limit":1000,"used":0,"remaining":1000,"reset":1745509171},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1745505631},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1745509171},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1745509171},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1745505631},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1745509171},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1745509171},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1745505631}},"rate":{"limit":5000,"used":219,"remaining":4781,"reset":1745506901}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/25 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Thu, 24 Apr 2025 14:39:32 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"8b25becdfe3a424cc40027fe1a6ee34c33a6ddec4789afeb465f5bc84388db4f"'), ('Last-Modified', 'Thu, 24 Apr 2025 14:39:05 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4780'), ('X-RateLimit-Reset', '1745506901'), ('X-RateLimit-Used', '220'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'DACC:3EB431:165D9A2:16D2A14:680A4D23')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25","id":2425092981,"node_id":"PR_kwDOF83__M6Qi_t1","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.patch","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","number":25,"state":"open","locked":false,"title":"Dummy commit to create test for backport","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"body":"\r\n#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","created_at":"2025-03-28T11:42:42Z","updated_at":"2025-04-24T14:39:05Z","closed_at":null,"merged_at":null,"merge_commit_sha":"3fa56abdfd2902baa5c795d27cea051393862ed6","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160598938,"node_id":"LA_kwDOF83__M8AAAABbzNHmg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/new-package-pending","name":"new-package-pending","color":"e11d21","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600089,"node_id":"LA_kwDOF83__M8AAAABbzNMGQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-rejected","name":"tests-rejected","color":"e11d21","default":false,"description":null},{"id":6160600165,"node_id":"LA_kwDOF83__M8AAAABbzNMZQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-approved","name":"code-checks-approved","color":"2cbe4e","default":false,"description":null}],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":2,"closed_issues":13,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-22T13:43:47Z","due_on":null,"closed_at":null},"draft":false,"commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/commits","review_comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/comments","review_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/comments","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/c592a62359c0f0b69dd35bacd8231714cdbab3a0","head":{"label":"iarspider-cmssw:bot-test-backport","ref":"bot-test-backport","sha":"c592a62359c0f0b69dd35bacd8231714cdbab3a0","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-15T12:42:37Z","pushed_at":"2025-04-24T14:13:59Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1292072,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":5,"watchers":0,"default_branch":"master"}},"base":{"label":"iarspider-cmssw:master","ref":"master","sha":"5c0ff138f515b5b15d6a25c0d2edafe8fb522a49","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-15T12:42:37Z","pushed_at":"2025-04-24T14:13:59Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1292072,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":5,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25"},"html":{"href":"https://github.com/iarspider-cmssw/cmssw/pull/25"},"issue":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25"},"comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/comments"},"review_comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/comments"},"review_comment":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/commits"},"statuses":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/c592a62359c0f0b69dd35bacd8231714cdbab3a0"}},"author_association":"MEMBER","auto_merge":null,"active_lock_reason":null,"merged":false,"mergeable":true,"rebaseable":true,"mergeable_state":"unstable","merged_by":null,"comments":7,"review_comments":0,"maintainer_can_modify":false,"commits":2,"additions":3,"deletions":0,"changed_files":1} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/25/files?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Thu, 24 Apr 2025 14:39:32 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"70564bfdc34c8b1ee5d124874f01d62a150f94ad14bd0be3e76036998a0365db"'), ('Last-Modified', 'Thu, 24 Apr 2025 14:39:05 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4779'), ('X-RateLimit-Reset', '1745506901'), ('X-RateLimit-Used', '221'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E4B6:38321:2D10B07:2E28F97:680A4D24')] +[{"sha":"8ba380ffd2b1d4ab7fa8173325151d49cefee02b","filename":"README","status":"modified","additions":3,"deletions":0,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c592a62359c0f0b69dd35bacd8231714cdbab3a0/README","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c592a62359c0f0b69dd35bacd8231714cdbab3a0/README","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/README?ref=c592a62359c0f0b69dd35bacd8231714cdbab3a0","patch":"@@ -1 +1,4 @@\n Introduction to CMSSW: http://cms-sw.github.io\n+\n+Lorem Ipsum\n+-- dummy change --"}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/25/commits?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Thu, 24 Apr 2025 14:39:32 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"241263e3f50e0525a5b19876b01c6d666898b27f72767cbdab878b8e18eaeb2b"'), ('Last-Modified', 'Thu, 24 Apr 2025 14:39:05 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4778'), ('X-RateLimit-Reset', '1745506901'), ('X-RateLimit-Used', '222'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E4C4:3A7EC4:113804B:1193387:680A4D24')] +[{"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","node_id":"C_kwDOF83__NoAKGNlZWE2OTEwNmM1ZTBlMTdjMDNjODdjMTNiZGYxODdmMDMyMTRmZWM","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"message":"Dummy commit to create test for backport","tree":{"sha":"eee933d99c922eb365978abd78380ad50743d972","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/eee933d99c922eb365978abd78380ad50743d972"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/ceea69106c5e0e17c03c87c13bdf187f03214fec","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615"}]},{"sha":"c592a62359c0f0b69dd35bacd8231714cdbab3a0","node_id":"C_kwDOF83__NoAKGM1OTJhNjIzNTljMGYwYjY5ZGQzNWJhY2Q4MjMxNzE0Y2RiYWIzYTA","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-24T14:13:55Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-24T14:13:55Z"},"message":"Dummy change to reset status","tree":{"sha":"aeb161dd5e9320ad8b732dd5649e3962181c63c9","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/aeb161dd5e9320ad8b732dd5649e3962181c63c9"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c592a62359c0f0b69dd35bacd8231714cdbab3a0","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c592a62359c0f0b69dd35bacd8231714cdbab3a0","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c592a62359c0f0b69dd35bacd8231714cdbab3a0","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c592a62359c0f0b69dd35bacd8231714cdbab3a0/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/ceea69106c5e0e17c03c87c13bdf187f03214fec"}]}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/commits/c592a62359c0f0b69dd35bacd8231714cdbab3a0/status +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Thu, 24 Apr 2025 14:39:32 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"d0f29b853acd298efb203bee26a272a08d55d819b0b7eabd9b4b66603da50d6b"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo, repo:status'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4777'), ('X-RateLimit-Reset', '1745506901'), ('X-RateLimit-Used', '223'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E4D0:38321:2D10E55:2E292E0:680A4D24')] +{"state":"failure","statuses":[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/c592a62359c0f0b69dd35bacd8231714cdbab3a0","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35831451450,"node_id":"SC_kwDOF83__M8AAAAIV7iPOg","state":"success","description":"Check details","target_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2827788285","context":"cms/25/code-checks","created_at":"2025-04-24T14:15:18Z","updated_at":"2025-04-24T14:15:18Z"},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/c592a62359c0f0b69dd35bacd8231714cdbab3a0","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35831612783,"node_id":"SC_kwDOF83__M8AAAAIV7sFbw","state":"success","description":"Tests requested by iarspider at 2025-04-24 14:15:25 UTC.","target_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2827792102","context":"bot/25/jenkins","created_at":"2025-04-24T14:20:05Z","updated_at":"2025-04-24T14:20:05Z"},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/c592a62359c0f0b69dd35bacd8231714cdbab3a0","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35832009098,"node_id":"SC_kwDOF83__M8AAAAIV8ERig","state":"error","description":"Failed: ClangBuild","target_url":"https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-40a674/45690","context":"cms/25/el8_amd64_gcc12","created_at":"2025-04-24T14:32:00Z","updated_at":"2025-04-24T14:32:00Z"},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/c592a62359c0f0b69dd35bacd8231714cdbab3a0","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35832009246,"node_id":"SC_kwDOF83__M8AAAAIV8ESHg","state":"success","description":"Finished","target_url":"https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/45690/","context":"cms/25/el8_amd64_gcc12/required","created_at":"2025-04-24T14:32:00Z","updated_at":"2025-04-24T14:32:00Z"},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/c592a62359c0f0b69dd35bacd8231714cdbab3a0","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35832188172,"node_id":"SC_kwDOF83__M8AAAAIV8PNDA","state":"success","description":"Comment by iarspider at 2025-04-24 14:26:42 UTC processed.","target_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2827851759","context":"bot/25/ack","created_at":"2025-04-24T14:37:15Z","updated_at":"2025-04-24T14:37:15Z"}],"sha":"c592a62359c0f0b69dd35bacd8231714cdbab3a0","total_count":5,"repository":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments"},"commit_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c592a62359c0f0b69dd35bacd8231714cdbab3a0","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c592a62359c0f0b69dd35bacd8231714cdbab3a0/status"} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/git/commits/c592a62359c0f0b69dd35bacd8231714cdbab3a0 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Thu, 24 Apr 2025 14:39:33 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"d982748a11986ebb16a6c18de772bbfd13e0da80f949aeb1f49a69e04c44e0c7"'), ('Last-Modified', 'Thu, 24 Apr 2025 14:13:55 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4776'), ('X-RateLimit-Reset', '1745506901'), ('X-RateLimit-Used', '224'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E4D2:49645:1159B29:11B54BB:680A4D25')] +{"sha":"c592a62359c0f0b69dd35bacd8231714cdbab3a0","node_id":"C_kwDOF83__NoAKGM1OTJhNjIzNTljMGYwYjY5ZGQzNWJhY2Q4MjMxNzE0Y2RiYWIzYTA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c592a62359c0f0b69dd35bacd8231714cdbab3a0","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c592a62359c0f0b69dd35bacd8231714cdbab3a0","author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-24T14:13:55Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-24T14:13:55Z"},"tree":{"sha":"aeb161dd5e9320ad8b732dd5649e3962181c63c9","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/aeb161dd5e9320ad8b732dd5649e3962181c63c9"},"message":"Dummy change to reset status","parents":[{"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/ceea69106c5e0e17c03c87c13bdf187f03214fec"}],"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/25/comments?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Thu, 24 Apr 2025 14:39:33 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"16b9cc306735b040bacf82df04ec425681eaa0bf6ad56075c5cdc76796d003a6"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4775'), ('X-RateLimit-Reset', '1745506901'), ('X-RateLimit-Used', '225'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E4DC:2FE5EE:2D9E166:2EB5AD9:680A4D25')] +[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801602205","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2801602205","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2801602205,"node_id":"IC_kwDOF83__M6m_Q6d","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-14T12:47:46Z","updated_at":"2025-04-14T12:47:46Z","author_association":"MEMBER","body":"+code-checks","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801602205/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801604675","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2801604675","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2801604675,"node_id":"IC_kwDOF83__M6m_RhD","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-14T12:48:42Z","updated_at":"2025-04-14T12:48:42Z","author_association":"MEMBER","body":"A new Pull Request was created by iarspider for master.\n\nIt involves the following packages:\n\n- README (****)\n\n\nThe following packages do not have a category, yet:\n\nREADME\nPlease create a PR for https://github.com/cms-sw/cms-bot/blob/master/categories_map.py to assign category\n\niarspider can you please review it and eventually sign? Thanks.\niarspider you are the release manager for this.\n\ncms-bot commands are listed here\n","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801604675/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2827788285","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2827788285","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2827788285,"node_id":"IC_kwDOF83__M6ojJ_9","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-24T14:14:41Z","updated_at":"2025-04-24T14:14:56Z","author_association":"MEMBER","body":"+code-checks","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2827788285/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2827791554","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2827791554","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2827791554,"node_id":"IC_kwDOF83__M6ojKzC","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-24T14:15:18Z","updated_at":"2025-04-24T14:15:18Z","author_association":"MEMBER","body":"Pull request #25 was updated. iarspider can you please check and sign again.\n","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2827791554/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2827792102","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2827792102","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2827792102,"node_id":"IC_kwDOF83__M6ojK7m","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-24T14:15:25Z","updated_at":"2025-04-24T14:15:25Z","author_association":"MEMBER","body":"please test","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2827792102/reactions","total_count":1,"+1":1,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2827851759","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2827851759","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2827851759,"node_id":"IC_kwDOF83__M6ojZfv","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-24T14:26:42Z","updated_at":"2025-04-24T14:26:42Z","author_association":"MEMBER","body":"cms-bot internal usage","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2827851759/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2827886592","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2827886592","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2827886592,"node_id":"IC_kwDOF83__M6ojiAA","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-24T14:37:49Z","updated_at":"2025-04-24T14:39:04Z","author_association":"MEMBER","body":"ignore tests-rejected with invalid-type","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2827886592/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null}] + diff --git a/tests/ReplayData/TestProcessPr.test_ignore_rejected_valid.txt b/tests/ReplayData/TestProcessPr.test_ignore_rejected_valid.txt new file mode 100644 index 00000000000..8c7e0cbc800 --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_ignore_rejected_valid.txt @@ -0,0 +1,99 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Thu, 24 Apr 2025 14:38:08 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"569f5cc065bc377db46ac55f19d7c438cd96fcead99d3da9a93fb6f0aeb79b36"'), ('Last-Modified', 'Tue, 15 Apr 2025 12:42:37 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4798'), ('X-RateLimit-Reset', '1745506901'), ('X-RateLimit-Used', '202'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B106:125A25:1735935:17AA19C:680A4CD0')] +{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-15T12:42:37Z","pushed_at":"2025-04-24T14:13:59Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1292072,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":5,"watchers":0,"default_branch":"master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-23T20:17:38Z","pushed_at":"2025-04-24T09:07:42Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1459778,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4423,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1010,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4423,"open_issues":1010,"watchers":1140,"default_branch":"master"},"source":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-23T20:17:38Z","pushed_at":"2025-04-24T09:07:42Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1459778,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4423,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1010,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4423,"open_issues":1010,"watchers":1140,"default_branch":"master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":4423,"subscribers_count":0} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/25 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Thu, 24 Apr 2025 14:38:08 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"3147ee3b93eef43b26943b257b2a63a67a4d1feaef6c6edda14a5b07e49cef31"'), ('Last-Modified', 'Thu, 24 Apr 2025 14:37:51 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4797'), ('X-RateLimit-Reset', '1745506901'), ('X-RateLimit-Used', '203'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B10E:38321:2CF6FE6:2E0EBE4:680A4CD0')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmssw","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/events","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25","id":2955921161,"node_id":"PR_kwDOF83__M6Qi_t1","number":25,"title":"Dummy commit to create test for backport","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160598938,"node_id":"LA_kwDOF83__M8AAAABbzNHmg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/new-package-pending","name":"new-package-pending","color":"e11d21","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600089,"node_id":"LA_kwDOF83__M8AAAABbzNMGQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-rejected","name":"tests-rejected","color":"e11d21","default":false,"description":null},{"id":6160600165,"node_id":"LA_kwDOF83__M8AAAABbzNMZQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-approved","name":"code-checks-approved","color":"2cbe4e","default":false,"description":null}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":2,"closed_issues":13,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-22T13:43:47Z","due_on":null,"closed_at":null},"comments":7,"created_at":"2025-03-28T11:42:42Z","updated_at":"2025-04-24T14:37:51Z","closed_at":null,"author_association":"MEMBER","type":null,"sub_issues_summary":{"total":0,"completed":0,"percent_completed":0},"active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.patch","merged_at":null},"body":"\r\n#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","closed_by":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Thu, 24 Apr 2025 14:38:08 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4797'), ('X-RateLimit-Reset', '1745506901'), ('X-RateLimit-Used', '203'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B118:37C837:10BA65B:1113398:680A4CD0')] +{"resources":{"core":{"limit":5000,"used":203,"remaining":4797,"reset":1745506901},"search":{"limit":30,"used":0,"remaining":30,"reset":1745505548},"graphql":{"limit":5000,"used":0,"remaining":5000,"reset":1745509088},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1745509088},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1745505548},"code_scanning_upload":{"limit":1000,"used":0,"remaining":1000,"reset":1745509088},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1745505548},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1745509088},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1745509088},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1745505548},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1745509088},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1745509088},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1745505548}},"rate":{"limit":5000,"used":203,"remaining":4797,"reset":1745506901}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/25 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Thu, 24 Apr 2025 14:38:09 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"503ce4b74a4b582bf14d32a284e233e9275c4246df0f562ac0ec95f4d930b64d"'), ('Last-Modified', 'Thu, 24 Apr 2025 14:37:51 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4796'), ('X-RateLimit-Reset', '1745506901'), ('X-RateLimit-Used', '204'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B122:318BA2:1668239:16DD74F:680A4CD1')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25","id":2425092981,"node_id":"PR_kwDOF83__M6Qi_t1","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.patch","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","number":25,"state":"open","locked":false,"title":"Dummy commit to create test for backport","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"body":"\r\n#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","created_at":"2025-03-28T11:42:42Z","updated_at":"2025-04-24T14:37:51Z","closed_at":null,"merged_at":null,"merge_commit_sha":"3fa56abdfd2902baa5c795d27cea051393862ed6","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160598938,"node_id":"LA_kwDOF83__M8AAAABbzNHmg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/new-package-pending","name":"new-package-pending","color":"e11d21","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600089,"node_id":"LA_kwDOF83__M8AAAABbzNMGQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-rejected","name":"tests-rejected","color":"e11d21","default":false,"description":null},{"id":6160600165,"node_id":"LA_kwDOF83__M8AAAABbzNMZQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-approved","name":"code-checks-approved","color":"2cbe4e","default":false,"description":null}],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":2,"closed_issues":13,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-22T13:43:47Z","due_on":null,"closed_at":null},"draft":false,"commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/commits","review_comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/comments","review_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/comments","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/c592a62359c0f0b69dd35bacd8231714cdbab3a0","head":{"label":"iarspider-cmssw:bot-test-backport","ref":"bot-test-backport","sha":"c592a62359c0f0b69dd35bacd8231714cdbab3a0","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-15T12:42:37Z","pushed_at":"2025-04-24T14:13:59Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1292072,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":5,"watchers":0,"default_branch":"master"}},"base":{"label":"iarspider-cmssw:master","ref":"master","sha":"5c0ff138f515b5b15d6a25c0d2edafe8fb522a49","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-15T12:42:37Z","pushed_at":"2025-04-24T14:13:59Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1292072,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":5,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":5,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25"},"html":{"href":"https://github.com/iarspider-cmssw/cmssw/pull/25"},"issue":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25"},"comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/comments"},"review_comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/comments"},"review_comment":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/commits"},"statuses":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/c592a62359c0f0b69dd35bacd8231714cdbab3a0"}},"author_association":"MEMBER","auto_merge":null,"active_lock_reason":null,"merged":false,"mergeable":true,"rebaseable":true,"mergeable_state":"unstable","merged_by":null,"comments":7,"review_comments":0,"maintainer_can_modify":false,"commits":2,"additions":3,"deletions":0,"changed_files":1} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/25/files?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Thu, 24 Apr 2025 14:38:09 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"70564bfdc34c8b1ee5d124874f01d62a150f94ad14bd0be3e76036998a0365db"'), ('Last-Modified', 'Thu, 24 Apr 2025 14:37:51 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4795'), ('X-RateLimit-Reset', '1745506901'), ('X-RateLimit-Used', '205'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B128:D5206:11248DC:117F385:680A4CD1')] +[{"sha":"8ba380ffd2b1d4ab7fa8173325151d49cefee02b","filename":"README","status":"modified","additions":3,"deletions":0,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/c592a62359c0f0b69dd35bacd8231714cdbab3a0/README","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/c592a62359c0f0b69dd35bacd8231714cdbab3a0/README","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/README?ref=c592a62359c0f0b69dd35bacd8231714cdbab3a0","patch":"@@ -1 +1,4 @@\n Introduction to CMSSW: http://cms-sw.github.io\n+\n+Lorem Ipsum\n+-- dummy change --"}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/25/commits?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Thu, 24 Apr 2025 14:38:10 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"241263e3f50e0525a5b19876b01c6d666898b27f72767cbdab878b8e18eaeb2b"'), ('Last-Modified', 'Thu, 24 Apr 2025 14:37:51 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4794'), ('X-RateLimit-Reset', '1745506901'), ('X-RateLimit-Used', '206'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B130:3EAC70:108858D:10E1139:680A4CD1')] +[{"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","node_id":"C_kwDOF83__NoAKGNlZWE2OTEwNmM1ZTBlMTdjMDNjODdjMTNiZGYxODdmMDMyMTRmZWM","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"message":"Dummy commit to create test for backport","tree":{"sha":"eee933d99c922eb365978abd78380ad50743d972","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/eee933d99c922eb365978abd78380ad50743d972"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/ceea69106c5e0e17c03c87c13bdf187f03214fec","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615"}]},{"sha":"c592a62359c0f0b69dd35bacd8231714cdbab3a0","node_id":"C_kwDOF83__NoAKGM1OTJhNjIzNTljMGYwYjY5ZGQzNWJhY2Q4MjMxNzE0Y2RiYWIzYTA","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-24T14:13:55Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-24T14:13:55Z"},"message":"Dummy change to reset status","tree":{"sha":"aeb161dd5e9320ad8b732dd5649e3962181c63c9","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/aeb161dd5e9320ad8b732dd5649e3962181c63c9"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c592a62359c0f0b69dd35bacd8231714cdbab3a0","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c592a62359c0f0b69dd35bacd8231714cdbab3a0","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c592a62359c0f0b69dd35bacd8231714cdbab3a0","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c592a62359c0f0b69dd35bacd8231714cdbab3a0/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/ceea69106c5e0e17c03c87c13bdf187f03214fec"}]}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/commits/c592a62359c0f0b69dd35bacd8231714cdbab3a0/status +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Thu, 24 Apr 2025 14:38:10 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"d0f29b853acd298efb203bee26a272a08d55d819b0b7eabd9b4b66603da50d6b"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo, repo:status'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4793'), ('X-RateLimit-Reset', '1745506901'), ('X-RateLimit-Used', '207'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B13C:395D5D:1163404:11BDA14:680A4CD2')] +{"state":"failure","statuses":[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/c592a62359c0f0b69dd35bacd8231714cdbab3a0","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35831451450,"node_id":"SC_kwDOF83__M8AAAAIV7iPOg","state":"success","description":"Check details","target_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2827788285","context":"cms/25/code-checks","created_at":"2025-04-24T14:15:18Z","updated_at":"2025-04-24T14:15:18Z"},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/c592a62359c0f0b69dd35bacd8231714cdbab3a0","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35831612783,"node_id":"SC_kwDOF83__M8AAAAIV7sFbw","state":"success","description":"Tests requested by iarspider at 2025-04-24 14:15:25 UTC.","target_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2827792102","context":"bot/25/jenkins","created_at":"2025-04-24T14:20:05Z","updated_at":"2025-04-24T14:20:05Z"},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/c592a62359c0f0b69dd35bacd8231714cdbab3a0","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35832009098,"node_id":"SC_kwDOF83__M8AAAAIV8ERig","state":"error","description":"Failed: ClangBuild","target_url":"https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-40a674/45690","context":"cms/25/el8_amd64_gcc12","created_at":"2025-04-24T14:32:00Z","updated_at":"2025-04-24T14:32:00Z"},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/c592a62359c0f0b69dd35bacd8231714cdbab3a0","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35832009246,"node_id":"SC_kwDOF83__M8AAAAIV8ESHg","state":"success","description":"Finished","target_url":"https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/45690/","context":"cms/25/el8_amd64_gcc12/required","created_at":"2025-04-24T14:32:00Z","updated_at":"2025-04-24T14:32:00Z"},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/c592a62359c0f0b69dd35bacd8231714cdbab3a0","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35832188172,"node_id":"SC_kwDOF83__M8AAAAIV8PNDA","state":"success","description":"Comment by iarspider at 2025-04-24 14:26:42 UTC processed.","target_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2827851759","context":"bot/25/ack","created_at":"2025-04-24T14:37:15Z","updated_at":"2025-04-24T14:37:15Z"}],"sha":"c592a62359c0f0b69dd35bacd8231714cdbab3a0","total_count":5,"repository":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments"},"commit_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c592a62359c0f0b69dd35bacd8231714cdbab3a0","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c592a62359c0f0b69dd35bacd8231714cdbab3a0/status"} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/git/commits/c592a62359c0f0b69dd35bacd8231714cdbab3a0 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Thu, 24 Apr 2025 14:38:10 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"d982748a11986ebb16a6c18de772bbfd13e0da80f949aeb1f49a69e04c44e0c7"'), ('Last-Modified', 'Thu, 24 Apr 2025 14:13:55 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4792'), ('X-RateLimit-Reset', '1745506901'), ('X-RateLimit-Used', '208'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B142:395D5D:116351D:11BDB2C:680A4CD2')] +{"sha":"c592a62359c0f0b69dd35bacd8231714cdbab3a0","node_id":"C_kwDOF83__NoAKGM1OTJhNjIzNTljMGYwYjY5ZGQzNWJhY2Q4MjMxNzE0Y2RiYWIzYTA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c592a62359c0f0b69dd35bacd8231714cdbab3a0","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c592a62359c0f0b69dd35bacd8231714cdbab3a0","author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-24T14:13:55Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-24T14:13:55Z"},"tree":{"sha":"aeb161dd5e9320ad8b732dd5649e3962181c63c9","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/aeb161dd5e9320ad8b732dd5649e3962181c63c9"},"message":"Dummy change to reset status","parents":[{"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/ceea69106c5e0e17c03c87c13bdf187f03214fec"}],"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/25/comments?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Thu, 24 Apr 2025 14:38:10 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"52956752abd28fec9a8bbbdf5e66eae70fcddd65adb6d2a86e6ce4e04d842ab3"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4791'), ('X-RateLimit-Reset', '1745506901'), ('X-RateLimit-Used', '209'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B146:38321:2CF7B63:2E0F7BE:680A4CD2')] +[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801602205","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2801602205","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2801602205,"node_id":"IC_kwDOF83__M6m_Q6d","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-14T12:47:46Z","updated_at":"2025-04-14T12:47:46Z","author_association":"MEMBER","body":"+code-checks","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801602205/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801604675","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2801604675","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2801604675,"node_id":"IC_kwDOF83__M6m_RhD","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-14T12:48:42Z","updated_at":"2025-04-14T12:48:42Z","author_association":"MEMBER","body":"A new Pull Request was created by iarspider for master.\n\nIt involves the following packages:\n\n- README (****)\n\n\nThe following packages do not have a category, yet:\n\nREADME\nPlease create a PR for https://github.com/cms-sw/cms-bot/blob/master/categories_map.py to assign category\n\niarspider can you please review it and eventually sign? Thanks.\niarspider you are the release manager for this.\n\ncms-bot commands are listed here\n","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801604675/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2827788285","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2827788285","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2827788285,"node_id":"IC_kwDOF83__M6ojJ_9","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-24T14:14:41Z","updated_at":"2025-04-24T14:14:56Z","author_association":"MEMBER","body":"+code-checks","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2827788285/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2827791554","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2827791554","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2827791554,"node_id":"IC_kwDOF83__M6ojKzC","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-24T14:15:18Z","updated_at":"2025-04-24T14:15:18Z","author_association":"MEMBER","body":"Pull request #25 was updated. iarspider can you please check and sign again.\n","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2827791554/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2827792102","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2827792102","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2827792102,"node_id":"IC_kwDOF83__M6ojK7m","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-24T14:15:25Z","updated_at":"2025-04-24T14:15:25Z","author_association":"MEMBER","body":"please test","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2827792102/reactions","total_count":1,"+1":1,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2827851759","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2827851759","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2827851759,"node_id":"IC_kwDOF83__M6ojZfv","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-24T14:26:42Z","updated_at":"2025-04-24T14:26:42Z","author_association":"MEMBER","body":"cms-bot internal usage","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2827851759/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2827886592","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2827886592","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2827886592,"node_id":"IC_kwDOF83__M6ojiAA","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-24T14:37:49Z","updated_at":"2025-04-24T14:37:49Z","author_association":"MEMBER","body":"ignore tests-rejected with manual-override","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2827886592/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null}] + diff --git a/tests/ReplayData/TestProcessPr.test_ignore_sign.txt b/tests/ReplayData/TestProcessPr.test_ignore_sign.txt new file mode 100644 index 00000000000..d3d4b1ea027 --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_ignore_sign.txt @@ -0,0 +1,99 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 09:36:21 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"91b73a5bb4a8e7c00982bfa63c8532031f164e28528da621e9043511c3e95be4"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:43:16 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4947'), ('X-RateLimit-Reset', '1746613875'), ('X-RateLimit-Used', '53'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B31C:70951:42E39A5:44D1D51:681B2994')] +{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-30T13:43:16Z","pushed_at":"2025-05-07T09:27:45Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1305110,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":8,"watchers":0,"default_branch":"master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-05-07T07:56:35Z","pushed_at":"2025-05-07T09:07:47Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1461658,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4427,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1034,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4427,"open_issues":1034,"watchers":1140,"default_branch":"master"},"source":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-05-07T07:56:35Z","pushed_at":"2025-05-07T09:07:47Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1461658,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4427,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1034,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4427,"open_issues":1034,"watchers":1140,"default_branch":"master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":4427,"subscribers_count":0} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/9 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 09:36:21 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"94d9f0c7488e5ce5a6e936ae9079720efb76032ce125212ad8b67e1c6a84220d"'), ('Last-Modified', 'Wed, 07 May 2025 09:35:14 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4946'), ('X-RateLimit-Reset', '1746613875'), ('X-RateLimit-Used', '54'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B326:25D19E:16B840E:1763C7D:681B2995')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmssw","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9/events","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9","id":2037764811,"node_id":"PR_kwDOF83__M5hyyjJ","number":9,"title":"Iarspider patch 1","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160599055,"node_id":"LA_kwDOF83__M8AAAABbzNIDw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/urgent","name":"urgent","color":"cc317c","default":false,"description":null},{"id":6160599807,"node_id":"LA_kwDOF83__M8AAAABbzNK_w","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/trk","name":"trk","color":"257fdb","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600115,"node_id":"LA_kwDOF83__M8AAAABbzNMMw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-pending","name":"code-checks-pending","color":"fbca04","default":false,"description":null},{"id":6160600663,"node_id":"LA_kwDOF83__M8AAAABbzNOVw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/dqm-pending","name":"dqm-pending","color":"fbca04","default":false,"description":null},{"id":6160601371,"node_id":"LA_kwDOF83__M8AAAABbzNRGw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/l1-pending","name":"l1-pending","color":"fbca04","default":false,"description":null},{"id":6160601741,"node_id":"LA_kwDOF83__M8AAAABbzNSjQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/simulation-pending","name":"simulation-pending","color":"fbca04","default":false,"description":null}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":5,"closed_issues":16,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-05-07T09:31:49Z","due_on":null,"closed_at":null},"comments":10,"created_at":"2023-12-12T13:32:54Z","updated_at":"2025-05-07T09:35:14Z","closed_at":null,"author_association":"MEMBER","type":null,"active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/9","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/9.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/9.patch","merged_at":null},"body":" \r\n \r\n","closed_by":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 09:36:21 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4946'), ('X-RateLimit-Reset', '1746613875'), ('X-RateLimit-Used', '54'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B328:13F438:3F936A3:41813F2:681B2995')] +{"resources":{"core":{"limit":5000,"used":54,"remaining":4946,"reset":1746613875},"search":{"limit":30,"used":0,"remaining":30,"reset":1746610641},"graphql":{"limit":5000,"used":0,"remaining":5000,"reset":1746614181},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1746614181},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1746610641},"code_scanning_upload":{"limit":5000,"used":54,"remaining":4946,"reset":1746613875},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1746610641},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1746614181},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1746614181},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1746610641},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1746614181},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1746614181},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1746610641}},"rate":{"limit":5000,"used":54,"remaining":4946,"reset":1746613875}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/9 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 09:36:22 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"ec02c825999ec40c74896d8ac7c94aa5e7163a0088c23cf03bb163d032bf4d43"'), ('Last-Modified', 'Wed, 07 May 2025 09:35:14 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4945'), ('X-RateLimit-Reset', '1746613875'), ('X-RateLimit-Used', '55'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '84D6:6810F:4598E67:4786BFA:681B2995')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/9","id":1640704201,"node_id":"PR_kwDOF83__M5hyyjJ","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/9.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/9.patch","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","number":9,"state":"open","locked":false,"title":"Iarspider patch 1","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"body":" \r\n \r\n","created_at":"2023-12-12T13:32:54Z","updated_at":"2025-05-07T09:35:14Z","closed_at":null,"merged_at":null,"merge_commit_sha":"c1571de061ad26ca9c95948735889ebae9d14145","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160599055,"node_id":"LA_kwDOF83__M8AAAABbzNIDw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/urgent","name":"urgent","color":"cc317c","default":false,"description":null},{"id":6160599807,"node_id":"LA_kwDOF83__M8AAAABbzNK_w","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/trk","name":"trk","color":"257fdb","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600115,"node_id":"LA_kwDOF83__M8AAAABbzNMMw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-pending","name":"code-checks-pending","color":"fbca04","default":false,"description":null},{"id":6160600663,"node_id":"LA_kwDOF83__M8AAAABbzNOVw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/dqm-pending","name":"dqm-pending","color":"fbca04","default":false,"description":null},{"id":6160601371,"node_id":"LA_kwDOF83__M8AAAABbzNRGw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/l1-pending","name":"l1-pending","color":"fbca04","default":false,"description":null},{"id":6160601741,"node_id":"LA_kwDOF83__M8AAAABbzNSjQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/simulation-pending","name":"simulation-pending","color":"fbca04","default":false,"description":null}],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":5,"closed_issues":16,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-05-07T09:31:49Z","due_on":null,"closed_at":null},"draft":false,"commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/9/commits","review_comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/9/comments","review_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9/comments","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","head":{"label":"iarspider-cmssw:iarspider-patch-1","ref":"iarspider-patch-1","sha":"5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-30T13:43:16Z","pushed_at":"2025-05-07T09:27:45Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1305110,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":8,"watchers":0,"default_branch":"master"}},"base":{"label":"iarspider-cmssw:master","ref":"master","sha":"c83ecb127f70592a95b0544c2e7e2404c9d7e440","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-30T13:43:16Z","pushed_at":"2025-05-07T09:27:45Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1305110,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":8,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/9"},"html":{"href":"https://github.com/iarspider-cmssw/cmssw/pull/9"},"issue":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9"},"comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9/comments"},"review_comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/9/comments"},"review_comment":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/9/commits"},"statuses":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4"}},"author_association":"MEMBER","auto_merge":null,"active_lock_reason":null,"merged":false,"mergeable":true,"rebaseable":true,"mergeable_state":"unstable","merged_by":null,"comments":10,"review_comments":0,"maintainer_can_modify":false,"commits":4,"additions":3,"deletions":1,"changed_files":2} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/9/files?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 09:36:22 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"e65538f3a8b0a4b2a0f45b53febf8b6cf5619a8f9e518e83128d7bf30f98760b"'), ('Last-Modified', 'Wed, 07 May 2025 09:35:14 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4944'), ('X-RateLimit-Reset', '1746613875'), ('X-RateLimit-Used', '56'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '84D8:11CB2C:43F1E6D:45DFC5F:681B2996')] +[{"sha":"9a83848133c1de5c6e0071f6c8ed7e527529534d","filename":"SimTracker/TrackTriggerAssociation/doc/README","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4/SimTracker%2FTrackTriggerAssociation%2Fdoc%2FREADME","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4/SimTracker%2FTrackTriggerAssociation%2Fdoc%2FREADME","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackTriggerAssociation%2Fdoc%2FREADME?ref=5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","patch":"@@ -1,3 +1,4 @@\n+123321 000\n README SimTracker/TrackTriggerAssociation\n \n S.Viret: 26/07/16\n@@ -6,4 +7,4 @@ Documentation on TrackTriggerAssociation package is available on the following T\n \n For the TTClusters: https://twiki.cern.ch/twiki/bin/viewauth/CMS/SLHCTrackerTriggerSWTools#MC_truth_for_TTCluster\n \n-For the TTStubs: https://twiki.cern.ch/twiki/bin/viewauth/CMS/SLHCTrackerTriggerSWTools#MC_truth_for_TTStub\n\\ No newline at end of file\n+For the TTStubs: https://twiki.cern.ch/twiki/bin/viewauth/CMS/SLHCTrackerTriggerSWTools#MC_truth_for_TTStub"},{"sha":"fec8f9d86c13d6ca0ba7316317695d3df46af93d","filename":"Validation/TrackerHits/test/README","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4/Validation%2FTrackerHits%2Ftest%2FREADME","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4/Validation%2FTrackerHits%2Ftest%2FREADME","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Validation%2FTrackerHits%2Ftest%2FREADME?ref=5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","patch":"@@ -1,2 +1,3 @@\n+456654 000\n cmsRun runP.cfg\n eval `scramv1 ru -csh`"}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/9/commits?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 09:36:22 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"8074293a3f991162041e34db2ae82fe7f0474eeb2ee6672ac44c5317099495b9"'), ('Last-Modified', 'Wed, 07 May 2025 09:35:14 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4943'), ('X-RateLimit-Reset', '1746613875'), ('X-RateLimit-Used', '57'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '84DE:61692:4386D30:45749A2:681B2996')] +[{"sha":"5391c56598b2b29a7ab6a5a5f3dbac8ec511574f","node_id":"C_kwDOF83__NoAKDUzOTFjNTY1OThiMmIyOWE3YWI2YTVhNWYzZGJhYzhlYzUxMTU3NGY","commit":{"author":{"name":"iarspider","email":"iarspider@gmail.com","date":"2023-12-12T13:31:11Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2023-12-12T13:31:11Z"},"message":"Update README","tree":{"sha":"b7bf7ac8d36f5c29169126103b0127be176634db","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/b7bf7ac8d36f5c29169126103b0127be176634db"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/5391c56598b2b29a7ab6a5a5f3dbac8ec511574f","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN PGP SIGNATURE-----\n\nwsBcBAABCAAQBQJleGCfCRBK7hj4Ov3rIwAAwngIAHnbeRj5WrJ7dp++xVef+Q/o\nWnbeynvVtg4iYmyGtiTYNB+fJ5olhbz5f6OSMzfGRuNUq9/UDE6o9xx4S1UZC73T\nBGDeNIj66dBMKp2+pSVlSS8s/xOaDpjnzlbyHa9rPfzWg4ksNimrpSzjWglQnfe1\nRJ/neas+K1I/eTZDAmOOZW5PGJSVZ1OTakJYMJxHt2VdDzTSLZRi6rIlRMF172qI\nXzOqoRzvxxFG6VmFU1dsKC9Xa7+2CSt+iHkoURrs1/m0AluXmvbPlgYm9+RMm4hw\n5j1P2Tgjzcq3UgomXqNg/Q6DOEEuSdhvSwzJd4dRYs5DbB0mnTwFMdeDKbrFN5c=\n=m9Zu\n-----END PGP SIGNATURE-----\n","payload":"tree b7bf7ac8d36f5c29169126103b0127be176634db\nparent 92957fee5d01ccef529a274e614af273046da378\nauthor iarspider 1702387871 +0100\ncommitter GitHub 1702387871 +0100\n\nUpdate README","verified_at":"2024-01-16T19:59:59Z"}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/5391c56598b2b29a7ab6a5a5f3dbac8ec511574f","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/5391c56598b2b29a7ab6a5a5f3dbac8ec511574f","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/5391c56598b2b29a7ab6a5a5f3dbac8ec511574f/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"92957fee5d01ccef529a274e614af273046da378","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/92957fee5d01ccef529a274e614af273046da378","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/92957fee5d01ccef529a274e614af273046da378"}]},{"sha":"17338beb185f1d28fdda4387ac6251c84c927eea","node_id":"C_kwDOF83__NoAKDE3MzM4YmViMTg1ZjFkMjhmZGRhNDM4N2FjNjI1MWM4NGM5MjdlZWE","commit":{"author":{"name":"iarspider","email":"iarspider@gmail.com","date":"2023-12-12T13:31:50Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2023-12-12T13:31:50Z"},"message":"Update README","tree":{"sha":"1120a135cbe3c8ae46e1fcbe14889ea77fee4331","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/1120a135cbe3c8ae46e1fcbe14889ea77fee4331"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/17338beb185f1d28fdda4387ac6251c84c927eea","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN PGP SIGNATURE-----\n\nwsBcBAABCAAQBQJleGDGCRBK7hj4Ov3rIwAArdsIADPEgFRz/FpWSa1dGiTrudWZ\nzC/TPrYBbEIdbLmn+yJ+xZiONsjQsmgbS00iCvmb5uhv9nWhW+qNuEsfUioTdNn4\n1pXXHEWs0fUyGEdkw3R1RYvBRA5cKN6Gczn8U48V5oxEHtYBaKxH5nwUe9bzqoea\nMQoE48ZBAURR3YFN5GYHaPKyu1DQbJfmnmjYdw1ZRl8jWT2xO06um9td6eamPZt0\n9Fj96ZDBVbQ74zuSb66AFaFec1/OmEmAI6/6asl65GrtNVap9EQjyqEL0vEa/DRf\n0izxzc/5xe3X4+T60X/AkR4APDjo3ukzi+eY53MPnM0L5oGaStp8f5x7/XiHzkM=\n=dfHZ\n-----END PGP SIGNATURE-----\n","payload":"tree 1120a135cbe3c8ae46e1fcbe14889ea77fee4331\nparent 5391c56598b2b29a7ab6a5a5f3dbac8ec511574f\nauthor iarspider 1702387910 +0100\ncommitter GitHub 1702387910 +0100\n\nUpdate README","verified_at":"2024-01-16T19:59:59Z"}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/17338beb185f1d28fdda4387ac6251c84c927eea","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/17338beb185f1d28fdda4387ac6251c84c927eea","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/17338beb185f1d28fdda4387ac6251c84c927eea/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"5391c56598b2b29a7ab6a5a5f3dbac8ec511574f","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/5391c56598b2b29a7ab6a5a5f3dbac8ec511574f","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/5391c56598b2b29a7ab6a5a5f3dbac8ec511574f"}]},{"sha":"4dfd0c268fa858e98fce9f9f9104e27e6e26fbac","node_id":"C_kwDOF83__NoAKDRkZmQwYzI2OGZhODU4ZTk4ZmNlOWY5ZjkxMDRlMjdlNmUyNmZiYWM","commit":{"author":{"name":"iarspider","email":"iarspider@gmail.com","date":"2023-12-12T13:51:25Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2023-12-12T13:51:25Z"},"message":"Update README","tree":{"sha":"baea5a0503fafad6f38c69b0e34bf63274269c28","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/baea5a0503fafad6f38c69b0e34bf63274269c28"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/4dfd0c268fa858e98fce9f9f9104e27e6e26fbac","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN PGP SIGNATURE-----\n\nwsBcBAABCAAQBQJleGVdCRBK7hj4Ov3rIwAAvIAIAEbYBfdeTGHftdXGzTn9G0QL\nG6GegjwyKdK5JYDmddzvHj1nZJbjEEGMJKKDepcvQHxIs1H6nZsxCQ1r6cjfk/0j\nQUCzZqkvgq7VpeLINSn/eA8kjNcYk0cfmQI+T2VNh+nGtZ4C5l9o+cPKZgp40ea0\nh97B+zncieWEwUis1WaZcUYOP2Mc1e3M/AuKTDNSwrVoop9J9sTmO/ywAvluzn4T\nZ7b22uON76ZdErlYYqyLOLYPeYbVZdjXI7xV/BHG6PkMZYRqbQinHE5PVwv7xxQQ\nQhKYCk8TOA7Pqj8uAaLQNkNvTFa+mnBlfgOkBtcDAo+gspqwgTpPb120zpP+TlQ=\n=kw38\n-----END PGP SIGNATURE-----\n","payload":"tree baea5a0503fafad6f38c69b0e34bf63274269c28\nparent 17338beb185f1d28fdda4387ac6251c84c927eea\nauthor iarspider 1702389085 +0100\ncommitter GitHub 1702389085 +0100\n\nUpdate README","verified_at":"2024-01-16T19:59:59Z"}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/4dfd0c268fa858e98fce9f9f9104e27e6e26fbac","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/4dfd0c268fa858e98fce9f9f9104e27e6e26fbac","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/4dfd0c268fa858e98fce9f9f9104e27e6e26fbac/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"17338beb185f1d28fdda4387ac6251c84c927eea","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/17338beb185f1d28fdda4387ac6251c84c927eea","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/17338beb185f1d28fdda4387ac6251c84c927eea"}]},{"sha":"5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","node_id":"C_kwDOF83__NoAKDVhNzZjNWJkMmZjOTNlZjg3ZWFjOGE0OGY1ZmM1ODE2YjAxZDdmYzQ","commit":{"author":{"name":"iarspider","email":"iarspider@gmail.com","date":"2023-12-12T13:57:07Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2023-12-12T13:57:07Z"},"message":"Update README","tree":{"sha":"08e45dc912b83bf43846eb037547f32e94f201d1","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/08e45dc912b83bf43846eb037547f32e94f201d1"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN PGP SIGNATURE-----\n\nwsBcBAABCAAQBQJleGazCRBK7hj4Ov3rIwAAeXcIAD8WJ1EG3fIzkuq3+wW1ERcK\n0Wjvhr7Fqwu1QaQhvsoMBQ7Jldi72tam9v3kyomchYx1X0oxWv+HLW5jXr3yAUya\nvCUwbl9As0P0r9+ZMjZFukwLQRX8wrPrTy0eaO1IGxi+d3I2fuzM1BncxaC0JRhy\n6MgQcbHBIu7Q6ntLPB3o5cfnnMUtzMOo0Ng3DPxeQtE1Rf/Bx7B7+dX8qIgugsfJ\n7FiQylG2aSDRdnn4CgyaJclJ90iWhf7x7Xo1IaEeVJTEI3t5XvJTn9R0Nl6Is8O+\nGdZQKH20TURi2NWxbYgQKwaZAzgU5qBj8YxlETjj6DVOI6SMumpOMyNIWkltb4A=\n=zg7r\n-----END PGP SIGNATURE-----\n","payload":"tree 08e45dc912b83bf43846eb037547f32e94f201d1\nparent 4dfd0c268fa858e98fce9f9f9104e27e6e26fbac\nauthor iarspider 1702389427 +0100\ncommitter GitHub 1702389427 +0100\n\nUpdate README","verified_at":"2024-01-16T19:59:59Z"}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"4dfd0c268fa858e98fce9f9f9104e27e6e26fbac","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/4dfd0c268fa858e98fce9f9f9104e27e6e26fbac","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/4dfd0c268fa858e98fce9f9f9104e27e6e26fbac"}]}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/commits/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4/status +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 09:36:23 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"40167ffefa8917d8107643c6076e1a9e5e436f2603175e55db2be7b399642505"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo, repo:status'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4942'), ('X-RateLimit-Reset', '1746613875'), ('X-RateLimit-Used', '58'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '84E8:70951:42E4549:44D291D:681B2997')] +{"state":"pending","statuses":[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":36095551221,"node_id":"SC_kwDOF83__M8AAAAIZ3Zm9Q","state":"pending","description":"code-checks requested","target_url":null,"context":"cms/9/code-checks","created_at":"2025-05-07T09:31:53Z","updated_at":"2025-05-07T09:31:53Z"}],"sha":"5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","total_count":1,"repository":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments"},"commit_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4/status"} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/git/commits/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 09:36:23 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"09faac459b34e80ee5bc618de0ff1d1be60447ed3d53061aa76c1f669b013a33"'), ('Last-Modified', 'Tue, 12 Dec 2023 13:57:07 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4941'), ('X-RateLimit-Reset', '1746613875'), ('X-RateLimit-Used', '59'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '84F0:DBD15:423637E:4424114:681B2997')] +{"sha":"5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","node_id":"C_kwDOF83__NoAKDVhNzZjNWJkMmZjOTNlZjg3ZWFjOGE0OGY1ZmM1ODE2YjAxZDdmYzQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","author":{"name":"iarspider","email":"iarspider@gmail.com","date":"2023-12-12T13:57:07Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2023-12-12T13:57:07Z"},"tree":{"sha":"08e45dc912b83bf43846eb037547f32e94f201d1","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/08e45dc912b83bf43846eb037547f32e94f201d1"},"message":"Update README","parents":[{"sha":"4dfd0c268fa858e98fce9f9f9104e27e6e26fbac","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/4dfd0c268fa858e98fce9f9f9104e27e6e26fbac","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/4dfd0c268fa858e98fce9f9f9104e27e6e26fbac"}],"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN PGP SIGNATURE-----\n\nwsBcBAABCAAQBQJleGazCRBK7hj4Ov3rIwAAeXcIAD8WJ1EG3fIzkuq3+wW1ERcK\n0Wjvhr7Fqwu1QaQhvsoMBQ7Jldi72tam9v3kyomchYx1X0oxWv+HLW5jXr3yAUya\nvCUwbl9As0P0r9+ZMjZFukwLQRX8wrPrTy0eaO1IGxi+d3I2fuzM1BncxaC0JRhy\n6MgQcbHBIu7Q6ntLPB3o5cfnnMUtzMOo0Ng3DPxeQtE1Rf/Bx7B7+dX8qIgugsfJ\n7FiQylG2aSDRdnn4CgyaJclJ90iWhf7x7Xo1IaEeVJTEI3t5XvJTn9R0Nl6Is8O+\nGdZQKH20TURi2NWxbYgQKwaZAzgU5qBj8YxlETjj6DVOI6SMumpOMyNIWkltb4A=\n=zg7r\n-----END PGP SIGNATURE-----\n","payload":"tree 08e45dc912b83bf43846eb037547f32e94f201d1\nparent 4dfd0c268fa858e98fce9f9f9104e27e6e26fbac\nauthor iarspider 1702389427 +0100\ncommitter GitHub 1702389427 +0100\n\nUpdate README","verified_at":"2024-01-16T19:59:59Z"}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/9/comments?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 09:36:23 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"b093eec7204105f71f333ee3c7b7e7504879dac6d8475cb44db1bcc23c86273f"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4940'), ('X-RateLimit-Reset', '1746613875'), ('X-RateLimit-Used', '60'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '8500:151E71:3F8A12B:4177EBF:681B2997')] +[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852047910","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9#issuecomment-1852047910","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","id":1852047910,"node_id":"IC_kwDOF83__M5uZAIm","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2023-12-12T13:36:11Z","updated_at":"2025-05-07T09:31:54Z","author_association":"MEMBER","body":"cms-bot internal usage","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852047910/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852049424","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9#issuecomment-1852049424","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","id":1852049424,"node_id":"IC_kwDOF83__M5uZAgQ","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2023-12-12T13:37:11Z","updated_at":"2023-12-12T13:37:11Z","author_association":"MEMBER","body":"+code-checks","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852049424/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852050207","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9#issuecomment-1852050207","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","id":1852050207,"node_id":"IC_kwDOF83__M5uZAsf","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2023-12-12T13:37:37Z","updated_at":"2023-12-12T13:37:37Z","author_association":"MEMBER","body":"A new Pull Request was created by iarspider for master.\n\nIt involves the following packages:\n\n- SimTracker/TrackTriggerAssociation (**simulation, l1**)\n- Validation/TrackerHits (**dqm**)\n\n\nepalencia, syuvivida, aloeliger, tjavaid, iarspider, rvenditti, antoniovagnerini, nothingface0, mdhildreth, civanch can you please review it and eventually sign? Thanks.\nthreus, mmusich, arossi83, dgulhan, VinInn, sroychow, rovere, JanFSchulte, VourMa, GiacomoSguazzoni, mtosi, missirol this is something you requested to watch as well.\nantoniovilela, sextonkennedy, rappoccio you are the release manager for this.\n\ncms-bot commands are listed here\n","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852050207/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852068434","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9#issuecomment-1852068434","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","id":1852068434,"node_id":"IC_kwDOF83__M5uZFJS","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2023-12-12T13:45:49Z","updated_at":"2023-12-12T13:45:49Z","author_association":"MEMBER","body":"+dqm","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852068434/reactions","total_count":1,"+1":1,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852079588","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9#issuecomment-1852079588","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","id":1852079588,"node_id":"IC_kwDOF83__M5uZH3k","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2023-12-12T13:52:20Z","updated_at":"2023-12-12T13:52:20Z","author_association":"MEMBER","body":"+code-checks","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852079588/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852080208","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9#issuecomment-1852080208","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","id":1852080208,"node_id":"IC_kwDOF83__M5uZIBQ","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2023-12-12T13:52:40Z","updated_at":"2023-12-12T13:52:40Z","author_association":"MEMBER","body":"Pull request #9 was updated. epalencia, iarspider, aloeliger, mdhildreth, civanch can you please check and sign again.\n","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852080208/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2857856131","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9#issuecomment-2857856131","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","id":2857856131,"node_id":"IC_kwDOF83__M6qV2yD","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-05-07T09:31:03Z","updated_at":"2025-05-07T09:31:03Z","author_association":"MEMBER","body":"urgent","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2857856131/reactions","total_count":1,"+1":1,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2857857384","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9#issuecomment-2857857384","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","id":2857857384,"node_id":"IC_kwDOF83__M6qV3Fo","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-05-07T09:31:31Z","updated_at":"2025-05-07T09:31:31Z","author_association":"MEMBER","body":"enable nano","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2857857384/reactions","total_count":1,"+1":1,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2857861730","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9#issuecomment-2857861730","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","id":2857861730,"node_id":"IC_kwDOF83__M6qV4Ji","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-05-07T09:33:02Z","updated_at":"2025-05-07T09:33:02Z","author_association":"MEMBER","body":"enable gpu,none","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2857861730/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2857867292","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9#issuecomment-2857867292","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","id":2857867292,"node_id":"IC_kwDOF83__M6qV5gc","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-05-07T09:34:15Z","updated_at":"2025-05-07T09:35:14Z","author_association":"MEMBER","body":"+alca","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2857867292/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null}] + diff --git a/tests/ReplayData/TestProcessPr.test_ignore_smth.txt b/tests/ReplayData/TestProcessPr.test_ignore_smth.txt new file mode 100644 index 00000000000..ebae0914231 --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_ignore_smth.txt @@ -0,0 +1,99 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 16 Apr 2025 10:02:00 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"4f6f094ad1e5702832915386c164d7d6dfaf867fea7750ba1e59f5386357532a"'), ('Last-Modified', 'Tue, 15 Apr 2025 12:42:37 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4988'), ('X-RateLimit-Reset', '1744800943'), ('X-RateLimit-Used', '12'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D606:108B61:42634D8:4448315:67FF8018')] +{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-15T12:42:37Z","pushed_at":"2025-04-15T12:48:06Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1303783,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":4,"watchers":0,"default_branch":"master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-15T11:23:51Z","pushed_at":"2025-04-16T09:12:04Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1457992,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4420,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1027,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4420,"open_issues":1027,"watchers":1140,"default_branch":"master"},"source":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-15T11:23:51Z","pushed_at":"2025-04-16T09:12:04Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1457992,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4420,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1027,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4420,"open_issues":1027,"watchers":1140,"default_branch":"master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":4420,"subscribers_count":0} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/25 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 16 Apr 2025 10:02:01 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"871e5dbb38c30524d60de74797c38bbfc4f80a2281e9cd4f420a850d8d9d995a"'), ('Last-Modified', 'Wed, 16 Apr 2025 10:01:49 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4987'), ('X-RateLimit-Reset', '1744800943'), ('X-RateLimit-Used', '13'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D60E:108B61:42636EC:4448519:67FF8018')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmssw","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/events","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25","id":2955921161,"node_id":"PR_kwDOF83__M6Qi_t1","number":25,"title":"Dummy commit to create test for backport","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160598938,"node_id":"LA_kwDOF83__M8AAAABbzNHmg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/new-package-pending","name":"new-package-pending","color":"e11d21","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600165,"node_id":"LA_kwDOF83__M8AAAABbzNMZQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-approved","name":"code-checks-approved","color":"2cbe4e","default":false,"description":null}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":1,"closed_issues":12,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-16T09:53:10Z","due_on":null,"closed_at":null},"comments":5,"created_at":"2025-03-28T11:42:42Z","updated_at":"2025-04-16T10:01:49Z","closed_at":null,"author_association":"MEMBER","type":null,"sub_issues_summary":{"total":0,"completed":0,"percent_completed":0},"active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.patch","merged_at":null},"body":"\r\n#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","closed_by":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 16 Apr 2025 10:02:01 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4987'), ('X-RateLimit-Reset', '1744800943'), ('X-RateLimit-Used', '13'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D61E:2CC393:181A22B:18CEA18:67FF8019')] +{"resources":{"core":{"limit":5000,"used":13,"remaining":4987,"reset":1744800943},"search":{"limit":30,"used":0,"remaining":30,"reset":1744797781},"graphql":{"limit":5000,"used":0,"remaining":5000,"reset":1744801321},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1744801321},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1744797781},"code_scanning_upload":{"limit":1000,"used":0,"remaining":1000,"reset":1744801321},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1744797781},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1744801321},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1744801321},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1744797781},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1744801321},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1744801321},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1744797781}},"rate":{"limit":5000,"used":13,"remaining":4987,"reset":1744800943}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/25 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 16 Apr 2025 10:02:01 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"7ca1a6f3efeed0281d5aa188bd9b99babc4dfcfd1d77146b3e8aec694a74ce35"'), ('Last-Modified', 'Wed, 16 Apr 2025 10:01:49 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4986'), ('X-RateLimit-Reset', '1744800943'), ('X-RateLimit-Used', '14'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D624:3E240B:36D3F9C:3899475:67FF8019')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25","id":2425092981,"node_id":"PR_kwDOF83__M6Qi_t1","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.patch","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","number":25,"state":"open","locked":false,"title":"Dummy commit to create test for backport","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"body":"\r\n#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","created_at":"2025-03-28T11:42:42Z","updated_at":"2025-04-16T10:01:49Z","closed_at":null,"merged_at":null,"merge_commit_sha":"de128f7405d56588ed809ad4a84dd58dc6ff59a6","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160598938,"node_id":"LA_kwDOF83__M8AAAABbzNHmg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/new-package-pending","name":"new-package-pending","color":"e11d21","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600165,"node_id":"LA_kwDOF83__M8AAAABbzNMZQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-approved","name":"code-checks-approved","color":"2cbe4e","default":false,"description":null}],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":1,"closed_issues":12,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-16T09:53:10Z","due_on":null,"closed_at":null},"draft":false,"commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/commits","review_comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/comments","review_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/comments","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/ceea69106c5e0e17c03c87c13bdf187f03214fec","head":{"label":"iarspider-cmssw:bot-test-backport","ref":"bot-test-backport","sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-15T12:42:37Z","pushed_at":"2025-04-15T12:48:06Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1303783,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":4,"watchers":0,"default_branch":"master"}},"base":{"label":"iarspider-cmssw:master","ref":"master","sha":"5c0ff138f515b5b15d6a25c0d2edafe8fb522a49","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-15T12:42:37Z","pushed_at":"2025-04-15T12:48:06Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1303783,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":4,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25"},"html":{"href":"https://github.com/iarspider-cmssw/cmssw/pull/25"},"issue":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25"},"comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/comments"},"review_comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/comments"},"review_comment":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/commits"},"statuses":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/ceea69106c5e0e17c03c87c13bdf187f03214fec"}},"author_association":"MEMBER","auto_merge":null,"active_lock_reason":null,"merged":false,"mergeable":true,"rebaseable":true,"mergeable_state":"unstable","merged_by":null,"comments":5,"review_comments":0,"maintainer_can_modify":false,"commits":1,"additions":2,"deletions":0,"changed_files":1} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/25/files?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 16 Apr 2025 10:02:02 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"a2afcbe1af03c772fcc3abeae77724857c4732bee85b0f253319b35b38fb6d42"'), ('Last-Modified', 'Wed, 16 Apr 2025 10:01:49 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4985'), ('X-RateLimit-Reset', '1744800943'), ('X-RateLimit-Used', '15'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D62A:3E240B:36D41FF:38996C3:67FF8019')] +[{"sha":"c367bf9be61c3a14b4a4712dae50f8cd9c9590af","filename":"README","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/ceea69106c5e0e17c03c87c13bdf187f03214fec/README","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/ceea69106c5e0e17c03c87c13bdf187f03214fec/README","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/README?ref=ceea69106c5e0e17c03c87c13bdf187f03214fec","patch":"@@ -1 +1,3 @@\n Introduction to CMSSW: http://cms-sw.github.io\n+\n+Lorem Ipsum"}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/25/commits?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 16 Apr 2025 10:02:02 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"95b8608b490667e6fa26a1bd20721c666f74d0970f6fd73f35ad27fe7f3eb8eb"'), ('Last-Modified', 'Wed, 16 Apr 2025 10:01:49 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4984'), ('X-RateLimit-Reset', '1744800943'), ('X-RateLimit-Used', '16'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D636:35EAEC:368C1ED:3851753:67FF801A')] +[{"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","node_id":"C_kwDOF83__NoAKGNlZWE2OTEwNmM1ZTBlMTdjMDNjODdjMTNiZGYxODdmMDMyMTRmZWM","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"message":"Dummy commit to create test for backport","tree":{"sha":"eee933d99c922eb365978abd78380ad50743d972","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/eee933d99c922eb365978abd78380ad50743d972"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/ceea69106c5e0e17c03c87c13bdf187f03214fec","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615"}]}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec/status +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 16 Apr 2025 10:02:02 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"b54582713843133581635bb8ffc7f31420d5077a7b1cff6f696b971f1bf6f03c"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo, repo:status'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4983'), ('X-RateLimit-Reset', '1744800943'), ('X-RateLimit-Used', '17'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D644:3E240B:36D45B8:3899AA5:67FF801A')] +{"state":"pending","statuses":[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/ceea69106c5e0e17c03c87c13bdf187f03214fec","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35600270110,"node_id":"SC_kwDOF83__M8AAAAISfEDHg","state":"pending","description":"Waiting for authorized user to issue the test command.","target_url":null,"context":"bot/25/jenkins","created_at":"2025-04-14T12:48:40Z","updated_at":"2025-04-14T12:48:40Z"},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/ceea69106c5e0e17c03c87c13bdf187f03214fec","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35600270532,"node_id":"SC_kwDOF83__M8AAAAISfEExA","state":"success","description":"Check details","target_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2801602205","context":"cms/25/code-checks","created_at":"2025-04-14T12:48:42Z","updated_at":"2025-04-14T12:48:42Z"},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/ceea69106c5e0e17c03c87c13bdf187f03214fec","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35600270963,"node_id":"SC_kwDOF83__M8AAAAISfEGcw","state":"success","description":"Comment by iarspider at 2025-04-14 12:47:46 UTC processed.","target_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2801602205","context":"bot/25/ack","created_at":"2025-04-14T12:48:43Z","updated_at":"2025-04-14T12:48:43Z"}],"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","total_count":3,"repository":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments"},"commit_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec/status"} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/git/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 16 Apr 2025 10:02:02 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"e26dc8078f6f9489e98184fe98bc1a24fb4ee71353b478e0944f00742a4748a6"'), ('Last-Modified', 'Fri, 28 Mar 2025 11:41:21 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4982'), ('X-RateLimit-Reset', '1744800943'), ('X-RateLimit-Used', '18'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D646:3C3B88:40063A9:41EB1B9:67FF801A')] +{"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","node_id":"C_kwDOF83__NoAKGNlZWE2OTEwNmM1ZTBlMTdjMDNjODdjMTNiZGYxODdmMDMyMTRmZWM","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/ceea69106c5e0e17c03c87c13bdf187f03214fec","author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"tree":{"sha":"eee933d99c922eb365978abd78380ad50743d972","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/eee933d99c922eb365978abd78380ad50743d972"},"message":"Dummy commit to create test for backport","parents":[{"sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615"}],"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/25/comments?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 16 Apr 2025 10:02:03 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"7a5f52f50aed39b7301ac8525894a4ab33a71cf91297933306a80f5b5249f5a1"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4981'), ('X-RateLimit-Reset', '1744800943'), ('X-RateLimit-Used', '19'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D652:1A10A:419A720:437F57E:67FF801A')] +[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801536138","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2801536138","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2801536138,"node_id":"IC_kwDOF83__M6m_AyK","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-14T12:22:23Z","updated_at":"2025-04-14T12:22:23Z","author_association":"MEMBER","body":"cms-bot internal usage","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801536138/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801602205","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2801602205","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2801602205,"node_id":"IC_kwDOF83__M6m_Q6d","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-14T12:47:46Z","updated_at":"2025-04-14T12:47:46Z","author_association":"MEMBER","body":"+code-checks","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801602205/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801604675","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2801604675","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2801604675,"node_id":"IC_kwDOF83__M6m_RhD","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-14T12:48:42Z","updated_at":"2025-04-14T12:48:42Z","author_association":"MEMBER","body":"A new Pull Request was created by iarspider for master.\n\nIt involves the following packages:\n\n- README (****)\n\n\nThe following packages do not have a category, yet:\n\nREADME\nPlease create a PR for https://github.com/cms-sw/cms-bot/blob/master/categories_map.py to assign category\n\niarspider can you please review it and eventually sign? Thanks.\niarspider you are the release manager for this.\n\ncms-bot commands are listed here\n","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801604675/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2809041970","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2809041970","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2809041970,"node_id":"IC_kwDOF83__M6nbpQy","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-16T09:54:18Z","updated_at":"2025-04-16T09:54:18Z","author_association":"MEMBER","body":"ignore build-warnings","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2809041970/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2809060887","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2809060887","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2809060887,"node_id":"IC_kwDOF83__M6nbt4X","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-16T10:01:48Z","updated_at":"2025-04-16T10:01:48Z","author_association":"MEMBER","body":"please test","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2809060887/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null}] + diff --git a/tests/ReplayData/TestProcessPr.test_invalid_test_params.txt b/tests/ReplayData/TestProcessPr.test_invalid_test_params.txt new file mode 100644 index 00000000000..4f56070d403 --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_invalid_test_params.txt @@ -0,0 +1,99 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 13:06:33 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"cf6d7453c788257db97c9b59dce9c9a4e0992fa87c32ff17f0cb07d0145040a4"'), ('Last-Modified', 'Thu, 20 Mar 2025 11:22:24 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4896'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '104'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D4B8:34A488:9EBEAA:A23620:67FD0858')] +{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-04-02T11:34:08Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293567,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":3,"watchers":0,"default_branch":"master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-14T12:50:42Z","pushed_at":"2025-04-14T09:49:47Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1457719,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4417,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1023,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4417,"open_issues":1023,"watchers":1140,"default_branch":"master"},"source":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-14T12:50:42Z","pushed_at":"2025-04-14T09:49:47Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1457719,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4417,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1023,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4417,"open_issues":1023,"watchers":1140,"default_branch":"master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":4417,"subscribers_count":0} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/25 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 13:06:33 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"7a2152c138befcc569fb70dec9e657e30d25732476268651292f91e60166e056"'), ('Last-Modified', 'Mon, 14 Apr 2025 12:50:21 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4895'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '105'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D4C6:86535:40F788C:43115A3:67FD0859')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmssw","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/events","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25","id":2955921161,"node_id":"PR_kwDOF83__M6Qi_t1","number":25,"title":"Dummy commit to create test for backport","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[{"id":3289616310,"node_id":"MDU6TGFiZWwzMjg5NjE2MzEw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/documentation","name":"documentation","color":"257fdb","default":true,"description":"Improvements or additions to documentation"},{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160598938,"node_id":"LA_kwDOF83__M8AAAABbzNHmg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/new-package-pending","name":"new-package-pending","color":"e11d21","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600165,"node_id":"LA_kwDOF83__M8AAAABbzNMZQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-approved","name":"code-checks-approved","color":"2cbe4e","default":false,"description":null}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":1,"closed_issues":12,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-02T11:34:32Z","due_on":null,"closed_at":null},"comments":5,"created_at":"2025-03-28T11:42:42Z","updated_at":"2025-04-14T12:50:21Z","closed_at":null,"author_association":"MEMBER","type":null,"sub_issues_summary":{"total":0,"completed":0,"percent_completed":0},"active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.patch","merged_at":null},"body":"\r\n#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","closed_by":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 13:06:33 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4895'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '105'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D4CC:39EF6A:4258F13:4472BEA:67FD0859')] +{"resources":{"core":{"limit":5000,"used":105,"remaining":4895,"reset":1744636077},"search":{"limit":30,"used":0,"remaining":30,"reset":1744636053},"graphql":{"limit":5000,"used":1,"remaining":4999,"reset":1744637639},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1744639593},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1744636053},"code_scanning_upload":{"limit":1000,"used":0,"remaining":1000,"reset":1744639593},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1744636053},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1744639593},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1744639593},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1744636053},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1744639593},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1744639593},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1744636053}},"rate":{"limit":5000,"used":105,"remaining":4895,"reset":1744636077}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/25 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 13:06:34 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"53ba3b4e5541dd0bec28eefa8d5bb6393f19d1ade24c6586d125e37129dd2c69"'), ('Last-Modified', 'Mon, 14 Apr 2025 12:50:21 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4894'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '106'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D4D8:39EF6A:4259046:4472D16:67FD0859')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25","id":2425092981,"node_id":"PR_kwDOF83__M6Qi_t1","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.patch","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","number":25,"state":"open","locked":false,"title":"Dummy commit to create test for backport","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"body":"\r\n#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","created_at":"2025-03-28T11:42:42Z","updated_at":"2025-04-14T12:50:21Z","closed_at":null,"merged_at":null,"merge_commit_sha":"17c4f5348ebaf8ba13b0bbebef4c9d0ef82aaa5e","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[{"id":3289616310,"node_id":"MDU6TGFiZWwzMjg5NjE2MzEw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/documentation","name":"documentation","color":"257fdb","default":true,"description":"Improvements or additions to documentation"},{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160598938,"node_id":"LA_kwDOF83__M8AAAABbzNHmg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/new-package-pending","name":"new-package-pending","color":"e11d21","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600165,"node_id":"LA_kwDOF83__M8AAAABbzNMZQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-approved","name":"code-checks-approved","color":"2cbe4e","default":false,"description":null}],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":1,"closed_issues":12,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-02T11:34:32Z","due_on":null,"closed_at":null},"draft":false,"commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/commits","review_comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/comments","review_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/comments","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/ceea69106c5e0e17c03c87c13bdf187f03214fec","head":{"label":"iarspider-cmssw:bot-test-backport","ref":"bot-test-backport","sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-04-02T11:34:08Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293567,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":3,"watchers":0,"default_branch":"master"}},"base":{"label":"iarspider-cmssw:master","ref":"master","sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-04-02T11:34:08Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293567,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":3,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25"},"html":{"href":"https://github.com/iarspider-cmssw/cmssw/pull/25"},"issue":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25"},"comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/comments"},"review_comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/comments"},"review_comment":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/commits"},"statuses":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/ceea69106c5e0e17c03c87c13bdf187f03214fec"}},"author_association":"MEMBER","auto_merge":null,"active_lock_reason":null,"merged":false,"mergeable":true,"rebaseable":true,"mergeable_state":"unstable","merged_by":null,"comments":5,"review_comments":0,"maintainer_can_modify":false,"commits":1,"additions":2,"deletions":0,"changed_files":1} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/25/files?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 13:06:34 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"a2afcbe1af03c772fcc3abeae77724857c4732bee85b0f253319b35b38fb6d42"'), ('Last-Modified', 'Mon, 14 Apr 2025 12:50:21 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4893'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '107'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'A370:86535:40F7CD6:43119FD:67FD085A')] +[{"sha":"c367bf9be61c3a14b4a4712dae50f8cd9c9590af","filename":"README","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/ceea69106c5e0e17c03c87c13bdf187f03214fec/README","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/ceea69106c5e0e17c03c87c13bdf187f03214fec/README","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/README?ref=ceea69106c5e0e17c03c87c13bdf187f03214fec","patch":"@@ -1 +1,3 @@\n Introduction to CMSSW: http://cms-sw.github.io\n+\n+Lorem Ipsum"}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/25/commits?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 13:06:34 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"95b8608b490667e6fa26a1bd20721c666f74d0970f6fd73f35ad27fe7f3eb8eb"'), ('Last-Modified', 'Mon, 14 Apr 2025 12:50:21 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4892'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '108'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'A372:39CCF8:406F994:42896D2:67FD085A')] +[{"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","node_id":"C_kwDOF83__NoAKGNlZWE2OTEwNmM1ZTBlMTdjMDNjODdjMTNiZGYxODdmMDMyMTRmZWM","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"message":"Dummy commit to create test for backport","tree":{"sha":"eee933d99c922eb365978abd78380ad50743d972","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/eee933d99c922eb365978abd78380ad50743d972"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/ceea69106c5e0e17c03c87c13bdf187f03214fec","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615"}]}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec/status +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 13:06:34 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"b54582713843133581635bb8ffc7f31420d5077a7b1cff6f696b971f1bf6f03c"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo, repo:status'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4891'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '109'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'A37E:338CDC:13F5546:14668C7:67FD085A')] +{"state":"pending","statuses":[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/ceea69106c5e0e17c03c87c13bdf187f03214fec","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35600270110,"node_id":"SC_kwDOF83__M8AAAAISfEDHg","state":"pending","description":"Waiting for authorized user to issue the test command.","target_url":null,"context":"bot/25/jenkins","created_at":"2025-04-14T12:48:40Z","updated_at":"2025-04-14T12:48:40Z"},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/ceea69106c5e0e17c03c87c13bdf187f03214fec","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35600270532,"node_id":"SC_kwDOF83__M8AAAAISfEExA","state":"success","description":"Check details","target_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2801602205","context":"cms/25/code-checks","created_at":"2025-04-14T12:48:42Z","updated_at":"2025-04-14T12:48:42Z"},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/ceea69106c5e0e17c03c87c13bdf187f03214fec","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35600270963,"node_id":"SC_kwDOF83__M8AAAAISfEGcw","state":"success","description":"Comment by iarspider at 2025-04-14 12:47:46 UTC processed.","target_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2801602205","context":"bot/25/ack","created_at":"2025-04-14T12:48:43Z","updated_at":"2025-04-14T12:48:43Z"}],"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","total_count":3,"repository":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments"},"commit_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec/status"} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/git/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 13:06:35 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"e26dc8078f6f9489e98184fe98bc1a24fb4ee71353b478e0944f00742a4748a6"'), ('Last-Modified', 'Fri, 28 Mar 2025 11:41:21 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4890'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '110'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'A384:39CCF8:406FB66:42898A7:67FD085A')] +{"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","node_id":"C_kwDOF83__NoAKGNlZWE2OTEwNmM1ZTBlMTdjMDNjODdjMTNiZGYxODdmMDMyMTRmZWM","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/ceea69106c5e0e17c03c87c13bdf187f03214fec","author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"tree":{"sha":"eee933d99c922eb365978abd78380ad50743d972","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/eee933d99c922eb365978abd78380ad50743d972"},"message":"Dummy commit to create test for backport","parents":[{"sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615"}],"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/25/comments?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 13:06:35 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"be739759186f9986852046cab085c322306359d0a72f0c0babd222a33b1aa513"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4889'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '111'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'A392:86535:40F8165:4311EB9:67FD085B')] +[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801525714","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2801525714","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2801525714,"node_id":"IC_kwDOF83__M6m--PS","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-14T12:18:37Z","updated_at":"2025-04-14T12:20:37Z","author_association":"MEMBER","body":"type doc","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801525714/reactions","total_count":1,"+1":1,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801536138","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2801536138","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2801536138,"node_id":"IC_kwDOF83__M6m_AyK","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-14T12:22:23Z","updated_at":"2025-04-14T12:22:23Z","author_association":"MEMBER","body":"cms-bot internal usage","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801536138/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801602205","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2801602205","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2801602205,"node_id":"IC_kwDOF83__M6m_Q6d","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-14T12:47:46Z","updated_at":"2025-04-14T12:47:46Z","author_association":"MEMBER","body":"+code-checks","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801602205/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801604675","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2801604675","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2801604675,"node_id":"IC_kwDOF83__M6m_RhD","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-14T12:48:42Z","updated_at":"2025-04-14T12:48:42Z","author_association":"MEMBER","body":"A new Pull Request was created by iarspider for master.\n\nIt involves the following packages:\n\n- README (****)\n\n\nThe following packages do not have a category, yet:\n\nREADME\nPlease create a PR for https://github.com/cms-sw/cms-bot/blob/master/categories_map.py to assign category\n\niarspider can you please review it and eventually sign? Thanks.\niarspider you are the release manager for this.\n\ncms-bot commands are listed here\n","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801604675/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801609055","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2801609055","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2801609055,"node_id":"IC_kwDOF83__M6m_Slf","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-14T12:50:19Z","updated_at":"2025-04-14T12:50:19Z","author_association":"MEMBER","body":"test parameters:\r\n* foo\r\n* bar=baz\r\n- enable=gpu","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801609055/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null}] + diff --git a/tests/ReplayData/TestProcessPr.test_merge_pr.txt b/tests/ReplayData/TestProcessPr.test_merge_pr.txt new file mode 100644 index 00000000000..0aa7b381160 --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_merge_pr.txt @@ -0,0 +1,110 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 29 Apr 2025 12:06:19 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"7463bf00609a3eb9a1bc8748480375b961116315fcbc857c2c0c6382742437c8"'), ('Last-Modified', 'Tue, 29 Apr 2025 11:53:04 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4793'), ('X-RateLimit-Reset', '1745928477'), ('X-RateLimit-Used', '207'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'ABA2:12B7:34112D9:35C1C97:6810C0BB')] +{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-29T11:53:04Z","pushed_at":"2025-04-29T11:53:09Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1295453,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":6,"watchers":0,"default_branch":"master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-27T08:43:14Z","pushed_at":"2025-04-29T09:07:26Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1460318,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4425,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1029,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4425,"open_issues":1029,"watchers":1140,"default_branch":"master"},"source":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-27T08:43:14Z","pushed_at":"2025-04-29T09:07:26Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1460318,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4425,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1029,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4425,"open_issues":1029,"watchers":1140,"default_branch":"master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":4425,"subscribers_count":0} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/36 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 29 Apr 2025 12:06:20 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"d913f43dcd7f693cd713bf835765dd2f07bda5762bcef0fc029cba63927878af"'), ('Last-Modified', 'Tue, 29 Apr 2025 12:03:52 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4792'), ('X-RateLimit-Reset', '1745928477'), ('X-RateLimit-Used', '208'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'ABB2:1D193A:3A9681D:3C50B12:6810C0BB')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/36","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmssw","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/36/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/36/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/36/events","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/36","id":3028036482,"node_id":"PR_kwDOF83__M6UVRBw","number":36,"title":"Revert \"Test merge command\"","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[{"id":6005201389,"node_id":"LA_kwDOF83__M8AAAABZfAZ7Q","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/fully-signed","name":"fully-signed","color":"2cbe4e","default":false,"description":""},{"id":6160599807,"node_id":"LA_kwDOF83__M8AAAABbzNK_w","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/trk","name":"trk","color":"257fdb","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600074,"node_id":"LA_kwDOF83__M8AAAABbzNMCg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-approved","name":"tests-approved","color":"2cbe4e","default":false,"description":null},{"id":6160600165,"node_id":"LA_kwDOF83__M8AAAABbzNMZQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-approved","name":"code-checks-approved","color":"2cbe4e","default":false,"description":null},{"id":6160600326,"node_id":"LA_kwDOF83__M8AAAABbzNNBg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/alca-approved","name":"alca-approved","color":"2cbe4e","default":false,"description":null}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":3,"closed_issues":15,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-29T11:58:02Z","due_on":null,"closed_at":null},"comments":7,"created_at":"2025-04-29T11:53:35Z","updated_at":"2025-04-29T12:03:52Z","closed_at":null,"author_association":"MEMBER","type":null,"active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/36","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/36","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/36.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/36.patch","merged_at":null},"body":"\r\nReverts iarspider-cmssw/cmssw#35","closed_by":null,"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/36/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/36/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 29 Apr 2025 12:06:20 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4792'), ('X-RateLimit-Reset', '1745928477'), ('X-RateLimit-Used', '208'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'ABBC:12B7:34115F7:35C1FB9:6810C0BC')] +{"resources":{"core":{"limit":5000,"used":208,"remaining":4792,"reset":1745928477},"search":{"limit":30,"used":0,"remaining":30,"reset":1745928440},"graphql":{"limit":5000,"used":0,"remaining":5000,"reset":1745931980},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1745931980},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1745928440},"code_scanning_upload":{"limit":5000,"used":208,"remaining":4792,"reset":1745928477},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1745928440},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1745931980},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1745931980},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1745928440},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1745931980},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1745931980},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1745928440}},"rate":{"limit":5000,"used":208,"remaining":4792,"reset":1745928477}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/36 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 29 Apr 2025 12:06:20 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"552a12b942a7d3ede830e33b07cb191150b930b41a984d89875c578dd883238e"'), ('Last-Modified', 'Tue, 29 Apr 2025 12:03:52 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4791'), ('X-RateLimit-Reset', '1745928477'), ('X-RateLimit-Used', '209'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'ABCC:12B7:34116D4:35C207A:6810C0BC')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/36","id":2488602736,"node_id":"PR_kwDOF83__M6UVRBw","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/36","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/36.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/36.patch","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/36","number":36,"state":"open","locked":false,"title":"Revert \"Test merge command\"","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"body":"\r\nReverts iarspider-cmssw/cmssw#35","created_at":"2025-04-29T11:53:35Z","updated_at":"2025-04-29T12:03:52Z","closed_at":null,"merged_at":null,"merge_commit_sha":"04d1fe4cda58de925d41220eee848a553e62019a","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[{"id":6005201389,"node_id":"LA_kwDOF83__M8AAAABZfAZ7Q","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/fully-signed","name":"fully-signed","color":"2cbe4e","default":false,"description":""},{"id":6160599807,"node_id":"LA_kwDOF83__M8AAAABbzNK_w","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/trk","name":"trk","color":"257fdb","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600074,"node_id":"LA_kwDOF83__M8AAAABbzNMCg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-approved","name":"tests-approved","color":"2cbe4e","default":false,"description":null},{"id":6160600165,"node_id":"LA_kwDOF83__M8AAAABbzNMZQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-approved","name":"code-checks-approved","color":"2cbe4e","default":false,"description":null},{"id":6160600326,"node_id":"LA_kwDOF83__M8AAAABbzNNBg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/alca-approved","name":"alca-approved","color":"2cbe4e","default":false,"description":null}],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":3,"closed_issues":15,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-29T11:58:02Z","due_on":null,"closed_at":null},"draft":false,"commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/36/commits","review_comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/36/comments","review_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/36/comments","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48","head":{"label":"iarspider-cmssw:revert-35-test-merge-command","ref":"revert-35-test-merge-command","sha":"eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-29T11:53:04Z","pushed_at":"2025-04-29T11:53:09Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1295453,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":6,"watchers":0,"default_branch":"master"}},"base":{"label":"iarspider-cmssw:master","ref":"master","sha":"05991ff49c6779cd862cf5bb81763ba394b60684","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-29T11:53:04Z","pushed_at":"2025-04-29T11:53:09Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1295453,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":6,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/36"},"html":{"href":"https://github.com/iarspider-cmssw/cmssw/pull/36"},"issue":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/36"},"comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/36/comments"},"review_comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/36/comments"},"review_comment":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/36/commits"},"statuses":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48"}},"author_association":"MEMBER","auto_merge":null,"active_lock_reason":null,"merged":false,"mergeable":true,"rebaseable":true,"mergeable_state":"clean","merged_by":null,"comments":7,"review_comments":0,"maintainer_can_modify":false,"commits":1,"additions":0,"deletions":1,"changed_files":1} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/36/files?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 29 Apr 2025 12:06:20 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"d5fb1833d48628cc77eb3fff7d22c4f65daf3874bd1137e12e0cf8c5daf9f774"'), ('Last-Modified', 'Tue, 29 Apr 2025 12:03:52 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4790'), ('X-RateLimit-Reset', '1745928477'), ('X-RateLimit-Used', '210'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'ABD2:12C4:29471E2:2AA5CB2:6810C0BC')] +[{"sha":"8ed570cb4abbaa9315646f00a9e6368601f4bff9","filename":"Alignment/OfflineValidation/BuildFile.xml","status":"modified","additions":0,"deletions":1,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48/Alignment%2FOfflineValidation%2FBuildFile.xml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48/Alignment%2FOfflineValidation%2FBuildFile.xml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2FBuildFile.xml?ref=eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48","patch":"@@ -31,4 +31,3 @@\n \n \n \n-"}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/36/commits?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 29 Apr 2025 12:06:21 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"5920a5011bb6e27c6733cba8942607a3f965e4b4edd43436b8dec4453a77d03c"'), ('Last-Modified', 'Tue, 29 Apr 2025 12:03:52 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4789'), ('X-RateLimit-Reset', '1745928477'), ('X-RateLimit-Used', '211'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'ABD4:12B7:3411A20:35C23F8:6810C0BD')] +[{"sha":"eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48","node_id":"C_kwDOF83__NoAKGViNDEzY2U4ZTBiMzM5ODVkMzQyNWQ5Mzg0YmI4ZDVkNGFiMGNlNDg","commit":{"author":{"name":"iarspider","email":"iarspider@gmail.com","date":"2025-04-29T11:53:09Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2025-04-29T11:53:09Z"},"message":"Revert \"Test merge command\"","tree":{"sha":"4a322db47945a7175275a57b1099b237d630a23f","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/4a322db47945a7175275a57b1099b237d630a23f"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJoEL2lCRC1aQ7uu5UhlAAAf5QQAJwm0JLhjogRoe1eIwk4dskh\nN+TSWp9KZf8fW6NaWyQDCE6xFGxCITKIT+pr7g1y09pYuyQGfJ3DQyspYQQkOrsG\nXz50IIypZAnPsLc+Xc3qeBvRvOqNg4Xz+PhGGxXWAh1+q3zgnMS6rO8B2Om1/nqW\nSJ7h8w0cArgUzmlS5OCGVLefcD/5/3NdAOwPTb/LAp6VTbewGMtHZQuIS4kQ4iEa\nvOiiCgsH84OEHNDSXpbYZwWFPWNbl9CeyZOrc/p3M2R4SDrJiixBFYD7VbrgXuGp\ni6Kr/IxSetgqhfCOiU/zvq1UapDL2w4mE7hoIcc3gtVDp8LQrcrkOHDiTsyhZPN2\nnRZUbQEZ9j9QJznFVTwmAifERAXF+fanUBHeUzprHrNC/QjFD/OzZbC6N4IuOOEG\nbv2PgPe7HQO1+3OQDTa5zZnpse7BmkUgUOyxue54d1M0uy9wF50R/8lXNJsmXOKB\ny36wZIi5urrAMqwXz7KiWlfR/1eRmzYR8zPyFLYwx1G4zyoGGt1fT5KKtEng6Llz\nntelG/SLNOdC/VoSOnxp9ZmuzWvS/YFvtdCGCO2X43MKhAWJ0wd/YOVsHcrRotAw\nGS+vi2xQC0RPqsua4KGl9nS0TJw7s+pB2kfH/HytnMK1PXBsLJBs9ysbT1BTHE3l\n5o2J66iRKhb4g1ZnG96W\n=dkEF\n-----END PGP SIGNATURE-----\n","payload":"tree 4a322db47945a7175275a57b1099b237d630a23f\nparent 05991ff49c6779cd862cf5bb81763ba394b60684\nauthor iarspider 1745927589 +0200\ncommitter GitHub 1745927589 +0200\n\nRevert \"Test merge command\"\n","verified_at":"2025-04-29T11:53:12Z"}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684"}]}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/commits/eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48/status +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 29 Apr 2025 12:06:21 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"2aba3772d619aa4cbf784347224a8cfa56c5d16742a38b3e055d99edc3772a35"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo, repo:status'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4788'), ('X-RateLimit-Reset', '1745928477'), ('X-RateLimit-Used', '212'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'ABDC:248D2A:38F7E5A:3AB20EA:6810C0BD')] +{"state":"success","statuses":[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35923151024,"node_id":"SC_kwDOF83__M8AAAAIXS_IsA","state":"success","description":"Tests requested by iarspider at 2025-04-29 11:53:46 UTC.","target_url":"https://github.com/iarspider-cmssw/cmssw/pull/36#issuecomment-2838527453","context":"bot/36/jenkins","created_at":"2025-04-29T11:58:08Z","updated_at":"2025-04-29T11:58:08Z"},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35923153667,"node_id":"SC_kwDOF83__M8AAAAIXS_TAw","state":"success","description":"Check details","target_url":"https://github.com/iarspider-cmssw/cmssw/pull/36#issuecomment-2838527273","context":"cms/36/code-checks","created_at":"2025-04-29T11:58:15Z","updated_at":"2025-04-29T11:58:15Z"},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35923278077,"node_id":"SC_kwDOF83__M8AAAAIXTG4_Q","state":"success","description":null,"target_url":"https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/38669/","context":"cms/36/el8_amd64_gcc12","created_at":"2025-04-29T12:03:18Z","updated_at":"2025-04-29T12:03:18Z"},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35923278207,"node_id":"SC_kwDOF83__M8AAAAIXTG5fw","state":"success","description":"Finished","target_url":"https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/38669/","context":"cms/36/el8_amd64_gcc12/required","created_at":"2025-04-29T12:03:19Z","updated_at":"2025-04-29T12:03:19Z"},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35923278325,"node_id":"SC_kwDOF83__M8AAAAIXTG59Q","state":"success","description":null,"target_url":"https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/38669/","context":"cms/36/el8_amd64_gcc12/unittest","created_at":"2025-04-29T12:03:19Z","updated_at":"2025-04-29T12:03:19Z"},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35923278462,"node_id":"SC_kwDOF83__M8AAAAIXTG6fg","state":"success","description":null,"target_url":"https://cmssdt.cern.ch/jenkins/job/ib-run-pr-addon/22833/","context":"cms/36/el8_amd64_gcc12/addon","created_at":"2025-04-29T12:03:19Z","updated_at":"2025-04-29T12:03:19Z"},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35923278621,"node_id":"SC_kwDOF83__M8AAAAIXTG7HQ","state":"success","description":null,"target_url":"https://cmssdt.cern.ch/jenkins/job/ib-run-pr-relvals/43002/","context":"cms/36/el8_amd64_gcc12/relvals","created_at":"2025-04-29T12:03:20Z","updated_at":"2025-04-29T12:03:20Z"},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35923278795,"node_id":"SC_kwDOF83__M8AAAAIXTG7yw","state":"success","description":null,"target_url":"https://cmssdt.cern.ch/jenkins/job/ib-run-pr-relvals/43000/","context":"cms/36/el8_amd64_gcc12/relvals/input","created_at":"2025-04-29T12:03:20Z","updated_at":"2025-04-29T12:03:20Z"},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35923278942,"node_id":"SC_kwDOF83__M8AAAAIXTG8Xg","state":"success","description":null,"target_url":"https://cmssdt.cern.ch/jenkins/job/compare-root-files-short-matrix/62168/","context":"cms/36/el8_amd64_gcc12/comparision","created_at":"2025-04-29T12:03:20Z","updated_at":"2025-04-29T12:03:20Z"},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35923288910,"node_id":"SC_kwDOF83__M8AAAAIXTHjTg","state":"success","description":"Comment by iarspider at 2025-04-29 12:03:31 UTC processed.","target_url":"https://github.com/iarspider-cmssw/cmssw/pull/36#issuecomment-2838556276","context":"bot/36/ack","created_at":"2025-04-29T12:03:44Z","updated_at":"2025-04-29T12:03:44Z"}],"sha":"eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48","total_count":10,"repository":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments"},"commit_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48/status"} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/git/commits/eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 29 Apr 2025 12:06:21 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"a693ca74d22845cbc71902b36572e777b887143108fa0149a4c005ef2aaf991b"'), ('Last-Modified', 'Tue, 29 Apr 2025 11:53:09 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4787'), ('X-RateLimit-Reset', '1745928477'), ('X-RateLimit-Used', '213'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'ABE6:EFAEE:36B6925:3870B79:6810C0BD')] +{"sha":"eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48","node_id":"C_kwDOF83__NoAKGViNDEzY2U4ZTBiMzM5ODVkMzQyNWQ5Mzg0YmI4ZDVkNGFiMGNlNDg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48","author":{"name":"iarspider","email":"iarspider@gmail.com","date":"2025-04-29T11:53:09Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2025-04-29T11:53:09Z"},"tree":{"sha":"4a322db47945a7175275a57b1099b237d630a23f","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/4a322db47945a7175275a57b1099b237d630a23f"},"message":"Revert \"Test merge command\"","parents":[{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684"}],"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJoEL2lCRC1aQ7uu5UhlAAAf5QQAJwm0JLhjogRoe1eIwk4dskh\nN+TSWp9KZf8fW6NaWyQDCE6xFGxCITKIT+pr7g1y09pYuyQGfJ3DQyspYQQkOrsG\nXz50IIypZAnPsLc+Xc3qeBvRvOqNg4Xz+PhGGxXWAh1+q3zgnMS6rO8B2Om1/nqW\nSJ7h8w0cArgUzmlS5OCGVLefcD/5/3NdAOwPTb/LAp6VTbewGMtHZQuIS4kQ4iEa\nvOiiCgsH84OEHNDSXpbYZwWFPWNbl9CeyZOrc/p3M2R4SDrJiixBFYD7VbrgXuGp\ni6Kr/IxSetgqhfCOiU/zvq1UapDL2w4mE7hoIcc3gtVDp8LQrcrkOHDiTsyhZPN2\nnRZUbQEZ9j9QJznFVTwmAifERAXF+fanUBHeUzprHrNC/QjFD/OzZbC6N4IuOOEG\nbv2PgPe7HQO1+3OQDTa5zZnpse7BmkUgUOyxue54d1M0uy9wF50R/8lXNJsmXOKB\ny36wZIi5urrAMqwXz7KiWlfR/1eRmzYR8zPyFLYwx1G4zyoGGt1fT5KKtEng6Llz\nntelG/SLNOdC/VoSOnxp9ZmuzWvS/YFvtdCGCO2X43MKhAWJ0wd/YOVsHcrRotAw\nGS+vi2xQC0RPqsua4KGl9nS0TJw7s+pB2kfH/HytnMK1PXBsLJBs9ysbT1BTHE3l\n5o2J66iRKhb4g1ZnG96W\n=dkEF\n-----END PGP SIGNATURE-----\n","payload":"tree 4a322db47945a7175275a57b1099b237d630a23f\nparent 05991ff49c6779cd862cf5bb81763ba394b60684\nauthor iarspider 1745927589 +0200\ncommitter GitHub 1745927589 +0200\n\nRevert \"Test merge command\"\n","verified_at":"2025-04-29T11:53:12Z"}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/36/comments?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 29 Apr 2025 12:06:22 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"c2846374e50efe357ac77a40629a76518ea5d0c21b09d15ca4e3be6c70e4c1b3"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4786'), ('X-RateLimit-Reset', '1745928477'), ('X-RateLimit-Used', '214'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'ABF0:FA02B:2FD5616:3163AFB:6810C0BD')] +[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2838527273","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/36#issuecomment-2838527273","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/36","id":2838527273,"node_id":"IC_kwDOF83__M6pMH0p","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-29T11:53:42Z","updated_at":"2025-04-29T11:53:42Z","author_association":"MEMBER","body":"+code-checks","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2838527273/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2838527453","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/36#issuecomment-2838527453","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/36","id":2838527453,"node_id":"IC_kwDOF83__M6pMH3d","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-29T11:53:46Z","updated_at":"2025-04-29T11:53:46Z","author_association":"MEMBER","body":"please test","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2838527453/reactions","total_count":1,"+1":1,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2838541833","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/36#issuecomment-2838541833","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/36","id":2838541833,"node_id":"IC_kwDOF83__M6pMLYJ","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-29T11:58:16Z","updated_at":"2025-04-29T11:58:16Z","author_association":"MEMBER","body":"A new Pull Request was created by iarspider for master.\n\nIt involves the following packages:\n\n- Alignment/OfflineValidation (**alca**)\n\n\nconsuegs, perrotta, saumyaphor4252 can you please review it and eventually sign? Thanks.\nadewit, mmusich, rsreds, tlampen, tocheng, yuanchao this is something you requested to watch as well.\niarspider you are the release manager for this.\n\ncms-bot commands are listed here\n","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2838541833/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2838541870","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/36#issuecomment-2838541870","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/36","id":2838541870,"node_id":"IC_kwDOF83__M6pMLYu","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-29T11:58:17Z","updated_at":"2025-04-29T12:03:43Z","author_association":"MEMBER","body":"cms-bot internal usage","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2838541870/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2838556276","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/36#issuecomment-2838556276","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/36","id":2838556276,"node_id":"IC_kwDOF83__M6pMO50","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-29T12:03:31Z","updated_at":"2025-04-29T12:03:31Z","author_association":"MEMBER","body":"+alca","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2838556276/reactions","total_count":1,"+1":1,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2838556715","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/36#issuecomment-2838556715","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/36","id":2838556715,"node_id":"IC_kwDOF83__M6pMPAr","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-29T12:03:43Z","updated_at":"2025-04-29T12:03:43Z","author_association":"MEMBER","body":"This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. iarspider (and backports should be raised in the release meeting by the corresponding L2)","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2838556715/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2838557035","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/36#issuecomment-2838557035","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/36","id":2838557035,"node_id":"IC_kwDOF83__M6pMPFr","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-29T12:03:51Z","updated_at":"2025-04-29T12:03:51Z","author_association":"MEMBER","body":"merge","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2838557035/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null}] + +https +POST +api.github.com +None +/repos/iarspider-cmssw/cmssw/statuses/eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python', 'Content-Type': 'application/json'} +{"state": "success", "target_url": "https://github.com/iarspider-cmssw/cmssw/pull/36#issuecomment-2838557035", "description": "Comment by iarspider at 2025-04-29 12:03:51 UTC processed.", "context": "bot/36/ack"} +201 +[('Date', 'Tue, 29 Apr 2025 12:06:22 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Content-Length', '1459'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', '"a5655d73d772127ada8ea0cde65f43972d60bcea27c70d22492573796b3c50d2"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('Location', 'https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4785'), ('X-RateLimit-Reset', '1745928477'), ('X-RateLimit-Used', '215'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'AACE:5AE03:4971F11:4B6F578:6810C0BE')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/eb413ce8e0b33985d3425d9384bb8d5d4ab0ce48","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35923355112,"node_id":"SC_kwDOF83__M8AAAAIXTLl6A","state":"success","description":"Comment by iarspider at 2025-04-29 12:03:51 UTC processed.","target_url":"https://github.com/iarspider-cmssw/cmssw/pull/36#issuecomment-2838557035","context":"bot/36/ack","created_at":"2025-04-29T12:06:22Z","updated_at":"2025-04-29T12:06:22Z","creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false}} + diff --git a/tests/ReplayData/TestProcessPr.test_new_cmsdist_pr.txt b/tests/ReplayData/TestProcessPr.test_new_cmsdist_pr.txt new file mode 100644 index 00000000000..c88eafec05b --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_new_cmsdist_pr.txt @@ -0,0 +1,121 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmsdist +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 29 Apr 2025 09:01:55 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"1566c214337ab8771f200554800ea037176391fa809e78bebe83b3090e6c6b25"'), ('Last-Modified', 'Tue, 29 Apr 2025 09:00:27 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4982'), ('X-RateLimit-Reset', '1745920492'), ('X-RateLimit-Used', '18'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '8E38:230A2B:3453A96:3608DF7:68109583')] +{"id":974088432,"node_id":"R_kgDOOg9o8A","name":"cmsdist","full_name":"iarspider-cmssw/cmsdist","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmsdist","description":"CMS Offline Software build configuration","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmsdist","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/deployments","created_at":"2025-04-28T08:36:20Z","updated_at":"2025-04-29T09:00:27Z","pushed_at":"2025-04-29T09:01:47Z","git_url":"git://github.com/iarspider-cmssw/cmsdist.git","ssh_url":"git@github.com:iarspider-cmssw/cmsdist.git","clone_url":"https://github.com/iarspider-cmssw/cmsdist.git","svn_url":"https://github.com/iarspider-cmssw/cmsdist","homepage":null,"size":26746,"stargazers_count":0,"watchers_count":0,"language":"Shell","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1,"license":{"key":"other","name":"Other","spdx_id":"NOASSERTION","url":null,"node_id":"MDc6TGljZW5zZTA="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":1,"watchers":0,"default_branch":"IB/CMSSW_15_1_X/master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":8711353,"node_id":"MDEwOlJlcG9zaXRvcnk4NzExMzUz","name":"cmsdist","full_name":"cms-sw/cmsdist","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmsdist","description":"CMS Offline Software build configuration","fork":false,"url":"https://api.github.com/repos/cms-sw/cmsdist","forks_url":"https://api.github.com/repos/cms-sw/cmsdist/forks","keys_url":"https://api.github.com/repos/cms-sw/cmsdist/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmsdist/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmsdist/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmsdist/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmsdist/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmsdist/events","assignees_url":"https://api.github.com/repos/cms-sw/cmsdist/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmsdist/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmsdist/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmsdist/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmsdist/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmsdist/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmsdist/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmsdist/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmsdist/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmsdist/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmsdist/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmsdist/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmsdist/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmsdist/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmsdist/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmsdist/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmsdist/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmsdist/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmsdist/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmsdist/merges","archive_url":"https://api.github.com/repos/cms-sw/cmsdist/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmsdist/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmsdist/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmsdist/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmsdist/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmsdist/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmsdist/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmsdist/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmsdist/deployments","created_at":"2013-03-11T19:28:46Z","updated_at":"2025-04-29T08:04:04Z","pushed_at":"2025-04-29T08:27:45Z","git_url":"git://github.com/cms-sw/cmsdist.git","ssh_url":"git@github.com:cms-sw/cmsdist.git","clone_url":"https://github.com/cms-sw/cmsdist.git","svn_url":"https://github.com/cms-sw/cmsdist","homepage":null,"size":63775,"stargazers_count":29,"watchers_count":29,"language":"Shell","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"has_discussions":false,"forks_count":191,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":34,"license":{"key":"other","name":"Other","spdx_id":"NOASSERTION","url":null,"node_id":"MDc6TGljZW5zZTA="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":191,"open_issues":34,"watchers":29,"default_branch":"IB/CMSSW_15_1_X/master"},"source":{"id":8711353,"node_id":"MDEwOlJlcG9zaXRvcnk4NzExMzUz","name":"cmsdist","full_name":"cms-sw/cmsdist","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmsdist","description":"CMS Offline Software build configuration","fork":false,"url":"https://api.github.com/repos/cms-sw/cmsdist","forks_url":"https://api.github.com/repos/cms-sw/cmsdist/forks","keys_url":"https://api.github.com/repos/cms-sw/cmsdist/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmsdist/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmsdist/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmsdist/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmsdist/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmsdist/events","assignees_url":"https://api.github.com/repos/cms-sw/cmsdist/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmsdist/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmsdist/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmsdist/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmsdist/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmsdist/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmsdist/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmsdist/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmsdist/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmsdist/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmsdist/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmsdist/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmsdist/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmsdist/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmsdist/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmsdist/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmsdist/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmsdist/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmsdist/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmsdist/merges","archive_url":"https://api.github.com/repos/cms-sw/cmsdist/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmsdist/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmsdist/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmsdist/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmsdist/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmsdist/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmsdist/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmsdist/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmsdist/deployments","created_at":"2013-03-11T19:28:46Z","updated_at":"2025-04-29T08:04:04Z","pushed_at":"2025-04-29T08:27:45Z","git_url":"git://github.com/cms-sw/cmsdist.git","ssh_url":"git@github.com:cms-sw/cmsdist.git","clone_url":"https://github.com/cms-sw/cmsdist.git","svn_url":"https://github.com/cms-sw/cmsdist","homepage":null,"size":63775,"stargazers_count":29,"watchers_count":29,"language":"Shell","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":true,"has_discussions":false,"forks_count":191,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":34,"license":{"key":"other","name":"Other","spdx_id":"NOASSERTION","url":null,"node_id":"MDc6TGljZW5zZTA="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":191,"open_issues":34,"watchers":29,"default_branch":"IB/CMSSW_15_1_X/master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":191,"subscribers_count":0} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmsdist/issues/1 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 29 Apr 2025 09:01:56 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"af9236a914df5186cec7f2a9d391062c7456200619626ab9ddc4afbf5780242a"'), ('Last-Modified', 'Tue, 29 Apr 2025 09:01:48 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4981'), ('X-RateLimit-Reset', '1745920492'), ('X-RateLimit-Used', '19'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '8E42:14F79D:355A025:370F38E:68109583')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/1","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/1/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/1/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/1/events","html_url":"https://github.com/iarspider-cmssw/cmsdist/pull/1","id":3024413323,"node_id":"PR_kwDOOg9o8M6UI8di","number":1,"title":"[ROOT6_X] Updated root to tip of branch master","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2025-04-28T10:04:41Z","updated_at":"2025-04-29T09:01:48Z","closed_at":null,"author_association":"MEMBER","type":null,"active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/pulls/1","html_url":"https://github.com/iarspider-cmssw/cmsdist/pull/1","diff_url":"https://github.com/iarspider-cmssw/cmsdist/pull/1.diff","patch_url":"https://github.com/iarspider-cmssw/cmsdist/pull/1.patch","merged_at":null},"body":null,"closed_by":null,"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/1/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/1/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 29 Apr 2025 09:01:56 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4981'), ('X-RateLimit-Reset', '1745920492'), ('X-RateLimit-Used', '19'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '8E4E:DB9A1:35D313C:378848B:68109584')] +{"resources":{"core":{"limit":5000,"used":19,"remaining":4981,"reset":1745920492},"search":{"limit":30,"used":0,"remaining":30,"reset":1745917376},"graphql":{"limit":5000,"used":0,"remaining":5000,"reset":1745920916},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1745920916},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1745917376},"code_scanning_upload":{"limit":1000,"used":0,"remaining":1000,"reset":1745920916},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1745917376},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1745920916},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1745920916},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1745917376},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1745920916},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1745920916},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1745917376}},"rate":{"limit":5000,"used":19,"remaining":4981,"reset":1745920492}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmsdist/pulls/1 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 29 Apr 2025 09:01:56 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"65f13b595b09bec11cfb95e2d56df4aa27b5971815b3d9a80df22cfb241ff4a8"'), ('Last-Modified', 'Tue, 29 Apr 2025 09:01:48 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4980'), ('X-RateLimit-Reset', '1745920492'), ('X-RateLimit-Used', '20'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '8E52:6EBF7:3786D10:393C072:68109584')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/pulls/1","id":2485372770,"node_id":"PR_kwDOOg9o8M6UI8di","html_url":"https://github.com/iarspider-cmssw/cmsdist/pull/1","diff_url":"https://github.com/iarspider-cmssw/cmsdist/pull/1.diff","patch_url":"https://github.com/iarspider-cmssw/cmsdist/pull/1.patch","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/1","number":1,"state":"open","locked":false,"title":"[ROOT6_X] Updated root to tip of branch master","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"body":null,"created_at":"2025-04-28T10:04:41Z","updated_at":"2025-04-29T09:01:48Z","closed_at":null,"merged_at":null,"merge_commit_sha":"9f10d4fecdd5f23d4982f506c1401fc2f45354c5","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[],"milestone":null,"draft":false,"commits_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/pulls/1/commits","review_comments_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/pulls/1/comments","review_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/pulls/comments{/number}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/1/comments","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/statuses/97b8e6b89e86de19afb3a428f54f08313457374e","head":{"label":"iarspider-cmssw:root-update-master-20250428","ref":"root-update-master-20250428","sha":"97b8e6b89e86de19afb3a428f54f08313457374e","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":974088432,"node_id":"R_kgDOOg9o8A","name":"cmsdist","full_name":"iarspider-cmssw/cmsdist","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmsdist","description":"CMS Offline Software build configuration","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmsdist","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/deployments","created_at":"2025-04-28T08:36:20Z","updated_at":"2025-04-29T09:00:27Z","pushed_at":"2025-04-29T09:01:47Z","git_url":"git://github.com/iarspider-cmssw/cmsdist.git","ssh_url":"git@github.com:iarspider-cmssw/cmsdist.git","clone_url":"https://github.com/iarspider-cmssw/cmsdist.git","svn_url":"https://github.com/iarspider-cmssw/cmsdist","homepage":null,"size":26746,"stargazers_count":0,"watchers_count":0,"language":"Shell","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1,"license":{"key":"other","name":"Other","spdx_id":"NOASSERTION","url":null,"node_id":"MDc6TGljZW5zZTA="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":1,"watchers":0,"default_branch":"IB/CMSSW_15_1_X/master"}},"base":{"label":"iarspider-cmssw:IB/CMSSW_15_1_X/rootmaster","ref":"IB/CMSSW_15_1_X/rootmaster","sha":"3a75847176e31bd5f995c045c3ab2bcc432108da","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":974088432,"node_id":"R_kgDOOg9o8A","name":"cmsdist","full_name":"iarspider-cmssw/cmsdist","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmsdist","description":"CMS Offline Software build configuration","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmsdist","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/deployments","created_at":"2025-04-28T08:36:20Z","updated_at":"2025-04-29T09:00:27Z","pushed_at":"2025-04-29T09:01:47Z","git_url":"git://github.com/iarspider-cmssw/cmsdist.git","ssh_url":"git@github.com:iarspider-cmssw/cmsdist.git","clone_url":"https://github.com/iarspider-cmssw/cmsdist.git","svn_url":"https://github.com/iarspider-cmssw/cmsdist","homepage":null,"size":26746,"stargazers_count":0,"watchers_count":0,"language":"Shell","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1,"license":{"key":"other","name":"Other","spdx_id":"NOASSERTION","url":null,"node_id":"MDc6TGljZW5zZTA="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":1,"watchers":0,"default_branch":"IB/CMSSW_15_1_X/master"}},"_links":{"self":{"href":"https://api.github.com/repos/iarspider-cmssw/cmsdist/pulls/1"},"html":{"href":"https://github.com/iarspider-cmssw/cmsdist/pull/1"},"issue":{"href":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/1"},"comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/1/comments"},"review_comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmsdist/pulls/1/comments"},"review_comment":{"href":"https://api.github.com/repos/iarspider-cmssw/cmsdist/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/iarspider-cmssw/cmsdist/pulls/1/commits"},"statuses":{"href":"https://api.github.com/repos/iarspider-cmssw/cmsdist/statuses/97b8e6b89e86de19afb3a428f54f08313457374e"}},"author_association":"MEMBER","auto_merge":null,"active_lock_reason":null,"merged":false,"mergeable":true,"rebaseable":true,"mergeable_state":"clean","merged_by":null,"comments":0,"review_comments":0,"maintainer_can_modify":false,"commits":2,"additions":2,"deletions":2,"changed_files":1} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmsdist/pulls/1/files?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 29 Apr 2025 09:01:56 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"d0752a79bd46e183f569bd44b1b7ad870b38a4722536cc407235b5a92a2c0244"'), ('Last-Modified', 'Tue, 29 Apr 2025 09:01:48 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4979'), ('X-RateLimit-Reset', '1745920492'), ('X-RateLimit-Used', '21'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '8E54:17C926:2AD32ED:2C45338:68109584')] +[{"sha":"ba8320038a298ae00090b7fec03f4ce9b66b111c","filename":"root.spec","status":"modified","additions":2,"deletions":2,"changes":4,"blob_url":"https://github.com/iarspider-cmssw/cmsdist/blob/97b8e6b89e86de19afb3a428f54f08313457374e/root.spec","raw_url":"https://github.com/iarspider-cmssw/cmsdist/raw/97b8e6b89e86de19afb3a428f54f08313457374e/root.spec","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/contents/root.spec?ref=97b8e6b89e86de19afb3a428f54f08313457374e","patch":"@@ -3,8 +3,8 @@\n ## INITENV SET ROOTSYS %{i}\n ## INCLUDE compilation_flags\n ## INCLUDE cpp-standard\n-%define tag bc5deb7f913ec345b68409037cf6ca83cf221554\n-%define branch cms/master/ba7619b979\n+%define tag 10cb05af8eff9343e5c41a8290a86c911ade0bb8\n+%define branch cms/master/67dd73a7d5\n \n %define github_user cms-sw\n Source: git+https://github.com/%{github_user}/root.git?obj=%{branch}/%{tag}&export=%{n}-%{realversion}&output=/%{n}-%{realversion}-%{tag}.tgz"}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmsdist/pulls/1/commits?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 29 Apr 2025 09:01:57 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"454669698f1b2f6c81ef4b70800250fd8c827135299758e1d0859b8c1ffa6951"'), ('Last-Modified', 'Tue, 29 Apr 2025 09:01:48 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4978'), ('X-RateLimit-Reset', '1745920492'), ('X-RateLimit-Used', '22'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '8E60:17C926:2AD34BF:2C4550F:68109585')] +[{"sha":"3796ce54fef5c2b00990949a4e3f7d49489561c3","node_id":"C_kwDOOg9o8NoAKDM3OTZjZTU0ZmVmNWMyYjAwOTkwOTQ5YTRlM2Y3ZDQ5NDg5NTYxYzM","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-28T10:04:16Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-28T10:04:16Z"},"message":"Updated root to tip of branch master","tree":{"sha":"15f0966ab3a48b653fa7f55e6aec968e5ed5e8d5","url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/trees/15f0966ab3a48b653fa7f55e6aec968e5ed5e8d5"},"url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/commits/3796ce54fef5c2b00990949a4e3f7d49489561c3","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/commits/3796ce54fef5c2b00990949a4e3f7d49489561c3","html_url":"https://github.com/iarspider-cmssw/cmsdist/commit/3796ce54fef5c2b00990949a4e3f7d49489561c3","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/commits/3796ce54fef5c2b00990949a4e3f7d49489561c3/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"3a75847176e31bd5f995c045c3ab2bcc432108da","url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/commits/3a75847176e31bd5f995c045c3ab2bcc432108da","html_url":"https://github.com/iarspider-cmssw/cmsdist/commit/3a75847176e31bd5f995c045c3ab2bcc432108da"}]},{"sha":"97b8e6b89e86de19afb3a428f54f08313457374e","node_id":"C_kwDOOg9o8NoAKDk3YjhlNmI4OWU4NmRlMTlhZmIzYTQyOGY1NGYwODMxMzQ1NzM3NGU","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-29T09:01:39Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-29T09:01:39Z"},"message":"empty commit","tree":{"sha":"15f0966ab3a48b653fa7f55e6aec968e5ed5e8d5","url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/trees/15f0966ab3a48b653fa7f55e6aec968e5ed5e8d5"},"url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/commits/97b8e6b89e86de19afb3a428f54f08313457374e","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/commits/97b8e6b89e86de19afb3a428f54f08313457374e","html_url":"https://github.com/iarspider-cmssw/cmsdist/commit/97b8e6b89e86de19afb3a428f54f08313457374e","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/commits/97b8e6b89e86de19afb3a428f54f08313457374e/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"3796ce54fef5c2b00990949a4e3f7d49489561c3","url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/commits/3796ce54fef5c2b00990949a4e3f7d49489561c3","html_url":"https://github.com/iarspider-cmssw/cmsdist/commit/3796ce54fef5c2b00990949a4e3f7d49489561c3"}]}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmsdist/commits/97b8e6b89e86de19afb3a428f54f08313457374e/status +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 29 Apr 2025 09:01:57 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"f1e7a584d5247fdba7d4a5af9022c7d753755aa80a0895feb3e63cbb7ec53466"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo, repo:status'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4977'), ('X-RateLimit-Reset', '1745920492'), ('X-RateLimit-Used', '23'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '8E68:1A857D:39997BC:3B4EAF8:68109585')] +{"state":"pending","statuses":[],"sha":"97b8e6b89e86de19afb3a428f54f08313457374e","total_count":0,"repository":{"id":974088432,"node_id":"R_kgDOOg9o8A","name":"cmsdist","full_name":"iarspider-cmssw/cmsdist","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmsdist","description":"CMS Offline Software build configuration","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmsdist","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/deployments"},"commit_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/commits/97b8e6b89e86de19afb3a428f54f08313457374e","url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/commits/97b8e6b89e86de19afb3a428f54f08313457374e/status"} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmsdist/git/commits/97b8e6b89e86de19afb3a428f54f08313457374e +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 29 Apr 2025 09:01:57 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"5c855e64a6bc6ee48c9920a99998da2e7ce81edc3869c188ccfb877b377acc7b"'), ('Last-Modified', 'Tue, 29 Apr 2025 09:01:39 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4976'), ('X-RateLimit-Reset', '1745920492'), ('X-RateLimit-Used', '24'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '8E72:DB9A1:35D3909:3788C85:68109585')] +{"sha":"97b8e6b89e86de19afb3a428f54f08313457374e","node_id":"C_kwDOOg9o8NoAKDk3YjhlNmI4OWU4NmRlMTlhZmIzYTQyOGY1NGYwODMxMzQ1NzM3NGU","url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/commits/97b8e6b89e86de19afb3a428f54f08313457374e","html_url":"https://github.com/iarspider-cmssw/cmsdist/commit/97b8e6b89e86de19afb3a428f54f08313457374e","author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-29T09:01:39Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-29T09:01:39Z"},"tree":{"sha":"15f0966ab3a48b653fa7f55e6aec968e5ed5e8d5","url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/trees/15f0966ab3a48b653fa7f55e6aec968e5ed5e8d5"},"message":"empty commit","parents":[{"sha":"3796ce54fef5c2b00990949a4e3f7d49489561c3","url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/commits/3796ce54fef5c2b00990949a4e3f7d49489561c3","html_url":"https://github.com/iarspider-cmssw/cmsdist/commit/3796ce54fef5c2b00990949a4e3f7d49489561c3"}],"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmsdist/issues/1/comments?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 29 Apr 2025 09:01:58 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Content-Length', '2'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', '"cc3cf89db95a6b340628b5378432e2c6087fa8f10025c5fb8c9ad4b480ed0967"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4975'), ('X-RateLimit-Reset', '1745920492'), ('X-RateLimit-Used', '25'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Server', 'github.com'), ('X-GitHub-Request-Id', '8E7C:77486:3634F81:37EA30B:68109586')] +[] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmsdist/commits/97b8e6b89e86de19afb3a428f54f08313457374e?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 29 Apr 2025 09:01:58 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"9643be82ffd25145217a90ff7600d3718a69d0fec59a17f1ec085f5db2c526be"'), ('Last-Modified', 'Tue, 29 Apr 2025 09:01:39 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4974'), ('X-RateLimit-Reset', '1745920492'), ('X-RateLimit-Used', '26'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '8E7E:18F613:2C0F2BF:2D81281:68109586')] +{"sha":"97b8e6b89e86de19afb3a428f54f08313457374e","node_id":"C_kwDOOg9o8NoAKDk3YjhlNmI4OWU4NmRlMTlhZmIzYTQyOGY1NGYwODMxMzQ1NzM3NGU","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-29T09:01:39Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-29T09:01:39Z"},"message":"empty commit","tree":{"sha":"15f0966ab3a48b653fa7f55e6aec968e5ed5e8d5","url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/trees/15f0966ab3a48b653fa7f55e6aec968e5ed5e8d5"},"url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/commits/97b8e6b89e86de19afb3a428f54f08313457374e","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/commits/97b8e6b89e86de19afb3a428f54f08313457374e","html_url":"https://github.com/iarspider-cmssw/cmsdist/commit/97b8e6b89e86de19afb3a428f54f08313457374e","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/commits/97b8e6b89e86de19afb3a428f54f08313457374e/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"3796ce54fef5c2b00990949a4e3f7d49489561c3","url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/commits/3796ce54fef5c2b00990949a4e3f7d49489561c3","html_url":"https://github.com/iarspider-cmssw/cmsdist/commit/3796ce54fef5c2b00990949a4e3f7d49489561c3"}],"stats":{"total":0,"additions":0,"deletions":0},"files":[]} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmsdist/commits/3796ce54fef5c2b00990949a4e3f7d49489561c3?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 29 Apr 2025 09:01:58 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"0839d9f29d7b347b4efc02193739c684627b4f67bd1a205543168971ef3a7aa4"'), ('Last-Modified', 'Mon, 28 Apr 2025 10:04:16 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4973'), ('X-RateLimit-Reset', '1745920492'), ('X-RateLimit-Used', '27'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '8E8E:127E:30E1485:327F09E:68109586')] +{"sha":"3796ce54fef5c2b00990949a4e3f7d49489561c3","node_id":"C_kwDOOg9o8NoAKDM3OTZjZTU0ZmVmNWMyYjAwOTkwOTQ5YTRlM2Y3ZDQ5NDg5NTYxYzM","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-28T10:04:16Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-28T10:04:16Z"},"message":"Updated root to tip of branch master","tree":{"sha":"15f0966ab3a48b653fa7f55e6aec968e5ed5e8d5","url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/trees/15f0966ab3a48b653fa7f55e6aec968e5ed5e8d5"},"url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/git/commits/3796ce54fef5c2b00990949a4e3f7d49489561c3","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/commits/3796ce54fef5c2b00990949a4e3f7d49489561c3","html_url":"https://github.com/iarspider-cmssw/cmsdist/commit/3796ce54fef5c2b00990949a4e3f7d49489561c3","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/commits/3796ce54fef5c2b00990949a4e3f7d49489561c3/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"3a75847176e31bd5f995c045c3ab2bcc432108da","url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/commits/3a75847176e31bd5f995c045c3ab2bcc432108da","html_url":"https://github.com/iarspider-cmssw/cmsdist/commit/3a75847176e31bd5f995c045c3ab2bcc432108da"}],"stats":{"total":4,"additions":2,"deletions":2},"files":[{"sha":"ba8320038a298ae00090b7fec03f4ce9b66b111c","filename":"root.spec","status":"modified","additions":2,"deletions":2,"changes":4,"blob_url":"https://github.com/iarspider-cmssw/cmsdist/blob/3796ce54fef5c2b00990949a4e3f7d49489561c3/root.spec","raw_url":"https://github.com/iarspider-cmssw/cmsdist/raw/3796ce54fef5c2b00990949a4e3f7d49489561c3/root.spec","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmsdist/contents/root.spec?ref=3796ce54fef5c2b00990949a4e3f7d49489561c3","patch":"@@ -3,8 +3,8 @@\n ## INITENV SET ROOTSYS %{i}\n ## INCLUDE compilation_flags\n ## INCLUDE cpp-standard\n-%define tag bc5deb7f913ec345b68409037cf6ca83cf221554\n-%define branch cms/master/ba7619b979\n+%define tag 10cb05af8eff9343e5c41a8290a86c911ade0bb8\n+%define branch cms/master/67dd73a7d5\n \n %define github_user cms-sw\n Source: git+https://github.com/%{github_user}/root.git?obj=%{branch}/%{tag}&export=%{n}-%{realversion}&output=/%{n}-%{realversion}-%{tag}.tgz"}]} + diff --git a/tests/ReplayData/TestProcessPr.test_new_issue.txt b/tests/ReplayData/TestProcessPr.test_new_issue.txt new file mode 100644 index 00000000000..bf449873d6c --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_new_issue.txt @@ -0,0 +1,44 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 01 Apr 2025 12:25:31 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"92613168a7a8d841172b6917c7df5b55cfc3d416ec79ed4667f817347c1f19da"'), ('Last-Modified', 'Thu, 20 Mar 2025 11:22:24 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4987'), ('X-RateLimit-Reset', '1743510469'), ('X-RateLimit-Used', '13'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '8214:269E23:BC2367:C05626:67EBDB3B')] +{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-03-28T16:32:51Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293566,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":2,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":2,"watchers":0,"default_branch":"master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-01T05:22:08Z","pushed_at":"2025-04-01T12:08:54Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1453360,"stargazers_count":1124,"watchers_count":1124,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4410,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1027,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4410,"open_issues":1027,"watchers":1124,"default_branch":"master"},"source":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-01T05:22:08Z","pushed_at":"2025-04-01T12:08:54Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1453360,"stargazers_count":1124,"watchers_count":1124,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4410,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1027,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4410,"open_issues":1027,"watchers":1124,"default_branch":"master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":4410,"subscribers_count":0} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/27 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 01 Apr 2025 12:25:31 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"c286a5db4b13054d870ad5688f0357389648229f78480db623c350a3998bb3be"'), ('Last-Modified', 'Tue, 01 Apr 2025 12:25:26 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4986'), ('X-RateLimit-Reset', '1743510469'), ('X-RateLimit-Used', '14'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '8224:B093B:B95F08:BD91D0:67EBDB3B')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/27","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmssw","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/27/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/27/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/27/events","html_url":"https://github.com/iarspider-cmssw/cmssw/issues/27","id":2963235625,"node_id":"I_kwDOF83__M6wn2Mp","number":27,"title":"Test assign from package","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2025-04-01T12:02:49Z","updated_at":"2025-04-01T12:25:26Z","closed_at":null,"author_association":"MEMBER","type":null,"sub_issues_summary":{"total":0,"completed":0,"percent_completed":0},"active_lock_reason":null,"body":"\nDummy issue.","closed_by":null,"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/27/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/27/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 01 Apr 2025 12:25:31 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4986'), ('X-RateLimit-Reset', '1743510469'), ('X-RateLimit-Used', '14'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '8234:7236E:BE6B2A:C29DA9:67EBDB3B')] +{"resources":{"core":{"limit":5000,"used":14,"remaining":4986,"reset":1743510469},"search":{"limit":30,"used":0,"remaining":30,"reset":1743510391},"graphql":{"limit":5000,"used":0,"remaining":5000,"reset":1743513931},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1743513931},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1743510391},"code_scanning_upload":{"limit":1000,"used":0,"remaining":1000,"reset":1743513931},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1743510391},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1743513931},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1743513931},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1743510391},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1743513931},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1743513931},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1743510391}},"rate":{"limit":5000,"used":14,"remaining":4986,"reset":1743510469}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/27/comments?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 01 Apr 2025 12:25:31 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Content-Length', '2'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', '"cc3cf89db95a6b340628b5378432e2c6087fa8f10025c5fb8c9ad4b480ed0967"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4985'), ('X-RateLimit-Reset', '1743510469'), ('X-RateLimit-Used', '15'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Server', 'github.com'), ('X-GitHub-Request-Id', '8240:3C9DEC:B2DED1:B71150:67EBDB3B')] +[] + diff --git a/tests/ReplayData/TestProcessPr.test_orp_issue.txt b/tests/ReplayData/TestProcessPr.test_orp_issue.txt new file mode 100644 index 00000000000..75d17cdd019 --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_orp_issue.txt @@ -0,0 +1,44 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 11:48:01 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"34ec943652b74269d79118c1213336244596cd43191b4e8fa9bcc5ef61eb73be"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:43:16 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4995'), ('X-RateLimit-Reset', '1746618546'), ('X-RateLimit-Used', '5'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '8BE8:5F4F7:4CF52DC:4F16CB9:681B4870')] +{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-30T13:43:16Z","pushed_at":"2025-05-07T09:27:45Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1305063,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":9,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":9,"watchers":0,"default_branch":"master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-05-07T07:56:35Z","pushed_at":"2025-05-07T09:07:47Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1461660,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4427,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1036,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4427,"open_issues":1036,"watchers":1140,"default_branch":"master"},"source":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-05-07T07:56:35Z","pushed_at":"2025-05-07T09:07:47Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1461660,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4427,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1036,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4427,"open_issues":1036,"watchers":1140,"default_branch":"master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":4427,"subscribers_count":0} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/39 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 11:48:01 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"d1252571f6fd994344982ec5fd58d0beb83bc1192844f080d56148c0ed159e9e"'), ('Last-Modified', 'Wed, 07 May 2025 11:46:44 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4994'), ('X-RateLimit-Reset', '1746618546'), ('X-RateLimit-Used', '6'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '8BF8:12E1:7BEA9A8:7F49997:681B4871')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/39","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmssw","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/39/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/39/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/39/events","html_url":"https://github.com/iarspider-cmssw/cmssw/issues/39","id":3045695139,"node_id":"I_kwDOF83__M61iZ6j","number":39,"title":"Test orp-only issue","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":1,"created_at":"2025-05-07T11:46:37Z","updated_at":"2025-05-07T11:46:44Z","closed_at":null,"author_association":"MEMBER","type":null,"active_lock_reason":null,"sub_issues_summary":{"total":0,"completed":0,"percent_completed":0},"body":null,"closed_by":null,"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/39/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/39/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 11:48:01 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4994'), ('X-RateLimit-Reset', '1746618546'), ('X-RateLimit-Used', '6'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '8BFA:11CB2C:4D8A93D:4FABD3E:681B4871')] +{"resources":{"core":{"limit":5000,"used":6,"remaining":4994,"reset":1746618546},"search":{"limit":30,"used":0,"remaining":30,"reset":1746618541},"graphql":{"limit":5000,"used":0,"remaining":5000,"reset":1746622081},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1746622081},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1746618541},"code_scanning_upload":{"limit":5000,"used":6,"remaining":4994,"reset":1746618546},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1746618541},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1746622081},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1746622081},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1746618541},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1746622081},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1746622081},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1746618541}},"rate":{"limit":5000,"used":6,"remaining":4994,"reset":1746618546}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/39/comments?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 11:48:01 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"295c6204f17c4353cba1ac35d39836f4d1b137e6c7b4625f63c67b985be16f8e"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4993'), ('X-RateLimit-Reset', '1746618546'), ('X-RateLimit-Used', '7'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '8C0A:1325:3D4654D:3F219FC:681B4871')] +[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2858276137","html_url":"https://github.com/iarspider-cmssw/cmssw/issues/39#issuecomment-2858276137","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/39","id":2858276137,"node_id":"IC_kwDOF83__M6qXdUp","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-05-07T11:46:43Z","updated_at":"2025-05-07T11:46:43Z","author_association":"MEMBER","body":"assign orp","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2858276137/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null}] + diff --git a/tests/ReplayData/TestProcessPr.test_pr_develop_branch.txt b/tests/ReplayData/TestProcessPr.test_pr_develop_branch.txt new file mode 100644 index 00000000000..6111bef6196 --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_pr_develop_branch.txt @@ -0,0 +1,44 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 15 Apr 2025 12:06:55 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"3f54eb3a9842991c33957ee69d94d7d61a3631f250e4b5b8a7281b496f420de9"'), ('Last-Modified', 'Thu, 20 Mar 2025 11:22:24 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4967'), ('X-RateLimit-Reset', '1744721867'), ('X-RateLimit-Used', '33'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B2F6:19F339:934B95B:978BF4C:67FE4BDF')] +{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-04-15T12:02:47Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293567,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":4,"watchers":0,"default_branch":"master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-15T11:23:51Z","pushed_at":"2025-04-15T11:25:05Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1457783,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4419,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1017,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4419,"open_issues":1017,"watchers":1140,"default_branch":"master"},"source":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-15T11:23:51Z","pushed_at":"2025-04-15T11:25:05Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1457783,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4419,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1017,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4419,"open_issues":1017,"watchers":1140,"default_branch":"master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":4419,"subscribers_count":0} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/28 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 15 Apr 2025 12:06:55 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"2d324b394888213cd2cec37cb0975c9c9b933f8db64636fdbca3aaf8a61fd87b"'), ('Last-Modified', 'Tue, 15 Apr 2025 12:02:58 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4966'), ('X-RateLimit-Reset', '1744721867'), ('X-RateLimit-Used', '34'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B2FE:35BF07:50F6A66:5354BAE:67FE4BDF')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/28","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmssw","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/28/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/28/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/28/events","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/28","id":2996149491,"node_id":"PR_kwDOF83__M6Sp35l","number":28,"title":"Test PR for development branch","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2025-04-15T11:47:13Z","updated_at":"2025-04-15T12:02:58Z","closed_at":null,"author_association":"MEMBER","type":null,"sub_issues_summary":{"total":0,"completed":0,"percent_completed":0},"active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/28","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/28","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/28.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/28.patch","merged_at":null},"body":"Dummy PR.","closed_by":null,"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/28/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/28/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 15 Apr 2025 12:06:55 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4966'), ('X-RateLimit-Reset', '1744721867'), ('X-RateLimit-Used', '34'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B308:3C11C6:2F9FFF1:311F654:67FE4BDF')] +{"resources":{"core":{"limit":5000,"used":34,"remaining":4966,"reset":1744721867},"search":{"limit":30,"used":0,"remaining":30,"reset":1744718875},"graphql":{"limit":5000,"used":0,"remaining":5000,"reset":1744722415},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1744722415},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1744718875},"code_scanning_upload":{"limit":1000,"used":0,"remaining":1000,"reset":1744722415},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1744718875},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1744722415},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1744722415},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1744718875},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1744722415},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1744722415},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1744718875}},"rate":{"limit":5000,"used":34,"remaining":4966,"reset":1744721867}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/28 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Tue, 15 Apr 2025 12:06:58 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"680deb98a1fde59fa97883e69b5887087231ed947115822fd942418cedfffeab"'), ('Last-Modified', 'Tue, 15 Apr 2025 12:02:58 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4965'), ('X-RateLimit-Reset', '1744721867'), ('X-RateLimit-Used', '35'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B312:39CCF8:87A3C42:8BE41E5:67FE4BE2')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/28","id":2460450405,"node_id":"PR_kwDOF83__M6Sp35l","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/28","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/28.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/28.patch","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/28","number":28,"state":"open","locked":false,"title":"Test PR for development branch","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"body":"Dummy PR.","created_at":"2025-04-15T11:47:13Z","updated_at":"2025-04-15T12:02:58Z","closed_at":null,"merged_at":null,"merge_commit_sha":"f2a60b9ac660ba0de0ecbc771d97abb27fd0ccba","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[],"milestone":null,"draft":false,"commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/28/commits","review_comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/28/comments","review_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/28/comments","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/8822be988982ee3c6233220e527aae5e5cf2bc29","head":{"label":"iarspider:test-pr-develop","ref":"test-pr-develop","sha":"8822be988982ee3c6233220e527aae5e5cf2bc29","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"repo":{"id":719466628,"node_id":"R_kgDOKuIwhA","name":"cmssw","full_name":"iarspider/cmssw","private":false,"owner":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider/cmssw","forks_url":"https://api.github.com/repos/iarspider/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider/cmssw/deployments","created_at":"2023-11-16T08:22:28Z","updated_at":"2024-10-07T06:42:27Z","pushed_at":"2025-04-15T11:46:16Z","git_url":"git://github.com/iarspider/cmssw.git","ssh_url":"git@github.com:iarspider/cmssw.git","clone_url":"https://github.com/iarspider/cmssw.git","svn_url":"https://github.com/iarspider/cmssw","homepage":"http://cms-sw.github.io/","size":1447900,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":false,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":0,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":0,"open_issues":0,"watchers":0,"default_branch":"master"}},"base":{"label":"iarspider-cmssw:CMSSW_14_1_X","ref":"CMSSW_14_1_X","sha":"5c0ff138f515b5b15d6a25c0d2edafe8fb522a49","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-04-15T12:02:47Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293567,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":4,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/28"},"html":{"href":"https://github.com/iarspider-cmssw/cmssw/pull/28"},"issue":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/28"},"comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/28/comments"},"review_comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/28/comments"},"review_comment":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/28/commits"},"statuses":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/8822be988982ee3c6233220e527aae5e5cf2bc29"}},"author_association":"MEMBER","auto_merge":null,"active_lock_reason":null,"merged":false,"mergeable":true,"rebaseable":true,"mergeable_state":"clean","merged_by":null,"comments":0,"review_comments":0,"maintainer_can_modify":true,"commits":1,"additions":1,"deletions":0,"changed_files":1} + diff --git a/tests/ReplayData/TestProcessPr.test_read_compressed_cache.txt b/tests/ReplayData/TestProcessPr.test_read_compressed_cache.txt new file mode 100644 index 00000000000..fc6b71861c7 --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_read_compressed_cache.txt @@ -0,0 +1,88 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:33:21 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"ec9080fa3976e816632c6f8d004c562c056ac8d4a1fcf5d0117b648b7ddc8bd4"'), ('Last-Modified', 'Tue, 29 Apr 2025 11:53:04 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4896'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '104'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'A28E:7AF77:22407C:22EF8F:681226A1')] +{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-29T11:53:04Z","pushed_at":"2025-04-30T13:07:45Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1301233,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":6,"watchers":0,"default_branch":"master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-30T06:00:19Z","pushed_at":"2025-04-30T09:07:11Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1461193,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4425,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1025,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4425,"open_issues":1025,"watchers":1140,"default_branch":"master"},"source":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-30T06:00:19Z","pushed_at":"2025-04-30T09:07:11Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1461193,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4425,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1025,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4425,"open_issues":1025,"watchers":1140,"default_branch":"master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":4425,"subscribers_count":0} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/37 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:33:22 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"6690012446b6b27eceb4893331658bbff6917fb5c1d497fe685adf0bf5bae614"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:30:11 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4895'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '105'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CCE0:E666D:22A4AF:235398:681226A2')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/37","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmssw","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/37/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/37/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/37/events","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/37","id":3031259977,"node_id":"PR_kwDOF83__M6UgMy3","number":37,"title":"Try generating big cache","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[{"id":6005195488,"node_id":"LA_kwDOF83__M8AAAABZfAC4A","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/alca-pending","name":"alca-pending","color":"fbca04","default":false,"description":""},{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160599807,"node_id":"LA_kwDOF83__M8AAAABbzNK_w","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/trk","name":"trk","color":"257fdb","default":false,"description":null},{"id":6160599884,"node_id":"LA_kwDOF83__M8AAAABbzNLTA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tracking","name":"tracking","color":"257fdb","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600115,"node_id":"LA_kwDOF83__M8AAAABbzNMMw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-pending","name":"code-checks-pending","color":"fbca04","default":false,"description":null},{"id":6160600392,"node_id":"LA_kwDOF83__M8AAAABbzNNSA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/analysis-pending","name":"analysis-pending","color":"fbca04","default":false,"description":null},{"id":6160600474,"node_id":"LA_kwDOF83__M8AAAABbzNNmg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/core-pending","name":"core-pending","color":"fbca04","default":false,"description":null},{"id":6160600526,"node_id":"LA_kwDOF83__M8AAAABbzNNzg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/daq-pending","name":"daq-pending","color":"fbca04","default":false,"description":null},{"id":6160600591,"node_id":"LA_kwDOF83__M8AAAABbzNODw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/db-pending","name":"db-pending","color":"fbca04","default":false,"description":null},{"id":6160600663,"node_id":"LA_kwDOF83__M8AAAABbzNOVw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/dqm-pending","name":"dqm-pending","color":"fbca04","default":false,"description":null},{"id":6160600751,"node_id":"LA_kwDOF83__M8AAAABbzNOrw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/fastsim-pending","name":"fastsim-pending","color":"fbca04","default":false,"description":null},{"id":6160600900,"node_id":"LA_kwDOF83__M8AAAABbzNPRA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/generators-pending","name":"generators-pending","color":"fbca04","default":false,"description":null},{"id":6160601000,"node_id":"LA_kwDOF83__M8AAAABbzNPqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/geometry-pending","name":"geometry-pending","color":"fbca04","default":false,"description":null},{"id":6160601128,"node_id":"LA_kwDOF83__M8AAAABbzNQKA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/heterogeneous-pending","name":"heterogeneous-pending","color":"fbca04","default":false,"description":null},{"id":6160601270,"node_id":"LA_kwDOF83__M8AAAABbzNQtg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/hlt-pending","name":"hlt-pending","color":"fbca04","default":false,"description":null},{"id":6160601371,"node_id":"LA_kwDOF83__M8AAAABbzNRGw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/l1-pending","name":"l1-pending","color":"fbca04","default":false,"description":null},{"id":6160601410,"node_id":"LA_kwDOF83__M8AAAABbzNRQg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/operations-pending","name":"operations-pending","color":"fbca04","default":false,"description":null},{"id":6160601508,"node_id":"LA_kwDOF83__M8AAAABbzNRpA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pdmv-pending","name":"pdmv-pending","color":"fbca04","default":false,"description":null},{"id":6160601664,"node_id":"LA_kwDOF83__M8AAAABbzNSQA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/reconstruction-pending","name":"reconstruction-pending","color":"fbca04","default":false,"description":null},{"id":6160601741,"node_id":"LA_kwDOF83__M8AAAABbzNSjQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/simulation-pending","name":"simulation-pending","color":"fbca04","default":false,"description":null},{"id":6160601844,"node_id":"LA_kwDOF83__M8AAAABbzNS9A","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/upgrade-pending","name":"upgrade-pending","color":"fbca04","default":false,"description":null},{"id":6160602039,"node_id":"LA_kwDOF83__M8AAAABbzNTtw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/xpog-pending","name":"xpog-pending","color":"fbca04","default":false,"description":null}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":3,"closed_issues":16,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-30T13:28:52Z","due_on":null,"closed_at":null},"comments":2,"created_at":"2025-04-30T13:17:42Z","updated_at":"2025-04-30T13:30:11Z","closed_at":null,"author_association":"MEMBER","type":null,"active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/37","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/37","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/37.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/37.patch","merged_at":null},"body":"\r\n#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","closed_by":null,"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/37/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/37/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:33:22 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4895'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '105'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CCE4:E666D:22A68D:23558B:681226A2')] +{"resources":{"core":{"limit":5000,"used":105,"remaining":4895,"reset":1746022671},"search":{"limit":30,"used":0,"remaining":30,"reset":1746020062},"graphql":{"limit":5000,"used":1,"remaining":4999,"reset":1746022935},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1746023602},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1746020062},"code_scanning_upload":{"limit":5000,"used":105,"remaining":4895,"reset":1746022671},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1746020062},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1746023602},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1746023602},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1746020062},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1746023602},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1746023602},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1746020062}},"rate":{"limit":5000,"used":105,"remaining":4895,"reset":1746022671}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/37 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:33:22 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"3e27ae5cefa2213423a40cc037e16b26821318e950db7bd37258c76613e23f4d"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:30:11 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4894'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '106'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CCE8:1C490A:219BCA:224AB0:681226A2')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/37","id":2491468983,"node_id":"PR_kwDOF83__M6UgMy3","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/37","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/37.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/37.patch","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/37","number":37,"state":"open","locked":false,"title":"Try generating big cache","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"body":"\r\n#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","created_at":"2025-04-30T13:17:42Z","updated_at":"2025-04-30T13:30:11Z","closed_at":null,"merged_at":null,"merge_commit_sha":"e7df554fc9be418252fc2cbcc7f912646643fdc7","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[{"id":6005195488,"node_id":"LA_kwDOF83__M8AAAABZfAC4A","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/alca-pending","name":"alca-pending","color":"fbca04","default":false,"description":""},{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160599807,"node_id":"LA_kwDOF83__M8AAAABbzNK_w","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/trk","name":"trk","color":"257fdb","default":false,"description":null},{"id":6160599884,"node_id":"LA_kwDOF83__M8AAAABbzNLTA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tracking","name":"tracking","color":"257fdb","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600115,"node_id":"LA_kwDOF83__M8AAAABbzNMMw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-pending","name":"code-checks-pending","color":"fbca04","default":false,"description":null},{"id":6160600392,"node_id":"LA_kwDOF83__M8AAAABbzNNSA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/analysis-pending","name":"analysis-pending","color":"fbca04","default":false,"description":null},{"id":6160600474,"node_id":"LA_kwDOF83__M8AAAABbzNNmg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/core-pending","name":"core-pending","color":"fbca04","default":false,"description":null},{"id":6160600526,"node_id":"LA_kwDOF83__M8AAAABbzNNzg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/daq-pending","name":"daq-pending","color":"fbca04","default":false,"description":null},{"id":6160600591,"node_id":"LA_kwDOF83__M8AAAABbzNODw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/db-pending","name":"db-pending","color":"fbca04","default":false,"description":null},{"id":6160600663,"node_id":"LA_kwDOF83__M8AAAABbzNOVw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/dqm-pending","name":"dqm-pending","color":"fbca04","default":false,"description":null},{"id":6160600751,"node_id":"LA_kwDOF83__M8AAAABbzNOrw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/fastsim-pending","name":"fastsim-pending","color":"fbca04","default":false,"description":null},{"id":6160600900,"node_id":"LA_kwDOF83__M8AAAABbzNPRA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/generators-pending","name":"generators-pending","color":"fbca04","default":false,"description":null},{"id":6160601000,"node_id":"LA_kwDOF83__M8AAAABbzNPqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/geometry-pending","name":"geometry-pending","color":"fbca04","default":false,"description":null},{"id":6160601128,"node_id":"LA_kwDOF83__M8AAAABbzNQKA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/heterogeneous-pending","name":"heterogeneous-pending","color":"fbca04","default":false,"description":null},{"id":6160601270,"node_id":"LA_kwDOF83__M8AAAABbzNQtg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/hlt-pending","name":"hlt-pending","color":"fbca04","default":false,"description":null},{"id":6160601371,"node_id":"LA_kwDOF83__M8AAAABbzNRGw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/l1-pending","name":"l1-pending","color":"fbca04","default":false,"description":null},{"id":6160601410,"node_id":"LA_kwDOF83__M8AAAABbzNRQg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/operations-pending","name":"operations-pending","color":"fbca04","default":false,"description":null},{"id":6160601508,"node_id":"LA_kwDOF83__M8AAAABbzNRpA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pdmv-pending","name":"pdmv-pending","color":"fbca04","default":false,"description":null},{"id":6160601664,"node_id":"LA_kwDOF83__M8AAAABbzNSQA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/reconstruction-pending","name":"reconstruction-pending","color":"fbca04","default":false,"description":null},{"id":6160601741,"node_id":"LA_kwDOF83__M8AAAABbzNSjQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/simulation-pending","name":"simulation-pending","color":"fbca04","default":false,"description":null},{"id":6160601844,"node_id":"LA_kwDOF83__M8AAAABbzNS9A","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/upgrade-pending","name":"upgrade-pending","color":"fbca04","default":false,"description":null},{"id":6160602039,"node_id":"LA_kwDOF83__M8AAAABbzNTtw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/xpog-pending","name":"xpog-pending","color":"fbca04","default":false,"description":null}],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":3,"closed_issues":16,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-30T13:28:52Z","due_on":null,"closed_at":null},"draft":false,"commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/37/commits","review_comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/37/comments","review_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/37/comments","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/c23099c7377123b6de7fafa7a486b20b18d54f7e","head":{"label":"iarspider-cmssw:tests-for-cache-2","ref":"tests-for-cache-2","sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-29T11:53:04Z","pushed_at":"2025-04-30T13:07:45Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1301233,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":6,"watchers":0,"default_branch":"master"}},"base":{"label":"iarspider-cmssw:master","ref":"master","sha":"05991ff49c6779cd862cf5bb81763ba394b60684","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-29T11:53:04Z","pushed_at":"2025-04-30T13:07:45Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1301233,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":6,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/37"},"html":{"href":"https://github.com/iarspider-cmssw/cmssw/pull/37"},"issue":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/37"},"comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/37/comments"},"review_comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/37/comments"},"review_comment":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/37/commits"},"statuses":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/c23099c7377123b6de7fafa7a486b20b18d54f7e"}},"author_association":"MEMBER","auto_merge":null,"active_lock_reason":null,"merged":false,"mergeable":true,"rebaseable":true,"mergeable_state":"unstable","merged_by":null,"comments":2,"review_comments":0,"maintainer_can_modify":false,"commits":1,"additions":5944,"deletions":64,"changed_files":3000} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/37/commits?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:33:25 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"4db92cb31f156de53e2a71022c493284afcea0827c4e1c2f68b581bf2192e871"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:30:11 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4893'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '107'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CCF0:49C52:21CCC1:227BA7:681226A3')] +[{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","node_id":"C_kwDOF83__NoAKGMyMzA5OWM3Mzc3MTIzYjZkZTdmYWZhN2E0ODZiMjBiMThkNTRmN2U","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"message":"Try generating big cache","tree":{"sha":"f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684"}]}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e/status +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:33:25 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"3810e9102238e2ef94e94d7fcd2f3ef8e50efd9b1274dd757f87e84b83bddf43"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo, repo:status'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4892'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '108'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CCFE:E666D:22B637:23657B:681226A5')] +{"state":"pending","statuses":[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/c23099c7377123b6de7fafa7a486b20b18d54f7e","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35956567208,"node_id":"SC_kwDOF83__M8AAAAIXy2sqA","state":"pending","description":"code-checks requested","target_url":null,"context":"cms/37/code-checks","created_at":"2025-04-30T13:30:08Z","updated_at":"2025-04-30T13:30:08Z"}],"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","total_count":1,"repository":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments"},"commit_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e/status"} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:33:25 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"b43063ea885bcbc3cf772b9596084b7c6a74cf92e4be4c97cfff2a4df4506dea"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:04:54 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4891'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '109'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CD0C:1578F3:21FFEB:22AF3A:681226A5')] +{"sha":"c23099c7377123b6de7fafa7a486b20b18d54f7e","node_id":"C_kwDOF83__NoAKGMyMzA5OWM3Mzc3MTIzYjZkZTdmYWZhN2E0ODZiMjBiMThkNTRmN2U","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c23099c7377123b6de7fafa7a486b20b18d54f7e","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c23099c7377123b6de7fafa7a486b20b18d54f7e","author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T13:04:54Z"},"tree":{"sha":"f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f59f4ffdaf7a7c8ef30c1eb9dc05d53d9ea9c729"},"message":"Try generating big cache","parents":[{"sha":"05991ff49c6779cd862cf5bb81763ba394b60684","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/05991ff49c6779cd862cf5bb81763ba394b60684","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/05991ff49c6779cd862cf5bb81763ba394b60684"}],"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/37/comments?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 13:33:25 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"a08e770fad7436ddd45b4e35709f06358e04b3d8482553a2c3cddb1651c3a965"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4890'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '110'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'CD1A:52083:255DBD:260D67:681226A5')] +[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2841961878","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/37#issuecomment-2841961878","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/37","id":2841961878,"node_id":"IC_kwDOF83__M6pZOWW","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-30T13:24:03Z","updated_at":"2025-04-30T13:24:03Z","author_association":"MEMBER","body":"+file-count","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2841961878/reactions","total_count":1,"+1":1,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2841978523","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/37#issuecomment-2841978523","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/37","id":2841978523,"node_id":"IC_kwDOF83__M6pZSab","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-30T13:30:10Z","updated_at":"2025-04-30T13:30:10Z","author_association":"MEMBER","body":"cms-bot internal usage","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2841978523/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null}] + diff --git a/tests/ReplayData/TestProcessPr.test_read_split_cache.txt b/tests/ReplayData/TestProcessPr.test_read_split_cache.txt new file mode 100644 index 00000000000..8c078fef970 --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_read_split_cache.txt @@ -0,0 +1,132 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 05 May 2025 13:12:21 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"974e28b747f9f947e595c5e07dbe02b4f6cdc7c9ce6878b64dac609c36ff09e0"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:43:16 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4987'), ('X-RateLimit-Reset', '1746451098'), ('X-RateLimit-Used', '13'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C3A6:9373F:29E4443:2B1D0CC:6818B935')] +{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-30T13:43:16Z","pushed_at":"2025-05-05T12:55:25Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1298343,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":7,"watchers":0,"default_branch":"master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-05-05T07:54:57Z","pushed_at":"2025-05-05T12:31:08Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1461367,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4426,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1032,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4426,"open_issues":1032,"watchers":1140,"default_branch":"master"},"source":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-05-05T07:54:57Z","pushed_at":"2025-05-05T12:31:08Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1461367,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4426,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1032,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4426,"open_issues":1032,"watchers":1140,"default_branch":"master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":4426,"subscribers_count":0} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/31 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 05 May 2025 13:12:21 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"ee40b751c75fcbd034e9335d9ed440129973ce2c49d4ff836c85a76d8ac232e0"'), ('Last-Modified', 'Mon, 05 May 2025 13:10:48 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4986'), ('X-RateLimit-Reset', '1746451098'), ('X-RateLimit-Used', '14'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C3AA:9373F:29E462E:2B1D2B2:6818B935')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/31","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmssw","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/31/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/31/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/31/events","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/31","id":3011004910,"node_id":"PR_kwDOF83__M6Tb25i","number":31,"title":"Try generating big cache","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[{"id":6005195488,"node_id":"LA_kwDOF83__M8AAAABZfAC4A","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/alca-pending","name":"alca-pending","color":"fbca04","default":false,"description":""},{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160599807,"node_id":"LA_kwDOF83__M8AAAABbzNK_w","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/trk","name":"trk","color":"257fdb","default":false,"description":null},{"id":6160599884,"node_id":"LA_kwDOF83__M8AAAABbzNLTA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tracking","name":"tracking","color":"257fdb","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600115,"node_id":"LA_kwDOF83__M8AAAABbzNMMw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-pending","name":"code-checks-pending","color":"fbca04","default":false,"description":null},{"id":6160600392,"node_id":"LA_kwDOF83__M8AAAABbzNNSA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/analysis-pending","name":"analysis-pending","color":"fbca04","default":false,"description":null},{"id":6160600474,"node_id":"LA_kwDOF83__M8AAAABbzNNmg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/core-pending","name":"core-pending","color":"fbca04","default":false,"description":null},{"id":6160600526,"node_id":"LA_kwDOF83__M8AAAABbzNNzg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/daq-pending","name":"daq-pending","color":"fbca04","default":false,"description":null},{"id":6160600591,"node_id":"LA_kwDOF83__M8AAAABbzNODw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/db-pending","name":"db-pending","color":"fbca04","default":false,"description":null},{"id":6160600663,"node_id":"LA_kwDOF83__M8AAAABbzNOVw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/dqm-pending","name":"dqm-pending","color":"fbca04","default":false,"description":null},{"id":6160600751,"node_id":"LA_kwDOF83__M8AAAABbzNOrw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/fastsim-pending","name":"fastsim-pending","color":"fbca04","default":false,"description":null},{"id":6160600900,"node_id":"LA_kwDOF83__M8AAAABbzNPRA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/generators-pending","name":"generators-pending","color":"fbca04","default":false,"description":null},{"id":6160601000,"node_id":"LA_kwDOF83__M8AAAABbzNPqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/geometry-pending","name":"geometry-pending","color":"fbca04","default":false,"description":null},{"id":6160601128,"node_id":"LA_kwDOF83__M8AAAABbzNQKA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/heterogeneous-pending","name":"heterogeneous-pending","color":"fbca04","default":false,"description":null},{"id":6160601270,"node_id":"LA_kwDOF83__M8AAAABbzNQtg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/hlt-pending","name":"hlt-pending","color":"fbca04","default":false,"description":null},{"id":6160601371,"node_id":"LA_kwDOF83__M8AAAABbzNRGw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/l1-pending","name":"l1-pending","color":"fbca04","default":false,"description":null},{"id":6160601410,"node_id":"LA_kwDOF83__M8AAAABbzNRQg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/operations-pending","name":"operations-pending","color":"fbca04","default":false,"description":null},{"id":6160601508,"node_id":"LA_kwDOF83__M8AAAABbzNRpA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pdmv-pending","name":"pdmv-pending","color":"fbca04","default":false,"description":null},{"id":6160601664,"node_id":"LA_kwDOF83__M8AAAABbzNSQA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/reconstruction-pending","name":"reconstruction-pending","color":"fbca04","default":false,"description":null},{"id":6160601741,"node_id":"LA_kwDOF83__M8AAAABbzNSjQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/simulation-pending","name":"simulation-pending","color":"fbca04","default":false,"description":null},{"id":6160601844,"node_id":"LA_kwDOF83__M8AAAABbzNS9A","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/upgrade-pending","name":"upgrade-pending","color":"fbca04","default":false,"description":null},{"id":6160602039,"node_id":"LA_kwDOF83__M8AAAABbzNTtw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/xpog-pending","name":"xpog-pending","color":"fbca04","default":false,"description":null}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":4,"closed_issues":16,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-05-05T13:10:48Z","due_on":null,"closed_at":null},"comments":5,"created_at":"2025-04-22T12:53:21Z","updated_at":"2025-05-05T13:10:48Z","closed_at":null,"author_association":"MEMBER","type":null,"active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/31","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/31","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/31.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/31.patch","merged_at":null},"body":"\r\nTry generating a big-enough cache to cause splitting","closed_by":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/31/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/31/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 05 May 2025 13:12:21 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4986'), ('X-RateLimit-Reset', '1746451098'), ('X-RateLimit-Used', '14'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C3B2:9373F:29E47B7:2B1D447:6818B935')] +{"resources":{"core":{"limit":5000,"used":14,"remaining":4986,"reset":1746451098},"search":{"limit":30,"used":0,"remaining":30,"reset":1746450801},"graphql":{"limit":5000,"used":1,"remaining":4999,"reset":1746451097},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1746454341},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1746450801},"code_scanning_upload":{"limit":5000,"used":14,"remaining":4986,"reset":1746451098},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1746450801},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1746454341},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1746454341},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1746450801},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1746454341},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1746454341},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1746450801}},"rate":{"limit":5000,"used":14,"remaining":4986,"reset":1746451098}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/31 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 05 May 2025 13:12:22 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"0e2dd385e57c2608d31b6fc5babb4f10f13257bdd3b94be6b309116cc8eb6cce"'), ('Last-Modified', 'Mon, 05 May 2025 13:10:48 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4985'), ('X-RateLimit-Reset', '1746451098'), ('X-RateLimit-Used', '15'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C3B6:9C2C4:2B02693:2C3A175:6818B936')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/31","id":2473553506,"node_id":"PR_kwDOF83__M6Tb25i","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/31","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/31.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/31.patch","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/31","number":31,"state":"open","locked":false,"title":"Try generating big cache","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"body":"\r\nTry generating a big-enough cache to cause splitting","created_at":"2025-04-22T12:53:21Z","updated_at":"2025-05-05T13:10:48Z","closed_at":null,"merged_at":null,"merge_commit_sha":"758badee6a5fb7ab660479a2c753544baf51cca0","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[{"id":6005195488,"node_id":"LA_kwDOF83__M8AAAABZfAC4A","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/alca-pending","name":"alca-pending","color":"fbca04","default":false,"description":""},{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160599807,"node_id":"LA_kwDOF83__M8AAAABbzNK_w","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/trk","name":"trk","color":"257fdb","default":false,"description":null},{"id":6160599884,"node_id":"LA_kwDOF83__M8AAAABbzNLTA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tracking","name":"tracking","color":"257fdb","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600115,"node_id":"LA_kwDOF83__M8AAAABbzNMMw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-pending","name":"code-checks-pending","color":"fbca04","default":false,"description":null},{"id":6160600392,"node_id":"LA_kwDOF83__M8AAAABbzNNSA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/analysis-pending","name":"analysis-pending","color":"fbca04","default":false,"description":null},{"id":6160600474,"node_id":"LA_kwDOF83__M8AAAABbzNNmg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/core-pending","name":"core-pending","color":"fbca04","default":false,"description":null},{"id":6160600526,"node_id":"LA_kwDOF83__M8AAAABbzNNzg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/daq-pending","name":"daq-pending","color":"fbca04","default":false,"description":null},{"id":6160600591,"node_id":"LA_kwDOF83__M8AAAABbzNODw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/db-pending","name":"db-pending","color":"fbca04","default":false,"description":null},{"id":6160600663,"node_id":"LA_kwDOF83__M8AAAABbzNOVw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/dqm-pending","name":"dqm-pending","color":"fbca04","default":false,"description":null},{"id":6160600751,"node_id":"LA_kwDOF83__M8AAAABbzNOrw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/fastsim-pending","name":"fastsim-pending","color":"fbca04","default":false,"description":null},{"id":6160600900,"node_id":"LA_kwDOF83__M8AAAABbzNPRA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/generators-pending","name":"generators-pending","color":"fbca04","default":false,"description":null},{"id":6160601000,"node_id":"LA_kwDOF83__M8AAAABbzNPqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/geometry-pending","name":"geometry-pending","color":"fbca04","default":false,"description":null},{"id":6160601128,"node_id":"LA_kwDOF83__M8AAAABbzNQKA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/heterogeneous-pending","name":"heterogeneous-pending","color":"fbca04","default":false,"description":null},{"id":6160601270,"node_id":"LA_kwDOF83__M8AAAABbzNQtg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/hlt-pending","name":"hlt-pending","color":"fbca04","default":false,"description":null},{"id":6160601371,"node_id":"LA_kwDOF83__M8AAAABbzNRGw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/l1-pending","name":"l1-pending","color":"fbca04","default":false,"description":null},{"id":6160601410,"node_id":"LA_kwDOF83__M8AAAABbzNRQg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/operations-pending","name":"operations-pending","color":"fbca04","default":false,"description":null},{"id":6160601508,"node_id":"LA_kwDOF83__M8AAAABbzNRpA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pdmv-pending","name":"pdmv-pending","color":"fbca04","default":false,"description":null},{"id":6160601664,"node_id":"LA_kwDOF83__M8AAAABbzNSQA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/reconstruction-pending","name":"reconstruction-pending","color":"fbca04","default":false,"description":null},{"id":6160601741,"node_id":"LA_kwDOF83__M8AAAABbzNSjQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/simulation-pending","name":"simulation-pending","color":"fbca04","default":false,"description":null},{"id":6160601844,"node_id":"LA_kwDOF83__M8AAAABbzNS9A","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/upgrade-pending","name":"upgrade-pending","color":"fbca04","default":false,"description":null},{"id":6160602039,"node_id":"LA_kwDOF83__M8AAAABbzNTtw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/xpog-pending","name":"xpog-pending","color":"fbca04","default":false,"description":null}],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":4,"closed_issues":16,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-05-05T13:10:48Z","due_on":null,"closed_at":null},"draft":false,"commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/31/commits","review_comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/31/comments","review_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/31/comments","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/06516559d90de78ecd6034aa4425e2ac9132faed","head":{"label":"iarspider-cmssw:test-many-changes-v2","ref":"test-many-changes-v2","sha":"06516559d90de78ecd6034aa4425e2ac9132faed","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-30T13:43:16Z","pushed_at":"2025-05-05T12:55:25Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1298343,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":7,"watchers":0,"default_branch":"master"}},"base":{"label":"iarspider-cmssw:master","ref":"master","sha":"c83ecb127f70592a95b0544c2e7e2404c9d7e440","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-30T13:43:16Z","pushed_at":"2025-05-05T12:55:25Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1298343,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":7,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":7,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/31"},"html":{"href":"https://github.com/iarspider-cmssw/cmssw/pull/31"},"issue":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/31"},"comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/31/comments"},"review_comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/31/comments"},"review_comment":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/31/commits"},"statuses":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/06516559d90de78ecd6034aa4425e2ac9132faed"}},"author_association":"MEMBER","auto_merge":null,"active_lock_reason":null,"merged":false,"mergeable":true,"rebaseable":true,"mergeable_state":"clean","merged_by":null,"comments":5,"review_comments":0,"maintainer_can_modify":false,"commits":1,"additions":1,"deletions":0,"changed_files":1} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/31/files?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 05 May 2025 13:12:22 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"6d8c44b94637036fc54988ba70064c50aefa1833cc854df876fdae8f2d6ee2df"'), ('Last-Modified', 'Mon, 05 May 2025 13:10:48 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4984'), ('X-RateLimit-Reset', '1746451098'), ('X-RateLimit-Used', '16'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C3B8:1320:2F4AC6F:30C00F0:6818B936')] +[{"sha":"57810d43752b2d27386629a449f1104849416889","filename":"Alignment/APEEstimation/python/samples/Data_TkAlMinBias_Run2018C_PromptReco_v3_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/06516559d90de78ecd6034aa4425e2ac9132faed/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlMinBias_Run2018C_PromptReco_v3_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/06516559d90de78ecd6034aa4425e2ac9132faed/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlMinBias_Run2018C_PromptReco_v3_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlMinBias_Run2018C_PromptReco_v3_cff.py?ref=06516559d90de78ecd6034aa4425e2ac9132faed","patch":"@@ -31,3 +31,4 @@\n secFiles.extend( [\n ] )\n \n+#-- dummy change --"}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/31/commits?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 05 May 2025 13:12:23 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"36bebf4539d5f170678d269e6c4cfdc59e4ca10d1fc17390905433fe6be9769b"'), ('Last-Modified', 'Mon, 05 May 2025 13:10:48 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4983'), ('X-RateLimit-Reset', '1746451098'), ('X-RateLimit-Used', '17'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C3BA:2F93E:2B3EF71:2C788CF:6818B936')] +[{"sha":"06516559d90de78ecd6034aa4425e2ac9132faed","node_id":"C_kwDOF83__NoAKDA2NTE2NTU5ZDkwZGU3OGVjZDYwMzRhYTQ0MjVlMmFjOTEzMmZhZWQ","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-22T12:52:36Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-23T07:45:11Z"},"message":"Try generating big cache","tree":{"sha":"f4d10bc183668862e3ce7df87db8f0edddf04890","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f4d10bc183668862e3ce7df87db8f0edddf04890"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/06516559d90de78ecd6034aa4425e2ac9132faed","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/06516559d90de78ecd6034aa4425e2ac9132faed","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/06516559d90de78ecd6034aa4425e2ac9132faed","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/06516559d90de78ecd6034aa4425e2ac9132faed/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"5c0ff138f515b5b15d6a25c0d2edafe8fb522a49","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/5c0ff138f515b5b15d6a25c0d2edafe8fb522a49","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/5c0ff138f515b5b15d6a25c0d2edafe8fb522a49"}]}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/commits/06516559d90de78ecd6034aa4425e2ac9132faed/status +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 05 May 2025 13:12:23 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"a1b5b3684db2f0138bcd6165579eccba466c179436b0cc422d38557bf875cdd6"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo, repo:status'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4982'), ('X-RateLimit-Reset', '1746451098'), ('X-RateLimit-Used', '18'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C3BC:2F93E:2B3F0F7:2C78A64:6818B937')] +{"state":"pending","statuses":[],"sha":"06516559d90de78ecd6034aa4425e2ac9132faed","total_count":0,"repository":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments"},"commit_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/06516559d90de78ecd6034aa4425e2ac9132faed","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/06516559d90de78ecd6034aa4425e2ac9132faed/status"} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/git/commits/06516559d90de78ecd6034aa4425e2ac9132faed +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 05 May 2025 13:12:23 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"e540da773c74c44b5861e415e39d01248fe230050e17c7888d6f5fd0b1c278a5"'), ('Last-Modified', 'Wed, 23 Apr 2025 07:45:11 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4981'), ('X-RateLimit-Reset', '1746451098'), ('X-RateLimit-Used', '19'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C3C4:26E46:2A17F9B:2B4FC99:6818B937')] +{"sha":"06516559d90de78ecd6034aa4425e2ac9132faed","node_id":"C_kwDOF83__NoAKDA2NTE2NTU5ZDkwZGU3OGVjZDYwMzRhYTQ0MjVlMmFjOTEzMmZhZWQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/06516559d90de78ecd6034aa4425e2ac9132faed","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/06516559d90de78ecd6034aa4425e2ac9132faed","author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-22T12:52:36Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-23T07:45:11Z"},"tree":{"sha":"f4d10bc183668862e3ce7df87db8f0edddf04890","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f4d10bc183668862e3ce7df87db8f0edddf04890"},"message":"Try generating big cache","parents":[{"sha":"5c0ff138f515b5b15d6a25c0d2edafe8fb522a49","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/5c0ff138f515b5b15d6a25c0d2edafe8fb522a49","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/5c0ff138f515b5b15d6a25c0d2edafe8fb522a49"}],"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/31/comments?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 05 May 2025 13:12:23 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"79f728bdfba814c659a4a0597432e3f74034cd46b0cde34cf366bdaf50bdeded"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4980'), ('X-RateLimit-Reset', '1746451098'), ('X-RateLimit-Used', '20'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C3C6:D2A68:7509A08:78A8213:6818B937')] +[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2821238333","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/31#issuecomment-2821238333","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/31","id":2821238333,"node_id":"IC_kwDOF83__M6oKK49","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-22T12:53:28Z","updated_at":"2025-04-22T12:53:28Z","author_association":"MEMBER","body":"+code-checks","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2821238333/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2821245737","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/31#issuecomment-2821245737","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/31","id":2821245737,"node_id":"IC_kwDOF83__M6oKMsp","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-22T12:56:17Z","updated_at":"2025-04-22T12:56:17Z","author_association":"MEMBER","body":"+file-count","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2821245737/reactions","total_count":1,"+1":1,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2821384257","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/31#issuecomment-2821384257","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/31","id":2821384257,"node_id":"IC_kwDOF83__M6oKuhB","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-22T13:44:09Z","updated_at":"2025-04-22T13:44:09Z","author_association":"MEMBER","body":"A new Pull Request was created by iarspider for master.\n\nIt involves the following packages:\n\n- Alignment/APEEstimation (**alca**)\n- Alignment/CommonAlignmentAlgorithm (**alca**)\n- Alignment/CommonAlignmentMonitor (**alca**)\n- Alignment/CommonAlignmentParametrization (**alca**)\n- Alignment/CommonAlignmentProducer (**alca**)\n- Alignment/LaserAlignment (**alca**)\n- Alignment/MillePedeAlignmentAlgorithm (**alca**)\n- Alignment/MuonAlignmentAlgorithms (**alca**)\n- Alignment/OfflineValidation (**alca**)\n- Alignment/TrackerAlignment (**alca**)\n- AnalysisAlgos/SiStripClusterInfoProducer (**analysis**)\n- CalibCalorimetry/EcalCorrectionModules (**alca**)\n- CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos (**alca**)\n- CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules (**alca**)\n- CalibCalorimetry/EcalTPGTools (**alca, l1**)\n- CalibCalorimetry/EcalTrivialCondModules (**alca**)\n- CalibMuon/DTCalibration (**alca**)\n- CalibPPS/AlignmentGlobal (**alca**)\n- CalibPPS/ESProducers (**alca**)\n- CalibPPS/TimingCalibration (**alca**)\n- CalibTracker/Configuration (**alca**)\n- CalibTracker/SiPhase2TrackerESProducers (**upgrade, alca**)\n- CalibTracker/SiPixelConnectivity (**alca**)\n- CalibTracker/SiPixelESProducers (**alca**)\n- CalibTracker/SiPixelGainCalibration (**alca**)\n- CalibTracker/SiPixelLorentzAngle (**alca**)\n- CalibTracker/SiPixelSCurveCalibration (**alca**)\n- CalibTracker/SiStripChannelGain (**alca**)\n- CalibTracker/SiStripCommon (**alca**)\n- CalibTracker/SiStripDCS (**alca**)\n- CalibTracker/SiStripESProducers (**alca**)\n- CalibTracker/SiStripLorentzAngle (**alca**)\n- CalibTracker/SiStripQuality (**alca**)\n- CalibTracker/StandaloneTrackerTopology (**alca**)\n- Calibration/EcalAlCaRecoProducers (**alca**)\n- Calibration/EcalCalibAlgos (**alca**)\n- Calibration/HcalAlCaRecoProducers (**alca**)\n- Calibration/HcalCalibAlgos (**alca**)\n- Calibration/HcalIsolatedTrackReco (**alca**)\n- Calibration/IsolatedParticles (**alca**)\n- Calibration/LumiAlCaRecoProducers (**alca**)\n- Calibration/TkAlCaRecoProducers (**alca**)\n- CaloOnlineTools/HcalOnlineDb (**db**)\n- CommonTools/ParticleFlow (**reconstruction**)\n- CommonTools/TriggerUtils (**hlt, l1**)\n- CondCore/AlignmentPlugins (**db**)\n- CondCore/CTPPSPlugins (**db**)\n- CondCore/DBOutputService (**db, alca**)\n- CondCore/EcalPlugins (**db**)\n- CondCore/PCLConfigPlugins (**db**)\n- CondCore/SiPixelPlugins (**db**)\n- CondFormats/CastorObjects (**db, alca**)\n- CondFormats/DataRecord (**db, alca**)\n- CondFormats/EcalCorrections (**db, alca**)\n- CondFormats/EcalObjects (**db, alca**)\n- CondFormats/GeometryObjects (**db, alca**)\n- CondFormats/HGCalObjects (**upgrade, db, alca**)\n- CondFormats/JetMETObjects (**db**)\n- CondFormats/PPSObjects (**alca**)\n- CondFormats/PhysicsToolsObjects (**db, alca**)\n- CondFormats/SiPhase2TrackerObjects (**db, alca**)\n- CondFormats/SiPixelObjects (**db, alca**)\n- CondFormats/SiStripObjects (**db, alca**)\n- CondTools/Ecal (**db**)\n- Configuration/DataProcessing (**operations**)\n- Configuration/EcalTB (**reconstruction**)\n- Configuration/Generator (**generators**)\n- Configuration/Geometry (**upgrade, geometry**)\n- Configuration/ProcessModifiers (**operations**)\n- Configuration/Skimming (**pdmv**)\n- Configuration/StandardSequences (**operations**)\n- DPGAnalysis/SiStripTools (**analysis**)\n- DPGAnalysis/Skims (**pdmv**)\n- DQM/BeamMonitor (**dqm, db**)\n- DQM/EcalPreshowerMonitorModule (**dqm**)\n- DQM/SiPixelPhase1Config (**dqm**)\n- DQM/SiStripCommissioningDbClients (**dqm**)\n- DQM/SiStripCommissioningSources (**dqm**)\n- DQM/SiStripMonitorApproximateCluster (**dqm**)\n- DQM/SiStripMonitorClient (**dqm**)\n- DQM/SiStripMonitorSummary (**dqm**)\n- DQM/TrackerCommon (**dqm**)\n- DQM/TrackingMonitorClient (**dqm**)\n- DQMOffline/CalibTracker (**dqm**)\n- DQMOffline/L1Trigger (**dqm, l1**)\n- DataFormats/EcalRecHit (**reconstruction**)\n- DataFormats/L1ScoutingRawData (**daq**)\n- DataFormats/ParticleFlowReco (**reconstruction**)\n- DataFormats/SiStripCluster (**reconstruction**)\n- DetectorDescription/OfflineDBLoader (**geometry**)\n- Documentation/ReferenceManualScripts (**core**)\n- EgammaAnalysis/ElectronTools (**analysis**)\n- EventFilter/EcalRawToDigi (**reconstruction**)\n- EventFilter/L1TRawToDigi (**l1**)\n- EventFilter/Phase2TrackerRawToDigi (**daq, reconstruction**)\n- FWCore/Integration (**core**)\n- FastSimulation/CTPPSFastTrackingProducer (**fastsim**)\n- FastSimulation/SimplifiedGeometryPropagator (**fastsim**)\n- FastSimulation/TrackingRecHitProducer (**fastsim**)\n- GeneratorInterface/Core (**generators**)\n- GeneratorInterface/EvtGenInterface (**generators**)\n- GeneratorInterface/Herwig7Interface (**generators**)\n- GeneratorInterface/LHEInterface (**generators**)\n- GeneratorInterface/PyquenInterface (**generators**)\n- GeneratorInterface/Pythia6Interface (**generators**)\n- GeneratorInterface/Pythia8Interface (**generators**)\n- GeneratorInterface/ReggeGribovPartonMCInterface (**generators**)\n- GeneratorInterface/SherpaInterface (**generators**)\n- GeneratorInterface/TauolaInterface (**generators**)\n- Geometry/CMSCommonData (**upgrade, geometry**)\n- Geometry/ForwardSimData (**geometry**)\n- Geometry/GlobalTrackingGeometryBuilder (**geometry**)\n- Geometry/HcalCommonData (**geometry**)\n- Geometry/TrackerCommonData (**geometry**)\n- Geometry/TrackerGeometryBuilder (**geometry**)\n- Geometry/TrackerNumberingBuilder (**geometry**)\n- Geometry/TrackerRecoData (**geometry**)\n- Geometry/TrackerSimData (**geometry**)\n- Geometry/TwentyFivePercentTrackerCommonData (**geometry**)\n- Geometry/VeryForwardData (**geometry**)\n- Geometry/VeryForwardGeometry (**geometry**)\n- Geometry/VeryForwardProtonTransport (**geometry**)\n- GeometryReaders/XMLIdealGeometryESSource (**geometry**)\n- HLTrigger/Configuration (**hlt**)\n- HLTriggerOffline/HeavyFlavor (**dqm**)\n- HLTriggerOffline/SUSYBSM (**dqm**)\n- HLTriggerOffline/Scouting (**dqm**)\n- HeavyFlavorAnalysis/SpecificDecay (**analysis**)\n- HeterogeneousCore/AlpakaInterface (**heterogeneous**)\n- HeterogeneousCore/AlpakaTest (**heterogeneous**)\n- HeterogeneousTest/AlpakaDevice (**heterogeneous**)\n- HeterogeneousTest/AlpakaKernel (**heterogeneous**)\n- HeterogeneousTest/AlpakaOpaque (**heterogeneous**)\n- HeterogeneousTest/AlpakaWrapper (**heterogeneous**)\n- IOMC/EventVertexGenerators (**simulation**)\n- JetMETCorrections/InterpolationTables (**analysis**)\n- JetMETCorrections/TauJet (**analysis**)\n- L1Trigger/Configuration (**l1**)\n- L1Trigger/DTTriggerPhase2 (**upgrade, l1**)\n- L1Trigger/GlobalTriggerAnalyzer (**l1**)\n- L1Trigger/L1CaloTrigger (**upgrade, l1**)\n- L1Trigger/L1TCalorimeter (**l1**)\n- L1Trigger/L1THGCal (**upgrade, l1**)\n- L1Trigger/L1THGCalUtilities (**upgrade, l1**)\n- L1Trigger/L1TMuonOverlapPhase1 (**l1**)\n- L1Trigger/L1TMuonOverlapPhase2 (**upgrade, l1**)\n- L1Trigger/Phase2L1ParticleFlow (**upgrade, l1**)\n- L1TriggerConfig/CSCTFConfigProducers (**l1**)\n- L1TriggerConfig/DTTrackFinder (**l1**)\n- L1TriggerConfig/GMTConfigProducers (**l1**)\n- L1TriggerConfig/L1CSCTPConfigProducers (**l1**)\n- L1TriggerConfig/L1GtConfigProducers (**l1**)\n- L1TriggerConfig/L1ScalesProducers (**l1**)\n- L1TriggerConfig/L1TConfigProducers (**l1**)\n- MagneticField/GeomBuilder (**reconstruction**)\n- MagneticField/Interpolation (**reconstruction**)\n- MagneticField/ParametrizedEngine (**reconstruction**)\n- MuonAnalysis/MomentumScaleCalibration (**alca**)\n- MuonAnalysis/MuonAssociators (**analysis**)\n- OnlineDB/SiStripConfigDb (**db**)\n- OnlineDB/SiStripO2O (**db**)\n- PhysicsTools/HepMCCandAlgos (**analysis**)\n- PhysicsTools/NanoAODTools (**xpog**)\n- PhysicsTools/PatAlgos (**xpog, reconstruction**)\n- PhysicsTools/SelectorUtils (**reconstruction**)\n- RecoBTag/CTagging (**reconstruction**)\n- RecoBTag/ImpactParameter (**reconstruction**)\n- RecoBTag/ONNXRuntime (**reconstruction**)\n- RecoBTag/PerformanceDB (**reconstruction**)\n- RecoBTag/SecondaryVertex (**reconstruction**)\n- RecoEcal/EgammaClusterProducers (**reconstruction**)\n- RecoEcal/EgammaCoreTools (**reconstruction**)\n- RecoEgamma/EgammaElectronAlgos (**reconstruction**)\n- RecoEgamma/EgammaElectronProducers (**reconstruction**)\n- RecoEgamma/EgammaHLTProducers (**hlt**)\n- RecoEgamma/EgammaIsolationAlgos (**reconstruction**)\n- RecoEgamma/EgammaPhotonProducers (**reconstruction**)\n- RecoEgamma/ElectronIdentification (**reconstruction**)\n- RecoEgamma/PhotonIdentification (**reconstruction**)\n- RecoJets/JetAssociationAlgorithms (**reconstruction**)\n- RecoJets/JetAssociationProducers (**reconstruction**)\n- RecoLocalCalo/EcalDeadChannelRecoveryAlgos (**reconstruction**)\n- RecoLocalCalo/EcalRecProducers (**reconstruction**)\n- RecoLocalCalo/HGCalRecAlgos (**upgrade, reconstruction**)\n- RecoLocalCalo/HGCalRecProducers (**upgrade, reconstruction**)\n- RecoLocalCalo/HcalRecAlgos (**reconstruction**)\n- RecoLocalCalo/HcalRecProducers (**reconstruction**)\n- RecoLocalMuon/DTSegment (**reconstruction**)\n- RecoLocalMuon/GEMRecHit (**upgrade, reconstruction**)\n- RecoLocalTracker/ClusterParameterEstimator (**reconstruction**)\n- RecoLocalTracker/Configuration (**reconstruction**)\n- RecoLocalTracker/Phase2TrackerRecHits (**upgrade, reconstruction**)\n- RecoLocalTracker/SiPhase2Clusterizer (**upgrade, reconstruction**)\n- RecoLocalTracker/SiPhase2VectorHitBuilder (**upgrade, reconstruction**)\n- RecoLocalTracker/SiPixelClusterizer (**reconstruction**)\n- RecoLocalTracker/SiPixelRecHits (**reconstruction**)\n- RecoLocalTracker/SiStripClusterizer (**reconstruction**)\n- RecoLocalTracker/SiStripRecHitConverter (**reconstruction**)\n- RecoLocalTracker/SiStripZeroSuppression (**reconstruction**)\n- RecoLocalTracker/SubCollectionProducers (**reconstruction**)\n- RecoLuminosity/LumiProducer (**reconstruction**)\n- RecoMTD/TransientTrackingRecHit (**upgrade, reconstruction**)\n- RecoMuon/L3MuonIsolationProducer (**hlt, reconstruction**)\n- RecoMuon/MuonIdentification (**reconstruction**)\n- RecoMuon/MuonIsolationProducers (**reconstruction**)\n- RecoMuon/StandAloneMuonProducer (**reconstruction**)\n- RecoMuon/TrackerSeedGenerator (**reconstruction**)\n- RecoMuon/TransientTrackingRecHit (**reconstruction**)\n- RecoParticleFlow/Configuration (**reconstruction**)\n- RecoParticleFlow/PFClusterProducer (**reconstruction**)\n- RecoParticleFlow/PFProducer (**reconstruction**)\n- RecoParticleFlow/PFRecHitProducer (**reconstruction**)\n- RecoTBCalo/EcalTBHodoscopeReconstructor (**reconstruction**)\n- RecoTauTag/RecoTau (**reconstruction**)\n- RecoTracker/ConversionSeedGenerators (**reconstruction**)\n- RecoTracker/DisplacedRegionalTracking (**reconstruction**)\n- RecoTracker/MkFitCore (**reconstruction**)\n- RecoTracker/PixelLowPtUtilities (**reconstruction**)\n- RecoTracker/PixelSeeding (**reconstruction**)\n- RecoTracker/PixelTrackFitting (**reconstruction**)\n- RecoTracker/SpecialSeedGenerators (**reconstruction**)\n- RecoTracker/TkMSParametrization (**reconstruction**)\n- RecoTracker/TkSeedGenerator (**reconstruction**)\n- RecoTracker/TkSeedingLayers (**reconstruction**)\n- RecoTracker/TkTrackingRegions (**reconstruction**)\n- RecoTracker/TransientTrackingRecHit (**reconstruction**)\n- RecoVertex/BeamSpotProducer (**reconstruction, alca**)\n- RecoVertex/ConfigurableVertexReco (**reconstruction**)\n- RecoVertex/GaussianSumVertexFit (**reconstruction**)\n- RecoVertex/KinematicFitPrimitives (**reconstruction**)\n- RecoVertex/LinearizationPointFinders (**reconstruction**)\n- RecoVertex/PixelVertexFinding (**reconstruction**)\n- RecoVertex/PrimaryVertexProducer (**reconstruction**)\n- RecoVertex/TrimmedKalmanVertexFinder (**reconstruction**)\n- SLHCUpgradeSimulations/Geometry (**upgrade, geometry**)\n- SimCalorimetry/Configuration (**simulation**)\n- SimCalorimetry/EcalEBTrigPrimAlgos (**upgrade, l1**)\n- SimCalorimetry/EcalEBTrigPrimProducers (**upgrade, l1**)\n- SimCalorimetry/EcalElectronicsEmulation (**simulation**)\n- SimCalorimetry/EcalSelectiveReadoutAlgos (**simulation**)\n- SimCalorimetry/EcalSelectiveReadoutProducers (**simulation**)\n- SimCalorimetry/EcalTrigPrimProducers (**l1**)\n- SimCalorimetry/EcalZeroSuppressionProducers (**simulation**)\n- SimCalorimetry/HGCalAssociatorProducers (**upgrade, simulation**)\n- SimCalorimetry/HGCalSimProducers (**upgrade, simulation**)\n- SimCalorimetry/HcalZeroSuppressionProducers (**simulation**)\n- SimDataFormats/Associations (**simulation**)\n- SimFastTiming/MtdAssociatorProducers (**upgrade, simulation**)\n- SimGeneral/Configuration (**simulation**)\n- SimGeneral/DataMixingModule (**simulation**)\n- SimGeneral/MixingModule (**simulation**)\n- SimGeneral/TrackingAnalysis (**simulation**)\n- SimTracker/TrackAssociation (**simulation**)\n- SimTracker/TrackAssociatorProducers (**simulation**)\n- SimTracker/TrackerMaterialAnalysis (**simulation**)\n- SimTracker/VertexAssociation (**simulation**)\n- SimTransport/TotemRPProtonTransportParametrization (**simulation**)\n- TopQuarkAnalysis/TopEventProducers (**analysis**)\n- TopQuarkAnalysis/TopEventSelection (**analysis**)\n- TopQuarkAnalysis/TopJetCombination (**analysis**)\n- TopQuarkAnalysis/TopObjectResolutions (**analysis**)\n- TrackPropagation/SteppingHelixPropagator (**reconstruction**)\n- TrackingTools/GeomPropagators (**reconstruction**)\n- TrackingTools/KalmanUpdators (**reconstruction**)\n- TrackingTools/MaterialEffects (**reconstruction**)\n- TrackingTools/PatternTools (**reconstruction**)\n- TrackingTools/TrajectoryFiltering (**reconstruction**)\n- TrackingTools/TrajectoryParametrization (**reconstruction**)\n- TrackingTools/TransientTrackingRecHit (**reconstruction**)\n- Utilities/ReleaseScripts (**core**)\n- Utilities/StorageFactory (**core**)\n- Validation/CTPPS (**dqm**)\n- Validation/CaloTowers (**dqm**)\n- Validation/HGCalValidation (**dqm**)\n- Validation/RecoEgamma (**dqm**)\n- Validation/SiPixelPhase1ConfigV (**dqm**)\n- Validation/SiPixelPhase1TrackClustersV (**dqm**)\n- Validation/SiPixelPhase1TrackingParticleV (**dqm**)\n\n\nAdrianoDee, Dr15Jones, GurpreetSinghChahal, Martin-Grunewald, SiewYan, alberto-sanchez, aloeliger, antoniovagnerini, antoniovilela, bbilin, bsunanda, civanch, consuegs, davidlange6, emeschi, epalencia, fabiocos, francescobrivio, fwyzard, hqucms, iarspider, jfernan2, makortel, mandrenguyen, mdhildreth, menglu21, miquork, mkirsano, mmusich, nothingface0, perrotta, rappoccio, rvenditti, saumyaphor4252, sbein, smorovic, smuzaffar, srimanob, ssekmen, subirsarkar, sunilUIET, syuvivida, tjavaid, tvami, vlimant can you please review it and eventually sign? Thanks.\niarspider you are the release manager for this.\n\ncms-bot commands are listed here\n","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2821384257/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2821384317","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/31#issuecomment-2821384317","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/31","id":2821384317,"node_id":"IC_kwDOF83__M6oKuh9","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-22T13:44:10Z","updated_at":"2025-04-22T14:28:56Z","author_association":"MEMBER","body":"cms-bot internal usage","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2821384317/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2821526341","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/31#issuecomment-2821526341","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/31","id":2821526341,"node_id":"IC_kwDOF83__M6oLRNF","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-22T14:28:57Z","updated_at":"2025-04-22T14:28:57Z","author_association":"MEMBER","body":"cms-bot internal usage","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2821526341/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/compare/c83ecb127f70592a95b0544c2e7e2404c9d7e440...83b3c3b197c3652a506a6146ba1bf63847d1b516 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 05 May 2025 13:12:24 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"1b7c336bc24006c4586b35ad21b808f4ce97b649bf6153b987bdfbddea9080f3"'), ('Last-Modified', 'Sun, 27 Apr 2025 08:43:09 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4979'), ('X-RateLimit-Reset', '1746451098'), ('X-RateLimit-Used', '21'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C3D0:2D55A9:A8A968:AC46EB:6818B937')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/c83ecb127f70592a95b0544c2e7e2404c9d7e440...83b3c3b197c3652a506a6146ba1bf63847d1b516","html_url":"https://github.com/iarspider-cmssw/cmssw/compare/c83ecb127f70592a95b0544c2e7e2404c9d7e440...83b3c3b197c3652a506a6146ba1bf63847d1b516","permalink_url":"https://github.com/iarspider-cmssw/cmssw/compare/iarspider-cmssw:c83ecb1...iarspider-cmssw:83b3c3b","diff_url":"https://github.com/iarspider-cmssw/cmssw/compare/c83ecb127f70592a95b0544c2e7e2404c9d7e440...83b3c3b197c3652a506a6146ba1bf63847d1b516.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/compare/c83ecb127f70592a95b0544c2e7e2404c9d7e440...83b3c3b197c3652a506a6146ba1bf63847d1b516.patch","base_commit":{"sha":"c83ecb127f70592a95b0544c2e7e2404c9d7e440","node_id":"C_kwDOF83__NoAKGM4M2VjYjEyN2Y3MDU5MmE5NWIwNTQ0YzJlN2UyNDA0YzlkN2U0NDA","commit":{"author":{"name":"cmsbuild","email":"cmsbuild@cern.ch","date":"2025-04-27T08:43:09Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2025-04-27T08:43:09Z"},"message":"Merge pull request #47939 from bsunanda/Run3-sim163\n\nRun3-sim163 Equip the digi study with a few diagnostic statements","tree":{"sha":"4a322db47945a7175275a57b1099b237d630a23f","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/4a322db47945a7175275a57b1099b237d630a23f"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c83ecb127f70592a95b0544c2e7e2404c9d7e440","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJoDe4dCRC1aQ7uu5UhlAAAORkQAHa+ee8nRa8bEmyKqN0Covk5\nJZ5+U0MY0kzsj5ynprd+mDYMEDtHhR9nBijtkUfX9jTfXkMP2XalEwsOxEWwmfS7\nyra0DyGqFDFB4ek5BAqN/dFxec/49oTuJozOUCK1wp8jrkC0gJizA2RnwqCa6z27\nnEdHS3E/rSS8CdOVVFogqU4IMOGGQw//bvPM1uaCvUq3CvA2puthO0ALEb7B+eCs\nKUJqe71yE07hA+YEXz4zwXtOcoAPmlPFAorI8yiG+Pm9sqVhDBkKq/s90wZZXfgQ\nHIS81S1n4qs9/Dy1nMWw0CG/HEMJUYK+EvuLJeRqx79Ml29lTfwwSUtMTXFh4ATj\nAhw31uf80D75OlBCDTGdnJH/ttJig7/RrQIHu1KxKwNR+yiXlgjvXL9Nsy81khIK\n4c5sE59H2cdrFeVtM8UP8ltAgmYlAaa9VuAn+tXuTRAP2yYKFDLmqusJ4v1NndJ4\npcSyQpbMzNFFNhc5YI9waow2t5wY/nOiptt+wTroxJfDpmaX62boj+k7fy78wRvh\nfmVtAWybl0EwkVfh/pIHjy5syXAQfqT9EgcLWFGqukUq6XByLR2GE+ndQbIce4FU\noEqb+CKnTcXlqo/zgoEjlbjST+IT0YMnhBPlzMZMFCe+8RGPkDSglXW38rXJEWfE\npN5WsKSd5sthPMBoE0ji\n=kquG\n-----END PGP SIGNATURE-----\n","payload":"tree 4a322db47945a7175275a57b1099b237d630a23f\nparent 699c67e76d31323ea98d8ccfa6b2cc911d29b8e9\nparent d831f8eb9d4acd44b1c88221c0e5fcabf05d6c2d\nauthor cmsbuild 1745743389 +0200\ncommitter GitHub 1745743389 +0200\n\nMerge pull request #47939 from bsunanda/Run3-sim163\n\nRun3-sim163 Equip the digi study with a few diagnostic statements","verified_at":"2025-04-27T08:48:11Z"}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c83ecb127f70592a95b0544c2e7e2404c9d7e440","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c83ecb127f70592a95b0544c2e7e2404c9d7e440","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c83ecb127f70592a95b0544c2e7e2404c9d7e440/comments","author":{"login":"cmsbuild","id":4170616,"node_id":"MDQ6VXNlcjQxNzA2MTY=","avatar_url":"https://avatars.githubusercontent.com/u/4170616?v=4","gravatar_id":"","url":"https://api.github.com/users/cmsbuild","html_url":"https://github.com/cmsbuild","followers_url":"https://api.github.com/users/cmsbuild/followers","following_url":"https://api.github.com/users/cmsbuild/following{/other_user}","gists_url":"https://api.github.com/users/cmsbuild/gists{/gist_id}","starred_url":"https://api.github.com/users/cmsbuild/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cmsbuild/subscriptions","organizations_url":"https://api.github.com/users/cmsbuild/orgs","repos_url":"https://api.github.com/users/cmsbuild/repos","events_url":"https://api.github.com/users/cmsbuild/events{/privacy}","received_events_url":"https://api.github.com/users/cmsbuild/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"699c67e76d31323ea98d8ccfa6b2cc911d29b8e9","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/699c67e76d31323ea98d8ccfa6b2cc911d29b8e9","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/699c67e76d31323ea98d8ccfa6b2cc911d29b8e9"},{"sha":"d831f8eb9d4acd44b1c88221c0e5fcabf05d6c2d","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/d831f8eb9d4acd44b1c88221c0e5fcabf05d6c2d","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/d831f8eb9d4acd44b1c88221c0e5fcabf05d6c2d"}]},"merge_base_commit":{"sha":"5c0ff138f515b5b15d6a25c0d2edafe8fb522a49","node_id":"C_kwDOF83__NoAKDVjMGZmMTM4ZjUxNWI1YjE1ZDZhMjVjMGQyZWRhZmU4ZmI1MjJhNDk","commit":{"author":{"name":"cmsbuild","email":"cmsbuild@cern.ch","date":"2025-04-15T11:23:43Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2025-04-15T11:23:43Z"},"message":"Merge pull request #47693 from jfernan2/AMv2.2\n\n[L1T] DT Trigger Phase-2 Analytical Method (AM) v2.2","tree":{"sha":"b7109f3b10a405fe29f3679d72e0655c2a510dac","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/b7109f3b10a405fe29f3679d72e0655c2a510dac"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/5c0ff138f515b5b15d6a25c0d2edafe8fb522a49","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJn/kG/CRC1aQ7uu5UhlAAA7WQQAFAN/OCujTOgiB3dyuZBxBU9\nRF8AfIf7gJHux7dVGsefLz/SDEeHiZEIDGeVq11n30j+rLNovz680XjOLT5+XW4u\n+9utJ1ijtQj2E9WJvKp4iU6RMSWLzGbpBVJYQXhj+e2wowTaP08YVDYZsPpQmqF8\n/LAK5fH6gLhAqNUNIokZDNi0F1aIVeZqCGgY4uFRDdq2rsr4VLbT+jJGXfH3xFdw\ngpS4uoKtiw1sv4mBGiu2TwILBQBPUISxu1pbXVgcuiU/NuMiNqC780tvCPnQVpNH\nNePMdHZxCo4RQKAG8xirjVzN8ad3fI3nrkrdBH3gHwBXLzwqCCwoEM9NfN2pRs5l\n99239Nyw21MigOHbsEbJMMOinqAQulePCEaU7qCCHXoDMh9jYQNfrFY9pf7wHtyO\nlYnwFHaqON5Xaf61QI356n/g7MR3Feeu/kOSuUKQ8uh1Mk/npxiE9JsSc1RrSLxS\nDYsVOY5emkQBNy8F4TlXYBiDD5D0Bta8KIMBbrDCMM/PVfvO99AR/jeyXtYG8uSB\nOaDQkP/pDgArPqBCYczJ1cJkDp2DdBQ4xWCpmPzfDyH2vjrxkCnEEEk7Jr1NAqqJ\nnp7e1tg/hBenr5Vx3VZDsb4bvEvD1XSwP55H8q6bBPZ622WyHptIiKr+mH8GvARQ\nCtsoW0yF3eDyQb7mXby9\n=QNwb\n-----END PGP SIGNATURE-----\n","payload":"tree b7109f3b10a405fe29f3679d72e0655c2a510dac\nparent ba77e8aae4d2adafc51c6a2cae6c47692dd24b98\nparent b36e41a24a14d4adbd5969c4e4b3828cdecffab7\nauthor cmsbuild 1744716223 +0200\ncommitter GitHub 1744716223 +0200\n\nMerge pull request #47693 from jfernan2/AMv2.2\n\n[L1T] DT Trigger Phase-2 Analytical Method (AM) v2.2","verified_at":"2025-04-15T11:28:45Z"}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/5c0ff138f515b5b15d6a25c0d2edafe8fb522a49","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/5c0ff138f515b5b15d6a25c0d2edafe8fb522a49","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/5c0ff138f515b5b15d6a25c0d2edafe8fb522a49/comments","author":{"login":"cmsbuild","id":4170616,"node_id":"MDQ6VXNlcjQxNzA2MTY=","avatar_url":"https://avatars.githubusercontent.com/u/4170616?v=4","gravatar_id":"","url":"https://api.github.com/users/cmsbuild","html_url":"https://github.com/cmsbuild","followers_url":"https://api.github.com/users/cmsbuild/followers","following_url":"https://api.github.com/users/cmsbuild/following{/other_user}","gists_url":"https://api.github.com/users/cmsbuild/gists{/gist_id}","starred_url":"https://api.github.com/users/cmsbuild/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cmsbuild/subscriptions","organizations_url":"https://api.github.com/users/cmsbuild/orgs","repos_url":"https://api.github.com/users/cmsbuild/repos","events_url":"https://api.github.com/users/cmsbuild/events{/privacy}","received_events_url":"https://api.github.com/users/cmsbuild/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"ba77e8aae4d2adafc51c6a2cae6c47692dd24b98","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ba77e8aae4d2adafc51c6a2cae6c47692dd24b98","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/ba77e8aae4d2adafc51c6a2cae6c47692dd24b98"},{"sha":"b36e41a24a14d4adbd5969c4e4b3828cdecffab7","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b36e41a24a14d4adbd5969c4e4b3828cdecffab7","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/b36e41a24a14d4adbd5969c4e4b3828cdecffab7"}]},"status":"diverged","ahead_by":2,"behind_by":162,"total_commits":2,"commits":[{"sha":"c517197968311f47b2364027cfd0db5d1b1628c2","node_id":"C_kwDOF83__NoAKGM1MTcxOTc5NjgzMTFmNDdiMjM2NDAyN2NmZDBkYjVkMWIxNjI4YzI","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-22T12:52:36Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-22T12:52:36Z"},"message":"Try generating big cache","tree":{"sha":"db24c781001c6d1d33145a83a05a369aedc64a16","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/db24c781001c6d1d33145a83a05a369aedc64a16"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c517197968311f47b2364027cfd0db5d1b1628c2","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c517197968311f47b2364027cfd0db5d1b1628c2","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c517197968311f47b2364027cfd0db5d1b1628c2","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c517197968311f47b2364027cfd0db5d1b1628c2/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"5c0ff138f515b5b15d6a25c0d2edafe8fb522a49","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/5c0ff138f515b5b15d6a25c0d2edafe8fb522a49","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/5c0ff138f515b5b15d6a25c0d2edafe8fb522a49"}]},{"sha":"83b3c3b197c3652a506a6146ba1bf63847d1b516","node_id":"C_kwDOF83__NoAKDgzYjNjM2IxOTdjMzY1MmE1MDZhNjE0NmJhMWJmNjM4NDdkMWI1MTY","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-22T14:05:24Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-22T14:05:24Z"},"message":"Try generating big cache - part 2","tree":{"sha":"a5d6de8b4c58f8afb089f9570d56a2c734c0f6fe","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/a5d6de8b4c58f8afb089f9570d56a2c734c0f6fe"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/83b3c3b197c3652a506a6146ba1bf63847d1b516","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/83b3c3b197c3652a506a6146ba1bf63847d1b516","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/83b3c3b197c3652a506a6146ba1bf63847d1b516","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/83b3c3b197c3652a506a6146ba1bf63847d1b516/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c517197968311f47b2364027cfd0db5d1b1628c2","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c517197968311f47b2364027cfd0db5d1b1628c2","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c517197968311f47b2364027cfd0db5d1b1628c2"}]}],"files":[{"sha":"43426cfc9906a00fff6b0e9a659a9373034e4397","filename":"Alignment/APEEstimation/python/samples/Data_TkAlMinBias_Run2018C_PromptReco_v3_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlMinBias_Run2018C_PromptReco_v3_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlMinBias_Run2018C_PromptReco_v3_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlMinBias_Run2018C_PromptReco_v3_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -31,3 +31,5 @@\n secFiles.extend( [\n ] )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b4ac567e84f57730d8db09631ef2fbd87d4051b5","filename":"Alignment/APEEstimation/python/samples/Data_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -30,3 +30,5 @@\n secFiles.extend( [\n ] )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"ef2c173070b87818a823dd9bf7394cc785f942ff","filename":"Alignment/APEEstimation/python/samples/Data_TkAlZMuMu_Run2015B_DoubleMuon_PromptReco_v1_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlZMuMu_Run2015B_DoubleMuon_PromptReco_v1_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlZMuMu_Run2015B_DoubleMuon_PromptReco_v1_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlZMuMu_Run2015B_DoubleMuon_PromptReco_v1_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -26,3 +26,5 @@\n secFiles.extend( [\n ] )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"52bbbc42599b786544283eb5cd863f636182aca5","filename":"Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_ApeSkim_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FMc_TkAlMuonIsolated_Phys14_74X_wlnu_ApeSkim_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FMc_TkAlMuonIsolated_Phys14_74X_wlnu_ApeSkim_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FMc_TkAlMuonIsolated_Phys14_74X_wlnu_ApeSkim_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -22,3 +22,5 @@\n ] )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"e4768b718ea883d77bc49354ed443d6a0f14ede9","filename":"Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FMc_TkAlMuonIsolated_Phys14_74X_wlnu_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FMc_TkAlMuonIsolated_Phys14_74X_wlnu_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FMc_TkAlMuonIsolated_Phys14_74X_wlnu_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -63,3 +63,5 @@\n ] )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"80147648257910ac01a90339010931fc547511a4","filename":"Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsEntry.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignmentExtendedCorrelationsEntry.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignmentExtendedCorrelationsEntry.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignmentExtendedCorrelationsEntry.h?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -64,3 +64,5 @@ class AlignmentExtendedCorrelationsEntry {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"58b99d72398f724964eed92a940615e168beba14","filename":"Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsStore.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignmentExtendedCorrelationsStore.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignmentExtendedCorrelationsStore.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FAlignmentExtendedCorrelationsStore.h?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -97,3 +97,5 @@ class AlignmentExtendedCorrelationsStore : public AlignmentCorrelationsStore {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"ae4fcebb03b38b4dadc785190fc1789d7d033863","filename":"Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationPluginFactory.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FIntegratedCalibrationPluginFactory.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FIntegratedCalibrationPluginFactory.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FCommonAlignmentAlgorithm%2Finterface%2FIntegratedCalibrationPluginFactory.h?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -17,3 +17,5 @@ typedef edmplugin::PluginFactory 0.0:\n process.AlignmentProducer.algoConfig.TrajectoryFactory.ParticleProperties.PrimaryWidth = primaryWidth\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"961619dd06b3794aa366d44da090d57de1e982b7","filename":"Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/myMessageLogger_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Falignmentsetup%2FmyMessageLogger_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Falignmentsetup%2FmyMessageLogger_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Fpython%2Falignmentsetup%2FmyMessageLogger_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -35,3 +35,5 @@\n ),\n destinations = cms.untracked.vstring('alignment') ## (, 'cout')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"432e12423b7791e120ace6c89e71a9c5d553fabc","filename":"Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/README.md","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FZMuMuMassConstraintParameterFinder%2FREADME.md","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FZMuMuMassConstraintParameterFinder%2FREADME.md","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FZMuMuMassConstraintParameterFinder%2FREADME.md?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -6,3 +6,5 @@ To obtain the 'Z → µµ' mass constraint parameters do the following:\n - modify cuts in `zmumudistribution_cfg.py`, if needed (see possible cuts in `fillDescriptions` in [`Alignment/MillePedeAlignmentAlgorithm/plugins/ZMuMuMassConstraintParameterFinder.cc`](https://github.com/cms-sw/cmssw/blob/master/Alignment/MillePedeAlignmentAlgorithm/plugins/ZMuMuMassConstraintParameterFinder.cc))\n - execute `./submit_jobs.sh`\n - when all jobs are finished you will find the parameters in `submit_${dataset}/zMuMuMassConstraintParameters.txt`\n+-- dummy change --\n+-- dummy change --"},{"sha":"90598d0a22044338a59477f6172bf7835de406c4","filename":"Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/printParameters.C","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FZMuMuMassConstraintParameterFinder%2FprintParameters.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FZMuMuMassConstraintParameterFinder%2FprintParameters.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FZMuMuMassConstraintParameterFinder%2FprintParameters.C?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -32,3 +32,5 @@ void printParameters(const TString& fileName) {\n \n exit(EXIT_SUCCESS);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"eea57d6506aaf8612aa6d5bcf8dcaf085fcc0e81","filename":"Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/submit_jobs.sh","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FZMuMuMassConstraintParameterFinder%2Fsubmit_jobs.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FZMuMuMassConstraintParameterFinder%2Fsubmit_jobs.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FZMuMuMassConstraintParameterFinder%2Fsubmit_jobs.sh?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -80,3 +80,5 @@ EOF\n chmod +x ${script_name}\n bsub -q ${queue} -w \"${conditions}\" ${script_name}\n cd ${current_dir}\n+-- dummy change --\n+-- dummy change --"},{"sha":"d702472a5a0da24ef0e31a8ae61a5805ffecfea3","filename":"Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/zmumudistribution_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FZMuMuMassConstraintParameterFinder%2Fzmumudistribution_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FZMuMuMassConstraintParameterFinder%2Fzmumudistribution_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2FZMuMuMassConstraintParameterFinder%2Fzmumudistribution_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -25,3 +25,5 @@\n process.load(\"Alignment.MillePedeAlignmentAlgorithm.zMuMuMassConstraintParameterFinder_cfi\")\n \n process.p = cms.Path(process.zMuMuMassConstraintParameterFinder)\n+-- dummy change --\n+-- dummy change --"},{"sha":"b6078c4df08146857fb71e8cda64965c811dad75","filename":"Alignment/MillePedeAlignmentAlgorithm/test/test_ZMuMuMassConstraintParameterFinder.sh","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Ftest_ZMuMuMassConstraintParameterFinder.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Ftest_ZMuMuMassConstraintParameterFinder.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMillePedeAlignmentAlgorithm%2Ftest%2Ftest_ZMuMuMassConstraintParameterFinder.sh?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -2,3 +2,5 @@\n function die { echo $1: status $2; exit $2; }\n \n (cmsRun ${SCRAM_TEST_PATH}/ZMuMuMassConstraintParameterFinder/zmumudistribution_cfg.py inputFiles=/store/relval/CMSSW_14_0_0_pre2/RelValZMM_14/GEN-SIM/133X_mcRun3_2024_realistic_v5_STD_2024_PU-v1/2590000/c38cee3f-99d7-48aa-b236-86f6bbc869b3.root,/store/relval/CMSSW_14_0_0_pre2/RelValZMM_14/GEN-SIM/133X_mcRun3_2024_realistic_v5_STD_2024_PU-v1/2590000/5bf98cca-d491-4e95-98b0-d3acb6ea0807.root,/store/relval/CMSSW_14_0_0_pre2/RelValZMM_14/GEN-SIM/133X_mcRun3_2024_realistic_v5_STD_2024_PU-v1/2590000/1e362cc1-235b-4c32-bb24-178ccac4659f.root) || die 'failed running ZMuMuMassConstraintParameterFinder' $?\n+-- dummy change --\n+-- dummy change --"},{"sha":"d4d63278159415dfc81d7d4a1abe70636f99d26b","filename":"Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOct2010holes.phipos","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FMuonAlignmentAlgorithms%2Fdata%2FPhotogrammetry2007_onlyOct2010holes.phipos","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FMuonAlignmentAlgorithms%2Fdata%2FPhotogrammetry2007_onlyOct2010holes.phipos","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fdata%2FPhotogrammetry2007_onlyOct2010holes.phipos?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -33,3 +33,5 @@ ME-2/1/07 2.1819673168705 8.7405e-05\n ME-2/2/02 0.174028610813525 4.0291e-05\n ME-2/2/03 0.348508939517035 4.0291e-05\n ME-2/2/04 0.523045011000495 4.0291e-05\n+-- dummy change --\n+-- dummy change --"},{"sha":"547ee411a8c700a4e00000e59406dcf4812d681d","filename":"Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_diskfitters_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FMuonAlignmentAlgorithms%2Fpython%2FCSCOverlapsAlignmentAlgorithm_diskfitters_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FMuonAlignmentAlgorithms%2Fpython%2FCSCOverlapsAlignmentAlgorithm_diskfitters_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fpython%2FCSCOverlapsAlignmentAlgorithm_diskfitters_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -59,3 +59,5 @@\n constraints = cms.VPSet()),\n \n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0d517148459803ebd6de947ee5dd246b6a77e06f","filename":"Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_ringfitters_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FMuonAlignmentAlgorithms%2Fpython%2FCSCOverlapsAlignmentAlgorithm_ringfitters_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FMuonAlignmentAlgorithms%2Fpython%2FCSCOverlapsAlignmentAlgorithm_ringfitters_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Fpython%2FCSCOverlapsAlignmentAlgorithm_ringfitters_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -79,3 +79,5 @@\n constraints = cms.VPSet()),\n \n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"4cce2ab62fa209cdb7adc33cdc5a74dab6a64a7f","filename":"Alignment/MuonAlignmentAlgorithms/test/test_CSCOverlapsAlignmentAlgorithm_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FMuonAlignmentAlgorithms%2Ftest%2Ftest_CSCOverlapsAlignmentAlgorithm_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FMuonAlignmentAlgorithms%2Ftest%2Ftest_CSCOverlapsAlignmentAlgorithm_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FMuonAlignmentAlgorithms%2Ftest%2Ftest_CSCOverlapsAlignmentAlgorithm_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -203,3 +203,5 @@\n cms.PSet(record = cms.string(\"DTAlignmentErrorExtendedRcd\"), tag = cms.string(\"DTAlignmentErrorExtendedRcd\")),\n cms.PSet(record = cms.string(\"CSCAlignmentRcd\"), tag = cms.string(\"CSCAlignmentRcd\")),\n cms.PSet(record = cms.string(\"CSCAlignmentErrorExtendedRcd\"), tag = cms.string(\"CSCAlignmentErrorExtendedRcd\"))))\n+-- dummy change --\n+-- dummy change --"},{"sha":"df8d41032ab369678595544d109d4108d6e6f70e","filename":"Alignment/OfflineValidation/python/TkAlAllInOneTool/PixelBaryCentreAnalyzer_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FPixelBaryCentreAnalyzer_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FPixelBaryCentreAnalyzer_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2FPixelBaryCentreAnalyzer_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -209,3 +209,5 @@\n process.p = cms.Path(process.PixelBaryCentreAnalyzer\n #*process.PixelBaryCentreAnalyzerWithPixelQuality\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"95af694ebcfb462e04e6b0b8ebcb68a66bd72cb4","filename":"Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/condorTemplate.submit","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2Ftemplates%2FcondorTemplate.submit","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2Ftemplates%2FcondorTemplate.submit","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2Ftemplates%2FcondorTemplate.submit?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -8,3 +8,5 @@ requirements = (OpSysAndVer =?= \"AlmaLinux9\")\n +JobFlavour = \"espresso\"\n +AccountingGroup = \"group_u_CMS.CAF.ALCA\"\n queue\n+-- dummy change --\n+-- dummy change --"},{"sha":"30c61c565ef771c1611ea2bedfa333d062196431","filename":"Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/executableTemplate.sh","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2Ftemplates%2FexecutableTemplate.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2Ftemplates%2FexecutableTemplate.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Fpython%2FTkAlAllInOneTool%2Ftemplates%2FexecutableTemplate.sh?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -5,3 +5,5 @@ export X509_USER_PROXY=.user_proxy\n eval `scram runtime -sh`\n cd workDirectory\n ./cmsRun validation_cfg.py config=validation.json\n+-- dummy change --\n+-- dummy change --"},{"sha":"b29f52bfcf1d78f3f4ae4833bac3d439b982f5f4","filename":"Alignment/OfflineValidation/test/examples/PV_alignments_multiple_merge_jobs.yaml","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FPV_alignments_multiple_merge_jobs.yaml","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FPV_alignments_multiple_merge_jobs.yaml","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FPV_alignments_multiple_merge_jobs.yaml?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -82,3 +82,5 @@ validations:\n vertexcollection: offlinePrimaryVertices\n isda: true\n ismc: true\n+-- dummy change --\n+-- dummy change --"},{"sha":"d5e1428a9c40ad40bb00bca6bc57343ebf7efda8","filename":"Alignment/OfflineValidation/test/examples/jetHtAnalysis_fullExampleConfiguration.json","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FjetHtAnalysis_fullExampleConfiguration.json","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FjetHtAnalysis_fullExampleConfiguration.json","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FjetHtAnalysis_fullExampleConfiguration.json?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -74,3 +74,5 @@\n }\n }\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"6ea35b224a4fc85551fe84cafb55a7f6ff24a3fa","filename":"Alignment/OfflineValidation/test/examples/jetHtFilesForRun2018A_first100files.txt","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FjetHtFilesForRun2018A_first100files.txt","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FjetHtFilesForRun2018A_first100files.txt","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Ftest%2Fexamples%2FjetHtFilesForRun2018A_first100files.txt?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -98,3 +98,5 @@\n /store/data/Run2018A/JetHT/ALCARECO/TkAlMinBias-12Nov2019_UL2018-v2/100000/4499CA0C-D34B-864D-8534-CEF74A6961D8.root\n /store/data/Run2018A/JetHT/ALCARECO/TkAlMinBias-12Nov2019_UL2018-v2/100000/458AE2C6-13F7-5A48-B18E-5ECC22AEFE6B.root\n /store/data/Run2018A/JetHT/ALCARECO/TkAlMinBias-12Nov2019_UL2018-v2/100000/45A9A0F5-7B89-C044-B579-C172903C705B.root\n+-- dummy change --\n+-- dummy change --"},{"sha":"69228c75f844f84ecdbfc9d58f6ff0514f9b73c4","filename":"Alignment/OfflineValidation/test/testingScripts/test_unitSagittaBiasNtuplizer.sh","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FOfflineValidation%2Ftest%2FtestingScripts%2Ftest_unitSagittaBiasNtuplizer.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FOfflineValidation%2Ftest%2FtestingScripts%2Ftest_unitSagittaBiasNtuplizer.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FOfflineValidation%2Ftest%2FtestingScripts%2Ftest_unitSagittaBiasNtuplizer.sh?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -6,3 +6,5 @@ cmsRun ${CMSSW_BASE}/src/Alignment/OfflineValidation/test/SagittaBiasNtuplizer_c\n \n echo \"TESTING SagittaBiasNtuplizer Analyser with ALCARECO input...\"\n cmsRun ${CMSSW_BASE}/src/Alignment/OfflineValidation/test/SagittaBiasNtuplizer_cfg.py globalTag=142X_mcRun3_2025_realistic_v7 fromRECO=False myfile=/store/relval/CMSSW_15_1_0_pre1/RelValZMM_14/ALCARECO/TkAlDiMuonAndVertex-142X_mcRun3_2025_realistic_v7_STD_RegeneratedGS_2025_noPU-v1/2580000/b5e3fc09-7b77-42b8-9d69-d37e6fcfb5b8.root || die \"Failure running SagittaBiasNtuplizer_cfg.py (with ALCARECO input)\" $?\n+-- dummy change --\n+-- dummy change --"},{"sha":"89659364977d2b740e203cb5d000b39c195df6fe","filename":"Alignment/TrackerAlignment/scripts/TkAlCaRecoPrescaling.ALCARECOTkAlCosmics0T.tpl","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FTrackerAlignment%2Fscripts%2FTkAlCaRecoPrescaling.ALCARECOTkAlCosmics0T.tpl","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FTrackerAlignment%2Fscripts%2FTkAlCaRecoPrescaling.ALCARECOTkAlCosmics0T.tpl","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FTrackerAlignment%2Fscripts%2FTkAlCaRecoPrescaling.ALCARECOTkAlCosmics0T.tpl?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -98,3 +98,5 @@ process.OutALCARECOTkAlCosmicsPrescaled = cms.OutputModule(\"PoolOutputModule\",\n \n process.OutputALCARECOTkAlCosmicsPrescaled = cms.EndPath(process.OutALCARECOTkAlCosmicsPrescaled)\n process.schedule = cms.Schedule(process.pathALCARECOTkAlCosmicsCTFPrescaled,process.OutputALCARECOTkAlCosmicsPrescaled)\n+-- dummy change --\n+-- dummy change --"},{"sha":"72ef2ba6b9c5a2e35e0f82a695ff87947925e626","filename":"Alignment/TrackerAlignment/test/Misalignments/createRandomlyMisalignedGeometry_Phase2_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FTrackerAlignment%2Ftest%2FMisalignments%2FcreateRandomlyMisalignedGeometry_Phase2_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FTrackerAlignment%2Ftest%2FMisalignments%2FcreateRandomlyMisalignedGeometry_Phase2_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FTrackerAlignment%2Ftest%2FMisalignments%2FcreateRandomlyMisalignedGeometry_Phase2_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -142,3 +142,5 @@\n )\n process.PoolDBOutputService.connect = \"sqlite_file:\"+outputfilename\n process.PoolDBOutputService.DBParameters.messageLevel = 2\n+-- dummy change --\n+-- dummy change --"},{"sha":"c91143afcd0829bbecddc5592d58e4e1511cf8ee","filename":"Alignment/TrackerAlignment/test/Misalignments/createRandomlyMisalignedGeometry_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FTrackerAlignment%2Ftest%2FMisalignments%2FcreateRandomlyMisalignedGeometry_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Alignment%2FTrackerAlignment%2Ftest%2FMisalignments%2FcreateRandomlyMisalignedGeometry_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FTrackerAlignment%2Ftest%2FMisalignments%2FcreateRandomlyMisalignedGeometry_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -138,3 +138,5 @@\n )\n process.PoolDBOutputService.connect = \"sqlite_file:\"+outputfilename\n process.PoolDBOutputService.DBParameters.messageLevel = 2\n+-- dummy change --\n+-- dummy change --"},{"sha":"0546e81f0ba90948a9608a1693e8fbd8ef4c0f5c","filename":"AnalysisAlgos/SiStripClusterInfoProducer/plugins/SiStripProcessedRawDigiProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/AnalysisAlgos%2FSiStripClusterInfoProducer%2Fplugins%2FSiStripProcessedRawDigiProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/AnalysisAlgos%2FSiStripClusterInfoProducer%2Fplugins%2FSiStripProcessedRawDigiProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/AnalysisAlgos%2FSiStripClusterInfoProducer%2Fplugins%2FSiStripProcessedRawDigiProducer.cc?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -161,3 +161,5 @@ void SiStripProcessedRawDigiProducer::common_process(const uint32_t detId,\n #include \"FWCore/Framework/interface/MakerMacros.h\"\n \n DEFINE_FWK_MODULE(SiStripProcessedRawDigiProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"49f0e54e3acd381d3184ee2599cf52c96ba5c7a6","filename":"AnalysisAlgos/SiStripClusterInfoProducer/python/SiStripProcessedRawDigiProducer_SimData_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/AnalysisAlgos%2FSiStripClusterInfoProducer%2Fpython%2FSiStripProcessedRawDigiProducer_SimData_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/AnalysisAlgos%2FSiStripClusterInfoProducer%2Fpython%2FSiStripProcessedRawDigiProducer_SimData_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/AnalysisAlgos%2FSiStripClusterInfoProducer%2Fpython%2FSiStripProcessedRawDigiProducer_SimData_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -10,3 +10,5 @@\n CommonModeNoiseSubtractionMode = cms.string('Median'), \n #CutToAvoidSignal = cms.double(3.0), ##This is just for CMNSub...Mode TT6\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"b9f2664cca4d902d65418d012beb4d179f346dd8","filename":"AnalysisAlgos/SiStripClusterInfoProducer/python/SiStripProcessedRawDigiProducer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/AnalysisAlgos%2FSiStripClusterInfoProducer%2Fpython%2FSiStripProcessedRawDigiProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/AnalysisAlgos%2FSiStripClusterInfoProducer%2Fpython%2FSiStripProcessedRawDigiProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/AnalysisAlgos%2FSiStripClusterInfoProducer%2Fpython%2FSiStripProcessedRawDigiProducer_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -10,3 +10,5 @@\n CommonModeNoiseSubtractionMode = cms.string('Median'), \n #CutToAvoidSignal = cms.double(3.0), ##This is just for CMNSub...Mode TT6\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"0d987916feeab131ee2fe37b6d4d545826829900","filename":"CalibCalorimetry/EcalCorrectionModules/src/EcalGlobalShowerContainmentCorrectionsVsEtaESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrectionModules%2Fsrc%2FEcalGlobalShowerContainmentCorrectionsVsEtaESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrectionModules%2Fsrc%2FEcalGlobalShowerContainmentCorrectionsVsEtaESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrectionModules%2Fsrc%2FEcalGlobalShowerContainmentCorrectionsVsEtaESProducer.cc?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -77,3 +77,5 @@ EcalGlobalShowerContainmentCorrectionsVsEtaESProducer::produce(\n \n // define this as a plug-in\n DEFINE_FWK_EVENTSETUP_MODULE(EcalGlobalShowerContainmentCorrectionsVsEtaESProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"26ad90e8bdeb1300ab1359c22b07d2c3f4e269f8","filename":"CalibCalorimetry/EcalCorrectionModules/src/EcalShowerContainmentCorrectionsESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrectionModules%2Fsrc%2FEcalShowerContainmentCorrectionsESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrectionModules%2Fsrc%2FEcalShowerContainmentCorrectionsESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrectionModules%2Fsrc%2FEcalShowerContainmentCorrectionsESProducer.cc?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -116,3 +116,5 @@ EcalShowerContainmentCorrectionsESProducer::ReturnType EcalShowerContainmentCorr\n \n // define this as a plug-in\n DEFINE_FWK_EVENTSETUP_MODULE(EcalShowerContainmentCorrectionsESProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"7d074e3b23aaa9cd79b830117d2109174413a3b9","filename":"CalibCalorimetry/EcalCorrectionModules/test/stubs/EcalContainmentCorrectionAnalyzer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrectionModules%2Ftest%2Fstubs%2FEcalContainmentCorrectionAnalyzer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrectionModules%2Ftest%2Fstubs%2FEcalContainmentCorrectionAnalyzer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrectionModules%2Ftest%2Fstubs%2FEcalContainmentCorrectionAnalyzer.cc?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -47,3 +47,5 @@ void EcalContainmentCorrectionAnalyzer::analyze(edm::StreamID,\n << \"ieta \" << aId.ieta() << \" \" << e3x3 << \" \" << e5x5 << \"\\n\";\n }\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"f3160e491f94bc7aa78aaa851028bbd0d0d951eb","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/doc/EcalCorrelatedNoiseAnalysisAlgos.doc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisAlgos%2Fdoc%2FEcalCorrelatedNoiseAnalysisAlgos.doc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisAlgos%2Fdoc%2FEcalCorrelatedNoiseAnalysisAlgos.doc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisAlgos%2Fdoc%2FEcalCorrelatedNoiseAnalysisAlgos.doc?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -60,3 +60,5 @@ Last updated:\n @DATE@ Author: computer-generated.\n */\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"24be76dd1444e28cc83d9542edea89ec64242d4f","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/test/EcnaCalculationsExample.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisAlgos%2Ftest%2FEcnaCalculationsExample.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisAlgos%2Ftest%2FEcnaCalculationsExample.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisAlgos%2Ftest%2FEcnaCalculationsExample.cc?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -93,3 +93,5 @@ int main(int argc, char** argv) {\n std::cout << \"*EcnaCalculationsExample> Exiting main program.\" << std::endl;\n exit(0);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"f7a53ba60afb0edd910d4bdacd37fd62129da301","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -69,3 +69,5 @@\n process.p = cms.Path(process.ecalEBunpacker*process.myCnaPackage)\n #-------------- EcnaSystemPythoModuleInsert_3 / end\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"8817e3c9bf7be3ddaedaba1aac0093bd2cc3c1c3","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R175975_1_0_150_Dee0.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaPython_AdcPeg12_S1_10_R175975_1_0_150_Dee0.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaPython_AdcPeg12_S1_10_R175975_1_0_150_Dee0.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaPython_AdcPeg12_S1_10_R175975_1_0_150_Dee0.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -72,3 +72,5 @@\n process.p = cms.Path(process.ecalEBunpacker*process.myCnaPackage)\n #-------------- EcnaSystemPythoModuleInsert_3 / end\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b50c789badcc0791595d3192c332c41ca9e8b5a0","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R175975_1_0_150_SM0.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaPython_AdcPeg12_S1_10_R175975_1_0_150_SM0.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaPython_AdcPeg12_S1_10_R175975_1_0_150_SM0.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaPython_AdcPeg12_S1_10_R175975_1_0_150_SM0.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -72,3 +72,5 @@\n process.p = cms.Path(process.ecalEBunpacker*process.myCnaPackage)\n #-------------- EcnaSystemPythoModuleInsert_3 / end\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"c33b6a2e526eda5071330a85645b3d3e360f6f36","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R178231_1_0_150_Dee0.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaPython_AdcPeg12_S1_10_R178231_1_0_150_Dee0.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaPython_AdcPeg12_S1_10_R178231_1_0_150_Dee0.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaPython_AdcPeg12_S1_10_R178231_1_0_150_Dee0.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -68,3 +68,5 @@\n process.p = cms.Path(process.ecalEBunpacker*process.myCnaPackage)\n #-------------- EcnaSystemPythoModuleInsert_3 / end\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"9558f5b245b858f69844a81a0bba33cd9ff93c16","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_1.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemPythonModuleInsert_1.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemPythonModuleInsert_1.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemPythonModuleInsert_1.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -16,3 +16,5 @@\n suppressInfo = cms.untracked.vstring('ecalEBunpacker')\n )\n #-------------- EcnaSystemPythoModuleInsert_1 / end\n+-- dummy change --\n+-- dummy change --"},{"sha":"4e69df69701a774b0b2c21da3fffa9807fdd69f7","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemPythonModuleInsert_2.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemPythonModuleInsert_2.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemPythonModuleInsert_2.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -26,3 +26,5 @@\n EEdigiCollection = cms.string(\"eeDigis\"),\n )\n #-------------- EcnaSystemPythoModuleInsert_2 / end\n+-- dummy change --\n+-- dummy change --"},{"sha":"c21f1783d0170a645e5a9beb8d5409213f5bc6e7","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2_data.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemPythonModuleInsert_2_data.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemPythonModuleInsert_2_data.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemPythonModuleInsert_2_data.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -26,3 +26,5 @@\n )\n #-------------- EcnaSystemPythoModuleInsert_2 _data/ end\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"858d84aec1dbe17140606d88e0b32d1bf2064ea9","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2_simul.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemPythonModuleInsert_2_simul.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemPythonModuleInsert_2_simul.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemPythonModuleInsert_2_simul.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -26,3 +26,5 @@\n EEdigiCollection = cms.string(\"eeDigis\"),\n )\n #-------------- EcnaSystemPythoModuleInsert_2 _simul/ end\n+-- dummy change --\n+-- dummy change --"},{"sha":"b83e94d03e07b67adbc758c473d864d65eede81f","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_3.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemPythonModuleInsert_3.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemPythonModuleInsert_3.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemPythonModuleInsert_3.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -2,3 +2,5 @@\n process.p = cms.Path(process.ecalEBunpacker*process.myCnaPackage)\n #-------------- EcnaSystemPythoModuleInsert_3 / end\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"5dede243c65ea61e608bcef2baef038e020cb56a","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanLSFJOBReports","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemScriptCleanLSFJOBReports","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemScriptCleanLSFJOBReports","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemScriptCleanLSFJOBReports?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -35,3 +35,5 @@ else\n endif\n \n echo \"*EcnaSystemScriptCleanLSFJOBReports> End of execution.\"\n+-- dummy change --\n+-- dummy change --"},{"sha":"115ab119fef80b9138e0a6a0ea9029a4597fd3b8","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanPythonFiles","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemScriptCleanPythonFiles","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemScriptCleanPythonFiles","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemScriptCleanPythonFiles?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -35,3 +35,5 @@ else\n endif\n \n echo \"*EcnaSystemScriptCleanPythonFiles> End of execution.\"\n+-- dummy change --\n+-- dummy change --"},{"sha":"768e91ac26f0be16a9dd8024fc04457e6fc2c72c","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanSubmissionScripts","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemScriptCleanSubmissionScripts","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemScriptCleanSubmissionScripts","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FEcnaSystemScriptCleanSubmissionScripts?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -37,3 +37,5 @@ endif\n \n \n echo \"*EcnaSystemScriptCleanSubmissionScripts> End of execution.\"\n+-- dummy change --\n+-- dummy change --"},{"sha":"2d8cbe6f3965394bf5f83d0b5a4c8aa8e072036a","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160077","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R160077","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R160077","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R160077?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -3,3 +3,5 @@\n '/store/data/Commissioning11/TestEnables/RAW/v1/000/160/077/741A4F56-594A-E011-9C04-0030487CD7EE.root',\n '/store/data/Commissioning11/TestEnables/RAW/v1/000/160/077/424F1CC6-5A4A-E011-9458-0030487CD7B4.root'\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"48de7b3008b541255c7468f35c41f6f81eb77d23","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160994","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R160994","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R160994","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R160994?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -1,2 +1,4 @@\n '/store/data/Run2011A/TestEnables/RAW/v1/000/160/994/D47E48E5-D053-E011-B45E-001D09F28F0C.root',\n '/store/data/Run2011A/TestEnables/RAW/v1/000/160/994/2CD5B5F5-C753-E011-87A4-000423D996C8.root'\n+-- dummy change --\n+-- dummy change --"},{"sha":"d4dd8f8625e1c69712d30dc23fc8ce4e4f7730e9","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160998","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R160998","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R160998","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R160998?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -15,3 +15,5 @@\n '/store/data/Run2011A/TestEnables/RAW/v1/000/160/998/1E677D35-D353-E011-AB15-003048F024C2.root',\n '/store/data/Run2011A/TestEnables/RAW/v1/000/160/998/0041179A-D253-E011-A72A-001D09F254CE.root'\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"8636785956c131e978371b7610a4c3dc60558da9","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161016","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R161016","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R161016","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R161016?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -18,3 +18,5 @@\n '/store/data/Run2011A/TestEnables/RAW/v1/000/161/016/024F549A-F353-E011-A232-0030487C7E18.root',\n '/store/data/Run2011A/TestEnables/RAW/v1/000/161/016/00A2434A-EF53-E011-B8B6-001D09F244BB.root'\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"33878b0ca51315a3e593af646adb8eb4eb0ad7f5","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161020","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R161020","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R161020","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R161020?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -1 +1,3 @@\n '/store/data/Run2011A/Tau/RAW/v1/000/161/020/0874F601-0A54-E011-A780-0030487CD6E6.root'\n+-- dummy change --\n+-- dummy change --"},{"sha":"62fced421f241d5d0ca0cdf8f9ba9285cf3a08e7","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161311","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R161311","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R161311","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R161311?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -1,2 +1,4 @@\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"e58c2a7206f56ea7da369319e0bacc99c0f8995b","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R162517","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R162517","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R162517","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R162517?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -8,3 +8,5 @@\n '/store/data/Run2011A/TestEnables/RAW/v1/000/162/517/42C5CCBF-D365-E011-924A-003048F024C2.root',\n '/store/data/Run2011A/TestEnables/RAW/v1/000/162/517/26FE6129-C765-E011-992E-003048F118C2.root'\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"cbb3ee1996624265565bffe047b20d393c024d36","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R162811","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R162811","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R162811","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R162811?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -20,3 +20,5 @@\n '/store/data/Run2011A/TestEnables/RAW/v1/000/162/811/1649D3DF-7667-E011-B951-003048D2C174.root',\n '/store/data/Run2011A/TestEnables/RAW/v1/000/162/811/12AD1ABC-7A67-E011-B1C6-0030487C6062.root',\n '/store/data/Run2011A/TestEnables/RAW/v1/000/162/811/060E4939-8467-E011-A79B-001617C3B710.root'\n+-- dummy change --\n+-- dummy change --"},{"sha":"adba504b200c8c0d9a914b6a4839276b36721561","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R170298","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R170298","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R170298","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R170298?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -4,3 +4,5 @@\n '/store/data/Run2011A/TestEnablesEcalHcalDT/RAW/v1/000/170/298/1202CBF2-40B0-E011-BD22-BCAEC53296F8.root'\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"597f6636aa71f7b845373120a564b7f478bb1ff7","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R175975","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R175975","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R175975","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R175975?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -7,3 +7,5 @@\n '/store/data/Run2011B/TestEnablesEcalHcalDT/RAW/v1/000/175/975/1C15796C-3FDB-E011-A634-BCAEC518FF74.root',\n '/store/data/Run2011B/TestEnablesEcalHcalDT/RAW/v1/000/175/975/0C9CA39C-40DB-E011-B7C0-BCAEC5329707.root',\n '/store/data/Run2011B/TestEnablesEcalHcalDT/RAW/v1/000/175/975/04491905-95DB-E011-B880-BCAEC518FF6E.root',\n+-- dummy change --\n+-- dummy change --"},{"sha":"e4a2beeac4ff855058d7922f7376310f8cb33249","filename":"CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R178231","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R178231","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R178231","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalCorrelatedNoiseAnalysisModules%2Fdata%2FSourceForPython_R178231?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -2,3 +2,5 @@\n '/store/data/Run2011B/TestEnablesEcalHcalDT/RAW/v1/000/178/231/A6B985E2-DEF3-E011-9A95-0030486780B8.root',\n '/store/data/Run2011B/TestEnablesEcalHcalDT/RAW/v1/000/178/231/5CFCB4AF-DAF3-E011-ADCB-003048D3756A.root',\n '/store/data/Run2011B/TestEnablesEcalHcalDT/RAW/v1/000/178/231/121DFE24-D7F3-E011-AD82-003048D2C020.root'\n+-- dummy change --\n+-- dummy change --"},{"sha":"39aad35cd1f1a035e7242b395ccd5e26ad67370c","filename":"CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_ideal.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_128_MC_ideal.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_128_MC_ideal.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_128_MC_ideal.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -149,3 +149,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"01c4d3432502a49e76e1d65e73ebb6a54ad82536","filename":"CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_ideal_prep.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_128_MC_ideal_prep.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_128_MC_ideal_prep.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_128_MC_ideal_prep.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -150,3 +150,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"398286d9145595bdfb0de7f2937002acfac4b837","filename":"CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_startup.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_128_MC_startup.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_128_MC_startup.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_128_MC_startup.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -149,3 +149,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"2146c9d13b93d0f8b01860af565c48b8be6b0d97","filename":"CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_startup_prep.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_128_MC_startup_prep.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_128_MC_startup_prep.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_128_MC_startup_prep.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -150,3 +150,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"07bf447383a62b686b9d0e98facf8d2a3f8f3993","filename":"CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_ideal_prep.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_MC_ideal_prep.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_MC_ideal_prep.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_MC_ideal_prep.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -150,3 +150,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"d8020e259a106fdca73aba76f4e13bf6a034909f","filename":"CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_startup.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_MC_startup.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_MC_startup.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_MC_startup.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -149,3 +149,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"428eea8c50998c054a40dd8d9ae4c6e0930d5772","filename":"CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_startup_prep.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_MC_startup_prep.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_MC_startup_prep.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv4_MC_startup_prep.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -150,3 +150,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"7591d71e5f5e025d96132b4c8dd0bc6ffe1feed6","filename":"CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_ideal_prep.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv5_MC_ideal_prep.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv5_MC_ideal_prep.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv5_MC_ideal_prep.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -158,3 +158,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"3236b988f33ec167332a56e588bfa3c489dead6b","filename":"CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_startup.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv5_MC_startup.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv5_MC_startup.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv5_MC_startup.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -158,3 +158,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"9764cd7a9c4e8897d75226fefd8204f76f35131d","filename":"CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_startup_prep.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv5_MC_startup_prep.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv5_MC_startup_prep.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FfillOfflineTPGDBfromFile_beamv5_MC_startup_prep.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -184,3 +184,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"c4b220b7a8db76a10435228639147eb022e7ab37","filename":"CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv4_128_MC_startup.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FproduceTPGParameters_beamv4_128_MC_startup.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FproduceTPGParameters_beamv4_128_MC_startup.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FproduceTPGParameters_beamv4_128_MC_startup.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -144,3 +144,5 @@\n \n process.p = cms.Path(process.TPGParamProducer)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"879611700d528431287b88a77e97d48130caba58","filename":"CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv6_transparency_spikekill_2016_script.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FproduceTPGParameters_beamv6_transparency_spikekill_2016_script.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FproduceTPGParameters_beamv6_transparency_spikekill_2016_script.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FproduceTPGParameters_beamv6_transparency_spikekill_2016_script.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -170,3 +170,5 @@\n \n process.p = cms.Path(process.TPGParamProducer)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"ff4372837670af3da01f9097f697332f7cb25ece","filename":"CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv6_transparency_spikekill_2016_script_270062.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FproduceTPGParameters_beamv6_transparency_spikekill_2016_script_270062.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FproduceTPGParameters_beamv6_transparency_spikekill_2016_script_270062.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTPGTools%2Ftest%2FproduceTPGParameters_beamv6_transparency_spikekill_2016_script_270062.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -197,3 +197,5 @@\n \n process.p = cms.Path(process.TPGParamProducer)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"87fd7162ebcb7ab41f12e04cce7ac55c5fcdae67","filename":"CalibCalorimetry/EcalTrivialCondModules/interface/EcalTrivialConditionRetriever.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalTrivialCondModules%2Finterface%2FEcalTrivialConditionRetriever.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalTrivialCondModules%2Finterface%2FEcalTrivialConditionRetriever.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTrivialCondModules%2Finterface%2FEcalTrivialConditionRetriever.h?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -409,3 +409,5 @@ class EcalTrivialConditionRetriever : public edm::ESProducer, public edm::EventS\n int verbose_; // verbosity\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"f7be5244ef1d01d12d4f7b99b20175166d2b01e2","filename":"CalibCalorimetry/EcalTrivialCondModules/python/EcalTrivialCondRetrieverTB_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalTrivialCondModules%2Fpython%2FEcalTrivialCondRetrieverTB_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibCalorimetry%2FEcalTrivialCondModules%2Fpython%2FEcalTrivialCondRetrieverTB_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibCalorimetry%2FEcalTrivialCondModules%2Fpython%2FEcalTrivialCondRetrieverTB_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -16,3 +16,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"a8614d1f921e81305f22241185a6ed134a8577ac","filename":"CalibMuon/DTCalibration/python/dt_offlineAnalysis_common_cosmics_vDriftSeg_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibMuon%2FDTCalibration%2Fpython%2Fdt_offlineAnalysis_common_cosmics_vDriftSeg_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibMuon%2FDTCalibration%2Fpython%2Fdt_offlineAnalysis_common_cosmics_vDriftSeg_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibMuon%2FDTCalibration%2Fpython%2Fdt_offlineAnalysis_common_cosmics_vDriftSeg_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -13,3 +13,5 @@\n \n dtCalibOfflineReco = cms.Sequence(dt1DRecHits + dt2DSegments + dt4DSegments)\n dtCalibOfflineRecoRAW = cms.Sequence(muonDTDigis + dt1DRecHits + dt2DSegments + dt4DSegments)\n+-- dummy change --\n+-- dummy change --"},{"sha":"e6a8943f24eebff4cb324eeb402f1a35437530d1","filename":"CalibPPS/AlignmentGlobal/python/ALCARECOPromptCalibProdPPSAlignment_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibPPS%2FAlignmentGlobal%2Fpython%2FALCARECOPromptCalibProdPPSAlignment_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibPPS%2FAlignmentGlobal%2Fpython%2FALCARECOPromptCalibProdPPSAlignment_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibPPS%2FAlignmentGlobal%2Fpython%2FALCARECOPromptCalibProdPPSAlignment_Output_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -11,3 +11,5 @@\n \r\n OutALCARECOPromptCalibProdPPSAlignment = OutALCARECOPromptCalibProdPPSAlignment_noDrop.clone()\r\n OutALCARECOPromptCalibProdPPSAlignment.outputCommands.insert(0, 'drop *')\r\n+-- dummy change --\n+-- dummy change --"},{"sha":"4ebb932816249dcad47e55730b1b781338caa6a2","filename":"CalibPPS/ESProducers/interface/CTPPSRPAlignmentCorrectionsDataESSourceXMLCommon.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibPPS%2FESProducers%2Finterface%2FCTPPSRPAlignmentCorrectionsDataESSourceXMLCommon.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibPPS%2FESProducers%2Finterface%2FCTPPSRPAlignmentCorrectionsDataESSourceXMLCommon.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibPPS%2FESProducers%2Finterface%2FCTPPSRPAlignmentCorrectionsDataESSourceXMLCommon.h?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -35,3 +35,5 @@ class CTPPSRPAlignmentCorrectionsDataESSourceXMLCommon {\n CTPPSRPAlignmentCorrectionsDataSequence &seq,\n const std::vector &files) const;\n };\n+-- dummy change --\n+-- dummy change --"},{"sha":"a78fcb0ed6e71c27aea33bbda595cc01e1b8ffec","filename":"CalibPPS/TimingCalibration/plugins/PPSDiamondSampicTimingCalibrationPCLHarvester.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibPPS%2FTimingCalibration%2Fplugins%2FPPSDiamondSampicTimingCalibrationPCLHarvester.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibPPS%2FTimingCalibration%2Fplugins%2FPPSDiamondSampicTimingCalibrationPCLHarvester.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibPPS%2FTimingCalibration%2Fplugins%2FPPSDiamondSampicTimingCalibrationPCLHarvester.cc?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -288,3 +288,5 @@ void PPSDiamondSampicTimingCalibrationPCLHarvester::fillDescriptions(edm::Config\n }\n \n DEFINE_FWK_MODULE(PPSDiamondSampicTimingCalibrationPCLHarvester);\n+-- dummy change --\n+-- dummy change --"},{"sha":"c78b77dc300c15ee7923b450e397f971f914cbeb","filename":"CalibPPS/TimingCalibration/plugins/PPSDiamondSampicTimingCalibrationPCLWorker.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibPPS%2FTimingCalibration%2Fplugins%2FPPSDiamondSampicTimingCalibrationPCLWorker.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibPPS%2FTimingCalibration%2Fplugins%2FPPSDiamondSampicTimingCalibrationPCLWorker.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibPPS%2FTimingCalibration%2Fplugins%2FPPSDiamondSampicTimingCalibrationPCLWorker.cc?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -189,3 +189,5 @@ bool PPSDiamondSampicTimingCalibrationPCLWorker::searchForProduct(edm::Event con\n }\n \n DEFINE_FWK_MODULE(PPSDiamondSampicTimingCalibrationPCLWorker);\n+-- dummy change --\n+-- dummy change --"},{"sha":"3600cfd53878481c2308ea4569a470ad9f0a3a5f","filename":"CalibPPS/TimingCalibration/python/ALCARECOPPSDiamondSampicTimingCalibHarvester_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibPPS%2FTimingCalibration%2Fpython%2FALCARECOPPSDiamondSampicTimingCalibHarvester_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibPPS%2FTimingCalibration%2Fpython%2FALCARECOPPSDiamondSampicTimingCalibHarvester_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibPPS%2FTimingCalibration%2Fpython%2FALCARECOPPSDiamondSampicTimingCalibHarvester_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -17,3 +17,5 @@\n ALCAHARVESTPPSDiamondSampicTimingCalibration = cms.Sequence(EDMtoMEConvertPPSTimingSampicCalibration +\n PPSDiamondSampicTimingCalibrationPCLHarvester +\n dqmEnvPPSTimingSampicCalibration)\n+-- dummy change --\n+-- dummy change --"},{"sha":"5266f39569de4624e5974deb972e461000d29483","filename":"CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibPPS%2FTimingCalibration%2Fpython%2FALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibPPS%2FTimingCalibration%2Fpython%2FALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibPPS%2FTimingCalibration%2Fpython%2FALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_Output_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -11,3 +11,5 @@\n \n OutALCARECOPromptCalibProdPPSDiamondSampic = OutALCARECOPromptCalibProdPPSDiamondSampic_noDrop.clone()\n OutALCARECOPromptCalibProdPPSDiamondSampic.outputCommands.insert(0, 'drop *')\n+-- dummy change --\n+-- dummy change --"},{"sha":"acc588e8f9950dee1ca4d0f0ecaa21e522e411ac","filename":"CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibPPS%2FTimingCalibration%2Fpython%2FALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibPPS%2FTimingCalibration%2Fpython%2FALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibPPS%2FTimingCalibration%2Fpython%2FALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -20,3 +20,5 @@\n PPSDiamondSampicTimingCalibrationPCLWorker,\n MEtoEDMConvertPPSDiamondSampicTimingCalib\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"562a910e215a6328a541e5a1f31377734bc54a20","filename":"CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSTimingCalib_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibPPS%2FTimingCalibration%2Fpython%2FALCARECOPromptCalibProdPPSTimingCalib_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibPPS%2FTimingCalibration%2Fpython%2FALCARECOPromptCalibProdPPSTimingCalib_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibPPS%2FTimingCalibration%2Fpython%2FALCARECOPromptCalibProdPPSTimingCalib_Output_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -11,3 +11,5 @@\n \n OutALCARECOPromptCalibProdPPSTimingCalib = OutALCARECOPromptCalibProdPPSTimingCalib_noDrop.clone()\n OutALCARECOPromptCalibProdPPSTimingCalib.outputCommands.insert(0, 'drop *')\n+-- dummy change --\n+-- dummy change --"},{"sha":"acf4135297b9a9f7a1e6d48d9c5c1b9b7099a28b","filename":"CalibTracker/Configuration/python/SiPixelCabling/SiPixelCabling_Frontier_DevDB_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FConfiguration%2Fpython%2FSiPixelCabling%2FSiPixelCabling_Frontier_DevDB_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FConfiguration%2Fpython%2FSiPixelCabling%2FSiPixelCabling_Frontier_DevDB_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FConfiguration%2Fpython%2FSiPixelCabling%2FSiPixelCabling_Frontier_DevDB_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -14,3 +14,5 @@\n tag = cms.string('SiPixelFedCablingMap_v9_mc')\n ))\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"5822baec919bbbb4f31d3444951b875377b831a8","filename":"CalibTracker/Configuration/python/SiPixelCabling/SiPixelCabling_Frontier_IntDB_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FConfiguration%2Fpython%2FSiPixelCabling%2FSiPixelCabling_Frontier_IntDB_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FConfiguration%2Fpython%2FSiPixelCabling%2FSiPixelCabling_Frontier_IntDB_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FConfiguration%2Fpython%2FSiPixelCabling%2FSiPixelCabling_Frontier_IntDB_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -14,3 +14,5 @@\n tag = cms.string('SiPixelFedCablingMap_v9_mc')\n ))\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"df236289c0c940123048f9e763672fdf3cef0c1d","filename":"CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Fake_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FConfiguration%2Fpython%2FSiPixelLorentzAngle%2FSiPixelLorentzAngle_Fake_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FConfiguration%2Fpython%2FSiPixelLorentzAngle%2FSiPixelLorentzAngle_Fake_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FConfiguration%2Fpython%2FSiPixelLorentzAngle%2FSiPixelLorentzAngle_Fake_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -5,3 +5,5 @@\n #\n from CalibTracker.SiPixelESProducers.SiPixelFakeLorentzAngleESSource_cfi import *\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b726aaeedbba71c3e708a252f6e62a315478a572","filename":"CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_DevDB_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FConfiguration%2Fpython%2FSiPixelLorentzAngle%2FSiPixelLorentzAngle_Frontier_DevDB_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FConfiguration%2Fpython%2FSiPixelLorentzAngle%2FSiPixelLorentzAngle_Frontier_DevDB_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FConfiguration%2Fpython%2FSiPixelLorentzAngle%2FSiPixelLorentzAngle_Frontier_DevDB_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -11,3 +11,5 @@\n tag = cms.string('trivial_LorentzAngle_mc')\n ))\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"c3bef9467dbd023a7c4605b338246b69ccc5ab29","filename":"CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_IntDB_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FConfiguration%2Fpython%2FSiPixelLorentzAngle%2FSiPixelLorentzAngle_Frontier_IntDB_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FConfiguration%2Fpython%2FSiPixelLorentzAngle%2FSiPixelLorentzAngle_Frontier_IntDB_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FConfiguration%2Fpython%2FSiPixelLorentzAngle%2FSiPixelLorentzAngle_Frontier_IntDB_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -11,3 +11,5 @@\n tag = cms.string('trivial_LorentzAngle_mc')\n ))\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"31015f1c677197637a0196f3be1fc5c5fcb69b43","filename":"CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FConfiguration%2Fpython%2FSiPixelLorentzAngle%2FSiPixelLorentzAngle_Frontier_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FConfiguration%2Fpython%2FSiPixelLorentzAngle%2FSiPixelLorentzAngle_Frontier_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FConfiguration%2Fpython%2FSiPixelLorentzAngle%2FSiPixelLorentzAngle_Frontier_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -11,3 +11,5 @@\n tag = cms.string('trivial_LorentzAngle_mc')\n ))\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"2b3bfdb945124f6e92e2c2c355404ffc63fefbd7","filename":"CalibTracker/Configuration/python/SiStripLorentzAngle/SiStripLorentzAngle_Fake_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FConfiguration%2Fpython%2FSiStripLorentzAngle%2FSiStripLorentzAngle_Fake_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FConfiguration%2Fpython%2FSiStripLorentzAngle%2FSiStripLorentzAngle_Fake_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FConfiguration%2Fpython%2FSiStripLorentzAngle%2FSiStripLorentzAngle_Fake_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -11,3 +11,5 @@\n siStripLAFakeESSourceforSimulation.appendToDataLabel = 'fake'\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"3bd6b093e2e0d739a2ceb909092f2dcbc896e921","filename":"CalibTracker/Configuration/python/SiStripLorentzAngle/SiStripLorentzAngle_Frontier_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FConfiguration%2Fpython%2FSiStripLorentzAngle%2FSiStripLorentzAngle_Frontier_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FConfiguration%2Fpython%2FSiStripLorentzAngle%2FSiStripLorentzAngle_Frontier_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FConfiguration%2Fpython%2FSiStripLorentzAngle%2FSiStripLorentzAngle_Frontier_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -18,3 +18,5 @@\n ))\n siStripLorentzAngle.BlobStreamerName = 'TBufferBlobStreamingService'\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"3fec879cd740facf13436f25b5234fb0aba0d810","filename":"CalibTracker/Configuration/python/SiStripNoise/SiStripNoise_Fake_APVModeDec_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FConfiguration%2Fpython%2FSiStripNoise%2FSiStripNoise_Fake_APVModeDec_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FConfiguration%2Fpython%2FSiStripNoise%2FSiStripNoise_Fake_APVModeDec_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FConfiguration%2Fpython%2FSiStripNoise%2FSiStripNoise_Fake_APVModeDec_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -4,3 +4,5 @@\n \n siStripNoisesFakeESSource.NoiseStripLengthSlope = cms.vdouble(51.)\n siStripNoisesFakeESSource.NoiseStripLengthQuote = cms.vdouble(630.)\n+-- dummy change --\n+-- dummy change --"},{"sha":"6cc2d17d1aa9f48cc541f7f59baffbeac9ab13c9","filename":"CalibTracker/Configuration/python/SiStripNoise/SiStripNoise_Fake_APVModePeak_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FConfiguration%2Fpython%2FSiStripNoise%2FSiStripNoise_Fake_APVModePeak_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FConfiguration%2Fpython%2FSiStripNoise%2FSiStripNoise_Fake_APVModePeak_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FConfiguration%2Fpython%2FSiStripNoise%2FSiStripNoise_Fake_APVModePeak_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -4,3 +4,5 @@\n \n siStripNoisesFakeESSource.NoiseStripLengthSlope = cms.vdouble(38.8)\n siStripNoisesFakeESSource.NoiseStripLengthQuote = cms.vdouble(414.)\n+-- dummy change --\n+-- dummy change --"},{"sha":"e1c4bb2e8ad430bfa994cfb5aa45c1791e196057","filename":"CalibTracker/Configuration/python/TrackerAlignment/TrackerAlignment_Frontier_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FConfiguration%2Fpython%2FTrackerAlignment%2FTrackerAlignment_Frontier_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FConfiguration%2Fpython%2FTrackerAlignment%2FTrackerAlignment_Frontier_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FConfiguration%2Fpython%2FTrackerAlignment%2FTrackerAlignment_Frontier_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -17,3 +17,5 @@\n \n # Might be needed if you want to overwrite the global tag:\n # ESPrefer(\"PoolDBESSource\", \"trackerAlignment\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"0b03dc7d9a303730e3f6bf1967c2ae17d0e1a766","filename":"CalibTracker/Configuration/python/Tracker_DependentRecords_forGlobalTag_nofakes_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FConfiguration%2Fpython%2FTracker_DependentRecords_forGlobalTag_nofakes_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FConfiguration%2Fpython%2FTracker_DependentRecords_forGlobalTag_nofakes_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FConfiguration%2Fpython%2FTracker_DependentRecords_forGlobalTag_nofakes_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -41,3 +41,5 @@\n \n # Multiple scattering parametrisation\n from RecoTracker.TkMSParametrization.multipleScatteringParametrisationMakerESProducer_cfi import *\n+-- dummy change --\n+-- dummy change --"},{"sha":"509d26a335f5008e70019b01ef89d41112aba835","filename":"CalibTracker/SiPhase2TrackerESProducers/interface/SiPhase2OuterTrackerFakeLorentzAngleESSource.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPhase2TrackerESProducers%2Finterface%2FSiPhase2OuterTrackerFakeLorentzAngleESSource.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPhase2TrackerESProducers%2Finterface%2FSiPhase2OuterTrackerFakeLorentzAngleESSource.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPhase2TrackerESProducers%2Finterface%2FSiPhase2OuterTrackerFakeLorentzAngleESSource.h?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -59,3 +59,5 @@ class SiPhase2OuterTrackerFakeLorentzAngleESSource : public edm::ESProducer,\n const std::string recordName_;\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"f282d53837d81e4d1eb05f519fc8b3f7f0dcb7b7","filename":"CalibTracker/SiPhase2TrackerESProducers/plugins/SiPhase2BadStripConfigurableFakeESSource.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPhase2TrackerESProducers%2Fplugins%2FSiPhase2BadStripConfigurableFakeESSource.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPhase2TrackerESProducers%2Fplugins%2FSiPhase2BadStripConfigurableFakeESSource.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPhase2TrackerESProducers%2Fplugins%2FSiPhase2BadStripConfigurableFakeESSource.cc?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -251,3 +251,5 @@ void SiPhase2BadStripConfigurableFakeESSource::fillDescriptions(edm::Configurati\n //define this as a plug-in\n #include \"FWCore/Framework/interface/SourceFactory.h\"\n DEFINE_FWK_EVENTSETUP_SOURCE(SiPhase2BadStripConfigurableFakeESSource);\n+-- dummy change --\n+-- dummy change --"},{"sha":"504129610a0e74faa2d4ae45d487a6bd02f776bc","filename":"CalibTracker/SiPhase2TrackerESProducers/plugins/SiPhase2OuterTrackerFakeLorentzAngleESSource.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPhase2TrackerESProducers%2Fplugins%2FSiPhase2OuterTrackerFakeLorentzAngleESSource.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPhase2TrackerESProducers%2Fplugins%2FSiPhase2OuterTrackerFakeLorentzAngleESSource.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPhase2TrackerESProducers%2Fplugins%2FSiPhase2OuterTrackerFakeLorentzAngleESSource.cc?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -96,3 +96,5 @@ void SiPhase2OuterTrackerFakeLorentzAngleESSource::fillDescriptions(edm::Configu\n //define this as a plug-in\n #include \"FWCore/Framework/interface/SourceFactory.h\"\n DEFINE_FWK_EVENTSETUP_SOURCE(SiPhase2OuterTrackerFakeLorentzAngleESSource);\n+-- dummy change --\n+-- dummy change --"},{"sha":"fd5f3a2458527f65843620c21a3b7767f3b8cf1f","filename":"CalibTracker/SiPhase2TrackerESProducers/python/SiPhase2OuterTrackerFakeLorentzAngleESSource_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPhase2TrackerESProducers%2Fpython%2FSiPhase2OuterTrackerFakeLorentzAngleESSource_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPhase2TrackerESProducers%2Fpython%2FSiPhase2OuterTrackerFakeLorentzAngleESSource_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPhase2TrackerESProducers%2Fpython%2FSiPhase2OuterTrackerFakeLorentzAngleESSource_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -3,3 +3,5 @@\n from CalibTracker.SiPhase2TrackerESProducers.siPhase2OTFakeLorentzAngleESSource_cfi import siPhase2OTFakeLorentzAngleESSource\n SiPhase2OTFakeLorentzAngleESSource = siPhase2OTFakeLorentzAngleESSource.clone(LAValue = 0.07,\n recordName = 'LorentzAngle')\n+-- dummy change --\n+-- dummy change --"},{"sha":"3c69000493a720a51c24f86f58df50503738c026","filename":"CalibTracker/SiPixelConnectivity/plugins/PixelToFEDAssociateFromAsciiESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelConnectivity%2Fplugins%2FPixelToFEDAssociateFromAsciiESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelConnectivity%2Fplugins%2FPixelToFEDAssociateFromAsciiESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelConnectivity%2Fplugins%2FPixelToFEDAssociateFromAsciiESProducer.cc?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -16,3 +16,5 @@ std::unique_ptr PixelToFEDAssociateFromAsciiESProducer::pro\n const TrackerDigiGeometryRecord& r) {\n return std::make_unique(theConfig.getParameter(\"fileName\"));\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"b1458ab3fd78e2438bee64cb2ef50720e27fda0e","filename":"CalibTracker/SiPixelConnectivity/plugins/PixelToFEDAssociateFromAsciiESProducer.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelConnectivity%2Fplugins%2FPixelToFEDAssociateFromAsciiESProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelConnectivity%2Fplugins%2FPixelToFEDAssociateFromAsciiESProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelConnectivity%2Fplugins%2FPixelToFEDAssociateFromAsciiESProducer.h?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -19,3 +19,5 @@ class PixelToFEDAssociateFromAsciiESProducer : public edm::ESProducer {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"5d5a15b05601ca53c732bde5873b43796f497c60","filename":"CalibTracker/SiPixelConnectivity/plugins/PixelToLNKAssociateFromAsciiESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelConnectivity%2Fplugins%2FPixelToLNKAssociateFromAsciiESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelConnectivity%2Fplugins%2FPixelToLNKAssociateFromAsciiESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelConnectivity%2Fplugins%2FPixelToLNKAssociateFromAsciiESProducer.cc?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -16,3 +16,5 @@ std::unique_ptr PixelToLNKAssociateFromAsciiESProducer::pro\n const TrackerDigiGeometryRecord& r) {\n return std::make_unique(theConfig.getParameter(\"fileName\"));\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"3eaf719b008ce5cbb7240a2eff3b0031b5923052","filename":"CalibTracker/SiPixelConnectivity/plugins/PixelToLNKAssociateFromAsciiESProducer.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelConnectivity%2Fplugins%2FPixelToLNKAssociateFromAsciiESProducer.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelConnectivity%2Fplugins%2FPixelToLNKAssociateFromAsciiESProducer.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelConnectivity%2Fplugins%2FPixelToLNKAssociateFromAsciiESProducer.h?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -19,3 +19,5 @@ class PixelToLNKAssociateFromAsciiESProducer : public edm::ESProducer {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"509c4b0a53dc6ac5ae03610bd5d3296d96c6c4aa","filename":"CalibTracker/SiPixelConnectivity/python/PixelToLNKAssociateFromAsciiESProducer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelConnectivity%2Fpython%2FPixelToLNKAssociateFromAsciiESProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelConnectivity%2Fpython%2FPixelToLNKAssociateFromAsciiESProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelConnectivity%2Fpython%2FPixelToLNKAssociateFromAsciiESProducer_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -3,3 +3,5 @@\n pixelToLNKAssociateFromAscii = cms.ESProducer(\"PixelToLNKAssociateFromAsciiESProducer\",\n fileName = cms.string('pixelToLNK.ascii')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"e14c45c425e992505363535400b0943c0ceffcbf","filename":"CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationForHLTSimService.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelESProducers%2Finterface%2FSiPixelGainCalibrationForHLTSimService.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelESProducers%2Finterface%2FSiPixelGainCalibrationForHLTSimService.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelESProducers%2Finterface%2FSiPixelGainCalibrationForHLTSimService.h?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -36,3 +36,5 @@ class SiPixelGainCalibrationForHLTSimService\n bool isNoisyColumn(const uint32_t& detID, const int& col, const int& row) override;\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"6e32e908af1c37b006f6760728b19492251240ed","filename":"CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationOfflineService.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelESProducers%2Finterface%2FSiPixelGainCalibrationOfflineService.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelESProducers%2Finterface%2FSiPixelGainCalibrationOfflineService.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelESProducers%2Finterface%2FSiPixelGainCalibrationOfflineService.h?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -34,3 +34,5 @@ class SiPixelGainCalibrationOfflineService\n bool isNoisyColumn(const uint32_t& detID, const int& col, const int& row) override;\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"86f3443fa809f75037f937733baa3e8b7c053f1d","filename":"CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationOfflineSimService.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelESProducers%2Finterface%2FSiPixelGainCalibrationOfflineSimService.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelESProducers%2Finterface%2FSiPixelGainCalibrationOfflineSimService.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelESProducers%2Finterface%2FSiPixelGainCalibrationOfflineSimService.h?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -35,3 +35,5 @@ class SiPixelGainCalibrationOfflineSimService\n bool isNoisyColumn(const uint32_t& detID, const int& col, const int& row) override;\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"dffeb631f96f4610a8ee89da18f2421e6cc4ab9f","filename":"CalibTracker/SiPixelESProducers/plugins/SiPixelGainCalibrationForHLTGPUESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelESProducers%2Fplugins%2FSiPixelGainCalibrationForHLTGPUESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelESProducers%2Fplugins%2FSiPixelGainCalibrationForHLTGPUESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelESProducers%2Fplugins%2FSiPixelGainCalibrationForHLTGPUESProducer.cc?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -47,3 +47,5 @@ std::unique_ptr SiPixelGainCalibrationForHLTGPU\n #include \"FWCore/Framework/interface/eventsetuprecord_registration_macro.h\"\n \n DEFINE_FWK_EVENTSETUP_MODULE(SiPixelGainCalibrationForHLTGPUESProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"b8b7cda6361ed5bc68a3410e45d31f5d2389a88b","filename":"CalibTracker/SiPixelESProducers/plugins/SiPixelROCsStatusAndMappingWrapperESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelESProducers%2Fplugins%2FSiPixelROCsStatusAndMappingWrapperESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelESProducers%2Fplugins%2FSiPixelROCsStatusAndMappingWrapperESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelESProducers%2Fplugins%2FSiPixelROCsStatusAndMappingWrapperESProducer.cc?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -66,3 +66,5 @@ std::unique_ptr SiPixelROCsStatusAndMappingW\n #include \"FWCore/Framework/interface/eventsetuprecord_registration_macro.h\"\n \n DEFINE_FWK_EVENTSETUP_MODULE(SiPixelROCsStatusAndMappingWrapperESProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"1844833701d88f034876846722d87031578e46d4","filename":"CalibTracker/SiPixelESProducers/plugins/alpaka/SiPixelGainCalibrationForHLTSoAESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelESProducers%2Fplugins%2Falpaka%2FSiPixelGainCalibrationForHLTSoAESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelESProducers%2Fplugins%2Falpaka%2FSiPixelGainCalibrationForHLTSoAESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelESProducers%2Fplugins%2Falpaka%2FSiPixelGainCalibrationForHLTSoAESProducer.cc?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -126,3 +126,5 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE {\n \n } // namespace ALPAKA_ACCELERATOR_NAMESPACE\n DEFINE_FWK_EVENTSETUP_ALPAKA_MODULE(SiPixelGainCalibrationForHLTSoAESProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"ddcc68d5bcb38b4cf565bf6aa0a26bc52494638e","filename":"CalibTracker/SiPixelESProducers/python/SiPixel2DTemplateDBObjectESProducer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelESProducers%2Fpython%2FSiPixel2DTemplateDBObjectESProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelESProducers%2Fpython%2FSiPixel2DTemplateDBObjectESProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelESProducers%2Fpython%2FSiPixel2DTemplateDBObjectESProducer_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -2,3 +2,5 @@\n \n siPixel2DTemplateDBObjectESProducer = cms.ESProducer(\"SiPixel2DTemplateDBObjectESProducer\")\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"5db8c58daaf22047220b0d4dcb62c4de4388ea4a","filename":"CalibTracker/SiPixelESProducers/python/SiPixelFakeGenErrorDBObjectESSource_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelESProducers%2Fpython%2FSiPixelFakeGenErrorDBObjectESSource_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelESProducers%2Fpython%2FSiPixelFakeGenErrorDBObjectESSource_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelESProducers%2Fpython%2FSiPixelFakeGenErrorDBObjectESSource_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -8,3 +8,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"3801a518dd66bc1ebb88c32a618d100a4dfd5ab1","filename":"CalibTracker/SiPixelESProducers/python/SiPixelFakeTemplateDBObjectESSource_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelESProducers%2Fpython%2FSiPixelFakeTemplateDBObjectESSource_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelESProducers%2Fpython%2FSiPixelFakeTemplateDBObjectESSource_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelESProducers%2Fpython%2FSiPixelFakeTemplateDBObjectESSource_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -10,3 +10,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"2a7996f1fbc2c67a13aa5f38d8f5cf57105070db","filename":"CalibTracker/SiPixelESProducers/python/siPixelQualityForDigitizerESProducer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelESProducers%2Fpython%2FsiPixelQualityForDigitizerESProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelESProducers%2Fpython%2FsiPixelQualityForDigitizerESProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelESProducers%2Fpython%2FsiPixelQualityForDigitizerESProducer_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -14,3 +14,5 @@ def _removeSiPixelQualityForDigitizerESProducer(process):\n \n from Configuration.Eras.Modifier_run2_SiPixel_2018_cff import run2_SiPixel_2018\n removeSiPixelQualityForDigitizerESProducer_ = (~run2_SiPixel_2018).makeProcessModifier( _removeSiPixelQualityForDigitizerESProducer )\n+-- dummy change --\n+-- dummy change --"},{"sha":"d20e15542d73b91f8f9877ef025724b37854f0fc","filename":"CalibTracker/SiPixelESProducers/python/siPixelQualityForRawToDigiESProducer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelESProducers%2Fpython%2FsiPixelQualityForRawToDigiESProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelESProducers%2Fpython%2FsiPixelQualityForRawToDigiESProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelESProducers%2Fpython%2FsiPixelQualityForRawToDigiESProducer_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -14,3 +14,5 @@ def _removeSiPixelQualityForRawToDigiESProducer(process):\n \n from Configuration.ProcessModifiers.siPixelQualityRawToDigi_cff import siPixelQualityRawToDigi\n removeSiPixelQualityForRawToDigiESProducer_ = (~siPixelQualityRawToDigi).makeProcessModifier( _removeSiPixelQualityForRawToDigiESProducer )\n+-- dummy change --\n+-- dummy change --"},{"sha":"ce737066aa837ab29a6de17ad2ebaff41fab79fc","filename":"CalibTracker/SiPixelESProducers/test/PixelFEDChannelCollectionMapTestReader_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelESProducers%2Ftest%2FPixelFEDChannelCollectionMapTestReader_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelESProducers%2Ftest%2FPixelFEDChannelCollectionMapTestReader_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelESProducers%2Ftest%2FPixelFEDChannelCollectionMapTestReader_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -78,3 +78,5 @@\n process.ReadDB.outputFile = cms.untracked.string('PixelFEDChannelCollectionMap.log')\n \n process.p = cms.Path(process.get+process.ReadDB)\n+-- dummy change --\n+-- dummy change --"},{"sha":"281863139fd361ad6d7351b384287e59b73e91b0","filename":"CalibTracker/SiPixelGainCalibration/python/SiPixelGainCalibrationAnalysis_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelGainCalibration%2Fpython%2FSiPixelGainCalibrationAnalysis_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelGainCalibration%2Fpython%2FSiPixelGainCalibrationAnalysis_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelGainCalibration%2Fpython%2FSiPixelGainCalibrationAnalysis_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -56,3 +56,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"70ff846e8865170ead6ecd2c498f1a143c865188","filename":"CalibTracker/SiPixelGainCalibration/test/SimpleTestPrintOutPixelCalibAnalyzer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelGainCalibration%2Ftest%2FSimpleTestPrintOutPixelCalibAnalyzer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelGainCalibration%2Ftest%2FSimpleTestPrintOutPixelCalibAnalyzer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelGainCalibration%2Ftest%2FSimpleTestPrintOutPixelCalibAnalyzer.cc?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -63,3 +63,5 @@ void SimpleTestPrintOutPixelCalibAnalyzer::analyze(edm::StreamID id,\n using namespace edm;\n printInfo(iEvent, iSetup);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"686554d4f5d361a9570f0202f85b25127078f619","filename":"CalibTracker/SiPixelLorentzAngle/interface/SiPixelLorentzAngleCalibrationStruct.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelLorentzAngle%2Finterface%2FSiPixelLorentzAngleCalibrationStruct.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelLorentzAngle%2Finterface%2FSiPixelLorentzAngleCalibrationStruct.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelLorentzAngle%2Finterface%2FSiPixelLorentzAngleCalibrationStruct.h?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -113,3 +113,5 @@ struct SiPixelLorentzAngleCalibrationHistograms {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"bb2beeb71965bf7ff1975501c4007af3eb0aa035","filename":"CalibTracker/SiPixelLorentzAngle/python/ALCARECOSiPixelLorentzAngle_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelLorentzAngle%2Fpython%2FALCARECOSiPixelLorentzAngle_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelLorentzAngle%2Fpython%2FALCARECOSiPixelLorentzAngle_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelLorentzAngle%2Fpython%2FALCARECOSiPixelLorentzAngle_Output_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -11,3 +11,5 @@\n 'drop *_*_*_HLT')\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"693cd76d1456c7f8d863b58dc08a44e281da3a31","filename":"CalibTracker/SiPixelLorentzAngle/python/SiPixelLorentzAnglePCLHarvesterMCS_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelLorentzAngle%2Fpython%2FSiPixelLorentzAnglePCLHarvesterMCS_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelLorentzAngle%2Fpython%2FSiPixelLorentzAnglePCLHarvesterMCS_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelLorentzAngle%2Fpython%2FSiPixelLorentzAnglePCLHarvesterMCS_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -6,3 +6,5 @@\n newmodulelist = worker.newmodulelist.value(), # taken from worker configuration, need to stay in synch\n dqmDir = worker.folder.value(), # taken from worker configuration, need to stay in synch\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"a89f04cb6cb89957b2cd7bc8ac2940b8d9bc2d5e","filename":"CalibTracker/SiPixelLorentzAngle/test/calculateLorentzAngleFromClusterSizeFpix.C","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelLorentzAngle%2Ftest%2FcalculateLorentzAngleFromClusterSizeFpix.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelLorentzAngle%2Ftest%2FcalculateLorentzAngleFromClusterSizeFpix.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelLorentzAngle%2Ftest%2FcalculateLorentzAngleFromClusterSizeFpix.C?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -331,3 +331,5 @@ int calculateLorentzAngleFromClusterSizeFpix()\n \t\r\n \treturn 0;\r\n }\r\n+-- dummy change --\n+-- dummy change --"},{"sha":"a51e945448e307ccc1155ac0121700893c2df643","filename":"CalibTracker/SiPixelSCurveCalibration/interface/SiPixelSCurveCalibrationAnalysis.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelSCurveCalibration%2Finterface%2FSiPixelSCurveCalibrationAnalysis.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelSCurveCalibration%2Finterface%2FSiPixelSCurveCalibrationAnalysis.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelSCurveCalibration%2Finterface%2FSiPixelSCurveCalibrationAnalysis.h?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -125,3 +125,5 @@ class SiPixelSCurveCalibrationAnalysis : public SiPixelOfflineCalibAnalysisBase\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"097c0f7fb81e46c2c899227d059a360664a17c00","filename":"CalibTracker/SiPixelSCurveCalibration/python/SiPixelSCurveCalibrationAnalysis_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelSCurveCalibration%2Fpython%2FSiPixelSCurveCalibrationAnalysis_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiPixelSCurveCalibration%2Fpython%2FSiPixelSCurveCalibrationAnalysis_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiPixelSCurveCalibration%2Fpython%2FSiPixelSCurveCalibrationAnalysis_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -39,3 +39,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"06f0a956286cadd6d5ba290eac8ab3763f335d86","filename":"CalibTracker/SiStripChannelGain/test/CodeExample/produceCalibrationTree_cfg_OnBatch.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripChannelGain%2Ftest%2FCodeExample%2FproduceCalibrationTree_cfg_OnBatch.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripChannelGain%2Ftest%2FCodeExample%2FproduceCalibrationTree_cfg_OnBatch.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripChannelGain%2Ftest%2FCodeExample%2FproduceCalibrationTree_cfg_OnBatch.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -210,3 +210,5 @@ def CreateTheShellFile(PATH,INDEX):\n print(\"\\t\\t\\t Created by Loic Quertenmont\")\n print(\"\\t\\t\\t Loic.quertenmont@cern.ch\")\n print(\"\\n\\n\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"176efe22b3bace63c7a2047abff1a358c6b98b17","filename":"CalibTracker/SiStripChannelGain/test/Cosmic_B38/SiStrip_ChannelGain_Cosmic_Craft.db","status":"modified","additions":0,"deletions":0,"changes":0,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripChannelGain%2Ftest%2FCosmic_B38%2FSiStrip_ChannelGain_Cosmic_Craft.db","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripChannelGain%2Ftest%2FCosmic_B38%2FSiStrip_ChannelGain_Cosmic_Craft.db","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripChannelGain%2Ftest%2FCosmic_B38%2FSiStrip_ChannelGain_Cosmic_Craft.db?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516"},{"sha":"9ed34cbf0fe00a890948891e32f73da20367f120","filename":"CalibTracker/SiStripChannelGain/test/UsefullCode/Comparison/MakeChargeDistribution.C","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FComparison%2FMakeChargeDistribution.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FComparison%2FMakeChargeDistribution.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FComparison%2FMakeChargeDistribution.C?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -256,3 +256,5 @@ void PlotMacro_Core(string input, string input2, string moduleName, string outpu\n \n printf(\"Min=%f - Max=%f\\n\",Min,Max);\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"8eefbc565ff62dd696ffc98eaee34ed6d98ed01b","filename":"CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/MakeAsciiFileFromTree.C","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FMakeAsciiFileFromTree.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FMakeAsciiFileFromTree.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FMakeAsciiFileFromTree.C?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -113,3 +113,5 @@ void MakeAsciiFileFromTree(){\n tkmap->reset(); \n \n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"a62841ec7877869c359e10d09c7e476c9275fb74","filename":"CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/MakeAsciiFileFromTree.sh","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FMakeAsciiFileFromTree.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FMakeAsciiFileFromTree.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FMakeAsciiFileFromTree.sh?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -26,3 +26,5 @@ root -l -b << EOF\n .x $executable+$arguments\n EOF\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"99b9aff44da8575a8c4ed1f4854df754d61d4079","filename":"CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/PredictedVsObserved.C","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FPredictedVsObserved.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FPredictedVsObserved.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FPredictedVsObserved.C?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -271,3 +271,5 @@ if(true){\n \n \n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"a62841ec7877869c359e10d09c7e476c9275fb74","filename":"CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/PredictedVsObserved.sh","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FPredictedVsObserved.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FPredictedVsObserved.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FPredictedVsObserved.sh?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -26,3 +26,5 @@ root -l -b << EOF\n .x $executable+$arguments\n EOF\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"a7e387ec9bf6debd9012610b739f4367f19f88e4","filename":"CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/ProducePayloadFromASCII_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FProducePayloadFromASCII_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FProducePayloadFromASCII_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FPayloadFromASCIIfile%2FProducePayloadFromASCII_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -57,3 +57,5 @@\n \n \n process.p = cms.Path(process.SiStripCalibFromAscii) \n+-- dummy change --\n+-- dummy change --"},{"sha":"81cac5614313c1797c717e804a1a0945566efe86","filename":"CalibTracker/SiStripChannelGain/test/UsefullCode/TimeHistory/MakeChargeDistribution.C","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FTimeHistory%2FMakeChargeDistribution.C","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FTimeHistory%2FMakeChargeDistribution.C","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripChannelGain%2Ftest%2FUsefullCode%2FTimeHistory%2FMakeChargeDistribution.C?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -182,3 +182,5 @@ void PlotMacro_Core(string input, string input2, string moduleName, string outpu\n printf(\"Min=%f - Max=%f\\n\",Min,Max);\n \n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"8e4ed50b7bab5cf0c397eeb083cc0e019262784b","filename":"CalibTracker/SiStripCommon/test/MakeCalibrationTrees/produceCalibrationTree_CosmicsLABP_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripCommon%2Ftest%2FMakeCalibrationTrees%2FproduceCalibrationTree_CosmicsLABP_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripCommon%2Ftest%2FMakeCalibrationTrees%2FproduceCalibrationTree_CosmicsLABP_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripCommon%2Ftest%2FMakeCalibrationTrees%2FproduceCalibrationTree_CosmicsLABP_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -170,3 +170,5 @@\n process.end = cms.EndPath(process.out)\n \n process.schedule = cms.Schedule(process.nanoCTPath, process.end)\n+-- dummy change --\n+-- dummy change --"},{"sha":"089f71ff570606878d83d5f52b506941a40f8c40","filename":"CalibTracker/SiStripCommon/test/MakeCalibrationTrees/produceCalibrationTree_template_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripCommon%2Ftest%2FMakeCalibrationTrees%2FproduceCalibrationTree_template_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripCommon%2Ftest%2FMakeCalibrationTrees%2FproduceCalibrationTree_template_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripCommon%2Ftest%2FMakeCalibrationTrees%2FproduceCalibrationTree_template_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -193,3 +193,5 @@\n 'ProductDoesNotSupportPtr',\n 'NotFound')\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"8ecdd74a01b762cd6ecd14abeeaae2a6730887dd","filename":"CalibTracker/SiStripCommon/test/MakeCalibrationTrees/submitCalibTree/__init__.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripCommon%2Ftest%2FMakeCalibrationTrees%2FsubmitCalibTree%2F__init__.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripCommon%2Ftest%2FMakeCalibrationTrees%2FsubmitCalibTree%2F__init__.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripCommon%2Ftest%2FMakeCalibrationTrees%2FsubmitCalibTree%2F__init__.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -0,0 +1,2 @@\n+-- dummy change --\n+-- dummy change --"},{"sha":"89363d29d48c3aeb879a0c0fb29fb54f1f5aa9b1","filename":"CalibTracker/SiStripCommon/test/MakeCalibrationTrees/submitCalibTree/launchJobs.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripCommon%2Ftest%2FMakeCalibrationTrees%2FsubmitCalibTree%2FlaunchJobs.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripCommon%2Ftest%2FMakeCalibrationTrees%2FsubmitCalibTree%2FlaunchJobs.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripCommon%2Ftest%2FMakeCalibrationTrees%2FsubmitCalibTree%2FlaunchJobs.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -266,3 +266,5 @@ def checkCorrupted(lastGood, config):\n #else:\n #### UNKNOWN CASE\n # print \"unknown argument: make sure you know what you are doing?\"\n+-- dummy change --\n+-- dummy change --"},{"sha":"63a97a0ac970f1c8963ce9b77a079a812564c3ac","filename":"CalibTracker/SiStripDCS/test/DetVOffReaderDebug__FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripDCS%2Ftest%2FDetVOffReaderDebug__FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripDCS%2Ftest%2FDetVOffReaderDebug__FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripDCS%2Ftest%2FDetVOffReaderDebug__FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -88,3 +88,5 @@ DetId \t HV \t LV\n %MSG-i DummyCondObjPrinter: AfterModEndJob 11-Aug-2010 02:53:39 CEST PostEndRun\n DummyCondObjPrinter::~DummyCondObjPrinter()\n %MSG\n+-- dummy change --\n+-- dummy change --"},{"sha":"9ce159794e5fe3f7a13af2591b2098d8d58a98c9","filename":"CalibTracker/SiStripDCS/test/HV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripDCS%2Ftest%2FHV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripDCS%2Ftest%2FHV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripDCS%2Ftest%2FHV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -15146,3 +15146,5 @@\n 436277448\tON\n 470444004\tON\n 369120597\tON\n+-- dummy change --\n+-- dummy change --"},{"sha":"9ce159794e5fe3f7a13af2591b2098d8d58a98c9","filename":"CalibTracker/SiStripDCS/test/LV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripDCS%2Ftest%2FLV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripDCS%2Ftest%2FLV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripDCS%2Ftest%2FLV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -15146,3 +15146,5 @@\n 436277448\tON\n 470444004\tON\n 369120597\tON\n+-- dummy change --\n+-- dummy change --"},{"sha":"2a960c7bb9dc6c6ec684e70a00f975766943c7df","filename":"CalibTracker/SiStripESProducers/plugins/DBWriter/SiStripFedCablingManipulator.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fplugins%2FDBWriter%2FSiStripFedCablingManipulator.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fplugins%2FDBWriter%2FSiStripFedCablingManipulator.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fplugins%2FDBWriter%2FSiStripFedCablingManipulator.cc?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -155,3 +155,5 @@ std::unique_ptr SiStripFedCablingManipulator::manipulate(cons\n }\n return oobj;\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"2b80f2f216219571214eb839af5c22dd26411ab8","filename":"CalibTracker/SiStripESProducers/plugins/fake/SiStripBackPlaneCorrectionFakeESSource.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fplugins%2Ffake%2FSiStripBackPlaneCorrectionFakeESSource.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fplugins%2Ffake%2FSiStripBackPlaneCorrectionFakeESSource.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fplugins%2Ffake%2FSiStripBackPlaneCorrectionFakeESSource.cc?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -90,3 +90,5 @@ SiStripBackPlaneCorrectionFakeESSource::ReturnType SiStripBackPlaneCorrectionFak\n //define this as a plug-in\n #include \"FWCore/Framework/interface/SourceFactory.h\"\n DEFINE_FWK_EVENTSETUP_SOURCE(SiStripBackPlaneCorrectionFakeESSource);\n+-- dummy change --\n+-- dummy change --"},{"sha":"2f7bc76fd3e27756f18ba0ba6da0b13177e256f8","filename":"CalibTracker/SiStripESProducers/plugins/fake/SiStripBadModuleConfigurableFakeESSource.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fplugins%2Ffake%2FSiStripBadModuleConfigurableFakeESSource.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fplugins%2Ffake%2FSiStripBadModuleConfigurableFakeESSource.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fplugins%2Ffake%2FSiStripBadModuleConfigurableFakeESSource.cc?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -287,3 +287,5 @@ std::vector SiStripBadModuleConfigurableFakeESSource::selectDetectors(\n //define this as a plug-in\n #include \"FWCore/Framework/interface/SourceFactory.h\"\n DEFINE_FWK_EVENTSETUP_SOURCE(SiStripBadModuleConfigurableFakeESSource);\n+-- dummy change --\n+-- dummy change --"},{"sha":"89500864c693ec8d0f26326f5de134aac8c2a0e6","filename":"CalibTracker/SiStripESProducers/plugins/fake/SiStripNoiseNormalizedWithApvGainBuilder.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fplugins%2Ffake%2FSiStripNoiseNormalizedWithApvGainBuilder.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fplugins%2Ffake%2FSiStripNoiseNormalizedWithApvGainBuilder.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fplugins%2Ffake%2FSiStripNoiseNormalizedWithApvGainBuilder.cc?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -113,3 +113,5 @@ void SiStripNoiseNormalizedWithApvGainBuilder::analyze(const edm::Event& evt, co\n edm::LogError(\"SiStripNoiseNormalizedWithApvGainBuilder\") << \"Service is unavailable\" << std::endl;\n }\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"e2f24f064bd8688418450437a6dd11fe0fabc8e8","filename":"CalibTracker/SiStripESProducers/plugins/fake/SiStripNoiseNormalizedWithApvGainBuilder.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fplugins%2Ffake%2FSiStripNoiseNormalizedWithApvGainBuilder.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fplugins%2Ffake%2FSiStripNoiseNormalizedWithApvGainBuilder.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fplugins%2Ffake%2FSiStripNoiseNormalizedWithApvGainBuilder.h?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -71,3 +71,5 @@ class SiStripNoiseNormalizedWithApvGainBuilder : public edm::one::EDAnalyzer<> {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"8fe480c03da09bad1dd79e2a80a5aff98f8a62f0","filename":"CalibTracker/SiStripESProducers/plugins/real/SiStripApvSimulationParametersESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fplugins%2Freal%2FSiStripApvSimulationParametersESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fplugins%2Freal%2FSiStripApvSimulationParametersESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fplugins%2Freal%2FSiStripApvSimulationParametersESProducer.cc?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -183,3 +183,5 @@ std::unique_ptr SiStripApvSimulationParametersES\n \n #include \"FWCore/Framework/interface/SourceFactory.h\"\n DEFINE_FWK_EVENTSETUP_SOURCE(SiStripApvSimulationParametersESSource);\n+-- dummy change --\n+-- dummy change --"},{"sha":"01415a5e2d05f89e3d65bfaaafd755948235b2cb","filename":"CalibTracker/SiStripESProducers/plugins/real/SiStripBackPlaneCorrectionDepESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fplugins%2Freal%2FSiStripBackPlaneCorrectionDepESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fplugins%2Freal%2FSiStripBackPlaneCorrectionDepESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fplugins%2Freal%2FSiStripBackPlaneCorrectionDepESProducer.cc?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -123,3 +123,5 @@ void SiStripBackPlaneCorrectionDepESProducer::fillDescriptions(edm::Configuratio\n }\n \n DEFINE_FWK_EVENTSETUP_MODULE(SiStripBackPlaneCorrectionDepESProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"55b54af2ce370cecfad3ba8f270197cbb74c9320","filename":"CalibTracker/SiStripESProducers/plugins/real/SiStripLorentzAngleDepESProducer.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fplugins%2Freal%2FSiStripLorentzAngleDepESProducer.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fplugins%2Freal%2FSiStripLorentzAngleDepESProducer.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fplugins%2Freal%2FSiStripLorentzAngleDepESProducer.cc?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -120,3 +120,5 @@ void SiStripLorentzAngleDepESProducer::fillDescriptions(edm::ConfigurationDescri\n }\n \n DEFINE_FWK_EVENTSETUP_MODULE(SiStripLorentzAngleDepESProducer);\n+-- dummy change --\n+-- dummy change --"},{"sha":"3bcd46f2585058556f760b90ccbbc39cda5a8b1b","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripApvGainDummyDBWriter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripApvGainDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripApvGainDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripApvGainDummyDBWriter_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -9,3 +9,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"cfa0dd26ba444d10a4b56855f3e4f1f119769ff5","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripBackPlaneCorrectionDummyDBWriter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBackPlaneCorrectionDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBackPlaneCorrectionDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBackPlaneCorrectionDummyDBWriter_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -9,3 +9,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"56400867039f167be102cf656ad2379fc58d91dc","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadChannelDummyDBWriter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadChannelDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadChannelDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadChannelDummyDBWriter_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -9,3 +9,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"8df7dc08664e3f2a1549a8d9bc4448dddb0e73e6","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadFiberDummyDBWriter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadFiberDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadFiberDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadFiberDummyDBWriter_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -9,3 +9,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"29e9e1cac5a261e10f124dd543e8521c2a446f94","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadModuleDummyDBWriter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadModuleDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadModuleDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadModuleDummyDBWriter_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -10,3 +10,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"8f568a121a2aa568da15679ee704c0baa1334f9c","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadStripDummyDBWriter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadStripDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadStripDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadStripDummyDBWriter_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -9,3 +9,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"78592d4065ddf18add4590d499a0552dc26a6674","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadStripFromQualityDummyDBWriter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadStripFromQualityDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadStripFromQualityDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBadStripFromQualityDummyDBWriter_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -9,3 +9,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"933af40f55913a6625581ab59e7edc2870aaf13c","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripBaseDelayDummyDBWriter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBaseDelayDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBaseDelayDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripBaseDelayDummyDBWriter_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -6,3 +6,5 @@\n record = cms.string(\"\"),\n OpenIovAt = cms.untracked.string(\"beginOfTime\"),\n OpenIovAtTime = cms.untracked.uint32(1))\n+-- dummy change --\n+-- dummy change --"},{"sha":"ffa64ab0447264cf5760fa0ba55e6d44e70a0a42","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripConfObjectDummyDBWriter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripConfObjectDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripConfObjectDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripConfObjectDummyDBWriter_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -9,3 +9,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"0b68245006dae955d39f6f0de5a9570ac0fbd748","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripDetVOffDummyDBWriter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripDetVOffDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripDetVOffDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripDetVOffDummyDBWriter_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -10,3 +10,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b0ad6a809667eaa3864d26717d6006916f176f85","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripFedCablingDummyDBWriter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripFedCablingDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripFedCablingDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripFedCablingDummyDBWriter_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -9,3 +9,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"452d35901ad86676c014fb2cbebbaf3afc95d42d","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripFedCablingManipulator_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripFedCablingManipulator_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripFedCablingManipulator_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripFedCablingManipulator_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -8,3 +8,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"fe91d9c45f3b848862a5b4e786f7f5101fde7828","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripLatencyDummyDBWriter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripLatencyDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripLatencyDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripLatencyDummyDBWriter_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -6,3 +6,5 @@\n record = cms.string(\"\"),\n OpenIovAt = cms.untracked.string(\"beginOfTime\"),\n OpenIovAtTime = cms.untracked.uint32(1))\n+-- dummy change --\n+-- dummy change --"},{"sha":"2ecb571d6184a9a3e29393d8140b41a92909f27d","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripLorentzAngleDummyDBWriter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripLorentzAngleDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripLorentzAngleDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripLorentzAngleDummyDBWriter_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -9,3 +9,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"14cee87343c0075018feca6869f3843576e5308d","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripNoisesDummyDBWriter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripNoisesDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripNoisesDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripNoisesDummyDBWriter_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -9,3 +9,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"3dc050a8f82b49487f228194c6b4645f7c49540c","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripPedestalsDummyDBWriter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripPedestalsDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripPedestalsDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripPedestalsDummyDBWriter_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -9,3 +9,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"dccc451ff9263b89417d0e40a74afa4bc95f7650","filename":"CalibTracker/SiStripESProducers/python/DBWriter/SiStripThresholdDummyDBWriter_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripThresholdDummyDBWriter_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripThresholdDummyDBWriter_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FDBWriter%2FSiStripThresholdDummyDBWriter_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -9,3 +9,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"dbf310efa3c9e042b8766e597330d7b514c05ba0","filename":"CalibTracker/SiStripESProducers/python/SiStripBackPlaneCorrectionDepESProducer_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FSiStripBackPlaneCorrectionDepESProducer_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FSiStripBackPlaneCorrectionDepESProducer_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FSiStripBackPlaneCorrectionDepESProducer_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -3,3 +3,5 @@\n \n from CalibTracker.SiStripESProducers.siStripBackPlaneCorrectionDepESProducer_cfi import siStripBackPlaneCorrectionDepESProducer as _siStripBackPlaneCorrectionDepESProducer\n siStripBackPlaneCorrectionDepESProducer = _siStripBackPlaneCorrectionDepESProducer.clone()\n+-- dummy change --\n+-- dummy change --"},{"sha":"a24feb9f59af473012069d544ab54ff5cf6b87a7","filename":"CalibTracker/SiStripESProducers/python/SiStripHashedDetIdESProducerFromGeom_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FSiStripHashedDetIdESProducerFromGeom_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FSiStripHashedDetIdESProducerFromGeom_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FSiStripHashedDetIdESProducerFromGeom_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -3,3 +3,5 @@\n SiStripHashedDetIdESProducerFromGeom = cms.ESProducer(\"SiStripHashedDetIdESProducerFromGeom\")\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b77b9470acb420ade40b12776640ff0f220aef68","filename":"CalibTracker/SiStripESProducers/python/SiStripQualityConfigurableFakeESSource_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FSiStripQualityConfigurableFakeESSource_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2FSiStripQualityConfigurableFakeESSource_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2FSiStripQualityConfigurableFakeESSource_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -41,3 +41,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"3e0d9832e9dbc340db4870ffcb545bb770c95ada","filename":"CalibTracker/SiStripESProducers/python/fake/Phase2TrackerConfigurableCablingESSource_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FPhase2TrackerConfigurableCablingESSource_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FPhase2TrackerConfigurableCablingESSource_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FPhase2TrackerConfigurableCablingESSource_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -22,3 +22,5 @@\n ),\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"b7b5988fffb5cfad70d04e2e30058f1e22b84aff","filename":"CalibTracker/SiStripESProducers/python/fake/SiStripBackPlaneCorrectionFakeESSource_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripBackPlaneCorrectionFakeESSource_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripBackPlaneCorrectionFakeESSource_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripBackPlaneCorrectionFakeESSource_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -5,3 +5,5 @@\n #BackPlaneCorrection values for each module geometry: IB1, IB2, OB1, OB2, W1A, W1B, W2A, W2B, W3A, W3B, W4, W5, W6, W7\n BackPlaneCorrection_PerModuleGeometry = cms.vdouble(0.034, 0.034, 0.05, 0.05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"f9cbe231494835b13bc953825be08d0dbaddab7a","filename":"CalibTracker/SiStripESProducers/python/fake/SiStripBadChannelFakeESSource_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripBadChannelFakeESSource_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripBadChannelFakeESSource_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripBadChannelFakeESSource_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -6,3 +6,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"4ac8ac948b492f1f8b44b71bec153b77d5027c1e","filename":"CalibTracker/SiStripESProducers/python/fake/SiStripBadModuleConfigurableFakeESSource_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripBadModuleConfigurableFakeESSource_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripBadModuleConfigurableFakeESSource_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripBadModuleConfigurableFakeESSource_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -44,3 +44,5 @@\n )\n )\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"860ca84934374f1c6dafb97984797d1ff630dbcd","filename":"CalibTracker/SiStripESProducers/python/fake/SiStripConfObjectFakeESSource_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripConfObjectFakeESSource_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripConfObjectFakeESSource_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripConfObjectFakeESSource_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -23,3 +23,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"5e706dde47735d0a9956d264a4b4160f368ae6e2","filename":"CalibTracker/SiStripESProducers/python/fake/SiStripFedCablingFakeESSource_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripFedCablingFakeESSource_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripFedCablingFakeESSource_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripFedCablingFakeESSource_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -7,3 +7,5 @@\n )\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"109a1a100bc90a8fdf88d51ee9517a968632d132","filename":"CalibTracker/SiStripESProducers/python/fake/SiStripLorentzAngleFakeESSource_cfi.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripLorentzAngleFakeESSource_cfi.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripLorentzAngleFakeESSource_cfi.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Fpython%2Ffake%2FSiStripLorentzAngleFakeESSource_cfi.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -19,3 +19,5 @@\n # TOB errors\n TOB_PerCent_Errs = cms.vdouble(0., 0., 0., 0., 0., 0.),\n )\n+-- dummy change --\n+-- dummy change --"},{"sha":"c0b60ce2d27f0dc3c228e5dc4281749ef2a9a2c9","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripApvGain_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripApvGain_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripApvGain_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripApvGain_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -58,3 +58,5 @@\n process.p1 = cms.Path(process.siStripApvGainDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"04fa0f7e7a915f5e044130547cec7a930674c5b3","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBackPlaneCorrection_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBackPlaneCorrection_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBackPlaneCorrection_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBackPlaneCorrection_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -57,3 +57,5 @@\n siStripBackPlaneCorrectionFakeESSource.BackPlaneCorrection_PerModuleGeometry = cms.vdouble(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0)\n \n process.p1 = cms.Path(process.siStripBackPlaneCorrectionDummyDBWriter)\n+-- dummy change --\n+-- dummy change --"},{"sha":"d96edbfc29998e9e8008e3c7564f817dea52f62c","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadChannel_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBadChannel_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBadChannel_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBadChannel_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -50,3 +50,5 @@\n process.p1 = cms.Path(process.siStripBadChannelDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"bb6d222fd7464fd063275fa1386ead1a7cd48dc2","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadFiber_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBadFiber_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBadFiber_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBadFiber_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -50,3 +50,5 @@\n process.p1 = cms.Path(process.siStripBadFiberDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"87866939742bbbe2f9edfe5eb690a6e37dd1ead8","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadModule_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBadModule_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBadModule_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBadModule_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -50,3 +50,5 @@\n process.p1 = cms.Path(process.siStripBadModuleDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"a970fa1afa1e70b9d6b64bb39965250d59621cf1","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBaseDelay_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBaseDelay_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBaseDelay_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripBaseDelay_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -62,3 +62,5 @@\n # process.siStripBaseDelayDummyDBWriter.OpenIovAtTime = 110213\n \n process.p1 = cms.Path(process.siStripBaseDelayDummyDBWriter)\n+-- dummy change --\n+-- dummy change --"},{"sha":"fbd356dd2ceb47f0113d6799f1250c671205de54","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripClusterThreshold_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripClusterThreshold_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripClusterThreshold_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripClusterThreshold_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -54,3 +54,5 @@\n process.p1 = cms.Path(process.siStripThresholdDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"983218cce786a957c0ac899bd5a4d5fceae0c4a1","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripConfObject_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripConfObject_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripConfObject_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripConfObject_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -53,3 +53,5 @@\n # process.siStripConfObjectDummyDBWriter.OpenIovAtTime = 1\n \n process.p1 = cms.Path(process.siStripConfObjectDummyDBWriter)\n+-- dummy change --\n+-- dummy change --"},{"sha":"5dfbbf290f5a9b22ed30daff00b3395278005709","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripDetVOff_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripDetVOff_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripDetVOff_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripDetVOff_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -50,3 +50,5 @@\n process.p1 = cms.Path(process.siStripDetVOffDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"adfe6b31f73cdd5d76d0fea88e535212b1c72afb","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripFedCabling_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripFedCabling_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripFedCabling_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripFedCabling_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -51,3 +51,5 @@\n process.p1 = cms.Path(process.siStripFedCablingDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"cc177d0a348f42d3fc38a26a361a3f263b5fc9e7","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripLatency_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripLatency_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripLatency_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripLatency_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -66,3 +66,5 @@\n # process.siStripLatencyDummyDBWriter.OpenIovAtTime = 110213\n \n process.p1 = cms.Path(process.siStripLatencyDummyDBWriter)\n+-- dummy change --\n+-- dummy change --"},{"sha":"09a4afa567437e8271bd4efc797b726a6ac1d883","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripLorentzAngle_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripLorentzAngle_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripLorentzAngle_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripLorentzAngle_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -71,3 +71,5 @@\n process.p1 = cms.Path(process.siStripLorentzAngleDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"29d1b0b3bf54434455667707e6a5b2a816340ccd","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_DecMode_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripNoises_DecMode_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripNoises_DecMode_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripNoises_DecMode_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -50,3 +50,5 @@\n process.p1 = cms.Path(process.siStripNoisesDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"2b58a1b39b58b3e56f384dd8348b641243dd1615","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_PeakMode_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripNoises_PeakMode_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripNoises_PeakMode_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripNoises_PeakMode_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -51,3 +51,5 @@\n process.p1 = cms.Path(process.siStripNoisesDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"29d1b0b3bf54434455667707e6a5b2a816340ccd","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripNoises_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripNoises_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripNoises_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -50,3 +50,5 @@\n process.p1 = cms.Path(process.siStripNoisesDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"75488dfb2f16193486d00aff37beecfa63f0b1d3","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripPedestals_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripPedestals_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripPedestals_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripPedestals_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -50,3 +50,5 @@\n process.p1 = cms.Path(process.siStripPedestalsDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"086a46a663f62c1339bd76f4f15671372b9ca6bf","filename":"CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripThreshold_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripThreshold_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripThreshold_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FDummyCondDBWriter_SiStripThreshold_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -50,3 +50,5 @@\n process.p1 = cms.Path(process.siStripThresholdDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"5281a9ba8070a59016fdfaed64b9ba05bbdf7945","filename":"CalibTracker/SiStripESProducers/test/python/SiStripBadAPVListBuilder_byHand_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FSiStripBadAPVListBuilder_byHand_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FSiStripBadAPVListBuilder_byHand_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FSiStripBadAPVListBuilder_byHand_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -130,3 +130,5 @@ def getFileInPath(rfile):\n process.p = cms.Path(process.reader*process.siStripBadModuleDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"5ba6695ae00a8996770048544e357c9db287508b","filename":"CalibTracker/SiStripESProducers/test/python/SiStripBadComponentBuilder_byHand_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FSiStripBadComponentBuilder_byHand_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FSiStripBadComponentBuilder_byHand_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FSiStripBadComponentBuilder_byHand_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -157,3 +157,5 @@\n process.p = cms.Path(process.reader*process.siStripBadModuleDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"6fbc89e5c20bcb521aa364d8fbfb290f520e7547","filename":"CalibTracker/SiStripESProducers/test/python/SiStripNoiseNormalizedWithApvGainBuilder_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FSiStripNoiseNormalizedWithApvGainBuilder_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FSiStripNoiseNormalizedWithApvGainBuilder_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FSiStripNoiseNormalizedWithApvGainBuilder_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -97,3 +97,5 @@\n process.p = cms.Path(process.prod)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"6b6295c0f1b62a762487e165ab5c8c8ba6d224d0","filename":"CalibTracker/SiStripESProducers/test/python/siStripBackPlaneCorrectionDepDummyPrinter_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripBackPlaneCorrectionDepDummyPrinter_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripBackPlaneCorrectionDepDummyPrinter_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripBackPlaneCorrectionDepDummyPrinter_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -84,3 +84,5 @@\n process.p1 = cms.Path(process.reader)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"a8ebc70d354c55d217b76063e483f22d8fa8743a","filename":"CalibTracker/SiStripESProducers/test/python/siStripBackPlaneCorrectionDummyPrinter_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripBackPlaneCorrectionDummyPrinter_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripBackPlaneCorrectionDummyPrinter_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripBackPlaneCorrectionDummyPrinter_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -49,3 +49,5 @@\n process.p1 = cms.Path(process.reader)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"6fc92ef2ad870890f1f5805ab427a7da1eacf4ae","filename":"CalibTracker/SiStripESProducers/test/python/siStripClusterThresholdDummyPrinter_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripClusterThresholdDummyPrinter_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripClusterThresholdDummyPrinter_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripClusterThresholdDummyPrinter_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -53,3 +53,5 @@\n process.p1 = cms.Path(process.reader)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"d8f3558dbddf60852677d873f41f1e205c9bda47","filename":"CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleDepDummyPrinter_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripLorentzAngleDepDummyPrinter_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripLorentzAngleDepDummyPrinter_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripLorentzAngleDepDummyPrinter_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -99,3 +99,5 @@\n process.p1 = cms.Path(process.reader)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"bc7829b65829cd646406c48c29a889edf619e31c","filename":"CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleDummyPrinter_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripLorentzAngleDummyPrinter_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripLorentzAngleDummyPrinter_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripLorentzAngleDummyPrinter_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -54,3 +54,5 @@\n process.p1 = cms.Path(process.reader)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"16025c41df977f421660e9f9ab151829604ed883","filename":"CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleSimDummyPrinter_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripLorentzAngleSimDummyPrinter_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripLorentzAngleSimDummyPrinter_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FsiStripLorentzAngleSimDummyPrinter_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -63,3 +63,5 @@\n process.p1 = cms.Path(process.reader)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"c706c01ad741c1ddb611692d01fc38974ec524fc","filename":"CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_firstIOV_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_firstIOV_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_firstIOV_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_firstIOV_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -71,3 +71,5 @@\n process.p = cms.Path(process.reader*process.siStripBadModuleDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"a1211aac59b58741737db3e6503a5564818e4b16","filename":"CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_secondIOV_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_secondIOV_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_secondIOV_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_secondIOV_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -71,3 +71,5 @@\n process.p = cms.Path(process.reader*process.siStripBadModuleDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"f3108669061ff947973863e8690705831b8c78a7","filename":"CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_firstIOV_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_firstIOV_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_firstIOV_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_firstIOV_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -70,3 +70,5 @@\n process.p = cms.Path(process.reader*process.siStripBadModuleDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"876aad910a6f190784d468de9ab86a6bcca9e9bb","filename":"CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_secondIOV_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_secondIOV_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_secondIOV_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_secondIOV_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -70,3 +70,5 @@\n process.p = cms.Path(process.reader*process.siStripBadModuleDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"a8214382d7437549909c43f6229063937a5c3246","filename":"CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_merge_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_merge_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_merge_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2FDummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_merge_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -75,3 +75,5 @@\n process.p1 = cms.Path(process.reader*process.siStripBadStripFromQualityDummyDBWriter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"d1a49cfed1613102724e172adc1998ef2ef83437","filename":"CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/read_DummyCondDBWriter_SiStripQuality_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2Fread_DummyCondDBWriter_SiStripQuality_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2Fread_DummyCondDBWriter_SiStripQuality_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2Fread_DummyCondDBWriter_SiStripQuality_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -52,3 +52,5 @@\n process.p1 = cms.Path(process.reader)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"2fc9657964528ba4a34130bf47d099dc0c26bb23","filename":"CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/run.sh","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2Frun.sh","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2Frun.sh","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripBadStripfromMultipleDBSources%2Frun.sh?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -32,3 +32,5 @@ echo -e \"\\n read\"\n cmsRun read_DummyCondDBWriter_SiStripQuality_cfg.py\n [ $? -ne 0 ] && echo -e \"\\n Problem in read\" && exit\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"99bb72ef448ef16ea43836873e32765442c870be","filename":"CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromBadModuleConfigurableFakeESSource_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripQualityESProducer_fromBadModuleConfigurableFakeESSource_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripQualityESProducer_fromBadModuleConfigurableFakeESSource_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripQualityESProducer_fromBadModuleConfigurableFakeESSource_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -43,3 +43,5 @@\n \n process.p = cms.Path(process.reader)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b44b9ed7e25f496de6c78292210af19c0cbd82ef","filename":"CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromBadStripFakeESSource_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripQualityESProducer_fromBadStripFakeESSource_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripQualityESProducer_fromBadStripFakeESSource_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripQualityESProducer_fromBadStripFakeESSource_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -46,3 +46,5 @@\n \n process.p = cms.Path(process.reader)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"a66d1cb737eb7eb361c741326c208afc23824fd1","filename":"CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromQualityFakeESSource_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripQualityESProducer_fromQualityFakeESSource_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripQualityESProducer_fromQualityFakeESSource_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripESProducers%2Ftest%2Fpython%2FtestSiStripQualityESProducer_fromQualityFakeESSource_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -38,3 +38,5 @@\n \n process.p = cms.Path(process.reader)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"0625317d34992c69d6bf500ef70d3d53744ef844","filename":"CalibTracker/SiStripLorentzAngle/interface/SiStripLorentzAngleCalibrationHelpers.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripLorentzAngle%2Finterface%2FSiStripLorentzAngleCalibrationHelpers.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripLorentzAngle%2Finterface%2FSiStripLorentzAngleCalibrationHelpers.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripLorentzAngle%2Finterface%2FSiStripLorentzAngleCalibrationHelpers.h?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -138,3 +138,5 @@ namespace siStripLACalibration {\n }\n } // namespace siStripLACalibration\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"925afc8f7afb5248cc771538e1e989d8c3a5d9e6","filename":"CalibTracker/SiStripLorentzAngle/interface/SiStripLorentzAngleCalibrationStruct.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripLorentzAngle%2Finterface%2FSiStripLorentzAngleCalibrationStruct.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripLorentzAngle%2Finterface%2FSiStripLorentzAngleCalibrationStruct.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripLorentzAngle%2Finterface%2FSiStripLorentzAngleCalibrationStruct.h?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -54,3 +54,5 @@ struct SiStripLorentzAngleCalibrationHistograms {\n };\n \n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"af2bf452382f8e3191d1b757c0c00d70d0f853e8","filename":"CalibTracker/SiStripLorentzAngle/test/step_PromptCalibProdSiStripLA_ALCAHARVEST_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripLorentzAngle%2Ftest%2Fstep_PromptCalibProdSiStripLA_ALCAHARVEST_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripLorentzAngle%2Ftest%2Fstep_PromptCalibProdSiStripLA_ALCAHARVEST_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripLorentzAngle%2Ftest%2Fstep_PromptCalibProdSiStripLA_ALCAHARVEST_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -116,3 +116,5 @@\n from Configuration.StandardSequences.earlyDeleteSettings_cff import customiseEarlyDelete\n process = customiseEarlyDelete(process)\n # End adding early deletion\n+-- dummy change --\n+-- dummy change --"},{"sha":"118aaf6589c4a9a6ac00f66c314eaad9a8e81b55","filename":"CalibTracker/SiStripQuality/interface/SiStripBadAPVAlgorithmFromClusterOccupancy.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripQuality%2Finterface%2FSiStripBadAPVAlgorithmFromClusterOccupancy.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripQuality%2Finterface%2FSiStripBadAPVAlgorithmFromClusterOccupancy.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripQuality%2Finterface%2FSiStripBadAPVAlgorithmFromClusterOccupancy.h?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -202,3 +202,5 @@ class SiStripBadAPVAlgorithmFromClusterOccupancy {\n std::stringstream ss;\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"24c10f300b17830bf3b615a72e396e417ecf4c8e","filename":"CalibTracker/SiStripQuality/interface/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripQuality%2Finterface%2FSiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripQuality%2Finterface%2FSiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripQuality%2Finterface%2FSiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.h?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -316,3 +316,5 @@ class SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy {\n std::string outfilename;\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"0082477a0b75fa1b0c2d4eb7a423f1c1a04b5efe","filename":"CalibTracker/SiStripQuality/interface/SiStripHotStripAlgorithmFromClusterOccupancy.h","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripQuality%2Finterface%2FSiStripHotStripAlgorithmFromClusterOccupancy.h","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripQuality%2Finterface%2FSiStripHotStripAlgorithmFromClusterOccupancy.h","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripQuality%2Finterface%2FSiStripHotStripAlgorithmFromClusterOccupancy.h?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -138,3 +138,5 @@ class SiStripHotStripAlgorithmFromClusterOccupancy {\n std::stringstream ss;\n };\n #endif\n+-- dummy change --\n+-- dummy change --"},{"sha":"9dcb02b59877280d566fbad48ba38fa6e406f955","filename":"CalibTracker/SiStripQuality/src/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.cc","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripQuality%2Fsrc%2FSiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.cc","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripQuality%2Fsrc%2FSiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.cc","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripQuality%2Fsrc%2FSiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.cc?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -1212,3 +1212,5 @@ void SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy::fillStripDQMHistogra\n nHitsGoodStripsVsStripNumber[subdetid - 2]->Fill(strip_number, stripHits);\n }\n }\n+-- dummy change --\n+-- dummy change --"},{"sha":"cd6721cc204b0a239fdaaac02a0bd61f661c8efb","filename":"CalibTracker/SiStripQuality/test/cfg/StudyExample/SiStripQualityStatistics_Cabling_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripQuality%2Ftest%2Fcfg%2FStudyExample%2FSiStripQualityStatistics_Cabling_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripQuality%2Ftest%2Fcfg%2FStudyExample%2FSiStripQualityStatistics_Cabling_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripQuality%2Ftest%2Fcfg%2FStudyExample%2FSiStripQualityStatistics_Cabling_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -89,3 +89,5 @@\n process.p = cms.Path(process.stat)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"4828036758da557756146c169c9619e69613be4c","filename":"CalibTracker/SiStripQuality/test/cfg/StudyExample/SiStripQualityStatistics_singleTag_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripQuality%2Ftest%2Fcfg%2FStudyExample%2FSiStripQualityStatistics_singleTag_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripQuality%2Ftest%2Fcfg%2FStudyExample%2FSiStripQualityStatistics_singleTag_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripQuality%2Ftest%2Fcfg%2FStudyExample%2FSiStripQualityStatistics_singleTag_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -89,3 +89,5 @@\n process.p = cms.Path(process.stat)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"47dfa061ad600ab21d9e078bcf63e950f7f2f85e","filename":"CalibTracker/SiStripQuality/test/cfg/makeMergeBadComponentPayload_example_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripQuality%2Ftest%2Fcfg%2FmakeMergeBadComponentPayload_example_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FSiStripQuality%2Ftest%2Fcfg%2FmakeMergeBadComponentPayload_example_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FSiStripQuality%2Ftest%2Fcfg%2FmakeMergeBadComponentPayload_example_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -112,3 +112,5 @@\n process.siStripBadStripFromQualityDBWriter.record = process.PoolDBOutputService.toPut[0].record\n \n process.p = cms.Path(process.stat*process.siStripBadStripFromQualityDBWriter)\n+-- dummy change --\n+-- dummy change --"},{"sha":"13981a743633b6565f879464c3f6cc60853bea4c","filename":"CalibTracker/StandaloneTrackerTopology/test/testStandaloneTrackerTopology_cfg.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FStandaloneTrackerTopology%2Ftest%2FtestStandaloneTrackerTopology_cfg.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/CalibTracker%2FStandaloneTrackerTopology%2Ftest%2FtestStandaloneTrackerTopology_cfg.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/CalibTracker%2FStandaloneTrackerTopology%2Ftest%2FtestStandaloneTrackerTopology_cfg.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -83,3 +83,5 @@\n ###################################################################\n process.p1 = cms.Path(process.myanalysis)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"29d3b637f8ff31efdc7d41fb855b1f722c487a4d","filename":"Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalCalIsolElectron_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOEcalCalIsolElectron_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOEcalCalIsolElectron_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOEcalCalIsolElectron_Output_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -122,3 +122,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"51ec8d419e2c1a73665b5cdf9897b3d803d5f0df","filename":"Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalRecalIsolElectron_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOEcalRecalIsolElectron_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOEcalRecalIsolElectron_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOEcalRecalIsolElectron_Output_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -22,3 +22,5 @@\n #SelectEvents = cms.vstring('pathALCARECOEcalRecalZElectron', 'pathALCARECOEcalRecalWElectron')\n )\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"2022ee94c303ad36bdd6aa2941587929d5ee4cb4","filename":"Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalTestPulsesRaw_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOEcalTestPulsesRaw_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOEcalTestPulsesRaw_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOEcalTestPulsesRaw_Output_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -14,3 +14,5 @@\n \n OutALCARECOEcalTestPulsesRaw = copy.deepcopy(OutALCARECOEcalTestPulsesRaw_noDrop)\n OutALCARECOEcalTestPulsesRaw.outputCommands.insert(0, \"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"a20f8fc3f16b82d069c1734961e7c9937a12b335","filename":"Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalUncalIsolElectron_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOEcalUncalIsolElectron_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOEcalUncalIsolElectron_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOEcalUncalIsolElectron_Output_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -50,3 +50,5 @@\n SelectEvents = cms.vstring('pathALCARECOEcalUncalZElectron', 'pathALCARECOEcalUncalZSCElectron') )\n OutALCARECOEcalUncalZElectron_noDrop.SelectEvents = cms.untracked.PSet(\n SelectEvents = cms.vstring('pathALCARECOEcalUncalZElectron', 'pathALCARECOEcalUncalZSCElectron') )\n+-- dummy change --\n+-- dummy change --"},{"sha":"fe8f33b4a1ab0b958109319538da7b6f8f1a82bb","filename":"Calibration/EcalAlCaRecoProducers/python/ALCARECOZeeMCEcalCalElectron_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOZeeMCEcalCalElectron_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOZeeMCEcalCalElectron_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOZeeMCEcalCalElectron_Output_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -6,3 +6,5 @@\n OutALCARECOEcalCalElectron.SelectEvents.SelectEvents = ['zeeHLTPath']\n OutALCARECOEcalCalElectron.outputCommands.extend(MCInfo.outputCommands)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"b983e5521e6c6ce17dd11edfe201f71e5dbc9446","filename":"Calibration/EcalAlCaRecoProducers/python/ALCARECOZeeMC_plus_HLT_EcalCalElectron_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOZeeMC_plus_HLT_EcalCalElectron_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOZeeMC_plus_HLT_EcalCalElectron_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FEcalAlCaRecoProducers%2Fpython%2FALCARECOZeeMC_plus_HLT_EcalCalElectron_Output_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -7,3 +7,5 @@\n OutALCARECOEcalCalElectron.outputCommands.extend(MCInfo.outputCommands)\n OutALCARECOEcalCalElectron.outputCommands.extend(HLTInfo.outputCommands)\n \n+-- dummy change --\n+-- dummy change --"},{"sha":"840fa1cb22d240ea183356862181b3449dc9cd20","filename":"Calibration/EcalCalibAlgos/python/ALCARECOPromptCalibProdEcalPedestals_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FEcalCalibAlgos%2Fpython%2FALCARECOPromptCalibProdEcalPedestals_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FEcalCalibAlgos%2Fpython%2FALCARECOPromptCalibProdEcalPedestals_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FEcalCalibAlgos%2Fpython%2FALCARECOPromptCalibProdEcalPedestals_Output_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -12,3 +12,5 @@\n \n OutALCARECOPromptCalibProdEcalPedestals = copy.deepcopy(OutALCARECOPromptCalibProdEcalPedestals_noDrop)\n OutALCARECOPromptCalibProdEcalPedestals.outputCommands.insert(0, \"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"43477d1550fd5f60d3e6297c51e54482b69f9718","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalGammaJetFilter_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalGammaJetFilter_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalGammaJetFilter_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalGammaJetFilter_Output_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -50,3 +50,5 @@\n import copy\n OutALCARECOHcalCalGammaJet=copy.deepcopy(OutALCARECOHcalCalGammaJet_noDrop)\n OutALCARECOHcalCalGammaJet.outputCommands.insert(0, \"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"1266fdb66f1800150f8fb2a0b4032d2599a61dd7","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonFilter_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHBHEMuonFilter_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHBHEMuonFilter_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHBHEMuonFilter_Output_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -31,3 +31,5 @@\n import copy\n OutALCARECOHcalCalHBHEMuonFilter=copy.deepcopy(OutALCARECOHcalCalHBHEMuonFilter_noDrop)\n OutALCARECOHcalCalHBHEMuonFilter.outputCommands.insert(0,\"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"eebd1345a48c19b59e0591e48c2028f7d48cba9d","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonProducerFilter_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHBHEMuonProducerFilter_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHBHEMuonProducerFilter_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHBHEMuonProducerFilter_Output_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -17,3 +17,5 @@\n import copy\n OutALCARECOHcalCalHBHEMuonProducerFilter=copy.deepcopy(OutALCARECOHcalCalHBHEMuonProducerFilter_noDrop)\n OutALCARECOHcalCalHBHEMuonProducerFilter.outputCommands.insert(0, \"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"cc282eb2a68bf85b38509963ba0370c34f1bca04","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonProducerFilter_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHBHEMuonProducerFilter_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHBHEMuonProducerFilter_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHBHEMuonProducerFilter_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -13,3 +13,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"2519240d99eca20b5cb2e2884a6c38da6b0278ca","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonFilter_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHEMuonFilter_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHEMuonFilter_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHEMuonFilter_Output_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -31,3 +31,5 @@\n import copy\n OutALCARECOHcalCalHEMuonFilter=copy.deepcopy(OutALCARECOHcalCalHEMuonFilter_noDrop)\n OutALCARECOHcalCalHEMuonFilter.outputCommands.insert(0,\"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"bdfc9deb9b5121502d7bce16935832d92497d641","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonProducerFilter_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHEMuonProducerFilter_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHEMuonProducerFilter_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHEMuonProducerFilter_Output_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -17,3 +17,5 @@\n import copy\n OutALCARECOHcalCalHEMuonProducerFilter=copy.deepcopy(OutALCARECOHcalCalHEMuonProducerFilter_noDrop)\n OutALCARECOHcalCalHEMuonProducerFilter.outputCommands.insert(0, \"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"f3dee092f8675059afb997469c51b017f2a50110","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonProducerFilter_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHEMuonProducerFilter_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHEMuonProducerFilter_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalHEMuonProducerFilter_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -12,3 +12,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"3b8188cf6237e291984ebd366c27575920751003","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilterNoHLT_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkFilterNoHLT_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkFilterNoHLT_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkFilterNoHLT_Output_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -26,3 +26,5 @@\n import copy\n OutALCARECOHcalCalIsoTrkFilterNoHLT=copy.deepcopy(OutALCARECOHcalCalIsoTrkFilterNoHLT_noDrop)\n OutALCARECOHcalCalIsoTrkFilterNoHLT.outputCommands.insert(0, \"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"3203df9d2ffc95aeeaef22893907a6968ef95ccc","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilterNoHLT_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkFilterNoHLT_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkFilterNoHLT_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkFilterNoHLT_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -9,3 +9,5 @@\n seqALCARECOHcalCalIsoTrkFilterNoHLT = cms.Sequence(alcaIsoTracksFilter)\n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"4c860121f3fd480eed26e2d2c1ea1e26d1614624","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilter_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkFilter_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkFilter_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkFilter_Output_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -29,3 +29,5 @@\n import copy\n OutALCARECOHcalCalIsoTrkFilter=copy.deepcopy(OutALCARECOHcalCalIsoTrkFilter_noDrop)\n OutALCARECOHcalCalIsoTrkFilter.outputCommands.insert(0, \"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"412c9cd4e6ac999c828a560708c2d5cc08729c07","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkNoHLT_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkNoHLT_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkNoHLT_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkNoHLT_Output_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -27,3 +27,5 @@\n import copy\n OutALCARECOHcalCalIsoTrkNoHLT=copy.deepcopy(OutALCARECOHcalCalIsoTrkNoHLT_noDrop)\n OutALCARECOHcalCalIsoTrkNoHLT.outputCommands.insert(0, \"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"949a1e3055701a0922962617566efab41c855f3f","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkProducerFilter_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkProducerFilter_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkProducerFilter_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkProducerFilter_Output_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -19,3 +19,5 @@\n import copy\n OutALCARECOHcalCalIsoTrkProducerFilter=copy.deepcopy(OutALCARECOHcalCalIsoTrkProducerFilter_noDrop)\n OutALCARECOHcalCalIsoTrkProducerFilter.outputCommands.insert(0, \"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"d05b824c1608e36104821dc4559088ac4309aaaf","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkProducerFilter_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkProducerFilter_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkProducerFilter_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsoTrkProducerFilter_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -13,3 +13,5 @@\n \n \n \n+-- dummy change --\n+-- dummy change --"},{"sha":"fbc947f36876bd9d7933a97629e4299b4fc9b867","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsolatedBunchSelector_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsolatedBunchSelector_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsolatedBunchSelector_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsolatedBunchSelector_Output_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -24,3 +24,5 @@\n import copy\n OutALCARECOHcalCalIsolatedBunchSelector=copy.deepcopy(OutALCARECOHcalCalIsolatedBunchSelector_noDrop)\n OutALCARECOHcalCalIsolatedBunchSelector.outputCommands.insert(0, \"drop *\")\n+-- dummy change --\n+-- dummy change --"},{"sha":"4be9e25a36b8a2f8eb8daaebe3eaaef76767c6ec","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsolatedBunchSelector_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsolatedBunchSelector_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsolatedBunchSelector_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIsolatedBunchSelector_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -13,3 +13,5 @@\n \n seqALCARECOHcalCalIsolatedBunchSelector = cms.Sequence(ALCARECOHcalCalIsolatedBunchSelectorHLT *\n alcaIsolatedBunchSelector)\n+-- dummy change --\n+-- dummy change --"},{"sha":"858aab597254de1ed877363a5db7d8f44e17c9f6","filename":"Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIterativePhiSym_Output_cff.py","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIterativePhiSym_Output_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/83b3c3b197c3652a506a6146ba1bf63847d1b516/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIterativePhiSym_Output_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Calibration%2FHcalAlCaRecoProducers%2Fpython%2FALCARECOHcalCalIterativePhiSym_Output_cff.py?ref=83b3c3b197c3652a506a6146ba1bf63847d1b516","patch":"@@ -22,3 +22,5 @@\n import copy\n OutALCARECOHcalCalIterativePhiSym=copy.deepcopy(OutALCARECOHcalCalIterativePhiSym_noDrop)\n OutALCARECOHcalCalIterativePhiSym.outputCommands.insert(0, \"drop *\")\n+-- dummy change --\n+-- dummy change --"}]} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/compare/c83ecb127f70592a95b0544c2e7e2404c9d7e440...06516559d90de78ecd6034aa4425e2ac9132faed +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 05 May 2025 13:12:25 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"a3d1a7d1aa5289c36e7d1f25cebaf98c7df7edfe2e46abfc62e6700993a753eb"'), ('Last-Modified', 'Sun, 27 Apr 2025 08:43:09 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4978'), ('X-RateLimit-Reset', '1746451098'), ('X-RateLimit-Used', '22'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C3D6:21602:2A38D30:2B70E39:6818B938')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/c83ecb127f70592a95b0544c2e7e2404c9d7e440...06516559d90de78ecd6034aa4425e2ac9132faed","html_url":"https://github.com/iarspider-cmssw/cmssw/compare/c83ecb127f70592a95b0544c2e7e2404c9d7e440...06516559d90de78ecd6034aa4425e2ac9132faed","permalink_url":"https://github.com/iarspider-cmssw/cmssw/compare/iarspider-cmssw:c83ecb1...iarspider-cmssw:0651655","diff_url":"https://github.com/iarspider-cmssw/cmssw/compare/c83ecb127f70592a95b0544c2e7e2404c9d7e440...06516559d90de78ecd6034aa4425e2ac9132faed.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/compare/c83ecb127f70592a95b0544c2e7e2404c9d7e440...06516559d90de78ecd6034aa4425e2ac9132faed.patch","base_commit":{"sha":"c83ecb127f70592a95b0544c2e7e2404c9d7e440","node_id":"C_kwDOF83__NoAKGM4M2VjYjEyN2Y3MDU5MmE5NWIwNTQ0YzJlN2UyNDA0YzlkN2U0NDA","commit":{"author":{"name":"cmsbuild","email":"cmsbuild@cern.ch","date":"2025-04-27T08:43:09Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2025-04-27T08:43:09Z"},"message":"Merge pull request #47939 from bsunanda/Run3-sim163\n\nRun3-sim163 Equip the digi study with a few diagnostic statements","tree":{"sha":"4a322db47945a7175275a57b1099b237d630a23f","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/4a322db47945a7175275a57b1099b237d630a23f"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c83ecb127f70592a95b0544c2e7e2404c9d7e440","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJoDe4dCRC1aQ7uu5UhlAAAORkQAHa+ee8nRa8bEmyKqN0Covk5\nJZ5+U0MY0kzsj5ynprd+mDYMEDtHhR9nBijtkUfX9jTfXkMP2XalEwsOxEWwmfS7\nyra0DyGqFDFB4ek5BAqN/dFxec/49oTuJozOUCK1wp8jrkC0gJizA2RnwqCa6z27\nnEdHS3E/rSS8CdOVVFogqU4IMOGGQw//bvPM1uaCvUq3CvA2puthO0ALEb7B+eCs\nKUJqe71yE07hA+YEXz4zwXtOcoAPmlPFAorI8yiG+Pm9sqVhDBkKq/s90wZZXfgQ\nHIS81S1n4qs9/Dy1nMWw0CG/HEMJUYK+EvuLJeRqx79Ml29lTfwwSUtMTXFh4ATj\nAhw31uf80D75OlBCDTGdnJH/ttJig7/RrQIHu1KxKwNR+yiXlgjvXL9Nsy81khIK\n4c5sE59H2cdrFeVtM8UP8ltAgmYlAaa9VuAn+tXuTRAP2yYKFDLmqusJ4v1NndJ4\npcSyQpbMzNFFNhc5YI9waow2t5wY/nOiptt+wTroxJfDpmaX62boj+k7fy78wRvh\nfmVtAWybl0EwkVfh/pIHjy5syXAQfqT9EgcLWFGqukUq6XByLR2GE+ndQbIce4FU\noEqb+CKnTcXlqo/zgoEjlbjST+IT0YMnhBPlzMZMFCe+8RGPkDSglXW38rXJEWfE\npN5WsKSd5sthPMBoE0ji\n=kquG\n-----END PGP SIGNATURE-----\n","payload":"tree 4a322db47945a7175275a57b1099b237d630a23f\nparent 699c67e76d31323ea98d8ccfa6b2cc911d29b8e9\nparent d831f8eb9d4acd44b1c88221c0e5fcabf05d6c2d\nauthor cmsbuild 1745743389 +0200\ncommitter GitHub 1745743389 +0200\n\nMerge pull request #47939 from bsunanda/Run3-sim163\n\nRun3-sim163 Equip the digi study with a few diagnostic statements","verified_at":"2025-04-27T08:48:11Z"}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c83ecb127f70592a95b0544c2e7e2404c9d7e440","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c83ecb127f70592a95b0544c2e7e2404c9d7e440","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c83ecb127f70592a95b0544c2e7e2404c9d7e440/comments","author":{"login":"cmsbuild","id":4170616,"node_id":"MDQ6VXNlcjQxNzA2MTY=","avatar_url":"https://avatars.githubusercontent.com/u/4170616?v=4","gravatar_id":"","url":"https://api.github.com/users/cmsbuild","html_url":"https://github.com/cmsbuild","followers_url":"https://api.github.com/users/cmsbuild/followers","following_url":"https://api.github.com/users/cmsbuild/following{/other_user}","gists_url":"https://api.github.com/users/cmsbuild/gists{/gist_id}","starred_url":"https://api.github.com/users/cmsbuild/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cmsbuild/subscriptions","organizations_url":"https://api.github.com/users/cmsbuild/orgs","repos_url":"https://api.github.com/users/cmsbuild/repos","events_url":"https://api.github.com/users/cmsbuild/events{/privacy}","received_events_url":"https://api.github.com/users/cmsbuild/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"699c67e76d31323ea98d8ccfa6b2cc911d29b8e9","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/699c67e76d31323ea98d8ccfa6b2cc911d29b8e9","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/699c67e76d31323ea98d8ccfa6b2cc911d29b8e9"},{"sha":"d831f8eb9d4acd44b1c88221c0e5fcabf05d6c2d","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/d831f8eb9d4acd44b1c88221c0e5fcabf05d6c2d","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/d831f8eb9d4acd44b1c88221c0e5fcabf05d6c2d"}]},"merge_base_commit":{"sha":"5c0ff138f515b5b15d6a25c0d2edafe8fb522a49","node_id":"C_kwDOF83__NoAKDVjMGZmMTM4ZjUxNWI1YjE1ZDZhMjVjMGQyZWRhZmU4ZmI1MjJhNDk","commit":{"author":{"name":"cmsbuild","email":"cmsbuild@cern.ch","date":"2025-04-15T11:23:43Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2025-04-15T11:23:43Z"},"message":"Merge pull request #47693 from jfernan2/AMv2.2\n\n[L1T] DT Trigger Phase-2 Analytical Method (AM) v2.2","tree":{"sha":"b7109f3b10a405fe29f3679d72e0655c2a510dac","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/b7109f3b10a405fe29f3679d72e0655c2a510dac"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/5c0ff138f515b5b15d6a25c0d2edafe8fb522a49","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJn/kG/CRC1aQ7uu5UhlAAA7WQQAFAN/OCujTOgiB3dyuZBxBU9\nRF8AfIf7gJHux7dVGsefLz/SDEeHiZEIDGeVq11n30j+rLNovz680XjOLT5+XW4u\n+9utJ1ijtQj2E9WJvKp4iU6RMSWLzGbpBVJYQXhj+e2wowTaP08YVDYZsPpQmqF8\n/LAK5fH6gLhAqNUNIokZDNi0F1aIVeZqCGgY4uFRDdq2rsr4VLbT+jJGXfH3xFdw\ngpS4uoKtiw1sv4mBGiu2TwILBQBPUISxu1pbXVgcuiU/NuMiNqC780tvCPnQVpNH\nNePMdHZxCo4RQKAG8xirjVzN8ad3fI3nrkrdBH3gHwBXLzwqCCwoEM9NfN2pRs5l\n99239Nyw21MigOHbsEbJMMOinqAQulePCEaU7qCCHXoDMh9jYQNfrFY9pf7wHtyO\nlYnwFHaqON5Xaf61QI356n/g7MR3Feeu/kOSuUKQ8uh1Mk/npxiE9JsSc1RrSLxS\nDYsVOY5emkQBNy8F4TlXYBiDD5D0Bta8KIMBbrDCMM/PVfvO99AR/jeyXtYG8uSB\nOaDQkP/pDgArPqBCYczJ1cJkDp2DdBQ4xWCpmPzfDyH2vjrxkCnEEEk7Jr1NAqqJ\nnp7e1tg/hBenr5Vx3VZDsb4bvEvD1XSwP55H8q6bBPZ622WyHptIiKr+mH8GvARQ\nCtsoW0yF3eDyQb7mXby9\n=QNwb\n-----END PGP SIGNATURE-----\n","payload":"tree b7109f3b10a405fe29f3679d72e0655c2a510dac\nparent ba77e8aae4d2adafc51c6a2cae6c47692dd24b98\nparent b36e41a24a14d4adbd5969c4e4b3828cdecffab7\nauthor cmsbuild 1744716223 +0200\ncommitter GitHub 1744716223 +0200\n\nMerge pull request #47693 from jfernan2/AMv2.2\n\n[L1T] DT Trigger Phase-2 Analytical Method (AM) v2.2","verified_at":"2025-04-15T11:28:45Z"}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/5c0ff138f515b5b15d6a25c0d2edafe8fb522a49","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/5c0ff138f515b5b15d6a25c0d2edafe8fb522a49","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/5c0ff138f515b5b15d6a25c0d2edafe8fb522a49/comments","author":{"login":"cmsbuild","id":4170616,"node_id":"MDQ6VXNlcjQxNzA2MTY=","avatar_url":"https://avatars.githubusercontent.com/u/4170616?v=4","gravatar_id":"","url":"https://api.github.com/users/cmsbuild","html_url":"https://github.com/cmsbuild","followers_url":"https://api.github.com/users/cmsbuild/followers","following_url":"https://api.github.com/users/cmsbuild/following{/other_user}","gists_url":"https://api.github.com/users/cmsbuild/gists{/gist_id}","starred_url":"https://api.github.com/users/cmsbuild/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cmsbuild/subscriptions","organizations_url":"https://api.github.com/users/cmsbuild/orgs","repos_url":"https://api.github.com/users/cmsbuild/repos","events_url":"https://api.github.com/users/cmsbuild/events{/privacy}","received_events_url":"https://api.github.com/users/cmsbuild/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"ba77e8aae4d2adafc51c6a2cae6c47692dd24b98","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ba77e8aae4d2adafc51c6a2cae6c47692dd24b98","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/ba77e8aae4d2adafc51c6a2cae6c47692dd24b98"},{"sha":"b36e41a24a14d4adbd5969c4e4b3828cdecffab7","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b36e41a24a14d4adbd5969c4e4b3828cdecffab7","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/b36e41a24a14d4adbd5969c4e4b3828cdecffab7"}]},"status":"diverged","ahead_by":1,"behind_by":162,"total_commits":1,"commits":[{"sha":"06516559d90de78ecd6034aa4425e2ac9132faed","node_id":"C_kwDOF83__NoAKDA2NTE2NTU5ZDkwZGU3OGVjZDYwMzRhYTQ0MjVlMmFjOTEzMmZhZWQ","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-22T12:52:36Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-23T07:45:11Z"},"message":"Try generating big cache","tree":{"sha":"f4d10bc183668862e3ce7df87db8f0edddf04890","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f4d10bc183668862e3ce7df87db8f0edddf04890"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/06516559d90de78ecd6034aa4425e2ac9132faed","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/06516559d90de78ecd6034aa4425e2ac9132faed","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/06516559d90de78ecd6034aa4425e2ac9132faed","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/06516559d90de78ecd6034aa4425e2ac9132faed/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"5c0ff138f515b5b15d6a25c0d2edafe8fb522a49","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/5c0ff138f515b5b15d6a25c0d2edafe8fb522a49","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/5c0ff138f515b5b15d6a25c0d2edafe8fb522a49"}]}],"files":[{"sha":"57810d43752b2d27386629a449f1104849416889","filename":"Alignment/APEEstimation/python/samples/Data_TkAlMinBias_Run2018C_PromptReco_v3_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/06516559d90de78ecd6034aa4425e2ac9132faed/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlMinBias_Run2018C_PromptReco_v3_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/06516559d90de78ecd6034aa4425e2ac9132faed/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlMinBias_Run2018C_PromptReco_v3_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlMinBias_Run2018C_PromptReco_v3_cff.py?ref=06516559d90de78ecd6034aa4425e2ac9132faed","patch":"@@ -31,3 +31,4 @@\n secFiles.extend( [\n ] )\n \n+#-- dummy change --"}]} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/commits/06516559d90de78ecd6034aa4425e2ac9132faed?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 05 May 2025 13:12:25 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"126a8074d26b67225870dd3b570e916c6f0b0cf01fa3113c6a44436942c596b2"'), ('Last-Modified', 'Wed, 23 Apr 2025 07:45:11 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4977'), ('X-RateLimit-Reset', '1746451098'), ('X-RateLimit-Used', '23'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'C3E6:2348D2:36BF2CA:384EF8D:6818B939')] +{"sha":"06516559d90de78ecd6034aa4425e2ac9132faed","node_id":"C_kwDOF83__NoAKDA2NTE2NTU5ZDkwZGU3OGVjZDYwMzRhYTQ0MjVlMmFjOTEzMmZhZWQ","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-22T12:52:36Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-23T07:45:11Z"},"message":"Try generating big cache","tree":{"sha":"f4d10bc183668862e3ce7df87db8f0edddf04890","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/f4d10bc183668862e3ce7df87db8f0edddf04890"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/06516559d90de78ecd6034aa4425e2ac9132faed","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/06516559d90de78ecd6034aa4425e2ac9132faed","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/06516559d90de78ecd6034aa4425e2ac9132faed","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/06516559d90de78ecd6034aa4425e2ac9132faed/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"5c0ff138f515b5b15d6a25c0d2edafe8fb522a49","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/5c0ff138f515b5b15d6a25c0d2edafe8fb522a49","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/5c0ff138f515b5b15d6a25c0d2edafe8fb522a49"}],"stats":{"total":1,"additions":1,"deletions":0},"files":[{"sha":"57810d43752b2d27386629a449f1104849416889","filename":"Alignment/APEEstimation/python/samples/Data_TkAlMinBias_Run2018C_PromptReco_v3_cff.py","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/06516559d90de78ecd6034aa4425e2ac9132faed/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlMinBias_Run2018C_PromptReco_v3_cff.py","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/06516559d90de78ecd6034aa4425e2ac9132faed/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlMinBias_Run2018C_PromptReco_v3_cff.py","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Alignment%2FAPEEstimation%2Fpython%2Fsamples%2FData_TkAlMinBias_Run2018C_PromptReco_v3_cff.py?ref=06516559d90de78ecd6034aa4425e2ac9132faed","patch":"@@ -31,3 +31,4 @@\n secFiles.extend( [\n ] )\n \n+#-- dummy change --"}]} + diff --git a/tests/ReplayData/TestProcessPr.test_remove_type.txt b/tests/ReplayData/TestProcessPr.test_remove_type.txt new file mode 100644 index 00000000000..6fc1a93e105 --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_remove_type.txt @@ -0,0 +1,99 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 12:23:24 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"e529132de68b0dbe89b382926a949f14d7dbd4abdb3af488a1b39346ab5839eb"'), ('Last-Modified', 'Thu, 20 Mar 2025 11:22:24 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4966'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '34'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E90A:5B4A0:3F30A64:4139C10:67FCFE3C')] +{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-04-02T11:34:08Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293567,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":3,"watchers":0,"default_branch":"master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-14T09:48:20Z","pushed_at":"2025-04-14T09:49:47Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1457719,"stargazers_count":1139,"watchers_count":1139,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4417,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1023,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4417,"open_issues":1023,"watchers":1139,"default_branch":"master"},"source":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-14T09:48:20Z","pushed_at":"2025-04-14T09:49:47Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1457719,"stargazers_count":1139,"watchers_count":1139,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4417,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1023,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4417,"open_issues":1023,"watchers":1139,"default_branch":"master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":4417,"subscribers_count":0} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/25 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 12:23:24 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"5d1d06fa40faa3c6fab50b18c4e677ec98ec2572d57849ef84468f9ab2866144"'), ('Last-Modified', 'Mon, 14 Apr 2025 12:23:10 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4965'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '35'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E916:39EF6A:3F2BCEB:4134E78:67FCFE3C')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmssw","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/events","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25","id":2955921161,"node_id":"PR_kwDOF83__M6Qi_t1","number":25,"title":"Dummy commit to create test for backport","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[{"id":3289616310,"node_id":"MDU6TGFiZWwzMjg5NjE2MzEw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/documentation","name":"documentation","color":"257fdb","default":true,"description":"Improvements or additions to documentation"},{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160598938,"node_id":"LA_kwDOF83__M8AAAABbzNHmg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/new-package-pending","name":"new-package-pending","color":"e11d21","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600115,"node_id":"LA_kwDOF83__M8AAAABbzNMMw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-pending","name":"code-checks-pending","color":"fbca04","default":false,"description":null}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":1,"closed_issues":12,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-02T11:34:32Z","due_on":null,"closed_at":null},"comments":3,"created_at":"2025-03-28T11:42:42Z","updated_at":"2025-04-14T12:23:10Z","closed_at":null,"author_association":"MEMBER","type":null,"sub_issues_summary":{"total":0,"completed":0,"percent_completed":0},"active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.patch","merged_at":null},"body":"\r\n#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","closed_by":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 12:23:24 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4965'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '35'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E91C:19F339:4177754:438090D:67FCFE3C')] +{"resources":{"core":{"limit":5000,"used":35,"remaining":4965,"reset":1744636077},"search":{"limit":30,"used":0,"remaining":30,"reset":1744633464},"graphql":{"limit":5000,"used":0,"remaining":5000,"reset":1744637004},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1744637004},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1744633464},"code_scanning_upload":{"limit":1000,"used":0,"remaining":1000,"reset":1744637004},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1744633464},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1744637004},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1744637004},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1744633464},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1744637004},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1744637004},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1744633464}},"rate":{"limit":5000,"used":35,"remaining":4965,"reset":1744636077}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/25 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 12:23:25 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"6acd5a0314b7db51b26268346b75fd39eb1171d9eaee83c28096f261b6063c85"'), ('Last-Modified', 'Mon, 14 Apr 2025 12:23:10 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4964'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '36'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E92A:19F339:4177878:4380A58:67FCFE3D')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25","id":2425092981,"node_id":"PR_kwDOF83__M6Qi_t1","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.patch","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","number":25,"state":"open","locked":false,"title":"Dummy commit to create test for backport","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"body":"\r\n#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","created_at":"2025-03-28T11:42:42Z","updated_at":"2025-04-14T12:23:10Z","closed_at":null,"merged_at":null,"merge_commit_sha":"17c4f5348ebaf8ba13b0bbebef4c9d0ef82aaa5e","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[{"id":3289616310,"node_id":"MDU6TGFiZWwzMjg5NjE2MzEw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/documentation","name":"documentation","color":"257fdb","default":true,"description":"Improvements or additions to documentation"},{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160598938,"node_id":"LA_kwDOF83__M8AAAABbzNHmg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/new-package-pending","name":"new-package-pending","color":"e11d21","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600115,"node_id":"LA_kwDOF83__M8AAAABbzNMMw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-pending","name":"code-checks-pending","color":"fbca04","default":false,"description":null}],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":1,"closed_issues":12,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-02T11:34:32Z","due_on":null,"closed_at":null},"draft":false,"commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/commits","review_comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/comments","review_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/comments","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/ceea69106c5e0e17c03c87c13bdf187f03214fec","head":{"label":"iarspider-cmssw:bot-test-backport","ref":"bot-test-backport","sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-04-02T11:34:08Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293567,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":3,"watchers":0,"default_branch":"master"}},"base":{"label":"iarspider-cmssw:master","ref":"master","sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-04-02T11:34:08Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293567,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":3,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25"},"html":{"href":"https://github.com/iarspider-cmssw/cmssw/pull/25"},"issue":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25"},"comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/comments"},"review_comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/comments"},"review_comment":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/commits"},"statuses":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/ceea69106c5e0e17c03c87c13bdf187f03214fec"}},"author_association":"MEMBER","auto_merge":null,"active_lock_reason":null,"merged":false,"mergeable":true,"rebaseable":true,"mergeable_state":"unstable","merged_by":null,"comments":3,"review_comments":0,"maintainer_can_modify":false,"commits":1,"additions":2,"deletions":0,"changed_files":1} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/25/files?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 12:23:25 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"a2afcbe1af03c772fcc3abeae77724857c4732bee85b0f253319b35b38fb6d42"'), ('Last-Modified', 'Mon, 14 Apr 2025 12:23:10 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4963'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '37'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E930:35BF07:6AF373:6D60F7:67FCFE3D')] +[{"sha":"c367bf9be61c3a14b4a4712dae50f8cd9c9590af","filename":"README","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/ceea69106c5e0e17c03c87c13bdf187f03214fec/README","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/ceea69106c5e0e17c03c87c13bdf187f03214fec/README","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/README?ref=ceea69106c5e0e17c03c87c13bdf187f03214fec","patch":"@@ -1 +1,3 @@\n Introduction to CMSSW: http://cms-sw.github.io\n+\n+Lorem Ipsum"}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/25/commits?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 12:23:25 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"95b8608b490667e6fa26a1bd20721c666f74d0970f6fd73f35ad27fe7f3eb8eb"'), ('Last-Modified', 'Mon, 14 Apr 2025 12:23:10 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4962'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '38'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E93E:338CDC:10DE57B:113EDAD:67FCFE3D')] +[{"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","node_id":"C_kwDOF83__NoAKGNlZWE2OTEwNmM1ZTBlMTdjMDNjODdjMTNiZGYxODdmMDMyMTRmZWM","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"message":"Dummy commit to create test for backport","tree":{"sha":"eee933d99c922eb365978abd78380ad50743d972","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/eee933d99c922eb365978abd78380ad50743d972"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/ceea69106c5e0e17c03c87c13bdf187f03214fec","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615"}]}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec/status +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 12:23:26 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"69b9385f2075b766db67341af542539f5a55d960f34193f67aeed7cd19a99013"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo, repo:status'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4961'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '39'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E940:2B653:3F83ED2:418D0C0:67FCFE3E')] +{"state":"pending","statuses":[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/ceea69106c5e0e17c03c87c13bdf187f03214fec","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35243673322,"node_id":"SC_kwDOF83__M8AAAAINK_G6g","state":"pending","description":"code-checks requested","target_url":null,"context":"cms/25/code-checks","created_at":"2025-03-28T11:44:07Z","updated_at":"2025-03-28T11:44:07Z"}],"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","total_count":1,"repository":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments"},"commit_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec/status"} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/git/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 12:23:26 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"e26dc8078f6f9489e98184fe98bc1a24fb4ee71353b478e0944f00742a4748a6"'), ('Last-Modified', 'Fri, 28 Mar 2025 11:41:21 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4960'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '40'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E942:338CDC:10DE823:113F037:67FCFE3E')] +{"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","node_id":"C_kwDOF83__NoAKGNlZWE2OTEwNmM1ZTBlMTdjMDNjODdjMTNiZGYxODdmMDMyMTRmZWM","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/ceea69106c5e0e17c03c87c13bdf187f03214fec","author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"tree":{"sha":"eee933d99c922eb365978abd78380ad50743d972","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/eee933d99c922eb365978abd78380ad50743d972"},"message":"Dummy commit to create test for backport","parents":[{"sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615"}],"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/25/comments?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 12:23:26 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"d56d8069c996641f3daedc25915ee0ab648d21a12da157e908468b1abc1bfaf9"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4959'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '41'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E952:6C120:3CC6D8D:3ECFF2A:67FCFE3E')] +[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801525714","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2801525714","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2801525714,"node_id":"IC_kwDOF83__M6m--PS","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-14T12:18:37Z","updated_at":"2025-04-14T12:20:37Z","author_association":"MEMBER","body":"type doc","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801525714/reactions","total_count":1,"+1":1,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801536138","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2801536138","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2801536138,"node_id":"IC_kwDOF83__M6m_AyK","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-14T12:22:23Z","updated_at":"2025-04-14T12:22:23Z","author_association":"MEMBER","body":"cms-bot internal usage","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801536138/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801538077","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2801538077","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2801538077,"node_id":"IC_kwDOF83__M6m_BQd","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-14T12:23:09Z","updated_at":"2025-04-14T12:23:09Z","author_association":"MEMBER","body":"type -doc","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801538077/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null}] + diff --git a/tests/ReplayData/TestProcessPr.test_too_many_files.txt b/tests/ReplayData/TestProcessPr.test_too_many_files.txt new file mode 100644 index 00000000000..19be0aca09c --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_too_many_files.txt @@ -0,0 +1,88 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:22:20 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"f5117e5926af1cce2c974da87d81a1ebefa3c8a3516cf5e40ce9b69bb2125c0a"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:43:16 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4971'), ('X-RateLimit-Reset', '1746026364'), ('X-RateLimit-Used', '29'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'EB1C:1C490A:5DBDAF:5FA03C:6812321C')] +{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-30T13:43:16Z","pushed_at":"2025-04-30T14:22:03Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1299422,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":6,"watchers":0,"default_branch":"master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-30T06:00:19Z","pushed_at":"2025-04-30T09:07:11Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1461193,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4425,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1027,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4425,"open_issues":1027,"watchers":1140,"default_branch":"master"},"source":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-30T06:00:19Z","pushed_at":"2025-04-30T09:07:11Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1461193,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4425,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1027,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4425,"open_issues":1027,"watchers":1140,"default_branch":"master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":4425,"subscribers_count":0} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/38 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:22:20 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"47403367d3e6b5894c43391d92a3409cefbe63411d2edfd4ba28a8ad788b31cd"'), ('Last-Modified', 'Wed, 30 Apr 2025 14:22:04 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4970'), ('X-RateLimit-Reset', '1746026364'), ('X-RateLimit-Used', '30'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'EB28:5E3FA:5CB9FE:5E9C9F:6812321C')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/38","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmssw","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/38/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/38/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/38/events","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/38","id":3031419624,"node_id":"PR_kwDOF83__M6Ugvwd","number":38,"title":"Test commit with many files","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[{"id":6005195488,"node_id":"LA_kwDOF83__M8AAAABZfAC4A","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/alca-pending","name":"alca-pending","color":"fbca04","default":false,"description":""},{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160599807,"node_id":"LA_kwDOF83__M8AAAABbzNK_w","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/trk","name":"trk","color":"257fdb","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600115,"node_id":"LA_kwDOF83__M8AAAABbzNMMw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-pending","name":"code-checks-pending","color":"fbca04","default":false,"description":null},{"id":8528865145,"node_id":"LA_kwDOF83__M8AAAAB_FwneQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/changes-dataformats","name":"changes-dataformats","color":"ededed","default":false,"description":null}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":3,"closed_issues":17,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-30T14:14:03Z","due_on":null,"closed_at":null},"comments":3,"created_at":"2025-04-30T14:12:09Z","updated_at":"2025-04-30T14:22:04Z","closed_at":null,"author_association":"MEMBER","type":null,"active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/38","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/38","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/38.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/38.patch","merged_at":null},"body":"\r\n#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","closed_by":null,"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/38/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/38/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:22:20 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4970'), ('X-RateLimit-Reset', '1746026364'), ('X-RateLimit-Used', '30'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'EB38:DE0F6:5D2E10:5F10CD:6812321C')] +{"resources":{"core":{"limit":5000,"used":30,"remaining":4970,"reset":1746026364},"search":{"limit":30,"used":0,"remaining":30,"reset":1746023000},"graphql":{"limit":5000,"used":0,"remaining":5000,"reset":1746026540},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1746026540},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1746023000},"code_scanning_upload":{"limit":5000,"used":30,"remaining":4970,"reset":1746026364},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1746023000},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1746026540},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1746026540},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1746023000},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1746026540},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1746026540},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1746023000}},"rate":{"limit":5000,"used":30,"remaining":4970,"reset":1746026364}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/38 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:22:21 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"3e3eb2172b66dd6b61d2bbd92137da5f999051703d214f04bd7f88bd7f7a4a11"'), ('Last-Modified', 'Wed, 30 Apr 2025 14:22:04 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4969'), ('X-RateLimit-Reset', '1746026364'), ('X-RateLimit-Used', '31'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'EB3A:2BD49F:5C9092:5E7331:6812321D')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/38","id":2491612189,"node_id":"PR_kwDOF83__M6Ugvwd","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/38","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/38.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/38.patch","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/38","number":38,"state":"open","locked":false,"title":"Test commit with many files","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"body":"\r\n#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","created_at":"2025-04-30T14:12:09Z","updated_at":"2025-04-30T14:22:04Z","closed_at":null,"merged_at":null,"merge_commit_sha":"2266b15d3f21dd15630e956376996c76fc4eddc2","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[{"id":6005195488,"node_id":"LA_kwDOF83__M8AAAABZfAC4A","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/alca-pending","name":"alca-pending","color":"fbca04","default":false,"description":""},{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160599807,"node_id":"LA_kwDOF83__M8AAAABbzNK_w","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/trk","name":"trk","color":"257fdb","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600115,"node_id":"LA_kwDOF83__M8AAAABbzNMMw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-pending","name":"code-checks-pending","color":"fbca04","default":false,"description":null},{"id":8528865145,"node_id":"LA_kwDOF83__M8AAAAB_FwneQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/changes-dataformats","name":"changes-dataformats","color":"ededed","default":false,"description":null}],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":3,"closed_issues":17,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-30T14:14:03Z","due_on":null,"closed_at":null},"draft":false,"commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/38/commits","review_comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/38/comments","review_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/38/comments","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/88dbda7e6a3e8d844904dc5351fa49d684b33f6a","head":{"label":"iarspider-cmssw:test-many-files-2","ref":"test-many-files-2","sha":"88dbda7e6a3e8d844904dc5351fa49d684b33f6a","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-30T13:43:16Z","pushed_at":"2025-04-30T14:22:03Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1299422,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":6,"watchers":0,"default_branch":"master"}},"base":{"label":"iarspider-cmssw:master","ref":"master","sha":"c83ecb127f70592a95b0544c2e7e2404c9d7e440","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-30T13:43:16Z","pushed_at":"2025-04-30T14:22:03Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1299422,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":6,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/38"},"html":{"href":"https://github.com/iarspider-cmssw/cmssw/pull/38"},"issue":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/38"},"comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/38/comments"},"review_comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/38/comments"},"review_comment":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/38/commits"},"statuses":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/88dbda7e6a3e8d844904dc5351fa49d684b33f6a"}},"author_association":"MEMBER","auto_merge":null,"active_lock_reason":null,"merged":false,"mergeable":true,"rebaseable":true,"mergeable_state":"clean","merged_by":null,"comments":3,"review_comments":0,"maintainer_can_modify":false,"commits":2,"additions":4512,"deletions":0,"changed_files":3010} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/38/commits?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:22:22 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"fa3e29eaa85442c5cf603a1c5413ef7c4d6e1509f43f856b5583e7f97885f664"'), ('Last-Modified', 'Wed, 30 Apr 2025 14:22:04 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4968'), ('X-RateLimit-Reset', '1746026364'), ('X-RateLimit-Used', '32'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B762:E666D:5EA33E:608647:6812321E')] +[{"sha":"b6db3e643d2bd16deee12590d1312a3addcd2d75","node_id":"C_kwDOF83__NoAKGI2ZGIzZTY0M2QyYmQxNmRlZWUxMjU5MGQxMzEyYTNhZGRjZDJkNzU","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"message":"Test commit with many files","tree":{"sha":"d8f8da26398eca77794c2a8409031a5ab8ac23df","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/d8f8da26398eca77794c2a8409031a5ab8ac23df"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/b6db3e643d2bd16deee12590d1312a3addcd2d75","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c83ecb127f70592a95b0544c2e7e2404c9d7e440","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c83ecb127f70592a95b0544c2e7e2404c9d7e440","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c83ecb127f70592a95b0544c2e7e2404c9d7e440"}]},{"sha":"88dbda7e6a3e8d844904dc5351fa49d684b33f6a","node_id":"C_kwDOF83__NoAKDg4ZGJkYTdlNmEzZThkODQ0OTA0ZGM1MzUxZmE0OWQ2ODRiMzNmNmE","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:21:52Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:21:52Z"},"message":"Now too many files changed","tree":{"sha":"bf3b5aafb9065494f7f30627d49361443f13b728","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/bf3b5aafb9065494f7f30627d49361443f13b728"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/88dbda7e6a3e8d844904dc5351fa49d684b33f6a","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/88dbda7e6a3e8d844904dc5351fa49d684b33f6a","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/88dbda7e6a3e8d844904dc5351fa49d684b33f6a","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/88dbda7e6a3e8d844904dc5351fa49d684b33f6a/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"b6db3e643d2bd16deee12590d1312a3addcd2d75","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/b6db3e643d2bd16deee12590d1312a3addcd2d75"}]}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/commits/88dbda7e6a3e8d844904dc5351fa49d684b33f6a/status +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:22:23 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"7d61065ca98bb20283625edd8e198f142fb6a1a69dc8b5015659d2b0dbf1f1a6"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo, repo:status'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4967'), ('X-RateLimit-Reset', '1746026364'), ('X-RateLimit-Used', '33'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B768:2A5676:5D7251:5F5517:6812321F')] +{"state":"pending","statuses":[],"sha":"88dbda7e6a3e8d844904dc5351fa49d684b33f6a","total_count":0,"repository":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments"},"commit_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/88dbda7e6a3e8d844904dc5351fa49d684b33f6a","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/88dbda7e6a3e8d844904dc5351fa49d684b33f6a/status"} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/git/commits/88dbda7e6a3e8d844904dc5351fa49d684b33f6a +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:22:23 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"f32d5f6382e63d8dcea840f4222732297d4d54231ff5a67aef1cf95f67ea85b5"'), ('Last-Modified', 'Wed, 30 Apr 2025 14:21:52 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4966'), ('X-RateLimit-Reset', '1746026364'), ('X-RateLimit-Used', '34'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B770:1C490A:5DCDC3:5FB0A2:6812321F')] +{"sha":"88dbda7e6a3e8d844904dc5351fa49d684b33f6a","node_id":"C_kwDOF83__NoAKDg4ZGJkYTdlNmEzZThkODQ0OTA0ZGM1MzUxZmE0OWQ2ODRiMzNmNmE","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/88dbda7e6a3e8d844904dc5351fa49d684b33f6a","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/88dbda7e6a3e8d844904dc5351fa49d684b33f6a","author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:21:52Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:21:52Z"},"tree":{"sha":"bf3b5aafb9065494f7f30627d49361443f13b728","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/bf3b5aafb9065494f7f30627d49361443f13b728"},"message":"Now too many files changed","parents":[{"sha":"b6db3e643d2bd16deee12590d1312a3addcd2d75","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/b6db3e643d2bd16deee12590d1312a3addcd2d75"}],"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/38/comments?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:22:23 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"5b3015f6cc0f0af7b935cf855f387e5fad4cd01fc4b799530a9b0c6d38035187"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4965'), ('X-RateLimit-Reset', '1746026364'), ('X-RateLimit-Used', '35'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'B776:E666D:5EA75D:608A56:6812321F')] +[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2842131719","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/38#issuecomment-2842131719","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/38","id":2842131719,"node_id":"IC_kwDOF83__M6pZ30H","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-30T14:14:35Z","updated_at":"2025-04-30T14:14:35Z","author_association":"MEMBER","body":"This PR touches many files (1510 >= 1500) and will not be processed. Please ensure you have selected the correct target branch and consider splitting this PR into several.\nDr15Jones, iarspider, makortel, smuzaffar, to re-enable processing of this PR, you can write `+file-count` in a comment. Thanks.","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2842131719/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2842137555","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/38#issuecomment-2842137555","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/38","id":2842137555,"node_id":"IC_kwDOF83__M6pZ5PT","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-30T14:16:08Z","updated_at":"2025-04-30T14:16:08Z","author_association":"MEMBER","body":"+file-count","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2842137555/reactions","total_count":1,"+1":1,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2842149508","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/38#issuecomment-2842149508","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/38","id":2842149508,"node_id":"IC_kwDOF83__M6pZ8KE","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-30T14:20:02Z","updated_at":"2025-04-30T14:20:02Z","author_association":"MEMBER","body":"cms-bot internal usage","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2842149508/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null}] + diff --git a/tests/ReplayData/TestProcessPr.test_type_invalid.txt b/tests/ReplayData/TestProcessPr.test_type_invalid.txt new file mode 100644 index 00000000000..cb9df3133e4 --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_type_invalid.txt @@ -0,0 +1,110 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 12:19:42 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"e529132de68b0dbe89b382926a949f14d7dbd4abdb3af488a1b39346ab5839eb"'), ('Last-Modified', 'Thu, 20 Mar 2025 11:22:24 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4997'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '3'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D9D0:6C120:3C8044F:3E87EB7:67FCFD5E')] +{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-04-02T11:34:08Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293567,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":3,"watchers":0,"default_branch":"master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-14T09:48:20Z","pushed_at":"2025-04-14T09:49:47Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1457719,"stargazers_count":1139,"watchers_count":1139,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4417,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1023,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4417,"open_issues":1023,"watchers":1139,"default_branch":"master"},"source":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-14T09:48:20Z","pushed_at":"2025-04-14T09:49:47Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1457719,"stargazers_count":1139,"watchers_count":1139,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4417,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1023,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4417,"open_issues":1023,"watchers":1139,"default_branch":"master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":4417,"subscribers_count":0} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/25 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 12:19:43 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"3e8c7fa66c1fde02660b243b0d21755fe23aefd7e14df83c36a8fca72cf8057c"'), ('Last-Modified', 'Mon, 14 Apr 2025 12:18:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4996'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '4'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D9DA:39CCF8:3D01AC4:3F095ED:67FCFD5F')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmssw","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/events","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25","id":2955921161,"node_id":"PR_kwDOF83__M6Qi_t1","number":25,"title":"Dummy commit to create test for backport","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":1,"closed_issues":12,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-02T11:34:32Z","due_on":null,"closed_at":null},"comments":1,"created_at":"2025-03-28T11:42:42Z","updated_at":"2025-04-14T12:18:38Z","closed_at":null,"author_association":"MEMBER","type":null,"sub_issues_summary":{"total":0,"completed":0,"percent_completed":0},"active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.patch","merged_at":null},"body":"\r\n#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","closed_by":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 12:19:43 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4996'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '4'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D9EA:2734DE:3F08D85:4110822:67FCFD5F')] +{"resources":{"core":{"limit":5000,"used":4,"remaining":4996,"reset":1744636077},"search":{"limit":30,"used":0,"remaining":30,"reset":1744633243},"graphql":{"limit":5000,"used":0,"remaining":5000,"reset":1744636783},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1744636783},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1744633243},"code_scanning_upload":{"limit":1000,"used":0,"remaining":1000,"reset":1744636783},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1744633243},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1744636783},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1744636783},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1744633243},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1744636783},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1744636783},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1744633243}},"rate":{"limit":5000,"used":4,"remaining":4996,"reset":1744636077}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/25 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 12:19:43 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"1461c6e70915e7cfa6619502bbf481f5d0873ed8c7c6325124a27070f972cc2b"'), ('Last-Modified', 'Mon, 14 Apr 2025 12:18:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4995'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '5'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'D9EE:35BF07:66C93C:691FCC:67FCFD5F')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25","id":2425092981,"node_id":"PR_kwDOF83__M6Qi_t1","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.patch","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","number":25,"state":"open","locked":false,"title":"Dummy commit to create test for backport","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"body":"\r\n#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","created_at":"2025-03-28T11:42:42Z","updated_at":"2025-04-14T12:18:38Z","closed_at":null,"merged_at":null,"merge_commit_sha":"17c4f5348ebaf8ba13b0bbebef4c9d0ef82aaa5e","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":1,"closed_issues":12,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-02T11:34:32Z","due_on":null,"closed_at":null},"draft":false,"commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/commits","review_comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/comments","review_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/comments","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/ceea69106c5e0e17c03c87c13bdf187f03214fec","head":{"label":"iarspider-cmssw:bot-test-backport","ref":"bot-test-backport","sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-04-02T11:34:08Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293567,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":3,"watchers":0,"default_branch":"master"}},"base":{"label":"iarspider-cmssw:master","ref":"master","sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-04-02T11:34:08Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293567,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":3,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25"},"html":{"href":"https://github.com/iarspider-cmssw/cmssw/pull/25"},"issue":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25"},"comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/comments"},"review_comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/comments"},"review_comment":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/commits"},"statuses":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/ceea69106c5e0e17c03c87c13bdf187f03214fec"}},"author_association":"MEMBER","auto_merge":null,"active_lock_reason":null,"merged":false,"mergeable":true,"rebaseable":true,"mergeable_state":"unstable","merged_by":null,"comments":1,"review_comments":0,"maintainer_can_modify":false,"commits":1,"additions":2,"deletions":0,"changed_files":1} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/25/files?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 12:19:44 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"a2afcbe1af03c772fcc3abeae77724857c4732bee85b0f253319b35b38fb6d42"'), ('Last-Modified', 'Mon, 14 Apr 2025 12:18:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4994'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '6'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9E34:34040E:40D6F24:42DE9AF:67FCFD5F')] +[{"sha":"c367bf9be61c3a14b4a4712dae50f8cd9c9590af","filename":"README","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/ceea69106c5e0e17c03c87c13bdf187f03214fec/README","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/ceea69106c5e0e17c03c87c13bdf187f03214fec/README","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/README?ref=ceea69106c5e0e17c03c87c13bdf187f03214fec","patch":"@@ -1 +1,3 @@\n Introduction to CMSSW: http://cms-sw.github.io\n+\n+Lorem Ipsum"}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/25/commits?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 12:19:44 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"95b8608b490667e6fa26a1bd20721c666f74d0970f6fd73f35ad27fe7f3eb8eb"'), ('Last-Modified', 'Mon, 14 Apr 2025 12:18:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4993'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '7'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9E44:31FA6D:670A92:696247:67FCFD60')] +[{"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","node_id":"C_kwDOF83__NoAKGNlZWE2OTEwNmM1ZTBlMTdjMDNjODdjMTNiZGYxODdmMDMyMTRmZWM","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"message":"Dummy commit to create test for backport","tree":{"sha":"eee933d99c922eb365978abd78380ad50743d972","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/eee933d99c922eb365978abd78380ad50743d972"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/ceea69106c5e0e17c03c87c13bdf187f03214fec","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615"}]}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec/status +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 12:19:44 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"69b9385f2075b766db67341af542539f5a55d960f34193f67aeed7cd19a99013"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo, repo:status'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4992'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '8'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9E4C:86535:3D8D697:3F951A7:67FCFD60')] +{"state":"pending","statuses":[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/ceea69106c5e0e17c03c87c13bdf187f03214fec","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35243673322,"node_id":"SC_kwDOF83__M8AAAAINK_G6g","state":"pending","description":"code-checks requested","target_url":null,"context":"cms/25/code-checks","created_at":"2025-03-28T11:44:07Z","updated_at":"2025-03-28T11:44:07Z"}],"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","total_count":1,"repository":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments"},"commit_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec/status"} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/git/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 12:19:45 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"e26dc8078f6f9489e98184fe98bc1a24fb4ee71353b478e0944f00742a4748a6"'), ('Last-Modified', 'Fri, 28 Mar 2025 11:41:21 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4991'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '9'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9E54:27AFC7:3E60E3C:406896A:67FCFD60')] +{"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","node_id":"C_kwDOF83__NoAKGNlZWE2OTEwNmM1ZTBlMTdjMDNjODdjMTNiZGYxODdmMDMyMTRmZWM","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/ceea69106c5e0e17c03c87c13bdf187f03214fec","author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"tree":{"sha":"eee933d99c922eb365978abd78380ad50743d972","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/eee933d99c922eb365978abd78380ad50743d972"},"message":"Dummy commit to create test for backport","parents":[{"sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615"}],"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/25/comments?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 12:19:45 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"78f0681d352da4ff6cdd6dd6d1bf920dc121a9c012916bd78bbf4e66bbf10bf8"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4990'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '10'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9E5A:3B1357:3EA4FFC:40ACB26:67FCFD61')] +[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801525714","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2801525714","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2801525714,"node_id":"IC_kwDOF83__M6m--PS","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-14T12:18:37Z","updated_at":"2025-04-14T12:18:37Z","author_association":"MEMBER","body":"type invalid","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801525714/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 12:19:45 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"3097e9e9f3b8b8decc8da521f038d5e654a5ffac2e4a2d568871459ce117f6a6"'), ('Last-Modified', 'Fri, 28 Mar 2025 11:41:21 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4989'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '11'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', '9E60:5B4A0:3EE9061:40F0B85:67FCFD61')] +{"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","node_id":"C_kwDOF83__NoAKGNlZWE2OTEwNmM1ZTBlMTdjMDNjODdjMTNiZGYxODdmMDMyMTRmZWM","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"message":"Dummy commit to create test for backport","tree":{"sha":"eee933d99c922eb365978abd78380ad50743d972","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/eee933d99c922eb365978abd78380ad50743d972"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/ceea69106c5e0e17c03c87c13bdf187f03214fec","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615"}],"stats":{"total":2,"additions":2,"deletions":0},"files":[{"sha":"c367bf9be61c3a14b4a4712dae50f8cd9c9590af","filename":"README","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/ceea69106c5e0e17c03c87c13bdf187f03214fec/README","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/ceea69106c5e0e17c03c87c13bdf187f03214fec/README","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/README?ref=ceea69106c5e0e17c03c87c13bdf187f03214fec","patch":"@@ -1 +1,3 @@\n Introduction to CMSSW: http://cms-sw.github.io\n+\n+Lorem Ipsum"}]} + diff --git a/tests/ReplayData/TestProcessPr.test_type_valid.txt b/tests/ReplayData/TestProcessPr.test_type_valid.txt new file mode 100644 index 00000000000..cb6f1466f56 --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_type_valid.txt @@ -0,0 +1,110 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 12:20:44 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"e529132de68b0dbe89b382926a949f14d7dbd4abdb3af488a1b39346ab5839eb"'), ('Last-Modified', 'Thu, 20 Mar 2025 11:22:24 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4988'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '12'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E09C:34A488:69DEF1:6C3A80:67FCFD9C')] +{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-04-02T11:34:08Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293567,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":3,"watchers":0,"default_branch":"master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-14T09:48:20Z","pushed_at":"2025-04-14T09:49:47Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1457719,"stargazers_count":1139,"watchers_count":1139,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4417,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1023,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4417,"open_issues":1023,"watchers":1139,"default_branch":"master"},"source":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-14T09:48:20Z","pushed_at":"2025-04-14T09:49:47Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1457719,"stargazers_count":1139,"watchers_count":1139,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4417,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1023,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4417,"open_issues":1023,"watchers":1139,"default_branch":"master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":4417,"subscribers_count":0} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/25 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 12:20:45 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"9b16dc3d9491d7b159034b56deda37c35ad85200a2140428585816d20be53e1b"'), ('Last-Modified', 'Mon, 14 Apr 2025 12:20:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4987'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '13'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E09E:35BF07:67F0AD:6A4DCD:67FCFD9C')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmssw","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/events","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25","id":2955921161,"node_id":"PR_kwDOF83__M6Qi_t1","number":25,"title":"Dummy commit to create test for backport","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":1,"closed_issues":12,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-02T11:34:32Z","due_on":null,"closed_at":null},"comments":1,"created_at":"2025-03-28T11:42:42Z","updated_at":"2025-04-14T12:20:38Z","closed_at":null,"author_association":"MEMBER","type":null,"sub_issues_summary":{"total":0,"completed":0,"percent_completed":0},"active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.patch","merged_at":null},"body":"\r\n#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","closed_by":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 12:20:45 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4987'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '13'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E0A0:27AFC7:3E7485A:407C9B9:67FCFD9D')] +{"resources":{"core":{"limit":5000,"used":13,"remaining":4987,"reset":1744636077},"search":{"limit":30,"used":0,"remaining":30,"reset":1744633305},"graphql":{"limit":5000,"used":0,"remaining":5000,"reset":1744636845},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1744636845},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1744633305},"code_scanning_upload":{"limit":1000,"used":0,"remaining":1000,"reset":1744636845},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1744633305},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1744636845},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1744636845},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1744633305},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1744636845},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1744636845},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1744633305}},"rate":{"limit":5000,"used":13,"remaining":4987,"reset":1744636077}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/25 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 12:20:45 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"c7b3108913aec216bb24403065514bfcc3a4291ed46143087e81882cac21cc54"'), ('Last-Modified', 'Mon, 14 Apr 2025 12:20:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4986'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '14'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E0A2:34040E:40EAD48:42F2E4B:67FCFD9D')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25","id":2425092981,"node_id":"PR_kwDOF83__M6Qi_t1","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/25.patch","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","number":25,"state":"open","locked":false,"title":"Dummy commit to create test for backport","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"body":"\r\n#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","created_at":"2025-03-28T11:42:42Z","updated_at":"2025-04-14T12:20:38Z","closed_at":null,"merged_at":null,"merge_commit_sha":"17c4f5348ebaf8ba13b0bbebef4c9d0ef82aaa5e","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[],"milestone":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":1,"closed_issues":12,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-02T11:34:32Z","due_on":null,"closed_at":null},"draft":false,"commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/commits","review_comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/comments","review_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/comments","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/ceea69106c5e0e17c03c87c13bdf187f03214fec","head":{"label":"iarspider-cmssw:bot-test-backport","ref":"bot-test-backport","sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-04-02T11:34:08Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293567,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":3,"watchers":0,"default_branch":"master"}},"base":{"label":"iarspider-cmssw:master","ref":"master","sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-03-20T11:22:24Z","pushed_at":"2025-04-02T11:34:08Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1293567,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":3,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":3,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25"},"html":{"href":"https://github.com/iarspider-cmssw/cmssw/pull/25"},"issue":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25"},"comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25/comments"},"review_comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/comments"},"review_comment":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/25/commits"},"statuses":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/ceea69106c5e0e17c03c87c13bdf187f03214fec"}},"author_association":"MEMBER","auto_merge":null,"active_lock_reason":null,"merged":false,"mergeable":true,"rebaseable":true,"mergeable_state":"unstable","merged_by":null,"comments":1,"review_comments":0,"maintainer_can_modify":false,"commits":1,"additions":2,"deletions":0,"changed_files":1} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/25/files?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 12:20:46 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"a2afcbe1af03c772fcc3abeae77724857c4732bee85b0f253319b35b38fb6d42"'), ('Last-Modified', 'Mon, 14 Apr 2025 12:20:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4985'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '15'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E0A8:34A488:69E5F4:6C41A9:67FCFD9D')] +[{"sha":"c367bf9be61c3a14b4a4712dae50f8cd9c9590af","filename":"README","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/ceea69106c5e0e17c03c87c13bdf187f03214fec/README","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/ceea69106c5e0e17c03c87c13bdf187f03214fec/README","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/README?ref=ceea69106c5e0e17c03c87c13bdf187f03214fec","patch":"@@ -1 +1,3 @@\n Introduction to CMSSW: http://cms-sw.github.io\n+\n+Lorem Ipsum"}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/25/commits?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 12:20:46 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"95b8608b490667e6fa26a1bd20721c666f74d0970f6fd73f35ad27fe7f3eb8eb"'), ('Last-Modified', 'Mon, 14 Apr 2025 12:20:38 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4984'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '16'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E0B8:34040E:40EB202:42F3317:67FCFD9E')] +[{"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","node_id":"C_kwDOF83__NoAKGNlZWE2OTEwNmM1ZTBlMTdjMDNjODdjMTNiZGYxODdmMDMyMTRmZWM","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"message":"Dummy commit to create test for backport","tree":{"sha":"eee933d99c922eb365978abd78380ad50743d972","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/eee933d99c922eb365978abd78380ad50743d972"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/ceea69106c5e0e17c03c87c13bdf187f03214fec","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615"}]}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec/status +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 12:20:46 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"69b9385f2075b766db67341af542539f5a55d960f34193f67aeed7cd19a99013"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo, repo:status'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4983'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '17'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E0C4:34040E:40EB377:42F34A0:67FCFD9E')] +{"state":"pending","statuses":[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/ceea69106c5e0e17c03c87c13bdf187f03214fec","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","id":35243673322,"node_id":"SC_kwDOF83__M8AAAAINK_G6g","state":"pending","description":"code-checks requested","target_url":null,"context":"cms/25/code-checks","created_at":"2025-03-28T11:44:07Z","updated_at":"2025-03-28T11:44:07Z"}],"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","total_count":1,"repository":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments"},"commit_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec/status"} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/git/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 12:20:46 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"e26dc8078f6f9489e98184fe98bc1a24fb4ee71353b478e0944f00742a4748a6"'), ('Last-Modified', 'Fri, 28 Mar 2025 11:41:21 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4982'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '18'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E0C8:34A488:69EAAD:6C46A5:67FCFD9E')] +{"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","node_id":"C_kwDOF83__NoAKGNlZWE2OTEwNmM1ZTBlMTdjMDNjODdjMTNiZGYxODdmMDMyMTRmZWM","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/ceea69106c5e0e17c03c87c13bdf187f03214fec","author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"tree":{"sha":"eee933d99c922eb365978abd78380ad50743d972","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/eee933d99c922eb365978abd78380ad50743d972"},"message":"Dummy commit to create test for backport","parents":[{"sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615"}],"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/25/comments?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 12:20:47 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"124d610be5c6694918eb491cfcc486cf46f0da8f18bd8c2dce5fb9b3c46bad47"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4981'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '19'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E0D8:35BF07:67FC1D:6A5987:67FCFD9F')] +[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801525714","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/25#issuecomment-2801525714","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/25","id":2801525714,"node_id":"IC_kwDOF83__M6m--PS","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-04-14T12:18:37Z","updated_at":"2025-04-14T12:20:37Z","author_association":"MEMBER","body":"type doc","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2801525714/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Mon, 14 Apr 2025 12:20:47 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"3097e9e9f3b8b8decc8da521f038d5e654a5ffac2e4a2d568871459ce117f6a6"'), ('Last-Modified', 'Fri, 28 Mar 2025 11:41:21 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4980'), ('X-RateLimit-Reset', '1744636077'), ('X-RateLimit-Used', '20'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E0DC:6C120:3C95491:3E9D59F:67FCFD9F')] +{"sha":"ceea69106c5e0e17c03c87c13bdf187f03214fec","node_id":"C_kwDOF83__NoAKGNlZWE2OTEwNmM1ZTBlMTdjMDNjODdjMTNiZGYxODdmMDMyMTRmZWM","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-03-28T11:41:21Z"},"message":"Dummy commit to create test for backport","tree":{"sha":"eee933d99c922eb365978abd78380ad50743d972","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/eee933d99c922eb365978abd78380ad50743d972"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/ceea69106c5e0e17c03c87c13bdf187f03214fec","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/ceea69106c5e0e17c03c87c13bdf187f03214fec/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/1a6eba4a2910fa7af4d98b4c35a7ae501d9a1615"}],"stats":{"total":2,"additions":2,"deletions":0},"files":[{"sha":"c367bf9be61c3a14b4a4712dae50f8cd9c9590af","filename":"README","status":"modified","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/ceea69106c5e0e17c03c87c13bdf187f03214fec/README","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/ceea69106c5e0e17c03c87c13bdf187f03214fec/README","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/README?ref=ceea69106c5e0e17c03c87c13bdf187f03214fec","patch":"@@ -1 +1,3 @@\n Introduction to CMSSW: http://cms-sw.github.io\n+\n+Lorem Ipsum"}]} + diff --git a/tests/ReplayData/TestProcessPr.test_urgent.txt b/tests/ReplayData/TestProcessPr.test_urgent.txt new file mode 100644 index 00000000000..f9265635e03 --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_urgent.txt @@ -0,0 +1,110 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 09:31:15 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"91b73a5bb4a8e7c00982bfa63c8532031f164e28528da621e9043511c3e95be4"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:43:16 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4999'), ('X-RateLimit-Reset', '1746613875'), ('X-RateLimit-Used', '1'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E044:151E71:3F2A5DF:41163B4:681B2863')] +{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-30T13:43:16Z","pushed_at":"2025-05-07T09:27:45Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1305110,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":8,"watchers":0,"default_branch":"master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-05-07T07:56:35Z","pushed_at":"2025-05-07T09:07:47Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1461658,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4427,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1034,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4427,"open_issues":1034,"watchers":1140,"default_branch":"master"},"source":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-05-07T07:56:35Z","pushed_at":"2025-05-07T09:07:47Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1461658,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4427,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1034,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4427,"open_issues":1034,"watchers":1140,"default_branch":"master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":4427,"subscribers_count":0} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/9 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 09:31:16 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"9dbafe20b753e70b36ac73f186e6c4b80179b59b2f30722cc403a1474101b276"'), ('Last-Modified', 'Wed, 07 May 2025 09:31:05 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4998'), ('X-RateLimit-Reset', '1746613875'), ('X-RateLimit-Used', '2'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E054:147B18:476721E:4953083:681B2863')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmssw","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9/events","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9","id":2037764811,"node_id":"PR_kwDOF83__M5hyyjJ","number":9,"title":"Iarspider patch 1","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160599807,"node_id":"LA_kwDOF83__M8AAAABbzNK_w","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/trk","name":"trk","color":"257fdb","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600115,"node_id":"LA_kwDOF83__M8AAAABbzNMMw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-pending","name":"code-checks-pending","color":"fbca04","default":false,"description":null},{"id":6160600663,"node_id":"LA_kwDOF83__M8AAAABbzNOVw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/dqm-pending","name":"dqm-pending","color":"fbca04","default":false,"description":null},{"id":6160601371,"node_id":"LA_kwDOF83__M8AAAABbzNRGw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/l1-pending","name":"l1-pending","color":"fbca04","default":false,"description":null},{"id":6160601741,"node_id":"LA_kwDOF83__M8AAAABbzNSjQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/simulation-pending","name":"simulation-pending","color":"fbca04","default":false,"description":null}],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":7,"created_at":"2023-12-12T13:32:54Z","updated_at":"2025-05-07T09:31:05Z","closed_at":null,"author_association":"MEMBER","type":null,"active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/9","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/9.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/9.patch","merged_at":null},"body":" \r\n \r\n","closed_by":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 09:31:16 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4998'), ('X-RateLimit-Reset', '1746613875'), ('X-RateLimit-Used', '2'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E05A:25D19E:165968D:1702F62:681B2864')] +{"resources":{"core":{"limit":5000,"used":2,"remaining":4998,"reset":1746613875},"search":{"limit":30,"used":0,"remaining":30,"reset":1746610336},"graphql":{"limit":5000,"used":0,"remaining":5000,"reset":1746613876},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1746613876},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1746610336},"code_scanning_upload":{"limit":5000,"used":2,"remaining":4998,"reset":1746613875},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1746610336},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1746613876},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1746613876},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1746610336},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1746613876},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1746613876},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1746610336}},"rate":{"limit":5000,"used":2,"remaining":4998,"reset":1746613875}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/9 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 09:31:16 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"fd99b7ba5f56ee1da7f48683e409ee7373981f23d17b0fc641052a8c2b9bc617"'), ('Last-Modified', 'Wed, 07 May 2025 09:31:05 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4997'), ('X-RateLimit-Reset', '1746613875'), ('X-RateLimit-Used', '3'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E06A:151E71:3F2AB2D:4116912:681B2864')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/9","id":1640704201,"node_id":"PR_kwDOF83__M5hyyjJ","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/9.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/9.patch","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","number":9,"state":"open","locked":false,"title":"Iarspider patch 1","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"body":" \r\n \r\n","created_at":"2023-12-12T13:32:54Z","updated_at":"2025-05-07T09:31:05Z","closed_at":null,"merged_at":null,"merge_commit_sha":"c1571de061ad26ca9c95948735889ebae9d14145","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[{"id":6160598842,"node_id":"LA_kwDOF83__M8AAAABbzNHOg","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/pending-signatures","name":"pending-signatures","color":"ff8000","default":false,"description":null},{"id":6160599807,"node_id":"LA_kwDOF83__M8AAAABbzNK_w","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/trk","name":"trk","color":"257fdb","default":false,"description":null},{"id":6160599976,"node_id":"LA_kwDOF83__M8AAAABbzNLqA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/orp-pending","name":"orp-pending","color":"fbca04","default":false,"description":null},{"id":6160600064,"node_id":"LA_kwDOF83__M8AAAABbzNMAA","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/tests-pending","name":"tests-pending","color":"fbca04","default":false,"description":null},{"id":6160600115,"node_id":"LA_kwDOF83__M8AAAABbzNMMw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/code-checks-pending","name":"code-checks-pending","color":"fbca04","default":false,"description":null},{"id":6160600663,"node_id":"LA_kwDOF83__M8AAAABbzNOVw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/dqm-pending","name":"dqm-pending","color":"fbca04","default":false,"description":null},{"id":6160601371,"node_id":"LA_kwDOF83__M8AAAABbzNRGw","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/l1-pending","name":"l1-pending","color":"fbca04","default":false,"description":null},{"id":6160601741,"node_id":"LA_kwDOF83__M8AAAABbzNSjQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels/simulation-pending","name":"simulation-pending","color":"fbca04","default":false,"description":null}],"milestone":null,"draft":false,"commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/9/commits","review_comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/9/comments","review_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9/comments","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","head":{"label":"iarspider-cmssw:iarspider-patch-1","ref":"iarspider-patch-1","sha":"5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-30T13:43:16Z","pushed_at":"2025-05-07T09:27:45Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1305110,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":8,"watchers":0,"default_branch":"master"}},"base":{"label":"iarspider-cmssw:master","ref":"master","sha":"c83ecb127f70592a95b0544c2e7e2404c9d7e440","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-30T13:43:16Z","pushed_at":"2025-05-07T09:27:45Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1305110,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":8,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":8,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/9"},"html":{"href":"https://github.com/iarspider-cmssw/cmssw/pull/9"},"issue":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9"},"comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9/comments"},"review_comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/9/comments"},"review_comment":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/9/commits"},"statuses":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4"}},"author_association":"MEMBER","auto_merge":null,"active_lock_reason":null,"merged":false,"mergeable":true,"rebaseable":true,"mergeable_state":"clean","merged_by":null,"comments":7,"review_comments":0,"maintainer_can_modify":false,"commits":4,"additions":3,"deletions":1,"changed_files":2} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/milestones/4 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 09:31:17 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"1d457b0c71c320404fda589a153734f8af219405b07093daf0326e5f2784af1d"'), ('Last-Modified', 'Mon, 05 May 2025 13:10:48 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4996'), ('X-RateLimit-Reset', '1746613875'), ('X-RateLimit-Used', '4'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E070:70951:4282ED9:446F2E2:681B2864')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":4,"closed_issues":16,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-05-05T13:10:48Z","due_on":null,"closed_at":null} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/9/files?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 09:31:17 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"e65538f3a8b0a4b2a0f45b53febf8b6cf5619a8f9e518e83128d7bf30f98760b"'), ('Last-Modified', 'Wed, 07 May 2025 09:31:05 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4995'), ('X-RateLimit-Reset', '1746613875'), ('X-RateLimit-Used', '5'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E080:D3E49:3F1E0DC:4109D6C:681B2865')] +[{"sha":"9a83848133c1de5c6e0071f6c8ed7e527529534d","filename":"SimTracker/TrackTriggerAssociation/doc/README","status":"modified","additions":2,"deletions":1,"changes":3,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4/SimTracker%2FTrackTriggerAssociation%2Fdoc%2FREADME","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4/SimTracker%2FTrackTriggerAssociation%2Fdoc%2FREADME","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/SimTracker%2FTrackTriggerAssociation%2Fdoc%2FREADME?ref=5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","patch":"@@ -1,3 +1,4 @@\n+123321 000\n README SimTracker/TrackTriggerAssociation\n \n S.Viret: 26/07/16\n@@ -6,4 +7,4 @@ Documentation on TrackTriggerAssociation package is available on the following T\n \n For the TTClusters: https://twiki.cern.ch/twiki/bin/viewauth/CMS/SLHCTrackerTriggerSWTools#MC_truth_for_TTCluster\n \n-For the TTStubs: https://twiki.cern.ch/twiki/bin/viewauth/CMS/SLHCTrackerTriggerSWTools#MC_truth_for_TTStub\n\\ No newline at end of file\n+For the TTStubs: https://twiki.cern.ch/twiki/bin/viewauth/CMS/SLHCTrackerTriggerSWTools#MC_truth_for_TTStub"},{"sha":"fec8f9d86c13d6ca0ba7316317695d3df46af93d","filename":"Validation/TrackerHits/test/README","status":"modified","additions":1,"deletions":0,"changes":1,"blob_url":"https://github.com/iarspider-cmssw/cmssw/blob/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4/Validation%2FTrackerHits%2Ftest%2FREADME","raw_url":"https://github.com/iarspider-cmssw/cmssw/raw/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4/Validation%2FTrackerHits%2Ftest%2FREADME","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/Validation%2FTrackerHits%2Ftest%2FREADME?ref=5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","patch":"@@ -1,2 +1,3 @@\n+456654 000\n cmsRun runP.cfg\n eval `scramv1 ru -csh`"}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/9/commits?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 09:31:17 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"8074293a3f991162041e34db2ae82fe7f0474eeb2ee6672ac44c5317099495b9"'), ('Last-Modified', 'Wed, 07 May 2025 09:31:05 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4994'), ('X-RateLimit-Reset', '1746613875'), ('X-RateLimit-Used', '6'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E08E:12F8:2C21A57:2D92B9C:681B2865')] +[{"sha":"5391c56598b2b29a7ab6a5a5f3dbac8ec511574f","node_id":"C_kwDOF83__NoAKDUzOTFjNTY1OThiMmIyOWE3YWI2YTVhNWYzZGJhYzhlYzUxMTU3NGY","commit":{"author":{"name":"iarspider","email":"iarspider@gmail.com","date":"2023-12-12T13:31:11Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2023-12-12T13:31:11Z"},"message":"Update README","tree":{"sha":"b7bf7ac8d36f5c29169126103b0127be176634db","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/b7bf7ac8d36f5c29169126103b0127be176634db"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/5391c56598b2b29a7ab6a5a5f3dbac8ec511574f","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN PGP SIGNATURE-----\n\nwsBcBAABCAAQBQJleGCfCRBK7hj4Ov3rIwAAwngIAHnbeRj5WrJ7dp++xVef+Q/o\nWnbeynvVtg4iYmyGtiTYNB+fJ5olhbz5f6OSMzfGRuNUq9/UDE6o9xx4S1UZC73T\nBGDeNIj66dBMKp2+pSVlSS8s/xOaDpjnzlbyHa9rPfzWg4ksNimrpSzjWglQnfe1\nRJ/neas+K1I/eTZDAmOOZW5PGJSVZ1OTakJYMJxHt2VdDzTSLZRi6rIlRMF172qI\nXzOqoRzvxxFG6VmFU1dsKC9Xa7+2CSt+iHkoURrs1/m0AluXmvbPlgYm9+RMm4hw\n5j1P2Tgjzcq3UgomXqNg/Q6DOEEuSdhvSwzJd4dRYs5DbB0mnTwFMdeDKbrFN5c=\n=m9Zu\n-----END PGP SIGNATURE-----\n","payload":"tree b7bf7ac8d36f5c29169126103b0127be176634db\nparent 92957fee5d01ccef529a274e614af273046da378\nauthor iarspider 1702387871 +0100\ncommitter GitHub 1702387871 +0100\n\nUpdate README","verified_at":"2024-01-16T19:59:59Z"}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/5391c56598b2b29a7ab6a5a5f3dbac8ec511574f","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/5391c56598b2b29a7ab6a5a5f3dbac8ec511574f","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/5391c56598b2b29a7ab6a5a5f3dbac8ec511574f/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"92957fee5d01ccef529a274e614af273046da378","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/92957fee5d01ccef529a274e614af273046da378","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/92957fee5d01ccef529a274e614af273046da378"}]},{"sha":"17338beb185f1d28fdda4387ac6251c84c927eea","node_id":"C_kwDOF83__NoAKDE3MzM4YmViMTg1ZjFkMjhmZGRhNDM4N2FjNjI1MWM4NGM5MjdlZWE","commit":{"author":{"name":"iarspider","email":"iarspider@gmail.com","date":"2023-12-12T13:31:50Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2023-12-12T13:31:50Z"},"message":"Update README","tree":{"sha":"1120a135cbe3c8ae46e1fcbe14889ea77fee4331","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/1120a135cbe3c8ae46e1fcbe14889ea77fee4331"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/17338beb185f1d28fdda4387ac6251c84c927eea","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN PGP SIGNATURE-----\n\nwsBcBAABCAAQBQJleGDGCRBK7hj4Ov3rIwAArdsIADPEgFRz/FpWSa1dGiTrudWZ\nzC/TPrYBbEIdbLmn+yJ+xZiONsjQsmgbS00iCvmb5uhv9nWhW+qNuEsfUioTdNn4\n1pXXHEWs0fUyGEdkw3R1RYvBRA5cKN6Gczn8U48V5oxEHtYBaKxH5nwUe9bzqoea\nMQoE48ZBAURR3YFN5GYHaPKyu1DQbJfmnmjYdw1ZRl8jWT2xO06um9td6eamPZt0\n9Fj96ZDBVbQ74zuSb66AFaFec1/OmEmAI6/6asl65GrtNVap9EQjyqEL0vEa/DRf\n0izxzc/5xe3X4+T60X/AkR4APDjo3ukzi+eY53MPnM0L5oGaStp8f5x7/XiHzkM=\n=dfHZ\n-----END PGP SIGNATURE-----\n","payload":"tree 1120a135cbe3c8ae46e1fcbe14889ea77fee4331\nparent 5391c56598b2b29a7ab6a5a5f3dbac8ec511574f\nauthor iarspider 1702387910 +0100\ncommitter GitHub 1702387910 +0100\n\nUpdate README","verified_at":"2024-01-16T19:59:59Z"}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/17338beb185f1d28fdda4387ac6251c84c927eea","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/17338beb185f1d28fdda4387ac6251c84c927eea","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/17338beb185f1d28fdda4387ac6251c84c927eea/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"5391c56598b2b29a7ab6a5a5f3dbac8ec511574f","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/5391c56598b2b29a7ab6a5a5f3dbac8ec511574f","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/5391c56598b2b29a7ab6a5a5f3dbac8ec511574f"}]},{"sha":"4dfd0c268fa858e98fce9f9f9104e27e6e26fbac","node_id":"C_kwDOF83__NoAKDRkZmQwYzI2OGZhODU4ZTk4ZmNlOWY5ZjkxMDRlMjdlNmUyNmZiYWM","commit":{"author":{"name":"iarspider","email":"iarspider@gmail.com","date":"2023-12-12T13:51:25Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2023-12-12T13:51:25Z"},"message":"Update README","tree":{"sha":"baea5a0503fafad6f38c69b0e34bf63274269c28","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/baea5a0503fafad6f38c69b0e34bf63274269c28"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/4dfd0c268fa858e98fce9f9f9104e27e6e26fbac","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN PGP SIGNATURE-----\n\nwsBcBAABCAAQBQJleGVdCRBK7hj4Ov3rIwAAvIAIAEbYBfdeTGHftdXGzTn9G0QL\nG6GegjwyKdK5JYDmddzvHj1nZJbjEEGMJKKDepcvQHxIs1H6nZsxCQ1r6cjfk/0j\nQUCzZqkvgq7VpeLINSn/eA8kjNcYk0cfmQI+T2VNh+nGtZ4C5l9o+cPKZgp40ea0\nh97B+zncieWEwUis1WaZcUYOP2Mc1e3M/AuKTDNSwrVoop9J9sTmO/ywAvluzn4T\nZ7b22uON76ZdErlYYqyLOLYPeYbVZdjXI7xV/BHG6PkMZYRqbQinHE5PVwv7xxQQ\nQhKYCk8TOA7Pqj8uAaLQNkNvTFa+mnBlfgOkBtcDAo+gspqwgTpPb120zpP+TlQ=\n=kw38\n-----END PGP SIGNATURE-----\n","payload":"tree baea5a0503fafad6f38c69b0e34bf63274269c28\nparent 17338beb185f1d28fdda4387ac6251c84c927eea\nauthor iarspider 1702389085 +0100\ncommitter GitHub 1702389085 +0100\n\nUpdate README","verified_at":"2024-01-16T19:59:59Z"}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/4dfd0c268fa858e98fce9f9f9104e27e6e26fbac","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/4dfd0c268fa858e98fce9f9f9104e27e6e26fbac","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/4dfd0c268fa858e98fce9f9f9104e27e6e26fbac/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"17338beb185f1d28fdda4387ac6251c84c927eea","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/17338beb185f1d28fdda4387ac6251c84c927eea","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/17338beb185f1d28fdda4387ac6251c84c927eea"}]},{"sha":"5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","node_id":"C_kwDOF83__NoAKDVhNzZjNWJkMmZjOTNlZjg3ZWFjOGE0OGY1ZmM1ODE2YjAxZDdmYzQ","commit":{"author":{"name":"iarspider","email":"iarspider@gmail.com","date":"2023-12-12T13:57:07Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2023-12-12T13:57:07Z"},"message":"Update README","tree":{"sha":"08e45dc912b83bf43846eb037547f32e94f201d1","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/08e45dc912b83bf43846eb037547f32e94f201d1"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","comment_count":0,"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN PGP SIGNATURE-----\n\nwsBcBAABCAAQBQJleGazCRBK7hj4Ov3rIwAAeXcIAD8WJ1EG3fIzkuq3+wW1ERcK\n0Wjvhr7Fqwu1QaQhvsoMBQ7Jldi72tam9v3kyomchYx1X0oxWv+HLW5jXr3yAUya\nvCUwbl9As0P0r9+ZMjZFukwLQRX8wrPrTy0eaO1IGxi+d3I2fuzM1BncxaC0JRhy\n6MgQcbHBIu7Q6ntLPB3o5cfnnMUtzMOo0Ng3DPxeQtE1Rf/Bx7B7+dX8qIgugsfJ\n7FiQylG2aSDRdnn4CgyaJclJ90iWhf7x7Xo1IaEeVJTEI3t5XvJTn9R0Nl6Is8O+\nGdZQKH20TURi2NWxbYgQKwaZAzgU5qBj8YxlETjj6DVOI6SMumpOMyNIWkltb4A=\n=zg7r\n-----END PGP SIGNATURE-----\n","payload":"tree 08e45dc912b83bf43846eb037547f32e94f201d1\nparent 4dfd0c268fa858e98fce9f9f9104e27e6e26fbac\nauthor iarspider 1702389427 +0100\ncommitter GitHub 1702389427 +0100\n\nUpdate README","verified_at":"2024-01-16T19:59:59Z"}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"web-flow","id":19864447,"node_id":"MDQ6VXNlcjE5ODY0NDQ3","avatar_url":"https://avatars.githubusercontent.com/u/19864447?v=4","gravatar_id":"","url":"https://api.github.com/users/web-flow","html_url":"https://github.com/web-flow","followers_url":"https://api.github.com/users/web-flow/followers","following_url":"https://api.github.com/users/web-flow/following{/other_user}","gists_url":"https://api.github.com/users/web-flow/gists{/gist_id}","starred_url":"https://api.github.com/users/web-flow/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/web-flow/subscriptions","organizations_url":"https://api.github.com/users/web-flow/orgs","repos_url":"https://api.github.com/users/web-flow/repos","events_url":"https://api.github.com/users/web-flow/events{/privacy}","received_events_url":"https://api.github.com/users/web-flow/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"4dfd0c268fa858e98fce9f9f9104e27e6e26fbac","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/4dfd0c268fa858e98fce9f9f9104e27e6e26fbac","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/4dfd0c268fa858e98fce9f9f9104e27e6e26fbac"}]}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/commits/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4/status +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 09:31:17 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"9c7c966fe4762a496f398cd4706ff44358fa9027fb48cd4ab185d8267955a4ae"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo, repo:status'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4993'), ('X-RateLimit-Reset', '1746613875'), ('X-RateLimit-Used', '7'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E09E:CDF22:43EC5A0:45D839C:681B2865')] +{"state":"pending","statuses":[],"sha":"5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","total_count":0,"repository":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments"},"commit_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4/status"} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/git/commits/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 09:31:18 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"09faac459b34e80ee5bc618de0ff1d1be60447ed3d53061aa76c1f669b013a33"'), ('Last-Modified', 'Tue, 12 Dec 2023 13:57:07 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4992'), ('X-RateLimit-Reset', '1746613875'), ('X-RateLimit-Used', '8'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E0AE:12F8:2C21D33:2D92E89:681B2865')] +{"sha":"5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","node_id":"C_kwDOF83__NoAKDVhNzZjNWJkMmZjOTNlZjg3ZWFjOGE0OGY1ZmM1ODE2YjAxZDdmYzQ","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/5a76c5bd2fc93ef87eac8a48f5fc5816b01d7fc4","author":{"name":"iarspider","email":"iarspider@gmail.com","date":"2023-12-12T13:57:07Z"},"committer":{"name":"GitHub","email":"noreply@github.com","date":"2023-12-12T13:57:07Z"},"tree":{"sha":"08e45dc912b83bf43846eb037547f32e94f201d1","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/08e45dc912b83bf43846eb037547f32e94f201d1"},"message":"Update README","parents":[{"sha":"4dfd0c268fa858e98fce9f9f9104e27e6e26fbac","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/4dfd0c268fa858e98fce9f9f9104e27e6e26fbac","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/4dfd0c268fa858e98fce9f9f9104e27e6e26fbac"}],"verification":{"verified":true,"reason":"valid","signature":"-----BEGIN PGP SIGNATURE-----\n\nwsBcBAABCAAQBQJleGazCRBK7hj4Ov3rIwAAeXcIAD8WJ1EG3fIzkuq3+wW1ERcK\n0Wjvhr7Fqwu1QaQhvsoMBQ7Jldi72tam9v3kyomchYx1X0oxWv+HLW5jXr3yAUya\nvCUwbl9As0P0r9+ZMjZFukwLQRX8wrPrTy0eaO1IGxi+d3I2fuzM1BncxaC0JRhy\n6MgQcbHBIu7Q6ntLPB3o5cfnnMUtzMOo0Ng3DPxeQtE1Rf/Bx7B7+dX8qIgugsfJ\n7FiQylG2aSDRdnn4CgyaJclJ90iWhf7x7Xo1IaEeVJTEI3t5XvJTn9R0Nl6Is8O+\nGdZQKH20TURi2NWxbYgQKwaZAzgU5qBj8YxlETjj6DVOI6SMumpOMyNIWkltb4A=\n=zg7r\n-----END PGP SIGNATURE-----\n","payload":"tree 08e45dc912b83bf43846eb037547f32e94f201d1\nparent 4dfd0c268fa858e98fce9f9f9104e27e6e26fbac\nauthor iarspider 1702389427 +0100\ncommitter GitHub 1702389427 +0100\n\nUpdate README","verified_at":"2024-01-16T19:59:59Z"}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/9/comments?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 07 May 2025 09:31:18 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"010ba738241f9e77b642297965b0f3948fdd2446492548ebddd536f8f2098456"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4991'), ('X-RateLimit-Reset', '1746613875'), ('X-RateLimit-Used', '9'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'E0B8:B7470:4127B7A:4313996:681B2866')] +[{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852047910","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9#issuecomment-1852047910","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","id":1852047910,"node_id":"IC_kwDOF83__M5uZAIm","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2023-12-12T13:36:11Z","updated_at":"2023-12-12T13:57:31Z","author_association":"MEMBER","body":"cms-bot internal usage","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852047910/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852049424","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9#issuecomment-1852049424","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","id":1852049424,"node_id":"IC_kwDOF83__M5uZAgQ","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2023-12-12T13:37:11Z","updated_at":"2023-12-12T13:37:11Z","author_association":"MEMBER","body":"+code-checks","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852049424/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852050207","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9#issuecomment-1852050207","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","id":1852050207,"node_id":"IC_kwDOF83__M5uZAsf","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2023-12-12T13:37:37Z","updated_at":"2023-12-12T13:37:37Z","author_association":"MEMBER","body":"A new Pull Request was created by iarspider for master.\n\nIt involves the following packages:\n\n- SimTracker/TrackTriggerAssociation (**simulation, l1**)\n- Validation/TrackerHits (**dqm**)\n\n\nepalencia, syuvivida, aloeliger, tjavaid, iarspider, rvenditti, antoniovagnerini, nothingface0, mdhildreth, civanch can you please review it and eventually sign? Thanks.\nthreus, mmusich, arossi83, dgulhan, VinInn, sroychow, rovere, JanFSchulte, VourMa, GiacomoSguazzoni, mtosi, missirol this is something you requested to watch as well.\nantoniovilela, sextonkennedy, rappoccio you are the release manager for this.\n\ncms-bot commands are listed here\n","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852050207/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852068434","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9#issuecomment-1852068434","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","id":1852068434,"node_id":"IC_kwDOF83__M5uZFJS","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2023-12-12T13:45:49Z","updated_at":"2023-12-12T13:45:49Z","author_association":"MEMBER","body":"+dqm","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852068434/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852079588","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9#issuecomment-1852079588","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","id":1852079588,"node_id":"IC_kwDOF83__M5uZH3k","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2023-12-12T13:52:20Z","updated_at":"2023-12-12T13:52:20Z","author_association":"MEMBER","body":"+code-checks","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852079588/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852080208","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9#issuecomment-1852080208","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","id":1852080208,"node_id":"IC_kwDOF83__M5uZIBQ","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2023-12-12T13:52:40Z","updated_at":"2023-12-12T13:52:40Z","author_association":"MEMBER","body":"Pull request #9 was updated. epalencia, iarspider, aloeliger, mdhildreth, civanch can you please check and sign again.\n","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/1852080208/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null},{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2857856131","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/9#issuecomment-2857856131","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/9","id":2857856131,"node_id":"IC_kwDOF83__M6qV2yD","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"created_at":"2025-05-07T09:31:03Z","updated_at":"2025-05-07T09:31:03Z","author_association":"MEMBER","body":"urgent","reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments/2857856131/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"performed_via_github_app":null}] + diff --git a/tests/ReplayData/TestProcessPr.test_warn_many_files.txt b/tests/ReplayData/TestProcessPr.test_warn_many_files.txt new file mode 100644 index 00000000000..a88d865dcb1 --- /dev/null +++ b/tests/ReplayData/TestProcessPr.test_warn_many_files.txt @@ -0,0 +1,99 @@ +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:13:05 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"b55de43b1d9d93f177fc98f4d55845941c0abe464a32e075d15b16b440657fae"'), ('Last-Modified', 'Wed, 30 Apr 2025 13:43:16 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4806'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '194'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'BD8E:1CC6F5:4FCC8B:517520:68122FF1')] +{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-30T13:43:16Z","pushed_at":"2025-04-30T14:10:02Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1299422,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":6,"watchers":0,"default_branch":"master","permissions":{"admin":true,"maintain":true,"push":true,"triage":true,"pull":true},"temp_clone_token":"","allow_squash_merge":true,"allow_merge_commit":true,"allow_rebase_merge":true,"allow_auto_merge":false,"delete_branch_on_merge":false,"allow_update_branch":false,"use_squash_pr_title_as_default":false,"squash_merge_commit_message":"COMMIT_MESSAGES","squash_merge_commit_title":"COMMIT_OR_PR_TITLE","merge_commit_message":"PR_TITLE","merge_commit_title":"MERGE_MESSAGE","custom_properties":{},"organization":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"parent":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-30T06:00:19Z","pushed_at":"2025-04-30T09:07:11Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1461193,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4425,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1027,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4425,"open_issues":1027,"watchers":1140,"default_branch":"master"},"source":{"id":10969551,"node_id":"MDEwOlJlcG9zaXRvcnkxMDk2OTU1MQ==","name":"cmssw","full_name":"cms-sw/cmssw","private":false,"owner":{"login":"cms-sw","id":3863500,"node_id":"MDEyOk9yZ2FuaXphdGlvbjM4NjM1MDA=","avatar_url":"https://avatars.githubusercontent.com/u/3863500?v=4","gravatar_id":"","url":"https://api.github.com/users/cms-sw","html_url":"https://github.com/cms-sw","followers_url":"https://api.github.com/users/cms-sw/followers","following_url":"https://api.github.com/users/cms-sw/following{/other_user}","gists_url":"https://api.github.com/users/cms-sw/gists{/gist_id}","starred_url":"https://api.github.com/users/cms-sw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/cms-sw/subscriptions","organizations_url":"https://api.github.com/users/cms-sw/orgs","repos_url":"https://api.github.com/users/cms-sw/repos","events_url":"https://api.github.com/users/cms-sw/events{/privacy}","received_events_url":"https://api.github.com/users/cms-sw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/cms-sw/cmssw","description":"CMS Offline Software","fork":false,"url":"https://api.github.com/repos/cms-sw/cmssw","forks_url":"https://api.github.com/repos/cms-sw/cmssw/forks","keys_url":"https://api.github.com/repos/cms-sw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/cms-sw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/cms-sw/cmssw/teams","hooks_url":"https://api.github.com/repos/cms-sw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/cms-sw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/cms-sw/cmssw/events","assignees_url":"https://api.github.com/repos/cms-sw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/cms-sw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/cms-sw/cmssw/tags","blobs_url":"https://api.github.com/repos/cms-sw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/cms-sw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/cms-sw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/cms-sw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/cms-sw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/cms-sw/cmssw/languages","stargazers_url":"https://api.github.com/repos/cms-sw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/cms-sw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/cms-sw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/cms-sw/cmssw/subscription","commits_url":"https://api.github.com/repos/cms-sw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/cms-sw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/cms-sw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/cms-sw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/cms-sw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/cms-sw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/cms-sw/cmssw/merges","archive_url":"https://api.github.com/repos/cms-sw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/cms-sw/cmssw/downloads","issues_url":"https://api.github.com/repos/cms-sw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/cms-sw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/cms-sw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/cms-sw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/cms-sw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/cms-sw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/cms-sw/cmssw/deployments","created_at":"2013-06-26T14:09:07Z","updated_at":"2025-04-30T06:00:19Z","pushed_at":"2025-04-30T09:07:11Z","git_url":"git://github.com/cms-sw/cmssw.git","ssh_url":"git@github.com:cms-sw/cmssw.git","clone_url":"https://github.com/cms-sw/cmssw.git","svn_url":"https://github.com/cms-sw/cmssw","homepage":"http://cms-sw.github.io/","size":1461193,"stargazers_count":1140,"watchers_count":1140,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":4425,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":1027,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":["c-plus-plus","cern","cms-experiment","hep"],"visibility":"public","forks":4425,"open_issues":1027,"watchers":1140,"default_branch":"master"},"security_and_analysis":{"secret_scanning":{"status":"disabled"},"secret_scanning_push_protection":{"status":"disabled"},"dependabot_security_updates":{"status":"disabled"},"secret_scanning_non_provider_patterns":{"status":"disabled"},"secret_scanning_validity_checks":{"status":"disabled"}},"network_count":4425,"subscribers_count":0} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/38 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:13:06 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"1152ebe04e6f037f4e446da9ad7d81d0c824e06732b6dfd3fc916ce0429398a2"'), ('Last-Modified', 'Wed, 30 Apr 2025 14:12:09 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4805'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '195'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'BD92:2A5676:523C64:53E4DB:68122FF1')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/38","repository_url":"https://api.github.com/repos/iarspider-cmssw/cmssw","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/38/labels{/name}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/38/comments","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/38/events","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/38","id":3031419624,"node_id":"PR_kwDOF83__M6Ugvwd","number":38,"title":"Test commit with many files","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"labels":[],"state":"open","locked":false,"assignee":null,"assignees":[],"milestone":null,"comments":0,"created_at":"2025-04-30T14:12:09Z","updated_at":"2025-04-30T14:12:09Z","closed_at":null,"author_association":"MEMBER","type":null,"active_lock_reason":null,"draft":false,"pull_request":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/38","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/38","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/38.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/38.patch","merged_at":null},"body":"\r\n#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","closed_by":null,"reactions":{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/38/reactions","total_count":0,"+1":0,"-1":0,"laugh":0,"hooray":0,"confused":0,"heart":0,"rocket":0,"eyes":0},"timeline_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/38/timeline","performed_via_github_app":null,"state_reason":null} + +https +GET +api.github.com +None +/rate_limit +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:13:06 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'no-cache'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4805'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '195'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Vary', 'Accept-Encoding, Accept, X-Requested-With'), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'BD96:143563:531646:54BECA:68122FF2')] +{"resources":{"core":{"limit":5000,"used":195,"remaining":4805,"reset":1746022671},"search":{"limit":30,"used":0,"remaining":30,"reset":1746022446},"graphql":{"limit":5000,"used":3,"remaining":4997,"reset":1746022935},"integration_manifest":{"limit":5000,"used":0,"remaining":5000,"reset":1746025986},"source_import":{"limit":100,"used":0,"remaining":100,"reset":1746022446},"code_scanning_upload":{"limit":5000,"used":195,"remaining":4805,"reset":1746022671},"code_scanning_autofix":{"limit":10,"used":0,"remaining":10,"reset":1746022446},"actions_runner_registration":{"limit":10000,"used":0,"remaining":10000,"reset":1746025986},"scim":{"limit":15000,"used":0,"remaining":15000,"reset":1746025986},"dependency_snapshots":{"limit":100,"used":0,"remaining":100,"reset":1746022446},"audit_log":{"limit":1750,"used":0,"remaining":1750,"reset":1746025986},"audit_log_streaming":{"limit":15,"used":0,"remaining":15,"reset":1746025986},"code_search":{"limit":10,"used":0,"remaining":10,"reset":1746022446}},"rate":{"limit":5000,"used":195,"remaining":4805,"reset":1746022671}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/38 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:13:06 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"a354a663926d9302e9075d9d21a2cdae233fee5dedfc1da0295b607292172b0a"'), ('Last-Modified', 'Wed, 30 Apr 2025 14:12:09 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4804'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '196'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'BD98:52083:59A805:5B50EC:68122FF2')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/38","id":2491612189,"node_id":"PR_kwDOF83__M6Ugvwd","html_url":"https://github.com/iarspider-cmssw/cmssw/pull/38","diff_url":"https://github.com/iarspider-cmssw/cmssw/pull/38.diff","patch_url":"https://github.com/iarspider-cmssw/cmssw/pull/38.patch","issue_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/38","number":38,"state":"open","locked":false,"title":"Test commit with many files","user":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"body":"\r\n#### PR description:\r\n\r\n\r\n\r\n#### PR validation:\r\n\r\n\r\n\r\n#### If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:\r\n\r\n\r\n\r\nBefore submitting your pull requests, make sure you followed this checklist:\r\n- verify that the PR is really intended for the chosen branch\r\n- verify that changes follow [CMS Naming, Coding, And Style Rules](http://cms-sw.github.io/cms_coding_rules.html)\r\n- verify that the PR passes the basic test procedure suggested in the [CMSSW PR instructions](https://cms-sw.github.io/PRWorkflow.html)\r\n\r\n\r\n","created_at":"2025-04-30T14:12:09Z","updated_at":"2025-04-30T14:12:09Z","closed_at":null,"merged_at":null,"merge_commit_sha":"e28444903222a263ec5114a33c0acef7d8de7b6c","assignee":null,"assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[],"milestone":null,"draft":false,"commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/38/commits","review_comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/38/comments","review_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/38/comments","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/b6db3e643d2bd16deee12590d1312a3addcd2d75","head":{"label":"iarspider-cmssw:test-many-files-2","ref":"test-many-files-2","sha":"b6db3e643d2bd16deee12590d1312a3addcd2d75","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-30T13:43:16Z","pushed_at":"2025-04-30T14:10:02Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1299422,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":6,"watchers":0,"default_branch":"master"}},"base":{"label":"iarspider-cmssw:master","ref":"master","sha":"c83ecb127f70592a95b0544c2e7e2404c9d7e440","user":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments","created_at":"2021-08-24T07:36:01Z","updated_at":"2025-04-30T13:43:16Z","pushed_at":"2025-04-30T14:10:02Z","git_url":"git://github.com/iarspider-cmssw/cmssw.git","ssh_url":"git@github.com:iarspider-cmssw/cmssw.git","clone_url":"https://github.com/iarspider-cmssw/cmssw.git","svn_url":"https://github.com/iarspider-cmssw/cmssw","homepage":"http://cms-sw.github.io/","size":1299422,"stargazers_count":0,"watchers_count":0,"language":"C++","has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"has_discussions":false,"forks_count":1,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":6,"license":{"key":"apache-2.0","name":"Apache License 2.0","spdx_id":"Apache-2.0","url":"https://api.github.com/licenses/apache-2.0","node_id":"MDc6TGljZW5zZTI="},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"topics":[],"visibility":"public","forks":1,"open_issues":6,"watchers":0,"default_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/38"},"html":{"href":"https://github.com/iarspider-cmssw/cmssw/pull/38"},"issue":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/38"},"comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/38/comments"},"review_comments":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/38/comments"},"review_comment":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls/38/commits"},"statuses":{"href":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/b6db3e643d2bd16deee12590d1312a3addcd2d75"}},"author_association":"MEMBER","auto_merge":null,"active_lock_reason":null,"merged":false,"mergeable":true,"rebaseable":true,"mergeable_state":"clean","merged_by":null,"comments":0,"review_comments":0,"maintainer_can_modify":false,"commits":1,"additions":1506,"deletions":0,"changed_files":1510} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/milestones/4 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:13:07 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"8aef849fec31120e0be76ec0ab63cd98812fe41410780ec3488605634182feae"'), ('Last-Modified', 'Wed, 30 Apr 2025 14:09:59 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4803'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '197'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'BDA2:729CD:50FF5A:52A802:68122FF2')] +{"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4","html_url":"https://github.com/iarspider-cmssw/cmssw/milestone/4","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones/4/labels","id":10609566,"node_id":"MI_kwDOF83__M4AoeOe","number":4,"title":"CMSSW_14_1_X","description":null,"creator":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"open_issues":2,"closed_issues":17,"state":"open","created_at":"2024-02-27T10:38:11Z","updated_at":"2025-04-30T14:09:59Z","due_on":null,"closed_at":null} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/pulls/38/commits?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:13:08 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"2b7888bccec47fbbadf487d3de75b89f3228abbd1bf78adf617cf8025fad749b"'), ('Last-Modified', 'Wed, 30 Apr 2025 14:12:09 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4802'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '198'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'BDA4:E666D:53AE76:555772:68122FF4')] +[{"sha":"b6db3e643d2bd16deee12590d1312a3addcd2d75","node_id":"C_kwDOF83__NoAKGI2ZGIzZTY0M2QyYmQxNmRlZWUxMjU5MGQxMzEyYTNhZGRjZDJkNzU","commit":{"author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"message":"Test commit with many files","tree":{"sha":"d8f8da26398eca77794c2a8409031a5ab8ac23df","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/d8f8da26398eca77794c2a8409031a5ab8ac23df"},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}},"url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/b6db3e643d2bd16deee12590d1312a3addcd2d75","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75/comments","author":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"committer":{"login":"iarspider","id":636602,"node_id":"MDQ6VXNlcjYzNjYwMg==","avatar_url":"https://avatars.githubusercontent.com/u/636602?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider","html_url":"https://github.com/iarspider","followers_url":"https://api.github.com/users/iarspider/followers","following_url":"https://api.github.com/users/iarspider/following{/other_user}","gists_url":"https://api.github.com/users/iarspider/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider/subscriptions","organizations_url":"https://api.github.com/users/iarspider/orgs","repos_url":"https://api.github.com/users/iarspider/repos","events_url":"https://api.github.com/users/iarspider/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider/received_events","type":"User","user_view_type":"public","site_admin":false},"parents":[{"sha":"c83ecb127f70592a95b0544c2e7e2404c9d7e440","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/c83ecb127f70592a95b0544c2e7e2404c9d7e440","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c83ecb127f70592a95b0544c2e7e2404c9d7e440"}]}] + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75/status +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:13:08 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"ad2035e983a239ad67fe50998e4d797233d67b9ed9ad6da87015b131ea1df9c8"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', 'repo, repo:status'), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4801'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '199'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'BDAE:359D07:533E6C:54E79C:68122FF4')] +{"state":"pending","statuses":[],"sha":"b6db3e643d2bd16deee12590d1312a3addcd2d75","total_count":0,"repository":{"id":399376380,"node_id":"MDEwOlJlcG9zaXRvcnkzOTkzNzYzODA=","name":"cmssw","full_name":"iarspider-cmssw/cmssw","private":false,"owner":{"login":"iarspider-cmssw","id":143407406,"node_id":"O_kgDOCIw5Lg","avatar_url":"https://avatars.githubusercontent.com/u/143407406?v=4","gravatar_id":"","url":"https://api.github.com/users/iarspider-cmssw","html_url":"https://github.com/iarspider-cmssw","followers_url":"https://api.github.com/users/iarspider-cmssw/followers","following_url":"https://api.github.com/users/iarspider-cmssw/following{/other_user}","gists_url":"https://api.github.com/users/iarspider-cmssw/gists{/gist_id}","starred_url":"https://api.github.com/users/iarspider-cmssw/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/iarspider-cmssw/subscriptions","organizations_url":"https://api.github.com/users/iarspider-cmssw/orgs","repos_url":"https://api.github.com/users/iarspider-cmssw/repos","events_url":"https://api.github.com/users/iarspider-cmssw/events{/privacy}","received_events_url":"https://api.github.com/users/iarspider-cmssw/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/iarspider-cmssw/cmssw","description":"CMS Offline Software","fork":true,"url":"https://api.github.com/repos/iarspider-cmssw/cmssw","forks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/forks","keys_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/keys{/key_id}","collaborators_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/teams","hooks_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/hooks","issue_events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/events{/number}","events_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/events","assignees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/assignees{/user}","branches_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/branches{/branch}","tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/tags","blobs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/refs{/sha}","trees_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees{/sha}","statuses_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/statuses/{sha}","languages_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/languages","stargazers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/stargazers","contributors_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contributors","subscribers_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscribers","subscription_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/subscription","commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits{/sha}","git_commits_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits{/sha}","comments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/comments{/number}","issue_comment_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues/comments{/number}","contents_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/contents/{+path}","compare_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/compare/{base}...{head}","merges_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/merges","archive_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/downloads","issues_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/issues{/number}","pulls_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/pulls{/number}","milestones_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/milestones{/number}","notifications_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/labels{/name}","releases_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/releases{/id}","deployments_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/deployments"},"commit_url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75/status"} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/git/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:13:08 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', 'W/"7b4174f8ea8dbf62ceeacee8b12d45b60388cbeee937e32b467b256e0e8db8d2"'), ('Last-Modified', 'Wed, 30 Apr 2025 14:08:46 GMT'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4800'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '200'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Content-Encoding', 'gzip'), ('Transfer-Encoding', 'chunked'), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'BDB6:C14B7:4FF2E7:519B6A:68122FF4')] +{"sha":"b6db3e643d2bd16deee12590d1312a3addcd2d75","node_id":"C_kwDOF83__NoAKGI2ZGIzZTY0M2QyYmQxNmRlZWUxMjU5MGQxMzEyYTNhZGRjZDJkNzU","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/b6db3e643d2bd16deee12590d1312a3addcd2d75","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/b6db3e643d2bd16deee12590d1312a3addcd2d75","author":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"committer":{"name":"Ivan Razumov","email":"iarspider@gmail.com","date":"2025-04-30T14:08:46Z"},"tree":{"sha":"d8f8da26398eca77794c2a8409031a5ab8ac23df","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/trees/d8f8da26398eca77794c2a8409031a5ab8ac23df"},"message":"Test commit with many files","parents":[{"sha":"c83ecb127f70592a95b0544c2e7e2404c9d7e440","url":"https://api.github.com/repos/iarspider-cmssw/cmssw/git/commits/c83ecb127f70592a95b0544c2e7e2404c9d7e440","html_url":"https://github.com/iarspider-cmssw/cmssw/commit/c83ecb127f70592a95b0544c2e7e2404c9d7e440"}],"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null,"verified_at":null}} + +https +GET +api.github.com +None +/repos/iarspider-cmssw/cmssw/issues/38/comments?per_page=100 +{'Authorization': 'token private_token_removed', 'User-Agent': 'PyGithub/Python'} +None +200 +[('Date', 'Wed, 30 Apr 2025 14:13:08 GMT'), ('Content-Type', 'application/json; charset=utf-8'), ('Content-Length', '2'), ('Cache-Control', 'private, max-age=60, s-maxage=60'), ('Vary', 'Accept, Authorization, Cookie, X-GitHub-OTP,Accept-Encoding, Accept, X-Requested-With'), ('ETag', '"cc3cf89db95a6b340628b5378432e2c6087fa8f10025c5fb8c9ad4b480ed0967"'), ('X-OAuth-Scopes', 'admin:org, project, repo, workflow, write:discussion'), ('X-Accepted-OAuth-Scopes', ''), ('X-GitHub-Media-Type', 'github.v3; format=json'), ('x-github-api-version-selected', '2022-11-28'), ('X-RateLimit-Limit', '5000'), ('X-RateLimit-Remaining', '4799'), ('X-RateLimit-Reset', '1746022671'), ('X-RateLimit-Used', '201'), ('X-RateLimit-Resource', 'core'), ('Access-Control-Expose-Headers', 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset'), ('Access-Control-Allow-Origin', '*'), ('Strict-Transport-Security', 'max-age=31536000; includeSubdomains; preload'), ('X-Frame-Options', 'deny'), ('X-Content-Type-Options', 'nosniff'), ('X-XSS-Protection', '0'), ('Referrer-Policy', 'origin-when-cross-origin, strict-origin-when-cross-origin'), ('Content-Security-Policy', "default-src 'none'"), ('Server', 'github.com'), ('X-GitHub-Request-Id', 'BDBA:52083:59B5B8:5B5EE4:68122FF4')] +[] + diff --git a/tests/ReplayData/test_ack_many_files.json b/tests/ReplayData/test_ack_many_files.json new file mode 100644 index 00000000000..636a74adf3f --- /dev/null +++ b/tests/ReplayData/test_ack_many_files.json @@ -0,0 +1 @@ +["Alignment/APEEstimation/BuildFile.xml", "Alignment/APEEstimation/data/lumiperrun2016.txt", "Alignment/APEEstimation/data/lumiperrun2017.txt", "Alignment/APEEstimation/data/lumiperrun2018.txt", "Alignment/APEEstimation/interface/EventVariables.h", "Alignment/APEEstimation/interface/ReducedTrackerTreeVariables.h", "Alignment/APEEstimation/interface/TrackerDetectorStruct.h", "Alignment/APEEstimation/interface/TrackerSectorStruct.h", "Alignment/APEEstimation/macros/writeAPEsInASCII.C", "Alignment/APEEstimation/plugins/ApeEstimator.cc", "Alignment/APEEstimation/plugins/ApeEstimatorSummary.cc", "Alignment/APEEstimation/plugins/ApeTreeCreateDefault.cc", "Alignment/APEEstimation/plugins/BuildFile.xml", "Alignment/APEEstimation/python/AlignmentTrackSelector_cff.py", "Alignment/APEEstimation/python/ApeEstimator_cff.py", "Alignment/APEEstimation/python/ApeEstimator_cfi.py", "Alignment/APEEstimation/python/ApeEstimatorSummary_cff.py", "Alignment/APEEstimation/python/ApeEstimatorSummary_cfi.py", "Alignment/APEEstimation/python/conditions/init.py", "Alignment/APEEstimation/python/PrivateSkim_EventContent_cff.py", "Alignment/APEEstimation/python/samples/Data_TkAlMinBias_Run2018C_PromptReco_v3_cff.py", "Alignment/APEEstimation/python/samples/Data_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py", "Alignment/APEEstimation/python/samples/Data_TkAlZMuMu_Run2015B_DoubleMuon_PromptReco_v1_cff.py", "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_ApeSkim_cff.py", "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_cff.py", "Alignment/APEEstimation/python/samples/MC_UL16_ttbar_cff.py", "Alignment/APEEstimation/python/samples/MC_UnitTest_TkAlMuonIsolated_cff.py", "Alignment/APEEstimation/python/SectorBuilder_Bpix_cff.py", "Alignment/APEEstimation/python/SectorBuilder_Bpix_Phase0_cff.py", "Alignment/APEEstimation/python/SectorBuilder_cff.py", "Alignment/APEEstimation/python/SectorBuilder_cfi.py", "Alignment/APEEstimation/python/SectorBuilder_Fpix_cff.py", "Alignment/APEEstimation/python/SectorBuilder_Fpix_Phase0_cff.py", "Alignment/APEEstimation/python/SectorBuilder_Tec_cff.py", "Alignment/APEEstimation/python/SectorBuilder_Tib_cff.py", "Alignment/APEEstimation/python/SectorBuilder_Tid_cff.py", "Alignment/APEEstimation/python/SectorBuilder_Tob_cff.py", "Alignment/APEEstimation/python/TrackRefitter_38T_cff.py", "Alignment/APEEstimation/scripts/initialise.bash", "Alignment/APEEstimation/test/apeMeasurement/apeDetermination_cfg.py", "Alignment/APEEstimation/test/apeMeasurement/apeMeasurement.py", "Alignment/APEEstimation/test/apeMeasurement/apeWrite_cfg.py", "Alignment/APEEstimation/test/apeMeasurement/condorTemplates.py", "Alignment/APEEstimation/test/apeMeasurement/config.yaml", "Alignment/APEEstimation/test/apeMeasurement/finishIterationScript.tcsh", "Alignment/APEEstimation/test/apeMeasurement/helpers.py", "Alignment/APEEstimation/test/apeMeasurement/mc_example.yaml", "Alignment/APEEstimation/test/apeMeasurement/mergeStep.py", "Alignment/APEEstimation/test/apeMeasurement/moveSkimOutput.py", "Alignment/APEEstimation/test/apeMeasurement/prepareMeasurement.py", "Alignment/APEEstimation/test/apeMeasurement/prepScript.tcsh", "Alignment/APEEstimation/test/apeMeasurement/pythonTemplates.py", "Alignment/APEEstimation/test/apeMeasurement/refitting_cfg.py", "Alignment/APEEstimation/test/apeMeasurement/refittingScript.tcsh", "Alignment/APEEstimation/test/apeMeasurement/skim_cfg.py", "Alignment/APEEstimation/test/apeMeasurement/skimScript.tcsh", "Alignment/APEEstimation/test/apeTreeCreateDefault_cfg.py", "Alignment/APEEstimation/test/autoSubmitter/autoSubmitter.py", "Alignment/APEEstimation/test/autoSubmitter/autoSubmitterTemplates.py", "Alignment/APEEstimation/test/autoSubmitter/config.ini", "Alignment/APEEstimation/test/autoSubmitter/helpers.py", "Alignment/APEEstimation/test/autoSubmitter/unitTest.ini", "Alignment/APEEstimation/test/BuildFile.xml", "Alignment/APEEstimation/test/cfgTemplate/apeEstimator_cfg.py", "Alignment/APEEstimation/test/cfgTemplate/apeEstimatorSummary_cfg.py", "Alignment/APEEstimation/test/cfgTemplate/apeLocalSetting_cfg.py", "Alignment/APEEstimation/test/createTrackerAlignmentErrorExtendedRcd_cfg.py", "Alignment/APEEstimation/test/plottingTools/drawIterations.py", "Alignment/APEEstimation/test/plottingTools/drawResults.py", "Alignment/APEEstimation/test/plottingTools/drawTrend.py", "Alignment/APEEstimation/test/plottingTools/drawValidation.py", "Alignment/APEEstimation/test/plottingTools/granularity.py", "Alignment/APEEstimation/test/plottingTools/iterationsPlotter.py", "Alignment/APEEstimation/test/plottingTools/resultPlotter.py", "Alignment/APEEstimation/test/plottingTools/setTDRStyle.py", "Alignment/APEEstimation/test/plottingTools/systematicErrors.py", "Alignment/APEEstimation/test/plottingTools/trendPlotter.py", "Alignment/APEEstimation/test/plottingTools/validationPlotter.py", "Alignment/APEEstimation/test/SkimProducer/skimProducer_cfg.py", "Alignment/APEEstimation/test/SkimProducer/skimTemplates.py", "Alignment/APEEstimation/test/SkimProducer/startSkim.py", "Alignment/APEEstimation/test/trackerTreeGenerator_cfg.py", "Alignment/APEEstimation/test/unitTest.sh", "Alignment/CocoaApplication/bin/BuildFile.xml", "Alignment/CocoaApplication/bin/CocoaAna.C", "Alignment/CocoaApplication/bin/cocoa.cpp", "Alignment/CocoaApplication/bin/printReportDiff.cpp", "Alignment/CocoaApplication/bin/simple2D.meas", "Alignment/CocoaApplication/bin/simple2D.txt", "Alignment/CocoaApplication/bin/simple2DWithMirror.meas", "Alignment/CocoaApplication/bin/simple2DWithMirror.txt", "Alignment/CocoaApplication/bin/table2DWithMirror.txt", "Alignment/CocoaApplication/BuildFile.xml", "Alignment/CocoaApplication/README.md", "Alignment/CocoaApplication/src/CocoaAnalyzer.cc", "Alignment/CocoaApplication/test/authentication.xml", "Alignment/CocoaApplication/test/cmsCocoaTable2DWithMirror.xml", "Alignment/CocoaApplication/test/cocoaAnalyzer_cfg.py", "Alignment/CocoaApplication/test/cocoaDaqTest.root", "Alignment/CocoaApplication/test/conddbcatalog.xml", "Alignment/CocoaApplication/test/configuration.xml", "Alignment/CocoaApplication/test/OpticalAlignments.db", "Alignment/CocoaApplication/test/table2DWithMirror.xml", "Alignment/CocoaDaq/BuildFile.xml", "Alignment/CocoaDaq/interface/CocoaDaqReader.h", "Alignment/CocoaDaq/interface/CocoaDaqRootEvent.h", "Alignment/CocoaDaq/src/classes_def.xml", "Alignment/CocoaDaq/src/classes.h", "Alignment/CocoaDaq/src/CocoaDaqReader.cc", "Alignment/CocoaDaq/src/CocoaDaqRootEvent.cc", "Alignment/CocoaDDLObjects/BuildFile.xml", "Alignment/CocoaDDLObjects/interface/CocoaMaterialElementary.h", "Alignment/CocoaDDLObjects/interface/CocoaSolidShapeBox.h", "Alignment/CocoaDDLObjects/interface/CocoaSolidShape.h", "Alignment/CocoaDDLObjects/interface/CocoaSolidShapeTubs.h", "Alignment/CocoaDDLObjects/src/CocoaMaterialElementary.cc", "Alignment/CocoaDDLObjects/src/CocoaSolidShapeBox.cc", "Alignment/CocoaDDLObjects/src/CocoaSolidShape.cc", "Alignment/CocoaDDLObjects/src/CocoaSolidShapeTubs.cc", "Alignment/CocoaFit/BuildFile.xml", "Alignment/CocoaFit/interface/CocoaDBMgr.h", "Alignment/CocoaFit/interface/Fit.h", "Alignment/CocoaFit/interface/FittedEntriesManager.h", "Alignment/CocoaFit/interface/FittedEntriesSet.h", "Alignment/CocoaFit/interface/FittedEntry.h", "Alignment/CocoaFit/interface/HistoDef.h", "Alignment/CocoaFit/interface/MatrixMeschach.h", "Alignment/CocoaFit/interface/NtupleManager.h", "Alignment/CocoaFit/interface/NtupleObjects.h", "Alignment/CocoaFit/src/classes_def.xml", "Alignment/CocoaFit/src/classes.h", "Alignment/CocoaFit/src/CocoaDBMgr.cc", "Alignment/CocoaFit/src/Fit.cc", "Alignment/CocoaFit/src/FittedEntriesManager.cc", "Alignment/CocoaFit/src/FittedEntriesSet.cc", "Alignment/CocoaFit/src/FittedEntry.cc", "Alignment/CocoaFit/src/HistoDef.cc", "Alignment/CocoaFit/src/MatrixMeschach.cc", "Alignment/CocoaFit/src/NtupleManager.cc", "Alignment/CocoaFit/src/NtupleObjects.cc", "Alignment/CocoaModel/BuildFile.xml", "Alignment/CocoaModel/interface/ALILine.h", "Alignment/CocoaModel/interface/ALIPlane.h", "Alignment/CocoaModel/interface/ALIRmDataFromFile.h", "Alignment/CocoaModel/interface/ALIUnitsTable.h", "Alignment/CocoaModel/interface/CocoaDaqReaderRoot.h", "Alignment/CocoaModel/interface/CocoaDaqReaderText.h", "Alignment/CocoaModel/interface/DeviationSensor2D.h", "Alignment/CocoaModel/interface/DeviationsFromFileSensor2D.h", "Alignment/CocoaModel/interface/EntryAngleAffAngles.h", "Alignment/CocoaModel/interface/EntryAngle.h", "Alignment/CocoaModel/interface/EntryData.h", "Alignment/CocoaModel/interface/Entry.h", "Alignment/CocoaModel/interface/EntryLengthAffCentre.h", "Alignment/CocoaModel/interface/EntryLength.h", "Alignment/CocoaModel/interface/EntryMgr.h", "Alignment/CocoaModel/interface/EntryNoDim.h", "Alignment/CocoaModel/interface/ErrorCorrelation.h", "Alignment/CocoaModel/interface/ErrorCorrelationMgr.h", "Alignment/CocoaModel/interface/FittedEntriesReader.h", "Alignment/CocoaModel/interface/LightRay.h", "Alignment/CocoaModel/interface/MeasurementCOPS.h", "Alignment/CocoaModel/interface/MeasurementDiffEntry.h", "Alignment/CocoaModel/interface/MeasurementDistancemeter3dim.h", "Alignment/CocoaModel/interface/MeasurementDistancemeter.h", "Alignment/CocoaModel/interface/Measurement.h", "Alignment/CocoaModel/interface/MeasurementSensor2D.h", "Alignment/CocoaModel/interface/MeasurementTiltmeter.h", "Alignment/CocoaModel/interface/Model.h", "Alignment/CocoaModel/interface/OpticalObject.h", "Alignment/CocoaModel/interface/OpticalObjectMgr.h", "Alignment/CocoaModel/interface/OptOCameraDetector.h", "Alignment/CocoaModel/interface/OptOCOPS.h", "Alignment/CocoaModel/interface/OptOCubeSplitter.h", "Alignment/CocoaModel/interface/OptODistancemeter3dim.h", "Alignment/CocoaModel/interface/OptODistancemeter.h", "Alignment/CocoaModel/interface/OptOLaser.h", "Alignment/CocoaModel/interface/OptOLens.h", "Alignment/CocoaModel/interface/OptOMirror.h", "Alignment/CocoaModel/interface/OptOModifiedRhomboidPrism.h", "Alignment/CocoaModel/interface/OptOOpticalSquare.h", "Alignment/CocoaModel/interface/OptOPinhole.h", "Alignment/CocoaModel/interface/OptOPlateSplitter.h", "Alignment/CocoaModel/interface/OptORisleyPrism.h", "Alignment/CocoaModel/interface/OptOScreen.h", "Alignment/CocoaModel/interface/OptOSensor2D.h", "Alignment/CocoaModel/interface/OptOSource.h", "Alignment/CocoaModel/interface/OptOTiltmeter.h", "Alignment/CocoaModel/interface/OptOUserDefined.h", "Alignment/CocoaModel/interface/OptOXLaser.h", "Alignment/CocoaModel/interface/ParameterMgr.h", "Alignment/CocoaModel/src/ALILine.cc", "Alignment/CocoaModel/src/ALIPlane.cc", "Alignment/CocoaModel/src/ALIRmDataFromFile.cc", "Alignment/CocoaModel/src/ALIUnitsTable.cc", "Alignment/CocoaModel/src/CocoaDaqReaderRoot.cc", "Alignment/CocoaModel/src/CocoaDaqReaderText.cc", "Alignment/CocoaModel/src/DeviationSensor2D.cc", "Alignment/CocoaModel/src/DeviationsFromFileSensor2D.cc", "Alignment/CocoaModel/src/EntryAngleAffAngles.cc", "Alignment/CocoaModel/src/EntryAngle.cc", "Alignment/CocoaModel/src/Entry.cc", "Alignment/CocoaModel/src/EntryData.cc", "Alignment/CocoaModel/src/EntryLengthAffCentre.cc", "Alignment/CocoaModel/src/EntryLength.cc", "Alignment/CocoaModel/src/EntryMgr.cc", "Alignment/CocoaModel/src/ErrorCorrelation.cc", "Alignment/CocoaModel/src/ErrorCorrelationMgr.cc", "Alignment/CocoaModel/src/FittedEntriesReader.cc", "Alignment/CocoaModel/src/LightRay.cc", "Alignment/CocoaModel/src/Measurement.cc", "Alignment/CocoaModel/src/MeasurementCOPS.cc", "Alignment/CocoaModel/src/MeasurementDiffEntry.cc", "Alignment/CocoaModel/src/MeasurementDistancemeter3dim.cc", "Alignment/CocoaModel/src/MeasurementDistancemeter.cc", "Alignment/CocoaModel/src/MeasurementSensor2D.cc", "Alignment/CocoaModel/src/MeasurementTiltmeter.cc", "Alignment/CocoaModel/src/Model.cc", "Alignment/CocoaModel/src/OpticalObject.cc", "Alignment/CocoaModel/src/OpticalObjectMgr.cc", "Alignment/CocoaModel/src/OptOCameraDetector.cc", "Alignment/CocoaModel/src/OptOCOPS.cc", "Alignment/CocoaModel/src/OptOCubeSplitter.cc", "Alignment/CocoaModel/src/OptODistancemeter3dim.cc", "Alignment/CocoaModel/src/OptODistancemeter.cc", "Alignment/CocoaModel/src/OptOLaser.cc", "Alignment/CocoaModel/src/OptOLens.cc", "Alignment/CocoaModel/src/OptOMirror.cc", "Alignment/CocoaModel/src/OptOModifiedRhomboidPrism.cc", "Alignment/CocoaModel/src/OptOOpticalSquare.cc", "Alignment/CocoaModel/src/OptOPinhole.cc", "Alignment/CocoaModel/src/OptOPlateSplitter.cc", "Alignment/CocoaModel/src/OptORisleyPrism.cc", "Alignment/CocoaModel/src/OptOScreen.cc", "Alignment/CocoaModel/src/OptOSensor2D.cc", "Alignment/CocoaModel/src/OptOSource.cc", "Alignment/CocoaModel/src/OptOTiltmeter.cc", "Alignment/CocoaModel/src/OptOUserDefined.cc", "Alignment/CocoaModel/src/OptOXLaser.cc", "Alignment/CocoaModel/src/ParameterMgr.cc", "Alignment/CocoaToDDL/BuildFile.xml", "Alignment/CocoaToDDL/doc/CocoaToDDL.doc", "Alignment/CocoaToDDL/interface/CocoaToDDLMgr.h", "Alignment/CocoaToDDL/interface/CocoaUnitsTable.h", "Alignment/CocoaToDDL/interface/UnitConverter.h", "Alignment/CocoaToDDL/src/CocoaToDDLMgr.cc", "Alignment/CocoaToDDL/src/CocoaUnitsTable.cc", "Alignment/CocoaToDDL/src/UnitConverter.cc", "Alignment/CocoaUtilities/BuildFile.xml", "Alignment/CocoaUtilities/interface/ALIFileIn.h", "Alignment/CocoaUtilities/interface/ALIFileOut.h", "Alignment/CocoaUtilities/interface/ALIUtils.h", "Alignment/CocoaUtilities/interface/CocoaGlobals.h", "Alignment/CocoaUtilities/interface/GlobalOptionMgr.h", "Alignment/CocoaUtilities/src/ALIFileIn.cc", "Alignment/CocoaUtilities/src/ALIFileOut.cc", "Alignment/CocoaUtilities/src/ALIUtils.cc", "Alignment/CocoaUtilities/src/GlobalOptionMgr.cc", "Alignment/CommonAlignmentAlgorithm/BuildFile.xml", "Alignment/CommonAlignmentAlgorithm/interface/AlignableData.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignableDataIO.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignableDataIORoot.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentAlgorithmBase.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentAlgorithmPluginFactory.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentCorrelationsIO.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentCorrelationsIORoot.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentCorrelationsStore.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsEntry.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsStore.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentIO.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentIORootBase.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentIORoot.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentParameterBuilder.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentParameterSelector.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentParametersIO.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentParametersIORoot.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentParameterStore.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentUserVariablesIO.h", "Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationBase.h", "Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationPluginFactory.h", "Alignment/CommonAlignmentAlgorithm/interface/SelectionUserVariables.h", "Alignment/CommonAlignmentAlgorithm/interface/TkModuleGroupSelector.h", "Alignment/CommonAlignmentAlgorithm/plugins/ApeSettingAlgorithm.cc", "Alignment/CommonAlignmentAlgorithm/plugins/BuildFile.xml", "Alignment/CommonAlignmentAlgorithm/plugins/SiPixelLorentzAngleCalibration.cc", "Alignment/CommonAlignmentAlgorithm/plugins/SiStripBackplaneCalibration.cc", "Alignment/CommonAlignmentAlgorithm/plugins/SiStripLorentzAngleCalibration.cc", "Alignment/CommonAlignmentAlgorithm/plugins/SiStripReadoutModeEnums.h", "Alignment/CommonAlignmentAlgorithm/plugins/TreeStruct.h", "Alignment/CommonAlignmentAlgorithm/python/AlignmentParameterStore_cfi.py", "Alignment/CommonAlignmentAlgorithm/python/ApeSettingAlgorithm_cfi.py", "Alignment/CommonAlignmentAlgorithm/python/SiPixelLorentzAngleCalibration_cff.py", "Alignment/CommonAlignmentAlgorithm/python/SiStripBackplaneCalibration_cff.py", "Alignment/CommonAlignmentAlgorithm/python/SiStripLorentzAngleCalibration_cff.py", "Alignment/CommonAlignmentAlgorithm/src/AlignableDataIO.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignableDataIORoot.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentAlgorithmPluginFactory.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentCorrelationsIORoot.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentCorrelationsStore.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentExtendedCorrelationsEntry.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentExtendedCorrelationsStore.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentIORootBase.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentIORoot.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentParameterBuilder.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentParameterSelector.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentParametersIO.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentParametersIORoot.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentParameterStore.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentUserVariablesIO.cc", "Alignment/CommonAlignmentAlgorithm/src/IntegratedCalibrationBase.cc", "Alignment/CommonAlignmentAlgorithm/src/IntegratedCalibrationPluginFactory.cc", "Alignment/CommonAlignmentAlgorithm/src/TkModuleGroupSelector.cc", "Alignment/CommonAlignmentAlgorithm/test/apeLocalSetting_cfg.py", "Alignment/CommonAlignmentAlgorithm/test/apeSetting_cfg.py", "Alignment/CommonAlignmentAlgorithm/test/dbextract", "Alignment/CommonAlignmentAlgorithm/test/ShortLocalInput.txt", "Alignment/CommonAlignment/BuildFile.xml", "Alignment/CommonAlignment/doc/CommonAlignment.doc", "Alignment/CommonAlignment/interface/AlignableBeamSpot.h", "Alignment/CommonAlignment/interface/AlignableCompositeBuilder.h", "Alignment/CommonAlignment/interface/AlignableComposite.h", "Alignment/CommonAlignment/interface/AlignableDet.h", "Alignment/CommonAlignment/interface/AlignableDetOrUnitPtr.h", "Alignment/CommonAlignment/interface/AlignableDetUnit.h", "Alignment/CommonAlignment/interface/AlignableExtras.h", "Alignment/CommonAlignment/interface/Alignable.h", "Alignment/CommonAlignment/interface/AlignableIndexer.h", "Alignment/CommonAlignment/interface/AlignableMap.h", "Alignment/CommonAlignment/interface/AlignableModifier.h", "Alignment/CommonAlignment/interface/AlignableNavigator.h", "Alignment/CommonAlignment/interface/AlignableObjectId.h", "Alignment/CommonAlignment/interface/AlignableSurface.h", "Alignment/CommonAlignment/interface/AlignmentLevel.h", "Alignment/CommonAlignment/interface/AlignmentParametersData.h", "Alignment/CommonAlignment/interface/AlignmentParameters.h", "Alignment/CommonAlignment/interface/AlignmentUserVariables.h", "Alignment/CommonAlignment/interface/AlignTools.h", "Alignment/CommonAlignment/interface/MisalignmentScenarioBuilder.h", "Alignment/CommonAlignment/interface/StructureType.h", "Alignment/CommonAlignment/interface/SurveyDet.h", "Alignment/CommonAlignment/interface/SurveyResidual.h", "Alignment/CommonAlignment/interface/Utilities.h", "Alignment/CommonAlignmentMonitor/BuildFile.xml", "Alignment/CommonAlignmentMonitor/doc/CommonAlignmentMonitor.doc", "Alignment/CommonAlignmentMonitor/interface/AlignmentMonitorBase.h", "Alignment/CommonAlignmentMonitor/interface/AlignmentMonitorPluginFactory.h", "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorAsAnalyzer.cc", "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorGeneric.cc", "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorGeneric.h", "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorMuonResiduals.cc", "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorMuonSystemMap1D.cc", "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorMuonVsCurvature.cc", "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorSegmentDifferences.cc", "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorSurvey.cc", "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorSurvey.h", "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorTemplate.cc", "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorTracksFromTrajectories.cc", "Alignment/CommonAlignmentMonitor/plugins/AlignmentStats.cc", "Alignment/CommonAlignmentMonitor/plugins/BuildFile.xml", "Alignment/CommonAlignmentMonitor/plugins/TrackerToMuonPropagator.cc", "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorMuonResidualsDefaults_cff.py", "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorMuonSystemMap1D_cfi.py", "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorMuonVsCurvature_cfi.py", "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorSegmentDifferences_cfi.py", "Alignment/CommonAlignmentMonitor/python/AlignmentStats_cff.py", "Alignment/CommonAlignmentMonitor/src/AlignmentMonitorBase.cc", "Alignment/CommonAlignmentMonitor/src/AlignmentMonitorPluginFactory.cc", "Alignment/CommonAlignmentMonitor/test/BuildFile.xml", "Alignment/CommonAlignmentMonitor/test/testAlignmentStats_cfg.py", "Alignment/CommonAlignmentMonitor/test/testAlignmentStats.sh", "Alignment/CommonAlignmentParametrization/BuildFile.xml", "Alignment/CommonAlignmentParametrization/interface/AlignmentParametersFactory.h", "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentDerivatives.h", "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentParameters.h", "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentDerivatives.h", "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentParameters.h", "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentDerivativesExtractor.h", "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentParameters.h", "Alignment/CommonAlignmentParametrization/interface/FrameToFrameDerivative.h", "Alignment/CommonAlignmentParametrization/interface/KarimakiAlignmentDerivatives.h", "Alignment/CommonAlignmentParametrization/interface/ParametersToParametersDerivatives.h", "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters4D.h", "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters.h", "Alignment/CommonAlignmentParametrization/interface/SegmentAlignmentDerivatives4D.h", "Alignment/CommonAlignmentParametrization/interface/TwoBowedSurfacesAlignmentParameters.h", "Alignment/CommonAlignmentParametrization/src/AlignmentParametersFactory.cc", "Alignment/CommonAlignmentParametrization/src/BeamSpotAlignmentDerivatives.cc", "Alignment/CommonAlignmentParametrization/src/BeamSpotAlignmentParameters.cc", "Alignment/CommonAlignmentParametrization/src/BowedSurfaceAlignmentDerivatives.cc", "Alignment/CommonAlignmentParametrization/src/BowedSurfaceAlignmentParameters.cc", "Alignment/CommonAlignmentParametrization/src/CompositeAlignmentDerivativesExtractor.cc", "Alignment/CommonAlignmentParametrization/src/CompositeAlignmentParameters.cc", "Alignment/CommonAlignmentParametrization/src/FrameToFrameDerivative.cc", "Alignment/CommonAlignmentParametrization/src/KarimakiAlignmentDerivatives.cc", "Alignment/CommonAlignmentParametrization/src/ParametersToParametersDerivatives.cc", "Alignment/CommonAlignmentParametrization/src/RigidBodyAlignmentParameters4D.cc", "Alignment/CommonAlignmentParametrization/src/RigidBodyAlignmentParameters.cc", "Alignment/CommonAlignmentParametrization/src/SegmentAlignmentDerivatives4D.cc", "Alignment/CommonAlignmentParametrization/src/TwoBowedSurfacesAlignmentParameters.cc", "Alignment/CommonAlignment/plugins/APVModeFilter.cc", "Alignment/CommonAlignment/plugins/BuildFile.xml", "Alignment/CommonAlignment/plugins/FilterOutLowPt.cc", "Alignment/CommonAlignment/plugins/MagneticFieldFilter.cc", "Alignment/CommonAlignmentProducer/BuildFile.xml", "Alignment/CommonAlignmentProducer/data/AlCaHLTBitMon_cfg_template_py", "Alignment/CommonAlignmentProducer/interface/AlignmentCSCBeamHaloSelector.h", "Alignment/CommonAlignmentProducer/interface/AlignmentCSCOverlapSelector.h", "Alignment/CommonAlignmentProducer/interface/AlignmentCSCTrackSelector.h", "Alignment/CommonAlignmentProducer/interface/AlignmentGlobalTrackSelector.h", "Alignment/CommonAlignmentProducer/interface/AlignmentMuonSelector.h", "Alignment/CommonAlignmentProducer/interface/AlignmentProducerBase.h", "Alignment/CommonAlignmentProducer/interface/AlignmentSeedSelector.h", "Alignment/CommonAlignmentProducer/interface/AlignmentTrackSelector.h", "Alignment/CommonAlignmentProducer/interface/AlignmentTracksFromVertexCompositeCandidateSelector.h", "Alignment/CommonAlignmentProducer/interface/AlignmentTracksFromVertexSelector.h", "Alignment/CommonAlignmentProducer/interface/AlignmentTwoBodyDecayTrackSelector.h", "Alignment/CommonAlignmentProducer/plugins/AlignmentCSCBeamHaloSelectorModule.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentCSCOverlapSelectorModule.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentCSCTrackSelectorModule.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentGoodIdMuonSelector.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentMuonHIPTrajectorySelector.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentMuonSelectorModule.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentProducerAsAnalyzer.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentProducerAsAnalyzer.h", "Alignment/CommonAlignmentProducer/plugins/AlignmentProducer.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentProducer.h", "Alignment/CommonAlignmentProducer/plugins/AlignmentRelCombIsoMuonSelector.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentSeedSelectorModule.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentTrackSelectorModule.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexCompositeCandidateSelectorModule.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexSelectorModule.cc", "Alignment/CommonAlignmentProducer/plugins/BuildFile.xml", "Alignment/CommonAlignmentProducer/plugins/FakeAlignmentProducer.cc", "Alignment/CommonAlignmentProducer/plugins/FakeAlignmentSource.cc", "Alignment/CommonAlignmentProducer/plugins/GlobalTrackerMuonAlignment.cc", "Alignment/CommonAlignmentProducer/plugins/LSNumberFilter.cc", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHalo_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHalo_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHaloOverlaps_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHaloOverlaps_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlCalIsolatedMu_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlCalIsolatedMu_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmics_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmics_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlOverlaps_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlOverlaps_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlStandAloneCosmics_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlStandAloneCosmics_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlZMuMu_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlZMuMu_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli0T_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGCombined_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGDiMuon_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLT_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHG_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGCombined_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGDiMuon_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlBeamHalo_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlBeamHalo_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0T_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0THLT_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0THLT_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0T_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0T_Skimmed_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsHLT_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsHLT_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsInCollisions_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsInCollisions_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlDiMuonAndVertex_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlDiMuonAndVertex_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracks_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracks_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracksZMuMu_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracksZMuMu_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJetHT_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJetHT_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJpsiMuMu_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJpsiMuMuHI_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJpsiMuMuHI_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJpsiMuMu_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlLAS_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlLAS_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMinBias_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMinBiasHI_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMinBiasHI_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMinBias_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMinBias_Skimmed_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolated_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedHI_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedHI_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolated_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedPA_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedPA_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMu_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuHI_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuHI_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMu_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuPA_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuPA_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlV0s_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlV0s_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlWMuNu_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlWMuNu_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMu_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMuHI_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMuHI_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMu_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMuPA_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMuPA_Output_cff.py", "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvester0T_cff.py", "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvester_cff.py", "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHG_cff.py", "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHGCombined_cff.py", "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHLTHGCombined_cff.py", "Alignment/CommonAlignmentProducer/python/AlignmentMuonSelector_cfi.py", "Alignment/CommonAlignmentProducer/python/AlignmentProducerAsAnalyzer_cff.py", "Alignment/CommonAlignmentProducer/python/AlignmentProducer_cff.py", "Alignment/CommonAlignmentProducer/python/AlignmentTrackSelector_cfi.py", "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexCompositeCandidateSelector_cfi.py", "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexSelector_cfi.py", "Alignment/CommonAlignmentProducer/python/customizeLSNumberFilterForRelVals.py", "Alignment/CommonAlignmentProducer/python/DBConfiguration_cff.py", "Alignment/CommonAlignmentProducer/python/fakeAlignmentProducer_cfi.py", "Alignment/CommonAlignmentProducer/python/FakeAlignmentSource_cfi.py", "Alignment/CommonAlignmentProducer/python/fakeForIdealAlignmentProducer_cfi.py", "Alignment/CommonAlignmentProducer/python/GlobalPosition_Fake_cff.py", "Alignment/CommonAlignmentProducer/python/GlobalPosition_Frontier_cff.py", "Alignment/CommonAlignmentProducer/python/GlobalPosition_Frontier_DevDB_cff.py", "Alignment/CommonAlignmentProducer/python/GlobalPosition_Frontier_IntDB_cff.py", "Alignment/CommonAlignmentProducer/python/HLTModulesIncludes_cff.py", "Alignment/CommonAlignmentProducer/python/LSNumberFilter_cfi.py", "Alignment/CommonAlignmentProducer/python/TkAlMuonSelectors_cfi.py", "Alignment/CommonAlignmentProducer/scripts/AlCaHLTBitMon_ParallelJobs.py", "Alignment/CommonAlignmentProducer/scripts/AlCaHLTBitMon_QueryRunRegistry.py", "Alignment/CommonAlignmentProducer/src/AlignmentCSCBeamHaloSelector.cc", "Alignment/CommonAlignmentProducer/src/AlignmentCSCOverlapSelector.cc", "Alignment/CommonAlignmentProducer/src/AlignmentCSCTrackSelector.cc", "Alignment/CommonAlignmentProducer/src/AlignmentGlobalTrackSelector.cc", "Alignment/CommonAlignmentProducer/src/AlignmentMuonSelector.cc", "Alignment/CommonAlignmentProducer/src/AlignmentProducerBase.cc", "Alignment/CommonAlignmentProducer/src/AlignmentSeedSelector.cc", "Alignment/CommonAlignmentProducer/src/AlignmentTrackSelector.cc", "Alignment/CommonAlignmentProducer/src/AlignmentTracksFromVertexCompositeCandidateSelector.cc", "Alignment/CommonAlignmentProducer/src/AlignmentTracksFromVertexSelector.cc", "Alignment/CommonAlignmentProducer/src/AlignmentTwoBoyDecayTrackSelector.cc", "Alignment/CommonAlignmentProducer/test/alignmentCAF.pl", "Alignment/CommonAlignmentProducer/test/alignment_cfg.py", "Alignment/CommonAlignmentProducer/test/alignment.pl", "Alignment/CommonAlignmentProducer/test/AlignmentRcd-scan_cfg.py", "Alignment/CommonAlignmentProducer/test/AlignmentRcdScan.cpp", "Alignment/CommonAlignmentProducer/test/BuildFile.xml", "Alignment/CommonAlignmentProducer/test/GlobalPositionRcd-read_cfg.py", "Alignment/CommonAlignmentProducer/test/GlobalPositionRcdRead.cpp", "Alignment/CommonAlignmentProducer/test/GlobalPositionRcd-scan_cfg.py", "Alignment/CommonAlignmentProducer/test/GlobalPositionRcdScan.cpp", "Alignment/CommonAlignmentProducer/test/GlobalPositionRcd-write_cfg.py", "Alignment/CommonAlignmentProducer/test/GlobalPositionRcdWrite.cpp", "Alignment/CommonAlignmentProducer/test/GlobalTrackerMuonAlignment_test_cfg.py", "Alignment/CommonAlignmentProducer/test/make_muonalignment_dirs.pl", "Alignment/CommonAlignmentProducer/test/TestAccessGeom.cc", "Alignment/CommonAlignmentProducer/test/test-accessGeom_cfg.py", "Alignment/CommonAlignmentProducer/test/test-PromptCalibProdSiPixelAliHLTHGC.sh", "Alignment/CommonAlignmentProducer/test/TrackerAPForPCL/alignment_mille.py", "Alignment/CommonAlignment/python/tools/dataset.py", "Alignment/CommonAlignment/python/tools/trackselectionRefitting.py", "Alignment/CommonAlignment/python/tools/utilities.py", "Alignment/CommonAlignment/scripts/aligncond_split_iov.sh", "Alignment/CommonAlignment/scripts/magneticFieldFilterJSON.py", "Alignment/CommonAlignment/scripts/tkal_create_file_lists.py", "Alignment/CommonAlignment/scripts/writedatasetfile.py", "Alignment/CommonAlignment/src/AlignableBeamSpot.cc", "Alignment/CommonAlignment/src/Alignable.cc", "Alignment/CommonAlignment/src/AlignableCompositeBuilder.cc", "Alignment/CommonAlignment/src/AlignableComposite.cc", "Alignment/CommonAlignment/src/AlignableDet.cc", "Alignment/CommonAlignment/src/AlignableDetOrUnitPtr.cc", "Alignment/CommonAlignment/src/AlignableDetUnit.cc", "Alignment/CommonAlignment/src/AlignableExtras.cc", "Alignment/CommonAlignment/src/AlignableIndexer.cc", "Alignment/CommonAlignment/src/AlignableMap.cc", "Alignment/CommonAlignment/src/AlignableModifier.cc", "Alignment/CommonAlignment/src/AlignableNavigator.cc", "Alignment/CommonAlignment/src/AlignableObjectId.cc", "Alignment/CommonAlignment/src/AlignableSurface.cc", "Alignment/CommonAlignment/src/AlignmentParameters.cc", "Alignment/CommonAlignment/src/AlignmentParametersData.cc", "Alignment/CommonAlignment/src/AlignTools.cc", "Alignment/CommonAlignment/src/MisalignmentScenarioBuilder.cc", "Alignment/CommonAlignment/src/SurveyDet.cc", "Alignment/CommonAlignment/src/SurveyResidual.cc", "Alignment/CommonAlignment/src/Utilities.cc", "Alignment/CommonAlignment/test/BuildFile.xml", "Alignment/CommonAlignment/test/test_AlignableObjectId.cc", "Alignment/Geners/BuildFile.xml", "Alignment/Geners/interface/AbsArchive.hh", "Alignment/Geners/interface/AbsCatalog.hh", "Alignment/Geners/interface/AbsReader.hh", "Alignment/Geners/interface/AbsRecord.hh", "Alignment/Geners/interface/AbsReference.hh", "Alignment/Geners/interface/allUnique.hh", "Alignment/Geners/interface/ArrayAdaptor.hh", "Alignment/Geners/interface/arrayIO.hh", "Alignment/Geners/interface/ArrayReference.hh", "Alignment/Geners/interface/BinaryArchiveBase.hh", "Alignment/Geners/interface/BinaryFileArchive.hh", "Alignment/Geners/interface/binaryIO.hh", "Alignment/Geners/interface/BZ2Handle.hh", "Alignment/Geners/interface/CatalogEntry.hh", "Alignment/Geners/interface/CatalogIO.hh", "Alignment/Geners/interface/CharBuffer.hh", "Alignment/Geners/interface/ClassId.hh", "Alignment/Geners/interface/ClearIfPointer.hh", "Alignment/Geners/interface/collectTupleNames.hh", "Alignment/Geners/interface/ColumnBuffer.hh", "Alignment/Geners/interface/complexIO.hh", "Alignment/Geners/interface/CompressedIO.hh", "Alignment/Geners/interface/ContiguousCatalog.hh", "Alignment/Geners/interface/CPBufferRecord.hh", "Alignment/Geners/interface/CPBufferReference.hh", "Alignment/Geners/interface/CP_column_iterator.hh", "Alignment/Geners/interface/CPFooterRecord.hh", "Alignment/Geners/interface/CPFooterReference.hh", "Alignment/Geners/interface/CPHeaderRecord.hh", "Alignment/Geners/interface/CPP11_array.hh", "Alignment/Geners/interface/CPP11_config.hh", "Alignment/Geners/interface/CPP11_type_traits.hh", "Alignment/Geners/interface/CPReference.hh", "Alignment/Geners/interface/CStringBuf.hh", "Alignment/Geners/interface/CStringStream.hh", "Alignment/Geners/interface/dequeIO.hh", "Alignment/Geners/interface/findName.hh", "Alignment/Geners/interface/forward_listIO.hh", "Alignment/Geners/interface/GeneralCatalog.hh", "Alignment/Geners/interface/GenericIO.hh", "Alignment/Geners/interface/InsertContainerItem.hh", "Alignment/Geners/interface/Int2Type.hh", "Alignment/Geners/interface/IOException.hh", "Alignment/Geners/interface/IOIsAnyPtr.hh", "Alignment/Geners/interface/IOIsClassType.hh", "Alignment/Geners/interface/IOIsContainer.hh", "Alignment/Geners/interface/IOIsContiguous.hh", "Alignment/Geners/interface/IOIsExternal.hh", "Alignment/Geners/interface/IOIsIOPtr.hh", "Alignment/Geners/interface/IOIsNumber.hh", "Alignment/Geners/interface/IOIsPair.hh", "Alignment/Geners/interface/IOIsPOD.hh", "Alignment/Geners/interface/IOIsReadable.hh", "Alignment/Geners/interface/IOIsSameType.hh", "Alignment/Geners/interface/IOIsSharedPtr.hh", "Alignment/Geners/interface/IOIsString.hh", "Alignment/Geners/interface/IOIsTuple.hh", "Alignment/Geners/interface/IOIsUnsigned.hh", "Alignment/Geners/interface/IOIsWritable.hh", "Alignment/Geners/interface/IOPointeeType.hh", "Alignment/Geners/interface/IOPtr.hh", "Alignment/Geners/interface/IOReferredType.hh", "Alignment/Geners/interface/IOTraits.hh", "Alignment/Geners/interface/ItemDescriptor.hh", "Alignment/Geners/interface/ItemLocation.hh", "Alignment/Geners/interface/listIO.hh", "Alignment/Geners/interface/mapIO.hh", "Alignment/Geners/interface/MultiFileArchive.hh", "Alignment/Geners/interface/PackerIOCycle.hh", "Alignment/Geners/interface/ProcessItem.hh", "Alignment/Geners/interface/Reference.hh", "Alignment/Geners/interface/Regex.hh", "Alignment/Geners/interface/RowPacker.hh", "Alignment/Geners/interface/RPBufferRecord.hh", "Alignment/Geners/interface/RPBufferReference.hh", "Alignment/Geners/interface/RPFooterRecord.hh", "Alignment/Geners/interface/RPFooterReference.hh", "Alignment/Geners/interface/RPHeaderRecord.hh", "Alignment/Geners/interface/RPReference.hh", "Alignment/Geners/interface/SearchSpecifier.hh", "Alignment/Geners/interface/setIO.hh", "Alignment/Geners/interface/specialize_hash_io.hh", "Alignment/Geners/interface/streamposIO.hh", "Alignment/Geners/interface/StringArchive.hh", "Alignment/Geners/interface/stringArchiveIO.hh", "Alignment/Geners/interface/StrippedType.hh", "Alignment/Geners/interface/tupleIO.hh", "Alignment/Geners/interface/unordered_mapIO.hh", "Alignment/Geners/interface/unordered_setIO.hh", "Alignment/Geners/interface/uriUtils.hh", "Alignment/Geners/interface/valarrayIO.hh", "Alignment/Geners/interface/VarPack.hh", "Alignment/Geners/interface/vectorIO.hh", "Alignment/Geners/interface/VPackIOCycler.hh", "Alignment/Geners/interface/WriteOnlyCatalog.hh", "Alignment/Geners/interface/ZlibHandle.hh", "Alignment/Geners/src/AbsArchive.cc", "Alignment/Geners/src/AbsReference.cc", "Alignment/Geners/src/BinaryArchiveBase.cc", "Alignment/Geners/src/BinaryFileArchive.cc", "Alignment/Geners/src/BZ2Handle.cc", "Alignment/Geners/src/CatalogEntry.cc", "Alignment/Geners/src/CatalogIO.cc", "Alignment/Geners/src/CharBuffer.cc", "Alignment/Geners/src/ClassId.cc", "Alignment/Geners/src/ColumnBuffer.cc", "Alignment/Geners/src/ContiguousCatalog.cc", "Alignment/Geners/src/CStringBuf.cc", "Alignment/Geners/src/CStringStream.cc", "Alignment/Geners/src/GeneralCatalog.cc", "Alignment/Geners/src/ItemDescriptor.cc", "Alignment/Geners/src/ItemLocation.cc", "Alignment/Geners/src/MultiFileArchive.cc", "Alignment/Geners/src/SearchSpecifier.cc", "Alignment/Geners/src/StringArchive.cc", "Alignment/Geners/src/stringArchiveIO.cc", "Alignment/Geners/src/uriUtils.cc", "Alignment/Geners/src/WriteOnlyCatalog.cc", "Alignment/Geners/src/ZlibHandle.cc", "Alignment/Geners/test/archive.0.gsbd", "Alignment/Geners/test/archive.gsbmf", "Alignment/Geners/test/BuildFile.xml", "Alignment/Geners/test/cdump.cc", "Alignment/Geners/test/cdump.ref", "Alignment/Geners/test/CmdLine.hh", "Alignment/Geners/test/cmerge.cc", "Alignment/Geners/test/crecover.cc", "Alignment/Geners/test/gssa_dump.cc", "Alignment/Geners/test/port_geners_to_cmssw.tcl", "Alignment/Geners/test/print_items.cc", "Alignment/Geners/test/test_cdump.sh", "Alignment/HIPAlignmentAlgorithm/BuildFile.xml", "Alignment/HIPAlignmentAlgorithm/doc/HIPAlignmentAlgorithm.doc", "Alignment/HIPAlignmentAlgorithm/interface/HIPAlignableSpecificParameters.h", "Alignment/HIPAlignmentAlgorithm/interface/HIPAlignmentAlgorithm.h", "Alignment/HIPAlignmentAlgorithm/interface/HIPMonitorConfig.h", "Alignment/HIPAlignmentAlgorithm/interface/HIPUserVariables.h", "Alignment/HIPAlignmentAlgorithm/interface/HIPUserVariablesIORoot.h", "Alignment/HIPAlignmentAlgorithm/plots/BinningHitMaps_TEC.txt", "Alignment/HIPAlignmentAlgorithm/plots/BinningHitMaps_TIB.txt", "Alignment/HIPAlignmentAlgorithm/plots/BinningHitMaps_TID.txt", "Alignment/HIPAlignmentAlgorithm/plots/BinningHitMaps_TOB.txt", "Alignment/HIPAlignmentAlgorithm/plots/BinningHitMaps_TPB.txt", "Alignment/HIPAlignmentAlgorithm/plots/BinningHitMaps_TPE.txt", "Alignment/HIPAlignmentAlgorithm/plots/HIPplots.cc", "Alignment/HIPAlignmentAlgorithm/plots/HIPplots.h", "Alignment/HIPAlignmentAlgorithm/plots/List_aligned_dets.txt", "Alignment/HIPAlignmentAlgorithm/plots/loadLib.C", "Alignment/HIPAlignmentAlgorithm/plots/plotchi2.C", "Alignment/HIPAlignmentAlgorithm/plots/plotter.C", "Alignment/HIPAlignmentAlgorithm/plots/runplot.C", "Alignment/HIPAlignmentAlgorithm/plots/tdrstyle.C", "Alignment/HIPAlignmentAlgorithm/plugins/BuildFile.xml", "Alignment/HIPAlignmentAlgorithm/plugins/HIPTwoBodyDecayAnalyzer.cc", "Alignment/HIPAlignmentAlgorithm/plugins/LhcTrackAnalyzer.cc", "Alignment/HIPAlignmentAlgorithm/python/align_tpl_py.txt", "Alignment/HIPAlignmentAlgorithm/python/cdcsTrackSelection_cff_py.txt", "Alignment/HIPAlignmentAlgorithm/python/collect_tpl_py.txt", "Alignment/HIPAlignmentAlgorithm/python/common_cff_py.txt", "Alignment/HIPAlignmentAlgorithm/python/cosmicsTrackSelection_cff_py.txt", "Alignment/HIPAlignmentAlgorithm/python/FrontierConditions_GlobalTag_cff.py", "Alignment/HIPAlignmentAlgorithm/python/HIPAlignmentAlgorithm_cfi.py", "Alignment/HIPAlignmentAlgorithm/python/initial_tpl_py.txt", "Alignment/HIPAlignmentAlgorithm/python/jpsimumuTrackSelection_cff_py.txt", "Alignment/HIPAlignmentAlgorithm/python/mbvertexTrackSelection_cff_py.txt", "Alignment/HIPAlignmentAlgorithm/python/OptionParser/HipPyOptionParser.py", "Alignment/HIPAlignmentAlgorithm/python/upload_serial_tpl_py.txt", "Alignment/HIPAlignmentAlgorithm/python/upload_tpl_py.txt", "Alignment/HIPAlignmentAlgorithm/python/ymumuTrackSelection_cff_py.txt", "Alignment/HIPAlignmentAlgorithm/python/zmumuTrackSelection_cff_py.txt", "Alignment/HIPAlignmentAlgorithm/scripts/batchHippy.py", "Alignment/HIPAlignmentAlgorithm/scripts/checkError.sh", "Alignment/HIPAlignmentAlgorithm/scripts/compareGeomSerial_tpl.C", "Alignment/HIPAlignmentAlgorithm/scripts/configureHippy.pl", "Alignment/HIPAlignmentAlgorithm/scripts/createfilelist.py", "Alignment/HIPAlignmentAlgorithm/scripts/hippyaddtobaddatafiles.py", "Alignment/HIPAlignmentAlgorithm/scripts/iterator_py", "Alignment/HIPAlignmentAlgorithm/scripts/makeHippyCampaign.py", "Alignment/HIPAlignmentAlgorithm/scripts/README", "Alignment/HIPAlignmentAlgorithm/scripts/runControl.csh", "Alignment/HIPAlignmentAlgorithm/scripts/runScript.csh", "Alignment/HIPAlignmentAlgorithm/scripts/serialGeomCompare.pl", "Alignment/HIPAlignmentAlgorithm/scripts/submitAndWatchHippy.sh", "Alignment/HIPAlignmentAlgorithm/scripts/submitJobs_py", "Alignment/HIPAlignmentAlgorithm/src/HIPAlignableSpecificParameters.cc", "Alignment/HIPAlignmentAlgorithm/src/HIPAlignmentAlgorithm.cc", "Alignment/HIPAlignmentAlgorithm/src/HIPMonitorConfig.cc", "Alignment/HIPAlignmentAlgorithm/src/HIPUserVariablesIORoot.cc", "Alignment/HIPAlignmentAlgorithm/src/SealModule.cc", "Alignment/HIPAlignmentAlgorithm/test/align.tpl", "Alignment/HIPAlignmentAlgorithm/test/breakupHippyList.sh", "Alignment/HIPAlignmentAlgorithm/test/BuildFile.xml", "Alignment/HIPAlignmentAlgorithm/test/collect.tpl", "Alignment/HIPAlignmentAlgorithm/test/hippysubmitterscript.sh", "Alignment/HIPAlignmentAlgorithm/test/hippysubmittertemplate.sh", "Alignment/HIPAlignmentAlgorithm/test/initial.tpl", "Alignment/HIPAlignmentAlgorithm/test/LHCAnalyzer_cfg.py", "Alignment/HIPAlignmentAlgorithm/test/rewriteHippyList.sh", "Alignment/HIPAlignmentAlgorithm/test/runTwoBodyDecayTest.py", "Alignment/HIPAlignmentAlgorithm/test/serialGeomCompare_tpl.py", "Alignment/HIPAlignmentAlgorithm/test/serialIntoNtuples_tpl.py", "Alignment/HIPAlignmentAlgorithm/test/testHIPAnalyzers.cc", "Alignment/HIPAlignmentAlgorithm/test/upload.tpl", "Alignment/LaserAlignment/BuildFile.xml", "Alignment/LaserAlignment/doc/LaserAlignment.doc", "Alignment/LaserAlignment/interface/LASAlignmentTubeAlgorithm.h", "Alignment/LaserAlignment/interface/LASBarrelAlgorithm.h", "Alignment/LaserAlignment/interface/LASBarrelAlignmentParameterSet.h", "Alignment/LaserAlignment/interface/LASConstants.h", "Alignment/LaserAlignment/interface/LASCoordinateSet.h", "Alignment/LaserAlignment/interface/LASEndcapAlgorithm.h", "Alignment/LaserAlignment/interface/LASEndcapAlignmentParameterSet.h", "Alignment/LaserAlignment/interface/LASGeometryUpdater.h", "Alignment/LaserAlignment/interface/LASGlobalData.h", "Alignment/LaserAlignment/interface/LASGlobalLoop.h", "Alignment/LaserAlignment/interface/LASModuleProfile.h", "Alignment/LaserAlignment/interface/LASPeakFinder.h", "Alignment/LaserAlignment/interface/LASProfileJudge.h", "Alignment/LaserAlignment/interface/TsosVectorCollection.h", "Alignment/LaserAlignment/plugins/BuildFile.xml", "Alignment/LaserAlignment/plugins/LaserAlignment.cc", "Alignment/LaserAlignment/plugins/LaserAlignmentEventFilter.cc", "Alignment/LaserAlignment/plugins/LaserAlignmentEventFilter.h", "Alignment/LaserAlignment/plugins/LaserAlignmentFillDetId.cc", "Alignment/LaserAlignment/plugins/LaserAlignment.h", "Alignment/LaserAlignment/plugins/LaserAlignmentT0Producer.cc", "Alignment/LaserAlignment/plugins/RawDataConverter.cc", "Alignment/LaserAlignment/plugins/RawDataConverter.h", "Alignment/LaserAlignment/plugins/TkLasBeamFitter.cc", "Alignment/LaserAlignment/python/AlCaRECOLaserAlignmentT0Producer_Output_cff.py", "Alignment/LaserAlignment/python/ExpectedCorrectionsOnlyRotations_cfi.py", "Alignment/LaserAlignment/python/ExpectedCorrectionsShiftsAndRotations_cfi.py", "Alignment/LaserAlignment/python/ExpectedCorrectionsShiftsAndRotationsTEC2TEC_cfi.py", "Alignment/LaserAlignment/python/HLTLaserAlignmentEventFilter_cfi.py", "Alignment/LaserAlignment/python/LaserAlignmentAlgorithm_cff.py", "Alignment/LaserAlignment/python/LaserAlignment_cfi.py", "Alignment/LaserAlignment/python/LaserAlignmentConstants_cff.py", "Alignment/LaserAlignment/python/LaserAlignmentDefs_cff.py", "Alignment/LaserAlignment/python/LaserAlignmentEventFilter_cfi.py", "Alignment/LaserAlignment/python/LaserAlignmentT0Producer_cfi.py", "Alignment/LaserAlignment/python/LaserClusterizer_cfi.py", "Alignment/LaserAlignment/python/LaserSeedGenerator_cff.py", "Alignment/LaserAlignment/python/LaserSeedGenerator_cfi.py", "Alignment/LaserAlignment/python/LaserTracksInput_cfi.py", "Alignment/LaserAlignment/python/RawDataConverter_cfi.py", "Alignment/LaserAlignment/python/RecoAnalyzer_cfi.py", "Alignment/LaserAlignment/python/TkLasBeamFitter_cfi.py", "Alignment/LaserAlignmentSimulation/BuildFile.xml", "Alignment/LaserAlignmentSimulation/data/AlignmentTubes.xml", "Alignment/LaserAlignmentSimulation/doc/LaserAlignmentSimulation.doc", "Alignment/LaserAlignmentSimulation/interface/LaserBeamsBarrel.h", "Alignment/LaserAlignmentSimulation/interface/LaserBeamsTEC1.h", "Alignment/LaserAlignmentSimulation/interface/LaserBeamsTEC2.h", "Alignment/LaserAlignmentSimulation/interface/LaserOpticalPhysicsList.h", "Alignment/LaserAlignmentSimulation/interface/LaserPrimaryGeneratorAction.h", "Alignment/LaserAlignmentSimulation/interface/LaserSteppingAction.h", "Alignment/LaserAlignmentSimulation/interface/LaserSteppingVerbose.h", "Alignment/LaserAlignmentSimulation/interface/LaserTrackingAction.h", "Alignment/LaserAlignmentSimulation/interface/MaterialProperties.h", "Alignment/LaserAlignmentSimulation/plugins/BuildFile.xml", "Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentProducer.cc", "Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentProducer.h", "Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentSimulation.cc", "Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentSimulation.h", "Alignment/LaserAlignmentSimulation/plugins/LaserOpticalPhysics.cc", "Alignment/LaserAlignmentSimulation/plugins/LaserOpticalPhysics.h", "Alignment/LaserAlignmentSimulation/src/LaserBeamsBarrel.cc", "Alignment/LaserAlignmentSimulation/src/LaserBeamsTEC1.cc", "Alignment/LaserAlignmentSimulation/src/LaserBeamsTEC2.cc", "Alignment/LaserAlignmentSimulation/src/LaserOpticalPhysicsList.cc", "Alignment/LaserAlignmentSimulation/src/LaserPrimaryGeneratorAction.cc", "Alignment/LaserAlignmentSimulation/src/LaserSteppingAction.cc", "Alignment/LaserAlignmentSimulation/src/LaserSteppingVerbose.cc", "Alignment/LaserAlignmentSimulation/src/LaserTrackingAction.cc", "Alignment/LaserAlignmentSimulation/src/MaterialProperties.cc", "Alignment/LaserAlignmentSimulation/test/BuildFile.xml", "Alignment/LaserAlignmentSimulation/test/LaserSimulation_cfg.py", "Alignment/LaserAlignmentSimulation/test/SimAnalyzer.cc", "Alignment/LaserAlignmentSimulation/test/SimAnalyzer_cfg.py", "Alignment/LaserAlignment/src/classes_def.xml", "Alignment/LaserAlignment/src/classes.h", "Alignment/LaserAlignment/src/LASAlignmentTubeAlgorithm.cc", "Alignment/LaserAlignment/src/LASBarrelAlgorithm.cc", "Alignment/LaserAlignment/src/LASBarrelAlignmentParameterSet.cc", "Alignment/LaserAlignment/src/LASConstants.cc", "Alignment/LaserAlignment/src/LASCoordinateSet.cc", "Alignment/LaserAlignment/src/LASEndcapAlgorithm.cc", "Alignment/LaserAlignment/src/LASEndcapAlignmentParameterSet.cc", "Alignment/LaserAlignment/src/LASGeometryUpdater.cc", "Alignment/LaserAlignment/src/LASGlobalData.cc", "Alignment/LaserAlignment/src/LASGlobalLoop.cc", "Alignment/LaserAlignment/src/LASModuleProfile.cc", "Alignment/LaserAlignment/src/LASPeakFinder.cc", "Alignment/LaserAlignment/src/LASProfileJudge.cc", "Alignment/LaserAlignment/test/createScenario.py", "Alignment/LaserAlignment/test/LaserAlignmentEventFilter_test.py", "Alignment/LaserAlignment/test/laserAlignment.py", "Alignment/LaserAlignment/test/laserAlignment_sim.py", "Alignment/LaserAlignment/test/RawDataConverter_full_chain.py", "Alignment/LaserAlignment/test/ReadLaserRecHitAlgorithm.cc", "Alignment/LaserAlignment/test/RecoAnalyzerRecHits.cc", "Alignment/LaserAlignment/test/RecoAnalyzerTC.cc", "Alignment/LaserAlignment/test/t0ProducerStandalone_LASFilter.py", "Alignment/LaserAlignment/test/t0ProducerStandalone.py", "Alignment/LaserAlignment/test/testTkLasBeamFitter_cfg.py", "Alignment/LaserDQM/doc/LaserDQM.doc", "Alignment/LaserDQM/plugins/BuildFile.xml", "Alignment/LaserDQM/plugins/LaserDQM.cc", "Alignment/LaserDQM/plugins/LaserDQM.h", "Alignment/LaserDQM/plugins/LaserDQMInitMonitors.cc", "Alignment/LaserDQM/plugins/LaserDQMStatistics.cc", "Alignment/LaserDQM/python/LaserDQM_cfg.py", "Alignment/LaserDQM/python/LaserDQM_cfi.py", "Alignment/MillePedeAlignmentAlgorithm/BuildFile.xml", "Alignment/MillePedeAlignmentAlgorithm/doc/MillePedeAlignmentAlgorithm.doc", "Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeFileReader.h", "Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeMonitor.h", "Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeVariables.h", "Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeVariablesIORoot.h", "Alignment/MillePedeAlignmentAlgorithm/interface/PedeLabelerBase.h", "Alignment/MillePedeAlignmentAlgorithm/interface/PedeLabelerPluginFactory.h", "Alignment/MillePedeAlignmentAlgorithm/macros/allMillePede.C", "Alignment/MillePedeAlignmentAlgorithm/macros/CompareMillePede.C", "Alignment/MillePedeAlignmentAlgorithm/macros/CompareMillePede.h", "Alignment/MillePedeAlignmentAlgorithm/macros/createChi2ndfplot.C", "Alignment/MillePedeAlignmentAlgorithm/macros/createPedeParamIOVPlots.C", "Alignment/MillePedeAlignmentAlgorithm/macros/createPedeParamPlots.C", "Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFHistArray.C", "Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFHistArray.h", "Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFHistManager.C", "Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFHistManager.h", "Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFOverlay.C", "Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFOverlay.h", "Alignment/MillePedeAlignmentAlgorithm/macros/MillePedeTrees.C", "Alignment/MillePedeAlignmentAlgorithm/macros/MillePedeTrees.h", "Alignment/MillePedeAlignmentAlgorithm/macros/pixelPositionChange.C", "Alignment/MillePedeAlignmentAlgorithm/macros/PlotFromMillepedeRes.C", "Alignment/MillePedeAlignmentAlgorithm/macros/PlotMilleMonitor.C", "Alignment/MillePedeAlignmentAlgorithm/macros/PlotMilleMonitor.h", "Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePede.C", "Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePede.h", "Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePedeIOV.C", "Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePedeIOV.h", "Alignment/MillePedeAlignmentAlgorithm/macros/readPedeHists.C", "Alignment/MillePedeAlignmentAlgorithm/macros/runPlotFromMillepedeRes.C", "Alignment/MillePedeAlignmentAlgorithm/macros/setGStyle.C", "Alignment/MillePedeAlignmentAlgorithm/plugins/BuildFile.xml", "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeAlignmentAlgorithm.cc", "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeAlignmentAlgorithm.h", "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeDQMModule.cc", "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeDQMModule.h", "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeFileConverter.cc", "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeFileConverter.h", "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeFileExtractor.cc", "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeFileExtractor.h", "Alignment/MillePedeAlignmentAlgorithm/plugins/MomentumDependentPedeLabeler.cc", "Alignment/MillePedeAlignmentAlgorithm/plugins/MomentumDependentPedeLabeler.h", "Alignment/MillePedeAlignmentAlgorithm/plugins/PedeLabeler.cc", "Alignment/MillePedeAlignmentAlgorithm/plugins/PedeLabeler.h", "Alignment/MillePedeAlignmentAlgorithm/plugins/RunRangeDependentPedeLabeler.cc", "Alignment/MillePedeAlignmentAlgorithm/plugins/RunRangeDependentPedeLabeler.h", "Alignment/MillePedeAlignmentAlgorithm/plugins/ZMuMuMassConstraintParameterFinder.cc", "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/ConfigureAlignmentProducer.py", "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/GeneralSetup.py", "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/helper.py", "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/MilleSetup.py", "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/myMessageLogger_cff.py", "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/PedeSetup.py", "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/SetCondition.py", "Alignment/MillePedeAlignmentAlgorithm/python/MillePedeAlignmentAlgorithm_cfi.py", "Alignment/MillePedeAlignmentAlgorithm/python/MillePedeDQMModule_cff.py", "Alignment/MillePedeAlignmentAlgorithm/python/MillePedeFileConverter_cfg.py", "Alignment/MillePedeAlignmentAlgorithm/python/MillePedeFileExtractor_cfg.py", "Alignment/MillePedeAlignmentAlgorithm/python/MillePedeFileReader_cfi.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpslib/Mpslibclass.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpslib/tools.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/additionalparser.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/beamerCreator.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/bigModule.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/bigStructure.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/classes.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/dumpparser.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/geometrydata.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/geometry.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/htmlCreator.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/iniparser.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/monitorPlot.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/pdfCreator.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/style.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/subModule.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/timeStructure.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/trackerTree.py", "Alignment/MillePedeAlignmentAlgorithm/python/PresigmaScenarios_cff.py", "Alignment/MillePedeAlignmentAlgorithm/python/RefitterAnalytical_cff.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/BuildFile.xml", "Alignment/MillePedeAlignmentAlgorithm/scripts/mpedegui.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_alisetup.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_auto.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_check.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_disablejob.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_enablejob.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_fetch.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_fire.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_kill.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/mpslib/Mpslib.pm", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_list_evts.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_merge_millepedemonitor.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_merge.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_monitormerge.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_parse_pedechi2hist.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_prepare_input_db.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_retry.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_save.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_scriptm.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_script.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_setupm.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_setup_new_align.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_setup.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_splice.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_split.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_stat.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_update.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_validate.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_weight.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/nextMPS.sh", "Alignment/MillePedeAlignmentAlgorithm/src/.cvsignore", "Alignment/MillePedeAlignmentAlgorithm/src/Mille.cc", "Alignment/MillePedeAlignmentAlgorithm/src/Mille.h", "Alignment/MillePedeAlignmentAlgorithm/src/MillePedeFileReader.cc", "Alignment/MillePedeAlignmentAlgorithm/src/MillePedeMonitor.cc", "Alignment/MillePedeAlignmentAlgorithm/src/MillePedeVariables.cc", "Alignment/MillePedeAlignmentAlgorithm/src/MillePedeVariablesIORoot.cc", "Alignment/MillePedeAlignmentAlgorithm/src/PedeLabelerBase.cc", "Alignment/MillePedeAlignmentAlgorithm/src/PedeLabelerPluginFactory.cc", "Alignment/MillePedeAlignmentAlgorithm/src/PedeReader.cc", "Alignment/MillePedeAlignmentAlgorithm/src/PedeReader.h", "Alignment/MillePedeAlignmentAlgorithm/src/PedeSteerer.cc", "Alignment/MillePedeAlignmentAlgorithm/src/PedeSteerer.h", "Alignment/MillePedeAlignmentAlgorithm/src/PedeSteererWeakModeConstraints.cc", "Alignment/MillePedeAlignmentAlgorithm/src/PedeSteererWeakModeConstraints.h", "Alignment/MillePedeAlignmentAlgorithm/templates/alignment_config.ini", "Alignment/MillePedeAlignmentAlgorithm/templates/mps_runMille_template.sh", "Alignment/MillePedeAlignmentAlgorithm/templates/mps_runPede_rfcp_template.sh", "Alignment/MillePedeAlignmentAlgorithm/templates/mpsvalidate_beamer_template.tex", "Alignment/MillePedeAlignmentAlgorithm/templates/mpsvalidate_default.ini", "Alignment/MillePedeAlignmentAlgorithm/templates/mpsvalidate_html_template.html", "Alignment/MillePedeAlignmentAlgorithm/templates/mpsvalidate_tex_template.tex", "Alignment/MillePedeAlignmentAlgorithm/templates/universalConfigTemplate.py", "Alignment/MillePedeAlignmentAlgorithm/test/alignment_cfg.py", "Alignment/MillePedeAlignmentAlgorithm/test/alignment_forGeomComp_cfg.py", "Alignment/MillePedeAlignmentAlgorithm/test/alignment_las_cfg.py", "Alignment/MillePedeAlignmentAlgorithm/test/AlignmentRcdChecker_cfg.py", "Alignment/MillePedeAlignmentAlgorithm/test/AlignmentRcdChecker.cpp", "Alignment/MillePedeAlignmentAlgorithm/test/alignment_survey_cfg.py", "Alignment/MillePedeAlignmentAlgorithm/test/align_params_cff.py", "Alignment/MillePedeAlignmentAlgorithm/test/BuildFile.xml", "Alignment/MillePedeAlignmentAlgorithm/test/convertMPresToDB_cfg.py", "Alignment/MillePedeAlignmentAlgorithm/test/testFindMassContraintParameters.cpp", "Alignment/MillePedeAlignmentAlgorithm/test/test_mille.py", "Alignment/MillePedeAlignmentAlgorithm/test/test_mille.sh", "Alignment/MillePedeAlignmentAlgorithm/test/test_mps-workflow.sh", "Alignment/MillePedeAlignmentAlgorithm/test/test_payload_sanity.sh", "Alignment/MillePedeAlignmentAlgorithm/test/test_pedeConversion.sh", "Alignment/MillePedeAlignmentAlgorithm/test/test_pede.py", "Alignment/MillePedeAlignmentAlgorithm/test/test_pede.sh", "Alignment/MillePedeAlignmentAlgorithm/test/test_ZMuMuMassConstraintParameterFinder.sh", "Alignment/MillePedeAlignmentAlgorithm/test/trackerTree_cfg.py", "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/printParameters.C", "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/README.md", "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/submit_jobs.sh", "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/zmumudistribution_cfg.py", "Alignment/MuonAlignmentAlgorithms/BuildFile.xml", "Alignment/MuonAlignmentAlgorithms/data/CollisionsOct2010_ME11holes.phipos", "Alignment/MuonAlignmentAlgorithms/data/CollisionsOct2010_ME11holes.phiz", "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOct2010holes.phipos", "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOct2010holes.phiz", "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOnePerRing.phipos", "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOnePerRing.phiz", "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007.phipos", "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007.phiz", "Alignment/MuonAlignmentAlgorithms/data/SLM_test.phipos", "Alignment/MuonAlignmentAlgorithms/data/SLM_test.phiz", "Alignment/MuonAlignmentAlgorithms/interface/CSCPairConstraint.h", "Alignment/MuonAlignmentAlgorithms/interface/DTMuonLocalAlignment.h", "Alignment/MuonAlignmentAlgorithms/interface/DTMuonMillepede.h", "Alignment/MuonAlignmentAlgorithms/interface/DTMuonSLToSL.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonChamberResidual.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonCSCChamberResidual.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonDT13ChamberResidual.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonDT2ChamberResidual.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonHitsChamberResidual.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals1DOFFitter.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals5DOFFitter.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals6DOFFitter.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals6DOFrphiFitter.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsAngleFitter.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsBfieldAngleFitter.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsFitter.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsFromTrack.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsPositionFitter.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsTwoBin.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonTrackCSCChamberResidual.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonTrackDT13ChamberResidual.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonTrackDT2ChamberResidual.h", "Alignment/MuonAlignmentAlgorithms/interface/ReadPGInfo.h", "Alignment/MuonAlignmentAlgorithms/interface/SegmentToTrackAssociator.h", "Alignment/MuonAlignmentAlgorithms/plugins/BuildFile.xml", "Alignment/MuonAlignmentAlgorithms/plugins/CSCAlignmentCorrections.cc", "Alignment/MuonAlignmentAlgorithms/plugins/CSCAlignmentCorrections.h", "Alignment/MuonAlignmentAlgorithms/plugins/CSCChamberFitter.cc", "Alignment/MuonAlignmentAlgorithms/plugins/CSCChamberFitter.h", "Alignment/MuonAlignmentAlgorithms/plugins/CSCOverlapsAlignmentAlgorithm.cc", "Alignment/MuonAlignmentAlgorithms/plugins/CSCOverlapsAlignmentAlgorithm.h", "Alignment/MuonAlignmentAlgorithms/plugins/CSCOverlapsBeamSplashCut.cc", "Alignment/MuonAlignmentAlgorithms/plugins/CSCOverlapsTrackPreparation.cc", "Alignment/MuonAlignmentAlgorithms/plugins/CSCPairResidualsConstraint.cc", "Alignment/MuonAlignmentAlgorithms/plugins/CSCPairResidualsConstraint.h", "Alignment/MuonAlignmentAlgorithms/plugins/MuonAlignmentFromReference.cc", "Alignment/MuonAlignmentAlgorithms/plugins/MuonAlignmentPreFilter.cc", "Alignment/MuonAlignmentAlgorithms/python/alignBH_cfg.py", "Alignment/MuonAlignmentAlgorithms/python/align_cfg.py", "Alignment/MuonAlignmentAlgorithms/python/convertToXML_global_cfg.py", "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_cff.py", "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_cfi.py", "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_diskfitters_cff.py", "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_ringfitters_cff.py", "Alignment/MuonAlignmentAlgorithms/python/gatherBH_cfg.py", "Alignment/MuonAlignmentAlgorithms/python/gather_cfg.py", "Alignment/MuonAlignmentAlgorithms/python/MuonAlignmentFromReference_cff.py", "Alignment/MuonAlignmentAlgorithms/python/MuonAlignmentFromReference_cfi.py", "Alignment/MuonAlignmentAlgorithms/python/MuonChamberSelectors_cff.py", "Alignment/MuonAlignmentAlgorithms/python/MuonStationSelectors_cff.py", "Alignment/MuonAlignmentAlgorithms/python/Reference_intrackfit_cff.py", "Alignment/MuonAlignmentAlgorithms/scripts/alignCSCRings.py", "Alignment/MuonAlignmentAlgorithms/scripts/alignmentValidation.py", "Alignment/MuonAlignmentAlgorithms/scripts/applyRadialCorrections.py", "Alignment/MuonAlignmentAlgorithms/scripts/auto_gallery.php", "Alignment/MuonAlignmentAlgorithms/scripts/combineBlockFiles.sh", "Alignment/MuonAlignmentAlgorithms/scripts/convertSQLiteXML.py", "Alignment/MuonAlignmentAlgorithms/scripts/corrVsCorr.py", "Alignment/MuonAlignmentAlgorithms/scripts/createBeamHaloJobs.py", "Alignment/MuonAlignmentAlgorithms/scripts/createCSCRingsJobs.py", "Alignment/MuonAlignmentAlgorithms/scripts/createJobs.py", "Alignment/MuonAlignmentAlgorithms/scripts/createTree.py", "Alignment/MuonAlignmentAlgorithms/scripts/diffTwoXMLs.py", "Alignment/MuonAlignmentAlgorithms/scripts/findQualityFiles.py", "Alignment/MuonAlignmentAlgorithms/scripts/geometryDiffVisualizer.py", "Alignment/MuonAlignmentAlgorithms/scripts/groupFilesInBlocks.py", "Alignment/MuonAlignmentAlgorithms/scripts/motionPolicyChamber.py", "Alignment/MuonAlignmentAlgorithms/scripts/mutypes.py", "Alignment/MuonAlignmentAlgorithms/scripts/phiedges_fitfunctions.C", "Alignment/MuonAlignmentAlgorithms/scripts/plotscripts.py", "Alignment/MuonAlignmentAlgorithms/scripts/relativeConstraints.py", "Alignment/MuonAlignmentAlgorithms/scripts/reportVsReport.py", "Alignment/MuonAlignmentAlgorithms/scripts/signConventions.py", "Alignment/MuonAlignmentAlgorithms/scripts/wrapperExtraPlots.sh", "Alignment/MuonAlignmentAlgorithms/src/DTMuonLocalAlignment.cc", "Alignment/MuonAlignmentAlgorithms/src/DTMuonMillepede.cc", "Alignment/MuonAlignmentAlgorithms/src/DTMuonSLToSL.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonChamberResidual.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonCSCChamberResidual.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonDT13ChamberResidual.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonDT2ChamberResidual.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonHitsChamberResidual.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonResiduals1DOFFitter.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonResiduals5DOFFitter.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonResiduals6DOFFitter.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonResiduals6DOFrphiFitter.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonResidualsAngleFitter.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonResidualsBfieldAngleFitter.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonResidualsFitter.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonResidualsFromTrack.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonResidualsPositionFitter.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonTrackCSCChamberResidual.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonTrackDT13ChamberResidual.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonTrackDT2ChamberResidual.cc", "Alignment/MuonAlignmentAlgorithms/src/ReadPGInfo.cc", "Alignment/MuonAlignmentAlgorithms/src/SegmentToTrackAssociator.cc", "Alignment/MuonAlignmentAlgorithms/test/APE1000cm.xml", "Alignment/MuonAlignmentAlgorithms/test/browser/display_mechanics.js", "Alignment/MuonAlignmentAlgorithms/test/browser/index.html", "Alignment/MuonAlignmentAlgorithms/test/browser/tree.html", "Alignment/MuonAlignmentAlgorithms/test/browser/tree_index.html", "Alignment/MuonAlignmentAlgorithms/test/browser/tree_items.js", "Alignment/MuonAlignmentAlgorithms/test/browser/tree.js", "Alignment/MuonAlignmentAlgorithms/test/browser/tree_tpl.js", "Alignment/MuonAlignmentAlgorithms/test/convert_APE1000cm_cfg.py", "Alignment/MuonAlignmentAlgorithms/test/test_CSCOverlapsAlignmentAlgorithm_cfg.py", "Alignment/MuonAlignment/BuildFile.xml", "Alignment/MuonAlignment/data/disk1_template.svg", "Alignment/MuonAlignment/data/disk23_template.svg", "Alignment/MuonAlignment/data/diskm4_template.svg", "Alignment/MuonAlignment/data/diskp4_template.svg", "Alignment/MuonAlignment/data/idealTransformation.py", "Alignment/MuonAlignment/data/station4_template.svg", "Alignment/MuonAlignment/data/station_template.svg", "Alignment/MuonAlignment/data/wheel_template.svg", "Alignment/MuonAlignment/data/wheel_template.svg_BEGINNING", "Alignment/MuonAlignment/data/wheel_template.svg_END", "Alignment/MuonAlignment/interface/AlignableCSCChamber.h", "Alignment/MuonAlignment/interface/AlignableCSCEndcap.h", "Alignment/MuonAlignment/interface/AlignableCSCRing.h", "Alignment/MuonAlignment/interface/AlignableCSCStation.h", "Alignment/MuonAlignment/interface/AlignableDTBarrel.h", "Alignment/MuonAlignment/interface/AlignableDTChamber.h", "Alignment/MuonAlignment/interface/AlignableDTStation.h", "Alignment/MuonAlignment/interface/AlignableDTSuperLayer.h", "Alignment/MuonAlignment/interface/AlignableDTWheel.h", "Alignment/MuonAlignment/interface/AlignableGEMChamber.h", "Alignment/MuonAlignment/interface/AlignableGEMEndcap.h", "Alignment/MuonAlignment/interface/AlignableGEMRing.h", "Alignment/MuonAlignment/interface/AlignableGEMStation.h", "Alignment/MuonAlignment/interface/AlignableGEMSuperChamber.h", "Alignment/MuonAlignment/interface/AlignableMuon.h", "Alignment/MuonAlignment/interface/MuonAlignment.h", "Alignment/MuonAlignment/interface/MuonAlignmentInputDB.h", "Alignment/MuonAlignment/interface/MuonAlignmentInputMethod.h", "Alignment/MuonAlignment/interface/MuonAlignmentInputSurveyDB.h", "Alignment/MuonAlignment/interface/MuonAlignmentInputXML.h", "Alignment/MuonAlignment/interface/MuonAlignmentOutputXML.h", "Alignment/MuonAlignment/interface/MuonScenarioBuilder.h", "Alignment/MuonAlignment/plugins/BuildFile.xml", "Alignment/MuonAlignment/plugins/MuonGeometryArrange.cc", "Alignment/MuonAlignment/plugins/MuonGeometryArrange.h", "Alignment/MuonAlignment/plugins/MuonGeometryDBConverter.cc", "Alignment/MuonAlignment/plugins/MuonGeometrySanityCheck.cc", "Alignment/MuonAlignment/plugins/MuonGeometrySVGTemplate.cc", "Alignment/MuonAlignment/plugins/MuonMisalignedProducer.cc", "Alignment/MuonAlignment/python/convertSQLitetoXML_cfg.py", "Alignment/MuonAlignment/python/convertXMLtoSQLite_cfg.py", "Alignment/MuonAlignment/python/convertXMLtoXML_cfg.py", "Alignment/MuonAlignment/python/download_sqlite_cfg.py", "Alignment/MuonAlignment/python/geometryCSVtoXML.py", "Alignment/MuonAlignment/python/geometryDiff.py", "Alignment/MuonAlignment/python/geometryDiffVisualization.py", "Alignment/MuonAlignment/python/geometryXMLparser.py", "Alignment/MuonAlignment/python/geometryXMLtoCSV.py", "Alignment/MuonAlignment/python/makeGlobalPositionRcd_cfg.py", "Alignment/MuonAlignment/python/makeMuonMisalignmentScenario.py", "Alignment/MuonAlignment/python/MCScenario_CRAFT1_22X.py", "Alignment/MuonAlignment/python/MisalignedMuon_cfi.py", "Alignment/MuonAlignment/python/MuonGeometrySanityCheck_cfi.py", "Alignment/MuonAlignment/python/Scenarios_cff.py", "Alignment/MuonAlignment/python/svgfig.py", "Alignment/MuonAlignment/src/AlignableCSCChamber.cc", "Alignment/MuonAlignment/src/AlignableCSCEndcap.cc", "Alignment/MuonAlignment/src/AlignableCSCRing.cc", "Alignment/MuonAlignment/src/AlignableCSCStation.cc", "Alignment/MuonAlignment/src/AlignableDTBarrel.cc", "Alignment/MuonAlignment/src/AlignableDTChamber.cc", "Alignment/MuonAlignment/src/AlignableDTStation.cc", "Alignment/MuonAlignment/src/AlignableDTSuperLayer.cc", "Alignment/MuonAlignment/src/AlignableDTWheel.cc", "Alignment/MuonAlignment/src/AlignableGEMChamber.cc", "Alignment/MuonAlignment/src/AlignableGEMEndcap.cc", "Alignment/MuonAlignment/src/AlignableGEMRing.cc", "Alignment/MuonAlignment/src/AlignableGEMStation.cc", "Alignment/MuonAlignment/src/AlignableGEMSuperChamber.cc", "Alignment/MuonAlignment/src/AlignableMuon.cc", "Alignment/MuonAlignment/src/MuonAlignment.cc", "Alignment/MuonAlignment/src/MuonAlignmentInputDB.cc", "Alignment/MuonAlignment/src/MuonAlignmentInputMethod.cc", "Alignment/MuonAlignment/src/MuonAlignmentInputSurveyDB.cc", "Alignment/MuonAlignment/src/MuonAlignmentInputXML.cc", "Alignment/MuonAlignment/src/MuonAlignmentOutputXML.cc", "Alignment/MuonAlignment/src/MuonScenarioBuilder.cc", "Alignment/MuonAlignment/test/convertSQLitetoXML_cfg.py", "Alignment/MuonAlignment/test/geometryDiffVisualization_test.py", "Alignment/MuonAlignment/test/MuonAlignmentInputXML-testread_cfg.py", "Alignment/MuonAlignment/test/MuonAlignmentOutputXML-testwrite_cfg.py", "Alignment/MuonAlignment/test/muonGeometryDBConverter_cfg.py", "Alignment/MuonAlignment/test/plotDets.C", "Alignment/MuonAlignment/test/quickconvert.py", "Alignment/MuonAlignment/test/test-misalign_cfg.py", "Alignment/MuonAlignment/test/test_MuonGeometryDBConverter.sh", "Alignment/MuonAlignment/test/test-read_cfg.py", "Alignment/MuonAlignment/test/theTree.C", "Alignment/MuonAlignment/test/theTree.h", "Alignment/MuonAlignment/test/x3d.C", "Alignment/OfflineValidation/bin/BuildFile.xml", "Alignment/OfflineValidation/bin/DiMuonVmerge.cc", "Alignment/OfflineValidation/bin/DMRmerge.cc", "Alignment/OfflineValidation/bin/DMRsingle.cc", "Alignment/OfflineValidation/bin/DMRtrends.cc", "Alignment/OfflineValidation/bin/exceptions.h", "Alignment/OfflineValidation/bin/GCP.cc", "Alignment/OfflineValidation/bin/GCPtrends.cc", "Alignment/OfflineValidation/bin/GenericVmerge.cc", "Alignment/OfflineValidation/bin/haddws.C", "Alignment/OfflineValidation/bin/JDrawer.h", "Alignment/OfflineValidation/bin/JetHtPlotConfiguration.cc", "Alignment/OfflineValidation/bin/JetHtPlotConfiguration.h", "Alignment/OfflineValidation/bin/jetHtPlotter.cc", "Alignment/OfflineValidation/bin/MTSmerge.cc", "Alignment/OfflineValidation/bin/Options.cc", "Alignment/OfflineValidation/bin/Options.h", "Alignment/OfflineValidation/bin/PVmerge.cc", "Alignment/OfflineValidation/bin/PVtrends.cc", "Alignment/OfflineValidation/bin/README.md", "Alignment/OfflineValidation/bin/SplitVmerge.cc", "Alignment/OfflineValidation/bin/toolbox.h", "Alignment/OfflineValidation/bin/Zmumumerge.cc", "Alignment/OfflineValidation/data/GCP_defaultRange.json", "Alignment/OfflineValidation/doc/OfflineValidation.doc", "Alignment/OfflineValidation/interface/CompareAlignments.h", "Alignment/OfflineValidation/interface/DiLeptonVertexHelpers.h", "Alignment/OfflineValidation/interface/EopElecVariables.h", "Alignment/OfflineValidation/interface/EopVariables.h", "Alignment/OfflineValidation/interface/FitWithRooFit.h", "Alignment/OfflineValidation/interface/GeometryComparisonPlotter.h", "Alignment/OfflineValidation/interface/OutPVtrends.h", "Alignment/OfflineValidation/interface/PlotAlignmentValidation.h", "Alignment/OfflineValidation/interface/PrepareDMRTrends.h", "Alignment/OfflineValidation/interface/PreparePVTrends.h", "Alignment/OfflineValidation/interface/pvTree.h", "Alignment/OfflineValidation/interface/PVValidationHelpers.h", "Alignment/OfflineValidation/interface/SmartSelectionMonitor.h", "Alignment/OfflineValidation/interface/TkAlStyle.h", "Alignment/OfflineValidation/interface/TkOffTreeVariables.h", "Alignment/OfflineValidation/interface/TrackerValidationVariables.h", "Alignment/OfflineValidation/interface/Trend.h", "Alignment/OfflineValidation/macros/analyzeDiMuonBiases.C", "Alignment/OfflineValidation/macros/analyzeDiMuonBiases_fast.C", "Alignment/OfflineValidation/macros/CMS_lumi.h", "Alignment/OfflineValidation/macros/DiMuonMassProfiles.C", "Alignment/OfflineValidation/macros/FitPVResiduals.C", "Alignment/OfflineValidation/macros/FitPVResolution.C", "Alignment/OfflineValidation/macros/loopAndPlot.C", "Alignment/OfflineValidation/macros/makeArrowPlots.C", "Alignment/OfflineValidation/macros/momentumBiasValidation.C", "Alignment/OfflineValidation/macros/momentumElectronBiasValidation.C", "Alignment/OfflineValidation/macros/MultiRunAndPlotPVValidation.C", "Alignment/OfflineValidation/macros/overlayDiMuonBiases.C", "Alignment/OfflineValidation/macros/PlotPVValidation.C", "Alignment/OfflineValidation/macros/runExtendedOfflineValidationPlots.C", "Alignment/OfflineValidation/macros/trackSplitPlot.C", "Alignment/OfflineValidation/macros/trackSplitPlot.h", "Alignment/OfflineValidation/plugins/BuildFile.xml", "Alignment/OfflineValidation/plugins/ColorParser.C", "Alignment/OfflineValidation/plugins/CosmicSplitterValidation.cc", "Alignment/OfflineValidation/plugins/DiElectronVertexValidation.cc", "Alignment/OfflineValidation/plugins/DiMuonValidation.cc", "Alignment/OfflineValidation/plugins/DiMuonVertexValidation.cc", "Alignment/OfflineValidation/plugins/DMRChecker.cc", "Alignment/OfflineValidation/plugins/EopElecTreeWriter.cc", "Alignment/OfflineValidation/plugins/EopTreeWriter.cc", "Alignment/OfflineValidation/plugins/GeneralPurposeTrackAnalyzer.cc", "Alignment/OfflineValidation/plugins/GeneralPurposeVertexAnalyzer.cc", "Alignment/OfflineValidation/plugins/JetHTAnalyzer.cc", "Alignment/OfflineValidation/plugins/MuonAlignmentAnalyzer.cc", "Alignment/OfflineValidation/plugins/MuonAlignmentAnalyzer.h", "Alignment/OfflineValidation/plugins/OverlapValidation.cc", "Alignment/OfflineValidation/plugins/PixelBaryCentreAnalyzer.cc", "Alignment/OfflineValidation/plugins/PrimaryVertexValidation.cc", "Alignment/OfflineValidation/plugins/PrimaryVertexValidation.h", "Alignment/OfflineValidation/plugins/ResidualRefitting.cc", "Alignment/OfflineValidation/plugins/ResidualRefitting.h", "Alignment/OfflineValidation/plugins/ShortenedTrackValidation.cc", "Alignment/OfflineValidation/plugins/SplitVertexResolution.cc", "Alignment/OfflineValidation/plugins/StyleParser.C", "Alignment/OfflineValidation/plugins/TkAlV0sAnalyzer.cc", "Alignment/OfflineValidation/plugins/TrackerGeometryCompare.cc", "Alignment/OfflineValidation/plugins/TrackerGeometryCompare.h", "Alignment/OfflineValidation/plugins/TrackerGeometryIntoNtuples.cc", "Alignment/OfflineValidation/plugins/TrackerOfflineValidation.cc", "Alignment/OfflineValidation/plugins/TrackerOfflineValidationSummary.cc", "Alignment/OfflineValidation/plugins/Tracker_OldtoNewConverter.cc", "Alignment/OfflineValidation/plugins/ValidationMisalignedTracker.cc", "Alignment/OfflineValidation/plugins/ValidationMisalignedTracker.h", "Alignment/OfflineValidation/python/DivergingColor.py", "Alignment/OfflineValidation/python/energyOverMomentumTree_cfi.py", "Alignment/OfflineValidation/python/energyOverMomentumTreeElec_cfi.py", "Alignment/OfflineValidation/python/GlobalTag_cff.py", "Alignment/OfflineValidation/python/MuonAlignmentAnalyzer_cfi.py", "Alignment/OfflineValidation/python/MuonGeometryIntoNtuples_cff.py", "Alignment/OfflineValidation/python/overlapValidationPlot.py", "Alignment/OfflineValidation/python/runGCPTkAlMap.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/betterConfigParser.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/defaultInputFiles_cff.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/DiMuonV_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/DiMuonV.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/DMR_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/DMRplotter.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/DMR.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/findAndChange.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/GCP_Ntuples_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/GCP.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/GCP_TkAlMap.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/GCP_tree_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/GenericV_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/GenericV.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/JetHT_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/JetHT.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/MTS_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/MTS.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/PixBary.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/PixelBaryCentreAnalyzer_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/PV_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/PV.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/SplitV_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/SplitV.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/condorTemplate.submit", "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/crabTemplate.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/executableTemplate.sh", "Alignment/OfflineValidation/python/TkAlAllInOneTool/TkAlExceptions.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/utils.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/Zmumu_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/Zmumu.py", "Alignment/OfflineValidation/python/TkAlMap_cfg/TkAlMapDesign_phase0_cfg.py", "Alignment/OfflineValidation/python/TkAlMap_cfg/TkAlMapDesign_phase1_cfg.py", "Alignment/OfflineValidation/python/TkAlMap.py", "Alignment/OfflineValidation/python/TkAlStyle.py", "Alignment/OfflineValidation/python/TrackerGeometryCompare_cfi.py", "Alignment/OfflineValidation/python/TrackerOfflineValidation_cfi.py", "Alignment/OfflineValidation/python/TrackerOfflineValidation_Dqm_cff.py", "Alignment/OfflineValidation/python/TrackerOfflineValidation_Standalone_cff.py", "Alignment/OfflineValidation/python/TrackerOfflineValidationSummary_cfi.py", "Alignment/OfflineValidation/scripts/addHistograms.sh", "Alignment/OfflineValidation/scripts/BiaspT_gaus.C", "Alignment/OfflineValidation/scripts/Chi2_mu.C", "Alignment/OfflineValidation/scripts/compareFileAges.C", "Alignment/OfflineValidation/scripts/compareGeoms", "Alignment/OfflineValidation/scripts/compareTrackerGeometries.C", "Alignment/OfflineValidation/scripts/createIOVlist.py", "Alignment/OfflineValidation/scripts/drawChamberCSC.C", "Alignment/OfflineValidation/scripts/drawChamberDT.C", "Alignment/OfflineValidation/scripts/drawCSC2D.C", "Alignment/OfflineValidation/scripts/drawCSC.C", "Alignment/OfflineValidation/scripts/drawDT2D.C", "Alignment/OfflineValidation/scripts/drawDT.C", "Alignment/OfflineValidation/scripts/Effeta_nota.C", "Alignment/OfflineValidation/scripts/Eff_Z_yzmu_nota.C", "Alignment/OfflineValidation/scripts/extractBaryCentre.py", "Alignment/OfflineValidation/scripts/FakeRate_d0.C", "Alignment/OfflineValidation/scripts/FakeRate_eta.C", "Alignment/OfflineValidation/scripts/FakeRate_nhit.C", "Alignment/OfflineValidation/scripts/FakeRate_pt.C", "Alignment/OfflineValidation/scripts/FakeRate_z0.C", "Alignment/OfflineValidation/scripts/GCPpyPlots.py", "Alignment/OfflineValidation/scripts/GeoComparisonGUI.C", "Alignment/OfflineValidation/scripts/makeListRunsInFiles.py", "Alignment/OfflineValidation/scripts/merge_TrackerOfflineValidation.C", "Alignment/OfflineValidation/scripts/mkLumiAveragedPlots.py", "Alignment/OfflineValidation/scripts/muonDBComparison.C", "Alignment/OfflineValidation/scripts/mZfit.C", "Alignment/OfflineValidation/scripts/mZ_mu.C", "Alignment/OfflineValidation/scripts/PixelBaryCentrePlotConfig.json", "Alignment/OfflineValidation/scripts/plotBaryCentre_VS_BeamSpot.py", "Alignment/OfflineValidation/scripts/printsummarytable.py", "Alignment/OfflineValidation/scripts/produceOfflineValidationTex.py", "Alignment/OfflineValidation/scripts/pulld0.C", "Alignment/OfflineValidation/scripts/pullphi.C", "Alignment/OfflineValidation/scripts/pullz0.C", "Alignment/OfflineValidation/scripts/Rescottheta_gaus.C", "Alignment/OfflineValidation/scripts/Resd0_gaus.C", "Alignment/OfflineValidation/scripts/Resd0_pT_higgs.C", "Alignment/OfflineValidation/scripts/Residualcottheta_mu.C", "Alignment/OfflineValidation/scripts/Residuald0_mu.C", "Alignment/OfflineValidation/scripts/Residual_mu.C", "Alignment/OfflineValidation/scripts/ResidualmZ_mu.C", "Alignment/OfflineValidation/scripts/Residualphi_mu.C", "Alignment/OfflineValidation/scripts/Residualz0_mu.C", "Alignment/OfflineValidation/scripts/ResmZ_y_gaus.C", "Alignment/OfflineValidation/scripts/Resphi_gaus.C", "Alignment/OfflineValidation/scripts/RespT_gaus.C", "Alignment/OfflineValidation/scripts/RespT_nhit.C", "Alignment/OfflineValidation/scripts/RespT_pT2_higgs.C", "Alignment/OfflineValidation/scripts/RespT_pT_higgs.C", "Alignment/OfflineValidation/scripts/Resz0_gaus.C", "Alignment/OfflineValidation/scripts/Resz0_pT_higgs.C", "Alignment/OfflineValidation/scripts/submitPVResolutionJobs.py", "Alignment/OfflineValidation/scripts/submitPVValidationJobs.py", "Alignment/OfflineValidation/scripts/tdrstyle.C", "Alignment/OfflineValidation/scripts/validateAlignments.py", "Alignment/OfflineValidation/scripts/visualizationTracker.C", "Alignment/OfflineValidation/src/classes_def.xml", "Alignment/OfflineValidation/src/classes.h", "Alignment/OfflineValidation/src/CompareAlignments.cc", "Alignment/OfflineValidation/src/FitWithRooFit.cc", "Alignment/OfflineValidation/src/GeometryComparisonPlotter.cc", "Alignment/OfflineValidation/src/PlotAlignmentValidation.cc", "Alignment/OfflineValidation/src/PrepareDMRTrends.cc", "Alignment/OfflineValidation/src/PreparePVTrends.cc", "Alignment/OfflineValidation/src/PVValidationHelpers.cc", "Alignment/OfflineValidation/src/SmartSelectionMonitor.cc", "Alignment/OfflineValidation/src/TkAlStyle.cc", "Alignment/OfflineValidation/src/TrackerValidationVariables.cc", "Alignment/OfflineValidation/src/Trend.cc", "Alignment/OfflineValidation/test/examples/DMR_overriding_conditions.yaml", "Alignment/OfflineValidation/test/examples/DMR_testFeatures.yaml", "Alignment/OfflineValidation/test/examples/jetHtAnalysis_fullExampleConfiguration.json", "Alignment/OfflineValidation/test/examples/jetHtFilesForRun2018A_first100files.txt", "Alignment/OfflineValidation/test/examples/jetHt_multiYearTrendPlot.json", "Alignment/OfflineValidation/test/examples/jetHt_ptHatWeightForMCPlot.json", "Alignment/OfflineValidation/test/examples/PixBary.yaml", "Alignment/OfflineValidation/test/examples/ptHatFiles_MC2018_PFJet320.txt", "Alignment/OfflineValidation/test/examples/PV_alignments_different_datasets.yaml", "Alignment/OfflineValidation/test/examples/PV_alignments_multiple_merge_jobs.yaml", "Alignment/OfflineValidation/test/examples/README.md", "Alignment/OfflineValidation/test/testingScripts/test_unitMiscellanea.sh", "Alignment/OfflineValidation/test/testingScripts/test_unitMTS.sh", "Alignment/OfflineValidation/test/testingScripts/test_unitPixBary.sh", "Alignment/OfflineValidation/test/testingScripts/test_unitPrimaryVertex.sh", "Alignment/OfflineValidation/test/testingScripts/test_unitPV.sh", "Alignment/OfflineValidation/test/testingScripts/test_unitSplitV.sh", "Alignment/OfflineValidation/test/testingScripts/test_unitSubmitPVrbr.sh", "Alignment/OfflineValidation/test/testingScripts/test_unitSubmitPVsplit.sh", "Alignment/OfflineValidation/test/testingScripts/test_unitZmumu.sh"] \ No newline at end of file diff --git a/tests/ReplayData/test_create_compressed_cache.json b/tests/ReplayData/test_create_compressed_cache.json new file mode 100644 index 00000000000..a21ae212a5a --- /dev/null +++ b/tests/ReplayData/test_create_compressed_cache.json @@ -0,0 +1 @@ +["Alignment/APEEstimation/python/samples/Data_TkAlMinBias_Run2018C_PromptReco_v3_cff.py", "Alignment/APEEstimation/python/samples/Data_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py", "Alignment/APEEstimation/python/samples/Data_TkAlZMuMu_Run2015B_DoubleMuon_PromptReco_v1_cff.py", "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_ApeSkim_cff.py", "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_cff.py", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsEntry.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsStore.h", "Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationPluginFactory.h", "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorTracksFromTrajectories.cc", "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorMuonResidualsDefaults_cff.py", "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorSegmentDifferences_cfi.py", "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentDerivatives.h", "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentParameters.h", "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentDerivatives.h", "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentParameters.h", "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentDerivativesExtractor.h", "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentParameters.h", "Alignment/CommonAlignmentParametrization/interface/KarimakiAlignmentDerivatives.h", "Alignment/CommonAlignmentParametrization/interface/ParametersToParametersDerivatives.h", "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters4D.h", "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters.h", "Alignment/CommonAlignmentParametrization/interface/SegmentAlignmentDerivatives4D.h", "Alignment/CommonAlignmentParametrization/interface/TwoBowedSurfacesAlignmentParameters.h", "Alignment/CommonAlignmentParametrization/src/BowedSurfaceAlignmentDerivatives.cc", "Alignment/CommonAlignmentParametrization/src/CompositeAlignmentDerivativesExtractor.cc", "Alignment/CommonAlignmentParametrization/src/ParametersToParametersDerivatives.cc", "Alignment/CommonAlignmentParametrization/src/TwoBowedSurfacesAlignmentParameters.cc", "Alignment/CommonAlignmentProducer/interface/AlignmentTracksFromVertexCompositeCandidateSelector.h", "Alignment/CommonAlignmentProducer/interface/AlignmentTwoBodyDecayTrackSelector.h", "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexCompositeCandidateSelectorModule.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexSelectorModule.cc", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHaloOverlaps_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlCalIsolatedMu_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmics_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlStandAloneCosmics_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli0T_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGCombined_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGDiMuon_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLT_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHG_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGCombined_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGDiMuon_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsInCollisions_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlDiMuonAndVertex_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracksZMuMu_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedHI_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedPA_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuHI_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuPA_Output_cff.py", "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHGCombined_cff.py", "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHLTHGCombined_cff.py", "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexCompositeCandidateSelector_cfi.py", "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexSelector_cfi.py", "Alignment/CommonAlignmentProducer/src/AlignmentTracksFromVertexCompositeCandidateSelector.cc", "Alignment/LaserAlignment/python/ExpectedCorrectionsShiftsAndRotationsTEC2TEC_cfi.py", "Alignment/MillePedeAlignmentAlgorithm/plugins/ZMuMuMassConstraintParameterFinder.cc", "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/ConfigureAlignmentProducer.py", "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/myMessageLogger_cff.py", "Alignment/MillePedeAlignmentAlgorithm/test/test_ZMuMuMassConstraintParameterFinder.sh", "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/printParameters.C", "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/README.md", "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/submit_jobs.sh", "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/zmumudistribution_cfg.py", "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOct2010holes.phipos", "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_diskfitters_cff.py", "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_ringfitters_cff.py", "Alignment/MuonAlignmentAlgorithms/test/test_CSCOverlapsAlignmentAlgorithm_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/PixelBaryCentreAnalyzer_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/condorTemplate.submit", "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/executableTemplate.sh", "Alignment/OfflineValidation/test/examples/jetHtAnalysis_fullExampleConfiguration.json", "Alignment/OfflineValidation/test/examples/jetHtFilesForRun2018A_first100files.txt", "Alignment/OfflineValidation/test/examples/PV_alignments_multiple_merge_jobs.yaml", "Alignment/OfflineValidation/test/testingScripts/test_unitSagittaBiasNtuplizer.sh", "Alignment/TrackerAlignment/scripts/TkAlCaRecoPrescaling.ALCARECOTkAlCosmics0T.tpl", "Alignment/TrackerAlignment/test/Misalignments/createRandomlyMisalignedGeometry_cfg.py", "Alignment/TrackerAlignment/test/Misalignments/createRandomlyMisalignedGeometry_Phase2_cfg.py", "AnalysisAlgos/SiStripClusterInfoProducer/plugins/SiStripProcessedRawDigiProducer.cc", "AnalysisAlgos/SiStripClusterInfoProducer/python/SiStripProcessedRawDigiProducer_cfi.py", "AnalysisAlgos/SiStripClusterInfoProducer/python/SiStripProcessedRawDigiProducer_SimData_cfi.py", "CalibCalorimetry/EcalCorrectionModules/src/EcalGlobalShowerContainmentCorrectionsVsEtaESProducer.cc", "CalibCalorimetry/EcalCorrectionModules/src/EcalShowerContainmentCorrectionsESProducer.cc", "CalibCalorimetry/EcalCorrectionModules/test/stubs/EcalContainmentCorrectionAnalyzer.cc", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/doc/EcalCorrelatedNoiseAnalysisAlgos.doc", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/test/EcnaCalculationsExample.cc", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0.py", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R175975_1_0_150_Dee0.py", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R175975_1_0_150_SM0.py", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R178231_1_0_150_Dee0.py", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_1.py", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2_data.py", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2.py", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2_simul.py", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_3.py", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanLSFJOBReports", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanPythonFiles", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanSubmissionScripts", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160077", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160994", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160998", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161016", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161020", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161311", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R162517", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R162811", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R170298", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R175975", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R178231", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_ideal_prep.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_ideal.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_startup_prep.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_startup.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_ideal_prep.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_startup_prep.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_startup.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_ideal_prep.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_startup_prep.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_startup.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv4_128_MC_startup.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv6_transparency_spikekill_2016_script_270062.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv6_transparency_spikekill_2016_script.py", "CalibCalorimetry/EcalTrivialCondModules/interface/EcalTrivialConditionRetriever.h", "CalibCalorimetry/EcalTrivialCondModules/python/EcalTrivialCondRetrieverTB_cfi.py", "CalibMuon/DTCalibration/python/dt_offlineAnalysis_common_cosmics_vDriftSeg_cff.py", "CalibPPS/AlignmentGlobal/python/ALCARECOPromptCalibProdPPSAlignment_Output_cff.py", "CalibPPS/ESProducers/interface/CTPPSRPAlignmentCorrectionsDataESSourceXMLCommon.h", "CalibPPS/TimingCalibration/plugins/PPSDiamondSampicTimingCalibrationPCLHarvester.cc", "CalibPPS/TimingCalibration/plugins/PPSDiamondSampicTimingCalibrationPCLWorker.cc", "CalibPPS/TimingCalibration/python/ALCARECOPPSDiamondSampicTimingCalibHarvester_cff.py", "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_cff.py", "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_Output_cff.py", "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSTimingCalib_Output_cff.py", "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalCalIsolElectron_Output_cff.py", "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalRecalIsolElectron_Output_cff.py", "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalTestPulsesRaw_Output_cff.py", "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalUncalIsolElectron_Output_cff.py", "Calibration/EcalAlCaRecoProducers/python/ALCARECOZeeMCEcalCalElectron_Output_cff.py", "Calibration/EcalAlCaRecoProducers/python/ALCARECOZeeMC_plus_HLT_EcalCalElectron_Output_cff.py", "Calibration/EcalCalibAlgos/python/ALCARECOPromptCalibProdEcalPedestals_Output_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalGammaJetFilter_Output_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonFilter_Output_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonProducerFilter_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonProducerFilter_Output_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonFilter_Output_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonProducerFilter_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonProducerFilter_Output_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsolatedBunchSelector_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsolatedBunchSelector_Output_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilterNoHLT_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilterNoHLT_Output_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilter_Output_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkNoHLT_Output_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkProducerFilter_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkProducerFilter_Output_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIterativePhiSym_Output_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalLowPUHBHEMuonFilter_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalLowPUHBHEMuonFilter_Output_cff.py", "Calibration/HcalAlCaRecoProducers/test/HCalCalPedestal_ALCA_run251252_Run2015B_data.py", "Calibration/HcalCalibAlgos/test/python/gammaJetAnalysis_data2012_noGJetProd_cfg.py", "Calibration/HcalIsolatedTrackReco/plugins/EcalIsolatedParticleCandidateProducer.cc", "Calibration/HcalIsolatedTrackReco/plugins/IsolatedEcalPixelTrackCandidateProducer.cc", "Calibration/HcalIsolatedTrackReco/plugins/IsolatedPixelTrackCandidateL1TProducer.cc", "Calibration/HcalIsolatedTrackReco/plugins/IsolatedPixelTrackCandidateProducer.cc", "Calibration/IsolatedParticles/test/python/proto_runIsolatedParticlesGeneratedJets_cfg.py", "Calibration/IsolatedParticles/test/python/proto_runIsolatedTracksNxNNzsData_cfg.py", "Calibration/LumiAlCaRecoProducers/python/ALCARECOAlCaPCCRandomFromRECO_Output_cff.py", "Calibration/LumiAlCaRecoProducers/python/ALCARECOAlCaPCCZeroBiasFromRECO_Output_cff.py", "Calibration/LumiAlCaRecoProducers/python/ALCARECOLumiPixelsMinBias_Output_cff.py", "Calibration/LumiAlCaRecoProducers/python/ALCARECOPromptCalibProdLumiPCC_Output_cff.py", "Calibration/TkAlCaRecoProducers/plugins/CalibrationTrackSelectorFromDetIdList.cc", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHPLowPU_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHPLowPU_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHP_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngle_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngle_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGainsAAG_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGainsAAG_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGains_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGains_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripHitEfficiency_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripHitEfficiency_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripLorentzAngle_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripLorentzAngle_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStrip_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuonLoose_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuon_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuonTight_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalCosmicsNano_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasAAGHI_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasAAG_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasHI_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalSmallBiasScan_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalZeroBiasHI_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/AlcaSiPixelLorentzAngleHarvesterMCS_cff.py", "Calibration/TkAlCaRecoProducers/python/AlcaSiPixelLorentzAngleHarvesterMCS_cfi.py", "Calibration/TkAlCaRecoProducers/python/CalibrationTrackSelectorFromDetIdList_cfi.py", "CalibTracker/Configuration/python/SiPixelCabling/SiPixelCabling_Frontier_DevDB_cff.py", "CalibTracker/Configuration/python/SiPixelCabling/SiPixelCabling_Frontier_IntDB_cff.py", "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Fake_cff.py", "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_cff.py", "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_DevDB_cff.py", "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_IntDB_cff.py", "CalibTracker/Configuration/python/SiStripLorentzAngle/SiStripLorentzAngle_Fake_cff.py", "CalibTracker/Configuration/python/SiStripLorentzAngle/SiStripLorentzAngle_Frontier_cff.py", "CalibTracker/Configuration/python/SiStripNoise/SiStripNoise_Fake_APVModeDec_cff.py", "CalibTracker/Configuration/python/SiStripNoise/SiStripNoise_Fake_APVModePeak_cff.py", "CalibTracker/Configuration/python/TrackerAlignment/TrackerAlignment_Frontier_cff.py", "CalibTracker/Configuration/python/Tracker_DependentRecords_forGlobalTag_nofakes_cff.py", "CalibTracker/SiPhase2TrackerESProducers/interface/SiPhase2OuterTrackerFakeLorentzAngleESSource.h", "CalibTracker/SiPhase2TrackerESProducers/plugins/SiPhase2BadStripConfigurableFakeESSource.cc", "CalibTracker/SiPhase2TrackerESProducers/plugins/SiPhase2OuterTrackerFakeLorentzAngleESSource.cc", "CalibTracker/SiPhase2TrackerESProducers/python/SiPhase2OuterTrackerFakeLorentzAngleESSource_cfi.py", "CalibTracker/SiPixelConnectivity/plugins/PixelToFEDAssociateFromAsciiESProducer.cc", "CalibTracker/SiPixelConnectivity/plugins/PixelToFEDAssociateFromAsciiESProducer.h", "CalibTracker/SiPixelConnectivity/plugins/PixelToLNKAssociateFromAsciiESProducer.cc", "CalibTracker/SiPixelConnectivity/plugins/PixelToLNKAssociateFromAsciiESProducer.h", "CalibTracker/SiPixelConnectivity/python/PixelToLNKAssociateFromAsciiESProducer_cfi.py", "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationForHLTSimService.h", "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationOfflineService.h", "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationOfflineSimService.h", "CalibTracker/SiPixelESProducers/plugins/alpaka/SiPixelGainCalibrationForHLTSoAESProducer.cc", "CalibTracker/SiPixelESProducers/plugins/SiPixelGainCalibrationForHLTGPUESProducer.cc", "CalibTracker/SiPixelESProducers/plugins/SiPixelROCsStatusAndMappingWrapperESProducer.cc", "CalibTracker/SiPixelESProducers/python/SiPixel2DTemplateDBObjectESProducer_cfi.py", "CalibTracker/SiPixelESProducers/python/SiPixelFakeGenErrorDBObjectESSource_cfi.py", "CalibTracker/SiPixelESProducers/python/SiPixelFakeTemplateDBObjectESSource_cfi.py", "CalibTracker/SiPixelESProducers/python/siPixelQualityForDigitizerESProducer_cfi.py", "CalibTracker/SiPixelESProducers/python/siPixelQualityForRawToDigiESProducer_cfi.py", "CalibTracker/SiPixelESProducers/test/PixelFEDChannelCollectionMapTestReader_cfg.py", "CalibTracker/SiPixelGainCalibration/python/SiPixelGainCalibrationAnalysis_cfi.py", "CalibTracker/SiPixelGainCalibration/test/SimpleTestPrintOutPixelCalibAnalyzer.cc", "CalibTracker/SiPixelLorentzAngle/interface/SiPixelLorentzAngleCalibrationStruct.h", "CalibTracker/SiPixelLorentzAngle/python/ALCARECOSiPixelLorentzAngle_Output_cff.py", "CalibTracker/SiPixelLorentzAngle/python/SiPixelLorentzAnglePCLHarvesterMCS_cfi.py", "CalibTracker/SiPixelLorentzAngle/test/calculateLorentzAngleFromClusterSizeFpix.C", "CalibTracker/SiPixelSCurveCalibration/interface/SiPixelSCurveCalibrationAnalysis.h", "CalibTracker/SiPixelSCurveCalibration/python/SiPixelSCurveCalibrationAnalysis_cfi.py", "CalibTracker/SiStripChannelGain/test/CodeExample/produceCalibrationTree_cfg_OnBatch.py", "CalibTracker/SiStripChannelGain/test/Cosmic_B38/SiStrip_ChannelGain_Cosmic_Craft.db", "CalibTracker/SiStripChannelGain/test/UsefullCode/Comparison/MakeChargeDistribution.C", "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/MakeAsciiFileFromTree.C", "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/MakeAsciiFileFromTree.sh", "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/PredictedVsObserved.C", "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/PredictedVsObserved.sh", "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/ProducePayloadFromASCII_cfg.py", "CalibTracker/SiStripChannelGain/test/UsefullCode/TimeHistory/MakeChargeDistribution.C", "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/produceCalibrationTree_CosmicsLABP_cfg.py", "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/produceCalibrationTree_template_cfg.py", "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/submitCalibTree/__init__.py", "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/submitCalibTree/launchJobs.py", "CalibTracker/SiStripDCS/test/DetVOffReaderDebug__FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", "CalibTracker/SiStripDCS/test/HV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", "CalibTracker/SiStripDCS/test/LV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", "CalibTracker/SiStripESProducers/plugins/DBWriter/SiStripFedCablingManipulator.cc", "CalibTracker/SiStripESProducers/plugins/fake/SiStripBackPlaneCorrectionFakeESSource.cc", "CalibTracker/SiStripESProducers/plugins/fake/SiStripBadModuleConfigurableFakeESSource.cc", "CalibTracker/SiStripESProducers/plugins/fake/SiStripNoiseNormalizedWithApvGainBuilder.cc", "CalibTracker/SiStripESProducers/plugins/fake/SiStripNoiseNormalizedWithApvGainBuilder.h", "CalibTracker/SiStripESProducers/plugins/real/SiStripApvSimulationParametersESProducer.cc", "CalibTracker/SiStripESProducers/plugins/real/SiStripBackPlaneCorrectionDepESProducer.cc", "CalibTracker/SiStripESProducers/plugins/real/SiStripLorentzAngleDepESProducer.cc", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripApvGainDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBackPlaneCorrectionDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadChannelDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadFiberDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadModuleDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadStripDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadStripFromQualityDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBaseDelayDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripConfObjectDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripDetVOffDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripFedCablingDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripFedCablingManipulator_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripLatencyDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripLorentzAngleDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripNoisesDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripPedestalsDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripThresholdDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/fake/Phase2TrackerConfigurableCablingESSource_cfi.py", "CalibTracker/SiStripESProducers/python/fake/SiStripBackPlaneCorrectionFakeESSource_cfi.py", "CalibTracker/SiStripESProducers/python/fake/SiStripBadChannelFakeESSource_cfi.py", "CalibTracker/SiStripESProducers/python/fake/SiStripBadModuleConfigurableFakeESSource_cfi.py", "CalibTracker/SiStripESProducers/python/fake/SiStripConfObjectFakeESSource_cfi.py", "CalibTracker/SiStripESProducers/python/fake/SiStripFedCablingFakeESSource_cfi.py", "CalibTracker/SiStripESProducers/python/fake/SiStripLorentzAngleFakeESSource_cfi.py", "CalibTracker/SiStripESProducers/python/SiStripBackPlaneCorrectionDepESProducer_cfi.py", "CalibTracker/SiStripESProducers/python/SiStripHashedDetIdESProducerFromGeom_cfi.py", "CalibTracker/SiStripESProducers/python/SiStripQualityConfigurableFakeESSource_cfi.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripApvGain_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBackPlaneCorrection_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadChannel_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadFiber_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadModule_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBaseDelay_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripClusterThreshold_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripConfObject_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripDetVOff_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripFedCabling_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripLatency_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripLorentzAngle_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_DecMode_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_PeakMode_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripPedestals_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripThreshold_cfg.py", "CalibTracker/SiStripESProducers/test/python/siStripBackPlaneCorrectionDepDummyPrinter_cfg.py", "CalibTracker/SiStripESProducers/test/python/siStripBackPlaneCorrectionDummyPrinter_cfg.py", "CalibTracker/SiStripESProducers/test/python/SiStripBadAPVListBuilder_byHand_cfg.py", "CalibTracker/SiStripESProducers/test/python/SiStripBadComponentBuilder_byHand_cfg.py", "CalibTracker/SiStripESProducers/test/python/siStripClusterThresholdDummyPrinter_cfg.py", "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleDepDummyPrinter_cfg.py", "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleDummyPrinter_cfg.py", "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleSimDummyPrinter_cfg.py", "CalibTracker/SiStripESProducers/test/python/SiStripNoiseNormalizedWithApvGainBuilder_cfg.py", "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_firstIOV_cfg.py", "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_secondIOV_cfg.py", "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_firstIOV_cfg.py", "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_secondIOV_cfg.py", "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_merge_cfg.py", "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/read_DummyCondDBWriter_SiStripQuality_cfg.py", "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/run.sh", "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromBadModuleConfigurableFakeESSource_cfg.py", "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromBadStripFakeESSource_cfg.py", "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromQualityFakeESSource_cfg.py", "CalibTracker/SiStripLorentzAngle/interface/SiStripLorentzAngleCalibrationHelpers.h", "CalibTracker/SiStripLorentzAngle/interface/SiStripLorentzAngleCalibrationStruct.h", "CalibTracker/SiStripLorentzAngle/test/step_PromptCalibProdSiStripLA_ALCAHARVEST_cfg.py", "CalibTracker/SiStripQuality/interface/SiStripBadAPVAlgorithmFromClusterOccupancy.h", "CalibTracker/SiStripQuality/interface/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.h", "CalibTracker/SiStripQuality/interface/SiStripHotStripAlgorithmFromClusterOccupancy.h", "CalibTracker/SiStripQuality/src/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.cc", "CalibTracker/SiStripQuality/test/cfg/makeMergeBadComponentPayload_example_cfg.py", "CalibTracker/SiStripQuality/test/cfg/StudyExample/SiStripQualityStatistics_Cabling_cfg.py", "CalibTracker/SiStripQuality/test/cfg/StudyExample/SiStripQualityStatistics_singleTag_cfg.py", "CalibTracker/StandaloneTrackerTopology/test/testStandaloneTrackerTopology_cfg.py", "CaloOnlineTools/HcalOnlineDb/interface/ConfigurationDatabaseStandardXMLParser.hh", "CaloOnlineTools/HcalOnlineDb/test/HCAL_TRIG_PRIM_LOOKUP_TABLE.checksums.template", "CaloOnlineTools/HcalOnlineDb/test/HCAL_TRIG_PRIM_LOOKUP_TABLE.XMLloader.template", "CommonTools/ParticleFlow/python/Isolation/customiseEarlyDeleteForCandIsoDeposits.py", "CommonTools/ParticleFlow/python/Isolation/electronPFIsolationDepositsPFBRECO_cff.py", "CommonTools/ParticleFlow/python/Isolation/electronPFIsolationValuesPFBRECO_cff.py", "CommonTools/ParticleFlow/python/Isolation/photonPFIsolationDepositsPFBRECO_cff.py", "CommonTools/ParticleFlow/python/ParticleSelectors/pfAllNeutralHadronsAndPhotons_cfi.py", "CommonTools/ParticleFlow/python/ParticleSelectors/pfPdgIdPFCandidateSelector_cfi.py", "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_create_cfg.py", "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_read_cfg.py", "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_update_cfg.py", "CondCore/AlignmentPlugins/plugins/TrackerAlignmentErrorExtended_PayloadInspector.cc", "CondCore/AlignmentPlugins/plugins/TrackerSurfaceDeformations_PayloadInspector.cc", "CondCore/CTPPSPlugins/plugins/CTPPSRPAlignmentCorrectionsData_PayloadInspector.cc", "CondCore/DBOutputService/test/python/testIOVPayloadAnalyzer_example_oracle_cfg.py", "CondCore/EcalPlugins/plugins/EcalClusterEnergyCorrectionObjectSpecificParameters_PayloadInspector.cc", "CondCore/EcalPlugins/plugins/EcalClusterEnergyCorrectionParameters_PayloadInspector.cc", "CondCore/EcalPlugins/plugins/EcalClusterEnergyUncertaintyParameters_PayloadInspector.cc", "CondCore/EcalPlugins/plugins/EcalClusterLocalContCorrParameters_PayloadInspector.cc", "CondCore/PCLConfigPlugins/plugins/SiPixelAliPCLThresholdsPayloadInspectorHelper.h", "CondCore/SiPixelPlugins/plugins/SiPixelGainCalibrationForHLT_PayloadInspector.cc", "CondCore/SiPixelPlugins/plugins/SiPixelGainCalibrationOffline_PayloadInspector.cc", "CondFormats/CastorObjects/data/castor_channelquality_HighGain_Run141956-148844.txt", "CondFormats/DataRecord/interface/EcalClusterEnergyCorrectionObjectSpecificParametersRcd.h", "CondFormats/DataRecord/interface/EcalGlobalShowerContainmentCorrectionsVsEtaRcd.h", "CondFormats/DataRecord/interface/HeterogeneousHGCalHEFCellPositionsConditionsRecord.h", "CondFormats/DataRecord/src/EcalClusterEnergyCorrectionObjectSpecificParametersRcd.cc", "CondFormats/DataRecord/src/HeterogeneousHGCalHEFCellPositionsConditionsRecord.cc", "CondFormats/EcalCorrections/interface/EcalGlobalShowerContainmentCorrectionsVsEta.h", "CondFormats/EcalCorrections/src/T_EventSetup_EcalGlobalShowerContainmentCorrectionsVsEta.cc", "CondFormats/EcalCorrections/src/T_EventSetup_EcalShowerContainmentCorrections.cc", "CondFormats/EcalObjects/interface/EcalClusterEnergyCorrectionObjectSpecificParameters.h", "CondFormats/GeometryObjects/src/T_EventSetup_PTrackerAdditionalParametersPerDet.cc", "CondFormats/HGCalObjects/interface/HeterogeneousHGCalHEFCellPositionsConditions.h", "CondFormats/HGCalObjects/src/alpaka/T_EventSetup_HGCalCalibrationParameterDevice.cc", "CondFormats/HGCalObjects/src/T_EventSetup_HeterogeneousHGCalHEFCellPositionsConditions.cc", "CondFormats/JetMETObjects/test/run_TestCondFormatsJetMETObjectsJetCorrectorParameters.sh", "CondFormats/PhysicsToolsObjects/interface/PerformancePayloadFromBinnedTFormula.h", "CondFormats/PPSObjects/src/T_EventSetup_LHCInterpolatedOpticalFunctionsSetCollection.cc", "CondFormats/SiPhase2TrackerObjects/src/T_EventSetup_SiPhase2OuterTrackerLorentzAngle.cc", "CondFormats/SiPhase2TrackerObjects/src/T_EventSetup_TrackerDetToDTCELinkCablingMap.cc", "CondFormats/SiPhase2TrackerObjects/test/testSerializationSiPhase2TrackerObjects.cpp", "CondFormats/SiPixelObjects/interface/alpaka/SiPixelGainCalibrationForHLTDevice.h", "CondFormats/SiPixelObjects/interface/alpaka/SiPixelGainCalibrationForHLTUtilities.h", "CondFormats/SiPixelObjects/src/alpaka/T_EventSetup_SiPixelGainCalibrationForHLTDevice.cc", "CondFormats/SiStripObjects/test/UnitTests/MasterTestCondFormatsSiStripObjects.cpp", "CondTools/Ecal/interface/EcalClusterEnergyCorrectionObjectSpecificXMLTranslator.h", "CondTools/Ecal/python/produceTPGParameters_beamv6_transparency_spikekill_2016_script.py", "CondTools/Ecal/test/EcalIntercalibConstantsPopConBTransitionAnalyzer_test_cfg.py", "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2023.py", "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2024.py", "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2025.py", "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters.py", "Configuration/DataProcessing/python/Impl/trackingOnlyEra_Run2_2018_highBetaStar.py", "Configuration/EcalTB/python/reco_application_2006rawdata_localTrivialreco_cfg.py", "Configuration/Generator/python/B0ToJpsiK0s_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", "Configuration/Generator/python/BuMixing_BMuonFilter_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", "Configuration/Generator/python/BuMixing_BMuonFilter_forSTEAM_14TeV_TuneCP5_cfi.py", "Configuration/Generator/python/BuToJPsiPrimeKToJPsiPiPiK_14TeV_TuneCP5_pythia8_cfi.py", "Configuration/Generator/python/BuToKstarPsi2S_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", "Configuration/Generator/python/Chib1PToUpsilon1SGamma_MuFilter_TuneCP5_14TeV-pythia8_evtgen_cfi.py", "Configuration/Generator/python/ChicToJpsiGamma_MuFilter_TuneCP5_14TeV_pythia8_evtgen_cfi.py", "Configuration/Generator/python/DarkSUSY_mH_125_mN1_60_mGammaD_10_cT_10_Madgraph_LHE_13TeV_cfi.py", "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_300_1000mm_TuneCUETP8M1_13TeV_pythia8_cff.py", "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_13TeV_pythia8_cff.py", "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_14TeV_pythia8_cff.py", "Configuration/Generator/python/DStarToD0Pi_D0ToKsPiPi_inclusive_SoftQCD_TuneCP5_13p6TeV-pythia8-evtgen.py", "Configuration/Generator/python/DYToll01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", "Configuration/Generator/python/DYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cff.py", "Configuration/Generator/python/DYToll012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", "Configuration/Generator/python/DYToll012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py", "Configuration/Generator/python/DYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cff.py", "Configuration/Generator/python/Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_cff.py", "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_EvtGen_cff.py", "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_cff.py", "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taupinu_cff.py", "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taurhonu_cff.py", "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taupinu_cff.py", "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taurhonu_cff.py", "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8withPhotospp_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_powhegEmissionVeto2p_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_powhegEmissionVeto_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max1j_max1p_LHE_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_generic_LHE_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_ggHZZ4L_powhegEmissionVeto_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_EvtGen_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8withPhotospp_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_2p_HToGG_M125_LHE_py8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto2p_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToBB_M-125_LHE_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToZZ4nu_M-125_LHE_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraphamcatnlo_herwigpp_cff.py", "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraphamcatnlo_MPIoff_herwigpp_cff.py", "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_herwigpp_cff.py", "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_herwigpp_cff.py", "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py", "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_herwigpp_cff.py", "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_herwigpp_cff.py", "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py", "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_samePDF_herwigpp_cff.py", "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_samePDF_MPIoff_herwigpp_cff.py", "Configuration/Generator/python/Herwig7Settings/Herwig7LHEMG5aMCatNLOSettings_cfi.py", "Configuration/Generator/python/Herwig7Settings/Herwig7StableParticlesForDetector_cfi.py", "Configuration/Generator/python/HSCPmchamp1_M_600_TuneZ2star_13TeV_pythia6_cff.py", "Configuration/Generator/python/HTo2LongLivedTo4bMH-125_MFF-12_CTau-900mm_TuneCP5_14TeV_pythia8_cfi.py", "Configuration/Generator/python/LambdaBToLambdaMuMuToPPiMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", "Configuration/Generator/python/LbToJpsiLambda_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", "Configuration/Generator/python/LbToJpsiXiK0sPi_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP1DownSettings_cfi.py", "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP2DownSettings_cfi.py", "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP3DownSettings_cfi.py", "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP4DownSettings_cfi.py", "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5CR1Settings_cfi.py", "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5CR2Settings_cfi.py", "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5DownSettings_cfi.py", "Configuration/Generator/python/QCD_Pt-15To7000_TuneCUETP8M1_Flat_14TeV-pythia8_cff.py", "Configuration/Generator/python/QCD_Pt20toInf_MuEnrichedPt15_14TeV_TuneCP5_cff.py", "Configuration/Generator/python/QCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_13TeV_pythia8_cff.py", "Configuration/Generator/python/QCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_14TeV_pythia8_cff.py", "Configuration/Generator/python/ReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_cfi.py", "Configuration/Generator/python/ReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_ExtGen_cfi.py", "Configuration/Generator/python/RS750_quarks_and_leptons_8TeV_TuneCUETP8M1_cff.py", "Configuration/Generator/python/RSGravitonToGammaGamma_kMpl01_M_3000_TuneCUETP8M1_13TeV_pythia8_cfi.py", "Configuration/Generator/python/sherpa_ttbar_2j_MENLOPS_13TeV_MASTER_ExtGen_cff.py", "Configuration/Generator/python/SMS-Higgsino_mN2-170_mC1-160_mN1-150_HT60_TuneCP5_13TeV_pythia8_cfi.py", "Configuration/Generator/python/SMS-T1tttt_mGl-1500_mLSP-100_13TeV-pythia8_cfi.py", "Configuration/Generator/python/SMS-T1tttt_mGl-1500_mLSP-100_TuneCP5_14TeV_pythia8_cfi.py", "Configuration/Generator/python/TTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py", "Configuration/Generator/python/TTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cfi.py", "Configuration/Generator/python/TTbarToDilepton_mt172p5_TuneCP5_14TeV_pythia8_cfi.py", "Configuration/Generator/python/Upsilon1SToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", "Configuration/Generator/python/Upsilon4sBaBarExample_BpBm_Dstarpipi_D0Kpi_nonres_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", "Configuration/Generator/python/Upsilon4swithBuToKstarJPsiToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", "Configuration/Generator/python/WprimeToENu_M-2000_TuneCUETP8M1_13TeV-pythia8_cff.py", "Configuration/Generator/python/WTolNu01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", "Configuration/Generator/python/WTolNu012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", "Configuration/Generator/python/ZmumuJets_Pt_20_300_GEN_13TeV_TuneCUETP8M1_cfg.py", "Configuration/Generator/python/ZTT_Tauola_All_hadronic_13TeV_TuneCUETP8M1_cfi.py", "Configuration/Generator/python/ZTT_Tauola_All_hadronic_14TeV_TuneCUETP8M1_cfi.py", "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_13TeV_TuneCUETP8M1_cfi.py", "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_cfi.py", "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_ExtGen_cfi.py", "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus05Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus05PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus10Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus10PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus05Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus05PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus10Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus10PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus05Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus05PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus10Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus10PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus05Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus05PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus10Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus10PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus05Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus05PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus10Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus10PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus05Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus05PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus10Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus10PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus05Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus05PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus10Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus10PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus05Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus05PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus10Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus10PercentReco_cff.py", "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus05Percent_cff.py", "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus05PercentReco_cff.py", "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus10Percent_cff.py", "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus10PercentReco_cff.py", "Configuration/Geometry/python/GeometryExtended2017Plan1FlatPlus05PercentReco_cff.py", "Configuration/Geometry/python/GeometryExtended2017Plan1FlatPlus10PercentReco_cff.py", "Configuration/Geometry/python/GeometryExtended2024FlatMinus05PercentReco_cff.py", "Configuration/Geometry/python/GeometryExtended2024FlatMinus10PercentReco_cff.py", "Configuration/Geometry/python/GeometryExtended2025FlatMinus05PercentReco_cff.py", "Configuration/Geometry/python/GeometryExtended2025FlatMinus10PercentReco_cff.py", "Configuration/ProcessModifiers/python/ecal_component_finely_sampled_waveforms_cff.py", "Configuration/ProcessModifiers/python/ticl_superclustering_mustache_ticl_cff.py", "Configuration/ProcessModifiers/python/trackingMkFitDisplacedRegionalStep_cff.py", "Configuration/ProcessModifiers/python/trackingMkFitInitialStepPreSplitting_cff.py", "Configuration/ProcessModifiers/python/unifiedparticleTransformerAK4SonicTriton_cff.py", "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p3_cfg.py", "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p4_cfg.py", "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch2_cfg.py", "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch4_cfg.py", "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p3_cfg.py", "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p4_cfg.py", "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess370patch2_cfg.py", "Configuration/StandardSequences/python/SimulationRandomNumberGeneratorSeeds_cff.py", "DataFormats/EcalRecHit/interface/alpaka/EcalUncalibratedRecHitDeviceCollection.h", "DataFormats/L1ScoutingRawData/test/create_SDSRawDataCollection_test_file_cfg.py", "DataFormats/ParticleFlowReco/interface/alpaka/PFRecHitFractionDeviceCollection.h", "DataFormats/SiStripCluster/test/create_SiStripApproximateClusterCollection_test_file_cfg.py", "DataFormats/SiStripCluster/test/test_readSiStripApproximateClusterCollection_cfg.py", "DataFormats/SiStripCluster/test/TestWriteSiStripApproximateClusterCollection.cc", "DetectorDescription/OfflineDBLoader/python/test/cmsIdealGeometryForWrite_cfi.py", "DetectorDescription/OfflineDBLoader/python/test/cmsIdealGeometryNoRPCSpecs_cfi.py", "Documentation/ReferenceManualScripts/data/iframes/tree/images/folder-closed.gif", "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-black.gif", "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-black-line.gif", "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-default.gif", "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-default-line.gif", "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-famfamfam.gif", "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-famfamfam-line.gif", "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-gray.gif", "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-gray-line.gif", "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-red-line.gif", "DPGAnalysis/SiStripTools/python/byclustsummsipixelvssistripmulteventfilter_cfi.py", "DPGAnalysis/SiStripTools/python/configurableapvcyclephaseproducer_CRAFT08_cfi.py", "DPGAnalysis/SiStripTools/python/configurableapvcyclephaseproducer_GR09_withdefault_cff.py", "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_additionalpeak_AlCaReco_cfi.py", "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_firstpeak_AlCaReco_cfi.py", "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_firstpeak_cfi.py", "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_maxonly_cfi.py", "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_secondpeak_cfi.py", "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_widerange_cfi.py", "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_HugeEvents_AlCaReco_cfi.py", "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_firstpeak_cfi.py", "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_maxonly_cfi.py", "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_secondpeak_cfi.py", "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_widerange_cfi.py", "DPGAnalysis/SiStripTools/python/occupancyplotsselections_pixelphase1_detailed_cff.py", "DPGAnalysis/SiStripTools/python/SiStripConfObjectAPVPhaseOffsetsFakeESSource_cfi.py", "DPGAnalysis/SiStripTools/test/CondDBWriter_SiStripConfObjectAPVPhaseOffsets_cfg.py", "DPGAnalysis/Skims/data/Cert_13TeV_16Dec2015ReReco_Collisions15_25ns_50ns_JSON.txt", "DPGAnalysis/Skims/data/Cert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON_MuonPhys.txt", "DPGAnalysis/Skims/data/Cert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON.txt", "DPGAnalysis/Skims/data/Cert_271036-274240_13TeV_PromptReco_Collisions16_JSON.txt", "DQM/BeamMonitor/test/2012_PixelTracksVertices_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py", "DQM/BeamMonitor/test/2012_PixelTracksVertices_Test_beamspotproblem_dqm_sourceclient-live_cfg.py", "DQM/BeamMonitor/test/2012_ReducedTrackingSteps_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py", "DQM/EcalPreshowerMonitorModule/python/EcalPreshowerMonitorTasks_withFEDIntegrity_cfi.py", "DQMOffline/CalibTracker/test/AnalyzeSeveralRuns_ExpressStreamWithDQMHarvesting_afs.sh", "DQMOffline/CalibTracker/test/CRAFTCalib/SiStripDQMBadStripsValidationReReco_cfg.py", "DQMOffline/CalibTracker/test/CRAFTCalib/SiStripDQMBadStripsValidationReReco.job", "DQMOffline/CalibTracker/test/SiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py", "DQMOffline/CalibTracker/test/template_SiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py", "DQMOffline/CalibTracker/test/template_SiStripQualityBadAPVIdentifierRoot_cfg.py", "DQMOffline/CalibTracker/test/template_SiStripQualityHotStripIdentifierRoot_cfg.py", "DQMOffline/L1Trigger/test/runDQMOffline_step1NoRECO_justRate_L1TriggerOnly_job1_cfg.py", "DQM/SiPixelPhase1Config/test/pixelphase1_for_timing_scan_dqm_sourceclient-live_cfg.py", "DQM/SiPixelPhase1Config/test/qTests/mean_num_digis_qualitytest_config_cosmics.xml", "DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.cc", "DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.h", "DQM/SiStripCommissioningSources/python/SiStripCommissioningSource_FromEDM_cfg.py", "DQM/SiStripCommissioningSources/python/SiStripCommissioningSource_FromRAW_cfg.py", "DQM/SiStripMonitorApproximateCluster/plugins/SiStripMonitorApproximateCluster.cc", "DQM/SiStripMonitorApproximateCluster/python/SiStripMonitorApproximateCluster_cfi.py", "DQM/SiStripMonitorClient/data/sistrip_monitorelement_config_ped_cluster_digi.xml", "DQM/SiStripMonitorClient/python/SiStripDQMSourceConfigOfflineGlobalRunCAF_cfi.py", "DQM/SiStripMonitorSummary/scripts/MonitorDB_NewDirStructure_KeepTagLinks_generic.sh", "DQM/SiStripMonitorSummary/scripts/MonitorDB_NewDirStructure_KeepTagLinks_generic_V2.sh", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_222222_256x240.png", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_2e83ff_256x240.png", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_454545_256x240.png", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_888888_256x240.png", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_cd0a0a_256x240.png", "DQM/TrackingMonitorClient/python/TrackingEffFromHitPatternClientConfigZeroBias_cff.py", "EgammaAnalysis/ElectronTools/test/egammaPatElectronsToCalibratedPatElectrons_cfg.py", "EventFilter/EcalRawToDigi/plugins/alpaka/EcalElectronicsMappingHostESProducer.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyHFRingUnpacker.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyPhysCandUnpacker.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyPhysCandUnpacker.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage1/PhysicsToBitConverter.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage1/PhysicsToBitConverter.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Collections.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Collections.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloSummaryCollections.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloSummaryCollections.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/EtSumUnpacker_0x10010057.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/EtSumUnpacker_0x10010057.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/GlobalAlgBlkUnpacker.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/GlobalExtBlkUnpacker.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonPacker.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonPacker.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonUnpacker.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonUnpacker.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TObjectCollections.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TStage2Layer2Constants.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TStage2Layer2Constants.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x1001000b.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x1001000b.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010010.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010010.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010033.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010033.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTPacker.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTPacker.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTUnpacker.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTUnpacker.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/UCTCTP7RawData5BX_HCALFB.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/UCTCTP7RawData_HCALFB.h", "EventFilter/Phase2TrackerRawToDigi/interface/Phase2TrackerFEDRawChannelUnpacker.h", "EventFilter/Phase2TrackerRawToDigi/interface/Phase2TrackerFEDZSChannelUnpacker.h", "EventFilter/Phase2TrackerRawToDigi/plugins/Phase2TrackerCommissioningDigiProducer.cc", "EventFilter/Phase2TrackerRawToDigi/python/Phase2TrackerCommissioningDigiProducer_cfi.py", "EventFilter/Phase2TrackerRawToDigi/python/test/Phase2TrackerFEDTestAnalyzer_cfi.py", "EventFilter/Phase2TrackerRawToDigi/test/plugins/Phase2TrackerFEDTestAnalyzer.cc", "FastSimulation/CTPPSFastTrackingProducer/python/CTPPSFastTrackingProducer_cfi.py", "FastSimulation/SimplifiedGeometryPropagator/doc/SimplifiedGeometryPropagator.doc", "FastSimulation/SimplifiedGeometryPropagator/interface/BarrelSimplifiedGeometry.h", "FastSimulation/SimplifiedGeometryPropagator/interface/ForwardSimplifiedGeometry.h", "FastSimulation/SimplifiedGeometryPropagator/interface/InteractionModelFactory.h", "FastSimulation/SimplifiedGeometryPropagator/interface/SimplifiedGeometryFactory.h", "FastSimulation/TrackingRecHitProducer/interface/TrackingRecHitAlgorithmFactory.h", "FastSimulation/TrackingRecHitProducer/plugins/TrackingRecHitNoSmearingPlugin.cc", "FWCore/Integration/python/test/unscheduled_fail_on_output_IgnoreCompletely_cfg.py", "FWCore/Integration/python/test/unscheduled_fail_on_output_no_dependency_TryToContinue_cfg.py", "FWCore/Integration/test/testSwitchProducerConditionalTaskEDAliasConsumeAllCases_cfg.py", "FWCore/Integration/test/testSwitchProducerConditionalTaskEDAliasWildcard_cfg.py", "FWCore/Integration/test/unit_test_outputs/testProducerWithPsetDesc_briefdoc.txt", "GeneratorInterface/Core/test/Hadronizer_MgmMatchTune4C_ZJetsNoPSb_13TeV_madgraph_pythia8_Tauola_cfg.py", "GeneratorInterface/Core/test/Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8_cfg.py", "GeneratorInterface/EvtGenInterface/plugins/EvtGenUserModels/EvtModelUserReg.cpp", "GeneratorInterface/EvtGenInterface/plugins/test/Py8_lambadb_evtgen1_Lb2plnuLCSR_cfg.py", "GeneratorInterface/Herwig7Interface/python/Herwig7_Dummy_Matchbox_90X_ppToee.py", "GeneratorInterface/Herwig7Interface/python/Herwig7_loadCommonMergingSettings_cff.py", "GeneratorInterface/Herwig7Interface/python/PPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cff.py", "GeneratorInterface/Herwig7Interface/test/DYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cfg.py", "GeneratorInterface/Herwig7Interface/test/DYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cfg.py", "GeneratorInterface/Herwig7Interface/test/DYToLL_TuneCH3_13TeV_herwig7_hepmc3_cfg.py", "GeneratorInterface/Herwig7Interface/test/Herwig7_Matchbox_90X_ppToee_GEN_SIM.py", "GeneratorInterface/Herwig7Interface/test/PPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cfg.py", "GeneratorInterface/LHEInterface/data/run_generic_tarball_cvmfs_madgraphLO_multithread.sh", "GeneratorInterface/LHEInterface/data/run_generic_tarball_cvmfs_manual_multithread.sh", "GeneratorInterface/PyquenInterface/python/Pyquen_Zmumu_2760GeV_dimuonAcc_cfi.py", "GeneratorInterface/Pythia6Interface/test/Py6GenFilter_ElectronProtonInitialState_cfg.py", "GeneratorInterface/Pythia8Interface/test/compare_external_generators_streams_cfg.py", "GeneratorInterface/Pythia8Interface/test/pythia8ex2_ConvertToMain70_cfg_Fragment.py", "GeneratorInterface/Pythia8Interface/test/pythia8hmc3_photos_ZToTauTau_13TeV_cfg.py", "GeneratorInterface/Pythia8Interface/test/test_catch2_External_Pythia8GeneratorFilter.cc", "GeneratorInterface/Pythia8Interface/test/test_Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8.sh", "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMCGeneratorFilter.h", "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMC.h", "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMCHadronizer.h", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_AdvancedParameters_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_PbPb_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_pp_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_5TeV_pPb_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_7TeV_pp_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_8TeV_pp_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_900GeV_pp_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_PbPb_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_pp_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_5TeV_pPb_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_7TeV_pp_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_8TeV_pp_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_900GeV_pp_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/src/ReggeGribovPartonMCGeneratorFilter.cc", "GeneratorInterface/ReggeGribovPartonMCInterface/src/ReggeGribovPartonMCHadronizer.cc", "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_PbPb_2760GeV_cfi_py_GEN.py", "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pp_8TeV_cfi_py_GEN.py", "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pPb_5020GeV_cfi_py_GEN.py", "GeneratorInterface/ReggeGribovPartonMCInterface/test/QGSJetII-04_pPb_5020GeV_cfi_py_GEN.py", "GeneratorInterface/SherpaInterface/data/Run.dat_13TeV_WJets_MEPSatNLO_2jNLO_2jLO", "GeneratorInterface/SherpaInterface/data/Run.dat_13TeV_ZJets_MEPSatNLO_2jNLO_2jLO", "GeneratorInterface/TauolaInterface/plugins/TauSpinner/read_particles_from_HepMC.cc", "GeneratorInterface/TauolaInterface/test/DYToLL_M_50_TuneZ2star_8TeV_Tauola_TauSpinner_Example_cfi.py", "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHE_GEN_VALIDATION.py", "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHESPINCORR_GEN_VALIDATION.py", "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", "GeneratorInterface/TauolaInterface/test/DYToLLtaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", "GeneratorInterface/TauolaInterface/test/GGToHtautau_13TeV_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", "GeneratorInterface/TauolaInterface/test/GGToHtautau_13TeV_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", "GeneratorInterface/TauolaInterface/test/H130GGgluonfusion_8TeV_Tauola_TauSpinner_Example_cfi.py", "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHE_GEN_VALIDATION.py", "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHESPINCORR_GEN_VALIDATION.py", "GeneratorInterface/TauolaInterface/test/WToLNutaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatMinus05Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatMinus10Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatPlus05Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatPlus10Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatMinus05Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatMinus10Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatPlus05Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatPlus10Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatMinus05Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatMinus10Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatPlus05Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatPlus10Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatMinus05Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatMinus10Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatPlus05Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatPlus10Percent.xml", "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorMeasuredXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorSystMinusXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorSystPlusXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatMinus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatMinus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatPlus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatPlus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatMinus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatMinus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatPlus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatPlus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1ZeroMaterialXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatMinus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatMinus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatPlus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatPlus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatMinus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatMinus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatPlus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatPlus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatMinus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatMinus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatPlus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatPlus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatMinus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatMinus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatPlus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatPlus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometryDetailedCavern2017Plan1XML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometryDetailedCavern2017Plan1ZeroMaterialXML_cfi.py", "Geometry/ForwardSimData/data/ForwardShieldProdCuts/2021/v1/ForwardShieldProdCuts.xml", "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryBuilder.cc", "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.cc", "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.h", "Geometry/HcalCommonData/data/hcalRecNumbering/2018Plan36/v1/hcalRecNumbering.xml", "Geometry/HcalCommonData/data/hcalRecNumbering/2018Plan36/v2/hcalRecNumbering.xml", "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.0.py", "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.911.py", "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.0.py", "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.911.py", "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.0.py", "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.911.py", "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.0.py", "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.911.py", "GeometryReaders/XMLIdealGeometryESSource/python/cmsMagneticFieldGeometryDB_cff.py", "GeometryReaders/XMLIdealGeometryESSource/src/XMLIdealMagneticFieldGeometryESProducer.cc", "GeometryReaders/XMLIdealGeometryESSource/test/runXMLBigFileToDBAndBackValidation.sh", "GeometryReaders/XMLIdealGeometryESSource/test/testSpecParsMuonSensitiveDetectorMuonCSCHits.py", "Geometry/TrackerCommonData/data/2016/FlatMinus05Percent/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/2016/FlatMinus10Percent/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/2016/FlatPlus05Percent/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/2016/FlatPlus10Percent/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/flat10services30percent/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/flat20services30percent/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatMinus05Percent/2015/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatMinus05Percent/2017/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatMinus05Percent/2021/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatMinus05Percent/2021/v2/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatMinus10Percent/2015/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatMinus10Percent/2017/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatMinus10Percent/2021/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatMinus10Percent/2021/v2/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatPlus05Percent/2015/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatPlus05Percent/2017/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatPlus05Percent/2021/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatPlus05Percent/2021/v2/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatPlus10Percent/2015/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatPlus10Percent/2017/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatPlus10Percent/2021/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatPlus10Percent/2021/v2/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/PhaseII/TFPXTEPXReordered/trackerParameters.xml", "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker4025/pixelStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker4025/trackerStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/pixelStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/trackerStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker405/pixelStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker613_MB_2019_04/tracker.xml", "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker613/pixelStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/trackerStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixel.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixfwd.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/tracker.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_03/tracker.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixel.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT703_2021_03/pixelStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixel.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2024_02/pixelStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT800_IT615_2022_10/pixbar.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixel.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/tracker.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixel.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/tracker.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT742_2024_01/pixel.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT744_2024_01/pixel.xml", "Geometry/TrackerCommonData/data/PhaseI/PixelForward/trackerStructureTopology.xml", "Geometry/TrackerCommonData/data/pixbarmaterial/2017ZeroMaterial/v1/pixbarmaterial.xml", "Geometry/TrackerCommonData/data/pixfwdMaterials/2017ZeroMaterial/v1/pixfwdMaterials.xml", "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_PixelBarrelConn/pixbarmaterial.xml", "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_PixelBarrelConnToST/pixbarmaterial.xml", "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBFlange/tibmaterial.xml", "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBTIDMargherita/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBTIDServiceCylinder/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/specialTestGeometries/specialTestGeometries.txt", "Geometry/TrackerCommonData/data/tecmaterial/2017ZeroMaterial/v1/tecmaterial.xml", "Geometry/TrackerCommonData/data/tibmaterial/2017ZeroMaterial/v1/tibmaterial.xml", "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2016/v1/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017/v1/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017/v2/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017ZeroMaterial/v1/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2021/v1/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2021/v2/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/tidmaterial/2017ZeroMaterial/v1/tidmaterial.xml", "Geometry/TrackerCommonData/data/tobmaterial/2017ZeroMaterial/v1/tobmaterial.xml", "Geometry/TrackerCommonData/data/trackermaterial/2017ZeroMaterial/v1/trackermaterial.xml", "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py", "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py", "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py", "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py", "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021ZeroMaterialXML_cfi.py", "Geometry/TrackerGeometryBuilder/plugins/TrackerAdditionalParametersPerDetESModule.cc", "Geometry/TrackerGeometryBuilder/test/python/testTrackerModuleInfoDBDD4hep_cfg.py", "Geometry/TrackerGeometryBuilder/test/python/testTrackerModuleInfoFromDDDNoPrintDDD_cfg.py", "Geometry/TrackerGeometryBuilder/test/python/testTrackerParametersFromDD4hep_cfg.py", "Geometry/TrackerGeometryBuilder/test/python/testTrackerParametersFromDDD_cfg.py", "Geometry/TrackerGeometryBuilder/test/python/trackerModuleInfoLocalDBDD4hep_cfg.py", "Geometry/TrackerGeometryBuilder/test/python/trackerParametersFromLocalDB_cfg.py", "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2DoubleDiskBuilder.cc", "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2DoubleDiskBuilder.h", "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2SubDiskBuilder.cc", "Geometry/TrackerRecoData/data/PhaseII/OuterTracker616_2020_04/trackerRecoMaterial.xml", "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker4025/trackerRecoMaterial.xml", "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker613_MB_2019_04/trackerRecoMaterial.xml", "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker613_MB_2019_04/v2_ITonly/trackerRecoMaterial.xml", "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerRecoMaterial.xml", "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/trackerRecoMaterial.xml", "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT710_2023_04/trackerRecoMaterial.xml", "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/trackerRecoMaterial.xml", "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/trackerRecoMaterial.xml", "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/trackerRecoMaterial.xml", "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelProdCuts.xml", "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelsens.xml", "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerProdCuts.xml", "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackersens.xml", "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelProdCuts.xml", "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelsens.xml", "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelProdCuts.xml", "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelsens.xml", "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelProdCuts.xml", "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelsens.xml", "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelProdCuts.xml", "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelsens.xml", "Geometry/TwentyFivePercentTrackerCommonData/data/tibConfiguration_twentyfivepercent.xml", "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer0_twentyfivepercent.xml", "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer1_twentyfivepercent.xml", "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer2_twentyfivepercent.xml", "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer3_twentyfivepercent.xml", "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring0_twentyfivepercent.xml", "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring1_twentyfivepercent.xml", "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring2_twentyfivepercent.xml", "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring3_twentyfivepercent.xml", "Geometry/TwentyFivePercentTrackerCommonData/data/trackerConfiguration_twentyfivepercent.xml", "Geometry/TwentyFivePercentTrackerCommonData/data/trackerStructureTopology_twentyfivepercent.xml", "Geometry/TwentyFivePercentTrackerCommonData/data/trackertib_twentyfivepercent.xml", "Geometry/TwentyFivePercentTrackerCommonData/test/trackerSimConfiguration_TwentyFivePercent.xml", "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Left_Station/v1/CTPPS_210_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Left_Station/v2/CTPPS_210_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Right_Station/v1/CTPPS_210_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Right_Station/v2/CTPPS_210_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Left_Station/v1/CTPPS_220_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Left_Station/v2/CTPPS_220_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Right_Station/v1/CTPPS_220_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Right_Station/v2/CTPPS_220_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Cuts_Per_Region/Reco/v1/RP_Cuts_Per_Region.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Cuts_Per_Region/Simu/v1/CTPPS_Cuts_Per_Region.xml", "Geometry/VeryForwardData/data/CTPPS_2021/RP_Dist_Beam_Cent/Reco/v1/RP_Dist_Beam_Cent.xml", "Geometry/VeryForwardData/data/CTPPS_2021/RP_Dist_Beam_Cent/Simu/v1/RP_Dist_Beam_Cent.xml", "Geometry/VeryForwardData/data/CTPPS_2021/RP_Param_Beam_Region/v1/RP_Param_Beam_Region.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_210_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_210_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_220_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_220_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_Stations_Assembly.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_210_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_210_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_220_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_220_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_210_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_210_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_220_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_220_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_Stations_Assembly.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_210_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_210_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_220_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_220_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_Stations_Assembly.xml", "Geometry/VeryForwardData/data/CTPPS_2025/Cuts_Per_Region/Reco/v1/RP_Cuts_Per_Region.xml", "Geometry/VeryForwardData/data/CTPPS_2025/Cuts_Per_Region/Simu/v1/CTPPS_Cuts_Per_Region.xml", "Geometry/VeryForwardData/data/CTPPS_2025/RP_Dist_Beam_Cent/Reco/v1/RP_Dist_Beam_Cent.xml", "Geometry/VeryForwardData/data/CTPPS_2025/RP_Dist_Beam_Cent/Simu/v1/RP_Dist_Beam_Cent.xml", "Geometry/VeryForwardData/data/CTPPS_2025/RP_Param_Beam_Region/v1/RP_Param_Beam_Region.xml", "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_210_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_210_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_220_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_220_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_Stations_Assembly.xml", "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Right_Station.xml_bkp", "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_220_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_220_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_Stations_Assembly.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Detector_Assembly.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Detector_Assembly/2021/v1/CTPPS_Diamond_Detector_Assembly.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Detector_Assembly.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Detector_Assembly/v1/CTPPS_Diamond_Detector_Assembly.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Detector_Assembly.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Reco/v1/CTPPS_Timing_Stations_Assembly.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Simu/v1/CTPPS_Detectors_Assembly_022.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Simu/v1/CTPPS_Detectors_Assembly_122.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern1_Segment1.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern2_Segment1.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern2_Segment2.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment1.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment2.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment3.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment4.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment1.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment2.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment3.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment4.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment5.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2017/CTPPS_Pixel_Assembly_Box_Real_023.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2017/CTPPS_Pixel_Assembly_Box_Real_123.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_003.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_023.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_103.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_123.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_003.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_023.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_103.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_123.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_003.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_023.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_103.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_123.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v1/PPS_Pixel_Module_2x2_Run3.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v1/ppstrackerMaterials.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v2/PPS_Pixel_Module_2x2_Run3.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v2/ppstrackerMaterials.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v3/PPS_Pixel_Module_2x2_Run3.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v1/CTPPS_Pixel_Module_2x2.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v2/CTPPS_Pixel_Module_2x2.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v3/CTPPS_Pixel_Module_2x2.xml", "Geometry/VeryForwardData/data/CTPPS_Timing_Horizontal_Pot/v1/CTPPS_Timing_Horizontal_Pot.xml", "Geometry/VeryForwardData/data/CTPPS_Timing_Horizontal_Pot/v2/CTPPS_Timing_Horizontal_Pot.xml", "Geometry/VeryForwardData/data/CTPPS_Timing_Negative_Station/v1/CTPPS_Timing_Negative_Station.xml", "Geometry/VeryForwardData/data/CTPPS_Timing_Negative_Station/v2/CTPPS_Timing_Negative_Station.xml", "Geometry/VeryForwardData/data/CTPPS_Timing_Positive_Station/v1/CTPPS_Timing_Positive_Station.xml", "Geometry/VeryForwardData/data/CTPPS_Timing_Positive_Station/v2/CTPPS_Timing_Positive_Station.xml", "Geometry/VeryForwardData/data/CTPPS_UFSD_Segments/CTPPS_UFSD_Pattern2_SegmentA.xml", "Geometry/VeryForwardData/data/CTPPS_UFSD_Segments/CTPPS_UFSD_Pattern2_SegmentB.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_000.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_001.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_002.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_003.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_004.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_005.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_020.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_021.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_022.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_023.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_024.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_025.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_100.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_101.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_102.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_103.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_104.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_105.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_120.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_121.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_122.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_123.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_124.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_125.xml", "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Reco/v1/RP_Horizontal_Device.xml", "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Reco/v2/RP_Horizontal_Device.xml", "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Simu/v1/RP_Horizontal_Device.xml", "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Simu/v2/RP_Horizontal_Device.xml", "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/v1/RP_Horizontal_Device.xml", "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Reco/v1/RP_Vertical_Device.xml", "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Reco/v2/RP_Vertical_Device.xml", "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Simu/v1/RP_Vertical_Device.xml", "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Simu/v2/RP_Vertical_Device.xml", "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/v1/RP_Vertical_Device.xml", "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2016_cfi.py", "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2017_cfi.py", "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2018_cfi.py", "Geometry/VeryForwardProtonTransport/data/parametrization_6500GeV_90p0_50urad_reco.root", "Geometry/VeryForwardProtonTransport/data/parametrization_6500GeV_90_transp.root", "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToFlyingCascadeBuilderBase.h", "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToResTrkTrkSameMassBuilderBase.h", "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToResTrkTrkSameMassBuilder.h", "HeavyFlavorAnalysis/SpecificDecay/src/BPHDecayToResTrkTrkSameMassBuilderBase.cc", "HeterogeneousCore/AlpakaInterface/interface/AssertDeviceMatchesHostCollection.h", "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerCopyToDeviceCache.cc", "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerImplicitCopyToDevice.cc", "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerMoveToDeviceCache.cc", "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerNoOutput.cc", "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaStreamSynchronizingProducer.cc", "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaStreamSynchronizingProducerToDevice.cc", "HeterogeneousTest/AlpakaDevice/plugins/alpaka/AlpakaTestDeviceAdditionAlgo.dev.cc", "HeterogeneousTest/AlpakaDevice/plugins/alpaka/AlpakaTestDeviceAdditionModule.cc", "HeterogeneousTest/AlpakaKernel/plugins/alpaka/AlpakaTestKernelAdditionAlgo.dev.cc", "HeterogeneousTest/AlpakaKernel/plugins/alpaka/AlpakaTestKernelAdditionModule.cc", "HeterogeneousTest/AlpakaOpaque/plugins/alpaka/AlpakaTestOpaqueAdditionModule.cc", "HeterogeneousTest/AlpakaWrapper/plugins/alpaka/AlpakaTestWrapperAdditionModule.cc", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/highPtTripletStepChi2Est_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/highPtTripletStepTrajectoryCleanerBySharedHits_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltCandidateJetBProbabilityComputer_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltCandidateJetProbabilityComputer_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPBwdElectronPropagator_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator16_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator2000_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator30_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator9_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator100_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator30_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPDummyDetLayerGeometry_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorAny_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorOpposite_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFwdElectronPropagator_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPGlobalDetLayerGeometry_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFFittingSmootherForL2Muon_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFFittingSmootherWithOutliersRejectionAndRK_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectoryFitterForL2Muon_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForL2Muon_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForMuonTrackLoader_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPL3MuKFTrajectoryFitter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPMeasurementTracker_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPMuonTransientTrackingRecHitBuilder_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPPixelCPEFastParams_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRKTrajectoryFitter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRKTrajectorySmoother_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRungeKuttaTrackerPropagator_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSiPixelCablingSoA_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSiPixelGainCalibrationForHLTSoA_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagatorAny_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagatorAnyOpposite_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagator_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorAlong_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorOpposite_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTrackAlgoPriorityOrder_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTrajectoryCleanerBySharedHits_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderPixelOnly_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderWithoutRefit_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderWithTrackAngle_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepChi2Est_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepTrajectoryCleanerBySharedHits_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonInitialStepChi2Est_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonPixelTrackCleanerBySharedHits_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonTrackAlgoPriorityOrder_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPixelTracksCleanerBySharedHits_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/muonSeededTrajectoryCleanerBySharedHits_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hlt1PFPuppiCentralJet70MaxEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hlt1PFPuppiCentralJet75MaxEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hlt2PFPuppiCentralJet40MaxEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hlt2PFPuppiCentralJet60MaxEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hlt3PFPuppiCentralJet45MaxEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hlt4PFPuppiCentralJet40MaxEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrector_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL1_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL2_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL3_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetsCorrected_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrector_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL1_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL2_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL3_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetsCorrected_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrector_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL1_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL2_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL3_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetsCorrected_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrector_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL1_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL2_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL3_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetsCorrected_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p31Eta2p4TripleEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p38Eta2p4TripleEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p865DoubleEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p275Eta2p4TripleEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p375Eta2p4TripleEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p935DoubleEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltBunchSpacingProducer_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepBLifetimeTagInfosPFPuppi_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepBLifetimeTagInfosPFPuppiModEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsInfosPuppi_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsInfosPuppiModEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsPFPuppi_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsPFPuppiModEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveMergedVerticesPF_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveSecondaryVerticesPF_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveVertexFinderPF_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepSecondaryVertexTagInfosPFPuppi_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepSecondaryVertexTagInfosPFPuppiModEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepTrackVertexArbitratorPF_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG12EtL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeSigmavvL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeSigmawwL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoEcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHgcalHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHgcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG23EtL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG23EtUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeSigmavvL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeSigmavvUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHgcalHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHgcalHEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25EtL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25EtUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmavvL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmavvUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmawwL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmawwUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdEcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdEcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalHEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoBestGsfChi2L1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoBestGsfNLayerITL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfDetaL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfDphiL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfOneOEMinusOneOPL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfTrackIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoPixelMatchL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoPMS2L1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPixelMatchL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPixelMatchUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPMS2L1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPMS2UnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiMuon178RelTrkIsoFiltered0p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiMuon178RelTrkIsoFiltered0p4DzFiltered0p2_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoublePFPuppiJets128Eta2p4MaxDeta1p6_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoublePFPuppiJets128MaxEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoubleTkMuon157L1TkMuonFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalBarrelClusterFastTimer_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalBarrelDigisInRegions_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalDetailedTimeRecHit_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalDetIdToBeRecovered_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalMultiFitUncalibRecHit_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalUncalibRecHitL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG108EtL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG108EtUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG115EtL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG187EtL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG187EtUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG23EtL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG26EtL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG26EtUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG30EtL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG30EtUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG32EtL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG32EtUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaBestGsfTrackVarsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaBestGsfTrackVarsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesWrapperL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesWrapperUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCkfTrackCandidatesForGSFL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCkfTrackCandidatesForGSFUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaClusterShapeL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaClusterShapeUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEcalPFClusterIsoL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEcalPFClusterIsoUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaElectronPixelSeedsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaElectronPixelSeedsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleL1TrkIsoL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleL1TrkIsoUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfElectronsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfElectronsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTracksL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTracksUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTrackVarsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTrackVarsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHcalPFClusterIsoL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHcalPFClusterIsoUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCALIDVarsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCALIDVarsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCalLayerClusterIsoL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCalLayerClusterIsoUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHollowTrackIsoL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHollowTrackIsoUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHoverEL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHoverEUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaPixelMatchVarsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaPixelMatchVarsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaSuperClustersToPixelMatchL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaSuperClustersToPixelMatchUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoubleEleIsolatedFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoubleEleNonIsolatedFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoublePhotonIsolatedFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSingleEleIsolatedFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSingleEleNonIsolatedFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSinglePhotonIsolatedFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeSigmavvL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeSigmawwL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoGsfDetaL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoGsfDphiL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoHgcalHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoPixelMatchL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoPMS2L1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfChi2L1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfChi2UnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfNLayerITL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfNLayerITUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmavvL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmavvUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmawwL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmawwUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70EcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70EcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDetaL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDetaUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDphiL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDphiUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfOneOEMinusOneOPL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfOneOEMinusOneOPUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoFromL1TracksUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalHEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PixelMatchL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PixelMatchUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PMS2L1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PMS2UnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightBestGsfChi2L1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightBestGsfNLayerITL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightEcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfDetaL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfDphiL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfTrackIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHgcalHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHgcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightPixelMatchL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightPMS2L1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfChi2L1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfChi2UnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfNLayerITL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfNLayerITUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmavvUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmawwUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightEcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightEcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDetaL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDetaUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDphiL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDphiUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalHEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPixelMatchL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPixelMatchUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPMS2L1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPMS2UnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5DphiL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5DphiUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfChi2L1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfChi2UnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfNLayerITL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfNLayerITUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmavvUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmawwUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightEcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightEcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDetaL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDetaUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDphiL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDphiUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalHEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPixelMatchL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPixelMatchUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPMS2L1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPMS2UnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsForTripletsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsForTripletsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsClusterRemoverL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsClusterRemoverUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsCombinedL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsCombinedUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsDoubletsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsDoubletsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsTripletsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsTripletsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEleSeedsTrackingRegionsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEleSeedsTrackingRegionsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersCLUE3DHigh_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersCLUE3DHighL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersRecovery_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersRecoveryL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltFirstStepPrimaryVerticesUnsorted_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltFixedGridRhoFastjetAllCaloForEGamma_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltFixedGridRhoFastjetAll_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltGoodOfflinePrimaryVertices_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersEE_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersEEL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersFromSoAProducer_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSci_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSciL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSi_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSiL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalMergeLayerClusters_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalMergeLayerClustersL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoALayerClustersProducer_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoARecHitsLayerClustersProducer_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoARecHitsProducer_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalTrackCollection_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHGCalUncalibRecHitL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepClusters_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepHitDoublets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepHitTriplets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeedLayers_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeeds_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeedTracksLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCandidates_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCandidatespLSTCLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCutClassifier_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCutClassifierpLSTCLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackingRegionFromTrimmedVertices_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTracks_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackSelectionHighPurity_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackSelectionHighPuritypLSTCLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackspLSTCLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsCombinatoricRecoTaus_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsDoublePFTau35MediumDitauWPDeepTau_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsDoublePFTau40TrackPt1MediumChargedIsolation_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTau27LooseTauWPDeepTau_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTau30LooseTauWPDeepTau_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauBasicDiscriminatorsdR03ForDeepTau_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauBasicDiscriminatorsForDeepTau_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauDeepTauProducer_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauDiscriminationByDecayModeFindingNewDMs_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumAbsoluteChargedIsolationDiscriminator_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumAbsOrRelChargedIsolationDiscriminator_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumRelativeChargedIsolationDiscriminator_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauPrimaryVertexProducerForDeepTau_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauProducerSansRefs_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauSecondaryVertexProducerForDeepTau_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauTrackFindingDiscriminator_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauTransverseImpactParametersForDeepTau_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTauLooseTauWPDeepTau_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausMediumDitauWPDeepTau_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausTrackFinding_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausTrackPt1MediumChargedIsolation_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectionDiscriminator_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsTauPFJetsRecoTauChargedHadronsWithNeutrals_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHtMhtPFPuppiCentralJetsQuadC30MaxEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepSeedTracksLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCandidates_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifier_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifierpLSTCLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifierpTTCLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPurity_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPuritypLSTCLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPuritypTTCLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackspLSTCLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackspTTCLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTracksT5TCLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonClustersRefRemoval_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonMerged_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelClusterCheck_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelHitDoublets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelHitTriplets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelLayerTriplets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelSeeds_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelSeedsFiltered_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedForDoublePuppiTau_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForDoublePuppiJetBtagFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiHTFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiJetFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiMETFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForQuadPuppiJetTripleBtagFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TEGammaFilteredCollectionProducer_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TEGammaHGCFilteredCollectionProducer_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonFromL1TkMuonCandidates_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonSeedsFromL1TkMuon_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22EcalIso0p41_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22HcalIso0p40_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22HgcalIso4p70_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfecalIsoFiltered0p41_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfhcalIsoFiltered0p40_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfhgcalIsoFiltered4p70_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3trkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22TrkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fFiltered17_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fFiltered37_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fPreFiltered27_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fPreFiltered8_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu18Filtered20_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu22L3Filtered24Q_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu22L3Filtered50Q_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533L31055DZFiltered0p2_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533L3Filtered1055_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533PreFiltered555_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3MuonsPhase2L3Links_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltMeasurementTrackerEvent_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltOfflinePrimaryVertices_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowBadHcalPseudoCluster_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECAL_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrected_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrectedL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrectedUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHBHE_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHCAL_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHF_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCal_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCalFromTICLL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCalFromTICLUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHO_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitECALL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitECALUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHBHE_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHF_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHGC_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHGCL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHO_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECAL_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECALL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECALUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCal_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCalFromTICLL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCalFromTICLUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowTimeAssignerECAL_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowTmpBarrel_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsECAL_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHCAL_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHF_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHGCAL_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHO_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourJetTags_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourJetTagsModEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourTagInfos_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourTagInfosModEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFMETTypeOneCorrector_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetQuad30MaxEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetsQuad30HT200MaxEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetsQuad30HT330MaxEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiJetForBtagEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiJetForBtagSelectorEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOne140_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOneCorrector_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelLayerQuadruplets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracks_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksHitDoublets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksTrackingRegions_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelVertices_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonTrimmedPixelVertices_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonCandidates_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonGeneralTracks_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepClusters_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepHitDoublets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepHitTriplets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepSeedLayers_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepSeeds_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackCandidates_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackCutClassifier_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTracks_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTracksSelectionHighPurity_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepSeeds_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTrackCandidates_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTrackCutClassifier_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTracks_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTracksSelectionHighPurity_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksAndHighPtTripletTrackingRegions_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracks_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksHitDoublets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksHitQuadruplets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksSeedLayers_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelVertices_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsEcalIsodR0p3dRVeto0p000_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsHcalIsodR0p3dRVeto0p000_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsHgcalLCIsodR0p2dRVetoEM0p00dRVetoHad0p02minEEM0p00minEHad0p00_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p07_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3MuonCandidates_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3MuonsLinksCombination_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuCtfWithMaterialTracks_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuonTrackCutClassifier_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuonTrackSelectionHighPurity_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OISeedsFromL2Muons_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OITrackCandidates_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2OnlineBeamSpotDevice_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2OTHitsInputLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelFitterByHelixProjections_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTrackFilterByKinematics_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitDoublets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitSeeds_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksSeedLayers_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksSoA_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2SiPixelClustersSoA_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2SiPixelRecHitsSoA_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2TowerMakerForAll_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2TrimmedPixelVertices_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoClusterShapeL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoClusterShapeUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoEcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoEcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HgcalHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HgcalHEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelClustersMultiplicity_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerPairsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerPairsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDiphoton3023IsoCaloIdL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDiphoton3023IsoCaloIdUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle2312IsoL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle25CaloIdLPMS2L1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle25CaloIdLPMS2Unseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle115NonIsoL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle26WP70L1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle26WP70Unseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle32WPTightL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle32WPTightUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreHLTAnalyzerEndpath_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton108EBTightIDTightIsoL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton108EBTightIDTightIsoUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton187L1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton187Unseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrimaryVertexAssociation_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrimaryVertexAssociationModEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPuppiTauTkIsoEle45_22L1TkFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPuppiTauTkMuon4218L1TkFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltRechitInRegionsHGCAL_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltSingleAK4PFPuppiJet520_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltSingleTkMuon22L1TkMuonFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltSiPixelClusterShapeCache_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclLayerTileProducer_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclLayerTileProducerL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTracksterLinksL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersCLUE3DHigh_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersCLUE3DHighL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersRecovery_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersRecoveryL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltTrackRefsForJetsBeforeSorting_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltTrackWithVertexRefSelectorBeforeSorting_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltUnsortedOfflinePrimaryVertices_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEleSingle22Filter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEleSingle28Filter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmDouble12Filter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmSingle22Filter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmSingle36Filter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_L1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_Unseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle23_12_Iso_L1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_L1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_Unseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleMediumChargedIsoPFTauHPS40_eta2p1_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleMediumDeepTauPFTauHPS35_eta2p1_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepCSV_2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepFlavour_2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele115_NonIso_L1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele30_WPTight_L1Seeded_LooseDeepTauPFTauHPS30_eta2p1_CrossL1_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele32_WPTight_L1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele32_WPTight_Unseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_IsoMu20_eta2p1_LooseDeepTauPFTauHPS27_eta2p1_CrossL1_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu37_Mu27_FromL1TkMuon_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepCSV_2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepCSV_2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFPuppiMETTypeOne140_PFPuppiMHT140_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_L1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_Unseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/CkfBaseTrajectoryFilter_block_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/ckfBaseTrajectoryFilterP5_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/ckfTrajectoryFilterBeamHaloMuon_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/ClusterShapeTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/detachedQuadStepTrajectoryFilterBase_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/detachedQuadStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/detachedTripletStepTrajectoryFilterBase_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/detachedTripletStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/GroupedCkfTrajectoryBuilder_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/HGCAL_chargeCollectionEfficiencies_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryBuilder_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilterBase_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilterInOut_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonGroupedCkfTrajectoryFilterIT_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetTrajectoryFilterIT_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryBuilder_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterBase_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterInOut_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryBuilder_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonPSetPvClusterComparerForIT_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonSeedFromProtoTracks_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2PSetPvClusterComparerForIT_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2SeedFromProtoTracks_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryBuilder_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetTrajectoryBuilderForGsfElectrons_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetTrajectoryFilterForElectrons_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/HLTSiStripClusterChargeCutLoose_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/HLTSiStripClusterChargeCutNone_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/hltTiclTracksterLinksPSet_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryBuilder_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterBasePreSplitting_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterPreSplitting_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterShapePreSplitting_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/jetCoreRegionalStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtGsfEleTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtQuadStepTrajectoryFilterBase_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtQuadStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepStandardTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepTrajectoryFilterInOut_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/mixedTripletStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryBuilderForInOut_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryBuilderForOutInDisplaced_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForInOut_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForOutIn_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForOutInDisplaced_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/pixelLessStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilterBase_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilterInOut_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/pSetPvClusterComparerForIT_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutLoose_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutNone_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutTight_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/tobTecStepInOutTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/tobTecStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/TrajectoryFilterForConversions_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/TrajectoryFilterForElectrons_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK4PFJetsReconstruction_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK4PFPuppiJetsReconstruction_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK8PFJetsReconstruction_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepCSVSequencePFPuppi_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepCSVSequencePFPuppiModEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepFlavourSequencePFPuppi_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepFlavourSequencePFPuppiModEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCalolocalrecoSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCaloMETReconstruction_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCaloTowersRecSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCsclocalrecoSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDiphoton3023IsoCaloIdL1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDiphoton3023IsoCaloIdUnseededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoFullUnpackingEgammaEcalL1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoFullUnpackingEgammaEcalSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalHcalSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalPixelSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalStripSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle2312IsoL1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle25CaloIdLPMS2L1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle25CaloIdLPMS2UnseededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDtlocalrecoSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEGammaDoLocalHcalSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle115NonIsoL1SeededGsfElectronL1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle115NonIsoL1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle26WP70L1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle26WP70UnseededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle32WPTightL1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle32WPTightUnseededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5OpenL1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5OpenUnseededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTElePixelMatchL1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTElePixelMatchUnseededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTFastJetForEgammaSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGemLocalRecoSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGsfElectronL1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGsfElectronUnseededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalLocalRecoSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgamma_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaL1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaUnseededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHighPtTripletStepSeedingSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHighPtTripletStepSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHPSDeepTauPFTauSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHPSMediumChargedIsoPFTauSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTInitialStepPVSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTInitialStepSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTIter0Phase2L3FromL1TkSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTIter2Phase2L3FromL1TkSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTItLocalRecoSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTL1UnpackerSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTL2MuonsFromL1TkSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTMuonlocalrecoSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTOtLocalRecoSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowClusterECALSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowClusterSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowRecoSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowSuperClusteringSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringECALSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusteringForEgammaL1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusteringForEgammaUnseededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringHBHEHFSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringHOSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusterJMEReconstruction_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusterRefsForJetsSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFHcalClusteringForEgammaSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFJetsCHSReconstruction_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFMETsReconstruction_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFPuppiJMEReconstruction_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFPuppiMETReconstruction_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3FromL1TkSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3MuonGeneralTracksSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3MuonsSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3OISequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2PixelTracksSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton108EBTightIDTightIsoL1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton108EBTightIDTightIsoUnseededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton187L1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton187UnseededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclCandidateSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclLayerTileSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTracksterLinksSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTracksterMergeSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersCLUE3DHighStepSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersRecoverySequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersRecoverySequenceL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTVertexRecoSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/services/RandomNumberGeneratorService_cfi.py", "HLTrigger/Configuration/test/testAccessToEDMInputsOfHLTTests_update_filelist.sh", "HLTriggerOffline/HeavyFlavor/python/heavyFlavorValidationHarvestingSequence_cff.py", "HLTriggerOffline/Scouting/test/runScoutingMonitoringDQM_EGammaOnly_step1_cfg.py", "HLTriggerOffline/Scouting/test/runScoutingMonitoringDQM_EGammaOnly_step2_cfg.py", "HLTriggerOffline/SUSYBSM/test/BSMTriggerCheck/html/template/comp_beginning.html", "HLTriggerOffline/SUSYBSM/test/BSMTriggerCheck/html/template/menu_beginning.html", "IOMC/EventVertexGenerators/python/VtxSmearedFixed_EmitRealistic5TeVppCollision2017_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic100ns13TeVCollisionBetaStar90m_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic100ns13TeVCollisionBetaStar90mLowBunches_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEarly2022Collision_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEarly2023Collision_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEOY2022Collision_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeV2016Collision_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeVEarly2017Collision_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeVEarly2018Collision_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns900GeV2021Collision_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic2p76TeV2011Collision_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic2p76TeV2013Collision_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic50ns13TeVCollisionZeroTesla_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic5TeVPA2016Collision_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic5TeVppCollision2017_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic7TeVCollisionComm10_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic8TeVPA2016Collision_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealisticHICollisionFixZ2015_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRun3FlatOpticsGaussSigmaZ4p2cm_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRun3FlatOpticsGaussSigmaZ5p3cm_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRun3RoundOptics25ns13TeVHighSigmaZ_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRun3RoundOptics25ns13TeVLowSigmaZ_cfi.py", "JetMETCorrections/InterpolationTables/interface/InterpolationFunctorInstances.h", "JetMETCorrections/InterpolationTables/interface/StorableMultivariateFunctorReader.h", "JetMETCorrections/TauJet/data/IterativeCone0.4_EtScheme_TowerEt0.5_E0.8_Jets871_2x1033PU_tau.txt", "L1TriggerConfig/CSCTFConfigProducers/python/L1MuCSCTFConfigurationRcdSrc_cfi.py", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/phi12.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/phi42.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12h.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12h_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12l.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12l_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13h.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13h_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13l.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13l_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14h.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14h_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14l.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14l_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta15h_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta15l_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23h.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23h_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23l.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23l_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24h.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24h_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24l.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24l_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta25h_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta25l_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34h.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34h_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34l.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34l_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/ETFPatternList.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP1.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP2.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP3.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP4.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP5.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP6.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext12.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext13.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext14.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext15.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext16.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext21.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext23.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext24.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext25.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext26.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext34.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext35.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext56.lut", "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTChannelMaskConfigOnline_cfi.py", "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTParametersKeysOnlineProd_cfi.py", "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTParametersOnlineProducer_cfi.py", "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesConfig_cff.py", "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesConfig_cfi.py", "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesDBConfig_cff.py", "L1TriggerConfig/L1CSCTPConfigProducers/src/L1CSCTriggerPrimitivesConfigProducer.cc", "L1TriggerConfig/L1CSCTPConfigProducers/src/L1CSCTriggerPrimitivesConfigProducer.h", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu2008_2E30.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu_2008MC_2E30.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu2008_2E31.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v0_L1T_Scales_20080922_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v1_L1T_Scales_20080922_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20080922_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090519_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090624_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v4_L1T_Scales_20090624_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1x1032/L1Menu_CRUZET200805.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v0_L1T_Scales_20101224_Imp0_0x1027.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v1_L1T_Scales_20101224_Imp0_0x1028.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v2_L1T_Scales_20101224_Imp0_0x102a.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v3_L1T_Scales_20101224_Imp0_0x102b.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25nsStage1_v3_L1T_Scales_20141121_Imp0_0x1031.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v0_L1T_Scales_20101224_Imp0_0x102f.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v1_L1T_Scales_20101224_Imp0_0x102f.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v2_L1T_Scales_20141121_Imp0_0x1030.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v1_L1T_Scales_20141121_Imp0_0x1030.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v2_L1T_Scales_20141121.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v3_L1T_Scales_20141121.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v4_L1T_Scales_20141121.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50ns_v0_L1T_Scales_20141121_Imp0_0x1031.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v1_L1T_Scales_20141121.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v2_L1T_Scales_20141121.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v3_L1T_Scales_20141121.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v4_L1T_Scales_20141121.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2011_v0_L1T_Scales_20101224_Imp0_0x1026.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2011_v0_nobsc_notau_centrality_q2_singletrack.v1.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2013_v0_L1T_Scales_20101224_Imp0_0x102c.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v1.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v2.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v3.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v4.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v5.xml", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/calosetup", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/defvalpkg", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/header", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/jet_cnts", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/muonsetup", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/calo_setup.vhd", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond1_chip_pkg.vhd", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond1_chip.qsf", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond2_chip_pkg.vhd", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond2_chip.qsf", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/def_val_pkg.vhd", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/muon_setup.vhd", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/pre_algo_and_or.vhd", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAlgoTrigConfigOnlineProd.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAlgoTrigTrivialProducer.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAndMasksTester.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsTechTrigConfigOnlineProd.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsTechTrigTrivialProducer.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtStableParametersTrivialProducer.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskAlgoTrigConfigOnlineProd.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskAlgoTrigTrivialProducer.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskTechTrigConfigOnlineProd.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskTechTrigTrivialProducer.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoAlgoTrigTrivialProducer.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoTechTrigConfigOnlineProd.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoTechTrigTrivialProducer.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMenuConfigOnlineProd.h", "L1TriggerConfig/L1GtConfigProducers/python/L1GtPrescaleFactorsAlgoTrigConfig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsAlgoTrigOnline_cfi.py", "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsAndMasksTester_cfi.py", "L1TriggerConfig/L1GtConfigProducers/python/L1GtPrescaleFactorsTechTrigConfig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsTechTrigOnline_cfi.py", "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskAlgoTrigConfig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskAlgoTrigOnline_cfi.py", "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskTechTrigConfig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskTechTrigOnline_cfi.py", "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskVetoAlgoTrigConfig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskVetoTechTrigConfig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskVetoTechTrigOnline_cfi.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_PrescaleFactorsAlgoTrig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_PrescaleFactorsAlgoTrigUnprescale_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_TriggerMaskAlgoTrig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu_2008MC_2E30_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_PrescaleFactorsAlgoTrig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_PrescaleFactorsAlgoTrigUnprescale_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_TriggerMaskAlgoTrig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v0_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090519_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090624_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v4_L1T_Scales_20090624_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_PrescaleFactorsAlgoTrig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_PrescaleFactorsAlgoTrigUnprescale_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_TriggerMaskAlgoTrig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_ecal_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_hcal_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_PrescaleFactorsAlgoTrig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_ecal_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_hcal_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskTechTrig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_Test_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v1_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v2_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v3_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v4_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v5_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsAlgoTrigConfigOnlineProd.cc", "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsAlgoTrigTrivialProducer.cc", "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsTechTrigConfigOnlineProd.cc", "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsTechTrigTrivialProducer.cc", "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskAlgoTrigConfigOnlineProd.cc", "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskAlgoTrigTrivialProducer.cc", "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskTechTrigConfigOnlineProd.cc", "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskTechTrigTrivialProducer.cc", "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoAlgoTrigTrivialProducer.cc", "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoTechTrigConfigOnlineProd.cc", "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoTechTrigTrivialProducer.cc", "L1TriggerConfig/L1GtConfigProducers/test/L1GtPrescaleFactorsAlgoTrigOnlineTest_cfg.py", "L1TriggerConfig/L1GtConfigProducers/test/L1GtPrescaleFactorsTechTrigOnlineTest_cfg.py", "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskAlgoTrigOnlineTest_cfg.py", "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskTechTrigOnlineTest_cfg.py", "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskVetoTechTrigOnlineTest_cfg.py", "L1TriggerConfig/L1ScalesProducers/python/L1MuTriggerPtScaleOnlineProducer_cfi.py", "L1TriggerConfig/L1ScalesProducers/python/L1MuTriggerScalesOnlineProducer_cfi.py", "L1TriggerConfig/L1TConfigProducers/python/L1TGlobalPrescalesVetosObjectKeysOnline_cfi.py", "L1TriggerConfig/L1TConfigProducers/python/L1TMuonEndCapForestOnlineProxy_cfi.py", "L1TriggerConfig/L1TConfigProducers/python/L1TMuonOverlapObjectKeysOnline_cfi.py", "L1TriggerConfig/L1TConfigProducers/python/L1TMuonOverlapParamsOnlineProxy_cfi.py", "L1TriggerConfig/L1TConfigProducers/python/L1TUtmTriggerMenuObjectKeysOnline_cfi.py", "L1TriggerConfig/L1TConfigProducers/src/L1TGlobalPrescalesVetosObjectKeysOnlineProd.cc", "L1TriggerConfig/L1TConfigProducers/src/L1TUtmTriggerMenuObjectKeysOnlineProd.cc", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_BTagSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_crossLepSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_hadr_crossLepSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_hadr_metSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_lepSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_BTagSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_crossLepSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_hadr_crossLepSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_hadr_metSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_lepSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_constants.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_ids.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_scalings.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_BTagSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_crossLepSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_hadr_crossLepSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_hadr_metSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_lepSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenuObjects_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_constants.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_ids.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_scalings.py", "L1Trigger/DTTriggerPhase2/test/primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py", "L1Trigger/DTTriggerPhase2/test/primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg_withRPC.py", "L1Trigger/DTTriggerPhase2/test/test_primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py", "L1Trigger/GlobalTriggerAnalyzer/python/customise_l1GtPatternGeneratorFromRaw.py", "L1Trigger/GlobalTriggerAnalyzer/test/L1GtPatternGenerator_overrideL1Menu_cfg.py", "L1Trigger/L1CaloTrigger/python/l1tPhase2GCTBarrelToCorrelatorLayer1Emulator_cfi.py", "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_0_ECALZS_inconsistent_cfi.py", "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_1_ECALZS_inconsistent_cfi.py", "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_1_ECALZS_noHFJEC_newEGIso_cfi.py", "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_0_HI_inconsistent_cfi.py", "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_10_mean_inconsistent_cfi.py", "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_10_mode_inconsistent_cfi.py", "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_2_noHCALSF_inconsistent_cfi.py", "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_2_updateHFSF_v6MET_cfi.py", "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_2_updateHFSF_v7MET_cfi.py", "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_updateHFSF_v6MET_cfi.py", "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_mean_cfi.py", "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_mean_newHF_cfi.py", "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_newHF_cfi.py", "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_newHF_v6MET_cfi.py", "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_oldHFSFForJECOnly_cfi.py", "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2ClusterAlgorithmFirmwareImp1.cc", "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2EGammaAlgorithmFirmwareImp1.cc", "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2EtSumAlgorithmFirmwareImp1.cc", "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2JetSumAlgorithmFirmwareImp1.cc", "L1Trigger/L1TCalorimeter/src/firmware/Stage2TowerCompressAlgorithmFirmwareImp1.cc", "L1Trigger/L1TCalorimeter/src/firmware/Stage2TowerDecompressAlgorithmFirmwareImp1.cc", "L1Trigger/L1THGCal/interface/concentrator/HGCalConcentratorProcessorSelection.h", "L1Trigger/L1THGCal/interface/concentrator/HGCalConcentratorSuperTriggerCellImpl.h", "L1Trigger/L1THGCal/plugins/backend/HGCalBackendLayer2Processor3DClustering_SA.cc", "L1Trigger/L1THGCalUtilities/test/ntuples/HGCalTriggerNtupleHGCConcentratorData.cc", "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlap_Pats0x0013_generateExtrFactors.py", "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGeneratorClassProb.py", "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGenerator_displ.py", "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGenerator.py", "L1Trigger/L1TMuonOverlapPhase2/interface/LutNetworkFixedPointRegression2Outputs.h", "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGeneratorClassProb_phase2.py", "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGenerator_displ_phase2.py", "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGenerator_phase2.py", "L1Trigger/Phase2L1ParticleFlow/data/hgcal_egID/Photon_Pion_vs_Neutrino_BDTweights_1116.xml.gz", "L1Trigger/Phase2L1ParticleFlow/data/hgcal_egID/Photon_vs_Pion_BDTweights_1116.xml.gz", "L1Trigger/Phase2L1ParticleFlow/interface/L1TCorrelatorLayer1PatternFileWriter.h", "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/buffered_folded_multififo_regionizer_ref.h", "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/folded_multififo_regionizer_ref.h", "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/middle_buffer_multififo_regionizer_ref.h", "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/multififo_regionizer_elements_ref.h", "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/multififo_regionizer_elements_ref.icc", "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/tdr_regionizer_elements_ref.h", "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/tdr_regionizer_elements_ref.icc", "L1Trigger/Phase2L1ParticleFlow/src/regionizer/buffered_folded_multififo_regionizer_ref.cpp", "L1Trigger/Phase2L1ParticleFlow/src/regionizer/folded_multififo_regionizer_ref.cpp", "L1Trigger/Phase2L1ParticleFlow/src/regionizer/middle_buffer_multififo_regionizer_ref.cpp", "MagneticField/GeomBuilder/plugins/dd4hep/DD4hep_VolumeBasedMagneticFieldESProducer.cc", "MagneticField/GeomBuilder/plugins/dd4hep/DD4hep_VolumeBasedMagneticFieldESProducerFromDB.cc", "MagneticField/Interpolation/test/BinaryTablesGeneration/prepareMagneticFieldGrid.cc", "MagneticField/Interpolation/test/BinaryTablesGeneration/prepareMagneticFieldGrid.h", "MagneticField/Interpolation/test/BinaryTablesGeneration/validateField_TOSCATables.py", "MagneticField/ParametrizedEngine/interface/ParabolicParametrizedMagneticField.h", "MagneticField/ParametrizedEngine/plugins/AutoParametrizedMagneticFieldProducer.cc", "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_OAE_3_8T_cfi.py", "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_OAE85l_cfi.py", "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_PolyFit2D_cfi.py", "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_PolyFit3D_cfi.py", "MagneticField/ParametrizedEngine/test/alpaka/testParabolicParametrizedMagneticField.dev.cc", "MuonAnalysis/MomentumScaleCalibration/test/Macros/CompareWithSystematicError.cc", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasUpsilonValidation.cc", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasY1SValidation.cc", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasZValidation.cc", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/ComparePhiPlusMinus.cc", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareWithExpectedBeforeAfter.cc", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareWithExpected.cc", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CrystalBallFitOnData_JPsi.cc", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/GaussianFitOnData_Psi2S.cc", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Base.C", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Y1S.C", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Z.C", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlap_Upsilon.C", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlap_Y1S.C", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/RunCompareBias_template.C", "MuonAnalysis/MomentumScaleCalibration/test/Macros/ShowProbabilityDistribution.C", "MuonAnalysis/MomentumScaleCalibration/test/Macros/TreeProduction/MuScleFit_template_cfg.py", "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/SplitAndRunBatch.sh", "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/StatisticalErrors_instructions.txt", "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/TakeParameterFromBatch.sh", "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/TreeSplitter_cfg.py", "MuonAnalysis/MomentumScaleCalibration/test/tree_production/miniAODVBTFMuonsOnlyTreeMC_CRAB_cfg.py", "MuonAnalysis/MomentumScaleCalibration/test/UnitTests/TestCrossSectionHandler.cc", "MuonAnalysis/MuonAssociators/test/MuonMCClassifier/debugMuonsClassByHits_cfg.py", "MuonAnalysis/MuonAssociators/test/MuonMCClassifier/patMuonsWithClassByHits_cfg.py", "MuonAnalysis/MuonAssociators/test/Trigger/patMuonsWithTrigger_Data_HLTDEBUG_cfg.py", "MuonAnalysis/MuonAssociators/test/Trigger/patMuonsWithTrigger_mc_HLTDEBUG_cfg.py", "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/db/ClassNotSupportedException.java", "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIdConverter.java", "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIDGenerator.java", "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/IDetIdGenerator.java", "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECAnalyzer.java", "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECDetIdConverter.java", "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TOBAnalyzer.java", "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TOBDetIdConverter.java", "OnlineDB/SiStripO2O/test/O2O_Validation/template_Validate_FEDCabling_O2O_cfg.py", "OnlineDB/SiStripO2O/test/P5/20X/SiStripO2O_AT_P5_table_multipartition_Commissioning.sh", "OnlineDB/SiStripO2O/test/P5/21X/SiStripO2O_AT_P5_table_multipartition_Commissioning.sh", "PhysicsTools/HepMCCandAlgos/python/allStandAloneMuonTracksGenParticlesLeptonMatch_cfi.py", "PhysicsTools/HepMCCandAlgos/python/allSuperClustersGenParticlesLeptonMatch_cfi.py", "PhysicsTools/NanoAODTools/python/postprocessing/framework/treeReaderArrayTools.py", "PhysicsTools/PatAlgos/python/slimming/offlineSlimmedPrimaryVerticesWithBS_cfi.py", "PhysicsTools/SelectorUtils/interface/SimpleCutBasedElectronIDSelectionFunctor.h", "RecoBTag/CTagging/python/candidateCombinedSecondaryVertexSoftLeptonCvsLComputer_cfi.py", "RecoBTag/CTagging/python/pfInclusiveSecondaryVertexFinderNegativeCvsLTagInfos_cfi.py", "RecoBTag/ImpactParameter/python/candidateNegativeOnlyJetBProbabilityComputer_cfi.py", "RecoBTag/ImpactParameter/python/candidateNegativeOnlyJetProbabilityComputer_cfi.py", "RecoBTag/ImpactParameter/python/candidateNegativeTrackCounting3D2ndComputer_cfi.py", "RecoBTag/ImpactParameter/python/candidateNegativeTrackCounting3D3rdComputer_cfi.py", "RecoBTag/ImpactParameter/python/candidatePositiveOnlyJetBProbabilityComputer_cfi.py", "RecoBTag/ImpactParameter/python/candidatePositiveOnlyJetProbabilityComputer_cfi.py", "RecoBTag/ONNXRuntime/plugins/UnifiedParticleTransformerAK4ONNXJetTagsProducer.cc", "RecoBTag/ONNXRuntime/plugins/UnifiedParticleTransformerAK4SonicJetTagsProducer.cc", "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V01/pfDeepBoostedJetPreprocessParams_cfi.py", "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V02/pfDeepBoostedJetPreprocessParams_cfi.py", "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V02/pfMassDecorrelatedDeepBoostedJetPreprocessParams_cfi.py", "RecoBTag/ONNXRuntime/python/Parameters/HiggsInteractionNet/V00/pfHiggsInteractionNetPreprocessParams_cfi.py", "RecoBTag/ONNXRuntime/python/pfMassDecorrelatedDeepBoostedDiscriminatorsJetTags_cfi.py", "RecoBTag/ONNXRuntime/python/pfMassDecorrelatedParticleNetDiscriminatorsJetTags_cfi.py", "RecoBTag/ONNXRuntime/python/pfParticleNetFromMiniAODAK4DiscriminatorsJetTags_cfi.py", "RecoBTag/ONNXRuntime/python/pfParticleNetFromMiniAODAK8DiscriminatorsJetTags_cfi.py", "RecoBTag/ONNXRuntime/python/pfParticleTransformerAK4DiscriminatorsJetTags_cfi.py", "RecoBTag/ONNXRuntime/python/pfUnifiedParticleTransformerAK4DiscriminatorsJetTags_cfi.py", "RecoBTag/ONNXRuntime/python/pfUnifiedParticleTransformerAK4V1DiscriminatorsJetTags_cfi.py", "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterFromFile_WPandPayload.cc", "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterFromFile_WPandPayload_IOV.cc", "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterTFormula_fromfile_WPandPL.cc", "RecoBTag/SecondaryVertex/interface/CandidateBoostedDoubleSecondaryVertexComputer.h", "RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexAK8Computer_cfi.py", "RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexCA15Computer_cfi.py", "RecoBTag/SecondaryVertex/python/candidateCombinedSecondaryVertexSoftLeptonComputer_cfi.py", "RecoBTag/SecondaryVertex/python/candidateCombinedSecondaryVertexV2Computer_cfi.py", "RecoBTag/SecondaryVertex/python/candidateNegativeCombinedSecondaryVertexV2Computer_cfi.py", "RecoBTag/SecondaryVertex/python/candidatePositiveCombinedSecondaryVertexV2Computer_cfi.py", "RecoBTag/SecondaryVertex/python/candidateSimpleSecondaryVertex2TrkComputer_cfi.py", "RecoBTag/SecondaryVertex/python/candidateSimpleSecondaryVertex3TrkComputer_cfi.py", "RecoBTag/SecondaryVertex/python/combinedInclusiveSecondaryVertexV2BJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderFilteredNegativeTagInfos_cfi.py", "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderFilteredTagInfos_cfi.py", "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py", "RecoBTag/SecondaryVertex/python/negativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/negativeCombinedSecondaryVertexV2BJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/negativeCombinedSecondaryVertexV2Computer_cfi.py", "RecoBTag/SecondaryVertex/python/negativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/negativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/negativeSimpleSecondaryVertexHighEffBJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/negativeSimpleSecondaryVertexHighPurBJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfBoostedDoubleSecondaryVertexAK8BJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfBoostedDoubleSecondaryVertexCA15BJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderAK8TagInfos_cfi.py", "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderCA15TagInfos_cfi.py", "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py", "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderTagInfos_cfi.py", "RecoBTag/SecondaryVertex/python/pfNegativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfNegativeCombinedSecondaryVertexV2BJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfNegativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfNegativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfNegativeSimpleSecondaryVertexHighEffBJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfNegativeSimpleSecondaryVertexHighPurBJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfPositiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfPositiveCombinedSecondaryVertexV2BJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/positiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/positiveCombinedSecondaryVertexV2BJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/positiveCombinedSecondaryVertexV2Computer_cfi.py", "RecoBTag/SecondaryVertex/python/simpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/simpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", "RecoEcal/EgammaClusterProducers/python/correctedDynamicHybridSuperClusters_cfi.py", "RecoEcal/EgammaClusterProducers/python/correctedEndcapSuperClustersWithPreshower_cfi.py", "RecoEcal/EgammaClusterProducers/python/correctedFixedMatrixSuperClustersWithPreshower_cfi.py", "RecoEcal/EgammaClusterProducers/python/correctedIslandBarrelSuperClusters_cfi.py", "RecoEcal/EgammaClusterProducers/python/correctedIslandEndcapSuperClusters_cfi.py", "RecoEcal/EgammaClusterProducers/python/correctedMulti5x5ClustersWithPreshower_cfi.py", "RecoEcal/EgammaClusterProducers/python/correctedMulti5x5SuperClustersWithPreshower_cfi.py", "RecoEcal/EgammaClusterProducers/python/fixedMatrixPreshowerClusteringSequence_cff.py", "RecoEcal/EgammaClusterProducers/python/fixedMatrixSuperClustersWithPreshower_cfi.py", "RecoEcal/EgammaClusterProducers/python/interestingDetIdCollectionProducer_cfi.py", "RecoEcal/EgammaClusterProducers/python/interestingDetIdFromSuperClusterProducer_cfi.py", "RecoEcal/EgammaClusterProducers/python/multi5x5PreshowerClusteringSequence_cff.py", "RecoEcal/EgammaClusterProducers/python/multi5x5SuperClustersWithPreshower_cfi.py", "RecoEcal/EgammaClusterProducers/python/particleFlowSuperClusteringSequence_cff.py", "RecoEcal/EgammaClusterProducers/src/InterestingDetIdFromSuperClusterProducer.cc", "RecoEcal/EgammaCoreTools/plugins/EcalBasicClusterLocalContCorrectionsESProducer.cc", "RecoEgamma/EgammaElectronAlgos/interface/ecalClusterEnergyUncertaintyElectronSpecific.h", "RecoEgamma/EgammaElectronAlgos/src/ecalClusterEnergyUncertaintyElectronSpecific.cc", "RecoEgamma/EgammaElectronProducers/plugins/GsfElectronCoreEcalDrivenProducer.cc", "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedHeavyObjectCache.cc", "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedHeavyObjectCache.h", "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedValueMapsProducer.cc", "RecoEgamma/EgammaElectronProducers/plugins/TrackingRegionsFromSuperClustersProducer.cc", "RecoEgamma/EgammaElectronProducers/python/lowPtGsfElectronsPreRegression_cfi.py", "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTBcHcalIsolationProducersRegional.cc", "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTElectronTrackIsolationProducers.cc", "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTPhotonTrackIsolationProducersRegional.cc", "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaEcalPFClusterIsolationProducer.cc", "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaHcalPFClusterIsolationProducer.cc", "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaIsoHcalDetIdCollectionProducer.cc", "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaEcalExtractor.cc", "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaHcalExtractor.cc", "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaRecHitExtractor.cc", "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaTowerExtractor.cc", "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaTrackExtractor.cc", "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/ElectronPFIsolationWithConeVeto.cc", "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/ElectronPFIsolationWithMapBasedVeto.cc", "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/PhotonPFIsolationWithConeVeto.cc", "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/PhotonPFIsolationWithMapBasedVeto.cc", "RecoEgamma/EgammaIsolationAlgos/python/interestingEgammaIsoDetIdsSequence_cff.py", "RecoEgamma/EgammaIsolationAlgos/python/interestingEgammaIsoESDetIdModule_cff.py", "RecoEgamma/EgammaIsolationAlgos/test/runInterestingEgammaIsoDetIdsSequence_cfg.py", "RecoEgamma/EgammaPhotonProducers/python/conversionTrackSequenceForReReco_cff.py", "RecoEgamma/EgammaPhotonProducers/python/propAlongMomentumWithMaterialForElectrons_cfi.py", "RecoEgamma/EgammaPhotonProducers/python/propOppoMomentumWithMaterialForElectrons_cfi.py", "RecoEgamma/EgammaPhotonProducers/python/trajectoryCleanerBySharedHitsForConversions_cfi.py", "RecoEgamma/ElectronIdentification/data/ElectronMVAEstimatorRun2Fall17V1Variables.txt", "RecoEgamma/ElectronIdentification/data/Fall17/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_92X.txt", "RecoEgamma/ElectronIdentification/data/Fall17/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_94X.txt", "RecoEgamma/ElectronIdentification/data/Run3_Winter22/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_122X.txt", "RecoEgamma/ElectronIdentification/data/Spring15/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_25ns.txt", "RecoEgamma/ElectronIdentification/data/Spring15/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_50ns.txt", "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_80X.txt", "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_HLT_ecalPFClusterIso.txt", "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_HLT_hcalPFClusterIso.txt", "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5E2x5OverE5x5WithSatCut.cc", "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5SigmaIEtaIEtaCut.cc", "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5SigmaIEtaIEtaWithSatCut.cc", "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleHadronicOverEMEnergyScaledCut.cc", "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleHadronicOverEMLinearCut.cc", "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronHLTPreselecition_Summer16_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Fall17_94X_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Fall17_94X_V2_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_25ns_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_50ns_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_50ns_V2_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Summer16_80X_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Summer20_PhaseII_V0_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_tools.py", "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Winter22_122X_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV51_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV60_80XAOD_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV60_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV70_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV71_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_tools.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V2_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V2_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_RunIIIWinter22_iso_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_RunIIIWinter22_noIso_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_25ns_nonTrig_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_25ns_Trig_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_50ns_Trig_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_GeneralPurpose_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_HZZ_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer16UL_ID_ISO_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer17UL_ID_ISO_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer18UL_ID_ISO_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Winter22_HZZ_V1_cff.py", "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased_TrueVtx.txt", "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt", "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased_V2.txt", "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased_TrueVtx.txt", "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt", "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased_V2.txt", "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased_TrueVtx.txt", "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased.txt", "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased_V2.txt", "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesFall17V1p1.txt", "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring15.txt", "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring15ValMaps.txt", "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring16.txt", "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun3VariablesWinter22V1.txt", "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_ChgHadronIso_95percentBased.txt", "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_coneBasedHoverE_95percentBased.txt", "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_ECalClusterIso_95percentBased.txt", "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_HCalClusterIso_95percentBased.txt", "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_NeuHadronIso_95percentBased.txt", "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_PhotonIso_95percentBased.txt", "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_TrackerIso_95percentBased.txt", "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfChargedHadrons_25ns_NULLcorrection.txt", "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfChargedHadrons_50ns.txt", "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfNeutralHadrons_25ns_90percentBased.txt", "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfNeutralHadrons_50ns.txt", "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfPhotons_25ns_90percentBased.txt", "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfPhotons_50ns.txt", "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt", "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt", "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfPhotons_90percentBased_3bins.txt", "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfPhotons_90percentBased.txt", "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndExpoScalingCut.cc", "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndExpoScalingEBCut.cc", "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndQuadScalingCut.cc", "RecoEgamma/PhotonIdentification/plugins/cuts/PhoFull5x5SigmaIEtaIEtaValueMapCut.cc", "RecoEgamma/PhotonIdentification/plugins/cuts/PhoGenericQuadraticRhoPtScaledCut.cc", "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V1_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V1_TrueVtx_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V2_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_RunIIIWinter22_122X_V1_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring15_25ns_V1_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring15_50ns_V1_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring16_V2p2_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_tools.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V1_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V1p1_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V2_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V0_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V2_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V2p1_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V0_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V1_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V2_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V2p1_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring16_nonTrig_V1_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Summer20_PhaseII_V0_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Winter22_122X_V1_cff.py", "RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDRVertexAssigned.h", "RecoJets/JetAssociationProducers/python/ic5PFJetTracksAssociatorAtVertex_cfi.py", "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalCrystalMatrixProbality.h", "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalDeadChannelRecoveryAlgos.h", "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalDeadChannelRecoveryBDTG.h", "RecoLocalCalo/EcalRecProducers/interface/EcalUncalibRecHitFillDescriptionWorkerFactory.h", "RecoLocalCalo/EcalRecProducers/interface/EcalUncalibRecHitWorkerRunOneDigiBase.h", "RecoLocalCalo/EcalRecProducers/plugins/alpaka/AmplitudeComputationCommonKernels.h", "RecoLocalCalo/EcalRecProducers/plugins/alpaka/AmplitudeComputationKernels.dev.cc", "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalMultifitConditionsHostESProducer.cc", "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalPhase2DigiToPortableProducer.cc", "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalRecHitConditionsESProducer.cc", "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitMultiFitAlgoPortable.dev.cc", "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitMultiFitAlgoPortable.h", "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsAlgoPortable.dev.cc", "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsAlgoPortable.h", "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsProducerPortable.cc", "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsStruct.h", "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitProducerPortable.cc", "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitConvertGPU2CPUFormat.cc", "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsAlgoGPU.cu", "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsKernels.cu", "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsProducer.cc", "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsProducerGPU.cc", "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerFixedAlphaBetaFit.cc", "RecoLocalCalo/EcalRecProducers/python/ecalFixedAlphaBetaFitUncalibRecHit_cfi.py", "RecoLocalCalo/EcalRecProducers/src/EcalUncalibRecHitFillDescriptionWorkerFactory.cc", "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducerGPU_harvesting.py", "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducerGPU.py", "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducer.py", "RecoLocalCalo/HcalRecAlgos/plugins/alpaka/HcalRecoParamsWithPulseShapesESProducer.cc", "RecoLocalCalo/HcalRecProducers/plugins/alpaka/HcalSiPMCharacteristicsESProducer.cc", "RecoLocalCalo/HGCalRecAlgos/interface/alpaka/HGCalRecHitCalibrationAlgorithms.h", "RecoLocalCalo/HGCalRecAlgos/plugins/alpaka/HGCalRecHitCalibrationAlgorithms.dev.cc", "RecoLocalCalo/HGCalRecAlgos/plugins/alpaka/HGCalRecHitConfigurationESProducer.cc", "RecoLocalCalo/HGCalRecProducers/interface/alpaka/HGCalSoAClustersExtraDeviceCollection.h", "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersAlgoWrapper.dev.cc", "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersSoAAlgoWrapper.dev.cc", "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersSoAAlgoWrapper.h", "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalSoALayerClustersProducer.cc", "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalSoARecHitsLayerClustersProducer.cc", "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsConditions.cc", "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsFiller.cc", "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsFiller.h", "RecoLocalCalo/HGCalRecProducers/plugins/HGCalLayerClusterHeterogeneousDumper.cc", "RecoLocalCalo/HGCalRecProducers/plugins/HGCalLayerClusterHeterogeneousSoADumper.cc", "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_LinearDrift_cfi.py", "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py", "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_ParamDrift_cfi.py", "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDrift_cfi.py", "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDrift_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py", "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_NoDrift_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_ParamDrift_cfi.py", "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/dt2DSegments_MTPatternReco2D_LinearDriftFromDB_cfi.py", "RecoLocalMuon/DTSegment/python/dt2DSegments_MTPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_LinearDrift_cfi.py", "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py", "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_ParamDrift_cfi.py", "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDrift_cfi.py", "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDrift_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py", "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_NoDrift_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_ParamDrift_cfi.py", "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/dt4DSegments_MTPatternReco4D_LinearDriftFromDB_cfi.py", "RecoLocalMuon/DTSegment/python/dt4DSegments_MTPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDrift_cfi.py", "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDrift_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_cfi.py", "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_NoDrift_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_ParamDrift_cfi.py", "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDrift_cfi.py", "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDrift_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_cfi.py", "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_NoDrift_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_ParamDrift_cfi.py", "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco2DAlgo_LinearDriftFromDB_cfi.py", "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco4DAlgo_LinearDriftFromDB_cfi.py", "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py", "RecoLocalMuon/GEMRecHit/test/SingleMuPt100_cfi_GEM-SIM-DIGI_Extended2015MuonGEMDev.py", "RecoLocalTracker/ClusterParameterEstimator/interface/ClusterParameterEstimator.h", "RecoLocalTracker/ClusterParameterEstimator/interface/PixelClusterParameterEstimator.h", "RecoLocalTracker/ClusterParameterEstimator/interface/StripClusterParameterEstimator.h", "RecoLocalTracker/Configuration/python/RecoLocalTracker_Cosmics_EventContent_cff.py", "RecoLocalTracker/Phase2TrackerRecHits/python/Phase2StripCPEGeometricESProducer_cfi.py", "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerAlgorithm.cc", "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerAlgorithm.h", "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerSequentialAlgorithm.h", "RecoLocalTracker/SiPhase2VectorHitBuilder/interface/VectorHitBuilderAlgorithmBase.h", "RecoLocalTracker/SiPhase2VectorHitBuilder/interface/VectorHitBuilderAlgorithm.h", "RecoLocalTracker/SiPhase2VectorHitBuilder/plugins/SiPhase2RecHitMatcherESProducer.cc", "RecoLocalTracker/SiPhase2VectorHitBuilder/plugins/VectorHitBuilderEDProducer.cc", "RecoLocalTracker/SiPhase2VectorHitBuilder/test/Clusters_productionAndTesting.py", "RecoLocalTracker/SiPhase2VectorHitBuilder/test/VHs_combinatorialStudies_PU200.py", "RecoLocalTracker/SiPhase2VectorHitBuilder/test/VHs_SeedingOT_productionAndTesting.py", "RecoLocalTracker/SiPixelClusterizer/plugins/alpaka/SiPixelPhase2DigiToCluster.cc", "RecoLocalTracker/SiPixelClusterizer/plugins/alpaka/SiPixelRawToClusterKernel.dev.cc", "RecoLocalTracker/SiPixelClusterizer/plugins/SiPixelDigisClustersFromSoAAlpaka.cc", "RecoLocalTracker/SiPixelClusterizer/python/SiPixelClusterizerPreSplitting_cfi.py", "RecoLocalTracker/SiPixelRecHits/interface/alpaka/PixelCPEFastParamsCollection.h", "RecoLocalTracker/SiPixelRecHits/plugins/alpaka/PixelCPEFastParamsESProducerAlpaka.cc", "RecoLocalTracker/SiStripClusterizer/interface/StripClusterizerAlgorithmFactory.h", "RecoLocalTracker/SiStripClusterizer/plugins/SiStripClusterizerConditionsESProducer.cc", "RecoLocalTracker/SiStripClusterizer/plugins/SiStripClusterizerConditionsGPUESProducer.cc", "RecoLocalTracker/SiStripClusterizer/python/SiStripClusters2ApproxClusters_cff.py", "RecoLocalTracker/SiStripClusterizer/python/test/ClusterizerUnitTestFunctions_cff.py", "RecoLocalTracker/SiStripClusterizer/python/test/ClusterRefinerTagMCmerged_cfi.py", "RecoLocalTracker/SiStripClusterizer/test/step2_RAW2DIGI_L1Reco_RECO_ApproxClusters.py", "RecoLocalTracker/SiStripClusterizer/test/step2_RAW2DIGI_L1Reco_RECO_ApproxClusters_streamerOutput.py", "RecoLocalTracker/SiStripClusterizer/test/testSiStripQuality/SiStripBadChannel.tpl", "RecoLocalTracker/SiStripClusterizer/test/testSiStripQuality/SiStripBadModule.tpl", "RecoLocalTracker/SiStripRecHitConverter/interface/SiStripRecHitConverterAlgorithm.h", "RecoLocalTracker/SiStripRecHitConverter/plugins/SiStripRecHitMatcherESProducer.cc", "RecoLocalTracker/SiStripRecHitConverter/plugins/SiStripRecHitMatcherESProducer.h", "RecoLocalTracker/SiStripZeroSuppression/interface/IteratedMedianCMNSubtractor.h", "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripCommonModeNoiseSubtractor.h", "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripRawProcessingAlgorithms.h", "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripRawProcessingFactory.h", "RecoLocalTracker/SiStripZeroSuppression/python/siStripMergeZeroSuppression_cfi.py", "RecoLocalTracker/SiStripZeroSuppression/python/SiStripZeroSuppression_SimData_cfi.py", "RecoLocalTracker/SiStripZeroSuppression/test/SiStripZS_EmulateHybrid_RealData.py", "RecoLocalTracker/SubCollectionProducers/interface/PixelClusterSelectorTopBottom.h", "RecoLocalTracker/SubCollectionProducers/interface/StripClusterSelectorTopBottom.h", "RecoLocalTracker/SubCollectionProducers/python/ClusterMultiplicityFilter_cfi.py", "RecoLocalTracker/SubCollectionProducers/python/hltTrackClusterRemoverNew_cfi.py", "RecoLocalTracker/SubCollectionProducers/python/splitter_tracking_RunI_setup_cff.py", "RecoLocalTracker/SubCollectionProducers/python/test/ClusterMCsplitStrips_cfi.py", "RecoLocalTracker/SubCollectionProducers/python/test/MCsplitStripsCustomize_cff.py", "RecoLocalTracker/SubCollectionProducers/python/TopBottomClusterInfoProducer_cfi.py", "RecoLocalTracker/SubCollectionProducers/python/TrackCandidateTopBottomHitFilter_cfi.py", "RecoLuminosity/LumiProducer/test/analysis/test/crab3_ALCALUMIPIXELS_PIXONLY_DATA.py", "RecoMTD/TransientTrackingRecHit/plugins/MTDTransientTrackingRecHitBuilderESProducer.cc", "RecoMTD/TransientTrackingRecHit/python/MTDTransientTrackingRecHitBuilder_cfi.py", "RecoMuon/L3MuonIsolationProducer/plugins/L3MuonCombinedRelativeIsolationProducer.cc", "RecoMuon/L3MuonIsolationProducer/plugins/L3MuonCombinedRelativeIsolationProducer.h", "RecoMuon/MuonIdentification/python/Identification/cutBasedMuonId_MuonPOG_V0_cff.py", "RecoMuon/MuonIdentification/python/Identification/globalMuonPromptTight_V0_cff.py", "RecoMuon/MuonIsolationProducers/python/muIsoDepositCalByAssociatorTowers_cfi.py", "RecoMuon/StandAloneMuonProducer/python/standAloneMuonsDirectTrajectoryBuilder_cfi.py", "RecoMuon/TrackerSeedGenerator/python/pixelTrackFilterByKinematicsForTSGFromL1_cfi.py", "RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHitBreaker.h", "RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHitBuilder.h", "RecoMuon/TransientTrackingRecHit/plugins/MuonTransientTrackingRecHitBuilderESProducer.cc", "RecoMuon/TransientTrackingRecHit/python/MuonTransientTrackingRecHitBuilder_cfi.py", "RecoParticleFlow/Configuration/python/DBS_Samples/RelValQCD_FlatPt_15_3000_Fast_cfi.py", "RecoParticleFlow/Configuration/python/RecoParticleFlow_conversion_EventContent_cff.py", "RecoParticleFlow/Configuration/python/RecoParticleFlow_nuclear_EventContent_cff.py", "RecoParticleFlow/PFClusterProducer/interface/alpaka/PFClusteringEdgeVarsDeviceCollection.h", "RecoParticleFlow/PFClusterProducer/interface/alpaka/PFClusteringVarsDeviceCollection.h", "RecoParticleFlow/PFClusterProducer/plugins/alpaka/PFClusterSoAProducerKernel.dev.cc", "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/GenericSimClusterMapper.cc", "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/RealisticHitToClusterAssociator.h", "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/RealisticSimClusterMapper.cc", "RecoParticleFlow/PFClusterProducer/python/particleFlowBadHcalPseudoCluster_cff.py", "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterECALUncorrected_cfi.py", "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterOOTECALUncorrected_cff.py", "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterTimeAssigner_cfi.py", "RecoParticleFlow/PFClusterProducer/python/particleFlowRealisticSimClusterHGCCalibrations_cfi.py", "RecoParticleFlow/PFClusterProducer/python/particleFlowZeroSuppressionECAL_cff.py", "RecoParticleFlow/PFProducer/plugins/importers/LooseNuclearInteractionTrackImporter.cc", "RecoParticleFlow/PFProducer/plugins/importers/NuclearInteractionTrackImporter.cc", "RecoParticleFlow/PFProducer/plugins/importers/VeryLooseNuclearInteractionTrackImporter.cc", "RecoParticleFlow/PFProducer/test/particleFlowBlock_NewECalAndHCalLinker_HLT_cfi.py", "RecoParticleFlow/PFRecHitProducer/interface/alpaka/PFRecHitParamsDeviceCollection.h", "RecoParticleFlow/PFRecHitProducer/interface/alpaka/PFRecHitTopologyDeviceCollection.h", "RecoParticleFlow/PFRecHitProducer/plugins/alpaka/PFRecHitECALParamsESProducer.cc", "RecoParticleFlow/PFRecHitProducer/plugins/alpaka/PFRecHitHCALParamsESProducer.cc", "RecoParticleFlow/PFRecHitProducer/src/alpaka/PFRecHitTopologyDeviceCollection.cc", "RecoTauTag/RecoTau/python/PFRecoTauDiscriminationAgainstElectronMVA6Phase2_cff.py", "RecoTauTag/RecoTau/python/tauDiscriminationAgainstElectronMVA6Phase2_mvaDefs_cff.py", "RecoTBCalo/EcalTBHodoscopeReconstructor/interface/EcalTBHodoscopeRawInfoDumper.h", "RecoTBCalo/EcalTBHodoscopeReconstructor/interface/EcalTBHodoscopeRecInfoProducer.h", "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecal2004TBHodoscopeReconstructor_cfi.py", "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecal2006TBHodoscopeReconstructor_cfi.py", "RecoTBCalo/EcalTBHodoscopeReconstructor/python/EcalTBHodoscopeReconstructor_cfi.py", "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecalTBSimHodoscopeReconstructor_cfi.py", "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitPairGeneratorForPhotonConversion.cc", "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitPairGeneratorForPhotonConversion.h", "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitQuadrupletGeneratorForPhotonConversion.cc", "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitQuadrupletGeneratorForPhotonConversion.h", "RecoTracker/ConversionSeedGenerators/plugins/HitPairGeneratorFromLayerPairForPhotonConversion.cc", "RecoTracker/ConversionSeedGenerators/plugins/HitPairGeneratorFromLayerPairForPhotonConversion.h", "RecoTracker/ConversionSeedGenerators/plugins/HitQuadrupletGeneratorFromLayerPairForPhotonConversion.cc", "RecoTracker/ConversionSeedGenerators/plugins/HitQuadrupletGeneratorFromLayerPairForPhotonConversion.h", "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.cc", "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.h", "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadruplets.cc", "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLegAlgo.cc", "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLegAlgo.h", "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLeg.cc", "RecoTracker/ConversionSeedGenerators/plugins/SeedForPhotonConversionFromQuadruplets.cc", "RecoTracker/ConversionSeedGenerators/plugins/SeedForPhotonConversionFromQuadruplets.h", "RecoTracker/ConversionSeedGenerators/python/PhotonConversionTrajectorySeedProducerFromQuadruplets_cfi.py", "RecoTracker/ConversionSeedGenerators/python/PhotonConversionTrajectorySeedProducerFromSingleLeg_cfi.py", "RecoTracker/DisplacedRegionalTracking/plugins/DisplacedRegionSeedingVertexProducer.cc", "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-10mu-fulldet-build-extrectracks.sh", "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-10mu-fulldet-build.sh", "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-benchmarks-multiiter.sh", "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-ttbar-fulldet-build-extrectracks.sh", "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-ttbar-fulldet-build.sh", "RecoTracker/MkFitCore/standalone/xeon_scripts/benchmark-cmssw-ttbar-fulldet-build-remote.sh", "RecoTracker/MkFitCore/standalone/xeon_scripts/benchmark-cmssw-ttbar-fulldet-build.sh", "RecoTracker/PixelLowPtUtilities/interface/StripSubClusterShapeTrajectoryFilter.h", "RecoTracker/PixelLowPtUtilities/python/StripSubClusterShapeTrajectoryFilter_cfi.py", "RecoTracker/PixelSeeding/interface/HitTripletGeneratorFromPairAndLayersFactory.h", "RecoTracker/PixelTrackFitting/plugins/PixelFitterByConformalMappingAndLineProducer.cc", "RecoTracker/PixelTrackFitting/plugins/PixelTrackCleanerBySharedHitsESProducer.cc", "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForBeamHalo_cff.py", "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForBeamHalo_cfi.py", "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmics_cfi.py", "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsP5_cff.py", "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cff.py", "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cfi.py", "RecoTracker/TkMSParametrization/interface/MultipleScatteringParametrisationMaker.h", "RecoTracker/TkMSParametrization/plugins/MultipleScatteringParametrisationMakerESProducer.cc", "RecoTracker/TkMSParametrization/src/ES_MultipleScatteringParametrisationMaker.cc", "RecoTracker/TkSeedGenerator/interface/MultiHitGeneratorFromPairAndLayersFactory.h", "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsStraightLineCreator.cc", "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsStraightLineCreator.h", "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsTripletOnlyCreator.cc", "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsTripletOnlyCreator.h", "RecoTracker/TkSeedGenerator/python/seedCreatorFromRegionConsecutiveHitsEDProducer_cff.py", "RecoTracker/TkSeedGenerator/python/seedCreatorFromRegionConsecutiveHitsTripletOnlyEDProducer_cff.py", "RecoTracker/TkSeedGenerator/python/SeedFromConsecutiveHitsStraightLineCreator_cfi.py", "RecoTracker/TkSeedGenerator/python/SeedFromConsecutiveHitsTripletOnlyCreator_cfi.py", "RecoTracker/TkSeedGenerator/python/SeedGeneratorFromProtoTracksEDProducer_cff.py", "RecoTracker/TkSeedGenerator/python/SeedGeneratorFromRegionHitsEDProducer_cfi.py", "RecoTracker/TkSeedingLayers/python/PixelLessLayerPairs4PixelLessTracking_cfi.py", "RecoTracker/TkSeedingLayers/python/TTRHBuilderWithoutAngle4MixedTriplets_cfi.py", "RecoTracker/TkSeedingLayers/python/TTRHBuilderWithoutAngle4PixelTriplets_cfi.py", "RecoTracker/TkTrackingRegions/interface/GlobalTrackingRegionProducerFromBeamSpot.h", "RecoTracker/TkTrackingRegions/plugins/CandidatePointSeededTrackingRegionsProducer.h", "RecoTracker/TkTrackingRegions/plugins/GlobalTrackingRegionWithVerticesProducer.h", "RecoTracker/TkTrackingRegions/plugins/PixelInactiveAreaTrackingRegionsSeedingLayersProducer.cc", "RecoTracker/TransientTrackingRecHit/interface/TkTransientTrackingRecHitBuilder.h", "RecoTracker/TransientTrackingRecHit/plugins/TkTransientTrackingRecHitBuilderESProducer.cc", "RecoTracker/TransientTrackingRecHit/python/TransientTrackingRecHitBuilder_cfi.py", "RecoTracker/TransientTrackingRecHit/python/TransientTrackingRecHitBuilderWithoutRefit_cfi.py", "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsEarly10TeVCollision_cff.py", "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsEarly10TeVCollision_cfi.py", "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsNominalCollision_cff.py", "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsNominalCollision_cfi.py", "RecoVertex/ConfigurableVertexReco/interface/ConfigurableAdaptiveReconstructor.h", "RecoVertex/GaussianSumVertexFit/interface/GsfVertexTrackCompatibilityEstimator.h", "RecoVertex/KinematicFitPrimitives/interface/ExtendedPerigeeTrajectoryParameters.h", "RecoVertex/KinematicFitPrimitives/interface/KinematicParticleFactoryFromTransientTrack.h", "RecoVertex/KinematicFitPrimitives/interface/ParticleKinematicLinearizedTrackStateFactory.h", "RecoVertex/KinematicFitPrimitives/interface/ParticleKinematicLinearizedTrackState.h", "RecoVertex/KinematicFitPrimitives/interface/TransientTrackKinematicStateBuilder.h", "RecoVertex/KinematicFitPrimitives/src/KinematicParticleFactoryFromTransientTrack.cc", "RecoVertex/KinematicFitPrimitives/src/ParticleKinematicLinearizedTrackStateFactory.cc", "RecoVertex/LinearizationPointFinders/interface/CrossingPtBasedLinearizationPointFinder.h", "RecoVertex/LinearizationPointFinders/interface/DefaultLinearizationPointFinder.h", "RecoVertex/LinearizationPointFinders/interface/FallbackLinearizationPointFinder.h", "RecoVertex/LinearizationPointFinders/interface/SubsetHSMLinearizationPointFinder.h", "RecoVertex/LinearizationPointFinders/src/CrossingPtBasedLinearizationPointFinder.cc", "RecoVertex/PixelVertexFinding/plugins/alpaka/PixelVertexWorkSpaceSoADeviceAlpaka.h", "RecoVertex/PrimaryVertexProducer/interface/AdaptiveChisquarePrimaryVertexFitter.h", "RecoVertex/PrimaryVertexProducer/interface/SequentialPrimaryVertexFitterAdapter.h", "RecoVertex/PrimaryVertexProducer/python/OfflinePrimaryVerticesFromCosmicTracks_cfi.py", "RecoVertex/TrimmedKalmanVertexFinder/interface/ConfigurableTrimmedVertexFinder.h", "SimCalorimetry/Configuration/python/SimCalorimetry_EcalSelectiveReadoutProducers_setBeamcom09_cff.py", "SimCalorimetry/EcalEBTrigPrimAlgos/interface/EcalEBPhase2AmplitudeReconstructor.h", "SimCalorimetry/EcalEBTrigPrimProducers/plugins/EcalEBTrigPrimPhase2ESProducer.cc", "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitiveDigis_cff.py", "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitiveDigis_cfi.py", "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitivePhase2Digis_cfi.py", "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitivePhase2ESProducer_cfi.py", "SimCalorimetry/EcalElectronicsEmulation/python/EcalElecEmulTccOnlyExample_cfg.py", "SimCalorimetry/EcalSelectiveReadoutAlgos/interface/EcalSelectiveReadoutSuppressor.h", "SimCalorimetry/EcalSelectiveReadoutProducers/interface/namespace_ecalsrcondtools.h", "SimCalorimetry/EcalSelectiveReadoutProducers/plugins/EcalSelectiveReadoutProducer.cc", "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_barrelOnly_cff.py", "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_CosmicsConfiguration_cff.py", "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_craft_cff.py", "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_craft_cfi.py", "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_mc_cff.py", "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_mc_cfi.py", "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_readDBOffline_cff.py", "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_readDBOffline_cfi.py", "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_with_suppressed_cff.py", "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_with_suppressed_cfi.py", "SimCalorimetry/EcalTrigPrimProducers/python/ecalTrigPrimESProducer_craft_cff.py", "SimCalorimetry/EcalZeroSuppressionProducers/doc/EcalZeroSuppressionProducers.doc", "SimCalorimetry/EcalZeroSuppressionProducers/interface/EcalZeroSuppressionProducer.h", "SimCalorimetry/EcalZeroSuppressionProducers/interface/ESZeroSuppressionProducer.h", "SimCalorimetry/EcalZeroSuppressionProducers/python/ecalGlobalZeroSuppression_cfi.py", "SimCalorimetry/HcalZeroSuppressionProducers/doc/HcalZeroSuppressionProducers.doc", "SimCalorimetry/HcalZeroSuppressionProducers/interface/HcalZeroSuppressionAlgo.h", "SimCalorimetry/HcalZeroSuppressionProducers/python/hcalDigisNoSuppression_cfi.py", "SimCalorimetry/HcalZeroSuppressionProducers/python/NoHcalZeroSuppression_cff.py", "SimCalorimetry/HGCalAssociatorProducers/plugins/AllHitToTracksterAssociatorsProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/AllLayerClusterToTracksterAssociatorsProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/AllTracksterToSimTracksterAssociatorsByHitsProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/AllTracksterToSimTracksterAssociatorsByLCsProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToLayerClusterAssociatorProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToLayerClusterAssociatorProducer.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToSimClusterCaloParticleAssociatorProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToSimClusterCaloParticleAssociatorProducer.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToTracksterAssociatorProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToTracksterAssociatorProducer.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreImpl.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreImpl.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreProducer.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreImpl.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreImpl.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreProducer.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreImpl.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreImpl.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorEDProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreImpl.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreImpl.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/SimClusterToCaloParticleAssociatorProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/SimClusterToCaloParticleAssociatorProducer.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreImpl.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreImpl.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreImpl.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreImpl.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorEDProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreImpl.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreImpl.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorEDProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/python/HitToTracksterAssociation_cfi.py", "SimCalorimetry/HGCalAssociatorProducers/python/SimClusterToCaloParticleAssociation_cfi.py", "SimCalorimetry/HGCalAssociatorProducers/python/TSToSimTSAssociationByHits_cfi.py", "SimCalorimetry/HGCalSimProducers/data/doseParams_3000fb_fluka_HFNose_3.7.20.12_Eta2.4.txt", "SimDataFormats/Associations/interface/LayerClusterToCaloParticleAssociatorBaseImpl.h", "SimDataFormats/Associations/interface/LayerClusterToSimClusterAssociatorBaseImpl.h", "SimDataFormats/Associations/interface/LayerClusterToSimTracksterAssociatorBaseImpl.h", "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociationMap.h", "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociatorBaseImpl.h", "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociator.h", "SimDataFormats/Associations/interface/MtdSimLayerClusterToRecoClusterAssociationMap.h", "SimDataFormats/Associations/interface/MtdSimLayerClusterToTPAssociatorBaseImpl.h", "SimDataFormats/Associations/interface/MultiClusterToCaloParticleAssociatorBaseImpl.h", "SimDataFormats/Associations/interface/MuonToTrackingParticleAssociatorBaseImpl.h", "SimDataFormats/Associations/interface/TracksterToSimClusterAssociatorBaseImpl.h", "SimDataFormats/Associations/interface/TracksterToSimTracksterAssociatorBaseImpl.h", "SimDataFormats/Associations/interface/TracksterToSimTracksterHitLCAssociatorBaseImpl.h", "SimDataFormats/Associations/interface/TrackToTrackingParticleAssociatorBaseImpl.h", "SimDataFormats/Associations/interface/VertexToTrackingVertexAssociatorBaseImpl.h", "SimDataFormats/Associations/src/LayerClusterToCaloParticleAssociatorBaseImpl.cc", "SimDataFormats/Associations/src/LayerClusterToSimTracksterAssociatorBaseImpl.cc", "SimDataFormats/Associations/src/MtdRecoClusterToSimLayerClusterAssociationMap.cc", "SimDataFormats/Associations/src/MtdRecoClusterToSimLayerClusterAssociatorBaseImpl.cc", "SimDataFormats/Associations/src/MtdSimLayerClusterToRecoClusterAssociationMap.cc", "SimDataFormats/Associations/src/MultiClusterToCaloParticleAssociatorBaseImpl.cc", "SimDataFormats/Associations/src/TracksterToSimTracksterHitLCAssociatorBaseImpl.cc", "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.cc", "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.h", "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsProducer.cc", "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorEDProducer.cc", "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdImpl.cc", "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdImpl.h", "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdProducer.cc", "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorEDProducer.cc", "SimFastTiming/MtdAssociatorProducers/python/mtdRecoClusterToSimLayerClusterAssociation_cfi.py", "SimFastTiming/MtdAssociatorProducers/python/mtdSimLayerClusterToTPAssociation_cfi.py", "SimGeneral/Configuration/python/RunsAndWeights_Run2018_Equal_Lumi_Integer_Weights.py", "SimGeneral/DataMixingModule/python/supplementary/DigiRecoExampleMC_STARTUP_cfg.py", "SimGeneral/DataMixingModule/python/supplementary/ReconstructionLocalCosmics_cff.py", "SimGeneral/DataMixingModule/python/supplementary/recoT0DQM_EvContent_40T_digiOnly_cfg.py", "SimGeneral/MixingModule/python/mix_2012_lumiLevel_15_20_50ns_PoissonOOTPU_cfi.py", "SimGeneral/MixingModule/python/mix_2012_Summer_50ns_PoissonOOTPU_ExtWind_cfi.py", "SimGeneral/MixingModule/python/mix_2015_25ns_FallMC_matchData_PoissonOOTPU_cfi.py", "SimGeneral/MixingModule/python/mix_2015_25nsLowPU_matchData_PoissonOOTPU_cfi.py", "SimGeneral/MixingModule/python/mix_2016_25ns_SpringMC_PUScenarioV1_PoissonOOTPU_cfi.py", "SimGeneral/MixingModule/python/mix_2016_PoissonOOTPU_HighPUTrains_Fill5412_cfi.py", "SimGeneral/MixingModule/python/mix_2017_25ns_WinterMC_PUScenarioV1_PoissonOOTPU_cfi.py", "SimGeneral/MixingModule/python/mix_2018_25ns_JuneProjectionFull18_PoissonOOTPU_cfi.py", "SimGeneral/MixingModule/python/mix_2018_25ns_ProjectedPileup_PoissonOOTPU_cfi.py", "SimGeneral/MixingModule/python/mix_2022_25ns_RunIII2022Summer24_PoissonOOTPU_cfi.py", "SimGeneral/MixingModule/python/mix_2023_25ns_RunIII2023Summer24_PoissonOOTPU_cfi.py", "SimGeneral/MixingModule/python/mix_2023_Fills_8807_8901_ProjectedPileup_PoissonOOTPU_cfi.py", "SimGeneral/MixingModule/python/mix_2024_25ns_RunIII2024Summer24_PoissonOOTPU_cfi.py", "SimGeneral/MixingModule/python/mix_E7TeV_Fall2011_Reprocess_50ns_PoissonOOTPU_cfi.py", "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_25ns_PoissonOOT_cfi.py", "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_50ns_PoissonOOT.py", "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_inTimeOnly_cfi.py", "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_11h_8h_hybrid2p40_cfi.py", "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_12p5h_9h_hybrid2p23_cfi.py", "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_14h_10h_hybrid2p05_cfi.py", "SimGeneral/MixingModule/python/Run3_2025_LHC_Simulation_fill12p5h_levelling9h_nb2340_xSec80mb_il2p23_cfi.py", "SimGeneral/TrackingAnalysis/python/trackingParticleNumberOfLayersProducer_cff.py", "SimTracker/TrackAssociation/python/trackingParticleRecoTrackAsssociation_cff.py", "SimTracker/TrackAssociation/python/trackingParticleRecoTrackAsssociation_cfi.py", "SimTracker/TrackAssociatorProducers/plugins/QuickTrackAssociatorByHitsProducer.cc", "SimTracker/TrackAssociatorProducers/plugins/TrackAssociatorByPositionProducer.cc", "SimTracker/TrackerMaterialAnalysis/data/dd4hep_trackingMaterialGroups_ForPhaseII.xml", "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseII/v1/trackingMaterialGroups_ForPhaseII.xml", "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseII/v2/trackingMaterialGroups_ForPhaseII.xml", "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseI/v1/trackingMaterialGroups_ForPhaseI.xml", "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_ListGroupsMaterialDifference.h", "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_MaterialAccountingGroup.cc", "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_MaterialAccountingGroup.h", "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialAnalyser.cc", "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialAnalyser.h", "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialPlotter.cc", "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialPlotter.h", "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHFNosePhaseII_cfi.py", "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHGCalPhaseII_cff.py", "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHGCalPhaseII_cfi.py", "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseI_cff.py", "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseI_cfi.py", "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseII_cff.py", "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseII_cfi.py", "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialProducerHFNose_cff.py", "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialProducerHFNose_cfi.py", "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialAnalyser_ForHFNosePhaseII.py", "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialAnalyser_ForHGCalPhaseII.py", "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForHFNosePhaseII.py", "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForHGCalPhaseII.py", "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForPhaseII.py", "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForPhaseI.py", "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino.py", "SimTracker/VertexAssociation/plugins/VertexAssociatorByPositionAndTracksProducer.cc", "SimTransport/TotemRPProtonTransportParametrization/interface/LHCOpticsApproximator.h", "SimTransport/TotemRPProtonTransportParametrization/src/LHCOpticsApproximator.cc", "SLHCUpgradeSimulations/Geometry/data/PhaseI/EmptyPixelSkimmedGeometry_phase1.txt", "SLHCUpgradeSimulations/Geometry/data/PhaseII/Tilted/EmptyPixelSkimmedGeometry.txt", "TopQuarkAnalysis/TopEventProducers/python/producers/TtDilepEvtSolProducer_cfi.py", "TopQuarkAnalysis/TopEventProducers/python/producers/TtSemiEvtSolProducer_cfi.py", "TopQuarkAnalysis/TopEventProducers/python/sequences/ttFullHadEvtHypotheses_cff.py", "TopQuarkAnalysis/TopEventProducers/python/sequences/ttFullLepEvtHypotheses_cff.py", "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepEvtHypotheses_cff.py", "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepKinematicFit_cff.py", "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepMVASelection_cff.py", "TopQuarkAnalysis/TopEventSelection/data/TtFullHadSignalSelMVATrainTreeSaver.xml", "TopQuarkAnalysis/TopEventSelection/data/TtSemiLepSignalSelMVATrainTreeSaver.xml", "TopQuarkAnalysis/TopEventSelection/python/TtFullHadSignalSelMVATrainTreeSaver_cff.py", "TopQuarkAnalysis/TopEventSelection/python/TtSemiLepSignalSelMVATrainTreeSaver_cff.py", "TopQuarkAnalysis/TopJetCombination/plugins/TtSemiLepJetCombWMassDeltaTopMass.cc", "TopQuarkAnalysis/TopJetCombination/python/TtSemiLepJetCombMVATrainTreeSaver_cff.py", "TopQuarkAnalysis/TopJetCombination/python/TtSemiLepJetCombWMassDeltaTopMass_cfi.py", "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Fall11_cff.py", "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Spring10_cff.py", "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Summer11_cff.py", "TrackingTools/GeomPropagators/interface/AnalyticalTrajectoryExtrapolatorToLine.h", "TrackingTools/KalmanUpdators/python/MRHChi2MeasurementEstimatorESProducer_cfi.py", "TrackingTools/MaterialEffects/python/RungeKuttaTrackerPropagatorOpposite_cfi.py", "TrackingTools/PatternTools/interface/trackingParametersAtClosestApproachToBeamSpot.h", "TrackingTools/PatternTools/src/trackingParametersAtClosestApproachToBeamSpot.cc", "TrackingTools/TrajectoryFiltering/interface/ChargeSignificanceTrajectoryFilter.h", "TrackingTools/TrajectoryFiltering/interface/MaxConsecLostHitsTrajectoryFilter.h", "TrackingTools/TrajectoryParametrization/interface/CurvilinearTrajectoryParameters.h", "TrackingTools/TrajectoryParametrization/interface/PerigeeTrajectoryParameters.h", "TrackingTools/TransientTrackingRecHit/interface/GenericTransientTrackingRecHit.h", "TrackingTools/TransientTrackingRecHit/interface/TransientTrackingRecHitBuilder.h", "TrackPropagation/SteppingHelixPropagator/plugins/SteppingHelixPropagatorESProducer.cc", "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorAlong_cfi.py", "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorAny_cfi.py", "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorHLT_cff.py", "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorOpposite_cfi.py", "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorsNoErrorPropagation_cff.py", "TrackPropagation/SteppingHelixPropagator/test/SteppingHelixPropagatorAnalyzer.cc", "Utilities/ReleaseScripts/ignominy/config/IgnominyCommon/IgGNUPlotTemplate_CMS.gnu", "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_baseline.json", "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_newClass.json", "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_removeClass.json", "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_versionUpdate.json", "Utilities/StorageFactory/test/test_multiple_files_file_statistics_sender_cfg.py", "Validation/CaloTowers/test/runNoise_valid_simhits_digis_rechits_calotowers_ZS_cfg.py", "Validation/CTPPS/python/ctppsProtonReconstructionEfficiencyEstimatorData_cfi.py", "Validation/HGCalValidation/test/python/testValidationHGCalTrigPrim_RelVal_cfg.py", "Validation/RecoEgamma/python/ElectronMcSignalValidatorPt1000_gedGsfElectrons_cfi.py", "Validation/RecoEgamma/test/ElectronMcSignalValidationPt1000_gedGsfElectrons_cfg.py", "Validation/SiPixelPhase1ConfigV/python/SiPixelPhase1OfflineDQM_harvestingV_cff.py", "Validation/SiPixelPhase1TrackClustersV/python/SiPixelPhase1TrackClustersV_cfi.py", "Validation/SiPixelPhase1TrackingParticleV/interface/SiPixelPhase1TrackingParticleV.h", "Validation/SiPixelPhase1TrackingParticleV/python/SiPixelPhase1TrackingParticleV_cfi.py", "Validation/SiPixelPhase1TrackingParticleV/src/SiPixelPhase1TrackingParticleV.cc"] \ No newline at end of file diff --git a/tests/ReplayData/test_create_split_cache.json b/tests/ReplayData/test_create_split_cache.json new file mode 100644 index 00000000000..2d0041b5bf5 --- /dev/null +++ b/tests/ReplayData/test_create_split_cache.json @@ -0,0 +1 @@ +["Alignment/APEEstimation/python/samples/Data_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py", "Alignment/APEEstimation/python/samples/Data_TkAlZMuMu_Run2015B_DoubleMuon_PromptReco_v1_cff.py", "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_ApeSkim_cff.py", "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_cff.py", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsEntry.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsStore.h", "Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationPluginFactory.h", "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorTracksFromTrajectories.cc", "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorMuonResidualsDefaults_cff.py", "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorSegmentDifferences_cfi.py", "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentDerivatives.h", "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentParameters.h", "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentDerivatives.h", "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentParameters.h", "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentDerivativesExtractor.h", "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentParameters.h", "Alignment/CommonAlignmentParametrization/interface/KarimakiAlignmentDerivatives.h", "Alignment/CommonAlignmentParametrization/interface/ParametersToParametersDerivatives.h", "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters4D.h", "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters.h", "Alignment/CommonAlignmentParametrization/interface/SegmentAlignmentDerivatives4D.h", "Alignment/CommonAlignmentParametrization/interface/TwoBowedSurfacesAlignmentParameters.h", "Alignment/CommonAlignmentParametrization/src/BowedSurfaceAlignmentDerivatives.cc", "Alignment/CommonAlignmentParametrization/src/CompositeAlignmentDerivativesExtractor.cc", "Alignment/CommonAlignmentParametrization/src/ParametersToParametersDerivatives.cc", "Alignment/CommonAlignmentParametrization/src/TwoBowedSurfacesAlignmentParameters.cc", "Alignment/CommonAlignmentProducer/interface/AlignmentTracksFromVertexCompositeCandidateSelector.h", "Alignment/CommonAlignmentProducer/interface/AlignmentTwoBodyDecayTrackSelector.h", "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexCompositeCandidateSelectorModule.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexSelectorModule.cc", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHaloOverlaps_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlCalIsolatedMu_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmics_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlStandAloneCosmics_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli0T_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGCombined_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGDiMuon_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLT_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHG_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGCombined_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGDiMuon_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsInCollisions_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlDiMuonAndVertex_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracksZMuMu_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedHI_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedPA_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuHI_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuPA_Output_cff.py", "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHGCombined_cff.py", "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHLTHGCombined_cff.py", "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexCompositeCandidateSelector_cfi.py", "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexSelector_cfi.py", "Alignment/CommonAlignmentProducer/src/AlignmentTracksFromVertexCompositeCandidateSelector.cc", "Alignment/LaserAlignment/python/ExpectedCorrectionsShiftsAndRotationsTEC2TEC_cfi.py", "Alignment/MillePedeAlignmentAlgorithm/plugins/ZMuMuMassConstraintParameterFinder.cc", "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/ConfigureAlignmentProducer.py", "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/myMessageLogger_cff.py", "Alignment/MillePedeAlignmentAlgorithm/test/test_ZMuMuMassConstraintParameterFinder.sh", "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/printParameters.C", "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/README.md", "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/submit_jobs.sh", "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/zmumudistribution_cfg.py", "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOct2010holes.phipos", "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_diskfitters_cff.py", "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_ringfitters_cff.py", "Alignment/MuonAlignmentAlgorithms/test/test_CSCOverlapsAlignmentAlgorithm_cfg.py", "Alignment/OfflineValidation/BuildFile.xml", "Alignment/OfflineValidation/python/TkAlAllInOneTool/PixelBaryCentreAnalyzer_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/condorTemplate.submit", "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/executableTemplate.sh", "Alignment/OfflineValidation/test/examples/jetHtAnalysis_fullExampleConfiguration.json", "Alignment/OfflineValidation/test/examples/jetHtFilesForRun2018A_first100files.txt", "Alignment/OfflineValidation/test/examples/PV_alignments_multiple_merge_jobs.yaml", "Alignment/OfflineValidation/test/testingScripts/test_unitSagittaBiasNtuplizer.sh", "Alignment/TrackerAlignment/scripts/TkAlCaRecoPrescaling.ALCARECOTkAlCosmics0T.tpl", "Alignment/TrackerAlignment/test/Misalignments/createRandomlyMisalignedGeometry_cfg.py", "Alignment/TrackerAlignment/test/Misalignments/createRandomlyMisalignedGeometry_Phase2_cfg.py", "AnalysisAlgos/SiStripClusterInfoProducer/plugins/SiStripProcessedRawDigiProducer.cc", "AnalysisAlgos/SiStripClusterInfoProducer/python/SiStripProcessedRawDigiProducer_cfi.py", "AnalysisAlgos/SiStripClusterInfoProducer/python/SiStripProcessedRawDigiProducer_SimData_cfi.py", "CalibCalorimetry/EcalCorrectionModules/src/EcalGlobalShowerContainmentCorrectionsVsEtaESProducer.cc", "CalibCalorimetry/EcalCorrectionModules/src/EcalShowerContainmentCorrectionsESProducer.cc", "CalibCalorimetry/EcalCorrectionModules/test/stubs/EcalContainmentCorrectionAnalyzer.cc", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/doc/EcalCorrelatedNoiseAnalysisAlgos.doc", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/test/EcnaCalculationsExample.cc", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0.py", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R175975_1_0_150_Dee0.py", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R175975_1_0_150_SM0.py", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R178231_1_0_150_Dee0.py", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_1.py", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2_data.py", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2.py", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2_simul.py", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_3.py", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanLSFJOBReports", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanPythonFiles", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanSubmissionScripts", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160077", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160994", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160998", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161016", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161020", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161311", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R162517", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R162811", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R170298", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R175975", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R178231", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_ideal_prep.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_ideal.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_startup_prep.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_startup.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_ideal_prep.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_startup_prep.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_startup.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_ideal_prep.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_startup_prep.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_startup.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv4_128_MC_startup.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv6_transparency_spikekill_2016_script_270062.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv6_transparency_spikekill_2016_script.py", "CalibCalorimetry/EcalTrivialCondModules/interface/EcalTrivialConditionRetriever.h", "CalibCalorimetry/EcalTrivialCondModules/python/EcalTrivialCondRetrieverTB_cfi.py", "CalibMuon/DTCalibration/python/dt_offlineAnalysis_common_cosmics_vDriftSeg_cff.py", "CalibPPS/AlignmentGlobal/python/ALCARECOPromptCalibProdPPSAlignment_Output_cff.py", "CalibPPS/ESProducers/interface/CTPPSRPAlignmentCorrectionsDataESSourceXMLCommon.h", "CalibPPS/TimingCalibration/plugins/PPSDiamondSampicTimingCalibrationPCLHarvester.cc", "CalibPPS/TimingCalibration/plugins/PPSDiamondSampicTimingCalibrationPCLWorker.cc", "CalibPPS/TimingCalibration/python/ALCARECOPPSDiamondSampicTimingCalibHarvester_cff.py", "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_cff.py", "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_Output_cff.py", "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSTimingCalib_Output_cff.py", "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalCalIsolElectron_Output_cff.py", "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalRecalIsolElectron_Output_cff.py", "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalTestPulsesRaw_Output_cff.py", "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalUncalIsolElectron_Output_cff.py", "Calibration/EcalAlCaRecoProducers/python/ALCARECOZeeMCEcalCalElectron_Output_cff.py", "Calibration/EcalAlCaRecoProducers/python/ALCARECOZeeMC_plus_HLT_EcalCalElectron_Output_cff.py", "Calibration/EcalCalibAlgos/python/ALCARECOPromptCalibProdEcalPedestals_Output_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalGammaJetFilter_Output_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonFilter_Output_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonProducerFilter_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonProducerFilter_Output_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonFilter_Output_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonProducerFilter_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonProducerFilter_Output_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsolatedBunchSelector_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsolatedBunchSelector_Output_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilterNoHLT_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilterNoHLT_Output_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilter_Output_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkNoHLT_Output_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkProducerFilter_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkProducerFilter_Output_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIterativePhiSym_Output_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalLowPUHBHEMuonFilter_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalLowPUHBHEMuonFilter_Output_cff.py", "Calibration/HcalAlCaRecoProducers/test/HCalCalPedestal_ALCA_run251252_Run2015B_data.py", "Calibration/HcalCalibAlgos/test/python/gammaJetAnalysis_data2012_noGJetProd_cfg.py", "Calibration/HcalIsolatedTrackReco/plugins/EcalIsolatedParticleCandidateProducer.cc", "Calibration/HcalIsolatedTrackReco/plugins/IsolatedEcalPixelTrackCandidateProducer.cc", "Calibration/HcalIsolatedTrackReco/plugins/IsolatedPixelTrackCandidateL1TProducer.cc", "Calibration/HcalIsolatedTrackReco/plugins/IsolatedPixelTrackCandidateProducer.cc", "Calibration/IsolatedParticles/test/python/proto_runIsolatedParticlesGeneratedJets_cfg.py", "Calibration/IsolatedParticles/test/python/proto_runIsolatedTracksNxNNzsData_cfg.py", "Calibration/LumiAlCaRecoProducers/python/ALCARECOAlCaPCCRandomFromRECO_Output_cff.py", "Calibration/LumiAlCaRecoProducers/python/ALCARECOAlCaPCCZeroBiasFromRECO_Output_cff.py", "Calibration/LumiAlCaRecoProducers/python/ALCARECOLumiPixelsMinBias_Output_cff.py", "Calibration/LumiAlCaRecoProducers/python/ALCARECOPromptCalibProdLumiPCC_Output_cff.py", "Calibration/TkAlCaRecoProducers/plugins/CalibrationTrackSelectorFromDetIdList.cc", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHPLowPU_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHPLowPU_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHP_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngle_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngle_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGainsAAG_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGainsAAG_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGains_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGains_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripHitEfficiency_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripHitEfficiency_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripLorentzAngle_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripLorentzAngle_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStrip_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuonLoose_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuon_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuonTight_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalCosmicsNano_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasAAGHI_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasAAG_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasHI_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalSmallBiasScan_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalZeroBiasHI_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/AlcaSiPixelLorentzAngleHarvesterMCS_cff.py", "Calibration/TkAlCaRecoProducers/python/AlcaSiPixelLorentzAngleHarvesterMCS_cfi.py", "Calibration/TkAlCaRecoProducers/python/CalibrationTrackSelectorFromDetIdList_cfi.py", "CalibTracker/Configuration/python/SiPixelCabling/SiPixelCabling_Frontier_DevDB_cff.py", "CalibTracker/Configuration/python/SiPixelCabling/SiPixelCabling_Frontier_IntDB_cff.py", "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Fake_cff.py", "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_cff.py", "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_DevDB_cff.py", "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_IntDB_cff.py", "CalibTracker/Configuration/python/SiStripLorentzAngle/SiStripLorentzAngle_Fake_cff.py", "CalibTracker/Configuration/python/SiStripLorentzAngle/SiStripLorentzAngle_Frontier_cff.py", "CalibTracker/Configuration/python/SiStripNoise/SiStripNoise_Fake_APVModeDec_cff.py", "CalibTracker/Configuration/python/SiStripNoise/SiStripNoise_Fake_APVModePeak_cff.py", "CalibTracker/Configuration/python/TrackerAlignment/TrackerAlignment_Frontier_cff.py", "CalibTracker/Configuration/python/Tracker_DependentRecords_forGlobalTag_nofakes_cff.py", "CalibTracker/SiPhase2TrackerESProducers/interface/SiPhase2OuterTrackerFakeLorentzAngleESSource.h", "CalibTracker/SiPhase2TrackerESProducers/plugins/SiPhase2BadStripConfigurableFakeESSource.cc", "CalibTracker/SiPhase2TrackerESProducers/plugins/SiPhase2OuterTrackerFakeLorentzAngleESSource.cc", "CalibTracker/SiPhase2TrackerESProducers/python/SiPhase2OuterTrackerFakeLorentzAngleESSource_cfi.py", "CalibTracker/SiPixelConnectivity/plugins/PixelToFEDAssociateFromAsciiESProducer.cc", "CalibTracker/SiPixelConnectivity/plugins/PixelToFEDAssociateFromAsciiESProducer.h", "CalibTracker/SiPixelConnectivity/plugins/PixelToLNKAssociateFromAsciiESProducer.cc", "CalibTracker/SiPixelConnectivity/plugins/PixelToLNKAssociateFromAsciiESProducer.h", "CalibTracker/SiPixelConnectivity/python/PixelToLNKAssociateFromAsciiESProducer_cfi.py", "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationForHLTSimService.h", "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationOfflineService.h", "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationOfflineSimService.h", "CalibTracker/SiPixelESProducers/plugins/alpaka/SiPixelGainCalibrationForHLTSoAESProducer.cc", "CalibTracker/SiPixelESProducers/plugins/SiPixelGainCalibrationForHLTGPUESProducer.cc", "CalibTracker/SiPixelESProducers/plugins/SiPixelROCsStatusAndMappingWrapperESProducer.cc", "CalibTracker/SiPixelESProducers/python/SiPixel2DTemplateDBObjectESProducer_cfi.py", "CalibTracker/SiPixelESProducers/python/SiPixelFakeGenErrorDBObjectESSource_cfi.py", "CalibTracker/SiPixelESProducers/python/SiPixelFakeTemplateDBObjectESSource_cfi.py", "CalibTracker/SiPixelESProducers/python/siPixelQualityForDigitizerESProducer_cfi.py", "CalibTracker/SiPixelESProducers/python/siPixelQualityForRawToDigiESProducer_cfi.py", "CalibTracker/SiPixelESProducers/test/PixelFEDChannelCollectionMapTestReader_cfg.py", "CalibTracker/SiPixelGainCalibration/python/SiPixelGainCalibrationAnalysis_cfi.py", "CalibTracker/SiPixelGainCalibration/test/SimpleTestPrintOutPixelCalibAnalyzer.cc", "CalibTracker/SiPixelLorentzAngle/interface/SiPixelLorentzAngleCalibrationStruct.h", "CalibTracker/SiPixelLorentzAngle/python/ALCARECOSiPixelLorentzAngle_Output_cff.py", "CalibTracker/SiPixelLorentzAngle/python/SiPixelLorentzAnglePCLHarvesterMCS_cfi.py", "CalibTracker/SiPixelLorentzAngle/test/calculateLorentzAngleFromClusterSizeFpix.C", "CalibTracker/SiPixelSCurveCalibration/interface/SiPixelSCurveCalibrationAnalysis.h", "CalibTracker/SiPixelSCurveCalibration/python/SiPixelSCurveCalibrationAnalysis_cfi.py", "CalibTracker/SiStripChannelGain/test/CodeExample/produceCalibrationTree_cfg_OnBatch.py", "CalibTracker/SiStripChannelGain/test/Cosmic_B38/SiStrip_ChannelGain_Cosmic_Craft.db", "CalibTracker/SiStripChannelGain/test/UsefullCode/Comparison/MakeChargeDistribution.C", "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/MakeAsciiFileFromTree.C", "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/MakeAsciiFileFromTree.sh", "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/PredictedVsObserved.C", "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/PredictedVsObserved.sh", "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/ProducePayloadFromASCII_cfg.py", "CalibTracker/SiStripChannelGain/test/UsefullCode/TimeHistory/MakeChargeDistribution.C", "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/produceCalibrationTree_CosmicsLABP_cfg.py", "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/produceCalibrationTree_template_cfg.py", "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/submitCalibTree/__init__.py", "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/submitCalibTree/launchJobs.py", "CalibTracker/SiStripDCS/test/DetVOffReaderDebug__FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", "CalibTracker/SiStripDCS/test/HV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", "CalibTracker/SiStripDCS/test/LV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", "CalibTracker/SiStripESProducers/plugins/DBWriter/SiStripFedCablingManipulator.cc", "CalibTracker/SiStripESProducers/plugins/fake/SiStripBackPlaneCorrectionFakeESSource.cc", "CalibTracker/SiStripESProducers/plugins/fake/SiStripBadModuleConfigurableFakeESSource.cc", "CalibTracker/SiStripESProducers/plugins/fake/SiStripNoiseNormalizedWithApvGainBuilder.cc", "CalibTracker/SiStripESProducers/plugins/fake/SiStripNoiseNormalizedWithApvGainBuilder.h", "CalibTracker/SiStripESProducers/plugins/real/SiStripApvSimulationParametersESProducer.cc", "CalibTracker/SiStripESProducers/plugins/real/SiStripBackPlaneCorrectionDepESProducer.cc", "CalibTracker/SiStripESProducers/plugins/real/SiStripLorentzAngleDepESProducer.cc", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripApvGainDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBackPlaneCorrectionDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadChannelDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadFiberDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadModuleDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadStripDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadStripFromQualityDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBaseDelayDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripConfObjectDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripDetVOffDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripFedCablingDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripFedCablingManipulator_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripLatencyDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripLorentzAngleDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripNoisesDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripPedestalsDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripThresholdDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/fake/Phase2TrackerConfigurableCablingESSource_cfi.py", "CalibTracker/SiStripESProducers/python/fake/SiStripBackPlaneCorrectionFakeESSource_cfi.py", "CalibTracker/SiStripESProducers/python/fake/SiStripBadChannelFakeESSource_cfi.py", "CalibTracker/SiStripESProducers/python/fake/SiStripBadModuleConfigurableFakeESSource_cfi.py", "CalibTracker/SiStripESProducers/python/fake/SiStripConfObjectFakeESSource_cfi.py", "CalibTracker/SiStripESProducers/python/fake/SiStripFedCablingFakeESSource_cfi.py", "CalibTracker/SiStripESProducers/python/fake/SiStripLorentzAngleFakeESSource_cfi.py", "CalibTracker/SiStripESProducers/python/SiStripBackPlaneCorrectionDepESProducer_cfi.py", "CalibTracker/SiStripESProducers/python/SiStripHashedDetIdESProducerFromGeom_cfi.py", "CalibTracker/SiStripESProducers/python/SiStripQualityConfigurableFakeESSource_cfi.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripApvGain_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBackPlaneCorrection_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadChannel_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadFiber_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadModule_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBaseDelay_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripClusterThreshold_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripConfObject_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripDetVOff_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripFedCabling_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripLatency_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripLorentzAngle_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_DecMode_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_PeakMode_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripPedestals_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripThreshold_cfg.py", "CalibTracker/SiStripESProducers/test/python/siStripBackPlaneCorrectionDepDummyPrinter_cfg.py", "CalibTracker/SiStripESProducers/test/python/siStripBackPlaneCorrectionDummyPrinter_cfg.py", "CalibTracker/SiStripESProducers/test/python/SiStripBadAPVListBuilder_byHand_cfg.py", "CalibTracker/SiStripESProducers/test/python/SiStripBadComponentBuilder_byHand_cfg.py", "CalibTracker/SiStripESProducers/test/python/siStripClusterThresholdDummyPrinter_cfg.py", "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleDepDummyPrinter_cfg.py", "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleDummyPrinter_cfg.py", "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleSimDummyPrinter_cfg.py", "CalibTracker/SiStripESProducers/test/python/SiStripNoiseNormalizedWithApvGainBuilder_cfg.py", "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_firstIOV_cfg.py", "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_secondIOV_cfg.py", "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_firstIOV_cfg.py", "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_secondIOV_cfg.py", "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_merge_cfg.py", "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/read_DummyCondDBWriter_SiStripQuality_cfg.py", "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/run.sh", "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromBadModuleConfigurableFakeESSource_cfg.py", "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromBadStripFakeESSource_cfg.py", "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromQualityFakeESSource_cfg.py", "CalibTracker/SiStripLorentzAngle/interface/SiStripLorentzAngleCalibrationHelpers.h", "CalibTracker/SiStripLorentzAngle/interface/SiStripLorentzAngleCalibrationStruct.h", "CalibTracker/SiStripLorentzAngle/test/step_PromptCalibProdSiStripLA_ALCAHARVEST_cfg.py", "CalibTracker/SiStripQuality/interface/SiStripBadAPVAlgorithmFromClusterOccupancy.h", "CalibTracker/SiStripQuality/interface/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.h", "CalibTracker/SiStripQuality/interface/SiStripHotStripAlgorithmFromClusterOccupancy.h", "CalibTracker/SiStripQuality/src/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.cc", "CalibTracker/SiStripQuality/test/cfg/makeMergeBadComponentPayload_example_cfg.py", "CalibTracker/SiStripQuality/test/cfg/StudyExample/SiStripQualityStatistics_Cabling_cfg.py", "CalibTracker/SiStripQuality/test/cfg/StudyExample/SiStripQualityStatistics_singleTag_cfg.py", "CalibTracker/StandaloneTrackerTopology/test/testStandaloneTrackerTopology_cfg.py", "CaloOnlineTools/HcalOnlineDb/interface/ConfigurationDatabaseStandardXMLParser.hh", "CaloOnlineTools/HcalOnlineDb/test/HCAL_TRIG_PRIM_LOOKUP_TABLE.checksums.template", "CaloOnlineTools/HcalOnlineDb/test/HCAL_TRIG_PRIM_LOOKUP_TABLE.XMLloader.template", "CommonTools/ParticleFlow/python/Isolation/customiseEarlyDeleteForCandIsoDeposits.py", "CommonTools/ParticleFlow/python/Isolation/electronPFIsolationDepositsPFBRECO_cff.py", "CommonTools/ParticleFlow/python/Isolation/electronPFIsolationValuesPFBRECO_cff.py", "CommonTools/ParticleFlow/python/Isolation/photonPFIsolationDepositsPFBRECO_cff.py", "CommonTools/ParticleFlow/python/ParticleSelectors/pfAllNeutralHadronsAndPhotons_cfi.py", "CommonTools/ParticleFlow/python/ParticleSelectors/pfPdgIdPFCandidateSelector_cfi.py", "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_create_cfg.py", "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_read_cfg.py", "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_update_cfg.py", "CondCore/AlignmentPlugins/plugins/TrackerAlignmentErrorExtended_PayloadInspector.cc", "CondCore/AlignmentPlugins/plugins/TrackerSurfaceDeformations_PayloadInspector.cc", "CondCore/CTPPSPlugins/plugins/CTPPSRPAlignmentCorrectionsData_PayloadInspector.cc", "CondCore/DBOutputService/test/python/testIOVPayloadAnalyzer_example_oracle_cfg.py", "CondCore/EcalPlugins/plugins/EcalClusterEnergyCorrectionObjectSpecificParameters_PayloadInspector.cc", "CondCore/EcalPlugins/plugins/EcalClusterEnergyCorrectionParameters_PayloadInspector.cc", "CondCore/EcalPlugins/plugins/EcalClusterEnergyUncertaintyParameters_PayloadInspector.cc", "CondCore/EcalPlugins/plugins/EcalClusterLocalContCorrParameters_PayloadInspector.cc", "CondCore/PCLConfigPlugins/plugins/SiPixelAliPCLThresholdsPayloadInspectorHelper.h", "CondCore/SiPixelPlugins/plugins/SiPixelGainCalibrationForHLT_PayloadInspector.cc", "CondCore/SiPixelPlugins/plugins/SiPixelGainCalibrationOffline_PayloadInspector.cc", "CondFormats/CastorObjects/data/castor_channelquality_HighGain_Run141956-148844.txt", "CondFormats/DataRecord/interface/EcalClusterEnergyCorrectionObjectSpecificParametersRcd.h", "CondFormats/DataRecord/interface/EcalGlobalShowerContainmentCorrectionsVsEtaRcd.h", "CondFormats/DataRecord/interface/HeterogeneousHGCalHEFCellPositionsConditionsRecord.h", "CondFormats/DataRecord/src/EcalClusterEnergyCorrectionObjectSpecificParametersRcd.cc", "CondFormats/DataRecord/src/HeterogeneousHGCalHEFCellPositionsConditionsRecord.cc", "CondFormats/EcalCorrections/interface/EcalGlobalShowerContainmentCorrectionsVsEta.h", "CondFormats/EcalCorrections/src/T_EventSetup_EcalGlobalShowerContainmentCorrectionsVsEta.cc", "CondFormats/EcalCorrections/src/T_EventSetup_EcalShowerContainmentCorrections.cc", "CondFormats/EcalObjects/interface/EcalClusterEnergyCorrectionObjectSpecificParameters.h", "CondFormats/GeometryObjects/src/T_EventSetup_PTrackerAdditionalParametersPerDet.cc", "CondFormats/HGCalObjects/interface/HeterogeneousHGCalHEFCellPositionsConditions.h", "CondFormats/HGCalObjects/src/alpaka/T_EventSetup_HGCalCalibrationParameterDevice.cc", "CondFormats/HGCalObjects/src/T_EventSetup_HeterogeneousHGCalHEFCellPositionsConditions.cc", "CondFormats/JetMETObjects/test/run_TestCondFormatsJetMETObjectsJetCorrectorParameters.sh", "CondFormats/PhysicsToolsObjects/interface/PerformancePayloadFromBinnedTFormula.h", "CondFormats/PPSObjects/src/T_EventSetup_LHCInterpolatedOpticalFunctionsSetCollection.cc", "CondFormats/SiPhase2TrackerObjects/src/T_EventSetup_SiPhase2OuterTrackerLorentzAngle.cc", "CondFormats/SiPhase2TrackerObjects/src/T_EventSetup_TrackerDetToDTCELinkCablingMap.cc", "CondFormats/SiPhase2TrackerObjects/test/testSerializationSiPhase2TrackerObjects.cpp", "CondFormats/SiPixelObjects/interface/alpaka/SiPixelGainCalibrationForHLTDevice.h", "CondFormats/SiPixelObjects/interface/alpaka/SiPixelGainCalibrationForHLTUtilities.h", "CondFormats/SiPixelObjects/src/alpaka/T_EventSetup_SiPixelGainCalibrationForHLTDevice.cc", "CondFormats/SiStripObjects/test/UnitTests/MasterTestCondFormatsSiStripObjects.cpp", "CondTools/Ecal/interface/EcalClusterEnergyCorrectionObjectSpecificXMLTranslator.h", "CondTools/Ecal/python/produceTPGParameters_beamv6_transparency_spikekill_2016_script.py", "CondTools/Ecal/test/EcalIntercalibConstantsPopConBTransitionAnalyzer_test_cfg.py", "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2023.py", "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2024.py", "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2025.py", "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters.py", "Configuration/DataProcessing/python/Impl/trackingOnlyEra_Run2_2018_highBetaStar.py", "Configuration/EcalTB/python/reco_application_2006rawdata_localTrivialreco_cfg.py", "Configuration/Generator/python/B0ToJpsiK0s_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", "Configuration/Generator/python/BuMixing_BMuonFilter_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", "Configuration/Generator/python/BuMixing_BMuonFilter_forSTEAM_14TeV_TuneCP5_cfi.py", "Configuration/Generator/python/BuToJPsiPrimeKToJPsiPiPiK_14TeV_TuneCP5_pythia8_cfi.py", "Configuration/Generator/python/BuToKstarPsi2S_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", "Configuration/Generator/python/Chib1PToUpsilon1SGamma_MuFilter_TuneCP5_14TeV-pythia8_evtgen_cfi.py", "Configuration/Generator/python/ChicToJpsiGamma_MuFilter_TuneCP5_14TeV_pythia8_evtgen_cfi.py", "Configuration/Generator/python/DarkSUSY_mH_125_mN1_60_mGammaD_10_cT_10_Madgraph_LHE_13TeV_cfi.py", "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_300_1000mm_TuneCUETP8M1_13TeV_pythia8_cff.py", "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_13TeV_pythia8_cff.py", "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_14TeV_pythia8_cff.py", "Configuration/Generator/python/DStarToD0Pi_D0ToKsPiPi_inclusive_SoftQCD_TuneCP5_13p6TeV-pythia8-evtgen.py", "Configuration/Generator/python/DYToll01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", "Configuration/Generator/python/DYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cff.py", "Configuration/Generator/python/DYToll012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", "Configuration/Generator/python/DYToll012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py", "Configuration/Generator/python/DYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cff.py", "Configuration/Generator/python/Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_cff.py", "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_EvtGen_cff.py", "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_cff.py", "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taupinu_cff.py", "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taurhonu_cff.py", "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taupinu_cff.py", "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taurhonu_cff.py", "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8withPhotospp_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_powhegEmissionVeto2p_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_powhegEmissionVeto_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max1j_max1p_LHE_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_generic_LHE_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_ggHZZ4L_powhegEmissionVeto_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_EvtGen_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8withPhotospp_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_2p_HToGG_M125_LHE_py8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto2p_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToBB_M-125_LHE_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToZZ4nu_M-125_LHE_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraphamcatnlo_herwigpp_cff.py", "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraphamcatnlo_MPIoff_herwigpp_cff.py", "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_herwigpp_cff.py", "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_herwigpp_cff.py", "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py", "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_herwigpp_cff.py", "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_herwigpp_cff.py", "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py", "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_samePDF_herwigpp_cff.py", "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_samePDF_MPIoff_herwigpp_cff.py", "Configuration/Generator/python/Herwig7Settings/Herwig7LHEMG5aMCatNLOSettings_cfi.py", "Configuration/Generator/python/Herwig7Settings/Herwig7StableParticlesForDetector_cfi.py", "Configuration/Generator/python/HSCPmchamp1_M_600_TuneZ2star_13TeV_pythia6_cff.py", "Configuration/Generator/python/HTo2LongLivedTo4bMH-125_MFF-12_CTau-900mm_TuneCP5_14TeV_pythia8_cfi.py", "Configuration/Generator/python/LambdaBToLambdaMuMuToPPiMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", "Configuration/Generator/python/LbToJpsiLambda_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", "Configuration/Generator/python/LbToJpsiXiK0sPi_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP1DownSettings_cfi.py", "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP2DownSettings_cfi.py", "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP3DownSettings_cfi.py", "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP4DownSettings_cfi.py", "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5CR1Settings_cfi.py", "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5CR2Settings_cfi.py", "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5DownSettings_cfi.py", "Configuration/Generator/python/QCD_Pt-15To7000_TuneCUETP8M1_Flat_14TeV-pythia8_cff.py", "Configuration/Generator/python/QCD_Pt20toInf_MuEnrichedPt15_14TeV_TuneCP5_cff.py", "Configuration/Generator/python/QCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_13TeV_pythia8_cff.py", "Configuration/Generator/python/QCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_14TeV_pythia8_cff.py", "Configuration/Generator/python/ReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_cfi.py", "Configuration/Generator/python/ReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_ExtGen_cfi.py", "Configuration/Generator/python/RS750_quarks_and_leptons_8TeV_TuneCUETP8M1_cff.py", "Configuration/Generator/python/RSGravitonToGammaGamma_kMpl01_M_3000_TuneCUETP8M1_13TeV_pythia8_cfi.py", "Configuration/Generator/python/sherpa_ttbar_2j_MENLOPS_13TeV_MASTER_ExtGen_cff.py", "Configuration/Generator/python/SMS-Higgsino_mN2-170_mC1-160_mN1-150_HT60_TuneCP5_13TeV_pythia8_cfi.py", "Configuration/Generator/python/SMS-T1tttt_mGl-1500_mLSP-100_13TeV-pythia8_cfi.py", "Configuration/Generator/python/SMS-T1tttt_mGl-1500_mLSP-100_TuneCP5_14TeV_pythia8_cfi.py", "Configuration/Generator/python/TTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py", "Configuration/Generator/python/TTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cfi.py", "Configuration/Generator/python/TTbarToDilepton_mt172p5_TuneCP5_14TeV_pythia8_cfi.py", "Configuration/Generator/python/Upsilon1SToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", "Configuration/Generator/python/Upsilon4sBaBarExample_BpBm_Dstarpipi_D0Kpi_nonres_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", "Configuration/Generator/python/Upsilon4swithBuToKstarJPsiToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", "Configuration/Generator/python/WprimeToENu_M-2000_TuneCUETP8M1_13TeV-pythia8_cff.py", "Configuration/Generator/python/WTolNu01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", "Configuration/Generator/python/WTolNu012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", "Configuration/Generator/python/ZmumuJets_Pt_20_300_GEN_13TeV_TuneCUETP8M1_cfg.py", "Configuration/Generator/python/ZTT_Tauola_All_hadronic_13TeV_TuneCUETP8M1_cfi.py", "Configuration/Generator/python/ZTT_Tauola_All_hadronic_14TeV_TuneCUETP8M1_cfi.py", "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_13TeV_TuneCUETP8M1_cfi.py", "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_cfi.py", "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_ExtGen_cfi.py", "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus05Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus05PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus10Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus10PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus05Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus05PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus10Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus10PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus05Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus05PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus10Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus10PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus05Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus05PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus10Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus10PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus05Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus05PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus10Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus10PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus05Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus05PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus10Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus10PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus05Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus05PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus10Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus10PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus05Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus05PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus10Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus10PercentReco_cff.py", "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus05Percent_cff.py", "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus05PercentReco_cff.py", "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus10Percent_cff.py", "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus10PercentReco_cff.py", "Configuration/Geometry/python/GeometryExtended2017Plan1FlatPlus05PercentReco_cff.py", "Configuration/Geometry/python/GeometryExtended2017Plan1FlatPlus10PercentReco_cff.py", "Configuration/Geometry/python/GeometryExtended2024FlatMinus05PercentReco_cff.py", "Configuration/Geometry/python/GeometryExtended2024FlatMinus10PercentReco_cff.py", "Configuration/Geometry/python/GeometryExtended2025FlatMinus05PercentReco_cff.py", "Configuration/Geometry/python/GeometryExtended2025FlatMinus10PercentReco_cff.py", "Configuration/ProcessModifiers/python/ecal_component_finely_sampled_waveforms_cff.py", "Configuration/ProcessModifiers/python/ticl_superclustering_mustache_ticl_cff.py", "Configuration/ProcessModifiers/python/trackingMkFitDisplacedRegionalStep_cff.py", "Configuration/ProcessModifiers/python/trackingMkFitInitialStepPreSplitting_cff.py", "Configuration/ProcessModifiers/python/unifiedparticleTransformerAK4SonicTriton_cff.py", "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p3_cfg.py", "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p4_cfg.py", "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch2_cfg.py", "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch4_cfg.py", "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p3_cfg.py", "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p4_cfg.py", "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess370patch2_cfg.py", "Configuration/StandardSequences/python/SimulationRandomNumberGeneratorSeeds_cff.py", "DataFormats/EcalRecHit/interface/alpaka/EcalUncalibratedRecHitDeviceCollection.h", "DataFormats/L1ScoutingRawData/test/create_SDSRawDataCollection_test_file_cfg.py", "DataFormats/ParticleFlowReco/interface/alpaka/PFRecHitFractionDeviceCollection.h", "DataFormats/SiStripCluster/test/create_SiStripApproximateClusterCollection_test_file_cfg.py", "DataFormats/SiStripCluster/test/test_readSiStripApproximateClusterCollection_cfg.py", "DataFormats/SiStripCluster/test/TestWriteSiStripApproximateClusterCollection.cc", "DetectorDescription/OfflineDBLoader/python/test/cmsIdealGeometryForWrite_cfi.py", "DetectorDescription/OfflineDBLoader/python/test/cmsIdealGeometryNoRPCSpecs_cfi.py", "Documentation/ReferenceManualScripts/data/iframes/tree/images/folder-closed.gif", "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-black.gif", "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-black-line.gif", "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-default.gif", "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-default-line.gif", "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-famfamfam.gif", "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-famfamfam-line.gif", "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-gray.gif", "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-gray-line.gif", "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-red-line.gif", "DPGAnalysis/SiStripTools/python/byclustsummsipixelvssistripmulteventfilter_cfi.py", "DPGAnalysis/SiStripTools/python/configurableapvcyclephaseproducer_CRAFT08_cfi.py", "DPGAnalysis/SiStripTools/python/configurableapvcyclephaseproducer_GR09_withdefault_cff.py", "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_additionalpeak_AlCaReco_cfi.py", "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_firstpeak_AlCaReco_cfi.py", "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_firstpeak_cfi.py", "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_maxonly_cfi.py", "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_secondpeak_cfi.py", "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_widerange_cfi.py", "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_HugeEvents_AlCaReco_cfi.py", "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_firstpeak_cfi.py", "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_maxonly_cfi.py", "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_secondpeak_cfi.py", "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_widerange_cfi.py", "DPGAnalysis/SiStripTools/python/occupancyplotsselections_pixelphase1_detailed_cff.py", "DPGAnalysis/SiStripTools/python/SiStripConfObjectAPVPhaseOffsetsFakeESSource_cfi.py", "DPGAnalysis/SiStripTools/test/CondDBWriter_SiStripConfObjectAPVPhaseOffsets_cfg.py", "DPGAnalysis/Skims/data/Cert_13TeV_16Dec2015ReReco_Collisions15_25ns_50ns_JSON.txt", "DPGAnalysis/Skims/data/Cert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON_MuonPhys.txt", "DPGAnalysis/Skims/data/Cert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON.txt", "DPGAnalysis/Skims/data/Cert_271036-274240_13TeV_PromptReco_Collisions16_JSON.txt", "DQM/BeamMonitor/test/2012_PixelTracksVertices_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py", "DQM/BeamMonitor/test/2012_PixelTracksVertices_Test_beamspotproblem_dqm_sourceclient-live_cfg.py", "DQM/BeamMonitor/test/2012_ReducedTrackingSteps_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py", "DQM/EcalPreshowerMonitorModule/python/EcalPreshowerMonitorTasks_withFEDIntegrity_cfi.py", "DQMOffline/CalibTracker/test/AnalyzeSeveralRuns_ExpressStreamWithDQMHarvesting_afs.sh", "DQMOffline/CalibTracker/test/CRAFTCalib/SiStripDQMBadStripsValidationReReco_cfg.py", "DQMOffline/CalibTracker/test/CRAFTCalib/SiStripDQMBadStripsValidationReReco.job", "DQMOffline/CalibTracker/test/SiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py", "DQMOffline/CalibTracker/test/template_SiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py", "DQMOffline/CalibTracker/test/template_SiStripQualityBadAPVIdentifierRoot_cfg.py", "DQMOffline/CalibTracker/test/template_SiStripQualityHotStripIdentifierRoot_cfg.py", "DQMOffline/L1Trigger/test/runDQMOffline_step1NoRECO_justRate_L1TriggerOnly_job1_cfg.py", "DQM/SiPixelPhase1Config/test/pixelphase1_for_timing_scan_dqm_sourceclient-live_cfg.py", "DQM/SiPixelPhase1Config/test/qTests/mean_num_digis_qualitytest_config_cosmics.xml", "DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.cc", "DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.h", "DQM/SiStripCommissioningSources/python/SiStripCommissioningSource_FromEDM_cfg.py", "DQM/SiStripCommissioningSources/python/SiStripCommissioningSource_FromRAW_cfg.py", "DQM/SiStripMonitorApproximateCluster/plugins/SiStripMonitorApproximateCluster.cc", "DQM/SiStripMonitorApproximateCluster/python/SiStripMonitorApproximateCluster_cfi.py", "DQM/SiStripMonitorClient/data/sistrip_monitorelement_config_ped_cluster_digi.xml", "DQM/SiStripMonitorClient/python/SiStripDQMSourceConfigOfflineGlobalRunCAF_cfi.py", "DQM/SiStripMonitorSummary/scripts/MonitorDB_NewDirStructure_KeepTagLinks_generic.sh", "DQM/SiStripMonitorSummary/scripts/MonitorDB_NewDirStructure_KeepTagLinks_generic_V2.sh", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_222222_256x240.png", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_2e83ff_256x240.png", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_454545_256x240.png", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_888888_256x240.png", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_cd0a0a_256x240.png", "DQM/TrackingMonitorClient/python/TrackingEffFromHitPatternClientConfigZeroBias_cff.py", "EgammaAnalysis/ElectronTools/test/egammaPatElectronsToCalibratedPatElectrons_cfg.py", "EventFilter/EcalRawToDigi/plugins/alpaka/EcalElectronicsMappingHostESProducer.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyHFRingUnpacker.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyPhysCandUnpacker.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyPhysCandUnpacker.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage1/PhysicsToBitConverter.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage1/PhysicsToBitConverter.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Collections.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Collections.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloSummaryCollections.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloSummaryCollections.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/EtSumUnpacker_0x10010057.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/EtSumUnpacker_0x10010057.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/GlobalAlgBlkUnpacker.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/GlobalExtBlkUnpacker.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonPacker.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonPacker.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonUnpacker.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonUnpacker.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TObjectCollections.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TStage2Layer2Constants.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TStage2Layer2Constants.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x1001000b.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x1001000b.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010010.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010010.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010033.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010033.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTPacker.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTPacker.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTUnpacker.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTUnpacker.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/UCTCTP7RawData5BX_HCALFB.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/UCTCTP7RawData_HCALFB.h", "EventFilter/Phase2TrackerRawToDigi/interface/Phase2TrackerFEDRawChannelUnpacker.h", "EventFilter/Phase2TrackerRawToDigi/interface/Phase2TrackerFEDZSChannelUnpacker.h", "EventFilter/Phase2TrackerRawToDigi/plugins/Phase2TrackerCommissioningDigiProducer.cc", "EventFilter/Phase2TrackerRawToDigi/python/Phase2TrackerCommissioningDigiProducer_cfi.py", "EventFilter/Phase2TrackerRawToDigi/python/test/Phase2TrackerFEDTestAnalyzer_cfi.py", "EventFilter/Phase2TrackerRawToDigi/test/plugins/Phase2TrackerFEDTestAnalyzer.cc", "FastSimulation/CTPPSFastTrackingProducer/python/CTPPSFastTrackingProducer_cfi.py", "FastSimulation/SimplifiedGeometryPropagator/doc/SimplifiedGeometryPropagator.doc", "FastSimulation/SimplifiedGeometryPropagator/interface/BarrelSimplifiedGeometry.h", "FastSimulation/SimplifiedGeometryPropagator/interface/ForwardSimplifiedGeometry.h", "FastSimulation/SimplifiedGeometryPropagator/interface/InteractionModelFactory.h", "FastSimulation/SimplifiedGeometryPropagator/interface/SimplifiedGeometryFactory.h", "FastSimulation/TrackingRecHitProducer/interface/TrackingRecHitAlgorithmFactory.h", "FastSimulation/TrackingRecHitProducer/plugins/TrackingRecHitNoSmearingPlugin.cc", "FWCore/Integration/python/test/unscheduled_fail_on_output_IgnoreCompletely_cfg.py", "FWCore/Integration/python/test/unscheduled_fail_on_output_no_dependency_TryToContinue_cfg.py", "FWCore/Integration/test/testSwitchProducerConditionalTaskEDAliasConsumeAllCases_cfg.py", "FWCore/Integration/test/testSwitchProducerConditionalTaskEDAliasWildcard_cfg.py", "FWCore/Integration/test/unit_test_outputs/testProducerWithPsetDesc_briefdoc.txt", "GeneratorInterface/Core/test/Hadronizer_MgmMatchTune4C_ZJetsNoPSb_13TeV_madgraph_pythia8_Tauola_cfg.py", "GeneratorInterface/Core/test/Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8_cfg.py", "GeneratorInterface/EvtGenInterface/plugins/EvtGenUserModels/EvtModelUserReg.cpp", "GeneratorInterface/EvtGenInterface/plugins/test/Py8_lambadb_evtgen1_Lb2plnuLCSR_cfg.py", "GeneratorInterface/Herwig7Interface/python/Herwig7_Dummy_Matchbox_90X_ppToee.py", "GeneratorInterface/Herwig7Interface/python/Herwig7_loadCommonMergingSettings_cff.py", "GeneratorInterface/Herwig7Interface/python/PPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cff.py", "GeneratorInterface/Herwig7Interface/test/DYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cfg.py", "GeneratorInterface/Herwig7Interface/test/DYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cfg.py", "GeneratorInterface/Herwig7Interface/test/DYToLL_TuneCH3_13TeV_herwig7_hepmc3_cfg.py", "GeneratorInterface/Herwig7Interface/test/Herwig7_Matchbox_90X_ppToee_GEN_SIM.py", "GeneratorInterface/Herwig7Interface/test/PPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cfg.py", "GeneratorInterface/LHEInterface/data/run_generic_tarball_cvmfs_madgraphLO_multithread.sh", "GeneratorInterface/LHEInterface/data/run_generic_tarball_cvmfs_manual_multithread.sh", "GeneratorInterface/PyquenInterface/python/Pyquen_Zmumu_2760GeV_dimuonAcc_cfi.py", "GeneratorInterface/Pythia6Interface/test/Py6GenFilter_ElectronProtonInitialState_cfg.py", "GeneratorInterface/Pythia8Interface/test/compare_external_generators_streams_cfg.py", "GeneratorInterface/Pythia8Interface/test/pythia8ex2_ConvertToMain70_cfg_Fragment.py", "GeneratorInterface/Pythia8Interface/test/pythia8hmc3_photos_ZToTauTau_13TeV_cfg.py", "GeneratorInterface/Pythia8Interface/test/test_catch2_External_Pythia8GeneratorFilter.cc", "GeneratorInterface/Pythia8Interface/test/test_Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8.sh", "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMCGeneratorFilter.h", "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMC.h", "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMCHadronizer.h", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_AdvancedParameters_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_PbPb_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_pp_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_5TeV_pPb_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_7TeV_pp_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_8TeV_pp_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_900GeV_pp_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_PbPb_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_pp_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_5TeV_pPb_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_7TeV_pp_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_8TeV_pp_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_900GeV_pp_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/src/ReggeGribovPartonMCGeneratorFilter.cc", "GeneratorInterface/ReggeGribovPartonMCInterface/src/ReggeGribovPartonMCHadronizer.cc", "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_PbPb_2760GeV_cfi_py_GEN.py", "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pp_8TeV_cfi_py_GEN.py", "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pPb_5020GeV_cfi_py_GEN.py", "GeneratorInterface/ReggeGribovPartonMCInterface/test/QGSJetII-04_pPb_5020GeV_cfi_py_GEN.py", "GeneratorInterface/SherpaInterface/data/Run.dat_13TeV_WJets_MEPSatNLO_2jNLO_2jLO", "GeneratorInterface/SherpaInterface/data/Run.dat_13TeV_ZJets_MEPSatNLO_2jNLO_2jLO", "GeneratorInterface/TauolaInterface/plugins/TauSpinner/read_particles_from_HepMC.cc", "GeneratorInterface/TauolaInterface/test/DYToLL_M_50_TuneZ2star_8TeV_Tauola_TauSpinner_Example_cfi.py", "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHE_GEN_VALIDATION.py", "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHESPINCORR_GEN_VALIDATION.py", "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", "GeneratorInterface/TauolaInterface/test/DYToLLtaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", "GeneratorInterface/TauolaInterface/test/GGToHtautau_13TeV_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", "GeneratorInterface/TauolaInterface/test/GGToHtautau_13TeV_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", "GeneratorInterface/TauolaInterface/test/H130GGgluonfusion_8TeV_Tauola_TauSpinner_Example_cfi.py", "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHE_GEN_VALIDATION.py", "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHESPINCORR_GEN_VALIDATION.py", "GeneratorInterface/TauolaInterface/test/WToLNutaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatMinus05Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatMinus10Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatPlus05Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatPlus10Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatMinus05Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatMinus10Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatPlus05Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatPlus10Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatMinus05Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatMinus10Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatPlus05Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatPlus10Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatMinus05Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatMinus10Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatPlus05Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatPlus10Percent.xml", "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorMeasuredXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorSystMinusXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorSystPlusXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatMinus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatMinus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatPlus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatPlus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatMinus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatMinus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatPlus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatPlus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1ZeroMaterialXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatMinus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatMinus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatPlus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatPlus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatMinus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatMinus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatPlus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatPlus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatMinus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatMinus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatPlus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatPlus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatMinus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatMinus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatPlus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatPlus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometryDetailedCavern2017Plan1XML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometryDetailedCavern2017Plan1ZeroMaterialXML_cfi.py", "Geometry/ForwardSimData/data/ForwardShieldProdCuts/2021/v1/ForwardShieldProdCuts.xml", "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryBuilder.cc", "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.cc", "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.h", "Geometry/HcalCommonData/data/hcalRecNumbering/2018Plan36/v1/hcalRecNumbering.xml", "Geometry/HcalCommonData/data/hcalRecNumbering/2018Plan36/v2/hcalRecNumbering.xml", "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.0.py", "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.911.py", "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.0.py", "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.911.py", "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.0.py", "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.911.py", "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.0.py", "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.911.py", "GeometryReaders/XMLIdealGeometryESSource/python/cmsMagneticFieldGeometryDB_cff.py", "GeometryReaders/XMLIdealGeometryESSource/src/XMLIdealMagneticFieldGeometryESProducer.cc", "GeometryReaders/XMLIdealGeometryESSource/test/runXMLBigFileToDBAndBackValidation.sh", "GeometryReaders/XMLIdealGeometryESSource/test/testSpecParsMuonSensitiveDetectorMuonCSCHits.py", "Geometry/TrackerCommonData/data/2016/FlatMinus05Percent/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/2016/FlatMinus10Percent/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/2016/FlatPlus05Percent/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/2016/FlatPlus10Percent/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/flat10services30percent/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/flat20services30percent/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatMinus05Percent/2015/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatMinus05Percent/2017/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatMinus05Percent/2021/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatMinus05Percent/2021/v2/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatMinus10Percent/2015/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatMinus10Percent/2017/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatMinus10Percent/2021/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatMinus10Percent/2021/v2/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatPlus05Percent/2015/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatPlus05Percent/2017/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatPlus05Percent/2021/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatPlus05Percent/2021/v2/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatPlus10Percent/2015/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatPlus10Percent/2017/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatPlus10Percent/2021/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatPlus10Percent/2021/v2/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/PhaseII/TFPXTEPXReordered/trackerParameters.xml", "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker4025/pixelStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker4025/trackerStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/pixelStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/trackerStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker405/pixelStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker613_MB_2019_04/tracker.xml", "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker613/pixelStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/trackerStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixel.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixfwd.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/tracker.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_03/tracker.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixel.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT703_2021_03/pixelStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixel.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2024_02/pixelStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT800_IT615_2022_10/pixbar.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixel.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/tracker.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixel.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/tracker.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT742_2024_01/pixel.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT744_2024_01/pixel.xml", "Geometry/TrackerCommonData/data/PhaseI/PixelForward/trackerStructureTopology.xml", "Geometry/TrackerCommonData/data/pixbarmaterial/2017ZeroMaterial/v1/pixbarmaterial.xml", "Geometry/TrackerCommonData/data/pixfwdMaterials/2017ZeroMaterial/v1/pixfwdMaterials.xml", "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_PixelBarrelConn/pixbarmaterial.xml", "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_PixelBarrelConnToST/pixbarmaterial.xml", "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBFlange/tibmaterial.xml", "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBTIDMargherita/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBTIDServiceCylinder/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/specialTestGeometries/specialTestGeometries.txt", "Geometry/TrackerCommonData/data/tecmaterial/2017ZeroMaterial/v1/tecmaterial.xml", "Geometry/TrackerCommonData/data/tibmaterial/2017ZeroMaterial/v1/tibmaterial.xml", "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2016/v1/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017/v1/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017/v2/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017ZeroMaterial/v1/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2021/v1/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2021/v2/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/tidmaterial/2017ZeroMaterial/v1/tidmaterial.xml", "Geometry/TrackerCommonData/data/tobmaterial/2017ZeroMaterial/v1/tobmaterial.xml", "Geometry/TrackerCommonData/data/trackermaterial/2017ZeroMaterial/v1/trackermaterial.xml", "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py", "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py", "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py", "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py", "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021ZeroMaterialXML_cfi.py", "Geometry/TrackerGeometryBuilder/plugins/TrackerAdditionalParametersPerDetESModule.cc", "Geometry/TrackerGeometryBuilder/test/python/testTrackerModuleInfoDBDD4hep_cfg.py", "Geometry/TrackerGeometryBuilder/test/python/testTrackerModuleInfoFromDDDNoPrintDDD_cfg.py", "Geometry/TrackerGeometryBuilder/test/python/testTrackerParametersFromDD4hep_cfg.py", "Geometry/TrackerGeometryBuilder/test/python/testTrackerParametersFromDDD_cfg.py", "Geometry/TrackerGeometryBuilder/test/python/trackerModuleInfoLocalDBDD4hep_cfg.py", "Geometry/TrackerGeometryBuilder/test/python/trackerParametersFromLocalDB_cfg.py", "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2DoubleDiskBuilder.cc", "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2DoubleDiskBuilder.h", "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2SubDiskBuilder.cc", "Geometry/TrackerRecoData/data/PhaseII/OuterTracker616_2020_04/trackerRecoMaterial.xml", "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker4025/trackerRecoMaterial.xml", "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker613_MB_2019_04/trackerRecoMaterial.xml", "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker613_MB_2019_04/v2_ITonly/trackerRecoMaterial.xml", "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerRecoMaterial.xml", "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/trackerRecoMaterial.xml", "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT710_2023_04/trackerRecoMaterial.xml", "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/trackerRecoMaterial.xml", "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/trackerRecoMaterial.xml", "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/trackerRecoMaterial.xml", "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelProdCuts.xml", "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelsens.xml", "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerProdCuts.xml", "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackersens.xml", "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelProdCuts.xml", "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelsens.xml", "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelProdCuts.xml", "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelsens.xml", "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelProdCuts.xml", "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelsens.xml", "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelProdCuts.xml", "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelsens.xml", "Geometry/TwentyFivePercentTrackerCommonData/data/tibConfiguration_twentyfivepercent.xml", "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer0_twentyfivepercent.xml", "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer1_twentyfivepercent.xml", "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer2_twentyfivepercent.xml", "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer3_twentyfivepercent.xml", "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring0_twentyfivepercent.xml", "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring1_twentyfivepercent.xml", "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring2_twentyfivepercent.xml", "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring3_twentyfivepercent.xml", "Geometry/TwentyFivePercentTrackerCommonData/data/trackerConfiguration_twentyfivepercent.xml", "Geometry/TwentyFivePercentTrackerCommonData/data/trackerStructureTopology_twentyfivepercent.xml", "Geometry/TwentyFivePercentTrackerCommonData/data/trackertib_twentyfivepercent.xml", "Geometry/TwentyFivePercentTrackerCommonData/test/trackerSimConfiguration_TwentyFivePercent.xml", "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Left_Station/v1/CTPPS_210_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Left_Station/v2/CTPPS_210_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Right_Station/v1/CTPPS_210_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Right_Station/v2/CTPPS_210_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Left_Station/v1/CTPPS_220_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Left_Station/v2/CTPPS_220_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Right_Station/v1/CTPPS_220_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Right_Station/v2/CTPPS_220_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Cuts_Per_Region/Reco/v1/RP_Cuts_Per_Region.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Cuts_Per_Region/Simu/v1/CTPPS_Cuts_Per_Region.xml", "Geometry/VeryForwardData/data/CTPPS_2021/RP_Dist_Beam_Cent/Reco/v1/RP_Dist_Beam_Cent.xml", "Geometry/VeryForwardData/data/CTPPS_2021/RP_Dist_Beam_Cent/Simu/v1/RP_Dist_Beam_Cent.xml", "Geometry/VeryForwardData/data/CTPPS_2021/RP_Param_Beam_Region/v1/RP_Param_Beam_Region.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_210_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_210_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_220_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_220_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_Stations_Assembly.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_210_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_210_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_220_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_220_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_210_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_210_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_220_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_220_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_Stations_Assembly.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_210_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_210_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_220_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_220_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_Stations_Assembly.xml", "Geometry/VeryForwardData/data/CTPPS_2025/Cuts_Per_Region/Reco/v1/RP_Cuts_Per_Region.xml", "Geometry/VeryForwardData/data/CTPPS_2025/Cuts_Per_Region/Simu/v1/CTPPS_Cuts_Per_Region.xml", "Geometry/VeryForwardData/data/CTPPS_2025/RP_Dist_Beam_Cent/Reco/v1/RP_Dist_Beam_Cent.xml", "Geometry/VeryForwardData/data/CTPPS_2025/RP_Dist_Beam_Cent/Simu/v1/RP_Dist_Beam_Cent.xml", "Geometry/VeryForwardData/data/CTPPS_2025/RP_Param_Beam_Region/v1/RP_Param_Beam_Region.xml", "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_210_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_210_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_220_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_220_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_Stations_Assembly.xml", "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Right_Station.xml_bkp", "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_220_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_220_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_Stations_Assembly.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Detector_Assembly.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Detector_Assembly/2021/v1/CTPPS_Diamond_Detector_Assembly.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Detector_Assembly.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Detector_Assembly/v1/CTPPS_Diamond_Detector_Assembly.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Detector_Assembly.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Reco/v1/CTPPS_Timing_Stations_Assembly.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Simu/v1/CTPPS_Detectors_Assembly_022.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Simu/v1/CTPPS_Detectors_Assembly_122.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern1_Segment1.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern2_Segment1.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern2_Segment2.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment1.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment2.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment3.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment4.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment1.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment2.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment3.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment4.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment5.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2017/CTPPS_Pixel_Assembly_Box_Real_023.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2017/CTPPS_Pixel_Assembly_Box_Real_123.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_003.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_023.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_103.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_123.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_003.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_023.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_103.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_123.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_003.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_023.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_103.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_123.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v1/PPS_Pixel_Module_2x2_Run3.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v1/ppstrackerMaterials.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v2/PPS_Pixel_Module_2x2_Run3.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v2/ppstrackerMaterials.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v3/PPS_Pixel_Module_2x2_Run3.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v1/CTPPS_Pixel_Module_2x2.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v2/CTPPS_Pixel_Module_2x2.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v3/CTPPS_Pixel_Module_2x2.xml", "Geometry/VeryForwardData/data/CTPPS_Timing_Horizontal_Pot/v1/CTPPS_Timing_Horizontal_Pot.xml", "Geometry/VeryForwardData/data/CTPPS_Timing_Horizontal_Pot/v2/CTPPS_Timing_Horizontal_Pot.xml", "Geometry/VeryForwardData/data/CTPPS_Timing_Negative_Station/v1/CTPPS_Timing_Negative_Station.xml", "Geometry/VeryForwardData/data/CTPPS_Timing_Negative_Station/v2/CTPPS_Timing_Negative_Station.xml", "Geometry/VeryForwardData/data/CTPPS_Timing_Positive_Station/v1/CTPPS_Timing_Positive_Station.xml", "Geometry/VeryForwardData/data/CTPPS_Timing_Positive_Station/v2/CTPPS_Timing_Positive_Station.xml", "Geometry/VeryForwardData/data/CTPPS_UFSD_Segments/CTPPS_UFSD_Pattern2_SegmentA.xml", "Geometry/VeryForwardData/data/CTPPS_UFSD_Segments/CTPPS_UFSD_Pattern2_SegmentB.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_000.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_001.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_002.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_003.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_004.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_005.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_020.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_021.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_022.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_023.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_024.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_025.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_100.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_101.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_102.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_103.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_104.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_105.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_120.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_121.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_122.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_123.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_124.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_125.xml", "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Reco/v1/RP_Horizontal_Device.xml", "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Reco/v2/RP_Horizontal_Device.xml", "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Simu/v1/RP_Horizontal_Device.xml", "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Simu/v2/RP_Horizontal_Device.xml", "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/v1/RP_Horizontal_Device.xml", "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Reco/v1/RP_Vertical_Device.xml", "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Reco/v2/RP_Vertical_Device.xml", "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Simu/v1/RP_Vertical_Device.xml", "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Simu/v2/RP_Vertical_Device.xml", "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/v1/RP_Vertical_Device.xml", "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2016_cfi.py", "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2017_cfi.py", "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2018_cfi.py", "Geometry/VeryForwardProtonTransport/data/parametrization_6500GeV_90p0_50urad_reco.root", "Geometry/VeryForwardProtonTransport/data/parametrization_6500GeV_90_transp.root", "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToFlyingCascadeBuilderBase.h", "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToResTrkTrkSameMassBuilderBase.h", "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToResTrkTrkSameMassBuilder.h", "HeavyFlavorAnalysis/SpecificDecay/src/BPHDecayToResTrkTrkSameMassBuilderBase.cc", "HeterogeneousCore/AlpakaInterface/interface/AssertDeviceMatchesHostCollection.h", "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerCopyToDeviceCache.cc", "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerImplicitCopyToDevice.cc", "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerMoveToDeviceCache.cc", "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerNoOutput.cc", "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaStreamSynchronizingProducer.cc", "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaStreamSynchronizingProducerToDevice.cc", "HeterogeneousTest/AlpakaDevice/plugins/alpaka/AlpakaTestDeviceAdditionAlgo.dev.cc", "HeterogeneousTest/AlpakaDevice/plugins/alpaka/AlpakaTestDeviceAdditionModule.cc", "HeterogeneousTest/AlpakaKernel/plugins/alpaka/AlpakaTestKernelAdditionAlgo.dev.cc", "HeterogeneousTest/AlpakaKernel/plugins/alpaka/AlpakaTestKernelAdditionModule.cc", "HeterogeneousTest/AlpakaOpaque/plugins/alpaka/AlpakaTestOpaqueAdditionModule.cc", "HeterogeneousTest/AlpakaWrapper/plugins/alpaka/AlpakaTestWrapperAdditionModule.cc", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/highPtTripletStepChi2Est_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/highPtTripletStepTrajectoryCleanerBySharedHits_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltCandidateJetBProbabilityComputer_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltCandidateJetProbabilityComputer_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPBwdElectronPropagator_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator16_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator2000_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator30_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator9_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator100_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator30_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPDummyDetLayerGeometry_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorAny_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorOpposite_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFwdElectronPropagator_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPGlobalDetLayerGeometry_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFFittingSmootherForL2Muon_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFFittingSmootherWithOutliersRejectionAndRK_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectoryFitterForL2Muon_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForL2Muon_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForMuonTrackLoader_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPL3MuKFTrajectoryFitter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPMeasurementTracker_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPMuonTransientTrackingRecHitBuilder_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPPixelCPEFastParams_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRKTrajectoryFitter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRKTrajectorySmoother_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRungeKuttaTrackerPropagator_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSiPixelCablingSoA_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSiPixelGainCalibrationForHLTSoA_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagatorAny_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagatorAnyOpposite_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagator_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorAlong_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorOpposite_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTrackAlgoPriorityOrder_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTrajectoryCleanerBySharedHits_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderPixelOnly_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderWithoutRefit_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderWithTrackAngle_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepChi2Est_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepTrajectoryCleanerBySharedHits_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonInitialStepChi2Est_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonPixelTrackCleanerBySharedHits_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonTrackAlgoPriorityOrder_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPixelTracksCleanerBySharedHits_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/muonSeededTrajectoryCleanerBySharedHits_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hlt1PFPuppiCentralJet70MaxEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hlt1PFPuppiCentralJet75MaxEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hlt2PFPuppiCentralJet40MaxEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hlt2PFPuppiCentralJet60MaxEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hlt3PFPuppiCentralJet45MaxEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hlt4PFPuppiCentralJet40MaxEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrector_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL1_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL2_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL3_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetsCorrected_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrector_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL1_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL2_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL3_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetsCorrected_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrector_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL1_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL2_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL3_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetsCorrected_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrector_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL1_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL2_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL3_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetsCorrected_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p31Eta2p4TripleEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p38Eta2p4TripleEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p865DoubleEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p275Eta2p4TripleEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p375Eta2p4TripleEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p935DoubleEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltBunchSpacingProducer_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepBLifetimeTagInfosPFPuppi_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepBLifetimeTagInfosPFPuppiModEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsInfosPuppi_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsInfosPuppiModEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsPFPuppi_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsPFPuppiModEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveMergedVerticesPF_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveSecondaryVerticesPF_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveVertexFinderPF_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepSecondaryVertexTagInfosPFPuppi_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepSecondaryVertexTagInfosPFPuppiModEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepTrackVertexArbitratorPF_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG12EtL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeSigmavvL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeSigmawwL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoEcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHgcalHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHgcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG23EtL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG23EtUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeSigmavvL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeSigmavvUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHgcalHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHgcalHEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25EtL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25EtUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmavvL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmavvUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmawwL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmawwUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdEcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdEcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalHEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoBestGsfChi2L1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoBestGsfNLayerITL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfDetaL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfDphiL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfOneOEMinusOneOPL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfTrackIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoPixelMatchL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoPMS2L1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPixelMatchL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPixelMatchUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPMS2L1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPMS2UnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiMuon178RelTrkIsoFiltered0p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiMuon178RelTrkIsoFiltered0p4DzFiltered0p2_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoublePFPuppiJets128Eta2p4MaxDeta1p6_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoublePFPuppiJets128MaxEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoubleTkMuon157L1TkMuonFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalBarrelClusterFastTimer_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalBarrelDigisInRegions_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalDetailedTimeRecHit_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalDetIdToBeRecovered_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalMultiFitUncalibRecHit_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalUncalibRecHitL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG108EtL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG108EtUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG115EtL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG187EtL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG187EtUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG23EtL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG26EtL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG26EtUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG30EtL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG30EtUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG32EtL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG32EtUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaBestGsfTrackVarsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaBestGsfTrackVarsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesWrapperL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesWrapperUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCkfTrackCandidatesForGSFL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCkfTrackCandidatesForGSFUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaClusterShapeL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaClusterShapeUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEcalPFClusterIsoL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEcalPFClusterIsoUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaElectronPixelSeedsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaElectronPixelSeedsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleL1TrkIsoL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleL1TrkIsoUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfElectronsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfElectronsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTracksL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTracksUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTrackVarsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTrackVarsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHcalPFClusterIsoL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHcalPFClusterIsoUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCALIDVarsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCALIDVarsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCalLayerClusterIsoL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCalLayerClusterIsoUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHollowTrackIsoL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHollowTrackIsoUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHoverEL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHoverEUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaPixelMatchVarsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaPixelMatchVarsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaSuperClustersToPixelMatchL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaSuperClustersToPixelMatchUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoubleEleIsolatedFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoubleEleNonIsolatedFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoublePhotonIsolatedFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSingleEleIsolatedFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSingleEleNonIsolatedFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSinglePhotonIsolatedFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeSigmavvL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeSigmawwL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoGsfDetaL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoGsfDphiL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoHgcalHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoPixelMatchL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoPMS2L1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfChi2L1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfChi2UnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfNLayerITL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfNLayerITUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmavvL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmavvUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmawwL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmawwUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70EcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70EcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDetaL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDetaUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDphiL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDphiUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfOneOEMinusOneOPL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfOneOEMinusOneOPUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoFromL1TracksUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalHEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PixelMatchL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PixelMatchUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PMS2L1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PMS2UnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightBestGsfChi2L1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightBestGsfNLayerITL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightEcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfDetaL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfDphiL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfTrackIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHgcalHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHgcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightPixelMatchL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightPMS2L1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfChi2L1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfChi2UnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfNLayerITL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfNLayerITUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmavvUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmawwUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightEcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightEcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDetaL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDetaUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDphiL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDphiUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalHEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPixelMatchL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPixelMatchUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPMS2L1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPMS2UnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5DphiL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5DphiUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfChi2L1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfChi2UnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfNLayerITL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfNLayerITUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmavvUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmawwUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightEcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightEcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDetaL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDetaUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDphiL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDphiUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalHEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPixelMatchL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPixelMatchUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPMS2L1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPMS2UnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsForTripletsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsForTripletsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsClusterRemoverL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsClusterRemoverUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsCombinedL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsCombinedUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsDoubletsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsDoubletsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsTripletsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsTripletsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEleSeedsTrackingRegionsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEleSeedsTrackingRegionsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersCLUE3DHigh_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersCLUE3DHighL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersRecovery_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersRecoveryL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltFirstStepPrimaryVerticesUnsorted_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltFixedGridRhoFastjetAllCaloForEGamma_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltFixedGridRhoFastjetAll_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltGoodOfflinePrimaryVertices_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersEE_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersEEL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersFromSoAProducer_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSci_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSciL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSi_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSiL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalMergeLayerClusters_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalMergeLayerClustersL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoALayerClustersProducer_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoARecHitsLayerClustersProducer_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoARecHitsProducer_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalTrackCollection_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHGCalUncalibRecHitL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepClusters_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepHitDoublets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepHitTriplets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeedLayers_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeeds_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeedTracksLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCandidates_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCandidatespLSTCLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCutClassifier_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCutClassifierpLSTCLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackingRegionFromTrimmedVertices_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTracks_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackSelectionHighPurity_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackSelectionHighPuritypLSTCLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackspLSTCLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsCombinatoricRecoTaus_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsDoublePFTau35MediumDitauWPDeepTau_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsDoublePFTau40TrackPt1MediumChargedIsolation_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTau27LooseTauWPDeepTau_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTau30LooseTauWPDeepTau_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauBasicDiscriminatorsdR03ForDeepTau_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauBasicDiscriminatorsForDeepTau_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauDeepTauProducer_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauDiscriminationByDecayModeFindingNewDMs_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumAbsoluteChargedIsolationDiscriminator_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumAbsOrRelChargedIsolationDiscriminator_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumRelativeChargedIsolationDiscriminator_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauPrimaryVertexProducerForDeepTau_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauProducerSansRefs_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauSecondaryVertexProducerForDeepTau_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauTrackFindingDiscriminator_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauTransverseImpactParametersForDeepTau_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTauLooseTauWPDeepTau_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausMediumDitauWPDeepTau_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausTrackFinding_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausTrackPt1MediumChargedIsolation_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectionDiscriminator_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsTauPFJetsRecoTauChargedHadronsWithNeutrals_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHtMhtPFPuppiCentralJetsQuadC30MaxEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepSeedTracksLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCandidates_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifier_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifierpLSTCLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifierpTTCLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPurity_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPuritypLSTCLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPuritypTTCLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackspLSTCLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackspTTCLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTracksT5TCLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonClustersRefRemoval_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonMerged_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelClusterCheck_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelHitDoublets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelHitTriplets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelLayerTriplets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelSeeds_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelSeedsFiltered_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedForDoublePuppiTau_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForDoublePuppiJetBtagFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiHTFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiJetFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiMETFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForQuadPuppiJetTripleBtagFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TEGammaFilteredCollectionProducer_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TEGammaHGCFilteredCollectionProducer_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonFromL1TkMuonCandidates_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonSeedsFromL1TkMuon_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22EcalIso0p41_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22HcalIso0p40_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22HgcalIso4p70_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfecalIsoFiltered0p41_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfhcalIsoFiltered0p40_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfhgcalIsoFiltered4p70_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3trkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22TrkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fFiltered17_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fFiltered37_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fPreFiltered27_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fPreFiltered8_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu18Filtered20_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu22L3Filtered24Q_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu22L3Filtered50Q_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533L31055DZFiltered0p2_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533L3Filtered1055_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533PreFiltered555_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3MuonsPhase2L3Links_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltMeasurementTrackerEvent_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltOfflinePrimaryVertices_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowBadHcalPseudoCluster_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECAL_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrected_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrectedL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrectedUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHBHE_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHCAL_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHF_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCal_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCalFromTICLL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCalFromTICLUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHO_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitECALL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitECALUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHBHE_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHF_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHGC_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHGCL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHO_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECAL_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECALL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECALUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCal_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCalFromTICLL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCalFromTICLUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowTimeAssignerECAL_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowTmpBarrel_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsECAL_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHCAL_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHF_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHGCAL_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHO_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourJetTags_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourJetTagsModEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourTagInfos_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourTagInfosModEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFMETTypeOneCorrector_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetQuad30MaxEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetsQuad30HT200MaxEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetsQuad30HT330MaxEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiJetForBtagEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiJetForBtagSelectorEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOne140_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOneCorrector_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelLayerQuadruplets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracks_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksHitDoublets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksTrackingRegions_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelVertices_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonTrimmedPixelVertices_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonCandidates_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonGeneralTracks_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepClusters_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepHitDoublets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepHitTriplets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepSeedLayers_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepSeeds_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackCandidates_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackCutClassifier_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTracks_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTracksSelectionHighPurity_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepSeeds_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTrackCandidates_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTrackCutClassifier_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTracks_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTracksSelectionHighPurity_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksAndHighPtTripletTrackingRegions_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracks_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksHitDoublets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksHitQuadruplets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksSeedLayers_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelVertices_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsEcalIsodR0p3dRVeto0p000_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsHcalIsodR0p3dRVeto0p000_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsHgcalLCIsodR0p2dRVetoEM0p00dRVetoHad0p02minEEM0p00minEHad0p00_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p07_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3MuonCandidates_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3MuonsLinksCombination_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuCtfWithMaterialTracks_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuonTrackCutClassifier_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuonTrackSelectionHighPurity_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OISeedsFromL2Muons_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OITrackCandidates_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2OnlineBeamSpotDevice_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2OTHitsInputLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelFitterByHelixProjections_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTrackFilterByKinematics_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitDoublets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitSeeds_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksSeedLayers_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksSoA_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2SiPixelClustersSoA_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2SiPixelRecHitsSoA_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2TowerMakerForAll_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2TrimmedPixelVertices_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoClusterShapeL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoClusterShapeUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoEcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoEcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HgcalHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HgcalHEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelClustersMultiplicity_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerPairsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerPairsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDiphoton3023IsoCaloIdL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDiphoton3023IsoCaloIdUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle2312IsoL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle25CaloIdLPMS2L1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle25CaloIdLPMS2Unseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle115NonIsoL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle26WP70L1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle26WP70Unseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle32WPTightL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle32WPTightUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreHLTAnalyzerEndpath_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton108EBTightIDTightIsoL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton108EBTightIDTightIsoUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton187L1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton187Unseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrimaryVertexAssociation_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrimaryVertexAssociationModEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPuppiTauTkIsoEle45_22L1TkFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPuppiTauTkMuon4218L1TkFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltRechitInRegionsHGCAL_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltSingleAK4PFPuppiJet520_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltSingleTkMuon22L1TkMuonFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltSiPixelClusterShapeCache_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclLayerTileProducer_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclLayerTileProducerL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTracksterLinksL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersCLUE3DHigh_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersCLUE3DHighL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersRecovery_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersRecoveryL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltTrackRefsForJetsBeforeSorting_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltTrackWithVertexRefSelectorBeforeSorting_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltUnsortedOfflinePrimaryVertices_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEleSingle22Filter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEleSingle28Filter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmDouble12Filter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmSingle22Filter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmSingle36Filter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_L1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_Unseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle23_12_Iso_L1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_L1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_Unseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleMediumChargedIsoPFTauHPS40_eta2p1_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleMediumDeepTauPFTauHPS35_eta2p1_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepCSV_2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepFlavour_2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele115_NonIso_L1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele30_WPTight_L1Seeded_LooseDeepTauPFTauHPS30_eta2p1_CrossL1_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele32_WPTight_L1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele32_WPTight_Unseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_IsoMu20_eta2p1_LooseDeepTauPFTauHPS27_eta2p1_CrossL1_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu37_Mu27_FromL1TkMuon_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepCSV_2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepCSV_2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFPuppiMETTypeOne140_PFPuppiMHT140_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_L1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_Unseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/CkfBaseTrajectoryFilter_block_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/ckfBaseTrajectoryFilterP5_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/ckfTrajectoryFilterBeamHaloMuon_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/ClusterShapeTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/detachedQuadStepTrajectoryFilterBase_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/detachedQuadStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/detachedTripletStepTrajectoryFilterBase_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/detachedTripletStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/GroupedCkfTrajectoryBuilder_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/HGCAL_chargeCollectionEfficiencies_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryBuilder_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilterBase_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilterInOut_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonGroupedCkfTrajectoryFilterIT_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetTrajectoryFilterIT_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryBuilder_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterBase_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterInOut_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryBuilder_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonPSetPvClusterComparerForIT_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonSeedFromProtoTracks_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2PSetPvClusterComparerForIT_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2SeedFromProtoTracks_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryBuilder_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetTrajectoryBuilderForGsfElectrons_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetTrajectoryFilterForElectrons_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/HLTSiStripClusterChargeCutLoose_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/HLTSiStripClusterChargeCutNone_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/hltTiclTracksterLinksPSet_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryBuilder_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterBasePreSplitting_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterPreSplitting_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterShapePreSplitting_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/jetCoreRegionalStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtGsfEleTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtQuadStepTrajectoryFilterBase_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtQuadStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepStandardTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepTrajectoryFilterInOut_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/mixedTripletStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryBuilderForInOut_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryBuilderForOutInDisplaced_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForInOut_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForOutIn_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForOutInDisplaced_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/pixelLessStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilterBase_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilterInOut_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/pSetPvClusterComparerForIT_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutLoose_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutNone_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutTight_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/tobTecStepInOutTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/tobTecStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/TrajectoryFilterForConversions_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/TrajectoryFilterForElectrons_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK4PFJetsReconstruction_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK4PFPuppiJetsReconstruction_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK8PFJetsReconstruction_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepCSVSequencePFPuppi_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepCSVSequencePFPuppiModEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepFlavourSequencePFPuppi_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepFlavourSequencePFPuppiModEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCalolocalrecoSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCaloMETReconstruction_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCaloTowersRecSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCsclocalrecoSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDiphoton3023IsoCaloIdL1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDiphoton3023IsoCaloIdUnseededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoFullUnpackingEgammaEcalL1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoFullUnpackingEgammaEcalSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalHcalSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalPixelSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalStripSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle2312IsoL1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle25CaloIdLPMS2L1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle25CaloIdLPMS2UnseededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDtlocalrecoSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEGammaDoLocalHcalSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle115NonIsoL1SeededGsfElectronL1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle115NonIsoL1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle26WP70L1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle26WP70UnseededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle32WPTightL1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle32WPTightUnseededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5OpenL1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5OpenUnseededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTElePixelMatchL1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTElePixelMatchUnseededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTFastJetForEgammaSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGemLocalRecoSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGsfElectronL1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGsfElectronUnseededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalLocalRecoSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgamma_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaL1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaUnseededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHighPtTripletStepSeedingSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHighPtTripletStepSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHPSDeepTauPFTauSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHPSMediumChargedIsoPFTauSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTInitialStepPVSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTInitialStepSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTIter0Phase2L3FromL1TkSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTIter2Phase2L3FromL1TkSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTItLocalRecoSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTL1UnpackerSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTL2MuonsFromL1TkSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTMuonlocalrecoSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTOtLocalRecoSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowClusterECALSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowClusterSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowRecoSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowSuperClusteringSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringECALSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusteringForEgammaL1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusteringForEgammaUnseededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringHBHEHFSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringHOSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusterJMEReconstruction_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusterRefsForJetsSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFHcalClusteringForEgammaSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFJetsCHSReconstruction_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFMETsReconstruction_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFPuppiJMEReconstruction_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFPuppiMETReconstruction_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3FromL1TkSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3MuonGeneralTracksSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3MuonsSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3OISequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2PixelTracksSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton108EBTightIDTightIsoL1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton108EBTightIDTightIsoUnseededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton187L1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton187UnseededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclCandidateSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclLayerTileSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTracksterLinksSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTracksterMergeSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersCLUE3DHighStepSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersRecoverySequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersRecoverySequenceL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTVertexRecoSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/services/RandomNumberGeneratorService_cfi.py", "HLTrigger/Configuration/test/testAccessToEDMInputsOfHLTTests_update_filelist.sh", "HLTriggerOffline/HeavyFlavor/python/heavyFlavorValidationHarvestingSequence_cff.py", "HLTriggerOffline/Scouting/test/runScoutingMonitoringDQM_EGammaOnly_step1_cfg.py", "HLTriggerOffline/Scouting/test/runScoutingMonitoringDQM_EGammaOnly_step2_cfg.py", "HLTriggerOffline/SUSYBSM/test/BSMTriggerCheck/html/template/comp_beginning.html", "HLTriggerOffline/SUSYBSM/test/BSMTriggerCheck/html/template/menu_beginning.html", "IOMC/EventVertexGenerators/python/VtxSmearedFixed_EmitRealistic5TeVppCollision2017_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic100ns13TeVCollisionBetaStar90m_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic100ns13TeVCollisionBetaStar90mLowBunches_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEarly2022Collision_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEarly2023Collision_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEOY2022Collision_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeV2016Collision_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeVEarly2017Collision_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeVEarly2018Collision_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns900GeV2021Collision_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic2p76TeV2011Collision_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic2p76TeV2013Collision_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic50ns13TeVCollisionZeroTesla_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic5TeVPA2016Collision_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic5TeVppCollision2017_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic7TeVCollisionComm10_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic8TeVPA2016Collision_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealisticHICollisionFixZ2015_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRun3FlatOpticsGaussSigmaZ4p2cm_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRun3FlatOpticsGaussSigmaZ5p3cm_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRun3RoundOptics25ns13TeVHighSigmaZ_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRun3RoundOptics25ns13TeVLowSigmaZ_cfi.py", "JetMETCorrections/InterpolationTables/interface/InterpolationFunctorInstances.h", "JetMETCorrections/InterpolationTables/interface/StorableMultivariateFunctorReader.h", "JetMETCorrections/TauJet/data/IterativeCone0.4_EtScheme_TowerEt0.5_E0.8_Jets871_2x1033PU_tau.txt", "L1TriggerConfig/CSCTFConfigProducers/python/L1MuCSCTFConfigurationRcdSrc_cfi.py", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/phi12.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/phi42.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12h.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12h_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12l.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12l_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13h.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13h_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13l.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13l_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14h.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14h_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14l.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14l_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta15h_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta15l_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23h.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23h_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23l.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23l_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24h.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24h_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24l.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24l_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta25h_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta25l_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34h.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34h_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34l.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34l_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/ETFPatternList.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP1.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP2.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP3.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP4.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP5.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP6.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext12.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext13.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext14.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext15.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext16.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext21.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext23.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext24.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext25.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext26.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext34.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext35.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext56.lut", "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTChannelMaskConfigOnline_cfi.py", "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTParametersKeysOnlineProd_cfi.py", "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTParametersOnlineProducer_cfi.py", "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesConfig_cff.py", "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesConfig_cfi.py", "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesDBConfig_cff.py", "L1TriggerConfig/L1CSCTPConfigProducers/src/L1CSCTriggerPrimitivesConfigProducer.cc", "L1TriggerConfig/L1CSCTPConfigProducers/src/L1CSCTriggerPrimitivesConfigProducer.h", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu2008_2E30.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu_2008MC_2E30.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu2008_2E31.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v0_L1T_Scales_20080922_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v1_L1T_Scales_20080922_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20080922_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090519_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090624_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v4_L1T_Scales_20090624_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1x1032/L1Menu_CRUZET200805.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v0_L1T_Scales_20101224_Imp0_0x1027.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v1_L1T_Scales_20101224_Imp0_0x1028.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v2_L1T_Scales_20101224_Imp0_0x102a.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v3_L1T_Scales_20101224_Imp0_0x102b.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25nsStage1_v3_L1T_Scales_20141121_Imp0_0x1031.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v0_L1T_Scales_20101224_Imp0_0x102f.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v1_L1T_Scales_20101224_Imp0_0x102f.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v2_L1T_Scales_20141121_Imp0_0x1030.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v1_L1T_Scales_20141121_Imp0_0x1030.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v2_L1T_Scales_20141121.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v3_L1T_Scales_20141121.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v4_L1T_Scales_20141121.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50ns_v0_L1T_Scales_20141121_Imp0_0x1031.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v1_L1T_Scales_20141121.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v2_L1T_Scales_20141121.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v3_L1T_Scales_20141121.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v4_L1T_Scales_20141121.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2011_v0_L1T_Scales_20101224_Imp0_0x1026.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2011_v0_nobsc_notau_centrality_q2_singletrack.v1.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2013_v0_L1T_Scales_20101224_Imp0_0x102c.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v1.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v2.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v3.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v4.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v5.xml", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/calosetup", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/defvalpkg", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/header", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/jet_cnts", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/muonsetup", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/calo_setup.vhd", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond1_chip_pkg.vhd", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond1_chip.qsf", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond2_chip_pkg.vhd", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond2_chip.qsf", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/def_val_pkg.vhd", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/muon_setup.vhd", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/pre_algo_and_or.vhd", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAlgoTrigConfigOnlineProd.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAlgoTrigTrivialProducer.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAndMasksTester.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsTechTrigConfigOnlineProd.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsTechTrigTrivialProducer.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtStableParametersTrivialProducer.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskAlgoTrigConfigOnlineProd.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskAlgoTrigTrivialProducer.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskTechTrigConfigOnlineProd.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskTechTrigTrivialProducer.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoAlgoTrigTrivialProducer.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoTechTrigConfigOnlineProd.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoTechTrigTrivialProducer.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMenuConfigOnlineProd.h", "L1TriggerConfig/L1GtConfigProducers/python/L1GtPrescaleFactorsAlgoTrigConfig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsAlgoTrigOnline_cfi.py", "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsAndMasksTester_cfi.py", "L1TriggerConfig/L1GtConfigProducers/python/L1GtPrescaleFactorsTechTrigConfig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsTechTrigOnline_cfi.py", "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskAlgoTrigConfig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskAlgoTrigOnline_cfi.py", "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskTechTrigConfig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskTechTrigOnline_cfi.py", "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskVetoAlgoTrigConfig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskVetoTechTrigConfig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskVetoTechTrigOnline_cfi.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_PrescaleFactorsAlgoTrig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_PrescaleFactorsAlgoTrigUnprescale_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_TriggerMaskAlgoTrig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu_2008MC_2E30_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_PrescaleFactorsAlgoTrig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_PrescaleFactorsAlgoTrigUnprescale_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_TriggerMaskAlgoTrig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v0_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090519_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090624_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v4_L1T_Scales_20090624_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_PrescaleFactorsAlgoTrig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_PrescaleFactorsAlgoTrigUnprescale_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_TriggerMaskAlgoTrig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_ecal_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_hcal_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_PrescaleFactorsAlgoTrig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_ecal_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_hcal_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskTechTrig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_Test_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v1_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v2_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v3_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v4_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v5_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsAlgoTrigConfigOnlineProd.cc", "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsAlgoTrigTrivialProducer.cc", "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsTechTrigConfigOnlineProd.cc", "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsTechTrigTrivialProducer.cc", "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskAlgoTrigConfigOnlineProd.cc", "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskAlgoTrigTrivialProducer.cc", "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskTechTrigConfigOnlineProd.cc", "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskTechTrigTrivialProducer.cc", "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoAlgoTrigTrivialProducer.cc", "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoTechTrigConfigOnlineProd.cc", "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoTechTrigTrivialProducer.cc", "L1TriggerConfig/L1GtConfigProducers/test/L1GtPrescaleFactorsAlgoTrigOnlineTest_cfg.py", "L1TriggerConfig/L1GtConfigProducers/test/L1GtPrescaleFactorsTechTrigOnlineTest_cfg.py", "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskAlgoTrigOnlineTest_cfg.py", "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskTechTrigOnlineTest_cfg.py", "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskVetoTechTrigOnlineTest_cfg.py", "L1TriggerConfig/L1ScalesProducers/python/L1MuTriggerPtScaleOnlineProducer_cfi.py", "L1TriggerConfig/L1ScalesProducers/python/L1MuTriggerScalesOnlineProducer_cfi.py", "L1TriggerConfig/L1TConfigProducers/python/L1TGlobalPrescalesVetosObjectKeysOnline_cfi.py", "L1TriggerConfig/L1TConfigProducers/python/L1TMuonEndCapForestOnlineProxy_cfi.py", "L1TriggerConfig/L1TConfigProducers/python/L1TMuonOverlapObjectKeysOnline_cfi.py", "L1TriggerConfig/L1TConfigProducers/python/L1TMuonOverlapParamsOnlineProxy_cfi.py", "L1TriggerConfig/L1TConfigProducers/python/L1TUtmTriggerMenuObjectKeysOnline_cfi.py", "L1TriggerConfig/L1TConfigProducers/src/L1TGlobalPrescalesVetosObjectKeysOnlineProd.cc", "L1TriggerConfig/L1TConfigProducers/src/L1TUtmTriggerMenuObjectKeysOnlineProd.cc", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_BTagSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_crossLepSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_hadr_crossLepSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_hadr_metSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_lepSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_BTagSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_crossLepSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_hadr_crossLepSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_hadr_metSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_lepSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_constants.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_ids.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_scalings.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_BTagSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_crossLepSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_hadr_crossLepSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_hadr_metSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_lepSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenuObjects_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_constants.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_ids.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_scalings.py", "L1Trigger/DTTriggerPhase2/test/primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py", "L1Trigger/DTTriggerPhase2/test/primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg_withRPC.py", "L1Trigger/DTTriggerPhase2/test/test_primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py", "L1Trigger/GlobalTriggerAnalyzer/python/customise_l1GtPatternGeneratorFromRaw.py", "L1Trigger/GlobalTriggerAnalyzer/test/L1GtPatternGenerator_overrideL1Menu_cfg.py", "L1Trigger/L1CaloTrigger/python/l1tPhase2GCTBarrelToCorrelatorLayer1Emulator_cfi.py", "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_0_ECALZS_inconsistent_cfi.py", "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_1_ECALZS_inconsistent_cfi.py", "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_1_ECALZS_noHFJEC_newEGIso_cfi.py", "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_0_HI_inconsistent_cfi.py", "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_10_mean_inconsistent_cfi.py", "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_10_mode_inconsistent_cfi.py", "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_2_noHCALSF_inconsistent_cfi.py", "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_2_updateHFSF_v6MET_cfi.py", "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_2_updateHFSF_v7MET_cfi.py", "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_updateHFSF_v6MET_cfi.py", "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_mean_cfi.py", "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_mean_newHF_cfi.py", "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_newHF_cfi.py", "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_newHF_v6MET_cfi.py", "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_oldHFSFForJECOnly_cfi.py", "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2ClusterAlgorithmFirmwareImp1.cc", "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2EGammaAlgorithmFirmwareImp1.cc", "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2EtSumAlgorithmFirmwareImp1.cc", "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2JetSumAlgorithmFirmwareImp1.cc", "L1Trigger/L1TCalorimeter/src/firmware/Stage2TowerCompressAlgorithmFirmwareImp1.cc", "L1Trigger/L1TCalorimeter/src/firmware/Stage2TowerDecompressAlgorithmFirmwareImp1.cc", "L1Trigger/L1THGCal/interface/concentrator/HGCalConcentratorProcessorSelection.h", "L1Trigger/L1THGCal/interface/concentrator/HGCalConcentratorSuperTriggerCellImpl.h", "L1Trigger/L1THGCal/plugins/backend/HGCalBackendLayer2Processor3DClustering_SA.cc", "L1Trigger/L1THGCalUtilities/test/ntuples/HGCalTriggerNtupleHGCConcentratorData.cc", "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlap_Pats0x0013_generateExtrFactors.py", "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGeneratorClassProb.py", "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGenerator_displ.py", "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGenerator.py", "L1Trigger/L1TMuonOverlapPhase2/interface/LutNetworkFixedPointRegression2Outputs.h", "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGeneratorClassProb_phase2.py", "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGenerator_displ_phase2.py", "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGenerator_phase2.py", "L1Trigger/Phase2L1ParticleFlow/data/hgcal_egID/Photon_Pion_vs_Neutrino_BDTweights_1116.xml.gz", "L1Trigger/Phase2L1ParticleFlow/data/hgcal_egID/Photon_vs_Pion_BDTweights_1116.xml.gz", "L1Trigger/Phase2L1ParticleFlow/interface/L1TCorrelatorLayer1PatternFileWriter.h", "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/buffered_folded_multififo_regionizer_ref.h", "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/folded_multififo_regionizer_ref.h", "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/middle_buffer_multififo_regionizer_ref.h", "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/multififo_regionizer_elements_ref.h", "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/multififo_regionizer_elements_ref.icc", "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/tdr_regionizer_elements_ref.h", "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/tdr_regionizer_elements_ref.icc", "L1Trigger/Phase2L1ParticleFlow/src/regionizer/buffered_folded_multififo_regionizer_ref.cpp", "L1Trigger/Phase2L1ParticleFlow/src/regionizer/folded_multififo_regionizer_ref.cpp", "L1Trigger/Phase2L1ParticleFlow/src/regionizer/middle_buffer_multififo_regionizer_ref.cpp", "MagneticField/GeomBuilder/plugins/dd4hep/DD4hep_VolumeBasedMagneticFieldESProducer.cc", "MagneticField/GeomBuilder/plugins/dd4hep/DD4hep_VolumeBasedMagneticFieldESProducerFromDB.cc", "MagneticField/Interpolation/test/BinaryTablesGeneration/prepareMagneticFieldGrid.cc", "MagneticField/Interpolation/test/BinaryTablesGeneration/prepareMagneticFieldGrid.h", "MagneticField/Interpolation/test/BinaryTablesGeneration/validateField_TOSCATables.py", "MagneticField/ParametrizedEngine/interface/ParabolicParametrizedMagneticField.h", "MagneticField/ParametrizedEngine/plugins/AutoParametrizedMagneticFieldProducer.cc", "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_OAE_3_8T_cfi.py", "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_OAE85l_cfi.py", "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_PolyFit2D_cfi.py", "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_PolyFit3D_cfi.py", "MagneticField/ParametrizedEngine/test/alpaka/testParabolicParametrizedMagneticField.dev.cc", "MuonAnalysis/MomentumScaleCalibration/test/Macros/CompareWithSystematicError.cc", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasUpsilonValidation.cc", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasY1SValidation.cc", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasZValidation.cc", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/ComparePhiPlusMinus.cc", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareWithExpectedBeforeAfter.cc", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareWithExpected.cc", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CrystalBallFitOnData_JPsi.cc", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/GaussianFitOnData_Psi2S.cc", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Base.C", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Y1S.C", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Z.C", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlap_Upsilon.C", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlap_Y1S.C", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/RunCompareBias_template.C", "MuonAnalysis/MomentumScaleCalibration/test/Macros/ShowProbabilityDistribution.C", "MuonAnalysis/MomentumScaleCalibration/test/Macros/TreeProduction/MuScleFit_template_cfg.py", "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/SplitAndRunBatch.sh", "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/StatisticalErrors_instructions.txt", "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/TakeParameterFromBatch.sh", "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/TreeSplitter_cfg.py", "MuonAnalysis/MomentumScaleCalibration/test/tree_production/miniAODVBTFMuonsOnlyTreeMC_CRAB_cfg.py", "MuonAnalysis/MomentumScaleCalibration/test/UnitTests/TestCrossSectionHandler.cc", "MuonAnalysis/MuonAssociators/test/MuonMCClassifier/debugMuonsClassByHits_cfg.py", "MuonAnalysis/MuonAssociators/test/MuonMCClassifier/patMuonsWithClassByHits_cfg.py", "MuonAnalysis/MuonAssociators/test/Trigger/patMuonsWithTrigger_Data_HLTDEBUG_cfg.py", "MuonAnalysis/MuonAssociators/test/Trigger/patMuonsWithTrigger_mc_HLTDEBUG_cfg.py", "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/db/ClassNotSupportedException.java", "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIdConverter.java", "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIDGenerator.java", "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/IDetIdGenerator.java", "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECAnalyzer.java", "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECDetIdConverter.java", "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TOBAnalyzer.java", "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TOBDetIdConverter.java", "OnlineDB/SiStripO2O/test/O2O_Validation/template_Validate_FEDCabling_O2O_cfg.py", "OnlineDB/SiStripO2O/test/P5/20X/SiStripO2O_AT_P5_table_multipartition_Commissioning.sh", "OnlineDB/SiStripO2O/test/P5/21X/SiStripO2O_AT_P5_table_multipartition_Commissioning.sh", "PhysicsTools/HepMCCandAlgos/python/allStandAloneMuonTracksGenParticlesLeptonMatch_cfi.py", "PhysicsTools/HepMCCandAlgos/python/allSuperClustersGenParticlesLeptonMatch_cfi.py", "PhysicsTools/NanoAODTools/python/postprocessing/framework/treeReaderArrayTools.py", "PhysicsTools/PatAlgos/python/slimming/offlineSlimmedPrimaryVerticesWithBS_cfi.py", "PhysicsTools/SelectorUtils/interface/SimpleCutBasedElectronIDSelectionFunctor.h", "RecoBTag/CTagging/python/candidateCombinedSecondaryVertexSoftLeptonCvsLComputer_cfi.py", "RecoBTag/CTagging/python/pfInclusiveSecondaryVertexFinderNegativeCvsLTagInfos_cfi.py", "RecoBTag/ImpactParameter/python/candidateNegativeOnlyJetBProbabilityComputer_cfi.py", "RecoBTag/ImpactParameter/python/candidateNegativeOnlyJetProbabilityComputer_cfi.py", "RecoBTag/ImpactParameter/python/candidateNegativeTrackCounting3D2ndComputer_cfi.py", "RecoBTag/ImpactParameter/python/candidateNegativeTrackCounting3D3rdComputer_cfi.py", "RecoBTag/ImpactParameter/python/candidatePositiveOnlyJetBProbabilityComputer_cfi.py", "RecoBTag/ImpactParameter/python/candidatePositiveOnlyJetProbabilityComputer_cfi.py", "RecoBTag/ONNXRuntime/plugins/UnifiedParticleTransformerAK4ONNXJetTagsProducer.cc", "RecoBTag/ONNXRuntime/plugins/UnifiedParticleTransformerAK4SonicJetTagsProducer.cc", "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V01/pfDeepBoostedJetPreprocessParams_cfi.py", "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V02/pfDeepBoostedJetPreprocessParams_cfi.py", "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V02/pfMassDecorrelatedDeepBoostedJetPreprocessParams_cfi.py", "RecoBTag/ONNXRuntime/python/Parameters/HiggsInteractionNet/V00/pfHiggsInteractionNetPreprocessParams_cfi.py", "RecoBTag/ONNXRuntime/python/pfMassDecorrelatedDeepBoostedDiscriminatorsJetTags_cfi.py", "RecoBTag/ONNXRuntime/python/pfMassDecorrelatedParticleNetDiscriminatorsJetTags_cfi.py", "RecoBTag/ONNXRuntime/python/pfParticleNetFromMiniAODAK4DiscriminatorsJetTags_cfi.py", "RecoBTag/ONNXRuntime/python/pfParticleNetFromMiniAODAK8DiscriminatorsJetTags_cfi.py", "RecoBTag/ONNXRuntime/python/pfParticleTransformerAK4DiscriminatorsJetTags_cfi.py", "RecoBTag/ONNXRuntime/python/pfUnifiedParticleTransformerAK4DiscriminatorsJetTags_cfi.py", "RecoBTag/ONNXRuntime/python/pfUnifiedParticleTransformerAK4V1DiscriminatorsJetTags_cfi.py", "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterFromFile_WPandPayload.cc", "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterFromFile_WPandPayload_IOV.cc", "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterTFormula_fromfile_WPandPL.cc", "RecoBTag/SecondaryVertex/interface/CandidateBoostedDoubleSecondaryVertexComputer.h", "RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexAK8Computer_cfi.py", "RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexCA15Computer_cfi.py", "RecoBTag/SecondaryVertex/python/candidateCombinedSecondaryVertexSoftLeptonComputer_cfi.py", "RecoBTag/SecondaryVertex/python/candidateCombinedSecondaryVertexV2Computer_cfi.py", "RecoBTag/SecondaryVertex/python/candidateNegativeCombinedSecondaryVertexV2Computer_cfi.py", "RecoBTag/SecondaryVertex/python/candidatePositiveCombinedSecondaryVertexV2Computer_cfi.py", "RecoBTag/SecondaryVertex/python/candidateSimpleSecondaryVertex2TrkComputer_cfi.py", "RecoBTag/SecondaryVertex/python/candidateSimpleSecondaryVertex3TrkComputer_cfi.py", "RecoBTag/SecondaryVertex/python/combinedInclusiveSecondaryVertexV2BJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderFilteredNegativeTagInfos_cfi.py", "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderFilteredTagInfos_cfi.py", "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py", "RecoBTag/SecondaryVertex/python/negativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/negativeCombinedSecondaryVertexV2BJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/negativeCombinedSecondaryVertexV2Computer_cfi.py", "RecoBTag/SecondaryVertex/python/negativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/negativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/negativeSimpleSecondaryVertexHighEffBJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/negativeSimpleSecondaryVertexHighPurBJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfBoostedDoubleSecondaryVertexAK8BJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfBoostedDoubleSecondaryVertexCA15BJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderAK8TagInfos_cfi.py", "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderCA15TagInfos_cfi.py", "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py", "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderTagInfos_cfi.py", "RecoBTag/SecondaryVertex/python/pfNegativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfNegativeCombinedSecondaryVertexV2BJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfNegativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfNegativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfNegativeSimpleSecondaryVertexHighEffBJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfNegativeSimpleSecondaryVertexHighPurBJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfPositiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfPositiveCombinedSecondaryVertexV2BJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/positiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/positiveCombinedSecondaryVertexV2BJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/positiveCombinedSecondaryVertexV2Computer_cfi.py", "RecoBTag/SecondaryVertex/python/simpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/simpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", "RecoEcal/EgammaClusterProducers/python/correctedDynamicHybridSuperClusters_cfi.py", "RecoEcal/EgammaClusterProducers/python/correctedEndcapSuperClustersWithPreshower_cfi.py", "RecoEcal/EgammaClusterProducers/python/correctedFixedMatrixSuperClustersWithPreshower_cfi.py", "RecoEcal/EgammaClusterProducers/python/correctedIslandBarrelSuperClusters_cfi.py", "RecoEcal/EgammaClusterProducers/python/correctedIslandEndcapSuperClusters_cfi.py", "RecoEcal/EgammaClusterProducers/python/correctedMulti5x5ClustersWithPreshower_cfi.py", "RecoEcal/EgammaClusterProducers/python/correctedMulti5x5SuperClustersWithPreshower_cfi.py", "RecoEcal/EgammaClusterProducers/python/fixedMatrixPreshowerClusteringSequence_cff.py", "RecoEcal/EgammaClusterProducers/python/fixedMatrixSuperClustersWithPreshower_cfi.py", "RecoEcal/EgammaClusterProducers/python/interestingDetIdCollectionProducer_cfi.py", "RecoEcal/EgammaClusterProducers/python/interestingDetIdFromSuperClusterProducer_cfi.py", "RecoEcal/EgammaClusterProducers/python/multi5x5PreshowerClusteringSequence_cff.py", "RecoEcal/EgammaClusterProducers/python/multi5x5SuperClustersWithPreshower_cfi.py", "RecoEcal/EgammaClusterProducers/python/particleFlowSuperClusteringSequence_cff.py", "RecoEcal/EgammaClusterProducers/src/InterestingDetIdFromSuperClusterProducer.cc", "RecoEcal/EgammaCoreTools/plugins/EcalBasicClusterLocalContCorrectionsESProducer.cc", "RecoEgamma/EgammaElectronAlgos/interface/ecalClusterEnergyUncertaintyElectronSpecific.h", "RecoEgamma/EgammaElectronAlgos/src/ecalClusterEnergyUncertaintyElectronSpecific.cc", "RecoEgamma/EgammaElectronProducers/plugins/GsfElectronCoreEcalDrivenProducer.cc", "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedHeavyObjectCache.cc", "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedHeavyObjectCache.h", "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedValueMapsProducer.cc", "RecoEgamma/EgammaElectronProducers/plugins/TrackingRegionsFromSuperClustersProducer.cc", "RecoEgamma/EgammaElectronProducers/python/lowPtGsfElectronsPreRegression_cfi.py", "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTBcHcalIsolationProducersRegional.cc", "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTElectronTrackIsolationProducers.cc", "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTPhotonTrackIsolationProducersRegional.cc", "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaEcalPFClusterIsolationProducer.cc", "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaHcalPFClusterIsolationProducer.cc", "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaIsoHcalDetIdCollectionProducer.cc", "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaEcalExtractor.cc", "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaHcalExtractor.cc", "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaRecHitExtractor.cc", "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaTowerExtractor.cc", "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaTrackExtractor.cc", "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/ElectronPFIsolationWithConeVeto.cc", "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/ElectronPFIsolationWithMapBasedVeto.cc", "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/PhotonPFIsolationWithConeVeto.cc", "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/PhotonPFIsolationWithMapBasedVeto.cc", "RecoEgamma/EgammaIsolationAlgos/python/interestingEgammaIsoDetIdsSequence_cff.py", "RecoEgamma/EgammaIsolationAlgos/python/interestingEgammaIsoESDetIdModule_cff.py", "RecoEgamma/EgammaIsolationAlgos/test/runInterestingEgammaIsoDetIdsSequence_cfg.py", "RecoEgamma/EgammaPhotonProducers/python/conversionTrackSequenceForReReco_cff.py", "RecoEgamma/EgammaPhotonProducers/python/propAlongMomentumWithMaterialForElectrons_cfi.py", "RecoEgamma/EgammaPhotonProducers/python/propOppoMomentumWithMaterialForElectrons_cfi.py", "RecoEgamma/EgammaPhotonProducers/python/trajectoryCleanerBySharedHitsForConversions_cfi.py", "RecoEgamma/ElectronIdentification/data/ElectronMVAEstimatorRun2Fall17V1Variables.txt", "RecoEgamma/ElectronIdentification/data/Fall17/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_92X.txt", "RecoEgamma/ElectronIdentification/data/Fall17/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_94X.txt", "RecoEgamma/ElectronIdentification/data/Run3_Winter22/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_122X.txt", "RecoEgamma/ElectronIdentification/data/Spring15/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_25ns.txt", "RecoEgamma/ElectronIdentification/data/Spring15/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_50ns.txt", "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_80X.txt", "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_HLT_ecalPFClusterIso.txt", "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_HLT_hcalPFClusterIso.txt", "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5E2x5OverE5x5WithSatCut.cc", "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5SigmaIEtaIEtaCut.cc", "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5SigmaIEtaIEtaWithSatCut.cc", "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleHadronicOverEMEnergyScaledCut.cc", "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleHadronicOverEMLinearCut.cc", "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronHLTPreselecition_Summer16_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Fall17_94X_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Fall17_94X_V2_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_25ns_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_50ns_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_50ns_V2_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Summer16_80X_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Summer20_PhaseII_V0_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_tools.py", "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Winter22_122X_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV51_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV60_80XAOD_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV60_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV70_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV71_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_tools.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V2_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V2_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_RunIIIWinter22_iso_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_RunIIIWinter22_noIso_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_25ns_nonTrig_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_25ns_Trig_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_50ns_Trig_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_GeneralPurpose_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_HZZ_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer16UL_ID_ISO_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer17UL_ID_ISO_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer18UL_ID_ISO_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Winter22_HZZ_V1_cff.py", "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased_TrueVtx.txt", "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt", "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased_V2.txt", "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased_TrueVtx.txt", "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt", "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased_V2.txt", "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased_TrueVtx.txt", "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased.txt", "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased_V2.txt", "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesFall17V1p1.txt", "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring15.txt", "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring15ValMaps.txt", "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring16.txt", "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun3VariablesWinter22V1.txt", "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_ChgHadronIso_95percentBased.txt", "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_coneBasedHoverE_95percentBased.txt", "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_ECalClusterIso_95percentBased.txt", "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_HCalClusterIso_95percentBased.txt", "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_NeuHadronIso_95percentBased.txt", "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_PhotonIso_95percentBased.txt", "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_TrackerIso_95percentBased.txt", "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfChargedHadrons_25ns_NULLcorrection.txt", "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfChargedHadrons_50ns.txt", "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfNeutralHadrons_25ns_90percentBased.txt", "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfNeutralHadrons_50ns.txt", "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfPhotons_25ns_90percentBased.txt", "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfPhotons_50ns.txt", "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt", "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt", "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfPhotons_90percentBased_3bins.txt", "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfPhotons_90percentBased.txt", "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndExpoScalingCut.cc", "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndExpoScalingEBCut.cc", "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndQuadScalingCut.cc", "RecoEgamma/PhotonIdentification/plugins/cuts/PhoFull5x5SigmaIEtaIEtaValueMapCut.cc", "RecoEgamma/PhotonIdentification/plugins/cuts/PhoGenericQuadraticRhoPtScaledCut.cc", "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V1_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V1_TrueVtx_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V2_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_RunIIIWinter22_122X_V1_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring15_25ns_V1_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring15_50ns_V1_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring16_V2p2_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_tools.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V1_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V1p1_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V2_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V0_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V2_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V2p1_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V0_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V1_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V2_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V2p1_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring16_nonTrig_V1_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Summer20_PhaseII_V0_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Winter22_122X_V1_cff.py", "RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDRVertexAssigned.h", "RecoJets/JetAssociationProducers/python/ic5PFJetTracksAssociatorAtVertex_cfi.py", "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalCrystalMatrixProbality.h", "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalDeadChannelRecoveryAlgos.h", "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalDeadChannelRecoveryBDTG.h", "RecoLocalCalo/EcalRecProducers/interface/EcalUncalibRecHitFillDescriptionWorkerFactory.h", "RecoLocalCalo/EcalRecProducers/interface/EcalUncalibRecHitWorkerRunOneDigiBase.h", "RecoLocalCalo/EcalRecProducers/plugins/alpaka/AmplitudeComputationCommonKernels.h", "RecoLocalCalo/EcalRecProducers/plugins/alpaka/AmplitudeComputationKernels.dev.cc", "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalMultifitConditionsHostESProducer.cc", "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalPhase2DigiToPortableProducer.cc", "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalRecHitConditionsESProducer.cc", "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitMultiFitAlgoPortable.dev.cc", "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitMultiFitAlgoPortable.h", "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsAlgoPortable.dev.cc", "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsAlgoPortable.h", "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsProducerPortable.cc", "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsStruct.h", "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitProducerPortable.cc", "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitConvertGPU2CPUFormat.cc", "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsAlgoGPU.cu", "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsKernels.cu", "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsProducer.cc", "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsProducerGPU.cc", "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerFixedAlphaBetaFit.cc", "RecoLocalCalo/EcalRecProducers/python/ecalFixedAlphaBetaFitUncalibRecHit_cfi.py", "RecoLocalCalo/EcalRecProducers/src/EcalUncalibRecHitFillDescriptionWorkerFactory.cc", "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducerGPU_harvesting.py", "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducerGPU.py", "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducer.py", "RecoLocalCalo/HcalRecAlgos/plugins/alpaka/HcalRecoParamsWithPulseShapesESProducer.cc", "RecoLocalCalo/HcalRecProducers/plugins/alpaka/HcalSiPMCharacteristicsESProducer.cc", "RecoLocalCalo/HGCalRecAlgos/interface/alpaka/HGCalRecHitCalibrationAlgorithms.h", "RecoLocalCalo/HGCalRecAlgos/plugins/alpaka/HGCalRecHitCalibrationAlgorithms.dev.cc", "RecoLocalCalo/HGCalRecAlgos/plugins/alpaka/HGCalRecHitConfigurationESProducer.cc", "RecoLocalCalo/HGCalRecProducers/interface/alpaka/HGCalSoAClustersExtraDeviceCollection.h", "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersAlgoWrapper.dev.cc", "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersSoAAlgoWrapper.dev.cc", "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersSoAAlgoWrapper.h", "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalSoALayerClustersProducer.cc", "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalSoARecHitsLayerClustersProducer.cc", "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsConditions.cc", "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsFiller.cc", "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsFiller.h", "RecoLocalCalo/HGCalRecProducers/plugins/HGCalLayerClusterHeterogeneousDumper.cc", "RecoLocalCalo/HGCalRecProducers/plugins/HGCalLayerClusterHeterogeneousSoADumper.cc", "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_LinearDrift_cfi.py", "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py", "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_ParamDrift_cfi.py", "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDrift_cfi.py", "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDrift_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py", "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_NoDrift_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_ParamDrift_cfi.py", "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/dt2DSegments_MTPatternReco2D_LinearDriftFromDB_cfi.py", "RecoLocalMuon/DTSegment/python/dt2DSegments_MTPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_LinearDrift_cfi.py", "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py", "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_ParamDrift_cfi.py", "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDrift_cfi.py", "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDrift_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py", "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_NoDrift_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_ParamDrift_cfi.py", "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/dt4DSegments_MTPatternReco4D_LinearDriftFromDB_cfi.py", "RecoLocalMuon/DTSegment/python/dt4DSegments_MTPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDrift_cfi.py", "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDrift_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_cfi.py", "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_NoDrift_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_ParamDrift_cfi.py", "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDrift_cfi.py", "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDrift_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_cfi.py", "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_NoDrift_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_ParamDrift_cfi.py", "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco2DAlgo_LinearDriftFromDB_cfi.py", "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco4DAlgo_LinearDriftFromDB_cfi.py", "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py", "RecoLocalMuon/GEMRecHit/test/SingleMuPt100_cfi_GEM-SIM-DIGI_Extended2015MuonGEMDev.py", "RecoLocalTracker/ClusterParameterEstimator/interface/ClusterParameterEstimator.h", "RecoLocalTracker/ClusterParameterEstimator/interface/PixelClusterParameterEstimator.h", "RecoLocalTracker/ClusterParameterEstimator/interface/StripClusterParameterEstimator.h", "RecoLocalTracker/Configuration/python/RecoLocalTracker_Cosmics_EventContent_cff.py", "RecoLocalTracker/Phase2TrackerRecHits/python/Phase2StripCPEGeometricESProducer_cfi.py", "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerAlgorithm.cc", "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerAlgorithm.h", "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerSequentialAlgorithm.h", "RecoLocalTracker/SiPhase2VectorHitBuilder/interface/VectorHitBuilderAlgorithmBase.h", "RecoLocalTracker/SiPhase2VectorHitBuilder/interface/VectorHitBuilderAlgorithm.h", "RecoLocalTracker/SiPhase2VectorHitBuilder/plugins/SiPhase2RecHitMatcherESProducer.cc", "RecoLocalTracker/SiPhase2VectorHitBuilder/plugins/VectorHitBuilderEDProducer.cc", "RecoLocalTracker/SiPhase2VectorHitBuilder/test/Clusters_productionAndTesting.py", "RecoLocalTracker/SiPhase2VectorHitBuilder/test/VHs_combinatorialStudies_PU200.py", "RecoLocalTracker/SiPhase2VectorHitBuilder/test/VHs_SeedingOT_productionAndTesting.py", "RecoLocalTracker/SiPixelClusterizer/plugins/alpaka/SiPixelPhase2DigiToCluster.cc", "RecoLocalTracker/SiPixelClusterizer/plugins/alpaka/SiPixelRawToClusterKernel.dev.cc", "RecoLocalTracker/SiPixelClusterizer/plugins/SiPixelDigisClustersFromSoAAlpaka.cc", "RecoLocalTracker/SiPixelClusterizer/python/SiPixelClusterizerPreSplitting_cfi.py", "RecoLocalTracker/SiPixelRecHits/interface/alpaka/PixelCPEFastParamsCollection.h", "RecoLocalTracker/SiPixelRecHits/plugins/alpaka/PixelCPEFastParamsESProducerAlpaka.cc", "RecoLocalTracker/SiStripClusterizer/interface/StripClusterizerAlgorithmFactory.h", "RecoLocalTracker/SiStripClusterizer/plugins/SiStripClusterizerConditionsESProducer.cc", "RecoLocalTracker/SiStripClusterizer/plugins/SiStripClusterizerConditionsGPUESProducer.cc", "RecoLocalTracker/SiStripClusterizer/python/SiStripClusters2ApproxClusters_cff.py", "RecoLocalTracker/SiStripClusterizer/python/test/ClusterizerUnitTestFunctions_cff.py", "RecoLocalTracker/SiStripClusterizer/python/test/ClusterRefinerTagMCmerged_cfi.py", "RecoLocalTracker/SiStripClusterizer/test/step2_RAW2DIGI_L1Reco_RECO_ApproxClusters.py", "RecoLocalTracker/SiStripClusterizer/test/step2_RAW2DIGI_L1Reco_RECO_ApproxClusters_streamerOutput.py", "RecoLocalTracker/SiStripClusterizer/test/testSiStripQuality/SiStripBadChannel.tpl", "RecoLocalTracker/SiStripClusterizer/test/testSiStripQuality/SiStripBadModule.tpl", "RecoLocalTracker/SiStripRecHitConverter/interface/SiStripRecHitConverterAlgorithm.h", "RecoLocalTracker/SiStripRecHitConverter/plugins/SiStripRecHitMatcherESProducer.cc", "RecoLocalTracker/SiStripRecHitConverter/plugins/SiStripRecHitMatcherESProducer.h", "RecoLocalTracker/SiStripZeroSuppression/interface/IteratedMedianCMNSubtractor.h", "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripCommonModeNoiseSubtractor.h", "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripRawProcessingAlgorithms.h", "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripRawProcessingFactory.h", "RecoLocalTracker/SiStripZeroSuppression/python/siStripMergeZeroSuppression_cfi.py", "RecoLocalTracker/SiStripZeroSuppression/python/SiStripZeroSuppression_SimData_cfi.py", "RecoLocalTracker/SiStripZeroSuppression/test/SiStripZS_EmulateHybrid_RealData.py", "RecoLocalTracker/SubCollectionProducers/interface/PixelClusterSelectorTopBottom.h", "RecoLocalTracker/SubCollectionProducers/interface/StripClusterSelectorTopBottom.h", "RecoLocalTracker/SubCollectionProducers/python/ClusterMultiplicityFilter_cfi.py", "RecoLocalTracker/SubCollectionProducers/python/hltTrackClusterRemoverNew_cfi.py", "RecoLocalTracker/SubCollectionProducers/python/splitter_tracking_RunI_setup_cff.py", "RecoLocalTracker/SubCollectionProducers/python/test/ClusterMCsplitStrips_cfi.py", "RecoLocalTracker/SubCollectionProducers/python/test/MCsplitStripsCustomize_cff.py", "RecoLocalTracker/SubCollectionProducers/python/TopBottomClusterInfoProducer_cfi.py", "RecoLocalTracker/SubCollectionProducers/python/TrackCandidateTopBottomHitFilter_cfi.py", "RecoLuminosity/LumiProducer/test/analysis/test/crab3_ALCALUMIPIXELS_PIXONLY_DATA.py", "RecoMTD/TransientTrackingRecHit/plugins/MTDTransientTrackingRecHitBuilderESProducer.cc", "RecoMTD/TransientTrackingRecHit/python/MTDTransientTrackingRecHitBuilder_cfi.py", "RecoMuon/L3MuonIsolationProducer/plugins/L3MuonCombinedRelativeIsolationProducer.cc", "RecoMuon/L3MuonIsolationProducer/plugins/L3MuonCombinedRelativeIsolationProducer.h", "RecoMuon/MuonIdentification/python/Identification/cutBasedMuonId_MuonPOG_V0_cff.py", "RecoMuon/MuonIdentification/python/Identification/globalMuonPromptTight_V0_cff.py", "RecoMuon/MuonIsolationProducers/python/muIsoDepositCalByAssociatorTowers_cfi.py", "RecoMuon/StandAloneMuonProducer/python/standAloneMuonsDirectTrajectoryBuilder_cfi.py", "RecoMuon/TrackerSeedGenerator/python/pixelTrackFilterByKinematicsForTSGFromL1_cfi.py", "RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHitBreaker.h", "RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHitBuilder.h", "RecoMuon/TransientTrackingRecHit/plugins/MuonTransientTrackingRecHitBuilderESProducer.cc", "RecoMuon/TransientTrackingRecHit/python/MuonTransientTrackingRecHitBuilder_cfi.py", "RecoParticleFlow/Configuration/python/DBS_Samples/RelValQCD_FlatPt_15_3000_Fast_cfi.py", "RecoParticleFlow/Configuration/python/RecoParticleFlow_conversion_EventContent_cff.py", "RecoParticleFlow/Configuration/python/RecoParticleFlow_nuclear_EventContent_cff.py", "RecoParticleFlow/PFClusterProducer/interface/alpaka/PFClusteringEdgeVarsDeviceCollection.h", "RecoParticleFlow/PFClusterProducer/interface/alpaka/PFClusteringVarsDeviceCollection.h", "RecoParticleFlow/PFClusterProducer/plugins/alpaka/PFClusterSoAProducerKernel.dev.cc", "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/GenericSimClusterMapper.cc", "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/RealisticHitToClusterAssociator.h", "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/RealisticSimClusterMapper.cc", "RecoParticleFlow/PFClusterProducer/python/particleFlowBadHcalPseudoCluster_cff.py", "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterECALUncorrected_cfi.py", "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterOOTECALUncorrected_cff.py", "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterTimeAssigner_cfi.py", "RecoParticleFlow/PFClusterProducer/python/particleFlowRealisticSimClusterHGCCalibrations_cfi.py", "RecoParticleFlow/PFClusterProducer/python/particleFlowZeroSuppressionECAL_cff.py", "RecoParticleFlow/PFProducer/plugins/importers/LooseNuclearInteractionTrackImporter.cc", "RecoParticleFlow/PFProducer/plugins/importers/NuclearInteractionTrackImporter.cc", "RecoParticleFlow/PFProducer/plugins/importers/VeryLooseNuclearInteractionTrackImporter.cc", "RecoParticleFlow/PFProducer/test/particleFlowBlock_NewECalAndHCalLinker_HLT_cfi.py", "RecoParticleFlow/PFRecHitProducer/interface/alpaka/PFRecHitParamsDeviceCollection.h", "RecoParticleFlow/PFRecHitProducer/interface/alpaka/PFRecHitTopologyDeviceCollection.h", "RecoParticleFlow/PFRecHitProducer/plugins/alpaka/PFRecHitECALParamsESProducer.cc", "RecoParticleFlow/PFRecHitProducer/plugins/alpaka/PFRecHitHCALParamsESProducer.cc", "RecoParticleFlow/PFRecHitProducer/src/alpaka/PFRecHitTopologyDeviceCollection.cc", "RecoTauTag/RecoTau/python/PFRecoTauDiscriminationAgainstElectronMVA6Phase2_cff.py", "RecoTauTag/RecoTau/python/tauDiscriminationAgainstElectronMVA6Phase2_mvaDefs_cff.py", "RecoTBCalo/EcalTBHodoscopeReconstructor/interface/EcalTBHodoscopeRawInfoDumper.h", "RecoTBCalo/EcalTBHodoscopeReconstructor/interface/EcalTBHodoscopeRecInfoProducer.h", "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecal2004TBHodoscopeReconstructor_cfi.py", "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecal2006TBHodoscopeReconstructor_cfi.py", "RecoTBCalo/EcalTBHodoscopeReconstructor/python/EcalTBHodoscopeReconstructor_cfi.py", "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecalTBSimHodoscopeReconstructor_cfi.py", "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitPairGeneratorForPhotonConversion.cc", "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitPairGeneratorForPhotonConversion.h", "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitQuadrupletGeneratorForPhotonConversion.cc", "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitQuadrupletGeneratorForPhotonConversion.h", "RecoTracker/ConversionSeedGenerators/plugins/HitPairGeneratorFromLayerPairForPhotonConversion.cc", "RecoTracker/ConversionSeedGenerators/plugins/HitPairGeneratorFromLayerPairForPhotonConversion.h", "RecoTracker/ConversionSeedGenerators/plugins/HitQuadrupletGeneratorFromLayerPairForPhotonConversion.cc", "RecoTracker/ConversionSeedGenerators/plugins/HitQuadrupletGeneratorFromLayerPairForPhotonConversion.h", "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.cc", "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.h", "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadruplets.cc", "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLegAlgo.cc", "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLegAlgo.h", "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLeg.cc", "RecoTracker/ConversionSeedGenerators/plugins/SeedForPhotonConversionFromQuadruplets.cc", "RecoTracker/ConversionSeedGenerators/plugins/SeedForPhotonConversionFromQuadruplets.h", "RecoTracker/ConversionSeedGenerators/python/PhotonConversionTrajectorySeedProducerFromQuadruplets_cfi.py", "RecoTracker/ConversionSeedGenerators/python/PhotonConversionTrajectorySeedProducerFromSingleLeg_cfi.py", "RecoTracker/DisplacedRegionalTracking/plugins/DisplacedRegionSeedingVertexProducer.cc", "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-10mu-fulldet-build-extrectracks.sh", "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-10mu-fulldet-build.sh", "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-benchmarks-multiiter.sh", "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-ttbar-fulldet-build-extrectracks.sh", "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-ttbar-fulldet-build.sh", "RecoTracker/MkFitCore/standalone/xeon_scripts/benchmark-cmssw-ttbar-fulldet-build-remote.sh", "RecoTracker/MkFitCore/standalone/xeon_scripts/benchmark-cmssw-ttbar-fulldet-build.sh", "RecoTracker/PixelLowPtUtilities/interface/StripSubClusterShapeTrajectoryFilter.h", "RecoTracker/PixelLowPtUtilities/python/StripSubClusterShapeTrajectoryFilter_cfi.py", "RecoTracker/PixelSeeding/interface/HitTripletGeneratorFromPairAndLayersFactory.h", "RecoTracker/PixelTrackFitting/plugins/PixelFitterByConformalMappingAndLineProducer.cc", "RecoTracker/PixelTrackFitting/plugins/PixelTrackCleanerBySharedHitsESProducer.cc", "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForBeamHalo_cff.py", "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForBeamHalo_cfi.py", "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmics_cfi.py", "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsP5_cff.py", "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cff.py", "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cfi.py", "RecoTracker/TkMSParametrization/interface/MultipleScatteringParametrisationMaker.h", "RecoTracker/TkMSParametrization/plugins/MultipleScatteringParametrisationMakerESProducer.cc", "RecoTracker/TkMSParametrization/src/ES_MultipleScatteringParametrisationMaker.cc", "RecoTracker/TkSeedGenerator/interface/MultiHitGeneratorFromPairAndLayersFactory.h", "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsStraightLineCreator.cc", "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsStraightLineCreator.h", "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsTripletOnlyCreator.cc", "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsTripletOnlyCreator.h", "RecoTracker/TkSeedGenerator/python/seedCreatorFromRegionConsecutiveHitsEDProducer_cff.py", "RecoTracker/TkSeedGenerator/python/seedCreatorFromRegionConsecutiveHitsTripletOnlyEDProducer_cff.py", "RecoTracker/TkSeedGenerator/python/SeedFromConsecutiveHitsStraightLineCreator_cfi.py", "RecoTracker/TkSeedGenerator/python/SeedFromConsecutiveHitsTripletOnlyCreator_cfi.py", "RecoTracker/TkSeedGenerator/python/SeedGeneratorFromProtoTracksEDProducer_cff.py", "RecoTracker/TkSeedGenerator/python/SeedGeneratorFromRegionHitsEDProducer_cfi.py", "RecoTracker/TkSeedingLayers/python/PixelLessLayerPairs4PixelLessTracking_cfi.py", "RecoTracker/TkSeedingLayers/python/TTRHBuilderWithoutAngle4MixedTriplets_cfi.py", "RecoTracker/TkSeedingLayers/python/TTRHBuilderWithoutAngle4PixelTriplets_cfi.py", "RecoTracker/TkTrackingRegions/interface/GlobalTrackingRegionProducerFromBeamSpot.h", "RecoTracker/TkTrackingRegions/plugins/CandidatePointSeededTrackingRegionsProducer.h", "RecoTracker/TkTrackingRegions/plugins/GlobalTrackingRegionWithVerticesProducer.h", "RecoTracker/TkTrackingRegions/plugins/PixelInactiveAreaTrackingRegionsSeedingLayersProducer.cc", "RecoTracker/TransientTrackingRecHit/interface/TkTransientTrackingRecHitBuilder.h", "RecoTracker/TransientTrackingRecHit/plugins/TkTransientTrackingRecHitBuilderESProducer.cc", "RecoTracker/TransientTrackingRecHit/python/TransientTrackingRecHitBuilder_cfi.py", "RecoTracker/TransientTrackingRecHit/python/TransientTrackingRecHitBuilderWithoutRefit_cfi.py", "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsEarly10TeVCollision_cff.py", "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsEarly10TeVCollision_cfi.py", "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsNominalCollision_cff.py", "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsNominalCollision_cfi.py", "RecoVertex/ConfigurableVertexReco/interface/ConfigurableAdaptiveReconstructor.h", "RecoVertex/GaussianSumVertexFit/interface/GsfVertexTrackCompatibilityEstimator.h", "RecoVertex/KinematicFitPrimitives/interface/ExtendedPerigeeTrajectoryParameters.h", "RecoVertex/KinematicFitPrimitives/interface/KinematicParticleFactoryFromTransientTrack.h", "RecoVertex/KinematicFitPrimitives/interface/ParticleKinematicLinearizedTrackStateFactory.h", "RecoVertex/KinematicFitPrimitives/interface/ParticleKinematicLinearizedTrackState.h", "RecoVertex/KinematicFitPrimitives/interface/TransientTrackKinematicStateBuilder.h", "RecoVertex/KinematicFitPrimitives/src/KinematicParticleFactoryFromTransientTrack.cc", "RecoVertex/KinematicFitPrimitives/src/ParticleKinematicLinearizedTrackStateFactory.cc", "RecoVertex/LinearizationPointFinders/interface/CrossingPtBasedLinearizationPointFinder.h", "RecoVertex/LinearizationPointFinders/interface/DefaultLinearizationPointFinder.h", "RecoVertex/LinearizationPointFinders/interface/FallbackLinearizationPointFinder.h", "RecoVertex/LinearizationPointFinders/interface/SubsetHSMLinearizationPointFinder.h", "RecoVertex/LinearizationPointFinders/src/CrossingPtBasedLinearizationPointFinder.cc", "RecoVertex/PixelVertexFinding/plugins/alpaka/PixelVertexWorkSpaceSoADeviceAlpaka.h", "RecoVertex/PrimaryVertexProducer/interface/AdaptiveChisquarePrimaryVertexFitter.h", "RecoVertex/PrimaryVertexProducer/interface/SequentialPrimaryVertexFitterAdapter.h", "RecoVertex/PrimaryVertexProducer/python/OfflinePrimaryVerticesFromCosmicTracks_cfi.py", "RecoVertex/TrimmedKalmanVertexFinder/interface/ConfigurableTrimmedVertexFinder.h", "SimCalorimetry/Configuration/python/SimCalorimetry_EcalSelectiveReadoutProducers_setBeamcom09_cff.py", "SimCalorimetry/EcalEBTrigPrimAlgos/interface/EcalEBPhase2AmplitudeReconstructor.h", "SimCalorimetry/EcalEBTrigPrimProducers/plugins/EcalEBTrigPrimPhase2ESProducer.cc", "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitiveDigis_cff.py", "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitiveDigis_cfi.py", "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitivePhase2Digis_cfi.py", "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitivePhase2ESProducer_cfi.py", "SimCalorimetry/EcalElectronicsEmulation/python/EcalElecEmulTccOnlyExample_cfg.py", "SimCalorimetry/EcalSelectiveReadoutAlgos/interface/EcalSelectiveReadoutSuppressor.h", "SimCalorimetry/EcalSelectiveReadoutProducers/interface/namespace_ecalsrcondtools.h", "SimCalorimetry/EcalSelectiveReadoutProducers/plugins/EcalSelectiveReadoutProducer.cc", "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_barrelOnly_cff.py", "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_CosmicsConfiguration_cff.py", "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_craft_cff.py", "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_craft_cfi.py", "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_mc_cff.py", "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_mc_cfi.py", "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_readDBOffline_cff.py", "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_readDBOffline_cfi.py", "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_with_suppressed_cff.py", "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_with_suppressed_cfi.py", "SimCalorimetry/EcalTrigPrimProducers/python/ecalTrigPrimESProducer_craft_cff.py", "SimCalorimetry/EcalZeroSuppressionProducers/doc/EcalZeroSuppressionProducers.doc", "SimCalorimetry/EcalZeroSuppressionProducers/interface/EcalZeroSuppressionProducer.h", "SimCalorimetry/EcalZeroSuppressionProducers/interface/ESZeroSuppressionProducer.h", "SimCalorimetry/EcalZeroSuppressionProducers/python/ecalGlobalZeroSuppression_cfi.py", "SimCalorimetry/HcalZeroSuppressionProducers/doc/HcalZeroSuppressionProducers.doc", "SimCalorimetry/HcalZeroSuppressionProducers/interface/HcalZeroSuppressionAlgo.h", "SimCalorimetry/HcalZeroSuppressionProducers/python/hcalDigisNoSuppression_cfi.py", "SimCalorimetry/HcalZeroSuppressionProducers/python/NoHcalZeroSuppression_cff.py", "SimCalorimetry/HGCalAssociatorProducers/plugins/AllHitToTracksterAssociatorsProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/AllLayerClusterToTracksterAssociatorsProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/AllTracksterToSimTracksterAssociatorsByHitsProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/AllTracksterToSimTracksterAssociatorsByLCsProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToLayerClusterAssociatorProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToLayerClusterAssociatorProducer.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToSimClusterCaloParticleAssociatorProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToSimClusterCaloParticleAssociatorProducer.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToTracksterAssociatorProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToTracksterAssociatorProducer.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreImpl.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreImpl.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreProducer.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreImpl.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreImpl.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreProducer.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreImpl.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreImpl.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorEDProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreImpl.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreImpl.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/SimClusterToCaloParticleAssociatorProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/SimClusterToCaloParticleAssociatorProducer.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreImpl.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreImpl.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreImpl.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreImpl.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorEDProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreImpl.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreImpl.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorEDProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/python/HitToTracksterAssociation_cfi.py", "SimCalorimetry/HGCalAssociatorProducers/python/SimClusterToCaloParticleAssociation_cfi.py", "SimCalorimetry/HGCalAssociatorProducers/python/TSToSimTSAssociationByHits_cfi.py", "SimCalorimetry/HGCalSimProducers/data/doseParams_3000fb_fluka_HFNose_3.7.20.12_Eta2.4.txt", "SimDataFormats/Associations/interface/LayerClusterToCaloParticleAssociatorBaseImpl.h", "SimDataFormats/Associations/interface/LayerClusterToSimClusterAssociatorBaseImpl.h", "SimDataFormats/Associations/interface/LayerClusterToSimTracksterAssociatorBaseImpl.h", "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociationMap.h", "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociatorBaseImpl.h", "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociator.h", "SimDataFormats/Associations/interface/MtdSimLayerClusterToRecoClusterAssociationMap.h", "SimDataFormats/Associations/interface/MtdSimLayerClusterToTPAssociatorBaseImpl.h", "SimDataFormats/Associations/interface/MultiClusterToCaloParticleAssociatorBaseImpl.h", "SimDataFormats/Associations/interface/MuonToTrackingParticleAssociatorBaseImpl.h", "SimDataFormats/Associations/interface/TracksterToSimClusterAssociatorBaseImpl.h", "SimDataFormats/Associations/interface/TracksterToSimTracksterAssociatorBaseImpl.h", "SimDataFormats/Associations/interface/TracksterToSimTracksterHitLCAssociatorBaseImpl.h", "SimDataFormats/Associations/interface/TrackToTrackingParticleAssociatorBaseImpl.h", "SimDataFormats/Associations/interface/VertexToTrackingVertexAssociatorBaseImpl.h", "SimDataFormats/Associations/src/LayerClusterToCaloParticleAssociatorBaseImpl.cc", "SimDataFormats/Associations/src/LayerClusterToSimTracksterAssociatorBaseImpl.cc", "SimDataFormats/Associations/src/MtdRecoClusterToSimLayerClusterAssociationMap.cc", "SimDataFormats/Associations/src/MtdRecoClusterToSimLayerClusterAssociatorBaseImpl.cc", "SimDataFormats/Associations/src/MtdSimLayerClusterToRecoClusterAssociationMap.cc", "SimDataFormats/Associations/src/MultiClusterToCaloParticleAssociatorBaseImpl.cc", "SimDataFormats/Associations/src/TracksterToSimTracksterHitLCAssociatorBaseImpl.cc", "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.cc", "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.h", "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsProducer.cc", "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorEDProducer.cc", "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdImpl.cc", "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdImpl.h", "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdProducer.cc", "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorEDProducer.cc", "SimFastTiming/MtdAssociatorProducers/python/mtdRecoClusterToSimLayerClusterAssociation_cfi.py", "SimFastTiming/MtdAssociatorProducers/python/mtdSimLayerClusterToTPAssociation_cfi.py", "SimGeneral/Configuration/python/RunsAndWeights_Run2018_Equal_Lumi_Integer_Weights.py", "SimGeneral/DataMixingModule/python/supplementary/DigiRecoExampleMC_STARTUP_cfg.py", "SimGeneral/DataMixingModule/python/supplementary/ReconstructionLocalCosmics_cff.py", "SimGeneral/DataMixingModule/python/supplementary/recoT0DQM_EvContent_40T_digiOnly_cfg.py", "SimGeneral/MixingModule/python/mix_2012_lumiLevel_15_20_50ns_PoissonOOTPU_cfi.py", "SimGeneral/MixingModule/python/mix_2012_Summer_50ns_PoissonOOTPU_ExtWind_cfi.py", "SimGeneral/MixingModule/python/mix_2015_25ns_FallMC_matchData_PoissonOOTPU_cfi.py", "SimGeneral/MixingModule/python/mix_2015_25nsLowPU_matchData_PoissonOOTPU_cfi.py", "SimGeneral/MixingModule/python/mix_2016_25ns_SpringMC_PUScenarioV1_PoissonOOTPU_cfi.py", "SimGeneral/MixingModule/python/mix_2016_PoissonOOTPU_HighPUTrains_Fill5412_cfi.py", "SimGeneral/MixingModule/python/mix_2017_25ns_WinterMC_PUScenarioV1_PoissonOOTPU_cfi.py", "SimGeneral/MixingModule/python/mix_2018_25ns_JuneProjectionFull18_PoissonOOTPU_cfi.py", "SimGeneral/MixingModule/python/mix_2018_25ns_ProjectedPileup_PoissonOOTPU_cfi.py", "SimGeneral/MixingModule/python/mix_2022_25ns_RunIII2022Summer24_PoissonOOTPU_cfi.py", "SimGeneral/MixingModule/python/mix_2023_25ns_RunIII2023Summer24_PoissonOOTPU_cfi.py", "SimGeneral/MixingModule/python/mix_2023_Fills_8807_8901_ProjectedPileup_PoissonOOTPU_cfi.py", "SimGeneral/MixingModule/python/mix_2024_25ns_RunIII2024Summer24_PoissonOOTPU_cfi.py", "SimGeneral/MixingModule/python/mix_E7TeV_Fall2011_Reprocess_50ns_PoissonOOTPU_cfi.py", "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_25ns_PoissonOOT_cfi.py", "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_50ns_PoissonOOT.py", "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_inTimeOnly_cfi.py", "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_11h_8h_hybrid2p40_cfi.py", "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_12p5h_9h_hybrid2p23_cfi.py", "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_14h_10h_hybrid2p05_cfi.py", "SimGeneral/MixingModule/python/Run3_2025_LHC_Simulation_fill12p5h_levelling9h_nb2340_xSec80mb_il2p23_cfi.py", "SimGeneral/TrackingAnalysis/python/trackingParticleNumberOfLayersProducer_cff.py", "SimTracker/TrackAssociation/python/trackingParticleRecoTrackAsssociation_cff.py", "SimTracker/TrackAssociation/python/trackingParticleRecoTrackAsssociation_cfi.py", "SimTracker/TrackAssociatorProducers/plugins/QuickTrackAssociatorByHitsProducer.cc", "SimTracker/TrackAssociatorProducers/plugins/TrackAssociatorByPositionProducer.cc", "SimTracker/TrackerMaterialAnalysis/data/dd4hep_trackingMaterialGroups_ForPhaseII.xml", "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseII/v1/trackingMaterialGroups_ForPhaseII.xml", "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseII/v2/trackingMaterialGroups_ForPhaseII.xml", "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseI/v1/trackingMaterialGroups_ForPhaseI.xml", "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_ListGroupsMaterialDifference.h", "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_MaterialAccountingGroup.cc", "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_MaterialAccountingGroup.h", "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialAnalyser.cc", "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialAnalyser.h", "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialPlotter.cc", "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialPlotter.h", "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHFNosePhaseII_cfi.py", "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHGCalPhaseII_cff.py", "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHGCalPhaseII_cfi.py", "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseI_cff.py", "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseI_cfi.py", "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseII_cff.py", "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseII_cfi.py", "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialProducerHFNose_cff.py", "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialProducerHFNose_cfi.py", "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialAnalyser_ForHFNosePhaseII.py", "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialAnalyser_ForHGCalPhaseII.py", "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForHFNosePhaseII.py", "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForHGCalPhaseII.py", "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForPhaseII.py", "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForPhaseI.py", "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino.py", "SimTracker/VertexAssociation/plugins/VertexAssociatorByPositionAndTracksProducer.cc", "SimTransport/TotemRPProtonTransportParametrization/interface/LHCOpticsApproximator.h", "SimTransport/TotemRPProtonTransportParametrization/src/LHCOpticsApproximator.cc", "SLHCUpgradeSimulations/Geometry/data/PhaseI/EmptyPixelSkimmedGeometry_phase1.txt", "SLHCUpgradeSimulations/Geometry/data/PhaseII/Tilted/EmptyPixelSkimmedGeometry.txt", "TopQuarkAnalysis/TopEventProducers/python/producers/TtDilepEvtSolProducer_cfi.py", "TopQuarkAnalysis/TopEventProducers/python/producers/TtSemiEvtSolProducer_cfi.py", "TopQuarkAnalysis/TopEventProducers/python/sequences/ttFullHadEvtHypotheses_cff.py", "TopQuarkAnalysis/TopEventProducers/python/sequences/ttFullLepEvtHypotheses_cff.py", "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepEvtHypotheses_cff.py", "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepKinematicFit_cff.py", "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepMVASelection_cff.py", "TopQuarkAnalysis/TopEventSelection/data/TtFullHadSignalSelMVATrainTreeSaver.xml", "TopQuarkAnalysis/TopEventSelection/data/TtSemiLepSignalSelMVATrainTreeSaver.xml", "TopQuarkAnalysis/TopEventSelection/python/TtFullHadSignalSelMVATrainTreeSaver_cff.py", "TopQuarkAnalysis/TopEventSelection/python/TtSemiLepSignalSelMVATrainTreeSaver_cff.py", "TopQuarkAnalysis/TopJetCombination/plugins/TtSemiLepJetCombWMassDeltaTopMass.cc", "TopQuarkAnalysis/TopJetCombination/python/TtSemiLepJetCombMVATrainTreeSaver_cff.py", "TopQuarkAnalysis/TopJetCombination/python/TtSemiLepJetCombWMassDeltaTopMass_cfi.py", "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Fall11_cff.py", "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Spring10_cff.py", "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Summer11_cff.py", "TrackingTools/GeomPropagators/interface/AnalyticalTrajectoryExtrapolatorToLine.h", "TrackingTools/KalmanUpdators/python/MRHChi2MeasurementEstimatorESProducer_cfi.py", "TrackingTools/MaterialEffects/python/RungeKuttaTrackerPropagatorOpposite_cfi.py", "TrackingTools/PatternTools/interface/trackingParametersAtClosestApproachToBeamSpot.h", "TrackingTools/PatternTools/src/trackingParametersAtClosestApproachToBeamSpot.cc", "TrackingTools/TrajectoryFiltering/interface/ChargeSignificanceTrajectoryFilter.h", "TrackingTools/TrajectoryFiltering/interface/MaxConsecLostHitsTrajectoryFilter.h", "TrackingTools/TrajectoryParametrization/interface/CurvilinearTrajectoryParameters.h", "TrackingTools/TrajectoryParametrization/interface/PerigeeTrajectoryParameters.h", "TrackingTools/TransientTrackingRecHit/interface/GenericTransientTrackingRecHit.h", "TrackingTools/TransientTrackingRecHit/interface/TransientTrackingRecHitBuilder.h", "TrackPropagation/SteppingHelixPropagator/plugins/SteppingHelixPropagatorESProducer.cc", "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorAlong_cfi.py", "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorAny_cfi.py", "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorHLT_cff.py", "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorOpposite_cfi.py", "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorsNoErrorPropagation_cff.py", "TrackPropagation/SteppingHelixPropagator/test/SteppingHelixPropagatorAnalyzer.cc", "Utilities/ReleaseScripts/ignominy/config/IgnominyCommon/IgGNUPlotTemplate_CMS.gnu", "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_baseline.json", "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_newClass.json", "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_removeClass.json", "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_versionUpdate.json", "Utilities/StorageFactory/test/test_multiple_files_file_statistics_sender_cfg.py", "Validation/CaloTowers/test/runNoise_valid_simhits_digis_rechits_calotowers_ZS_cfg.py", "Validation/CTPPS/python/ctppsProtonReconstructionEfficiencyEstimatorData_cfi.py", "Validation/HGCalValidation/test/python/testValidationHGCalTrigPrim_RelVal_cfg.py", "Validation/RecoEgamma/python/ElectronMcSignalValidatorPt1000_gedGsfElectrons_cfi.py", "Validation/RecoEgamma/test/ElectronMcSignalValidationPt1000_gedGsfElectrons_cfg.py", "Validation/SiPixelPhase1ConfigV/python/SiPixelPhase1OfflineDQM_harvestingV_cff.py", "Validation/SiPixelPhase1TrackClustersV/python/SiPixelPhase1TrackClustersV_cfi.py", "Validation/SiPixelPhase1TrackingParticleV/interface/SiPixelPhase1TrackingParticleV.h", "Validation/SiPixelPhase1TrackingParticleV/python/SiPixelPhase1TrackingParticleV_cfi.py", "Validation/SiPixelPhase1TrackingParticleV/src/SiPixelPhase1TrackingParticleV.cc"] \ No newline at end of file diff --git a/tests/ReplayData/test_read_compressed_cache.json b/tests/ReplayData/test_read_compressed_cache.json new file mode 100644 index 00000000000..a21ae212a5a --- /dev/null +++ b/tests/ReplayData/test_read_compressed_cache.json @@ -0,0 +1 @@ +["Alignment/APEEstimation/python/samples/Data_TkAlMinBias_Run2018C_PromptReco_v3_cff.py", "Alignment/APEEstimation/python/samples/Data_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py", "Alignment/APEEstimation/python/samples/Data_TkAlZMuMu_Run2015B_DoubleMuon_PromptReco_v1_cff.py", "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_ApeSkim_cff.py", "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_cff.py", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsEntry.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsStore.h", "Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationPluginFactory.h", "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorTracksFromTrajectories.cc", "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorMuonResidualsDefaults_cff.py", "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorSegmentDifferences_cfi.py", "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentDerivatives.h", "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentParameters.h", "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentDerivatives.h", "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentParameters.h", "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentDerivativesExtractor.h", "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentParameters.h", "Alignment/CommonAlignmentParametrization/interface/KarimakiAlignmentDerivatives.h", "Alignment/CommonAlignmentParametrization/interface/ParametersToParametersDerivatives.h", "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters4D.h", "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters.h", "Alignment/CommonAlignmentParametrization/interface/SegmentAlignmentDerivatives4D.h", "Alignment/CommonAlignmentParametrization/interface/TwoBowedSurfacesAlignmentParameters.h", "Alignment/CommonAlignmentParametrization/src/BowedSurfaceAlignmentDerivatives.cc", "Alignment/CommonAlignmentParametrization/src/CompositeAlignmentDerivativesExtractor.cc", "Alignment/CommonAlignmentParametrization/src/ParametersToParametersDerivatives.cc", "Alignment/CommonAlignmentParametrization/src/TwoBowedSurfacesAlignmentParameters.cc", "Alignment/CommonAlignmentProducer/interface/AlignmentTracksFromVertexCompositeCandidateSelector.h", "Alignment/CommonAlignmentProducer/interface/AlignmentTwoBodyDecayTrackSelector.h", "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexCompositeCandidateSelectorModule.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexSelectorModule.cc", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHaloOverlaps_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlCalIsolatedMu_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmics_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlStandAloneCosmics_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli0T_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGCombined_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGDiMuon_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLT_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHG_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGCombined_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGDiMuon_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsInCollisions_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlDiMuonAndVertex_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracksZMuMu_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedHI_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedPA_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuHI_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuPA_Output_cff.py", "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHGCombined_cff.py", "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHLTHGCombined_cff.py", "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexCompositeCandidateSelector_cfi.py", "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexSelector_cfi.py", "Alignment/CommonAlignmentProducer/src/AlignmentTracksFromVertexCompositeCandidateSelector.cc", "Alignment/LaserAlignment/python/ExpectedCorrectionsShiftsAndRotationsTEC2TEC_cfi.py", "Alignment/MillePedeAlignmentAlgorithm/plugins/ZMuMuMassConstraintParameterFinder.cc", "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/ConfigureAlignmentProducer.py", "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/myMessageLogger_cff.py", "Alignment/MillePedeAlignmentAlgorithm/test/test_ZMuMuMassConstraintParameterFinder.sh", "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/printParameters.C", "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/README.md", "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/submit_jobs.sh", "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/zmumudistribution_cfg.py", "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOct2010holes.phipos", "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_diskfitters_cff.py", "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_ringfitters_cff.py", "Alignment/MuonAlignmentAlgorithms/test/test_CSCOverlapsAlignmentAlgorithm_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/PixelBaryCentreAnalyzer_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/condorTemplate.submit", "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/executableTemplate.sh", "Alignment/OfflineValidation/test/examples/jetHtAnalysis_fullExampleConfiguration.json", "Alignment/OfflineValidation/test/examples/jetHtFilesForRun2018A_first100files.txt", "Alignment/OfflineValidation/test/examples/PV_alignments_multiple_merge_jobs.yaml", "Alignment/OfflineValidation/test/testingScripts/test_unitSagittaBiasNtuplizer.sh", "Alignment/TrackerAlignment/scripts/TkAlCaRecoPrescaling.ALCARECOTkAlCosmics0T.tpl", "Alignment/TrackerAlignment/test/Misalignments/createRandomlyMisalignedGeometry_cfg.py", "Alignment/TrackerAlignment/test/Misalignments/createRandomlyMisalignedGeometry_Phase2_cfg.py", "AnalysisAlgos/SiStripClusterInfoProducer/plugins/SiStripProcessedRawDigiProducer.cc", "AnalysisAlgos/SiStripClusterInfoProducer/python/SiStripProcessedRawDigiProducer_cfi.py", "AnalysisAlgos/SiStripClusterInfoProducer/python/SiStripProcessedRawDigiProducer_SimData_cfi.py", "CalibCalorimetry/EcalCorrectionModules/src/EcalGlobalShowerContainmentCorrectionsVsEtaESProducer.cc", "CalibCalorimetry/EcalCorrectionModules/src/EcalShowerContainmentCorrectionsESProducer.cc", "CalibCalorimetry/EcalCorrectionModules/test/stubs/EcalContainmentCorrectionAnalyzer.cc", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/doc/EcalCorrelatedNoiseAnalysisAlgos.doc", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/test/EcnaCalculationsExample.cc", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0.py", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R175975_1_0_150_Dee0.py", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R175975_1_0_150_SM0.py", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R178231_1_0_150_Dee0.py", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_1.py", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2_data.py", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2.py", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2_simul.py", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_3.py", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanLSFJOBReports", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanPythonFiles", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanSubmissionScripts", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160077", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160994", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160998", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161016", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161020", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161311", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R162517", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R162811", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R170298", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R175975", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R178231", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_ideal_prep.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_ideal.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_startup_prep.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_startup.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_ideal_prep.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_startup_prep.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_startup.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_ideal_prep.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_startup_prep.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_startup.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv4_128_MC_startup.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv6_transparency_spikekill_2016_script_270062.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv6_transparency_spikekill_2016_script.py", "CalibCalorimetry/EcalTrivialCondModules/interface/EcalTrivialConditionRetriever.h", "CalibCalorimetry/EcalTrivialCondModules/python/EcalTrivialCondRetrieverTB_cfi.py", "CalibMuon/DTCalibration/python/dt_offlineAnalysis_common_cosmics_vDriftSeg_cff.py", "CalibPPS/AlignmentGlobal/python/ALCARECOPromptCalibProdPPSAlignment_Output_cff.py", "CalibPPS/ESProducers/interface/CTPPSRPAlignmentCorrectionsDataESSourceXMLCommon.h", "CalibPPS/TimingCalibration/plugins/PPSDiamondSampicTimingCalibrationPCLHarvester.cc", "CalibPPS/TimingCalibration/plugins/PPSDiamondSampicTimingCalibrationPCLWorker.cc", "CalibPPS/TimingCalibration/python/ALCARECOPPSDiamondSampicTimingCalibHarvester_cff.py", "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_cff.py", "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSDiamondSampicTimingCalib_Output_cff.py", "CalibPPS/TimingCalibration/python/ALCARECOPromptCalibProdPPSTimingCalib_Output_cff.py", "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalCalIsolElectron_Output_cff.py", "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalRecalIsolElectron_Output_cff.py", "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalTestPulsesRaw_Output_cff.py", "Calibration/EcalAlCaRecoProducers/python/ALCARECOEcalUncalIsolElectron_Output_cff.py", "Calibration/EcalAlCaRecoProducers/python/ALCARECOZeeMCEcalCalElectron_Output_cff.py", "Calibration/EcalAlCaRecoProducers/python/ALCARECOZeeMC_plus_HLT_EcalCalElectron_Output_cff.py", "Calibration/EcalCalibAlgos/python/ALCARECOPromptCalibProdEcalPedestals_Output_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalGammaJetFilter_Output_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonFilter_Output_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonProducerFilter_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHBHEMuonProducerFilter_Output_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonFilter_Output_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonProducerFilter_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalHEMuonProducerFilter_Output_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsolatedBunchSelector_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsolatedBunchSelector_Output_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilterNoHLT_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilterNoHLT_Output_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkFilter_Output_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkNoHLT_Output_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkProducerFilter_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIsoTrkProducerFilter_Output_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalIterativePhiSym_Output_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalLowPUHBHEMuonFilter_cff.py", "Calibration/HcalAlCaRecoProducers/python/ALCARECOHcalCalLowPUHBHEMuonFilter_Output_cff.py", "Calibration/HcalAlCaRecoProducers/test/HCalCalPedestal_ALCA_run251252_Run2015B_data.py", "Calibration/HcalCalibAlgos/test/python/gammaJetAnalysis_data2012_noGJetProd_cfg.py", "Calibration/HcalIsolatedTrackReco/plugins/EcalIsolatedParticleCandidateProducer.cc", "Calibration/HcalIsolatedTrackReco/plugins/IsolatedEcalPixelTrackCandidateProducer.cc", "Calibration/HcalIsolatedTrackReco/plugins/IsolatedPixelTrackCandidateL1TProducer.cc", "Calibration/HcalIsolatedTrackReco/plugins/IsolatedPixelTrackCandidateProducer.cc", "Calibration/IsolatedParticles/test/python/proto_runIsolatedParticlesGeneratedJets_cfg.py", "Calibration/IsolatedParticles/test/python/proto_runIsolatedTracksNxNNzsData_cfg.py", "Calibration/LumiAlCaRecoProducers/python/ALCARECOAlCaPCCRandomFromRECO_Output_cff.py", "Calibration/LumiAlCaRecoProducers/python/ALCARECOAlCaPCCZeroBiasFromRECO_Output_cff.py", "Calibration/LumiAlCaRecoProducers/python/ALCARECOLumiPixelsMinBias_Output_cff.py", "Calibration/LumiAlCaRecoProducers/python/ALCARECOPromptCalibProdLumiPCC_Output_cff.py", "Calibration/TkAlCaRecoProducers/plugins/CalibrationTrackSelectorFromDetIdList.cc", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHPLowPU_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHPLowPU_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdBeamSpotHP_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngle_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngleMCS_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiPixelLorentzAngle_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGainsAAG_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGainsAAG_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGains_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripGains_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripHitEfficiency_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripHitEfficiency_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripLorentzAngle_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStripLorentzAngle_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOPromptCalibProdSiStrip_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuonLoose_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuon_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOSiPixelCalSingleMuonTight_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalCosmicsNano_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasAAGHI_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasAAG_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalMinBiasHI_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalSmallBiasScan_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/ALCARECOSiStripCalZeroBiasHI_Output_cff.py", "Calibration/TkAlCaRecoProducers/python/AlcaSiPixelLorentzAngleHarvesterMCS_cff.py", "Calibration/TkAlCaRecoProducers/python/AlcaSiPixelLorentzAngleHarvesterMCS_cfi.py", "Calibration/TkAlCaRecoProducers/python/CalibrationTrackSelectorFromDetIdList_cfi.py", "CalibTracker/Configuration/python/SiPixelCabling/SiPixelCabling_Frontier_DevDB_cff.py", "CalibTracker/Configuration/python/SiPixelCabling/SiPixelCabling_Frontier_IntDB_cff.py", "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Fake_cff.py", "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_cff.py", "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_DevDB_cff.py", "CalibTracker/Configuration/python/SiPixelLorentzAngle/SiPixelLorentzAngle_Frontier_IntDB_cff.py", "CalibTracker/Configuration/python/SiStripLorentzAngle/SiStripLorentzAngle_Fake_cff.py", "CalibTracker/Configuration/python/SiStripLorentzAngle/SiStripLorentzAngle_Frontier_cff.py", "CalibTracker/Configuration/python/SiStripNoise/SiStripNoise_Fake_APVModeDec_cff.py", "CalibTracker/Configuration/python/SiStripNoise/SiStripNoise_Fake_APVModePeak_cff.py", "CalibTracker/Configuration/python/TrackerAlignment/TrackerAlignment_Frontier_cff.py", "CalibTracker/Configuration/python/Tracker_DependentRecords_forGlobalTag_nofakes_cff.py", "CalibTracker/SiPhase2TrackerESProducers/interface/SiPhase2OuterTrackerFakeLorentzAngleESSource.h", "CalibTracker/SiPhase2TrackerESProducers/plugins/SiPhase2BadStripConfigurableFakeESSource.cc", "CalibTracker/SiPhase2TrackerESProducers/plugins/SiPhase2OuterTrackerFakeLorentzAngleESSource.cc", "CalibTracker/SiPhase2TrackerESProducers/python/SiPhase2OuterTrackerFakeLorentzAngleESSource_cfi.py", "CalibTracker/SiPixelConnectivity/plugins/PixelToFEDAssociateFromAsciiESProducer.cc", "CalibTracker/SiPixelConnectivity/plugins/PixelToFEDAssociateFromAsciiESProducer.h", "CalibTracker/SiPixelConnectivity/plugins/PixelToLNKAssociateFromAsciiESProducer.cc", "CalibTracker/SiPixelConnectivity/plugins/PixelToLNKAssociateFromAsciiESProducer.h", "CalibTracker/SiPixelConnectivity/python/PixelToLNKAssociateFromAsciiESProducer_cfi.py", "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationForHLTSimService.h", "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationOfflineService.h", "CalibTracker/SiPixelESProducers/interface/SiPixelGainCalibrationOfflineSimService.h", "CalibTracker/SiPixelESProducers/plugins/alpaka/SiPixelGainCalibrationForHLTSoAESProducer.cc", "CalibTracker/SiPixelESProducers/plugins/SiPixelGainCalibrationForHLTGPUESProducer.cc", "CalibTracker/SiPixelESProducers/plugins/SiPixelROCsStatusAndMappingWrapperESProducer.cc", "CalibTracker/SiPixelESProducers/python/SiPixel2DTemplateDBObjectESProducer_cfi.py", "CalibTracker/SiPixelESProducers/python/SiPixelFakeGenErrorDBObjectESSource_cfi.py", "CalibTracker/SiPixelESProducers/python/SiPixelFakeTemplateDBObjectESSource_cfi.py", "CalibTracker/SiPixelESProducers/python/siPixelQualityForDigitizerESProducer_cfi.py", "CalibTracker/SiPixelESProducers/python/siPixelQualityForRawToDigiESProducer_cfi.py", "CalibTracker/SiPixelESProducers/test/PixelFEDChannelCollectionMapTestReader_cfg.py", "CalibTracker/SiPixelGainCalibration/python/SiPixelGainCalibrationAnalysis_cfi.py", "CalibTracker/SiPixelGainCalibration/test/SimpleTestPrintOutPixelCalibAnalyzer.cc", "CalibTracker/SiPixelLorentzAngle/interface/SiPixelLorentzAngleCalibrationStruct.h", "CalibTracker/SiPixelLorentzAngle/python/ALCARECOSiPixelLorentzAngle_Output_cff.py", "CalibTracker/SiPixelLorentzAngle/python/SiPixelLorentzAnglePCLHarvesterMCS_cfi.py", "CalibTracker/SiPixelLorentzAngle/test/calculateLorentzAngleFromClusterSizeFpix.C", "CalibTracker/SiPixelSCurveCalibration/interface/SiPixelSCurveCalibrationAnalysis.h", "CalibTracker/SiPixelSCurveCalibration/python/SiPixelSCurveCalibrationAnalysis_cfi.py", "CalibTracker/SiStripChannelGain/test/CodeExample/produceCalibrationTree_cfg_OnBatch.py", "CalibTracker/SiStripChannelGain/test/Cosmic_B38/SiStrip_ChannelGain_Cosmic_Craft.db", "CalibTracker/SiStripChannelGain/test/UsefullCode/Comparison/MakeChargeDistribution.C", "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/MakeAsciiFileFromTree.C", "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/MakeAsciiFileFromTree.sh", "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/PredictedVsObserved.C", "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/PredictedVsObserved.sh", "CalibTracker/SiStripChannelGain/test/UsefullCode/PayloadFromASCIIfile/ProducePayloadFromASCII_cfg.py", "CalibTracker/SiStripChannelGain/test/UsefullCode/TimeHistory/MakeChargeDistribution.C", "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/produceCalibrationTree_CosmicsLABP_cfg.py", "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/produceCalibrationTree_template_cfg.py", "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/submitCalibTree/__init__.py", "CalibTracker/SiStripCommon/test/MakeCalibrationTrees/submitCalibTree/launchJobs.py", "CalibTracker/SiStripDCS/test/DetVOffReaderDebug__FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", "CalibTracker/SiStripDCS/test/HV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", "CalibTracker/SiStripDCS/test/LV_FROM_Thu_Aug__5_21_54_19_2010_TO_Thu_Aug__5_23_01_47_2010.log", "CalibTracker/SiStripESProducers/plugins/DBWriter/SiStripFedCablingManipulator.cc", "CalibTracker/SiStripESProducers/plugins/fake/SiStripBackPlaneCorrectionFakeESSource.cc", "CalibTracker/SiStripESProducers/plugins/fake/SiStripBadModuleConfigurableFakeESSource.cc", "CalibTracker/SiStripESProducers/plugins/fake/SiStripNoiseNormalizedWithApvGainBuilder.cc", "CalibTracker/SiStripESProducers/plugins/fake/SiStripNoiseNormalizedWithApvGainBuilder.h", "CalibTracker/SiStripESProducers/plugins/real/SiStripApvSimulationParametersESProducer.cc", "CalibTracker/SiStripESProducers/plugins/real/SiStripBackPlaneCorrectionDepESProducer.cc", "CalibTracker/SiStripESProducers/plugins/real/SiStripLorentzAngleDepESProducer.cc", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripApvGainDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBackPlaneCorrectionDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadChannelDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadFiberDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadModuleDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadStripDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBadStripFromQualityDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripBaseDelayDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripConfObjectDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripDetVOffDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripFedCablingDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripFedCablingManipulator_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripLatencyDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripLorentzAngleDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripNoisesDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripPedestalsDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/DBWriter/SiStripThresholdDummyDBWriter_cfi.py", "CalibTracker/SiStripESProducers/python/fake/Phase2TrackerConfigurableCablingESSource_cfi.py", "CalibTracker/SiStripESProducers/python/fake/SiStripBackPlaneCorrectionFakeESSource_cfi.py", "CalibTracker/SiStripESProducers/python/fake/SiStripBadChannelFakeESSource_cfi.py", "CalibTracker/SiStripESProducers/python/fake/SiStripBadModuleConfigurableFakeESSource_cfi.py", "CalibTracker/SiStripESProducers/python/fake/SiStripConfObjectFakeESSource_cfi.py", "CalibTracker/SiStripESProducers/python/fake/SiStripFedCablingFakeESSource_cfi.py", "CalibTracker/SiStripESProducers/python/fake/SiStripLorentzAngleFakeESSource_cfi.py", "CalibTracker/SiStripESProducers/python/SiStripBackPlaneCorrectionDepESProducer_cfi.py", "CalibTracker/SiStripESProducers/python/SiStripHashedDetIdESProducerFromGeom_cfi.py", "CalibTracker/SiStripESProducers/python/SiStripQualityConfigurableFakeESSource_cfi.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripApvGain_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBackPlaneCorrection_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadChannel_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadFiber_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBadModule_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripBaseDelay_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripClusterThreshold_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripConfObject_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripDetVOff_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripFedCabling_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripLatency_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripLorentzAngle_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_DecMode_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripNoises_PeakMode_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripPedestals_cfg.py", "CalibTracker/SiStripESProducers/test/python/DummyCondDBWriter_SiStripThreshold_cfg.py", "CalibTracker/SiStripESProducers/test/python/siStripBackPlaneCorrectionDepDummyPrinter_cfg.py", "CalibTracker/SiStripESProducers/test/python/siStripBackPlaneCorrectionDummyPrinter_cfg.py", "CalibTracker/SiStripESProducers/test/python/SiStripBadAPVListBuilder_byHand_cfg.py", "CalibTracker/SiStripESProducers/test/python/SiStripBadComponentBuilder_byHand_cfg.py", "CalibTracker/SiStripESProducers/test/python/siStripClusterThresholdDummyPrinter_cfg.py", "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleDepDummyPrinter_cfg.py", "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleDummyPrinter_cfg.py", "CalibTracker/SiStripESProducers/test/python/siStripLorentzAngleSimDummyPrinter_cfg.py", "CalibTracker/SiStripESProducers/test/python/SiStripNoiseNormalizedWithApvGainBuilder_cfg.py", "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_firstIOV_cfg.py", "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTIB_secondIOV_cfg.py", "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_firstIOV_cfg.py", "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_createTID_secondIOV_cfg.py", "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/DummyCondDBWriter_SiStripBadModule_fromMultipleDBSources_merge_cfg.py", "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/read_DummyCondDBWriter_SiStripQuality_cfg.py", "CalibTracker/SiStripESProducers/test/python/testSiStripBadStripfromMultipleDBSources/run.sh", "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromBadModuleConfigurableFakeESSource_cfg.py", "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromBadStripFakeESSource_cfg.py", "CalibTracker/SiStripESProducers/test/python/testSiStripQualityESProducer_fromQualityFakeESSource_cfg.py", "CalibTracker/SiStripLorentzAngle/interface/SiStripLorentzAngleCalibrationHelpers.h", "CalibTracker/SiStripLorentzAngle/interface/SiStripLorentzAngleCalibrationStruct.h", "CalibTracker/SiStripLorentzAngle/test/step_PromptCalibProdSiStripLA_ALCAHARVEST_cfg.py", "CalibTracker/SiStripQuality/interface/SiStripBadAPVAlgorithmFromClusterOccupancy.h", "CalibTracker/SiStripQuality/interface/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.h", "CalibTracker/SiStripQuality/interface/SiStripHotStripAlgorithmFromClusterOccupancy.h", "CalibTracker/SiStripQuality/src/SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy.cc", "CalibTracker/SiStripQuality/test/cfg/makeMergeBadComponentPayload_example_cfg.py", "CalibTracker/SiStripQuality/test/cfg/StudyExample/SiStripQualityStatistics_Cabling_cfg.py", "CalibTracker/SiStripQuality/test/cfg/StudyExample/SiStripQualityStatistics_singleTag_cfg.py", "CalibTracker/StandaloneTrackerTopology/test/testStandaloneTrackerTopology_cfg.py", "CaloOnlineTools/HcalOnlineDb/interface/ConfigurationDatabaseStandardXMLParser.hh", "CaloOnlineTools/HcalOnlineDb/test/HCAL_TRIG_PRIM_LOOKUP_TABLE.checksums.template", "CaloOnlineTools/HcalOnlineDb/test/HCAL_TRIG_PRIM_LOOKUP_TABLE.XMLloader.template", "CommonTools/ParticleFlow/python/Isolation/customiseEarlyDeleteForCandIsoDeposits.py", "CommonTools/ParticleFlow/python/Isolation/electronPFIsolationDepositsPFBRECO_cff.py", "CommonTools/ParticleFlow/python/Isolation/electronPFIsolationValuesPFBRECO_cff.py", "CommonTools/ParticleFlow/python/Isolation/photonPFIsolationDepositsPFBRECO_cff.py", "CommonTools/ParticleFlow/python/ParticleSelectors/pfAllNeutralHadronsAndPhotons_cfi.py", "CommonTools/ParticleFlow/python/ParticleSelectors/pfPdgIdPFCandidateSelector_cfi.py", "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_create_cfg.py", "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_read_cfg.py", "CommonTools/TriggerUtils/test/GenericTriggerEventFlag_AlCaRecoTriggerBitsRcd_update_cfg.py", "CondCore/AlignmentPlugins/plugins/TrackerAlignmentErrorExtended_PayloadInspector.cc", "CondCore/AlignmentPlugins/plugins/TrackerSurfaceDeformations_PayloadInspector.cc", "CondCore/CTPPSPlugins/plugins/CTPPSRPAlignmentCorrectionsData_PayloadInspector.cc", "CondCore/DBOutputService/test/python/testIOVPayloadAnalyzer_example_oracle_cfg.py", "CondCore/EcalPlugins/plugins/EcalClusterEnergyCorrectionObjectSpecificParameters_PayloadInspector.cc", "CondCore/EcalPlugins/plugins/EcalClusterEnergyCorrectionParameters_PayloadInspector.cc", "CondCore/EcalPlugins/plugins/EcalClusterEnergyUncertaintyParameters_PayloadInspector.cc", "CondCore/EcalPlugins/plugins/EcalClusterLocalContCorrParameters_PayloadInspector.cc", "CondCore/PCLConfigPlugins/plugins/SiPixelAliPCLThresholdsPayloadInspectorHelper.h", "CondCore/SiPixelPlugins/plugins/SiPixelGainCalibrationForHLT_PayloadInspector.cc", "CondCore/SiPixelPlugins/plugins/SiPixelGainCalibrationOffline_PayloadInspector.cc", "CondFormats/CastorObjects/data/castor_channelquality_HighGain_Run141956-148844.txt", "CondFormats/DataRecord/interface/EcalClusterEnergyCorrectionObjectSpecificParametersRcd.h", "CondFormats/DataRecord/interface/EcalGlobalShowerContainmentCorrectionsVsEtaRcd.h", "CondFormats/DataRecord/interface/HeterogeneousHGCalHEFCellPositionsConditionsRecord.h", "CondFormats/DataRecord/src/EcalClusterEnergyCorrectionObjectSpecificParametersRcd.cc", "CondFormats/DataRecord/src/HeterogeneousHGCalHEFCellPositionsConditionsRecord.cc", "CondFormats/EcalCorrections/interface/EcalGlobalShowerContainmentCorrectionsVsEta.h", "CondFormats/EcalCorrections/src/T_EventSetup_EcalGlobalShowerContainmentCorrectionsVsEta.cc", "CondFormats/EcalCorrections/src/T_EventSetup_EcalShowerContainmentCorrections.cc", "CondFormats/EcalObjects/interface/EcalClusterEnergyCorrectionObjectSpecificParameters.h", "CondFormats/GeometryObjects/src/T_EventSetup_PTrackerAdditionalParametersPerDet.cc", "CondFormats/HGCalObjects/interface/HeterogeneousHGCalHEFCellPositionsConditions.h", "CondFormats/HGCalObjects/src/alpaka/T_EventSetup_HGCalCalibrationParameterDevice.cc", "CondFormats/HGCalObjects/src/T_EventSetup_HeterogeneousHGCalHEFCellPositionsConditions.cc", "CondFormats/JetMETObjects/test/run_TestCondFormatsJetMETObjectsJetCorrectorParameters.sh", "CondFormats/PhysicsToolsObjects/interface/PerformancePayloadFromBinnedTFormula.h", "CondFormats/PPSObjects/src/T_EventSetup_LHCInterpolatedOpticalFunctionsSetCollection.cc", "CondFormats/SiPhase2TrackerObjects/src/T_EventSetup_SiPhase2OuterTrackerLorentzAngle.cc", "CondFormats/SiPhase2TrackerObjects/src/T_EventSetup_TrackerDetToDTCELinkCablingMap.cc", "CondFormats/SiPhase2TrackerObjects/test/testSerializationSiPhase2TrackerObjects.cpp", "CondFormats/SiPixelObjects/interface/alpaka/SiPixelGainCalibrationForHLTDevice.h", "CondFormats/SiPixelObjects/interface/alpaka/SiPixelGainCalibrationForHLTUtilities.h", "CondFormats/SiPixelObjects/src/alpaka/T_EventSetup_SiPixelGainCalibrationForHLTDevice.cc", "CondFormats/SiStripObjects/test/UnitTests/MasterTestCondFormatsSiStripObjects.cpp", "CondTools/Ecal/interface/EcalClusterEnergyCorrectionObjectSpecificXMLTranslator.h", "CondTools/Ecal/python/produceTPGParameters_beamv6_transparency_spikekill_2016_script.py", "CondTools/Ecal/test/EcalIntercalibConstantsPopConBTransitionAnalyzer_test_cfg.py", "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2023.py", "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2024.py", "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2025.py", "Configuration/DataProcessing/python/Impl/ppEra_Run3_pp_on_PbPb_approxSiStripClusters.py", "Configuration/DataProcessing/python/Impl/trackingOnlyEra_Run2_2018_highBetaStar.py", "Configuration/EcalTB/python/reco_application_2006rawdata_localTrivialreco_cfg.py", "Configuration/Generator/python/B0ToJpsiK0s_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", "Configuration/Generator/python/BuMixing_BMuonFilter_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", "Configuration/Generator/python/BuMixing_BMuonFilter_forSTEAM_14TeV_TuneCP5_cfi.py", "Configuration/Generator/python/BuToJPsiPrimeKToJPsiPiPiK_14TeV_TuneCP5_pythia8_cfi.py", "Configuration/Generator/python/BuToKstarPsi2S_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", "Configuration/Generator/python/Chib1PToUpsilon1SGamma_MuFilter_TuneCP5_14TeV-pythia8_evtgen_cfi.py", "Configuration/Generator/python/ChicToJpsiGamma_MuFilter_TuneCP5_14TeV_pythia8_evtgen_cfi.py", "Configuration/Generator/python/DarkSUSY_mH_125_mN1_60_mGammaD_10_cT_10_Madgraph_LHE_13TeV_cfi.py", "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_300_1000mm_TuneCUETP8M1_13TeV_pythia8_cff.py", "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_13TeV_pythia8_cff.py", "Configuration/Generator/python/DisplacedSUSY_stopToBottom_M_800_500mm_TuneCP5_14TeV_pythia8_cff.py", "Configuration/Generator/python/DStarToD0Pi_D0ToKsPiPi_inclusive_SoftQCD_TuneCP5_13p6TeV-pythia8-evtgen.py", "Configuration/Generator/python/DYToll01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", "Configuration/Generator/python/DYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cff.py", "Configuration/Generator/python/DYToll012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", "Configuration/Generator/python/DYToll012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py", "Configuration/Generator/python/DYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cff.py", "Configuration/Generator/python/Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_cff.py", "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_EvtGen_cff.py", "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_cff.py", "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taupinu_cff.py", "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_Tauola_taurhonu_cff.py", "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taupinu_cff.py", "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8_taurhonu_cff.py", "Configuration/Generator/python/Hadronizer_MgmMatchTuneCUETP8M1_13TeV_madgraph_pythia8withPhotospp_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_powhegEmissionVeto2p_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCP5_13TeV_powhegEmissionVeto_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max1j_max1p_LHE_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max0p_LHE_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_aMCatNLO_FXFX_5f_max2j_max1p_LHE_pythia8_evtgen_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_generic_LHE_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_ggHZZ4L_powhegEmissionVeto_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Hgg_powhegEmissionVeto_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httpinu_powhegEmissionVeto_pythia8_tauola_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Htt_powhegEmissionVeto_pythia8_tauola_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_Httrhonu_powhegEmissionVeto_pythia8_tauola_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_EvtGen_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taupinu_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_Tauola_taurhonu_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taupinu_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8_taurhonu_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_MLM_5f_max4j_LHE_pythia8withPhotospp_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_2p_HToGG_M125_LHE_py8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto2p_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToBB_M-125_LHE_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_3p_HToZZ4nu_M-125_LHE_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneCUETP8M1_13TeV_powhegEmissionVeto_pythia8_cff.py", "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraphamcatnlo_herwigpp_cff.py", "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraphamcatnlo_MPIoff_herwigpp_cff.py", "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_herwigpp_cff.py", "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_herwigpp_cff.py", "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_madgraph_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py", "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_herwigpp_cff.py", "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_herwigpp_cff.py", "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_differentPDF_MPIoff_ReshuffleRestMostOffShell_herwigpp_cff.py", "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_samePDF_herwigpp_cff.py", "Configuration/Generator/python/Hadronizer_TuneEE5C_13TeV_powheg_samePDF_MPIoff_herwigpp_cff.py", "Configuration/Generator/python/Herwig7Settings/Herwig7LHEMG5aMCatNLOSettings_cfi.py", "Configuration/Generator/python/Herwig7Settings/Herwig7StableParticlesForDetector_cfi.py", "Configuration/Generator/python/HSCPmchamp1_M_600_TuneZ2star_13TeV_pythia6_cff.py", "Configuration/Generator/python/HTo2LongLivedTo4bMH-125_MFF-12_CTau-900mm_TuneCP5_14TeV_pythia8_cfi.py", "Configuration/Generator/python/LambdaBToLambdaMuMuToPPiMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", "Configuration/Generator/python/LbToJpsiLambda_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", "Configuration/Generator/python/LbToJpsiXiK0sPi_JMM_Filter_DGamma0_TuneCP5_13p6TeV-pythia8-evtgen_cfi.py", "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP1DownSettings_cfi.py", "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP2DownSettings_cfi.py", "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP3DownSettings_cfi.py", "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP4DownSettings_cfi.py", "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5CR1Settings_cfi.py", "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5CR2Settings_cfi.py", "Configuration/Generator/python/MCTunesRun3ECM13p6TeV/PythiaCP5DownSettings_cfi.py", "Configuration/Generator/python/QCD_Pt-15To7000_TuneCUETP8M1_Flat_14TeV-pythia8_cff.py", "Configuration/Generator/python/QCD_Pt20toInf_MuEnrichedPt15_14TeV_TuneCP5_cff.py", "Configuration/Generator/python/QCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_13TeV_pythia8_cff.py", "Configuration/Generator/python/QCD_Pt-20toInf_MuEnrichedPt15_TuneCUETP8M1_14TeV_pythia8_cff.py", "Configuration/Generator/python/ReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_cfi.py", "Configuration/Generator/python/ReggeGribovPartonMC_EposLHC_4080_4080GeV_pPb_ExtGen_cfi.py", "Configuration/Generator/python/RS750_quarks_and_leptons_8TeV_TuneCUETP8M1_cff.py", "Configuration/Generator/python/RSGravitonToGammaGamma_kMpl01_M_3000_TuneCUETP8M1_13TeV_pythia8_cfi.py", "Configuration/Generator/python/sherpa_ttbar_2j_MENLOPS_13TeV_MASTER_ExtGen_cff.py", "Configuration/Generator/python/SMS-Higgsino_mN2-170_mC1-160_mN1-150_HT60_TuneCP5_13TeV_pythia8_cfi.py", "Configuration/Generator/python/SMS-T1tttt_mGl-1500_mLSP-100_13TeV-pythia8_cfi.py", "Configuration/Generator/python/SMS-T1tttt_mGl-1500_mLSP-100_TuneCP5_14TeV_pythia8_cfi.py", "Configuration/Generator/python/TTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cff.py", "Configuration/Generator/python/TTbar012Jets_5f_NLO_FXFX_Madgraph_LHE_13TeV_cfi.py", "Configuration/Generator/python/TTbarToDilepton_mt172p5_TuneCP5_14TeV_pythia8_cfi.py", "Configuration/Generator/python/Upsilon1SToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", "Configuration/Generator/python/Upsilon4sBaBarExample_BpBm_Dstarpipi_D0Kpi_nonres_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", "Configuration/Generator/python/Upsilon4swithBuToKstarJPsiToMuMu_forSTEAM_13TeV_TuneCUETP8M1_cfi.py", "Configuration/Generator/python/WprimeToENu_M-2000_TuneCUETP8M1_13TeV-pythia8_cff.py", "Configuration/Generator/python/WTolNu01234Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", "Configuration/Generator/python/WTolNu012Jets_5f_LO_MLM_Madgraph_LHE_13TeV_cff.py", "Configuration/Generator/python/ZmumuJets_Pt_20_300_GEN_13TeV_TuneCUETP8M1_cfg.py", "Configuration/Generator/python/ZTT_Tauola_All_hadronic_13TeV_TuneCUETP8M1_cfi.py", "Configuration/Generator/python/ZTT_Tauola_All_hadronic_14TeV_TuneCUETP8M1_cfi.py", "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_13TeV_TuneCUETP8M1_cfi.py", "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_cfi.py", "Configuration/Generator/python/ZTT_Tauola_OneLepton_OtherHadrons_8TeV_TuneCUETP8M1_ExtGen_cfi.py", "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus05Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus05PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus10Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatMinus10PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus05Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus05PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus10Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2021FlatPlus10PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus05Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus05PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus10Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatMinus10PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus05Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus05PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus10Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2023FlatPlus10PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus05Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus05PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus10Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatMinus10PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus05Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus05PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus10Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2024FlatPlus10PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus05Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus05PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus10Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatMinus10PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus05Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus05PercentReco_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus10Percent_cff.py", "Configuration/Geometry/python/GeometryDD4hepExtended2025FlatPlus10PercentReco_cff.py", "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus05Percent_cff.py", "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus05PercentReco_cff.py", "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus10Percent_cff.py", "Configuration/Geometry/python/GeometryExtended2017Plan1FlatMinus10PercentReco_cff.py", "Configuration/Geometry/python/GeometryExtended2017Plan1FlatPlus05PercentReco_cff.py", "Configuration/Geometry/python/GeometryExtended2017Plan1FlatPlus10PercentReco_cff.py", "Configuration/Geometry/python/GeometryExtended2024FlatMinus05PercentReco_cff.py", "Configuration/Geometry/python/GeometryExtended2024FlatMinus10PercentReco_cff.py", "Configuration/Geometry/python/GeometryExtended2025FlatMinus05PercentReco_cff.py", "Configuration/Geometry/python/GeometryExtended2025FlatMinus10PercentReco_cff.py", "Configuration/ProcessModifiers/python/ecal_component_finely_sampled_waveforms_cff.py", "Configuration/ProcessModifiers/python/ticl_superclustering_mustache_ticl_cff.py", "Configuration/ProcessModifiers/python/trackingMkFitDisplacedRegionalStep_cff.py", "Configuration/ProcessModifiers/python/trackingMkFitInitialStepPreSplitting_cff.py", "Configuration/ProcessModifiers/python/unifiedparticleTransformerAK4SonicTriton_cff.py", "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p3_cfg.py", "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess361p4_cfg.py", "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch2_cfg.py", "Configuration/Skimming/test/CSmaker_JetMETAOD_Tau_PDJetMETTau_1e29_reprocess370patch4_cfg.py", "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p3_cfg.py", "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess361p4_cfg.py", "Configuration/Skimming/test/SDmaker_6SD_3CS_PDMinBias_1e28_reprocess370patch2_cfg.py", "Configuration/StandardSequences/python/SimulationRandomNumberGeneratorSeeds_cff.py", "DataFormats/EcalRecHit/interface/alpaka/EcalUncalibratedRecHitDeviceCollection.h", "DataFormats/L1ScoutingRawData/test/create_SDSRawDataCollection_test_file_cfg.py", "DataFormats/ParticleFlowReco/interface/alpaka/PFRecHitFractionDeviceCollection.h", "DataFormats/SiStripCluster/test/create_SiStripApproximateClusterCollection_test_file_cfg.py", "DataFormats/SiStripCluster/test/test_readSiStripApproximateClusterCollection_cfg.py", "DataFormats/SiStripCluster/test/TestWriteSiStripApproximateClusterCollection.cc", "DetectorDescription/OfflineDBLoader/python/test/cmsIdealGeometryForWrite_cfi.py", "DetectorDescription/OfflineDBLoader/python/test/cmsIdealGeometryNoRPCSpecs_cfi.py", "Documentation/ReferenceManualScripts/data/iframes/tree/images/folder-closed.gif", "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-black.gif", "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-black-line.gif", "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-default.gif", "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-default-line.gif", "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-famfamfam.gif", "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-famfamfam-line.gif", "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-gray.gif", "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-gray-line.gif", "Documentation/ReferenceManualScripts/data/iframes/tree/images/treeview-red-line.gif", "DPGAnalysis/SiStripTools/python/byclustsummsipixelvssistripmulteventfilter_cfi.py", "DPGAnalysis/SiStripTools/python/configurableapvcyclephaseproducer_CRAFT08_cfi.py", "DPGAnalysis/SiStripTools/python/configurableapvcyclephaseproducer_GR09_withdefault_cff.py", "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_additionalpeak_AlCaReco_cfi.py", "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_firstpeak_AlCaReco_cfi.py", "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_firstpeak_cfi.py", "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_maxonly_cfi.py", "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_secondpeak_cfi.py", "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_FrameHeaderEvents_widerange_cfi.py", "DPGAnalysis/SiStripTools/python/filters/Potential_TIBTEC_HugeEvents_AlCaReco_cfi.py", "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_firstpeak_cfi.py", "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_maxonly_cfi.py", "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_secondpeak_cfi.py", "DPGAnalysis/SiStripTools/python/filters/Potential_TOB_FrameHeaderEvents_widerange_cfi.py", "DPGAnalysis/SiStripTools/python/occupancyplotsselections_pixelphase1_detailed_cff.py", "DPGAnalysis/SiStripTools/python/SiStripConfObjectAPVPhaseOffsetsFakeESSource_cfi.py", "DPGAnalysis/SiStripTools/test/CondDBWriter_SiStripConfObjectAPVPhaseOffsets_cfg.py", "DPGAnalysis/Skims/data/Cert_13TeV_16Dec2015ReReco_Collisions15_25ns_50ns_JSON.txt", "DPGAnalysis/Skims/data/Cert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON_MuonPhys.txt", "DPGAnalysis/Skims/data/Cert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON.txt", "DPGAnalysis/Skims/data/Cert_271036-274240_13TeV_PromptReco_Collisions16_JSON.txt", "DQM/BeamMonitor/test/2012_PixelTracksVertices_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py", "DQM/BeamMonitor/test/2012_PixelTracksVertices_Test_beamspotproblem_dqm_sourceclient-live_cfg.py", "DQM/BeamMonitor/test/2012_ReducedTrackingSteps_44XOnwards_Test_beam_dqm_sourceclient-live_cfg.py", "DQM/EcalPreshowerMonitorModule/python/EcalPreshowerMonitorTasks_withFEDIntegrity_cfi.py", "DQMOffline/CalibTracker/test/AnalyzeSeveralRuns_ExpressStreamWithDQMHarvesting_afs.sh", "DQMOffline/CalibTracker/test/CRAFTCalib/SiStripDQMBadStripsValidationReReco_cfg.py", "DQMOffline/CalibTracker/test/CRAFTCalib/SiStripDQMBadStripsValidationReReco.job", "DQMOffline/CalibTracker/test/SiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py", "DQMOffline/CalibTracker/test/template_SiStripQualityBadAPVandHotStripIdentifierRoot_cfg.py", "DQMOffline/CalibTracker/test/template_SiStripQualityBadAPVIdentifierRoot_cfg.py", "DQMOffline/CalibTracker/test/template_SiStripQualityHotStripIdentifierRoot_cfg.py", "DQMOffline/L1Trigger/test/runDQMOffline_step1NoRECO_justRate_L1TriggerOnly_job1_cfg.py", "DQM/SiPixelPhase1Config/test/pixelphase1_for_timing_scan_dqm_sourceclient-live_cfg.py", "DQM/SiPixelPhase1Config/test/qTests/mean_num_digis_qualitytest_config_cosmics.xml", "DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.cc", "DQM/SiStripCommissioningDbClients/plugins/SiStripCommissioningOfflineDbClient.h", "DQM/SiStripCommissioningSources/python/SiStripCommissioningSource_FromEDM_cfg.py", "DQM/SiStripCommissioningSources/python/SiStripCommissioningSource_FromRAW_cfg.py", "DQM/SiStripMonitorApproximateCluster/plugins/SiStripMonitorApproximateCluster.cc", "DQM/SiStripMonitorApproximateCluster/python/SiStripMonitorApproximateCluster_cfi.py", "DQM/SiStripMonitorClient/data/sistrip_monitorelement_config_ped_cluster_digi.xml", "DQM/SiStripMonitorClient/python/SiStripDQMSourceConfigOfflineGlobalRunCAF_cfi.py", "DQM/SiStripMonitorSummary/scripts/MonitorDB_NewDirStructure_KeepTagLinks_generic.sh", "DQM/SiStripMonitorSummary/scripts/MonitorDB_NewDirStructure_KeepTagLinks_generic_V2.sh", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_222222_256x240.png", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_2e83ff_256x240.png", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_454545_256x240.png", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_888888_256x240.png", "DQM/TrackerCommon/test/jquery/css/smoothness/images/ui-icons_cd0a0a_256x240.png", "DQM/TrackingMonitorClient/python/TrackingEffFromHitPatternClientConfigZeroBias_cff.py", "EgammaAnalysis/ElectronTools/test/egammaPatElectronsToCalibratedPatElectrons_cfg.py", "EventFilter/EcalRawToDigi/plugins/alpaka/EcalElectronicsMappingHostESProducer.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyHFRingUnpacker.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyPhysCandUnpacker.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage1/LegacyPhysCandUnpacker.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage1/PhysicsToBitConverter.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage1/PhysicsToBitConverter.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Collections.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloLayer1Collections.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloSummaryCollections.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/CaloSummaryCollections.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/EtSumUnpacker_0x10010057.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/EtSumUnpacker_0x10010057.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/GlobalAlgBlkUnpacker.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/GlobalExtBlkUnpacker.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonPacker.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonPacker.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonUnpacker.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/IntermediateMuonUnpacker.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TObjectCollections.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TStage2Layer2Constants.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/L1TStage2Layer2Constants.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x1001000b.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x1001000b.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010010.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010010.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010033.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/MPUnpacker_0x10010033.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTPacker.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTPacker.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTUnpacker.cc", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/RegionalMuonGMTUnpacker.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/UCTCTP7RawData5BX_HCALFB.h", "EventFilter/L1TRawToDigi/plugins/implementations_stage2/UCTCTP7RawData_HCALFB.h", "EventFilter/Phase2TrackerRawToDigi/interface/Phase2TrackerFEDRawChannelUnpacker.h", "EventFilter/Phase2TrackerRawToDigi/interface/Phase2TrackerFEDZSChannelUnpacker.h", "EventFilter/Phase2TrackerRawToDigi/plugins/Phase2TrackerCommissioningDigiProducer.cc", "EventFilter/Phase2TrackerRawToDigi/python/Phase2TrackerCommissioningDigiProducer_cfi.py", "EventFilter/Phase2TrackerRawToDigi/python/test/Phase2TrackerFEDTestAnalyzer_cfi.py", "EventFilter/Phase2TrackerRawToDigi/test/plugins/Phase2TrackerFEDTestAnalyzer.cc", "FastSimulation/CTPPSFastTrackingProducer/python/CTPPSFastTrackingProducer_cfi.py", "FastSimulation/SimplifiedGeometryPropagator/doc/SimplifiedGeometryPropagator.doc", "FastSimulation/SimplifiedGeometryPropagator/interface/BarrelSimplifiedGeometry.h", "FastSimulation/SimplifiedGeometryPropagator/interface/ForwardSimplifiedGeometry.h", "FastSimulation/SimplifiedGeometryPropagator/interface/InteractionModelFactory.h", "FastSimulation/SimplifiedGeometryPropagator/interface/SimplifiedGeometryFactory.h", "FastSimulation/TrackingRecHitProducer/interface/TrackingRecHitAlgorithmFactory.h", "FastSimulation/TrackingRecHitProducer/plugins/TrackingRecHitNoSmearingPlugin.cc", "FWCore/Integration/python/test/unscheduled_fail_on_output_IgnoreCompletely_cfg.py", "FWCore/Integration/python/test/unscheduled_fail_on_output_no_dependency_TryToContinue_cfg.py", "FWCore/Integration/test/testSwitchProducerConditionalTaskEDAliasConsumeAllCases_cfg.py", "FWCore/Integration/test/testSwitchProducerConditionalTaskEDAliasWildcard_cfg.py", "FWCore/Integration/test/unit_test_outputs/testProducerWithPsetDesc_briefdoc.txt", "GeneratorInterface/Core/test/Hadronizer_MgmMatchTune4C_ZJetsNoPSb_13TeV_madgraph_pythia8_Tauola_cfg.py", "GeneratorInterface/Core/test/Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8_cfg.py", "GeneratorInterface/EvtGenInterface/plugins/EvtGenUserModels/EvtModelUserReg.cpp", "GeneratorInterface/EvtGenInterface/plugins/test/Py8_lambadb_evtgen1_Lb2plnuLCSR_cfg.py", "GeneratorInterface/Herwig7Interface/python/Herwig7_Dummy_Matchbox_90X_ppToee.py", "GeneratorInterface/Herwig7Interface/python/Herwig7_loadCommonMergingSettings_cff.py", "GeneratorInterface/Herwig7Interface/python/PPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cff.py", "GeneratorInterface/Herwig7Interface/test/DYToLL01234Jets_5FS_TuneCH3_13TeV_madgraphMLM_herwig7_cfg.py", "GeneratorInterface/Herwig7Interface/test/DYToLL012Jets_5FS_TuneCH3_13TeV_amcatnloFxFx_herwig7_cfg.py", "GeneratorInterface/Herwig7Interface/test/DYToLL_TuneCH3_13TeV_herwig7_hepmc3_cfg.py", "GeneratorInterface/Herwig7Interface/test/Herwig7_Matchbox_90X_ppToee_GEN_SIM.py", "GeneratorInterface/Herwig7Interface/test/PPToEE_LO_TuneCH3_13TeV_herwig7_matchbox_cfg.py", "GeneratorInterface/LHEInterface/data/run_generic_tarball_cvmfs_madgraphLO_multithread.sh", "GeneratorInterface/LHEInterface/data/run_generic_tarball_cvmfs_manual_multithread.sh", "GeneratorInterface/PyquenInterface/python/Pyquen_Zmumu_2760GeV_dimuonAcc_cfi.py", "GeneratorInterface/Pythia6Interface/test/Py6GenFilter_ElectronProtonInitialState_cfg.py", "GeneratorInterface/Pythia8Interface/test/compare_external_generators_streams_cfg.py", "GeneratorInterface/Pythia8Interface/test/pythia8ex2_ConvertToMain70_cfg_Fragment.py", "GeneratorInterface/Pythia8Interface/test/pythia8hmc3_photos_ZToTauTau_13TeV_cfg.py", "GeneratorInterface/Pythia8Interface/test/test_catch2_External_Pythia8GeneratorFilter.cc", "GeneratorInterface/Pythia8Interface/test/test_Pythia8ConcurrentGeneratorFilter_WZ_TuneCP5_13TeV-pythia8.sh", "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMCGeneratorFilter.h", "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMC.h", "GeneratorInterface/ReggeGribovPartonMCInterface/interface/ReggeGribovPartonMCHadronizer.h", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_AdvancedParameters_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_PbPb_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_2760GeV_pp_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_5TeV_pPb_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_7TeV_pp_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_8TeV_pp_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_EposLHC_900GeV_pp_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_PbPb_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_2760GeV_pp_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_5TeV_pPb_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_7TeV_pp_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_8TeV_pp_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/python/ReggeGribovPartonMC_QGSJetII_900GeV_pp_cfi.py", "GeneratorInterface/ReggeGribovPartonMCInterface/src/ReggeGribovPartonMCGeneratorFilter.cc", "GeneratorInterface/ReggeGribovPartonMCInterface/src/ReggeGribovPartonMCHadronizer.cc", "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_PbPb_2760GeV_cfi_py_GEN.py", "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pp_8TeV_cfi_py_GEN.py", "GeneratorInterface/ReggeGribovPartonMCInterface/test/EposLHC_pPb_5020GeV_cfi_py_GEN.py", "GeneratorInterface/ReggeGribovPartonMCInterface/test/QGSJetII-04_pPb_5020GeV_cfi_py_GEN.py", "GeneratorInterface/SherpaInterface/data/Run.dat_13TeV_WJets_MEPSatNLO_2jNLO_2jLO", "GeneratorInterface/SherpaInterface/data/Run.dat_13TeV_ZJets_MEPSatNLO_2jNLO_2jLO", "GeneratorInterface/TauolaInterface/plugins/TauSpinner/read_particles_from_HepMC.cc", "GeneratorInterface/TauolaInterface/test/DYToLL_M_50_TuneZ2star_8TeV_Tauola_TauSpinner_Example_cfi.py", "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHE_GEN_VALIDATION.py", "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_LHESPINCORR_GEN_VALIDATION.py", "GeneratorInterface/TauolaInterface/test/DYToLLtaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", "GeneratorInterface/TauolaInterface/test/DYToLLtaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", "GeneratorInterface/TauolaInterface/test/GGToHtautau_13TeV_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", "GeneratorInterface/TauolaInterface/test/GGToHtautau_13TeV_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", "GeneratorInterface/TauolaInterface/test/H130GGgluonfusion_8TeV_Tauola_TauSpinner_Example_cfi.py", "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_cff_GEN_VALIDATION.py", "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHE_GEN_VALIDATION.py", "GeneratorInterface/TauolaInterface/test/WToLNutaupinu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taupinu_LHESPINCORR_GEN_VALIDATION.py", "GeneratorInterface/TauolaInterface/test/WToLNutaurhonu_Hadronizer_MgmMatchTune4C_13TeV_madgraph_pythia8_Tauola_taurhonu_cff_GEN_VALIDATION.py", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatMinus05Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatMinus10Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatPlus05Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2021FlatPlus10Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatMinus05Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatMinus10Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatPlus05Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2023FlatPlus10Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatMinus05Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatMinus10Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatPlus05Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024FlatPlus10Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatMinus05Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatMinus10Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatPlus05Percent.xml", "Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025FlatPlus10Percent.xml", "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorMeasuredXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorSystMinusXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2015devCastorSystPlusXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatMinus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatMinus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatPlus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2015FlatPlus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatMinus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatMinus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatPlus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1FlatPlus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2017Plan1ZeroMaterialXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatMinus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatMinus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatPlus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2018FlatPlus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatMinus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatMinus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatPlus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2023FlatPlus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatMinus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatMinus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatPlus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2024FlatPlus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatMinus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatMinus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatPlus05PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometry2025FlatPlus10PercentXML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometryDetailedCavern2017Plan1XML_cfi.py", "Geometry/CMSCommonData/python/cmsExtendedGeometryDetailedCavern2017Plan1ZeroMaterialXML_cfi.py", "Geometry/ForwardSimData/data/ForwardShieldProdCuts/2021/v1/ForwardShieldProdCuts.xml", "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryBuilder.cc", "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.cc", "Geometry/GlobalTrackingGeometryBuilder/plugins/GlobalTrackingGeometryESProducer.h", "Geometry/HcalCommonData/data/hcalRecNumbering/2018Plan36/v1/hcalRecNumbering.xml", "Geometry/HcalCommonData/data/hcalRecNumbering/2018Plan36/v2/hcalRecNumbering.xml", "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.0.py", "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10024.911.py", "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.0.py", "Geometry/HcalCommonData/test/python/step3_RAW2DIGI_L1Reco_RECO_RECOSIM_PAT_VALIDATION_DQM_10824.911.py", "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.0.py", "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10024.911.py", "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.0.py", "Geometry/HcalCommonData/test/python/TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_10824.911.py", "GeometryReaders/XMLIdealGeometryESSource/python/cmsMagneticFieldGeometryDB_cff.py", "GeometryReaders/XMLIdealGeometryESSource/src/XMLIdealMagneticFieldGeometryESProducer.cc", "GeometryReaders/XMLIdealGeometryESSource/test/runXMLBigFileToDBAndBackValidation.sh", "GeometryReaders/XMLIdealGeometryESSource/test/testSpecParsMuonSensitiveDetectorMuonCSCHits.py", "Geometry/TrackerCommonData/data/2016/FlatMinus05Percent/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/2016/FlatMinus10Percent/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/2016/FlatPlus05Percent/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/2016/FlatPlus10Percent/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/flat10services30percent/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/flat20services30percent/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatMinus05Percent/2015/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatMinus05Percent/2017/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatMinus05Percent/2021/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatMinus05Percent/2021/v2/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatMinus10Percent/2015/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatMinus10Percent/2017/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatMinus10Percent/2021/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatMinus10Percent/2021/v2/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatPlus05Percent/2015/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatPlus05Percent/2017/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatPlus05Percent/2021/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatPlus05Percent/2021/v2/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatPlus10Percent/2015/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatPlus10Percent/2017/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatPlus10Percent/2021/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/FlatPlus10Percent/2021/v2/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/PhaseII/TFPXTEPXReordered/trackerParameters.xml", "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker4025/pixelStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker4025/trackerStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/pixelStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/trackerStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker405/pixelStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker613_MB_2019_04/tracker.xml", "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker613/pixelStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/TiltedTracker/trackerStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixel.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixfwd.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/tracker.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_2021_03/tracker.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixel.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT703_2021_03/pixelStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixel.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2024_02/pixelStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT800_IT615_2022_10/pixbar.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixel.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/tracker.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelStructureTopology.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixel.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/tracker.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT742_2024_01/pixel.xml", "Geometry/TrackerCommonData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT744_2024_01/pixel.xml", "Geometry/TrackerCommonData/data/PhaseI/PixelForward/trackerStructureTopology.xml", "Geometry/TrackerCommonData/data/pixbarmaterial/2017ZeroMaterial/v1/pixbarmaterial.xml", "Geometry/TrackerCommonData/data/pixfwdMaterials/2017ZeroMaterial/v1/pixfwdMaterials.xml", "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_PixelBarrelConn/pixbarmaterial.xml", "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_PixelBarrelConnToST/pixbarmaterial.xml", "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBFlange/tibmaterial.xml", "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBTIDMargherita/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/specialTestGeometries/mod_10_TIBTIDServiceCylinder/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/specialTestGeometries/specialTestGeometries.txt", "Geometry/TrackerCommonData/data/tecmaterial/2017ZeroMaterial/v1/tecmaterial.xml", "Geometry/TrackerCommonData/data/tibmaterial/2017ZeroMaterial/v1/tibmaterial.xml", "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2016/v1/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017/v1/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017/v2/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2017ZeroMaterial/v1/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2021/v1/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/tibtidcommonmaterial/2021/v2/tibtidcommonmaterial.xml", "Geometry/TrackerCommonData/data/tidmaterial/2017ZeroMaterial/v1/tidmaterial.xml", "Geometry/TrackerCommonData/data/tobmaterial/2017ZeroMaterial/v1/tobmaterial.xml", "Geometry/TrackerCommonData/data/trackermaterial/2017ZeroMaterial/v1/trackermaterial.xml", "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatMinus05PercentXML_cfi.py", "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatMinus10PercentXML_cfi.py", "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatPlus05PercentXML_cfi.py", "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021FlatPlus10PercentXML_cfi.py", "Geometry/TrackerCommonData/python/cmsExtendedGeometry2021ZeroMaterialXML_cfi.py", "Geometry/TrackerGeometryBuilder/plugins/TrackerAdditionalParametersPerDetESModule.cc", "Geometry/TrackerGeometryBuilder/test/python/testTrackerModuleInfoDBDD4hep_cfg.py", "Geometry/TrackerGeometryBuilder/test/python/testTrackerModuleInfoFromDDDNoPrintDDD_cfg.py", "Geometry/TrackerGeometryBuilder/test/python/testTrackerParametersFromDD4hep_cfg.py", "Geometry/TrackerGeometryBuilder/test/python/testTrackerParametersFromDDD_cfg.py", "Geometry/TrackerGeometryBuilder/test/python/trackerModuleInfoLocalDBDD4hep_cfg.py", "Geometry/TrackerGeometryBuilder/test/python/trackerParametersFromLocalDB_cfg.py", "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2DoubleDiskBuilder.cc", "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2DoubleDiskBuilder.h", "Geometry/TrackerNumberingBuilder/plugins/CmsTrackerPixelPhase2SubDiskBuilder.cc", "Geometry/TrackerRecoData/data/PhaseII/OuterTracker616_2020_04/trackerRecoMaterial.xml", "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker4025/trackerRecoMaterial.xml", "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker613_MB_2019_04/trackerRecoMaterial.xml", "Geometry/TrackerRecoData/data/PhaseII/TiltedTracker613_MB_2019_04/v2_ITonly/trackerRecoMaterial.xml", "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerRecoMaterial.xml", "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/trackerRecoMaterial.xml", "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT710_2023_04/trackerRecoMaterial.xml", "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/trackerRecoMaterial.xml", "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/trackerRecoMaterial.xml", "Geometry/TrackerRecoData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/trackerRecoMaterial.xml", "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelProdCuts.xml", "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/pixelsens.xml", "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackerProdCuts.xml", "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_2021_02/trackersens.xml", "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelProdCuts.xml", "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT702_2021_03/pixelsens.xml", "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelProdCuts.xml", "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_IT711_2023_05/pixelsens.xml", "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelProdCuts.xml", "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT801_IT640/pixelsens.xml", "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelProdCuts.xml", "Geometry/TrackerSimData/data/PhaseII/Tracker_DD4hep_compatible_OT806_IT741_2024_01/pixelsens.xml", "Geometry/TwentyFivePercentTrackerCommonData/data/tibConfiguration_twentyfivepercent.xml", "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer0_twentyfivepercent.xml", "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer1_twentyfivepercent.xml", "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer2_twentyfivepercent.xml", "Geometry/TwentyFivePercentTrackerCommonData/data/tiblayer3_twentyfivepercent.xml", "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring0_twentyfivepercent.xml", "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring1_twentyfivepercent.xml", "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring2_twentyfivepercent.xml", "Geometry/TwentyFivePercentTrackerCommonData/data/tibstring3_twentyfivepercent.xml", "Geometry/TwentyFivePercentTrackerCommonData/data/trackerConfiguration_twentyfivepercent.xml", "Geometry/TwentyFivePercentTrackerCommonData/data/trackerStructureTopology_twentyfivepercent.xml", "Geometry/TwentyFivePercentTrackerCommonData/data/trackertib_twentyfivepercent.xml", "Geometry/TwentyFivePercentTrackerCommonData/test/trackerSimConfiguration_TwentyFivePercent.xml", "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Left_Station/v1/CTPPS_210_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Left_Station/v2/CTPPS_210_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Right_Station/v1/CTPPS_210_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_210_Right_Station/v2/CTPPS_210_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Left_Station/v1/CTPPS_220_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Left_Station/v2/CTPPS_220_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Right_Station/v1/CTPPS_220_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2018/CTPPS_220_Right_Station/v2/CTPPS_220_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Cuts_Per_Region/Reco/v1/RP_Cuts_Per_Region.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Cuts_Per_Region/Simu/v1/CTPPS_Cuts_Per_Region.xml", "Geometry/VeryForwardData/data/CTPPS_2021/RP_Dist_Beam_Cent/Reco/v1/RP_Dist_Beam_Cent.xml", "Geometry/VeryForwardData/data/CTPPS_2021/RP_Dist_Beam_Cent/Simu/v1/RP_Dist_Beam_Cent.xml", "Geometry/VeryForwardData/data/CTPPS_2021/RP_Param_Beam_Region/v1/RP_Param_Beam_Region.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_210_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_210_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_220_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_220_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v1/RP_Stations_Assembly.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_210_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_210_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_220_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Reco/v2/RP_220_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_210_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_210_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_220_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_220_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v2/CTPPS_Stations_Assembly.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_210_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_210_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_220_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_220_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2021/Stations/Simu/v3/CTPPS_Stations_Assembly.xml", "Geometry/VeryForwardData/data/CTPPS_2025/Cuts_Per_Region/Reco/v1/RP_Cuts_Per_Region.xml", "Geometry/VeryForwardData/data/CTPPS_2025/Cuts_Per_Region/Simu/v1/CTPPS_Cuts_Per_Region.xml", "Geometry/VeryForwardData/data/CTPPS_2025/RP_Dist_Beam_Cent/Reco/v1/RP_Dist_Beam_Cent.xml", "Geometry/VeryForwardData/data/CTPPS_2025/RP_Dist_Beam_Cent/Simu/v1/RP_Dist_Beam_Cent.xml", "Geometry/VeryForwardData/data/CTPPS_2025/RP_Param_Beam_Region/v1/RP_Param_Beam_Region.xml", "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_210_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_210_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_220_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_220_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Reco/v1/RP_Stations_Assembly.xml", "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_210_Right_Station.xml_bkp", "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_220_Left_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_220_Right_Station.xml", "Geometry/VeryForwardData/data/CTPPS_2025/Stations/Simu/v1/CTPPS_Stations_Assembly.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Detector_Assembly.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2017/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Detector_Assembly/2021/v1/CTPPS_Diamond_Detector_Assembly.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Detector_Assembly.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2018/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Detector_Assembly/v1/CTPPS_Diamond_Detector_Assembly.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Detector_Assembly.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane1.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane2.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane3.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/CTPPS_Diamond_Planes/CTPPS_Diamond_Plane4.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Reco/v1/CTPPS_Timing_Stations_Assembly.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Simu/v1/CTPPS_Detectors_Assembly_022.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_2021/Simu/v1/CTPPS_Detectors_Assembly_122.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern1_Segment1.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern2_Segment1.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern2_Segment2.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment1.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment2.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment3.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern3_Segment4.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment1.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment2.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment3.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment4.xml", "Geometry/VeryForwardData/data/CTPPS_Diamond_Segments/CTPPS_Diamond_Pattern4_Segment5.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2017/CTPPS_Pixel_Assembly_Box_Real_023.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2017/CTPPS_Pixel_Assembly_Box_Real_123.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_003.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_023.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_103.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2018/CTPPS_Pixel_Assembly_Box_Real_123.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_003.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_023.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_103.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v1/CTPPS_Pixel_Assembly_Box_Real_123.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_003.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_023.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_103.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Assembly/v2/CTPPS_Pixel_Assembly_Box_Real_123.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v1/PPS_Pixel_Module_2x2_Run3.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v1/ppstrackerMaterials.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v2/PPS_Pixel_Module_2x2_Run3.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v2/ppstrackerMaterials.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_2021/Modules/v3/PPS_Pixel_Module_2x2_Run3.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v1/CTPPS_Pixel_Module_2x2.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v2/CTPPS_Pixel_Module_2x2.xml", "Geometry/VeryForwardData/data/CTPPS_Pixel_Module_2x2/v3/CTPPS_Pixel_Module_2x2.xml", "Geometry/VeryForwardData/data/CTPPS_Timing_Horizontal_Pot/v1/CTPPS_Timing_Horizontal_Pot.xml", "Geometry/VeryForwardData/data/CTPPS_Timing_Horizontal_Pot/v2/CTPPS_Timing_Horizontal_Pot.xml", "Geometry/VeryForwardData/data/CTPPS_Timing_Negative_Station/v1/CTPPS_Timing_Negative_Station.xml", "Geometry/VeryForwardData/data/CTPPS_Timing_Negative_Station/v2/CTPPS_Timing_Negative_Station.xml", "Geometry/VeryForwardData/data/CTPPS_Timing_Positive_Station/v1/CTPPS_Timing_Positive_Station.xml", "Geometry/VeryForwardData/data/CTPPS_Timing_Positive_Station/v2/CTPPS_Timing_Positive_Station.xml", "Geometry/VeryForwardData/data/CTPPS_UFSD_Segments/CTPPS_UFSD_Pattern2_SegmentA.xml", "Geometry/VeryForwardData/data/CTPPS_UFSD_Segments/CTPPS_UFSD_Pattern2_SegmentB.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_000.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_001.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_002.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_003.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_004.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_005.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_020.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_021.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_022.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_023.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_024.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_025.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_100.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_101.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_102.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_103.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_104.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_105.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_120.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_121.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_122.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_123.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_124.xml", "Geometry/VeryForwardData/data/RP_Detectors_Assembly/RP_Detectors_Assembly_125.xml", "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Reco/v1/RP_Horizontal_Device.xml", "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Reco/v2/RP_Horizontal_Device.xml", "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Simu/v1/RP_Horizontal_Device.xml", "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/Simu/v2/RP_Horizontal_Device.xml", "Geometry/VeryForwardData/data/RP_Horizontal_Device/2021/v1/RP_Horizontal_Device.xml", "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Reco/v1/RP_Vertical_Device.xml", "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Reco/v2/RP_Vertical_Device.xml", "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Simu/v1/RP_Vertical_Device.xml", "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/Simu/v2/RP_Vertical_Device.xml", "Geometry/VeryForwardData/data/RP_Vertical_Device/2021/v1/RP_Vertical_Device.xml", "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2016_cfi.py", "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2017_cfi.py", "Geometry/VeryForwardGeometry/python/dd4hep/geometryPPS_CMSxz_fromDD_2018_cfi.py", "Geometry/VeryForwardProtonTransport/data/parametrization_6500GeV_90p0_50urad_reco.root", "Geometry/VeryForwardProtonTransport/data/parametrization_6500GeV_90_transp.root", "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToFlyingCascadeBuilderBase.h", "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToResTrkTrkSameMassBuilderBase.h", "HeavyFlavorAnalysis/SpecificDecay/interface/BPHDecayToResTrkTrkSameMassBuilder.h", "HeavyFlavorAnalysis/SpecificDecay/src/BPHDecayToResTrkTrkSameMassBuilderBase.cc", "HeterogeneousCore/AlpakaInterface/interface/AssertDeviceMatchesHostCollection.h", "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerCopyToDeviceCache.cc", "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerImplicitCopyToDevice.cc", "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerMoveToDeviceCache.cc", "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaGlobalProducerNoOutput.cc", "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaStreamSynchronizingProducer.cc", "HeterogeneousCore/AlpakaTest/plugins/alpaka/TestAlpakaStreamSynchronizingProducerToDevice.cc", "HeterogeneousTest/AlpakaDevice/plugins/alpaka/AlpakaTestDeviceAdditionAlgo.dev.cc", "HeterogeneousTest/AlpakaDevice/plugins/alpaka/AlpakaTestDeviceAdditionModule.cc", "HeterogeneousTest/AlpakaKernel/plugins/alpaka/AlpakaTestKernelAdditionAlgo.dev.cc", "HeterogeneousTest/AlpakaKernel/plugins/alpaka/AlpakaTestKernelAdditionModule.cc", "HeterogeneousTest/AlpakaOpaque/plugins/alpaka/AlpakaTestOpaqueAdditionModule.cc", "HeterogeneousTest/AlpakaWrapper/plugins/alpaka/AlpakaTestWrapperAdditionModule.cc", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/highPtTripletStepChi2Est_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/highPtTripletStepTrajectoryCleanerBySharedHits_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltCandidateJetBProbabilityComputer_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltCandidateJetProbabilityComputer_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPBwdElectronPropagator_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator16_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator2000_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator30_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2ChargeMeasurementEstimator9_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator100_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPChi2MeasurementEstimator30_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPDummyDetLayerGeometry_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorAny_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFastSteppingHelixPropagatorOpposite_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPFwdElectronPropagator_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPGlobalDetLayerGeometry_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFFittingSmootherForL2Muon_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFFittingSmootherWithOutliersRejectionAndRK_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectoryFitterForL2Muon_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForL2Muon_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPKFTrajectorySmootherForMuonTrackLoader_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPL3MuKFTrajectoryFitter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPMeasurementTracker_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPMuonTransientTrackingRecHitBuilder_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPPixelCPEFastParams_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRKTrajectoryFitter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRKTrajectorySmoother_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPRungeKuttaTrackerPropagator_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSiPixelCablingSoA_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSiPixelGainCalibrationForHLTSoA_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagatorAny_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagatorAnyOpposite_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSmartPropagator_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorAlong_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPSteppingHelixPropagatorOpposite_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTrackAlgoPriorityOrder_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTrajectoryCleanerBySharedHits_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderPixelOnly_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderWithoutRefit_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltESPTTRHBuilderWithTrackAngle_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepChi2Est_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonHighPtTripletStepTrajectoryCleanerBySharedHits_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonInitialStepChi2Est_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonPixelTrackCleanerBySharedHits_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPhase2L3MuonTrackAlgoPriorityOrder_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/hltPixelTracksCleanerBySharedHits_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/eventsetup/muonSeededTrajectoryCleanerBySharedHits_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hlt1PFPuppiCentralJet70MaxEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hlt1PFPuppiCentralJet75MaxEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hlt2PFPuppiCentralJet40MaxEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hlt2PFPuppiCentralJet60MaxEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hlt3PFPuppiCentralJet45MaxEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hlt4PFPuppiCentralJet40MaxEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrector_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL1_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL2_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetCorrectorL3_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFCHSJetsCorrected_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrector_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL1_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL2_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetCorrectorL3_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK4PFPuppiJetsCorrected_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrector_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL1_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL2_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetCorrectorL3_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFCHSJetsCorrected_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrector_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL1_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL2_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetCorrectorL3_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltAK8PFPuppiJetsCorrected_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p31Eta2p4TripleEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p38Eta2p4TripleEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepCSV0p865DoubleEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p275Eta2p4TripleEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p375Eta2p4TripleEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltBTagPFPuppiDeepFlavour0p935DoubleEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltBunchSpacingProducer_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepBLifetimeTagInfosPFPuppi_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepBLifetimeTagInfosPFPuppiModEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsInfosPuppi_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsInfosPuppiModEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsPFPuppi_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepCombinedSecondaryVertexBJetTagsPFPuppiModEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveMergedVerticesPF_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveSecondaryVerticesPF_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepInclusiveVertexFinderPF_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepSecondaryVertexTagInfosPFPuppi_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepSecondaryVertexTagInfosPFPuppiModEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDeepTrackVertexArbitratorPF_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG12EtL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeSigmavvL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoClusterShapeSigmawwL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoEcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHgcalHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG2312IsoHgcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG23EtL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG23EtUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeSigmavvL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeSigmavvUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLClusterShapeUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHgcalHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25CaloIdLHgcalHEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25EtL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG25EtUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmavvL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmavvUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmawwL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeSigmawwUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdClusterShapeUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdEcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdEcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalHEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEG3023IsoCaloIdHgcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoBestGsfChi2L1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoBestGsfNLayerITL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfDetaL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfDphiL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfOneOEMinusOneOPL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoGsfTrackIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoPixelMatchL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle2312IsoPMS2L1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPixelMatchL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPixelMatchUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPMS2L1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiEle25CaloIdLPMS2UnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiMuon178RelTrkIsoFiltered0p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDiMuon178RelTrkIsoFiltered0p4DzFiltered0p2_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoublePFPuppiJets128Eta2p4MaxDeta1p6_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoublePFPuppiJets128MaxEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltDoubleTkMuon157L1TkMuonFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalBarrelClusterFastTimer_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalBarrelDigisInRegions_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalDetailedTimeRecHit_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalDetIdToBeRecovered_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalMultiFitUncalibRecHit_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEcalUncalibRecHitL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG108EtL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG108EtUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG115EtL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG187EtL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG187EtUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG23EtL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG26EtL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG26EtUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG30EtL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG30EtUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG32EtL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEG32EtUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaBestGsfTrackVarsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaBestGsfTrackVarsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesWrapperL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCandidatesWrapperUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCkfTrackCandidatesForGSFL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaCkfTrackCandidatesForGSFUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaClusterShapeL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaClusterShapeUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEcalPFClusterIsoL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEcalPFClusterIsoUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaElectronPixelSeedsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaElectronPixelSeedsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleGsfTrackIsoUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleL1TrkIsoL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaEleL1TrkIsoUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfElectronsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfElectronsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTracksL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTracksUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTrackVarsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaGsfTrackVarsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHcalPFClusterIsoL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHcalPFClusterIsoUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCALIDVarsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCALIDVarsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCalLayerClusterIsoL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHGCalLayerClusterIsoUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHollowTrackIsoL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHollowTrackIsoUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHoverEL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaHoverEUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaPixelMatchVarsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaPixelMatchVarsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaSuperClustersToPixelMatchL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEgammaSuperClustersToPixelMatchUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoubleEleIsolatedFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoubleEleNonIsolatedFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForDoublePhotonIsolatedFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSingleEleIsolatedFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSingleEleNonIsolatedFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEGL1SeedsForSinglePhotonIsolatedFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeSigmavvL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoClusterShapeSigmawwL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoGsfDetaL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoGsfDphiL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoHgcalHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoPixelMatchL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle115NonIsoPMS2L1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfChi2L1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfChi2UnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfNLayerITL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70BestGsfNLayerITUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmavvL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmavvUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmawwL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeSigmawwUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70ClusterShapeUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70EcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70EcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDetaL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDetaUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDphiL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfDphiUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfOneOEMinusOneOPL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfOneOEMinusOneOPUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoFromL1TracksUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70GsfTrackIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalHEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70HgcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PixelMatchL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PixelMatchUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PMS2L1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle26WP70PMS2UnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightBestGsfChi2L1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightBestGsfNLayerITL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightEcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfDetaL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfDphiL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightGsfTrackIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHgcalHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightHgcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightPixelMatchL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle30WPTightPMS2L1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfChi2L1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfChi2UnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfNLayerITL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightBestGsfNLayerITUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmavvUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeSigmawwUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightClusterShapeUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightEcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightEcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDetaL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDetaUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDphiL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfDphiUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightGsfTrackIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalHEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightHgcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPixelMatchL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPixelMatchUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPMS2L1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle32WPTightPMS2UnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5DphiL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5DphiUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfChi2L1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfChi2UnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfNLayerITL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightBestGsfNLayerITUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmavvL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmavvUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmawwL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeSigmawwUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightClusterShapeUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightEcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightEcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDetaL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDetaUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDphiL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfDphiUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfOneOEMinusOneOPL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfOneOEMinusOneOPUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoFromL1TracksL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoFromL1TracksUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightGsfTrackIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalHEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightHgcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPixelMatchL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPixelMatchUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPMS2L1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEle5WPTightPMS2UnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsForTripletsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsForTripletsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitDoubletsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsClusterRemoverL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsClusterRemoverUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelHitTripletsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsCombinedL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsCombinedUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsDoubletsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsDoubletsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsTripletsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltElePixelSeedsTripletsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEleSeedsTrackingRegionsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltEleSeedsTrackingRegionsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersCLUE3DHigh_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersCLUE3DHighL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersRecovery_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltFilteredLayerClustersRecoveryL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltFirstStepPrimaryVerticesUnsorted_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltFixedGridRhoFastjetAllCaloForEGamma_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltFixedGridRhoFastjetAll_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltGoodOfflinePrimaryVertices_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersEE_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersEEL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersFromSoAProducer_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSci_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSciL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSi_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalLayerClustersHSiL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalMergeLayerClusters_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalMergeLayerClustersL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoALayerClustersProducer_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoARecHitsLayerClustersProducer_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalSoARecHitsProducer_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHgcalTrackCollection_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHGCalUncalibRecHitL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepClusters_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepHitDoublets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepHitTriplets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeedLayers_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeeds_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepSeedTracksLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCandidates_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCandidatespLSTCLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCutClassifier_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackCutClassifierpLSTCLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackingRegionFromTrimmedVertices_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTracks_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackSelectionHighPurity_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackSelectionHighPuritypLSTCLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHighPtTripletStepTrackspLSTCLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsCombinatoricRecoTaus_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsDoublePFTau35MediumDitauWPDeepTau_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsDoublePFTau40TrackPt1MediumChargedIsolation_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTau27LooseTauWPDeepTau_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTau30LooseTauWPDeepTau_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauBasicDiscriminatorsdR03ForDeepTau_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauBasicDiscriminatorsForDeepTau_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauDeepTauProducer_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauDiscriminationByDecayModeFindingNewDMs_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumAbsoluteChargedIsolationDiscriminator_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumAbsOrRelChargedIsolationDiscriminator_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauMediumRelativeChargedIsolationDiscriminator_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauPrimaryVertexProducerForDeepTau_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauProducerSansRefs_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauSecondaryVertexProducerForDeepTau_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauTrackFindingDiscriminator_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsPFTauTransverseImpactParametersForDeepTau_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTauLooseTauWPDeepTau_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausMediumDitauWPDeepTau_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausTrackFinding_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectedPFTausTrackPt1MediumChargedIsolation_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsSelectionDiscriminator_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHpsTauPFJetsRecoTauChargedHadronsWithNeutrals_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltHtMhtPFPuppiCentralJetsQuadC30MaxEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepSeedTracksLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCandidates_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifier_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifierpLSTCLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackCutClassifierpTTCLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPurity_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPuritypLSTCLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackSelectionHighPuritypTTCLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackspLSTCLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTrackspTTCLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltInitialStepTracksT5TCLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonPixelSeedsFromPixelTracks_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter0Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonCkfTrackCandidates_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonClustersRefRemoval_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonCtfWithMaterialTracks_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonMaskedMeasurementTrackerEvent_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonMerged_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelClusterCheck_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelHitDoublets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelHitTriplets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelLayerTriplets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelSeeds_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonPixelSeedsFiltered_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonTrackCutClassifier_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltIter2Phase2L3FromL1TkMuonTrackSelectionHighPurity_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedForDoublePuppiTau_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForDoublePuppiJetBtagFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiHTFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiJetFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForPuppiMETFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1SeedsForQuadPuppiJetTripleBtagFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TEGammaFilteredCollectionProducer_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TEGammaHGCFilteredCollectionProducer_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonFromL1TkMuonCandidates_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL2MuonSeedsFromL1TkMuon_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22EcalIso0p41_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22HcalIso0p40_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22HgcalIso4p70_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfecalIsoFiltered0p41_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfhcalIsoFiltered0p40_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3pfhgcalIsoFiltered4p70_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22L3f24QL3trkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3crIsoL1TkSingleMu22TrkIsoRegionalNewFiltered0p07EcalHcalHgcalTrk_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fFiltered17_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fFiltered37_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fPreFiltered27_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1DoubleMu155fPreFiltered8_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu18Filtered20_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu22L3Filtered24Q_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkSingleMu22L3Filtered50Q_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533L31055DZFiltered0p2_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533L3Filtered1055_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3fL1TkTripleMu533PreFiltered555_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltL3MuonsPhase2L3Links_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltMeasurementTrackerEvent_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltOfflinePrimaryVertices_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowBadHcalPseudoCluster_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECAL_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrected_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrectedL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUncorrectedUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterECALUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHBHE_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHCAL_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHF_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCal_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCalFromTICLL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHGCalFromTICLUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowClusterHO_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitECALL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitECALUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHBHE_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHF_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHGC_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHGCL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowRecHitHO_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECAL_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECALL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterECALUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCal_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCalFromTICLL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowSuperClusterHGCalFromTICLUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowTimeAssignerECAL_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltParticleFlowTmpBarrel_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsECAL_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHCAL_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHF_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHGCAL_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfClusterRefsForJetsHO_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourJetTags_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourJetTagsModEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourTagInfos_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPfDeepFlavourTagInfosModEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFMETTypeOneCorrector_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetQuad30MaxEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetsQuad30HT200MaxEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiCentralJetsQuad30HT330MaxEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiJetForBtagEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiJetForBtagSelectorEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOne140_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPFPuppiMETTypeOneCorrector_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelLayerQuadruplets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracks_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksHitDoublets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksHitQuadruplets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelTracksTrackingRegions_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonPixelVertices_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3FromL1TkMuonTrimmedPixelVertices_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonCandidates_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonGeneralTracks_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepClusters_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepHitDoublets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepHitTriplets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepSeedLayers_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepSeeds_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackCandidates_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTrackCutClassifier_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTracks_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonHighPtTripletStepTracksSelectionHighPurity_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepSeeds_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTrackCandidates_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTrackCutClassifier_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTracks_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonInitialStepTracksSelectionHighPurity_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksAndHighPtTripletTrackingRegions_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracks_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksHitDoublets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksHitQuadruplets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelTracksSeedLayers_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonPixelVertices_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsEcalIsodR0p3dRVeto0p000_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsHcalIsodR0p3dRVeto0p000_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsHgcalLCIsodR0p2dRVetoEM0p00dRVetoHad0p02minEEM0p00minEHad0p00_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p07_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3MuonsTrkIsoRegionalNewdR0p3dRVeto0p005dz0p25dr0p20ChisqInfPtMin0p0Cut0p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3MuonCandidates_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIL3MuonsLinksCombination_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuCtfWithMaterialTracks_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuonTrackCutClassifier_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OIMuonTrackSelectionHighPurity_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OISeedsFromL2Muons_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2L3OITrackCandidates_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2OnlineBeamSpotDevice_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2OTHitsInputLST_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelFitterByHelixProjections_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTrackFilterByKinematics_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksAndHighPtStepTrackingRegions_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitDoublets_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksHitSeeds_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksSeedLayers_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2PixelTracksSoA_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2SiPixelClustersSoA_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2SiPixelRecHitsSoA_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2TowerMakerForAll_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhase2TrimmedPixelVertices_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoClusterShapeL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoClusterShapeUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoEcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoEcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHcalIsoL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHcalIsoUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton108EBTightIDTightIsoHEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HgcalHEL1SeededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPhoton187HgcalHEUnseededFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelClustersMultiplicity_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerPairsL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPixelLayerPairsUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDiphoton3023IsoCaloIdL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDiphoton3023IsoCaloIdUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle2312IsoL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle25CaloIdLPMS2L1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreDoubleEle25CaloIdLPMS2Unseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle115NonIsoL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle26WP70L1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle26WP70Unseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle32WPTightL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreEle32WPTightUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPreHLTAnalyzerEndpath_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton108EBTightIDTightIsoL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton108EBTightIDTightIsoUnseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton187L1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrePhoton187Unseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrimaryVertexAssociation_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPrimaryVertexAssociationModEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPuppiTauTkIsoEle45_22L1TkFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltPuppiTauTkMuon4218L1TkFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltRechitInRegionsHGCAL_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltSingleAK4PFPuppiJet520_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltSingleTkMuon22L1TkMuonFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltSiPixelClusterShapeCache_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclLayerTileProducer_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclLayerTileProducerL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTracksterLinksL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersCLUE3DHigh_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersCLUE3DHighL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersRecovery_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltTiclTrackstersRecoveryL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltTrackRefsForJetsBeforeSorting_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltTrackWithVertexRefSelectorBeforeSorting_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/hltUnsortedOfflinePrimaryVertices_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEleSingle22Filter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEleSingle28Filter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmDouble12Filter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmSingle22Filter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/modules/l1tTkIsoEmSingle36Filter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_L1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Diphoton30_23_IsoCaloId_Unseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle23_12_Iso_L1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_L1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleEle25_CaloIdL_PMS2_Unseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleMediumChargedIsoPFTauHPS40_eta2p1_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoubleMediumDeepTauPFTauHPS35_eta2p1_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepCSV_2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_DoublePFPuppiJets128_DoublePFPuppiBTagDeepFlavour_2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele115_NonIso_L1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele30_WPTight_L1Seeded_LooseDeepTauPFTauHPS30_eta2p1_CrossL1_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele32_WPTight_L1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Ele32_WPTight_Unseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_IsoMu20_eta2p1_LooseDeepTauPFTauHPS27_eta2p1_CrossL1_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu17_TrkIsoVVL_Mu8_TrkIsoVVL_DZ_FromL1TkMuon_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Mu37_Mu27_FromL1TkMuon_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepCSV_2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT200PT30_QuadPFPuppiJet_70_40_30_30_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepCSV_2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFHT330PT30_QuadPFPuppiJet_75_60_45_40_TriplePFPuppiBTagDeepFlavour_2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_PFPuppiMETTypeOne140_PFPuppiMHT140_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_L1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_Photon108EB_TightID_TightIso_Unseeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/paths/HLT_TriMu_10_5_5_DZ_FromL1TkMuon_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/CkfBaseTrajectoryFilter_block_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/ckfBaseTrajectoryFilterP5_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/ckfTrajectoryFilterBeamHaloMuon_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/ClusterShapeTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/detachedQuadStepTrajectoryFilterBase_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/detachedQuadStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/detachedTripletStepTrajectoryFilterBase_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/detachedTripletStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/GroupedCkfTrajectoryBuilder_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/HGCAL_chargeCollectionEfficiencies_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryBuilder_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilterBase_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/highPtTripletStepTrajectoryFilterInOut_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonGroupedCkfTrajectoryFilterIT_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter0Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetGroupedCkfTrajectoryBuilderIT_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/HLTIter2Phase2L3FromL1TkMuonPSetTrajectoryFilterIT_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryBuilder_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterBase_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonHighPtTripletStepTrajectoryFilterInOut_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryBuilder_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonInitialStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonPSetPvClusterComparerForIT_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2L3MuonSeedFromProtoTracks_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2PSetPvClusterComparerForIT_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/hltPhase2SeedFromProtoTracks_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryBuilder_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetMuonCkfTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetTrajectoryBuilderForGsfElectrons_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/HLTPSetTrajectoryFilterForElectrons_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/HLTSiStripClusterChargeCutLoose_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/HLTSiStripClusterChargeCutNone_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/hltTiclTracksterLinksPSet_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryBuilder_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterBasePreSplitting_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterPreSplitting_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/initialStepTrajectoryFilterShapePreSplitting_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/jetCoreRegionalStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtGsfEleTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtQuadStepTrajectoryFilterBase_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtQuadStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepStandardTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/lowPtTripletStepTrajectoryFilterInOut_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/mixedTripletStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryBuilderForInOut_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryBuilderForOutInDisplaced_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForInOut_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForOutIn_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/muonSeededTrajectoryFilterForOutInDisplaced_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/pixelLessStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilterBase_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/pixelPairStepTrajectoryFilterInOut_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/pSetPvClusterComparerForIT_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutLoose_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutNone_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/SiStripClusterChargeCutTight_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/tobTecStepInOutTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/tobTecStepTrajectoryFilter_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/TrajectoryFilterForConversions_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/psets/TrajectoryFilterForElectrons_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK4PFJetsReconstruction_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK4PFPuppiJetsReconstruction_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTAK8PFJetsReconstruction_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepCSVSequencePFPuppi_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepCSVSequencePFPuppiModEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepFlavourSequencePFPuppi_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTBtagDeepFlavourSequencePFPuppiModEta2p4_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCalolocalrecoSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCaloMETReconstruction_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCaloTowersRecSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTCsclocalrecoSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDiphoton3023IsoCaloIdL1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDiphoton3023IsoCaloIdUnseededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoFullUnpackingEgammaEcalL1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoFullUnpackingEgammaEcalSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalHcalSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalPixelSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoLocalStripSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle2312IsoL1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle25CaloIdLPMS2L1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDoubleEle25CaloIdLPMS2UnseededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTDtlocalrecoSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEGammaDoLocalHcalSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle115NonIsoL1SeededGsfElectronL1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle115NonIsoL1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle26WP70L1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle26WP70UnseededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle32WPTightL1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle32WPTightUnseededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5OpenL1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTEle5OpenUnseededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTElePixelMatchL1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTElePixelMatchUnseededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTFastJetForEgammaSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGemLocalRecoSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGsfElectronL1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTGsfElectronUnseededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalLocalRecoSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgamma_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaL1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHgcalTiclPFClusteringForEgammaUnseededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHighPtTripletStepSeedingSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHighPtTripletStepSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHPSDeepTauPFTauSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTHPSMediumChargedIsoPFTauSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTInitialStepPVSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTInitialStepSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTIter0Phase2L3FromL1TkSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTIter2Phase2L3FromL1TkSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTItLocalRecoSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTL1UnpackerSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTL2MuonsFromL1TkSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTMuonlocalrecoSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTOtLocalRecoSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowClusterECALSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowClusterSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowRecoSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTParticleFlowSuperClusteringSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringECALSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusteringForEgammaL1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusteringForEgammaUnseededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringHBHEHFSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusteringHOSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFClusterJMEReconstruction_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPfClusterRefsForJetsSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFHcalClusteringForEgammaSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFJetsCHSReconstruction_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFMETsReconstruction_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFPuppiJMEReconstruction_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPFPuppiMETReconstruction_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3FromL1TkSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3MuonGeneralTracksSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3MuonsSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2L3OISequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhase2PixelTracksSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton108EBTightIDTightIsoL1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton108EBTightIDTightIsoUnseededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton187L1SeededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTPhoton187UnseededSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclCandidateSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclLayerTileSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTracksterLinksSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTracksterMergeSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersCLUE3DHighStepSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersRecoverySequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTTiclTrackstersRecoverySequenceL1Seeded_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/sequences/HLTVertexRecoSequence_cfi.py", "HLTrigger/Configuration/python/HLT_75e33/services/RandomNumberGeneratorService_cfi.py", "HLTrigger/Configuration/test/testAccessToEDMInputsOfHLTTests_update_filelist.sh", "HLTriggerOffline/HeavyFlavor/python/heavyFlavorValidationHarvestingSequence_cff.py", "HLTriggerOffline/Scouting/test/runScoutingMonitoringDQM_EGammaOnly_step1_cfg.py", "HLTriggerOffline/Scouting/test/runScoutingMonitoringDQM_EGammaOnly_step2_cfg.py", "HLTriggerOffline/SUSYBSM/test/BSMTriggerCheck/html/template/comp_beginning.html", "HLTriggerOffline/SUSYBSM/test/BSMTriggerCheck/html/template/menu_beginning.html", "IOMC/EventVertexGenerators/python/VtxSmearedFixed_EmitRealistic5TeVppCollision2017_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic100ns13TeVCollisionBetaStar90m_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic100ns13TeVCollisionBetaStar90mLowBunches_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEarly2022Collision_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEarly2023Collision_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEOY2022Collision_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeV2016Collision_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeVEarly2017Collision_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13TeVEarly2018Collision_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns900GeV2021Collision_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic2p76TeV2011Collision_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic2p76TeV2013Collision_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic50ns13TeVCollisionZeroTesla_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic5TeVPA2016Collision_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic5TeVppCollision2017_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic7TeVCollisionComm10_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealistic8TeVPA2016Collision_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRealisticHICollisionFixZ2015_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRun3FlatOpticsGaussSigmaZ4p2cm_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRun3FlatOpticsGaussSigmaZ5p3cm_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRun3RoundOptics25ns13TeVHighSigmaZ_cfi.py", "IOMC/EventVertexGenerators/python/VtxSmearedRun3RoundOptics25ns13TeVLowSigmaZ_cfi.py", "JetMETCorrections/InterpolationTables/interface/InterpolationFunctorInstances.h", "JetMETCorrections/InterpolationTables/interface/StorableMultivariateFunctorReader.h", "JetMETCorrections/TauJet/data/IterativeCone0.4_EtScheme_TowerEt0.5_E0.8_Jets871_2x1033PU_tau.txt", "L1TriggerConfig/CSCTFConfigProducers/python/L1MuCSCTFConfigurationRcdSrc_cfi.py", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/phi12.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/phi42.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12h.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12h_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12l.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta12l_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13h.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13h_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13l.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta13l_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14h.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14h_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14l.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta14l_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta15h_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta15l_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23h.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23h_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23l.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta23l_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24h.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24h_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24l.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta24l_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta25h_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta25l_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34h.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34h_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34l.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ass/pta34l_ovl.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/ETFPatternList.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP1.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP2.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP3.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP4.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP5.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Eau/QualPatternList_SP6.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext12.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext13.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext14.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext15.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext16.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext21.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext23.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext24.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext25.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext26.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext34.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext35.lut", "L1TriggerConfig/DTTrackFinder/parameters/L1TriggerData/DTTrackFinder/Ext/ext56.lut", "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTChannelMaskConfigOnline_cfi.py", "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTParametersKeysOnlineProd_cfi.py", "L1TriggerConfig/GMTConfigProducers/python/L1MuGMTParametersOnlineProducer_cfi.py", "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesConfig_cff.py", "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesConfig_cfi.py", "L1TriggerConfig/L1CSCTPConfigProducers/python/L1CSCTriggerPrimitivesDBConfig_cff.py", "L1TriggerConfig/L1CSCTPConfigProducers/src/L1CSCTriggerPrimitivesConfigProducer.cc", "L1TriggerConfig/L1CSCTPConfigProducers/src/L1CSCTriggerPrimitivesConfigProducer.h", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu2008_2E30.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1030/L1Menu_2008MC_2E30.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu2008_2E31.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v0_L1T_Scales_20080922_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v1_L1T_Scales_20080922_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20080922_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090519_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090624_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1031/L1Menu_MC2009_v4_L1T_Scales_20090624_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/lumi1x1032/L1Menu_CRUZET200805.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v0_L1T_Scales_20101224_Imp0_0x1027.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v1_L1T_Scales_20101224_Imp0_0x1028.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v2_L1T_Scales_20101224_Imp0_0x102a.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2012_v3_L1T_Scales_20101224_Imp0_0x102b.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25nsStage1_v3_L1T_Scales_20141121_Imp0_0x1031.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v0_L1T_Scales_20101224_Imp0_0x102f.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v1_L1T_Scales_20101224_Imp0_0x102f.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_25ns_v2_L1T_Scales_20141121_Imp0_0x1030.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v1_L1T_Scales_20141121_Imp0_0x1030.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v2_L1T_Scales_20141121.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v3_L1T_Scales_20141121.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50nsGct_v4_L1T_Scales_20141121.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_50ns_v0_L1T_Scales_20141121_Imp0_0x1031.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v1_L1T_Scales_20141121.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v2_L1T_Scales_20141121.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v3_L1T_Scales_20141121.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Collisions2015_lowPU_v4_L1T_Scales_20141121.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2011_v0_L1T_Scales_20101224_Imp0_0x1026.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2011_v0_nobsc_notau_centrality_q2_singletrack.v1.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_CollisionsHeavyIons2013_v0_L1T_Scales_20101224_Imp0_0x102c.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v1.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v2.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v3.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v4.xml", "L1TriggerConfig/L1GtConfigProducers/data/Luminosity/startup/L1Menu_startup_v5.xml", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/calosetup", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/defvalpkg", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/header", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/jet_cnts", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/InternalTemplates/muonsetup", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/calo_setup.vhd", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond1_chip_pkg.vhd", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond1_chip.qsf", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond2_chip_pkg.vhd", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/cond2_chip.qsf", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/def_val_pkg.vhd", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/muon_setup.vhd", "L1TriggerConfig/L1GtConfigProducers/data/VhdlTemplates/Templates/pre_algo_and_or.vhd", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAlgoTrigConfigOnlineProd.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAlgoTrigTrivialProducer.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsAndMasksTester.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsTechTrigConfigOnlineProd.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtPrescaleFactorsTechTrigTrivialProducer.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtStableParametersTrivialProducer.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskAlgoTrigConfigOnlineProd.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskAlgoTrigTrivialProducer.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskTechTrigConfigOnlineProd.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskTechTrigTrivialProducer.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoAlgoTrigTrivialProducer.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoTechTrigConfigOnlineProd.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMaskVetoTechTrigTrivialProducer.h", "L1TriggerConfig/L1GtConfigProducers/interface/L1GtTriggerMenuConfigOnlineProd.h", "L1TriggerConfig/L1GtConfigProducers/python/L1GtPrescaleFactorsAlgoTrigConfig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsAlgoTrigOnline_cfi.py", "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsAndMasksTester_cfi.py", "L1TriggerConfig/L1GtConfigProducers/python/L1GtPrescaleFactorsTechTrigConfig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/l1GtPrescaleFactorsTechTrigOnline_cfi.py", "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskAlgoTrigConfig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskAlgoTrigOnline_cfi.py", "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskTechTrigConfig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskTechTrigOnline_cfi.py", "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskVetoAlgoTrigConfig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/L1GtTriggerMaskVetoTechTrigConfig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMaskVetoTechTrigOnline_cfi.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_PrescaleFactorsAlgoTrig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_PrescaleFactorsAlgoTrigUnprescale_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_TriggerMaskAlgoTrig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu2008_2E30_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu_2008MC_2E30_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1030/L1Menu_2008MC_2E30_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_PrescaleFactorsAlgoTrig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_PrescaleFactorsAlgoTrigUnprescale_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_TriggerMaskAlgoTrig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu2008_2E31_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v0_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v1_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20080922_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090519_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v2_L1T_Scales_20090624_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1031/L1Menu_MC2009_v4_L1T_Scales_20090624_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_PrescaleFactorsAlgoTrig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_PrescaleFactorsAlgoTrigUnprescale_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_TriggerMaskAlgoTrig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu2007_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_ecal_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_gr7_muon_hcal_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_PrescaleFactorsAlgoTrig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_ecal_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskAlgoTrig_gr7_muon_hcal_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_CRUZET200805_TriggerMaskTechTrig_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/lumi1x1032/L1Menu_Test_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v0_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v2_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_Commissioning2009_v5_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v1_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v2_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v3_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup2_v4_L1T_Scales_20080926_startup_Imp0_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v3_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v4_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/python/Luminosity/startup/L1Menu_startup_v5_Unprescaled_cff.py", "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsAlgoTrigConfigOnlineProd.cc", "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsAlgoTrigTrivialProducer.cc", "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsTechTrigConfigOnlineProd.cc", "L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsTechTrigTrivialProducer.cc", "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskAlgoTrigConfigOnlineProd.cc", "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskAlgoTrigTrivialProducer.cc", "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskTechTrigConfigOnlineProd.cc", "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskTechTrigTrivialProducer.cc", "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoAlgoTrigTrivialProducer.cc", "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoTechTrigConfigOnlineProd.cc", "L1TriggerConfig/L1GtConfigProducers/src/L1GtTriggerMaskVetoTechTrigTrivialProducer.cc", "L1TriggerConfig/L1GtConfigProducers/test/L1GtPrescaleFactorsAlgoTrigOnlineTest_cfg.py", "L1TriggerConfig/L1GtConfigProducers/test/L1GtPrescaleFactorsTechTrigOnlineTest_cfg.py", "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskAlgoTrigOnlineTest_cfg.py", "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskTechTrigOnlineTest_cfg.py", "L1TriggerConfig/L1GtConfigProducers/test/L1GtTriggerMaskVetoTechTrigOnlineTest_cfg.py", "L1TriggerConfig/L1ScalesProducers/python/L1MuTriggerPtScaleOnlineProducer_cfi.py", "L1TriggerConfig/L1ScalesProducers/python/L1MuTriggerScalesOnlineProducer_cfi.py", "L1TriggerConfig/L1TConfigProducers/python/L1TGlobalPrescalesVetosObjectKeysOnline_cfi.py", "L1TriggerConfig/L1TConfigProducers/python/L1TMuonEndCapForestOnlineProxy_cfi.py", "L1TriggerConfig/L1TConfigProducers/python/L1TMuonOverlapObjectKeysOnline_cfi.py", "L1TriggerConfig/L1TConfigProducers/python/L1TMuonOverlapParamsOnlineProxy_cfi.py", "L1TriggerConfig/L1TConfigProducers/python/L1TUtmTriggerMenuObjectKeysOnline_cfi.py", "L1TriggerConfig/L1TConfigProducers/src/L1TGlobalPrescalesVetosObjectKeysOnlineProd.cc", "L1TriggerConfig/L1TConfigProducers/src/L1TUtmTriggerMenuObjectKeysOnlineProd.cc", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_BTagSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_crossLepSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_hadr_crossLepSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_hadr_metSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2023/l1tGTMenu_lepSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_BTagSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_crossLepSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_hadr_crossLepSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_hadr_metSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTMenu_lepSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_constants.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_ids.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024_explicitSeeds/l1tGTObject_scalings.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_BTagSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_crossLepSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_hadr_crossLepSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_hadr_metSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenu_lepSeeds_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTMenuObjects_cff.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_constants.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_ids.py", "L1Trigger/Configuration/python/Phase2GTMenus/SeedDefinitions/step1_2024/l1tGTObject_scalings.py", "L1Trigger/DTTriggerPhase2/test/primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py", "L1Trigger/DTTriggerPhase2/test/primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg_withRPC.py", "L1Trigger/DTTriggerPhase2/test/test_primitivesPhase2Prod_over_dTDigis_and_4Dsegments_cfg.py", "L1Trigger/GlobalTriggerAnalyzer/python/customise_l1GtPatternGeneratorFromRaw.py", "L1Trigger/GlobalTriggerAnalyzer/test/L1GtPatternGenerator_overrideL1Menu_cfg.py", "L1Trigger/L1CaloTrigger/python/l1tPhase2GCTBarrelToCorrelatorLayer1Emulator_cfi.py", "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_0_ECALZS_inconsistent_cfi.py", "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_1_ECALZS_inconsistent_cfi.py", "L1Trigger/L1TCalorimeter/python/caloParams_2018_v1_1_ECALZS_noHFJEC_newEGIso_cfi.py", "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_0_HI_inconsistent_cfi.py", "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_10_mean_inconsistent_cfi.py", "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_10_mode_inconsistent_cfi.py", "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_2_noHCALSF_inconsistent_cfi.py", "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_2_updateHFSF_v6MET_cfi.py", "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_2_updateHFSF_v7MET_cfi.py", "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_8_updateHFSF_v6MET_cfi.py", "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_mean_cfi.py", "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_mean_newHF_cfi.py", "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_newHF_cfi.py", "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_newHF_v6MET_cfi.py", "L1Trigger/L1TCalorimeter/python/caloStage2Params_2017_v1_9_inconsistent_oldHFSFForJECOnly_cfi.py", "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2ClusterAlgorithmFirmwareImp1.cc", "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2EGammaAlgorithmFirmwareImp1.cc", "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2EtSumAlgorithmFirmwareImp1.cc", "L1Trigger/L1TCalorimeter/src/firmware/Stage2Layer2JetSumAlgorithmFirmwareImp1.cc", "L1Trigger/L1TCalorimeter/src/firmware/Stage2TowerCompressAlgorithmFirmwareImp1.cc", "L1Trigger/L1TCalorimeter/src/firmware/Stage2TowerDecompressAlgorithmFirmwareImp1.cc", "L1Trigger/L1THGCal/interface/concentrator/HGCalConcentratorProcessorSelection.h", "L1Trigger/L1THGCal/interface/concentrator/HGCalConcentratorSuperTriggerCellImpl.h", "L1Trigger/L1THGCal/plugins/backend/HGCalBackendLayer2Processor3DClustering_SA.cc", "L1Trigger/L1THGCalUtilities/test/ntuples/HGCalTriggerNtupleHGCConcentratorData.cc", "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlap_Pats0x0013_generateExtrFactors.py", "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGeneratorClassProb.py", "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGenerator_displ.py", "L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlapPatternGenerator.py", "L1Trigger/L1TMuonOverlapPhase2/interface/LutNetworkFixedPointRegression2Outputs.h", "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGeneratorClassProb_phase2.py", "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGenerator_displ_phase2.py", "L1Trigger/L1TMuonOverlapPhase2/test/expert/runMuonOverlapPatternGenerator_phase2.py", "L1Trigger/Phase2L1ParticleFlow/data/hgcal_egID/Photon_Pion_vs_Neutrino_BDTweights_1116.xml.gz", "L1Trigger/Phase2L1ParticleFlow/data/hgcal_egID/Photon_vs_Pion_BDTweights_1116.xml.gz", "L1Trigger/Phase2L1ParticleFlow/interface/L1TCorrelatorLayer1PatternFileWriter.h", "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/buffered_folded_multififo_regionizer_ref.h", "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/folded_multififo_regionizer_ref.h", "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/middle_buffer_multififo_regionizer_ref.h", "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/multififo_regionizer_elements_ref.h", "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/multififo_regionizer_elements_ref.icc", "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/tdr_regionizer_elements_ref.h", "L1Trigger/Phase2L1ParticleFlow/interface/regionizer/tdr_regionizer_elements_ref.icc", "L1Trigger/Phase2L1ParticleFlow/src/regionizer/buffered_folded_multififo_regionizer_ref.cpp", "L1Trigger/Phase2L1ParticleFlow/src/regionizer/folded_multififo_regionizer_ref.cpp", "L1Trigger/Phase2L1ParticleFlow/src/regionizer/middle_buffer_multififo_regionizer_ref.cpp", "MagneticField/GeomBuilder/plugins/dd4hep/DD4hep_VolumeBasedMagneticFieldESProducer.cc", "MagneticField/GeomBuilder/plugins/dd4hep/DD4hep_VolumeBasedMagneticFieldESProducerFromDB.cc", "MagneticField/Interpolation/test/BinaryTablesGeneration/prepareMagneticFieldGrid.cc", "MagneticField/Interpolation/test/BinaryTablesGeneration/prepareMagneticFieldGrid.h", "MagneticField/Interpolation/test/BinaryTablesGeneration/validateField_TOSCATables.py", "MagneticField/ParametrizedEngine/interface/ParabolicParametrizedMagneticField.h", "MagneticField/ParametrizedEngine/plugins/AutoParametrizedMagneticFieldProducer.cc", "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_OAE_3_8T_cfi.py", "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_OAE85l_cfi.py", "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_PolyFit2D_cfi.py", "MagneticField/ParametrizedEngine/python/parametrizedMagneticField_PolyFit3D_cfi.py", "MagneticField/ParametrizedEngine/test/alpaka/testParabolicParametrizedMagneticField.dev.cc", "MuonAnalysis/MomentumScaleCalibration/test/Macros/CompareWithSystematicError.cc", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasUpsilonValidation.cc", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasY1SValidation.cc", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareBiasZValidation.cc", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/ComparePhiPlusMinus.cc", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareWithExpectedBeforeAfter.cc", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CompareWithExpected.cc", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/CrystalBallFitOnData_JPsi.cc", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/GaussianFitOnData_Psi2S.cc", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Base.C", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Y1S.C", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlapAll_Z.C", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlap_Upsilon.C", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/MultiHistoOverlap_Y1S.C", "MuonAnalysis/MomentumScaleCalibration/test/Macros/RooFit/RunCompareBias_template.C", "MuonAnalysis/MomentumScaleCalibration/test/Macros/ShowProbabilityDistribution.C", "MuonAnalysis/MomentumScaleCalibration/test/Macros/TreeProduction/MuScleFit_template_cfg.py", "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/SplitAndRunBatch.sh", "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/StatisticalErrors_instructions.txt", "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/TakeParameterFromBatch.sh", "MuonAnalysis/MomentumScaleCalibration/test/StatisticalErrors/TreeSplitter_cfg.py", "MuonAnalysis/MomentumScaleCalibration/test/tree_production/miniAODVBTFMuonsOnlyTreeMC_CRAB_cfg.py", "MuonAnalysis/MomentumScaleCalibration/test/UnitTests/TestCrossSectionHandler.cc", "MuonAnalysis/MuonAssociators/test/MuonMCClassifier/debugMuonsClassByHits_cfg.py", "MuonAnalysis/MuonAssociators/test/MuonMCClassifier/patMuonsWithClassByHits_cfg.py", "MuonAnalysis/MuonAssociators/test/Trigger/patMuonsWithTrigger_Data_HLTDEBUG_cfg.py", "MuonAnalysis/MuonAssociators/test/Trigger/patMuonsWithTrigger_mc_HLTDEBUG_cfg.py", "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/db/ClassNotSupportedException.java", "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIdConverter.java", "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/DetIDGenerator.java", "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/IDetIdGenerator.java", "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECAnalyzer.java", "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TECDetIdConverter.java", "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TOBAnalyzer.java", "OnlineDB/SiStripConfigDb/java/DetIDGenerator/src/detidGenerator/TOBDetIdConverter.java", "OnlineDB/SiStripO2O/test/O2O_Validation/template_Validate_FEDCabling_O2O_cfg.py", "OnlineDB/SiStripO2O/test/P5/20X/SiStripO2O_AT_P5_table_multipartition_Commissioning.sh", "OnlineDB/SiStripO2O/test/P5/21X/SiStripO2O_AT_P5_table_multipartition_Commissioning.sh", "PhysicsTools/HepMCCandAlgos/python/allStandAloneMuonTracksGenParticlesLeptonMatch_cfi.py", "PhysicsTools/HepMCCandAlgos/python/allSuperClustersGenParticlesLeptonMatch_cfi.py", "PhysicsTools/NanoAODTools/python/postprocessing/framework/treeReaderArrayTools.py", "PhysicsTools/PatAlgos/python/slimming/offlineSlimmedPrimaryVerticesWithBS_cfi.py", "PhysicsTools/SelectorUtils/interface/SimpleCutBasedElectronIDSelectionFunctor.h", "RecoBTag/CTagging/python/candidateCombinedSecondaryVertexSoftLeptonCvsLComputer_cfi.py", "RecoBTag/CTagging/python/pfInclusiveSecondaryVertexFinderNegativeCvsLTagInfos_cfi.py", "RecoBTag/ImpactParameter/python/candidateNegativeOnlyJetBProbabilityComputer_cfi.py", "RecoBTag/ImpactParameter/python/candidateNegativeOnlyJetProbabilityComputer_cfi.py", "RecoBTag/ImpactParameter/python/candidateNegativeTrackCounting3D2ndComputer_cfi.py", "RecoBTag/ImpactParameter/python/candidateNegativeTrackCounting3D3rdComputer_cfi.py", "RecoBTag/ImpactParameter/python/candidatePositiveOnlyJetBProbabilityComputer_cfi.py", "RecoBTag/ImpactParameter/python/candidatePositiveOnlyJetProbabilityComputer_cfi.py", "RecoBTag/ONNXRuntime/plugins/UnifiedParticleTransformerAK4ONNXJetTagsProducer.cc", "RecoBTag/ONNXRuntime/plugins/UnifiedParticleTransformerAK4SonicJetTagsProducer.cc", "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V01/pfDeepBoostedJetPreprocessParams_cfi.py", "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V02/pfDeepBoostedJetPreprocessParams_cfi.py", "RecoBTag/ONNXRuntime/python/Parameters/DeepBoostedJet/V02/pfMassDecorrelatedDeepBoostedJetPreprocessParams_cfi.py", "RecoBTag/ONNXRuntime/python/Parameters/HiggsInteractionNet/V00/pfHiggsInteractionNetPreprocessParams_cfi.py", "RecoBTag/ONNXRuntime/python/pfMassDecorrelatedDeepBoostedDiscriminatorsJetTags_cfi.py", "RecoBTag/ONNXRuntime/python/pfMassDecorrelatedParticleNetDiscriminatorsJetTags_cfi.py", "RecoBTag/ONNXRuntime/python/pfParticleNetFromMiniAODAK4DiscriminatorsJetTags_cfi.py", "RecoBTag/ONNXRuntime/python/pfParticleNetFromMiniAODAK8DiscriminatorsJetTags_cfi.py", "RecoBTag/ONNXRuntime/python/pfParticleTransformerAK4DiscriminatorsJetTags_cfi.py", "RecoBTag/ONNXRuntime/python/pfUnifiedParticleTransformerAK4DiscriminatorsJetTags_cfi.py", "RecoBTag/ONNXRuntime/python/pfUnifiedParticleTransformerAK4V1DiscriminatorsJetTags_cfi.py", "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterFromFile_WPandPayload.cc", "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterFromFile_WPandPayload_IOV.cc", "RecoBTag/PerformanceDB/plugins/PhysicsPerformanceDBWriterTFormula_fromfile_WPandPL.cc", "RecoBTag/SecondaryVertex/interface/CandidateBoostedDoubleSecondaryVertexComputer.h", "RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexAK8Computer_cfi.py", "RecoBTag/SecondaryVertex/python/candidateBoostedDoubleSecondaryVertexCA15Computer_cfi.py", "RecoBTag/SecondaryVertex/python/candidateCombinedSecondaryVertexSoftLeptonComputer_cfi.py", "RecoBTag/SecondaryVertex/python/candidateCombinedSecondaryVertexV2Computer_cfi.py", "RecoBTag/SecondaryVertex/python/candidateNegativeCombinedSecondaryVertexV2Computer_cfi.py", "RecoBTag/SecondaryVertex/python/candidatePositiveCombinedSecondaryVertexV2Computer_cfi.py", "RecoBTag/SecondaryVertex/python/candidateSimpleSecondaryVertex2TrkComputer_cfi.py", "RecoBTag/SecondaryVertex/python/candidateSimpleSecondaryVertex3TrkComputer_cfi.py", "RecoBTag/SecondaryVertex/python/combinedInclusiveSecondaryVertexV2BJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderFilteredNegativeTagInfos_cfi.py", "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderFilteredTagInfos_cfi.py", "RecoBTag/SecondaryVertex/python/inclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py", "RecoBTag/SecondaryVertex/python/negativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/negativeCombinedSecondaryVertexV2BJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/negativeCombinedSecondaryVertexV2Computer_cfi.py", "RecoBTag/SecondaryVertex/python/negativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/negativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/negativeSimpleSecondaryVertexHighEffBJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/negativeSimpleSecondaryVertexHighPurBJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfBoostedDoubleSecondaryVertexAK8BJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfBoostedDoubleSecondaryVertexCA15BJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderAK8TagInfos_cfi.py", "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderCA15TagInfos_cfi.py", "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderNegativeTagInfos_cfi.py", "RecoBTag/SecondaryVertex/python/pfInclusiveSecondaryVertexFinderTagInfos_cfi.py", "RecoBTag/SecondaryVertex/python/pfNegativeCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfNegativeCombinedSecondaryVertexV2BJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfNegativeSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfNegativeSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfNegativeSimpleSecondaryVertexHighEffBJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfNegativeSimpleSecondaryVertexHighPurBJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfPositiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfPositiveCombinedSecondaryVertexV2BJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfSimpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/pfSimpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/positiveCombinedInclusiveSecondaryVertexV2BJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/positiveCombinedSecondaryVertexV2BJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/positiveCombinedSecondaryVertexV2Computer_cfi.py", "RecoBTag/SecondaryVertex/python/simpleInclusiveSecondaryVertexHighEffBJetTags_cfi.py", "RecoBTag/SecondaryVertex/python/simpleInclusiveSecondaryVertexHighPurBJetTags_cfi.py", "RecoEcal/EgammaClusterProducers/python/correctedDynamicHybridSuperClusters_cfi.py", "RecoEcal/EgammaClusterProducers/python/correctedEndcapSuperClustersWithPreshower_cfi.py", "RecoEcal/EgammaClusterProducers/python/correctedFixedMatrixSuperClustersWithPreshower_cfi.py", "RecoEcal/EgammaClusterProducers/python/correctedIslandBarrelSuperClusters_cfi.py", "RecoEcal/EgammaClusterProducers/python/correctedIslandEndcapSuperClusters_cfi.py", "RecoEcal/EgammaClusterProducers/python/correctedMulti5x5ClustersWithPreshower_cfi.py", "RecoEcal/EgammaClusterProducers/python/correctedMulti5x5SuperClustersWithPreshower_cfi.py", "RecoEcal/EgammaClusterProducers/python/fixedMatrixPreshowerClusteringSequence_cff.py", "RecoEcal/EgammaClusterProducers/python/fixedMatrixSuperClustersWithPreshower_cfi.py", "RecoEcal/EgammaClusterProducers/python/interestingDetIdCollectionProducer_cfi.py", "RecoEcal/EgammaClusterProducers/python/interestingDetIdFromSuperClusterProducer_cfi.py", "RecoEcal/EgammaClusterProducers/python/multi5x5PreshowerClusteringSequence_cff.py", "RecoEcal/EgammaClusterProducers/python/multi5x5SuperClustersWithPreshower_cfi.py", "RecoEcal/EgammaClusterProducers/python/particleFlowSuperClusteringSequence_cff.py", "RecoEcal/EgammaClusterProducers/src/InterestingDetIdFromSuperClusterProducer.cc", "RecoEcal/EgammaCoreTools/plugins/EcalBasicClusterLocalContCorrectionsESProducer.cc", "RecoEgamma/EgammaElectronAlgos/interface/ecalClusterEnergyUncertaintyElectronSpecific.h", "RecoEgamma/EgammaElectronAlgos/src/ecalClusterEnergyUncertaintyElectronSpecific.cc", "RecoEgamma/EgammaElectronProducers/plugins/GsfElectronCoreEcalDrivenProducer.cc", "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedHeavyObjectCache.cc", "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedHeavyObjectCache.h", "RecoEgamma/EgammaElectronProducers/plugins/LowPtGsfElectronSeedValueMapsProducer.cc", "RecoEgamma/EgammaElectronProducers/plugins/TrackingRegionsFromSuperClustersProducer.cc", "RecoEgamma/EgammaElectronProducers/python/lowPtGsfElectronsPreRegression_cfi.py", "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTBcHcalIsolationProducersRegional.cc", "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTElectronTrackIsolationProducers.cc", "RecoEgamma/EgammaHLTProducers/plugins/EgammaHLTPhotonTrackIsolationProducersRegional.cc", "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaEcalPFClusterIsolationProducer.cc", "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaHcalPFClusterIsolationProducer.cc", "RecoEgamma/EgammaIsolationAlgos/plugins/EgammaIsoHcalDetIdCollectionProducer.cc", "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaEcalExtractor.cc", "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaHcalExtractor.cc", "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaRecHitExtractor.cc", "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaTowerExtractor.cc", "RecoEgamma/EgammaIsolationAlgos/plugins/iso_deposit_extractors/EgammaTrackExtractor.cc", "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/ElectronPFIsolationWithConeVeto.cc", "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/ElectronPFIsolationWithMapBasedVeto.cc", "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/PhotonPFIsolationWithConeVeto.cc", "RecoEgamma/EgammaIsolationAlgos/plugins/isolation_cones/PhotonPFIsolationWithMapBasedVeto.cc", "RecoEgamma/EgammaIsolationAlgos/python/interestingEgammaIsoDetIdsSequence_cff.py", "RecoEgamma/EgammaIsolationAlgos/python/interestingEgammaIsoESDetIdModule_cff.py", "RecoEgamma/EgammaIsolationAlgos/test/runInterestingEgammaIsoDetIdsSequence_cfg.py", "RecoEgamma/EgammaPhotonProducers/python/conversionTrackSequenceForReReco_cff.py", "RecoEgamma/EgammaPhotonProducers/python/propAlongMomentumWithMaterialForElectrons_cfi.py", "RecoEgamma/EgammaPhotonProducers/python/propOppoMomentumWithMaterialForElectrons_cfi.py", "RecoEgamma/EgammaPhotonProducers/python/trajectoryCleanerBySharedHitsForConversions_cfi.py", "RecoEgamma/ElectronIdentification/data/ElectronMVAEstimatorRun2Fall17V1Variables.txt", "RecoEgamma/ElectronIdentification/data/Fall17/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_92X.txt", "RecoEgamma/ElectronIdentification/data/Fall17/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_94X.txt", "RecoEgamma/ElectronIdentification/data/Run3_Winter22/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_122X.txt", "RecoEgamma/ElectronIdentification/data/Spring15/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_25ns.txt", "RecoEgamma/ElectronIdentification/data/Spring15/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_50ns.txt", "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_cone03_pfNeuHadronsAndPhotons_80X.txt", "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_HLT_ecalPFClusterIso.txt", "RecoEgamma/ElectronIdentification/data/Summer16/effAreaElectrons_HLT_hcalPFClusterIso.txt", "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5E2x5OverE5x5WithSatCut.cc", "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5SigmaIEtaIEtaCut.cc", "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleFull5x5SigmaIEtaIEtaWithSatCut.cc", "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleHadronicOverEMEnergyScaledCut.cc", "RecoEgamma/ElectronIdentification/plugins/cuts/GsfEleHadronicOverEMLinearCut.cc", "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronHLTPreselecition_Summer16_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Fall17_94X_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Fall17_94X_V2_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_25ns_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_50ns_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Spring15_50ns_V2_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Summer16_80X_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Summer20_PhaseII_V0_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_tools.py", "RecoEgamma/ElectronIdentification/python/Identification/cutBasedElectronID_Winter22_122X_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV51_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV60_80XAOD_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV60_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV70_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_HEEPV71_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/heepElectronID_tools.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_iso_V2_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Fall17_noIso_V2_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_RunIIIWinter22_iso_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_RunIIIWinter22_noIso_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_25ns_nonTrig_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_25ns_Trig_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring15_50ns_Trig_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_GeneralPurpose_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Spring16_HZZ_V1_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer16UL_ID_ISO_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer17UL_ID_ISO_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Summer18UL_ID_ISO_cff.py", "RecoEgamma/ElectronIdentification/python/Identification/mvaElectronID_Winter22_HZZ_V1_cff.py", "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased_TrueVtx.txt", "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt", "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfChargedHadrons_90percentBased_V2.txt", "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased_TrueVtx.txt", "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt", "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased_V2.txt", "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased_TrueVtx.txt", "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased.txt", "RecoEgamma/PhotonIdentification/data/Fall17/effAreaPhotons_cone03_pfPhotons_90percentBased_V2.txt", "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesFall17V1p1.txt", "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring15.txt", "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring15ValMaps.txt", "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun2VariablesSpring16.txt", "RecoEgamma/PhotonIdentification/data/PhotonMVAEstimatorRun3VariablesWinter22V1.txt", "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_ChgHadronIso_95percentBased.txt", "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_coneBasedHoverE_95percentBased.txt", "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_ECalClusterIso_95percentBased.txt", "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_HCalClusterIso_95percentBased.txt", "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_NeuHadronIso_95percentBased.txt", "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_PhotonIso_95percentBased.txt", "RecoEgamma/PhotonIdentification/data/RunIII_Winter22/effectiveArea_TrackerIso_95percentBased.txt", "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfChargedHadrons_25ns_NULLcorrection.txt", "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfChargedHadrons_50ns.txt", "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfNeutralHadrons_25ns_90percentBased.txt", "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfNeutralHadrons_50ns.txt", "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfPhotons_25ns_90percentBased.txt", "RecoEgamma/PhotonIdentification/data/Spring15/effAreaPhotons_cone03_pfPhotons_50ns.txt", "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfChargedHadrons_90percentBased.txt", "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfNeutralHadrons_90percentBased.txt", "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfPhotons_90percentBased_3bins.txt", "RecoEgamma/PhotonIdentification/data/Spring16/effAreaPhotons_cone03_pfPhotons_90percentBased.txt", "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndExpoScalingCut.cc", "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndExpoScalingEBCut.cc", "RecoEgamma/PhotonIdentification/plugins/cuts/PhoAnyPFIsoWithEAAndQuadScalingCut.cc", "RecoEgamma/PhotonIdentification/plugins/cuts/PhoFull5x5SigmaIEtaIEtaValueMapCut.cc", "RecoEgamma/PhotonIdentification/plugins/cuts/PhoGenericQuadraticRhoPtScaledCut.cc", "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V1_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V1_TrueVtx_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Fall17_94X_V2_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_RunIIIWinter22_122X_V1_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring15_25ns_V1_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring15_50ns_V1_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_Spring16_V2p2_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/cutBasedPhotonID_tools.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V1_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V1p1_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Fall17_94X_V2_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V0_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V2_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_25ns_nonTrig_V2p1_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V0_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V1_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V2_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring15_50ns_nonTrig_V2p1_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Spring16_nonTrig_V1_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Summer20_PhaseII_V0_cff.py", "RecoEgamma/PhotonIdentification/python/Identification/mvaPhotonID_Winter22_122X_V1_cff.py", "RecoJets/JetAssociationAlgorithms/interface/JetTracksAssociationDRVertexAssigned.h", "RecoJets/JetAssociationProducers/python/ic5PFJetTracksAssociatorAtVertex_cfi.py", "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalCrystalMatrixProbality.h", "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalDeadChannelRecoveryAlgos.h", "RecoLocalCalo/EcalDeadChannelRecoveryAlgos/interface/EcalDeadChannelRecoveryBDTG.h", "RecoLocalCalo/EcalRecProducers/interface/EcalUncalibRecHitFillDescriptionWorkerFactory.h", "RecoLocalCalo/EcalRecProducers/interface/EcalUncalibRecHitWorkerRunOneDigiBase.h", "RecoLocalCalo/EcalRecProducers/plugins/alpaka/AmplitudeComputationCommonKernels.h", "RecoLocalCalo/EcalRecProducers/plugins/alpaka/AmplitudeComputationKernels.dev.cc", "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalMultifitConditionsHostESProducer.cc", "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalPhase2DigiToPortableProducer.cc", "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalRecHitConditionsESProducer.cc", "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitMultiFitAlgoPortable.dev.cc", "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitMultiFitAlgoPortable.h", "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsAlgoPortable.dev.cc", "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsAlgoPortable.h", "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsProducerPortable.cc", "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitPhase2WeightsStruct.h", "RecoLocalCalo/EcalRecProducers/plugins/alpaka/EcalUncalibRecHitProducerPortable.cc", "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitConvertGPU2CPUFormat.cc", "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsAlgoGPU.cu", "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsKernels.cu", "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsProducer.cc", "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitPhase2WeightsProducerGPU.cc", "RecoLocalCalo/EcalRecProducers/plugins/EcalUncalibRecHitWorkerFixedAlphaBetaFit.cc", "RecoLocalCalo/EcalRecProducers/python/ecalFixedAlphaBetaFitUncalibRecHit_cfi.py", "RecoLocalCalo/EcalRecProducers/src/EcalUncalibRecHitFillDescriptionWorkerFactory.cc", "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducerGPU_harvesting.py", "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducerGPU.py", "RecoLocalCalo/EcalRecProducers/test/testEcalUncalibRecHitPhase2WeightsProducer.py", "RecoLocalCalo/HcalRecAlgos/plugins/alpaka/HcalRecoParamsWithPulseShapesESProducer.cc", "RecoLocalCalo/HcalRecProducers/plugins/alpaka/HcalSiPMCharacteristicsESProducer.cc", "RecoLocalCalo/HGCalRecAlgos/interface/alpaka/HGCalRecHitCalibrationAlgorithms.h", "RecoLocalCalo/HGCalRecAlgos/plugins/alpaka/HGCalRecHitCalibrationAlgorithms.dev.cc", "RecoLocalCalo/HGCalRecAlgos/plugins/alpaka/HGCalRecHitConfigurationESProducer.cc", "RecoLocalCalo/HGCalRecProducers/interface/alpaka/HGCalSoAClustersExtraDeviceCollection.h", "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersAlgoWrapper.dev.cc", "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersSoAAlgoWrapper.dev.cc", "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalLayerClustersSoAAlgoWrapper.h", "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalSoALayerClustersProducer.cc", "RecoLocalCalo/HGCalRecProducers/plugins/alpaka/HGCalSoARecHitsLayerClustersProducer.cc", "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsConditions.cc", "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsFiller.cc", "RecoLocalCalo/HGCalRecProducers/plugins/HeterogeneousHGCalHEFCellPositionsFiller.h", "RecoLocalCalo/HGCalRecProducers/plugins/HGCalLayerClusterHeterogeneousDumper.cc", "RecoLocalCalo/HGCalRecProducers/plugins/HGCalLayerClusterHeterogeneousSoADumper.cc", "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_LinearDrift_cfi.py", "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py", "RecoLocalMuon/DTSegment/python/dt2DExtendedSegments_CombPatternReco2D_ParamDrift_cfi.py", "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDrift_cfi.py", "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDrift_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDriftFromDB_cfi.py", "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_NoDrift_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_ParamDrift_cfi.py", "RecoLocalMuon/DTSegment/python/dt2DSegments_CombPatternReco2D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/dt2DSegments_MTPatternReco2D_LinearDriftFromDB_cfi.py", "RecoLocalMuon/DTSegment/python/dt2DSegments_MTPatternReco2D_LinearDriftFromDB_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_LinearDrift_cfi.py", "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py", "RecoLocalMuon/DTSegment/python/dt4DExtendedSegments_CombPatternReco4D_ParamDrift_cfi.py", "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDrift_cfi.py", "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDrift_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py", "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_NoDrift_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_ParamDrift_cfi.py", "RecoLocalMuon/DTSegment/python/dt4DSegments_CombPatternReco4D_T0Seg_LinearDriftFromDB_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/dt4DSegments_MTPatternReco4D_LinearDriftFromDB_cfi.py", "RecoLocalMuon/DTSegment/python/dt4DSegments_MTPatternReco4D_LinearDriftFromDB_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDrift_cfi.py", "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDrift_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_cfi.py", "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_NoDrift_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco2DAlgo_ParamDrift_cfi.py", "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDrift_cfi.py", "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDrift_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_cfi.py", "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_NoDrift_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/DTCombinatorialPatternReco4DAlgo_ParamDrift_cfi.py", "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco2DAlgo_LinearDriftFromDB_cfi.py", "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco2DAlgo_LinearDriftFromDB_CosmicData_cfi.py", "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco4DAlgo_LinearDriftFromDB_cfi.py", "RecoLocalMuon/DTSegment/python/DTMeantimerPatternReco4DAlgo_LinearDriftFromDB_CosmicData_cfi.py", "RecoLocalMuon/GEMRecHit/test/SingleMuPt100_cfi_GEM-SIM-DIGI_Extended2015MuonGEMDev.py", "RecoLocalTracker/ClusterParameterEstimator/interface/ClusterParameterEstimator.h", "RecoLocalTracker/ClusterParameterEstimator/interface/PixelClusterParameterEstimator.h", "RecoLocalTracker/ClusterParameterEstimator/interface/StripClusterParameterEstimator.h", "RecoLocalTracker/Configuration/python/RecoLocalTracker_Cosmics_EventContent_cff.py", "RecoLocalTracker/Phase2TrackerRecHits/python/Phase2StripCPEGeometricESProducer_cfi.py", "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerAlgorithm.cc", "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerAlgorithm.h", "RecoLocalTracker/SiPhase2Clusterizer/plugins/Phase2TrackerClusterizerSequentialAlgorithm.h", "RecoLocalTracker/SiPhase2VectorHitBuilder/interface/VectorHitBuilderAlgorithmBase.h", "RecoLocalTracker/SiPhase2VectorHitBuilder/interface/VectorHitBuilderAlgorithm.h", "RecoLocalTracker/SiPhase2VectorHitBuilder/plugins/SiPhase2RecHitMatcherESProducer.cc", "RecoLocalTracker/SiPhase2VectorHitBuilder/plugins/VectorHitBuilderEDProducer.cc", "RecoLocalTracker/SiPhase2VectorHitBuilder/test/Clusters_productionAndTesting.py", "RecoLocalTracker/SiPhase2VectorHitBuilder/test/VHs_combinatorialStudies_PU200.py", "RecoLocalTracker/SiPhase2VectorHitBuilder/test/VHs_SeedingOT_productionAndTesting.py", "RecoLocalTracker/SiPixelClusterizer/plugins/alpaka/SiPixelPhase2DigiToCluster.cc", "RecoLocalTracker/SiPixelClusterizer/plugins/alpaka/SiPixelRawToClusterKernel.dev.cc", "RecoLocalTracker/SiPixelClusterizer/plugins/SiPixelDigisClustersFromSoAAlpaka.cc", "RecoLocalTracker/SiPixelClusterizer/python/SiPixelClusterizerPreSplitting_cfi.py", "RecoLocalTracker/SiPixelRecHits/interface/alpaka/PixelCPEFastParamsCollection.h", "RecoLocalTracker/SiPixelRecHits/plugins/alpaka/PixelCPEFastParamsESProducerAlpaka.cc", "RecoLocalTracker/SiStripClusterizer/interface/StripClusterizerAlgorithmFactory.h", "RecoLocalTracker/SiStripClusterizer/plugins/SiStripClusterizerConditionsESProducer.cc", "RecoLocalTracker/SiStripClusterizer/plugins/SiStripClusterizerConditionsGPUESProducer.cc", "RecoLocalTracker/SiStripClusterizer/python/SiStripClusters2ApproxClusters_cff.py", "RecoLocalTracker/SiStripClusterizer/python/test/ClusterizerUnitTestFunctions_cff.py", "RecoLocalTracker/SiStripClusterizer/python/test/ClusterRefinerTagMCmerged_cfi.py", "RecoLocalTracker/SiStripClusterizer/test/step2_RAW2DIGI_L1Reco_RECO_ApproxClusters.py", "RecoLocalTracker/SiStripClusterizer/test/step2_RAW2DIGI_L1Reco_RECO_ApproxClusters_streamerOutput.py", "RecoLocalTracker/SiStripClusterizer/test/testSiStripQuality/SiStripBadChannel.tpl", "RecoLocalTracker/SiStripClusterizer/test/testSiStripQuality/SiStripBadModule.tpl", "RecoLocalTracker/SiStripRecHitConverter/interface/SiStripRecHitConverterAlgorithm.h", "RecoLocalTracker/SiStripRecHitConverter/plugins/SiStripRecHitMatcherESProducer.cc", "RecoLocalTracker/SiStripRecHitConverter/plugins/SiStripRecHitMatcherESProducer.h", "RecoLocalTracker/SiStripZeroSuppression/interface/IteratedMedianCMNSubtractor.h", "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripCommonModeNoiseSubtractor.h", "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripRawProcessingAlgorithms.h", "RecoLocalTracker/SiStripZeroSuppression/interface/SiStripRawProcessingFactory.h", "RecoLocalTracker/SiStripZeroSuppression/python/siStripMergeZeroSuppression_cfi.py", "RecoLocalTracker/SiStripZeroSuppression/python/SiStripZeroSuppression_SimData_cfi.py", "RecoLocalTracker/SiStripZeroSuppression/test/SiStripZS_EmulateHybrid_RealData.py", "RecoLocalTracker/SubCollectionProducers/interface/PixelClusterSelectorTopBottom.h", "RecoLocalTracker/SubCollectionProducers/interface/StripClusterSelectorTopBottom.h", "RecoLocalTracker/SubCollectionProducers/python/ClusterMultiplicityFilter_cfi.py", "RecoLocalTracker/SubCollectionProducers/python/hltTrackClusterRemoverNew_cfi.py", "RecoLocalTracker/SubCollectionProducers/python/splitter_tracking_RunI_setup_cff.py", "RecoLocalTracker/SubCollectionProducers/python/test/ClusterMCsplitStrips_cfi.py", "RecoLocalTracker/SubCollectionProducers/python/test/MCsplitStripsCustomize_cff.py", "RecoLocalTracker/SubCollectionProducers/python/TopBottomClusterInfoProducer_cfi.py", "RecoLocalTracker/SubCollectionProducers/python/TrackCandidateTopBottomHitFilter_cfi.py", "RecoLuminosity/LumiProducer/test/analysis/test/crab3_ALCALUMIPIXELS_PIXONLY_DATA.py", "RecoMTD/TransientTrackingRecHit/plugins/MTDTransientTrackingRecHitBuilderESProducer.cc", "RecoMTD/TransientTrackingRecHit/python/MTDTransientTrackingRecHitBuilder_cfi.py", "RecoMuon/L3MuonIsolationProducer/plugins/L3MuonCombinedRelativeIsolationProducer.cc", "RecoMuon/L3MuonIsolationProducer/plugins/L3MuonCombinedRelativeIsolationProducer.h", "RecoMuon/MuonIdentification/python/Identification/cutBasedMuonId_MuonPOG_V0_cff.py", "RecoMuon/MuonIdentification/python/Identification/globalMuonPromptTight_V0_cff.py", "RecoMuon/MuonIsolationProducers/python/muIsoDepositCalByAssociatorTowers_cfi.py", "RecoMuon/StandAloneMuonProducer/python/standAloneMuonsDirectTrajectoryBuilder_cfi.py", "RecoMuon/TrackerSeedGenerator/python/pixelTrackFilterByKinematicsForTSGFromL1_cfi.py", "RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHitBreaker.h", "RecoMuon/TransientTrackingRecHit/interface/MuonTransientTrackingRecHitBuilder.h", "RecoMuon/TransientTrackingRecHit/plugins/MuonTransientTrackingRecHitBuilderESProducer.cc", "RecoMuon/TransientTrackingRecHit/python/MuonTransientTrackingRecHitBuilder_cfi.py", "RecoParticleFlow/Configuration/python/DBS_Samples/RelValQCD_FlatPt_15_3000_Fast_cfi.py", "RecoParticleFlow/Configuration/python/RecoParticleFlow_conversion_EventContent_cff.py", "RecoParticleFlow/Configuration/python/RecoParticleFlow_nuclear_EventContent_cff.py", "RecoParticleFlow/PFClusterProducer/interface/alpaka/PFClusteringEdgeVarsDeviceCollection.h", "RecoParticleFlow/PFClusterProducer/interface/alpaka/PFClusteringVarsDeviceCollection.h", "RecoParticleFlow/PFClusterProducer/plugins/alpaka/PFClusterSoAProducerKernel.dev.cc", "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/GenericSimClusterMapper.cc", "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/RealisticHitToClusterAssociator.h", "RecoParticleFlow/PFClusterProducer/plugins/SimMappers/RealisticSimClusterMapper.cc", "RecoParticleFlow/PFClusterProducer/python/particleFlowBadHcalPseudoCluster_cff.py", "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterECALUncorrected_cfi.py", "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterOOTECALUncorrected_cff.py", "RecoParticleFlow/PFClusterProducer/python/particleFlowClusterTimeAssigner_cfi.py", "RecoParticleFlow/PFClusterProducer/python/particleFlowRealisticSimClusterHGCCalibrations_cfi.py", "RecoParticleFlow/PFClusterProducer/python/particleFlowZeroSuppressionECAL_cff.py", "RecoParticleFlow/PFProducer/plugins/importers/LooseNuclearInteractionTrackImporter.cc", "RecoParticleFlow/PFProducer/plugins/importers/NuclearInteractionTrackImporter.cc", "RecoParticleFlow/PFProducer/plugins/importers/VeryLooseNuclearInteractionTrackImporter.cc", "RecoParticleFlow/PFProducer/test/particleFlowBlock_NewECalAndHCalLinker_HLT_cfi.py", "RecoParticleFlow/PFRecHitProducer/interface/alpaka/PFRecHitParamsDeviceCollection.h", "RecoParticleFlow/PFRecHitProducer/interface/alpaka/PFRecHitTopologyDeviceCollection.h", "RecoParticleFlow/PFRecHitProducer/plugins/alpaka/PFRecHitECALParamsESProducer.cc", "RecoParticleFlow/PFRecHitProducer/plugins/alpaka/PFRecHitHCALParamsESProducer.cc", "RecoParticleFlow/PFRecHitProducer/src/alpaka/PFRecHitTopologyDeviceCollection.cc", "RecoTauTag/RecoTau/python/PFRecoTauDiscriminationAgainstElectronMVA6Phase2_cff.py", "RecoTauTag/RecoTau/python/tauDiscriminationAgainstElectronMVA6Phase2_mvaDefs_cff.py", "RecoTBCalo/EcalTBHodoscopeReconstructor/interface/EcalTBHodoscopeRawInfoDumper.h", "RecoTBCalo/EcalTBHodoscopeReconstructor/interface/EcalTBHodoscopeRecInfoProducer.h", "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecal2004TBHodoscopeReconstructor_cfi.py", "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecal2006TBHodoscopeReconstructor_cfi.py", "RecoTBCalo/EcalTBHodoscopeReconstructor/python/EcalTBHodoscopeReconstructor_cfi.py", "RecoTBCalo/EcalTBHodoscopeReconstructor/python/ecalTBSimHodoscopeReconstructor_cfi.py", "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitPairGeneratorForPhotonConversion.cc", "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitPairGeneratorForPhotonConversion.h", "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitQuadrupletGeneratorForPhotonConversion.cc", "RecoTracker/ConversionSeedGenerators/plugins/CombinedHitQuadrupletGeneratorForPhotonConversion.h", "RecoTracker/ConversionSeedGenerators/plugins/HitPairGeneratorFromLayerPairForPhotonConversion.cc", "RecoTracker/ConversionSeedGenerators/plugins/HitPairGeneratorFromLayerPairForPhotonConversion.h", "RecoTracker/ConversionSeedGenerators/plugins/HitQuadrupletGeneratorFromLayerPairForPhotonConversion.cc", "RecoTracker/ConversionSeedGenerators/plugins/HitQuadrupletGeneratorFromLayerPairForPhotonConversion.h", "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.cc", "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo.h", "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromQuadruplets.cc", "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLegAlgo.cc", "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLegAlgo.h", "RecoTracker/ConversionSeedGenerators/plugins/PhotonConversionTrajectorySeedProducerFromSingleLeg.cc", "RecoTracker/ConversionSeedGenerators/plugins/SeedForPhotonConversionFromQuadruplets.cc", "RecoTracker/ConversionSeedGenerators/plugins/SeedForPhotonConversionFromQuadruplets.h", "RecoTracker/ConversionSeedGenerators/python/PhotonConversionTrajectorySeedProducerFromQuadruplets_cfi.py", "RecoTracker/ConversionSeedGenerators/python/PhotonConversionTrajectorySeedProducerFromSingleLeg_cfi.py", "RecoTracker/DisplacedRegionalTracking/plugins/DisplacedRegionSeedingVertexProducer.cc", "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-10mu-fulldet-build-extrectracks.sh", "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-10mu-fulldet-build.sh", "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-benchmarks-multiiter.sh", "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-ttbar-fulldet-build-extrectracks.sh", "RecoTracker/MkFitCore/standalone/val_scripts/validation-cmssw-ttbar-fulldet-build.sh", "RecoTracker/MkFitCore/standalone/xeon_scripts/benchmark-cmssw-ttbar-fulldet-build-remote.sh", "RecoTracker/MkFitCore/standalone/xeon_scripts/benchmark-cmssw-ttbar-fulldet-build.sh", "RecoTracker/PixelLowPtUtilities/interface/StripSubClusterShapeTrajectoryFilter.h", "RecoTracker/PixelLowPtUtilities/python/StripSubClusterShapeTrajectoryFilter_cfi.py", "RecoTracker/PixelSeeding/interface/HitTripletGeneratorFromPairAndLayersFactory.h", "RecoTracker/PixelTrackFitting/plugins/PixelFitterByConformalMappingAndLineProducer.cc", "RecoTracker/PixelTrackFitting/plugins/PixelTrackCleanerBySharedHitsESProducer.cc", "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForBeamHalo_cff.py", "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForBeamHalo_cfi.py", "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmics_cfi.py", "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsP5_cff.py", "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cff.py", "RecoTracker/SpecialSeedGenerators/python/CombinatorialSeedGeneratorForCosmicsRegionalReconstruction_cfi.py", "RecoTracker/TkMSParametrization/interface/MultipleScatteringParametrisationMaker.h", "RecoTracker/TkMSParametrization/plugins/MultipleScatteringParametrisationMakerESProducer.cc", "RecoTracker/TkMSParametrization/src/ES_MultipleScatteringParametrisationMaker.cc", "RecoTracker/TkSeedGenerator/interface/MultiHitGeneratorFromPairAndLayersFactory.h", "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsStraightLineCreator.cc", "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsStraightLineCreator.h", "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsTripletOnlyCreator.cc", "RecoTracker/TkSeedGenerator/plugins/SeedFromConsecutiveHitsTripletOnlyCreator.h", "RecoTracker/TkSeedGenerator/python/seedCreatorFromRegionConsecutiveHitsEDProducer_cff.py", "RecoTracker/TkSeedGenerator/python/seedCreatorFromRegionConsecutiveHitsTripletOnlyEDProducer_cff.py", "RecoTracker/TkSeedGenerator/python/SeedFromConsecutiveHitsStraightLineCreator_cfi.py", "RecoTracker/TkSeedGenerator/python/SeedFromConsecutiveHitsTripletOnlyCreator_cfi.py", "RecoTracker/TkSeedGenerator/python/SeedGeneratorFromProtoTracksEDProducer_cff.py", "RecoTracker/TkSeedGenerator/python/SeedGeneratorFromRegionHitsEDProducer_cfi.py", "RecoTracker/TkSeedingLayers/python/PixelLessLayerPairs4PixelLessTracking_cfi.py", "RecoTracker/TkSeedingLayers/python/TTRHBuilderWithoutAngle4MixedTriplets_cfi.py", "RecoTracker/TkSeedingLayers/python/TTRHBuilderWithoutAngle4PixelTriplets_cfi.py", "RecoTracker/TkTrackingRegions/interface/GlobalTrackingRegionProducerFromBeamSpot.h", "RecoTracker/TkTrackingRegions/plugins/CandidatePointSeededTrackingRegionsProducer.h", "RecoTracker/TkTrackingRegions/plugins/GlobalTrackingRegionWithVerticesProducer.h", "RecoTracker/TkTrackingRegions/plugins/PixelInactiveAreaTrackingRegionsSeedingLayersProducer.cc", "RecoTracker/TransientTrackingRecHit/interface/TkTransientTrackingRecHitBuilder.h", "RecoTracker/TransientTrackingRecHit/plugins/TkTransientTrackingRecHitBuilderESProducer.cc", "RecoTracker/TransientTrackingRecHit/python/TransientTrackingRecHitBuilder_cfi.py", "RecoTracker/TransientTrackingRecHit/python/TransientTrackingRecHitBuilderWithoutRefit_cfi.py", "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsEarly10TeVCollision_cff.py", "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsEarly10TeVCollision_cfi.py", "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsNominalCollision_cff.py", "RecoVertex/BeamSpotProducer/python/BeamSpotFakeConditionsNominalCollision_cfi.py", "RecoVertex/ConfigurableVertexReco/interface/ConfigurableAdaptiveReconstructor.h", "RecoVertex/GaussianSumVertexFit/interface/GsfVertexTrackCompatibilityEstimator.h", "RecoVertex/KinematicFitPrimitives/interface/ExtendedPerigeeTrajectoryParameters.h", "RecoVertex/KinematicFitPrimitives/interface/KinematicParticleFactoryFromTransientTrack.h", "RecoVertex/KinematicFitPrimitives/interface/ParticleKinematicLinearizedTrackStateFactory.h", "RecoVertex/KinematicFitPrimitives/interface/ParticleKinematicLinearizedTrackState.h", "RecoVertex/KinematicFitPrimitives/interface/TransientTrackKinematicStateBuilder.h", "RecoVertex/KinematicFitPrimitives/src/KinematicParticleFactoryFromTransientTrack.cc", "RecoVertex/KinematicFitPrimitives/src/ParticleKinematicLinearizedTrackStateFactory.cc", "RecoVertex/LinearizationPointFinders/interface/CrossingPtBasedLinearizationPointFinder.h", "RecoVertex/LinearizationPointFinders/interface/DefaultLinearizationPointFinder.h", "RecoVertex/LinearizationPointFinders/interface/FallbackLinearizationPointFinder.h", "RecoVertex/LinearizationPointFinders/interface/SubsetHSMLinearizationPointFinder.h", "RecoVertex/LinearizationPointFinders/src/CrossingPtBasedLinearizationPointFinder.cc", "RecoVertex/PixelVertexFinding/plugins/alpaka/PixelVertexWorkSpaceSoADeviceAlpaka.h", "RecoVertex/PrimaryVertexProducer/interface/AdaptiveChisquarePrimaryVertexFitter.h", "RecoVertex/PrimaryVertexProducer/interface/SequentialPrimaryVertexFitterAdapter.h", "RecoVertex/PrimaryVertexProducer/python/OfflinePrimaryVerticesFromCosmicTracks_cfi.py", "RecoVertex/TrimmedKalmanVertexFinder/interface/ConfigurableTrimmedVertexFinder.h", "SimCalorimetry/Configuration/python/SimCalorimetry_EcalSelectiveReadoutProducers_setBeamcom09_cff.py", "SimCalorimetry/EcalEBTrigPrimAlgos/interface/EcalEBPhase2AmplitudeReconstructor.h", "SimCalorimetry/EcalEBTrigPrimProducers/plugins/EcalEBTrigPrimPhase2ESProducer.cc", "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitiveDigis_cff.py", "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitiveDigis_cfi.py", "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitivePhase2Digis_cfi.py", "SimCalorimetry/EcalEBTrigPrimProducers/python/ecalEBTriggerPrimitivePhase2ESProducer_cfi.py", "SimCalorimetry/EcalElectronicsEmulation/python/EcalElecEmulTccOnlyExample_cfg.py", "SimCalorimetry/EcalSelectiveReadoutAlgos/interface/EcalSelectiveReadoutSuppressor.h", "SimCalorimetry/EcalSelectiveReadoutProducers/interface/namespace_ecalsrcondtools.h", "SimCalorimetry/EcalSelectiveReadoutProducers/plugins/EcalSelectiveReadoutProducer.cc", "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_barrelOnly_cff.py", "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_CosmicsConfiguration_cff.py", "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_craft_cff.py", "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_craft_cfi.py", "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_mc_cff.py", "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_mc_cfi.py", "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_readDBOffline_cff.py", "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_readDBOffline_cfi.py", "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_with_suppressed_cff.py", "SimCalorimetry/EcalTrigPrimProducers/python/ecalTriggerPrimitiveDigis_with_suppressed_cfi.py", "SimCalorimetry/EcalTrigPrimProducers/python/ecalTrigPrimESProducer_craft_cff.py", "SimCalorimetry/EcalZeroSuppressionProducers/doc/EcalZeroSuppressionProducers.doc", "SimCalorimetry/EcalZeroSuppressionProducers/interface/EcalZeroSuppressionProducer.h", "SimCalorimetry/EcalZeroSuppressionProducers/interface/ESZeroSuppressionProducer.h", "SimCalorimetry/EcalZeroSuppressionProducers/python/ecalGlobalZeroSuppression_cfi.py", "SimCalorimetry/HcalZeroSuppressionProducers/doc/HcalZeroSuppressionProducers.doc", "SimCalorimetry/HcalZeroSuppressionProducers/interface/HcalZeroSuppressionAlgo.h", "SimCalorimetry/HcalZeroSuppressionProducers/python/hcalDigisNoSuppression_cfi.py", "SimCalorimetry/HcalZeroSuppressionProducers/python/NoHcalZeroSuppression_cff.py", "SimCalorimetry/HGCalAssociatorProducers/plugins/AllHitToTracksterAssociatorsProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/AllLayerClusterToTracksterAssociatorsProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/AllTracksterToSimTracksterAssociatorsByHitsProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/AllTracksterToSimTracksterAssociatorsByLCsProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToLayerClusterAssociatorProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToLayerClusterAssociatorProducer.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToSimClusterCaloParticleAssociatorProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToSimClusterCaloParticleAssociatorProducer.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToTracksterAssociatorProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/HitToTracksterAssociatorProducer.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreImpl.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreImpl.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToCPAssociatorByEnergyScoreProducer.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreImpl.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreImpl.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSCAssociatorByEnergyScoreProducer.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreImpl.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreImpl.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorByEnergyScoreProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/LCToSimTSAssociatorEDProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreImpl.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreImpl.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/MultiClusterAssociatorByEnergyScoreProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/SimClusterToCaloParticleAssociatorProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/SimClusterToCaloParticleAssociatorProducer.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreImpl.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreImpl.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSCAssociatorByEnergyScoreProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreImpl.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreImpl.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorByEnergyScoreProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSAssociatorEDProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreImpl.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreImpl.h", "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorByEnergyScoreProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/plugins/TSToSimTSHitLCAssociatorEDProducer.cc", "SimCalorimetry/HGCalAssociatorProducers/python/HitToTracksterAssociation_cfi.py", "SimCalorimetry/HGCalAssociatorProducers/python/SimClusterToCaloParticleAssociation_cfi.py", "SimCalorimetry/HGCalAssociatorProducers/python/TSToSimTSAssociationByHits_cfi.py", "SimCalorimetry/HGCalSimProducers/data/doseParams_3000fb_fluka_HFNose_3.7.20.12_Eta2.4.txt", "SimDataFormats/Associations/interface/LayerClusterToCaloParticleAssociatorBaseImpl.h", "SimDataFormats/Associations/interface/LayerClusterToSimClusterAssociatorBaseImpl.h", "SimDataFormats/Associations/interface/LayerClusterToSimTracksterAssociatorBaseImpl.h", "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociationMap.h", "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociatorBaseImpl.h", "SimDataFormats/Associations/interface/MtdRecoClusterToSimLayerClusterAssociator.h", "SimDataFormats/Associations/interface/MtdSimLayerClusterToRecoClusterAssociationMap.h", "SimDataFormats/Associations/interface/MtdSimLayerClusterToTPAssociatorBaseImpl.h", "SimDataFormats/Associations/interface/MultiClusterToCaloParticleAssociatorBaseImpl.h", "SimDataFormats/Associations/interface/MuonToTrackingParticleAssociatorBaseImpl.h", "SimDataFormats/Associations/interface/TracksterToSimClusterAssociatorBaseImpl.h", "SimDataFormats/Associations/interface/TracksterToSimTracksterAssociatorBaseImpl.h", "SimDataFormats/Associations/interface/TracksterToSimTracksterHitLCAssociatorBaseImpl.h", "SimDataFormats/Associations/interface/TrackToTrackingParticleAssociatorBaseImpl.h", "SimDataFormats/Associations/interface/VertexToTrackingVertexAssociatorBaseImpl.h", "SimDataFormats/Associations/src/LayerClusterToCaloParticleAssociatorBaseImpl.cc", "SimDataFormats/Associations/src/LayerClusterToSimTracksterAssociatorBaseImpl.cc", "SimDataFormats/Associations/src/MtdRecoClusterToSimLayerClusterAssociationMap.cc", "SimDataFormats/Associations/src/MtdRecoClusterToSimLayerClusterAssociatorBaseImpl.cc", "SimDataFormats/Associations/src/MtdSimLayerClusterToRecoClusterAssociationMap.cc", "SimDataFormats/Associations/src/MultiClusterToCaloParticleAssociatorBaseImpl.cc", "SimDataFormats/Associations/src/TracksterToSimTracksterHitLCAssociatorBaseImpl.cc", "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.cc", "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.h", "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorByHitsProducer.cc", "SimFastTiming/MtdAssociatorProducers/plugins/MtdRecoClusterToSimLayerClusterAssociatorEDProducer.cc", "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdImpl.cc", "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdImpl.h", "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorByTrackIdProducer.cc", "SimFastTiming/MtdAssociatorProducers/plugins/MtdSimLayerClusterToTPAssociatorEDProducer.cc", "SimFastTiming/MtdAssociatorProducers/python/mtdRecoClusterToSimLayerClusterAssociation_cfi.py", "SimFastTiming/MtdAssociatorProducers/python/mtdSimLayerClusterToTPAssociation_cfi.py", "SimGeneral/Configuration/python/RunsAndWeights_Run2018_Equal_Lumi_Integer_Weights.py", "SimGeneral/DataMixingModule/python/supplementary/DigiRecoExampleMC_STARTUP_cfg.py", "SimGeneral/DataMixingModule/python/supplementary/ReconstructionLocalCosmics_cff.py", "SimGeneral/DataMixingModule/python/supplementary/recoT0DQM_EvContent_40T_digiOnly_cfg.py", "SimGeneral/MixingModule/python/mix_2012_lumiLevel_15_20_50ns_PoissonOOTPU_cfi.py", "SimGeneral/MixingModule/python/mix_2012_Summer_50ns_PoissonOOTPU_ExtWind_cfi.py", "SimGeneral/MixingModule/python/mix_2015_25ns_FallMC_matchData_PoissonOOTPU_cfi.py", "SimGeneral/MixingModule/python/mix_2015_25nsLowPU_matchData_PoissonOOTPU_cfi.py", "SimGeneral/MixingModule/python/mix_2016_25ns_SpringMC_PUScenarioV1_PoissonOOTPU_cfi.py", "SimGeneral/MixingModule/python/mix_2016_PoissonOOTPU_HighPUTrains_Fill5412_cfi.py", "SimGeneral/MixingModule/python/mix_2017_25ns_WinterMC_PUScenarioV1_PoissonOOTPU_cfi.py", "SimGeneral/MixingModule/python/mix_2018_25ns_JuneProjectionFull18_PoissonOOTPU_cfi.py", "SimGeneral/MixingModule/python/mix_2018_25ns_ProjectedPileup_PoissonOOTPU_cfi.py", "SimGeneral/MixingModule/python/mix_2022_25ns_RunIII2022Summer24_PoissonOOTPU_cfi.py", "SimGeneral/MixingModule/python/mix_2023_25ns_RunIII2023Summer24_PoissonOOTPU_cfi.py", "SimGeneral/MixingModule/python/mix_2023_Fills_8807_8901_ProjectedPileup_PoissonOOTPU_cfi.py", "SimGeneral/MixingModule/python/mix_2024_25ns_RunIII2024Summer24_PoissonOOTPU_cfi.py", "SimGeneral/MixingModule/python/mix_E7TeV_Fall2011_Reprocess_50ns_PoissonOOTPU_cfi.py", "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_25ns_PoissonOOT_cfi.py", "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_50ns_PoissonOOT.py", "SimGeneral/MixingModule/python/mix_E7TeV_FlatDist10_2011EarlyData_inTimeOnly_cfi.py", "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_11h_8h_hybrid2p40_cfi.py", "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_12p5h_9h_hybrid2p23_cfi.py", "SimGeneral/MixingModule/python/Run3_2023_LHC_Simulation_14h_10h_hybrid2p05_cfi.py", "SimGeneral/MixingModule/python/Run3_2025_LHC_Simulation_fill12p5h_levelling9h_nb2340_xSec80mb_il2p23_cfi.py", "SimGeneral/TrackingAnalysis/python/trackingParticleNumberOfLayersProducer_cff.py", "SimTracker/TrackAssociation/python/trackingParticleRecoTrackAsssociation_cff.py", "SimTracker/TrackAssociation/python/trackingParticleRecoTrackAsssociation_cfi.py", "SimTracker/TrackAssociatorProducers/plugins/QuickTrackAssociatorByHitsProducer.cc", "SimTracker/TrackAssociatorProducers/plugins/TrackAssociatorByPositionProducer.cc", "SimTracker/TrackerMaterialAnalysis/data/dd4hep_trackingMaterialGroups_ForPhaseII.xml", "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseII/v1/trackingMaterialGroups_ForPhaseII.xml", "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseII/v2/trackingMaterialGroups_ForPhaseII.xml", "SimTracker/TrackerMaterialAnalysis/data/trackingMaterialGroups_ForPhaseI/v1/trackingMaterialGroups_ForPhaseI.xml", "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_ListGroupsMaterialDifference.h", "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_MaterialAccountingGroup.cc", "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_MaterialAccountingGroup.h", "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialAnalyser.cc", "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialAnalyser.h", "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialPlotter.cc", "SimTracker/TrackerMaterialAnalysis/plugins/dd4hep/DD4hep_TrackingMaterialPlotter.h", "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHFNosePhaseII_cfi.py", "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHGCalPhaseII_cff.py", "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForHGCalPhaseII_cfi.py", "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseI_cff.py", "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseI_cfi.py", "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseII_cff.py", "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialAnalyser_ForPhaseII_cfi.py", "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialProducerHFNose_cff.py", "SimTracker/TrackerMaterialAnalysis/python/trackingMaterialProducerHFNose_cfi.py", "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialAnalyser_ForHFNosePhaseII.py", "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialAnalyser_ForHGCalPhaseII.py", "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForHFNosePhaseII.py", "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForHGCalPhaseII.py", "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForPhaseII.py", "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino_ForPhaseI.py", "SimTracker/TrackerMaterialAnalysis/test/trackingMaterialProducer10GeVNeutrino.py", "SimTracker/VertexAssociation/plugins/VertexAssociatorByPositionAndTracksProducer.cc", "SimTransport/TotemRPProtonTransportParametrization/interface/LHCOpticsApproximator.h", "SimTransport/TotemRPProtonTransportParametrization/src/LHCOpticsApproximator.cc", "SLHCUpgradeSimulations/Geometry/data/PhaseI/EmptyPixelSkimmedGeometry_phase1.txt", "SLHCUpgradeSimulations/Geometry/data/PhaseII/Tilted/EmptyPixelSkimmedGeometry.txt", "TopQuarkAnalysis/TopEventProducers/python/producers/TtDilepEvtSolProducer_cfi.py", "TopQuarkAnalysis/TopEventProducers/python/producers/TtSemiEvtSolProducer_cfi.py", "TopQuarkAnalysis/TopEventProducers/python/sequences/ttFullHadEvtHypotheses_cff.py", "TopQuarkAnalysis/TopEventProducers/python/sequences/ttFullLepEvtHypotheses_cff.py", "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepEvtHypotheses_cff.py", "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepKinematicFit_cff.py", "TopQuarkAnalysis/TopEventProducers/python/sequences/ttSemiLepMVASelection_cff.py", "TopQuarkAnalysis/TopEventSelection/data/TtFullHadSignalSelMVATrainTreeSaver.xml", "TopQuarkAnalysis/TopEventSelection/data/TtSemiLepSignalSelMVATrainTreeSaver.xml", "TopQuarkAnalysis/TopEventSelection/python/TtFullHadSignalSelMVATrainTreeSaver_cff.py", "TopQuarkAnalysis/TopEventSelection/python/TtSemiLepSignalSelMVATrainTreeSaver_cff.py", "TopQuarkAnalysis/TopJetCombination/plugins/TtSemiLepJetCombWMassDeltaTopMass.cc", "TopQuarkAnalysis/TopJetCombination/python/TtSemiLepJetCombMVATrainTreeSaver_cff.py", "TopQuarkAnalysis/TopJetCombination/python/TtSemiLepJetCombWMassDeltaTopMass_cfi.py", "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Fall11_cff.py", "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Spring10_cff.py", "TopQuarkAnalysis/TopObjectResolutions/python/stringResolutions_etEtaPhi_Summer11_cff.py", "TrackingTools/GeomPropagators/interface/AnalyticalTrajectoryExtrapolatorToLine.h", "TrackingTools/KalmanUpdators/python/MRHChi2MeasurementEstimatorESProducer_cfi.py", "TrackingTools/MaterialEffects/python/RungeKuttaTrackerPropagatorOpposite_cfi.py", "TrackingTools/PatternTools/interface/trackingParametersAtClosestApproachToBeamSpot.h", "TrackingTools/PatternTools/src/trackingParametersAtClosestApproachToBeamSpot.cc", "TrackingTools/TrajectoryFiltering/interface/ChargeSignificanceTrajectoryFilter.h", "TrackingTools/TrajectoryFiltering/interface/MaxConsecLostHitsTrajectoryFilter.h", "TrackingTools/TrajectoryParametrization/interface/CurvilinearTrajectoryParameters.h", "TrackingTools/TrajectoryParametrization/interface/PerigeeTrajectoryParameters.h", "TrackingTools/TransientTrackingRecHit/interface/GenericTransientTrackingRecHit.h", "TrackingTools/TransientTrackingRecHit/interface/TransientTrackingRecHitBuilder.h", "TrackPropagation/SteppingHelixPropagator/plugins/SteppingHelixPropagatorESProducer.cc", "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorAlong_cfi.py", "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorAny_cfi.py", "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorHLT_cff.py", "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorOpposite_cfi.py", "TrackPropagation/SteppingHelixPropagator/python/SteppingHelixPropagatorsNoErrorPropagation_cff.py", "TrackPropagation/SteppingHelixPropagator/test/SteppingHelixPropagatorAnalyzer.cc", "Utilities/ReleaseScripts/ignominy/config/IgnominyCommon/IgGNUPlotTemplate_CMS.gnu", "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_baseline.json", "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_newClass.json", "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_removeClass.json", "Utilities/ReleaseScripts/test/checkDictionaryUpdate/dumpClassVersion_versionUpdate.json", "Utilities/StorageFactory/test/test_multiple_files_file_statistics_sender_cfg.py", "Validation/CaloTowers/test/runNoise_valid_simhits_digis_rechits_calotowers_ZS_cfg.py", "Validation/CTPPS/python/ctppsProtonReconstructionEfficiencyEstimatorData_cfi.py", "Validation/HGCalValidation/test/python/testValidationHGCalTrigPrim_RelVal_cfg.py", "Validation/RecoEgamma/python/ElectronMcSignalValidatorPt1000_gedGsfElectrons_cfi.py", "Validation/RecoEgamma/test/ElectronMcSignalValidationPt1000_gedGsfElectrons_cfg.py", "Validation/SiPixelPhase1ConfigV/python/SiPixelPhase1OfflineDQM_harvestingV_cff.py", "Validation/SiPixelPhase1TrackClustersV/python/SiPixelPhase1TrackClustersV_cfi.py", "Validation/SiPixelPhase1TrackingParticleV/interface/SiPixelPhase1TrackingParticleV.h", "Validation/SiPixelPhase1TrackingParticleV/python/SiPixelPhase1TrackingParticleV_cfi.py", "Validation/SiPixelPhase1TrackingParticleV/src/SiPixelPhase1TrackingParticleV.cc"] \ No newline at end of file diff --git a/tests/ReplayData/test_too_many_files.json b/tests/ReplayData/test_too_many_files.json new file mode 100644 index 00000000000..9e953a4766d --- /dev/null +++ b/tests/ReplayData/test_too_many_files.json @@ -0,0 +1 @@ +["Alignment/APEEstimation/BuildFile.xml", "Alignment/APEEstimation/data/lumiperrun2016.txt", "Alignment/APEEstimation/data/lumiperrun2017.txt", "Alignment/APEEstimation/data/lumiperrun2018.txt", "Alignment/APEEstimation/interface/EventVariables.h", "Alignment/APEEstimation/interface/ReducedTrackerTreeVariables.h", "Alignment/APEEstimation/interface/TrackerDetectorStruct.h", "Alignment/APEEstimation/interface/TrackerSectorStruct.h", "Alignment/APEEstimation/macros/writeAPEsInASCII.C", "Alignment/APEEstimation/plugins/ApeEstimator.cc", "Alignment/APEEstimation/plugins/ApeEstimatorSummary.cc", "Alignment/APEEstimation/plugins/ApeTreeCreateDefault.cc", "Alignment/APEEstimation/plugins/BuildFile.xml", "Alignment/APEEstimation/python/AlignmentTrackSelector_cff.py", "Alignment/APEEstimation/python/ApeEstimator_cff.py", "Alignment/APEEstimation/python/ApeEstimator_cfi.py", "Alignment/APEEstimation/python/ApeEstimatorSummary_cff.py", "Alignment/APEEstimation/python/ApeEstimatorSummary_cfi.py", "Alignment/APEEstimation/python/conditions/init.py", "Alignment/APEEstimation/python/PrivateSkim_EventContent_cff.py", "Alignment/APEEstimation/python/samples/Data_TkAlMinBias_Run2018C_PromptReco_v3_cff.py", "Alignment/APEEstimation/python/samples/Data_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py", "Alignment/APEEstimation/python/samples/Data_TkAlZMuMu_Run2015B_DoubleMuon_PromptReco_v1_cff.py", "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_ApeSkim_cff.py", "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_cff.py", "Alignment/APEEstimation/python/samples/MC_UL16_ttbar_cff.py", "Alignment/APEEstimation/python/samples/MC_UnitTest_TkAlMuonIsolated_cff.py", "Alignment/APEEstimation/python/SectorBuilder_Bpix_cff.py", "Alignment/APEEstimation/python/SectorBuilder_Bpix_Phase0_cff.py", "Alignment/APEEstimation/python/SectorBuilder_cff.py", "Alignment/APEEstimation/python/SectorBuilder_cfi.py", "Alignment/APEEstimation/python/SectorBuilder_Fpix_cff.py", "Alignment/APEEstimation/python/SectorBuilder_Fpix_Phase0_cff.py", "Alignment/APEEstimation/python/SectorBuilder_Tec_cff.py", "Alignment/APEEstimation/python/SectorBuilder_Tib_cff.py", "Alignment/APEEstimation/python/SectorBuilder_Tid_cff.py", "Alignment/APEEstimation/python/SectorBuilder_Tob_cff.py", "Alignment/APEEstimation/python/TrackRefitter_38T_cff.py", "Alignment/APEEstimation/scripts/initialise.bash", "Alignment/APEEstimation/test/apeMeasurement/apeDetermination_cfg.py", "Alignment/APEEstimation/test/apeMeasurement/apeMeasurement.py", "Alignment/APEEstimation/test/apeMeasurement/apeWrite_cfg.py", "Alignment/APEEstimation/test/apeMeasurement/condorTemplates.py", "Alignment/APEEstimation/test/apeMeasurement/config.yaml", "Alignment/APEEstimation/test/apeMeasurement/finishIterationScript.tcsh", "Alignment/APEEstimation/test/apeMeasurement/helpers.py", "Alignment/APEEstimation/test/apeMeasurement/mc_example.yaml", "Alignment/APEEstimation/test/apeMeasurement/mergeStep.py", "Alignment/APEEstimation/test/apeMeasurement/moveSkimOutput.py", "Alignment/APEEstimation/test/apeMeasurement/prepareMeasurement.py", "Alignment/APEEstimation/test/apeMeasurement/prepScript.tcsh", "Alignment/APEEstimation/test/apeMeasurement/pythonTemplates.py", "Alignment/APEEstimation/test/apeMeasurement/refitting_cfg.py", "Alignment/APEEstimation/test/apeMeasurement/refittingScript.tcsh", "Alignment/APEEstimation/test/apeMeasurement/skim_cfg.py", "Alignment/APEEstimation/test/apeMeasurement/skimScript.tcsh", "Alignment/APEEstimation/test/apeTreeCreateDefault_cfg.py", "Alignment/APEEstimation/test/autoSubmitter/autoSubmitter.py", "Alignment/APEEstimation/test/autoSubmitter/autoSubmitterTemplates.py", "Alignment/APEEstimation/test/autoSubmitter/config.ini", "Alignment/APEEstimation/test/autoSubmitter/helpers.py", "Alignment/APEEstimation/test/autoSubmitter/unitTest.ini", "Alignment/APEEstimation/test/BuildFile.xml", "Alignment/APEEstimation/test/cfgTemplate/apeEstimator_cfg.py", "Alignment/APEEstimation/test/cfgTemplate/apeEstimatorSummary_cfg.py", "Alignment/APEEstimation/test/cfgTemplate/apeLocalSetting_cfg.py", "Alignment/APEEstimation/test/createTrackerAlignmentErrorExtendedRcd_cfg.py", "Alignment/APEEstimation/test/plottingTools/drawIterations.py", "Alignment/APEEstimation/test/plottingTools/drawResults.py", "Alignment/APEEstimation/test/plottingTools/drawTrend.py", "Alignment/APEEstimation/test/plottingTools/drawValidation.py", "Alignment/APEEstimation/test/plottingTools/granularity.py", "Alignment/APEEstimation/test/plottingTools/iterationsPlotter.py", "Alignment/APEEstimation/test/plottingTools/resultPlotter.py", "Alignment/APEEstimation/test/plottingTools/setTDRStyle.py", "Alignment/APEEstimation/test/plottingTools/systematicErrors.py", "Alignment/APEEstimation/test/plottingTools/trendPlotter.py", "Alignment/APEEstimation/test/plottingTools/validationPlotter.py", "Alignment/APEEstimation/test/SkimProducer/skimProducer_cfg.py", "Alignment/APEEstimation/test/SkimProducer/skimTemplates.py", "Alignment/APEEstimation/test/SkimProducer/startSkim.py", "Alignment/APEEstimation/test/trackerTreeGenerator_cfg.py", "Alignment/APEEstimation/test/unitTest.sh", "Alignment/CocoaApplication/bin/BuildFile.xml", "Alignment/CocoaApplication/bin/CocoaAna.C", "Alignment/CocoaApplication/bin/cocoa.cpp", "Alignment/CocoaApplication/bin/printReportDiff.cpp", "Alignment/CocoaApplication/bin/simple2D.meas", "Alignment/CocoaApplication/bin/simple2D.txt", "Alignment/CocoaApplication/bin/simple2DWithMirror.meas", "Alignment/CocoaApplication/bin/simple2DWithMirror.txt", "Alignment/CocoaApplication/bin/table2DWithMirror.txt", "Alignment/CocoaApplication/BuildFile.xml", "Alignment/CocoaApplication/README.md", "Alignment/CocoaApplication/src/CocoaAnalyzer.cc", "Alignment/CocoaApplication/test/authentication.xml", "Alignment/CocoaApplication/test/cmsCocoaTable2DWithMirror.xml", "Alignment/CocoaApplication/test/cocoaAnalyzer_cfg.py", "Alignment/CocoaApplication/test/cocoaDaqTest.root", "Alignment/CocoaApplication/test/conddbcatalog.xml", "Alignment/CocoaApplication/test/configuration.xml", "Alignment/CocoaApplication/test/OpticalAlignments.db", "Alignment/CocoaApplication/test/table2DWithMirror.xml", "Alignment/CocoaDaq/BuildFile.xml", "Alignment/CocoaDaq/interface/CocoaDaqReader.h", "Alignment/CocoaDaq/interface/CocoaDaqRootEvent.h", "Alignment/CocoaDaq/src/classes_def.xml", "Alignment/CocoaDaq/src/classes.h", "Alignment/CocoaDaq/src/CocoaDaqReader.cc", "Alignment/CocoaDaq/src/CocoaDaqRootEvent.cc", "Alignment/CocoaDDLObjects/BuildFile.xml", "Alignment/CocoaDDLObjects/interface/CocoaMaterialElementary.h", "Alignment/CocoaDDLObjects/interface/CocoaSolidShapeBox.h", "Alignment/CocoaDDLObjects/interface/CocoaSolidShape.h", "Alignment/CocoaDDLObjects/interface/CocoaSolidShapeTubs.h", "Alignment/CocoaDDLObjects/src/CocoaMaterialElementary.cc", "Alignment/CocoaDDLObjects/src/CocoaSolidShapeBox.cc", "Alignment/CocoaDDLObjects/src/CocoaSolidShape.cc", "Alignment/CocoaDDLObjects/src/CocoaSolidShapeTubs.cc", "Alignment/CocoaFit/BuildFile.xml", "Alignment/CocoaFit/interface/CocoaDBMgr.h", "Alignment/CocoaFit/interface/Fit.h", "Alignment/CocoaFit/interface/FittedEntriesManager.h", "Alignment/CocoaFit/interface/FittedEntriesSet.h", "Alignment/CocoaFit/interface/FittedEntry.h", "Alignment/CocoaFit/interface/HistoDef.h", "Alignment/CocoaFit/interface/MatrixMeschach.h", "Alignment/CocoaFit/interface/NtupleManager.h", "Alignment/CocoaFit/interface/NtupleObjects.h", "Alignment/CocoaFit/src/classes_def.xml", "Alignment/CocoaFit/src/classes.h", "Alignment/CocoaFit/src/CocoaDBMgr.cc", "Alignment/CocoaFit/src/Fit.cc", "Alignment/CocoaFit/src/FittedEntriesManager.cc", "Alignment/CocoaFit/src/FittedEntriesSet.cc", "Alignment/CocoaFit/src/FittedEntry.cc", "Alignment/CocoaFit/src/HistoDef.cc", "Alignment/CocoaFit/src/MatrixMeschach.cc", "Alignment/CocoaFit/src/NtupleManager.cc", "Alignment/CocoaFit/src/NtupleObjects.cc", "Alignment/CocoaModel/BuildFile.xml", "Alignment/CocoaModel/interface/ALILine.h", "Alignment/CocoaModel/interface/ALIPlane.h", "Alignment/CocoaModel/interface/ALIRmDataFromFile.h", "Alignment/CocoaModel/interface/ALIUnitsTable.h", "Alignment/CocoaModel/interface/CocoaDaqReaderRoot.h", "Alignment/CocoaModel/interface/CocoaDaqReaderText.h", "Alignment/CocoaModel/interface/DeviationSensor2D.h", "Alignment/CocoaModel/interface/DeviationsFromFileSensor2D.h", "Alignment/CocoaModel/interface/EntryAngleAffAngles.h", "Alignment/CocoaModel/interface/EntryAngle.h", "Alignment/CocoaModel/interface/EntryData.h", "Alignment/CocoaModel/interface/Entry.h", "Alignment/CocoaModel/interface/EntryLengthAffCentre.h", "Alignment/CocoaModel/interface/EntryLength.h", "Alignment/CocoaModel/interface/EntryMgr.h", "Alignment/CocoaModel/interface/EntryNoDim.h", "Alignment/CocoaModel/interface/ErrorCorrelation.h", "Alignment/CocoaModel/interface/ErrorCorrelationMgr.h", "Alignment/CocoaModel/interface/FittedEntriesReader.h", "Alignment/CocoaModel/interface/LightRay.h", "Alignment/CocoaModel/interface/MeasurementCOPS.h", "Alignment/CocoaModel/interface/MeasurementDiffEntry.h", "Alignment/CocoaModel/interface/MeasurementDistancemeter3dim.h", "Alignment/CocoaModel/interface/MeasurementDistancemeter.h", "Alignment/CocoaModel/interface/Measurement.h", "Alignment/CocoaModel/interface/MeasurementSensor2D.h", "Alignment/CocoaModel/interface/MeasurementTiltmeter.h", "Alignment/CocoaModel/interface/Model.h", "Alignment/CocoaModel/interface/OpticalObject.h", "Alignment/CocoaModel/interface/OpticalObjectMgr.h", "Alignment/CocoaModel/interface/OptOCameraDetector.h", "Alignment/CocoaModel/interface/OptOCOPS.h", "Alignment/CocoaModel/interface/OptOCubeSplitter.h", "Alignment/CocoaModel/interface/OptODistancemeter3dim.h", "Alignment/CocoaModel/interface/OptODistancemeter.h", "Alignment/CocoaModel/interface/OptOLaser.h", "Alignment/CocoaModel/interface/OptOLens.h", "Alignment/CocoaModel/interface/OptOMirror.h", "Alignment/CocoaModel/interface/OptOModifiedRhomboidPrism.h", "Alignment/CocoaModel/interface/OptOOpticalSquare.h", "Alignment/CocoaModel/interface/OptOPinhole.h", "Alignment/CocoaModel/interface/OptOPlateSplitter.h", "Alignment/CocoaModel/interface/OptORisleyPrism.h", "Alignment/CocoaModel/interface/OptOScreen.h", "Alignment/CocoaModel/interface/OptOSensor2D.h", "Alignment/CocoaModel/interface/OptOSource.h", "Alignment/CocoaModel/interface/OptOTiltmeter.h", "Alignment/CocoaModel/interface/OptOUserDefined.h", "Alignment/CocoaModel/interface/OptOXLaser.h", "Alignment/CocoaModel/interface/ParameterMgr.h", "Alignment/CocoaModel/src/ALILine.cc", "Alignment/CocoaModel/src/ALIPlane.cc", "Alignment/CocoaModel/src/ALIRmDataFromFile.cc", "Alignment/CocoaModel/src/ALIUnitsTable.cc", "Alignment/CocoaModel/src/CocoaDaqReaderRoot.cc", "Alignment/CocoaModel/src/CocoaDaqReaderText.cc", "Alignment/CocoaModel/src/DeviationSensor2D.cc", "Alignment/CocoaModel/src/DeviationsFromFileSensor2D.cc", "Alignment/CocoaModel/src/EntryAngleAffAngles.cc", "Alignment/CocoaModel/src/EntryAngle.cc", "Alignment/CocoaModel/src/Entry.cc", "Alignment/CocoaModel/src/EntryData.cc", "Alignment/CocoaModel/src/EntryLengthAffCentre.cc", "Alignment/CocoaModel/src/EntryLength.cc", "Alignment/CocoaModel/src/EntryMgr.cc", "Alignment/CocoaModel/src/ErrorCorrelation.cc", "Alignment/CocoaModel/src/ErrorCorrelationMgr.cc", "Alignment/CocoaModel/src/FittedEntriesReader.cc", "Alignment/CocoaModel/src/LightRay.cc", "Alignment/CocoaModel/src/Measurement.cc", "Alignment/CocoaModel/src/MeasurementCOPS.cc", "Alignment/CocoaModel/src/MeasurementDiffEntry.cc", "Alignment/CocoaModel/src/MeasurementDistancemeter3dim.cc", "Alignment/CocoaModel/src/MeasurementDistancemeter.cc", "Alignment/CocoaModel/src/MeasurementSensor2D.cc", "Alignment/CocoaModel/src/MeasurementTiltmeter.cc", "Alignment/CocoaModel/src/Model.cc", "Alignment/CocoaModel/src/OpticalObject.cc", "Alignment/CocoaModel/src/OpticalObjectMgr.cc", "Alignment/CocoaModel/src/OptOCameraDetector.cc", "Alignment/CocoaModel/src/OptOCOPS.cc", "Alignment/CocoaModel/src/OptOCubeSplitter.cc", "Alignment/CocoaModel/src/OptODistancemeter3dim.cc", "Alignment/CocoaModel/src/OptODistancemeter.cc", "Alignment/CocoaModel/src/OptOLaser.cc", "Alignment/CocoaModel/src/OptOLens.cc", "Alignment/CocoaModel/src/OptOMirror.cc", "Alignment/CocoaModel/src/OptOModifiedRhomboidPrism.cc", "Alignment/CocoaModel/src/OptOOpticalSquare.cc", "Alignment/CocoaModel/src/OptOPinhole.cc", "Alignment/CocoaModel/src/OptOPlateSplitter.cc", "Alignment/CocoaModel/src/OptORisleyPrism.cc", "Alignment/CocoaModel/src/OptOScreen.cc", "Alignment/CocoaModel/src/OptOSensor2D.cc", "Alignment/CocoaModel/src/OptOSource.cc", "Alignment/CocoaModel/src/OptOTiltmeter.cc", "Alignment/CocoaModel/src/OptOUserDefined.cc", "Alignment/CocoaModel/src/OptOXLaser.cc", "Alignment/CocoaModel/src/ParameterMgr.cc", "Alignment/CocoaToDDL/BuildFile.xml", "Alignment/CocoaToDDL/doc/CocoaToDDL.doc", "Alignment/CocoaToDDL/interface/CocoaToDDLMgr.h", "Alignment/CocoaToDDL/interface/CocoaUnitsTable.h", "Alignment/CocoaToDDL/interface/UnitConverter.h", "Alignment/CocoaToDDL/src/CocoaToDDLMgr.cc", "Alignment/CocoaToDDL/src/CocoaUnitsTable.cc", "Alignment/CocoaToDDL/src/UnitConverter.cc", "Alignment/CocoaUtilities/BuildFile.xml", "Alignment/CocoaUtilities/interface/ALIFileIn.h", "Alignment/CocoaUtilities/interface/ALIFileOut.h", "Alignment/CocoaUtilities/interface/ALIUtils.h", "Alignment/CocoaUtilities/interface/CocoaGlobals.h", "Alignment/CocoaUtilities/interface/GlobalOptionMgr.h", "Alignment/CocoaUtilities/src/ALIFileIn.cc", "Alignment/CocoaUtilities/src/ALIFileOut.cc", "Alignment/CocoaUtilities/src/ALIUtils.cc", "Alignment/CocoaUtilities/src/GlobalOptionMgr.cc", "Alignment/CommonAlignmentAlgorithm/BuildFile.xml", "Alignment/CommonAlignmentAlgorithm/interface/AlignableData.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignableDataIO.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignableDataIORoot.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentAlgorithmBase.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentAlgorithmPluginFactory.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentCorrelationsIO.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentCorrelationsIORoot.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentCorrelationsStore.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsEntry.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsStore.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentIO.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentIORootBase.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentIORoot.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentParameterBuilder.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentParameterSelector.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentParametersIO.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentParametersIORoot.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentParameterStore.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentUserVariablesIO.h", "Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationBase.h", "Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationPluginFactory.h", "Alignment/CommonAlignmentAlgorithm/interface/SelectionUserVariables.h", "Alignment/CommonAlignmentAlgorithm/interface/TkModuleGroupSelector.h", "Alignment/CommonAlignmentAlgorithm/plugins/ApeSettingAlgorithm.cc", "Alignment/CommonAlignmentAlgorithm/plugins/BuildFile.xml", "Alignment/CommonAlignmentAlgorithm/plugins/SiPixelLorentzAngleCalibration.cc", "Alignment/CommonAlignmentAlgorithm/plugins/SiStripBackplaneCalibration.cc", "Alignment/CommonAlignmentAlgorithm/plugins/SiStripLorentzAngleCalibration.cc", "Alignment/CommonAlignmentAlgorithm/plugins/SiStripReadoutModeEnums.h", "Alignment/CommonAlignmentAlgorithm/plugins/TreeStruct.h", "Alignment/CommonAlignmentAlgorithm/python/AlignmentParameterStore_cfi.py", "Alignment/CommonAlignmentAlgorithm/python/ApeSettingAlgorithm_cfi.py", "Alignment/CommonAlignmentAlgorithm/python/SiPixelLorentzAngleCalibration_cff.py", "Alignment/CommonAlignmentAlgorithm/python/SiStripBackplaneCalibration_cff.py", "Alignment/CommonAlignmentAlgorithm/python/SiStripLorentzAngleCalibration_cff.py", "Alignment/CommonAlignmentAlgorithm/src/AlignableDataIO.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignableDataIORoot.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentAlgorithmPluginFactory.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentCorrelationsIORoot.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentCorrelationsStore.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentExtendedCorrelationsEntry.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentExtendedCorrelationsStore.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentIORootBase.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentIORoot.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentParameterBuilder.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentParameterSelector.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentParametersIO.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentParametersIORoot.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentParameterStore.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentUserVariablesIO.cc", "Alignment/CommonAlignmentAlgorithm/src/IntegratedCalibrationBase.cc", "Alignment/CommonAlignmentAlgorithm/src/IntegratedCalibrationPluginFactory.cc", "Alignment/CommonAlignmentAlgorithm/src/TkModuleGroupSelector.cc", "Alignment/CommonAlignmentAlgorithm/test/apeLocalSetting_cfg.py", "Alignment/CommonAlignmentAlgorithm/test/apeSetting_cfg.py", "Alignment/CommonAlignmentAlgorithm/test/dbextract", "Alignment/CommonAlignmentAlgorithm/test/ShortLocalInput.txt", "Alignment/CommonAlignment/BuildFile.xml", "Alignment/CommonAlignment/doc/CommonAlignment.doc", "Alignment/CommonAlignment/interface/AlignableBeamSpot.h", "Alignment/CommonAlignment/interface/AlignableCompositeBuilder.h", "Alignment/CommonAlignment/interface/AlignableComposite.h", "Alignment/CommonAlignment/interface/AlignableDet.h", "Alignment/CommonAlignment/interface/AlignableDetOrUnitPtr.h", "Alignment/CommonAlignment/interface/AlignableDetUnit.h", "Alignment/CommonAlignment/interface/AlignableExtras.h", "Alignment/CommonAlignment/interface/Alignable.h", "Alignment/CommonAlignment/interface/AlignableIndexer.h", "Alignment/CommonAlignment/interface/AlignableMap.h", "Alignment/CommonAlignment/interface/AlignableModifier.h", "Alignment/CommonAlignment/interface/AlignableNavigator.h", "Alignment/CommonAlignment/interface/AlignableObjectId.h", "Alignment/CommonAlignment/interface/AlignableSurface.h", "Alignment/CommonAlignment/interface/AlignmentLevel.h", "Alignment/CommonAlignment/interface/AlignmentParametersData.h", "Alignment/CommonAlignment/interface/AlignmentParameters.h", "Alignment/CommonAlignment/interface/AlignmentUserVariables.h", "Alignment/CommonAlignment/interface/AlignTools.h", "Alignment/CommonAlignment/interface/MisalignmentScenarioBuilder.h", "Alignment/CommonAlignment/interface/StructureType.h", "Alignment/CommonAlignment/interface/SurveyDet.h", "Alignment/CommonAlignment/interface/SurveyResidual.h", "Alignment/CommonAlignment/interface/Utilities.h", "Alignment/CommonAlignmentMonitor/BuildFile.xml", "Alignment/CommonAlignmentMonitor/doc/CommonAlignmentMonitor.doc", "Alignment/CommonAlignmentMonitor/interface/AlignmentMonitorBase.h", "Alignment/CommonAlignmentMonitor/interface/AlignmentMonitorPluginFactory.h", "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorAsAnalyzer.cc", "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorGeneric.cc", "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorGeneric.h", "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorMuonResiduals.cc", "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorMuonSystemMap1D.cc", "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorMuonVsCurvature.cc", "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorSegmentDifferences.cc", "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorSurvey.cc", "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorSurvey.h", "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorTemplate.cc", "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorTracksFromTrajectories.cc", "Alignment/CommonAlignmentMonitor/plugins/AlignmentStats.cc", "Alignment/CommonAlignmentMonitor/plugins/BuildFile.xml", "Alignment/CommonAlignmentMonitor/plugins/TrackerToMuonPropagator.cc", "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorMuonResidualsDefaults_cff.py", "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorMuonSystemMap1D_cfi.py", "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorMuonVsCurvature_cfi.py", "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorSegmentDifferences_cfi.py", "Alignment/CommonAlignmentMonitor/python/AlignmentStats_cff.py", "Alignment/CommonAlignmentMonitor/src/AlignmentMonitorBase.cc", "Alignment/CommonAlignmentMonitor/src/AlignmentMonitorPluginFactory.cc", "Alignment/CommonAlignmentMonitor/test/BuildFile.xml", "Alignment/CommonAlignmentMonitor/test/testAlignmentStats_cfg.py", "Alignment/CommonAlignmentMonitor/test/testAlignmentStats.sh", "Alignment/CommonAlignmentParametrization/BuildFile.xml", "Alignment/CommonAlignmentParametrization/interface/AlignmentParametersFactory.h", "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentDerivatives.h", "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentParameters.h", "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentDerivatives.h", "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentParameters.h", "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentDerivativesExtractor.h", "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentParameters.h", "Alignment/CommonAlignmentParametrization/interface/FrameToFrameDerivative.h", "Alignment/CommonAlignmentParametrization/interface/KarimakiAlignmentDerivatives.h", "Alignment/CommonAlignmentParametrization/interface/ParametersToParametersDerivatives.h", "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters4D.h", "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters.h", "Alignment/CommonAlignmentParametrization/interface/SegmentAlignmentDerivatives4D.h", "Alignment/CommonAlignmentParametrization/interface/TwoBowedSurfacesAlignmentParameters.h", "Alignment/CommonAlignmentParametrization/src/AlignmentParametersFactory.cc", "Alignment/CommonAlignmentParametrization/src/BeamSpotAlignmentDerivatives.cc", "Alignment/CommonAlignmentParametrization/src/BeamSpotAlignmentParameters.cc", "Alignment/CommonAlignmentParametrization/src/BowedSurfaceAlignmentDerivatives.cc", "Alignment/CommonAlignmentParametrization/src/BowedSurfaceAlignmentParameters.cc", "Alignment/CommonAlignmentParametrization/src/CompositeAlignmentDerivativesExtractor.cc", "Alignment/CommonAlignmentParametrization/src/CompositeAlignmentParameters.cc", "Alignment/CommonAlignmentParametrization/src/FrameToFrameDerivative.cc", "Alignment/CommonAlignmentParametrization/src/KarimakiAlignmentDerivatives.cc", "Alignment/CommonAlignmentParametrization/src/ParametersToParametersDerivatives.cc", "Alignment/CommonAlignmentParametrization/src/RigidBodyAlignmentParameters4D.cc", "Alignment/CommonAlignmentParametrization/src/RigidBodyAlignmentParameters.cc", "Alignment/CommonAlignmentParametrization/src/SegmentAlignmentDerivatives4D.cc", "Alignment/CommonAlignmentParametrization/src/TwoBowedSurfacesAlignmentParameters.cc", "Alignment/CommonAlignment/plugins/APVModeFilter.cc", "Alignment/CommonAlignment/plugins/BuildFile.xml", "Alignment/CommonAlignment/plugins/FilterOutLowPt.cc", "Alignment/CommonAlignment/plugins/MagneticFieldFilter.cc", "Alignment/CommonAlignmentProducer/BuildFile.xml", "Alignment/CommonAlignmentProducer/data/AlCaHLTBitMon_cfg_template_py", "Alignment/CommonAlignmentProducer/interface/AlignmentCSCBeamHaloSelector.h", "Alignment/CommonAlignmentProducer/interface/AlignmentCSCOverlapSelector.h", "Alignment/CommonAlignmentProducer/interface/AlignmentCSCTrackSelector.h", "Alignment/CommonAlignmentProducer/interface/AlignmentGlobalTrackSelector.h", "Alignment/CommonAlignmentProducer/interface/AlignmentMuonSelector.h", "Alignment/CommonAlignmentProducer/interface/AlignmentProducerBase.h", "Alignment/CommonAlignmentProducer/interface/AlignmentSeedSelector.h", "Alignment/CommonAlignmentProducer/interface/AlignmentTrackSelector.h", "Alignment/CommonAlignmentProducer/interface/AlignmentTracksFromVertexCompositeCandidateSelector.h", "Alignment/CommonAlignmentProducer/interface/AlignmentTracksFromVertexSelector.h", "Alignment/CommonAlignmentProducer/interface/AlignmentTwoBodyDecayTrackSelector.h", "Alignment/CommonAlignmentProducer/plugins/AlignmentCSCBeamHaloSelectorModule.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentCSCOverlapSelectorModule.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentCSCTrackSelectorModule.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentGoodIdMuonSelector.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentMuonHIPTrajectorySelector.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentMuonSelectorModule.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentProducerAsAnalyzer.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentProducerAsAnalyzer.h", "Alignment/CommonAlignmentProducer/plugins/AlignmentProducer.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentProducer.h", "Alignment/CommonAlignmentProducer/plugins/AlignmentRelCombIsoMuonSelector.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentSeedSelectorModule.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentTrackSelectorModule.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexCompositeCandidateSelectorModule.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexSelectorModule.cc", "Alignment/CommonAlignmentProducer/plugins/BuildFile.xml", "Alignment/CommonAlignmentProducer/plugins/FakeAlignmentProducer.cc", "Alignment/CommonAlignmentProducer/plugins/FakeAlignmentSource.cc", "Alignment/CommonAlignmentProducer/plugins/GlobalTrackerMuonAlignment.cc", "Alignment/CommonAlignmentProducer/plugins/LSNumberFilter.cc", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHalo_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHalo_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHaloOverlaps_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHaloOverlaps_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlCalIsolatedMu_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlCalIsolatedMu_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmics_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmics_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlOverlaps_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlOverlaps_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlStandAloneCosmics_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlStandAloneCosmics_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlZMuMu_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlZMuMu_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli0T_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGCombined_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGDiMuon_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLT_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHG_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGCombined_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGDiMuon_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlBeamHalo_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlBeamHalo_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0T_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0THLT_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0THLT_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0T_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0T_Skimmed_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsHLT_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsHLT_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsInCollisions_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsInCollisions_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlDiMuonAndVertex_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlDiMuonAndVertex_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracks_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracks_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracksZMuMu_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracksZMuMu_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJetHT_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJetHT_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJpsiMuMu_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJpsiMuMuHI_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJpsiMuMuHI_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJpsiMuMu_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlLAS_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlLAS_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMinBias_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMinBiasHI_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMinBiasHI_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMinBias_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMinBias_Skimmed_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolated_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedHI_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedHI_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolated_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedPA_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedPA_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMu_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuHI_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuHI_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMu_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuPA_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuPA_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlV0s_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlV0s_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlWMuNu_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlWMuNu_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMu_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMuHI_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMuHI_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMu_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMuPA_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMuPA_Output_cff.py", "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvester0T_cff.py", "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvester_cff.py", "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHG_cff.py", "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHGCombined_cff.py", "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHLTHGCombined_cff.py", "Alignment/CommonAlignmentProducer/python/AlignmentMuonSelector_cfi.py", "Alignment/CommonAlignmentProducer/python/AlignmentProducerAsAnalyzer_cff.py", "Alignment/CommonAlignmentProducer/python/AlignmentProducer_cff.py", "Alignment/CommonAlignmentProducer/python/AlignmentTrackSelector_cfi.py", "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexCompositeCandidateSelector_cfi.py", "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexSelector_cfi.py", "Alignment/CommonAlignmentProducer/python/customizeLSNumberFilterForRelVals.py", "Alignment/CommonAlignmentProducer/python/DBConfiguration_cff.py", "Alignment/CommonAlignmentProducer/python/fakeAlignmentProducer_cfi.py", "Alignment/CommonAlignmentProducer/python/FakeAlignmentSource_cfi.py", "Alignment/CommonAlignmentProducer/python/fakeForIdealAlignmentProducer_cfi.py", "Alignment/CommonAlignmentProducer/python/GlobalPosition_Fake_cff.py", "Alignment/CommonAlignmentProducer/python/GlobalPosition_Frontier_cff.py", "Alignment/CommonAlignmentProducer/python/GlobalPosition_Frontier_DevDB_cff.py", "Alignment/CommonAlignmentProducer/python/GlobalPosition_Frontier_IntDB_cff.py", "Alignment/CommonAlignmentProducer/python/HLTModulesIncludes_cff.py", "Alignment/CommonAlignmentProducer/python/LSNumberFilter_cfi.py", "Alignment/CommonAlignmentProducer/python/TkAlMuonSelectors_cfi.py", "Alignment/CommonAlignmentProducer/scripts/AlCaHLTBitMon_ParallelJobs.py", "Alignment/CommonAlignmentProducer/scripts/AlCaHLTBitMon_QueryRunRegistry.py", "Alignment/CommonAlignmentProducer/src/AlignmentCSCBeamHaloSelector.cc", "Alignment/CommonAlignmentProducer/src/AlignmentCSCOverlapSelector.cc", "Alignment/CommonAlignmentProducer/src/AlignmentCSCTrackSelector.cc", "Alignment/CommonAlignmentProducer/src/AlignmentGlobalTrackSelector.cc", "Alignment/CommonAlignmentProducer/src/AlignmentMuonSelector.cc", "Alignment/CommonAlignmentProducer/src/AlignmentProducerBase.cc", "Alignment/CommonAlignmentProducer/src/AlignmentSeedSelector.cc", "Alignment/CommonAlignmentProducer/src/AlignmentTrackSelector.cc", "Alignment/CommonAlignmentProducer/src/AlignmentTracksFromVertexCompositeCandidateSelector.cc", "Alignment/CommonAlignmentProducer/src/AlignmentTracksFromVertexSelector.cc", "Alignment/CommonAlignmentProducer/src/AlignmentTwoBoyDecayTrackSelector.cc", "Alignment/CommonAlignmentProducer/test/alignmentCAF.pl", "Alignment/CommonAlignmentProducer/test/alignment_cfg.py", "Alignment/CommonAlignmentProducer/test/alignment.pl", "Alignment/CommonAlignmentProducer/test/AlignmentRcd-scan_cfg.py", "Alignment/CommonAlignmentProducer/test/AlignmentRcdScan.cpp", "Alignment/CommonAlignmentProducer/test/BuildFile.xml", "Alignment/CommonAlignmentProducer/test/GlobalPositionRcd-read_cfg.py", "Alignment/CommonAlignmentProducer/test/GlobalPositionRcdRead.cpp", "Alignment/CommonAlignmentProducer/test/GlobalPositionRcd-scan_cfg.py", "Alignment/CommonAlignmentProducer/test/GlobalPositionRcdScan.cpp", "Alignment/CommonAlignmentProducer/test/GlobalPositionRcd-write_cfg.py", "Alignment/CommonAlignmentProducer/test/GlobalPositionRcdWrite.cpp", "Alignment/CommonAlignmentProducer/test/GlobalTrackerMuonAlignment_test_cfg.py", "Alignment/CommonAlignmentProducer/test/make_muonalignment_dirs.pl", "Alignment/CommonAlignmentProducer/test/TestAccessGeom.cc", "Alignment/CommonAlignmentProducer/test/test-accessGeom_cfg.py", "Alignment/CommonAlignmentProducer/test/test-PromptCalibProdSiPixelAliHLTHGC.sh", "Alignment/CommonAlignmentProducer/test/TrackerAPForPCL/alignment_mille.py", "Alignment/CommonAlignment/python/tools/dataset.py", "Alignment/CommonAlignment/python/tools/trackselectionRefitting.py", "Alignment/CommonAlignment/python/tools/utilities.py", "Alignment/CommonAlignment/scripts/aligncond_split_iov.sh", "Alignment/CommonAlignment/scripts/magneticFieldFilterJSON.py", "Alignment/CommonAlignment/scripts/tkal_create_file_lists.py", "Alignment/CommonAlignment/scripts/writedatasetfile.py", "Alignment/CommonAlignment/src/AlignableBeamSpot.cc", "Alignment/CommonAlignment/src/Alignable.cc", "Alignment/CommonAlignment/src/AlignableCompositeBuilder.cc", "Alignment/CommonAlignment/src/AlignableComposite.cc", "Alignment/CommonAlignment/src/AlignableDet.cc", "Alignment/CommonAlignment/src/AlignableDetOrUnitPtr.cc", "Alignment/CommonAlignment/src/AlignableDetUnit.cc", "Alignment/CommonAlignment/src/AlignableExtras.cc", "Alignment/CommonAlignment/src/AlignableIndexer.cc", "Alignment/CommonAlignment/src/AlignableMap.cc", "Alignment/CommonAlignment/src/AlignableModifier.cc", "Alignment/CommonAlignment/src/AlignableNavigator.cc", "Alignment/CommonAlignment/src/AlignableObjectId.cc", "Alignment/CommonAlignment/src/AlignableSurface.cc", "Alignment/CommonAlignment/src/AlignmentParameters.cc", "Alignment/CommonAlignment/src/AlignmentParametersData.cc", "Alignment/CommonAlignment/src/AlignTools.cc", "Alignment/CommonAlignment/src/MisalignmentScenarioBuilder.cc", "Alignment/CommonAlignment/src/SurveyDet.cc", "Alignment/CommonAlignment/src/SurveyResidual.cc", "Alignment/CommonAlignment/src/Utilities.cc", "Alignment/CommonAlignment/test/BuildFile.xml", "Alignment/CommonAlignment/test/test_AlignableObjectId.cc", "Alignment/Geners/BuildFile.xml", "Alignment/Geners/interface/AbsArchive.hh", "Alignment/Geners/interface/AbsCatalog.hh", "Alignment/Geners/interface/AbsReader.hh", "Alignment/Geners/interface/AbsRecord.hh", "Alignment/Geners/interface/AbsReference.hh", "Alignment/Geners/interface/allUnique.hh", "Alignment/Geners/interface/ArrayAdaptor.hh", "Alignment/Geners/interface/arrayIO.hh", "Alignment/Geners/interface/ArrayReference.hh", "Alignment/Geners/interface/BinaryArchiveBase.hh", "Alignment/Geners/interface/BinaryFileArchive.hh", "Alignment/Geners/interface/binaryIO.hh", "Alignment/Geners/interface/BZ2Handle.hh", "Alignment/Geners/interface/CatalogEntry.hh", "Alignment/Geners/interface/CatalogIO.hh", "Alignment/Geners/interface/CharBuffer.hh", "Alignment/Geners/interface/ClassId.hh", "Alignment/Geners/interface/ClearIfPointer.hh", "Alignment/Geners/interface/collectTupleNames.hh", "Alignment/Geners/interface/ColumnBuffer.hh", "Alignment/Geners/interface/complexIO.hh", "Alignment/Geners/interface/CompressedIO.hh", "Alignment/Geners/interface/ContiguousCatalog.hh", "Alignment/Geners/interface/CPBufferRecord.hh", "Alignment/Geners/interface/CPBufferReference.hh", "Alignment/Geners/interface/CP_column_iterator.hh", "Alignment/Geners/interface/CPFooterRecord.hh", "Alignment/Geners/interface/CPFooterReference.hh", "Alignment/Geners/interface/CPHeaderRecord.hh", "Alignment/Geners/interface/CPP11_array.hh", "Alignment/Geners/interface/CPP11_config.hh", "Alignment/Geners/interface/CPP11_type_traits.hh", "Alignment/Geners/interface/CPReference.hh", "Alignment/Geners/interface/CStringBuf.hh", "Alignment/Geners/interface/CStringStream.hh", "Alignment/Geners/interface/dequeIO.hh", "Alignment/Geners/interface/findName.hh", "Alignment/Geners/interface/forward_listIO.hh", "Alignment/Geners/interface/GeneralCatalog.hh", "Alignment/Geners/interface/GenericIO.hh", "Alignment/Geners/interface/InsertContainerItem.hh", "Alignment/Geners/interface/Int2Type.hh", "Alignment/Geners/interface/IOException.hh", "Alignment/Geners/interface/IOIsAnyPtr.hh", "Alignment/Geners/interface/IOIsClassType.hh", "Alignment/Geners/interface/IOIsContainer.hh", "Alignment/Geners/interface/IOIsContiguous.hh", "Alignment/Geners/interface/IOIsExternal.hh", "Alignment/Geners/interface/IOIsIOPtr.hh", "Alignment/Geners/interface/IOIsNumber.hh", "Alignment/Geners/interface/IOIsPair.hh", "Alignment/Geners/interface/IOIsPOD.hh", "Alignment/Geners/interface/IOIsReadable.hh", "Alignment/Geners/interface/IOIsSameType.hh", "Alignment/Geners/interface/IOIsSharedPtr.hh", "Alignment/Geners/interface/IOIsString.hh", "Alignment/Geners/interface/IOIsTuple.hh", "Alignment/Geners/interface/IOIsUnsigned.hh", "Alignment/Geners/interface/IOIsWritable.hh", "Alignment/Geners/interface/IOPointeeType.hh", "Alignment/Geners/interface/IOPtr.hh", "Alignment/Geners/interface/IOReferredType.hh", "Alignment/Geners/interface/IOTraits.hh", "Alignment/Geners/interface/ItemDescriptor.hh", "Alignment/Geners/interface/ItemLocation.hh", "Alignment/Geners/interface/listIO.hh", "Alignment/Geners/interface/mapIO.hh", "Alignment/Geners/interface/MultiFileArchive.hh", "Alignment/Geners/interface/PackerIOCycle.hh", "Alignment/Geners/interface/ProcessItem.hh", "Alignment/Geners/interface/Reference.hh", "Alignment/Geners/interface/Regex.hh", "Alignment/Geners/interface/RowPacker.hh", "Alignment/Geners/interface/RPBufferRecord.hh", "Alignment/Geners/interface/RPBufferReference.hh", "Alignment/Geners/interface/RPFooterRecord.hh", "Alignment/Geners/interface/RPFooterReference.hh", "Alignment/Geners/interface/RPHeaderRecord.hh", "Alignment/Geners/interface/RPReference.hh", "Alignment/Geners/interface/SearchSpecifier.hh", "Alignment/Geners/interface/setIO.hh", "Alignment/Geners/interface/specialize_hash_io.hh", "Alignment/Geners/interface/streamposIO.hh", "Alignment/Geners/interface/StringArchive.hh", "Alignment/Geners/interface/stringArchiveIO.hh", "Alignment/Geners/interface/StrippedType.hh", "Alignment/Geners/interface/tupleIO.hh", "Alignment/Geners/interface/unordered_mapIO.hh", "Alignment/Geners/interface/unordered_setIO.hh", "Alignment/Geners/interface/uriUtils.hh", "Alignment/Geners/interface/valarrayIO.hh", "Alignment/Geners/interface/VarPack.hh", "Alignment/Geners/interface/vectorIO.hh", "Alignment/Geners/interface/VPackIOCycler.hh", "Alignment/Geners/interface/WriteOnlyCatalog.hh", "Alignment/Geners/interface/ZlibHandle.hh", "Alignment/Geners/src/AbsArchive.cc", "Alignment/Geners/src/AbsReference.cc", "Alignment/Geners/src/BinaryArchiveBase.cc", "Alignment/Geners/src/BinaryFileArchive.cc", "Alignment/Geners/src/BZ2Handle.cc", "Alignment/Geners/src/CatalogEntry.cc", "Alignment/Geners/src/CatalogIO.cc", "Alignment/Geners/src/CharBuffer.cc", "Alignment/Geners/src/ClassId.cc", "Alignment/Geners/src/ColumnBuffer.cc", "Alignment/Geners/src/ContiguousCatalog.cc", "Alignment/Geners/src/CStringBuf.cc", "Alignment/Geners/src/CStringStream.cc", "Alignment/Geners/src/GeneralCatalog.cc", "Alignment/Geners/src/ItemDescriptor.cc", "Alignment/Geners/src/ItemLocation.cc", "Alignment/Geners/src/MultiFileArchive.cc", "Alignment/Geners/src/SearchSpecifier.cc", "Alignment/Geners/src/StringArchive.cc", "Alignment/Geners/src/stringArchiveIO.cc", "Alignment/Geners/src/uriUtils.cc", "Alignment/Geners/src/WriteOnlyCatalog.cc", "Alignment/Geners/src/ZlibHandle.cc", "Alignment/Geners/test/archive.0.gsbd", "Alignment/Geners/test/archive.gsbmf", "Alignment/Geners/test/BuildFile.xml", "Alignment/Geners/test/cdump.cc", "Alignment/Geners/test/cdump.ref", "Alignment/Geners/test/CmdLine.hh", "Alignment/Geners/test/cmerge.cc", "Alignment/Geners/test/crecover.cc", "Alignment/Geners/test/gssa_dump.cc", "Alignment/Geners/test/port_geners_to_cmssw.tcl", "Alignment/Geners/test/print_items.cc", "Alignment/Geners/test/test_cdump.sh", "Alignment/HIPAlignmentAlgorithm/BuildFile.xml", "Alignment/HIPAlignmentAlgorithm/doc/HIPAlignmentAlgorithm.doc", "Alignment/HIPAlignmentAlgorithm/interface/HIPAlignableSpecificParameters.h", "Alignment/HIPAlignmentAlgorithm/interface/HIPAlignmentAlgorithm.h", "Alignment/HIPAlignmentAlgorithm/interface/HIPMonitorConfig.h", "Alignment/HIPAlignmentAlgorithm/interface/HIPUserVariables.h", "Alignment/HIPAlignmentAlgorithm/interface/HIPUserVariablesIORoot.h", "Alignment/HIPAlignmentAlgorithm/plots/BinningHitMaps_TEC.txt", "Alignment/HIPAlignmentAlgorithm/plots/BinningHitMaps_TIB.txt", "Alignment/HIPAlignmentAlgorithm/plots/BinningHitMaps_TID.txt", "Alignment/HIPAlignmentAlgorithm/plots/BinningHitMaps_TOB.txt", "Alignment/HIPAlignmentAlgorithm/plots/BinningHitMaps_TPB.txt", "Alignment/HIPAlignmentAlgorithm/plots/BinningHitMaps_TPE.txt", "Alignment/HIPAlignmentAlgorithm/plots/HIPplots.cc", "Alignment/HIPAlignmentAlgorithm/plots/HIPplots.h", "Alignment/HIPAlignmentAlgorithm/plots/List_aligned_dets.txt", "Alignment/HIPAlignmentAlgorithm/plots/loadLib.C", "Alignment/HIPAlignmentAlgorithm/plots/plotchi2.C", "Alignment/HIPAlignmentAlgorithm/plots/plotter.C", "Alignment/HIPAlignmentAlgorithm/plots/runplot.C", "Alignment/HIPAlignmentAlgorithm/plots/tdrstyle.C", "Alignment/HIPAlignmentAlgorithm/plugins/BuildFile.xml", "Alignment/HIPAlignmentAlgorithm/plugins/HIPTwoBodyDecayAnalyzer.cc", "Alignment/HIPAlignmentAlgorithm/plugins/LhcTrackAnalyzer.cc", "Alignment/HIPAlignmentAlgorithm/python/align_tpl_py.txt", "Alignment/HIPAlignmentAlgorithm/python/cdcsTrackSelection_cff_py.txt", "Alignment/HIPAlignmentAlgorithm/python/collect_tpl_py.txt", "Alignment/HIPAlignmentAlgorithm/python/common_cff_py.txt", "Alignment/HIPAlignmentAlgorithm/python/cosmicsTrackSelection_cff_py.txt", "Alignment/HIPAlignmentAlgorithm/python/FrontierConditions_GlobalTag_cff.py", "Alignment/HIPAlignmentAlgorithm/python/HIPAlignmentAlgorithm_cfi.py", "Alignment/HIPAlignmentAlgorithm/python/initial_tpl_py.txt", "Alignment/HIPAlignmentAlgorithm/python/jpsimumuTrackSelection_cff_py.txt", "Alignment/HIPAlignmentAlgorithm/python/mbvertexTrackSelection_cff_py.txt", "Alignment/HIPAlignmentAlgorithm/python/OptionParser/HipPyOptionParser.py", "Alignment/HIPAlignmentAlgorithm/python/upload_serial_tpl_py.txt", "Alignment/HIPAlignmentAlgorithm/python/upload_tpl_py.txt", "Alignment/HIPAlignmentAlgorithm/python/ymumuTrackSelection_cff_py.txt", "Alignment/HIPAlignmentAlgorithm/python/zmumuTrackSelection_cff_py.txt", "Alignment/HIPAlignmentAlgorithm/scripts/batchHippy.py", "Alignment/HIPAlignmentAlgorithm/scripts/checkError.sh", "Alignment/HIPAlignmentAlgorithm/scripts/compareGeomSerial_tpl.C", "Alignment/HIPAlignmentAlgorithm/scripts/configureHippy.pl", "Alignment/HIPAlignmentAlgorithm/scripts/createfilelist.py", "Alignment/HIPAlignmentAlgorithm/scripts/hippyaddtobaddatafiles.py", "Alignment/HIPAlignmentAlgorithm/scripts/iterator_py", "Alignment/HIPAlignmentAlgorithm/scripts/makeHippyCampaign.py", "Alignment/HIPAlignmentAlgorithm/scripts/README", "Alignment/HIPAlignmentAlgorithm/scripts/runControl.csh", "Alignment/HIPAlignmentAlgorithm/scripts/runScript.csh", "Alignment/HIPAlignmentAlgorithm/scripts/serialGeomCompare.pl", "Alignment/HIPAlignmentAlgorithm/scripts/submitAndWatchHippy.sh", "Alignment/HIPAlignmentAlgorithm/scripts/submitJobs_py", "Alignment/HIPAlignmentAlgorithm/src/HIPAlignableSpecificParameters.cc", "Alignment/HIPAlignmentAlgorithm/src/HIPAlignmentAlgorithm.cc", "Alignment/HIPAlignmentAlgorithm/src/HIPMonitorConfig.cc", "Alignment/HIPAlignmentAlgorithm/src/HIPUserVariablesIORoot.cc", "Alignment/HIPAlignmentAlgorithm/src/SealModule.cc", "Alignment/HIPAlignmentAlgorithm/test/align.tpl", "Alignment/HIPAlignmentAlgorithm/test/breakupHippyList.sh", "Alignment/HIPAlignmentAlgorithm/test/BuildFile.xml", "Alignment/HIPAlignmentAlgorithm/test/collect.tpl", "Alignment/HIPAlignmentAlgorithm/test/hippysubmitterscript.sh", "Alignment/HIPAlignmentAlgorithm/test/hippysubmittertemplate.sh", "Alignment/HIPAlignmentAlgorithm/test/initial.tpl", "Alignment/HIPAlignmentAlgorithm/test/LHCAnalyzer_cfg.py", "Alignment/HIPAlignmentAlgorithm/test/rewriteHippyList.sh", "Alignment/HIPAlignmentAlgorithm/test/runTwoBodyDecayTest.py", "Alignment/HIPAlignmentAlgorithm/test/serialGeomCompare_tpl.py", "Alignment/HIPAlignmentAlgorithm/test/serialIntoNtuples_tpl.py", "Alignment/HIPAlignmentAlgorithm/test/testHIPAnalyzers.cc", "Alignment/HIPAlignmentAlgorithm/test/upload.tpl", "Alignment/LaserAlignment/BuildFile.xml", "Alignment/LaserAlignment/doc/LaserAlignment.doc", "Alignment/LaserAlignment/interface/LASAlignmentTubeAlgorithm.h", "Alignment/LaserAlignment/interface/LASBarrelAlgorithm.h", "Alignment/LaserAlignment/interface/LASBarrelAlignmentParameterSet.h", "Alignment/LaserAlignment/interface/LASConstants.h", "Alignment/LaserAlignment/interface/LASCoordinateSet.h", "Alignment/LaserAlignment/interface/LASEndcapAlgorithm.h", "Alignment/LaserAlignment/interface/LASEndcapAlignmentParameterSet.h", "Alignment/LaserAlignment/interface/LASGeometryUpdater.h", "Alignment/LaserAlignment/interface/LASGlobalData.h", "Alignment/LaserAlignment/interface/LASGlobalLoop.h", "Alignment/LaserAlignment/interface/LASModuleProfile.h", "Alignment/LaserAlignment/interface/LASPeakFinder.h", "Alignment/LaserAlignment/interface/LASProfileJudge.h", "Alignment/LaserAlignment/interface/TsosVectorCollection.h", "Alignment/LaserAlignment/plugins/BuildFile.xml", "Alignment/LaserAlignment/plugins/LaserAlignment.cc", "Alignment/LaserAlignment/plugins/LaserAlignmentEventFilter.cc", "Alignment/LaserAlignment/plugins/LaserAlignmentEventFilter.h", "Alignment/LaserAlignment/plugins/LaserAlignmentFillDetId.cc", "Alignment/LaserAlignment/plugins/LaserAlignment.h", "Alignment/LaserAlignment/plugins/LaserAlignmentT0Producer.cc", "Alignment/LaserAlignment/plugins/RawDataConverter.cc", "Alignment/LaserAlignment/plugins/RawDataConverter.h", "Alignment/LaserAlignment/plugins/TkLasBeamFitter.cc", "Alignment/LaserAlignment/python/AlCaRECOLaserAlignmentT0Producer_Output_cff.py", "Alignment/LaserAlignment/python/ExpectedCorrectionsOnlyRotations_cfi.py", "Alignment/LaserAlignment/python/ExpectedCorrectionsShiftsAndRotations_cfi.py", "Alignment/LaserAlignment/python/ExpectedCorrectionsShiftsAndRotationsTEC2TEC_cfi.py", "Alignment/LaserAlignment/python/HLTLaserAlignmentEventFilter_cfi.py", "Alignment/LaserAlignment/python/LaserAlignmentAlgorithm_cff.py", "Alignment/LaserAlignment/python/LaserAlignment_cfi.py", "Alignment/LaserAlignment/python/LaserAlignmentConstants_cff.py", "Alignment/LaserAlignment/python/LaserAlignmentDefs_cff.py", "Alignment/LaserAlignment/python/LaserAlignmentEventFilter_cfi.py", "Alignment/LaserAlignment/python/LaserAlignmentT0Producer_cfi.py", "Alignment/LaserAlignment/python/LaserClusterizer_cfi.py", "Alignment/LaserAlignment/python/LaserSeedGenerator_cff.py", "Alignment/LaserAlignment/python/LaserSeedGenerator_cfi.py", "Alignment/LaserAlignment/python/LaserTracksInput_cfi.py", "Alignment/LaserAlignment/python/RawDataConverter_cfi.py", "Alignment/LaserAlignment/python/RecoAnalyzer_cfi.py", "Alignment/LaserAlignment/python/TkLasBeamFitter_cfi.py", "Alignment/LaserAlignmentSimulation/BuildFile.xml", "Alignment/LaserAlignmentSimulation/data/AlignmentTubes.xml", "Alignment/LaserAlignmentSimulation/doc/LaserAlignmentSimulation.doc", "Alignment/LaserAlignmentSimulation/interface/LaserBeamsBarrel.h", "Alignment/LaserAlignmentSimulation/interface/LaserBeamsTEC1.h", "Alignment/LaserAlignmentSimulation/interface/LaserBeamsTEC2.h", "Alignment/LaserAlignmentSimulation/interface/LaserOpticalPhysicsList.h", "Alignment/LaserAlignmentSimulation/interface/LaserPrimaryGeneratorAction.h", "Alignment/LaserAlignmentSimulation/interface/LaserSteppingAction.h", "Alignment/LaserAlignmentSimulation/interface/LaserSteppingVerbose.h", "Alignment/LaserAlignmentSimulation/interface/LaserTrackingAction.h", "Alignment/LaserAlignmentSimulation/interface/MaterialProperties.h", "Alignment/LaserAlignmentSimulation/plugins/BuildFile.xml", "Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentProducer.cc", "Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentProducer.h", "Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentSimulation.cc", "Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentSimulation.h", "Alignment/LaserAlignmentSimulation/plugins/LaserOpticalPhysics.cc", "Alignment/LaserAlignmentSimulation/plugins/LaserOpticalPhysics.h", "Alignment/LaserAlignmentSimulation/src/LaserBeamsBarrel.cc", "Alignment/LaserAlignmentSimulation/src/LaserBeamsTEC1.cc", "Alignment/LaserAlignmentSimulation/src/LaserBeamsTEC2.cc", "Alignment/LaserAlignmentSimulation/src/LaserOpticalPhysicsList.cc", "Alignment/LaserAlignmentSimulation/src/LaserPrimaryGeneratorAction.cc", "Alignment/LaserAlignmentSimulation/src/LaserSteppingAction.cc", "Alignment/LaserAlignmentSimulation/src/LaserSteppingVerbose.cc", "Alignment/LaserAlignmentSimulation/src/LaserTrackingAction.cc", "Alignment/LaserAlignmentSimulation/src/MaterialProperties.cc", "Alignment/LaserAlignmentSimulation/test/BuildFile.xml", "Alignment/LaserAlignmentSimulation/test/LaserSimulation_cfg.py", "Alignment/LaserAlignmentSimulation/test/SimAnalyzer.cc", "Alignment/LaserAlignmentSimulation/test/SimAnalyzer_cfg.py", "Alignment/LaserAlignment/src/classes_def.xml", "Alignment/LaserAlignment/src/classes.h", "Alignment/LaserAlignment/src/LASAlignmentTubeAlgorithm.cc", "Alignment/LaserAlignment/src/LASBarrelAlgorithm.cc", "Alignment/LaserAlignment/src/LASBarrelAlignmentParameterSet.cc", "Alignment/LaserAlignment/src/LASConstants.cc", "Alignment/LaserAlignment/src/LASCoordinateSet.cc", "Alignment/LaserAlignment/src/LASEndcapAlgorithm.cc", "Alignment/LaserAlignment/src/LASEndcapAlignmentParameterSet.cc", "Alignment/LaserAlignment/src/LASGeometryUpdater.cc", "Alignment/LaserAlignment/src/LASGlobalData.cc", "Alignment/LaserAlignment/src/LASGlobalLoop.cc", "Alignment/LaserAlignment/src/LASModuleProfile.cc", "Alignment/LaserAlignment/src/LASPeakFinder.cc", "Alignment/LaserAlignment/src/LASProfileJudge.cc", "Alignment/LaserAlignment/test/createScenario.py", "Alignment/LaserAlignment/test/LaserAlignmentEventFilter_test.py", "Alignment/LaserAlignment/test/laserAlignment.py", "Alignment/LaserAlignment/test/laserAlignment_sim.py", "Alignment/LaserAlignment/test/RawDataConverter_full_chain.py", "Alignment/LaserAlignment/test/ReadLaserRecHitAlgorithm.cc", "Alignment/LaserAlignment/test/RecoAnalyzerRecHits.cc", "Alignment/LaserAlignment/test/RecoAnalyzerTC.cc", "Alignment/LaserAlignment/test/t0ProducerStandalone_LASFilter.py", "Alignment/LaserAlignment/test/t0ProducerStandalone.py", "Alignment/LaserAlignment/test/testTkLasBeamFitter_cfg.py", "Alignment/LaserDQM/doc/LaserDQM.doc", "Alignment/LaserDQM/plugins/BuildFile.xml", "Alignment/LaserDQM/plugins/LaserDQM.cc", "Alignment/LaserDQM/plugins/LaserDQM.h", "Alignment/LaserDQM/plugins/LaserDQMInitMonitors.cc", "Alignment/LaserDQM/plugins/LaserDQMStatistics.cc", "Alignment/LaserDQM/python/LaserDQM_cfg.py", "Alignment/LaserDQM/python/LaserDQM_cfi.py", "Alignment/MillePedeAlignmentAlgorithm/BuildFile.xml", "Alignment/MillePedeAlignmentAlgorithm/doc/MillePedeAlignmentAlgorithm.doc", "Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeFileReader.h", "Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeMonitor.h", "Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeVariables.h", "Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeVariablesIORoot.h", "Alignment/MillePedeAlignmentAlgorithm/interface/PedeLabelerBase.h", "Alignment/MillePedeAlignmentAlgorithm/interface/PedeLabelerPluginFactory.h", "Alignment/MillePedeAlignmentAlgorithm/macros/allMillePede.C", "Alignment/MillePedeAlignmentAlgorithm/macros/CompareMillePede.C", "Alignment/MillePedeAlignmentAlgorithm/macros/CompareMillePede.h", "Alignment/MillePedeAlignmentAlgorithm/macros/createChi2ndfplot.C", "Alignment/MillePedeAlignmentAlgorithm/macros/createPedeParamIOVPlots.C", "Alignment/MillePedeAlignmentAlgorithm/macros/createPedeParamPlots.C", "Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFHistArray.C", "Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFHistArray.h", "Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFHistManager.C", "Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFHistManager.h", "Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFOverlay.C", "Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFOverlay.h", "Alignment/MillePedeAlignmentAlgorithm/macros/MillePedeTrees.C", "Alignment/MillePedeAlignmentAlgorithm/macros/MillePedeTrees.h", "Alignment/MillePedeAlignmentAlgorithm/macros/pixelPositionChange.C", "Alignment/MillePedeAlignmentAlgorithm/macros/PlotFromMillepedeRes.C", "Alignment/MillePedeAlignmentAlgorithm/macros/PlotMilleMonitor.C", "Alignment/MillePedeAlignmentAlgorithm/macros/PlotMilleMonitor.h", "Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePede.C", "Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePede.h", "Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePedeIOV.C", "Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePedeIOV.h", "Alignment/MillePedeAlignmentAlgorithm/macros/readPedeHists.C", "Alignment/MillePedeAlignmentAlgorithm/macros/runPlotFromMillepedeRes.C", "Alignment/MillePedeAlignmentAlgorithm/macros/setGStyle.C", "Alignment/MillePedeAlignmentAlgorithm/plugins/BuildFile.xml", "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeAlignmentAlgorithm.cc", "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeAlignmentAlgorithm.h", "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeDQMModule.cc", "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeDQMModule.h", "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeFileConverter.cc", "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeFileConverter.h", "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeFileExtractor.cc", "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeFileExtractor.h", "Alignment/MillePedeAlignmentAlgorithm/plugins/MomentumDependentPedeLabeler.cc", "Alignment/MillePedeAlignmentAlgorithm/plugins/MomentumDependentPedeLabeler.h", "Alignment/MillePedeAlignmentAlgorithm/plugins/PedeLabeler.cc", "Alignment/MillePedeAlignmentAlgorithm/plugins/PedeLabeler.h", "Alignment/MillePedeAlignmentAlgorithm/plugins/RunRangeDependentPedeLabeler.cc", "Alignment/MillePedeAlignmentAlgorithm/plugins/RunRangeDependentPedeLabeler.h", "Alignment/MillePedeAlignmentAlgorithm/plugins/ZMuMuMassConstraintParameterFinder.cc", "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/ConfigureAlignmentProducer.py", "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/GeneralSetup.py", "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/helper.py", "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/MilleSetup.py", "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/myMessageLogger_cff.py", "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/PedeSetup.py", "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/SetCondition.py", "Alignment/MillePedeAlignmentAlgorithm/python/MillePedeAlignmentAlgorithm_cfi.py", "Alignment/MillePedeAlignmentAlgorithm/python/MillePedeDQMModule_cff.py", "Alignment/MillePedeAlignmentAlgorithm/python/MillePedeFileConverter_cfg.py", "Alignment/MillePedeAlignmentAlgorithm/python/MillePedeFileExtractor_cfg.py", "Alignment/MillePedeAlignmentAlgorithm/python/MillePedeFileReader_cfi.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpslib/Mpslibclass.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpslib/tools.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/additionalparser.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/beamerCreator.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/bigModule.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/bigStructure.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/classes.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/dumpparser.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/geometrydata.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/geometry.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/htmlCreator.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/iniparser.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/monitorPlot.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/pdfCreator.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/style.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/subModule.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/timeStructure.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/trackerTree.py", "Alignment/MillePedeAlignmentAlgorithm/python/PresigmaScenarios_cff.py", "Alignment/MillePedeAlignmentAlgorithm/python/RefitterAnalytical_cff.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/BuildFile.xml", "Alignment/MillePedeAlignmentAlgorithm/scripts/mpedegui.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_alisetup.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_auto.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_check.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_disablejob.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_enablejob.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_fetch.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_fire.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_kill.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/mpslib/Mpslib.pm", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_list_evts.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_merge_millepedemonitor.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_merge.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_monitormerge.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_parse_pedechi2hist.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_prepare_input_db.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_retry.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_save.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_scriptm.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_script.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_setupm.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_setup_new_align.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_setup.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_splice.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_split.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_stat.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_update.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_validate.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_weight.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/nextMPS.sh", "Alignment/MillePedeAlignmentAlgorithm/src/.cvsignore", "Alignment/MillePedeAlignmentAlgorithm/src/Mille.cc", "Alignment/MillePedeAlignmentAlgorithm/src/Mille.h", "Alignment/MillePedeAlignmentAlgorithm/src/MillePedeFileReader.cc", "Alignment/MillePedeAlignmentAlgorithm/src/MillePedeMonitor.cc", "Alignment/MillePedeAlignmentAlgorithm/src/MillePedeVariables.cc", "Alignment/MillePedeAlignmentAlgorithm/src/MillePedeVariablesIORoot.cc", "Alignment/MillePedeAlignmentAlgorithm/src/PedeLabelerBase.cc", "Alignment/MillePedeAlignmentAlgorithm/src/PedeLabelerPluginFactory.cc", "Alignment/MillePedeAlignmentAlgorithm/src/PedeReader.cc", "Alignment/MillePedeAlignmentAlgorithm/src/PedeReader.h", "Alignment/MillePedeAlignmentAlgorithm/src/PedeSteerer.cc", "Alignment/MillePedeAlignmentAlgorithm/src/PedeSteerer.h", "Alignment/MillePedeAlignmentAlgorithm/src/PedeSteererWeakModeConstraints.cc", "Alignment/MillePedeAlignmentAlgorithm/src/PedeSteererWeakModeConstraints.h", "Alignment/MillePedeAlignmentAlgorithm/templates/alignment_config.ini", "Alignment/MillePedeAlignmentAlgorithm/templates/mps_runMille_template.sh", "Alignment/MillePedeAlignmentAlgorithm/templates/mps_runPede_rfcp_template.sh", "Alignment/MillePedeAlignmentAlgorithm/templates/mpsvalidate_beamer_template.tex", "Alignment/MillePedeAlignmentAlgorithm/templates/mpsvalidate_default.ini", "Alignment/MillePedeAlignmentAlgorithm/templates/mpsvalidate_html_template.html", "Alignment/MillePedeAlignmentAlgorithm/templates/mpsvalidate_tex_template.tex", "Alignment/MillePedeAlignmentAlgorithm/templates/universalConfigTemplate.py", "Alignment/MillePedeAlignmentAlgorithm/test/alignment_cfg.py", "Alignment/MillePedeAlignmentAlgorithm/test/alignment_forGeomComp_cfg.py", "Alignment/MillePedeAlignmentAlgorithm/test/alignment_las_cfg.py", "Alignment/MillePedeAlignmentAlgorithm/test/AlignmentRcdChecker_cfg.py", "Alignment/MillePedeAlignmentAlgorithm/test/AlignmentRcdChecker.cpp", "Alignment/MillePedeAlignmentAlgorithm/test/alignment_survey_cfg.py", "Alignment/MillePedeAlignmentAlgorithm/test/align_params_cff.py", "Alignment/MillePedeAlignmentAlgorithm/test/BuildFile.xml", "Alignment/MillePedeAlignmentAlgorithm/test/convertMPresToDB_cfg.py", "Alignment/MillePedeAlignmentAlgorithm/test/testFindMassContraintParameters.cpp", "Alignment/MillePedeAlignmentAlgorithm/test/test_mille.py", "Alignment/MillePedeAlignmentAlgorithm/test/test_mille.sh", "Alignment/MillePedeAlignmentAlgorithm/test/test_mps-workflow.sh", "Alignment/MillePedeAlignmentAlgorithm/test/test_payload_sanity.sh", "Alignment/MillePedeAlignmentAlgorithm/test/test_pedeConversion.sh", "Alignment/MillePedeAlignmentAlgorithm/test/test_pede.py", "Alignment/MillePedeAlignmentAlgorithm/test/test_pede.sh", "Alignment/MillePedeAlignmentAlgorithm/test/test_ZMuMuMassConstraintParameterFinder.sh", "Alignment/MillePedeAlignmentAlgorithm/test/trackerTree_cfg.py", "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/printParameters.C", "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/README.md", "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/submit_jobs.sh", "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/zmumudistribution_cfg.py", "Alignment/MuonAlignmentAlgorithms/BuildFile.xml", "Alignment/MuonAlignmentAlgorithms/data/CollisionsOct2010_ME11holes.phipos", "Alignment/MuonAlignmentAlgorithms/data/CollisionsOct2010_ME11holes.phiz", "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOct2010holes.phipos", "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOct2010holes.phiz", "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOnePerRing.phipos", "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOnePerRing.phiz", "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007.phipos", "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007.phiz", "Alignment/MuonAlignmentAlgorithms/data/SLM_test.phipos", "Alignment/MuonAlignmentAlgorithms/data/SLM_test.phiz", "Alignment/MuonAlignmentAlgorithms/interface/CSCPairConstraint.h", "Alignment/MuonAlignmentAlgorithms/interface/DTMuonLocalAlignment.h", "Alignment/MuonAlignmentAlgorithms/interface/DTMuonMillepede.h", "Alignment/MuonAlignmentAlgorithms/interface/DTMuonSLToSL.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonChamberResidual.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonCSCChamberResidual.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonDT13ChamberResidual.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonDT2ChamberResidual.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonHitsChamberResidual.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals1DOFFitter.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals5DOFFitter.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals6DOFFitter.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals6DOFrphiFitter.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsAngleFitter.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsBfieldAngleFitter.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsFitter.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsFromTrack.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsPositionFitter.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsTwoBin.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonTrackCSCChamberResidual.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonTrackDT13ChamberResidual.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonTrackDT2ChamberResidual.h", "Alignment/MuonAlignmentAlgorithms/interface/ReadPGInfo.h", "Alignment/MuonAlignmentAlgorithms/interface/SegmentToTrackAssociator.h", "Alignment/MuonAlignmentAlgorithms/plugins/BuildFile.xml", "Alignment/MuonAlignmentAlgorithms/plugins/CSCAlignmentCorrections.cc", "Alignment/MuonAlignmentAlgorithms/plugins/CSCAlignmentCorrections.h", "Alignment/MuonAlignmentAlgorithms/plugins/CSCChamberFitter.cc", "Alignment/MuonAlignmentAlgorithms/plugins/CSCChamberFitter.h", "Alignment/MuonAlignmentAlgorithms/plugins/CSCOverlapsAlignmentAlgorithm.cc", "Alignment/MuonAlignmentAlgorithms/plugins/CSCOverlapsAlignmentAlgorithm.h", "Alignment/MuonAlignmentAlgorithms/plugins/CSCOverlapsBeamSplashCut.cc", "Alignment/MuonAlignmentAlgorithms/plugins/CSCOverlapsTrackPreparation.cc", "Alignment/MuonAlignmentAlgorithms/plugins/CSCPairResidualsConstraint.cc", "Alignment/MuonAlignmentAlgorithms/plugins/CSCPairResidualsConstraint.h", "Alignment/MuonAlignmentAlgorithms/plugins/MuonAlignmentFromReference.cc", "Alignment/MuonAlignmentAlgorithms/plugins/MuonAlignmentPreFilter.cc", "Alignment/MuonAlignmentAlgorithms/python/alignBH_cfg.py", "Alignment/MuonAlignmentAlgorithms/python/align_cfg.py", "Alignment/MuonAlignmentAlgorithms/python/convertToXML_global_cfg.py", "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_cff.py", "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_cfi.py", "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_diskfitters_cff.py", "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_ringfitters_cff.py", "Alignment/MuonAlignmentAlgorithms/python/gatherBH_cfg.py", "Alignment/MuonAlignmentAlgorithms/python/gather_cfg.py", "Alignment/MuonAlignmentAlgorithms/python/MuonAlignmentFromReference_cff.py", "Alignment/MuonAlignmentAlgorithms/python/MuonAlignmentFromReference_cfi.py", "Alignment/MuonAlignmentAlgorithms/python/MuonChamberSelectors_cff.py", "Alignment/MuonAlignmentAlgorithms/python/MuonStationSelectors_cff.py", "Alignment/MuonAlignmentAlgorithms/python/Reference_intrackfit_cff.py", "Alignment/MuonAlignmentAlgorithms/scripts/alignCSCRings.py", "Alignment/MuonAlignmentAlgorithms/scripts/alignmentValidation.py", "Alignment/MuonAlignmentAlgorithms/scripts/applyRadialCorrections.py", "Alignment/MuonAlignmentAlgorithms/scripts/auto_gallery.php", "Alignment/MuonAlignmentAlgorithms/scripts/combineBlockFiles.sh", "Alignment/MuonAlignmentAlgorithms/scripts/convertSQLiteXML.py", "Alignment/MuonAlignmentAlgorithms/scripts/corrVsCorr.py", "Alignment/MuonAlignmentAlgorithms/scripts/createBeamHaloJobs.py", "Alignment/MuonAlignmentAlgorithms/scripts/createCSCRingsJobs.py", "Alignment/MuonAlignmentAlgorithms/scripts/createJobs.py", "Alignment/MuonAlignmentAlgorithms/scripts/createTree.py", "Alignment/MuonAlignmentAlgorithms/scripts/diffTwoXMLs.py", "Alignment/MuonAlignmentAlgorithms/scripts/findQualityFiles.py", "Alignment/MuonAlignmentAlgorithms/scripts/geometryDiffVisualizer.py", "Alignment/MuonAlignmentAlgorithms/scripts/groupFilesInBlocks.py", "Alignment/MuonAlignmentAlgorithms/scripts/motionPolicyChamber.py", "Alignment/MuonAlignmentAlgorithms/scripts/mutypes.py", "Alignment/MuonAlignmentAlgorithms/scripts/phiedges_fitfunctions.C", "Alignment/MuonAlignmentAlgorithms/scripts/plotscripts.py", "Alignment/MuonAlignmentAlgorithms/scripts/relativeConstraints.py", "Alignment/MuonAlignmentAlgorithms/scripts/reportVsReport.py", "Alignment/MuonAlignmentAlgorithms/scripts/signConventions.py", "Alignment/MuonAlignmentAlgorithms/scripts/wrapperExtraPlots.sh", "Alignment/MuonAlignmentAlgorithms/src/DTMuonLocalAlignment.cc", "Alignment/MuonAlignmentAlgorithms/src/DTMuonMillepede.cc", "Alignment/MuonAlignmentAlgorithms/src/DTMuonSLToSL.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonChamberResidual.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonCSCChamberResidual.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonDT13ChamberResidual.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonDT2ChamberResidual.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonHitsChamberResidual.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonResiduals1DOFFitter.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonResiduals5DOFFitter.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonResiduals6DOFFitter.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonResiduals6DOFrphiFitter.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonResidualsAngleFitter.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonResidualsBfieldAngleFitter.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonResidualsFitter.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonResidualsFromTrack.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonResidualsPositionFitter.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonTrackCSCChamberResidual.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonTrackDT13ChamberResidual.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonTrackDT2ChamberResidual.cc", "Alignment/MuonAlignmentAlgorithms/src/ReadPGInfo.cc", "Alignment/MuonAlignmentAlgorithms/src/SegmentToTrackAssociator.cc", "Alignment/MuonAlignmentAlgorithms/test/APE1000cm.xml", "Alignment/MuonAlignmentAlgorithms/test/browser/display_mechanics.js", "Alignment/MuonAlignmentAlgorithms/test/browser/index.html", "Alignment/MuonAlignmentAlgorithms/test/browser/tree.html", "Alignment/MuonAlignmentAlgorithms/test/browser/tree_index.html", "Alignment/MuonAlignmentAlgorithms/test/browser/tree_items.js", "Alignment/MuonAlignmentAlgorithms/test/browser/tree.js", "Alignment/MuonAlignmentAlgorithms/test/browser/tree_tpl.js", "Alignment/MuonAlignmentAlgorithms/test/convert_APE1000cm_cfg.py", "Alignment/MuonAlignmentAlgorithms/test/test_CSCOverlapsAlignmentAlgorithm_cfg.py", "Alignment/MuonAlignment/BuildFile.xml", "Alignment/MuonAlignment/data/disk1_template.svg", "Alignment/MuonAlignment/data/disk23_template.svg", "Alignment/MuonAlignment/data/diskm4_template.svg", "Alignment/MuonAlignment/data/diskp4_template.svg", "Alignment/MuonAlignment/data/idealTransformation.py", "Alignment/MuonAlignment/data/station4_template.svg", "Alignment/MuonAlignment/data/station_template.svg", "Alignment/MuonAlignment/data/wheel_template.svg", "Alignment/MuonAlignment/data/wheel_template.svg_BEGINNING", "Alignment/MuonAlignment/data/wheel_template.svg_END", "Alignment/MuonAlignment/interface/AlignableCSCChamber.h", "Alignment/MuonAlignment/interface/AlignableCSCEndcap.h", "Alignment/MuonAlignment/interface/AlignableCSCRing.h", "Alignment/MuonAlignment/interface/AlignableCSCStation.h", "Alignment/MuonAlignment/interface/AlignableDTBarrel.h", "Alignment/MuonAlignment/interface/AlignableDTChamber.h", "Alignment/MuonAlignment/interface/AlignableDTStation.h", "Alignment/MuonAlignment/interface/AlignableDTSuperLayer.h", "Alignment/MuonAlignment/interface/AlignableDTWheel.h", "Alignment/MuonAlignment/interface/AlignableGEMChamber.h", "Alignment/MuonAlignment/interface/AlignableGEMEndcap.h", "Alignment/MuonAlignment/interface/AlignableGEMRing.h", "Alignment/MuonAlignment/interface/AlignableGEMStation.h", "Alignment/MuonAlignment/interface/AlignableGEMSuperChamber.h", "Alignment/MuonAlignment/interface/AlignableMuon.h", "Alignment/MuonAlignment/interface/MuonAlignment.h", "Alignment/MuonAlignment/interface/MuonAlignmentInputDB.h", "Alignment/MuonAlignment/interface/MuonAlignmentInputMethod.h", "Alignment/MuonAlignment/interface/MuonAlignmentInputSurveyDB.h", "Alignment/MuonAlignment/interface/MuonAlignmentInputXML.h", "Alignment/MuonAlignment/interface/MuonAlignmentOutputXML.h", "Alignment/MuonAlignment/interface/MuonScenarioBuilder.h", "Alignment/MuonAlignment/plugins/BuildFile.xml", "Alignment/MuonAlignment/plugins/MuonGeometryArrange.cc", "Alignment/MuonAlignment/plugins/MuonGeometryArrange.h", "Alignment/MuonAlignment/plugins/MuonGeometryDBConverter.cc", "Alignment/MuonAlignment/plugins/MuonGeometrySanityCheck.cc", "Alignment/MuonAlignment/plugins/MuonGeometrySVGTemplate.cc", "Alignment/MuonAlignment/plugins/MuonMisalignedProducer.cc", "Alignment/MuonAlignment/python/convertSQLitetoXML_cfg.py", "Alignment/MuonAlignment/python/convertXMLtoSQLite_cfg.py", "Alignment/MuonAlignment/python/convertXMLtoXML_cfg.py", "Alignment/MuonAlignment/python/download_sqlite_cfg.py", "Alignment/MuonAlignment/python/geometryCSVtoXML.py", "Alignment/MuonAlignment/python/geometryDiff.py", "Alignment/MuonAlignment/python/geometryDiffVisualization.py", "Alignment/MuonAlignment/python/geometryXMLparser.py", "Alignment/MuonAlignment/python/geometryXMLtoCSV.py", "Alignment/MuonAlignment/python/makeGlobalPositionRcd_cfg.py", "Alignment/MuonAlignment/python/makeMuonMisalignmentScenario.py", "Alignment/MuonAlignment/python/MCScenario_CRAFT1_22X.py", "Alignment/MuonAlignment/python/MisalignedMuon_cfi.py", "Alignment/MuonAlignment/python/MuonGeometrySanityCheck_cfi.py", "Alignment/MuonAlignment/python/Scenarios_cff.py", "Alignment/MuonAlignment/python/svgfig.py", "Alignment/MuonAlignment/src/AlignableCSCChamber.cc", "Alignment/MuonAlignment/src/AlignableCSCEndcap.cc", "Alignment/MuonAlignment/src/AlignableCSCRing.cc", "Alignment/MuonAlignment/src/AlignableCSCStation.cc", "Alignment/MuonAlignment/src/AlignableDTBarrel.cc", "Alignment/MuonAlignment/src/AlignableDTChamber.cc", "Alignment/MuonAlignment/src/AlignableDTStation.cc", "Alignment/MuonAlignment/src/AlignableDTSuperLayer.cc", "Alignment/MuonAlignment/src/AlignableDTWheel.cc", "Alignment/MuonAlignment/src/AlignableGEMChamber.cc", "Alignment/MuonAlignment/src/AlignableGEMEndcap.cc", "Alignment/MuonAlignment/src/AlignableGEMRing.cc", "Alignment/MuonAlignment/src/AlignableGEMStation.cc", "Alignment/MuonAlignment/src/AlignableGEMSuperChamber.cc", "Alignment/MuonAlignment/src/AlignableMuon.cc", "Alignment/MuonAlignment/src/MuonAlignment.cc", "Alignment/MuonAlignment/src/MuonAlignmentInputDB.cc", "Alignment/MuonAlignment/src/MuonAlignmentInputMethod.cc", "Alignment/MuonAlignment/src/MuonAlignmentInputSurveyDB.cc", "Alignment/MuonAlignment/src/MuonAlignmentInputXML.cc", "Alignment/MuonAlignment/src/MuonAlignmentOutputXML.cc", "Alignment/MuonAlignment/src/MuonScenarioBuilder.cc", "Alignment/MuonAlignment/test/convertSQLitetoXML_cfg.py", "Alignment/MuonAlignment/test/geometryDiffVisualization_test.py", "Alignment/MuonAlignment/test/MuonAlignmentInputXML-testread_cfg.py", "Alignment/MuonAlignment/test/MuonAlignmentOutputXML-testwrite_cfg.py", "Alignment/MuonAlignment/test/muonGeometryDBConverter_cfg.py", "Alignment/MuonAlignment/test/plotDets.C", "Alignment/MuonAlignment/test/quickconvert.py", "Alignment/MuonAlignment/test/test-misalign_cfg.py", "Alignment/MuonAlignment/test/test_MuonGeometryDBConverter.sh", "Alignment/MuonAlignment/test/test-read_cfg.py", "Alignment/MuonAlignment/test/theTree.C", "Alignment/MuonAlignment/test/theTree.h", "Alignment/MuonAlignment/test/x3d.C", "Alignment/OfflineValidation/bin/BuildFile.xml", "Alignment/OfflineValidation/bin/DiMuonVmerge.cc", "Alignment/OfflineValidation/bin/DMRmerge.cc", "Alignment/OfflineValidation/bin/DMRsingle.cc", "Alignment/OfflineValidation/bin/DMRtrends.cc", "Alignment/OfflineValidation/bin/exceptions.h", "Alignment/OfflineValidation/bin/GCP.cc", "Alignment/OfflineValidation/bin/GCPtrends.cc", "Alignment/OfflineValidation/bin/GenericVmerge.cc", "Alignment/OfflineValidation/bin/haddws.C", "Alignment/OfflineValidation/bin/JDrawer.h", "Alignment/OfflineValidation/bin/JetHtPlotConfiguration.cc", "Alignment/OfflineValidation/bin/JetHtPlotConfiguration.h", "Alignment/OfflineValidation/bin/jetHtPlotter.cc", "Alignment/OfflineValidation/bin/MTSmerge.cc", "Alignment/OfflineValidation/bin/Options.cc", "Alignment/OfflineValidation/bin/Options.h", "Alignment/OfflineValidation/bin/PVmerge.cc", "Alignment/OfflineValidation/bin/PVtrends.cc", "Alignment/OfflineValidation/bin/README.md", "Alignment/OfflineValidation/bin/SplitVmerge.cc", "Alignment/OfflineValidation/bin/toolbox.h", "Alignment/OfflineValidation/bin/Zmumumerge.cc", "Alignment/OfflineValidation/BuildFile.xml", "Alignment/OfflineValidation/data/GCP_defaultRange.json", "Alignment/OfflineValidation/doc/OfflineValidation.doc", "Alignment/OfflineValidation/interface/CompareAlignments.h", "Alignment/OfflineValidation/interface/DiLeptonVertexHelpers.h", "Alignment/OfflineValidation/interface/EopElecVariables.h", "Alignment/OfflineValidation/interface/EopVariables.h", "Alignment/OfflineValidation/interface/FitWithRooFit.h", "Alignment/OfflineValidation/interface/GeometryComparisonPlotter.h", "Alignment/OfflineValidation/interface/OutPVtrends.h", "Alignment/OfflineValidation/interface/PlotAlignmentValidation.h", "Alignment/OfflineValidation/interface/PrepareDMRTrends.h", "Alignment/OfflineValidation/interface/PreparePVTrends.h", "Alignment/OfflineValidation/interface/pvTree.h", "Alignment/OfflineValidation/interface/PVValidationHelpers.h", "Alignment/OfflineValidation/interface/SmartSelectionMonitor.h", "Alignment/OfflineValidation/interface/TkAlStyle.h", "Alignment/OfflineValidation/interface/TkOffTreeVariables.h", "Alignment/OfflineValidation/interface/TrackerValidationVariables.h", "Alignment/OfflineValidation/interface/Trend.h", "Alignment/OfflineValidation/macros/analyzeDiMuonBiases.C", "Alignment/OfflineValidation/macros/analyzeDiMuonBiases_fast.C", "Alignment/OfflineValidation/macros/CMS_lumi.h", "Alignment/OfflineValidation/macros/DiMuonMassProfiles.C", "Alignment/OfflineValidation/macros/FitPVResiduals.C", "Alignment/OfflineValidation/macros/FitPVResolution.C", "Alignment/OfflineValidation/macros/loopAndPlot.C", "Alignment/OfflineValidation/macros/makeArrowPlots.C", "Alignment/OfflineValidation/macros/momentumBiasValidation.C", "Alignment/OfflineValidation/macros/momentumElectronBiasValidation.C", "Alignment/OfflineValidation/macros/MultiRunAndPlotPVValidation.C", "Alignment/OfflineValidation/macros/overlayDiMuonBiases.C", "Alignment/OfflineValidation/macros/PlotPVValidation.C", "Alignment/OfflineValidation/macros/runExtendedOfflineValidationPlots.C", "Alignment/OfflineValidation/macros/trackSplitPlot.C", "Alignment/OfflineValidation/macros/trackSplitPlot.h", "Alignment/OfflineValidation/plugins/BuildFile.xml", "Alignment/OfflineValidation/plugins/ColorParser.C", "Alignment/OfflineValidation/plugins/CosmicSplitterValidation.cc", "Alignment/OfflineValidation/plugins/DiElectronVertexValidation.cc", "Alignment/OfflineValidation/plugins/DiMuonValidation.cc", "Alignment/OfflineValidation/plugins/DiMuonVertexValidation.cc", "Alignment/OfflineValidation/plugins/DMRChecker.cc", "Alignment/OfflineValidation/plugins/EopElecTreeWriter.cc", "Alignment/OfflineValidation/plugins/EopTreeWriter.cc", "Alignment/OfflineValidation/plugins/GeneralPurposeTrackAnalyzer.cc", "Alignment/OfflineValidation/plugins/GeneralPurposeVertexAnalyzer.cc", "Alignment/OfflineValidation/plugins/JetHTAnalyzer.cc", "Alignment/OfflineValidation/plugins/MuonAlignmentAnalyzer.cc", "Alignment/OfflineValidation/plugins/MuonAlignmentAnalyzer.h", "Alignment/OfflineValidation/plugins/OverlapValidation.cc", "Alignment/OfflineValidation/plugins/PixelBaryCentreAnalyzer.cc", "Alignment/OfflineValidation/plugins/PrimaryVertexValidation.cc", "Alignment/OfflineValidation/plugins/PrimaryVertexValidation.h", "Alignment/OfflineValidation/plugins/ResidualRefitting.cc", "Alignment/OfflineValidation/plugins/ResidualRefitting.h", "Alignment/OfflineValidation/plugins/ShortenedTrackValidation.cc", "Alignment/OfflineValidation/plugins/SplitVertexResolution.cc", "Alignment/OfflineValidation/plugins/StyleParser.C", "Alignment/OfflineValidation/plugins/TkAlV0sAnalyzer.cc", "Alignment/OfflineValidation/plugins/TrackerGeometryCompare.cc", "Alignment/OfflineValidation/plugins/TrackerGeometryCompare.h", "Alignment/OfflineValidation/plugins/TrackerGeometryIntoNtuples.cc", "Alignment/OfflineValidation/plugins/TrackerOfflineValidation.cc", "Alignment/OfflineValidation/plugins/TrackerOfflineValidationSummary.cc", "Alignment/OfflineValidation/plugins/Tracker_OldtoNewConverter.cc", "Alignment/OfflineValidation/plugins/ValidationMisalignedTracker.cc", "Alignment/OfflineValidation/plugins/ValidationMisalignedTracker.h", "Alignment/OfflineValidation/python/DivergingColor.py", "Alignment/OfflineValidation/python/energyOverMomentumTree_cfi.py", "Alignment/OfflineValidation/python/energyOverMomentumTreeElec_cfi.py", "Alignment/OfflineValidation/python/GlobalTag_cff.py", "Alignment/OfflineValidation/python/MuonAlignmentAnalyzer_cfi.py", "Alignment/OfflineValidation/python/MuonGeometryIntoNtuples_cff.py", "Alignment/OfflineValidation/python/overlapValidationPlot.py", "Alignment/OfflineValidation/python/runGCPTkAlMap.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/betterConfigParser.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/defaultInputFiles_cff.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/DiMuonV_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/DiMuonV.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/DMR_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/DMRplotter.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/DMR.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/findAndChange.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/GCP_Ntuples_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/GCP.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/GCP_TkAlMap.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/GCP_tree_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/GenericV_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/GenericV.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/JetHT_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/JetHT.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/MTS_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/MTS.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/PixBary.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/PixelBaryCentreAnalyzer_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/PV_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/PV.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/SplitV_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/SplitV.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/condorTemplate.submit", "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/crabTemplate.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/executableTemplate.sh", "Alignment/OfflineValidation/python/TkAlAllInOneTool/TkAlExceptions.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/utils.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/Zmumu_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/Zmumu.py", "Alignment/OfflineValidation/python/TkAlMap_cfg/TkAlMapDesign_phase0_cfg.py", "Alignment/OfflineValidation/python/TkAlMap_cfg/TkAlMapDesign_phase1_cfg.py", "Alignment/OfflineValidation/python/TkAlMap.py", "Alignment/OfflineValidation/python/TkAlStyle.py", "Alignment/OfflineValidation/python/TrackerGeometryCompare_cfi.py", "Alignment/OfflineValidation/python/TrackerOfflineValidation_cfi.py", "Alignment/OfflineValidation/python/TrackerOfflineValidation_Dqm_cff.py", "Alignment/OfflineValidation/python/TrackerOfflineValidation_Standalone_cff.py", "Alignment/OfflineValidation/python/TrackerOfflineValidationSummary_cfi.py", "Alignment/OfflineValidation/README_DMR.md", "Alignment/OfflineValidation/README_Generic.md", "Alignment/OfflineValidation/README_IOV.md", "Alignment/OfflineValidation/README_JetHT.md", "Alignment/OfflineValidation/README.md", "Alignment/OfflineValidation/README_MTS.md", "Alignment/OfflineValidation/README_PixBary.md", "Alignment/OfflineValidation/README_PV.md", "Alignment/OfflineValidation/scripts/addHistograms.sh", "Alignment/OfflineValidation/scripts/BiaspT_gaus.C", "Alignment/OfflineValidation/scripts/Chi2_mu.C", "Alignment/OfflineValidation/scripts/compareFileAges.C", "Alignment/OfflineValidation/scripts/compareGeoms", "Alignment/OfflineValidation/scripts/compareTrackerGeometries.C", "Alignment/OfflineValidation/scripts/createIOVlist.py", "Alignment/OfflineValidation/scripts/drawChamberCSC.C", "Alignment/OfflineValidation/scripts/drawChamberDT.C", "Alignment/OfflineValidation/scripts/drawCSC2D.C", "Alignment/OfflineValidation/scripts/drawCSC.C", "Alignment/OfflineValidation/scripts/drawDT2D.C", "Alignment/OfflineValidation/scripts/drawDT.C", "Alignment/OfflineValidation/scripts/Effeta_nota.C", "Alignment/OfflineValidation/scripts/Eff_Z_yzmu_nota.C", "Alignment/OfflineValidation/scripts/extractBaryCentre.py", "Alignment/OfflineValidation/scripts/FakeRate_d0.C", "Alignment/OfflineValidation/scripts/FakeRate_eta.C", "Alignment/OfflineValidation/scripts/FakeRate_nhit.C", "Alignment/OfflineValidation/scripts/FakeRate_pt.C", "Alignment/OfflineValidation/scripts/FakeRate_z0.C", "Alignment/OfflineValidation/scripts/GCPpyPlots.py", "Alignment/OfflineValidation/scripts/GeoComparisonGUI.C", "Alignment/OfflineValidation/scripts/makeListRunsInFiles.py", "Alignment/OfflineValidation/scripts/merge_TrackerOfflineValidation.C", "Alignment/OfflineValidation/scripts/mkLumiAveragedPlots.py", "Alignment/OfflineValidation/scripts/muonDBComparison.C", "Alignment/OfflineValidation/scripts/mZfit.C", "Alignment/OfflineValidation/scripts/mZ_mu.C", "Alignment/OfflineValidation/scripts/PixelBaryCentrePlotConfig.json", "Alignment/OfflineValidation/scripts/plotBaryCentre_VS_BeamSpot.py", "Alignment/OfflineValidation/scripts/printsummarytable.py", "Alignment/OfflineValidation/scripts/produceOfflineValidationTex.py", "Alignment/OfflineValidation/scripts/pulld0.C", "Alignment/OfflineValidation/scripts/pullphi.C", "Alignment/OfflineValidation/scripts/pullz0.C", "Alignment/OfflineValidation/scripts/Rescottheta_gaus.C", "Alignment/OfflineValidation/scripts/Resd0_gaus.C", "Alignment/OfflineValidation/scripts/Resd0_pT_higgs.C", "Alignment/OfflineValidation/scripts/Residualcottheta_mu.C", "Alignment/OfflineValidation/scripts/Residuald0_mu.C", "Alignment/OfflineValidation/scripts/Residual_mu.C", "Alignment/OfflineValidation/scripts/ResidualmZ_mu.C", "Alignment/OfflineValidation/scripts/Residualphi_mu.C", "Alignment/OfflineValidation/scripts/Residualz0_mu.C", "Alignment/OfflineValidation/scripts/ResmZ_y_gaus.C", "Alignment/OfflineValidation/scripts/Resphi_gaus.C", "Alignment/OfflineValidation/scripts/RespT_gaus.C", "Alignment/OfflineValidation/scripts/RespT_nhit.C", "Alignment/OfflineValidation/scripts/RespT_pT2_higgs.C", "Alignment/OfflineValidation/scripts/RespT_pT_higgs.C", "Alignment/OfflineValidation/scripts/Resz0_gaus.C", "Alignment/OfflineValidation/scripts/Resz0_pT_higgs.C", "Alignment/OfflineValidation/scripts/submitPVResolutionJobs.py", "Alignment/OfflineValidation/scripts/submitPVValidationJobs.py", "Alignment/OfflineValidation/scripts/tdrstyle.C", "Alignment/OfflineValidation/scripts/validateAlignments.py", "Alignment/OfflineValidation/scripts/visualizationTracker.C", "Alignment/OfflineValidation/src/classes_def.xml", "Alignment/OfflineValidation/src/classes.h", "Alignment/OfflineValidation/src/CompareAlignments.cc", "Alignment/OfflineValidation/src/FitWithRooFit.cc", "Alignment/OfflineValidation/src/GeometryComparisonPlotter.cc", "Alignment/OfflineValidation/src/PlotAlignmentValidation.cc", "Alignment/OfflineValidation/src/PrepareDMRTrends.cc", "Alignment/OfflineValidation/src/PreparePVTrends.cc", "Alignment/OfflineValidation/src/PVValidationHelpers.cc", "Alignment/OfflineValidation/src/SmartSelectionMonitor.cc", "Alignment/OfflineValidation/src/TkAlStyle.cc", "Alignment/OfflineValidation/src/TrackerValidationVariables.cc", "Alignment/OfflineValidation/src/Trend.cc", "Alignment/OfflineValidation/test/BuildFile.xml", "Alignment/OfflineValidation/test/DiElectronVertexValidation_cfg.py", "Alignment/OfflineValidation/test/DiMuonVertexValidation_cfg.py", "Alignment/OfflineValidation/test/dqmOfflinevalidator_cfg.py", "Alignment/OfflineValidation/test/eopElecTreeWriter_cfg.py", "Alignment/OfflineValidation/test/eopTreeWriter_cfg.py", "Alignment/OfflineValidation/test/example_DMR_full.yaml", "Alignment/OfflineValidation/test/example_DMR_trends.yaml", "Alignment/OfflineValidation/test/example_PV_full.yaml", "Alignment/OfflineValidation/test/examples/DMR_overriding_conditions.yaml", "Alignment/OfflineValidation/test/examples/DMR_testFeatures.yaml", "Alignment/OfflineValidation/test/examples/jetHtAnalysis_fullExampleConfiguration.json", "Alignment/OfflineValidation/test/examples/jetHtFilesForRun2018A_first100files.txt", "Alignment/OfflineValidation/test/examples/jetHt_multiYearTrendPlot.json", "Alignment/OfflineValidation/test/examples/jetHt_ptHatWeightForMCPlot.json", "Alignment/OfflineValidation/test/examples/PixBary.yaml", "Alignment/OfflineValidation/test/examples/ptHatFiles_MC2018_PFJet320.txt", "Alignment/OfflineValidation/test/examples/PV_alignments_different_datasets.yaml", "Alignment/OfflineValidation/test/examples/PV_alignments_multiple_merge_jobs.yaml", "Alignment/OfflineValidation/test/examples/README.md", "Alignment/OfflineValidation/test/GeometryCentering_cfg.py", "Alignment/OfflineValidation/test/InputSource.dat", "Alignment/OfflineValidation/test/inspectData_cfg.py", "Alignment/OfflineValidation/test/offlinevalidator_cfg.py", "Alignment/OfflineValidation/test/PrimaryVertexResolution_cfg.py", "Alignment/OfflineValidation/test/PrimaryVertexResolution_templ_cfg.py", "Alignment/OfflineValidation/test/PVResolutionExample.ini", "Alignment/OfflineValidation/test/PVValidationSubmitter.csh", "Alignment/OfflineValidation/test/PVValidation_T_cfg.py", "Alignment/OfflineValidation/test/PVValidation_TEMPL_cfg.py", "Alignment/OfflineValidation/test/PVValidation_TEMPL.lsf", "Alignment/OfflineValidation/test/README.md", "Alignment/OfflineValidation/test/submitAllJobs.py", "Alignment/OfflineValidation/test/test_all_cfg.py", "Alignment/OfflineValidation/test/test_all_Phase2_cfg.py", "Alignment/OfflineValidation/test/testanalyzeDiMuonBiases.cpp", "Alignment/OfflineValidation/test/testCompare_cfg.py", "Alignment/OfflineValidation/test/testEoPPlotting.cpp", "Alignment/OfflineValidation/test/testG4Refitter_cfg.py", "Alignment/OfflineValidation/test/testingScripts/testPVValidation.sh", "Alignment/OfflineValidation/test/testingScripts/test_unitDiElectronVertex.sh", "Alignment/OfflineValidation/test/testingScripts/test_unitDiMuonVertex.sh", "Alignment/OfflineValidation/test/testingScripts/test_unitDiMuonV.sh", "Alignment/OfflineValidation/test/testingScripts/test_unitDMR.sh", "Alignment/OfflineValidation/test/testingScripts/test_unitEoP.sh", "Alignment/OfflineValidation/test/testingScripts/test_unitGCP.sh", "Alignment/OfflineValidation/test/testingScripts/test_unitGeneric.sh", "Alignment/OfflineValidation/test/testingScripts/test_unitJetHT.sh", "Alignment/OfflineValidation/test/testingScripts/test_unitMiscellanea.sh", "Alignment/OfflineValidation/test/testingScripts/test_unitMTS.sh", "Alignment/OfflineValidation/test/testingScripts/test_unitPixBary.sh", "Alignment/OfflineValidation/test/testingScripts/test_unitPrimaryVertex.sh", "Alignment/OfflineValidation/test/testingScripts/test_unitPV.sh", "Alignment/OfflineValidation/test/testingScripts/test_unitSplitV.sh", "Alignment/OfflineValidation/test/testingScripts/test_unitSubmitPVrbr.sh", "Alignment/OfflineValidation/test/testingScripts/test_unitSubmitPVsplit.sh", "Alignment/OfflineValidation/test/testingScripts/test_unitZmumu.sh", "Alignment/OfflineValidation/test/testingScripts/validateAlignments.sh", "Alignment/OfflineValidation/test/testIntoNtuples_cfg.py", "Alignment/OfflineValidation/test/testMuonAlignmentMonitor_cfg.py", "Alignment/OfflineValidation/test/testPrimaryVertexRelatedValidations_cfg.py", "Alignment/OfflineValidation/test/testPVPlotting.cpp", "Alignment/OfflineValidation/test/testPVValidation.ini", "Alignment/OfflineValidation/test/testPVValidation_Relvals_DATA.ini", "Alignment/OfflineValidation/test/testPVValidation_Relvals_MC.ini", "Alignment/OfflineValidation/test/testShortenedTrackValidation_cfg.py", "Alignment/OfflineValidation/test/testSplitterValidation_cfg.py", "Alignment/OfflineValidation/test/testTkAlStyle.C", "Alignment/OfflineValidation/test/testTrackAnalyzers.cc", "Alignment/OfflineValidation/test/TkAlV0sAnalyzer_cfg.py", "Alignment/OfflineValidation/test/unit_test.json", "Alignment/OfflineValidation/test/unit_test.yaml", "Alignment/ReferenceTrajectories/BuildFile.xml", "Alignment/ReferenceTrajectories/doc/ReferenceTrajectories.doc", "Alignment/ReferenceTrajectories/interface/BeamSpotGeomDet.h", "Alignment/ReferenceTrajectories/interface/BeamSpotTransientTrackingRecHit.h", "Alignment/ReferenceTrajectories/interface/BzeroReferenceTrajectory.h", "Alignment/ReferenceTrajectories/interface/DualBzeroReferenceTrajectory.h", "Alignment/ReferenceTrajectories/interface/DualReferenceTrajectory.h", "Alignment/ReferenceTrajectories/interface/ReferenceTrajectoryBase.h", "Alignment/ReferenceTrajectories/interface/ReferenceTrajectory.h", "Alignment/ReferenceTrajectories/interface/TrajectoryFactoryBase.h", "Alignment/ReferenceTrajectories/interface/TrajectoryFactoryPlugin.h", "Alignment/ReferenceTrajectories/interface/TwoBodyDecayTrajectory.h", "Alignment/ReferenceTrajectories/interface/TwoBodyDecayTrajectoryState.h", "Alignment/ReferenceTrajectories/plugins/BuildFile.xml", "Alignment/ReferenceTrajectories/plugins/BzeroReferenceTrajectoryFactory.cc", "Alignment/ReferenceTrajectories/plugins/BzeroReferenceTrajectoryFactory.h", "Alignment/ReferenceTrajectories/plugins/CombinedTrajectoryFactory.cc", "Alignment/ReferenceTrajectories/plugins/DualBzeroTrajectoryFactory.cc", "Alignment/ReferenceTrajectories/plugins/DualTrajectoryFactory.cc", "Alignment/ReferenceTrajectories/plugins/ReferenceTrajectoryFactory.cc", "Alignment/ReferenceTrajectories/plugins/TwoBodyDecayTrajectoryFactory.cc", "Alignment/ReferenceTrajectories/python/TrajectoryFactories_cff.py", "Alignment/ReferenceTrajectories/src/BeamSpotTransientTrackingRecHit.cc", "Alignment/ReferenceTrajectories/src/BzeroReferenceTrajectory.cc", "Alignment/ReferenceTrajectories/src/DualBzeroReferenceTrajectory.cc", "Alignment/ReferenceTrajectories/src/DualReferenceTrajectory.cc", "Alignment/ReferenceTrajectories/src/ReferenceTrajectoryBase.cc", "Alignment/ReferenceTrajectories/src/ReferenceTrajectory.cc", "Alignment/ReferenceTrajectories/src/TrajectoryFactoryBase.cc", "Alignment/ReferenceTrajectories/src/TrajectoryFactoryPlugin.cc", "Alignment/ReferenceTrajectories/src/TwoBodyDecayTrajectory.cc", "Alignment/ReferenceTrajectories/src/TwoBodyDecayTrajectoryState.cc", "Alignment/SurveyAnalysis/BuildFile.xml", "Alignment/SurveyAnalysis/data/BPix_Survey_info_raw.txt", "Alignment/SurveyAnalysis/data/CSCAlignmentPins.txt", "Alignment/SurveyAnalysis/data/FPixBPix_Survey.txt", "Alignment/SurveyAnalysis/doc/SurveyAnalysis.doc", "Alignment/SurveyAnalysis/interface/Chi2.h", "Alignment/SurveyAnalysis/interface/DTSurveyChamber.h", "Alignment/SurveyAnalysis/interface/DTSurvey.h", "Alignment/SurveyAnalysis/interface/SurveyAlignment.h", "Alignment/SurveyAnalysis/interface/SurveyAlignmentPoints.h", "Alignment/SurveyAnalysis/interface/SurveyAlignmentSensor.h", "Alignment/SurveyAnalysis/interface/SurveyDataReader.h", "Alignment/SurveyAnalysis/interface/SurveyInputBase.h", "Alignment/SurveyAnalysis/interface/SurveyInputTextReader.h", "Alignment/SurveyAnalysis/interface/SurveyOutput.h", "Alignment/SurveyAnalysis/interface/SurveyParameters.h", "Alignment/SurveyAnalysis/interface/SurveyPxbDicer.h", "Alignment/SurveyAnalysis/interface/SurveyPxbImage.h", "Alignment/SurveyAnalysis/interface/SurveyPxbImageLocalFit.h", "Alignment/SurveyAnalysis/interface/SurveyPxbImageReader.h", "Alignment/SurveyAnalysis/macros/align.C", "Alignment/SurveyAnalysis/macros/AlignLib.C", "Alignment/SurveyAnalysis/macros/NumbersAndNames.C", "Alignment/SurveyAnalysis/macros/PlotDiffsAll.C", "Alignment/SurveyAnalysis/macros/PlotDiffs.C", "Alignment/SurveyAnalysis/macros/PlotDiffsNotOk.C", "Alignment/SurveyAnalysis/macros/PlotDiffsOk.C", "Alignment/SurveyAnalysis/macros/rootlogon.C", "Alignment/SurveyAnalysis/plugins/BuildFile.xml", "Alignment/SurveyAnalysis/plugins/CreateSurveyRcds.cc", "Alignment/SurveyAnalysis/plugins/CreateSurveyRcds.h", "Alignment/SurveyAnalysis/plugins/DTSurveyConvert.cc", "Alignment/SurveyAnalysis/plugins/DTSurveyConvert.h", "Alignment/SurveyAnalysis/plugins/SurveyAlignmentAlgorithm.cc", "Alignment/SurveyAnalysis/plugins/SurveyAlignmentAlgorithm.h", "Alignment/SurveyAnalysis/plugins/SurveyDataConverter.cc", "Alignment/SurveyAnalysis/plugins/SurveyDataConverter.h", "Alignment/SurveyAnalysis/plugins/SurveyDBUploader.cc", "Alignment/SurveyAnalysis/plugins/SurveyDBUploader.h", "Alignment/SurveyAnalysis/plugins/SurveyInputCSCfromPins.cc", "Alignment/SurveyAnalysis/plugins/SurveyInputCSCfromPins.h", "Alignment/SurveyAnalysis/plugins/SurveyInputTrackerFromDB.cc", "Alignment/SurveyAnalysis/plugins/SurveyInputTrackerFromDB.h", "Alignment/SurveyAnalysis/plugins/SurveyMisalignmentInput.cc", "Alignment/SurveyAnalysis/plugins/SurveyMisalignmentInput.h", "Alignment/SurveyAnalysis/python/SurveyInfoScenario_cff.py", "Alignment/SurveyAnalysis/python/TIFSurveyInfo_cff.py", "Alignment/SurveyAnalysis/scripts/GetNewTibSurvey.pl", "Alignment/SurveyAnalysis/scripts/GetTibSurvey.pl", "Alignment/SurveyAnalysis/src/Chi2.cc", "Alignment/SurveyAnalysis/src/DTSurvey.cc", "Alignment/SurveyAnalysis/src/DTSurveyChamber.cc", "Alignment/SurveyAnalysis/src/SurveyAlignment.cc", "Alignment/SurveyAnalysis/src/SurveyAlignmentPoints.cc", "Alignment/SurveyAnalysis/src/SurveyAlignmentSensor.cc", "Alignment/SurveyAnalysis/src/SurveyDataReader.cc", "Alignment/SurveyAnalysis/src/SurveyInputBase.cc", "Alignment/SurveyAnalysis/src/SurveyInputTextReader.cc", "Alignment/SurveyAnalysis/src/SurveyOutput.cc", "Alignment/SurveyAnalysis/src/SurveyParameters.cc", "Alignment/SurveyAnalysis/src/SurveyPxbDicer.cc", "Alignment/SurveyAnalysis/src/SurveyPxbImage.cc", "Alignment/SurveyAnalysis/src/SurveyPxbImageLocalFit.cc", "Alignment/SurveyAnalysis/test/BuildFile.xml", "Alignment/SurveyAnalysis/test/run-converter_cfg.py", "Alignment/SurveyAnalysis/test/SurveyDBReader.cc", "Alignment/SurveyAnalysis/test/SurveyInputDummy.cc", "Alignment/SurveyAnalysis/test/SurveyInputTest.cc", "Alignment/SurveyAnalysis/test/SurveyTest.cc", "Alignment/SurveyAnalysis/test/test-analyze_cfg.py", "Alignment/SurveyAnalysis/test/TestConverter2.cpp", "Alignment/SurveyAnalysis/test/TestConverter.cpp", "Alignment/SurveyAnalysis/test/TestIdealGeometry2.cpp", "Alignment/SurveyAnalysis/test/TestIdealGeometry.cpp", "Alignment/SurveyAnalysis/test/upload_PixelSurvey_cfg.py", "Alignment/SurveyAnalysis/test/writeSurvey_cfg.py", "Alignment/TrackerAlignment/BuildFile.xml", "Alignment/TrackerAlignment/data/ALCARECOTkAlCosmics0T.dat", "Alignment/TrackerAlignment/data/ALCARECOTkAlMinBias.dat", "Alignment/TrackerAlignment/doc/TrackerAlignment.doc", "Alignment/TrackerAlignment/interface/AlignableSiStripDet.h", "Alignment/TrackerAlignment/interface/AlignableStackDet.h", "Alignment/TrackerAlignment/interface/AlignableTrackerBuilder.h", "Alignment/TrackerAlignment/interface/AlignableTracker.h", "Alignment/TrackerAlignment/interface/TrackerAlignableId.h", "Alignment/TrackerAlignment/interface/TrackerAlignableIndexer.h", "Alignment/TrackerAlignment/interface/TrackerAlignment.h", "Alignment/TrackerAlignment/interface/TrackerAlignmentLevelBuilder.h", "Alignment/TrackerAlignment/interface/TrackerNameSpace.h", "Alignment/TrackerAlignment/interface/TrackerScenarioBuilder.h", "Alignment/TrackerAlignment/interface/TrackerTreeVariables.h", "Alignment/TrackerAlignment/macros/CosmicRateTool_CosmicRates.C", "Alignment/TrackerAlignment/macros/CosmicRateTool_Kinematics.C", "Alignment/TrackerAlignment/macros/CosmicRateTool_MakeIdList.C", "Alignment/TrackerAlignment/macros/CosmicRateTool_PIXEL_HitRates.C", "Alignment/TrackerAlignment/plugins/AlignmentPrescaler.cc", "Alignment/TrackerAlignment/plugins/BuildFile.xml", "Alignment/TrackerAlignment/plugins/CosmicRateAnalyzer.cc", "Alignment/TrackerAlignment/plugins/CreateTrackerAlignmentRcds.cc", "Alignment/TrackerAlignment/plugins/MCMisalignmentScaler.cc", "Alignment/TrackerAlignment/plugins/MisalignedTrackerESProducer.cc", "Alignment/TrackerAlignment/plugins/TkAlCaOverlapTagger.cc", "Alignment/TrackerAlignment/plugins/TkAlCaSkimTreeMerger.cc", "Alignment/TrackerAlignment/plugins/TrackerSystematicMisalignments.cc", "Alignment/TrackerAlignment/plugins/TrackerTreeGenerator.cc", "Alignment/TrackerAlignment/python/AlignmentPrescaler_cff.py", "Alignment/TrackerAlignment/python/MisalignedTracker_cfi.py", "Alignment/TrackerAlignment/python/OverlapTagger_cff.py", "Alignment/TrackerAlignment/python/Scenarios_cff.py", "Alignment/TrackerAlignment/python/Scenarios_phase0_cff.py", "Alignment/TrackerAlignment/python/TkAlCaOverlapTagger_cff.py", "Alignment/TrackerAlignment/python/TkAlCaSkimTreeMerger_cff.py", "Alignment/TrackerAlignment/python/TrackerSystematicMisalignments_cfi.py", "Alignment/TrackerAlignment/python/TrackerTreeGenerator_cfi.py", "Alignment/TrackerAlignment/python/TreeMerger_cff.py", "Alignment/TrackerAlignment/scripts/cntevts_in_file.sh", "Alignment/TrackerAlignment/scripts/downloadFiles.sh", "Alignment/TrackerAlignment/scripts/jobConfig.sh", "Alignment/TrackerAlignment/scripts/Looper.sh", "Alignment/TrackerAlignment/scripts/mergemytree_cfg.tpl", "Alignment/TrackerAlignment/scripts/move_files_castor.sh", "Alignment/TrackerAlignment/scripts/MYmergelines.sh", "Alignment/TrackerAlignment/scripts/PlotTrackStats.C", "Alignment/TrackerAlignment/scripts/PrescaleLooper.tpl", "Alignment/TrackerAlignment/scripts/presc_exec.tpl", "Alignment/TrackerAlignment/scripts/query.py", "Alignment/TrackerAlignment/scripts/runJob.sh", "Alignment/TrackerAlignment/scripts/runListID.sh", "Alignment/TrackerAlignment/scripts/runPlotter.sh", "Alignment/TrackerAlignment/scripts/skim_exec.tpl", "Alignment/TrackerAlignment/scripts/SkimLooper.tpl", "Alignment/TrackerAlignment/scripts/taglist.txt", "Alignment/TrackerAlignment/scripts/TkAlCaRecoPrescaling.ALCARECOTkAlCosmics0T.tpl", "Alignment/TrackerAlignment/scripts/TkAlCaRecoPrescaling.ALCARECOTkAlMinBias.tpl", "Alignment/TrackerAlignment/scripts/TkAlCaRecoSkimming.ALCARECOTkAlCosmics0T.tpl", "Alignment/TrackerAlignment/scripts/TkAlCaRecoSkimming.ALCARECOTkAlMinBias.tpl", "Alignment/TrackerAlignment/src/AlignableSiStripDet.cc", "Alignment/TrackerAlignment/src/AlignableStackDet.cc", "Alignment/TrackerAlignment/src/AlignableTrackerBuilder.cc", "Alignment/TrackerAlignment/src/AlignableTracker.cc", "Alignment/TrackerAlignment/src/TrackerAlignableId.cc", "Alignment/TrackerAlignment/src/TrackerAlignableIndexer.cc", "Alignment/TrackerAlignment/src/TrackerAlignment.cc", "Alignment/TrackerAlignment/src/TrackerAlignmentLevelBuilder.cc", "Alignment/TrackerAlignment/src/TrackerNameSpace.cc", "Alignment/TrackerAlignment/src/TrackerScenarioBuilder.cc", "Alignment/TrackerAlignment/test/add-ape_cfg.py", "Alignment/TrackerAlignment/test/alignment_forGeomComp_cfg_TEMPLATE.py", "Alignment/TrackerAlignment/test/ApeAdder.cpp", "Alignment/TrackerAlignment/test/BuildFile.xml", "Alignment/TrackerAlignment/test/cosmicRateAnalyzer_cfg.py", "Alignment/TrackerAlignment/test/createTrackerAlignmentRcds_cfg.py", "Alignment/TrackerAlignment/test/createTrackerAlignmentRcds_Phase2_cfg.py", "Alignment/TrackerAlignment/test/mcMisalignmentScaler_cfg.py", "Alignment/TrackerAlignment/test/Misalignments/createRandomlyMisalignedGeometry_cfg.py", "Alignment/TrackerAlignment/test/Misalignments/createRandomlyMisalignedGeometry_Phase2_cfg.py", "Alignment/TrackerAlignment/test/pixelPositions.sh", "Alignment/TrackerAlignment/test/TestAnalyzer.cpp", "Alignment/TrackerAlignment/test/testCreateRandomMisalignment.sh", "Alignment/TrackerAlignment/test/testCreateReferenceRecords.sh", "Alignment/TrackerAlignment/test/test-hierarchy_cfg.py", "Alignment/TrackerAlignment/test/test-misalign_cfg.py", "Alignment/TrackerAlignment/test/testProduceAllMisalignments.sh", "Alignment/TrackerAlignment/test/testProduceSystematicMisalignment_cfg.py", "Alignment/TrackerAlignment/test/test-read_cfg.py", "Alignment/TrackerAlignment/test/TestReader.cpp", "Alignment/TrackerAlignment/test/TestTrackerHierarchy.cpp", "Alignment/TrackerAlignment/test/TrackerGeometryAnalyzer.cc", "Alignment/TrackerAlignment/test/trackerGeometryAnalyzer_cfg.py", "Alignment/TrackerAlignment/test/TrackerGeometryAnalyzer.h", "Alignment/TrackerAlignment/test/trackerTreeGenerator_cfg.py", "Alignment/TwoBodyDecay/BuildFile.xml", "Alignment/TwoBodyDecay/interface/TwoBodyDecayDerivatives.h", "Alignment/TwoBodyDecay/interface/TwoBodyDecayEstimator.h", "Alignment/TwoBodyDecay/interface/TwoBodyDecayFitter.h", "Alignment/TwoBodyDecay/interface/TwoBodyDecay.h", "Alignment/TwoBodyDecay/interface/TwoBodyDecayLinearizationPointFinder.h", "Alignment/TwoBodyDecay/interface/TwoBodyDecayModel.h", "Alignment/TwoBodyDecay/interface/TwoBodyDecayParameters.h", "Alignment/TwoBodyDecay/interface/TwoBodyDecayVirtualMeasurement.h", "Alignment/TwoBodyDecay/src/TwoBodyDecayDerivatives.cc", "Alignment/TwoBodyDecay/src/TwoBodyDecayEstimator.cc", "Alignment/TwoBodyDecay/src/TwoBodyDecayFitter.cc", "Alignment/TwoBodyDecay/src/TwoBodyDecayLinearizationPointFinder.cc", "Alignment/TwoBodyDecay/src/TwoBodyDecayModel.cc", "AnalysisAlgos/SiStripClusterInfoProducer/plugins/BuildFile.xml", "AnalysisAlgos/SiStripClusterInfoProducer/plugins/SiStripProcessedRawDigiProducer.cc", "AnalysisAlgos/SiStripClusterInfoProducer/python/SiStripProcessedRawDigiProducer_cfi.py", "AnalysisAlgos/SiStripClusterInfoProducer/python/SiStripProcessedRawDigiProducer_SimData_cfi.py", "AnalysisAlgos/TrackInfoProducer/BuildFile.xml", "AnalysisAlgos/TrackInfoProducer/interface/TrackInfoProducerAlgorithm.h", "AnalysisAlgos/TrackInfoProducer/python/TrackInfoProducer_cfi.py", "AnalysisAlgos/TrackInfoProducer/src/TrackInfoProducerAlgorithm.cc", "AnalysisAlgos/TrackInfoProducer/src/TrackInfoProducer.cc", "AnalysisAlgos/TrackInfoProducer/test/BuildFile.xml", "AnalysisAlgos/TrackInfoProducer/test/TrackInfoAnalyzer.cc", "AnalysisAlgos/TrackInfoProducer/test/TrackInfoAnalyzerExample.cc", "AnalysisDataFormats/EWK/BuildFile.xml", "AnalysisDataFormats/EWK/src/classes.h", "AnalysisDataFormats/SUSYBSMObjects/BuildFile.xml", "AnalysisDataFormats/SUSYBSMObjects/interface/HSCParticle.h", "AnalysisDataFormats/SUSYBSMObjects/interface/HSCPCaloInfo.h", "AnalysisDataFormats/SUSYBSMObjects/interface/HSCPDeDxInfo.h", "AnalysisDataFormats/SUSYBSMObjects/interface/HSCPIsolation.h", "AnalysisDataFormats/SUSYBSMObjects/interface/MuonSegment.h", "AnalysisDataFormats/SUSYBSMObjects/src/classes_def.xml", "AnalysisDataFormats/SUSYBSMObjects/src/classes.h", "AnalysisDataFormats/SUSYBSMObjects/src/HSCParticle.cc", "AnalysisDataFormats/TopObjects/BuildFile.xml", "AnalysisDataFormats/TopObjects/interface/StEvtSolution.h", "AnalysisDataFormats/TopObjects/interface/StGenEvent.h", "AnalysisDataFormats/TopObjects/interface/TopGenEvent.h", "AnalysisDataFormats/TopObjects/interface/TtDilepEvtSolution.h", "AnalysisDataFormats/TopObjects/interface/TtEvent.h", "AnalysisDataFormats/TopObjects/interface/TtEventPartons.h", "AnalysisDataFormats/TopObjects/interface/TtFullHadEvtPartons.h", "AnalysisDataFormats/TopObjects/interface/TtFullHadronicEvent.h", "AnalysisDataFormats/TopObjects/interface/TtFullLepEvtPartons.h", "AnalysisDataFormats/TopObjects/interface/TtFullLeptonicEvent.h", "AnalysisDataFormats/TopObjects/interface/TtGenEvent.h", "AnalysisDataFormats/TopObjects/interface/TtHadEvtSolution.h", "AnalysisDataFormats/TopObjects/interface/TtSemiEvtSolution.h", "AnalysisDataFormats/TopObjects/interface/TtSemiLepEvtPartons.h", "AnalysisDataFormats/TopObjects/interface/TtSemiLeptonicEvent.h", "AnalysisDataFormats/TopObjects/src/classes_def.xml", "AnalysisDataFormats/TopObjects/src/classes.h", "AnalysisDataFormats/TopObjects/src/printParticle.cc", "AnalysisDataFormats/TopObjects/src/printParticle.h", "AnalysisDataFormats/TopObjects/src/StEvtSolution.cc", "AnalysisDataFormats/TopObjects/src/StGenEvent.cc", "AnalysisDataFormats/TopObjects/src/TopGenEvent.cc", "AnalysisDataFormats/TopObjects/src/TtDilepEvtSolution.cc", "AnalysisDataFormats/TopObjects/src/TtEvent.cc", "AnalysisDataFormats/TopObjects/src/TtEventPartons.cc", "AnalysisDataFormats/TopObjects/src/TtFullHadEvtPartons.cc", "AnalysisDataFormats/TopObjects/src/TtFullHadronicEvent.cc", "AnalysisDataFormats/TopObjects/src/TtFullLepEvtPartons.cc", "AnalysisDataFormats/TopObjects/src/TtFullLeptonicEvent.cc", "AnalysisDataFormats/TopObjects/src/TtGenEvent.cc", "AnalysisDataFormats/TopObjects/src/TtHadEvtSolution.cc", "AnalysisDataFormats/TopObjects/src/TtSemiEvtSolution.cc", "AnalysisDataFormats/TopObjects/src/TtSemiLepEvtPartons.cc", "AnalysisDataFormats/TopObjects/src/TtSemiLeptonicEvent.cc", "AnalysisDataFormats/TrackInfo/BuildFile.xml", "AnalysisDataFormats/TrackInfo/interface/RecoTracktoTPCollection.h", "AnalysisDataFormats/TrackInfo/interface/RecoTracktoTP.h", "AnalysisDataFormats/TrackInfo/interface/TPtoRecoTrackCollection.h", "AnalysisDataFormats/TrackInfo/interface/TPtoRecoTrack.h", "AnalysisDataFormats/TrackInfo/interface/TrackInfoEnum.h", "AnalysisDataFormats/TrackInfo/interface/TrackInfoFwd.h", "AnalysisDataFormats/TrackInfo/interface/TrackInfo.h", "AnalysisDataFormats/TrackInfo/interface/TrackInfoTrackAssociation.h", "AnalysisDataFormats/TrackInfo/interface/TrackingRecHitInfo.h", "AnalysisDataFormats/TrackInfo/interface/TrackingStateInfo.h", "AnalysisDataFormats/TrackInfo/src/classes_def.xml", "AnalysisDataFormats/TrackInfo/src/classes.h", "AnalysisDataFormats/TrackInfo/src/RecoTracktoTP.cc", "AnalysisDataFormats/TrackInfo/src/TPtoRecoTrack.cc", "AnalysisDataFormats/TrackInfo/src/TrackInfo.cc", "AnalysisDataFormats/TrackInfo/src/TrackingRecHitInfo.cc", "BigProducts/Simulation/BuildFile.xml", "CalibCalorimetry/CaloMiscalibTools/BuildFile.xml", "CalibCalorimetry/CaloMiscalibTools/data/download.url", "CalibCalorimetry/CaloMiscalibTools/interface/CaloMiscalibMapEcal.h", "CalibCalorimetry/CaloMiscalibTools/interface/CaloMiscalibMap.h", "CalibCalorimetry/CaloMiscalibTools/interface/CaloMiscalibMapHcal.h", "CalibCalorimetry/CaloMiscalibTools/interface/CaloMiscalibTools.h", "CalibCalorimetry/CaloMiscalibTools/interface/CaloMiscalibToolsMC.h", "CalibCalorimetry/CaloMiscalibTools/interface/EcalRecHitRecalib.h", "CalibCalorimetry/CaloMiscalibTools/interface/HcalRecHitRecalib.h", "CalibCalorimetry/CaloMiscalibTools/interface/MiscalibReaderFromXMLDomUtils.h", "CalibCalorimetry/CaloMiscalibTools/interface/MiscalibReaderFromXMLDomUtils.icc", "CalibCalorimetry/CaloMiscalibTools/interface/MiscalibReaderFromXMLEcalBarrel.h", "CalibCalorimetry/CaloMiscalibTools/interface/MiscalibReaderFromXMLEcalEndcap.h", "CalibCalorimetry/CaloMiscalibTools/interface/MiscalibReaderFromXML.h", "CalibCalorimetry/CaloMiscalibTools/interface/MiscalibReaderFromXMLHcal.h", "CalibCalorimetry/CaloMiscalibTools/interface/WriteEcalMiscalibConstants.h", "CalibCalorimetry/CaloMiscalibTools/interface/WriteEcalMiscalibConstantsMC.h", "CalibCalorimetry/CaloMiscalibTools/plugins/BuildFile.xml", "CalibCalorimetry/CaloMiscalibTools/plugins/CaloMiscalibTools.cc", "CalibCalorimetry/CaloMiscalibTools/plugins/CaloMiscalibToolsMC.cc", "CalibCalorimetry/CaloMiscalibTools/plugins/EcalRecHitRecalib.cc", "CalibCalorimetry/CaloMiscalibTools/plugins/HcalRecHitRecalib.cc", "CalibCalorimetry/CaloMiscalibTools/plugins/SealModule.cc", "CalibCalorimetry/CaloMiscalibTools/plugins/WriteEcalMiscalibConstants.cc", "CalibCalorimetry/CaloMiscalibTools/plugins/WriteEcalMiscalibConstantsMC.cc", "CalibCalorimetry/CaloMiscalibTools/src/MiscalibReaderXML.cc", "CalibCalorimetry/CaloMiscalibTools/src/MiscalibReaderXMLEcalBarrel.cc", "CalibCalorimetry/CaloMiscalibTools/src/MiscalibReaderXMLEcalEndcap.cc", "CalibCalorimetry/CaloMiscalibTools/src/MiscalibReaderXMLHcal.cc", "CalibCalorimetry/CaloMiscalibTools/test/CreateSQLiteFromXML.sh", "CalibCalorimetry/CaloMiscalibTools/test/hcalmiscal_cfg.py", "CalibCalorimetry/CaloMiscalibTools/test/make_ecal_miscaplibration.py", "CalibCalorimetry/CaloMiscalibTools/test/make_miscalibration.py", "CalibCalorimetry/CaloMiscalibTools/test/RunJob.sh", "CalibCalorimetry/CaloMiscalibTools/test/run.sh", "CalibCalorimetry/CaloMiscalibTools/test/valid_hcalcells.txt", "CalibCalorimetry/CaloMiscalibTools/test/writeXMLinSqliteMC.py", "CalibCalorimetry/CaloMiscalibTools/test/writeXMLinSqlite.py", "CalibCalorimetry/CaloTPG/BuildFile.xml", "CalibCalorimetry/CaloTPG/data/outputLUTtranscoder_CROZET.dat", "CalibCalorimetry/CaloTPG/data/outputLUTtranscoder_CRUZET_v2.1.dat", "CalibCalorimetry/CaloTPG/data/outputLUTtranscoder.dat", "CalibCalorimetry/CaloTPG/data/outputLUTtranscoder_physics.dat", "CalibCalorimetry/CaloTPG/data/TPGcalcDecompress2.txt", "CalibCalorimetry/CaloTPG/interface/CaloTPGTranscoderULUT.h", "CalibCalorimetry/CaloTPG/plugins/BuildFile.xml", "CalibCalorimetry/CaloTPG/plugins/CaloTPGTranscoderULUTs.cc", "CalibCalorimetry/CaloTPG/python/CaloTPGTranscoder_cfi.py", "CalibCalorimetry/CaloTPG/python/tpScales_cff.py", "CalibCalorimetry/CaloTPG/src/CaloTPGTranscoderULUT.cc", "CalibCalorimetry/CastorCalib/BuildFile.xml", "CalibCalorimetry/CastorCalib/doc/CastorCalib.doc", "CalibCalorimetry/CastorCalib/interface/CastorAlgoUtils.h", "CalibCalorimetry/CastorCalib/interface/CastorDbASCIIIO.h", "CalibCalorimetry/CastorCalib/interface/CastorDbHardcode.h", "CalibCalorimetry/CastorCalib/interface/CastorDbXml.h", "CalibCalorimetry/CastorCalib/interface/CastorLedAnalysis.h", "CalibCalorimetry/CastorCalib/interface/CastorPedestalAnalysis.h", "CalibCalorimetry/CastorCalib/interface/CastorPulseContainmentCorrection.h", "CalibCalorimetry/CastorCalib/interface/CastorPulseShapes.h", "CalibCalorimetry/CastorCalib/interface/CastorTimeSlew.h", "CalibCalorimetry/CastorCalib/plugins/BuildFile.xml", "CalibCalorimetry/CastorCalib/plugins/CastorDbProducer.cc", "CalibCalorimetry/CastorCalib/plugins/CastorHardcodeCalibrations.cc", "CalibCalorimetry/CastorCalib/plugins/CastorPedestalsAnalysis.cc", "CalibCalorimetry/CastorCalib/plugins/CastorTextCalibrations.cc", "CalibCalorimetry/CastorCalib/python/CastorDbProducer_cfi.py", "CalibCalorimetry/CastorCalib/src/CastorAlgoUtils.cc", "CalibCalorimetry/CastorCalib/src/CastorDbASCIIIO.cc", "CalibCalorimetry/CastorCalib/src/CastorDbHardcode.cc", "CalibCalorimetry/CastorCalib/src/CastorDbXml.cc", "CalibCalorimetry/CastorCalib/src/CastorLedAnalysis.cc", "CalibCalorimetry/CastorCalib/src/CastorPedestalAnalysis.cc", "CalibCalorimetry/CastorCalib/src/CastorPulseContainmentCorrection.cc", "CalibCalorimetry/CastorCalib/src/CastorPulseShapes.cc", "CalibCalorimetry/CastorCalib/src/CastorTimeSlew.cc", "CalibCalorimetry/CastorCalib/test/castor_localrun_pedestals_cfg.py", "CalibCalorimetry/Configuration/python/Ecal_FakeConditions_cff.py", "CalibCalorimetry/Configuration/python/Ecal_FrontierConditions_cff.py", "CalibCalorimetry/Configuration/python/Ecal_FrontierConditions_DevDB_cff.py", "CalibCalorimetry/Configuration/python/Ecal_FrontierConditions_IntDB_cff.py", "CalibCalorimetry/Configuration/python/Hcal_FakeConditions_cff.py", "CalibCalorimetry/Configuration/python/Hcal_FrontierConditions_cff.py", "CalibCalorimetry/Configuration/python/Hcal_FrontierConditions_DevDB_cff.py", "CalibCalorimetry/Configuration/python/Hcal_FrontierConditions_IntDB_cff.py", "CalibCalorimetry/EBPhase2TPGTools/BuildFile.xml", "CalibCalorimetry/EBPhase2TPGTools/plugins/BuildFile.xml", "CalibCalorimetry/EBPhase2TPGTools/plugins/EcalEBPhase2TPParamProducer.cc", "CalibCalorimetry/EBPhase2TPGTools/python/ecalEBPhase2TPParamProducer_cfi.py", "CalibCalorimetry/EBPhase2TPGTools/test/runEBPhase2TPParamProducer.py", "CalibCalorimetry/EcalCorrectionModules/BuildFile.xml", "CalibCalorimetry/EcalCorrectionModules/src/EcalGlobalShowerContainmentCorrectionsVsEtaESProducer.cc", "CalibCalorimetry/EcalCorrectionModules/src/EcalShowerContainmentCorrectionsESProducer.cc", "CalibCalorimetry/EcalCorrectionModules/test/BuildFile.xml", "CalibCalorimetry/EcalCorrectionModules/test/stubs/EcalContainmentCorrectionAnalyzer.cc", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/BuildFile.xml", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/doc/EcalCorrelatedNoiseAnalysisAlgos.doc", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/interface/TEcnaGui.h", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/interface/TEcnaHeader.h", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/interface/TEcnaHistos.h", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/interface/TEcnaNArrayD.h", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/interface/TEcnaNumbering.h", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/interface/TEcnaObject.h", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/interface/TEcnaParCout.h", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/interface/TEcnaParEcal.h", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/interface/TEcnaParHistos.h", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/interface/TEcnaParPaths.h", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/interface/TEcnaRead.h", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/interface/TEcnaResultType.h", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/interface/TEcnaRootFile.h", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/interface/TEcnaRun.h", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/interface/TEcnaWrite.h", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/src/classes_def.xml", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/src/classes.h", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/src/TEcnaGui.cc", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/src/TEcnaHeader.cc", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/src/TEcnaHistos.cc", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/src/TEcnaNArrayD.cc", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/src/TEcnaNumbering.cc", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/src/TEcnaObject.cc", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/src/TEcnaParCout.cc", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/src/TEcnaParEcal.cc", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/src/TEcnaParHistos.cc", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/src/TEcnaParPaths.cc", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/src/TEcnaRead.cc", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/src/TEcnaResultType.cc", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/src/TEcnaRootFile.cc", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/src/TEcnaRun.cc", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/src/TEcnaWrite.cc", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/test/BuildFile.xml", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/test/EcnaCalculationsExample.cc", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/test/EcnaGuiEB.cc", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/test/EcnaGuiEE.cc", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/test/EcnaHistosExample1.cc", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisAlgos/test/EcnaHistosExample2.cc", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/BuildFile.xml", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0.py", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R175975_1_0_150_Dee0.py", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R175975_1_0_150_SM0.py", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPython_AdcPeg12_S1_10_R178231_1_0_150_Dee0.py", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaPythonFlagFile", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_1.py", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2_data.py", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2.py", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_2_simul.py", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemPythonModuleInsert_3.py", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanLSFJOBReports", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanPythonFiles", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptCleanSubmissionScripts", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptPython", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/EcnaSystemScriptSubmit", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/Simple_texte.txt", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160077", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160994", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R160998", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161016", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161020", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R161311", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R162517", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R162811", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R170298", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R175975", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/data/SourceForPython_R178231", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/interface/EcnaAnalyzer.h", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/src/EcnaAnalyzer.cc", "CalibCalorimetry/EcalCorrelatedNoiseAnalysisModules/src/SealModule.cc", "CalibCalorimetry/EcalLaserAnalyzer/BuildFile.xml", "CalibCalorimetry/EcalLaserAnalyzer/doc/EcalLaserAnalyzer.doc", "CalibCalorimetry/EcalLaserAnalyzer/interface/MEChannel.h", "CalibCalorimetry/EcalLaserAnalyzer/interface/MEEBGeom.h", "CalibCalorimetry/EcalLaserAnalyzer/interface/MEEEGeom.h", "CalibCalorimetry/EcalLaserAnalyzer/interface/MEGeom.h", "CalibCalorimetry/EcalLaserAnalyzer/interface/ME.h", "CalibCalorimetry/EcalLaserAnalyzer/interface/MELaserPrim.h", "CalibCalorimetry/EcalLaserAnalyzer/interface/PulseFit.h", "CalibCalorimetry/EcalLaserAnalyzer/interface/PulseFitWithFunction.h", "CalibCalorimetry/EcalLaserAnalyzer/interface/PulseFitWithShape.h", "CalibCalorimetry/EcalLaserAnalyzer/interface/Shape.h", "CalibCalorimetry/EcalLaserAnalyzer/interface/TAPD.h", "CalibCalorimetry/EcalLaserAnalyzer/interface/TAPDPulse.h", "CalibCalorimetry/EcalLaserAnalyzer/interface/TFParams.h", "CalibCalorimetry/EcalLaserAnalyzer/interface/TMarkov.h", "CalibCalorimetry/EcalLaserAnalyzer/interface/TMatacq.h", "CalibCalorimetry/EcalLaserAnalyzer/interface/TMem.h", "CalibCalorimetry/EcalLaserAnalyzer/interface/TMom.h", "CalibCalorimetry/EcalLaserAnalyzer/interface/TMTQ.h", "CalibCalorimetry/EcalLaserAnalyzer/interface/TPNCor.h", "CalibCalorimetry/EcalLaserAnalyzer/interface/TPNFit.h", "CalibCalorimetry/EcalLaserAnalyzer/interface/TPN.h", "CalibCalorimetry/EcalLaserAnalyzer/interface/TPNPulse.h", "CalibCalorimetry/EcalLaserAnalyzer/interface/TSFit.h", "CalibCalorimetry/EcalLaserAnalyzer/interface/TShapeAnalysis.h", "CalibCalorimetry/EcalLaserAnalyzer/plugins/BuildFile.xml", "CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalABAnalyzer.cc", "CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalABAnalyzer.h", "CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalLaserAnalyzer2.cc", "CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalLaserAnalyzer2.h", "CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalLaserAnalyzer.cc", "CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalLaserAnalyzer.h", "CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalLaserAnalyzerYousi.cc", "CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalMatacqAnalyzer.cc", "CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalMatacqAnalyzer.h", "CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalPerEvtLaserAnalyzer.cc", "CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalPerEvtLaserAnalyzer.h", "CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalPerEvtMatacqAnalyzer.cc", "CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalPerEvtMatacqAnalyzer.h", "CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalStatusAnalyzer.cc", "CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalStatusAnalyzer.h", "CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalTestPulseAnalyzer.cc", "CalibCalorimetry/EcalLaserAnalyzer/plugins/EcalTestPulseAnalyzer.h", "CalibCalorimetry/EcalLaserAnalyzer/scripts/analyzeSM.pl", "CalibCalorimetry/EcalLaserAnalyzer/scripts/cp.sh", "CalibCalorimetry/EcalLaserAnalyzer/scripts/createDirs.csh", "CalibCalorimetry/EcalLaserAnalyzer/scripts/detectSM.pl", "CalibCalorimetry/EcalLaserAnalyzer/scripts/install.csh", "CalibCalorimetry/EcalLaserAnalyzer/scripts/install_env.csh", "CalibCalorimetry/EcalLaserAnalyzer/scripts/LM.pl", "CalibCalorimetry/EcalLaserAnalyzer/scripts/lnsf.sh", "CalibCalorimetry/EcalLaserAnalyzer/scripts/lns.sh", "CalibCalorimetry/EcalLaserAnalyzer/scripts/mkdir.sh", "CalibCalorimetry/EcalLaserAnalyzer/scripts/monitoringFunctions.pl", "CalibCalorimetry/EcalLaserAnalyzer/scripts/mon.pl", "CalibCalorimetry/EcalLaserAnalyzer/scripts/musecal", "CalibCalorimetry/EcalLaserAnalyzer/scripts/runLaserAnalyzer.sh", "CalibCalorimetry/EcalLaserAnalyzer/scripts/runLaserDigiReco.sh", "CalibCalorimetry/EcalLaserAnalyzer/scripts/submitJobPy.csh", "CalibCalorimetry/EcalLaserAnalyzer/src/classes_def.xml", "CalibCalorimetry/EcalLaserAnalyzer/src/classes.h", "CalibCalorimetry/EcalLaserAnalyzer/src/ME.cc", "CalibCalorimetry/EcalLaserAnalyzer/src/MEChannel.cc", "CalibCalorimetry/EcalLaserAnalyzer/src/MEEBGeom.cc", "CalibCalorimetry/EcalLaserAnalyzer/src/MEEEGeom.cc", "CalibCalorimetry/EcalLaserAnalyzer/src/MEGeom.cc", "CalibCalorimetry/EcalLaserAnalyzer/src/MELaserPrim.cc", "CalibCalorimetry/EcalLaserAnalyzer/src/PulseFitWithFunction.cc", "CalibCalorimetry/EcalLaserAnalyzer/src/PulseFitWithShape.cc", "CalibCalorimetry/EcalLaserAnalyzer/src/TAPD.cc", "CalibCalorimetry/EcalLaserAnalyzer/src/TAPDPulse.cc", "CalibCalorimetry/EcalLaserAnalyzer/src/TFParams.cc", "CalibCalorimetry/EcalLaserAnalyzer/src/TMarkov.cc", "CalibCalorimetry/EcalLaserAnalyzer/src/TMatacq.cc", "CalibCalorimetry/EcalLaserAnalyzer/src/TMem.cc", "CalibCalorimetry/EcalLaserAnalyzer/src/TMom.cc", "CalibCalorimetry/EcalLaserAnalyzer/src/TMTQ.cc", "CalibCalorimetry/EcalLaserAnalyzer/src/TPN.cc", "CalibCalorimetry/EcalLaserAnalyzer/src/TPNCor.cc", "CalibCalorimetry/EcalLaserAnalyzer/src/TPNFit.cc", "CalibCalorimetry/EcalLaserAnalyzer/src/TPNPulse.cc", "CalibCalorimetry/EcalLaserAnalyzer/src/TSFit.cc", "CalibCalorimetry/EcalLaserAnalyzer/src/TShapeAnalysis.cc", "CalibCalorimetry/EcalLaserAnalyzer/test/BuildFile.xml", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/cleanup.sh", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/createListsOfRuns.sh", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/dictgen.mk", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/generatePrim.pl", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/genmak.sh", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/gen.mk", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/getListOfRuns.pl", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/Makefile", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/musecal", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/setup", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/setup.sh", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/classes_def.xml", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/classes.h", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/createEBHist.cc", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/getChannel.cc", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/MECanvasHolder.cc", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/MECanvasHolder.hh", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/MEChanPanel.cc", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/MEChanPanel.hh", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/MEClickableCanvas.cc", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/MEClickableCanvas.hh", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/MEEBDisplay.cc", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/MEEBDisplay.hh", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/MEEEDisplay.cc", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/MEEEDisplay.hh", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/MELeafPanel.cc", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/MELeafPanel.hh", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/MEMultiVarPanel.cc", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/MEMultiVarPanel.hh", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/MEPlotWindow.cc", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/MEPlotWindow.hh", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/MERun.cc", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/MERun.hh", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/MERunManager.cc", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/MERunManager.hh", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/MERunPanel.cc", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/MERunPanel.hh", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/METimeInterval.cc", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/METimeInterval.hh", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/MEVarVector.cc", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/MEVarVector.hh", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/module.mk", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/MusEcal.cc", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/MusEcalGUI.cc", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/MusEcalGUI.hh", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/MusEcal.hh", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/runGeom.cc", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/runGUI.cc", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/runTest.cc", "CalibCalorimetry/EcalLaserAnalyzer/test/MusEcal/src/writePrim.cc", "CalibCalorimetry/EcalLaserAnalyzer/test/print_ecal_geom.cc", "CalibCalorimetry/EcalLaserCorrection/BuildFile.xml", "CalibCalorimetry/EcalLaserCorrection/doc/EcalLaserCorrection.doc", "CalibCalorimetry/EcalLaserCorrection/interface/EcalLaserDbRecord.h", "CalibCalorimetry/EcalLaserCorrection/interface/EcalLaserDbRecordMC.h", "CalibCalorimetry/EcalLaserCorrection/interface/EcalLaserDbService.h", "CalibCalorimetry/EcalLaserCorrection/plugins/BuildFile.xml", "CalibCalorimetry/EcalLaserCorrection/plugins/EcalLaserCorrectionService.cc", "CalibCalorimetry/EcalLaserCorrection/plugins/EcalLaserCorrectionServiceMC.cc", "CalibCalorimetry/EcalLaserCorrection/python/ecalLaserCorrectionService_cfi.py", "CalibCalorimetry/EcalLaserCorrection/src/EcalLaserDbRecord.cc", "CalibCalorimetry/EcalLaserCorrection/src/EcalLaserDbRecordMC.cc", "CalibCalorimetry/EcalLaserCorrection/src/EcalLaserDbService.cc", "CalibCalorimetry/EcalLaserCorrection/test/BuildFile.xml", "CalibCalorimetry/EcalLaserCorrection/test/EcalLaserDbAnalyzer.cc", "CalibCalorimetry/EcalLaserCorrection/test/EcalLaserTestAnalyzer.cc", "CalibCalorimetry/EcalLaserCorrection/test/README", "CalibCalorimetry/EcalLaserCorrection/test/runLaserCorrection.csh", "CalibCalorimetry/EcalLaserSorting/BuildFile.xml", "CalibCalorimetry/EcalLaserSorting/ChangeLog", "CalibCalorimetry/EcalLaserSorting/interface/LaserSorter.h", "CalibCalorimetry/EcalLaserSorting/interface/LmfSource.h", "CalibCalorimetry/EcalLaserSorting/interface/WatcherSource.h", "CalibCalorimetry/EcalLaserSorting/interface/WatcherStreamFileReader.h", "CalibCalorimetry/EcalLaserSorting/python/laserSorter_cfi.py", "CalibCalorimetry/EcalLaserSorting/python/LmfSource_cfi.py", "CalibCalorimetry/EcalLaserSorting/python/watcherSource_cfi.py", "CalibCalorimetry/EcalLaserSorting/src/LaserSorter.cc", "CalibCalorimetry/EcalLaserSorting/src/LmfSource.cc", "CalibCalorimetry/EcalLaserSorting/src/Majority.cc", "CalibCalorimetry/EcalLaserSorting/src/Majority.h", "CalibCalorimetry/EcalLaserSorting/src/SealModules.cc", "CalibCalorimetry/EcalLaserSorting/src/WatcherSource.cc", "CalibCalorimetry/EcalLaserSorting/src/WatcherStreamFileReader.cc", "CalibCalorimetry/EcalLaserSorting/test/BuildFile.xml", "CalibCalorimetry/EcalLaserSorting/test/laserSorting.py", "CalibCalorimetry/EcalLaserSorting/test/LmfSource.py", "CalibCalorimetry/EcalLaserSorting/test/RunStreamer.sh", "CalibCalorimetry/EcalLaserSorting/test/streamIn_cfg.py", "CalibCalorimetry/EcalLaserSorting/test/streamOutAlt_cfg.py", "CalibCalorimetry/EcalLaserSorting/test/streamOut_cfg.py", "CalibCalorimetry/EcalLaserSorting/test/streamOutExt_cfg.py", "CalibCalorimetry/EcalLaserSorting/test/streamOutPadding_cfg.py", "CalibCalorimetry/EcalPedestalOffsets/BuildFile.xml", "CalibCalorimetry/EcalPedestalOffsets/interface/EcalPedOffset.h", "CalibCalorimetry/EcalPedestalOffsets/interface/testChannel.h", "CalibCalorimetry/EcalPedestalOffsets/interface/TPedResult.h", "CalibCalorimetry/EcalPedestalOffsets/interface/TPedValues.h", "CalibCalorimetry/EcalPedestalOffsets/interface/TSinglePedEntry.h", "CalibCalorimetry/EcalPedestalOffsets/python/EcalPedestalOffsets_cfi.py", "CalibCalorimetry/EcalPedestalOffsets/src/EcalPedOffset.cc", "CalibCalorimetry/EcalPedestalOffsets/src/SealModule.cc", "CalibCalorimetry/EcalPedestalOffsets/src/testChannel.cc", "CalibCalorimetry/EcalPedestalOffsets/src/TPedValues.cc", "CalibCalorimetry/EcalPedestalOffsets/src/TSinglePedEntry.cc", "CalibCalorimetry/EcalPedestalOffsets/test/readRootFile.C", "CalibCalorimetry/EcalSRTools/BuildFile.xml", "CalibCalorimetry/EcalSRTools/interface/EcalDccWeightBuilder.h", "CalibCalorimetry/EcalSRTools/src/EcalDccWeightBuilder.cc", "CalibCalorimetry/EcalSRTools/src/PasswordReader.cc", "CalibCalorimetry/EcalSRTools/src/PasswordReader.h", "CalibCalorimetry/EcalSRTools/src/SealModules.cc", "CalibCalorimetry/EcalSRTools/test/produceDccWeights.py", "CalibCalorimetry/EcalTBCondTools/scripts/cmsecal_condDB_loader.pl", "CalibCalorimetry/EcalTBCondTools/test/authentication.xml", "CalibCalorimetry/EcalTPGTools/BuildFile.xml", "CalibCalorimetry/EcalTPGTools/interface/EcalReadoutTools.h", "CalibCalorimetry/EcalTPGTools/interface/EcalTPGScale.h", "CalibCalorimetry/EcalTPGTools/plugins/BuildFile.xml", "CalibCalorimetry/EcalTPGTools/plugins/EcalTPGDBApp.cc", "CalibCalorimetry/EcalTPGTools/plugins/EcalTPGDBApp.h", "CalibCalorimetry/EcalTPGTools/plugins/EcalTPGDBCopy.cc", "CalibCalorimetry/EcalTPGTools/plugins/EcalTPGDBCopy.h", "CalibCalorimetry/EcalTPGTools/plugins/EcalTPGParamBuilder.cc", "CalibCalorimetry/EcalTPGTools/plugins/EcalTPGParamBuilder.h", "CalibCalorimetry/EcalTPGTools/plugins/EcalTPGParamReaderFromDB.cc", "CalibCalorimetry/EcalTPGTools/plugins/SealModules.cc", "CalibCalorimetry/EcalTPGTools/plugins/testEcalTPGScale.cc", "CalibCalorimetry/EcalTPGTools/plugins/testEcalTPGScale.h", "CalibCalorimetry/EcalTPGTools/python/ecalTPGScale_cff.py", "CalibCalorimetry/EcalTPGTools/python/ecalTPGScale_DB_cff.py", "CalibCalorimetry/EcalTPGTools/src/EcalReadoutTools.cc", "CalibCalorimetry/EcalTPGTools/src/EcalTPGScale.cc", "CalibCalorimetry/EcalTPGTools/test/BuildFile.xml", "CalibCalorimetry/EcalTPGTools/test/calib_sm36.txt", "CalibCalorimetry/EcalTPGTools/test/changeTPGLutThreshold.cpp", "CalibCalorimetry/EcalTPGTools/test/Delays_EB.txt", "CalibCalorimetry/EcalTPGTools/test/Delays_EE.txt", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv0_MC.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_ideal_prep.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_ideal.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_startup_prep.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_128_MC_startup.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_ideal_prep.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_ideal.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_startup_prep.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv4_MC_startup.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_ideal_prep.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_ideal.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_startup_prep.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv5_MC_startup.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_beamv7.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_cfg.py", "CalibCalorimetry/EcalTPGTools/test/fillOfflineTPGDBfromFile_craft_cfg.py", "CalibCalorimetry/EcalTPGTools/test/Phases_EB.txt", "CalibCalorimetry/EcalTPGTools/test/Phases_EE.txt", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beam4.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv0_MC.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv0.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv1.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv2_MC_ideal.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv2_MC_startup.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv2.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv3ForFG.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv3ForSFGVB.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv3.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv3WithAPDGain10.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv4_128_MC_ideal.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv4_128_MC_startup.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv4_128.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv4_MC_ideal.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv4_MC_startup.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv5_emul.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv5_GT.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv5_MC_startup.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv5.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv5_ZS.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv6_2021_235fb.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv6_transparency_spikekill_2016_script_270062.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv6_transparency_spikekill_2016_script.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beamv7.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_beam_zerotesla_v0.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_Cosmics_cfg.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_craft08.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_craft_DB.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_craft.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_craft_v1.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_debug.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_H2.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_linear.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_pascal.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_startup_cfg.py", "CalibCalorimetry/EcalTPGTools/test/produceTPGParameters_TCCPattern.py", "CalibCalorimetry/EcalTPGTools/test/readTPGParametersFromDB.cpp", "CalibCalorimetry/EcalTrivialCondModules/BuildFile.xml", "CalibCalorimetry/EcalTrivialCondModules/doc/EcalTrivialCondModules.doc", "CalibCalorimetry/EcalTrivialCondModules/interface/EcalLaserCondTools.h", "CalibCalorimetry/EcalTrivialCondModules/interface/EcalTrivialConditionRetriever.h", "CalibCalorimetry/EcalTrivialCondModules/interface/EcalTrivialObjectAnalyzer.h", "CalibCalorimetry/EcalTrivialCondModules/interface/ESTrivialConditionRetriever.h", "CalibCalorimetry/EcalTrivialCondModules/python/EcalLaserCondTools_cfi.py", "CalibCalorimetry/EcalTrivialCondModules/python/EcalTrivialCondRetriever_cfi.py", "CalibCalorimetry/EcalTrivialCondModules/python/EcalTrivialCondRetrieverTB_cfi.py", "CalibCalorimetry/EcalTrivialCondModules/python/ESTrivialCondRetriever_cfi.py", "CalibCalorimetry/EcalTrivialCondModules/python/ESTrivialCondRetrieverTB_cfi.py", "CalibCalorimetry/EcalTrivialCondModules/src/EcalLaserCondTools.cc", "CalibCalorimetry/EcalTrivialCondModules/src/EcalTrivialConditionRetriever.cc", "CalibCalorimetry/EcalTrivialCondModules/src/EcalTrivialObjectAnalyzer.cc", "CalibCalorimetry/EcalTrivialCondModules/src/ESTrivialConditionRetriever.cc", "CalibCalorimetry/EcalTrivialCondModules/src/SealModule.cc", "CalibCalorimetry/EcalTrivialCondModules/test/ecalLaserCondTools_cfg.py", "CalibCalorimetry/EcalTrivialCondModules/test/trivialcondES.py", "CalibCalorimetry/EcalTrivialCondModules/test/trivialcond.py", "CalibCalorimetry/HcalAlgos/BuildFile.xml", "CalibCalorimetry/HcalAlgos/doc/HcalAlgos.doc", "CalibCalorimetry/HcalAlgos/interface/AbsElectronicODERHS.h", "CalibCalorimetry/HcalAlgos/interface/AbsODERHS.h", "CalibCalorimetry/HcalAlgos/interface/ConstantStepOdeSolver.h", "CalibCalorimetry/HcalAlgos/interface/genlkupmap.h", "CalibCalorimetry/HcalAlgos/interface/HBHERecalibration.h", "CalibCalorimetry/HcalAlgos/interface/HcalAlgoUtils.h", "CalibCalorimetry/HcalAlgos/interface/HcalDbASCIIIO.h", "CalibCalorimetry/HcalAlgos/interface/HcalDbHardcode.h", "CalibCalorimetry/HcalAlgos/interface/HcalDbXml.h", "CalibCalorimetry/HcalAlgos/interface/HcalHardcodeParameters.h", "CalibCalorimetry/HcalAlgos/interface/HcalLedAnalysis.h", "CalibCalorimetry/HcalAlgos/interface/HcalLogicalMapGenerator.h", "CalibCalorimetry/HcalAlgos/interface/HcalPedestalAnalysis.h", "CalibCalorimetry/HcalAlgos/interface/HcalPulseContainmentCorrection.h", "CalibCalorimetry/HcalAlgos/interface/HcalPulseContainmentManager.h", "CalibCalorimetry/HcalAlgos/interface/HcalPulseShape.h", "CalibCalorimetry/HcalAlgos/interface/HcalPulseShapes.h", "CalibCalorimetry/HcalAlgos/interface/HcalShapeIntegrator.h", "CalibCalorimetry/HcalAlgos/interface/HcalSiPMnonlinearity.h", "CalibCalorimetry/HcalAlgos/interface/HcalSiPMRadiationDamage.h", "CalibCalorimetry/HcalAlgos/interface/HcalTimeSlew.h", "CalibCalorimetry/HcalAlgos/interface/HFRecalibration.h", "CalibCalorimetry/HcalAlgos/interface/LowPassFilterTiming.h", "CalibCalorimetry/HcalAlgos/interface/PadeTableODE.h", "CalibCalorimetry/HcalAlgos/interface/QIE8Simulator.h", "CalibCalorimetry/HcalAlgos/interface/ThirdOrderDelayODE.h", "CalibCalorimetry/HcalAlgos/plugins/BuildFile.xml", "CalibCalorimetry/HcalAlgos/plugins/HcalPulseContainmentTest.cc", "CalibCalorimetry/HcalAlgos/src/ConstantStepOdeSolver.cc", "CalibCalorimetry/HcalAlgos/src/HBHERecalibration.cc", "CalibCalorimetry/HcalAlgos/src/HcalAlgoUtils.cc", "CalibCalorimetry/HcalAlgos/src/HcalDbASCIIIO.cc", "CalibCalorimetry/HcalAlgos/src/HcalDbHardcode.cc", "CalibCalorimetry/HcalAlgos/src/HcalDbXml.cc", "CalibCalorimetry/HcalAlgos/src/HcalHardcodeParameters.cc", "CalibCalorimetry/HcalAlgos/src/HcalLedAnalysis.cc", "CalibCalorimetry/HcalAlgos/src/HcalLogicalMapGenerator.cc", "CalibCalorimetry/HcalAlgos/src/HcalPedestalAnalysis.cc", "CalibCalorimetry/HcalAlgos/src/HcalPulseContainmentAlgo.cc", "CalibCalorimetry/HcalAlgos/src/HcalPulseContainmentAlgo.h", "CalibCalorimetry/HcalAlgos/src/HcalPulseContainmentCorrection.cc", "CalibCalorimetry/HcalAlgos/src/HcalPulseContainmentManager.cc", "CalibCalorimetry/HcalAlgos/src/HcalPulseShape.cc", "CalibCalorimetry/HcalAlgos/src/HcalPulseShapes.cc", "CalibCalorimetry/HcalAlgos/src/HcalShapeIntegrator.cc", "CalibCalorimetry/HcalAlgos/src/HcalSiPMnonlinearity.cc", "CalibCalorimetry/HcalAlgos/src/HcalSiPMRadiationDamage.cc", "CalibCalorimetry/HcalAlgos/src/HcalTimeSlew.cc", "CalibCalorimetry/HcalAlgos/src/HFRecalibration.cc", "CalibCalorimetry/HcalAlgos/src/LowPassFilterTiming.cc", "CalibCalorimetry/HcalAlgos/src/PadeTableODE.cc", "CalibCalorimetry/HcalAlgos/src/QIE8Simulator.cc", "CalibCalorimetry/HcalAlgos/src/T_EventSetup_HcalTimeSlew.cc", "CalibCalorimetry/HcalAlgos/src/ThirdOrderDelayODE.cc", "CalibCalorimetry/HcalAlgos/test/BuildFile.xml", "CalibCalorimetry/HcalAlgos/test/HcalPulseContainmentTest_cfg.py", "CalibCalorimetry/HcalAlgos/test/HcalPulseContainmentTest.sh", "CalibCalorimetry/HcalAlgos/test/HcalShapeIntegrator.cpp", "CalibCalorimetry/HcalAlgos/test/MapTester.cc", "CalibCalorimetry/HcalAlgos/test/maptester_cfg.py", "CalibCalorimetry/HcalPlugins/BuildFile.xml", "CalibCalorimetry/HcalPlugins/data/dosemapHB_4TeV.txt", "CalibCalorimetry/HcalPlugins/data/dosemapHB_7TeV.txt", "CalibCalorimetry/HcalPlugins/data/dosemapHE_4TeV.txt", "CalibCalorimetry/HcalPlugins/data/dosemapHE_7TeV.txt", "CalibCalorimetry/HcalPlugins/data/meanenergiesHB.txt", "CalibCalorimetry/HcalPlugins/data/meanenergiesHE.txt", "CalibCalorimetry/HcalPlugins/doc/HcalPlugins.doc", "CalibCalorimetry/HcalPlugins/python/default_text_conditions_cfi.py", "CalibCalorimetry/HcalPlugins/python/HBHEDarkening_cff.py", "CalibCalorimetry/HcalPlugins/python/hbho_ring12_tb04_cfi.py", "CalibCalorimetry/HcalPlugins/python/hcalCalibrationsMTCC2_cfi.py", "CalibCalorimetry/HcalPlugins/python/hcalCalibrationsMTCC2_orcon_cfi.py", "CalibCalorimetry/HcalPlugins/python/Hcal_Conditions_forGlobalTag_cff.py", "CalibCalorimetry/HcalPlugins/python/Hcal_FakeConditions_cff.py", "CalibCalorimetry/HcalPlugins/python/Hcal_FrontierConditions_cff.py", "CalibCalorimetry/HcalPlugins/python/Hcal_PCCUpdate_cff.py", "CalibCalorimetry/HcalPlugins/python/HcalTimeSlew_cff.py", "CalibCalorimetry/HcalPlugins/src/HBHEDarkeningEP.cc", "CalibCalorimetry/HcalPlugins/src/HBHEDarkeningEP.h", "CalibCalorimetry/HcalPlugins/src/HcalDbProducer.cc", "CalibCalorimetry/HcalPlugins/src/HcalHardcodeCalibrations.cc", "CalibCalorimetry/HcalPlugins/src/HcalHardcodeCalibrations.h", "CalibCalorimetry/HcalPlugins/src/HcalTextCalibrations.cc", "CalibCalorimetry/HcalPlugins/src/HcalTextCalibrations.h", "CalibCalorimetry/HcalPlugins/src/HcalTimeSlewEP.cc", "CalibCalorimetry/HcalPlugins/src/HcalTimeSlewEP.h", "CalibCalorimetry/HcalPlugins/src/SealModule.cc", "CalibCalorimetry/HcalPlugins/test/BuildFile.xml", "CalibCalorimetry/HcalPlugins/test/HBHEDarkeningAnalyzer.cc", "CalibCalorimetry/HcalPlugins/test/hbhedarkeninganalyzer_cfg.py", "CalibCalorimetry/HcalPlugins/test/HcalDbAnalyzer.cc", "CalibCalorimetry/HcalTPGAlgos/BuildFile.xml", "CalibCalorimetry/HcalTPGAlgos/data/adc2fC.dat", "CalibCalorimetry/HcalTPGAlgos/data/HBHE_FG_LUT.dat", "CalibCalorimetry/HcalTPGAlgos/data/inputLUTcoder_CROZET.dat", "CalibCalorimetry/HcalTPGAlgos/data/inputLUTcoder_CRUZET_v2.1.dat", "CalibCalorimetry/HcalTPGAlgos/data/inputLUTcoder.dat", "CalibCalorimetry/HcalTPGAlgos/data/inputLUTcoder_dps.dat", "CalibCalorimetry/HcalTPGAlgos/data/inputLUTcoder_noped.dat", "CalibCalorimetry/HcalTPGAlgos/data/inputLUTcoder_physics.dat", "CalibCalorimetry/HcalTPGAlgos/data/RecHit-TPG-calib.dat", "CalibCalorimetry/HcalTPGAlgos/interface/HcalEmap.h", "CalibCalorimetry/HcalTPGAlgos/interface/HcaluLUTTPGCoder.h", "CalibCalorimetry/HcalTPGAlgos/interface/LutXml.h", "CalibCalorimetry/HcalTPGAlgos/interface/XMLDOMBlock.h", "CalibCalorimetry/HcalTPGAlgos/interface/XMLProcessor.h", "CalibCalorimetry/HcalTPGAlgos/src/HcalEmap.cc", "CalibCalorimetry/HcalTPGAlgos/src/HcaluLUTTPGCoder.cc", "CalibCalorimetry/HcalTPGAlgos/src/LutXml.cc", "CalibCalorimetry/HcalTPGAlgos/src/XMLDOMBlock.cc", "CalibCalorimetry/HcalTPGAlgos/src/XMLProcessor.cc", "CalibCalorimetry/HcalTPGAlgos/test/FixedPed2_UlutCoder_", "CalibCalorimetry/HcalTPGAlgos/test/FixedPed3_UlutCoder_", "CalibCalorimetry/HcalTPGEventSetup/BuildFile.xml", "CalibCalorimetry/HcalTPGEventSetup/src/HcalTPGCoderULUT.cc", "CalibCalorimetry/HcalTPGIO/BuildFile.xml", "CalibCalorimetry/HcalTPGIO/doc/prepareXML4DB.sh", "CalibCalorimetry/HcalTPGIO/python/lut2db_cfg.py", "CalibCalorimetry/HcalTPGIO/src/HcalLuttoDB.cc", "CalibFormats/CaloObjects/BuildFile.xml", "CalibFormats/CaloObjects/doc/CaloObjects.doc", "CalibFormats/CaloObjects/interface/CaloSamples.h", "CalibFormats/CaloObjects/interface/CaloTSamplesBase.h", "CalibFormats/CaloObjects/interface/CaloTSamplesBase.icc", "CalibFormats/CaloObjects/interface/CaloTSamples.h", "CalibFormats/CaloObjects/interface/CaloTSamples.icc", "CalibFormats/CaloObjects/interface/IntegerCaloSamples.h", "CalibFormats/CaloObjects/src/CaloSamples.cc", "CalibFormats/CaloObjects/src/CaloTSamples.cc", "CalibFormats/CaloObjects/src/classes_def.xml", "CalibFormats/CaloObjects/src/classes.h", "CalibFormats/CaloObjects/src/IntegerCaloSamples.cc", "CalibFormats/CaloTPG/BuildFile.xml", "CalibFormats/CaloTPG/data/outputLUTtranscoder.dat", "CalibFormats/CaloTPG/interface/CaloTPGRecord.h", "CalibFormats/CaloTPG/interface/CaloTPGTranscoder.h", "CalibFormats/CaloTPG/interface/EcalTPGCompressor.h", "CalibFormats/CaloTPG/interface/HcalTPGCompressor.h", "CalibFormats/CaloTPG/interface/HcalTPGScale.h", "CalibFormats/CaloTPG/src/CaloTPGRecord.cc", "CalibFormats/CaloTPG/src/CaloTPGTranscoder.cc", "CalibFormats/CaloTPG/src/EcalTPGCompressor.cc", "CalibFormats/CaloTPG/src/ES_CaloTPGTranscoder.cc", "CalibFormats/CaloTPG/src/ES_HcalTPGScale.cc", "CalibFormats/CaloTPG/src/HcalTPGCompressor.cc", "CalibFormats/CastorObjects/BuildFile.xml", "CalibFormats/CastorObjects/interface/CastorCalibrations.h", "CalibFormats/CastorObjects/interface/CastorCalibrationsSet.h", "CalibFormats/CastorObjects/interface/CastorCalibrationWidths.h", "CalibFormats/CastorObjects/interface/CastorCalibrationWidthsSet.h", "CalibFormats/CastorObjects/interface/CastorChannelCoder.h", "CalibFormats/CastorObjects/interface/CastorCoderDb.h", "CalibFormats/CastorObjects/interface/CastorCoder.h", "CalibFormats/CastorObjects/interface/CastorDbRecord.h", "CalibFormats/CastorObjects/interface/CastorDbService.h", "CalibFormats/CastorObjects/interface/CastorNominalCoder.h", "CalibFormats/CastorObjects/interface/CastorText2DetIdConverter.h", "CalibFormats/CastorObjects/interface/CastorTPGCoder.h", "CalibFormats/CastorObjects/interface/CastorTPGRecord.h", "CalibFormats/CastorObjects/interface/QieShape.h", "CalibFormats/CastorObjects/src/CastorCalibrations.cc", "CalibFormats/CastorObjects/src/CastorCalibrationsSet.cc", "CalibFormats/CastorObjects/src/CastorCalibrationWidths.cc", "CalibFormats/CastorObjects/src/CastorCalibrationWidthsSet.cc", "CalibFormats/CastorObjects/src/CastorChannelCoder.cc", "CalibFormats/CastorObjects/src/CastorCoderDB.cc", "CalibFormats/CastorObjects/src/CastorDbRecord.cc", "CalibFormats/CastorObjects/src/CastorDbService.cc", "CalibFormats/CastorObjects/src/CastorNominalCoder.cc", "CalibFormats/CastorObjects/src/CastorText2DetIdConverter.cc", "CalibFormats/CastorObjects/src/CastorTPGCoder.cc", "CalibFormats/CastorObjects/src/CastorTPGRecord.cc", "CalibFormats/CastorObjects/src/ES_CastorTPGCoder.cc", "CalibFormats/CastorObjects/src/QieShape.cc", "CalibFormats/HcalObjects/BuildFile.xml", "CalibFormats/HcalObjects/data/inputLUTcoder.dat", "CalibFormats/HcalObjects/doc/HcalObjects.doc", "CalibFormats/HcalObjects/interface/HcalCalibrations.h", "CalibFormats/HcalObjects/interface/HcalCalibrationsSet.h", "CalibFormats/HcalObjects/interface/HcalCalibrationWidths.h", "CalibFormats/HcalObjects/interface/HcalCalibrationWidthsSet.h", "CalibFormats/HcalObjects/interface/HcalCoderDb.h", "CalibFormats/HcalObjects/interface/HcalCoder.h", "CalibFormats/HcalObjects/interface/HcalDbRecord.h", "CalibFormats/HcalObjects/interface/HcalDbService.h", "CalibFormats/HcalObjects/interface/HcalNominalCoder.h", "CalibFormats/HcalObjects/interface/HcalSiPMType.h", "CalibFormats/HcalObjects/interface/HcalText2DetIdConverter.h", "CalibFormats/HcalObjects/interface/HcalTPGCoder.h", "CalibFormats/HcalObjects/interface/HcalTPGRecord.h", "CalibFormats/HcalObjects/src/ES_HcalTPGCoder.cc", "CalibFormats/HcalObjects/src/HcalCalibrationsSet.cc", "CalibFormats/HcalObjects/src/HcalCalibrationWidths.cc", "CalibFormats/HcalObjects/src/HcalCalibrationWidthsSet.cc", "CalibFormats/HcalObjects/src/HcalCoderDb.cc", "CalibFormats/HcalObjects/src/HcalDbRecord.cc", "CalibFormats/HcalObjects/src/HcalDbService.cc", "CalibFormats/HcalObjects/src/HcalNominalCoder.cc", "CalibFormats/HcalObjects/src/HcalText2DetIdConverter.cc", "CalibFormats/HcalObjects/src/HcalTPGCoder.cc", "CalibFormats/HcalObjects/src/HcalTPGRecord.cc", "CalibFormats/SiPixelObjects/BuildFile.xml", "CalibFormats/SiPixelObjects/interface/PixelBase64.h", "CalibFormats/SiPixelObjects/interface/PixelCalibBase.h", "CalibFormats/SiPixelObjects/interface/PixelCalibConfiguration.h", "CalibFormats/SiPixelObjects/interface/PixelChannel.h", "CalibFormats/SiPixelObjects/interface/PixelConfigBase.h", "CalibFormats/SiPixelObjects/interface/PixelConfigDoc.info", "CalibFormats/SiPixelObjects/interface/PixelConfigKey.h", "CalibFormats/SiPixelObjects/interface/PixelConfigurationVerifier.h", "CalibFormats/SiPixelObjects/interface/PixelDACNames.h", "CalibFormats/SiPixelObjects/interface/PixelDACScanRange.h", "CalibFormats/SiPixelObjects/interface/PixelDACSettings.h", "CalibFormats/SiPixelObjects/interface/PixelDelay25Calib.h", "CalibFormats/SiPixelObjects/interface/PixelDetectorConfig.h", "CalibFormats/SiPixelObjects/interface/PixelFECConfig.h", "CalibFormats/SiPixelObjects/interface/PixelFECConfigInterface.h", "CalibFormats/SiPixelObjects/interface/PixelFECParameters.h", "CalibFormats/SiPixelObjects/interface/PixelFEDCard.h", "CalibFormats/SiPixelObjects/interface/PixelFEDConfig.h", "CalibFormats/SiPixelObjects/interface/PixelFEDParameters.h", "CalibFormats/SiPixelObjects/interface/PixelFEDTestDAC.h", "CalibFormats/SiPixelObjects/interface/PixelGlobalDelay25.h", "CalibFormats/SiPixelObjects/interface/PixelHdwAddress.h", "CalibFormats/SiPixelObjects/interface/PixelLowVoltageMap.h", "CalibFormats/SiPixelObjects/interface/PixelLTCConfig.h", "CalibFormats/SiPixelObjects/interface/PixelMaskAllPixels.h", "CalibFormats/SiPixelObjects/interface/PixelMaskBase.h", "CalibFormats/SiPixelObjects/interface/PixelMaskOverrideBase.h", "CalibFormats/SiPixelObjects/interface/PixelMaxVsf.h", "CalibFormats/SiPixelObjects/interface/PixelModuleName.h", "CalibFormats/SiPixelObjects/interface/PixelNameTranslation.h", "CalibFormats/SiPixelObjects/interface/PixelPortCardConfig.h", "CalibFormats/SiPixelObjects/interface/PixelPortcardMap.h", "CalibFormats/SiPixelObjects/interface/PixelPortCardSettingNames.h", "CalibFormats/SiPixelObjects/interface/PixelROCDACSettings.h", "CalibFormats/SiPixelObjects/interface/PixelROCMaskBits.h", "CalibFormats/SiPixelObjects/interface/PixelROCName.h", "CalibFormats/SiPixelObjects/interface/PixelROCStatus.h", "CalibFormats/SiPixelObjects/interface/PixelROCTrimBits.h", "CalibFormats/SiPixelObjects/interface/PixelTBMChannel.h", "CalibFormats/SiPixelObjects/interface/PixelTBMSettings.h", "CalibFormats/SiPixelObjects/interface/PixelTimeFormatter.h", "CalibFormats/SiPixelObjects/interface/PixelTKFECConfig.h", "CalibFormats/SiPixelObjects/interface/PixelTKFECParameters.h", "CalibFormats/SiPixelObjects/interface/PixelTrimAllPixels.h", "CalibFormats/SiPixelObjects/interface/PixelTrimBase.h", "CalibFormats/SiPixelObjects/interface/PixelTrimCommon.h", "CalibFormats/SiPixelObjects/interface/PixelTrimOverrideBase.h", "CalibFormats/SiPixelObjects/interface/PixelTTCciConfig.h", "CalibFormats/SiPixelObjects/Makefile", "CalibFormats/SiPixelObjects/src/PixelBase64.cc", "CalibFormats/SiPixelObjects/src/PixelCalibBase.cc", "CalibFormats/SiPixelObjects/src/PixelCalibConfiguration.cc", "CalibFormats/SiPixelObjects/src/PixelChannel.cc", "CalibFormats/SiPixelObjects/src/PixelConfigBase.cc", "CalibFormats/SiPixelObjects/src/PixelConfigurationVerifier.cc", "CalibFormats/SiPixelObjects/src/PixelDACScanRange.cc", "CalibFormats/SiPixelObjects/src/PixelDACSettings.cc", "CalibFormats/SiPixelObjects/src/PixelDelay25Calib.cc", "CalibFormats/SiPixelObjects/src/PixelDetectorConfig.cc", "CalibFormats/SiPixelObjects/src/PixelFECConfig.cc", "CalibFormats/SiPixelObjects/src/PixelFECParameters.cc", "CalibFormats/SiPixelObjects/src/PixelFEDCard.cc", "CalibFormats/SiPixelObjects/src/PixelFEDConfig.cc", "CalibFormats/SiPixelObjects/src/PixelFEDParameters.cc", "CalibFormats/SiPixelObjects/src/PixelFEDTestDAC.cc", "CalibFormats/SiPixelObjects/src/PixelGlobalDelay25.cc", "CalibFormats/SiPixelObjects/src/PixelHdwAddress.cc", "CalibFormats/SiPixelObjects/src/PixelLowVoltageMap.cc", "CalibFormats/SiPixelObjects/src/PixelLTCConfig.cc", "CalibFormats/SiPixelObjects/src/PixelMaskAllPixels.cc", "CalibFormats/SiPixelObjects/src/PixelMaskBase.cc", "CalibFormats/SiPixelObjects/src/PixelMaxVsf.cc", "CalibFormats/SiPixelObjects/src/PixelModuleName.cc", "CalibFormats/SiPixelObjects/src/PixelNameTranslation.cc", "CalibFormats/SiPixelObjects/src/PixelPortCardConfig.cc", "CalibFormats/SiPixelObjects/src/PixelPortcardMap.cc", "CalibFormats/SiPixelObjects/src/PixelROCDACSettings.cc", "CalibFormats/SiPixelObjects/src/PixelROCMaskBits.cc", "CalibFormats/SiPixelObjects/src/PixelROCName.cc", "CalibFormats/SiPixelObjects/src/PixelROCStatus.cc", "CalibFormats/SiPixelObjects/src/PixelROCTrimBits.cc", "CalibFormats/SiPixelObjects/src/PixelTBMChannel.cc", "CalibFormats/SiPixelObjects/src/PixelTBMSettings.cc", "CalibFormats/SiPixelObjects/src/PixelTKFECConfig.cc", "CalibFormats/SiPixelObjects/src/PixelTKFECParameters.cc", "CalibFormats/SiPixelObjects/src/PixelTrimAllPixels.cc", "CalibFormats/SiPixelObjects/src/PixelTrimBase.cc", "CalibFormats/SiPixelObjects/src/PixelTrimCommon.cc", "CalibFormats/SiPixelObjects/src/PixelTTCciConfig.cc", "CalibFormats/SiPixelObjects/test/Makefile", "CalibFormats/SiPixelObjects/test/testPixelCalib.cc", "CalibFormats/SiStripObjects/BuildFile.xml", "CalibFormats/SiStripObjects/doc/SiStripObjects.doc", "CalibFormats/SiStripObjects/interface/NumberOfDevices.h", "CalibFormats/SiStripObjects/interface/SiStripCcu.h", "CalibFormats/SiStripObjects/interface/SiStripClusterizerConditionsGPU.h", "CalibFormats/SiStripObjects/interface/SiStripClusterizerConditions.h", "CalibFormats/SiStripObjects/interface/SiStripDelay.h", "CalibFormats/SiStripObjects/interface/SiStripDetCabling.h", "CalibFormats/SiStripObjects/interface/SiStripDetInfo.h", "CalibFormats/SiStripObjects/interface/SiStripFecCabling.h", "CalibFormats/SiStripObjects/interface/SiStripFecCrate.h", "CalibFormats/SiStripObjects/interface/SiStripFec.h", "CalibFormats/SiStripObjects/interface/SiStripGain.h", "CalibFormats/SiStripObjects/interface/SiStripHashedDetId.h", "CalibFormats/SiStripObjects/interface/SiStripModule.h", "CalibFormats/SiStripObjects/interface/SiStripQuality.h", "CalibFormats/SiStripObjects/interface/SiStripRegionCabling.h", "CalibFormats/SiStripObjects/interface/SiStripRing.h", "CalibFormats/SiStripObjects/src/EventSetup_Registration.cc", "CalibFormats/SiStripObjects/src/NumberOfDevices.cc", "CalibFormats/SiStripObjects/src/SiStripCcu.cc", "CalibFormats/SiStripObjects/src/SiStripClusterizerConditionsGPU.cc", "CalibFormats/SiStripObjects/src/SiStripDelay.cc", "CalibFormats/SiStripObjects/src/SiStripDetCabling.cc", "CalibFormats/SiStripObjects/src/SiStripDetInfo.cc", "CalibFormats/SiStripObjects/src/SiStripFecCabling.cc", "CalibFormats/SiStripObjects/src/SiStripFec.cc", "CalibFormats/SiStripObjects/src/SiStripFecCrate.cc", "CalibFormats/SiStripObjects/src/SiStripGain.cc", "CalibFormats/SiStripObjects/src/SiStripHashedDetId.cc", "CalibFormats/SiStripObjects/src/SiStripModule.cc", "CalibFormats/SiStripObjects/src/SiStripQuality.cc", "CalibFormats/SiStripObjects/src/SiStripRegionCabling.cc", "CalibFormats/SiStripObjects/src/SiStripRing.cc", "CalibFormats/SiStripObjects/test/BuildFile.xml", "CalibFormats/SiStripObjects/test/plugins/testSiStripHashedDetId.cc", "CalibFormats/SiStripObjects/test/test_catch2_main.cc", "CalibFormats/SiStripObjects/test/test_catch2_SiStripHashedDetId.cc", "CalibFormats/SiStripObjects/test/testSiStripHashedDetId_cfg.py", "CalibFormats/SiStripObjects/test/testSiStripHashedDetId.sh", "CalibFormats/SiStripObjects/test/UnitTests/MasterTest.cpp", "CalibFormats/SiStripObjects/test/UnitTests/TestSiStripDelay.cc", "CalibFormats/SiStripObjects/test/UnitTests/TestSiStripGain.cc", "CalibMuon/Configuration/python/CSC_FakeConditions_cff.py", "CalibMuon/Configuration/python/CSC_FakeDBConditions_cff.py", "CalibMuon/Configuration/python/CSC_FrontierConditions_cff.py", "CalibMuon/Configuration/python/CSC_FrontierDBConditions_cff.py", "CalibMuon/Configuration/python/CSC_FrontierDBConditions_DevDB_cff.py", "CalibMuon/Configuration/python/CSC_FrontierDBConditions_IntDB_cff.py", "CalibMuon/Configuration/python/CSC_FrontierDBConditionsME42_cff.py", "CalibMuon/Configuration/python/DT_FakeConditions_cff.py", "CalibMuon/Configuration/python/getCSCConditions_frontier_cff.py", "CalibMuon/Configuration/python/getCSCDBConditions_frontier_cff.py", "CalibMuon/Configuration/python/getCSCDBConditionsME42_frontier_cff.py", "CalibMuon/Configuration/python/Muon_FakeAlignment_cff.py", "CalibMuon/Configuration/python/Muon_FrontierAlignment_cff.py", "CalibMuon/Configuration/python/Muon_FrontierAlignment_cfi.py", "CalibMuon/Configuration/python/Muon_FrontierAlignment_DevDB_cff.py", "CalibMuon/Configuration/python/Muon_FrontierAlignment_IntDB_cff.py", "CalibMuon/Configuration/python/RPC_FakeConditions_cff.py", "CalibMuon/Configuration/python/RPC_FrontierConditions_cff.py", "CalibMuon/Configuration/python/RPC_FrontierConditions_DevDB_cff.py", "CalibMuon/Configuration/python/RPC_FrontierConditions_IntDB_cff.py", "CalibMuon/CSCCalibration/BuildFile.xml", "CalibMuon/CSCCalibration/doc/CSCCalibration.doc", "CalibMuon/CSCCalibration/interface/CSCBadChambersConditions.h", "CalibMuon/CSCCalibration/interface/CSCBadStripsConditions.h", "CalibMuon/CSCCalibration/interface/CSCBadWiresConditions.h", "CalibMuon/CSCCalibration/interface/CSCChannelMapperBase.h", "CalibMuon/CSCCalibration/interface/CSCChannelMapperESProducer.h", "CalibMuon/CSCCalibration/interface/CSCChannelMapperFactory.h", "CalibMuon/CSCCalibration/interface/CSCChannelMapperPostls1.h", "CalibMuon/CSCCalibration/interface/CSCChannelMapperRecord.h", "CalibMuon/CSCCalibration/interface/CSCChannelMapperStartup.h", "CalibMuon/CSCCalibration/interface/CSCChipSpeedCorrectionDBConditions.h", "CalibMuon/CSCCalibration/interface/CSCConditions.h", "CalibMuon/CSCCalibration/interface/CSCCrosstalkConditions.h", "CalibMuon/CSCCalibration/interface/CSCCrosstalkDBConditions.h", "CalibMuon/CSCCalibration/interface/CSCDBL1TPParametersConditions.h", "CalibMuon/CSCCalibration/interface/CSCFakeCrosstalkConditions.h", "CalibMuon/CSCCalibration/interface/CSCFakeDBCrosstalk.h", "CalibMuon/CSCCalibration/interface/CSCFakeDBGains.h", "CalibMuon/CSCCalibration/interface/CSCFakeDBNoiseMatrix.h", "CalibMuon/CSCCalibration/interface/CSCFakeDBPedestals.h", "CalibMuon/CSCCalibration/interface/CSCFakeGainsConditions.h", "CalibMuon/CSCCalibration/interface/CSCFakeNoiseMatrixConditions.h", "CalibMuon/CSCCalibration/interface/CSCFakePedestalsConditions.h", "CalibMuon/CSCCalibration/interface/CSCGainsConditions.h", "CalibMuon/CSCCalibration/interface/CSCGainsDBConditions.h", "CalibMuon/CSCCalibration/interface/CSCGasGainCorrectionDBConditions.h", "CalibMuon/CSCCalibration/interface/CSCIndexerBase.h", "CalibMuon/CSCCalibration/interface/CSCIndexerESProducer.h", "CalibMuon/CSCCalibration/interface/CSCIndexerFactory.h", "CalibMuon/CSCCalibration/interface/CSCIndexerPostls1.h", "CalibMuon/CSCCalibration/interface/CSCIndexerRecord.h", "CalibMuon/CSCCalibration/interface/CSCIndexerStartup.h", "CalibMuon/CSCCalibration/interface/CSCL1TPParametersConditions.h", "CalibMuon/CSCCalibration/interface/CSCNoiseMatrixConditions.h", "CalibMuon/CSCCalibration/interface/CSCNoiseMatrixDBConditions.h", "CalibMuon/CSCCalibration/interface/CSCPedestalsDBConditions.h", "CalibMuon/CSCCalibration/plugins/BuildFile.xml", "CalibMuon/CSCCalibration/plugins/CSCBadChambersConditions.cc", "CalibMuon/CSCCalibration/plugins/CSCBadStripsConditions.cc", "CalibMuon/CSCCalibration/plugins/CSCBadWiresConditions.cc", "CalibMuon/CSCCalibration/plugins/CSCChannelMapperESProducer.cc", "CalibMuon/CSCCalibration/plugins/CSCChipSpeedCorrectionDBConditions.cc", "CalibMuon/CSCCalibration/plugins/CSCCrosstalkConditions.cc", "CalibMuon/CSCCalibration/plugins/CSCCrosstalkDBConditions.cc", "CalibMuon/CSCCalibration/plugins/CSCFakeCrosstalkConditions.cc", "CalibMuon/CSCCalibration/plugins/CSCFakeDBCrosstalk.cc", "CalibMuon/CSCCalibration/plugins/CSCFakeDBGains.cc", "CalibMuon/CSCCalibration/plugins/CSCFakeDBNoiseMatrix.cc", "CalibMuon/CSCCalibration/plugins/CSCFakeDBPedestals.cc", "CalibMuon/CSCCalibration/plugins/CSCFakeGainsConditions.cc", "CalibMuon/CSCCalibration/plugins/CSCFakeNoiseMatrixConditions.cc", "CalibMuon/CSCCalibration/plugins/CSCFakePedestalsConditions.cc", "CalibMuon/CSCCalibration/plugins/CSCGainsConditions.cc", "CalibMuon/CSCCalibration/plugins/CSCGainsDBConditions.cc", "CalibMuon/CSCCalibration/plugins/CSCGasGainCorrectionDBConditions.cc", "CalibMuon/CSCCalibration/plugins/CSCIndexerESProducer.cc", "CalibMuon/CSCCalibration/plugins/CSCL1TPLookupTableEP.cc", "CalibMuon/CSCCalibration/plugins/CSCL1TPParameters.cc", "CalibMuon/CSCCalibration/plugins/CSCNoiseMatrixConditions.cc", "CalibMuon/CSCCalibration/plugins/CSCNoiseMatrixDBConditions.cc", "CalibMuon/CSCCalibration/plugins/CSCPedestalsDBConditions.cc", "CalibMuon/CSCCalibration/plugins/modules.cc", "CalibMuon/CSCCalibration/plugins/SealModule.cc", "CalibMuon/CSCCalibration/python/CSC_BadChambers_cfi.py", "CalibMuon/CSCCalibration/python/CSCChannelMapper_cfi.py", "CalibMuon/CSCCalibration/python/CSCFakeConditions_cfi.py", "CalibMuon/CSCCalibration/python/CSCFakeCrosstalk_cfi.py", "CalibMuon/CSCCalibration/python/CSCFakeDBCrosstalk_cfi.py", "CalibMuon/CSCCalibration/python/CSCFakeDBGains_cfi.py", "CalibMuon/CSCCalibration/python/CSCFakeDBNoiseMatrix_cfi.py", "CalibMuon/CSCCalibration/python/CSCFakeDBPedestals_cfi.py", "CalibMuon/CSCCalibration/python/CSCFakeGains_cfi.py", "CalibMuon/CSCCalibration/python/CSCFakeNoiseMatrix_cfi.py", "CalibMuon/CSCCalibration/python/CSCFakePedestals_cfi.py", "CalibMuon/CSCCalibration/python/CSCIndexer_cfi.py", "CalibMuon/CSCCalibration/python/CSCL1TPLookupTableEP_cff.py", "CalibMuon/CSCCalibration/src/CSCChannelMapperFactory.cc", "CalibMuon/CSCCalibration/src/CSCChannelMapperPostls1.cc", "CalibMuon/CSCCalibration/src/CSCChannelMapperRecord.cc", "CalibMuon/CSCCalibration/src/CSCChannelMapperStartup.cc", "CalibMuon/CSCCalibration/src/CSCConditions.cc", "CalibMuon/CSCCalibration/src/CSCIndexerBase.cc", "CalibMuon/CSCCalibration/src/CSCIndexerFactory.cc", "CalibMuon/CSCCalibration/src/CSCIndexerPostls1.cc", "CalibMuon/CSCCalibration/src/CSCIndexerRecord.cc", "CalibMuon/CSCCalibration/src/CSCIndexerStartup.cc", "CalibMuon/CSCCalibration/src/ES_CSCChannelMapperBase.cc", "CalibMuon/CSCCalibration/src/ES_CSCIndexerBase.cc", "CalibMuon/CSCCalibration/test/AutoCalibration.sh", "CalibMuon/CSCCalibration/test/badchambers20Nov2009.dat", "CalibMuon/CSCCalibration/test/badchambersIOV1.dat", "CalibMuon/CSCCalibration/test/badstrips1_Feb2010.dat", "CalibMuon/CSCCalibration/test/badstrips1June17.dat", "CalibMuon/CSCCalibration/test/badstrips20Nov2009_1.dat", "CalibMuon/CSCCalibration/test/badstrips20Nov2009_2.dat", "CalibMuon/CSCCalibration/test/badstrips2_Feb2010.dat", "CalibMuon/CSCCalibration/test/badstrips2June17.dat", "CalibMuon/CSCCalibration/test/badwires1_Feb2010.dat", "CalibMuon/CSCCalibration/test/badwires20Nov2009_1.dat", "CalibMuon/CSCCalibration/test/badwires20Nov2009_2.dat", "CalibMuon/CSCCalibration/test/badwires2_Feb2010.dat", "CalibMuon/CSCCalibration/test/BuildFile.xml", "CalibMuon/CSCCalibration/test/BuildFile.xml_ALGOS", "CalibMuon/CSCCalibration/test/CalibPlots.C", "CalibMuon/CSCCalibration/test/cal_update.sh", "CalibMuon/CSCCalibration/test/compare_cfg.py", "CalibMuon/CSCCalibration/test/compareFake_DB.sh", "CalibMuon/CSCCalibration/test/compareGains.cpp", "CalibMuon/CSCCalibration/test/compareMatrix.cpp", "CalibMuon/CSCCalibration/test/comparePeds.cpp", "CalibMuon/CSCCalibration/test/compareXtalk.cpp", "CalibMuon/CSCCalibration/test/CSCBadChamberPopCon_cfg.py", "CalibMuon/CSCCalibration/test/CSCBadStripsPopCon_cfg.py", "CalibMuon/CSCCalibration/test/CSCBadWiresPopCon_cfg.py", "CalibMuon/CSCCalibration/test/CSCDBChipSpeedCorrectionPopCon_cfg.py", "CalibMuon/CSCCalibration/test/CSCDBCrosstalkPopCon_cfg.py", "CalibMuon/CSCCalibration/test/CSCDBGainsPopCon_cfg.py", "CalibMuon/CSCCalibration/test/CSCDBGasGainCorrectionPopCon_cfg.py", "CalibMuon/CSCCalibration/test/CSCDBL1TPParametersPopCon_cfg.py", "CalibMuon/CSCCalibration/test/CSCDBNoiseMatrixPopCon_cfg.py", "CalibMuon/CSCCalibration/test/CSCDBPedestalsPopCon_cfg.py", "CalibMuon/CSCCalibration/test/CSCL1TPParametersPopCon_cfg.py", "CalibMuon/CSCCalibration/test/CSCValidation.cpp", "CalibMuon/CSCCalibration/test/CSCValidationFakes_cfg.py", "CalibMuon/CSCCalibration/test/DBtransfer.sh", "CalibMuon/CSCCalibration/test/diffGainsNtuple.C", "CalibMuon/CSCCalibration/test/diffMatrixNtuple.C", "CalibMuon/CSCCalibration/test/diffPedsNtuple.C", "CalibMuon/CSCCalibration/test/diffXtalkNtuple.C", "CalibMuon/CSCCalibration/test/makePlots.C", "CalibMuon/CSCCalibration/test/merge_data.sh", "CalibMuon/CSCCalibration/test/merge_files.sh", "CalibMuon/CSCCalibration/test/merge_gains.sh", "CalibMuon/CSCCalibration/test/merge_matrix.sh", "CalibMuon/CSCCalibration/test/merge_peds.sh", "CalibMuon/CSCCalibration/test/merge_xtalk.sh", "CalibMuon/CSCCalibration/test/old_indexers/CSCIndexerOldPostls1.cc", "CalibMuon/CSCCalibration/test/old_indexers/CSCIndexerOldPostls1.h", "CalibMuon/CSCCalibration/test/old_indexers/CSCIndexerOldStartup.cc", "CalibMuon/CSCCalibration/test/old_indexers/CSCIndexerOldStartup.h", "CalibMuon/CSCCalibration/test/readConstantsFromDB_cfg.py", "CalibMuon/CSCCalibration/test/readDBBadChambers_cfg.py", "CalibMuon/CSCCalibration/test/readDBBadStrips_cfg.py", "CalibMuon/CSCCalibration/test/readDBBadWires_cfg.py", "CalibMuon/CSCCalibration/test/readDBChipSpeedCorrection_cfg.py", "CalibMuon/CSCCalibration/test/readDBCrosstalk_cfg.py", "CalibMuon/CSCCalibration/test/readDBGains_cfg.py", "CalibMuon/CSCCalibration/test/readDBGasGainCorrection_cfg.py", "CalibMuon/CSCCalibration/test/readDBNoiseMatrix_cfg.py", "CalibMuon/CSCCalibration/test/readDBPedestals_cfg.py", "CalibMuon/CSCCalibration/test/readFakeCSCConstants_cfg.py", "CalibMuon/CSCCalibration/test/readGains.cpp", "CalibMuon/CSCCalibration/test/readGainsNtuple.C", "CalibMuon/CSCCalibration/test/readL1TPParameters_cfg.py", "CalibMuon/CSCCalibration/test/readMatrix.cpp", "CalibMuon/CSCCalibration/test/readNewVectorConstants_cfg.py", "CalibMuon/CSCCalibration/test/readNoiseMatrixNtuple.C", "CalibMuon/CSCCalibration/test/readPeds.cpp", "CalibMuon/CSCCalibration/test/readPedsNtuple.C", "CalibMuon/CSCCalibration/test/readXtalk.cpp", "CalibMuon/CSCCalibration/test/readXtalkNtuple.C", "CalibMuon/CSCCalibration/test/runCSCIndexerAnalyzer2_cfg.py", "CalibMuon/CSCCalibration/test/runCSCIndexerAnalyzer2_UPG_cfg.py", "CalibMuon/CSCCalibration/test/runCSCIndexerAnalyzer_cfg.py", "CalibMuon/CSCCalibration/test/runCSCIndexerAnalyzer_UPG_cfg.py", "CalibMuon/CSCCalibration/test/runCSCMapperTestPostls1_cfg.py", "CalibMuon/CSCCalibration/test/runCSCMapperTestStartup_cfg.py", "CalibMuon/CSCCalibration/test/SQLiteMaker.sh", "CalibMuon/CSCCalibration/test/stubs/Compare.cc", "CalibMuon/CSCCalibration/test/stubs/CSCBadChambersHandler.cc", "CalibMuon/CSCCalibration/test/stubs/CSCBadChambersHandler.h", "CalibMuon/CSCCalibration/test/stubs/CSCBadChambersPopConAnalyzer.cc", "CalibMuon/CSCCalibration/test/stubs/CSCBadStripsHandler.cc", "CalibMuon/CSCCalibration/test/stubs/CSCBadStripsHandler.h", "CalibMuon/CSCCalibration/test/stubs/CSCBadStripsPopConAnalyzer.cc", "CalibMuon/CSCCalibration/test/stubs/CSCBadWiresHandler.cc", "CalibMuon/CSCCalibration/test/stubs/CSCBadWiresHandler.h", "CalibMuon/CSCCalibration/test/stubs/CSCBadWiresPopConAnalyzer.cc", "CalibMuon/CSCCalibration/test/stubs/CSCChipSpeedCorrectionPopConAnalyzer.cc", "CalibMuon/CSCCalibration/test/stubs/CSCCrosstalkHandler.cc", "CalibMuon/CSCCalibration/test/stubs/CSCCrosstalkHandler.h", "CalibMuon/CSCCalibration/test/stubs/CSCCrosstalkPopConAnalyzer.cc", "CalibMuon/CSCCalibration/test/stubs/CSCDBChipSpeedCorrectionHandler.cc", "CalibMuon/CSCCalibration/test/stubs/CSCDBChipSpeedCorrectionHandler.h", "CalibMuon/CSCCalibration/test/stubs/CSCDBGasGainCorrectionHandler.cc", "CalibMuon/CSCCalibration/test/stubs/CSCDBGasGainCorrectionHandler.h", "CalibMuon/CSCCalibration/test/stubs/CSCDBL1TPParametersHandler.cc", "CalibMuon/CSCCalibration/test/stubs/CSCDBL1TPParametersHandler.h", "CalibMuon/CSCCalibration/test/stubs/CSCDBL1TPParametersPopConAnalyzer.cc", "CalibMuon/CSCCalibration/test/stubs/CSCFakeCrosstalkPopConAnalyzer.cc", "CalibMuon/CSCCalibration/test/stubs/CSCFakeDBCrosstalkHandler.cc", "CalibMuon/CSCCalibration/test/stubs/CSCFakeDBCrosstalkHandler.h", "CalibMuon/CSCCalibration/test/stubs/CSCFakeDBGainsHandler.cc", "CalibMuon/CSCCalibration/test/stubs/CSCFakeDBGainsHandler.h", "CalibMuon/CSCCalibration/test/stubs/CSCFakeDBNoiseMatrixHandler.cc", "CalibMuon/CSCCalibration/test/stubs/CSCFakeDBNoiseMatrixHandler.h", "CalibMuon/CSCCalibration/test/stubs/CSCFakeDBPedestalsHandler.cc", "CalibMuon/CSCCalibration/test/stubs/CSCFakeDBPedestalsHandler.h", "CalibMuon/CSCCalibration/test/stubs/CSCFakeGainsPopConAnalyzer.cc", "CalibMuon/CSCCalibration/test/stubs/CSCFakeNoiseMatrixPopConAnalyzer.cc", "CalibMuon/CSCCalibration/test/stubs/CSCFakePedestalsPopConAnalyzer.cc", "CalibMuon/CSCCalibration/test/stubs/CSCGainsHandler.cc", "CalibMuon/CSCCalibration/test/stubs/CSCGainsHandler.h", "CalibMuon/CSCCalibration/test/stubs/CSCGainsPopConAnalyzer.cc", "CalibMuon/CSCCalibration/test/stubs/CSCGasGainCorrectionPopConAnalyzer.cc", "CalibMuon/CSCCalibration/test/stubs/CSCIndexerAnalyzer2.cc", "CalibMuon/CSCCalibration/test/stubs/CSCIndexerAnalyzer.cc", "CalibMuon/CSCCalibration/test/stubs/CSCL1TPParametersHandler.cc", "CalibMuon/CSCCalibration/test/stubs/CSCL1TPParametersHandler.h", "CalibMuon/CSCCalibration/test/stubs/CSCL1TPParametersPopConAnalyzer.cc", "CalibMuon/CSCCalibration/test/stubs/CSCMapperTestPostls1.cc", "CalibMuon/CSCCalibration/test/stubs/CSCMapperTestStartup.cc", "CalibMuon/CSCCalibration/test/stubs/CSCNoiseMatrixHandler.cc", "CalibMuon/CSCCalibration/test/stubs/CSCNoiseMatrixHandler.h", "CalibMuon/CSCCalibration/test/stubs/CSCNoiseMatrixPopConAnalyzer.cc", "CalibMuon/CSCCalibration/test/stubs/CSCPedestalsHandler.cc", "CalibMuon/CSCCalibration/test/stubs/CSCPedestalsHandler.h", "CalibMuon/CSCCalibration/test/stubs/CSCPedestalsPopConAnalyzer.cc", "CalibMuon/CSCCalibration/test/testCSCIndexer.cc", "CalibMuon/DTCalibration/data/QualityTests_ttrig.xml", "CalibMuon/DTCalibration/doc/DTCalibration.doc", "CalibMuon/DTCalibration/interface/DTCalibMuonSelection.h", "CalibMuon/DTCalibration/interface/DTMeanTimerFitter.h", "CUDADataFormats/BeamSpot/BuildFile.xml", "CUDADataFormats/BeamSpot/interface/BeamSpotCUDA.h", "CUDADataFormats/BeamSpot/src/classes_def.xml", "CUDADataFormats/BeamSpot/src/classes.h", "CUDADataFormats/CaloCommon/BuildFile.xml", "CUDADataFormats/CaloCommon/interface/Common.h", "CUDADataFormats/CaloCommon/src/classes_def.xml", "CUDADataFormats/CaloCommon/src/classes.h", "CUDADataFormats/Common/BuildFile.xml", "CUDADataFormats/Common/interface/HeterogeneousSoA.h", "CUDADataFormats/Common/interface/HostProduct.h", "CUDADataFormats/Common/interface/PortableDeviceCollection.h", "CUDADataFormats/Common/interface/PortableHostCollection.h", "CUDADataFormats/Common/interface/ProductBase.h", "CUDADataFormats/Common/interface/Product.h", "CUDADataFormats/Common/src/classes_def.xml", "CUDADataFormats/Common/src/classes.h", "CUDADataFormats/Common/src/ProductBase.cc", "CUDADataFormats/Common/test/BuildFile.xml", "CUDADataFormats/Common/test/test_main.cc", "CUDADataFormats/Common/test/test_Product.cc", "CUDADataFormats/EcalDigi/BuildFile.xml", "CUDADataFormats/EcalDigi/interface/DigisCollection.h", "CUDADataFormats/EcalDigi/src/classes_def.xml", "CUDADataFormats/EcalDigi/src/classes.h", "CUDADataFormats/EcalRecHitSoA/BuildFile.xml", "CUDADataFormats/EcalRecHitSoA/interface/EcalRecHit.h", "CUDADataFormats/EcalRecHitSoA/interface/EcalUncalibratedRecHit.h", "CUDADataFormats/EcalRecHitSoA/src/classes_def.xml", "CUDADataFormats/EcalRecHitSoA/src/classes.h", "CUDADataFormats/HGCal/BuildFile.xml", "CUDADataFormats/HGCal/interface/ConstHGCRecHitSoA.h", "CUDADataFormats/HGCal/interface/HGCConditions.h", "CUDADataFormats/HGCal/interface/HGCRecHitCPUProduct.h", "CUDADataFormats/HGCal/interface/HGCRecHitGPUProduct.h", "CUDADataFormats/HGCal/interface/HGCRecHitSoA.h", "CUDADataFormats/HGCal/interface/HGCUncalibRecHitDevice.h", "CUDADataFormats/HGCal/interface/HGCUncalibRecHitHost.h", "CUDADataFormats/HGCal/interface/HGCUncalibRecHitSoA.h", "CUDADataFormats/HGCal/interface/HGCUncalibRecHitsToRecHitsConstants.h", "CUDADataFormats/HGCal/src/classes_def.xml", "CUDADataFormats/HGCal/src/classes.h", "CUDADataFormats/HGCal/src/HGCUncalibRecHitDevice.cc", "CUDADataFormats/PortableTestObjects/BuildFile.xml", "CUDADataFormats/PortableTestObjects/interface/TestDeviceCollection.h", "CUDADataFormats/PortableTestObjects/interface/TestHostCollection.h", "CUDADataFormats/PortableTestObjects/src/classes_def.xml", "CUDADataFormats/PortableTestObjects/src/classes.h", "CUDADataFormats/SiPixelCluster/BuildFile.xml", "CUDADataFormats/SiPixelCluster/interface/gpuClusteringConstants.h", "CUDADataFormats/SiPixelCluster/interface/SiPixelClustersCUDA.h", "CUDADataFormats/SiPixelCluster/src/classes_def.xml", "CUDADataFormats/SiPixelCluster/src/classes.h", "CUDADataFormats/SiPixelDigi/BuildFile.xml", "CUDADataFormats/SiPixelDigi/interface/SiPixelDigiErrorsCUDA.h", "CUDADataFormats/SiPixelDigi/interface/SiPixelDigisCUDA.h", "CUDADataFormats/SiPixelDigi/src/classes_def.xml", "CUDADataFormats/SiPixelDigi/src/classes.h", "CUDADataFormats/SiPixelDigi/src/SiPixelDigiErrorsCUDA.cc", "CUDADataFormats/SiStripCluster/BuildFile.xml", "CUDADataFormats/SiStripCluster/interface/SiStripClustersCUDA.h", "CUDADataFormats/SiStripCluster/src/classes_def.xml", "CUDADataFormats/SiStripCluster/src/classes.h", "CUDADataFormats/SiStripCluster/src/SiStripClustersCUDA.cc", "CUDADataFormats/StdDictionaries/BuildFile.xml", "CUDADataFormats/StdDictionaries/src/classes_def.xml", "CUDADataFormats/StdDictionaries/src/classes.h", "CUDADataFormats/Track/BuildFile.xml", "CUDADataFormats/TrackingRecHit/BuildFile.xml", "CUDADataFormats/TrackingRecHit/interface/SiPixelHitStatus.h", "CUDADataFormats/TrackingRecHit/interface/TrackingRecHitSoADevice.h", "CUDADataFormats/TrackingRecHit/interface/TrackingRecHitSoAHost.h", "CUDADataFormats/TrackingRecHit/interface/TrackingRecHitsUtilities.h", "CUDADataFormats/TrackingRecHit/src/classes_def.xml", "CUDADataFormats/TrackingRecHit/src/classes.h", "CUDADataFormats/TrackingRecHit/test/BuildFile.xml", "CUDADataFormats/TrackingRecHit/test/TrackingRecHitSoA_test.cpp", "CUDADataFormats/TrackingRecHit/test/TrackingRecHitSoA_test.cu", "CUDADataFormats/Track/interface/PixelTrackUtilities.h", "CUDADataFormats/Track/interface/TrackSoAHeterogeneousDevice.h", "CUDADataFormats/Track/interface/TrackSoAHeterogeneousHost.h", "CUDADataFormats/Track/README.md", "CUDADataFormats/Track/src/classes_def.xml", "CUDADataFormats/Track/src/classes.h", "CUDADataFormats/Track/test/BuildFile.xml", "CUDADataFormats/Track/test/TrackSoAHeterogeneous_test.cpp", "CUDADataFormats/Track/test/TrackSoAHeterogeneous_test.cu", "CUDADataFormats/Track/test/TrajectoryStateSOA_t.cpp", "CUDADataFormats/Track/test/TrajectoryStateSOA_t.cu", "CUDADataFormats/Track/test/TrajectoryStateSOA_t.h", "CUDADataFormats/Vertex/BuildFile.xml", "CUDADataFormats/Vertex/interface/ZVertexHeterogeneous.h", "CUDADataFormats/Vertex/interface/ZVertexSoA.h", "CUDADataFormats/Vertex/interface/ZVertexSoAHeterogeneousDevice.h", "CUDADataFormats/Vertex/interface/ZVertexSoAHeterogeneousHost.h", "CUDADataFormats/Vertex/interface/ZVertexUtilities.h", "CUDADataFormats/Vertex/README.md", "CUDADataFormats/Vertex/src/classes_def.xml", "CUDADataFormats/Vertex/src/classes.h"] \ No newline at end of file diff --git a/tests/ReplayData/test_warn_many_files.json b/tests/ReplayData/test_warn_many_files.json new file mode 100644 index 00000000000..636a74adf3f --- /dev/null +++ b/tests/ReplayData/test_warn_many_files.json @@ -0,0 +1 @@ +["Alignment/APEEstimation/BuildFile.xml", "Alignment/APEEstimation/data/lumiperrun2016.txt", "Alignment/APEEstimation/data/lumiperrun2017.txt", "Alignment/APEEstimation/data/lumiperrun2018.txt", "Alignment/APEEstimation/interface/EventVariables.h", "Alignment/APEEstimation/interface/ReducedTrackerTreeVariables.h", "Alignment/APEEstimation/interface/TrackerDetectorStruct.h", "Alignment/APEEstimation/interface/TrackerSectorStruct.h", "Alignment/APEEstimation/macros/writeAPEsInASCII.C", "Alignment/APEEstimation/plugins/ApeEstimator.cc", "Alignment/APEEstimation/plugins/ApeEstimatorSummary.cc", "Alignment/APEEstimation/plugins/ApeTreeCreateDefault.cc", "Alignment/APEEstimation/plugins/BuildFile.xml", "Alignment/APEEstimation/python/AlignmentTrackSelector_cff.py", "Alignment/APEEstimation/python/ApeEstimator_cff.py", "Alignment/APEEstimation/python/ApeEstimator_cfi.py", "Alignment/APEEstimation/python/ApeEstimatorSummary_cff.py", "Alignment/APEEstimation/python/ApeEstimatorSummary_cfi.py", "Alignment/APEEstimation/python/conditions/init.py", "Alignment/APEEstimation/python/PrivateSkim_EventContent_cff.py", "Alignment/APEEstimation/python/samples/Data_TkAlMinBias_Run2018C_PromptReco_v3_cff.py", "Alignment/APEEstimation/python/samples/Data_TkAlMuonIsolated_Run2015B_PromptReco_v1_cff.py", "Alignment/APEEstimation/python/samples/Data_TkAlZMuMu_Run2015B_DoubleMuon_PromptReco_v1_cff.py", "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_ApeSkim_cff.py", "Alignment/APEEstimation/python/samples/Mc_TkAlMuonIsolated_Phys14_74X_wlnu_cff.py", "Alignment/APEEstimation/python/samples/MC_UL16_ttbar_cff.py", "Alignment/APEEstimation/python/samples/MC_UnitTest_TkAlMuonIsolated_cff.py", "Alignment/APEEstimation/python/SectorBuilder_Bpix_cff.py", "Alignment/APEEstimation/python/SectorBuilder_Bpix_Phase0_cff.py", "Alignment/APEEstimation/python/SectorBuilder_cff.py", "Alignment/APEEstimation/python/SectorBuilder_cfi.py", "Alignment/APEEstimation/python/SectorBuilder_Fpix_cff.py", "Alignment/APEEstimation/python/SectorBuilder_Fpix_Phase0_cff.py", "Alignment/APEEstimation/python/SectorBuilder_Tec_cff.py", "Alignment/APEEstimation/python/SectorBuilder_Tib_cff.py", "Alignment/APEEstimation/python/SectorBuilder_Tid_cff.py", "Alignment/APEEstimation/python/SectorBuilder_Tob_cff.py", "Alignment/APEEstimation/python/TrackRefitter_38T_cff.py", "Alignment/APEEstimation/scripts/initialise.bash", "Alignment/APEEstimation/test/apeMeasurement/apeDetermination_cfg.py", "Alignment/APEEstimation/test/apeMeasurement/apeMeasurement.py", "Alignment/APEEstimation/test/apeMeasurement/apeWrite_cfg.py", "Alignment/APEEstimation/test/apeMeasurement/condorTemplates.py", "Alignment/APEEstimation/test/apeMeasurement/config.yaml", "Alignment/APEEstimation/test/apeMeasurement/finishIterationScript.tcsh", "Alignment/APEEstimation/test/apeMeasurement/helpers.py", "Alignment/APEEstimation/test/apeMeasurement/mc_example.yaml", "Alignment/APEEstimation/test/apeMeasurement/mergeStep.py", "Alignment/APEEstimation/test/apeMeasurement/moveSkimOutput.py", "Alignment/APEEstimation/test/apeMeasurement/prepareMeasurement.py", "Alignment/APEEstimation/test/apeMeasurement/prepScript.tcsh", "Alignment/APEEstimation/test/apeMeasurement/pythonTemplates.py", "Alignment/APEEstimation/test/apeMeasurement/refitting_cfg.py", "Alignment/APEEstimation/test/apeMeasurement/refittingScript.tcsh", "Alignment/APEEstimation/test/apeMeasurement/skim_cfg.py", "Alignment/APEEstimation/test/apeMeasurement/skimScript.tcsh", "Alignment/APEEstimation/test/apeTreeCreateDefault_cfg.py", "Alignment/APEEstimation/test/autoSubmitter/autoSubmitter.py", "Alignment/APEEstimation/test/autoSubmitter/autoSubmitterTemplates.py", "Alignment/APEEstimation/test/autoSubmitter/config.ini", "Alignment/APEEstimation/test/autoSubmitter/helpers.py", "Alignment/APEEstimation/test/autoSubmitter/unitTest.ini", "Alignment/APEEstimation/test/BuildFile.xml", "Alignment/APEEstimation/test/cfgTemplate/apeEstimator_cfg.py", "Alignment/APEEstimation/test/cfgTemplate/apeEstimatorSummary_cfg.py", "Alignment/APEEstimation/test/cfgTemplate/apeLocalSetting_cfg.py", "Alignment/APEEstimation/test/createTrackerAlignmentErrorExtendedRcd_cfg.py", "Alignment/APEEstimation/test/plottingTools/drawIterations.py", "Alignment/APEEstimation/test/plottingTools/drawResults.py", "Alignment/APEEstimation/test/plottingTools/drawTrend.py", "Alignment/APEEstimation/test/plottingTools/drawValidation.py", "Alignment/APEEstimation/test/plottingTools/granularity.py", "Alignment/APEEstimation/test/plottingTools/iterationsPlotter.py", "Alignment/APEEstimation/test/plottingTools/resultPlotter.py", "Alignment/APEEstimation/test/plottingTools/setTDRStyle.py", "Alignment/APEEstimation/test/plottingTools/systematicErrors.py", "Alignment/APEEstimation/test/plottingTools/trendPlotter.py", "Alignment/APEEstimation/test/plottingTools/validationPlotter.py", "Alignment/APEEstimation/test/SkimProducer/skimProducer_cfg.py", "Alignment/APEEstimation/test/SkimProducer/skimTemplates.py", "Alignment/APEEstimation/test/SkimProducer/startSkim.py", "Alignment/APEEstimation/test/trackerTreeGenerator_cfg.py", "Alignment/APEEstimation/test/unitTest.sh", "Alignment/CocoaApplication/bin/BuildFile.xml", "Alignment/CocoaApplication/bin/CocoaAna.C", "Alignment/CocoaApplication/bin/cocoa.cpp", "Alignment/CocoaApplication/bin/printReportDiff.cpp", "Alignment/CocoaApplication/bin/simple2D.meas", "Alignment/CocoaApplication/bin/simple2D.txt", "Alignment/CocoaApplication/bin/simple2DWithMirror.meas", "Alignment/CocoaApplication/bin/simple2DWithMirror.txt", "Alignment/CocoaApplication/bin/table2DWithMirror.txt", "Alignment/CocoaApplication/BuildFile.xml", "Alignment/CocoaApplication/README.md", "Alignment/CocoaApplication/src/CocoaAnalyzer.cc", "Alignment/CocoaApplication/test/authentication.xml", "Alignment/CocoaApplication/test/cmsCocoaTable2DWithMirror.xml", "Alignment/CocoaApplication/test/cocoaAnalyzer_cfg.py", "Alignment/CocoaApplication/test/cocoaDaqTest.root", "Alignment/CocoaApplication/test/conddbcatalog.xml", "Alignment/CocoaApplication/test/configuration.xml", "Alignment/CocoaApplication/test/OpticalAlignments.db", "Alignment/CocoaApplication/test/table2DWithMirror.xml", "Alignment/CocoaDaq/BuildFile.xml", "Alignment/CocoaDaq/interface/CocoaDaqReader.h", "Alignment/CocoaDaq/interface/CocoaDaqRootEvent.h", "Alignment/CocoaDaq/src/classes_def.xml", "Alignment/CocoaDaq/src/classes.h", "Alignment/CocoaDaq/src/CocoaDaqReader.cc", "Alignment/CocoaDaq/src/CocoaDaqRootEvent.cc", "Alignment/CocoaDDLObjects/BuildFile.xml", "Alignment/CocoaDDLObjects/interface/CocoaMaterialElementary.h", "Alignment/CocoaDDLObjects/interface/CocoaSolidShapeBox.h", "Alignment/CocoaDDLObjects/interface/CocoaSolidShape.h", "Alignment/CocoaDDLObjects/interface/CocoaSolidShapeTubs.h", "Alignment/CocoaDDLObjects/src/CocoaMaterialElementary.cc", "Alignment/CocoaDDLObjects/src/CocoaSolidShapeBox.cc", "Alignment/CocoaDDLObjects/src/CocoaSolidShape.cc", "Alignment/CocoaDDLObjects/src/CocoaSolidShapeTubs.cc", "Alignment/CocoaFit/BuildFile.xml", "Alignment/CocoaFit/interface/CocoaDBMgr.h", "Alignment/CocoaFit/interface/Fit.h", "Alignment/CocoaFit/interface/FittedEntriesManager.h", "Alignment/CocoaFit/interface/FittedEntriesSet.h", "Alignment/CocoaFit/interface/FittedEntry.h", "Alignment/CocoaFit/interface/HistoDef.h", "Alignment/CocoaFit/interface/MatrixMeschach.h", "Alignment/CocoaFit/interface/NtupleManager.h", "Alignment/CocoaFit/interface/NtupleObjects.h", "Alignment/CocoaFit/src/classes_def.xml", "Alignment/CocoaFit/src/classes.h", "Alignment/CocoaFit/src/CocoaDBMgr.cc", "Alignment/CocoaFit/src/Fit.cc", "Alignment/CocoaFit/src/FittedEntriesManager.cc", "Alignment/CocoaFit/src/FittedEntriesSet.cc", "Alignment/CocoaFit/src/FittedEntry.cc", "Alignment/CocoaFit/src/HistoDef.cc", "Alignment/CocoaFit/src/MatrixMeschach.cc", "Alignment/CocoaFit/src/NtupleManager.cc", "Alignment/CocoaFit/src/NtupleObjects.cc", "Alignment/CocoaModel/BuildFile.xml", "Alignment/CocoaModel/interface/ALILine.h", "Alignment/CocoaModel/interface/ALIPlane.h", "Alignment/CocoaModel/interface/ALIRmDataFromFile.h", "Alignment/CocoaModel/interface/ALIUnitsTable.h", "Alignment/CocoaModel/interface/CocoaDaqReaderRoot.h", "Alignment/CocoaModel/interface/CocoaDaqReaderText.h", "Alignment/CocoaModel/interface/DeviationSensor2D.h", "Alignment/CocoaModel/interface/DeviationsFromFileSensor2D.h", "Alignment/CocoaModel/interface/EntryAngleAffAngles.h", "Alignment/CocoaModel/interface/EntryAngle.h", "Alignment/CocoaModel/interface/EntryData.h", "Alignment/CocoaModel/interface/Entry.h", "Alignment/CocoaModel/interface/EntryLengthAffCentre.h", "Alignment/CocoaModel/interface/EntryLength.h", "Alignment/CocoaModel/interface/EntryMgr.h", "Alignment/CocoaModel/interface/EntryNoDim.h", "Alignment/CocoaModel/interface/ErrorCorrelation.h", "Alignment/CocoaModel/interface/ErrorCorrelationMgr.h", "Alignment/CocoaModel/interface/FittedEntriesReader.h", "Alignment/CocoaModel/interface/LightRay.h", "Alignment/CocoaModel/interface/MeasurementCOPS.h", "Alignment/CocoaModel/interface/MeasurementDiffEntry.h", "Alignment/CocoaModel/interface/MeasurementDistancemeter3dim.h", "Alignment/CocoaModel/interface/MeasurementDistancemeter.h", "Alignment/CocoaModel/interface/Measurement.h", "Alignment/CocoaModel/interface/MeasurementSensor2D.h", "Alignment/CocoaModel/interface/MeasurementTiltmeter.h", "Alignment/CocoaModel/interface/Model.h", "Alignment/CocoaModel/interface/OpticalObject.h", "Alignment/CocoaModel/interface/OpticalObjectMgr.h", "Alignment/CocoaModel/interface/OptOCameraDetector.h", "Alignment/CocoaModel/interface/OptOCOPS.h", "Alignment/CocoaModel/interface/OptOCubeSplitter.h", "Alignment/CocoaModel/interface/OptODistancemeter3dim.h", "Alignment/CocoaModel/interface/OptODistancemeter.h", "Alignment/CocoaModel/interface/OptOLaser.h", "Alignment/CocoaModel/interface/OptOLens.h", "Alignment/CocoaModel/interface/OptOMirror.h", "Alignment/CocoaModel/interface/OptOModifiedRhomboidPrism.h", "Alignment/CocoaModel/interface/OptOOpticalSquare.h", "Alignment/CocoaModel/interface/OptOPinhole.h", "Alignment/CocoaModel/interface/OptOPlateSplitter.h", "Alignment/CocoaModel/interface/OptORisleyPrism.h", "Alignment/CocoaModel/interface/OptOScreen.h", "Alignment/CocoaModel/interface/OptOSensor2D.h", "Alignment/CocoaModel/interface/OptOSource.h", "Alignment/CocoaModel/interface/OptOTiltmeter.h", "Alignment/CocoaModel/interface/OptOUserDefined.h", "Alignment/CocoaModel/interface/OptOXLaser.h", "Alignment/CocoaModel/interface/ParameterMgr.h", "Alignment/CocoaModel/src/ALILine.cc", "Alignment/CocoaModel/src/ALIPlane.cc", "Alignment/CocoaModel/src/ALIRmDataFromFile.cc", "Alignment/CocoaModel/src/ALIUnitsTable.cc", "Alignment/CocoaModel/src/CocoaDaqReaderRoot.cc", "Alignment/CocoaModel/src/CocoaDaqReaderText.cc", "Alignment/CocoaModel/src/DeviationSensor2D.cc", "Alignment/CocoaModel/src/DeviationsFromFileSensor2D.cc", "Alignment/CocoaModel/src/EntryAngleAffAngles.cc", "Alignment/CocoaModel/src/EntryAngle.cc", "Alignment/CocoaModel/src/Entry.cc", "Alignment/CocoaModel/src/EntryData.cc", "Alignment/CocoaModel/src/EntryLengthAffCentre.cc", "Alignment/CocoaModel/src/EntryLength.cc", "Alignment/CocoaModel/src/EntryMgr.cc", "Alignment/CocoaModel/src/ErrorCorrelation.cc", "Alignment/CocoaModel/src/ErrorCorrelationMgr.cc", "Alignment/CocoaModel/src/FittedEntriesReader.cc", "Alignment/CocoaModel/src/LightRay.cc", "Alignment/CocoaModel/src/Measurement.cc", "Alignment/CocoaModel/src/MeasurementCOPS.cc", "Alignment/CocoaModel/src/MeasurementDiffEntry.cc", "Alignment/CocoaModel/src/MeasurementDistancemeter3dim.cc", "Alignment/CocoaModel/src/MeasurementDistancemeter.cc", "Alignment/CocoaModel/src/MeasurementSensor2D.cc", "Alignment/CocoaModel/src/MeasurementTiltmeter.cc", "Alignment/CocoaModel/src/Model.cc", "Alignment/CocoaModel/src/OpticalObject.cc", "Alignment/CocoaModel/src/OpticalObjectMgr.cc", "Alignment/CocoaModel/src/OptOCameraDetector.cc", "Alignment/CocoaModel/src/OptOCOPS.cc", "Alignment/CocoaModel/src/OptOCubeSplitter.cc", "Alignment/CocoaModel/src/OptODistancemeter3dim.cc", "Alignment/CocoaModel/src/OptODistancemeter.cc", "Alignment/CocoaModel/src/OptOLaser.cc", "Alignment/CocoaModel/src/OptOLens.cc", "Alignment/CocoaModel/src/OptOMirror.cc", "Alignment/CocoaModel/src/OptOModifiedRhomboidPrism.cc", "Alignment/CocoaModel/src/OptOOpticalSquare.cc", "Alignment/CocoaModel/src/OptOPinhole.cc", "Alignment/CocoaModel/src/OptOPlateSplitter.cc", "Alignment/CocoaModel/src/OptORisleyPrism.cc", "Alignment/CocoaModel/src/OptOScreen.cc", "Alignment/CocoaModel/src/OptOSensor2D.cc", "Alignment/CocoaModel/src/OptOSource.cc", "Alignment/CocoaModel/src/OptOTiltmeter.cc", "Alignment/CocoaModel/src/OptOUserDefined.cc", "Alignment/CocoaModel/src/OptOXLaser.cc", "Alignment/CocoaModel/src/ParameterMgr.cc", "Alignment/CocoaToDDL/BuildFile.xml", "Alignment/CocoaToDDL/doc/CocoaToDDL.doc", "Alignment/CocoaToDDL/interface/CocoaToDDLMgr.h", "Alignment/CocoaToDDL/interface/CocoaUnitsTable.h", "Alignment/CocoaToDDL/interface/UnitConverter.h", "Alignment/CocoaToDDL/src/CocoaToDDLMgr.cc", "Alignment/CocoaToDDL/src/CocoaUnitsTable.cc", "Alignment/CocoaToDDL/src/UnitConverter.cc", "Alignment/CocoaUtilities/BuildFile.xml", "Alignment/CocoaUtilities/interface/ALIFileIn.h", "Alignment/CocoaUtilities/interface/ALIFileOut.h", "Alignment/CocoaUtilities/interface/ALIUtils.h", "Alignment/CocoaUtilities/interface/CocoaGlobals.h", "Alignment/CocoaUtilities/interface/GlobalOptionMgr.h", "Alignment/CocoaUtilities/src/ALIFileIn.cc", "Alignment/CocoaUtilities/src/ALIFileOut.cc", "Alignment/CocoaUtilities/src/ALIUtils.cc", "Alignment/CocoaUtilities/src/GlobalOptionMgr.cc", "Alignment/CommonAlignmentAlgorithm/BuildFile.xml", "Alignment/CommonAlignmentAlgorithm/interface/AlignableData.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignableDataIO.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignableDataIORoot.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentAlgorithmBase.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentAlgorithmPluginFactory.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentCorrelationsIO.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentCorrelationsIORoot.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentCorrelationsStore.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsEntry.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentExtendedCorrelationsStore.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentIO.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentIORootBase.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentIORoot.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentParameterBuilder.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentParameterSelector.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentParametersIO.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentParametersIORoot.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentParameterStore.h", "Alignment/CommonAlignmentAlgorithm/interface/AlignmentUserVariablesIO.h", "Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationBase.h", "Alignment/CommonAlignmentAlgorithm/interface/IntegratedCalibrationPluginFactory.h", "Alignment/CommonAlignmentAlgorithm/interface/SelectionUserVariables.h", "Alignment/CommonAlignmentAlgorithm/interface/TkModuleGroupSelector.h", "Alignment/CommonAlignmentAlgorithm/plugins/ApeSettingAlgorithm.cc", "Alignment/CommonAlignmentAlgorithm/plugins/BuildFile.xml", "Alignment/CommonAlignmentAlgorithm/plugins/SiPixelLorentzAngleCalibration.cc", "Alignment/CommonAlignmentAlgorithm/plugins/SiStripBackplaneCalibration.cc", "Alignment/CommonAlignmentAlgorithm/plugins/SiStripLorentzAngleCalibration.cc", "Alignment/CommonAlignmentAlgorithm/plugins/SiStripReadoutModeEnums.h", "Alignment/CommonAlignmentAlgorithm/plugins/TreeStruct.h", "Alignment/CommonAlignmentAlgorithm/python/AlignmentParameterStore_cfi.py", "Alignment/CommonAlignmentAlgorithm/python/ApeSettingAlgorithm_cfi.py", "Alignment/CommonAlignmentAlgorithm/python/SiPixelLorentzAngleCalibration_cff.py", "Alignment/CommonAlignmentAlgorithm/python/SiStripBackplaneCalibration_cff.py", "Alignment/CommonAlignmentAlgorithm/python/SiStripLorentzAngleCalibration_cff.py", "Alignment/CommonAlignmentAlgorithm/src/AlignableDataIO.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignableDataIORoot.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentAlgorithmPluginFactory.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentCorrelationsIORoot.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentCorrelationsStore.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentExtendedCorrelationsEntry.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentExtendedCorrelationsStore.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentIORootBase.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentIORoot.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentParameterBuilder.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentParameterSelector.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentParametersIO.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentParametersIORoot.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentParameterStore.cc", "Alignment/CommonAlignmentAlgorithm/src/AlignmentUserVariablesIO.cc", "Alignment/CommonAlignmentAlgorithm/src/IntegratedCalibrationBase.cc", "Alignment/CommonAlignmentAlgorithm/src/IntegratedCalibrationPluginFactory.cc", "Alignment/CommonAlignmentAlgorithm/src/TkModuleGroupSelector.cc", "Alignment/CommonAlignmentAlgorithm/test/apeLocalSetting_cfg.py", "Alignment/CommonAlignmentAlgorithm/test/apeSetting_cfg.py", "Alignment/CommonAlignmentAlgorithm/test/dbextract", "Alignment/CommonAlignmentAlgorithm/test/ShortLocalInput.txt", "Alignment/CommonAlignment/BuildFile.xml", "Alignment/CommonAlignment/doc/CommonAlignment.doc", "Alignment/CommonAlignment/interface/AlignableBeamSpot.h", "Alignment/CommonAlignment/interface/AlignableCompositeBuilder.h", "Alignment/CommonAlignment/interface/AlignableComposite.h", "Alignment/CommonAlignment/interface/AlignableDet.h", "Alignment/CommonAlignment/interface/AlignableDetOrUnitPtr.h", "Alignment/CommonAlignment/interface/AlignableDetUnit.h", "Alignment/CommonAlignment/interface/AlignableExtras.h", "Alignment/CommonAlignment/interface/Alignable.h", "Alignment/CommonAlignment/interface/AlignableIndexer.h", "Alignment/CommonAlignment/interface/AlignableMap.h", "Alignment/CommonAlignment/interface/AlignableModifier.h", "Alignment/CommonAlignment/interface/AlignableNavigator.h", "Alignment/CommonAlignment/interface/AlignableObjectId.h", "Alignment/CommonAlignment/interface/AlignableSurface.h", "Alignment/CommonAlignment/interface/AlignmentLevel.h", "Alignment/CommonAlignment/interface/AlignmentParametersData.h", "Alignment/CommonAlignment/interface/AlignmentParameters.h", "Alignment/CommonAlignment/interface/AlignmentUserVariables.h", "Alignment/CommonAlignment/interface/AlignTools.h", "Alignment/CommonAlignment/interface/MisalignmentScenarioBuilder.h", "Alignment/CommonAlignment/interface/StructureType.h", "Alignment/CommonAlignment/interface/SurveyDet.h", "Alignment/CommonAlignment/interface/SurveyResidual.h", "Alignment/CommonAlignment/interface/Utilities.h", "Alignment/CommonAlignmentMonitor/BuildFile.xml", "Alignment/CommonAlignmentMonitor/doc/CommonAlignmentMonitor.doc", "Alignment/CommonAlignmentMonitor/interface/AlignmentMonitorBase.h", "Alignment/CommonAlignmentMonitor/interface/AlignmentMonitorPluginFactory.h", "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorAsAnalyzer.cc", "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorGeneric.cc", "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorGeneric.h", "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorMuonResiduals.cc", "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorMuonSystemMap1D.cc", "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorMuonVsCurvature.cc", "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorSegmentDifferences.cc", "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorSurvey.cc", "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorSurvey.h", "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorTemplate.cc", "Alignment/CommonAlignmentMonitor/plugins/AlignmentMonitorTracksFromTrajectories.cc", "Alignment/CommonAlignmentMonitor/plugins/AlignmentStats.cc", "Alignment/CommonAlignmentMonitor/plugins/BuildFile.xml", "Alignment/CommonAlignmentMonitor/plugins/TrackerToMuonPropagator.cc", "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorMuonResidualsDefaults_cff.py", "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorMuonSystemMap1D_cfi.py", "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorMuonVsCurvature_cfi.py", "Alignment/CommonAlignmentMonitor/python/AlignmentMonitorSegmentDifferences_cfi.py", "Alignment/CommonAlignmentMonitor/python/AlignmentStats_cff.py", "Alignment/CommonAlignmentMonitor/src/AlignmentMonitorBase.cc", "Alignment/CommonAlignmentMonitor/src/AlignmentMonitorPluginFactory.cc", "Alignment/CommonAlignmentMonitor/test/BuildFile.xml", "Alignment/CommonAlignmentMonitor/test/testAlignmentStats_cfg.py", "Alignment/CommonAlignmentMonitor/test/testAlignmentStats.sh", "Alignment/CommonAlignmentParametrization/BuildFile.xml", "Alignment/CommonAlignmentParametrization/interface/AlignmentParametersFactory.h", "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentDerivatives.h", "Alignment/CommonAlignmentParametrization/interface/BeamSpotAlignmentParameters.h", "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentDerivatives.h", "Alignment/CommonAlignmentParametrization/interface/BowedSurfaceAlignmentParameters.h", "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentDerivativesExtractor.h", "Alignment/CommonAlignmentParametrization/interface/CompositeAlignmentParameters.h", "Alignment/CommonAlignmentParametrization/interface/FrameToFrameDerivative.h", "Alignment/CommonAlignmentParametrization/interface/KarimakiAlignmentDerivatives.h", "Alignment/CommonAlignmentParametrization/interface/ParametersToParametersDerivatives.h", "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters4D.h", "Alignment/CommonAlignmentParametrization/interface/RigidBodyAlignmentParameters.h", "Alignment/CommonAlignmentParametrization/interface/SegmentAlignmentDerivatives4D.h", "Alignment/CommonAlignmentParametrization/interface/TwoBowedSurfacesAlignmentParameters.h", "Alignment/CommonAlignmentParametrization/src/AlignmentParametersFactory.cc", "Alignment/CommonAlignmentParametrization/src/BeamSpotAlignmentDerivatives.cc", "Alignment/CommonAlignmentParametrization/src/BeamSpotAlignmentParameters.cc", "Alignment/CommonAlignmentParametrization/src/BowedSurfaceAlignmentDerivatives.cc", "Alignment/CommonAlignmentParametrization/src/BowedSurfaceAlignmentParameters.cc", "Alignment/CommonAlignmentParametrization/src/CompositeAlignmentDerivativesExtractor.cc", "Alignment/CommonAlignmentParametrization/src/CompositeAlignmentParameters.cc", "Alignment/CommonAlignmentParametrization/src/FrameToFrameDerivative.cc", "Alignment/CommonAlignmentParametrization/src/KarimakiAlignmentDerivatives.cc", "Alignment/CommonAlignmentParametrization/src/ParametersToParametersDerivatives.cc", "Alignment/CommonAlignmentParametrization/src/RigidBodyAlignmentParameters4D.cc", "Alignment/CommonAlignmentParametrization/src/RigidBodyAlignmentParameters.cc", "Alignment/CommonAlignmentParametrization/src/SegmentAlignmentDerivatives4D.cc", "Alignment/CommonAlignmentParametrization/src/TwoBowedSurfacesAlignmentParameters.cc", "Alignment/CommonAlignment/plugins/APVModeFilter.cc", "Alignment/CommonAlignment/plugins/BuildFile.xml", "Alignment/CommonAlignment/plugins/FilterOutLowPt.cc", "Alignment/CommonAlignment/plugins/MagneticFieldFilter.cc", "Alignment/CommonAlignmentProducer/BuildFile.xml", "Alignment/CommonAlignmentProducer/data/AlCaHLTBitMon_cfg_template_py", "Alignment/CommonAlignmentProducer/interface/AlignmentCSCBeamHaloSelector.h", "Alignment/CommonAlignmentProducer/interface/AlignmentCSCOverlapSelector.h", "Alignment/CommonAlignmentProducer/interface/AlignmentCSCTrackSelector.h", "Alignment/CommonAlignmentProducer/interface/AlignmentGlobalTrackSelector.h", "Alignment/CommonAlignmentProducer/interface/AlignmentMuonSelector.h", "Alignment/CommonAlignmentProducer/interface/AlignmentProducerBase.h", "Alignment/CommonAlignmentProducer/interface/AlignmentSeedSelector.h", "Alignment/CommonAlignmentProducer/interface/AlignmentTrackSelector.h", "Alignment/CommonAlignmentProducer/interface/AlignmentTracksFromVertexCompositeCandidateSelector.h", "Alignment/CommonAlignmentProducer/interface/AlignmentTracksFromVertexSelector.h", "Alignment/CommonAlignmentProducer/interface/AlignmentTwoBodyDecayTrackSelector.h", "Alignment/CommonAlignmentProducer/plugins/AlignmentCSCBeamHaloSelectorModule.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentCSCOverlapSelectorModule.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentCSCTrackSelectorModule.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentGoodIdMuonSelector.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentMuonHIPTrajectorySelector.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentMuonSelectorModule.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentProducerAsAnalyzer.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentProducerAsAnalyzer.h", "Alignment/CommonAlignmentProducer/plugins/AlignmentProducer.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentProducer.h", "Alignment/CommonAlignmentProducer/plugins/AlignmentRelCombIsoMuonSelector.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentSeedSelectorModule.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentTrackSelectorModule.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexCompositeCandidateSelectorModule.cc", "Alignment/CommonAlignmentProducer/plugins/AlignmentTracksFromVertexSelectorModule.cc", "Alignment/CommonAlignmentProducer/plugins/BuildFile.xml", "Alignment/CommonAlignmentProducer/plugins/FakeAlignmentProducer.cc", "Alignment/CommonAlignmentProducer/plugins/FakeAlignmentSource.cc", "Alignment/CommonAlignmentProducer/plugins/GlobalTrackerMuonAlignment.cc", "Alignment/CommonAlignmentProducer/plugins/LSNumberFilter.cc", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHalo_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHalo_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHaloOverlaps_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlBeamHaloOverlaps_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlCalIsolatedMu_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlCalIsolatedMu_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmics_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmicsInCollisions_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlGlobalCosmics_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlOverlaps_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlOverlaps_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlStandAloneCosmics_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlStandAloneCosmics_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlZMuMu_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOMuAlZMuMu_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli0T_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGCombined_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHGDiMuon_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHG_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLT_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHG_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGCombined_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAliHLTHGDiMuon_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOPromptCalibProdSiPixelAli_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlBeamHalo_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlBeamHalo_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0T_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0THLT_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0THLT_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0T_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics0T_Skimmed_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsHLT_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsHLT_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsInCollisions_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmicsInCollisions_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlCosmics_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlDiMuonAndVertex_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlDiMuonAndVertex_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracks_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracks_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracksZMuMu_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlHLTTracksZMuMu_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJetHT_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJetHT_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJpsiMuMu_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJpsiMuMuHI_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJpsiMuMuHI_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlJpsiMuMu_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlLAS_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlLAS_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMinBias_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMinBiasHI_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMinBiasHI_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMinBias_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMinBias_Skimmed_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolated_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedHI_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedHI_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolated_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedPA_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlMuonIsolatedPA_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMu_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuHI_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuHI_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMu_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuPA_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlUpsilonMuMuPA_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlV0s_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlV0s_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlWMuNu_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlWMuNu_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMu_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMuHI_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMuHI_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMu_Output_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMuPA_cff.py", "Alignment/CommonAlignmentProducer/python/ALCARECOTkAlZMuMuPA_Output_cff.py", "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvester0T_cff.py", "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvester_cff.py", "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHG_cff.py", "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHGCombined_cff.py", "Alignment/CommonAlignmentProducer/python/AlcaSiPixelAliHarvesterHLTHGCombined_cff.py", "Alignment/CommonAlignmentProducer/python/AlignmentMuonSelector_cfi.py", "Alignment/CommonAlignmentProducer/python/AlignmentProducerAsAnalyzer_cff.py", "Alignment/CommonAlignmentProducer/python/AlignmentProducer_cff.py", "Alignment/CommonAlignmentProducer/python/AlignmentTrackSelector_cfi.py", "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexCompositeCandidateSelector_cfi.py", "Alignment/CommonAlignmentProducer/python/AlignmentTracksFromVertexSelector_cfi.py", "Alignment/CommonAlignmentProducer/python/customizeLSNumberFilterForRelVals.py", "Alignment/CommonAlignmentProducer/python/DBConfiguration_cff.py", "Alignment/CommonAlignmentProducer/python/fakeAlignmentProducer_cfi.py", "Alignment/CommonAlignmentProducer/python/FakeAlignmentSource_cfi.py", "Alignment/CommonAlignmentProducer/python/fakeForIdealAlignmentProducer_cfi.py", "Alignment/CommonAlignmentProducer/python/GlobalPosition_Fake_cff.py", "Alignment/CommonAlignmentProducer/python/GlobalPosition_Frontier_cff.py", "Alignment/CommonAlignmentProducer/python/GlobalPosition_Frontier_DevDB_cff.py", "Alignment/CommonAlignmentProducer/python/GlobalPosition_Frontier_IntDB_cff.py", "Alignment/CommonAlignmentProducer/python/HLTModulesIncludes_cff.py", "Alignment/CommonAlignmentProducer/python/LSNumberFilter_cfi.py", "Alignment/CommonAlignmentProducer/python/TkAlMuonSelectors_cfi.py", "Alignment/CommonAlignmentProducer/scripts/AlCaHLTBitMon_ParallelJobs.py", "Alignment/CommonAlignmentProducer/scripts/AlCaHLTBitMon_QueryRunRegistry.py", "Alignment/CommonAlignmentProducer/src/AlignmentCSCBeamHaloSelector.cc", "Alignment/CommonAlignmentProducer/src/AlignmentCSCOverlapSelector.cc", "Alignment/CommonAlignmentProducer/src/AlignmentCSCTrackSelector.cc", "Alignment/CommonAlignmentProducer/src/AlignmentGlobalTrackSelector.cc", "Alignment/CommonAlignmentProducer/src/AlignmentMuonSelector.cc", "Alignment/CommonAlignmentProducer/src/AlignmentProducerBase.cc", "Alignment/CommonAlignmentProducer/src/AlignmentSeedSelector.cc", "Alignment/CommonAlignmentProducer/src/AlignmentTrackSelector.cc", "Alignment/CommonAlignmentProducer/src/AlignmentTracksFromVertexCompositeCandidateSelector.cc", "Alignment/CommonAlignmentProducer/src/AlignmentTracksFromVertexSelector.cc", "Alignment/CommonAlignmentProducer/src/AlignmentTwoBoyDecayTrackSelector.cc", "Alignment/CommonAlignmentProducer/test/alignmentCAF.pl", "Alignment/CommonAlignmentProducer/test/alignment_cfg.py", "Alignment/CommonAlignmentProducer/test/alignment.pl", "Alignment/CommonAlignmentProducer/test/AlignmentRcd-scan_cfg.py", "Alignment/CommonAlignmentProducer/test/AlignmentRcdScan.cpp", "Alignment/CommonAlignmentProducer/test/BuildFile.xml", "Alignment/CommonAlignmentProducer/test/GlobalPositionRcd-read_cfg.py", "Alignment/CommonAlignmentProducer/test/GlobalPositionRcdRead.cpp", "Alignment/CommonAlignmentProducer/test/GlobalPositionRcd-scan_cfg.py", "Alignment/CommonAlignmentProducer/test/GlobalPositionRcdScan.cpp", "Alignment/CommonAlignmentProducer/test/GlobalPositionRcd-write_cfg.py", "Alignment/CommonAlignmentProducer/test/GlobalPositionRcdWrite.cpp", "Alignment/CommonAlignmentProducer/test/GlobalTrackerMuonAlignment_test_cfg.py", "Alignment/CommonAlignmentProducer/test/make_muonalignment_dirs.pl", "Alignment/CommonAlignmentProducer/test/TestAccessGeom.cc", "Alignment/CommonAlignmentProducer/test/test-accessGeom_cfg.py", "Alignment/CommonAlignmentProducer/test/test-PromptCalibProdSiPixelAliHLTHGC.sh", "Alignment/CommonAlignmentProducer/test/TrackerAPForPCL/alignment_mille.py", "Alignment/CommonAlignment/python/tools/dataset.py", "Alignment/CommonAlignment/python/tools/trackselectionRefitting.py", "Alignment/CommonAlignment/python/tools/utilities.py", "Alignment/CommonAlignment/scripts/aligncond_split_iov.sh", "Alignment/CommonAlignment/scripts/magneticFieldFilterJSON.py", "Alignment/CommonAlignment/scripts/tkal_create_file_lists.py", "Alignment/CommonAlignment/scripts/writedatasetfile.py", "Alignment/CommonAlignment/src/AlignableBeamSpot.cc", "Alignment/CommonAlignment/src/Alignable.cc", "Alignment/CommonAlignment/src/AlignableCompositeBuilder.cc", "Alignment/CommonAlignment/src/AlignableComposite.cc", "Alignment/CommonAlignment/src/AlignableDet.cc", "Alignment/CommonAlignment/src/AlignableDetOrUnitPtr.cc", "Alignment/CommonAlignment/src/AlignableDetUnit.cc", "Alignment/CommonAlignment/src/AlignableExtras.cc", "Alignment/CommonAlignment/src/AlignableIndexer.cc", "Alignment/CommonAlignment/src/AlignableMap.cc", "Alignment/CommonAlignment/src/AlignableModifier.cc", "Alignment/CommonAlignment/src/AlignableNavigator.cc", "Alignment/CommonAlignment/src/AlignableObjectId.cc", "Alignment/CommonAlignment/src/AlignableSurface.cc", "Alignment/CommonAlignment/src/AlignmentParameters.cc", "Alignment/CommonAlignment/src/AlignmentParametersData.cc", "Alignment/CommonAlignment/src/AlignTools.cc", "Alignment/CommonAlignment/src/MisalignmentScenarioBuilder.cc", "Alignment/CommonAlignment/src/SurveyDet.cc", "Alignment/CommonAlignment/src/SurveyResidual.cc", "Alignment/CommonAlignment/src/Utilities.cc", "Alignment/CommonAlignment/test/BuildFile.xml", "Alignment/CommonAlignment/test/test_AlignableObjectId.cc", "Alignment/Geners/BuildFile.xml", "Alignment/Geners/interface/AbsArchive.hh", "Alignment/Geners/interface/AbsCatalog.hh", "Alignment/Geners/interface/AbsReader.hh", "Alignment/Geners/interface/AbsRecord.hh", "Alignment/Geners/interface/AbsReference.hh", "Alignment/Geners/interface/allUnique.hh", "Alignment/Geners/interface/ArrayAdaptor.hh", "Alignment/Geners/interface/arrayIO.hh", "Alignment/Geners/interface/ArrayReference.hh", "Alignment/Geners/interface/BinaryArchiveBase.hh", "Alignment/Geners/interface/BinaryFileArchive.hh", "Alignment/Geners/interface/binaryIO.hh", "Alignment/Geners/interface/BZ2Handle.hh", "Alignment/Geners/interface/CatalogEntry.hh", "Alignment/Geners/interface/CatalogIO.hh", "Alignment/Geners/interface/CharBuffer.hh", "Alignment/Geners/interface/ClassId.hh", "Alignment/Geners/interface/ClearIfPointer.hh", "Alignment/Geners/interface/collectTupleNames.hh", "Alignment/Geners/interface/ColumnBuffer.hh", "Alignment/Geners/interface/complexIO.hh", "Alignment/Geners/interface/CompressedIO.hh", "Alignment/Geners/interface/ContiguousCatalog.hh", "Alignment/Geners/interface/CPBufferRecord.hh", "Alignment/Geners/interface/CPBufferReference.hh", "Alignment/Geners/interface/CP_column_iterator.hh", "Alignment/Geners/interface/CPFooterRecord.hh", "Alignment/Geners/interface/CPFooterReference.hh", "Alignment/Geners/interface/CPHeaderRecord.hh", "Alignment/Geners/interface/CPP11_array.hh", "Alignment/Geners/interface/CPP11_config.hh", "Alignment/Geners/interface/CPP11_type_traits.hh", "Alignment/Geners/interface/CPReference.hh", "Alignment/Geners/interface/CStringBuf.hh", "Alignment/Geners/interface/CStringStream.hh", "Alignment/Geners/interface/dequeIO.hh", "Alignment/Geners/interface/findName.hh", "Alignment/Geners/interface/forward_listIO.hh", "Alignment/Geners/interface/GeneralCatalog.hh", "Alignment/Geners/interface/GenericIO.hh", "Alignment/Geners/interface/InsertContainerItem.hh", "Alignment/Geners/interface/Int2Type.hh", "Alignment/Geners/interface/IOException.hh", "Alignment/Geners/interface/IOIsAnyPtr.hh", "Alignment/Geners/interface/IOIsClassType.hh", "Alignment/Geners/interface/IOIsContainer.hh", "Alignment/Geners/interface/IOIsContiguous.hh", "Alignment/Geners/interface/IOIsExternal.hh", "Alignment/Geners/interface/IOIsIOPtr.hh", "Alignment/Geners/interface/IOIsNumber.hh", "Alignment/Geners/interface/IOIsPair.hh", "Alignment/Geners/interface/IOIsPOD.hh", "Alignment/Geners/interface/IOIsReadable.hh", "Alignment/Geners/interface/IOIsSameType.hh", "Alignment/Geners/interface/IOIsSharedPtr.hh", "Alignment/Geners/interface/IOIsString.hh", "Alignment/Geners/interface/IOIsTuple.hh", "Alignment/Geners/interface/IOIsUnsigned.hh", "Alignment/Geners/interface/IOIsWritable.hh", "Alignment/Geners/interface/IOPointeeType.hh", "Alignment/Geners/interface/IOPtr.hh", "Alignment/Geners/interface/IOReferredType.hh", "Alignment/Geners/interface/IOTraits.hh", "Alignment/Geners/interface/ItemDescriptor.hh", "Alignment/Geners/interface/ItemLocation.hh", "Alignment/Geners/interface/listIO.hh", "Alignment/Geners/interface/mapIO.hh", "Alignment/Geners/interface/MultiFileArchive.hh", "Alignment/Geners/interface/PackerIOCycle.hh", "Alignment/Geners/interface/ProcessItem.hh", "Alignment/Geners/interface/Reference.hh", "Alignment/Geners/interface/Regex.hh", "Alignment/Geners/interface/RowPacker.hh", "Alignment/Geners/interface/RPBufferRecord.hh", "Alignment/Geners/interface/RPBufferReference.hh", "Alignment/Geners/interface/RPFooterRecord.hh", "Alignment/Geners/interface/RPFooterReference.hh", "Alignment/Geners/interface/RPHeaderRecord.hh", "Alignment/Geners/interface/RPReference.hh", "Alignment/Geners/interface/SearchSpecifier.hh", "Alignment/Geners/interface/setIO.hh", "Alignment/Geners/interface/specialize_hash_io.hh", "Alignment/Geners/interface/streamposIO.hh", "Alignment/Geners/interface/StringArchive.hh", "Alignment/Geners/interface/stringArchiveIO.hh", "Alignment/Geners/interface/StrippedType.hh", "Alignment/Geners/interface/tupleIO.hh", "Alignment/Geners/interface/unordered_mapIO.hh", "Alignment/Geners/interface/unordered_setIO.hh", "Alignment/Geners/interface/uriUtils.hh", "Alignment/Geners/interface/valarrayIO.hh", "Alignment/Geners/interface/VarPack.hh", "Alignment/Geners/interface/vectorIO.hh", "Alignment/Geners/interface/VPackIOCycler.hh", "Alignment/Geners/interface/WriteOnlyCatalog.hh", "Alignment/Geners/interface/ZlibHandle.hh", "Alignment/Geners/src/AbsArchive.cc", "Alignment/Geners/src/AbsReference.cc", "Alignment/Geners/src/BinaryArchiveBase.cc", "Alignment/Geners/src/BinaryFileArchive.cc", "Alignment/Geners/src/BZ2Handle.cc", "Alignment/Geners/src/CatalogEntry.cc", "Alignment/Geners/src/CatalogIO.cc", "Alignment/Geners/src/CharBuffer.cc", "Alignment/Geners/src/ClassId.cc", "Alignment/Geners/src/ColumnBuffer.cc", "Alignment/Geners/src/ContiguousCatalog.cc", "Alignment/Geners/src/CStringBuf.cc", "Alignment/Geners/src/CStringStream.cc", "Alignment/Geners/src/GeneralCatalog.cc", "Alignment/Geners/src/ItemDescriptor.cc", "Alignment/Geners/src/ItemLocation.cc", "Alignment/Geners/src/MultiFileArchive.cc", "Alignment/Geners/src/SearchSpecifier.cc", "Alignment/Geners/src/StringArchive.cc", "Alignment/Geners/src/stringArchiveIO.cc", "Alignment/Geners/src/uriUtils.cc", "Alignment/Geners/src/WriteOnlyCatalog.cc", "Alignment/Geners/src/ZlibHandle.cc", "Alignment/Geners/test/archive.0.gsbd", "Alignment/Geners/test/archive.gsbmf", "Alignment/Geners/test/BuildFile.xml", "Alignment/Geners/test/cdump.cc", "Alignment/Geners/test/cdump.ref", "Alignment/Geners/test/CmdLine.hh", "Alignment/Geners/test/cmerge.cc", "Alignment/Geners/test/crecover.cc", "Alignment/Geners/test/gssa_dump.cc", "Alignment/Geners/test/port_geners_to_cmssw.tcl", "Alignment/Geners/test/print_items.cc", "Alignment/Geners/test/test_cdump.sh", "Alignment/HIPAlignmentAlgorithm/BuildFile.xml", "Alignment/HIPAlignmentAlgorithm/doc/HIPAlignmentAlgorithm.doc", "Alignment/HIPAlignmentAlgorithm/interface/HIPAlignableSpecificParameters.h", "Alignment/HIPAlignmentAlgorithm/interface/HIPAlignmentAlgorithm.h", "Alignment/HIPAlignmentAlgorithm/interface/HIPMonitorConfig.h", "Alignment/HIPAlignmentAlgorithm/interface/HIPUserVariables.h", "Alignment/HIPAlignmentAlgorithm/interface/HIPUserVariablesIORoot.h", "Alignment/HIPAlignmentAlgorithm/plots/BinningHitMaps_TEC.txt", "Alignment/HIPAlignmentAlgorithm/plots/BinningHitMaps_TIB.txt", "Alignment/HIPAlignmentAlgorithm/plots/BinningHitMaps_TID.txt", "Alignment/HIPAlignmentAlgorithm/plots/BinningHitMaps_TOB.txt", "Alignment/HIPAlignmentAlgorithm/plots/BinningHitMaps_TPB.txt", "Alignment/HIPAlignmentAlgorithm/plots/BinningHitMaps_TPE.txt", "Alignment/HIPAlignmentAlgorithm/plots/HIPplots.cc", "Alignment/HIPAlignmentAlgorithm/plots/HIPplots.h", "Alignment/HIPAlignmentAlgorithm/plots/List_aligned_dets.txt", "Alignment/HIPAlignmentAlgorithm/plots/loadLib.C", "Alignment/HIPAlignmentAlgorithm/plots/plotchi2.C", "Alignment/HIPAlignmentAlgorithm/plots/plotter.C", "Alignment/HIPAlignmentAlgorithm/plots/runplot.C", "Alignment/HIPAlignmentAlgorithm/plots/tdrstyle.C", "Alignment/HIPAlignmentAlgorithm/plugins/BuildFile.xml", "Alignment/HIPAlignmentAlgorithm/plugins/HIPTwoBodyDecayAnalyzer.cc", "Alignment/HIPAlignmentAlgorithm/plugins/LhcTrackAnalyzer.cc", "Alignment/HIPAlignmentAlgorithm/python/align_tpl_py.txt", "Alignment/HIPAlignmentAlgorithm/python/cdcsTrackSelection_cff_py.txt", "Alignment/HIPAlignmentAlgorithm/python/collect_tpl_py.txt", "Alignment/HIPAlignmentAlgorithm/python/common_cff_py.txt", "Alignment/HIPAlignmentAlgorithm/python/cosmicsTrackSelection_cff_py.txt", "Alignment/HIPAlignmentAlgorithm/python/FrontierConditions_GlobalTag_cff.py", "Alignment/HIPAlignmentAlgorithm/python/HIPAlignmentAlgorithm_cfi.py", "Alignment/HIPAlignmentAlgorithm/python/initial_tpl_py.txt", "Alignment/HIPAlignmentAlgorithm/python/jpsimumuTrackSelection_cff_py.txt", "Alignment/HIPAlignmentAlgorithm/python/mbvertexTrackSelection_cff_py.txt", "Alignment/HIPAlignmentAlgorithm/python/OptionParser/HipPyOptionParser.py", "Alignment/HIPAlignmentAlgorithm/python/upload_serial_tpl_py.txt", "Alignment/HIPAlignmentAlgorithm/python/upload_tpl_py.txt", "Alignment/HIPAlignmentAlgorithm/python/ymumuTrackSelection_cff_py.txt", "Alignment/HIPAlignmentAlgorithm/python/zmumuTrackSelection_cff_py.txt", "Alignment/HIPAlignmentAlgorithm/scripts/batchHippy.py", "Alignment/HIPAlignmentAlgorithm/scripts/checkError.sh", "Alignment/HIPAlignmentAlgorithm/scripts/compareGeomSerial_tpl.C", "Alignment/HIPAlignmentAlgorithm/scripts/configureHippy.pl", "Alignment/HIPAlignmentAlgorithm/scripts/createfilelist.py", "Alignment/HIPAlignmentAlgorithm/scripts/hippyaddtobaddatafiles.py", "Alignment/HIPAlignmentAlgorithm/scripts/iterator_py", "Alignment/HIPAlignmentAlgorithm/scripts/makeHippyCampaign.py", "Alignment/HIPAlignmentAlgorithm/scripts/README", "Alignment/HIPAlignmentAlgorithm/scripts/runControl.csh", "Alignment/HIPAlignmentAlgorithm/scripts/runScript.csh", "Alignment/HIPAlignmentAlgorithm/scripts/serialGeomCompare.pl", "Alignment/HIPAlignmentAlgorithm/scripts/submitAndWatchHippy.sh", "Alignment/HIPAlignmentAlgorithm/scripts/submitJobs_py", "Alignment/HIPAlignmentAlgorithm/src/HIPAlignableSpecificParameters.cc", "Alignment/HIPAlignmentAlgorithm/src/HIPAlignmentAlgorithm.cc", "Alignment/HIPAlignmentAlgorithm/src/HIPMonitorConfig.cc", "Alignment/HIPAlignmentAlgorithm/src/HIPUserVariablesIORoot.cc", "Alignment/HIPAlignmentAlgorithm/src/SealModule.cc", "Alignment/HIPAlignmentAlgorithm/test/align.tpl", "Alignment/HIPAlignmentAlgorithm/test/breakupHippyList.sh", "Alignment/HIPAlignmentAlgorithm/test/BuildFile.xml", "Alignment/HIPAlignmentAlgorithm/test/collect.tpl", "Alignment/HIPAlignmentAlgorithm/test/hippysubmitterscript.sh", "Alignment/HIPAlignmentAlgorithm/test/hippysubmittertemplate.sh", "Alignment/HIPAlignmentAlgorithm/test/initial.tpl", "Alignment/HIPAlignmentAlgorithm/test/LHCAnalyzer_cfg.py", "Alignment/HIPAlignmentAlgorithm/test/rewriteHippyList.sh", "Alignment/HIPAlignmentAlgorithm/test/runTwoBodyDecayTest.py", "Alignment/HIPAlignmentAlgorithm/test/serialGeomCompare_tpl.py", "Alignment/HIPAlignmentAlgorithm/test/serialIntoNtuples_tpl.py", "Alignment/HIPAlignmentAlgorithm/test/testHIPAnalyzers.cc", "Alignment/HIPAlignmentAlgorithm/test/upload.tpl", "Alignment/LaserAlignment/BuildFile.xml", "Alignment/LaserAlignment/doc/LaserAlignment.doc", "Alignment/LaserAlignment/interface/LASAlignmentTubeAlgorithm.h", "Alignment/LaserAlignment/interface/LASBarrelAlgorithm.h", "Alignment/LaserAlignment/interface/LASBarrelAlignmentParameterSet.h", "Alignment/LaserAlignment/interface/LASConstants.h", "Alignment/LaserAlignment/interface/LASCoordinateSet.h", "Alignment/LaserAlignment/interface/LASEndcapAlgorithm.h", "Alignment/LaserAlignment/interface/LASEndcapAlignmentParameterSet.h", "Alignment/LaserAlignment/interface/LASGeometryUpdater.h", "Alignment/LaserAlignment/interface/LASGlobalData.h", "Alignment/LaserAlignment/interface/LASGlobalLoop.h", "Alignment/LaserAlignment/interface/LASModuleProfile.h", "Alignment/LaserAlignment/interface/LASPeakFinder.h", "Alignment/LaserAlignment/interface/LASProfileJudge.h", "Alignment/LaserAlignment/interface/TsosVectorCollection.h", "Alignment/LaserAlignment/plugins/BuildFile.xml", "Alignment/LaserAlignment/plugins/LaserAlignment.cc", "Alignment/LaserAlignment/plugins/LaserAlignmentEventFilter.cc", "Alignment/LaserAlignment/plugins/LaserAlignmentEventFilter.h", "Alignment/LaserAlignment/plugins/LaserAlignmentFillDetId.cc", "Alignment/LaserAlignment/plugins/LaserAlignment.h", "Alignment/LaserAlignment/plugins/LaserAlignmentT0Producer.cc", "Alignment/LaserAlignment/plugins/RawDataConverter.cc", "Alignment/LaserAlignment/plugins/RawDataConverter.h", "Alignment/LaserAlignment/plugins/TkLasBeamFitter.cc", "Alignment/LaserAlignment/python/AlCaRECOLaserAlignmentT0Producer_Output_cff.py", "Alignment/LaserAlignment/python/ExpectedCorrectionsOnlyRotations_cfi.py", "Alignment/LaserAlignment/python/ExpectedCorrectionsShiftsAndRotations_cfi.py", "Alignment/LaserAlignment/python/ExpectedCorrectionsShiftsAndRotationsTEC2TEC_cfi.py", "Alignment/LaserAlignment/python/HLTLaserAlignmentEventFilter_cfi.py", "Alignment/LaserAlignment/python/LaserAlignmentAlgorithm_cff.py", "Alignment/LaserAlignment/python/LaserAlignment_cfi.py", "Alignment/LaserAlignment/python/LaserAlignmentConstants_cff.py", "Alignment/LaserAlignment/python/LaserAlignmentDefs_cff.py", "Alignment/LaserAlignment/python/LaserAlignmentEventFilter_cfi.py", "Alignment/LaserAlignment/python/LaserAlignmentT0Producer_cfi.py", "Alignment/LaserAlignment/python/LaserClusterizer_cfi.py", "Alignment/LaserAlignment/python/LaserSeedGenerator_cff.py", "Alignment/LaserAlignment/python/LaserSeedGenerator_cfi.py", "Alignment/LaserAlignment/python/LaserTracksInput_cfi.py", "Alignment/LaserAlignment/python/RawDataConverter_cfi.py", "Alignment/LaserAlignment/python/RecoAnalyzer_cfi.py", "Alignment/LaserAlignment/python/TkLasBeamFitter_cfi.py", "Alignment/LaserAlignmentSimulation/BuildFile.xml", "Alignment/LaserAlignmentSimulation/data/AlignmentTubes.xml", "Alignment/LaserAlignmentSimulation/doc/LaserAlignmentSimulation.doc", "Alignment/LaserAlignmentSimulation/interface/LaserBeamsBarrel.h", "Alignment/LaserAlignmentSimulation/interface/LaserBeamsTEC1.h", "Alignment/LaserAlignmentSimulation/interface/LaserBeamsTEC2.h", "Alignment/LaserAlignmentSimulation/interface/LaserOpticalPhysicsList.h", "Alignment/LaserAlignmentSimulation/interface/LaserPrimaryGeneratorAction.h", "Alignment/LaserAlignmentSimulation/interface/LaserSteppingAction.h", "Alignment/LaserAlignmentSimulation/interface/LaserSteppingVerbose.h", "Alignment/LaserAlignmentSimulation/interface/LaserTrackingAction.h", "Alignment/LaserAlignmentSimulation/interface/MaterialProperties.h", "Alignment/LaserAlignmentSimulation/plugins/BuildFile.xml", "Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentProducer.cc", "Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentProducer.h", "Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentSimulation.cc", "Alignment/LaserAlignmentSimulation/plugins/LaserAlignmentSimulation.h", "Alignment/LaserAlignmentSimulation/plugins/LaserOpticalPhysics.cc", "Alignment/LaserAlignmentSimulation/plugins/LaserOpticalPhysics.h", "Alignment/LaserAlignmentSimulation/src/LaserBeamsBarrel.cc", "Alignment/LaserAlignmentSimulation/src/LaserBeamsTEC1.cc", "Alignment/LaserAlignmentSimulation/src/LaserBeamsTEC2.cc", "Alignment/LaserAlignmentSimulation/src/LaserOpticalPhysicsList.cc", "Alignment/LaserAlignmentSimulation/src/LaserPrimaryGeneratorAction.cc", "Alignment/LaserAlignmentSimulation/src/LaserSteppingAction.cc", "Alignment/LaserAlignmentSimulation/src/LaserSteppingVerbose.cc", "Alignment/LaserAlignmentSimulation/src/LaserTrackingAction.cc", "Alignment/LaserAlignmentSimulation/src/MaterialProperties.cc", "Alignment/LaserAlignmentSimulation/test/BuildFile.xml", "Alignment/LaserAlignmentSimulation/test/LaserSimulation_cfg.py", "Alignment/LaserAlignmentSimulation/test/SimAnalyzer.cc", "Alignment/LaserAlignmentSimulation/test/SimAnalyzer_cfg.py", "Alignment/LaserAlignment/src/classes_def.xml", "Alignment/LaserAlignment/src/classes.h", "Alignment/LaserAlignment/src/LASAlignmentTubeAlgorithm.cc", "Alignment/LaserAlignment/src/LASBarrelAlgorithm.cc", "Alignment/LaserAlignment/src/LASBarrelAlignmentParameterSet.cc", "Alignment/LaserAlignment/src/LASConstants.cc", "Alignment/LaserAlignment/src/LASCoordinateSet.cc", "Alignment/LaserAlignment/src/LASEndcapAlgorithm.cc", "Alignment/LaserAlignment/src/LASEndcapAlignmentParameterSet.cc", "Alignment/LaserAlignment/src/LASGeometryUpdater.cc", "Alignment/LaserAlignment/src/LASGlobalData.cc", "Alignment/LaserAlignment/src/LASGlobalLoop.cc", "Alignment/LaserAlignment/src/LASModuleProfile.cc", "Alignment/LaserAlignment/src/LASPeakFinder.cc", "Alignment/LaserAlignment/src/LASProfileJudge.cc", "Alignment/LaserAlignment/test/createScenario.py", "Alignment/LaserAlignment/test/LaserAlignmentEventFilter_test.py", "Alignment/LaserAlignment/test/laserAlignment.py", "Alignment/LaserAlignment/test/laserAlignment_sim.py", "Alignment/LaserAlignment/test/RawDataConverter_full_chain.py", "Alignment/LaserAlignment/test/ReadLaserRecHitAlgorithm.cc", "Alignment/LaserAlignment/test/RecoAnalyzerRecHits.cc", "Alignment/LaserAlignment/test/RecoAnalyzerTC.cc", "Alignment/LaserAlignment/test/t0ProducerStandalone_LASFilter.py", "Alignment/LaserAlignment/test/t0ProducerStandalone.py", "Alignment/LaserAlignment/test/testTkLasBeamFitter_cfg.py", "Alignment/LaserDQM/doc/LaserDQM.doc", "Alignment/LaserDQM/plugins/BuildFile.xml", "Alignment/LaserDQM/plugins/LaserDQM.cc", "Alignment/LaserDQM/plugins/LaserDQM.h", "Alignment/LaserDQM/plugins/LaserDQMInitMonitors.cc", "Alignment/LaserDQM/plugins/LaserDQMStatistics.cc", "Alignment/LaserDQM/python/LaserDQM_cfg.py", "Alignment/LaserDQM/python/LaserDQM_cfi.py", "Alignment/MillePedeAlignmentAlgorithm/BuildFile.xml", "Alignment/MillePedeAlignmentAlgorithm/doc/MillePedeAlignmentAlgorithm.doc", "Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeFileReader.h", "Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeMonitor.h", "Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeVariables.h", "Alignment/MillePedeAlignmentAlgorithm/interface/MillePedeVariablesIORoot.h", "Alignment/MillePedeAlignmentAlgorithm/interface/PedeLabelerBase.h", "Alignment/MillePedeAlignmentAlgorithm/interface/PedeLabelerPluginFactory.h", "Alignment/MillePedeAlignmentAlgorithm/macros/allMillePede.C", "Alignment/MillePedeAlignmentAlgorithm/macros/CompareMillePede.C", "Alignment/MillePedeAlignmentAlgorithm/macros/CompareMillePede.h", "Alignment/MillePedeAlignmentAlgorithm/macros/createChi2ndfplot.C", "Alignment/MillePedeAlignmentAlgorithm/macros/createPedeParamIOVPlots.C", "Alignment/MillePedeAlignmentAlgorithm/macros/createPedeParamPlots.C", "Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFHistArray.C", "Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFHistArray.h", "Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFHistManager.C", "Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFHistManager.h", "Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFOverlay.C", "Alignment/MillePedeAlignmentAlgorithm/macros/GFUtils/GFOverlay.h", "Alignment/MillePedeAlignmentAlgorithm/macros/MillePedeTrees.C", "Alignment/MillePedeAlignmentAlgorithm/macros/MillePedeTrees.h", "Alignment/MillePedeAlignmentAlgorithm/macros/pixelPositionChange.C", "Alignment/MillePedeAlignmentAlgorithm/macros/PlotFromMillepedeRes.C", "Alignment/MillePedeAlignmentAlgorithm/macros/PlotMilleMonitor.C", "Alignment/MillePedeAlignmentAlgorithm/macros/PlotMilleMonitor.h", "Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePede.C", "Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePede.h", "Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePedeIOV.C", "Alignment/MillePedeAlignmentAlgorithm/macros/PlotMillePedeIOV.h", "Alignment/MillePedeAlignmentAlgorithm/macros/readPedeHists.C", "Alignment/MillePedeAlignmentAlgorithm/macros/runPlotFromMillepedeRes.C", "Alignment/MillePedeAlignmentAlgorithm/macros/setGStyle.C", "Alignment/MillePedeAlignmentAlgorithm/plugins/BuildFile.xml", "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeAlignmentAlgorithm.cc", "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeAlignmentAlgorithm.h", "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeDQMModule.cc", "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeDQMModule.h", "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeFileConverter.cc", "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeFileConverter.h", "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeFileExtractor.cc", "Alignment/MillePedeAlignmentAlgorithm/plugins/MillePedeFileExtractor.h", "Alignment/MillePedeAlignmentAlgorithm/plugins/MomentumDependentPedeLabeler.cc", "Alignment/MillePedeAlignmentAlgorithm/plugins/MomentumDependentPedeLabeler.h", "Alignment/MillePedeAlignmentAlgorithm/plugins/PedeLabeler.cc", "Alignment/MillePedeAlignmentAlgorithm/plugins/PedeLabeler.h", "Alignment/MillePedeAlignmentAlgorithm/plugins/RunRangeDependentPedeLabeler.cc", "Alignment/MillePedeAlignmentAlgorithm/plugins/RunRangeDependentPedeLabeler.h", "Alignment/MillePedeAlignmentAlgorithm/plugins/ZMuMuMassConstraintParameterFinder.cc", "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/ConfigureAlignmentProducer.py", "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/GeneralSetup.py", "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/helper.py", "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/MilleSetup.py", "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/myMessageLogger_cff.py", "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/PedeSetup.py", "Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/SetCondition.py", "Alignment/MillePedeAlignmentAlgorithm/python/MillePedeAlignmentAlgorithm_cfi.py", "Alignment/MillePedeAlignmentAlgorithm/python/MillePedeDQMModule_cff.py", "Alignment/MillePedeAlignmentAlgorithm/python/MillePedeFileConverter_cfg.py", "Alignment/MillePedeAlignmentAlgorithm/python/MillePedeFileExtractor_cfg.py", "Alignment/MillePedeAlignmentAlgorithm/python/MillePedeFileReader_cfi.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpslib/Mpslibclass.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpslib/tools.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/additionalparser.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/beamerCreator.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/bigModule.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/bigStructure.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/classes.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/dumpparser.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/geometrydata.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/geometry.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/htmlCreator.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/iniparser.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/monitorPlot.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/pdfCreator.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/style.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/subModule.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/timeStructure.py", "Alignment/MillePedeAlignmentAlgorithm/python/mpsvalidate/trackerTree.py", "Alignment/MillePedeAlignmentAlgorithm/python/PresigmaScenarios_cff.py", "Alignment/MillePedeAlignmentAlgorithm/python/RefitterAnalytical_cff.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/BuildFile.xml", "Alignment/MillePedeAlignmentAlgorithm/scripts/mpedegui.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_alisetup.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_auto.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_check.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_disablejob.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_enablejob.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_fetch.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_fire.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_kill.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/mpslib/Mpslib.pm", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_list_evts.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_merge_millepedemonitor.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_merge.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_monitormerge.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_parse_pedechi2hist.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_prepare_input_db.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_retry.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_save.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_scriptm.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_script.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_setupm.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_setup_new_align.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_setup.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_splice.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_split.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_stat.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_update.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_validate.py", "Alignment/MillePedeAlignmentAlgorithm/scripts/mps_weight.pl", "Alignment/MillePedeAlignmentAlgorithm/scripts/nextMPS.sh", "Alignment/MillePedeAlignmentAlgorithm/src/.cvsignore", "Alignment/MillePedeAlignmentAlgorithm/src/Mille.cc", "Alignment/MillePedeAlignmentAlgorithm/src/Mille.h", "Alignment/MillePedeAlignmentAlgorithm/src/MillePedeFileReader.cc", "Alignment/MillePedeAlignmentAlgorithm/src/MillePedeMonitor.cc", "Alignment/MillePedeAlignmentAlgorithm/src/MillePedeVariables.cc", "Alignment/MillePedeAlignmentAlgorithm/src/MillePedeVariablesIORoot.cc", "Alignment/MillePedeAlignmentAlgorithm/src/PedeLabelerBase.cc", "Alignment/MillePedeAlignmentAlgorithm/src/PedeLabelerPluginFactory.cc", "Alignment/MillePedeAlignmentAlgorithm/src/PedeReader.cc", "Alignment/MillePedeAlignmentAlgorithm/src/PedeReader.h", "Alignment/MillePedeAlignmentAlgorithm/src/PedeSteerer.cc", "Alignment/MillePedeAlignmentAlgorithm/src/PedeSteerer.h", "Alignment/MillePedeAlignmentAlgorithm/src/PedeSteererWeakModeConstraints.cc", "Alignment/MillePedeAlignmentAlgorithm/src/PedeSteererWeakModeConstraints.h", "Alignment/MillePedeAlignmentAlgorithm/templates/alignment_config.ini", "Alignment/MillePedeAlignmentAlgorithm/templates/mps_runMille_template.sh", "Alignment/MillePedeAlignmentAlgorithm/templates/mps_runPede_rfcp_template.sh", "Alignment/MillePedeAlignmentAlgorithm/templates/mpsvalidate_beamer_template.tex", "Alignment/MillePedeAlignmentAlgorithm/templates/mpsvalidate_default.ini", "Alignment/MillePedeAlignmentAlgorithm/templates/mpsvalidate_html_template.html", "Alignment/MillePedeAlignmentAlgorithm/templates/mpsvalidate_tex_template.tex", "Alignment/MillePedeAlignmentAlgorithm/templates/universalConfigTemplate.py", "Alignment/MillePedeAlignmentAlgorithm/test/alignment_cfg.py", "Alignment/MillePedeAlignmentAlgorithm/test/alignment_forGeomComp_cfg.py", "Alignment/MillePedeAlignmentAlgorithm/test/alignment_las_cfg.py", "Alignment/MillePedeAlignmentAlgorithm/test/AlignmentRcdChecker_cfg.py", "Alignment/MillePedeAlignmentAlgorithm/test/AlignmentRcdChecker.cpp", "Alignment/MillePedeAlignmentAlgorithm/test/alignment_survey_cfg.py", "Alignment/MillePedeAlignmentAlgorithm/test/align_params_cff.py", "Alignment/MillePedeAlignmentAlgorithm/test/BuildFile.xml", "Alignment/MillePedeAlignmentAlgorithm/test/convertMPresToDB_cfg.py", "Alignment/MillePedeAlignmentAlgorithm/test/testFindMassContraintParameters.cpp", "Alignment/MillePedeAlignmentAlgorithm/test/test_mille.py", "Alignment/MillePedeAlignmentAlgorithm/test/test_mille.sh", "Alignment/MillePedeAlignmentAlgorithm/test/test_mps-workflow.sh", "Alignment/MillePedeAlignmentAlgorithm/test/test_payload_sanity.sh", "Alignment/MillePedeAlignmentAlgorithm/test/test_pedeConversion.sh", "Alignment/MillePedeAlignmentAlgorithm/test/test_pede.py", "Alignment/MillePedeAlignmentAlgorithm/test/test_pede.sh", "Alignment/MillePedeAlignmentAlgorithm/test/test_ZMuMuMassConstraintParameterFinder.sh", "Alignment/MillePedeAlignmentAlgorithm/test/trackerTree_cfg.py", "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/printParameters.C", "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/README.md", "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/submit_jobs.sh", "Alignment/MillePedeAlignmentAlgorithm/test/ZMuMuMassConstraintParameterFinder/zmumudistribution_cfg.py", "Alignment/MuonAlignmentAlgorithms/BuildFile.xml", "Alignment/MuonAlignmentAlgorithms/data/CollisionsOct2010_ME11holes.phipos", "Alignment/MuonAlignmentAlgorithms/data/CollisionsOct2010_ME11holes.phiz", "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOct2010holes.phipos", "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOct2010holes.phiz", "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOnePerRing.phipos", "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007_onlyOnePerRing.phiz", "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007.phipos", "Alignment/MuonAlignmentAlgorithms/data/Photogrammetry2007.phiz", "Alignment/MuonAlignmentAlgorithms/data/SLM_test.phipos", "Alignment/MuonAlignmentAlgorithms/data/SLM_test.phiz", "Alignment/MuonAlignmentAlgorithms/interface/CSCPairConstraint.h", "Alignment/MuonAlignmentAlgorithms/interface/DTMuonLocalAlignment.h", "Alignment/MuonAlignmentAlgorithms/interface/DTMuonMillepede.h", "Alignment/MuonAlignmentAlgorithms/interface/DTMuonSLToSL.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonChamberResidual.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonCSCChamberResidual.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonDT13ChamberResidual.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonDT2ChamberResidual.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonHitsChamberResidual.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals1DOFFitter.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals5DOFFitter.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals6DOFFitter.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonResiduals6DOFrphiFitter.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsAngleFitter.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsBfieldAngleFitter.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsFitter.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsFromTrack.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsPositionFitter.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonResidualsTwoBin.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonTrackCSCChamberResidual.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonTrackDT13ChamberResidual.h", "Alignment/MuonAlignmentAlgorithms/interface/MuonTrackDT2ChamberResidual.h", "Alignment/MuonAlignmentAlgorithms/interface/ReadPGInfo.h", "Alignment/MuonAlignmentAlgorithms/interface/SegmentToTrackAssociator.h", "Alignment/MuonAlignmentAlgorithms/plugins/BuildFile.xml", "Alignment/MuonAlignmentAlgorithms/plugins/CSCAlignmentCorrections.cc", "Alignment/MuonAlignmentAlgorithms/plugins/CSCAlignmentCorrections.h", "Alignment/MuonAlignmentAlgorithms/plugins/CSCChamberFitter.cc", "Alignment/MuonAlignmentAlgorithms/plugins/CSCChamberFitter.h", "Alignment/MuonAlignmentAlgorithms/plugins/CSCOverlapsAlignmentAlgorithm.cc", "Alignment/MuonAlignmentAlgorithms/plugins/CSCOverlapsAlignmentAlgorithm.h", "Alignment/MuonAlignmentAlgorithms/plugins/CSCOverlapsBeamSplashCut.cc", "Alignment/MuonAlignmentAlgorithms/plugins/CSCOverlapsTrackPreparation.cc", "Alignment/MuonAlignmentAlgorithms/plugins/CSCPairResidualsConstraint.cc", "Alignment/MuonAlignmentAlgorithms/plugins/CSCPairResidualsConstraint.h", "Alignment/MuonAlignmentAlgorithms/plugins/MuonAlignmentFromReference.cc", "Alignment/MuonAlignmentAlgorithms/plugins/MuonAlignmentPreFilter.cc", "Alignment/MuonAlignmentAlgorithms/python/alignBH_cfg.py", "Alignment/MuonAlignmentAlgorithms/python/align_cfg.py", "Alignment/MuonAlignmentAlgorithms/python/convertToXML_global_cfg.py", "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_cff.py", "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_cfi.py", "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_diskfitters_cff.py", "Alignment/MuonAlignmentAlgorithms/python/CSCOverlapsAlignmentAlgorithm_ringfitters_cff.py", "Alignment/MuonAlignmentAlgorithms/python/gatherBH_cfg.py", "Alignment/MuonAlignmentAlgorithms/python/gather_cfg.py", "Alignment/MuonAlignmentAlgorithms/python/MuonAlignmentFromReference_cff.py", "Alignment/MuonAlignmentAlgorithms/python/MuonAlignmentFromReference_cfi.py", "Alignment/MuonAlignmentAlgorithms/python/MuonChamberSelectors_cff.py", "Alignment/MuonAlignmentAlgorithms/python/MuonStationSelectors_cff.py", "Alignment/MuonAlignmentAlgorithms/python/Reference_intrackfit_cff.py", "Alignment/MuonAlignmentAlgorithms/scripts/alignCSCRings.py", "Alignment/MuonAlignmentAlgorithms/scripts/alignmentValidation.py", "Alignment/MuonAlignmentAlgorithms/scripts/applyRadialCorrections.py", "Alignment/MuonAlignmentAlgorithms/scripts/auto_gallery.php", "Alignment/MuonAlignmentAlgorithms/scripts/combineBlockFiles.sh", "Alignment/MuonAlignmentAlgorithms/scripts/convertSQLiteXML.py", "Alignment/MuonAlignmentAlgorithms/scripts/corrVsCorr.py", "Alignment/MuonAlignmentAlgorithms/scripts/createBeamHaloJobs.py", "Alignment/MuonAlignmentAlgorithms/scripts/createCSCRingsJobs.py", "Alignment/MuonAlignmentAlgorithms/scripts/createJobs.py", "Alignment/MuonAlignmentAlgorithms/scripts/createTree.py", "Alignment/MuonAlignmentAlgorithms/scripts/diffTwoXMLs.py", "Alignment/MuonAlignmentAlgorithms/scripts/findQualityFiles.py", "Alignment/MuonAlignmentAlgorithms/scripts/geometryDiffVisualizer.py", "Alignment/MuonAlignmentAlgorithms/scripts/groupFilesInBlocks.py", "Alignment/MuonAlignmentAlgorithms/scripts/motionPolicyChamber.py", "Alignment/MuonAlignmentAlgorithms/scripts/mutypes.py", "Alignment/MuonAlignmentAlgorithms/scripts/phiedges_fitfunctions.C", "Alignment/MuonAlignmentAlgorithms/scripts/plotscripts.py", "Alignment/MuonAlignmentAlgorithms/scripts/relativeConstraints.py", "Alignment/MuonAlignmentAlgorithms/scripts/reportVsReport.py", "Alignment/MuonAlignmentAlgorithms/scripts/signConventions.py", "Alignment/MuonAlignmentAlgorithms/scripts/wrapperExtraPlots.sh", "Alignment/MuonAlignmentAlgorithms/src/DTMuonLocalAlignment.cc", "Alignment/MuonAlignmentAlgorithms/src/DTMuonMillepede.cc", "Alignment/MuonAlignmentAlgorithms/src/DTMuonSLToSL.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonChamberResidual.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonCSCChamberResidual.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonDT13ChamberResidual.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonDT2ChamberResidual.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonHitsChamberResidual.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonResiduals1DOFFitter.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonResiduals5DOFFitter.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonResiduals6DOFFitter.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonResiduals6DOFrphiFitter.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonResidualsAngleFitter.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonResidualsBfieldAngleFitter.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonResidualsFitter.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonResidualsFromTrack.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonResidualsPositionFitter.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonTrackCSCChamberResidual.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonTrackDT13ChamberResidual.cc", "Alignment/MuonAlignmentAlgorithms/src/MuonTrackDT2ChamberResidual.cc", "Alignment/MuonAlignmentAlgorithms/src/ReadPGInfo.cc", "Alignment/MuonAlignmentAlgorithms/src/SegmentToTrackAssociator.cc", "Alignment/MuonAlignmentAlgorithms/test/APE1000cm.xml", "Alignment/MuonAlignmentAlgorithms/test/browser/display_mechanics.js", "Alignment/MuonAlignmentAlgorithms/test/browser/index.html", "Alignment/MuonAlignmentAlgorithms/test/browser/tree.html", "Alignment/MuonAlignmentAlgorithms/test/browser/tree_index.html", "Alignment/MuonAlignmentAlgorithms/test/browser/tree_items.js", "Alignment/MuonAlignmentAlgorithms/test/browser/tree.js", "Alignment/MuonAlignmentAlgorithms/test/browser/tree_tpl.js", "Alignment/MuonAlignmentAlgorithms/test/convert_APE1000cm_cfg.py", "Alignment/MuonAlignmentAlgorithms/test/test_CSCOverlapsAlignmentAlgorithm_cfg.py", "Alignment/MuonAlignment/BuildFile.xml", "Alignment/MuonAlignment/data/disk1_template.svg", "Alignment/MuonAlignment/data/disk23_template.svg", "Alignment/MuonAlignment/data/diskm4_template.svg", "Alignment/MuonAlignment/data/diskp4_template.svg", "Alignment/MuonAlignment/data/idealTransformation.py", "Alignment/MuonAlignment/data/station4_template.svg", "Alignment/MuonAlignment/data/station_template.svg", "Alignment/MuonAlignment/data/wheel_template.svg", "Alignment/MuonAlignment/data/wheel_template.svg_BEGINNING", "Alignment/MuonAlignment/data/wheel_template.svg_END", "Alignment/MuonAlignment/interface/AlignableCSCChamber.h", "Alignment/MuonAlignment/interface/AlignableCSCEndcap.h", "Alignment/MuonAlignment/interface/AlignableCSCRing.h", "Alignment/MuonAlignment/interface/AlignableCSCStation.h", "Alignment/MuonAlignment/interface/AlignableDTBarrel.h", "Alignment/MuonAlignment/interface/AlignableDTChamber.h", "Alignment/MuonAlignment/interface/AlignableDTStation.h", "Alignment/MuonAlignment/interface/AlignableDTSuperLayer.h", "Alignment/MuonAlignment/interface/AlignableDTWheel.h", "Alignment/MuonAlignment/interface/AlignableGEMChamber.h", "Alignment/MuonAlignment/interface/AlignableGEMEndcap.h", "Alignment/MuonAlignment/interface/AlignableGEMRing.h", "Alignment/MuonAlignment/interface/AlignableGEMStation.h", "Alignment/MuonAlignment/interface/AlignableGEMSuperChamber.h", "Alignment/MuonAlignment/interface/AlignableMuon.h", "Alignment/MuonAlignment/interface/MuonAlignment.h", "Alignment/MuonAlignment/interface/MuonAlignmentInputDB.h", "Alignment/MuonAlignment/interface/MuonAlignmentInputMethod.h", "Alignment/MuonAlignment/interface/MuonAlignmentInputSurveyDB.h", "Alignment/MuonAlignment/interface/MuonAlignmentInputXML.h", "Alignment/MuonAlignment/interface/MuonAlignmentOutputXML.h", "Alignment/MuonAlignment/interface/MuonScenarioBuilder.h", "Alignment/MuonAlignment/plugins/BuildFile.xml", "Alignment/MuonAlignment/plugins/MuonGeometryArrange.cc", "Alignment/MuonAlignment/plugins/MuonGeometryArrange.h", "Alignment/MuonAlignment/plugins/MuonGeometryDBConverter.cc", "Alignment/MuonAlignment/plugins/MuonGeometrySanityCheck.cc", "Alignment/MuonAlignment/plugins/MuonGeometrySVGTemplate.cc", "Alignment/MuonAlignment/plugins/MuonMisalignedProducer.cc", "Alignment/MuonAlignment/python/convertSQLitetoXML_cfg.py", "Alignment/MuonAlignment/python/convertXMLtoSQLite_cfg.py", "Alignment/MuonAlignment/python/convertXMLtoXML_cfg.py", "Alignment/MuonAlignment/python/download_sqlite_cfg.py", "Alignment/MuonAlignment/python/geometryCSVtoXML.py", "Alignment/MuonAlignment/python/geometryDiff.py", "Alignment/MuonAlignment/python/geometryDiffVisualization.py", "Alignment/MuonAlignment/python/geometryXMLparser.py", "Alignment/MuonAlignment/python/geometryXMLtoCSV.py", "Alignment/MuonAlignment/python/makeGlobalPositionRcd_cfg.py", "Alignment/MuonAlignment/python/makeMuonMisalignmentScenario.py", "Alignment/MuonAlignment/python/MCScenario_CRAFT1_22X.py", "Alignment/MuonAlignment/python/MisalignedMuon_cfi.py", "Alignment/MuonAlignment/python/MuonGeometrySanityCheck_cfi.py", "Alignment/MuonAlignment/python/Scenarios_cff.py", "Alignment/MuonAlignment/python/svgfig.py", "Alignment/MuonAlignment/src/AlignableCSCChamber.cc", "Alignment/MuonAlignment/src/AlignableCSCEndcap.cc", "Alignment/MuonAlignment/src/AlignableCSCRing.cc", "Alignment/MuonAlignment/src/AlignableCSCStation.cc", "Alignment/MuonAlignment/src/AlignableDTBarrel.cc", "Alignment/MuonAlignment/src/AlignableDTChamber.cc", "Alignment/MuonAlignment/src/AlignableDTStation.cc", "Alignment/MuonAlignment/src/AlignableDTSuperLayer.cc", "Alignment/MuonAlignment/src/AlignableDTWheel.cc", "Alignment/MuonAlignment/src/AlignableGEMChamber.cc", "Alignment/MuonAlignment/src/AlignableGEMEndcap.cc", "Alignment/MuonAlignment/src/AlignableGEMRing.cc", "Alignment/MuonAlignment/src/AlignableGEMStation.cc", "Alignment/MuonAlignment/src/AlignableGEMSuperChamber.cc", "Alignment/MuonAlignment/src/AlignableMuon.cc", "Alignment/MuonAlignment/src/MuonAlignment.cc", "Alignment/MuonAlignment/src/MuonAlignmentInputDB.cc", "Alignment/MuonAlignment/src/MuonAlignmentInputMethod.cc", "Alignment/MuonAlignment/src/MuonAlignmentInputSurveyDB.cc", "Alignment/MuonAlignment/src/MuonAlignmentInputXML.cc", "Alignment/MuonAlignment/src/MuonAlignmentOutputXML.cc", "Alignment/MuonAlignment/src/MuonScenarioBuilder.cc", "Alignment/MuonAlignment/test/convertSQLitetoXML_cfg.py", "Alignment/MuonAlignment/test/geometryDiffVisualization_test.py", "Alignment/MuonAlignment/test/MuonAlignmentInputXML-testread_cfg.py", "Alignment/MuonAlignment/test/MuonAlignmentOutputXML-testwrite_cfg.py", "Alignment/MuonAlignment/test/muonGeometryDBConverter_cfg.py", "Alignment/MuonAlignment/test/plotDets.C", "Alignment/MuonAlignment/test/quickconvert.py", "Alignment/MuonAlignment/test/test-misalign_cfg.py", "Alignment/MuonAlignment/test/test_MuonGeometryDBConverter.sh", "Alignment/MuonAlignment/test/test-read_cfg.py", "Alignment/MuonAlignment/test/theTree.C", "Alignment/MuonAlignment/test/theTree.h", "Alignment/MuonAlignment/test/x3d.C", "Alignment/OfflineValidation/bin/BuildFile.xml", "Alignment/OfflineValidation/bin/DiMuonVmerge.cc", "Alignment/OfflineValidation/bin/DMRmerge.cc", "Alignment/OfflineValidation/bin/DMRsingle.cc", "Alignment/OfflineValidation/bin/DMRtrends.cc", "Alignment/OfflineValidation/bin/exceptions.h", "Alignment/OfflineValidation/bin/GCP.cc", "Alignment/OfflineValidation/bin/GCPtrends.cc", "Alignment/OfflineValidation/bin/GenericVmerge.cc", "Alignment/OfflineValidation/bin/haddws.C", "Alignment/OfflineValidation/bin/JDrawer.h", "Alignment/OfflineValidation/bin/JetHtPlotConfiguration.cc", "Alignment/OfflineValidation/bin/JetHtPlotConfiguration.h", "Alignment/OfflineValidation/bin/jetHtPlotter.cc", "Alignment/OfflineValidation/bin/MTSmerge.cc", "Alignment/OfflineValidation/bin/Options.cc", "Alignment/OfflineValidation/bin/Options.h", "Alignment/OfflineValidation/bin/PVmerge.cc", "Alignment/OfflineValidation/bin/PVtrends.cc", "Alignment/OfflineValidation/bin/README.md", "Alignment/OfflineValidation/bin/SplitVmerge.cc", "Alignment/OfflineValidation/bin/toolbox.h", "Alignment/OfflineValidation/bin/Zmumumerge.cc", "Alignment/OfflineValidation/data/GCP_defaultRange.json", "Alignment/OfflineValidation/doc/OfflineValidation.doc", "Alignment/OfflineValidation/interface/CompareAlignments.h", "Alignment/OfflineValidation/interface/DiLeptonVertexHelpers.h", "Alignment/OfflineValidation/interface/EopElecVariables.h", "Alignment/OfflineValidation/interface/EopVariables.h", "Alignment/OfflineValidation/interface/FitWithRooFit.h", "Alignment/OfflineValidation/interface/GeometryComparisonPlotter.h", "Alignment/OfflineValidation/interface/OutPVtrends.h", "Alignment/OfflineValidation/interface/PlotAlignmentValidation.h", "Alignment/OfflineValidation/interface/PrepareDMRTrends.h", "Alignment/OfflineValidation/interface/PreparePVTrends.h", "Alignment/OfflineValidation/interface/pvTree.h", "Alignment/OfflineValidation/interface/PVValidationHelpers.h", "Alignment/OfflineValidation/interface/SmartSelectionMonitor.h", "Alignment/OfflineValidation/interface/TkAlStyle.h", "Alignment/OfflineValidation/interface/TkOffTreeVariables.h", "Alignment/OfflineValidation/interface/TrackerValidationVariables.h", "Alignment/OfflineValidation/interface/Trend.h", "Alignment/OfflineValidation/macros/analyzeDiMuonBiases.C", "Alignment/OfflineValidation/macros/analyzeDiMuonBiases_fast.C", "Alignment/OfflineValidation/macros/CMS_lumi.h", "Alignment/OfflineValidation/macros/DiMuonMassProfiles.C", "Alignment/OfflineValidation/macros/FitPVResiduals.C", "Alignment/OfflineValidation/macros/FitPVResolution.C", "Alignment/OfflineValidation/macros/loopAndPlot.C", "Alignment/OfflineValidation/macros/makeArrowPlots.C", "Alignment/OfflineValidation/macros/momentumBiasValidation.C", "Alignment/OfflineValidation/macros/momentumElectronBiasValidation.C", "Alignment/OfflineValidation/macros/MultiRunAndPlotPVValidation.C", "Alignment/OfflineValidation/macros/overlayDiMuonBiases.C", "Alignment/OfflineValidation/macros/PlotPVValidation.C", "Alignment/OfflineValidation/macros/runExtendedOfflineValidationPlots.C", "Alignment/OfflineValidation/macros/trackSplitPlot.C", "Alignment/OfflineValidation/macros/trackSplitPlot.h", "Alignment/OfflineValidation/plugins/BuildFile.xml", "Alignment/OfflineValidation/plugins/ColorParser.C", "Alignment/OfflineValidation/plugins/CosmicSplitterValidation.cc", "Alignment/OfflineValidation/plugins/DiElectronVertexValidation.cc", "Alignment/OfflineValidation/plugins/DiMuonValidation.cc", "Alignment/OfflineValidation/plugins/DiMuonVertexValidation.cc", "Alignment/OfflineValidation/plugins/DMRChecker.cc", "Alignment/OfflineValidation/plugins/EopElecTreeWriter.cc", "Alignment/OfflineValidation/plugins/EopTreeWriter.cc", "Alignment/OfflineValidation/plugins/GeneralPurposeTrackAnalyzer.cc", "Alignment/OfflineValidation/plugins/GeneralPurposeVertexAnalyzer.cc", "Alignment/OfflineValidation/plugins/JetHTAnalyzer.cc", "Alignment/OfflineValidation/plugins/MuonAlignmentAnalyzer.cc", "Alignment/OfflineValidation/plugins/MuonAlignmentAnalyzer.h", "Alignment/OfflineValidation/plugins/OverlapValidation.cc", "Alignment/OfflineValidation/plugins/PixelBaryCentreAnalyzer.cc", "Alignment/OfflineValidation/plugins/PrimaryVertexValidation.cc", "Alignment/OfflineValidation/plugins/PrimaryVertexValidation.h", "Alignment/OfflineValidation/plugins/ResidualRefitting.cc", "Alignment/OfflineValidation/plugins/ResidualRefitting.h", "Alignment/OfflineValidation/plugins/ShortenedTrackValidation.cc", "Alignment/OfflineValidation/plugins/SplitVertexResolution.cc", "Alignment/OfflineValidation/plugins/StyleParser.C", "Alignment/OfflineValidation/plugins/TkAlV0sAnalyzer.cc", "Alignment/OfflineValidation/plugins/TrackerGeometryCompare.cc", "Alignment/OfflineValidation/plugins/TrackerGeometryCompare.h", "Alignment/OfflineValidation/plugins/TrackerGeometryIntoNtuples.cc", "Alignment/OfflineValidation/plugins/TrackerOfflineValidation.cc", "Alignment/OfflineValidation/plugins/TrackerOfflineValidationSummary.cc", "Alignment/OfflineValidation/plugins/Tracker_OldtoNewConverter.cc", "Alignment/OfflineValidation/plugins/ValidationMisalignedTracker.cc", "Alignment/OfflineValidation/plugins/ValidationMisalignedTracker.h", "Alignment/OfflineValidation/python/DivergingColor.py", "Alignment/OfflineValidation/python/energyOverMomentumTree_cfi.py", "Alignment/OfflineValidation/python/energyOverMomentumTreeElec_cfi.py", "Alignment/OfflineValidation/python/GlobalTag_cff.py", "Alignment/OfflineValidation/python/MuonAlignmentAnalyzer_cfi.py", "Alignment/OfflineValidation/python/MuonGeometryIntoNtuples_cff.py", "Alignment/OfflineValidation/python/overlapValidationPlot.py", "Alignment/OfflineValidation/python/runGCPTkAlMap.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/betterConfigParser.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/defaultInputFiles_cff.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/DiMuonV_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/DiMuonV.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/DMR_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/DMRplotter.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/DMR.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/findAndChange.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/GCP_Ntuples_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/GCP.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/GCP_TkAlMap.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/GCP_tree_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/GenericV_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/GenericV.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/JetHT_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/JetHT.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/MTS_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/MTS.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/PixBary.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/PixelBaryCentreAnalyzer_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/PV_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/PV.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/SplitV_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/SplitV.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/condorTemplate.submit", "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/crabTemplate.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/templates/executableTemplate.sh", "Alignment/OfflineValidation/python/TkAlAllInOneTool/TkAlExceptions.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/utils.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/Zmumu_cfg.py", "Alignment/OfflineValidation/python/TkAlAllInOneTool/Zmumu.py", "Alignment/OfflineValidation/python/TkAlMap_cfg/TkAlMapDesign_phase0_cfg.py", "Alignment/OfflineValidation/python/TkAlMap_cfg/TkAlMapDesign_phase1_cfg.py", "Alignment/OfflineValidation/python/TkAlMap.py", "Alignment/OfflineValidation/python/TkAlStyle.py", "Alignment/OfflineValidation/python/TrackerGeometryCompare_cfi.py", "Alignment/OfflineValidation/python/TrackerOfflineValidation_cfi.py", "Alignment/OfflineValidation/python/TrackerOfflineValidation_Dqm_cff.py", "Alignment/OfflineValidation/python/TrackerOfflineValidation_Standalone_cff.py", "Alignment/OfflineValidation/python/TrackerOfflineValidationSummary_cfi.py", "Alignment/OfflineValidation/scripts/addHistograms.sh", "Alignment/OfflineValidation/scripts/BiaspT_gaus.C", "Alignment/OfflineValidation/scripts/Chi2_mu.C", "Alignment/OfflineValidation/scripts/compareFileAges.C", "Alignment/OfflineValidation/scripts/compareGeoms", "Alignment/OfflineValidation/scripts/compareTrackerGeometries.C", "Alignment/OfflineValidation/scripts/createIOVlist.py", "Alignment/OfflineValidation/scripts/drawChamberCSC.C", "Alignment/OfflineValidation/scripts/drawChamberDT.C", "Alignment/OfflineValidation/scripts/drawCSC2D.C", "Alignment/OfflineValidation/scripts/drawCSC.C", "Alignment/OfflineValidation/scripts/drawDT2D.C", "Alignment/OfflineValidation/scripts/drawDT.C", "Alignment/OfflineValidation/scripts/Effeta_nota.C", "Alignment/OfflineValidation/scripts/Eff_Z_yzmu_nota.C", "Alignment/OfflineValidation/scripts/extractBaryCentre.py", "Alignment/OfflineValidation/scripts/FakeRate_d0.C", "Alignment/OfflineValidation/scripts/FakeRate_eta.C", "Alignment/OfflineValidation/scripts/FakeRate_nhit.C", "Alignment/OfflineValidation/scripts/FakeRate_pt.C", "Alignment/OfflineValidation/scripts/FakeRate_z0.C", "Alignment/OfflineValidation/scripts/GCPpyPlots.py", "Alignment/OfflineValidation/scripts/GeoComparisonGUI.C", "Alignment/OfflineValidation/scripts/makeListRunsInFiles.py", "Alignment/OfflineValidation/scripts/merge_TrackerOfflineValidation.C", "Alignment/OfflineValidation/scripts/mkLumiAveragedPlots.py", "Alignment/OfflineValidation/scripts/muonDBComparison.C", "Alignment/OfflineValidation/scripts/mZfit.C", "Alignment/OfflineValidation/scripts/mZ_mu.C", "Alignment/OfflineValidation/scripts/PixelBaryCentrePlotConfig.json", "Alignment/OfflineValidation/scripts/plotBaryCentre_VS_BeamSpot.py", "Alignment/OfflineValidation/scripts/printsummarytable.py", "Alignment/OfflineValidation/scripts/produceOfflineValidationTex.py", "Alignment/OfflineValidation/scripts/pulld0.C", "Alignment/OfflineValidation/scripts/pullphi.C", "Alignment/OfflineValidation/scripts/pullz0.C", "Alignment/OfflineValidation/scripts/Rescottheta_gaus.C", "Alignment/OfflineValidation/scripts/Resd0_gaus.C", "Alignment/OfflineValidation/scripts/Resd0_pT_higgs.C", "Alignment/OfflineValidation/scripts/Residualcottheta_mu.C", "Alignment/OfflineValidation/scripts/Residuald0_mu.C", "Alignment/OfflineValidation/scripts/Residual_mu.C", "Alignment/OfflineValidation/scripts/ResidualmZ_mu.C", "Alignment/OfflineValidation/scripts/Residualphi_mu.C", "Alignment/OfflineValidation/scripts/Residualz0_mu.C", "Alignment/OfflineValidation/scripts/ResmZ_y_gaus.C", "Alignment/OfflineValidation/scripts/Resphi_gaus.C", "Alignment/OfflineValidation/scripts/RespT_gaus.C", "Alignment/OfflineValidation/scripts/RespT_nhit.C", "Alignment/OfflineValidation/scripts/RespT_pT2_higgs.C", "Alignment/OfflineValidation/scripts/RespT_pT_higgs.C", "Alignment/OfflineValidation/scripts/Resz0_gaus.C", "Alignment/OfflineValidation/scripts/Resz0_pT_higgs.C", "Alignment/OfflineValidation/scripts/submitPVResolutionJobs.py", "Alignment/OfflineValidation/scripts/submitPVValidationJobs.py", "Alignment/OfflineValidation/scripts/tdrstyle.C", "Alignment/OfflineValidation/scripts/validateAlignments.py", "Alignment/OfflineValidation/scripts/visualizationTracker.C", "Alignment/OfflineValidation/src/classes_def.xml", "Alignment/OfflineValidation/src/classes.h", "Alignment/OfflineValidation/src/CompareAlignments.cc", "Alignment/OfflineValidation/src/FitWithRooFit.cc", "Alignment/OfflineValidation/src/GeometryComparisonPlotter.cc", "Alignment/OfflineValidation/src/PlotAlignmentValidation.cc", "Alignment/OfflineValidation/src/PrepareDMRTrends.cc", "Alignment/OfflineValidation/src/PreparePVTrends.cc", "Alignment/OfflineValidation/src/PVValidationHelpers.cc", "Alignment/OfflineValidation/src/SmartSelectionMonitor.cc", "Alignment/OfflineValidation/src/TkAlStyle.cc", "Alignment/OfflineValidation/src/TrackerValidationVariables.cc", "Alignment/OfflineValidation/src/Trend.cc", "Alignment/OfflineValidation/test/examples/DMR_overriding_conditions.yaml", "Alignment/OfflineValidation/test/examples/DMR_testFeatures.yaml", "Alignment/OfflineValidation/test/examples/jetHtAnalysis_fullExampleConfiguration.json", "Alignment/OfflineValidation/test/examples/jetHtFilesForRun2018A_first100files.txt", "Alignment/OfflineValidation/test/examples/jetHt_multiYearTrendPlot.json", "Alignment/OfflineValidation/test/examples/jetHt_ptHatWeightForMCPlot.json", "Alignment/OfflineValidation/test/examples/PixBary.yaml", "Alignment/OfflineValidation/test/examples/ptHatFiles_MC2018_PFJet320.txt", "Alignment/OfflineValidation/test/examples/PV_alignments_different_datasets.yaml", "Alignment/OfflineValidation/test/examples/PV_alignments_multiple_merge_jobs.yaml", "Alignment/OfflineValidation/test/examples/README.md", "Alignment/OfflineValidation/test/testingScripts/test_unitMiscellanea.sh", "Alignment/OfflineValidation/test/testingScripts/test_unitMTS.sh", "Alignment/OfflineValidation/test/testingScripts/test_unitPixBary.sh", "Alignment/OfflineValidation/test/testingScripts/test_unitPrimaryVertex.sh", "Alignment/OfflineValidation/test/testingScripts/test_unitPV.sh", "Alignment/OfflineValidation/test/testingScripts/test_unitSplitV.sh", "Alignment/OfflineValidation/test/testingScripts/test_unitSubmitPVrbr.sh", "Alignment/OfflineValidation/test/testingScripts/test_unitSubmitPVsplit.sh", "Alignment/OfflineValidation/test/testingScripts/test_unitZmumu.sh"] \ No newline at end of file diff --git a/tests/conftest.py b/tests/conftest.py index 4d6e5c53ce2..f0584981472 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -27,14 +27,13 @@ def pytest_addoption(parser): parser.addoption("--record", action="store_true", help="record mode") - parser.addoption("--auth_with_token", action="store_true", help="auth using a token") - parser.addoption("--auth_with_jwt", action="store_true", help="auth using JWT") + parser.addoption("--record_action", action="store_true", help="record actions mode") + parser.addoption("--auth_with_token", action="store_true", help="legacy option, does nothing") def pytest_configure(config): if config.getoption("record"): Framework.activateRecordMode() - if config.getoption("auth_with_token"): - Framework.activateTokenAuthMode() - if config.getoption("auth_with_jwt"): - Framework.activateJWTAuthMode() + if config.getoption("record_action"): + Framework.activateRecordActionMode() + Framework.activateTokenAuthMode() diff --git a/tests/coverage_process_pr.sh b/tests/coverage_process_pr.sh new file mode 100755 index 00000000000..56f9b611a3d --- /dev/null +++ b/tests/coverage_process_pr.sh @@ -0,0 +1,7 @@ +#!/bin/bash +coverage run --include=../process_pr.py -m pytest --auth_with_token test_process_pr.py +coverage html +if [ $(hostname) = "cmspc001" ]; then + ssh lxplus rm -rf /eos/user/r/razumov/www/htmlcov + scp -r htmlcov lxplus:/eos/user/r/razumov/www/ +fi \ No newline at end of file diff --git a/tests/record_test.sh b/tests/record_test.sh new file mode 100755 index 00000000000..d5544c0a448 --- /dev/null +++ b/tests/record_test.sh @@ -0,0 +1,20 @@ +#!/bin/bash -xe + +case $2 in + 1) + FLAGS="--record" + ;; + 2) + FLAGS="--record_action" + ;; + 3) + FLAGS="--record --record_action" + ;; + *) + echo "USAGE: record_test []"; + exit 1 + ;; +esac + +pytest -Wignore::DeprecationWarning --log-disable=github.Requester --log-cli-level=DEBUG -k $1 $FLAGS --auth_with_token test_process_pr.py +./verify_load_cache.py \ No newline at end of file diff --git a/tests/run_pr_tests.sh b/tests/run_pr_tests.sh index 9d8ca2a26f9..314e64512b7 100755 --- a/tests/run_pr_tests.sh +++ b/tests/run_pr_tests.sh @@ -1,7 +1,7 @@ #!/bin/bash -xe INSTALL_REQS=0 if [ ! -d venv ]; then - python3.9 -m venv venv + python3 -m venv venv INSTALL_REQS=1 fi @@ -12,12 +12,13 @@ if [ $INSTALL_REQS -eq 1 ]; then fi if [ ! -e Framework.py ]; then - curl -L https://github.com/PyGithub/PyGithub/raw/v1.54/tests/Framework.py > Framework.py - sed -i -e 's/self\.retry/self.retry, per_page=100/g' Framework.py + curl -L https://github.com/PyGithub/PyGithub/raw/v1.56/tests/Framework.py > Framework.py + #sed -i -e 's/self\.retry/self.retry, per_page=100/g' Framework.py + patch -p0 < Framework.patch fi if [ $# -ge 1 ]; then - pytest -k $@ test_process_pr.py --auth_with_token + pytest --verbosity="2" -Wignore::DeprecationWarning -k "$@" test_process_pr.py --auth_with_token else - pytest test_process_pr.py --auth_with_token + pytest --verbosity="2" -Wignore::DeprecationWarning test_process_pr.py --auth_with_token fi diff --git a/tests/test_process_pr.py b/tests/test_process_pr.py index 33b442c31b1..6052480d202 100644 --- a/tests/test_process_pr.py +++ b/tests/test_process_pr.py @@ -1,3 +1,4 @@ +import copy import functools import importlib import json @@ -15,7 +16,17 @@ from .Framework import readLine actions = [] -record_actions = False +skip_watchers = False + + +class SkipWatchers: + def __enter__(self): + global skip_watchers + skip_watchers = True + + def __exit__(self, exc_type, exc_val, exc_tb): + global skip_watchers + skip_watchers = False # Utility function for recording calls and optionally calling the original function @@ -32,10 +43,21 @@ def hook_and_call_original(hook, original_function, call_original, self, *args, def on_issuecomment_edit(self, *args, **kwargs): kwargs.pop("res") - assert len(kwargs) == 0, "IssueComment.edit signature has changed" - assert len(args) == 1, "IssueComment.edit signature has changed" - body = args[0] + good_signature = False + body = "" + + if len(args) == 1 and len(kwargs) == 0: + body = args[0] + good_signature = True + else: + if len(args) == 0 and set(kwargs.keys()) == {"body"}: + good_signature = True + body = kwargs["body"] + + if not good_signature: + assert False, "IssueComment.edit signature has changed" + actions.append({"type": "edit-comment", "data": body}) print("DRY RUN: Updating existing comment with text") print(body.encode("ascii", "ignore").decode()) @@ -76,8 +98,16 @@ def on_issue_edit(self, *args, **kwargs): ) +def on_pr_edit(self, *args, **kwargs): + actions.append({"type": "edit-pr", "data": kwargs}) + + +def on_pr_merge(self, *args, **kwargs): + actions.append({"type": "merge-pr", "data": None}) + + def on_commit_create_status(self, *args, **kwargs): - assert len(args) == 1, "Commit.Commit.create_status signature has chagned" + assert len(args) == 1, "Commit.Commit.create_status signature has changed" state = args[0] target_url = kwargs.get("target_url") @@ -187,7 +217,16 @@ def on_read_bot_cache(*args, **kwargs): res = kwargs.pop("res") assert len(args) == 1, "Signature of process_pr.read_bot_cache changed" assert len(kwargs) == 0, "Signature of process_pr.read_bot_cache changed" - actions.append({"type": "load-bot-cache", "data": res}) + actions.append({"type": "load-bot-cache", "data": copy.deepcopy(res)}) + return res + + +def on_write_bot_cache(*args, **kwargs): + assert "res" in kwargs + res = kwargs.pop("res") + assert len(args) == 4, "Signature of process_pr.write_bot_cache changed" + assert len(kwargs) == 0, "Signature of process_pr.write_bot_cache changed" + actions.append({"type": "save-bot-cache", "data": args[0]}) return res @@ -206,7 +245,7 @@ def on_create_property_file(*args, **kwargs): def on_set_comment_emoji_cache(*args, **kwargs): kwargs.pop("res") - assert len(args) == 4 + assert len(args) in range(4, 7) assert len(kwargs) <= 2 comment = args[2] @@ -239,16 +278,59 @@ def dummy_fetch_pr_result(*args, **kwargs): def on_github_init(original_function, self, *args, **kwargs): kwargs["per_page"] = 100 - # raise RuntimeError() original_function(self, *args, **kwargs) +def hook_read_repo_file(repo_config, repo_file, *args, **kwargs): + res = kwargs.pop("res") + if "watchers" in repo_file and skip_watchers: + return {} + + return res + + +def hook_fetch_diff(diff_url, *args, **kwargs): + + fileName = "" + for _, _, functionName, _ in traceback.extract_stack(): + if ( + functionName.startswith("test") + # or functionName == "setUp" + # or functionName == "tearDown" + ): + if ( + functionName != "test" + ): # because in class Hook(Framework.TestCase), method testTest calls Hook.test + fileName = os.path.join( + os.path.dirname(__file__), + kwargs["replayDataFolder"], + f"{functionName}.json", + ) + if not fileName: + raise RuntimeError("Could not determine event file name!") + + res = kwargs.pop("res") + record = kwargs.pop("record") + + if record: + with open(fileName, "w") as f: + json.dump(res, f) + else: + with open(fileName) as f: + res = json.load(f) + + return res + + class TestProcessPr(Framework.TestCase): def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs) self.process_pr_module = None self.prId = -1 + global skip_watchers + skip_watchers = False + def setUpReactions(self): patcher_1 = patch( "github.IssueComment.IssueComment.reactions", @@ -300,6 +382,20 @@ def setUpHooks(self): "hook_function": on_issue_edit, "call_original": False, }, + { + "module_path": "github.PullRequest", + "class_name": "PullRequest", + "function_name": "edit", + "hook_function": on_pr_edit, + "call_original": False, + }, + { + "module_path": "github.PullRequest", + "class_name": "PullRequest", + "function_name": "merge", + "hook_function": on_pr_merge, + "call_original": False, + }, { "module_path": "github.Commit", "class_name": "Commit", @@ -319,7 +415,7 @@ def setUpHooks(self): "class_name": None, "function_name": "create_property_file", "hook_function": on_create_property_file, - "call_original": True, + "call_original": False, }, # Make this function no-op { @@ -337,6 +433,14 @@ def setUpHooks(self): "hook_function": on_read_bot_cache, "call_original": True, }, + # on_write_bot_cache + { + "module_path": "process_pr", + "class_name": None, + "function_name": "write_bot_cache", + "hook_function": on_write_bot_cache, + "call_original": True, + }, # Actual handling of emoji cache { "module_path": "process_pr", @@ -391,6 +495,22 @@ def setUpHooks(self): "hook_function": github__issue___useAttributes, "call_original": True, }, + { + "module_path": "process_pr", + "class_name": None, + "function_name": "read_repo_file", + "hook_function": hook_read_repo_file, + "call_original": True, + }, + { + "module_path": "process_pr", + "class_name": None, + "function_name": "fetch_diff", + "hook_function": functools.partial( + hook_fetch_diff, record=self.recordMode, replayDataFolder=self.replayDataFolder + ), + "call_original": self.recordMode, + }, ] for func in functions_to_patch: @@ -428,13 +548,25 @@ def tearDown(self): self.process_pr_module = None @staticmethod - def compareActions(res_, expected_): + def compareActions(res_, expected_, skip_missing_write_cache): def normalize_data(data): if isinstance(data, dict): return frozenset((key, normalize_data(value)) for key, value in data.items()) elif isinstance(data, list): + if data and all(isinstance(x, str) for x in data): + return tuple(sorted(str(x) for x in data)) return tuple(normalize_data(item) for item in data) else: + # Notice: can't compare b64 encoded zlib compressed data + # directly, rely on load_cache and write_cache actions + # Reason: different versions of zlib can create different bytestrings + # due to different heuristics + if ( + isinstance(data, str) + and data.startswith("cms-bot internal usage" return data def normalize_action(action): @@ -454,9 +586,16 @@ def denormalize_action(normalized_action): res = set([normalize_action(action) for action in res_]) expected = set([normalize_action(action) for action in expected_]) + if skip_missing_write_cache: + write_cache_action = normalize_action( + {"type": "edit-comment", "data": "cms-bot internal usage"} + ) + if (write_cache_action in res) and not (write_cache_action in expected): + expected.add(write_cache_action) + if res.symmetric_difference(expected): for itm in res - expected: - print("New action", denormalize_action(itm)) + print("New action", denormalize_action(itm)) for itm in expected - res: print("Missing action", denormalize_action(itm)) @@ -491,7 +630,7 @@ def __openEventFile(self, mode): def __closeEventReplayFileIfNeeded(self): if self.__eventFile is not None: if ( - not record_actions + not self.recordActionMode ): # pragma no branch (Branch useful only when recording new tests, not used during automated tests) self.assertEqual(readLine(self.__eventFile), "") self.__eventFile.close() @@ -538,11 +677,13 @@ def setUp(self): global actions actions = [] - def runTest(self, prId=17, testName=""): - repo = self.g.get_repo("iarspider-cmssw/cmssw") - issue = repo.get_issue(prId) + def runTest( + self, repo="cmssw", pr_id=17, enable_trace_log=True, skip_missing_write_cache=False + ): + repo = self.g.get_repo(f"iarspider-cmssw/{repo}") + issue = repo.get_issue(pr_id) - if record_actions: + if self.recordActionMode: self.__openEventFile("w") self.replayData = None else: @@ -554,21 +695,26 @@ def runTest(self, prId=17, testName=""): self.g, repo, issue, - False, - self.repo_config.CMSBUILD_USER, + dryRun=False, + cmsbuild_user=self.repo_config.CMSBUILD_USER, + force=False, + enableTraceLog=enable_trace_log, ) self.processPrData = actions - self.checkOrSaveTest() + self.checkOrSaveTest(skip_missing_write_cache) self.__closeEventReplayFileIfNeeded() - def checkOrSaveTest(self): - if record_actions: + def checkOrSaveTest(self, skip_missing_write_cache=False): + if self.recordActionMode: json.dump(self.processPrData, self.__eventFile, indent=4) else: - TestProcessPr.compareActions(self.processPrData, self.replayData) + TestProcessPr.compareActions( + self.processPrData, self.replayData, skip_missing_write_cache + ) def mark_tests( self, + *, dryRun, arch="el8_amd64_gcc12", queue="_X", @@ -589,43 +735,43 @@ def mark_tests( if not dryRun: commit.create_status( "success" if all((unittest, addon, relvals, input_, comparision)) else "error", - "https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/38669/", + target_url="https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/38669/", context="{0}".format(prefix, "required" if required else "optional"), ) commit.create_status( "success", - "https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/38669/", + target_url="https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/38669/", context="{0}/{1}".format(prefix, "required" if required else "optional"), description="Finished", ) commit.create_status( "success" if unittest else "error", - "https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/38669/", + target_url="https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/38669/", context="{0}/unittest".format(prefix), ) commit.create_status( "success" if addon else "error", - "https://cmssdt.cern.ch/jenkins/job/ib-run-pr-addon/22833/", + target_url="https://cmssdt.cern.ch/jenkins/job/ib-run-pr-addon/22833/", context="{0}/addon".format(prefix), ) commit.create_status( "success" if relvals else "error", - "https://cmssdt.cern.ch/jenkins/job/ib-run-pr-relvals/43002/", + target_url="https://cmssdt.cern.ch/jenkins/job/ib-run-pr-relvals/43002/", context="{0}/relvals".format(prefix), ) commit.create_status( "success" if input_ else "error", - "https://cmssdt.cern.ch/jenkins/job/ib-run-pr-relvals/43000/", + target_url="https://cmssdt.cern.ch/jenkins/job/ib-run-pr-relvals/43000/", context="{0}/relvals/input".format(prefix), ) commit.create_status( "success" if comparision else "error", - "https://cmssdt.cern.ch/jenkins/job/compare-root-files-short-matrix/62168/", + target_url="https://cmssdt.cern.ch/jenkins/job/compare-root-files-short-matrix/62168/", context="{0}/comparision".format(prefix), ) def test_new_pr(self): - self.runTest(testName="new_pr") + self.runTest() def test_code_check_approved(self): self.runTest() @@ -647,10 +793,11 @@ def test_start_tests(self): # # Dummy test # def test_mark_rejected(self): - # self.mark_tests(False, unittest=False) + # self.mark_tests(dryRun=False, unittest=False) # # def test_mark_passed(self): - # self.mark_tests(False) + # self.prId = 36 + # self.mark_tests(dryRun=False) def test_tests_rejected(self): self.runTest() @@ -698,64 +845,199 @@ def test_dirty_squash(self): self.runTest() def test_partial_reset_dirty_squash(self): - self.runTest(prId=23) + self.runTest(pr_id=23) def test_sign_reject(self): self.runTest() def test_many_commits_warn(self): - self.runTest(prId=18) + self.runTest(pr_id=18) def test_many_commits_ok(self): - self.runTest(prId=18) + self.runTest(pr_id=18) def test_too_many_commits(self): - self.runTest(prId=18) + self.runTest(pr_id=18) def test_draft_pr_opened(self): - self.runTest(prId=21) + self.runTest(pr_id=21) def test_draft_pr_assign(self): - self.runTest(prId=21) + self.runTest(pr_id=21) def test_draft_pr_updated(self): - self.runTest(prId=21) + self.runTest(pr_id=21) def test_draft_pr_start_test(self): - self.runTest(prId=21) + self.runTest(pr_id=21) def test_draft_pr_ready(self): - self.runTest(prId=21) + self.runTest(pr_id=21) def test_draft_pr_ask_ready(self): - self.runTest(prId=21) + self.runTest(pr_id=21) def test_draft_pr_fully_signed(self): - self.runTest(prId=21) + self.runTest(pr_id=21) def test_test_workflow(self): - self.runTest(prId=24) + self.runTest(pr_id=24) def test_test_using_addpkg(self): - self.runTest(prId=24) + self.runTest(pr_id=24) def test_test_using_full(self): - self.runTest(prId=24) + self.runTest(pr_id=24) def test_test_with_pr(self): - self.runTest(prId=24) + self.runTest(pr_id=24) def test_test_for_queue(self): - self.runTest(prId=24) + self.runTest(pr_id=24) def test_test_for_arch(self): - self.runTest(prId=24) + self.runTest(pr_id=24) def test_test_for_quearch(self): - self.runTest(prId=24) + self.runTest(pr_id=24) def test_test_all_params(self): - self.runTest(prId=24) + self.runTest(pr_id=24) def test_testparams_all_params(self): - self.runTest(prId=24) + self.runTest(pr_id=24) + + def test_backport(self): + self.runTest(pr_id=26) + + def test_backport_already_seen(self): + self.runTest(pr_id=26) + + def test_new_issue(self): + self.runTest(pr_id=27) + + def test_assign_from(self): + self.runTest(pr_id=27) + + def test_assign_from_invalid(self): + self.runTest(pr_id=27) + + def test_assign_from_with_label(self): + self.runTest(pr_id=27) + + def test_convert_cache(self): + self.runTest(pr_id=25) + + def test_cache_add_missing_items(self): + self.runTest(pr_id=25) + + def test_ignore_rejected_invalid(self): + self.runTest(pr_id=25) + + def test_ignore_rejected_valid(self): + self.runTest(pr_id=25) + + def test_type_invalid(self): + self.runTest(pr_id=25) + + def test_type_valid(self): + self.runTest(pr_id=25) + + def test_remove_type(self): + self.runTest(pr_id=25) + + def test_invalid_test_params(self): + self.runTest(pr_id=25) + + def test_pr_develop_branch(self): + self.runTest(pr_id=28) + + def test_future_commit(self): + self.runTest(pr_id=29) + + def test_create_repo(self): + self.runTest(pr_id=30) + + def test_ignore_smth(self): + self.runTest(pr_id=25) + + def test_grant(self): + self.runTest(pr_id=25) + + def test_code_checks_with(self): + self.runTest(pr_id=25) + + def test_check_release_format(self): + func = self.process_pr_module.check_release_format + params = {} + ret = func("CMSSW_15_1_X", "", params) + assert ret[0] == "CMSSW_15_1_X" + assert params == {"ARCHITECTURE_FILTER": ""} + + params = {} + ret = func("el8_amd64_gcc12", "", params) + assert ret[0] == "" + assert params == {"ARCHITECTURE_FILTER": "el8_amd64_gcc12"} + + params = {} + ret = func("CMSSW_15_1_X/el8_amd64_gcc12", "", params) + assert ret[0] == "CMSSW_15_1_X" + assert params == {"ARCHITECTURE_FILTER": "el8_amd64_gcc12"} + + def test_create_compressed_cache(self): + with SkipWatchers(): + self.runTest(pr_id=37, enable_trace_log=False) + + def test_read_compressed_cache(self): + with SkipWatchers(): + self.runTest(pr_id=37, enable_trace_log=False, skip_missing_write_cache=True) + + def test_create_split_cache(self): + with SkipWatchers(): + self.runTest(pr_id=37, enable_trace_log=False) + + def test_read_split_cache(self): + with SkipWatchers(): + self.runTest(pr_id=31, enable_trace_log=False, skip_missing_write_cache=True) + + def test_get_backported_pr(self): + self.runTest(pr_id=25) + + def test_empty_pr(self): + self.runTest(pr_id=33) + + def test_new_cmsdist_pr(self): + self.runTest(repo="cmsdist", pr_id=1) + + def test_cmsdist_start_tests(self): + self.runTest(repo="cmsdist", pr_id=1) + + def test_warn_many_files(self): + with SkipWatchers(): + self.runTest(pr_id=38, enable_trace_log=False) + + def test_ack_many_files(self): + with SkipWatchers(): + self.runTest(pr_id=38, enable_trace_log=False) + + def test_too_many_files(self): + with SkipWatchers(): + self.runTest(pr_id=38, enable_trace_log=False) + + def test_merge_pr(self): + self.runTest(pr_id=36) + + def test_urgent(self): + self.runTest(pr_id=9) + + def test_enable_none(self): + self.runTest(pr_id=9) + + def test_ignore_sign(self): + self.runTest(pr_id=9) + + def test_orp_issue(self): + self.runTest(pr_id=39) + + def test_backport_ok(self): + self.runTest(pr_id=9) diff --git a/tests/verify-load-cache.py b/tests/verify-load-cache.py new file mode 100755 index 00000000000..13c55bcd45f --- /dev/null +++ b/tests/verify-load-cache.py @@ -0,0 +1,109 @@ +import json +import logging +import sys +from pathlib import Path + +from github import Github +from github.IssueComment import IssueComment + +sys.path.insert(0, str(Path(__file__).parent.parent)) + + +def get_dummy_logger(name="dummy"): + logger = logging.getLogger(name) + logger.setLevel(logging.CRITICAL + 1) # Suppress all messages + logger.propagate = False # Prevent propagation to root logger + if not logger.handlers: + logger.addHandler(logging.NullHandler()) + return logger + + +import process_pr + +process_pr.logger = get_dummy_logger() +process_pr.addLoggingLevel("TRACE", logging.DEBUG - 5) + + +def load_comments(json_str): + data = json.loads(json_str) + + # Create a dummy Github object (not used unless you want to call GitHub) + g = Github("dummy_token") + + result = [] + + for itm in data: + # Internal hack to create object manually (be careful with _ prefix usage) + comment = IssueComment( + requester=g._Github__requester, headers={}, attributes=itm, completed=True + ) + + result.append(comment) + + return result + + +keys = ( + "protocol", + "verb", + "host", + "unknown1", + "url", + "req_headers", + "unknown2", + "status", + "resp_headers", + "body", +) + + +def get_comments_from_replaydata(fname): + http_requests = [] + with open(fname) as f: + buffer = [] + for line in f: + line = line.strip() + if line: + buffer.append(line) + else: + http_requests.append(dict(zip(keys, buffer))) + buffer = [] + + print("Loaded", len(http_requests), "requests") + comments = [] + for req in http_requests: + # print("{verb} {host}{url}".format(**req)) + if req["verb"] == "GET" and "/comments" in req["url"]: + comments.extend(load_comments(req["body"])) + + return comments + + +def main(): + for fn in Path("ReplayData").glob("*.txt"): + print("Loading file", fn) + comments = get_comments_from_replaydata(fn) + print("Loaded", len(comments), "comment(s)") + cache = process_pr.extract_bot_cache(comments) + if not cache: + print("WARNING: no cache in", str(fn) + "!") + continue + jfn = Path("PRActionData") / fn.with_suffix(".json").name + with jfn.open() as f: + jdata = json.load(f) + + jcache = None + for jitem in jdata: + if jitem["type"] == "load-bot-cache": + jcache = jitem["data"] + break + + if not jcache: + print("ERROR: no load-bot-cache in", str(jfn) + "!") + continue + + assert jcache == cache + + +if __name__ == "__main__": + main()